@elevasis/ui 2.68.0 → 2.70.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.
Files changed (85) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +577 -367
  3. package/dist/app/index.js +10 -19
  4. package/dist/auth/index.d.ts +5 -0
  5. package/dist/auth/index.js +5 -5
  6. package/dist/charts/index.js +5 -5
  7. package/dist/{chunk-JC5W55J3.js → chunk-26BTE3Z4.js} +1 -1
  8. package/dist/{chunk-ZNKZMK2E.js → chunk-5C62IRKS.js} +5 -5
  9. package/dist/{chunk-ZGCWTWBD.js → chunk-6TT3FQEZ.js} +16218 -15769
  10. package/dist/{chunk-QYI5BZKM.js → chunk-AGX2CY2O.js} +1 -1
  11. package/dist/{chunk-UFTM5SZZ.js → chunk-AKANHRQ5.js} +9 -3
  12. package/dist/{chunk-NDHMZT2G.js → chunk-C75XWBYZ.js} +1 -1
  13. package/dist/{chunk-2MTP3H3A.js → chunk-CCZJ4OWY.js} +1 -1
  14. package/dist/{chunk-75NOC536.js → chunk-DUEGHF7A.js} +4 -4
  15. package/dist/{chunk-SIVUCZXQ.js → chunk-GJQF3S2Q.js} +1 -1
  16. package/dist/{chunk-ZWS3TCQR.js → chunk-GZADST64.js} +21 -108
  17. package/dist/{chunk-TYKAKJGW.js → chunk-JA2XDMAE.js} +1 -1
  18. package/dist/{chunk-76IVMVI3.js → chunk-LWYLZUUV.js} +3 -3
  19. package/dist/{chunk-WPIASV3H.js → chunk-LY3IKYTZ.js} +2 -2
  20. package/dist/{chunk-HJVPVS57.js → chunk-MFCV4JMQ.js} +5 -5
  21. package/dist/{chunk-L3HFJFYF.js → chunk-NM4A63KJ.js} +30 -48
  22. package/dist/{chunk-OOACTYRA.js → chunk-QDMIFD6F.js} +1 -1
  23. package/dist/{chunk-GBXTRSAU.js → chunk-SMH6SQQE.js} +1 -1
  24. package/dist/{chunk-TGPJNKDU.js → chunk-TJMZUL6E.js} +4 -4
  25. package/dist/{chunk-5NRJ2BLQ.js → chunk-VDX6DL7Z.js} +1 -1
  26. package/dist/{chunk-FK3K2VK2.js → chunk-XKUEO4HG.js} +10 -7
  27. package/dist/components/index.d.ts +1614 -256
  28. package/dist/components/index.js +25 -25
  29. package/dist/components/navigation/index.js +6 -6
  30. package/dist/features/auth/index.d.ts +457 -163
  31. package/dist/features/auth/index.js +7 -7
  32. package/dist/features/clients/index.d.ts +39 -1
  33. package/dist/features/clients/index.js +6 -5
  34. package/dist/features/content/index.css +659 -0
  35. package/dist/features/content/index.d.ts +1978 -0
  36. package/dist/features/content/index.js +2312 -0
  37. package/dist/features/crm/index.d.ts +584 -369
  38. package/dist/features/crm/index.js +7 -7
  39. package/dist/features/dashboard/index.d.ts +0 -6
  40. package/dist/features/dashboard/index.js +7 -7
  41. package/dist/features/delivery/index.css +149 -149
  42. package/dist/features/delivery/index.d.ts +457 -163
  43. package/dist/features/delivery/index.js +6 -6
  44. package/dist/features/knowledge/index.js +5 -5
  45. package/dist/features/lead-gen/index.d.ts +20 -91
  46. package/dist/features/lead-gen/index.js +7 -7
  47. package/dist/features/monitoring/index.css +149 -149
  48. package/dist/features/monitoring/index.js +8 -8
  49. package/dist/features/monitoring/requests/index.js +7 -12
  50. package/dist/features/operations/index.d.ts +0 -84
  51. package/dist/features/operations/index.js +10 -10
  52. package/dist/features/settings/index.d.ts +457 -163
  53. package/dist/features/settings/index.js +7 -7
  54. package/dist/hooks/access/index.d.ts +5 -0
  55. package/dist/hooks/access/index.js +5 -5
  56. package/dist/hooks/delivery/index.d.ts +457 -163
  57. package/dist/hooks/delivery/index.js +2 -2
  58. package/dist/hooks/index.css +149 -149
  59. package/dist/hooks/index.d.ts +2128 -233
  60. package/dist/hooks/index.js +5 -5
  61. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +0 -6
  62. package/dist/hooks/published.css +149 -149
  63. package/dist/hooks/published.d.ts +2128 -233
  64. package/dist/hooks/published.js +5 -5
  65. package/dist/initialization/index.d.ts +464 -164
  66. package/dist/knowledge/index.d.ts +4 -88
  67. package/dist/knowledge/index.js +3211 -3201
  68. package/dist/{knowledge-search-index-6EZNBNSR.js → knowledge-search-index-LP2WVSQX.js} +689 -695
  69. package/dist/layout/index.js +8 -8
  70. package/dist/organization/index.d.ts +7 -1
  71. package/dist/profile/index.d.ts +457 -163
  72. package/dist/provider/index.d.ts +577 -368
  73. package/dist/provider/index.js +5 -5
  74. package/dist/provider/published.d.ts +577 -368
  75. package/dist/provider/published.js +5 -5
  76. package/dist/supabase/index.d.ts +906 -339
  77. package/dist/test-utils/index.d.ts +10 -2
  78. package/dist/test-utils/index.js +39 -10
  79. package/dist/types/index.d.ts +464 -170
  80. package/dist/utils/index.d.ts +0 -6
  81. package/dist/utils/index.js +1 -1
  82. package/dist/vite/index.js +2 -2
  83. package/dist/vite-plugin-knowledge/index.js +1 -1
  84. package/package.json +9 -5
  85. package/src/features/README.md +28 -28
