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