@elevasis/ui 2.25.6 → 2.26.1

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.
Files changed (105) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/app/index.css +15 -5
  3. package/dist/app/index.d.ts +61 -14
  4. package/dist/app/index.js +6 -6
  5. package/dist/charts/index.js +6 -5
  6. package/dist/chunk-3MEXPLWT.js +265 -0
  7. package/dist/{chunk-BDKM56TP.js → chunk-4KTLOK7K.js} +1 -1
  8. package/dist/{chunk-KMAXFJPH.js → chunk-CW3UNAF2.js} +5 -409
  9. package/dist/{chunk-HKBEURCV.js → chunk-G26INIF3.js} +1 -1
  10. package/dist/{chunk-7F3IQMLI.js → chunk-G66QFZXD.js} +11 -214
  11. package/dist/{chunk-QIW6OCEI.js → chunk-HLFFKKT3.js} +27 -373
  12. package/dist/chunk-JDNEWB5F.js +10 -0
  13. package/dist/{chunk-L7D6KNHV.js → chunk-JKBGDFX2.js} +890 -749
  14. package/dist/{chunk-YRKQNPK2.js → chunk-JPGX3533.js} +4 -3
  15. package/dist/chunk-KEFWANZY.js +155 -0
  16. package/dist/chunk-LH4GPYDX.js +448 -0
  17. package/dist/{chunk-JXSBOG2R.js → chunk-LWKZ3BCC.js} +5 -4
  18. package/dist/chunk-MYEOTM7D.js +92 -0
  19. package/dist/chunk-OGXKOMUT.js +412 -0
  20. package/dist/chunk-OHXU5WWK.js +3731 -0
  21. package/dist/chunk-ONFKASZI.js +2004 -0
  22. package/dist/{chunk-U36X6NZM.js → chunk-RIFTUOPE.js} +2 -14
  23. package/dist/{chunk-T6INEVX6.js → chunk-SGS4CQ2B.js} +1 -1
  24. package/dist/{chunk-C7IBFI5B.js → chunk-UPMX5GJI.js} +5 -5
  25. package/dist/{chunk-ARJPZ66V.js → chunk-UY5I2KOZ.js} +208 -3124
  26. package/dist/chunk-W2ZTLH7Y.js +662 -0
  27. package/dist/{chunk-KNISO652.js → chunk-WUVR4QY6.js} +9 -9
  28. package/dist/{chunk-Q5BEODAT.js → chunk-X2SUMO3P.js} +2 -1
  29. package/dist/{chunk-SNHGSCKH.js → chunk-XBMCDGHA.js} +1 -1
  30. package/dist/{chunk-N55DVMAG.js → chunk-XQQEKWTL.js} +2 -6
  31. package/dist/{chunk-SBQ4MYQV.js → chunk-XZSEPJZQ.js} +5 -6
  32. package/dist/{chunk-CPAJXBTL.js → chunk-YHBPR67D.js} +490 -676
  33. package/dist/{chunk-QARSVM7Q.js → chunk-YO2YORW4.js} +4 -4
  34. package/dist/{chunk-TAIX4NO3.js → chunk-ZFLM2YVW.js} +2 -2
  35. package/dist/components/index.css +15 -5
  36. package/dist/components/index.d.ts +202 -383
  37. package/dist/components/index.js +43 -429
  38. package/dist/components/navigation/index.css +25 -15
  39. package/dist/execution/index.d.ts +0 -73
  40. package/dist/features/auth/index.css +25 -15
  41. package/dist/features/crm/index.css +25 -15
  42. package/dist/features/crm/index.d.ts +49 -49
  43. package/dist/features/crm/index.js +14 -15
  44. package/dist/features/dashboard/index.css +25 -15
  45. package/dist/features/dashboard/index.js +18 -16
  46. package/dist/features/delivery/index.css +15 -5
  47. package/dist/features/delivery/index.js +14 -15
  48. package/dist/features/knowledge/index.css +611 -0
  49. package/dist/features/knowledge/index.js +375 -72
  50. package/dist/features/lead-gen/index.css +25 -15
  51. package/dist/features/lead-gen/index.d.ts +60 -21
  52. package/dist/features/lead-gen/index.js +16 -16
  53. package/dist/features/monitoring/index.css +15 -5
  54. package/dist/features/monitoring/index.js +17 -17
  55. package/dist/features/monitoring/requests/index.css +25 -15
  56. package/dist/features/monitoring/requests/index.js +13 -14
  57. package/dist/features/operations/index.css +25 -15
  58. package/dist/features/operations/index.d.ts +16 -98
  59. package/dist/features/operations/index.js +26 -22
  60. package/dist/features/settings/index.css +25 -15
  61. package/dist/features/settings/index.d.ts +1 -0
  62. package/dist/features/settings/index.js +15 -16
  63. package/dist/hooks/delivery/index.css +25 -15
  64. package/dist/hooks/delivery/index.js +2 -2
  65. package/dist/hooks/index.css +15 -5
  66. package/dist/hooks/index.d.ts +172 -380
  67. package/dist/hooks/index.js +13 -14
  68. package/dist/hooks/published.css +15 -5
  69. package/dist/hooks/published.d.ts +172 -380
  70. package/dist/hooks/published.js +13 -14
  71. package/dist/index.css +15 -5
  72. package/dist/index.d.ts +988 -403
  73. package/dist/index.js +15 -15
  74. package/dist/initialization/index.d.ts +1 -0
  75. package/dist/knowledge/index.d.ts +981 -41
  76. package/dist/knowledge/index.js +5449 -294
  77. package/dist/layout/index.d.ts +2 -0
  78. package/dist/layout/index.js +3 -2
  79. package/dist/organization/index.css +25 -15
  80. package/dist/organization/index.d.ts +1 -0
  81. package/dist/provider/index.css +25 -15
  82. package/dist/provider/index.d.ts +818 -26
  83. package/dist/provider/index.js +11 -11
  84. package/dist/provider/published.css +25 -15
  85. package/dist/provider/published.d.ts +817 -25
  86. package/dist/provider/published.js +8 -9
  87. package/dist/test-utils/index.js +2 -2
  88. package/dist/test-utils/setup.js +1 -1
  89. package/dist/theme/index.js +3 -2
  90. package/dist/theme/presets/index.d.ts +97 -0
  91. package/dist/theme/presets/index.js +3 -0
  92. package/dist/types/index.d.ts +71 -126
  93. package/dist/utils/index.js +1 -1
  94. package/dist/vite/index.d.ts +7 -0
  95. package/dist/vite/index.js +10 -0
  96. package/dist/vite-plugin-knowledge/index.d.ts +1 -33
  97. package/dist/vite-plugin-knowledge/index.js +1 -66
  98. package/package.json +16 -3
  99. package/src/knowledge/README.md +8 -8
  100. package/src/theme/presets/README.md +19 -0
  101. package/dist/chunk-5RLYII6P.js +0 -314
  102. package/dist/chunk-6U7AIIHF.js +0 -880
  103. package/dist/chunk-HAEJ4M54.js +0 -94
  104. package/dist/chunk-LPM7O6XM.js +0 -293
  105. /package/dist/{chunk-SGXXJE52.js → chunk-QD4X4H5A.js} +0 -0