@@ -1,25 +1,25 @@
1
1
  import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
2
2
  import { FilterBar } from '../../../chunk-PDHTXPSF.js';
3
- import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-ZGCWTWBD.js';
4
- export { RequestActionIcon, RequestModal, requestTopbarActionManifest } from '../../../chunk-ZGCWTWBD.js';
3
+ import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-6TT3FQEZ.js';
4
+ export { RequestActionIcon, RequestModal, requestTopbarActionManifest, submittedRequestsManifest } from '../../../chunk-6TT3FQEZ.js';
5
5
  import '../../../chunk-R6NMRXNO.js';
6
6
  import '../../../chunk-RBGVNPA6.js';
7
7
  import '../../../chunk-MKH2KOAO.js';
8
+ import '../../../chunk-VDX6DL7Z.js';
8
9
  import '../../../chunk-L7BZZ4SI.js';
9
- import '../../../chunk-NDHMZT2G.js';
10
+ import '../../../chunk-C75XWBYZ.js';
11
+ import '../../../chunk-MISHPEJX.js';
10
12
  import { CardHeader } from '../../../chunk-62GVNH5U.js';
11
13
  import '../../../chunk-P45GQ3ZW.js';
12
- import '../../../chunk-5NRJ2BLQ.js';
13
14
  import '../../../chunk-M7WWRZ5Z.js';
14
15
  import '../../../chunk-3KMDHCAR.js';
15
- import '../../../chunk-MISHPEJX.js';
16
16
  import '../../../chunk-2IFYDILW.js';
17
17
  import '../../../chunk-BLXJEIQS.js';
18
18
  import '../../../chunk-UD657ICS.js';
19
19
  import '../../../chunk-DD3CCMCZ.js';
20
20
  import '../../../chunk-RNP5R5I3.js';
21
21
  import '../../../chunk-RT4KRGZT.js';
22
- import { formatTimeAgo } from '../../../chunk-L3HFJFYF.js';
22
+ import { formatTimeAgo } from '../../../chunk-NM4A63KJ.js';
23
23
  import '../../../chunk-Y6I3IC45.js';
24
24
  import '../../../chunk-6SSQGWK7.js';
25
25
  import '../../../chunk-BI5VDO2K.js';
@@ -36,11 +36,6 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
36
36
  import { useDisclosure } from '@mantine/hooks';
37
37
  import { notifications } from '@mantine/notifications';
38
38
 
39
- // src/features/monitoring/requests/manifest.ts
40
- var submittedRequestsManifest = {
41
- key: "submitted-requests",
42
- routePrefixes: ["/monitoring/requests"]
43
- };
44
39
  var TYPE_COLORS = {
45
40
  bug: "red",
46
41
  feature: "blue",
@@ -553,4 +548,4 @@ function RequestsDetailPage({ requestId, onNavigateBack }) {
553
548
  ] });
554
549
  }
555
550
 
556
- export { RequestButton, RequestTypeBadge, RequestsDetailPage, RequestsListPage, SeverityBadge, StatusBadge, StatusTransitionMenu, submittedRequestsManifest };
551
+ export { RequestButton, RequestTypeBadge, RequestsDetailPage, RequestsListPage, SeverityBadge, StatusBadge, StatusTransitionMenu };
@@ -445,7 +445,6 @@ interface SystemEntry {
445
445
  path: string;
446
446
  surfaces: string[];
447
447
  icon?: string;
448
- order?: number;
449
448
  };
