@elevasis/ui 2.19.0 → 2.21.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/{CoreAuthKitInner-I32JCNE7.js → CoreAuthKitInner-QC62UHTZ.js} +1 -0
- package/dist/api/index.js +3 -2
- package/dist/app/index.js +5 -4
- package/dist/auth/context.js +1 -0
- package/dist/auth/index.js +1 -0
- package/dist/charts/index.js +4 -3
- package/dist/{chunk-UU6PJ4EJ.js → chunk-7GG6OSD7.js} +34 -9
- package/dist/chunk-7XKCG5CT.js +125 -0
- package/dist/{chunk-46Z2VHY3.js → chunk-ATEHYDL3.js} +5 -21
- package/dist/{chunk-AL23U6C3.js → chunk-BIWHHWCJ.js} +1 -2
- package/dist/{chunk-5SCVXZPM.js → chunk-BJWIKEQG.js} +6 -11
- package/dist/{chunk-Y7TDUZEH.js → chunk-CZK67OHH.js} +6 -11
- package/dist/{chunk-MJAKU2WA.js → chunk-DMYELNGA.js} +2 -2
- package/dist/chunk-DRQPEMJI.js +42 -0
- package/dist/{chunk-IBOX2M24.js → chunk-EDX6WIN3.js} +6 -11
- package/dist/{chunk-TKEKYPZA.js → chunk-EGKNRM6P.js} +6 -8
- package/dist/chunk-HJ4CJIWN.js +38 -0
- package/dist/chunk-I2KLQ2HA.js +19 -0
- package/dist/{chunk-LVCJ2H2T.js → chunk-I5WRKH25.js} +4 -4
- package/dist/chunk-KVW56ERD.js +24 -0
- package/dist/{chunk-JEQM67SO.js → chunk-LQU62KHD.js} +144 -432
- package/dist/{chunk-EUWBY43Z.js → chunk-LVUCBY7X.js} +3 -3
- package/dist/chunk-S7RL77QS.js +48 -0
- package/dist/{chunk-OD7GWIZS.js → chunk-SGXXJE52.js} +1 -121
- package/dist/{chunk-R7OJCNL3.js → chunk-T6INEVX6.js} +1 -1
- package/dist/{chunk-CTTY6FUT.js → chunk-TSSKOQBX.js} +2 -2
- package/dist/{chunk-Q4QJOSVS.js → chunk-ULZ2B3NC.js} +1 -1
- package/dist/chunk-VQESMHQV.js +336 -0
- package/dist/{chunk-YVAXWM3W.js → chunk-XLZZOFGM.js} +5 -19
- package/dist/{chunk-BHR7IV72.js → chunk-XUYBOO32.js} +1 -1
- package/dist/{chunk-M7W7CGPL.js → chunk-Z6FAH4XV.js} +1 -1
- package/dist/components/chat/index.js +1 -0
- package/dist/components/index.d.ts +46 -87
- package/dist/components/index.js +28 -26
- package/dist/components/navigation/index.d.ts +1 -13
- package/dist/components/navigation/index.js +12 -1
- package/dist/execution/index.d.ts +27 -0
- package/dist/execution/index.js +1 -0
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.d.ts +12 -35
- package/dist/features/crm/index.js +12 -10
- package/dist/features/dashboard/index.d.ts +25 -27
- package/dist/features/dashboard/index.js +13 -11
- package/dist/features/delivery/index.d.ts +12 -35
- package/dist/features/delivery/index.js +12 -10
- package/dist/features/lead-gen/index.d.ts +14 -37
- package/dist/features/lead-gen/index.js +12 -10
- package/dist/features/monitoring/index.d.ts +12 -35
- package/dist/features/monitoring/index.js +14 -12
- package/dist/features/monitoring/requests/index.d.ts +13 -36
- package/dist/features/monitoring/requests/index.js +12 -10
- package/dist/features/operations/index.d.ts +44 -65
- package/dist/features/operations/index.js +15 -13
- package/dist/features/seo/index.d.ts +12 -35
- package/dist/features/seo/index.js +2 -1
- package/dist/features/settings/index.d.ts +12 -35
- package/dist/features/settings/index.js +12 -10
- package/dist/graph/index.js +1 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/index.d.ts +46 -66
- package/dist/hooks/index.js +11 -9
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +92 -121
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -0
- package/dist/hooks/published.d.ts +46 -66
- package/dist/hooks/published.js +11 -9
- package/dist/index.d.ts +365 -452
- package/dist/index.js +11 -9
- package/dist/initialization/index.js +1 -0
- package/dist/layout/index.js +1 -0
- package/dist/organization/index.js +1 -0
- package/dist/profile/index.js +1 -0
- package/dist/provider/ElevasisServiceContext.js +1 -0
- package/dist/provider/index.d.ts +62 -125
- package/dist/provider/index.js +9 -7
- package/dist/provider/published.d.ts +62 -125
- package/dist/provider/published.js +7 -5
- package/dist/router/context.js +1 -0
- package/dist/router/index.js +1 -0
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.js +1 -0
- package/dist/test-utils/index.d.ts +117 -0
- package/dist/test-utils/index.js +136 -0
- package/dist/test-utils/setup-integration.d.ts +2 -0
- package/dist/test-utils/setup-integration.js +26 -0
- package/dist/test-utils/setup.d.ts +2 -0
- package/dist/test-utils/setup.js +47 -0
- package/dist/theme/index.js +1 -0
- package/dist/typeform/index.js +1 -0
- package/dist/typeform/schemas.js +1 -0
- package/dist/types/index.d.ts +108 -135
- package/dist/utils/index.d.ts +26 -59
- package/dist/utils/index.js +2 -1
- package/dist/zustand/index.js +2 -0
- package/package.json +31 -3
- package/src/test-utils/README.md +5 -0
- package/dist/chunk-LR5CRY5A.js +0 -514
- package/dist/chunk-MG3NF7QL.js +0 -63
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { z } from 'zod';
|
|
2
3
|
import { ReactNode, ComponentType } from 'react';
|
|
3
4
|
import { EventSourceMessage } from '@microsoft/fetch-event-source';
|
|
4
5
|
|
|
@@ -92,6 +93,8 @@ interface SerializedAgentDefinition {
|
|
|
92
93
|
version: string;
|
|
93
94
|
type: 'agent';
|
|
94
95
|
status: 'dev' | 'prod';
|
|
96
|
+
links?: ResourceLink[];
|
|
97
|
+
category?: ResourceCategory;
|
|
95
98
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
96
99
|
archived?: boolean;
|
|
97
100
|
systemPrompt: string;
|
|
@@ -147,6 +150,8 @@ interface SerializedWorkflowDefinition {
|
|
|
147
150
|
version: string;
|
|
148
151
|
type: 'workflow';
|
|
149
152
|
status: 'dev' | 'prod';
|
|
153
|
+
links?: ResourceLink[];
|
|
154
|
+
category?: ResourceCategory;
|
|
150
155
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
151
156
|
archived?: boolean;
|
|
152
157
|
};
|
|
@@ -347,8 +352,10 @@ interface ResourceDefinition {
|
|
|
347
352
|
type: ResourceType;
|
|
348
353
|
/** Environment/deployment status */
|
|
349
354
|
status: ResourceStatus;
|
|
350
|
-
/**
|
|
351
|
-
|
|
355
|
+
/** Graph links to Organization Model nodes */
|
|
356
|
+
links?: ResourceLink[];
|
|
357
|
+
/** Infrastructure category for filtering */
|
|
358
|
+
category?: ResourceCategory;
|
|
352
359
|
/** Whether the agent supports multi-turn sessions (agents only) */
|
|
353
360
|
sessionCapable?: boolean;
|
|
354
361
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
@@ -357,32 +364,27 @@ interface ResourceDefinition {
|
|
|
357
364
|
archived?: boolean;
|
|
358
365
|
}
|
|
359
366
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
/**
|
|
382
|
-
* ResourceDomain - Strongly typed domain identifier
|
|
383
|
-
* Use this type for all domain references to ensure compile-time validation.
|
|
384
|
-
*/
|
|
385
|
-
type ResourceDomain = (typeof DOMAINS)[keyof typeof DOMAINS];
|
|
367
|
+
declare const LinkSchema: z.ZodObject<{
|
|
368
|
+
nodeId: z.ZodString;
|
|
369
|
+
kind: z.ZodEnum<{
|
|
370
|
+
contains: "contains";
|
|
371
|
+
references: "references";
|
|
372
|
+
exposes: "exposes";
|
|
373
|
+
maps_to: "maps_to";
|
|
374
|
+
"operates-on": "operates-on";
|
|
375
|
+
uses: "uses";
|
|
376
|
+
}>;
|
|
377
|
+
}, z.core.$strip>;
|
|
378
|
+
type Link = z.infer<typeof LinkSchema>;
|
|
379
|
+
|
|
380
|
+
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
381
|
+
production: "production";
|
|
382
|
+
diagnostic: "diagnostic";
|
|
383
|
+
internal: "internal";
|
|
384
|
+
testing: "testing";
|
|
385
|
+
}>;
|
|
386
|
+
type ResourceCategory = z.infer<typeof ResourceCategorySchema>;
|
|
387
|
+
type ResourceLink = Link;
|
|
386
388
|
|
|
387
389
|
interface ResourcesPageProps {
|
|
388
390
|
/** Initial filter type from the URL search param (caller-managed) */
|
|
@@ -534,50 +536,27 @@ interface UseExecutionPanelStateOptions {
|
|
|
534
536
|
|
|
535
537
|
type TaskFilterStatus = 'all' | 'pending' | 'completed' | 'expired';
|
|
536
538
|
|
|
537
|
-
interface FeatureNavLink {
|
|
538
|
-
label: string;
|
|
539
|
-
link: string;
|
|
540
|
-
featureKey?: string;
|
|
541
|
-
onClick?: () => void;
|
|
542
|
-
links?: FeatureNavLink[];
|
|
543
|
-
}
|
|
544
|
-
interface FeatureNavEntry {
|
|
545
|
-
label: string;
|
|
546
|
-
icon: ComponentType;
|
|
547
|
-
link?: string;
|
|
548
|
-
featureKey?: string;
|
|
549
|
-
requiresAdmin?: boolean;
|
|
550
|
-
dataOnboardingTourId?: string;
|
|
551
|
-
links?: FeatureNavLink[];
|
|
552
|
-
}
|
|
553
539
|
type FeatureSidebarComponent = ComponentType;
|
|
540
|
+
type FeatureIconComponent = ComponentType<{
|
|
541
|
+
size?: number;
|
|
542
|
+
stroke?: number;
|
|
543
|
+
}>;
|
|
554
544
|
interface FeatureModule {
|
|
555
|
-
/** Unique stable identifier for this feature
|
|
545
|
+
/** Unique stable identifier for this feature module. */
|
|
556
546
|
key: string;
|
|
557
|
-
/**
|
|
547
|
+
/** Organization Model feature id this module presents. */
|
|
558
548
|
featureId: string;
|
|
559
|
-
/**
|
|
560
|
-
* Capability identifiers contributed by this feature.
|
|
561
|
-
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
562
|
-
* Not queried at runtime — kept for semantic graph completeness so that
|
|
563
|
-
* capability membership is fully represented in the resolved model even when
|
|
564
|
-
* a surface does not declare it directly.
|
|
565
|
-
*/
|
|
549
|
+
/** Capability identifiers contributed by this feature module. */
|
|
566
550
|
capabilityIds?: string[];
|
|
567
|
-
/**
|
|
568
|
-
|
|
569
|
-
/** Sidebar component rendered when
|
|
551
|
+
/** Icon used when this feature node appears in shell navigation. */
|
|
552
|
+
icon?: FeatureIconComponent;
|
|
553
|
+
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
570
554
|
sidebar?: FeatureSidebarComponent;
|
|
571
|
-
/**
|
|
572
|
-
subshellRoutes?: string[];
|
|
573
|
-
/**
|
|
574
|
-
* Operations-only bridge surface connecting this feature to the organization graph.
|
|
575
|
-
* Ignored by all other features. Only one manifest in the registry should set this.
|
|
576
|
-
*/
|
|
555
|
+
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
577
556
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
578
557
|
}
|
|
579
558
|
interface OrganizationGraphFeatureBridge {
|
|
580
|
-
|
|
559
|
+
featureId: string;
|
|
581
560
|
}
|
|
582
561
|
|
|
583
562
|
interface CommandQueuePageProps {
|
|
@@ -628,10 +607,10 @@ interface CommandViewSidebarContentProps {
|
|
|
628
607
|
* Shown in the shared Operations subshell sidebar when on /operations/command-view.
|
|
629
608
|
*
|
|
630
609
|
* Contains:
|
|
631
|
-
* - Execution health donut chart (filtered by
|
|
610
|
+
* - Execution health donut chart (filtered by resource facet + status)
|
|
632
611
|
* - Environment filter (All/Prod/Dev)
|
|
633
612
|
* - Show integrations toggle
|
|
634
|
-
* -
|
|
613
|
+
* - Resource facet filters (collapsible)
|
|
635
614
|
* - Selected node details + executions/tasks (lazy loaded)
|
|
636
615
|
*/
|
|
637
616
|
declare function CommandViewSidebarContent({ timeRange }: CommandViewSidebarContentProps): react_jsx_runtime.JSX.Element;
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-LQU62KHD.js';
|
|
2
2
|
import '../../chunk-ROSMICXG.js';
|
|
3
3
|
import '../../chunk-3JCMO7SD.js';
|
|
4
4
|
import '../../chunk-ZTWA5H77.js';
|
|
5
|
-
export { OperationsOverview } from '../../chunk-
|
|
5
|
+
export { OperationsOverview } from '../../chunk-EGKNRM6P.js';
|
|
6
6
|
import '../../chunk-442LZPIR.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-I5WRKH25.js';
|
|
8
8
|
import '../../chunk-LGKLC5MG.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-TSSKOQBX.js';
|
|
10
10
|
import '../../chunk-M25JL54Z.js';
|
|
11
11
|
import '../../chunk-BZZCNLT6.js';
|
|
12
12
|
import '../../chunk-IIMU5YAJ.js';
|
|
13
13
|
import '../../chunk-GBMNCNHX.js';
|
|
14
14
|
import '../../chunk-E4WQGJNS.js';
|
|
15
15
|
import '../../chunk-7M2VOCYN.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-7GG6OSD7.js';
|
|
17
17
|
import '../../chunk-BRXELOHC.js';
|
|
18
18
|
import '../../chunk-QSTH6T77.js';
|
|
19
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-Z6FAH4XV.js';
|
|
20
20
|
import '../../chunk-22UVE3RA.js';
|
|
21
21
|
import '../../chunk-3ZMAGTWF.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-ULZ2B3NC.js';
|
|
23
|
+
import '../../chunk-DMYELNGA.js';
|
|
24
24
|
import '../../chunk-Q5HC6ENG.js';
|
|
25
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
26
|
-
import '../../chunk-
|
|
27
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-KVW56ERD.js';
|
|
27
|
+
import '../../chunk-LVUCBY7X.js';
|
|
28
|
+
import '../../chunk-VQESMHQV.js';
|
|
28
29
|
import '../../chunk-RX4UWZZR.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-XUYBOO32.js';
|
|
30
31
|
import '../../chunk-SZHARWKU.js';
|
|
31
32
|
import '../../chunk-3KMDHCAR.js';
|
|
32
33
|
import '../../chunk-NYBEU5TE.js';
|
|
33
|
-
import '../../chunk-
|
|
34
|
+
import '../../chunk-T6INEVX6.js';
|
|
34
35
|
import '../../chunk-2IFYDILW.js';
|
|
35
36
|
import '../../chunk-Q7DJKLEN.js';
|
|
36
37
|
import '../../chunk-7YQKVWSD.js';
|
|
@@ -39,7 +40,7 @@ import '../../chunk-QJ2KCHKX.js';
|
|
|
39
40
|
import '../../chunk-HQ7M6PBW.js';
|
|
40
41
|
import '../../chunk-DT3QYZVU.js';
|
|
41
42
|
import '../../chunk-RNP5R5I3.js';
|
|
42
|
-
import '../../chunk-
|
|
43
|
+
import '../../chunk-SGXXJE52.js';
|
|
43
44
|
import '../../chunk-KRWALB24.js';
|
|
44
45
|
import '../../chunk-SLH2QLKV.js';
|
|
45
46
|
import '../../chunk-DK2HVHCY.js';
|
|
@@ -47,3 +48,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
47
48
|
import '../../chunk-QHSW4WHM.js';
|
|
48
49
|
import '../../chunk-IRW7JMQ4.js';
|
|
49
50
|
import '../../chunk-BRJ3QZ4E.js';
|
|
51
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -7,50 +7,27 @@ declare const SEOSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
|
7
7
|
|
|
8
8
|
declare const SEOSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
|
-
interface FeatureNavLink {
|
|
11
|
-
label: string;
|
|
12
|
-
link: string;
|
|
13
|
-
featureKey?: string;
|
|
14
|
-
onClick?: () => void;
|
|
15
|
-
links?: FeatureNavLink[];
|
|
16
|
-
}
|
|
17
|
-
interface FeatureNavEntry {
|
|
18
|
-
label: string;
|
|
19
|
-
icon: ComponentType;
|
|
20
|
-
link?: string;
|
|
21
|
-
featureKey?: string;
|
|
22
|
-
requiresAdmin?: boolean;
|
|
23
|
-
dataOnboardingTourId?: string;
|
|
24
|
-
links?: FeatureNavLink[];
|
|
25
|
-
}
|
|
26
10
|
type FeatureSidebarComponent = ComponentType;
|
|
11
|
+
type FeatureIconComponent = ComponentType<{
|
|
12
|
+
size?: number;
|
|
13
|
+
stroke?: number;
|
|
14
|
+
}>;
|
|
27
15
|
interface FeatureModule {
|
|
28
|
-
/** Unique stable identifier for this feature
|
|
16
|
+
/** Unique stable identifier for this feature module. */
|
|
29
17
|
key: string;
|
|
30
|
-
/**
|
|
18
|
+
/** Organization Model feature id this module presents. */
|
|
31
19
|
featureId: string;
|
|
32
|
-
/**
|
|
33
|
-
* Capability identifiers contributed by this feature.
|
|
34
|
-
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
35
|
-
* Not queried at runtime — kept for semantic graph completeness so that
|
|
36
|
-
* capability membership is fully represented in the resolved model even when
|
|
37
|
-
* a surface does not declare it directly.
|
|
38
|
-
*/
|
|
20
|
+
/** Capability identifiers contributed by this feature module. */
|
|
39
21
|
capabilityIds?: string[];
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
/** Sidebar component rendered when
|
|
22
|
+
/** Icon used when this feature node appears in shell navigation. */
|
|
23
|
+
icon?: FeatureIconComponent;
|
|
24
|
+
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
43
25
|
sidebar?: FeatureSidebarComponent;
|
|
44
|
-
/**
|
|
45
|
-
subshellRoutes?: string[];
|
|
46
|
-
/**
|
|
47
|
-
* Operations-only bridge surface connecting this feature to the organization graph.
|
|
48
|
-
* Ignored by all other features. Only one manifest in the registry should set this.
|
|
49
|
-
*/
|
|
26
|
+
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
50
27
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
51
28
|
}
|
|
52
29
|
interface OrganizationGraphFeatureBridge {
|
|
53
|
-
|
|
30
|
+
featureId: string;
|
|
54
31
|
}
|
|
55
32
|
|
|
56
33
|
declare const seoManifest: FeatureModule;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../../chunk-
|
|
1
|
+
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../../chunk-BIWHHWCJ.js';
|
|
2
2
|
import '../../chunk-CEWTOKE7.js';
|
|
3
3
|
import '../../chunk-IIMU5YAJ.js';
|
|
4
4
|
import '../../chunk-2IFYDILW.js';
|
|
5
5
|
import '../../chunk-Q7DJKLEN.js';
|
|
6
6
|
import '../../chunk-DT3QYZVU.js';
|
|
7
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -2848,50 +2848,27 @@ interface OAuthIntegrationsCardProps {
|
|
|
2848
2848
|
}
|
|
2849
2849
|
declare function OAuthIntegrationsCard({ apiUrl }: OAuthIntegrationsCardProps): react_jsx_runtime.JSX.Element;
|
|
2850
2850
|
|
|
2851
|
-
interface FeatureNavLink {
|
|
2852
|
-
label: string;
|
|
2853
|
-
link: string;
|
|
2854
|
-
featureKey?: string;
|
|
2855
|
-
onClick?: () => void;
|
|
2856
|
-
links?: FeatureNavLink[];
|
|
2857
|
-
}
|
|
2858
|
-
interface FeatureNavEntry {
|
|
2859
|
-
label: string;
|
|
2860
|
-
icon: ComponentType;
|
|
2861
|
-
link?: string;
|
|
2862
|
-
featureKey?: string;
|
|
2863
|
-
requiresAdmin?: boolean;
|
|
2864
|
-
dataOnboardingTourId?: string;
|
|
2865
|
-
links?: FeatureNavLink[];
|
|
2866
|
-
}
|
|
2867
2851
|
type FeatureSidebarComponent = ComponentType;
|
|
2852
|
+
type FeatureIconComponent = ComponentType<{
|
|
2853
|
+
size?: number;
|
|
2854
|
+
stroke?: number;
|
|
2855
|
+
}>;
|
|
2868
2856
|
interface FeatureModule {
|
|
2869
|
-
/** Unique stable identifier for this feature
|
|
2857
|
+
/** Unique stable identifier for this feature module. */
|
|
2870
2858
|
key: string;
|
|
2871
|
-
/**
|
|
2859
|
+
/** Organization Model feature id this module presents. */
|
|
2872
2860
|
featureId: string;
|
|
2873
|
-
/**
|
|
2874
|
-
* Capability identifiers contributed by this feature.
|
|
2875
|
-
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
2876
|
-
* Not queried at runtime — kept for semantic graph completeness so that
|
|
2877
|
-
* capability membership is fully represented in the resolved model even when
|
|
2878
|
-
* a surface does not declare it directly.
|
|
2879
|
-
*/
|
|
2861
|
+
/** Capability identifiers contributed by this feature module. */
|
|
2880
2862
|
capabilityIds?: string[];
|
|
2881
|
-
/**
|
|
2882
|
-
|
|
2883
|
-
/** Sidebar component rendered when
|
|
2863
|
+
/** Icon used when this feature node appears in shell navigation. */
|
|
2864
|
+
icon?: FeatureIconComponent;
|
|
2865
|
+
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
2884
2866
|
sidebar?: FeatureSidebarComponent;
|
|
2885
|
-
/**
|
|
2886
|
-
subshellRoutes?: string[];
|
|
2887
|
-
/**
|
|
2888
|
-
* Operations-only bridge surface connecting this feature to the organization graph.
|
|
2889
|
-
* Ignored by all other features. Only one manifest in the registry should set this.
|
|
2890
|
-
*/
|
|
2867
|
+
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
2891
2868
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
2892
2869
|
}
|
|
2893
2870
|
interface OrganizationGraphFeatureBridge {
|
|
2894
|
-
|
|
2871
|
+
featureId: string;
|
|
2895
2872
|
}
|
|
2896
2873
|
|
|
2897
2874
|
declare const settingsManifest: FeatureModule;
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-XLZZOFGM.js';
|
|
2
2
|
import '../../chunk-M25JL54Z.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import '../../chunk-GBMNCNHX.js';
|
|
5
5
|
import '../../chunk-TIIPYB2Z.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-7GG6OSD7.js';
|
|
8
8
|
import '../../chunk-BRXELOHC.js';
|
|
9
9
|
import '../../chunk-QSTH6T77.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-Z6FAH4XV.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-ULZ2B3NC.js';
|
|
14
|
+
import '../../chunk-DMYELNGA.js';
|
|
15
15
|
import '../../chunk-Q5HC6ENG.js';
|
|
16
16
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-KVW56ERD.js';
|
|
18
|
+
import '../../chunk-LVUCBY7X.js';
|
|
19
|
+
import '../../chunk-VQESMHQV.js';
|
|
19
20
|
import '../../chunk-RX4UWZZR.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-XUYBOO32.js';
|
|
21
22
|
import '../../chunk-SZHARWKU.js';
|
|
22
23
|
import '../../chunk-3KMDHCAR.js';
|
|
23
24
|
import '../../chunk-NYBEU5TE.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-T6INEVX6.js';
|
|
25
26
|
import '../../chunk-2IFYDILW.js';
|
|
26
27
|
import '../../chunk-Q7DJKLEN.js';
|
|
27
28
|
import '../../chunk-7YQKVWSD.js';
|
|
@@ -30,7 +31,7 @@ import '../../chunk-QJ2KCHKX.js';
|
|
|
30
31
|
import '../../chunk-HQ7M6PBW.js';
|
|
31
32
|
import '../../chunk-DT3QYZVU.js';
|
|
32
33
|
import '../../chunk-RNP5R5I3.js';
|
|
33
|
-
import '../../chunk-
|
|
34
|
+
import '../../chunk-SGXXJE52.js';
|
|
34
35
|
import '../../chunk-KRWALB24.js';
|
|
35
36
|
import '../../chunk-SLH2QLKV.js';
|
|
36
37
|
import '../../chunk-DK2HVHCY.js';
|
|
@@ -38,3 +39,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
38
39
|
import '../../chunk-QHSW4WHM.js';
|
|
39
40
|
import '../../chunk-IRW7JMQ4.js';
|
|
40
41
|
import '../../chunk-BRJ3QZ4E.js';
|
|
42
|
+
import '../../chunk-I2KLQ2HA.js';
|
package/dist/graph/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-Z6FAH4XV.js';
|
|
2
|
+
import '../../chunk-SGXXJE52.js';
|
|
3
3
|
import '../../chunk-KRWALB24.js';
|
|
4
4
|
import '../../chunk-IRW7JMQ4.js';
|
|
5
|
+
import '../../chunk-I2KLQ2HA.js';
|