@elevasis/ui 1.17.1 → 1.19.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/charts/index.js +2 -2
- package/dist/{chunk-UEYUPTAD.js → chunk-2YW3LDFT.js} +7 -7
- package/dist/{chunk-TRVSTJTK.js → chunk-2Z7LYTIX.js} +3 -3
- package/dist/chunk-35UWYH2A.js +41 -0
- package/dist/{chunk-ZGK6XZVY.js → chunk-BVNAC4SQ.js} +1 -1
- package/dist/{chunk-RULQSZYX.js → chunk-JNBHUCKW.js} +1 -1
- package/dist/{chunk-F25DUOWI.js → chunk-KNJKCD73.js} +3 -3
- package/dist/{chunk-7S5FS7WW.js → chunk-LBY7FVFD.js} +1 -1
- package/dist/{chunk-FCFLBMVI.js → chunk-MBZDE6UT.js} +121 -1
- package/dist/{chunk-53GNREDV.js → chunk-UANJP5P7.js} +2 -2
- package/dist/{chunk-XGVD76EL.js → chunk-UTWJZEOJ.js} +3 -3
- package/dist/{chunk-QCEUL5QG.js → chunk-WAPZN2U3.js} +1 -32
- package/dist/{chunk-RYSPAQGW.js → chunk-ZFCG5SHW.js} +1 -1
- package/dist/components/index.js +14 -14
- package/dist/features/operations/index.d.ts +10 -2
- package/dist/features/operations/index.js +299 -14
- package/dist/hooks/index.js +7 -7
- package/dist/hooks/published.js +6 -6
- package/dist/index.js +8 -8
- package/dist/layout/index.d.ts +1 -174
- package/dist/layout/index.js +2 -2
- package/dist/provider/index.js +5 -5
- package/dist/provider/published.js +3 -3
- package/dist/theme/index.js +2 -2
- package/dist/theme/presets/cyber-void.d.ts +12 -0
- package/dist/theme/presets/cyber-void.d.ts.map +1 -0
- package/dist/theme/presets/cyber-void.js +75 -0
- package/dist/utils/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ADSSLKKP.js +0 -10
package/dist/api/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../chunk-XCYKC6OZ.js';
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
2
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-JNBHUCKW.js';
|
|
3
|
+
import '../chunk-MBZDE6UT.js';
|
|
4
4
|
import '../chunk-DD3CCMCZ.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-LBY7FVFD.js';
|
|
2
2
|
import '../chunk-KBLGVZBD.js';
|
|
3
3
|
import '../chunk-LXHZYSMQ.js';
|
|
4
4
|
import '../chunk-MHW43EOH.js';
|
|
5
5
|
import '../chunk-ELJIFLCB.js';
|
|
6
6
|
import '../chunk-SZHARWKU.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-MBZDE6UT.js';
|
|
8
8
|
import '../chunk-CC3SDRIF.js';
|
|
9
9
|
import '../chunk-ALA56RGZ.js';
|
|
10
10
|
import '../chunk-DVKEEY5J.js';
|
|
@@ -158,7 +158,7 @@ var tacticalPreset = {
|
|
|
158
158
|
error: "#FF4757",
|
|
159
159
|
warning: "#FFA502",
|
|
160
160
|
success: "#2ED573",
|
|
161
|
-
glassBackground: "rgba(13, 14, 18, 0.
|
|
161
|
+
glassBackground: "rgba(13, 14, 18, 0.6)",
|
|
162
162
|
glassBlur: "blur(16px)",
|
|
163
163
|
shadow: "0px 2px 6px -2px rgba(0, 0, 0, 0.9)",
|
|
164
164
|
cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.28), 0 8px 16px rgba(0, 0, 0, 0.18)",
|
|
@@ -279,11 +279,11 @@ var cyberVoltPreset = {
|
|
|
279
279
|
text: "#E0F7FA",
|
|
280
280
|
textDimmed: "#80DEEA",
|
|
281
281
|
textSubtle: "#68C8BE",
|
|
282
|
-
border: "rgba(0, 172, 193, 0.
|
|
282
|
+
border: "rgba(0, 172, 193, 0.2)",
|
|
283
283
|
error: "#FF1744",
|
|
284
284
|
warning: "#FF9100",
|
|
285
285
|
success: "#00E676",
|
|
286
|
-
glassBackground: "rgba(12, 20, 30, 0.
|
|
286
|
+
glassBackground: "rgba(12, 20, 30, 0.48)",
|
|
287
287
|
glassBlur: "blur(26px) saturate(160%)",
|
|
288
288
|
shadow: "0px 2px 8px -2px rgba(0, 229, 255, 0.15)",
|
|
289
289
|
cardShadow: "inset 0 1px 0 rgba(0, 172, 193, 0.18), 0 1px 2px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(0, 172, 193, 0.03)",
|
|
@@ -805,7 +805,7 @@ var cyberStrikePreset = {
|
|
|
805
805
|
error: "#FF1744",
|
|
806
806
|
warning: "#FF9100",
|
|
807
807
|
success: "#00E676",
|
|
808
|
-
glassBackground: "rgba(23, 17, 21, 0.
|
|
808
|
+
glassBackground: "rgba(23, 17, 21, 0.48)",
|
|
809
809
|
glassBlur: "blur(26px) saturate(160%)",
|
|
810
810
|
shadow: "0px 2px 8px -2px rgba(255, 23, 68, 0.15)",
|
|
811
811
|
cardShadow: "inset 0 1px 0 rgba(255, 100, 130, 0.18), 0 1px 2px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(255, 23, 68, 0.03)",
|
|
@@ -864,11 +864,11 @@ var cyberPunkPreset = {
|
|
|
864
864
|
text: "#F0EAFF",
|
|
865
865
|
textDimmed: "#D0BBEE",
|
|
866
866
|
textSubtle: "#B0A0D0",
|
|
867
|
-
border: "rgba(149, 117, 205, 0.
|
|
867
|
+
border: "rgba(149, 117, 205, 0.2)",
|
|
868
868
|
error: "#FF1744",
|
|
869
869
|
warning: "#FF9100",
|
|
870
870
|
success: "#00E676",
|
|
871
|
-
glassBackground: "rgba(16, 13, 26, 0.
|
|
871
|
+
glassBackground: "rgba(16, 13, 26, 0.48)",
|
|
872
872
|
glassBlur: "blur(26px) saturate(160%)",
|
|
873
873
|
shadow: "0px 2px 8px -2px rgba(179, 136, 255, 0.15)",
|
|
874
874
|
cardShadow: "inset 0 1px 0 rgba(149, 117, 205, 0.18), 0 1px 2px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(149, 117, 205, 0.03)",
|
|
@@ -936,7 +936,7 @@ var cyberVoidPreset = {
|
|
|
936
936
|
error: "#FF1744",
|
|
937
937
|
warning: "#FF9100",
|
|
938
938
|
success: "#00E676",
|
|
939
|
-
glassBackground: "rgba(14, 19, 30, 0.
|
|
939
|
+
glassBackground: "rgba(14, 19, 30, 0.48)",
|
|
940
940
|
glassBlur: "blur(26px) saturate(160%)",
|
|
941
941
|
shadow: "0px 2px 8px -2px rgba(41, 121, 255, 0.15)",
|
|
942
942
|
cardShadow: "inset 0 1px 0 rgba(100, 160, 255, 0.18), 0 1px 2px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(41, 121, 255, 0.03)",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getTimeRangeDates, observabilityKeys } from './chunk-LXHZYSMQ.js';
|
|
2
2
|
import { useSupabase } from './chunk-NJJ3NQ7B.js';
|
|
3
3
|
import { GRAPH_CONSTANTS } from './chunk-F6RBK7NJ.js';
|
|
4
|
-
import { useNotificationAdapter } from './chunk-
|
|
5
|
-
import { HTTP_HEADERS } from './chunk-
|
|
6
|
-
import { STALE_TIME_MONITORING, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, STALE_TIME_DEFAULT, STALE_TIME_ADMIN } from './chunk-
|
|
4
|
+
import { useNotificationAdapter } from './chunk-UANJP5P7.js';
|
|
5
|
+
import { HTTP_HEADERS } from './chunk-JNBHUCKW.js';
|
|
6
|
+
import { STALE_TIME_MONITORING, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, STALE_TIME_DEFAULT, STALE_TIME_ADMIN } from './chunk-MBZDE6UT.js';
|
|
7
7
|
import { useStableAccessToken } from './chunk-ALA56RGZ.js';
|
|
8
8
|
import { useElevasisServices } from './chunk-QEPXAWE2.js';
|
|
9
9
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { useAppearance } from './chunk-QJ2KCHKX.js';
|
|
2
|
+
import { Box, Group, Text, Center } from '@mantine/core';
|
|
3
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var SubshellSidebarSection = ({
|
|
6
|
+
icon: Icon,
|
|
7
|
+
label,
|
|
8
|
+
rightSection,
|
|
9
|
+
withTopBorder = false
|
|
10
|
+
}) => {
|
|
11
|
+
return /* @__PURE__ */ jsx(
|
|
12
|
+
Box,
|
|
13
|
+
{
|
|
14
|
+
p: "sm",
|
|
15
|
+
style: {
|
|
16
|
+
borderTop: withTopBorder ? "1px solid var(--color-border)" : void 0,
|
|
17
|
+
borderBottom: "1px solid var(--color-border)"
|
|
18
|
+
},
|
|
19
|
+
children: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
20
|
+
/* @__PURE__ */ jsx(Icon, { size: 16, color: "var(--color-text-subtle)" }),
|
|
21
|
+
/* @__PURE__ */ jsx(
|
|
22
|
+
Text,
|
|
23
|
+
{
|
|
24
|
+
size: "sm",
|
|
25
|
+
fw: 600,
|
|
26
|
+
c: "var(--color-text-subtle)",
|
|
27
|
+
style: { fontFamily: "var(--mantine-font-family-headings)", flex: 1 },
|
|
28
|
+
children: label
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
rightSection
|
|
32
|
+
] })
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
};
|
|
36
|
+
function SubshellLoader() {
|
|
37
|
+
const { loader } = useAppearance();
|
|
38
|
+
return /* @__PURE__ */ jsx(Center, { mih: "calc(100vh - 70px)", children: loader });
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { SubshellLoader, SubshellSidebarSection };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useCyberColors, GlowDot } from './chunk-
|
|
1
|
+
import { useCyberColors, GlowDot } from './chunk-LBY7FVFD.js';
|
|
2
2
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-F6RBK7NJ.js';
|
|
3
3
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-XA34RETF.js';
|
|
4
4
|
import { Paper, Stack, Text, Group, Badge, Box, useComputedColorScheme, Loader, Card, ActionIcon, SegmentedControl } from '@mantine/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { APIClientError } from './chunk-
|
|
1
|
+
import { APIClientError } from './chunk-MBZDE6UT.js';
|
|
2
2
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
3
3
|
import { createContext, useContext, useMemo, useCallback } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AppBackground } from './chunk-NUULWBAD.js';
|
|
2
2
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
3
|
-
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-
|
|
4
|
-
import { ElevasisCoreProvider } from './chunk-
|
|
3
|
+
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-2YW3LDFT.js';
|
|
4
|
+
import { ElevasisCoreProvider } from './chunk-UANJP5P7.js';
|
|
5
5
|
import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
|
|
6
|
-
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
6
|
+
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-MBZDE6UT.js';
|
|
7
7
|
import { useMemo, useEffect } from 'react';
|
|
8
8
|
import { Loader, mergeThemeOverrides, MantineProvider } from '@mantine/core';
|
|
9
9
|
import '@mantine/core/styles.css';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getTimeRangeLabel, getTimeRangeDates, useErrorTrends, formatBucketTime } from './chunk-LXHZYSMQ.js';
|
|
2
2
|
import { ResourceStatusColors } from './chunk-ELJIFLCB.js';
|
|
3
|
-
import { getErrorInfo, getErrorTitle, getResourceIcon } from './chunk-
|
|
3
|
+
import { getErrorInfo, getErrorTitle, getResourceIcon } from './chunk-MBZDE6UT.js';
|
|
4
4
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
5
5
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
6
6
|
import { useRef, useState, useLayoutEffect, useEffect, useMemo, useCallback } from 'react';
|
|
@@ -146,6 +146,126 @@ Request ID: ${requestId}`;
|
|
|
146
146
|
return formatted;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
// ../core/src/platform/registry/domains.ts
|
|
150
|
+
var DOMAINS = {
|
|
151
|
+
// Business domains
|
|
152
|
+
INBOUND_PIPELINE: "inbound-pipeline",
|
|
153
|
+
LEAD_GEN_PIPELINE: "lead-gen-pipeline",
|
|
154
|
+
SUPPORT: "support",
|
|
155
|
+
CLIENT_SUPPORT: "client-support",
|
|
156
|
+
DELIVERY: "delivery",
|
|
157
|
+
OPERATIONS: "operations",
|
|
158
|
+
FINANCE: "finance",
|
|
159
|
+
EXECUTIVE: "executive",
|
|
160
|
+
INSTANTLY: "instantly",
|
|
161
|
+
// Technical domains
|
|
162
|
+
TESTING: "testing",
|
|
163
|
+
INTERNAL: "internal",
|
|
164
|
+
INTEGRATION: "integration",
|
|
165
|
+
UTILITY: "utility",
|
|
166
|
+
DIAGNOSTIC: "diagnostic"
|
|
167
|
+
};
|
|
168
|
+
var INBOUND_PIPELINE_DOMAIN = {
|
|
169
|
+
id: DOMAINS.INBOUND_PIPELINE,
|
|
170
|
+
name: "Inbound Pipeline",
|
|
171
|
+
description: "End-to-end inbound client acquisition from first reply to onboarding",
|
|
172
|
+
color: "blue"
|
|
173
|
+
};
|
|
174
|
+
var LEAD_GEN_PIPELINE_DOMAIN = {
|
|
175
|
+
id: DOMAINS.LEAD_GEN_PIPELINE,
|
|
176
|
+
name: "Lead Gen Pipeline",
|
|
177
|
+
description: "Lead scraping, enrichment, qualification, and personalization",
|
|
178
|
+
color: "cyan"
|
|
179
|
+
};
|
|
180
|
+
var SUPPORT_DOMAIN = {
|
|
181
|
+
id: DOMAINS.SUPPORT,
|
|
182
|
+
name: "Customer Support",
|
|
183
|
+
description: "Ticket triage, knowledge base, escalations",
|
|
184
|
+
color: "green"
|
|
185
|
+
};
|
|
186
|
+
var CLIENT_SUPPORT_DOMAIN = {
|
|
187
|
+
id: DOMAINS.CLIENT_SUPPORT,
|
|
188
|
+
name: "Client Support",
|
|
189
|
+
description: "Client change requests, bug reports, and feature requests",
|
|
190
|
+
color: "teal"
|
|
191
|
+
};
|
|
192
|
+
var DELIVERY_DOMAIN = {
|
|
193
|
+
id: DOMAINS.DELIVERY,
|
|
194
|
+
name: "Client Delivery",
|
|
195
|
+
description: "Project execution and milestone tracking",
|
|
196
|
+
color: "orange"
|
|
197
|
+
};
|
|
198
|
+
var OPERATIONS_DOMAIN = {
|
|
199
|
+
id: DOMAINS.OPERATIONS,
|
|
200
|
+
name: "Operations",
|
|
201
|
+
description: "Internal business operations and administration",
|
|
202
|
+
color: "violet"
|
|
203
|
+
};
|
|
204
|
+
var FINANCE_DOMAIN = {
|
|
205
|
+
id: DOMAINS.FINANCE,
|
|
206
|
+
name: "Finance",
|
|
207
|
+
description: "Billing, invoicing, and financial operations",
|
|
208
|
+
color: "pink"
|
|
209
|
+
};
|
|
210
|
+
var EXECUTIVE_DOMAIN = {
|
|
211
|
+
id: DOMAINS.EXECUTIVE,
|
|
212
|
+
name: "Executive Operations",
|
|
213
|
+
description: "High-level business orchestration and decision-making",
|
|
214
|
+
color: "indigo"
|
|
215
|
+
};
|
|
216
|
+
var TESTING_DOMAIN = {
|
|
217
|
+
id: DOMAINS.TESTING,
|
|
218
|
+
name: "Testing",
|
|
219
|
+
description: "Test resources and development workflows",
|
|
220
|
+
color: "gray"
|
|
221
|
+
};
|
|
222
|
+
var INTERNAL_DOMAIN = {
|
|
223
|
+
id: DOMAINS.INTERNAL,
|
|
224
|
+
name: "Internal",
|
|
225
|
+
description: "Internal platform resources",
|
|
226
|
+
color: "dark"
|
|
227
|
+
};
|
|
228
|
+
var INTEGRATION_DOMAIN = {
|
|
229
|
+
id: DOMAINS.INTEGRATION,
|
|
230
|
+
name: "Integration",
|
|
231
|
+
description: "External service integrations",
|
|
232
|
+
color: "teal"
|
|
233
|
+
};
|
|
234
|
+
var INSTANTLY_DOMAIN = {
|
|
235
|
+
id: DOMAINS.INSTANTLY,
|
|
236
|
+
name: "Instantly Toolkit",
|
|
237
|
+
description: "Instantly campaign creation, analytics, and optimization",
|
|
238
|
+
color: "lime"
|
|
239
|
+
};
|
|
240
|
+
var UTILITY_DOMAIN = {
|
|
241
|
+
id: DOMAINS.UTILITY,
|
|
242
|
+
name: "Utility",
|
|
243
|
+
description: "Utility workflows for maintenance and diagnostics",
|
|
244
|
+
color: "grape"
|
|
245
|
+
};
|
|
246
|
+
var DIAGNOSTIC_DOMAIN = {
|
|
247
|
+
id: DOMAINS.DIAGNOSTIC,
|
|
248
|
+
name: "Diagnostic",
|
|
249
|
+
description: "Diagnostic workflows for testing integrations and services",
|
|
250
|
+
color: "yellow"
|
|
251
|
+
};
|
|
252
|
+
var DOMAIN_MAP = {
|
|
253
|
+
[DOMAINS.INBOUND_PIPELINE]: INBOUND_PIPELINE_DOMAIN,
|
|
254
|
+
[DOMAINS.LEAD_GEN_PIPELINE]: LEAD_GEN_PIPELINE_DOMAIN,
|
|
255
|
+
[DOMAINS.SUPPORT]: SUPPORT_DOMAIN,
|
|
256
|
+
[DOMAINS.CLIENT_SUPPORT]: CLIENT_SUPPORT_DOMAIN,
|
|
257
|
+
[DOMAINS.DELIVERY]: DELIVERY_DOMAIN,
|
|
258
|
+
[DOMAINS.OPERATIONS]: OPERATIONS_DOMAIN,
|
|
259
|
+
[DOMAINS.FINANCE]: FINANCE_DOMAIN,
|
|
260
|
+
[DOMAINS.EXECUTIVE]: EXECUTIVE_DOMAIN,
|
|
261
|
+
[DOMAINS.TESTING]: TESTING_DOMAIN,
|
|
262
|
+
[DOMAINS.INTERNAL]: INTERNAL_DOMAIN,
|
|
263
|
+
[DOMAINS.INSTANTLY]: INSTANTLY_DOMAIN,
|
|
264
|
+
[DOMAINS.INTEGRATION]: INTEGRATION_DOMAIN,
|
|
265
|
+
[DOMAINS.UTILITY]: UTILITY_DOMAIN,
|
|
266
|
+
[DOMAINS.DIAGNOSTIC]: DIAGNOSTIC_DOMAIN
|
|
267
|
+
};
|
|
268
|
+
|
|
149
269
|
// ../core/src/platform/registry/resource-metadata.ts
|
|
150
270
|
var resourceTypeIconNames = {
|
|
151
271
|
agent: "IconBrain",
|
|
@@ -244,4 +364,4 @@ function restoreConsole() {
|
|
|
244
364
|
console.warn = originalConsoleWarn;
|
|
245
365
|
}
|
|
246
366
|
|
|
247
|
-
export { APIClientError, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, OAUTH_POPUP_CHECK_INTERVAL, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, suppressKnownWarnings, validateEmail };
|
|
367
|
+
export { APIClientError, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DOMAIN_MAP, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, OAUTH_POPUP_CHECK_INTERVAL, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, suppressKnownWarnings, validateEmail };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OrganizationProvider } from './chunk-U2522LSW.js';
|
|
2
|
-
import { ApiClientProvider, useApiClient } from './chunk-
|
|
3
|
-
import { getErrorInfo, getErrorTitle, formatErrorMessage } from './chunk-
|
|
2
|
+
import { ApiClientProvider, useApiClient } from './chunk-JNBHUCKW.js';
|
|
3
|
+
import { getErrorInfo, getErrorTitle, formatErrorMessage } from './chunk-MBZDE6UT.js';
|
|
4
4
|
import { InitializationProvider } from './chunk-DVKEEY5J.js';
|
|
5
5
|
import { ProfileProvider, ElevasisServiceProvider } from './chunk-QEPXAWE2.js';
|
|
6
6
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CredentialNameSchema, UuidSchema, useErrorNotification } from './chunk-
|
|
1
|
+
import { CredentialNameSchema, UuidSchema, useErrorNotification } from './chunk-2Z7LYTIX.js';
|
|
2
2
|
import { getTimeRangeDates } from './chunk-LXHZYSMQ.js';
|
|
3
|
-
import { useNotificationAdapter } from './chunk-
|
|
4
|
-
import { GC_TIME_SHORT, STALE_TIME_MONITORING, GC_TIME_MEDIUM, STALE_TIME_DEFAULT, getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
3
|
+
import { useNotificationAdapter } from './chunk-UANJP5P7.js';
|
|
4
|
+
import { GC_TIME_SHORT, STALE_TIME_MONITORING, GC_TIME_MEDIUM, STALE_TIME_DEFAULT, getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-MBZDE6UT.js';
|
|
5
5
|
import { useElevasisServices } from './chunk-QEPXAWE2.js';
|
|
6
6
|
import { z } from 'zod';
|
|
7
7
|
import { create } from 'zustand';
|
|
@@ -1180,37 +1180,6 @@ var SubshellSidebar = ({
|
|
|
1180
1180
|
}
|
|
1181
1181
|
);
|
|
1182
1182
|
};
|
|
1183
|
-
var SubshellSidebarSection = ({
|
|
1184
|
-
icon: Icon,
|
|
1185
|
-
label,
|
|
1186
|
-
rightSection,
|
|
1187
|
-
withTopBorder = false
|
|
1188
|
-
}) => {
|
|
1189
|
-
return /* @__PURE__ */ jsx(
|
|
1190
|
-
Box,
|
|
1191
|
-
{
|
|
1192
|
-
p: "sm",
|
|
1193
|
-
style: {
|
|
1194
|
-
borderTop: withTopBorder ? "1px solid var(--color-border)" : void 0,
|
|
1195
|
-
borderBottom: "1px solid var(--color-border)"
|
|
1196
|
-
},
|
|
1197
|
-
children: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
1198
|
-
/* @__PURE__ */ jsx(Icon, { size: 16, color: "var(--color-text-subtle)" }),
|
|
1199
|
-
/* @__PURE__ */ jsx(
|
|
1200
|
-
Text,
|
|
1201
|
-
{
|
|
1202
|
-
size: "sm",
|
|
1203
|
-
fw: 600,
|
|
1204
|
-
c: "var(--color-text-subtle)",
|
|
1205
|
-
style: { fontFamily: "var(--mantine-font-family-headings)", flex: 1 },
|
|
1206
|
-
children: label
|
|
1207
|
-
}
|
|
1208
|
-
),
|
|
1209
|
-
rightSection
|
|
1210
|
-
] })
|
|
1211
|
-
}
|
|
1212
|
-
);
|
|
1213
|
-
};
|
|
1214
1183
|
|
|
1215
1184
|
// src/components/layout/sub-shell/constants.ts
|
|
1216
1185
|
var subsidebarWidth = 200;
|
|
@@ -1303,4 +1272,4 @@ var Topbar = ({ version, leftContent, children }) => {
|
|
|
1303
1272
|
] });
|
|
1304
1273
|
};
|
|
1305
1274
|
|
|
1306
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar,
|
|
1275
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse };
|
package/dist/components/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer, PageContainer, AppShellLoader,
|
|
2
|
-
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton, GraphFitViewHandler } from '../chunk-
|
|
3
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
4
|
-
import { SubshellLoader } from '../chunk-
|
|
5
|
-
import { useCyberColors, EmptyState, CyberLegendItem, CyberAreaChart, APIErrorAlert, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, ContextViewer, JsonViewer, StyledMarkdown, PageTitleCaption, StatCard, CyberDonut, CollapsibleSection, ListSkeleton } from '../chunk-
|
|
6
|
-
export { APIErrorAlert, CardHeader, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StyledMarkdown, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-
|
|
1
|
+
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer, PageContainer, AppShellLoader, CollapsibleSidebarGroup, SidebarListItem } from '../chunk-WAPZN2U3.js';
|
|
2
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton, GraphFitViewHandler } from '../chunk-BVNAC4SQ.js';
|
|
3
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-BVNAC4SQ.js';
|
|
4
|
+
import { SubshellLoader, SubshellSidebarSection } from '../chunk-35UWYH2A.js';
|
|
5
|
+
import { useCyberColors, EmptyState, CyberLegendItem, CyberAreaChart, APIErrorAlert, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, ContextViewer, JsonViewer, StyledMarkdown, PageTitleCaption, StatCard, CyberDonut, CollapsibleSection, ListSkeleton } from '../chunk-LBY7FVFD.js';
|
|
6
|
+
export { APIErrorAlert, CardHeader, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StyledMarkdown, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-LBY7FVFD.js';
|
|
7
7
|
export { NavigationButton } from '../chunk-KBLGVZBD.js';
|
|
8
|
-
import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useDeleteCredential, useCreateCredential, useCredentials, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, showApiErrorNotification, showSuccessNotification, CredentialSchemas, showErrorNotification } from '../chunk-
|
|
9
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
10
|
-
import { useCommandViewLayout, useResourcesHealth, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useMarkAllAsRead, useNotificationCount, useNotifications, useSubmitAction, useDeleteTask, useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useCommandQueueTotals } from '../chunk-
|
|
8
|
+
import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useDeleteCredential, useCreateCredential, useCredentials, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, showApiErrorNotification, showSuccessNotification, CredentialSchemas, showErrorNotification } from '../chunk-UTWJZEOJ.js';
|
|
9
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-UTWJZEOJ.js';
|
|
10
|
+
import { useCommandViewLayout, useResourcesHealth, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useMarkAllAsRead, useNotificationCount, useNotifications, useSubmitAction, useDeleteTask, useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useCommandQueueTotals } from '../chunk-2Z7LYTIX.js';
|
|
11
11
|
import { getTimeRangeDates, formatBucketTime } from '../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../chunk-NJJ3NQ7B.js';
|
|
13
13
|
import '../chunk-MHW43EOH.js';
|
|
@@ -19,16 +19,16 @@ import { ResourceStatusColors, toWorkflowLogMessages } from '../chunk-ELJIFLCB.j
|
|
|
19
19
|
import '../chunk-L4XXM55J.js';
|
|
20
20
|
import '../chunk-SLVC5OJ2.js';
|
|
21
21
|
import '../chunk-RNP5R5I3.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-KNJKCD73.js';
|
|
23
23
|
import '../chunk-NUULWBAD.js';
|
|
24
24
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
25
|
-
import '../chunk-
|
|
25
|
+
import '../chunk-2YW3LDFT.js';
|
|
26
26
|
import '../chunk-7ATCF6UL.js';
|
|
27
|
-
import '../chunk-
|
|
27
|
+
import '../chunk-UANJP5P7.js';
|
|
28
28
|
import { useAppearance } from '../chunk-QJ2KCHKX.js';
|
|
29
29
|
import '../chunk-U2522LSW.js';
|
|
30
|
-
import '../chunk-
|
|
31
|
-
import { getResourceIcon, getResourceColor, PAGE_SIZE_DEFAULT, getErrorInfo, formatErrorMessage, formatDateTime } from '../chunk-
|
|
30
|
+
import '../chunk-JNBHUCKW.js';
|
|
31
|
+
import { getResourceIcon, getResourceColor, PAGE_SIZE_DEFAULT, getErrorInfo, formatErrorMessage, formatDateTime } from '../chunk-MBZDE6UT.js';
|
|
32
32
|
import '../chunk-CC3SDRIF.js';
|
|
33
33
|
import '../chunk-ALA56RGZ.js';
|
|
34
34
|
import { useInitialization } from '../chunk-DVKEEY5J.js';
|
|
@@ -86,5 +86,13 @@ interface ResourcesPageProps {
|
|
|
86
86
|
}
|
|
87
87
|
declare function ResourcesPage({ initialFilter, onTypeChange, timeRange, onResourceClick, pageSize }: ResourcesPageProps): react_jsx_runtime.JSX.Element;
|
|
88
88
|
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
interface ResourcesSidebarProps {
|
|
90
|
+
timeRange: TimeRange;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Resources sidebar - shows execution health donut, domain filters and search
|
|
94
|
+
*/
|
|
95
|
+
declare function ResourcesSidebar({ timeRange }: ResourcesSidebarProps): react_jsx_runtime.JSX.Element;
|
|
96
|
+
|
|
97
|
+
export { ResourcesPage, ResourcesSidebar };
|
|
98
|
+
export type { ResourcesPageProps, ResourcesSidebarProps };
|