450
449
  lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
451
450
  responsibleRoleId?: string;
@@ -455,17 +454,12 @@ interface SystemEntry {
455
454
  intent: 'exposes' | 'consumes';
456
455
  invocation?: unknown;
457
456
  }[];
458
- policies?: string[];
459
457
  drivesGoals?: string[];
460
458
  apiInterface?: z.infer<typeof SystemApiInterfaceSchema>;
461
- /** @deprecated Use lifecycle. Accepted for one publish cycle. */
462
- status?: 'active' | 'deprecated' | 'archived';
463
459
  path?: string;
464
460
  icon?: string;
465
461
  uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
466
462
  enabled?: boolean;
467
- devOnly?: boolean;
468
- requiresAdmin?: boolean;
469
463
  order: number;
470
464
  config?: Record<string, JsonValue>;
471
465
  ontology?: OntologyScope;
@@ -588,10 +582,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
588
582
  version: z.ZodDefault<z.ZodLiteral<1>>;
589
583
  lastModified: z.ZodString;
590
584
  }, z.core.$strip>>;
591
- policies: z.ZodOptional<z.ZodObject<{
592
- version: z.ZodDefault<z.ZodLiteral<1>>;
593
- lastModified: z.ZodString;
594
- }, z.core.$strip>>;
595
585
  knowledge: z.ZodOptional<z.ZodObject<{
596
586
  version: z.ZodDefault<z.ZodLiteral<1>>;
597
587
  lastModified: z.ZodString;
@@ -649,10 +639,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
649
639
  version: 1;
650
640
  lastModified: string;
651
641
  };
652
- policies: {
653
- version: 1;
654
- lastModified: string;
655
- };
656
642
  knowledge: {
657
643
  version: 1;
658
644
  lastModified: string;
@@ -710,10 +696,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
710
696
  version: 1;
711
697
  lastModified: string;
712
698
  } | undefined;
713
- policies?: {
714
- version: 1;
715
- lastModified: string;
716
- } | undefined;
717
699
  knowledge?: {
718
700
  version: 1;
719
701
  lastModified: string;
@@ -1307,9 +1289,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
1307
1289
  }, z.core.$strip>, z.ZodObject<{
1308
1290
  kind: z.ZodLiteral<"ontology">;
1309
1291
  id: z.ZodString;
1310
- }, z.core.$strip>, z.ZodObject<{
1311
- kind: z.ZodLiteral<"policy">;
1312
- id: z.ZodString;
1313
1292
  }, z.core.$strip>, z.ZodObject<{
1314
1293
  kind: z.ZodLiteral<"role">;
1315
1294
  id: z.ZodString;
@@ -1337,9 +1316,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
1337
1316
  }, z.core.$strip>, z.ZodObject<{
1338
1317
  kind: z.ZodLiteral<"ontology">;
1339
1318
  id: z.ZodString;
1340
- }, z.core.$strip>, z.ZodObject<{
1341
- kind: z.ZodLiteral<"policy">;
1342
- id: z.ZodString;
1343
1319
  }, z.core.$strip>, z.ZodObject<{
1344
1320
  kind: z.ZodLiteral<"role">;
1345
1321
  id: z.ZodString;
@@ -1421,66 +1397,6 @@ declare const OrganizationModelSchema: z.ZodObject<{
1421
1397
  label: z.ZodOptional<z.ZodString>;
1422
1398
  }, z.core.$strip>>>;
1423
1399
  }, z.core.$strip>>>>;
