@elevasis/ui 2.32.0 → 2.33.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.
- package/dist/app/index.d.ts +3 -0
- package/dist/app/index.js +3 -3
- package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
- package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
- package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
- package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
- package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
- package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
- package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
- package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
- package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
- package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
- package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
- package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
- package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
- package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
- package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
- package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
- package/dist/components/index.d.ts +117 -4
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +8 -3
- package/dist/features/auth/index.d.ts +3 -0
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.d.ts +3 -0
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +113 -3
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +3 -0
- package/dist/features/delivery/index.js +9 -8
- package/dist/features/knowledge/index.js +8 -18
- package/dist/features/lead-gen/index.js +10 -9
- package/dist/features/monitoring/index.js +10 -9
- package/dist/features/monitoring/requests/index.d.ts +2 -2
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +560 -93
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/delivery/index.d.ts +3 -0
- package/dist/hooks/index.d.ts +210 -6
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
- package/dist/hooks/published.d.ts +210 -6
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +565 -95
- package/dist/index.js +8 -7
- package/dist/initialization/index.d.ts +3 -0
- package/dist/knowledge/index.d.ts +577 -215
- package/dist/knowledge/index.js +1180 -689
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/profile/index.d.ts +3 -0
- package/dist/provider/index.d.ts +447 -73
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +447 -73
- package/dist/provider/published.js +5 -4
- package/dist/supabase/index.d.ts +6 -0
- package/dist/types/index.d.ts +208 -4
- package/dist/utils/index.d.ts +113 -3
- package/package.json +39 -39
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-UROTM5OR.js +0 -172
- package/dist/knowledge-search-index-5KYPO746.js +0 -1479
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { SystemShell } from '../chunk-
|
|
1
|
+
export { SystemShell } from '../chunk-PIS24NIV.js';
|
|
2
2
|
import '../chunk-EPTHX4VZ.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
|
-
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-
|
|
4
|
+
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-WGUEIGPC.js';
|
|
5
5
|
import '../chunk-SZHARWKU.js';
|
|
6
|
-
export { ElevasisSystemsProvider, useElevasisSystems, useOptionalElevasisSystems } from '../chunk-
|
|
6
|
+
export { ElevasisSystemsProvider, useElevasisSystems, useOptionalElevasisSystems } from '../chunk-WJOE76FI.js';
|
|
7
7
|
import '../chunk-TKAYX2SP.js';
|
|
8
8
|
import '../chunk-NYBEU5TE.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-DWXDNT7P.js';
|
|
10
|
+
import '../chunk-DYIDXUJS.js';
|
|
10
11
|
import '../chunk-ND5TDV2J.js';
|
|
11
12
|
import '../chunk-2IFYDILW.js';
|
|
12
13
|
import '../chunk-Q7DJKLEN.js';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1597,6 +1597,7 @@ type Database = {
|
|
|
1597
1597
|
origin_execution_id: string | null;
|
|
1598
1598
|
output: Json | null;
|
|
1599
1599
|
resource_id: string;
|
|
1600
|
+
resource_snapshot: Json | null;
|
|
1600
1601
|
resource_status: string;
|
|
1601
1602
|
resource_type: string;
|
|
1602
1603
|
resource_version: string | null;
|
|
@@ -1622,6 +1623,7 @@ type Database = {
|
|
|
1622
1623
|
origin_execution_id?: string | null;
|
|
1623
1624
|
output?: Json | null;
|
|
1624
1625
|
resource_id: string;
|
|
1626
|
+
resource_snapshot?: Json | null;
|
|
1625
1627
|
resource_status?: string;
|
|
1626
1628
|
resource_type?: string;
|
|
1627
1629
|
resource_version?: string | null;
|
|
@@ -1647,6 +1649,7 @@ type Database = {
|
|
|
1647
1649
|
origin_execution_id?: string | null;
|
|
1648
1650
|
output?: Json | null;
|
|
1649
1651
|
resource_id?: string;
|
|
1652
|
+
resource_snapshot?: Json | null;
|
|
1650
1653
|
resource_status?: string;
|
|
1651
1654
|
resource_type?: string;
|
|
1652
1655
|
resource_version?: string | null;
|
|
@@ -4605,6 +4608,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4605
4608
|
origin_execution_id: string | null;
|
|
4606
4609
|
output: Json | null;
|
|
4607
4610
|
resource_id: string;
|
|
4611
|
+
resource_snapshot: Json | null;
|
|
4608
4612
|
resource_status: string;
|
|
4609
4613
|
resource_type: string;
|
|
4610
4614
|
resource_version: string | null;
|
|
@@ -4630,6 +4634,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4630
4634
|
origin_execution_id?: string | null;
|
|
4631
4635
|
output?: Json | null;
|
|
4632
4636
|
resource_id: string;
|
|
4637
|
+
resource_snapshot?: Json | null;
|
|
4633
4638
|
resource_status?: string;
|
|
4634
4639
|
resource_type?: string;
|
|
4635
4640
|
resource_version?: string | null;
|
|
@@ -4655,6 +4660,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4655
4660
|
origin_execution_id?: string | null;
|
|
4656
4661
|
output?: Json | null;
|
|
4657
4662
|
resource_id?: string;
|
|
4663
|
+
resource_snapshot?: Json | null;
|
|
4658
4664
|
resource_status?: string;
|
|
4659
4665
|
resource_type?: string;
|
|
4660
4666
|
resource_version?: string | null;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -420,14 +420,36 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
420
420
|
id: z.ZodString;
|
|
421
421
|
order: z.ZodDefault<z.ZodNumber>;
|
|
422
422
|
systemPath: z.ZodString;
|
|
423
|
+
title: z.ZodOptional<z.ZodString>;
|
|
424
|
+
description: z.ZodOptional<z.ZodString>;
|
|
423
425
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
424
426
|
status: z.ZodEnum<{
|
|
425
427
|
deprecated: "deprecated";
|
|
426
428
|
active: "active";
|
|
427
429
|
archived: "archived";
|
|
428
430
|
}>;
|
|
431
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
432
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
433
|
+
primaryAction: z.ZodOptional<z.ZodString>;
|
|
434
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
435
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
436
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
437
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
438
|
+
}, z.core.$strip>>;
|
|
439
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
440
|
+
path: z.ZodString;
|
|
441
|
+
role: z.ZodEnum<{
|
|
442
|
+
schema: "schema";
|
|
443
|
+
config: "config";
|
|
444
|
+
entrypoint: "entrypoint";
|
|
445
|
+
handler: "handler";
|
|
446
|
+
test: "test";
|
|
447
|
+
docs: "docs";
|
|
448
|
+
}>;
|
|
449
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
450
|
+
description: z.ZodOptional<z.ZodString>;
|
|
451
|
+
}, z.core.$strip>>>;
|
|
429
452
|
kind: z.ZodLiteral<"workflow">;
|
|
430
|
-
actionKey: z.ZodOptional<z.ZodString>;
|
|
431
453
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
432
454
|
eventKey: z.ZodString;
|
|
433
455
|
label: z.ZodString;
|
|
@@ -444,12 +466,35 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
444
466
|
id: z.ZodString;
|
|
445
467
|
order: z.ZodDefault<z.ZodNumber>;
|
|
446
468
|
systemPath: z.ZodString;
|
|
469
|
+
title: z.ZodOptional<z.ZodString>;
|
|
470
|
+
description: z.ZodOptional<z.ZodString>;
|
|
447
471
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
448
472
|
status: z.ZodEnum<{
|
|
449
473
|
deprecated: "deprecated";
|
|
450
474
|
active: "active";
|
|
451
475
|
archived: "archived";
|
|
452
476
|
}>;
|
|
477
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
478
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
479
|
+
primaryAction: z.ZodOptional<z.ZodString>;
|
|
480
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
481
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
482
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
483
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
484
|
+
}, z.core.$strip>>;
|
|
485
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
486
|
+
path: z.ZodString;
|
|
487
|
+
role: z.ZodEnum<{
|
|
488
|
+
schema: "schema";
|
|
489
|
+
config: "config";
|
|
490
|
+
entrypoint: "entrypoint";
|
|
491
|
+
handler: "handler";
|
|
492
|
+
test: "test";
|
|
493
|
+
docs: "docs";
|
|
494
|
+
}>;
|
|
495
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
496
|
+
description: z.ZodOptional<z.ZodString>;
|
|
497
|
+
}, z.core.$strip>>>;
|
|
453
498
|
kind: z.ZodLiteral<"agent">;
|
|
454
499
|
agentKind: z.ZodEnum<{
|
|
455
500
|
platform: "platform";
|
|
@@ -498,24 +543,70 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
498
543
|
id: z.ZodString;
|
|
499
544
|
order: z.ZodDefault<z.ZodNumber>;
|
|
500
545
|
systemPath: z.ZodString;
|
|
546
|
+
title: z.ZodOptional<z.ZodString>;
|
|
547
|
+
description: z.ZodOptional<z.ZodString>;
|
|
501
548
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
502
549
|
status: z.ZodEnum<{
|
|
503
550
|
deprecated: "deprecated";
|
|
504
551
|
active: "active";
|
|
505
552
|
archived: "archived";
|
|
506
553
|
}>;
|
|
554
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
555
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
556
|
+
primaryAction: z.ZodOptional<z.ZodString>;
|
|
557
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
558
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
559
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
560
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
561
|
+
}, z.core.$strip>>;
|
|
562
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
563
|
+
path: z.ZodString;
|
|
564
|
+
role: z.ZodEnum<{
|
|
565
|
+
schema: "schema";
|
|
566
|
+
config: "config";
|
|
567
|
+
entrypoint: "entrypoint";
|
|
568
|
+
handler: "handler";
|
|
569
|
+
test: "test";
|
|
570
|
+
docs: "docs";
|
|
571
|
+
}>;
|
|
572
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
573
|
+
description: z.ZodOptional<z.ZodString>;
|
|
574
|
+
}, z.core.$strip>>>;
|
|
507
575
|
kind: z.ZodLiteral<"integration">;
|
|
508
576
|
provider: z.ZodString;
|
|
509
577
|
}, z.core.$strip>, z.ZodObject<{
|
|
510
578
|
id: z.ZodString;
|
|
511
579
|
order: z.ZodDefault<z.ZodNumber>;
|
|
512
580
|
systemPath: z.ZodString;
|
|
581
|
+
title: z.ZodOptional<z.ZodString>;
|
|
582
|
+
description: z.ZodOptional<z.ZodString>;
|
|
513
583
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
514
584
|
status: z.ZodEnum<{
|
|
515
585
|
deprecated: "deprecated";
|
|
516
586
|
active: "active";
|
|
517
587
|
archived: "archived";
|
|
518
588
|
}>;
|
|
589
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
590
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
591
|
+
primaryAction: z.ZodOptional<z.ZodString>;
|
|
592
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
593
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
594
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
595
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
596
|
+
}, z.core.$strip>>;
|
|
597
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
598
|
+
path: z.ZodString;
|
|
599
|
+
role: z.ZodEnum<{
|
|
600
|
+
schema: "schema";
|
|
601
|
+
config: "config";
|
|
602
|
+
entrypoint: "entrypoint";
|
|
603
|
+
handler: "handler";
|
|
604
|
+
test: "test";
|
|
605
|
+
docs: "docs";
|
|
606
|
+
}>;
|
|
607
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
608
|
+
description: z.ZodOptional<z.ZodString>;
|
|
609
|
+
}, z.core.$strip>>>;
|
|
519
610
|
kind: z.ZodLiteral<"script">;
|
|
520
611
|
language: z.ZodEnum<{
|
|
521
612
|
shell: "shell";
|
|
@@ -2244,6 +2335,7 @@ type Database = {
|
|
|
2244
2335
|
origin_execution_id: string | null;
|
|
2245
2336
|
output: Json | null;
|
|
2246
2337
|
resource_id: string;
|
|
2338
|
+
resource_snapshot: Json | null;
|
|
2247
2339
|
resource_status: string;
|
|
2248
2340
|
resource_type: string;
|
|
2249
2341
|
resource_version: string | null;
|
|
@@ -2269,6 +2361,7 @@ type Database = {
|
|
|
2269
2361
|
origin_execution_id?: string | null;
|
|
2270
2362
|
output?: Json | null;
|
|
2271
2363
|
resource_id: string;
|
|
2364
|
+
resource_snapshot?: Json | null;
|
|
2272
2365
|
resource_status?: string;
|
|
2273
2366
|
resource_type?: string;
|
|
2274
2367
|
resource_version?: string | null;
|
|
@@ -2294,6 +2387,7 @@ type Database = {
|
|
|
2294
2387
|
origin_execution_id?: string | null;
|
|
2295
2388
|
output?: Json | null;
|
|
2296
2389
|
resource_id?: string;
|
|
2390
|
+
resource_snapshot?: Json | null;
|
|
2297
2391
|
resource_status?: string;
|
|
2298
2392
|
resource_type?: string;
|
|
2299
2393
|
resource_version?: string | null;
|
|
@@ -4095,6 +4189,100 @@ interface NotificationDTO {
|
|
|
4095
4189
|
createdAt: string;
|
|
4096
4190
|
}
|
|
4097
4191
|
|
|
4192
|
+
declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
4193
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4194
|
+
id: z.ZodString;
|
|
4195
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4196
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4197
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4198
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4199
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4200
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4201
|
+
}, z.core.$loose>>>>;
|
|
4202
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4203
|
+
id: z.ZodString;
|
|
4204
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4205
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4206
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4207
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4208
|
+
from: z.ZodString;
|
|
4209
|
+
to: z.ZodString;
|
|
4210
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
4211
|
+
via: z.ZodOptional<z.ZodString>;
|
|
4212
|
+
}, z.core.$loose>>>>;
|
|
4213
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4214
|
+
id: z.ZodString;
|
|
4215
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4216
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4217
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4218
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4219
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4220
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4221
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4222
|
+
}, z.core.$loose>>>>;
|
|
4223
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4224
|
+
id: z.ZodString;
|
|
4225
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4226
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4227
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4228
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4229
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
4230
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
4231
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4232
|
+
}, z.core.$loose>>>>;
|
|
4233
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4234
|
+
id: z.ZodString;
|
|
4235
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4236
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4237
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4238
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4239
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4240
|
+
}, z.core.$loose>>>>;
|
|
4241
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4242
|
+
id: z.ZodString;
|
|
4243
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4244
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4245
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4246
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4247
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4248
|
+
}, z.core.$loose>>>>;
|
|
4249
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4250
|
+
id: z.ZodString;
|
|
4251
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4252
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4253
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4254
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4255
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
4256
|
+
}, z.core.$loose>>>>;
|
|
4257
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4258
|
+
id: z.ZodString;
|
|
4259
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4260
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4261
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4262
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4263
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
4264
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
4265
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
4266
|
+
}, z.core.$loose>>>>;
|
|
4267
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4268
|
+
id: z.ZodString;
|
|
4269
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4270
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4271
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4272
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4273
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4274
|
+
}, z.core.$loose>>>>;
|
|
4275
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4276
|
+
id: z.ZodString;
|
|
4277
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4278
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4279
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4280
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4281
|
+
route: z.ZodOptional<z.ZodString>;
|
|
4282
|
+
}, z.core.$loose>>>>;
|
|
4283
|
+
}, z.core.$strip>>;
|
|
4284
|
+
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
4285
|
+
|
|
4098
4286
|
type MessageType = MessageEvent['type'];
|
|
4099
4287
|
/**
|
|
4100
4288
|
* Session Data Transfer Object (DTO)
|
|
@@ -4703,6 +4891,10 @@ declare const ContentNodeSchema: z.ZodObject<{
|
|
|
4703
4891
|
}, z.core.$strip>;
|
|
4704
4892
|
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
4705
4893
|
|
|
4894
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
4895
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
4896
|
+
[key: string]: JsonValue;
|
|
4897
|
+
};
|
|
4706
4898
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
4707
4899
|
interface SystemEntry {
|
|
4708
4900
|
id: string;
|
|
@@ -4737,6 +4929,13 @@ interface SystemEntry {
|
|
|
4737
4929
|
devOnly?: boolean;
|
|
4738
4930
|
requiresAdmin?: boolean;
|
|
4739
4931
|
order: number;
|
|
4932
|
+
config?: Record<string, JsonValue>;
|
|
4933
|
+
ontology?: OntologyScope;
|
|
4934
|
+
systems?: Record<string, SystemEntry>;
|
|
4935
|
+
/**
|
|
4936
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
4937
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
4938
|
+
*/
|
|
4740
4939
|
content?: Record<string, ContentNode>;
|
|
4741
4940
|
subsystems?: Record<string, SystemEntry>;
|
|
4742
4941
|
}
|
|
@@ -5083,16 +5282,21 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
5083
5282
|
kind: z.ZodEnum<{
|
|
5084
5283
|
links: "links";
|
|
5085
5284
|
affects: "affects";
|
|
5285
|
+
effects: "effects";
|
|
5286
|
+
actions: "actions";
|
|
5287
|
+
reads: "reads";
|
|
5288
|
+
writes: "writes";
|
|
5086
5289
|
emits: "emits";
|
|
5290
|
+
triggers: "triggers";
|
|
5291
|
+
uses: "uses";
|
|
5292
|
+
approval: "approval";
|
|
5087
5293
|
contains: "contains";
|
|
5088
5294
|
references: "references";
|
|
5089
5295
|
maps_to: "maps_to";
|
|
5090
|
-
uses: "uses";
|
|
5091
5296
|
governs: "governs";
|
|
5092
5297
|
originates_from: "originates_from";
|
|
5093
|
-
triggers: "triggers";
|
|
5094
5298
|
applies_to: "applies_to";
|
|
5095
|
-
|
|
5299
|
+
uses_catalog: "uses_catalog";
|
|
5096
5300
|
}>;
|
|
5097
5301
|
}, z.core.$strip>;
|
|
5098
5302
|
type Link = z.infer<typeof LinkSchema>;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -86,6 +86,100 @@ declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
|
86
86
|
}>;
|
|
87
87
|
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
88
88
|
|
|
89
|
+
declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
90
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
91
|
+
id: z.ZodString;
|
|
92
|
+
label: z.ZodOptional<z.ZodString>;
|
|
93
|
+
description: z.ZodOptional<z.ZodString>;
|
|
94
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
95
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
96
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
97
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
98
|
+
}, z.core.$loose>>>>;
|
|
99
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
100
|
+
id: z.ZodString;
|
|
101
|
+
label: z.ZodOptional<z.ZodString>;
|
|
102
|
+
description: z.ZodOptional<z.ZodString>;
|
|
103
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
104
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
105
|
+
from: z.ZodString;
|
|
106
|
+
to: z.ZodString;
|
|
107
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
108
|
+
via: z.ZodOptional<z.ZodString>;
|
|
109
|
+
}, z.core.$loose>>>>;
|
|
110
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
111
|
+
id: z.ZodString;
|
|
112
|
+
label: z.ZodOptional<z.ZodString>;
|
|
113
|
+
description: z.ZodOptional<z.ZodString>;
|
|
114
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
115
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
116
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
117
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
118
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
119
|
+
}, z.core.$loose>>>>;
|
|
120
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
121
|
+
id: z.ZodString;
|
|
122
|
+
label: z.ZodOptional<z.ZodString>;
|
|
123
|
+
description: z.ZodOptional<z.ZodString>;
|
|
124
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
125
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
126
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
127
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
128
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
129
|
+
}, z.core.$loose>>>>;
|
|
130
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
131
|
+
id: z.ZodString;
|
|
132
|
+
label: z.ZodOptional<z.ZodString>;
|
|
133
|
+
description: z.ZodOptional<z.ZodString>;
|
|
134
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
135
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
136
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
137
|
+
}, z.core.$loose>>>>;
|
|
138
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
139
|
+
id: z.ZodString;
|
|
140
|
+
label: z.ZodOptional<z.ZodString>;
|
|
141
|
+
description: z.ZodOptional<z.ZodString>;
|
|
142
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
143
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
144
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
145
|
+
}, z.core.$loose>>>>;
|
|
146
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
147
|
+
id: z.ZodString;
|
|
148
|
+
label: z.ZodOptional<z.ZodString>;
|
|
149
|
+
description: z.ZodOptional<z.ZodString>;
|
|
150
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
151
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
152
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
153
|
+
}, z.core.$loose>>>>;
|
|
154
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
155
|
+
id: z.ZodString;
|
|
156
|
+
label: z.ZodOptional<z.ZodString>;
|
|
157
|
+
description: z.ZodOptional<z.ZodString>;
|
|
158
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
159
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
161
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
162
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
163
|
+
}, z.core.$loose>>>>;
|
|
164
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
165
|
+
id: z.ZodString;
|
|
166
|
+
label: z.ZodOptional<z.ZodString>;
|
|
167
|
+
description: z.ZodOptional<z.ZodString>;
|
|
168
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
169
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
170
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
171
|
+
}, z.core.$loose>>>>;
|
|
172
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
173
|
+
id: z.ZodString;
|
|
174
|
+
label: z.ZodOptional<z.ZodString>;
|
|
175
|
+
description: z.ZodOptional<z.ZodString>;
|
|
176
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
177
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
178
|
+
route: z.ZodOptional<z.ZodString>;
|
|
179
|
+
}, z.core.$loose>>>>;
|
|
180
|
+
}, z.core.$strip>>;
|
|
181
|
+
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
182
|
+
|
|
89
183
|
/**
|
|
90
184
|
* Time range selector for dashboard metrics
|
|
91
185
|
*/
|
|
@@ -126,6 +220,10 @@ declare const ContentNodeSchema: z.ZodObject<{
|
|
|
126
220
|
}, z.core.$strip>;
|
|
127
221
|
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
128
222
|
|
|
223
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
224
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
225
|
+
[key: string]: JsonValue;
|
|
226
|
+
};
|
|
129
227
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
130
228
|
interface SystemEntry {
|
|
131
229
|
id: string;
|
|
@@ -160,6 +258,13 @@ interface SystemEntry {
|
|
|
160
258
|
devOnly?: boolean;
|
|
161
259
|
requiresAdmin?: boolean;
|
|
162
260
|
order: number;
|
|
261
|
+
config?: Record<string, JsonValue>;
|
|
262
|
+
ontology?: OntologyScope;
|
|
263
|
+
systems?: Record<string, SystemEntry>;
|
|
264
|
+
/**
|
|
265
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
266
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
267
|
+
*/
|
|
163
268
|
content?: Record<string, ContentNode>;
|
|
164
269
|
subsystems?: Record<string, SystemEntry>;
|
|
165
270
|
}
|
|
@@ -218,16 +323,21 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
218
323
|
kind: z.ZodEnum<{
|
|
219
324
|
links: "links";
|
|
220
325
|
affects: "affects";
|
|
326
|
+
effects: "effects";
|
|
327
|
+
actions: "actions";
|
|
328
|
+
reads: "reads";
|
|
329
|
+
writes: "writes";
|
|
221
330
|
emits: "emits";
|
|
331
|
+
triggers: "triggers";
|
|
332
|
+
uses: "uses";
|
|
333
|
+
approval: "approval";
|
|
222
334
|
contains: "contains";
|
|
223
335
|
references: "references";
|
|
224
336
|
maps_to: "maps_to";
|
|
225
|
-
uses: "uses";
|
|
226
337
|
governs: "governs";
|
|
227
338
|
originates_from: "originates_from";
|
|
228
|
-
triggers: "triggers";
|
|
229
339
|
applies_to: "applies_to";
|
|
230
|
-
|
|
340
|
+
uses_catalog: "uses_catalog";
|
|
231
341
|
}>;
|
|
232
342
|
}, z.core.$strip>;
|
|
233
343
|
type Link = z.infer<typeof LinkSchema>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.1",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,44 +11,6 @@
|
|
|
11
11
|
"dist",
|
|
12
12
|
"src/**/README.md"
|
|
13
13
|
],
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"@mantine/charts": "8.2.7",
|
|
16
|
-
"@mantine/notifications": "8.2.7",
|
|
17
|
-
"@mantine/tiptap": "8.2.7",
|
|
18
|
-
"@mdx-js/mdx": "^3.1.1",
|
|
19
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
20
|
-
"@testing-library/react": "^16.3.0",
|
|
21
|
-
"@tiptap/extension-link": "^2.11.7",
|
|
22
|
-
"@tiptap/extension-placeholder": "^2.11.7",
|
|
23
|
-
"@tiptap/react": "^2.11.7",
|
|
24
|
-
"@tiptap/starter-kit": "^2.11.7",
|
|
25
|
-
"@types/react": "^19.2.2",
|
|
26
|
-
"@types/react-dom": "^19.1.9",
|
|
27
|
-
"cytoscape": "^3.33.1",
|
|
28
|
-
"cytoscape-fcose": "^2.2.0",
|
|
29
|
-
"globals": "^16.3.0",
|
|
30
|
-
"msw": "^2.11.0",
|
|
31
|
-
"recharts": "^3.2.1",
|
|
32
|
-
"remark-gfm": "^4.0.1",
|
|
33
|
-
"rollup": "^4.59.0",
|
|
34
|
-
"rollup-plugin-dts": "^6.3.0",
|
|
35
|
-
"tsup": "^8.0.0",
|
|
36
|
-
"typescript": "5.9.2",
|
|
37
|
-
"vite": "^7.0.0",
|
|
38
|
-
"vitest": "^3.2.4",
|
|
39
|
-
"@elevasis/sdk": "1.20.2",
|
|
40
|
-
"@repo/elevasis-core": "1.0.0",
|
|
41
|
-
"@repo/eslint-config": "0.0.0",
|
|
42
|
-
"@repo/core": "0.23.0",
|
|
43
|
-
"@repo/typescript-config": "0.0.0"
|
|
44
|
-
},
|
|
45
|
-
"dependencies": {
|
|
46
|
-
"@dagrejs/dagre": "^1.1.4",
|
|
47
|
-
"@microsoft/fetch-event-source": "^2.0.1",
|
|
48
|
-
"mantine-form-zod-resolver": "^1.3.0",
|
|
49
|
-
"prism-react-renderer": "^2.4.1",
|
|
50
|
-
"react-json-pretty": "^2.2.0"
|
|
51
|
-
},
|
|
52
14
|
"exports": {
|
|
53
15
|
"./provider": {
|
|
54
16
|
"types": "./dist/provider/published.d.ts",
|
|
@@ -266,6 +228,44 @@
|
|
|
266
228
|
"@testing-library/jest-dom": "^6.9.1",
|
|
267
229
|
"msw": "^2.11.0"
|
|
268
230
|
},
|
|
231
|
+
"devDependencies": {
|
|
232
|
+
"@mantine/charts": "8.2.7",
|
|
233
|
+
"@mantine/notifications": "8.2.7",
|
|
234
|
+
"@mantine/tiptap": "8.2.7",
|
|
235
|
+
"@mdx-js/mdx": "^3.1.1",
|
|
236
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
237
|
+
"@testing-library/react": "^16.3.0",
|
|
238
|
+
"@tiptap/extension-link": "^2.11.7",
|
|
239
|
+
"@tiptap/extension-placeholder": "^2.11.7",
|
|
240
|
+
"@tiptap/react": "^2.11.7",
|
|
241
|
+
"@tiptap/starter-kit": "^2.11.7",
|
|
242
|
+
"@types/react": "^19.2.2",
|
|
243
|
+
"@types/react-dom": "^19.1.9",
|
|
244
|
+
"cytoscape": "^3.33.1",
|
|
245
|
+
"cytoscape-fcose": "^2.2.0",
|
|
246
|
+
"globals": "^16.3.0",
|
|
247
|
+
"msw": "^2.11.0",
|
|
248
|
+
"recharts": "^3.2.1",
|
|
249
|
+
"remark-gfm": "^4.0.1",
|
|
250
|
+
"rollup": "^4.59.0",
|
|
251
|
+
"rollup-plugin-dts": "^6.3.0",
|
|
252
|
+
"tsup": "^8.0.0",
|
|
253
|
+
"typescript": "5.9.2",
|
|
254
|
+
"vite": "^7.0.0",
|
|
255
|
+
"vitest": "^3.2.4",
|
|
256
|
+
"@elevasis/sdk": "1.22.0",
|
|
257
|
+
"@repo/core": "0.24.1",
|
|
258
|
+
"@repo/elevasis-core": "1.0.0",
|
|
259
|
+
"@repo/typescript-config": "0.0.0",
|
|
260
|
+
"@repo/eslint-config": "0.0.0"
|
|
261
|
+
},
|
|
262
|
+
"dependencies": {
|
|
263
|
+
"@dagrejs/dagre": "^1.1.4",
|
|
264
|
+
"@microsoft/fetch-event-source": "^2.0.1",
|
|
265
|
+
"mantine-form-zod-resolver": "^1.3.0",
|
|
266
|
+
"prism-react-renderer": "^2.4.1",
|
|
267
|
+
"react-json-pretty": "^2.2.0"
|
|
268
|
+
},
|
|
269
269
|
"peerDependenciesMeta": {
|
|
270
270
|
"@mantine/core": {
|
|
271
271
|
"optional": true
|