@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
|
@@ -18,15 +18,15 @@ import * as i5 from "@memberjunction/ng-ui-components";
|
|
|
18
18
|
import * as i6 from "@memberjunction/ng-shared-generic";
|
|
19
19
|
const _c0 = a0 => ({ node: a0, depth: 0 });
|
|
20
20
|
const _c1 = (a0, a1) => ({ node: a0, depth: a1 });
|
|
21
|
-
function
|
|
22
|
-
i0.ɵɵelementStart(0, "div",
|
|
23
|
-
i0.ɵɵelement(1, "mj-loading",
|
|
21
|
+
function ListsMyListsResource_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
23
|
+
i0.ɵɵelement(1, "mj-loading", 21);
|
|
24
24
|
i0.ɵɵelementEnd();
|
|
25
25
|
} }
|
|
26
|
-
function
|
|
26
|
+
function ListsMyListsResource_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
27
27
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
28
|
-
i0.ɵɵelementStart(0, "div",
|
|
29
|
-
i0.ɵɵelement(2, "div",
|
|
28
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 22);
|
|
29
|
+
i0.ɵɵelement(2, "div", 23)(3, "i", 24);
|
|
30
30
|
i0.ɵɵelementEnd();
|
|
31
31
|
i0.ɵɵelementStart(4, "h3");
|
|
32
32
|
i0.ɵɵtext(5, "No Lists Yet");
|
|
@@ -34,31 +34,31 @@ function ListsMyListsResource_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
|
34
34
|
i0.ɵɵelementStart(6, "p");
|
|
35
35
|
i0.ɵɵtext(7, "Lists help you organize and track groups of records across your data.");
|
|
36
36
|
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(8, "div",
|
|
38
|
-
i0.ɵɵelement(10, "i",
|
|
37
|
+
i0.ɵɵelementStart(8, "div", 25)(9, "div", 26);
|
|
38
|
+
i0.ɵɵelement(10, "i", 27);
|
|
39
39
|
i0.ɵɵelementStart(11, "span");
|
|
40
40
|
i0.ɵɵtext(12, "Group records from any entity");
|
|
41
41
|
i0.ɵɵelementEnd()();
|
|
42
|
-
i0.ɵɵelementStart(13, "div",
|
|
43
|
-
i0.ɵɵelement(14, "i",
|
|
42
|
+
i0.ɵɵelementStart(13, "div", 26);
|
|
43
|
+
i0.ɵɵelement(14, "i", 27);
|
|
44
44
|
i0.ɵɵelementStart(15, "span");
|
|
45
45
|
i0.ɵɵtext(16, "Organize with categories");
|
|
46
46
|
i0.ɵɵelementEnd()();
|
|
47
|
-
i0.ɵɵelementStart(17, "div",
|
|
48
|
-
i0.ɵɵelement(18, "i",
|
|
47
|
+
i0.ɵɵelementStart(17, "div", 26);
|
|
48
|
+
i0.ɵɵelement(18, "i", 27);
|
|
49
49
|
i0.ɵɵelementStart(19, "span");
|
|
50
50
|
i0.ɵɵtext(20, "Quick access from any view");
|
|
51
51
|
i0.ɵɵelementEnd()()();
|
|
52
|
-
i0.ɵɵelementStart(21, "button",
|
|
53
|
-
i0.ɵɵlistener("click", function
|
|
52
|
+
i0.ɵɵelementStart(21, "button", 28);
|
|
53
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_13_Template_button_click_21_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.createNewList()); });
|
|
54
54
|
i0.ɵɵelement(22, "i", 7);
|
|
55
55
|
i0.ɵɵtext(23, " Create Your First List ");
|
|
56
56
|
i0.ɵɵelementEnd()();
|
|
57
57
|
} }
|
|
58
|
-
function
|
|
58
|
+
function ListsMyListsResource_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
59
59
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
60
|
-
i0.ɵɵelementStart(0, "div",
|
|
61
|
-
i0.ɵɵelement(2, "i",
|
|
60
|
+
i0.ɵɵelementStart(0, "div", 13)(1, "div", 29);
|
|
61
|
+
i0.ɵɵelement(2, "i", 30);
|
|
62
62
|
i0.ɵɵelementEnd();
|
|
63
63
|
i0.ɵɵelementStart(3, "h3");
|
|
64
64
|
i0.ɵɵtext(4, "No Results Found");
|
|
@@ -70,11 +70,11 @@ function ListsMyListsResource_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
70
70
|
i0.ɵɵelementEnd();
|
|
71
71
|
i0.ɵɵtext(9, "\"");
|
|
72
72
|
i0.ɵɵelementEnd();
|
|
73
|
-
i0.ɵɵelementStart(10, "p",
|
|
73
|
+
i0.ɵɵelementStart(10, "p", 31);
|
|
74
74
|
i0.ɵɵtext(11, "Try a different search term or clear your search.");
|
|
75
75
|
i0.ɵɵelementEnd();
|
|
76
|
-
i0.ɵɵelementStart(12, "button",
|
|
77
|
-
i0.ɵɵlistener("click", function
|
|
76
|
+
i0.ɵɵelementStart(12, "button", 32);
|
|
77
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_14_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.clearSearch()); });
|
|
78
78
|
i0.ɵɵtext(13, "Clear Search");
|
|
79
79
|
i0.ɵɵelementEnd()();
|
|
80
80
|
} if (rf & 2) {
|
|
@@ -82,28 +82,28 @@ function ListsMyListsResource_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
82
82
|
i0.ɵɵadvance(8);
|
|
83
83
|
i0.ɵɵtextInterpolate(ctx_r2.searchTerm);
|
|
84
84
|
} }
|
|
85
|
-
function
|
|
85
|
+
function ListsMyListsResource_Conditional_15_Conditional_8_For_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
86
86
|
i0.ɵɵelementContainer(0);
|
|
87
87
|
} }
|
|
88
|
-
function
|
|
89
|
-
i0.ɵɵtemplate(0,
|
|
88
|
+
function ListsMyListsResource_Conditional_15_Conditional_8_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
89
|
+
i0.ɵɵtemplate(0, ListsMyListsResource_Conditional_15_Conditional_8_For_2_ng_container_0_Template, 1, 0, "ng-container", 41);
|
|
90
90
|
} if (rf & 2) {
|
|
91
91
|
const node_r6 = ctx.$implicit;
|
|
92
92
|
i0.ɵɵnextContext(3);
|
|
93
|
-
const categoryNodeTemplate_r7 = i0.ɵɵreference(
|
|
93
|
+
const categoryNodeTemplate_r7 = i0.ɵɵreference(17);
|
|
94
94
|
i0.ɵɵproperty("ngTemplateOutlet", categoryNodeTemplate_r7)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0, node_r6));
|
|
95
95
|
} }
|
|
96
|
-
function
|
|
97
|
-
i0.ɵɵelementStart(0, "div",
|
|
98
|
-
i0.ɵɵrepeaterCreate(1,
|
|
96
|
+
function ListsMyListsResource_Conditional_15_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
97
|
+
i0.ɵɵelementStart(0, "div", 39);
|
|
98
|
+
i0.ɵɵrepeaterCreate(1, ListsMyListsResource_Conditional_15_Conditional_8_For_2_Template, 1, 4, "ng-container", null, i0.ɵɵrepeaterTrackByIdentity);
|
|
99
99
|
i0.ɵɵelementEnd();
|
|
100
100
|
} if (rf & 2) {
|
|
101
101
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
102
102
|
i0.ɵɵadvance();
|
|
103
103
|
i0.ɵɵrepeater(ctx_r2.categoryTree);
|
|
104
104
|
} }
|
|
105
|
-
function
|
|
106
|
-
i0.ɵɵelementStart(0, "p",
|
|
105
|
+
function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
106
|
+
i0.ɵɵelementStart(0, "p", 51);
|
|
107
107
|
i0.ɵɵtext(1);
|
|
108
108
|
i0.ɵɵelementEnd();
|
|
109
109
|
} if (rf & 2) {
|
|
@@ -111,9 +111,9 @@ function ListsMyListsResource_Conditional_14_Conditional_9_For_2_Conditional_10_
|
|
|
111
111
|
i0.ɵɵadvance();
|
|
112
112
|
i0.ɵɵtextInterpolate(item_r9.list.Description);
|
|
113
113
|
} }
|
|
114
|
-
function
|
|
115
|
-
i0.ɵɵelementStart(0, "span",
|
|
116
|
-
i0.ɵɵelement(1, "i",
|
|
114
|
+
function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
115
|
+
i0.ɵɵelementStart(0, "span", 57);
|
|
116
|
+
i0.ɵɵelement(1, "i", 59);
|
|
117
117
|
i0.ɵɵtext(2);
|
|
118
118
|
i0.ɵɵelementEnd();
|
|
119
119
|
} if (rf & 2) {
|
|
@@ -122,32 +122,32 @@ function ListsMyListsResource_Conditional_14_Conditional_9_For_2_Conditional_19_
|
|
|
122
122
|
i0.ɵɵadvance(2);
|
|
123
123
|
i0.ɵɵtextInterpolate1(" ", ctx_r2.getCategoryName(item_r9.list.CategoryID), " ");
|
|
124
124
|
} }
|
|
125
|
-
function
|
|
125
|
+
function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
126
126
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
127
|
-
i0.ɵɵelementStart(0, "div",
|
|
128
|
-
i0.ɵɵlistener("click", function
|
|
129
|
-
i0.ɵɵelementStart(1, "div",
|
|
127
|
+
i0.ɵɵelementStart(0, "div", 43);
|
|
128
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template_div_click_0_listener() { const item_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openList(item_r9.list)); })("keydown.enter", function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template_div_keydown_enter_0_listener() { const item_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openList(item_r9.list)); })("keydown.space", function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template_div_keydown_space_0_listener($event) { const item_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); ctx_r2.openList(item_r9.list); return i0.ɵɵresetView($event.preventDefault()); });
|
|
129
|
+
i0.ɵɵelementStart(1, "div", 44)(2, "div", 45);
|
|
130
130
|
i0.ɵɵelement(3, "i");
|
|
131
131
|
i0.ɵɵelementEnd();
|
|
132
|
-
i0.ɵɵelementStart(4, "div",
|
|
133
|
-
i0.ɵɵlistener("click", function
|
|
134
|
-
i0.ɵɵelement(6, "i",
|
|
132
|
+
i0.ɵɵelementStart(4, "div", 46)(5, "button", 47);
|
|
133
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template_button_click_5_listener($event) { const item_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openListMenu($event, item_r9.list)); });
|
|
134
|
+
i0.ɵɵelement(6, "i", 48);
|
|
135
135
|
i0.ɵɵelementEnd()()();
|
|
136
|
-
i0.ɵɵelementStart(7, "div",
|
|
136
|
+
i0.ɵɵelementStart(7, "div", 49)(8, "h3", 50);
|
|
137
137
|
i0.ɵɵtext(9);
|
|
138
138
|
i0.ɵɵelementEnd();
|
|
139
|
-
i0.ɵɵconditionalCreate(10,
|
|
140
|
-
i0.ɵɵelementStart(11, "div",
|
|
141
|
-
i0.ɵɵelement(13, "i",
|
|
139
|
+
i0.ɵɵconditionalCreate(10, ListsMyListsResource_Conditional_15_Conditional_9_For_2_Conditional_10_Template, 2, 1, "p", 51);
|
|
140
|
+
i0.ɵɵelementStart(11, "div", 52)(12, "span", 53);
|
|
141
|
+
i0.ɵɵelement(13, "i", 54);
|
|
142
142
|
i0.ɵɵtext(14);
|
|
143
143
|
i0.ɵɵelementEnd();
|
|
144
|
-
i0.ɵɵelementStart(15, "span",
|
|
145
|
-
i0.ɵɵelement(16, "i",
|
|
144
|
+
i0.ɵɵelementStart(15, "span", 53);
|
|
145
|
+
i0.ɵɵelement(16, "i", 55);
|
|
146
146
|
i0.ɵɵtext(17);
|
|
147
147
|
i0.ɵɵelementEnd()()();
|
|
148
|
-
i0.ɵɵelementStart(18, "div",
|
|
149
|
-
i0.ɵɵconditionalCreate(19,
|
|
150
|
-
i0.ɵɵelementStart(20, "span",
|
|
148
|
+
i0.ɵɵelementStart(18, "div", 56);
|
|
149
|
+
i0.ɵɵconditionalCreate(19, ListsMyListsResource_Conditional_15_Conditional_9_For_2_Conditional_19_Template, 3, 1, "span", 57);
|
|
150
|
+
i0.ɵɵelementStart(20, "span", 58);
|
|
151
151
|
i0.ɵɵtext(21);
|
|
152
152
|
i0.ɵɵelementEnd()()();
|
|
153
153
|
} if (rf & 2) {
|
|
@@ -173,30 +173,30 @@ function ListsMyListsResource_Conditional_14_Conditional_9_For_2_Template(rf, ct
|
|
|
173
173
|
i0.ɵɵadvance(2);
|
|
174
174
|
i0.ɵɵtextInterpolate1("Updated ", ctx_r2.formatDate(item_r9.list.__mj_UpdatedAt));
|
|
175
175
|
} }
|
|
176
|
-
function
|
|
177
|
-
i0.ɵɵelementStart(0, "div",
|
|
178
|
-
i0.ɵɵrepeaterCreate(1,
|
|
176
|
+
function ListsMyListsResource_Conditional_15_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
177
|
+
i0.ɵɵelementStart(0, "div", 40);
|
|
178
|
+
i0.ɵɵrepeaterCreate(1, ListsMyListsResource_Conditional_15_Conditional_9_For_2_Template, 22, 13, "div", 42, i0.ɵɵrepeaterTrackByIdentity);
|
|
179
179
|
i0.ɵɵelementEnd();
|
|
180
180
|
} if (rf & 2) {
|
|
181
181
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
182
182
|
i0.ɵɵadvance();
|
|
183
183
|
i0.ɵɵrepeater(ctx_r2.filteredLists);
|
|
184
184
|
} }
|
|
185
|
-
function
|
|
185
|
+
function ListsMyListsResource_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
186
186
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
187
|
-
i0.ɵɵelementStart(0, "div",
|
|
188
|
-
i0.ɵɵlistener("click", function
|
|
189
|
-
i0.ɵɵelement(3, "i",
|
|
187
|
+
i0.ɵɵelementStart(0, "div", 14)(1, "div", 33)(2, "button", 34);
|
|
188
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_15_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.viewMode = "grid"); });
|
|
189
|
+
i0.ɵɵelement(3, "i", 35);
|
|
190
190
|
i0.ɵɵelementEnd();
|
|
191
|
-
i0.ɵɵelementStart(4, "button",
|
|
192
|
-
i0.ɵɵlistener("click", function
|
|
193
|
-
i0.ɵɵelement(5, "i",
|
|
191
|
+
i0.ɵɵelementStart(4, "button", 36);
|
|
192
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_15_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.viewMode = "list"); });
|
|
193
|
+
i0.ɵɵelement(5, "i", 37);
|
|
194
194
|
i0.ɵɵelementEnd();
|
|
195
|
-
i0.ɵɵelementStart(6, "span",
|
|
195
|
+
i0.ɵɵelementStart(6, "span", 38);
|
|
196
196
|
i0.ɵɵtext(7);
|
|
197
197
|
i0.ɵɵelementEnd()();
|
|
198
|
-
i0.ɵɵconditionalCreate(8,
|
|
199
|
-
i0.ɵɵconditionalCreate(9,
|
|
198
|
+
i0.ɵɵconditionalCreate(8, ListsMyListsResource_Conditional_15_Conditional_8_Template, 3, 0, "div", 39);
|
|
199
|
+
i0.ɵɵconditionalCreate(9, ListsMyListsResource_Conditional_15_Conditional_9_Template, 3, 0, "div", 40);
|
|
200
200
|
i0.ɵɵelementEnd();
|
|
201
201
|
} if (rf & 2) {
|
|
202
202
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -211,15 +211,15 @@ function ListsMyListsResource_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
211
211
|
i0.ɵɵadvance();
|
|
212
212
|
i0.ɵɵconditional(ctx_r2.viewMode === "grid" ? 9 : -1);
|
|
213
213
|
} }
|
|
214
|
-
function
|
|
214
|
+
function ListsMyListsResource_ng_template_16_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
215
215
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
216
|
-
i0.ɵɵelementStart(0, "div",
|
|
217
|
-
i0.ɵɵlistener("click", function
|
|
218
|
-
i0.ɵɵelement(1, "i")(2, "i",
|
|
219
|
-
i0.ɵɵelementStart(3, "span",
|
|
216
|
+
i0.ɵɵelementStart(0, "div", 64);
|
|
217
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_ng_template_16_Conditional_1_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r10); const node_r11 = i0.ɵɵnextContext().node; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleCategory(node_r11)); });
|
|
218
|
+
i0.ɵɵelement(1, "i")(2, "i", 59);
|
|
219
|
+
i0.ɵɵelementStart(3, "span", 65);
|
|
220
220
|
i0.ɵɵtext(4);
|
|
221
221
|
i0.ɵɵelementEnd();
|
|
222
|
-
i0.ɵɵelementStart(5, "span",
|
|
222
|
+
i0.ɵɵelementStart(5, "span", 66);
|
|
223
223
|
i0.ɵɵtext(6);
|
|
224
224
|
i0.ɵɵelementEnd()();
|
|
225
225
|
} if (rf & 2) {
|
|
@@ -234,15 +234,15 @@ function ListsMyListsResource_ng_template_15_Conditional_1_Template(rf, ctx) { i
|
|
|
234
234
|
i0.ɵɵadvance(2);
|
|
235
235
|
i0.ɵɵtextInterpolate(ctx_r2.getListCountInCategory(node_r11));
|
|
236
236
|
} }
|
|
237
|
-
function
|
|
237
|
+
function ListsMyListsResource_ng_template_16_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
238
238
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
239
|
-
i0.ɵɵelementStart(0, "div",
|
|
240
|
-
i0.ɵɵlistener("click", function
|
|
241
|
-
i0.ɵɵelement(1, "i")(2, "i",
|
|
242
|
-
i0.ɵɵelementStart(3, "span",
|
|
239
|
+
i0.ɵɵelementStart(0, "div", 67);
|
|
240
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_ng_template_16_Conditional_2_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r12); const node_r11 = i0.ɵɵnextContext().node; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleCategory(node_r11)); });
|
|
241
|
+
i0.ɵɵelement(1, "i")(2, "i", 68);
|
|
242
|
+
i0.ɵɵelementStart(3, "span", 65);
|
|
243
243
|
i0.ɵɵtext(4, "Uncategorized");
|
|
244
244
|
i0.ɵɵelementEnd();
|
|
245
|
-
i0.ɵɵelementStart(5, "span",
|
|
245
|
+
i0.ɵɵelementStart(5, "span", 66);
|
|
246
246
|
i0.ɵɵtext(6);
|
|
247
247
|
i0.ɵɵelementEnd()();
|
|
248
248
|
} if (rf & 2) {
|
|
@@ -252,22 +252,22 @@ function ListsMyListsResource_ng_template_15_Conditional_2_Template(rf, ctx) { i
|
|
|
252
252
|
i0.ɵɵadvance(5);
|
|
253
253
|
i0.ɵɵtextInterpolate(node_r11.lists.length);
|
|
254
254
|
} }
|
|
255
|
-
function
|
|
255
|
+
function ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
256
256
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
257
|
-
i0.ɵɵelementStart(0, "div",
|
|
258
|
-
i0.ɵɵlistener("click", function
|
|
259
|
-
i0.ɵɵelementStart(1, "div",
|
|
257
|
+
i0.ɵɵelementStart(0, "div", 70);
|
|
258
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template_div_click_0_listener() { const item_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openList(item_r14.list)); })("keydown.enter", function ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template_div_keydown_enter_0_listener() { const item_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openList(item_r14.list)); })("keydown.space", function ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template_div_keydown_space_0_listener($event) { const item_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); ctx_r2.openList(item_r14.list); return i0.ɵɵresetView($event.preventDefault()); });
|
|
259
|
+
i0.ɵɵelementStart(1, "div", 71);
|
|
260
260
|
i0.ɵɵelement(2, "i");
|
|
261
261
|
i0.ɵɵelementEnd();
|
|
262
|
-
i0.ɵɵelementStart(3, "div",
|
|
262
|
+
i0.ɵɵelementStart(3, "div", 72)(4, "span", 73);
|
|
263
263
|
i0.ɵɵtext(5);
|
|
264
264
|
i0.ɵɵelementEnd();
|
|
265
|
-
i0.ɵɵelementStart(6, "span",
|
|
265
|
+
i0.ɵɵelementStart(6, "span", 74);
|
|
266
266
|
i0.ɵɵtext(7);
|
|
267
267
|
i0.ɵɵelementEnd()();
|
|
268
|
-
i0.ɵɵelementStart(8, "div",
|
|
269
|
-
i0.ɵɵlistener("click", function
|
|
270
|
-
i0.ɵɵelement(10, "i",
|
|
268
|
+
i0.ɵɵelementStart(8, "div", 75)(9, "button", 76);
|
|
269
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template_button_click_9_listener($event) { const item_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.openListMenu($event, item_r14.list)); });
|
|
270
|
+
i0.ɵɵelement(10, "i", 48);
|
|
271
271
|
i0.ɵɵelementEnd()()();
|
|
272
272
|
} if (rf & 2) {
|
|
273
273
|
const item_r14 = ctx.$implicit;
|
|
@@ -284,39 +284,39 @@ function ListsMyListsResource_ng_template_15_Conditional_3_For_2_Template(rf, ct
|
|
|
284
284
|
i0.ɵɵadvance(2);
|
|
285
285
|
i0.ɵɵattribute("aria-label", "More options for " + item_r14.list.Name);
|
|
286
286
|
} }
|
|
287
|
-
function
|
|
288
|
-
i0.ɵɵelementStart(0, "div",
|
|
289
|
-
i0.ɵɵrepeaterCreate(1,
|
|
287
|
+
function ListsMyListsResource_ng_template_16_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
288
|
+
i0.ɵɵelementStart(0, "div", 63);
|
|
289
|
+
i0.ɵɵrepeaterCreate(1, ListsMyListsResource_ng_template_16_Conditional_3_For_2_Template, 11, 9, "div", 69, i0.ɵɵrepeaterTrackByIdentity);
|
|
290
290
|
i0.ɵɵelementEnd();
|
|
291
291
|
} if (rf & 2) {
|
|
292
292
|
const node_r11 = i0.ɵɵnextContext().node;
|
|
293
293
|
i0.ɵɵadvance();
|
|
294
294
|
i0.ɵɵrepeater(node_r11.lists);
|
|
295
295
|
} }
|
|
296
|
-
function
|
|
296
|
+
function ListsMyListsResource_ng_template_16_Conditional_4_For_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
297
297
|
i0.ɵɵelementContainer(0);
|
|
298
298
|
} }
|
|
299
|
-
function
|
|
300
|
-
i0.ɵɵtemplate(0,
|
|
299
|
+
function ListsMyListsResource_ng_template_16_Conditional_4_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
300
|
+
i0.ɵɵtemplate(0, ListsMyListsResource_ng_template_16_Conditional_4_For_1_ng_container_0_Template, 1, 0, "ng-container", 41);
|
|
301
301
|
} if (rf & 2) {
|
|
302
302
|
const child_r15 = ctx.$implicit;
|
|
303
303
|
const depth_r16 = i0.ɵɵnextContext(2).depth;
|
|
304
304
|
i0.ɵɵnextContext();
|
|
305
|
-
const categoryNodeTemplate_r7 = i0.ɵɵreference(
|
|
305
|
+
const categoryNodeTemplate_r7 = i0.ɵɵreference(17);
|
|
306
306
|
i0.ɵɵproperty("ngTemplateOutlet", categoryNodeTemplate_r7)("ngTemplateOutletContext", i0.ɵɵpureFunction2(2, _c1, child_r15, depth_r16 + 1));
|
|
307
307
|
} }
|
|
308
|
-
function
|
|
309
|
-
i0.ɵɵrepeaterCreate(0,
|
|
308
|
+
function ListsMyListsResource_ng_template_16_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
309
|
+
i0.ɵɵrepeaterCreate(0, ListsMyListsResource_ng_template_16_Conditional_4_For_1_Template, 1, 5, "ng-container", null, i0.ɵɵrepeaterTrackByIdentity);
|
|
310
310
|
} if (rf & 2) {
|
|
311
311
|
const node_r11 = i0.ɵɵnextContext().node;
|
|
312
312
|
i0.ɵɵrepeater(node_r11.children);
|
|
313
313
|
} }
|
|
314
|
-
function
|
|
315
|
-
i0.ɵɵelementStart(0, "div",
|
|
316
|
-
i0.ɵɵconditionalCreate(1,
|
|
317
|
-
i0.ɵɵconditionalCreate(2,
|
|
318
|
-
i0.ɵɵconditionalCreate(3,
|
|
319
|
-
i0.ɵɵconditionalCreate(4,
|
|
314
|
+
function ListsMyListsResource_ng_template_16_Template(rf, ctx) { if (rf & 1) {
|
|
315
|
+
i0.ɵɵelementStart(0, "div", 60);
|
|
316
|
+
i0.ɵɵconditionalCreate(1, ListsMyListsResource_ng_template_16_Conditional_1_Template, 7, 6, "div", 61);
|
|
317
|
+
i0.ɵɵconditionalCreate(2, ListsMyListsResource_ng_template_16_Conditional_2_Template, 7, 3, "div", 62);
|
|
318
|
+
i0.ɵɵconditionalCreate(3, ListsMyListsResource_ng_template_16_Conditional_3_Template, 3, 0, "div", 63);
|
|
319
|
+
i0.ɵɵconditionalCreate(4, ListsMyListsResource_ng_template_16_Conditional_4_Template, 2, 0);
|
|
320
320
|
i0.ɵɵelementEnd();
|
|
321
321
|
} if (rf & 2) {
|
|
322
322
|
const node_r11 = ctx.node;
|
|
@@ -331,42 +331,42 @@ function ListsMyListsResource_ng_template_15_Template(rf, ctx) { if (rf & 1) {
|
|
|
331
331
|
i0.ɵɵadvance();
|
|
332
332
|
i0.ɵɵconditional(node_r11.isExpanded ? 4 : -1);
|
|
333
333
|
} }
|
|
334
|
-
function
|
|
334
|
+
function ListsMyListsResource_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
335
335
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
336
|
-
i0.ɵɵelementStart(0, "div",
|
|
337
|
-
i0.ɵɵlistener("click", function
|
|
336
|
+
i0.ɵɵelementStart(0, "div", 77);
|
|
337
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_18_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r17); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeContextMenu()); });
|
|
338
338
|
i0.ɵɵelementEnd();
|
|
339
339
|
} }
|
|
340
|
-
function
|
|
340
|
+
function ListsMyListsResource_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
341
341
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
342
|
-
i0.ɵɵelementStart(0, "div",
|
|
343
|
-
i0.ɵɵlistener("click", function
|
|
344
|
-
i0.ɵɵelement(2, "i",
|
|
342
|
+
i0.ɵɵelementStart(0, "div", 78)(1, "button", 79);
|
|
343
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_19_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r18); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.editList()); });
|
|
344
|
+
i0.ɵɵelement(2, "i", 80);
|
|
345
345
|
i0.ɵɵtext(3, " Edit ");
|
|
346
346
|
i0.ɵɵelementEnd();
|
|
347
|
-
i0.ɵɵelementStart(4, "button",
|
|
348
|
-
i0.ɵɵlistener("click", function
|
|
349
|
-
i0.ɵɵelement(5, "i",
|
|
347
|
+
i0.ɵɵelementStart(4, "button", 79);
|
|
348
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_19_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r18); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.duplicateList()); });
|
|
349
|
+
i0.ɵɵelement(5, "i", 81);
|
|
350
350
|
i0.ɵɵtext(6, " Duplicate ");
|
|
351
351
|
i0.ɵɵelementEnd();
|
|
352
|
-
i0.ɵɵelement(7, "div",
|
|
353
|
-
i0.ɵɵelementStart(8, "button",
|
|
354
|
-
i0.ɵɵlistener("click", function
|
|
355
|
-
i0.ɵɵelement(9, "i",
|
|
352
|
+
i0.ɵɵelement(7, "div", 82);
|
|
353
|
+
i0.ɵɵelementStart(8, "button", 83);
|
|
354
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_19_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r18); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.confirmDeleteList()); });
|
|
355
|
+
i0.ɵɵelement(9, "i", 84);
|
|
356
356
|
i0.ɵɵtext(10, " Delete ");
|
|
357
357
|
i0.ɵɵelementEnd()();
|
|
358
358
|
} if (rf & 2) {
|
|
359
359
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
360
360
|
i0.ɵɵstyleProp("top", ctx_r2.contextMenuY, "px")("left", ctx_r2.contextMenuX, "px");
|
|
361
361
|
} }
|
|
362
|
-
function
|
|
362
|
+
function ListsMyListsResource_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
363
363
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
364
|
-
i0.ɵɵelementStart(0, "div",
|
|
365
|
-
i0.ɵɵlistener("click", function
|
|
364
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
365
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_20_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r19); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeCreateDialog()); });
|
|
366
366
|
i0.ɵɵelementEnd();
|
|
367
367
|
} }
|
|
368
|
-
function
|
|
369
|
-
i0.ɵɵelementStart(0, "option",
|
|
368
|
+
function ListsMyListsResource_Conditional_21_For_28_Template(rf, ctx) { if (rf & 1) {
|
|
369
|
+
i0.ɵɵelementStart(0, "option", 96);
|
|
370
370
|
i0.ɵɵtext(1);
|
|
371
371
|
i0.ɵɵelementEnd();
|
|
372
372
|
} if (rf & 2) {
|
|
@@ -375,54 +375,54 @@ function ListsMyListsResource_Conditional_20_For_28_Template(rf, ctx) { if (rf &
|
|
|
375
375
|
i0.ɵɵadvance();
|
|
376
376
|
i0.ɵɵtextInterpolate(cat_r22.displayName);
|
|
377
377
|
} }
|
|
378
|
-
function
|
|
379
|
-
i0.ɵɵelement(0, "i",
|
|
378
|
+
function ListsMyListsResource_Conditional_21_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
379
|
+
i0.ɵɵelement(0, "i", 99);
|
|
380
380
|
} }
|
|
381
|
-
function
|
|
381
|
+
function ListsMyListsResource_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
382
382
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
383
|
-
i0.ɵɵelementStart(0, "div",
|
|
383
|
+
i0.ɵɵelementStart(0, "div", 18)(1, "div", 86)(2, "h3");
|
|
384
384
|
i0.ɵɵtext(3);
|
|
385
385
|
i0.ɵɵelementEnd();
|
|
386
|
-
i0.ɵɵelementStart(4, "button",
|
|
387
|
-
i0.ɵɵlistener("click", function
|
|
388
|
-
i0.ɵɵelement(5, "i",
|
|
386
|
+
i0.ɵɵelementStart(4, "button", 87);
|
|
387
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_21_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeCreateDialog()); });
|
|
388
|
+
i0.ɵɵelement(5, "i", 88);
|
|
389
389
|
i0.ɵɵelementEnd()();
|
|
390
|
-
i0.ɵɵelementStart(6, "div",
|
|
390
|
+
i0.ɵɵelementStart(6, "div", 89)(7, "div", 90)(8, "label");
|
|
391
391
|
i0.ɵɵtext(9, "Name *");
|
|
392
392
|
i0.ɵɵelementEnd();
|
|
393
|
-
i0.ɵɵelementStart(10, "input",
|
|
394
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
393
|
+
i0.ɵɵelementStart(10, "input", 91);
|
|
394
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsMyListsResource_Conditional_21_Template_input_ngModelChange_10_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.newListName, $event) || (ctx_r2.newListName = $event); return i0.ɵɵresetView($event); });
|
|
395
395
|
i0.ɵɵelementEnd()();
|
|
396
|
-
i0.ɵɵelementStart(11, "div",
|
|
396
|
+
i0.ɵɵelementStart(11, "div", 90)(12, "label");
|
|
397
397
|
i0.ɵɵtext(13, "Description");
|
|
398
398
|
i0.ɵɵelementEnd();
|
|
399
|
-
i0.ɵɵelementStart(14, "textarea",
|
|
400
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
399
|
+
i0.ɵɵelementStart(14, "textarea", 92);
|
|
400
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsMyListsResource_Conditional_21_Template_textarea_ngModelChange_14_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.newListDescription, $event) || (ctx_r2.newListDescription = $event); return i0.ɵɵresetView($event); });
|
|
401
401
|
i0.ɵɵelementEnd()();
|
|
402
|
-
i0.ɵɵelementStart(15, "div",
|
|
402
|
+
i0.ɵɵelementStart(15, "div", 90)(16, "label");
|
|
403
403
|
i0.ɵɵtext(17, "Entity *");
|
|
404
404
|
i0.ɵɵelementEnd();
|
|
405
|
-
i0.ɵɵelementStart(18, "div",
|
|
406
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
407
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
405
|
+
i0.ɵɵelementStart(18, "div", 93)(19, "input", 94, 1);
|
|
406
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsMyListsResource_Conditional_21_Template_input_ngModelChange_19_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.entitySearchTerm, $event) || (ctx_r2.entitySearchTerm = $event); return i0.ɵɵresetView($event); });
|
|
407
|
+
i0.ɵɵlistener("ngModelChange", function ListsMyListsResource_Conditional_21_Template_input_ngModelChange_19_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.filterEntities($event)); })("focus", function ListsMyListsResource_Conditional_21_Template_input_focus_19_listener() { i0.ɵɵrestoreView(_r20); const entityInput_r21 = i0.ɵɵreference(20); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.openEntityDropdown(entityInput_r21)); });
|
|
408
408
|
i0.ɵɵelementEnd()()();
|
|
409
|
-
i0.ɵɵelementStart(21, "div",
|
|
409
|
+
i0.ɵɵelementStart(21, "div", 90)(22, "label");
|
|
410
410
|
i0.ɵɵtext(23, "Category");
|
|
411
411
|
i0.ɵɵelementEnd();
|
|
412
|
-
i0.ɵɵelementStart(24, "select",
|
|
413
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
414
|
-
i0.ɵɵelementStart(25, "option",
|
|
412
|
+
i0.ɵɵelementStart(24, "select", 95);
|
|
413
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ListsMyListsResource_Conditional_21_Template_select_ngModelChange_24_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.selectedCategoryId, $event) || (ctx_r2.selectedCategoryId = $event); return i0.ɵɵresetView($event); });
|
|
414
|
+
i0.ɵɵelementStart(25, "option", 96);
|
|
415
415
|
i0.ɵɵtext(26, "No category");
|
|
416
416
|
i0.ɵɵelementEnd();
|
|
417
|
-
i0.ɵɵrepeaterCreate(27,
|
|
417
|
+
i0.ɵɵrepeaterCreate(27, ListsMyListsResource_Conditional_21_For_28_Template, 2, 2, "option", 96, i0.ɵɵrepeaterTrackByIdentity);
|
|
418
418
|
i0.ɵɵelementEnd()()();
|
|
419
|
-
i0.ɵɵelementStart(29, "div",
|
|
420
|
-
i0.ɵɵlistener("click", function
|
|
421
|
-
i0.ɵɵconditionalCreate(31,
|
|
419
|
+
i0.ɵɵelementStart(29, "div", 97)(30, "button", 98);
|
|
420
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_21_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.saveList()); });
|
|
421
|
+
i0.ɵɵconditionalCreate(31, ListsMyListsResource_Conditional_21_Conditional_31_Template, 1, 0, "i", 99);
|
|
422
422
|
i0.ɵɵtext(32);
|
|
423
423
|
i0.ɵɵelementEnd();
|
|
424
|
-
i0.ɵɵelementStart(33, "button",
|
|
425
|
-
i0.ɵɵlistener("click", function
|
|
424
|
+
i0.ɵɵelementStart(33, "button", 100);
|
|
425
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_21_Template_button_click_33_listener() { i0.ɵɵrestoreView(_r20); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.closeCreateDialog()); });
|
|
426
426
|
i0.ɵɵtext(34, "Cancel");
|
|
427
427
|
i0.ɵɵelementEnd()()();
|
|
428
428
|
} if (rf & 2) {
|
|
@@ -451,41 +451,41 @@ function ListsMyListsResource_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
|
451
451
|
i0.ɵɵadvance();
|
|
452
452
|
i0.ɵɵproperty("disabled", ctx_r2.isSaving);
|
|
453
453
|
} }
|
|
454
|
-
function
|
|
454
|
+
function ListsMyListsResource_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
455
455
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
456
|
-
i0.ɵɵelementStart(0, "div",
|
|
457
|
-
i0.ɵɵlistener("click", function
|
|
456
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
457
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_22_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r23); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
458
458
|
i0.ɵɵelementEnd();
|
|
459
459
|
} }
|
|
460
|
-
function
|
|
461
|
-
i0.ɵɵelement(0, "i",
|
|
460
|
+
function ListsMyListsResource_Conditional_23_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
461
|
+
i0.ɵɵelement(0, "i", 99);
|
|
462
462
|
} }
|
|
463
|
-
function
|
|
463
|
+
function ListsMyListsResource_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
464
464
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
465
|
-
i0.ɵɵelementStart(0, "div",
|
|
465
|
+
i0.ɵɵelementStart(0, "div", 19)(1, "div", 86)(2, "h3");
|
|
466
466
|
i0.ɵɵtext(3, "Delete List");
|
|
467
467
|
i0.ɵɵelementEnd();
|
|
468
|
-
i0.ɵɵelementStart(4, "button",
|
|
469
|
-
i0.ɵɵlistener("click", function
|
|
470
|
-
i0.ɵɵelement(5, "i",
|
|
468
|
+
i0.ɵɵelementStart(4, "button", 87);
|
|
469
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_23_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r24); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
470
|
+
i0.ɵɵelement(5, "i", 88);
|
|
471
471
|
i0.ɵɵelementEnd()();
|
|
472
|
-
i0.ɵɵelementStart(6, "div",
|
|
472
|
+
i0.ɵɵelementStart(6, "div", 89)(7, "p");
|
|
473
473
|
i0.ɵɵtext(8, "Are you sure you want to delete \"");
|
|
474
474
|
i0.ɵɵelementStart(9, "strong");
|
|
475
475
|
i0.ɵɵtext(10);
|
|
476
476
|
i0.ɵɵelementEnd();
|
|
477
477
|
i0.ɵɵtext(11, "\"?");
|
|
478
478
|
i0.ɵɵelementEnd();
|
|
479
|
-
i0.ɵɵelementStart(12, "p",
|
|
479
|
+
i0.ɵɵelementStart(12, "p", 101);
|
|
480
480
|
i0.ɵɵtext(13, "This will also remove all items in the list.");
|
|
481
481
|
i0.ɵɵelementEnd()();
|
|
482
|
-
i0.ɵɵelementStart(14, "div",
|
|
483
|
-
i0.ɵɵlistener("click", function
|
|
484
|
-
i0.ɵɵconditionalCreate(16,
|
|
482
|
+
i0.ɵɵelementStart(14, "div", 97)(15, "button", 102);
|
|
483
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_23_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r24); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.deleteList()); });
|
|
484
|
+
i0.ɵɵconditionalCreate(16, ListsMyListsResource_Conditional_23_Conditional_16_Template, 1, 0, "i", 99);
|
|
485
485
|
i0.ɵɵtext(17);
|
|
486
486
|
i0.ɵɵelementEnd();
|
|
487
|
-
i0.ɵɵelementStart(18, "button",
|
|
488
|
-
i0.ɵɵlistener("click", function
|
|
487
|
+
i0.ɵɵelementStart(18, "button", 103);
|
|
488
|
+
i0.ɵɵlistener("click", function ListsMyListsResource_Conditional_23_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r24); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.cancelDelete()); });
|
|
489
489
|
i0.ɵɵtext(19, "Cancel");
|
|
490
490
|
i0.ɵɵelementEnd()()();
|
|
491
491
|
} if (rf & 2) {
|
|
@@ -497,10 +497,10 @@ function ListsMyListsResource_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
|
497
497
|
i0.ɵɵadvance();
|
|
498
498
|
i0.ɵɵtextInterpolate1(" ", ctx_r2.isDeleting ? "Deleting..." : "Delete", " ");
|
|
499
499
|
} }
|
|
500
|
-
function
|
|
500
|
+
function ListsMyListsResource_Conditional_24_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
501
501
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
502
|
-
i0.ɵɵelementStart(0, "div",
|
|
503
|
-
i0.ɵɵlistener("mousedown", function
|
|
502
|
+
i0.ɵɵelementStart(0, "div", 108);
|
|
503
|
+
i0.ɵɵlistener("mousedown", function ListsMyListsResource_Conditional_24_For_3_Template_div_mousedown_0_listener($event) { const entity_r26 = i0.ɵɵrestoreView(_r25).$implicit; const ctx_r2 = i0.ɵɵnextContext(2); ctx_r2.selectEntity(entity_r26); return i0.ɵɵresetView($event.preventDefault()); });
|
|
504
504
|
i0.ɵɵtext(1);
|
|
505
505
|
i0.ɵɵelementEnd();
|
|
506
506
|
} if (rf & 2) {
|
|
@@ -508,15 +508,15 @@ function ListsMyListsResource_Conditional_23_For_3_Template(rf, ctx) { if (rf &
|
|
|
508
508
|
i0.ɵɵadvance();
|
|
509
509
|
i0.ɵɵtextInterpolate1(" ", entity_r26.Name, " ");
|
|
510
510
|
} }
|
|
511
|
-
function
|
|
512
|
-
i0.ɵɵelementStart(0, "div",
|
|
511
|
+
function ListsMyListsResource_Conditional_24_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
512
|
+
i0.ɵɵelementStart(0, "div", 107);
|
|
513
513
|
i0.ɵɵtext(1, " No entities found ");
|
|
514
514
|
i0.ɵɵelementEnd();
|
|
515
515
|
} }
|
|
516
|
-
function
|
|
517
|
-
i0.ɵɵelementStart(0, "div",
|
|
518
|
-
i0.ɵɵrepeaterCreate(2,
|
|
519
|
-
i0.ɵɵconditionalCreate(4,
|
|
516
|
+
function ListsMyListsResource_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
517
|
+
i0.ɵɵelementStart(0, "div", 104)(1, "div", 105);
|
|
518
|
+
i0.ɵɵrepeaterCreate(2, ListsMyListsResource_Conditional_24_For_3_Template, 2, 1, "div", 106, i0.ɵɵrepeaterTrackByIdentity);
|
|
519
|
+
i0.ɵɵconditionalCreate(4, ListsMyListsResource_Conditional_24_Conditional_4_Template, 2, 0, "div", 107);
|
|
520
520
|
i0.ɵɵelementEnd()();
|
|
521
521
|
} if (rf & 2) {
|
|
522
522
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -1036,7 +1036,7 @@ let ListsMyListsResource = class ListsMyListsResource extends BaseResourceCompon
|
|
|
1036
1036
|
static ɵfac = function ListsMyListsResource_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ListsMyListsResource)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.TabService), i0.ɵɵdirectiveInject(i2.MJNotificationService), i0.ɵɵdirectiveInject(i0.ElementRef)); };
|
|
1037
1037
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListsMyListsResource, selectors: [["mj-lists-my-lists-resource"]], hostBindings: function ListsMyListsResource_HostBindings(rf, ctx) { if (rf & 1) {
|
|
1038
1038
|
i0.ɵɵlistener("click", function ListsMyListsResource_click_HostBindingHandler($event) { return ctx.onDocumentClick($event); }, i0.ɵɵresolveDocument)("keydown.escape", function ListsMyListsResource_keydown_escape_HostBindingHandler() { return ctx.onEscapeKey(); }, i0.ɵɵresolveDocument);
|
|
1039
|
-
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
1039
|
+
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 14, consts: [["categoryNodeTemplate", ""], ["entityInput", ""], ["Title", "My Lists", "Icon", "fa-solid fa-list-check", "Subtitle", "Lists you've created or have access to"], ["meta", ""], ["Label", "lists", 3, "Count", "Total"], ["actions", ""], ["mjButton", "", "variant", "primary", "size", "sm", 3, "click"], [1, "fa-solid", "fa-plus"], [1, "action-btn-label"], ["toolbar", ""], ["Placeholder", "Search lists...", 3, "ValueChange", "Value"], [1, "loading-container"], [1, "empty-state"], [1, "empty-state", "search-empty"], [1, "lists-content"], [1, "context-menu-overlay"], [1, "context-menu", 3, "top", "left"], [1, "modal-overlay"], [1, "modal-dialog"], [1, "modal-dialog", "confirm-dialog"], [1, "entity-dropdown-portal", 3, "top", "left", "width", "dropdown-above"], ["text", "Loading lists...", "size", "medium"], [1, "empty-state-icon-wrapper"], [1, "icon-bg"], [1, "fa-solid", "fa-list-check"], [1, "empty-state-features"], [1, "feature-item"], [1, "fa-solid", "fa-check-circle"], [1, "btn-create-large", 3, "click"], [1, "empty-state-icon-wrapper", "search"], [1, "fa-solid", "fa-search"], [1, "empty-hint"], [1, "btn-clear", 3, "click"], [1, "view-controls"], ["title", "Grid view", 1, "view-toggle", 3, "click"], [1, "fa-solid", "fa-grip"], ["title", "List view", 1, "view-toggle", 3, "click"], [1, "fa-solid", "fa-list"], [1, "list-count"], [1, "category-tree"], ["role", "list", "aria-label", "My Lists", 1, "lists-grid"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["tabindex", "0", "role", "listitem", 1, "list-card"], ["tabindex", "0", "role", "listitem", 1, "list-card", 3, "click", "keydown.enter", "keydown.space"], [1, "card-header"], ["aria-hidden", "true", 1, "card-icon"], [1, "card-menu"], [1, "menu-btn", 3, "click"], ["aria-hidden", "true", 1, "fa-solid", "fa-ellipsis-v"], [1, "card-body"], [1, "card-title"], [1, "card-description"], [1, "card-meta"], [1, "meta-item"], [1, "fa-solid", "fa-database"], [1, "fa-solid", "fa-hashtag"], [1, "card-footer"], [1, "category-tag"], [1, "date-info"], [1, "fa-solid", "fa-folder"], [1, "category-section"], [1, "category-header"], [1, "category-header", "uncategorized"], ["role", "list", 1, "category-lists"], [1, "category-header", 3, "click"], [1, "category-name"], [1, "category-count"], [1, "category-header", "uncategorized", 3, "click"], [1, "fa-solid", "fa-inbox"], ["tabindex", "0", "role", "listitem", 1, "list-row"], ["tabindex", "0", "role", "listitem", 1, "list-row", 3, "click", "keydown.enter", "keydown.space"], ["aria-hidden", "true", 1, "list-icon"], [1, "list-info"], [1, "list-name"], [1, "list-meta"], [1, "list-actions"], ["mjButton", "", "variant", "flat", "size", "sm", 3, "click"], [1, "context-menu-overlay", 3, "click"], [1, "context-menu"], [1, "menu-item", 3, "click"], [1, "fa-solid", "fa-pen"], [1, "fa-solid", "fa-copy"], [1, "menu-divider"], [1, "menu-item", "danger", 3, "click"], [1, "fa-solid", "fa-trash"], [1, "modal-overlay", 3, "click"], [1, "modal-header"], [1, "modal-close", 3, "click"], [1, "fa-solid", "fa-times"], [1, "modal-body"], [1, "form-group"], ["type", "text", "placeholder", "Enter list name", 1, "form-input", 3, "ngModelChange", "ngModel"], ["placeholder", "Optional description", "rows", "3", 1, "form-input", 3, "ngModelChange", "ngModel"], [1, "custom-select-wrapper"], ["type", "text", "placeholder", "Search and select an entity", 1, "form-input", 3, "ngModelChange", "focus", "ngModel", "disabled"], [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, "warning-text"], [1, "btn-danger", 3, "click"], [1, "btn-secondary", 3, "click"], [1, "entity-dropdown-portal"], [1, "entity-dropdown-content"], [1, "dropdown-item"], [1, "dropdown-empty"], [1, "dropdown-item", 3, "mousedown"]], template: function ListsMyListsResource_Template(rf, ctx) { if (rf & 1) {
|
|
1040
1040
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
1041
1041
|
i0.ɵɵelementStart(0, "mj-page-layout")(1, "mj-page-header", 2)(2, "div", 3);
|
|
1042
1042
|
i0.ɵɵelement(3, "mj-stat-badge", 4);
|
|
@@ -1044,52 +1044,53 @@ let ListsMyListsResource = class ListsMyListsResource extends BaseResourceCompon
|
|
|
1044
1044
|
i0.ɵɵelementStart(4, "div", 5)(5, "button", 6);
|
|
1045
1045
|
i0.ɵɵlistener("click", function ListsMyListsResource_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.createNewList()); });
|
|
1046
1046
|
i0.ɵɵelement(6, "i", 7);
|
|
1047
|
-
i0.ɵɵ
|
|
1048
|
-
i0.ɵɵ
|
|
1049
|
-
i0.ɵɵelementStart(8, "div", 8)(9, "mj-page-search", 9);
|
|
1050
|
-
i0.ɵɵlistener("ValueChange", function ListsMyListsResource_Template_mj_page_search_ValueChange_9_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSearchChange($event)); });
|
|
1047
|
+
i0.ɵɵelementStart(7, "span", 8);
|
|
1048
|
+
i0.ɵɵtext(8, "New List");
|
|
1051
1049
|
i0.ɵɵelementEnd()()();
|
|
1052
|
-
i0.ɵɵelementStart(10, "mj-page-
|
|
1053
|
-
i0.ɵɵ
|
|
1054
|
-
i0.ɵɵ
|
|
1055
|
-
i0.ɵɵ
|
|
1056
|
-
i0.ɵɵconditionalCreate(
|
|
1057
|
-
i0.ɵɵ
|
|
1058
|
-
i0.ɵɵconditionalCreate(
|
|
1059
|
-
i0.ɵɵconditionalCreate(
|
|
1060
|
-
i0.ɵɵ
|
|
1061
|
-
i0.ɵɵconditionalCreate(
|
|
1062
|
-
i0.ɵɵconditionalCreate(
|
|
1063
|
-
i0.ɵɵconditionalCreate(
|
|
1064
|
-
i0.ɵɵconditionalCreate(
|
|
1050
|
+
i0.ɵɵelementStart(9, "div", 9)(10, "mj-page-search", 10);
|
|
1051
|
+
i0.ɵɵlistener("ValueChange", function ListsMyListsResource_Template_mj_page_search_ValueChange_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSearchChange($event)); });
|
|
1052
|
+
i0.ɵɵelementEnd()()();
|
|
1053
|
+
i0.ɵɵelementStart(11, "mj-page-body");
|
|
1054
|
+
i0.ɵɵconditionalCreate(12, ListsMyListsResource_Conditional_12_Template, 2, 0, "div", 11);
|
|
1055
|
+
i0.ɵɵconditionalCreate(13, ListsMyListsResource_Conditional_13_Template, 24, 0, "div", 12);
|
|
1056
|
+
i0.ɵɵconditionalCreate(14, ListsMyListsResource_Conditional_14_Template, 14, 1, "div", 13);
|
|
1057
|
+
i0.ɵɵconditionalCreate(15, ListsMyListsResource_Conditional_15_Template, 10, 8, "div", 14);
|
|
1058
|
+
i0.ɵɵtemplate(16, ListsMyListsResource_ng_template_16_Template, 5, 6, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
1059
|
+
i0.ɵɵconditionalCreate(18, ListsMyListsResource_Conditional_18_Template, 1, 0, "div", 15);
|
|
1060
|
+
i0.ɵɵconditionalCreate(19, ListsMyListsResource_Conditional_19_Template, 11, 4, "div", 16);
|
|
1061
|
+
i0.ɵɵconditionalCreate(20, ListsMyListsResource_Conditional_20_Template, 1, 0, "div", 17);
|
|
1062
|
+
i0.ɵɵconditionalCreate(21, ListsMyListsResource_Conditional_21_Template, 35, 11, "div", 18);
|
|
1063
|
+
i0.ɵɵconditionalCreate(22, ListsMyListsResource_Conditional_22_Template, 1, 0, "div", 17);
|
|
1064
|
+
i0.ɵɵconditionalCreate(23, ListsMyListsResource_Conditional_23_Template, 20, 3, "div", 19);
|
|
1065
|
+
i0.ɵɵconditionalCreate(24, ListsMyListsResource_Conditional_24_Template, 5, 11, "div", 20);
|
|
1065
1066
|
i0.ɵɵelementEnd()();
|
|
1066
1067
|
} if (rf & 2) {
|
|
1067
1068
|
i0.ɵɵadvance(3);
|
|
1068
1069
|
i0.ɵɵproperty("Count", ctx.filteredLists.length)("Total", ctx.allLists.length);
|
|
1069
|
-
i0.ɵɵadvance(
|
|
1070
|
+
i0.ɵɵadvance(7);
|
|
1070
1071
|
i0.ɵɵproperty("Value", ctx.searchTerm);
|
|
1071
1072
|
i0.ɵɵadvance(2);
|
|
1072
|
-
i0.ɵɵconditional(ctx.isLoading ?
|
|
1073
|
+
i0.ɵɵconditional(ctx.isLoading ? 12 : -1);
|
|
1073
1074
|
i0.ɵɵadvance();
|
|
1074
|
-
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length === 0 && !ctx.searchTerm ?
|
|
1075
|
+
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length === 0 && !ctx.searchTerm ? 13 : -1);
|
|
1075
1076
|
i0.ɵɵadvance();
|
|
1076
|
-
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length === 0 && ctx.searchTerm ?
|
|
1077
|
+
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length === 0 && ctx.searchTerm ? 14 : -1);
|
|
1077
1078
|
i0.ɵɵadvance();
|
|
1078
|
-
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length > 0 ?
|
|
1079
|
+
i0.ɵɵconditional(!ctx.isLoading && ctx.filteredLists.length > 0 ? 15 : -1);
|
|
1079
1080
|
i0.ɵɵadvance(3);
|
|
1080
|
-
i0.ɵɵconditional(ctx.showContextMenu ? 17 : -1);
|
|
1081
|
-
i0.ɵɵadvance();
|
|
1082
1081
|
i0.ɵɵconditional(ctx.showContextMenu ? 18 : -1);
|
|
1083
1082
|
i0.ɵɵadvance();
|
|
1084
|
-
i0.ɵɵconditional(ctx.
|
|
1083
|
+
i0.ɵɵconditional(ctx.showContextMenu ? 19 : -1);
|
|
1085
1084
|
i0.ɵɵadvance();
|
|
1086
1085
|
i0.ɵɵconditional(ctx.showCreateDialog ? 20 : -1);
|
|
1087
1086
|
i0.ɵɵadvance();
|
|
1088
|
-
i0.ɵɵconditional(ctx.
|
|
1087
|
+
i0.ɵɵconditional(ctx.showCreateDialog ? 21 : -1);
|
|
1089
1088
|
i0.ɵɵadvance();
|
|
1090
1089
|
i0.ɵɵconditional(ctx.showDeleteConfirm ? 22 : -1);
|
|
1091
1090
|
i0.ɵɵadvance();
|
|
1092
|
-
i0.ɵɵconditional(ctx.
|
|
1091
|
+
i0.ɵɵconditional(ctx.showDeleteConfirm ? 23 : -1);
|
|
1092
|
+
i0.ɵɵadvance();
|
|
1093
|
+
i0.ɵɵconditional(ctx.showEntityDropdown && !ctx.editingList ? 24 : -1);
|
|
1093
1094
|
} }, dependencies: [i3.NgTemplateOutlet, i4.NgSelectOption, i4.ɵNgSelectMultipleOption, i4.DefaultValueAccessor, i4.SelectControlValueAccessor, i4.NgControlStatus, i4.NgModel, i5.MJButtonDirective, i5.MJPageLayoutComponent, i5.MJPageHeaderComponent, i5.MJPageBodyComponent, i5.MJPageSearchComponent, i5.MJStatBadgeComponent, i6.LoadingComponent], styles: ["\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\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: 480px;\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: 120px;\n height: 120px;\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: 56px;\n color: var(--mj-brand-primary);\n z-index: 1;\n }\n\n .empty-state-icon-wrapper.search > i {\n font-size: 48px;\n color: var(--mj-text-disabled);\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 p:last-of-type {\n margin-bottom: 24px;\n }\n\n .empty-hint {\n color: var(--mj-text-muted) !important;\n font-size: 13px !important;\n }\n\n .empty-state-features {\n display: flex;\n flex-direction: column;\n gap: 8px;\n margin-bottom: 28px;\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 .search-empty .empty-state-icon-wrapper {\n margin-bottom: 20px;\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 .btn-clear {\n padding: 10px 20px;\n background: var(--mj-bg-surface-sunken);\n border: none;\n border-radius: 6px;\n color: var(--mj-text-secondary);\n cursor: pointer;\n }\n\n .btn-clear:hover {\n background: var(--mj-border-default);\n }\n\n /* Content */\n .lists-content {\n flex: 1;\n overflow-y: auto;\n padding: 16px 24px;\n }\n\n .view-controls {\n display: flex;\n align-items: center;\n gap: 8px;\n margin-bottom: 16px;\n }\n\n .view-toggle {\n padding: 8px;\n background: var(--mj-bg-surface-card);\n border: 1px solid var(--mj-border-default);\n border-radius: 4px;\n color: var(--mj-text-secondary);\n cursor: pointer;\n transition: all 0.2s;\n }\n\n .view-toggle:hover {\n background: var(--mj-bg-surface-sunken);\n }\n\n .view-toggle.active {\n background: var(--mj-brand-primary);\n border-color: var(--mj-brand-primary);\n color: var(--mj-text-inverse);\n }\n\n .list-count {\n margin-left: auto;\n color: var(--mj-text-muted);\n font-size: 14px;\n }\n\n /* Grid View */\n .lists-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n gap: 16px;\n }\n\n .list-card {\n background: var(--mj-bg-surface-card);\n border-radius: 8px;\n box-shadow: var(--mj-shadow-sm);\n overflow: hidden;\n cursor: pointer;\n transition: transform 0.2s, box-shadow 0.2s, outline 0.1s;\n outline: 2px solid transparent;\n }\n\n .list-card:hover {\n transform: translateY(-2px);\n box-shadow: var(--mj-shadow-md);\n }\n\n .list-card:focus {\n outline: 2px solid var(--mj-brand-primary);\n outline-offset: 2px;\n }\n\n .list-card:focus:not(:focus-visible) {\n outline: none;\n }\n\n .list-card:focus-visible {\n outline: 2px solid var(--mj-brand-primary);\n outline-offset: 2px;\n }\n\n .card-header {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n padding: 16px 16px 0;\n }\n\n .card-icon {\n width: 40px;\n height: 40px;\n border-radius: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mj-text-inverse);\n font-size: 18px;\n }\n\n .menu-btn {\n background: none;\n border: none;\n padding: 4px 8px;\n color: var(--mj-text-muted);\n cursor: pointer;\n border-radius: 4px;\n }\n\n .menu-btn:hover {\n background: var(--mj-bg-surface-sunken);\n color: var(--mj-text-secondary);\n }\n\n .card-body {\n padding: 12px 16px;\n }\n\n .card-title {\n margin: 0 0 4px;\n font-size: 16px;\n font-weight: 600;\n color: var(--mj-text-primary);\n }\n\n .card-description {\n margin: 0 0 12px;\n font-size: 13px;\n color: var(--mj-text-secondary);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n\n .card-meta {\n display: flex;\n gap: 16px;\n }\n\n .meta-item {\n display: flex;\n align-items: center;\n gap: 6px;\n font-size: 12px;\n color: var(--mj-text-muted);\n }\n\n .card-footer {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 12px 16px;\n border-top: 1px solid var(--mj-border-default);\n background: var(--mj-bg-surface-sunken);\n }\n\n .category-tag {\n display: flex;\n align-items: center;\n gap: 4px;\n font-size: 12px;\n color: var(--mj-text-secondary);\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n padding: 2px 8px;\n border-radius: 4px;\n }\n\n .date-info {\n font-size: 12px;\n color: var(--mj-text-muted);\n }\n\n /* Category Tree */\n .category-tree {\n display: flex;\n flex-direction: column;\n gap: 8px;\n }\n\n .category-section {\n background: var(--mj-bg-surface-card);\n border-radius: 8px;\n overflow: hidden;\n }\n\n .category-header {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 12px 16px;\n cursor: pointer;\n transition: background 0.2s;\n }\n\n .category-header:hover {\n background: var(--mj-bg-surface-sunken);\n }\n\n .category-header i:first-child {\n width: 16px;\n text-align: center;\n color: var(--mj-text-muted);\n }\n\n .category-header .fa-folder,\n .category-header .fa-folder-open {\n color: var(--mj-status-warning);\n }\n\n .category-header.uncategorized .fa-inbox {\n color: var(--mj-text-muted);\n }\n\n .category-name {\n flex: 1;\n font-weight: 500;\n color: var(--mj-text-primary);\n }\n\n .category-count {\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 .category-lists {\n border-top: 1px solid var(--mj-border-default);\n }\n\n .list-row {\n display: flex;\n align-items: center;\n gap: 12px;\n padding: 12px 16px 12px 40px;\n cursor: pointer;\n transition: background 0.2s;\n outline: none;\n }\n\n .list-row:hover {\n background: var(--mj-bg-surface-sunken);\n }\n\n .list-row:focus {\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n }\n\n .list-row:focus-visible {\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n box-shadow: inset 3px 0 0 var(--mj-brand-primary);\n }\n\n .list-icon {\n width: 32px;\n height: 32px;\n border-radius: 6px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mj-text-inverse);\n font-size: 14px;\n flex-shrink: 0;\n }\n\n .list-info {\n flex: 1;\n min-width: 0;\n }\n\n .list-name {\n display: block;\n font-weight: 500;\n color: var(--mj-text-primary);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .list-meta {\n font-size: 12px;\n color: var(--mj-text-muted);\n }\n\n .list-actions {\n display: flex;\n gap: 4px;\n }\n\n .action-btn {\n background: none;\n border: none;\n padding: 4px 8px;\n color: var(--mj-text-muted);\n cursor: pointer;\n border-radius: 4px;\n opacity: 0;\n transition: opacity 0.2s;\n }\n\n .list-row:hover .action-btn {\n opacity: 1;\n }\n\n .action-btn:hover {\n background: var(--mj-border-default);\n color: var(--mj-text-secondary);\n }\n\n /* Context Menu (native) */\n .context-menu-overlay {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 999;\n }\n\n .context-menu {\n position: fixed;\n background: var(--mj-bg-surface-card);\n border-radius: 8px;\n box-shadow: var(--mj-shadow-md);\n min-width: 160px;\n padding: 4px 0;\n z-index: 1000;\n }\n\n .menu-item {\n display: flex;\n align-items: center;\n gap: 10px;\n width: 100%;\n padding: 10px 16px;\n background: none;\n border: none;\n text-align: left;\n font-size: 14px;\n color: var(--mj-text-primary);\n cursor: pointer;\n transition: background 0.15s;\n }\n\n .menu-item:hover {\n background: var(--mj-bg-surface-sunken);\n }\n\n .menu-item.danger {\n color: var(--mj-status-error);\n }\n\n .menu-item.danger:hover {\n background: color-mix(in srgb, var(--mj-status-error) 15%, var(--mj-bg-surface));\n }\n\n .menu-divider {\n height: 1px;\n background: var(--mj-border-default);\n margin: 4px 0;\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 z-index: 1000;\n }\n\n .modal-dialog {\n position: fixed;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background: var(--mj-bg-surface-card);\n border-radius: 12px;\n box-shadow: var(--mj-shadow-lg);\n width: 500px;\n max-width: 90vw;\n max-height: 90vh;\n overflow: hidden;\n z-index: 1001;\n }\n\n .confirm-dialog {\n width: 400px;\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 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 }\n\n .modal-close:hover {\n background: var(--mj-bg-surface-sunken);\n color: var(--mj-text-secondary);\n }\n\n .modal-body {\n padding: 20px;\n max-height: 60vh;\n overflow-y: auto;\n }\n\n .modal-body p {\n margin: 0 0 8px;\n color: var(--mj-text-primary);\n }\n\n .warning-text {\n color: var(--mj-status-error) !important;\n font-size: 13px;\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-primary {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 10px 20px;\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-primary:hover:not(:disabled) {\n background: var(--mj-brand-primary-hover);\n }\n\n .btn-primary:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n }\n\n .btn-secondary {\n padding: 10px 20px;\n background: var(--mj-bg-surface-card);\n color: var(--mj-text-secondary);\n border: 1px solid var(--mj-border-default);\n border-radius: 6px;\n font-size: 14px;\n cursor: pointer;\n transition: background 0.2s;\n }\n\n .btn-secondary:hover:not(:disabled) {\n background: var(--mj-bg-surface-sunken);\n }\n\n .btn-danger {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 10px 20px;\n background: var(--mj-status-error);\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-danger:hover:not(:disabled) {\n background: color-mix(in srgb, var(--mj-status-error) 85%, black);\n }\n\n /* Form Styles */\n .form-group {\n margin-bottom: 16px;\n }\n\n .form-group:last-child {\n margin-bottom: 0;\n }\n\n .form-group label {\n display: block;\n margin-bottom: 6px;\n font-size: 13px;\n font-weight: 500;\n color: var(--mj-text-secondary);\n }\n\n .form-input {\n width: 100%;\n padding: 10px 12px;\n border: 1px solid var(--mj-border-default);\n border-radius: 6px;\n font-size: 14px;\n transition: border-color 0.2s, box-shadow 0.2s;\n box-sizing: border-box;\n }\n\n .form-input:focus {\n outline: none;\n border-color: var(--mj-brand-primary);\n box-shadow: 0 0 0 3px color-mix(in srgb, var(--mj-brand-primary) 10%, transparent);\n }\n\n .form-input:disabled {\n background: var(--mj-bg-surface-sunken);\n color: var(--mj-text-muted);\n }\n\n textarea.form-input {\n resize: vertical;\n min-height: 80px;\n }\n\n select.form-input {\n cursor: pointer;\n }\n\n .custom-select-wrapper {\n position: relative;\n }\n\n /* Portal Dropdown - Fixed positioning to escape modal z-index */\n .entity-dropdown-portal {\n position: fixed;\n z-index: 10002; /* Above modal (1001) */\n }\n\n .entity-dropdown-content {\n max-height: 200px;\n overflow-y: auto;\n background: var(--mj-bg-surface-card);\n border: 1px solid var(--mj-border-default);\n border-radius: 6px;\n box-shadow: var(--mj-shadow-md);\n }\n\n .entity-dropdown-content.open-above {\n position: absolute;\n bottom: 0;\n }\n\n .dropdown-item {\n padding: 10px 12px;\n cursor: pointer;\n transition: background 0.15s;\n font-size: 14px;\n color: var(--mj-text-primary);\n }\n\n .dropdown-item:hover {\n background: color-mix(in srgb, var(--mj-brand-primary) 15%, var(--mj-bg-surface));\n }\n\n .dropdown-item:first-child {\n border-radius: 6px 6px 0 0;\n }\n\n .dropdown-item:last-child {\n border-radius: 0 0 6px 6px;\n }\n\n .dropdown-empty {\n padding: 10px 12px;\n color: var(--mj-text-muted);\n font-style: italic;\n }\n\n /* Responsive */\n @media (max-width: 768px) {\n .lists-header {\n flex-direction: column;\n gap: 16px;\n align-items: stretch;\n }\n\n .header-actions {\n flex-direction: column;\n }\n\n .search-box input {\n width: 100%;\n }\n\n .btn-create {\n width: 100%;\n justify-content: center;\n }\n\n .lists-grid {\n grid-template-columns: 1fr;\n }\n\n .modal-dialog {\n width: 95vw;\n }\n }\n "], encapsulation: 2 });
|
|
1094
1095
|
};
|
|
1095
1096
|
ListsMyListsResource = __decorate([
|
|
@@ -1109,7 +1110,7 @@ export { ListsMyListsResource };
|
|
|
1109
1110
|
</div>
|
|
1110
1111
|
<div actions>
|
|
1111
1112
|
<button mjButton variant="primary" size="sm" (click)="createNewList()">
|
|
1112
|
-
<i class="fa-solid fa-plus"></i> New List
|
|
1113
|
+
<i class="fa-solid fa-plus"></i> <span class="action-btn-label">New List</span>
|
|
1113
1114
|
</button>
|
|
1114
1115
|
</div>
|
|
1115
1116
|
<div toolbar>
|