@elevasis/ui 2.20.0 → 2.22.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/api/index.js +2 -2
- package/dist/app/index.js +5 -5
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-TO7QXDBX.js → chunk-3HEUGBOT.js} +3 -3
- package/dist/chunk-AXXTN44Z.js +26 -0
- package/dist/{chunk-FMFX4K6E.js → chunk-B4FHWKEF.js} +3390 -2929
- package/dist/{chunk-AL23U6C3.js → chunk-BIWHHWCJ.js} +1 -2
- package/dist/{chunk-MZFJWCPH.js → chunk-BSZRKBAW.js} +277 -92
- package/dist/{chunk-GP3AFJYG.js → chunk-COG4ABRI.js} +8 -13
- package/dist/chunk-DDZOHLHB.js +48 -0
- package/dist/{chunk-ZE2KQSHL.js → chunk-GJ7EIABJ.js} +4 -4
- package/dist/{chunk-YP6T426C.js → chunk-IBUYJXA3.js} +1326 -1110
- package/dist/{chunk-2CFOFSSG.js → chunk-IOTLB6ND.js} +8 -13
- package/dist/{chunk-GBMNCNHX.js → chunk-KVJ3LFH2.js} +3 -1
- package/dist/chunk-LJWV4TWV.js +335 -0
- package/dist/{chunk-PJVG3ISO.js → chunk-LKVBEE63.js} +7 -9
- package/dist/{chunk-JR5WNTLA.js → chunk-LVJGPE6H.js} +11 -24
- package/dist/{chunk-OUYH2SBS.js → chunk-LVUCBY7X.js} +2 -2
- package/dist/{chunk-TIIPYB2Z.js → chunk-QZJM3RYI.js} +1 -1
- package/dist/{chunk-OD7GWIZS.js → chunk-SGXXJE52.js} +1 -121
- package/dist/{chunk-7YQKVWSD.js → chunk-SQ5JGELM.js} +25 -5
- package/dist/{chunk-R7OJCNL3.js → chunk-T6INEVX6.js} +1 -1
- package/dist/{chunk-RX4UWZZR.js → chunk-TKAYX2SP.js} +8 -3
- package/dist/{chunk-CTTY6FUT.js → chunk-TSSKOQBX.js} +2 -2
- package/dist/{chunk-GTYUP7MB.js → chunk-WWJ6S2HQ.js} +10 -22
- package/dist/{chunk-Q5HC6ENG.js → chunk-XOTJNW4Q.js} +1 -1
- package/dist/{chunk-BHR7IV72.js → chunk-XUYBOO32.js} +1 -1
- package/dist/{chunk-M7W7CGPL.js → chunk-Z6FAH4XV.js} +1 -1
- package/dist/{chunk-Q4QJOSVS.js → chunk-ZBCTB5CA.js} +1 -1
- package/dist/components/index.css +85 -85
- package/dist/components/index.d.ts +970 -746
- package/dist/components/index.js +246 -39
- package/dist/components/navigation/index.css +589 -0
- package/dist/components/navigation/index.d.ts +1 -13
- package/dist/components/navigation/index.js +11 -1
- package/dist/execution/index.d.ts +27 -0
- package/dist/features/auth/index.css +2 -2
- package/dist/features/auth/index.d.ts +184 -3
- package/dist/features/crm/index.css +2 -2
- package/dist/features/crm/index.d.ts +201 -38
- package/dist/features/crm/index.js +15 -14
- package/dist/features/dashboard/index.css +2 -2
- package/dist/features/dashboard/index.d.ts +25 -27
- package/dist/features/dashboard/index.js +15 -14
- package/dist/features/delivery/index.css +85 -85
- package/dist/features/delivery/index.d.ts +201 -38
- package/dist/features/delivery/index.js +15 -14
- package/dist/features/lead-gen/index.css +2 -2
- package/dist/features/lead-gen/index.d.ts +19 -37
- package/dist/features/lead-gen/index.js +15 -14
- package/dist/features/monitoring/index.css +85 -85
- package/dist/features/monitoring/index.d.ts +18 -36
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.css +2 -2
- package/dist/features/monitoring/requests/index.d.ts +18 -36
- package/dist/features/monitoring/requests/index.js +15 -14
- package/dist/features/operations/index.css +2 -2
- package/dist/features/operations/index.d.ts +49 -67
- package/dist/features/operations/index.js +18 -17
- package/dist/features/seo/index.d.ts +17 -35
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.css +2 -2
- package/dist/features/settings/index.d.ts +222 -44
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.css +2 -2
- package/dist/hooks/delivery/index.css +2 -2
- package/dist/hooks/delivery/index.d.ts +184 -3
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +85 -85
- package/dist/hooks/index.d.ts +1862 -1582
- package/dist/hooks/index.js +13 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +92 -121
- package/dist/hooks/published.css +85 -85
- package/dist/hooks/published.d.ts +1862 -1582
- package/dist/hooks/published.js +13 -12
- package/dist/index.css +12 -12
- package/dist/index.d.ts +689 -470
- package/dist/index.js +14 -13
- package/dist/initialization/index.d.ts +184 -3
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.css +589 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +184 -3
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +68 -125
- package/dist/provider/index.js +11 -10
- package/dist/provider/published.css +463 -0
- package/dist/provider/published.d.ts +68 -125
- package/dist/provider/published.js +8 -7
- package/dist/supabase/index.d.ts +359 -6
- package/dist/test-utils/index.d.ts +46 -2
- package/dist/test-utils/index.js +104 -3
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +303 -141
- package/dist/utils/index.d.ts +26 -59
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-LR5CRY5A.js +0 -514
- package/dist/chunk-MG3NF7QL.js +0 -63
- /package/dist/{chunk-6GUW5GGF.js → chunk-6Z3G4U2R.js} +0 -0
|
@@ -278,6 +278,22 @@ declare function ElevasisCoreProvider({ auth, queryClient, apiUrl, onError, noti
|
|
|
278
278
|
*/
|
|
279
279
|
type TimeRange = '1h' | '24h' | '7d' | '30d';
|
|
280
280
|
|
|
281
|
+
declare const FeatureSchema: z.ZodObject<{
|
|
282
|
+
id: z.ZodString;
|
|
283
|
+
label: z.ZodString;
|
|
284
|
+
description: z.ZodOptional<z.ZodString>;
|
|
285
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
286
|
+
path: z.ZodOptional<z.ZodString>;
|
|
287
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
288
|
+
color: z.ZodOptional<z.ZodString>;
|
|
289
|
+
uiPosition: z.ZodOptional<z.ZodEnum<{
|
|
290
|
+
"sidebar-primary": "sidebar-primary";
|
|
291
|
+
"sidebar-bottom": "sidebar-bottom";
|
|
292
|
+
}>>;
|
|
293
|
+
requiresAdmin: z.ZodOptional<z.ZodBoolean>;
|
|
294
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
295
|
+
}, z.core.$strip>;
|
|
296
|
+
|
|
281
297
|
declare const OrganizationModelSchema: z.ZodObject<{
|
|
282
298
|
version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
283
299
|
features: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -285,12 +301,15 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
285
301
|
label: z.ZodString;
|
|
286
302
|
description: z.ZodOptional<z.ZodString>;
|
|
287
303
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
288
|
-
|
|
304
|
+
path: z.ZodOptional<z.ZodString>;
|
|
289
305
|
icon: z.ZodOptional<z.ZodString>;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
306
|
+
color: z.ZodOptional<z.ZodString>;
|
|
307
|
+
uiPosition: z.ZodOptional<z.ZodEnum<{
|
|
308
|
+
"sidebar-primary": "sidebar-primary";
|
|
309
|
+
"sidebar-bottom": "sidebar-bottom";
|
|
310
|
+
}>>;
|
|
311
|
+
requiresAdmin: z.ZodOptional<z.ZodBoolean>;
|
|
312
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
294
313
|
}, z.core.$strip>>>;
|
|
295
314
|
branding: z.ZodObject<{
|
|
296
315
|
organizationName: z.ZodString;
|
|
@@ -302,22 +321,23 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
302
321
|
dark: z.ZodOptional<z.ZodString>;
|
|
303
322
|
}, z.core.$strip>>;
|
|
304
323
|
}, z.core.$strip>;
|
|
305
|
-
navigation: z.ZodObject<{
|
|
324
|
+
navigation: z.ZodDefault<z.ZodObject<{
|
|
306
325
|
defaultSurfaceId: z.ZodOptional<z.ZodString>;
|
|
307
326
|
surfaces: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
308
327
|
id: z.ZodString;
|
|
309
328
|
label: z.ZodString;
|
|
310
329
|
path: z.ZodString;
|
|
311
330
|
surfaceType: z.ZodEnum<{
|
|
312
|
-
list: "list";
|
|
313
331
|
settings: "settings";
|
|
314
332
|
page: "page";
|
|
315
333
|
dashboard: "dashboard";
|
|
316
334
|
graph: "graph";
|
|
317
335
|
detail: "detail";
|
|
336
|
+
list: "list";
|
|
318
337
|
}>;
|
|
319
338
|
description: z.ZodOptional<z.ZodString>;
|
|
320
339
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
340
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
321
341
|
icon: z.ZodOptional<z.ZodString>;
|
|
322
342
|
featureId: z.ZodOptional<z.ZodString>;
|
|
323
343
|
featureIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -332,7 +352,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
332
352
|
placement: z.ZodString;
|
|
333
353
|
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
334
354
|
}, z.core.$strip>>>;
|
|
335
|
-
}, z.core.$strip
|
|
355
|
+
}, z.core.$strip>>;
|
|
336
356
|
sales: z.ZodObject<{
|
|
337
357
|
entityId: z.ZodString;
|
|
338
358
|
defaultPipelineId: z.ZodString;
|
|
@@ -351,9 +371,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
351
371
|
semanticClass: z.ZodEnum<{
|
|
352
372
|
open: "open";
|
|
353
373
|
active: "active";
|
|
374
|
+
nurturing: "nurturing";
|
|
354
375
|
closed_won: "closed_won";
|
|
355
376
|
closed_lost: "closed_lost";
|
|
356
|
-
nurturing: "nurturing";
|
|
357
377
|
}>;
|
|
358
378
|
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
359
379
|
resourceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -514,12 +534,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
514
534
|
id: z.ZodString;
|
|
515
535
|
label: z.ZodString;
|
|
516
536
|
semanticClass: z.ZodEnum<{
|
|
517
|
-
execution: "execution";
|
|
518
|
-
schedule: "schedule";
|
|
519
|
-
queue: "queue";
|
|
520
537
|
"delivery.project": "delivery.project";
|
|
521
538
|
"delivery.milestone": "delivery.milestone";
|
|
522
539
|
"delivery.task": "delivery.task";
|
|
540
|
+
queue: "queue";
|
|
541
|
+
execution: "execution";
|
|
542
|
+
schedule: "schedule";
|
|
523
543
|
"schedule.run": "schedule.run";
|
|
524
544
|
request: "request";
|
|
525
545
|
}>;
|
|
@@ -531,74 +551,20 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
531
551
|
id: z.ZodString;
|
|
532
552
|
label: z.ZodString;
|
|
533
553
|
semanticClass: z.ZodEnum<{
|
|
554
|
+
queue: "queue";
|
|
555
|
+
executions: "executions";
|
|
534
556
|
sessions: "sessions";
|
|
535
557
|
notifications: "notifications";
|
|
536
558
|
schedules: "schedules";
|
|
537
|
-
executions: "executions";
|
|
538
|
-
queue: "queue";
|
|
539
559
|
}>;
|
|
540
560
|
featureId: z.ZodOptional<z.ZodString>;
|
|
541
561
|
supportedStatusSemanticClass: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
542
562
|
}, z.core.$strip>>>;
|
|
543
563
|
}, z.core.$strip>>;
|
|
544
|
-
resourceMappings: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
545
|
-
label: z.ZodString;
|
|
546
|
-
description: z.ZodOptional<z.ZodString>;
|
|
547
|
-
color: z.ZodOptional<z.ZodString>;
|
|
548
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
549
|
-
id: z.ZodString;
|
|
550
|
-
resourceId: z.ZodString;
|
|
551
|
-
resourceType: z.ZodEnum<{
|
|
552
|
-
agent: "agent";
|
|
553
|
-
workflow: "workflow";
|
|
554
|
-
trigger: "trigger";
|
|
555
|
-
integration: "integration";
|
|
556
|
-
external: "external";
|
|
557
|
-
human_checkpoint: "human_checkpoint";
|
|
558
|
-
}>;
|
|
559
|
-
featureIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
560
|
-
entityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
561
|
-
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
562
|
-
capabilityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
563
|
-
techStack: z.ZodOptional<z.ZodObject<{
|
|
564
|
-
platform: z.ZodString;
|
|
565
|
-
purpose: z.ZodString;
|
|
566
|
-
credentialStatus: z.ZodEnum<{
|
|
567
|
-
pending: "pending";
|
|
568
|
-
configured: "configured";
|
|
569
|
-
expired: "expired";
|
|
570
|
-
missing: "missing";
|
|
571
|
-
}>;
|
|
572
|
-
isSystemOfRecord: z.ZodDefault<z.ZodBoolean>;
|
|
573
|
-
}, z.core.$strip>>;
|
|
574
|
-
}, z.core.$strip>>>;
|
|
575
|
-
}, z.core.$strip>;
|
|
576
|
-
|
|
577
|
-
declare const SurfaceDefinitionSchema: z.ZodObject<{
|
|
578
|
-
id: z.ZodString;
|
|
579
|
-
label: z.ZodString;
|
|
580
|
-
path: z.ZodString;
|
|
581
|
-
surfaceType: z.ZodEnum<{
|
|
582
|
-
list: "list";
|
|
583
|
-
settings: "settings";
|
|
584
|
-
page: "page";
|
|
585
|
-
dashboard: "dashboard";
|
|
586
|
-
graph: "graph";
|
|
587
|
-
detail: "detail";
|
|
588
|
-
}>;
|
|
589
|
-
description: z.ZodOptional<z.ZodString>;
|
|
590
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
591
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
592
|
-
featureId: z.ZodOptional<z.ZodString>;
|
|
593
|
-
featureIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
594
|
-
entityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
595
|
-
resourceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
596
|
-
capabilityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
597
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
598
564
|
}, z.core.$strip>;
|
|
599
565
|
|
|
600
566
|
type OrganizationModel = z.infer<typeof OrganizationModelSchema>;
|
|
601
|
-
type
|
|
567
|
+
type OrganizationModelFeature = z.infer<typeof FeatureSchema>;
|
|
602
568
|
|
|
603
569
|
interface FetchEventSourceWithTokenRefreshOptions {
|
|
604
570
|
url: string;
|
|
@@ -622,46 +588,28 @@ interface SSEConnectionManagerLike {
|
|
|
622
588
|
}>;
|
|
623
589
|
}
|
|
624
590
|
|
|
625
|
-
interface FeatureNavLink {
|
|
626
|
-
label: string;
|
|
627
|
-
link: string;
|
|
628
|
-
featureKey?: string;
|
|
629
|
-
onClick?: () => void;
|
|
630
|
-
links?: FeatureNavLink[];
|
|
631
|
-
}
|
|
632
|
-
interface FeatureNavEntry {
|
|
633
|
-
label: string;
|
|
634
|
-
icon: ComponentType;
|
|
635
|
-
link?: string;
|
|
636
|
-
featureKey?: string;
|
|
637
|
-
requiresAdmin?: boolean;
|
|
638
|
-
dataOnboardingTourId?: string;
|
|
639
|
-
links?: FeatureNavLink[];
|
|
640
|
-
}
|
|
641
591
|
type FeatureSidebarComponent = ComponentType;
|
|
592
|
+
type FeatureIconComponent = ComponentType<{
|
|
593
|
+
size?: number;
|
|
594
|
+
stroke?: number;
|
|
595
|
+
}>;
|
|
596
|
+
type FeatureSidebarWidthResolver = number | ((context: {
|
|
597
|
+
currentPath: string;
|
|
598
|
+
}) => number);
|
|
642
599
|
interface FeatureModule {
|
|
643
|
-
/** Unique stable identifier for this feature
|
|
600
|
+
/** Unique stable identifier for this feature module. */
|
|
644
601
|
key: string;
|
|
645
|
-
/**
|
|
602
|
+
/** Organization Model feature id this module presents. */
|
|
646
603
|
featureId: string;
|
|
647
|
-
/**
|
|
648
|
-
* Capability identifiers contributed by this feature.
|
|
649
|
-
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
650
|
-
* Not queried at runtime — kept for semantic graph completeness so that
|
|
651
|
-
* capability membership is fully represented in the resolved model even when
|
|
652
|
-
* a surface does not declare it directly.
|
|
653
|
-
*/
|
|
604
|
+
/** Capability identifiers contributed by this feature module. */
|
|
654
605
|
capabilityIds?: string[];
|
|
655
|
-
/**
|
|
656
|
-
|
|
657
|
-
/** Sidebar component rendered when
|
|
606
|
+
/** Icon used when this feature node appears in shell navigation. */
|
|
607
|
+
icon?: FeatureIconComponent;
|
|
608
|
+
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
658
609
|
sidebar?: FeatureSidebarComponent;
|
|
659
|
-
/**
|
|
660
|
-
|
|
661
|
-
/**
|
|
662
|
-
* Operations-only bridge surface connecting this feature to the organization graph.
|
|
663
|
-
* Ignored by all other features. Only one manifest in the registry should set this.
|
|
664
|
-
*/
|
|
610
|
+
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
611
|
+
sidebarWidth?: FeatureSidebarWidthResolver;
|
|
612
|
+
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
665
613
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
666
614
|
}
|
|
667
615
|
interface ResolvedFeatureAccess {
|
|
@@ -670,52 +618,47 @@ interface ResolvedFeatureAccess {
|
|
|
670
618
|
}
|
|
671
619
|
interface ResolvedFeatureSemantics {
|
|
672
620
|
capabilityIds: string[];
|
|
673
|
-
surfaceIds: string[];
|
|
674
|
-
surfaces: OrganizationModelSurface[];
|
|
675
621
|
}
|
|
676
622
|
interface ResolvedFeatureModule extends FeatureModule {
|
|
677
623
|
access: ResolvedFeatureAccess;
|
|
678
624
|
semantics: ResolvedFeatureSemantics;
|
|
679
625
|
}
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
interface ResolvedShellNavItem extends FeatureNavEntry {
|
|
683
|
-
placement: ShellNavPlacement;
|
|
684
|
-
source: ShellNavSource;
|
|
685
|
-
featureId?: string;
|
|
626
|
+
interface ResolvedShellFeature extends OrganizationModelFeature {
|
|
627
|
+
iconComponent?: FeatureIconComponent;
|
|
686
628
|
}
|
|
687
629
|
interface ResolvedShellModel {
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
630
|
+
features: readonly ResolvedShellFeature[];
|
|
631
|
+
findByPath: (path: string) => ResolvedShellFeature | undefined;
|
|
632
|
+
findById: (id: string) => ResolvedShellFeature | undefined;
|
|
633
|
+
childrenOf: (id: string) => ResolvedShellFeature[];
|
|
634
|
+
ancestorsOf: (id: string) => ResolvedShellFeature[];
|
|
635
|
+
parentOf: (id: string) => ResolvedShellFeature | undefined;
|
|
636
|
+
topLevel: () => ResolvedShellFeature[];
|
|
637
|
+
uiPositionFor: (id: string) => OrganizationModelFeature['uiPosition'] | undefined;
|
|
638
|
+
requiresAdminFor: (id: string) => boolean;
|
|
639
|
+
devOnlyFor: (id: string) => boolean;
|
|
693
640
|
}
|
|
694
641
|
type ShellRouteMatchStatus = 'matched' | 'hidden' | 'unmatched';
|
|
695
642
|
interface ResolvedShellRouteMatch {
|
|
696
643
|
status: ShellRouteMatchStatus;
|
|
697
644
|
path: string;
|
|
698
645
|
feature?: ResolvedFeatureModule;
|
|
699
|
-
|
|
700
|
-
navLink?: FeatureNavLink;
|
|
646
|
+
node?: ResolvedShellFeature;
|
|
701
647
|
}
|
|
702
648
|
interface ShellRuntime {
|
|
703
649
|
resolveRoute: (path: string) => ResolvedShellRouteMatch;
|
|
704
650
|
}
|
|
705
651
|
interface OrganizationGraphFeatureBridge {
|
|
706
|
-
|
|
652
|
+
featureId: string;
|
|
707
653
|
}
|
|
708
654
|
interface OrganizationGraphContextValue {
|
|
709
655
|
available: boolean;
|
|
710
|
-
surfaceId?: string;
|
|
711
|
-
surfacePath?: string;
|
|
712
|
-
surfaceType?: OrganizationModelSurface['surfaceType'];
|
|
713
656
|
featureId?: string;
|
|
657
|
+
featurePath?: string;
|
|
714
658
|
}
|
|
715
659
|
interface ElevasisFeaturesProviderProps {
|
|
716
660
|
features: FeatureModule[];
|
|
717
661
|
organizationModel?: OrganizationModel;
|
|
718
|
-
appShellOverrides?: AppShellOverrides;
|
|
719
662
|
timeRange?: TimeRange;
|
|
720
663
|
operationsApiUrl?: string;
|
|
721
664
|
operationsSSEManager?: SSEConnectionManagerLike;
|
|
@@ -743,7 +686,7 @@ interface ElevasisFeaturesContextValue {
|
|
|
743
686
|
|
|
744
687
|
declare function useElevasisFeatures(): ElevasisFeaturesContextValue;
|
|
745
688
|
declare function useOptionalElevasisFeatures(): ElevasisFeaturesContextValue | null;
|
|
746
|
-
declare function ElevasisFeaturesProvider({ features, organizationModel,
|
|
689
|
+
declare function ElevasisFeaturesProvider({ features, organizationModel, timeRange, operationsApiUrl, operationsSSEManager, deliveryApiUrl, deliverySSEManager, disabledSubsectionPaths, children }: ElevasisFeaturesProviderProps): react_jsx_runtime.JSX.Element;
|
|
747
690
|
|
|
748
691
|
declare function FeatureShell({ children }: {
|
|
749
692
|
children: ReactNode;
|
|
@@ -791,4 +734,4 @@ declare function useElevasisServices(): ElevasisServiceContextValue;
|
|
|
791
734
|
declare function ElevasisServiceProvider({ apiRequest, organizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
|
|
792
735
|
|
|
793
736
|
export { AppearanceProvider, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, FeatureShell, NotificationProvider, useAppearance, useElevasisFeatures, useElevasisServices, useNotificationAdapter, useOptionalElevasisFeatures };
|
|
794
|
-
export type { ApiKeyConfig,
|
|
737
|
+
export type { ApiKeyConfig, AppearanceConfig, AuthConfig, AuthKitConfig, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisTokenOverrides, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, NotificationAdapter, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ShellRouteMatchStatus, ShellRuntime, WithSchemes };
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-
|
|
3
|
-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { FeatureShell } from '../chunk-AXXTN44Z.js';
|
|
2
|
+
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-LVUCBY7X.js';
|
|
3
|
+
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-LJWV4TWV.js';
|
|
4
|
+
import '../chunk-TKAYX2SP.js';
|
|
5
|
+
import '../chunk-XUYBOO32.js';
|
|
5
6
|
import '../chunk-SZHARWKU.js';
|
|
6
7
|
import '../chunk-3KMDHCAR.js';
|
|
7
8
|
import '../chunk-NYBEU5TE.js';
|
|
8
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-T6INEVX6.js';
|
|
9
10
|
import '../chunk-2IFYDILW.js';
|
|
10
11
|
import '../chunk-Q7DJKLEN.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-SQ5JGELM.js';
|
|
12
13
|
import '../chunk-6IA2OMAE.js';
|
|
13
14
|
export { AppearanceProvider, useAppearance } from '../chunk-QJ2KCHKX.js';
|
|
14
15
|
import '../chunk-HQ7M6PBW.js';
|
|
15
16
|
import '../chunk-DT3QYZVU.js';
|
|
16
17
|
import '../chunk-RNP5R5I3.js';
|
|
17
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-SGXXJE52.js';
|
|
18
19
|
import '../chunk-KRWALB24.js';
|
|
19
20
|
import '../chunk-SLH2QLKV.js';
|
|
20
21
|
import '../chunk-DK2HVHCY.js';
|