@elevasis/ui 1.26.0 → 1.27.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/dist/charts/index.js +2 -2
- package/dist/{chunk-AWT255UH.js → chunk-2IJCM3VQ.js} +37 -37
- package/dist/chunk-5COLSYBE.js +199 -0
- package/dist/{chunk-RMPXGBNI.js → chunk-5JSR6TL5.js} +2 -2
- package/dist/chunk-BAGYETKM.js +635 -0
- package/dist/{chunk-L3GVDMCA.js → chunk-C27LLJM6.js} +3 -195
- package/dist/{chunk-O4UB5DQQ.js → chunk-F2J7675J.js} +1 -1
- package/dist/chunk-ITCEULI5.js +238 -0
- package/dist/{chunk-4WKWLFBZ.js → chunk-P5EWG45B.js} +1 -1
- package/dist/{chunk-BS4J2LAW.js → chunk-QTD5HPKD.js} +1 -1
- package/dist/{chunk-ZVJKIJFG.js → chunk-RCQPWA5X.js} +13 -42
- package/dist/chunk-TLAIQC7B.js +6382 -0
- package/dist/{chunk-FEZZ3IDU.js → chunk-TXPUIHX2.js} +10 -10
- package/dist/{chunk-L4XXM55J.js → chunk-W4VYXIN7.js} +142 -3
- package/dist/chunk-WJ7W7JU4.js +2115 -0
- package/dist/{chunk-YNGQ7U5H.js → chunk-WLNEJ6JJ.js} +2 -2
- package/dist/{chunk-4INR75ZS.js → chunk-Y2SYGFRF.js} +589 -65
- package/dist/components/index.d.ts +333 -73
- package/dist/components/index.js +838 -686
- package/dist/features/auth/index.d.ts +125 -0
- package/dist/features/auth/index.js +2 -2
- package/dist/features/dashboard/index.d.ts +28 -2
- package/dist/features/dashboard/index.js +21 -635
- package/dist/features/monitoring/index.d.ts +28 -1
- package/dist/features/monitoring/index.js +19 -529
- package/dist/features/operations/index.d.ts +51 -8
- package/dist/features/operations/index.js +25 -3760
- package/dist/features/settings/index.d.ts +153 -1
- package/dist/features/settings/index.js +19 -1438
- package/dist/hooks/index.d.ts +262 -25
- package/dist/hooks/index.js +12 -8
- package/dist/hooks/published.d.ts +137 -25
- package/dist/hooks/published.js +11 -7
- package/dist/index.d.ts +310 -28
- package/dist/index.js +12 -11
- package/dist/initialization/index.d.ts +125 -0
- package/dist/layout/index.d.ts +2 -0
- package/dist/layout/index.js +6 -5
- package/dist/organization/index.js +1 -2
- package/dist/profile/index.d.ts +125 -0
- package/dist/provider/index.d.ts +48 -3
- package/dist/provider/index.js +10 -4
- package/dist/provider/published.d.ts +48 -3
- package/dist/provider/published.js +8 -2
- package/dist/supabase/index.d.ts +242 -0
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +126 -1
- package/package.json +1 -1
- package/dist/chunk-LR4WVA7W.js +0 -682
- package/dist/chunk-R7WLWGPO.js +0 -126
- package/dist/chunk-TCKIAHDC.js +0 -2626
- package/dist/chunk-V7XHGJQZ.js +0 -145
- package/dist/{chunk-WWEMNIHW.js → chunk-YYBM5LNJ.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { MantineSpacing, MantineColor, MantineLoaderComponent, BadgeProps } from '@mantine/core';
|
|
3
|
-
import * as
|
|
4
|
-
import
|
|
3
|
+
import * as React$1 from 'react';
|
|
4
|
+
import React__default, { ComponentType, ReactNode, CSSProperties, ReactElement } from 'react';
|
|
5
5
|
import { Icon, IconCheck } from '@tabler/icons-react';
|
|
6
6
|
import { Components } from 'react-markdown';
|
|
7
7
|
import { UseFormReturnType } from '@mantine/form';
|
|
@@ -155,7 +155,7 @@ declare function DetailCardSkeleton({ rows }: DetailCardSkeletonProps): react_js
|
|
|
155
155
|
|
|
156
156
|
interface NavigationButtonProps {
|
|
157
157
|
/** Icon component to display */
|
|
158
|
-
icon:
|
|
158
|
+
icon: React__default.ComponentType<{
|
|
159
159
|
size?: number;
|
|
160
160
|
stroke?: number;
|
|
161
161
|
}>;
|
|
@@ -174,11 +174,11 @@ interface NavigationButtonProps {
|
|
|
174
174
|
/** Click handler */
|
|
175
175
|
onClick?: () => void;
|
|
176
176
|
/** Additional styles for the button container */
|
|
177
|
-
style?:
|
|
177
|
+
style?: React__default.CSSProperties;
|
|
178
178
|
/** Custom transition duration in ms */
|
|
179
179
|
transitionDuration?: number;
|
|
180
180
|
}
|
|
181
|
-
declare const NavigationButton:
|
|
181
|
+
declare const NavigationButton: React__default.FC<NavigationButtonProps>;
|
|
182
182
|
|
|
183
183
|
interface CustomSelectorProps {
|
|
184
184
|
value: string | null;
|
|
@@ -1412,6 +1412,106 @@ type Database$1 = {
|
|
|
1412
1412
|
}
|
|
1413
1413
|
];
|
|
1414
1414
|
};
|
|
1415
|
+
acq_list_companies: {
|
|
1416
|
+
Row: {
|
|
1417
|
+
added_at: string;
|
|
1418
|
+
added_by: string | null;
|
|
1419
|
+
company_id: string;
|
|
1420
|
+
id: string;
|
|
1421
|
+
list_id: string;
|
|
1422
|
+
source_execution_id: string | null;
|
|
1423
|
+
source_input_hash: string | null;
|
|
1424
|
+
source_resource_id: string | null;
|
|
1425
|
+
stage: string | null;
|
|
1426
|
+
stage_updated_at: string | null;
|
|
1427
|
+
};
|
|
1428
|
+
Insert: {
|
|
1429
|
+
added_at?: string;
|
|
1430
|
+
added_by?: string | null;
|
|
1431
|
+
company_id: string;
|
|
1432
|
+
id?: string;
|
|
1433
|
+
list_id: string;
|
|
1434
|
+
source_execution_id?: string | null;
|
|
1435
|
+
source_input_hash?: string | null;
|
|
1436
|
+
source_resource_id?: string | null;
|
|
1437
|
+
stage?: string | null;
|
|
1438
|
+
stage_updated_at?: string | null;
|
|
1439
|
+
};
|
|
1440
|
+
Update: {
|
|
1441
|
+
added_at?: string;
|
|
1442
|
+
added_by?: string | null;
|
|
1443
|
+
company_id?: string;
|
|
1444
|
+
id?: string;
|
|
1445
|
+
list_id?: string;
|
|
1446
|
+
source_execution_id?: string | null;
|
|
1447
|
+
source_input_hash?: string | null;
|
|
1448
|
+
source_resource_id?: string | null;
|
|
1449
|
+
stage?: string | null;
|
|
1450
|
+
stage_updated_at?: string | null;
|
|
1451
|
+
};
|
|
1452
|
+
Relationships: [
|
|
1453
|
+
{
|
|
1454
|
+
foreignKeyName: "acq_list_companies_company_id_fkey";
|
|
1455
|
+
columns: ["company_id"];
|
|
1456
|
+
isOneToOne: false;
|
|
1457
|
+
referencedRelation: "acq_companies";
|
|
1458
|
+
referencedColumns: ["id"];
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
foreignKeyName: "acq_list_companies_list_id_fkey";
|
|
1462
|
+
columns: ["list_id"];
|
|
1463
|
+
isOneToOne: false;
|
|
1464
|
+
referencedRelation: "acq_lists";
|
|
1465
|
+
referencedColumns: ["id"];
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
foreignKeyName: "acq_list_companies_source_execution_id_fkey";
|
|
1469
|
+
columns: ["source_execution_id"];
|
|
1470
|
+
isOneToOne: false;
|
|
1471
|
+
referencedRelation: "execution_logs";
|
|
1472
|
+
referencedColumns: ["execution_id"];
|
|
1473
|
+
}
|
|
1474
|
+
];
|
|
1475
|
+
};
|
|
1476
|
+
acq_list_executions: {
|
|
1477
|
+
Row: {
|
|
1478
|
+
created_at: string;
|
|
1479
|
+
execution_id: string;
|
|
1480
|
+
id: string;
|
|
1481
|
+
list_id: string;
|
|
1482
|
+
payload: Json$1;
|
|
1483
|
+
};
|
|
1484
|
+
Insert: {
|
|
1485
|
+
created_at?: string;
|
|
1486
|
+
execution_id: string;
|
|
1487
|
+
id?: string;
|
|
1488
|
+
list_id: string;
|
|
1489
|
+
payload?: Json$1;
|
|
1490
|
+
};
|
|
1491
|
+
Update: {
|
|
1492
|
+
created_at?: string;
|
|
1493
|
+
execution_id?: string;
|
|
1494
|
+
id?: string;
|
|
1495
|
+
list_id?: string;
|
|
1496
|
+
payload?: Json$1;
|
|
1497
|
+
};
|
|
1498
|
+
Relationships: [
|
|
1499
|
+
{
|
|
1500
|
+
foreignKeyName: "acq_list_executions_execution_id_fkey";
|
|
1501
|
+
columns: ["execution_id"];
|
|
1502
|
+
isOneToOne: false;
|
|
1503
|
+
referencedRelation: "execution_logs";
|
|
1504
|
+
referencedColumns: ["execution_id"];
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
foreignKeyName: "acq_list_executions_list_id_fkey";
|
|
1508
|
+
columns: ["list_id"];
|
|
1509
|
+
isOneToOne: false;
|
|
1510
|
+
referencedRelation: "acq_lists";
|
|
1511
|
+
referencedColumns: ["id"];
|
|
1512
|
+
}
|
|
1513
|
+
];
|
|
1514
|
+
};
|
|
1415
1515
|
acq_list_members: {
|
|
1416
1516
|
Row: {
|
|
1417
1517
|
added_at: string;
|
|
@@ -1419,6 +1519,11 @@ type Database$1 = {
|
|
|
1419
1519
|
contact_id: string;
|
|
1420
1520
|
id: string;
|
|
1421
1521
|
list_id: string;
|
|
1522
|
+
source_execution_id: string | null;
|
|
1523
|
+
source_input_hash: string | null;
|
|
1524
|
+
source_resource_id: string | null;
|
|
1525
|
+
stage: string | null;
|
|
1526
|
+
stage_updated_at: string | null;
|
|
1422
1527
|
};
|
|
1423
1528
|
Insert: {
|
|
1424
1529
|
added_at?: string;
|
|
@@ -1426,6 +1531,11 @@ type Database$1 = {
|
|
|
1426
1531
|
contact_id: string;
|
|
1427
1532
|
id?: string;
|
|
1428
1533
|
list_id: string;
|
|
1534
|
+
source_execution_id?: string | null;
|
|
1535
|
+
source_input_hash?: string | null;
|
|
1536
|
+
source_resource_id?: string | null;
|
|
1537
|
+
stage?: string | null;
|
|
1538
|
+
stage_updated_at?: string | null;
|
|
1429
1539
|
};
|
|
1430
1540
|
Update: {
|
|
1431
1541
|
added_at?: string;
|
|
@@ -1433,6 +1543,11 @@ type Database$1 = {
|
|
|
1433
1543
|
contact_id?: string;
|
|
1434
1544
|
id?: string;
|
|
1435
1545
|
list_id?: string;
|
|
1546
|
+
source_execution_id?: string | null;
|
|
1547
|
+
source_input_hash?: string | null;
|
|
1548
|
+
source_resource_id?: string | null;
|
|
1549
|
+
stage?: string | null;
|
|
1550
|
+
stage_updated_at?: string | null;
|
|
1436
1551
|
};
|
|
1437
1552
|
Relationships: [
|
|
1438
1553
|
{
|
|
@@ -1448,6 +1563,13 @@ type Database$1 = {
|
|
|
1448
1563
|
isOneToOne: false;
|
|
1449
1564
|
referencedRelation: "acq_lists";
|
|
1450
1565
|
referencedColumns: ["id"];
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
foreignKeyName: "acq_list_members_source_execution_id_fkey";
|
|
1569
|
+
columns: ["source_execution_id"];
|
|
1570
|
+
isOneToOne: false;
|
|
1571
|
+
referencedRelation: "execution_logs";
|
|
1572
|
+
referencedColumns: ["execution_id"];
|
|
1451
1573
|
}
|
|
1452
1574
|
];
|
|
1453
1575
|
};
|
|
@@ -1455,6 +1577,7 @@ type Database$1 = {
|
|
|
1455
1577
|
Row: {
|
|
1456
1578
|
batch_ids: string[];
|
|
1457
1579
|
completed_at: string | null;
|
|
1580
|
+
config: Json$1;
|
|
1458
1581
|
created_at: string;
|
|
1459
1582
|
description: string | null;
|
|
1460
1583
|
id: string;
|
|
@@ -1469,6 +1592,7 @@ type Database$1 = {
|
|
|
1469
1592
|
Insert: {
|
|
1470
1593
|
batch_ids?: string[];
|
|
1471
1594
|
completed_at?: string | null;
|
|
1595
|
+
config?: Json$1;
|
|
1472
1596
|
created_at?: string;
|
|
1473
1597
|
description?: string | null;
|
|
1474
1598
|
id?: string;
|
|
@@ -1483,6 +1607,7 @@ type Database$1 = {
|
|
|
1483
1607
|
Update: {
|
|
1484
1608
|
batch_ids?: string[];
|
|
1485
1609
|
completed_at?: string | null;
|
|
1610
|
+
config?: Json$1;
|
|
1486
1611
|
created_at?: string;
|
|
1487
1612
|
description?: string | null;
|
|
1488
1613
|
id?: string;
|
|
@@ -3610,7 +3735,7 @@ interface NotificationDTO {
|
|
|
3610
3735
|
|
|
3611
3736
|
/** Raw database row type for acq_deals table */
|
|
3612
3737
|
type AcqDealRow = Database$1['public']['Tables']['acq_deals']['Row'];
|
|
3613
|
-
type DealStage = 'interested' | '
|
|
3738
|
+
type DealStage = 'interested' | 'proposal' | 'closing' | 'closed_won' | 'closed_lost' | 'nurturing';
|
|
3614
3739
|
interface KanbanStageConfig {
|
|
3615
3740
|
color: string;
|
|
3616
3741
|
label?: string;
|
|
@@ -4186,9 +4311,9 @@ declare function ActivityTimeline({ activities }: ActivityTimelineProps): react_
|
|
|
4186
4311
|
interface ICustomModalProps {
|
|
4187
4312
|
opened: boolean;
|
|
4188
4313
|
onClose: () => void;
|
|
4189
|
-
children:
|
|
4314
|
+
children: React__default.ReactNode | React__default.ReactNode[] | string;
|
|
4190
4315
|
loading?: boolean;
|
|
4191
|
-
style?:
|
|
4316
|
+
style?: React__default.CSSProperties;
|
|
4192
4317
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4193
4318
|
}
|
|
4194
4319
|
declare const CustomModal: ({ children, opened, onClose, loading, style, size }: ICustomModalProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -4773,6 +4898,106 @@ type Database = {
|
|
|
4773
4898
|
},
|
|
4774
4899
|
]
|
|
4775
4900
|
}
|
|
4901
|
+
acq_list_companies: {
|
|
4902
|
+
Row: {
|
|
4903
|
+
added_at: string
|
|
4904
|
+
added_by: string | null
|
|
4905
|
+
company_id: string
|
|
4906
|
+
id: string
|
|
4907
|
+
list_id: string
|
|
4908
|
+
source_execution_id: string | null
|
|
4909
|
+
source_input_hash: string | null
|
|
4910
|
+
source_resource_id: string | null
|
|
4911
|
+
stage: string | null
|
|
4912
|
+
stage_updated_at: string | null
|
|
4913
|
+
}
|
|
4914
|
+
Insert: {
|
|
4915
|
+
added_at?: string
|
|
4916
|
+
added_by?: string | null
|
|
4917
|
+
company_id: string
|
|
4918
|
+
id?: string
|
|
4919
|
+
list_id: string
|
|
4920
|
+
source_execution_id?: string | null
|
|
4921
|
+
source_input_hash?: string | null
|
|
4922
|
+
source_resource_id?: string | null
|
|
4923
|
+
stage?: string | null
|
|
4924
|
+
stage_updated_at?: string | null
|
|
4925
|
+
}
|
|
4926
|
+
Update: {
|
|
4927
|
+
added_at?: string
|
|
4928
|
+
added_by?: string | null
|
|
4929
|
+
company_id?: string
|
|
4930
|
+
id?: string
|
|
4931
|
+
list_id?: string
|
|
4932
|
+
source_execution_id?: string | null
|
|
4933
|
+
source_input_hash?: string | null
|
|
4934
|
+
source_resource_id?: string | null
|
|
4935
|
+
stage?: string | null
|
|
4936
|
+
stage_updated_at?: string | null
|
|
4937
|
+
}
|
|
4938
|
+
Relationships: [
|
|
4939
|
+
{
|
|
4940
|
+
foreignKeyName: "acq_list_companies_company_id_fkey"
|
|
4941
|
+
columns: ["company_id"]
|
|
4942
|
+
isOneToOne: false
|
|
4943
|
+
referencedRelation: "acq_companies"
|
|
4944
|
+
referencedColumns: ["id"]
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
foreignKeyName: "acq_list_companies_list_id_fkey"
|
|
4948
|
+
columns: ["list_id"]
|
|
4949
|
+
isOneToOne: false
|
|
4950
|
+
referencedRelation: "acq_lists"
|
|
4951
|
+
referencedColumns: ["id"]
|
|
4952
|
+
},
|
|
4953
|
+
{
|
|
4954
|
+
foreignKeyName: "acq_list_companies_source_execution_id_fkey"
|
|
4955
|
+
columns: ["source_execution_id"]
|
|
4956
|
+
isOneToOne: false
|
|
4957
|
+
referencedRelation: "execution_logs"
|
|
4958
|
+
referencedColumns: ["execution_id"]
|
|
4959
|
+
},
|
|
4960
|
+
]
|
|
4961
|
+
}
|
|
4962
|
+
acq_list_executions: {
|
|
4963
|
+
Row: {
|
|
4964
|
+
created_at: string
|
|
4965
|
+
execution_id: string
|
|
4966
|
+
id: string
|
|
4967
|
+
list_id: string
|
|
4968
|
+
payload: Json
|
|
4969
|
+
}
|
|
4970
|
+
Insert: {
|
|
4971
|
+
created_at?: string
|
|
4972
|
+
execution_id: string
|
|
4973
|
+
id?: string
|
|
4974
|
+
list_id: string
|
|
4975
|
+
payload?: Json
|
|
4976
|
+
}
|
|
4977
|
+
Update: {
|
|
4978
|
+
created_at?: string
|
|
4979
|
+
execution_id?: string
|
|
4980
|
+
id?: string
|
|
4981
|
+
list_id?: string
|
|
4982
|
+
payload?: Json
|
|
4983
|
+
}
|
|
4984
|
+
Relationships: [
|
|
4985
|
+
{
|
|
4986
|
+
foreignKeyName: "acq_list_executions_execution_id_fkey"
|
|
4987
|
+
columns: ["execution_id"]
|
|
4988
|
+
isOneToOne: false
|
|
4989
|
+
referencedRelation: "execution_logs"
|
|
4990
|
+
referencedColumns: ["execution_id"]
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
foreignKeyName: "acq_list_executions_list_id_fkey"
|
|
4994
|
+
columns: ["list_id"]
|
|
4995
|
+
isOneToOne: false
|
|
4996
|
+
referencedRelation: "acq_lists"
|
|
4997
|
+
referencedColumns: ["id"]
|
|
4998
|
+
},
|
|
4999
|
+
]
|
|
5000
|
+
}
|
|
4776
5001
|
acq_list_members: {
|
|
4777
5002
|
Row: {
|
|
4778
5003
|
added_at: string
|
|
@@ -4780,6 +5005,11 @@ type Database = {
|
|
|
4780
5005
|
contact_id: string
|
|
4781
5006
|
id: string
|
|
4782
5007
|
list_id: string
|
|
5008
|
+
source_execution_id: string | null
|
|
5009
|
+
source_input_hash: string | null
|
|
5010
|
+
source_resource_id: string | null
|
|
5011
|
+
stage: string | null
|
|
5012
|
+
stage_updated_at: string | null
|
|
4783
5013
|
}
|
|
4784
5014
|
Insert: {
|
|
4785
5015
|
added_at?: string
|
|
@@ -4787,6 +5017,11 @@ type Database = {
|
|
|
4787
5017
|
contact_id: string
|
|
4788
5018
|
id?: string
|
|
4789
5019
|
list_id: string
|
|
5020
|
+
source_execution_id?: string | null
|
|
5021
|
+
source_input_hash?: string | null
|
|
5022
|
+
source_resource_id?: string | null
|
|
5023
|
+
stage?: string | null
|
|
5024
|
+
stage_updated_at?: string | null
|
|
4790
5025
|
}
|
|
4791
5026
|
Update: {
|
|
4792
5027
|
added_at?: string
|
|
@@ -4794,6 +5029,11 @@ type Database = {
|
|
|
4794
5029
|
contact_id?: string
|
|
4795
5030
|
id?: string
|
|
4796
5031
|
list_id?: string
|
|
5032
|
+
source_execution_id?: string | null
|
|
5033
|
+
source_input_hash?: string | null
|
|
5034
|
+
source_resource_id?: string | null
|
|
5035
|
+
stage?: string | null
|
|
5036
|
+
stage_updated_at?: string | null
|
|
4797
5037
|
}
|
|
4798
5038
|
Relationships: [
|
|
4799
5039
|
{
|
|
@@ -4810,12 +5050,20 @@ type Database = {
|
|
|
4810
5050
|
referencedRelation: "acq_lists"
|
|
4811
5051
|
referencedColumns: ["id"]
|
|
4812
5052
|
},
|
|
5053
|
+
{
|
|
5054
|
+
foreignKeyName: "acq_list_members_source_execution_id_fkey"
|
|
5055
|
+
columns: ["source_execution_id"]
|
|
5056
|
+
isOneToOne: false
|
|
5057
|
+
referencedRelation: "execution_logs"
|
|
5058
|
+
referencedColumns: ["execution_id"]
|
|
5059
|
+
},
|
|
4813
5060
|
]
|
|
4814
5061
|
}
|
|
4815
5062
|
acq_lists: {
|
|
4816
5063
|
Row: {
|
|
4817
5064
|
batch_ids: string[]
|
|
4818
5065
|
completed_at: string | null
|
|
5066
|
+
config: Json
|
|
4819
5067
|
created_at: string
|
|
4820
5068
|
description: string | null
|
|
4821
5069
|
id: string
|
|
@@ -4830,6 +5078,7 @@ type Database = {
|
|
|
4830
5078
|
Insert: {
|
|
4831
5079
|
batch_ids?: string[]
|
|
4832
5080
|
completed_at?: string | null
|
|
5081
|
+
config?: Json
|
|
4833
5082
|
created_at?: string
|
|
4834
5083
|
description?: string | null
|
|
4835
5084
|
id?: string
|
|
@@ -4844,6 +5093,7 @@ type Database = {
|
|
|
4844
5093
|
Update: {
|
|
4845
5094
|
batch_ids?: string[]
|
|
4846
5095
|
completed_at?: string | null
|
|
5096
|
+
config?: Json
|
|
4847
5097
|
created_at?: string
|
|
4848
5098
|
description?: string | null
|
|
4849
5099
|
id?: string
|
|
@@ -6886,7 +7136,7 @@ interface FormFieldRendererProps {
|
|
|
6886
7136
|
placeholder?: string;
|
|
6887
7137
|
}) => ReactNode;
|
|
6888
7138
|
}
|
|
6889
|
-
declare function FormFieldRenderer({ field, form, richTextRenderer }: FormFieldRendererProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean |
|
|
7139
|
+
declare function FormFieldRenderer({ field, form, richTextRenderer }: FormFieldRendererProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
|
|
6890
7140
|
|
|
6891
7141
|
interface ExecutionLogEntry {
|
|
6892
7142
|
id: string;
|
|
@@ -7310,10 +7560,10 @@ interface UnifiedWorkflowGraphProps {
|
|
|
7310
7560
|
declare function UnifiedWorkflowGraph({ resourceDefinition, executionLogs, selectedStepId, onStepSelect, fitViewTrigger: externalFitViewTrigger }: UnifiedWorkflowGraphProps): react_jsx_runtime.JSX.Element;
|
|
7311
7561
|
|
|
7312
7562
|
type UnifiedWorkflowNodeProps = NodeProps<Node<UnifiedWorkflowNodeData>>;
|
|
7313
|
-
declare const UnifiedWorkflowNode:
|
|
7563
|
+
declare const UnifiedWorkflowNode: React$1.NamedExoticComponent<UnifiedWorkflowNodeProps>;
|
|
7314
7564
|
|
|
7315
7565
|
type UnifiedWorkflowEdgeProps = EdgeProps<Edge<UnifiedWorkflowEdgeData, string>>;
|
|
7316
|
-
declare const UnifiedWorkflowEdge:
|
|
7566
|
+
declare const UnifiedWorkflowEdge: React$1.NamedExoticComponent<UnifiedWorkflowEdgeProps>;
|
|
7317
7567
|
|
|
7318
7568
|
interface WorkflowExecutionTimelineProps {
|
|
7319
7569
|
timelineData: WorkflowNodeVisualizerData;
|
|
@@ -7349,9 +7599,9 @@ interface AgentExecutionTimelineProps {
|
|
|
7349
7599
|
*/
|
|
7350
7600
|
declare function AgentExecutionTimeline({ iterationData, selectedIterationId }: AgentExecutionTimelineProps): react_jsx_runtime.JSX.Element;
|
|
7351
7601
|
|
|
7352
|
-
declare const AgentIterationNode:
|
|
7602
|
+
declare const AgentIterationNode: React$1.NamedExoticComponent<NodeProps>;
|
|
7353
7603
|
|
|
7354
|
-
declare const AgentIterationEdge:
|
|
7604
|
+
declare const AgentIterationEdge: React$1.NamedExoticComponent<EdgeProps>;
|
|
7355
7605
|
|
|
7356
7606
|
/**
|
|
7357
7607
|
* Graph Component Types
|
|
@@ -7547,7 +7797,7 @@ interface BaseNodeProps {
|
|
|
7547
7797
|
/** Whether to render the target (incoming) handle. Default: true */
|
|
7548
7798
|
showTargetHandle?: boolean;
|
|
7549
7799
|
}
|
|
7550
|
-
declare const BaseNode:
|
|
7800
|
+
declare const BaseNode: React$1.NamedExoticComponent<BaseNodeProps>;
|
|
7551
7801
|
|
|
7552
7802
|
interface BaseEdgeProps {
|
|
7553
7803
|
id: string;
|
|
@@ -7566,7 +7816,7 @@ interface BaseEdgeProps {
|
|
|
7566
7816
|
edgeIndex?: number;
|
|
7567
7817
|
totalEdges?: number;
|
|
7568
7818
|
}
|
|
7569
|
-
declare const BaseEdge:
|
|
7819
|
+
declare const BaseEdge: React$1.NamedExoticComponent<BaseEdgeProps>;
|
|
7570
7820
|
|
|
7571
7821
|
interface ActionModalProps {
|
|
7572
7822
|
action: ActionConfig;
|
|
@@ -7697,10 +7947,10 @@ declare function useNewKnowledgeMapLayout(knowledgeMap: SerializedKnowledgeMap |
|
|
|
7697
7947
|
};
|
|
7698
7948
|
|
|
7699
7949
|
type NewKnowledgeMapNodeProps = NodeProps<Node<KnowledgeMapNodeData>>;
|
|
7700
|
-
declare const NewKnowledgeMapNode:
|
|
7950
|
+
declare const NewKnowledgeMapNode: React$1.NamedExoticComponent<NewKnowledgeMapNodeProps>;
|
|
7701
7951
|
|
|
7702
7952
|
type NewKnowledgeMapEdgeProps = EdgeProps<Edge<KnowledgeMapEdgeData, string>>;
|
|
7703
|
-
declare const NewKnowledgeMapEdge:
|
|
7953
|
+
declare const NewKnowledgeMapEdge: React$1.NamedExoticComponent<NewKnowledgeMapEdgeProps>;
|
|
7704
7954
|
|
|
7705
7955
|
declare const showInfoNotification: (message: string) => void;
|
|
7706
7956
|
declare const showSuccessNotification: (message: string) => void;
|
|
@@ -8091,10 +8341,10 @@ interface CommandViewGraphProps {
|
|
|
8091
8341
|
/**
|
|
8092
8342
|
* Main export - wrapped with ReactFlowProvider
|
|
8093
8343
|
*/
|
|
8094
|
-
declare const CommandViewGraph:
|
|
8344
|
+
declare const CommandViewGraph: React$1.ForwardRefExoticComponent<CommandViewGraphProps & React$1.RefAttributes<CommandViewGraphRef>>;
|
|
8095
8345
|
|
|
8096
8346
|
type CommandViewNodeProps = NodeProps<Node<CommandViewNode$1 & Record<string, unknown>>>;
|
|
8097
|
-
declare const CommandViewNode:
|
|
8347
|
+
declare const CommandViewNode: React$1.NamedExoticComponent<CommandViewNodeProps>;
|
|
8098
8348
|
|
|
8099
8349
|
interface CommandViewEdgeData extends Record<string, unknown> {
|
|
8100
8350
|
relationship: RelationshipType;
|
|
@@ -8105,7 +8355,7 @@ interface CommandViewEdgeData extends Record<string, unknown> {
|
|
|
8105
8355
|
totalEdges?: number;
|
|
8106
8356
|
}
|
|
8107
8357
|
type CommandViewEdgeProps = EdgeProps<Edge<CommandViewEdgeData, string>>;
|
|
8108
|
-
declare const CommandViewEdge:
|
|
8358
|
+
declare const CommandViewEdge: React$1.NamedExoticComponent<CommandViewEdgeProps>;
|
|
8109
8359
|
|
|
8110
8360
|
interface CrashErrorFallbackProps {
|
|
8111
8361
|
error: unknown;
|
|
@@ -8305,9 +8555,9 @@ interface DealKanbanCardProps {
|
|
|
8305
8555
|
onDragStart: (e: React.DragEvent, deal: DealListItem) => void;
|
|
8306
8556
|
onDragEnd: () => void;
|
|
8307
8557
|
}
|
|
8308
|
-
declare function DealKanbanCard({ deal, config
|
|
8558
|
+
declare function DealKanbanCard({ deal, config, onClick, onDragStart, onDragEnd }: DealKanbanCardProps): react_jsx_runtime.JSX.Element;
|
|
8309
8559
|
|
|
8310
|
-
/** All
|
|
8560
|
+
/** All 6 DealStage values in canonical order. */
|
|
8311
8561
|
declare const DEAL_STAGES: DealStage[];
|
|
8312
8562
|
/** Default Mantine color mapping for each deal stage. */
|
|
8313
8563
|
declare const DEFAULT_KANBAN_CONFIG: KanbanBoardConfig;
|
|
@@ -8324,21 +8574,18 @@ interface DealDrawerProps {
|
|
|
8324
8574
|
}
|
|
8325
8575
|
declare function DealDrawer({ deal, opened, onClose, renderActions }: DealDrawerProps): react_jsx_runtime.JSX.Element | null;
|
|
8326
8576
|
|
|
8577
|
+
declare const CrmSidebar: () => react_jsx_runtime.JSX.Element;
|
|
8578
|
+
|
|
8579
|
+
declare const CrmSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
8580
|
+
|
|
8581
|
+
declare const CrmSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
8582
|
+
|
|
8327
8583
|
interface PipelineStageSummary {
|
|
8328
8584
|
stage: DealStage;
|
|
8329
8585
|
count: number;
|
|
8330
8586
|
totalValue: number;
|
|
8331
8587
|
}
|
|
8332
|
-
/**
|
|
8333
|
-
* Ordered stages for the pipeline funnel display.
|
|
8334
|
-
* Primary funnel stages first, misc stages at the end.
|
|
8335
|
-
*/
|
|
8336
8588
|
declare const PIPELINE_FUNNEL_ORDER: DealStage[];
|
|
8337
|
-
/**
|
|
8338
|
-
* Pure selector over useDeals() that groups deals by stage and computes
|
|
8339
|
-
* count + total value per stage. Always returns an entry for every stage
|
|
8340
|
-
* in PIPELINE_FUNNEL_ORDER so the funnel renders all bars even if empty.
|
|
8341
|
-
*/
|
|
8342
8589
|
declare function useCrmPipelineSummary(opts?: {
|
|
8343
8590
|
getDealValue?: (deal: DealListItem) => number;
|
|
8344
8591
|
}): {
|
|
@@ -8355,10 +8602,6 @@ interface CrmQuickMetrics {
|
|
|
8355
8602
|
avgDealSize: number;
|
|
8356
8603
|
totalPipelineValue: number;
|
|
8357
8604
|
}
|
|
8358
|
-
/**
|
|
8359
|
-
* Pure selector over useDeals() that computes 6 high-level CRM metrics.
|
|
8360
|
-
* Returns zero values for all metrics when loading or no data is available.
|
|
8361
|
-
*/
|
|
8362
8605
|
declare function useCrmQuickMetrics(): {
|
|
8363
8606
|
data: CrmQuickMetrics;
|
|
8364
8607
|
isLoading: boolean;
|
|
@@ -8374,13 +8617,6 @@ declare const GetRecentActivityResponseSchema = z.object({
|
|
|
8374
8617
|
})
|
|
8375
8618
|
type GetRecentActivityResponse = z.infer<typeof GetRecentActivityResponseSchema>
|
|
8376
8619
|
|
|
8377
|
-
/**
|
|
8378
|
-
* Returns the most recent CRM activity entries (notes + stage changes + deal
|
|
8379
|
-
* creations) for the current organization, aggregated server-side.
|
|
8380
|
-
*
|
|
8381
|
-
* Replaces the previous client-side aggregation that joined acq_deal_notes
|
|
8382
|
-
* with useDeals(). Server now owns the join via GET /api/crm/recent-activity.
|
|
8383
|
-
*/
|
|
8384
8620
|
declare function useRecentCrmActivity(opts?: {
|
|
8385
8621
|
limit?: number;
|
|
8386
8622
|
}): {
|
|
@@ -8418,42 +8654,14 @@ interface CrmOverviewProps {
|
|
|
8418
8654
|
}
|
|
8419
8655
|
declare function CrmOverview({ onStageClick, onDealClick, onGoToPipeline, getDealValue, renderActions }: CrmOverviewProps): react_jsx_runtime.JSX.Element;
|
|
8420
8656
|
|
|
8421
|
-
/**
|
|
8422
|
-
* A hardcoded filter preset that maps to a click-through action.
|
|
8423
|
-
*
|
|
8424
|
-
* - `urlFilters` — DealFilters that get applied to the deals list URL.
|
|
8425
|
-
* The Pipeline / Deals routes will read these from search params.
|
|
8426
|
-
* - `predicate` — Optional client-side filter applied AFTER the URL filter,
|
|
8427
|
-
* for presets that can't be expressed as URL search params alone
|
|
8428
|
-
* (e.g., "Won this month" needs a date check on `closed_won_at` /
|
|
8429
|
-
* `payment_received_at` which we currently can't filter via URL).
|
|
8430
|
-
*/
|
|
8431
8657
|
interface SavedViewPreset {
|
|
8432
8658
|
id: string;
|
|
8433
8659
|
label: string;
|
|
8434
|
-
/** Tabler icon name (consumer imports from @tabler/icons-react and renders) */
|
|
8435
8660
|
iconName: 'IconUser' | 'IconClockExclamation' | 'IconTrophy';
|
|
8436
|
-
/** Where the preset takes the user when clicked */
|
|
8437
8661
|
target: '/crm/pipeline' | '/crm/deals';
|
|
8438
|
-
/** Filter args that get serialized to URL search params */
|
|
8439
8662
|
urlFilters?: DealFilters;
|
|
8440
|
-
/** Optional client-side filter for presets that need date math, etc. */
|
|
8441
8663
|
predicate?: (deal: DealListItem) => boolean;
|
|
8442
8664
|
}
|
|
8443
|
-
/**
|
|
8444
|
-
* MVP saved-view presets. User-saved views are deferred to a later phase.
|
|
8445
|
-
*
|
|
8446
|
-
* - "My Deals" — deals where the current user is the assigned owner. For MVP
|
|
8447
|
-
* this is a no-op filter (owner field doesn't exist yet); navigates to
|
|
8448
|
-
* /crm/deals and the consumer's UI labels the view appropriately.
|
|
8449
|
-
* - "Overdue" — navigates to /crm/deals; consumer uses the predicate to
|
|
8450
|
-
* highlight stale deals (no activity in 14d). Currently a no-op predicate
|
|
8451
|
-
* placeholder until staleness selectors land.
|
|
8452
|
-
* - "Won this month" — navigates to /crm/deals filtered by stage=closed_won;
|
|
8453
|
-
* consumer applies the predicate to constrain to current calendar month
|
|
8454
|
-
* based on `acq_deals.updated_at` (closest proxy until `closed_won_at`
|
|
8455
|
-
* column lands per Open Question #2 in the plan doc).
|
|
8456
|
-
*/
|
|
8457
8665
|
declare const SAVED_VIEW_PRESETS: SavedViewPreset[];
|
|
8458
8666
|
|
|
8459
8667
|
interface MyTasksPanelProps {
|
|
@@ -8472,6 +8680,48 @@ interface QuickCreateActionsProps {
|
|
|
8472
8680
|
}
|
|
8473
8681
|
declare function QuickCreateActions({ onNewDeal }: QuickCreateActionsProps): react_jsx_runtime.JSX.Element;
|
|
8474
8682
|
|
|
8683
|
+
interface FeatureNavLink {
|
|
8684
|
+
label: string;
|
|
8685
|
+
link: string;
|
|
8686
|
+
featureKey?: string;
|
|
8687
|
+
onClick?: () => void;
|
|
8688
|
+
}
|
|
8689
|
+
interface FeatureNavEntry {
|
|
8690
|
+
label: string;
|
|
8691
|
+
icon: ComponentType;
|
|
8692
|
+
link?: string;
|
|
8693
|
+
featureKey?: string;
|
|
8694
|
+
requiresAdmin?: boolean;
|
|
8695
|
+
dataOnboardingTourId?: string;
|
|
8696
|
+
links?: FeatureNavLink[];
|
|
8697
|
+
}
|
|
8698
|
+
type FeatureSidebarComponent = ComponentType;
|
|
8699
|
+
interface FeatureModule {
|
|
8700
|
+
key: string;
|
|
8701
|
+
label?: string;
|
|
8702
|
+
navEntry?: FeatureNavEntry;
|
|
8703
|
+
sidebar?: FeatureSidebarComponent;
|
|
8704
|
+
subshellRoutes?: string[];
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8707
|
+
declare const crmManifest: FeatureModule;
|
|
8708
|
+
|
|
8709
|
+
declare const LeadGenSidebar: () => react_jsx_runtime.JSX.Element;
|
|
8710
|
+
|
|
8711
|
+
declare const LeadGenSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
8712
|
+
|
|
8713
|
+
declare const LeadGenSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
8714
|
+
|
|
8715
|
+
declare const leadGenManifest: FeatureModule;
|
|
8716
|
+
|
|
8717
|
+
declare const SEOSidebar: () => react_jsx_runtime.JSX.Element;
|
|
8718
|
+
|
|
8719
|
+
declare const SEOSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
8720
|
+
|
|
8721
|
+
declare const SEOSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
8722
|
+
|
|
8723
|
+
declare const seoManifest: FeatureModule;
|
|
8724
|
+
|
|
8475
8725
|
interface HealthStatusCardProps {
|
|
8476
8726
|
status: string;
|
|
8477
8727
|
milestoneCount: number;
|
|
@@ -8500,8 +8750,8 @@ interface ProjectsSidebarMiddleProps {
|
|
|
8500
8750
|
}
|
|
8501
8751
|
declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate }: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
8502
8752
|
|
|
8503
|
-
type ProjectsSidebarProps = ProjectsSidebarMiddleProps
|
|
8504
|
-
declare const ProjectsSidebar: ({ currentPath, onNavigate }
|
|
8753
|
+
type ProjectsSidebarProps = Partial<ProjectsSidebarMiddleProps>;
|
|
8754
|
+
declare const ProjectsSidebar: ({ currentPath, onNavigate }?: ProjectsSidebarProps) => react_jsx_runtime.JSX.Element;
|
|
8505
8755
|
|
|
8506
8756
|
declare const ProjectsSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
8507
8757
|
|
|
@@ -8509,6 +8759,8 @@ declare function AllTasksPage(): react_jsx_runtime.JSX.Element;
|
|
|
8509
8759
|
|
|
8510
8760
|
declare function UpcomingMilestonesPage(): react_jsx_runtime.JSX.Element;
|
|
8511
8761
|
|
|
8762
|
+
declare const deliveryManifest: FeatureModule;
|
|
8763
|
+
|
|
8512
8764
|
declare const projectStatusColors: Record<string, string>;
|
|
8513
8765
|
declare const milestoneStatusColors: Record<string, string>;
|
|
8514
8766
|
declare const taskStatusColors: Record<string, string>;
|
|
@@ -8517,5 +8769,13 @@ declare const noteTypeColors: Record<string, string>;
|
|
|
8517
8769
|
declare function formatStatusLabel(status: string): string;
|
|
8518
8770
|
declare function calculateProgress(completed: number, total: number): number;
|
|
8519
8771
|
|
|
8520
|
-
|
|
8772
|
+
declare const monitoringManifest: FeatureModule;
|
|
8773
|
+
|
|
8774
|
+
declare const dashboardManifest: FeatureModule;
|
|
8775
|
+
|
|
8776
|
+
declare const settingsManifest: FeatureModule;
|
|
8777
|
+
|
|
8778
|
+
declare const operationsManifest: FeatureModule;
|
|
8779
|
+
|
|
8780
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDrawer, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
8521
8781
|
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ProjectsSidebarProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|