@@ -113,7 +113,6 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
113
113
  maxBatchSize: z$1.ZodNumber;
114
114
  }, z$1.core.$strip>>;
115
115
  }, z$1.core.$strip>>;
116
- stepConfig: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
117
116
  }, z$1.core.$catchall<z$1.ZodUnknown>>;
118
117
  launchedAt: z$1.ZodNullable<z$1.ZodString>;
119
118
  completedAt: z$1.ZodNullable<z$1.ZodString>;
@@ -848,6 +847,62 @@ declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
848
847
 
849
848
  declare function LeadGenListsPage(): react_jsx_runtime.JSX.Element;
850
849
 
850
+ /**
851
+ * All valid dotted paths into T.
852
+ * Arrays of primitives are treated as leaf (return K only).
853
+ * Arrays of objects are also treated as leaf (no drilling into element shape).
854
+ * Optional fields are unwrapped via NonNullable before recursing.
855
+ */
856
+ type FieldPath<T> = T extends object ? {
857
+ [K in keyof T & string]: T[K] extends ReadonlyArray<unknown> | unknown[] ? K : T[K] extends object | undefined ? K | `${K}.${FieldPath<NonNullable<T[K]>>}` : K;
858
+ }[keyof T & string] : never;
859
+ /** Discriminated string union of supported Mantine components. */
860
+ type StepConfigComponent = 'segmented' | 'tags' | 'multiselect' | 'select' | 'textinput' | 'textarea' | 'numberinput' | 'switch' | 'json';
861
+ /** Rendering hint for a single field within a section. */
862
+ interface StepConfigFieldHint<T> {
863
+ /** Typed dotted path into T — typo = TS error. */
864
+ path: FieldPath<T>;
865
+ /** Mantine component to render for this field. */
866
+ component: StepConfigComponent;
867
+ /** Overrides the field label derived from Zod .describe() or the key name. */
868
+ label?: string;
869
+ /** Help text shown below the field; overrides Zod .describe(). */
870
+ description?: string;
871
+ placeholder?: string;
872
+ /** Required for 'segmented', 'select', 'multiselect'; ignored for others. */
873
+ options?: ReadonlyArray<{
874
+ value: string;
875
+ label: string;
876
+ }>;
877
+ /** Minimum value — applies to 'numberinput'. */
878
+ min?: number;
879
+ /** Maximum value — applies to 'numberinput'. */
880
+ max?: number;
881
+ /** Stepper increment — applies to 'numberinput'. */
882
+ step?: number;
883
+ /** Per-field conditional visibility, evaluated against current form values. */
884
+ when?: (values: T) => boolean;
885
+ }
886
+ /** An ordered group of fields, optionally shown conditionally. */
887
+ interface StepConfigSection<T> {
888
+ /** Stable key used for React rendering. */
889
+ id: string;
890
+ /** Section heading; omit for the top-level (untitled) section. */
891
+ title?: string;
892
+ description?: string;
893
+ /** Section-level conditional visibility predicate. */
894
+ when?: (values: T) => boolean;
895
+ /** Fields rendered in order within this section. */
896
+ fields: StepConfigFieldHint<T>[];
897
+ }
898
+ /** Top-level layout descriptor supplied by a per-integration registry entry. */
899
+ interface StepConfigLayout<T> {
900
+ /** Ordered top-level sections of the form. */
901
+ sections: StepConfigSection<T>[];
902
+ /** Optional single Advanced collapse rendered below all sections. */
903
+ advanced?: StepConfigSection<T>;
904
+ }
905
+
851
906
  type ListBuilderWorkflowCategory = 'build' | 'enrich' | 'qualify' | 'scrape' | 'utility';
