feat: expose sanctions screening integration

This commit is contained in:
2026-07-29 18:46:53 +02:00
parent 920e3c9834
commit 790790ab37
7 changed files with 259 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { Activity, Bell, BookUser, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, Form, Inbox, LayoutDashboard, LayoutTemplate, Mail, Mails, RadioTower, Shield, Users, Waypoints, Workflow as WorkflowIcon, type LucideIcon } from "lucide-react";
import { Activity, Bell, BookUser, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, Form, Inbox, LayoutDashboard, LayoutTemplate, Mail, Mails, RadioTower, Shield, ShieldCheck, Users, Waypoints, Workflow as WorkflowIcon, type LucideIcon } from "lucide-react";
import installedWebModules from "virtual:govoplan-installed-modules";
import type { AuthInfo, DashboardWidgetContribution, DashboardWidgetsUiCapability, EffectiveViewProjection, PlatformModuleInfo, PlatformNavItem, PlatformPublicModuleInfo, PlatformViewSurface, PlatformWebModule } from "../types";
import {
@@ -68,6 +68,7 @@ const iconByName: Record<string, LucideIcon> = {
operator: RadioTower,
"radio-tower": RadioTower,
reports: ClipboardPenLine,
"shield-check": ShieldCheck,
templates: LayoutTemplate,
users: Users,
waypoints: Waypoints,