1424
- policies: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1425
- id: z.ZodString;
1426
- order: z.ZodNumber;
1427
- label: z.ZodString;
1428
- description: z.ZodOptional<z.ZodString>;
1429
- trigger: z.ZodDiscriminatedUnion<[z.ZodObject<{
1430
- kind: z.ZodLiteral<"event">;
1431
- eventId: z.ZodString;
1432
- }, z.core.$strip>, z.ZodObject<{
1433
- kind: z.ZodLiteral<"action-invocation">;
1434
- actionId: z.ZodString;
1435
- }, z.core.$strip>, z.ZodObject<{
1436
- kind: z.ZodLiteral<"schedule">;
1437
- cron: z.ZodString;
1438
- }, z.core.$strip>, z.ZodObject<{
1439
- kind: z.ZodLiteral<"manual">;
1440
- }, z.core.$strip>], "kind">;
1441
- predicate: z.ZodDefault<z.ZodDiscriminatedUnion<[z.ZodObject<{
1442
- kind: z.ZodLiteral<"always">;
1443
- }, z.core.$strip>, z.ZodObject<{
1444
- kind: z.ZodLiteral<"expression">;
1445
- expression: z.ZodString;
1446
- }, z.core.$strip>, z.ZodObject<{
1447
- kind: z.ZodLiteral<"threshold">;
1448
- metric: z.ZodString;
1449
- operator: z.ZodEnum<{
1450
- lt: "lt";
1451
- lte: "lte";
1452
- eq: "eq";
1453
- gte: "gte";
1454
- gt: "gt";
1455
- }>;
1456
- value: z.ZodNumber;
1457
- }, z.core.$strip>], "kind">>;
1458
- actions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1459
- kind: z.ZodLiteral<"require-approval">;
1460
- roleId: z.ZodOptional<z.ZodString>;
1461
- }, z.core.$strip>, z.ZodObject<{
1462
- kind: z.ZodLiteral<"invoke-action">;
1463
- actionId: z.ZodString;
1464
- }, z.core.$strip>, z.ZodObject<{
1465
- kind: z.ZodLiteral<"notify-role">;
1466
- roleId: z.ZodString;
1467
- }, z.core.$strip>, z.ZodObject<{
1468
- kind: z.ZodLiteral<"block">;
1469
- }, z.core.$strip>], "kind">>;
1470
- appliesTo: z.ZodDefault<z.ZodObject<{
1471
- systemIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
1472
- actionIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
1473
- resourceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
1474
- roleIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
1475
- }, z.core.$strip>>;
1476
- lifecycle: z.ZodDefault<z.ZodEnum<{
1477
- active: "active";
1478
- deprecated: "deprecated";
1479
- draft: "draft";
1480
- beta: "beta";
1481
- archived: "archived";
1482
- }>>;
1483
- }, z.core.$strip>>>>;
1484
1400
  knowledge: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1485
1401
  id: z.ZodString;
1486
1402
  kind: z.ZodEnum<{
@@ -1,33 +1,33 @@
1
- export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-ZWS3TCQR.js';
1
+ export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-GZADST64.js';
2
2
  import '../../chunk-6ZAP3FOA.js';
3
- import '../../chunk-OOACTYRA.js';
4
- export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-FK3K2VK2.js';
3
+ import '../../chunk-QDMIFD6F.js';
4
+ export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-XKUEO4HG.js';
5
5
  import '../../chunk-3MEXPLWT.js';
6
6
  import '../../chunk-SNZDFCOQ.js';
7
- import '../../chunk-TYKAKJGW.js';
7
+ import '../../chunk-JA2XDMAE.js';
8
8
  import '../../chunk-LGKLC5MG.js';
9
9
  import '../../chunk-HENXLGVD.js';
10
- import '../../chunk-GBXTRSAU.js';
10
+ import '../../chunk-SMH6SQQE.js';
11
11
  import '../../chunk-BZZCNLT6.js';
12
- export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-ZGCWTWBD.js';
12
+ export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-6TT3FQEZ.js';
13
13
  import '../../chunk-R6NMRXNO.js';
14
14
  import '../../chunk-RBGVNPA6.js';
15
15
  import '../../chunk-MKH2KOAO.js';
16
+ import '../../chunk-VDX6DL7Z.js';
16
17
  import '../../chunk-L7BZZ4SI.js';
17
- import '../../chunk-NDHMZT2G.js';
18
+ import '../../chunk-C75XWBYZ.js';
19
+ import '../../chunk-MISHPEJX.js';
18
20
  import '../../chunk-62GVNH5U.js';
19
21
  import '../../chunk-P45GQ3ZW.js';
20
- import '../../chunk-5NRJ2BLQ.js';
21
22
  import '../../chunk-M7WWRZ5Z.js';
22
23
  import '../../chunk-3KMDHCAR.js';
23
- import '../../chunk-MISHPEJX.js';
24
24
  import '../../chunk-2IFYDILW.js';
25
25
  import '../../chunk-BLXJEIQS.js';
26
26
  import '../../chunk-UD657ICS.js';
27
27
  import '../../chunk-DD3CCMCZ.js';
28
28
  import '../../chunk-RNP5R5I3.js';
29
29
  import '../../chunk-RT4KRGZT.js';
30
- import '../../chunk-L3HFJFYF.js';
30
+ import '../../chunk-NM4A63KJ.js';
31
31
  import '../../chunk-Y6I3IC45.js';
32
32
  import '../../chunk-6SSQGWK7.js';
33
33
  import '../../chunk-BI5VDO2K.js';