@memberjunction/ng-dashboards 5.38.0 → 5.40.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 +14 -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 +217 -860
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +1717 -7802
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts +56 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js +423 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts +70 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.js +308 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts +29 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js +186 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts +69 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js +278 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts +73 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js +393 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts +122 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js +908 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js.map +1 -0
- 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 +333 -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 +2125 -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 +58 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.js +260 -0
- package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts +319 -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 +77 -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 +519 -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 +131 -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 +813 -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 +177 -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 +1465 -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 +78 -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 +492 -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 +56 -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 +271 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +3 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -1
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +306 -290
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +1 -1
- package/dist/AI/components/execution-monitoring.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.d.ts +1 -0
- package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +578 -538
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts +3 -0
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +331 -303
- 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-applications-panel.component.js +2 -2
- package/dist/APIKeys/api-key-create-dialog.component.js +2 -2
- 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/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.d.ts +31 -340
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +468 -1958
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +10 -0
- package/dist/DataExplorer/data-explorer-resource.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/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.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +14 -11
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +27 -2
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +244 -119
- 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/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts +65 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js +176 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js.map +1 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts +81 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js +308 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js.map +1 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts +85 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js +362 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js.map +1 -0
- 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 +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/components/mcp-server-dialog.component.js +2 -2
- 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.js +1 -1
- 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 +57 -35
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +80 -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/data-explorer-dashboards.module.d.ts +12 -14
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
- package/dist/data-explorer-dashboards.module.js +5 -14
- package/dist/data-explorer-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +3 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +3 -0
- package/dist/public-api.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 +57 -54
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts +0 -79
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts.map +0 -1
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +0 -195
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js.map +0 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts +0 -226
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +0 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.js +0 -861
- package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +0 -1
|
@@ -16,15 +16,15 @@ import * as i3 from "@angular/forms";
|
|
|
16
16
|
import * as i4 from "@memberjunction/ng-ui-components";
|
|
17
17
|
import * as i5 from "@memberjunction/ng-shared-generic";
|
|
18
18
|
const _c0 = a0 => ({ vm: a0 });
|
|
19
|
-
function
|
|
20
|
-
i0.ɵɵelementStart(0, "div",
|
|
21
|
-
i0.ɵɵelement(1, "mj-loading",
|
|
19
|
+
function ListsCategoriesResource_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelementStart(0, "div", 6);
|
|
21
|
+
i0.ɵɵelement(1, "mj-loading", 10);
|
|
22
22
|
i0.ɵɵelementEnd();
|
|
23
23
|
} }
|
|
24
|
-
function
|
|
24
|
+
function ListsCategoriesResource_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
25
25
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
26
|
-
i0.ɵɵelementStart(0, "div",
|
|
27
|
-
i0.ɵɵelement(2, "div",
|
|
26
|
+
i0.ɵɵelementStart(0, "div", 7)(1, "div", 11);
|
|
27
|
+
i0.ɵɵelement(2, "div", 12)(3, "i", 13);
|
|
28
28
|
i0.ɵɵelementEnd();
|
|
29
29
|
i0.ɵɵelementStart(4, "h3");
|
|
30
30
|
i0.ɵɵtext(5, "No Categories Yet");
|
|
@@ -32,38 +32,38 @@ function ListsCategoriesResource_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
32
32
|
i0.ɵɵelementStart(6, "p");
|
|
33
33
|
i0.ɵɵtext(7, "Categories help you organize lists into logical groups.");
|
|
34
34
|
i0.ɵɵelementEnd();
|
|
35
|
-
i0.ɵɵelementStart(8, "div",
|
|
36
|
-
i0.ɵɵelement(10, "i",
|
|
35
|
+
i0.ɵɵelementStart(8, "div", 14)(9, "div", 15);
|
|
36
|
+
i0.ɵɵelement(10, "i", 16);
|
|
37
37
|
i0.ɵɵelementStart(11, "span");
|
|
38
38
|
i0.ɵɵtext(12, "Create hierarchical folder structures");
|
|
39
39
|
i0.ɵɵelementEnd()();
|
|
40
|
-
i0.ɵɵelementStart(13, "div",
|
|
41
|
-
i0.ɵɵelement(14, "i",
|
|
40
|
+
i0.ɵɵelementStart(13, "div", 15);
|
|
41
|
+
i0.ɵɵelement(14, "i", 16);
|
|
42
42
|
i0.ɵɵelementStart(15, "span");
|
|
43
43
|
i0.ɵɵtext(16, "Quickly find related lists");
|
|
44
44
|
i0.ɵɵelementEnd()()();
|
|
45
|
-
i0.ɵɵelementStart(17, "button",
|
|
46
|
-
i0.ɵɵlistener("click", function
|
|
45
|
+
i0.ɵɵelementStart(17, "button", 17);
|
|
46
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_9_Template_button_click_17_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.createCategory()); });
|
|
47
47
|
i0.ɵɵelement(18, "i", 4);
|
|
48
48
|
i0.ɵɵtext(19, " Create Your First Category ");
|
|
49
49
|
i0.ɵɵelementEnd()();
|
|
50
50
|
} }
|
|
51
|
-
function
|
|
51
|
+
function ListsCategoriesResource_Conditional_10_For_10_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
52
52
|
i0.ɵɵelementContainer(0);
|
|
53
53
|
} }
|
|
54
|
-
function
|
|
55
|
-
i0.ɵɵtemplate(0,
|
|
54
|
+
function ListsCategoriesResource_Conditional_10_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
55
|
+
i0.ɵɵtemplate(0, ListsCategoriesResource_Conditional_10_For_10_ng_container_0_Template, 1, 0, "ng-container", 25);
|
|
56
56
|
} if (rf & 2) {
|
|
57
57
|
const vm_r4 = ctx.$implicit;
|
|
58
58
|
i0.ɵɵnextContext(2);
|
|
59
|
-
const categoryNodeTemplate_r5 = i0.ɵɵreference(
|
|
59
|
+
const categoryNodeTemplate_r5 = i0.ɵɵreference(12);
|
|
60
60
|
i0.ɵɵproperty("ngTemplateOutlet", categoryNodeTemplate_r5)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0, vm_r4));
|
|
61
61
|
} }
|
|
62
|
-
function
|
|
63
|
-
i0.ɵɵelementStart(0, "div",
|
|
62
|
+
function ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelementStart(0, "div", 32)(1, "label");
|
|
64
64
|
i0.ɵɵtext(2, "Description");
|
|
65
65
|
i0.ɵɵelementEnd();
|
|
66
|
-
i0.ɵɵelementStart(3, "span",
|
|
66
|
+
i0.ɵɵelementStart(3, "span", 33);
|
|
67
67
|
i0.ɵɵtext(4);
|
|
68
68
|
i0.ɵɵelementEnd()();
|
|
69
69
|
} if (rf & 2) {
|
|
@@ -71,9 +71,9 @@ function ListsCategoriesResource_Conditional_9_Conditional_11_Conditional_15_Tem
|
|
|
71
71
|
i0.ɵɵadvance(4);
|
|
72
72
|
i0.ɵɵtextInterpolate(ctx_r2.selectedCategory.Description);
|
|
73
73
|
} }
|
|
74
|
-
function
|
|
75
|
-
i0.ɵɵelementStart(0, "div",
|
|
76
|
-
i0.ɵɵelement(1, "i",
|
|
74
|
+
function ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_32_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
75
|
+
i0.ɵɵelementStart(0, "div", 40);
|
|
76
|
+
i0.ɵɵelement(1, "i", 41);
|
|
77
77
|
i0.ɵɵelementStart(2, "span");
|
|
78
78
|
i0.ɵɵtext(3);
|
|
79
79
|
i0.ɵɵelementEnd()();
|
|
@@ -82,57 +82,57 @@ function ListsCategoriesResource_Conditional_9_Conditional_11_Conditional_32_For
|
|
|
82
82
|
i0.ɵɵadvance(3);
|
|
83
83
|
i0.ɵɵtextInterpolate(list_r7.Name);
|
|
84
84
|
} }
|
|
85
|
-
function
|
|
86
|
-
i0.ɵɵelementStart(0, "div",
|
|
85
|
+
function ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_32_Template(rf, ctx) { if (rf & 1) {
|
|
86
|
+
i0.ɵɵelementStart(0, "div", 38)(1, "h4");
|
|
87
87
|
i0.ɵɵtext(2, "Lists in this category");
|
|
88
88
|
i0.ɵɵelementEnd();
|
|
89
|
-
i0.ɵɵelementStart(3, "div",
|
|
90
|
-
i0.ɵɵrepeaterCreate(4,
|
|
89
|
+
i0.ɵɵelementStart(3, "div", 39);
|
|
90
|
+
i0.ɵɵrepeaterCreate(4, ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_32_For_5_Template, 4, 1, "div", 40, i0.ɵɵrepeaterTrackByIdentity);
|
|
91
91
|
i0.ɵɵelementEnd()();
|
|
92
92
|
} if (rf & 2) {
|
|
93
93
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
94
94
|
i0.ɵɵadvance(4);
|
|
95
95
|
i0.ɵɵrepeater(ctx_r2.selectedCategoryLists);
|
|
96
96
|
} }
|
|
97
|
-
function
|
|
97
|
+
function ListsCategoriesResource_Conditional_10_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
98
98
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
99
|
-
i0.ɵɵelementStart(0, "div",
|
|
99
|
+
i0.ɵɵelementStart(0, "div", 23)(1, "div", 20)(2, "h3");
|
|
100
100
|
i0.ɵɵtext(3, "Category Details");
|
|
101
101
|
i0.ɵɵelementEnd();
|
|
102
|
-
i0.ɵɵelementStart(4, "div",
|
|
103
|
-
i0.ɵɵlistener("click", function
|
|
104
|
-
i0.ɵɵelement(6, "i",
|
|
102
|
+
i0.ɵɵelementStart(4, "div", 26)(5, "button", 27);
|
|
103
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_10_Conditional_11_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.editCategory()); });
|
|
104
|
+
i0.ɵɵelement(6, "i", 28);
|
|
105
105
|
i0.ɵɵelementEnd();
|
|
106
|
-
i0.ɵɵelementStart(7, "button",
|
|
107
|
-
i0.ɵɵlistener("click", function
|
|
108
|
-
i0.ɵɵelement(8, "i",
|
|
106
|
+
i0.ɵɵelementStart(7, "button", 29);
|
|
107
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_10_Conditional_11_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.deleteCategory()); });
|
|
108
|
+
i0.ɵɵelement(8, "i", 30);
|
|
109
109
|
i0.ɵɵelementEnd()()();
|
|
110
|
-
i0.ɵɵelementStart(9, "div",
|
|
110
|
+
i0.ɵɵelementStart(9, "div", 31)(10, "div", 32)(11, "label");
|
|
111
111
|
i0.ɵɵtext(12, "Name");
|
|
112
112
|
i0.ɵɵelementEnd();
|
|
113
|
-
i0.ɵɵelementStart(13, "span",
|
|
113
|
+
i0.ɵɵelementStart(13, "span", 33);
|
|
114
114
|
i0.ɵɵtext(14);
|
|
115
115
|
i0.ɵɵelementEnd()();
|
|
116
|
-
i0.ɵɵconditionalCreate(15,
|
|
117
|
-
i0.ɵɵelementStart(16, "div",
|
|
116
|
+
i0.ɵɵconditionalCreate(15, ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_15_Template, 5, 1, "div", 32);
|
|
117
|
+
i0.ɵɵelementStart(16, "div", 32)(17, "label");
|
|
118
118
|
i0.ɵɵtext(18, "Parent Category");
|
|
119
119
|
i0.ɵɵelementEnd();
|
|
120
|
-
i0.ɵɵelementStart(19, "span",
|
|
120
|
+
i0.ɵɵelementStart(19, "span", 33);
|
|
121
121
|
i0.ɵɵtext(20);
|
|
122
122
|
i0.ɵɵelementEnd()();
|
|
123
|
-
i0.ɵɵelementStart(21, "div",
|
|
123
|
+
i0.ɵɵelementStart(21, "div", 34)(22, "div", 35)(23, "span", 36);
|
|
124
124
|
i0.ɵɵtext(24);
|
|
125
125
|
i0.ɵɵelementEnd();
|
|
126
|
-
i0.ɵɵelementStart(25, "span",
|
|
126
|
+
i0.ɵɵelementStart(25, "span", 37);
|
|
127
127
|
i0.ɵɵtext(26, "Lists");
|
|
128
128
|
i0.ɵɵelementEnd()();
|
|
129
|
-
i0.ɵɵelementStart(27, "div",
|
|
129
|
+
i0.ɵɵelementStart(27, "div", 35)(28, "span", 36);
|
|
130
130
|
i0.ɵɵtext(29);
|
|
131
131
|
i0.ɵɵelementEnd();
|
|
132
|
-
i0.ɵɵelementStart(30, "span",
|
|
132
|
+
i0.ɵɵelementStart(30, "span", 37);
|
|
133
133
|
i0.ɵɵtext(31, "Subcategories");
|
|
134
134
|
i0.ɵɵelementEnd()()();
|
|
135
|
-
i0.ɵɵconditionalCreate(32,
|
|
135
|
+
i0.ɵɵconditionalCreate(32, ListsCategoriesResource_Conditional_10_Conditional_11_Conditional_32_Template, 6, 0, "div", 38);
|
|
136
136
|
i0.ɵɵelementEnd()();
|
|
137
137
|
} if (rf & 2) {
|
|
138
138
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -149,25 +149,25 @@ function ListsCategoriesResource_Conditional_9_Conditional_11_Template(rf, ctx)
|
|
|
149
149
|
i0.ɵɵadvance(3);
|
|
150
150
|
i0.ɵɵconditional(ctx_r2.selectedCategoryLists.length > 0 ? 32 : -1);
|
|
151
151
|
} }
|
|
152
|
-
function
|
|
153
|
-
i0.ɵɵelementStart(0, "div",
|
|
154
|
-
i0.ɵɵelement(2, "i",
|
|
152
|
+
function ListsCategoriesResource_Conditional_10_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
153
|
+
i0.ɵɵelementStart(0, "div", 24)(1, "div", 42);
|
|
154
|
+
i0.ɵɵelement(2, "i", 43);
|
|
155
155
|
i0.ɵɵelementStart(3, "p");
|
|
156
156
|
i0.ɵɵtext(4, "Select a category to view details");
|
|
157
157
|
i0.ɵɵelementEnd()()();
|
|
158
158
|
} }
|
|
159
|
-
function
|
|
160
|
-
i0.ɵɵelementStart(0, "div",
|
|
159
|
+
function ListsCategoriesResource_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
160
|
+
i0.ɵɵelementStart(0, "div", 8)(1, "div", 18)(2, "div", 19)(3, "div", 20)(4, "h3");
|
|
161
161
|
i0.ɵɵtext(5, "Categories");
|
|
162
162
|
i0.ɵɵelementEnd();
|
|
163
|
-
i0.ɵɵelementStart(6, "span",
|
|
163
|
+
i0.ɵɵelementStart(6, "span", 21);
|
|
164
164
|
i0.ɵɵtext(7);
|
|
165
165
|
i0.ɵɵelementEnd()();
|
|
166
|
-
i0.ɵɵelementStart(8, "div",
|
|
167
|
-
i0.ɵɵrepeaterCreate(9,
|
|
166
|
+
i0.ɵɵelementStart(8, "div", 22);
|
|
167
|
+
i0.ɵɵrepeaterCreate(9, ListsCategoriesResource_Conditional_10_For_10_Template, 1, 4, "ng-container", null, i0.ɵɵrepeaterTrackByIdentity);
|
|
168
168
|
i0.ɵɵelementEnd()();
|
|
169
|
-
i0.ɵɵconditionalCreate(11,
|
|
170
|
-
i0.ɵɵconditionalCreate(12,
|
|
169
|
+
i0.ɵɵconditionalCreate(11, ListsCategoriesResource_Conditional_10_Conditional_11_Template, 33, 6, "div", 23);
|
|
170
|
+
i0.ɵɵconditionalCreate(12, ListsCategoriesResource_Conditional_10_Conditional_12_Template, 5, 0, "div", 24);
|
|
171
171
|
i0.ɵɵelementEnd()();
|
|
172
172
|
} if (rf & 2) {
|
|
173
173
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -180,10 +180,10 @@ function ListsCategoriesResource_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
180
180
|
i0.ɵɵadvance();
|
|
181
181
|
i0.ɵɵconditional(!ctx_r2.selectedCategory ? 12 : -1);
|
|
182
182
|
} }
|
|
183
|
-
function
|
|
183
|
+
function ListsCategoriesResource_ng_template_11_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
184
184
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
185
|
-
i0.ɵɵelementStart(0, "button",
|
|
186
|
-
i0.ɵɵlistener("click", function
|
|
185
|
+
i0.ɵɵelementStart(0, "button", 52);
|
|
186
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_ng_template_11_Conditional_2_Template_button_click_0_listener($event) { i0.ɵɵrestoreView(_r10); const vm_r9 = i0.ɵɵnextContext().vm; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleExpand($event, vm_r9)); });
|
|
187
187
|
i0.ɵɵelement(1, "i");
|
|
188
188
|
i0.ɵɵelementEnd();
|
|
189
189
|
} if (rf & 2) {
|
|
@@ -191,23 +191,23 @@ function ListsCategoriesResource_ng_template_10_Conditional_2_Template(rf, ctx)
|
|
|
191
191
|
i0.ɵɵadvance();
|
|
192
192
|
i0.ɵɵclassMap(vm_r9.isExpanded ? "fa-solid fa-chevron-down" : "fa-solid fa-chevron-right");
|
|
193
193
|
} }
|
|
194
|
-
function
|
|
195
|
-
i0.ɵɵelement(0, "span",
|
|
194
|
+
function ListsCategoriesResource_ng_template_11_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
195
|
+
i0.ɵɵelement(0, "span", 47);
|
|
196
196
|
} }
|
|
197
|
-
function
|
|
197
|
+
function ListsCategoriesResource_ng_template_11_Conditional_9_For_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
198
198
|
i0.ɵɵelementContainer(0);
|
|
199
199
|
} }
|
|
200
|
-
function
|
|
201
|
-
i0.ɵɵtemplate(0,
|
|
200
|
+
function ListsCategoriesResource_ng_template_11_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
201
|
+
i0.ɵɵtemplate(0, ListsCategoriesResource_ng_template_11_Conditional_9_For_2_ng_container_0_Template, 1, 0, "ng-container", 25);
|
|
202
202
|
} if (rf & 2) {
|
|
203
203
|
const childVm_r11 = ctx.$implicit;
|
|
204
204
|
i0.ɵɵnextContext(3);
|
|
205
|
-
const categoryNodeTemplate_r5 = i0.ɵɵreference(
|
|
205
|
+
const categoryNodeTemplate_r5 = i0.ɵɵreference(12);
|
|
206
206
|
i0.ɵɵproperty("ngTemplateOutlet", categoryNodeTemplate_r5)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0, childVm_r11));
|
|
207
207
|
} }
|
|
208
|
-
function
|
|
209
|
-
i0.ɵɵelementStart(0, "div",
|
|
210
|
-
i0.ɵɵrepeaterCreate(1,
|
|
208
|
+
function ListsCategoriesResource_ng_template_11_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
209
|
+
i0.ɵɵelementStart(0, "div", 51);
|
|
210
|
+
i0.ɵɵrepeaterCreate(1, ListsCategoriesResource_ng_template_11_Conditional_9_For_2_Template, 1, 4, "ng-container", null, i0.ɵɵrepeaterTrackByIdentity);
|
|
211
211
|
i0.ɵɵelementEnd();
|
|
212
212
|
} if (rf & 2) {
|
|
213
213
|
const vm_r9 = i0.ɵɵnextContext().vm;
|
|
@@ -215,20 +215,20 @@ function ListsCategoriesResource_ng_template_10_Conditional_9_Template(rf, ctx)
|
|
|
215
215
|
i0.ɵɵadvance();
|
|
216
216
|
i0.ɵɵrepeater(ctx_r2.getChildCategories(vm_r9.category));
|
|
217
217
|
} }
|
|
218
|
-
function
|
|
218
|
+
function ListsCategoriesResource_ng_template_11_Template(rf, ctx) { if (rf & 1) {
|
|
219
219
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
220
|
-
i0.ɵɵelementStart(0, "div",
|
|
221
|
-
i0.ɵɵlistener("click", function
|
|
222
|
-
i0.ɵɵconditionalCreate(2,
|
|
223
|
-
i0.ɵɵconditionalCreate(3,
|
|
224
|
-
i0.ɵɵelement(4, "i",
|
|
225
|
-
i0.ɵɵelementStart(5, "span",
|
|
220
|
+
i0.ɵɵelementStart(0, "div", 44)(1, "div", 45);
|
|
221
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_ng_template_11_Template_div_click_1_listener() { const vm_r9 = i0.ɵɵrestoreView(_r8).vm; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.selectCategory(vm_r9.category)); })("keydown.enter", function ListsCategoriesResource_ng_template_11_Template_div_keydown_enter_1_listener() { const vm_r9 = i0.ɵɵrestoreView(_r8).vm; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.selectCategory(vm_r9.category)); })("keydown.space", function ListsCategoriesResource_ng_template_11_Template_div_keydown_space_1_listener($event) { const vm_r9 = i0.ɵɵrestoreView(_r8).vm; const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.selectCategory(vm_r9.category); return i0.ɵɵresetView($event.preventDefault()); })("keydown.arrowRight", function ListsCategoriesResource_ng_template_11_Template_div_keydown_arrowRight_1_listener($event) { const vm_r9 = i0.ɵɵrestoreView(_r8).vm; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.expandNode($event, vm_r9)); })("keydown.arrowLeft", function ListsCategoriesResource_ng_template_11_Template_div_keydown_arrowLeft_1_listener($event) { const vm_r9 = i0.ɵɵrestoreView(_r8).vm; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.collapseNode($event, vm_r9)); });
|
|
222
|
+
i0.ɵɵconditionalCreate(2, ListsCategoriesResource_ng_template_11_Conditional_2_Template, 2, 2, "button", 46);
|
|
223
|
+
i0.ɵɵconditionalCreate(3, ListsCategoriesResource_ng_template_11_Conditional_3_Template, 1, 0, "span", 47);
|
|
224
|
+
i0.ɵɵelement(4, "i", 48);
|
|
225
|
+
i0.ɵɵelementStart(5, "span", 49);
|
|
226
226
|
i0.ɵɵtext(6);
|
|
227
227
|
i0.ɵɵelementEnd();
|
|
228
|
-
i0.ɵɵelementStart(7, "span",
|
|
228
|
+
i0.ɵɵelementStart(7, "span", 50);
|
|
229
229
|
i0.ɵɵtext(8);
|
|
230
230
|
i0.ɵɵelementEnd()();
|
|
231
|
-
i0.ɵɵconditionalCreate(9,
|
|
231
|
+
i0.ɵɵconditionalCreate(9, ListsCategoriesResource_ng_template_11_Conditional_9_Template, 3, 0, "div", 51);
|
|
232
232
|
i0.ɵɵelementEnd();
|
|
233
233
|
} if (rf & 2) {
|
|
234
234
|
const vm_r9 = ctx.vm;
|
|
@@ -250,8 +250,8 @@ function ListsCategoriesResource_ng_template_10_Template(rf, ctx) { if (rf & 1)
|
|
|
250
250
|
i0.ɵɵadvance();
|
|
251
251
|
i0.ɵɵconditional(vm_r9.isExpanded && ctx_r2.hasChildren(vm_r9.category) ? 9 : -1);
|
|
252
252
|
} }
|
|
253
|
-
function
|
|
254
|
-
i0.ɵɵelementStart(0, "option",
|
|
253
|
+
function ListsCategoriesResource_Conditional_13_For_22_Template(rf, ctx) { if (rf & 1) {
|
|
254
|
+
i0.ɵɵelementStart(0, "option", 64);
|
|
255
255
|
i0.ɵɵtext(1);
|
|
256
256
|
i0.ɵɵelementEnd();
|
|
257
257
|
} if (rf & 2) {
|
|
@@ -260,48 +260,48 @@ function ListsCategoriesResource_Conditional_12_For_22_Template(rf, ctx) { if (r
|
|
|
260
260
|
i0.ɵɵadvance();
|
|
261
261
|
i0.ɵɵtextInterpolate(parent_r13.displayName);
|
|
262
262
|
} }
|
|
263
|
-
function
|
|
264
|
-
i0.ɵɵelement(0, "i",
|
|
263
|
+
function ListsCategoriesResource_Conditional_13_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
264
|
+
i0.ɵɵelement(0, "i", 67);
|
|
265
265
|
} }
|
|
266
|
-
function
|
|
266
|
+
function ListsCategoriesResource_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
267
267
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
268
|
-
i0.ɵɵelementStart(0, "div",
|
|
269
|
-
i0.ɵɵlistener("click", function
|
|
270
|
-
i0.ɵɵelementStart(1, "div",
|
|
271
|
-
i0.ɵɵlistener("click", function
|
|
272
|
-
i0.ɵɵelementStart(2, "div",
|
|
268
|
+
i0.ɵɵelementStart(0, "div", 53);
|
|
269
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_13_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeDialog()); });
|
|
270
|
+
i0.ɵɵelementStart(1, "div", 54);
|
|
271
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_13_Template_div_click_1_listener($event) { i0.ɵɵrestoreView(_r12); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
272
|
+
i0.ɵɵelementStart(2, "div", 55)(3, "h3");
|
|
273
273
|
i0.ɵɵtext(4);
|
|
274
274
|
i0.ɵɵelementEnd();
|
|
275
|
-
i0.ɵɵelementStart(5, "button",
|
|
276
|
-
i0.ɵɵlistener("click", function
|
|
277
|
-
i0.ɵɵelement(6, "i",
|
|
275
|
+
i0.ɵɵelementStart(5, "button", 56);
|
|
276
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_13_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeDialog()); });
|
|
277
|
+
i0.ɵɵelement(6, "i", 57);
|
|
278
278
|
i0.ɵɵelementEnd()();
|
|
279
|
-
i0.ɵɵelementStart(7, "div",
|
|
279
|
+
i0.ɵɵelementStart(7, "div", 58)(8, "div", 59)(9, "div", 60)(10, "label");
|
|
280
280
|
i0.ɵɵtext(11, "Name *");
|
|
281
281
|
i0.ɵɵelementEnd();
|
|
282
|
-
i0.ɵɵelementStart(12, "input",
|
|
283
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
282
|
+
i0.ɵɵelementStart(12, "input", 61);
|
|
283
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsCategoriesResource_Conditional_13_Template_input_ngModelChange_12_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.dialogName, $event) || (ctx_r2.dialogName = $event); return i0.ɵɵresetView($event); });
|
|
284
284
|
i0.ɵɵelementEnd()();
|
|
285
|
-
i0.ɵɵelementStart(13, "div",
|
|
285
|
+
i0.ɵɵelementStart(13, "div", 60)(14, "label");
|
|
286
286
|
i0.ɵɵtext(15, "Description");
|
|
287
287
|
i0.ɵɵelementEnd();
|
|
288
|
-
i0.ɵɵelementStart(16, "textarea",
|
|
289
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
288
|
+
i0.ɵɵelementStart(16, "textarea", 62);
|
|
289
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsCategoriesResource_Conditional_13_Template_textarea_ngModelChange_16_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.dialogDescription, $event) || (ctx_r2.dialogDescription = $event); return i0.ɵɵresetView($event); });
|
|
290
290
|
i0.ɵɵelementEnd()();
|
|
291
|
-
i0.ɵɵelementStart(17, "div",
|
|
291
|
+
i0.ɵɵelementStart(17, "div", 60)(18, "label");
|
|
292
292
|
i0.ɵɵtext(19, "Parent Category");
|
|
293
293
|
i0.ɵɵelementEnd();
|
|
294
|
-
i0.ɵɵelementStart(20, "select",
|
|
295
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
296
|
-
i0.ɵɵrepeaterCreate(21,
|
|
294
|
+
i0.ɵɵelementStart(20, "select", 63);
|
|
295
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsCategoriesResource_Conditional_13_Template_select_ngModelChange_20_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.dialogParentId, $event) || (ctx_r2.dialogParentId = $event); return i0.ɵɵresetView($event); });
|
|
296
|
+
i0.ɵɵrepeaterCreate(21, ListsCategoriesResource_Conditional_13_For_22_Template, 2, 2, "option", 64, i0.ɵɵrepeaterTrackByIdentity);
|
|
297
297
|
i0.ɵɵelementEnd()()()();
|
|
298
|
-
i0.ɵɵelementStart(23, "div",
|
|
299
|
-
i0.ɵɵlistener("click", function
|
|
300
|
-
i0.ɵɵconditionalCreate(25,
|
|
298
|
+
i0.ɵɵelementStart(23, "div", 65)(24, "button", 66);
|
|
299
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_13_Template_button_click_24_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.saveCategory()); });
|
|
300
|
+
i0.ɵɵconditionalCreate(25, ListsCategoriesResource_Conditional_13_Conditional_25_Template, 1, 0, "i", 67);
|
|
301
301
|
i0.ɵɵtext(26);
|
|
302
302
|
i0.ɵɵelementEnd();
|
|
303
|
-
i0.ɵɵelementStart(27, "button",
|
|
304
|
-
i0.ɵɵlistener("click", function
|
|
303
|
+
i0.ɵɵelementStart(27, "button", 68);
|
|
304
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_13_Template_button_click_27_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeDialog()); });
|
|
305
305
|
i0.ɵɵtext(28, "Cancel");
|
|
306
306
|
i0.ɵɵelementEnd()()()();
|
|
307
307
|
} if (rf & 2) {
|
|
@@ -327,28 +327,28 @@ function ListsCategoriesResource_Conditional_12_Template(rf, ctx) { if (rf & 1)
|
|
|
327
327
|
i0.ɵɵadvance();
|
|
328
328
|
i0.ɵɵproperty("disabled", ctx_r2.isSaving);
|
|
329
329
|
} }
|
|
330
|
-
function
|
|
330
|
+
function ListsCategoriesResource_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
331
331
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
332
|
-
i0.ɵɵelementStart(0, "div",
|
|
333
|
-
i0.ɵɵlistener("click", function
|
|
334
|
-
i0.ɵɵelementStart(1, "div",
|
|
335
|
-
i0.ɵɵlistener("click", function
|
|
336
|
-
i0.ɵɵelementStart(2, "div",
|
|
332
|
+
i0.ɵɵelementStart(0, "div", 53);
|
|
333
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_14_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
334
|
+
i0.ɵɵelementStart(1, "div", 69);
|
|
335
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_14_Template_div_click_1_listener($event) { i0.ɵɵrestoreView(_r14); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
336
|
+
i0.ɵɵelementStart(2, "div", 70)(3, "h3");
|
|
337
337
|
i0.ɵɵtext(4, "Delete Category");
|
|
338
338
|
i0.ɵɵelementEnd();
|
|
339
|
-
i0.ɵɵelementStart(5, "button",
|
|
340
|
-
i0.ɵɵlistener("click", function
|
|
341
|
-
i0.ɵɵelement(6, "i",
|
|
339
|
+
i0.ɵɵelementStart(5, "button", 71);
|
|
340
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_14_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
341
|
+
i0.ɵɵelement(6, "i", 57);
|
|
342
342
|
i0.ɵɵelementEnd()();
|
|
343
|
-
i0.ɵɵelementStart(7, "div",
|
|
343
|
+
i0.ɵɵelementStart(7, "div", 58)(8, "p");
|
|
344
344
|
i0.ɵɵtext(9);
|
|
345
345
|
i0.ɵɵelementEnd()();
|
|
346
|
-
i0.ɵɵelementStart(10, "div",
|
|
347
|
-
i0.ɵɵlistener("click", function
|
|
346
|
+
i0.ɵɵelementStart(10, "div", 65)(11, "button", 72);
|
|
347
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_14_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.confirmDelete()); });
|
|
348
348
|
i0.ɵɵtext(12, " Delete ");
|
|
349
349
|
i0.ɵɵelementEnd();
|
|
350
|
-
i0.ɵɵelementStart(13, "button",
|
|
351
|
-
i0.ɵɵlistener("click", function
|
|
350
|
+
i0.ɵɵelementStart(13, "button", 73);
|
|
351
|
+
i0.ɵɵlistener("click", function ListsCategoriesResource_Conditional_14_Template_button_click_13_listener() { i0.ɵɵrestoreView(_r14); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
352
352
|
i0.ɵɵtext(14, "Cancel");
|
|
353
353
|
i0.ɵɵelementEnd()()()();
|
|
354
354
|
} if (rf & 2) {
|
|
@@ -677,32 +677,33 @@ let ListsCategoriesResource = class ListsCategoriesResource extends BaseResource
|
|
|
677
677
|
return 'fa-solid fa-tags';
|
|
678
678
|
}
|
|
679
679
|
static ɵfac = function ListsCategoriesResource_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ListsCategoriesResource)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.MJNotificationService)); };
|
|
680
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListsCategoriesResource, selectors: [["mj-lists-categories-resource"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
680
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListsCategoriesResource, selectors: [["mj-lists-categories-resource"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 15, vars: 5, consts: [["categoryNodeTemplate", ""], ["Title", "List Categories", "Icon", "fa-solid fa-tags"], ["actions", ""], ["mjButton", "", "variant", "primary", "size", "sm", 3, "click"], [1, "fa-solid", "fa-plus"], [1, "action-btn-label"], [1, "loading-container"], [1, "empty-state"], [1, "categories-content"], [1, "modal-overlay"], ["text", "Loading categories...", "size", "medium"], [1, "empty-state-icon-wrapper"], [1, "icon-bg"], [1, "fa-solid", "fa-folder-tree"], [1, "empty-state-features"], [1, "feature-item"], [1, "fa-solid", "fa-check-circle"], [1, "btn-create-large", 3, "click"], [1, "categories-layout"], [1, "category-tree-panel"], [1, "panel-header"], [1, "count-badge"], ["role", "tree", "aria-label", "Category tree", 1, "tree-content"], [1, "category-detail-panel"], [1, "category-detail-panel", "empty"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "panel-actions"], ["title", "Edit", 1, "icon-btn", 3, "click"], [1, "fa-solid", "fa-pen"], ["title", "Delete", 1, "icon-btn", "danger", 3, "click"], [1, "fa-solid", "fa-trash"], [1, "detail-content"], [1, "detail-field"], [1, "field-value"], [1, "detail-stats"], [1, "stat-item"], [1, "stat-value"], [1, "stat-label"], [1, "category-lists"], [1, "mini-list"], [1, "mini-list-item"], [1, "fa-solid", "fa-list"], [1, "no-selection"], [1, "fa-solid", "fa-arrow-left"], [1, "category-node"], ["tabindex", "0", "role", "treeitem", 1, "node-content", 3, "click", "keydown.enter", "keydown.space", "keydown.arrowRight", "keydown.arrowLeft"], ["tabindex", "-1", "aria-hidden", "true", 1, "expand-btn"], [1, "expand-placeholder"], ["aria-hidden", "true", 1, "fa-solid", "fa-folder"], [1, "node-name"], ["aria-hidden", "true", 1, "node-count"], ["role", "group", 1, "node-children"], ["tabindex", "-1", "aria-hidden", "true", 1, "expand-btn", 3, "click"], [1, "modal-overlay", 3, "click"], [1, "modal-dialog", 3, "click"], [1, "modal-header"], [1, "modal-close", 3, "click", "disabled"], [1, "fa-solid", "fa-times"], [1, "modal-body"], [1, "category-form"], [1, "form-group"], ["type", "text", "placeholder", "Enter category name", 1, "form-input", 3, "ngModelChange", "ngModel"], ["placeholder", "Optional description", "rows", "3", 1, "form-input", 3, "ngModelChange", "ngModel"], [1, "form-input", 3, "ngModelChange", "ngModel"], [3, "ngValue"], [1, "modal-footer"], [1, "btn-primary", 3, "click", "disabled"], [1, "fa-solid", "fa-spinner", "fa-spin"], [1, "btn-secondary", 3, "click", "disabled"], [1, "modal-dialog", "modal-sm", 3, "click"], [1, "modal-header", "danger"], [1, "modal-close", 3, "click"], [1, "btn-danger", 3, "click"], [1, "btn-secondary", 3, "click"]], template: function ListsCategoriesResource_Template(rf, ctx) { if (rf & 1) {
|
|
681
681
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
682
682
|
i0.ɵɵelementStart(0, "mj-page-layout")(1, "mj-page-header", 1)(2, "div", 2)(3, "button", 3);
|
|
683
683
|
i0.ɵɵlistener("click", function ListsCategoriesResource_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.createCategory()); });
|
|
684
684
|
i0.ɵɵelement(4, "i", 4);
|
|
685
|
-
i0.ɵɵ
|
|
686
|
-
i0.ɵɵ
|
|
687
|
-
i0.ɵɵ
|
|
688
|
-
i0.ɵɵ
|
|
689
|
-
i0.ɵɵconditionalCreate(8, ListsCategoriesResource_Conditional_8_Template,
|
|
690
|
-
i0.ɵɵconditionalCreate(9, ListsCategoriesResource_Conditional_9_Template,
|
|
691
|
-
i0.ɵɵ
|
|
692
|
-
i0.ɵɵ
|
|
693
|
-
i0.ɵɵconditionalCreate(13, ListsCategoriesResource_Conditional_13_Template,
|
|
685
|
+
i0.ɵɵelementStart(5, "span", 5);
|
|
686
|
+
i0.ɵɵtext(6, "New Category");
|
|
687
|
+
i0.ɵɵelementEnd()()()();
|
|
688
|
+
i0.ɵɵelementStart(7, "mj-page-body");
|
|
689
|
+
i0.ɵɵconditionalCreate(8, ListsCategoriesResource_Conditional_8_Template, 2, 0, "div", 6);
|
|
690
|
+
i0.ɵɵconditionalCreate(9, ListsCategoriesResource_Conditional_9_Template, 20, 0, "div", 7);
|
|
691
|
+
i0.ɵɵconditionalCreate(10, ListsCategoriesResource_Conditional_10_Template, 13, 3, "div", 8);
|
|
692
|
+
i0.ɵɵtemplate(11, ListsCategoriesResource_ng_template_11_Template, 10, 14, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
693
|
+
i0.ɵɵconditionalCreate(13, ListsCategoriesResource_Conditional_13_Template, 29, 9, "div", 9);
|
|
694
|
+
i0.ɵɵconditionalCreate(14, ListsCategoriesResource_Conditional_14_Template, 15, 1, "div", 9);
|
|
694
695
|
i0.ɵɵelementEnd()();
|
|
695
696
|
} if (rf & 2) {
|
|
696
|
-
i0.ɵɵadvance(
|
|
697
|
-
i0.ɵɵconditional(ctx.isLoading ?
|
|
697
|
+
i0.ɵɵadvance(8);
|
|
698
|
+
i0.ɵɵconditional(ctx.isLoading ? 8 : -1);
|
|
698
699
|
i0.ɵɵadvance();
|
|
699
|
-
i0.ɵɵconditional(!ctx.isLoading && ctx.categoryViewModels.length === 0 ?
|
|
700
|
+
i0.ɵɵconditional(!ctx.isLoading && ctx.categoryViewModels.length === 0 ? 9 : -1);
|
|
700
701
|
i0.ɵɵadvance();
|
|
701
|
-
i0.ɵɵconditional(!ctx.isLoading && ctx.categoryViewModels.length > 0 ?
|
|
702
|
+
i0.ɵɵconditional(!ctx.isLoading && ctx.categoryViewModels.length > 0 ? 10 : -1);
|
|
702
703
|
i0.ɵɵadvance(3);
|
|
703
|
-
i0.ɵɵconditional(ctx.showDialog ?
|
|
704
|
+
i0.ɵɵconditional(ctx.showDialog ? 13 : -1);
|
|
704
705
|
i0.ɵɵadvance();
|
|
705
|
-
i0.ɵɵconditional(ctx.showDeleteConfirm ?
|
|
706
|
+
i0.ɵɵconditional(ctx.showDeleteConfirm ? 14 : -1);
|
|
706
707
|
} }, dependencies: [i2.NgTemplateOutlet, i3.NgSelectOption, i3.ɵNgSelectMultipleOption, i3.DefaultValueAccessor, i3.SelectControlValueAccessor, i3.NgControlStatus, i3.NgModel, i4.MJButtonDirective, i4.MJPageLayoutComponent, i4.MJPageHeaderComponent, i4.MJPageBodyComponent, i5.LoadingComponent], styles: ["\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n /* Header */\n .categories-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 16px 24px;\n background: var(--mj-bg-surface-card);\n border-bottom: 1px solid var(--mj-border-default);\n flex-shrink: 0;\n }\n\n .header-title {\n display: flex;\n align-items: center;\n gap: 12px;\n }\n\n .header-title i {\n font-size: 24px;\n color: var(--mj-brand-primary);\n }\n\n .header-title h2 {\n margin: 0;\n font-size: 20px;\n font-weight: 600;\n color: var(--mj-text-primary);\n }\n\n .btn-create {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 8px 16px;\n background: var(--mj-brand-primary);\n color: var(--mj-text-inverse);\n border: none;\n border-radius: 6px;\n font-size: 14px;\n font-weight: 500;\n cursor: pointer;\n transition: background 0.2s;\n }\n\n .btn-create:hover {\n background: var(--mj-brand-primary-hover);\n }\n\n /* Loading */\n .loading-container {\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 1;\n }\n\n /* Empty State */\n .empty-state {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n flex: 1;\n padding: 48px 40px;\n text-align: center;\n max-width: 420px;\n margin: 0 auto;\n }\n\n .empty-state-icon-wrapper {\n position: relative;\n margin-bottom: 24px;\n }\n\n .empty-state-icon-wrapper .icon-bg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 100px;\n height: 100px;\n border-radius: 50%;\n background: color-mix(in srgb, var(--mj-brand-primary) 10%, var(--mj-bg-surface));\n }\n\n .empty-state-icon-wrapper > i {\n position: relative;\n font-size: 48px;\n color: var(--mj-brand-primary);\n z-index: 1;\n }\n\n .empty-state h3 {\n margin: 0 0 12px;\n font-size: 22px;\n font-weight: 600;\n color: var(--mj-text-primary);\n }\n\n .empty-state p {\n margin: 0 0 8px;\n color: var(--mj-text-secondary);\n font-size: 15px;\n line-height: 1.5;\n }\n\n .empty-state-features {\n display: flex;\n flex-direction: column;\n gap: 8px;\n margin: 16px 0 24px;\n text-align: left;\n }\n\n .feature-item {\n display: flex;\n align-items: center;\n gap: 10px;\n font-size: 14px;\n color: var(--mj-text-secondary);\n }\n\n .feature-item i {\n font-size: 14px !important;\n color: var(--mj-status-success) !important;\n }\n\n .btn-create-large {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 14px 28px;\n background: var(--mj-brand-primary);\n color: var(--mj-text-inverse);\n border: none;\n border-radius: 8px;\n font-size: 15px;\n font-weight: 500;\n cursor: pointer;\n transition: all 0.2s;\n box-shadow: 0 2px 8px color-mix(in srgb, var(--mj-brand-primary) 30%, transparent);\n }\n\n .btn-create-large:hover {\n background: var(--mj-brand-primary-hover);\n transform: translateY(-1px);\n box-shadow: 0 4px 12px color-mix(in srgb, var(--mj-brand-primary) 40%, transparent);\n }\n\n /* Content Layout */\n .categories-content {\n flex: 1;\n padding: 16px 24px;\n overflow: hidden;\n }\n\n .categories-layout {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 16px;\n height: 100%;\n }\n\n .category-tree-panel,\n .category-detail-panel {\n background: var(--mj-bg-surface-card);\n border-radius: 8px;\n box-shadow: var(--mj-shadow-sm);\n display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n .panel-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 12px 16px;\n border-bottom: 1px solid var(--mj-border-default);\n background: var(--mj-bg-surface-sunken);\n }\n\n .panel-header h3 {\n margin: 0;\n font-size: 14px;\n font-weight: 600;\n color: var(--mj-text-primary);\n }\n\n .count-badge {\n font-size: 12px;\n color: var(--mj-text-muted);\n background: var(--mj-bg-surface-sunken);\n padding: 2px 8px;\n border-radius: 10px;\n }\n\n .panel-actions {\n display: flex;\n gap: 4px;\n }\n\n .icon-btn {\n background: none;\n border: none;\n padding: 6px 8px;\n color: var(--mj-text-secondary);\n cursor: pointer;\n border-radius: 4px;\n transition: all 0.15s;\n }\n\n .icon-btn:hover {\n background: var(--mj-bg-surface-sunken);\n color: var(--mj-text-primary);\n }\n\n .icon-btn.danger:hover {\n background: color-mix(in srgb, var(--mj-status-error) 15%, var(--mj-bg-surface));\n color: var(--mj-status-error);\n }\n\n /* Tree Content */\n .tree-content {\n flex: 1;\n overflow-y: auto;\n padding: 8px 0;\n }\n\n .category-node {\n user-select: none;\n }\n\n .node-content {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 8px 12px;\n cursor: pointer;\n transition: background 0.15s;\n }\n\n .node-content:hover {\n background: var(--mj-bg-surface-sunken);\n }\n\n .node-content:focus {\n outline: none;\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n }\n\n .node-content:focus-visible {\n outline: 2px solid var(--mj-brand-primary);\n outline-offset: -2px;\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n }\n\n .node-content.selected {\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n }\n\n .node-content.selected:focus-visible {\n outline: 2px solid var(--mj-brand-primary-hover);\n }\n\n .expand-btn {\n background: none;\n border: none;\n padding: 2px;\n color: var(--mj-text-muted);\n cursor: pointer;\n width: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .expand-btn:hover {\n color: var(--mj-text-secondary);\n }\n\n .expand-placeholder {\n width: 20px;\n }\n\n .node-content .fa-folder,\n .node-content .fa-folder-open {\n color: var(--mj-status-warning);\n }\n\n .node-name {\n flex: 1;\n font-size: 14px;\n color: var(--mj-text-primary);\n }\n\n .node-count {\n font-size: 12px;\n color: var(--mj-text-muted);\n background: var(--mj-bg-surface-sunken);\n padding: 1px 6px;\n border-radius: 8px;\n }\n\n /* Detail Panel */\n .detail-content {\n flex: 1;\n padding: 16px;\n overflow-y: auto;\n }\n\n .detail-field {\n margin-bottom: 16px;\n }\n\n .detail-field label {\n display: block;\n font-size: 12px;\n font-weight: 500;\n color: var(--mj-text-muted);\n text-transform: uppercase;\n letter-spacing: 0.5px;\n margin-bottom: 4px;\n }\n\n .field-value {\n font-size: 14px;\n color: var(--mj-text-primary);\n }\n\n .detail-stats {\n display: flex;\n gap: 24px;\n margin: 24px 0;\n padding: 16px;\n background: var(--mj-bg-surface);\n border-radius: 8px;\n }\n\n .stat-item {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n\n .stat-value {\n font-size: 24px;\n font-weight: 600;\n color: var(--mj-brand-primary);\n }\n\n .stat-label {\n font-size: 12px;\n color: var(--mj-text-muted);\n }\n\n .category-lists h4 {\n margin: 0 0 12px;\n font-size: 13px;\n font-weight: 600;\n color: var(--mj-text-secondary);\n }\n\n .mini-list {\n display: flex;\n flex-direction: column;\n gap: 4px;\n }\n\n .mini-list-item {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 8px 12px;\n background: var(--mj-bg-surface);\n border-radius: 4px;\n font-size: 13px;\n color: var(--mj-text-primary);\n }\n\n .mini-list-item i {\n color: var(--mj-text-muted);\n }\n\n /* No Selection */\n .category-detail-panel.empty {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .no-selection {\n text-align: center;\n color: var(--mj-text-muted);\n }\n\n .no-selection i {\n font-size: 32px;\n margin-bottom: 12px;\n }\n\n .no-selection p {\n margin: 0;\n }\n\n /* Form */\n .category-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n }\n\n .form-group {\n display: flex;\n flex-direction: column;\n gap: 6px;\n }\n\n .form-group label {\n font-size: 13px;\n font-weight: 500;\n color: var(--mj-text-secondary);\n }\n\n .form-input {\n padding: 8px 12px;\n border: 1px solid var(--mj-border-default);\n border-radius: 4px;\n font-size: 14px;\n }\n\n .form-input:focus {\n outline: none;\n border-color: var(--mj-brand-primary);\n }\n\n /* Modal Styles */\n .modal-overlay {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: var(--mj-bg-overlay);\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 10000;\n animation: fadeIn 0.15s ease-out;\n }\n\n @keyframes fadeIn {\n from { opacity: 0; }\n to { opacity: 1; }\n }\n\n .modal-dialog {\n background: var(--mj-bg-surface-card);\n border-radius: 8px;\n box-shadow: var(--mj-shadow-lg);\n width: 450px;\n max-width: 90vw;\n max-height: 90vh;\n display: flex;\n flex-direction: column;\n animation: slideIn 0.2s ease-out;\n }\n\n .modal-dialog.modal-sm {\n width: 400px;\n }\n\n @keyframes slideIn {\n from { transform: translateY(-20px); opacity: 0; }\n to { transform: translateY(0); opacity: 1; }\n }\n\n .modal-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 16px 20px;\n border-bottom: 1px solid var(--mj-border-default);\n }\n\n .modal-header.danger {\n background: color-mix(in srgb, var(--mj-status-error) 15%, var(--mj-bg-surface));\n border-bottom-color: color-mix(in srgb, var(--mj-status-error) 30%, transparent);\n }\n\n .modal-header.danger h3 {\n color: var(--mj-status-error);\n }\n\n .modal-header h3 {\n margin: 0;\n font-size: 18px;\n font-weight: 600;\n color: var(--mj-text-primary);\n }\n\n .modal-close {\n background: none;\n border: none;\n padding: 4px 8px;\n color: var(--mj-text-muted);\n cursor: pointer;\n border-radius: 4px;\n transition: all 0.15s;\n }\n\n .modal-close:hover:not(:disabled) {\n background: var(--mj-bg-surface-sunken);\n color: var(--mj-text-primary);\n }\n\n .modal-close:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .modal-body {\n padding: 20px;\n overflow-y: auto;\n }\n\n .modal-body p {\n margin: 0;\n color: var(--mj-text-secondary);\n line-height: 1.6;\n }\n\n .modal-footer {\n display: flex;\n justify-content: flex-end;\n gap: 12px;\n padding: 16px 20px;\n border-top: 1px solid var(--mj-border-default);\n background: var(--mj-bg-surface-sunken);\n }\n\n .btn-secondary {\n padding: 8px 16px;\n background: var(--mj-bg-surface-card);\n border: 1px solid var(--mj-border-default);\n border-radius: 6px;\n color: var(--mj-text-secondary);\n font-size: 14px;\n cursor: pointer;\n transition: all 0.15s;\n }\n\n .btn-secondary:hover:not(:disabled) {\n background: var(--mj-bg-surface-sunken);\n border-color: var(--mj-border-strong);\n }\n\n .btn-secondary:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .btn-primary {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 8px 16px;\n background: var(--mj-brand-primary);\n border: none;\n border-radius: 6px;\n color: var(--mj-text-inverse);\n font-size: 14px;\n font-weight: 500;\n cursor: pointer;\n transition: all 0.15s;\n }\n\n .btn-primary:hover:not(:disabled) {\n background: var(--mj-brand-primary-hover);\n }\n\n .btn-primary:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .btn-danger {\n padding: 8px 16px;\n background: var(--mj-status-error);\n border: none;\n border-radius: 6px;\n color: var(--mj-text-inverse);\n font-size: 14px;\n font-weight: 500;\n cursor: pointer;\n transition: all 0.15s;\n }\n\n .btn-danger:hover {\n background: var(--mj-status-error);\n }\n\n /* Responsive */\n @media (max-width: 768px) {\n .categories-layout {\n grid-template-columns: 1fr;\n }\n\n .category-detail-panel.empty {\n display: none;\n }\n\n .modal-dialog {\n width: 95vw;\n }\n }\n "], encapsulation: 2 });
|
|
707
708
|
};
|
|
708
709
|
ListsCategoriesResource = __decorate([
|
|
@@ -716,7 +717,7 @@ export { ListsCategoriesResource };
|
|
|
716
717
|
<mj-page-header Title="List Categories" Icon="fa-solid fa-tags">
|
|
717
718
|
<div actions>
|
|
718
719
|
<button mjButton variant="primary" size="sm" (click)="createCategory()">
|
|
719
|
-
<i class="fa-solid fa-plus"></i> New Category
|
|
720
|
+
<i class="fa-solid fa-plus"></i> <span class="action-btn-label">New Category</span>
|
|
720
721
|
</button>
|
|
721
722
|
</div>
|
|
722
723
|
</mj-page-header>
|