852
907
  type LeadGenStageKey = string;
853
908
  type LeadGenCapabilityKey = string;
@@ -860,10 +915,6 @@ interface ListBuildRecommendedAction {
860
915
  defaultSize?: number;
861
916
  maxSize?: number;
862
917
  }
863
- interface ListBuilderWorkflowFormProps {
864
- list: AcqListResponse;
865
- onSubmit: (input: unknown) => void | Promise<void>;
866
- }
867
918
  interface ListBuilderWorkflow {
868
919
  resourceId: string;
869
920
  workflowId?: string;
@@ -872,12 +923,8 @@ interface ListBuilderWorkflow {
872
923
  description: string;
873
924
  category: ListBuilderWorkflowCategory;
874
925
  stagesAffected: readonly LeadGenStageKey[];
875
- configSchema?: z.ZodSchema<unknown>;
876
- ConfigForm?: ComponentType<{
877
- value: Record<string, unknown>;
878
- onChange: (next: Record<string, unknown>) => void;
879
- }>;
880
- inputForm?: ComponentType<ListBuilderWorkflowFormProps>;
926
+ schema: z.ZodTypeAny;
927
+ layout: StepConfigLayout<any>;
881
928
  defaultInput?: (list: AcqListResponse) => unknown;
882
929
  }
883
930
  type ListBuilderRegistry = readonly ListBuilderWorkflow[];
@@ -936,17 +983,9 @@ interface RunWorkflowModalProps {
936
983
  }
937
984
  declare function RunWorkflowModal({ opened, onClose, list, actions, selection, initialResourceId, title, description, lockResourceSelection, onResourceChange, onSubmitted }: RunWorkflowModalProps): react_jsx_runtime.JSX.Element;
938
985
 
939
- declare function CompanyCleanupForm({ list, onSubmit }: ListBuilderWorkflowFormProps): react_jsx_runtime.JSX.Element;
940
-
941
- declare function EmailDiscoveryForm({ list, onSubmit }: ListBuilderWorkflowFormProps): react_jsx_runtime.JSX.Element;
942
-
943
- declare function EmailVerificationForm({ list, onSubmit }: ListBuilderWorkflowFormProps): react_jsx_runtime.JSX.Element;
944
-
945
- declare function WebsiteExtractForm({ list, onSubmit }: ListBuilderWorkflowFormProps): react_jsx_runtime.JSX.Element;
946
-
947
986
  declare function LeadGenCompaniesPage(): react_jsx_runtime.JSX.Element;
948
987
 
949
988
  declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
950
989
 
951
- export { CompanyCleanupForm, CompanyDetailModal, ContactDetailModal, EMPTY_LIST_ACTIONS, EmailDiscoveryForm, EmailVerificationForm, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, RunWorkflowModal, WebsiteExtractForm, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByCapability, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
952
- export type { AcqCompanyWithCount, AcqContactWithCompany, LeadGenCapabilityKey, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListBuilderWorkflowFormProps, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
990
+ export { CompanyDetailModal, ContactDetailModal, EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, RunWorkflowModal, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByCapability, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
991
+ export type { AcqCompanyWithCount, AcqContactWithCompany, LeadGenCapabilityKey, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
@@ -1,5 +1,6 @@
1
- export { CompanyCleanupForm, CompanyDetailModal, ContactDetailModal, EmailDiscoveryForm, EmailVerificationForm, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, RunWorkflowModal, WebsiteExtractForm, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-L7D6KNHV.js';
2
- import '../../chunk-BDKM56TP.js';
1
+ export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, RunWorkflowModal, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-JKBGDFX2.js';
2
+ import '../../chunk-4KTLOK7K.js';
3
+ import '../../chunk-3MEXPLWT.js';
3
4
  import '../../chunk-BZZCNLT6.js';
4
5
  import '../../chunk-TUMSNGTX.js';
5
6
  import '../../chunk-X4WBGKJQ.js';
@@ -7,26 +8,25 @@ import '../../chunk-IIMU5YAJ.js';
7
8
  import '../../chunk-PDHTXPSF.js';
8
9
  import '../../chunk-KVJ3LFH2.js';
9
10
  import '../../chunk-7M2VOCYN.js';
10
- export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-CPAJXBTL.js';
11
+ export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-YHBPR67D.js';
11
12
  import '../../chunk-VKMNWHTL.js';
12
- import '../../chunk-HKBEURCV.js';
13
+ import '../../chunk-G26INIF3.js';
13
14
  import '../../chunk-BRXELOHC.js';
14
- import '../../chunk-22UVE3RA.js';
15
15
  import '../../chunk-3ZMAGTWF.js';
16
16
  import '../../chunk-VMJVQAFZ.js';
17
- import '../../chunk-YRKQNPK2.js';
18
- import '../../chunk-QIW6OCEI.js';
17
+ import '../../chunk-JPGX3533.js';
18
+ import '../../chunk-LH4GPYDX.js';
19
+ import '../../chunk-HLFFKKT3.js';
19
20
  import '../../chunk-WLOQ4IBG.js';
20
- import '../../chunk-TAIX4NO3.js';
21
- import '../../chunk-TKAYX2SP.js';
22
- import '../../chunk-U36X6NZM.js';
23
- import '../../chunk-NYBEU5TE.js';
24
- export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-LPM7O6XM.js';
21
+ import '../../chunk-ZFLM2YVW.js';
22
+ import '../../chunk-RIFTUOPE.js';
23
+ import '../../chunk-3KMDHCAR.js';
24
+ export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-W2ZTLH7Y.js';
25
25
  import '../../chunk-SZHARWKU.js';
26
26
  import '../../chunk-V3HUIZJX.js';
27
- import '../../chunk-3KMDHCAR.js';
28
- import '../../chunk-5RLYII6P.js';
29
- import '../../chunk-T6INEVX6.js';
27
+ import '../../chunk-TKAYX2SP.js';
28
+ import '../../chunk-NYBEU5TE.js';
29
+ import '../../chunk-SGS4CQ2B.js';
30
30
  import '../../chunk-2IFYDILW.js';
31
31
  import '../../chunk-Q7DJKLEN.js';
32
32
  import '../../chunk-GESXCQWY.js';
@@ -35,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
35
35
  import '../../chunk-KU7ZDWQ7.js';
36
36
  import '../../chunk-DT3QYZVU.js';
37
37
  import '../../chunk-RNP5R5I3.js';
38
- import '../../chunk-SGXXJE52.js';
38
+ import '../../chunk-QD4X4H5A.js';
39
39
  import '../../chunk-KRWALB24.js';
40
40
  import '../../chunk-WFTNY755.js';
41
41
  import '../../chunk-WKJ47GIW.js';
@@ -522,14 +522,14 @@
522
522
  }
523
523
  .lead-gen-build-action-button:disabled,
524
524
  .lead-gen-build-action-button[data-disabled] {
525
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
526
- border-color: color-mix(in srgb, var(--mantine-color-gray-8) 58%, var(--color-surface) 42%) !important;
525
+ background-color: var(--surface-primary-muted) !important;
526
+ border-color: var(--border-primary-subtle) !important;
527
527
  color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
528
528
  opacity: 0.78;
529
529
  }
530
530
  .lead-gen-build-action-button:disabled:hover,
531
531
  .lead-gen-build-action-button[data-disabled]:hover {
532
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
532
+ background-color: var(--surface-primary-muted) !important;
533
533
  }
534
534
  .mantine-Accordion-control:hover {
535
535
  background-color: var(--color-surface-hover);
@@ -537,8 +537,18 @@
537
537
  .mantine-Menu-item:hover:not([data-disabled]) {
538
538
  background-color: var(--color-surface-hover);
539
539
  }
540
- .mantine-Select-option:hover {
541
- background-color: var(--color-surface-hover) !important;
540
+ .mantine-Select-option:hover,
541
+ .mantine-MultiSelect-option:hover,
542
+ .mantine-TagsInput-option:hover,
543
+ .mantine-Combobox-option:hover {
544
+ background-color: var(--surface-primary-muted) !important;
545
+ }
546
+ .mantine-Select-option[data-combobox-selected],
547
+ .mantine-MultiSelect-option[data-combobox-selected],
548
+ .mantine-TagsInput-option[data-combobox-selected],
549
+ .mantine-Combobox-option[data-combobox-selected] {
550
+ background-color: var(--surface-primary-subtle) !important;
551
+ color: var(--color-text);
542
552
  }
543
553
  [data-mantine-color-scheme=dark] .mantine-Tabs-root {
544
554
  --tab-border-color: var(--color-border);
@@ -1,32 +1,32 @@
1
- export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-JXSBOG2R.js';
2
- import '../../chunk-QARSVM7Q.js';
1
+ export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-LWKZ3BCC.js';
2
+ import '../../chunk-YO2YORW4.js';
3
3
  import '../../chunk-LGKLC5MG.js';
4
- import '../../chunk-KMAXFJPH.js';
4
+ import '../../chunk-OGXKOMUT.js';
5
+ import '../../chunk-CW3UNAF2.js';
5
6
  import '../../chunk-RYTEQBAO.js';
6
7
  import '../../chunk-PDHTXPSF.js';
7
8
  import '../../chunk-KVJ3LFH2.js';
8
9
  import '../../chunk-E4WQGJNS.js';
9
10
  import '../../chunk-7M2VOCYN.js';
10
- import '../../chunk-CPAJXBTL.js';
11
+ import '../../chunk-YHBPR67D.js';
11
12
  import '../../chunk-VKMNWHTL.js';
12
- import '../../chunk-HKBEURCV.js';
13
+ import '../../chunk-G26INIF3.js';
13
14
  import '../../chunk-BRXELOHC.js';
14
- import '../../chunk-22UVE3RA.js';
15
15
  import '../../chunk-3ZMAGTWF.js';
16
16
  import '../../chunk-VMJVQAFZ.js';
17
- import '../../chunk-YRKQNPK2.js';
18
- import '../../chunk-QIW6OCEI.js';
17
+ import '../../chunk-JPGX3533.js';
18
+ import '../../chunk-LH4GPYDX.js';
19
+ import '../../chunk-HLFFKKT3.js';
19
20
  import '../../chunk-WLOQ4IBG.js';
20
- import '../../chunk-TAIX4NO3.js';
21
- import '../../chunk-TKAYX2SP.js';
22
- import '../../chunk-U36X6NZM.js';
23
- import '../../chunk-NYBEU5TE.js';
24
- import '../../chunk-LPM7O6XM.js';
21
+ import '../../chunk-ZFLM2YVW.js';
22
+ import '../../chunk-RIFTUOPE.js';
23
+ import '../../chunk-3KMDHCAR.js';
24
+ import '../../chunk-W2ZTLH7Y.js';
25
25
  import '../../chunk-SZHARWKU.js';
26
26
  import '../../chunk-V3HUIZJX.js';
27
- import '../../chunk-3KMDHCAR.js';
28
- import '../../chunk-5RLYII6P.js';
29
- import '../../chunk-T6INEVX6.js';
27
+ import '../../chunk-TKAYX2SP.js';
28
+ import '../../chunk-NYBEU5TE.js';
29
+ import '../../chunk-SGS4CQ2B.js';
30
30
  import '../../chunk-2IFYDILW.js';
31
31
  import '../../chunk-Q7DJKLEN.js';
32
32
  import '../../chunk-GESXCQWY.js';
@@ -35,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
35
35
  import '../../chunk-KU7ZDWQ7.js';
36
36
  import '../../chunk-DT3QYZVU.js';
37
37
  import '../../chunk-RNP5R5I3.js';
38
- import '../../chunk-SGXXJE52.js';
38
+ import '../../chunk-QD4X4H5A.js';
39
39
  import '../../chunk-KRWALB24.js';
40
40
  import '../../chunk-WFTNY755.js';
41
41
  import '../../chunk-WKJ47GIW.js';
@@ -138,14 +138,14 @@
138
138
  }
139
139
  .lead-gen-build-action-button:disabled,
140
140
  .lead-gen-build-action-button[data-disabled] {
141
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
142
- border-color: color-mix(in srgb, var(--mantine-color-gray-8) 58%, var(--color-surface) 42%) !important;
141
+ background-color: var(--surface-primary-muted) !important;
142
+ border-color: var(--border-primary-subtle) !important;
143
143
  color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
144
144
  opacity: 0.78;
145
145
  }
146
146
  .lead-gen-build-action-button:disabled:hover,
147
147
  .lead-gen-build-action-button[data-disabled]:hover {
148
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
148
+ background-color: var(--surface-primary-muted) !important;
149
149
  }
150
150
  .mantine-Accordion-control:hover {
151
151
  background-color: var(--color-surface-hover);
@@ -153,8 +153,18 @@
153
153
  .mantine-Menu-item:hover:not([data-disabled]) {
154
154
  background-color: var(--color-surface-hover);
155
155
  }
156
- .mantine-Select-option:hover {
157
- background-color: var(--color-surface-hover) !important;
156
+ .mantine-Select-option:hover,
157
+ .mantine-MultiSelect-option:hover,
158
+ .mantine-TagsInput-option:hover,
159
+ .mantine-Combobox-option:hover {
160
+ background-color: var(--surface-primary-muted) !important;
161
+ }
162
+ .mantine-Select-option[data-combobox-selected],
163
+ .mantine-MultiSelect-option[data-combobox-selected],
164
+ .mantine-TagsInput-option[data-combobox-selected],
165
+ .mantine-Combobox-option[data-combobox-selected] {
166
+ background-color: var(--surface-primary-subtle) !important;
167
+ color: var(--color-text);
158
168
  }
159
169
  [data-mantine-color-scheme=dark] .mantine-Tabs-root {
160
170
  --tab-border-color: var(--color-border);
@@ -216,6 +226,16 @@
216
226
  display: none;
217
227
  }
218
228
 
229
+ /* src/graph/Graph.globals.css */
230
+ .elevasis-graph-root .react-flow__node.selected,
231
+ .elevasis-graph-root .react-flow__node:focus,
232
+ .elevasis-graph-root .react-flow__node:focus-visible {
233
+ outline: none !important;
234
+ }
235
+ .elevasis-graph-root .react-flow__node.selected > * {
236
+ box-shadow: none;
237
+ }
238
+
219
239
  /* src/graph/Graph.module.css */
220
240
  @keyframes edgeFlow {
221
241
  0% {
@@ -589,13 +609,3 @@
589
609
  transform: none;
590
610
  }
591
611
  }
592
-
593
- /* src/graph/Graph.globals.css */
594
- .elevasis-graph-root .react-flow__node.selected,
595
- .elevasis-graph-root .react-flow__node:focus,
596
- .elevasis-graph-root .react-flow__node:focus-visible {
597
- outline: none !important;
598
- }
599
- .elevasis-graph-root .react-flow__node.selected > * {
600
- box-shadow: none;
601
- }
@@ -2,26 +2,25 @@ import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
2
2
  import { FilterBar } from '../../../chunk-PDHTXPSF.js';
3
3
  import { ConfirmationModal, CustomModal } from '../../../chunk-KVJ3LFH2.js';
4
4
  import '../../../chunk-7M2VOCYN.js';
5
- import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-CPAJXBTL.js';
5
+ import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-YHBPR67D.js';
6
6
  import '../../../chunk-VKMNWHTL.js';
7
- import '../../../chunk-HKBEURCV.js';
7
+ import '../../../chunk-G26INIF3.js';
8
8
  import '../../../chunk-BRXELOHC.js';
9
- import '../../../chunk-22UVE3RA.js';
10
9
  import '../../../chunk-3ZMAGTWF.js';
11
10
  import '../../../chunk-VMJVQAFZ.js';
12
- import '../../../chunk-YRKQNPK2.js';
13
- import '../../../chunk-QIW6OCEI.js';
11
+ import '../../../chunk-JPGX3533.js';
12
+ import '../../../chunk-LH4GPYDX.js';
13
+ import '../../../chunk-HLFFKKT3.js';
14
14
  import '../../../chunk-WLOQ4IBG.js';
15
- import '../../../chunk-TAIX4NO3.js';
16
- import '../../../chunk-TKAYX2SP.js';
17
- import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-U36X6NZM.js';
18
- import '../../../chunk-NYBEU5TE.js';
19
- import '../../../chunk-LPM7O6XM.js';
15
+ import '../../../chunk-ZFLM2YVW.js';
16
+ import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-RIFTUOPE.js';
17
+ import '../../../chunk-3KMDHCAR.js';
18
+ import '../../../chunk-W2ZTLH7Y.js';
20
19
  import '../../../chunk-SZHARWKU.js';
21
20
  import '../../../chunk-V3HUIZJX.js';
22
- import '../../../chunk-3KMDHCAR.js';
23
- import '../../../chunk-5RLYII6P.js';
24
- import '../../../chunk-T6INEVX6.js';
21
+ import '../../../chunk-TKAYX2SP.js';
22
+ import '../../../chunk-NYBEU5TE.js';
23
+ import '../../../chunk-SGS4CQ2B.js';
25
24
  import '../../../chunk-2IFYDILW.js';
26
25
  import '../../../chunk-Q7DJKLEN.js';
27
26
  import '../../../chunk-GESXCQWY.js';
@@ -30,7 +29,7 @@ import '../../../chunk-E565XMTQ.js';
30
29
  import '../../../chunk-KU7ZDWQ7.js';
31
30
  import '../../../chunk-DT3QYZVU.js';
32
31
  import '../../../chunk-RNP5R5I3.js';
33
- import { formatTimeAgo } from '../../../chunk-SGXXJE52.js';
32
+ import { formatTimeAgo } from '../../../chunk-QD4X4H5A.js';
34
33
  import '../../../chunk-KRWALB24.js';
35
34
  import '../../../chunk-WFTNY755.js';
36
35
  import '../../../chunk-WKJ47GIW.js';
@@ -138,14 +138,14 @@
138
138
  }
139
139
  .lead-gen-build-action-button:disabled,
140
140
  .lead-gen-build-action-button[data-disabled] {
141
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
142
- border-color: color-mix(in srgb, var(--mantine-color-gray-8) 58%, var(--color-surface) 42%) !important;
141
+ background-color: var(--surface-primary-muted) !important;
142
+ border-color: var(--border-primary-subtle) !important;
143
143
  color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
144
144
  opacity: 0.78;
145
145
  }
146
146
  .lead-gen-build-action-button:disabled:hover,
147
147
  .lead-gen-build-action-button[data-disabled]:hover {
148
- background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
148
+ background-color: var(--surface-primary-muted) !important;
149
149
  }
150
150
  .mantine-Accordion-control:hover {
151
151
  background-color: var(--color-surface-hover);
@@ -153,8 +153,18 @@
153
153
  .mantine-Menu-item:hover:not([data-disabled]) {
154
154
  background-color: var(--color-surface-hover);
155
155
  }
156
- .mantine-Select-option:hover {
157
- background-color: var(--color-surface-hover) !important;
156
+ .mantine-Select-option:hover,
157
+ .mantine-MultiSelect-option:hover,
158
+ .mantine-TagsInput-option:hover,
159
+ .mantine-Combobox-option:hover {
160
+ background-color: var(--surface-primary-muted) !important;
161
+ }
162
+ .mantine-Select-option[data-combobox-selected],
163
+ .mantine-MultiSelect-option[data-combobox-selected],
164
+ .mantine-TagsInput-option[data-combobox-selected],
165
+ .mantine-Combobox-option[data-combobox-selected] {
166
+ background-color: var(--surface-primary-subtle) !important;
167
+ color: var(--color-text);
158
168
  }
159
169
  [data-mantine-color-scheme=dark] .mantine-Tabs-root {
160
170
  --tab-border-color: var(--color-border);
@@ -216,6 +226,16 @@
216
226
  display: none;
217
227
  }
218
228
 
229
+ /* src/graph/Graph.globals.css */
230
+ .elevasis-graph-root .react-flow__node.selected,
231
+ .elevasis-graph-root .react-flow__node:focus,
232
+ .elevasis-graph-root .react-flow__node:focus-visible {
233
+ outline: none !important;
234
+ }
235
+ .elevasis-graph-root .react-flow__node.selected > * {
236
+ box-shadow: none;
237
+ }
238
+
219
239
  /* src/graph/Graph.module.css */
220
240
  @keyframes edgeFlow {
221
241
  0% {
@@ -589,13 +609,3 @@
589
609
  transform: none;
590
610
  }
591
611
  }
592
-
593
- /* src/graph/Graph.globals.css */
594
- .elevasis-graph-root .react-flow__node.selected,
595
- .elevasis-graph-root .react-flow__node:focus,
596
- .elevasis-graph-root .react-flow__node:focus-visible {
597
- outline: none !important;
598
- }
599
- .elevasis-graph-root .react-flow__node.selected > * {
600
- box-shadow: none;
601
- }
@@ -3,16 +3,6 @@ import { z } from 'zod';
3
3
  import { ReactNode, ComponentType } from 'react';
4
4
  import { EventSourceMessage } from '@microsoft/fetch-event-source';
5
5
 
6
- /**
7
- * Shared form field types for dynamic form generation
8
- * Used by: Command Queue, Execution Runner UI, future form-based features
9
- */
10
- /**
11
- * Supported form field types for action payloads
12
- * Maps to Mantine form components
13
- */
14
- type FormFieldType = 'text' | 'textarea' | 'number' | 'select' | 'checkbox' | 'radio' | 'richtext';
15
-
16
6
  /**
17
7
  * Serialized Registry Types
18
8
  *
@@ -20,67 +10,6 @@ type FormFieldType = 'text' | 'textarea' | 'number' | 'select' | 'checkbox' | 'r
20
10
  * Serialization happens once at API startup, enabling instant response times.
21
11
  */
22
12
 
23
- /**
24
- * Serialized form field for API responses
25
- */
26
- interface SerializedFormField {
27
- name: string;
28
- label: string;
29
- type: FormFieldType;
30
- defaultValue?: unknown;
31
- required?: boolean;
32
- placeholder?: string;
33
- description?: string;
34
- options?: Array<{
35
- label: string;
36
- value: string | number;
37
- }>;
38
- min?: number;
39
- max?: number;
40
- }
41
- /**
42
- * Serialized form schema for API responses
43
- */
44
- interface SerializedFormSchema {
45
- title?: string;
46
- description?: string;
47
- fields: SerializedFormField[];
48
- layout?: 'vertical' | 'horizontal' | 'grid';
49
- }
50
- /**
51
- * Serialized execution form schema for API responses
52
- */
53
- interface SerializedExecutionFormSchema extends SerializedFormSchema {
54
- fieldMappings?: Record<string, string>;
55
- submitButton?: {
56
- label?: string;
57
- loadingLabel?: string;
58
- confirmMessage?: string;
59
- };
60
- }
61
- /**
62
- * Serialized schedule config for API responses
63
- */
64
- interface SerializedScheduleConfig {
65
- enabled: boolean;
66
- defaultSchedule?: string;
67
- allowedPatterns?: string[];
68
- }
69
- /**
70
- * Serialized webhook config for API responses
71
- */
72
- interface SerializedWebhookConfig {
73
- enabled: boolean;
74
- payloadSchema?: unknown;
75
- }
76
- /**
77
- * Serialized execution interface for API responses
78
- */
79
- interface SerializedExecutionInterface {
80
- form: SerializedExecutionFormSchema;
81
- schedule?: SerializedScheduleConfig;
82
- webhook?: SerializedWebhookConfig;
83
- }
84
13
  /**
85
14
  * Serialized agent definition (JSON-safe)
86
15
  * Result of serializeDefinition(AgentDefinition)
@@ -136,7 +65,6 @@ interface SerializedAgentDefinition {
136
65
  }>;
137
66
  };
138
67
  metricsConfig?: object;
139
- interface?: SerializedExecutionInterface;
140
68
  }
141
69
  /**
142
70
  * Serialized workflow definition (JSON-safe)
@@ -176,7 +104,6 @@ interface SerializedWorkflowDefinition {
176
104
  outputSchema?: object;
177
105
  };
178
106
  metricsConfig?: object;
179
- interface?: SerializedExecutionInterface;
180
107
  }
181
108
 
182
109
  /**
@@ -470,6 +397,13 @@ interface ResourceDetailPageRenderExecutionPanelArgs {
470
397
  resourceDefinition: AIResourceDefinition;
471
398
  onConnectionStatus: (connected: boolean, count: number) => void;
472
399
  }
400
+ interface ResourceDetailPageRenderExecuteDialogArgs {
401
+ opened: boolean;
402
+ onClose: () => void;
403
+ resourceId: string;
404
+ resourceType: ResourceType;
405
+ name: string;
406
+ }
473
407
  interface ResourceDetailPageProps {
474
408
  /** Resource type (workflow, agent, etc.) */
475
409
  type: ResourceType;
@@ -483,6 +417,12 @@ interface ResourceDetailPageProps {
483
417
  * `resourceDefinition` is threaded through so the execution panel does not refetch.
484
418
  */
485
419
  renderExecutionPanel: (args: ResourceDetailPageRenderExecutionPanelArgs) => ReactNode;
420
+ /**
421
+ * Render-prop for the "Run" dialog. Always required — callers supply either a
422
+ * ZodFormRenderer-backed dialog (for registered workflows) or a minimal confirm
423
+ * dialog (for unregistered workflows).
424
+ */
425
+ renderExecuteDialog: (args: ResourceDetailPageRenderExecuteDialogArgs) => ReactNode;
486
426
  /** Override "Resources" back-link in the header. Defaults to `/operations/resources`. */
487
427
  onNavigateToResources?: () => void;
488
428
  /** Override "Go to Sessions" link in the header. Defaults to `/operations/sessions?agent=<resourceId>`. */
@@ -490,7 +430,7 @@ interface ResourceDetailPageProps {
490
430
  /** Override "Back to Operations" in the not-found state. Defaults to `/operations`. */
491
431
  onNavigateBack?: () => void;
492
432
  }
493
- declare function ResourceDetailPage({ type, resourceId, timeRange, renderExecutionPanel, onNavigateToResources, onNavigateToSessions, onNavigateBack }: ResourceDetailPageProps): react_jsx_runtime.JSX.Element;
433
+ declare function ResourceDetailPage({ type, resourceId, timeRange, renderExecutionPanel, renderExecuteDialog, onNavigateToResources, onNavigateToSessions, onNavigateBack }: ResourceDetailPageProps): react_jsx_runtime.JSX.Element;
494
434
 
495
435
  interface ExecuteAsyncResult {
496
436
  executionId: string;
@@ -671,28 +611,6 @@ interface ExecuteWorkflowModalProps {
671
611
  }
672
612
  declare function ExecuteWorkflowModal({ opened, onClose, resource, isPending, error, result, onViewExecution, onReset, children }: ExecuteWorkflowModalProps): react_jsx_runtime.JSX.Element;
673
613
 
674
- interface ResourceExecuteFormProps {
675
- formSchema: SerializedExecutionFormSchema;
676
- onSubmit: (input: Record<string, unknown>) => void | Promise<void>;
677
- isPending?: boolean;
678
- disabled?: boolean;
679
- submitLabel?: string;
680
- }
681
- declare function ResourceExecuteForm({ formSchema, onSubmit, isPending, disabled, submitLabel }: ResourceExecuteFormProps): react_jsx_runtime.JSX.Element;
682
-
683
- interface ResourceExecuteDialogProps {
684
- opened: boolean;
685
- onClose: () => void;
686
- resource: {
687
- resourceId: string;
688
- resourceType: ResourceType;
689
- name?: string;
690
- formSchema?: SerializedExecutionFormSchema;
691
- };
692
- onViewExecution?: (executionId: string) => void;
693
- }
694
- declare function ResourceExecuteDialog({ opened, onClose, resource, onViewExecution }: ResourceExecuteDialogProps): react_jsx_runtime.JSX.Element;
695
-
696
614
  interface SessionsPageProps {
697
615
  /** Whether the organization context is ready; blocks render until true */
698
616
  isReady: boolean;
@@ -916,5 +834,5 @@ declare function CommandQueueShell({ children }: CommandQueueShellProps): react_
916
834
 
917
835
  declare const operationsManifest: FeatureModule;
918
836
 
919
- export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
920
- export type { AgentExecutionPanelProps, AgentSessionGroupProps, CommandQueueDetailPageProps, CommandQueueDetailPageRichTextArgs, CommandQueuePageProps, CommandQueueShellProps, CommandViewPageProps, CommandViewSidebarContentProps, ConversationViewSlotArgs, ExecuteWorkflowModalProps, ExecuteWorkflowModalResource, ExecutionPanelProps, OperationsOverviewProps, ResourceDetailPageProps, ResourceDetailPageRenderExecutionPanelArgs, ResourceExecuteDialogProps, ResourceExecuteFormProps, ResourcesPageProps, ResourcesSidebarProps, SessionChatAreaProps, SessionChatInterfaceProps, SessionChatPageProps, SessionDetailsSidebarProps, SessionExecutionLogsProps, SessionHeaderProps, SessionListItemProps, SessionsPageProps, SessionsSidebarProps, TaskFilterStatus, WorkflowExecutionPanelProps };
837
+ export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
838
+ export type { AgentExecutionPanelProps, AgentSessionGroupProps, CommandQueueDetailPageProps, CommandQueueDetailPageRichTextArgs, CommandQueuePageProps, CommandQueueShellProps, CommandViewPageProps, CommandViewSidebarContentProps, ConversationViewSlotArgs, ExecuteWorkflowModalProps, ExecuteWorkflowModalResource, ExecutionPanelProps, OperationsOverviewProps, ResourceDetailPageProps, ResourceDetailPageRenderExecuteDialogArgs, ResourceDetailPageRenderExecutionPanelArgs, ResourcesPageProps, ResourcesSidebarProps, SessionChatAreaProps, SessionChatInterfaceProps, SessionChatPageProps, SessionDetailsSidebarProps, SessionExecutionLogsProps, SessionHeaderProps, SessionListItemProps, SessionsPageProps, SessionsSidebarProps, TaskFilterStatus, WorkflowExecutionPanelProps };