@elevasis/ui 2.30.0 → 2.32.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.css +38 -0
- package/dist/app/index.d.ts +190 -9
- package/dist/app/index.js +7 -6
- package/dist/charts/index.js +4 -5
- package/dist/{chunk-HXZQWMKE.js → chunk-2RJMVWFJ.js} +1 -6
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
- package/dist/{chunk-JKTPRYGV.js → chunk-4MFNGNHF.js} +123 -192
- package/dist/{chunk-HYLERWRO.js → chunk-4QK76KIF.js} +7 -7
- package/dist/chunk-5FJJ72HU.js +13 -0
- package/dist/chunk-5J4PDX26.js +112 -0
- package/dist/{chunk-4SY6BTVZ.js → chunk-6DWD423K.js} +12 -9
- package/dist/{chunk-3GV5NHSS.js → chunk-7KZINJLP.js} +78 -232
- package/dist/{chunk-6WXDE5LZ.js → chunk-EPTHX4VZ.js} +1 -1
- package/dist/{chunk-6EFVZV6X.js → chunk-GCOQ3TBG.js} +243 -254
- package/dist/{chunk-LRZFLK2F.js → chunk-IQHU7O5Y.js} +4 -4
- package/dist/{chunk-X2SUMO3P.js → chunk-IZWTVFJ2.js} +16 -3
- package/dist/{chunk-IKQ42WHU.js → chunk-JFL3GRD4.js} +1 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-LLRXA7D7.js} +5 -6
- package/dist/chunk-MOY4VOHF.js +347 -0
- package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
- package/dist/{chunk-7E3FUTND.js → chunk-ND5TDV2J.js} +1 -1
- package/dist/{chunk-WF227UBV.js → chunk-QQHOKTJA.js} +4 -4
- package/dist/{chunk-A7B7HLDF.js → chunk-QTI3KC7D.js} +5884 -515
- package/dist/chunk-QXCDKE2O.js +486 -0
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-T5Z7G2J2.js → chunk-RQA2EVN3.js} +6 -16
- package/dist/{chunk-SKXXT3E2.js → chunk-RQTWIXJ5.js} +4 -4
- package/dist/chunk-T35FWDAB.js +4342 -0
- package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-JCGD4GM6.js → chunk-UROTM5OR.js} +14 -1
- package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-SBCIB5TZ.js → chunk-VRNMNB3O.js} +6 -7
- package/dist/chunk-WQPX44YM.js +1626 -0
- package/dist/{chunk-T2PAD63Y.js → chunk-XZGSCABI.js} +1 -1
- package/dist/chunk-YLQEVSOR.js +299 -0
- package/dist/{chunk-P5WYW2GI.js → chunk-ZQOKIGZP.js} +152 -306
- package/dist/components/index.css +38 -0
- package/dist/components/index.d.ts +334 -38
- package/dist/components/index.js +42 -42
- package/dist/components/navigation/index.css +38 -0
- package/dist/components/navigation/index.js +3 -2
- package/dist/execution/index.d.ts +9 -3
- package/dist/features/auth/index.css +38 -0
- package/dist/features/auth/index.d.ts +212 -14
- package/dist/features/auth/index.js +41 -9
- package/dist/features/clients/index.css +649 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +720 -0
- package/dist/features/crm/index.css +38 -0
- package/dist/features/crm/index.d.ts +228 -20
- package/dist/features/crm/index.js +20 -17
- package/dist/features/dashboard/index.css +38 -0
- package/dist/features/dashboard/index.d.ts +78 -3
- package/dist/features/dashboard/index.js +16 -16
- package/dist/features/delivery/index.css +38 -0
- package/dist/features/delivery/index.d.ts +201 -18
- package/dist/features/delivery/index.js +20 -18
- package/dist/features/knowledge/index.css +38 -0
- package/dist/features/knowledge/index.d.ts +20 -18
- package/dist/features/knowledge/index.js +116 -578
- package/dist/features/lead-gen/index.css +38 -0
- package/dist/features/lead-gen/index.d.ts +59 -51
- package/dist/features/lead-gen/index.js +20 -18
- package/dist/features/monitoring/index.css +38 -0
- package/dist/features/monitoring/index.d.ts +20 -18
- package/dist/features/monitoring/index.js +19 -18
- package/dist/features/monitoring/requests/index.css +38 -0
- package/dist/features/monitoring/requests/index.d.ts +21 -19
- package/dist/features/monitoring/requests/index.js +17 -15
- package/dist/features/operations/index.css +38 -0
- package/dist/features/operations/index.d.ts +945 -45
- package/dist/features/operations/index.js +24 -26
- package/dist/features/seo/index.d.ts +20 -18
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.css +38 -0
- package/dist/features/settings/index.d.ts +201 -18
- package/dist/features/settings/index.js +18 -16
- package/dist/hooks/delivery/index.css +38 -0
- package/dist/hooks/delivery/index.d.ts +200 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +38 -0
- package/dist/hooks/index.d.ts +825 -47
- package/dist/hooks/index.js +14 -13
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +194 -3
- package/dist/hooks/published.css +38 -0
- package/dist/hooks/published.d.ts +825 -47
- package/dist/hooks/published.js +14 -13
- package/dist/index.css +38 -0
- package/dist/index.d.ts +1506 -1212
- package/dist/index.js +15 -14
- package/dist/initialization/index.d.ts +181 -0
- package/dist/knowledge/index.d.ts +813 -1068
- package/dist/knowledge/index.js +7370 -2869
- package/dist/{chunk-CLUP5H3C.js → knowledge-search-index-5KYPO746.js} +441 -963
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -5
- package/dist/organization/index.css +38 -0
- package/dist/profile/index.d.ts +181 -0
- package/dist/provider/index.css +38 -0
- package/dist/provider/index.d.ts +909 -1156
- package/dist/provider/index.js +11 -10
- package/dist/provider/published.css +38 -0
- package/dist/provider/published.d.ts +906 -1153
- package/dist/provider/published.js +7 -6
- package/dist/supabase/index.d.ts +349 -0
- package/dist/test-utils/index.d.ts +16 -9
- package/dist/test-utils/index.js +39 -32
- package/dist/test-utils/setup.js +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/types/index.d.ts +378 -5
- package/dist/utils/index.d.ts +78 -3
- package/dist/utils/index.js +1 -1
- package/dist/vite/index.js +2 -2
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/package.json +47 -37
- package/src/provider/README.md +5 -5
- package/dist/chunk-2DIYILF7.js +0 -413
- package/dist/chunk-3MDNBHVB.js +0 -3868
- package/dist/chunk-6IXOKUBC.js +0 -347
- package/dist/chunk-AKOD52HS.js +0 -739
- package/dist/chunk-ECNNI3NT.js +0 -6
- package/dist/chunk-JDNEWB5F.js +0 -10
- package/dist/chunk-NITGGYH2.js +0 -476
- package/dist/chunk-OAVTMITG.js +0 -13
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
.mantine-Accordion-control:hover {
|
|
151
151
|
background-color: var(--color-surface-hover);
|
|
152
152
|
}
|
|
153
|
+
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
154
|
+
--item-filled-color: var(--color-surface);
|
|
155
|
+
--item-border-color: var(--color-border);
|
|
156
|
+
}
|
|
157
|
+
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
158
|
+
background-color: var(--color-surface);
|
|
159
|
+
border-color: var(--color-border);
|
|
160
|
+
}
|
|
153
161
|
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
154
162
|
background-color: var(--color-surface-hover);
|
|
155
163
|
}
|
|
@@ -215,6 +223,36 @@
|
|
|
215
223
|
background-color: var(--color-primary);
|
|
216
224
|
border-color: var(--color-primary);
|
|
217
225
|
}
|
|
226
|
+
.mantine-Tree-node:focus-visible > [data-value] {
|
|
227
|
+
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
228
|
+
outline-offset: 2px;
|
|
229
|
+
}
|
|
230
|
+
.mantine-Tree-label[data-hovered] {
|
|
231
|
+
background-color: var(--color-surface-hover);
|
|
232
|
+
border-color: var(--color-border);
|
|
233
|
+
}
|
|
234
|
+
.mantine-Tree-label[data-selected] {
|
|
235
|
+
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
236
|
+
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
237
|
+
color: var(--color-primary);
|
|
238
|
+
}
|
|
239
|
+
[data-knowledge-article] pre {
|
|
240
|
+
white-space: pre-wrap;
|
|
241
|
+
word-break: break-word;
|
|
242
|
+
overflow-x: auto;
|
|
243
|
+
max-width: 100%;
|
|
244
|
+
padding: var(--mantine-spacing-sm);
|
|
245
|
+
background-color: var(--color-surface);
|
|
246
|
+
border: 1px solid var(--color-border);
|
|
247
|
+
border-radius: var(--mantine-radius-sm);
|
|
248
|
+
}
|
|
249
|
+
[data-knowledge-article] pre code {
|
|
250
|
+
background: transparent;
|
|
251
|
+
border: none;
|
|
252
|
+
padding: 0;
|
|
253
|
+
white-space: inherit;
|
|
254
|
+
word-break: inherit;
|
|
255
|
+
}
|
|
218
256
|
.recharts-surface:focus {
|
|
219
257
|
outline: none;
|
|
220
258
|
}
|
|
@@ -58,10 +58,10 @@ declare const RecordColumnConfigSchema: z$1.ZodObject<{
|
|
|
58
58
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
59
59
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
60
60
|
text: "text";
|
|
61
|
-
badge: "badge";
|
|
62
|
-
datetime: "datetime";
|
|
63
61
|
count: "count";
|
|
64
62
|
json: "json";
|
|
63
|
+
badge: "badge";
|
|
64
|
+
datetime: "datetime";
|
|
65
65
|
}>>;
|
|
66
66
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
67
67
|
}, z$1.core.$strip>;
|
|
@@ -99,11 +99,11 @@ type TransitionItemRequest = z$1.infer<typeof TransitionItemRequestSchema>;
|
|
|
99
99
|
* from migration 20260428000003_lead_gen_acq_lists_status_and_config.sql).
|
|
100
100
|
*/
|
|
101
101
|
declare const ListStatusSchema: z$1.ZodEnum<{
|
|
102
|
-
closing: "closing";
|
|
103
102
|
draft: "draft";
|
|
103
|
+
archived: "archived";
|
|
104
|
+
closing: "closing";
|
|
104
105
|
enriching: "enriching";
|
|
105
106
|
launched: "launched";
|
|
106
|
-
archived: "archived";
|
|
107
107
|
}>;
|
|
108
108
|
/**
|
|
109
109
|
* Single list as returned by /api/acquisition/lists/:id etc.
|
|
@@ -117,11 +117,11 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
117
117
|
batchIds: z$1.ZodArray<z$1.ZodString>;
|
|
118
118
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
119
119
|
status: z$1.ZodEnum<{
|
|
120
|
-
closing: "closing";
|
|
121
120
|
draft: "draft";
|
|
121
|
+
archived: "archived";
|
|
122
|
+
closing: "closing";
|
|
122
123
|
enriching: "enriching";
|
|
123
124
|
launched: "launched";
|
|
124
|
-
archived: "archived";
|
|
125
125
|
}>;
|
|
126
126
|
metadata: z$1.ZodObject<{
|
|
127
127
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -149,7 +149,7 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
149
149
|
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
150
150
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
151
151
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
152
|
-
|
|
152
|
+
actionKey: z$1.ZodString;
|
|
153
153
|
defaultBatchSize: z$1.ZodNumber;
|
|
154
154
|
maxBatchSize: z$1.ZodNumber;
|
|
155
155
|
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -160,10 +160,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
160
160
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
161
161
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
162
162
|
text: "text";
|
|
163
|
-
badge: "badge";
|
|
164
|
-
datetime: "datetime";
|
|
165
163
|
count: "count";
|
|
166
164
|
json: "json";
|
|
165
|
+
badge: "badge";
|
|
166
|
+
datetime: "datetime";
|
|
167
167
|
}>>;
|
|
168
168
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
169
169
|
}, z$1.core.$strip>>>;
|
|
@@ -174,10 +174,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
174
174
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
175
175
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
176
176
|
text: "text";
|
|
177
|
-
badge: "badge";
|
|
178
|
-
datetime: "datetime";
|
|
179
177
|
count: "count";
|
|
180
178
|
json: "json";
|
|
179
|
+
badge: "badge";
|
|
180
|
+
datetime: "datetime";
|
|
181
181
|
}>>;
|
|
182
182
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
183
183
|
}, z$1.core.$strip>>>;
|
|
@@ -303,6 +303,7 @@ declare const ListContactsQuerySchema: z$1.ZodObject<{
|
|
|
303
303
|
declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
304
304
|
id: z$1.ZodString;
|
|
305
305
|
organizationId: z$1.ZodString;
|
|
306
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
306
307
|
name: z$1.ZodString;
|
|
307
308
|
domain: z$1.ZodNullable<z$1.ZodString>;
|
|
308
309
|
linkedinUrl: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -339,6 +340,7 @@ declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
|
339
340
|
declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
340
341
|
id: z$1.ZodString;
|
|
341
342
|
organizationId: z$1.ZodString;
|
|
343
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
342
344
|
companyId: z$1.ZodNullable<z$1.ZodString>;
|
|
343
345
|
email: z$1.ZodString;
|
|
344
346
|
emailValid: z$1.ZodNullable<z$1.ZodEnum<{
|
|
@@ -390,9 +392,9 @@ declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
|
390
392
|
updatedAt: z$1.ZodString;
|
|
391
393
|
}, z$1.core.$strip>;
|
|
392
394
|
declare const AcqArtifactOwnerKindSchema: z$1.ZodEnum<{
|
|
395
|
+
list: "list";
|
|
393
396
|
company: "company";
|
|
394
397
|
contact: "contact";
|
|
395
|
-
list: "list";
|
|
396
398
|
deal: "deal";
|
|
397
399
|
list_member: "list_member";
|
|
398
400
|
}>;
|
|
@@ -421,7 +423,7 @@ interface BuildPlanSnapshotStep {
|
|
|
421
423
|
recordSourceStageKey?: string;
|
|
422
424
|
dependsOn?: string[];
|
|
423
425
|
dependencyMode: BuildPlanSnapshotDependencyMode;
|
|
424
|
-
|
|
426
|
+
actionKey: string;
|
|
425
427
|
defaultBatchSize: number;
|
|
426
428
|
maxBatchSize: number;
|
|
427
429
|
recordColumns?: Partial<Record<BuildPlanSnapshotPrimaryEntity, RecordColumnConfig[]>>;
|
|
@@ -434,35 +436,37 @@ interface Action {
|
|
|
434
436
|
payloadSchema?: z$1.ZodTypeAny;
|
|
435
437
|
}
|
|
436
438
|
|
|
437
|
-
type
|
|
438
|
-
type
|
|
439
|
+
type SystemSidebarComponent = ComponentType;
|
|
440
|
+
type SystemIconComponent = ComponentType<{
|
|
439
441
|
size?: number;
|
|
440
442
|
stroke?: number;
|
|
441
443
|
}>;
|
|
442
|
-
type
|
|
444
|
+
type SystemSidebarWidthResolver = number | ((context: {
|
|
443
445
|
currentPath: string;
|
|
444
446
|
}) => number);
|
|
445
|
-
interface
|
|
446
|
-
/** Unique stable identifier for this
|
|
447
|
+
interface SystemModule {
|
|
448
|
+
/** Unique stable identifier for this UI system module. */
|
|
447
449
|
key: string;
|
|
448
|
-
/** Organization Model
|
|
449
|
-
|
|
450
|
-
/**
|
|
450
|
+
/** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
|
|
451
|
+
systemId?: string;
|
|
452
|
+
/** Route prefixes owned by navigation-only app surfaces. */
|
|
453
|
+
routePrefixes?: string[];
|
|
454
|
+
/** Capability identifiers contributed by this system module. */
|
|
451
455
|
capabilityIds?: string[];
|
|
452
|
-
/** Icon used when this
|
|
453
|
-
icon?:
|
|
454
|
-
/** Sidebar component rendered when this
|
|
455
|
-
sidebar?:
|
|
456
|
+
/** Icon used when this system node appears in shell navigation. */
|
|
457
|
+
icon?: SystemIconComponent;
|
|
458
|
+
/** Sidebar component rendered when this system's subtree route is active. */
|
|
459
|
+
sidebar?: SystemSidebarComponent;
|
|
456
460
|
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
457
|
-
sidebarWidth?:
|
|
458
|
-
/** Operations-only bridge connecting this
|
|
459
|
-
organizationGraph?:
|
|
461
|
+
sidebarWidth?: SystemSidebarWidthResolver;
|
|
462
|
+
/** Operations-only bridge connecting this system to the organization graph node. */
|
|
463
|
+
organizationGraph?: OrganizationGraphSystemBridge;
|
|
460
464
|
}
|
|
461
|
-
interface
|
|
462
|
-
|
|
465
|
+
interface OrganizationGraphSystemBridge {
|
|
466
|
+
systemId?: string;
|
|
463
467
|
}
|
|
464
468
|
|
|
465
|
-
declare const leadGenManifest:
|
|
469
|
+
declare const leadGenManifest: SystemModule;
|
|
466
470
|
|
|
467
471
|
interface LeadGenRouteLink {
|
|
468
472
|
label: string;
|
|
@@ -483,18 +487,10 @@ declare function getStatusColor(status: string | null): "green" | "red" | "gray"
|
|
|
483
487
|
* draft | enriching | launched | closing | archived
|
|
484
488
|
*/
|
|
485
489
|
declare function getStateKeyColor(stateKey: string | null | undefined): string;
|
|
486
|
-
declare function getEnrichmentColor(status: string): "
|
|
490
|
+
declare function getEnrichmentColor(status: string): "green" | "yellow" | "red" | "gray";
|
|
487
491
|
declare function getEnrichmentStatus(enrichmentData: Record<string, unknown> | null | undefined): "pending" | "failed" | "complete";
|
|
488
492
|
type LeadGenCompanyListItem = AcqCompanyResponse;
|
|
489
493
|
type LeadGenContactListItem = AcqContactResponse;
|
|
490
|
-
declare function CompanyDetailModal({ company, onClose }: {
|
|
491
|
-
company: LeadGenCompanyListItem | null;
|
|
492
|
-
onClose: () => void;
|
|
493
|
-
}): react_jsx_runtime.JSX.Element;
|
|
494
|
-
declare function ContactDetailModal({ contact, onClose }: {
|
|
495
|
-
contact: LeadGenContactListItem | null;
|
|
496
|
-
onClose: () => void;
|
|
497
|
-
}): react_jsx_runtime.JSX.Element;
|
|
498
494
|
|
|
499
495
|
type AcqCompanyWithCount = AcqCompanyResponse;
|
|
500
496
|
interface AcqCompanyFacetsResponse {
|
|
@@ -549,6 +545,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
549
545
|
verticalResearch: string | null;
|
|
550
546
|
createdAt: string;
|
|
551
547
|
updatedAt: string;
|
|
548
|
+
clientId?: string | null | undefined;
|
|
552
549
|
pipelineStatus?: unknown;
|
|
553
550
|
}[];
|
|
554
551
|
total: number;
|
|
@@ -583,6 +580,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
583
580
|
verticalResearch: string | null;
|
|
584
581
|
createdAt: string;
|
|
585
582
|
updatedAt: string;
|
|
583
|
+
clientId?: string | null | undefined;
|
|
586
584
|
pipelineStatus?: unknown;
|
|
587
585
|
} | null, Error>;
|
|
588
586
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
@@ -612,9 +610,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
612
610
|
verticalResearch: string | null;
|
|
613
611
|
createdAt: string;
|
|
614
612
|
updatedAt: string;
|
|
613
|
+
clientId?: string | null | undefined;
|
|
615
614
|
pipelineStatus?: unknown;
|
|
616
615
|
}, Error, {
|
|
617
616
|
name: string;
|
|
617
|
+
clientId?: string | null | undefined;
|
|
618
618
|
domain?: string | undefined;
|
|
619
619
|
linkedinUrl?: string | undefined;
|
|
620
620
|
website?: string | undefined;
|
|
@@ -655,9 +655,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
655
655
|
verticalResearch: string | null;
|
|
656
656
|
createdAt: string;
|
|
657
657
|
updatedAt: string;
|
|
658
|
+
clientId?: string | null | undefined;
|
|
658
659
|
pipelineStatus?: unknown;
|
|
659
660
|
}, Error, {
|
|
660
661
|
name?: string | undefined;
|
|
662
|
+
clientId?: string | null | undefined;
|
|
661
663
|
domain?: string | undefined;
|
|
662
664
|
linkedinUrl?: string | undefined;
|
|
663
665
|
website?: string | undefined;
|
|
@@ -722,6 +724,7 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
722
724
|
status: "active" | "invalid";
|
|
723
725
|
createdAt: string;
|
|
724
726
|
updatedAt: string;
|
|
727
|
+
clientId?: string | null | undefined;
|
|
725
728
|
pipelineStatus?: unknown;
|
|
726
729
|
company?: {
|
|
727
730
|
id: string;
|
|
@@ -764,6 +767,7 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
764
767
|
status: "active" | "invalid";
|
|
765
768
|
createdAt: string;
|
|
766
769
|
updatedAt: string;
|
|
770
|
+
clientId?: string | null | undefined;
|
|
767
771
|
pipelineStatus?: unknown;
|
|
768
772
|
company?: {
|
|
769
773
|
id: string;
|
|
@@ -802,6 +806,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
802
806
|
status: "active" | "invalid";
|
|
803
807
|
createdAt: string;
|
|
804
808
|
updatedAt: string;
|
|
809
|
+
clientId?: string | null | undefined;
|
|
805
810
|
pipelineStatus?: unknown;
|
|
806
811
|
company?: {
|
|
807
812
|
id: string;
|
|
@@ -815,6 +820,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
815
820
|
} | null | undefined;
|
|
816
821
|
}, Error, {
|
|
817
822
|
email: string;
|
|
823
|
+
clientId?: string | null | undefined;
|
|
818
824
|
companyId?: string | undefined;
|
|
819
825
|
firstName?: string | undefined;
|
|
820
826
|
lastName?: string | undefined;
|
|
@@ -851,6 +857,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
851
857
|
status: "active" | "invalid";
|
|
852
858
|
createdAt: string;
|
|
853
859
|
updatedAt: string;
|
|
860
|
+
clientId?: string | null | undefined;
|
|
854
861
|
pipelineStatus?: unknown;
|
|
855
862
|
company?: {
|
|
856
863
|
id: string;
|
|
@@ -864,6 +871,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
864
871
|
} | null | undefined;
|
|
865
872
|
}, Error, {
|
|
866
873
|
companyId?: string | undefined;
|
|
874
|
+
clientId?: string | null | undefined;
|
|
867
875
|
emailValid?: "VALID" | "INVALID" | "RISKY" | "UNKNOWN" | undefined;
|
|
868
876
|
firstName?: string | undefined;
|
|
869
877
|
lastName?: string | undefined;
|
|
@@ -885,7 +893,7 @@ declare function useDeleteContacts(): _tanstack_react_query.UseMutationResult<vo
|
|
|
885
893
|
|
|
886
894
|
declare const leadGenArtifactKeys: {
|
|
887
895
|
all: readonly ["lead-gen-artifacts"];
|
|
888
|
-
list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "
|
|
896
|
+
list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "list" | "company" | "contact" | "deal" | "list_member", string];
|
|
889
897
|
};
|
|
890
898
|
interface UseArtifactsParams {
|
|
891
899
|
ownerKind: AcqArtifactOwnerKind;
|
|
@@ -917,7 +925,7 @@ declare function useCreateArtifact(): _tanstack_react_query.UseMutationResult<{
|
|
|
917
925
|
createdAt: string;
|
|
918
926
|
version: number;
|
|
919
927
|
}, Error, {
|
|
920
|
-
ownerKind: "
|
|
928
|
+
ownerKind: "list" | "company" | "contact" | "deal" | "list_member";
|
|
921
929
|
ownerId: string;
|
|
922
930
|
kind: string;
|
|
923
931
|
content: Record<string, unknown>;
|
|
@@ -1146,20 +1154,20 @@ interface StepConfigLayout<T> {
|
|
|
1146
1154
|
|
|
1147
1155
|
type ListBuilderWorkflowCategory = 'build' | 'enrich' | 'qualify' | 'scrape' | 'utility';
|
|
1148
1156
|
type LeadGenStageKey = string;
|
|
1149
|
-
type
|
|
1157
|
+
type LeadGenActionKey = string;
|
|
1150
1158
|
type ListBuildActionKind = 'run_next_batch' | 'retry_failed' | 'advanced';
|
|
1151
1159
|
type ListBuildStepStatus = 'ready' | 'complete' | 'failed' | 'blocked';
|
|
1152
1160
|
interface ListBuildRecommendedAction {
|
|
1153
1161
|
kind: ListBuildActionKind;
|
|
1154
1162
|
label: string;
|
|
1155
|
-
|
|
1163
|
+
actionKey?: LeadGenActionKey;
|
|
1156
1164
|
defaultSize?: number;
|
|
1157
1165
|
maxSize?: number;
|
|
1158
1166
|
}
|
|
1159
1167
|
interface ListBuilderWorkflow {
|
|
1160
1168
|
resourceId: string;
|
|
1161
1169
|
workflowId?: string;
|
|
1162
|
-
|
|
1170
|
+
actionKey?: LeadGenActionKey;
|
|
1163
1171
|
label: string;
|
|
1164
1172
|
description: string;
|
|
1165
1173
|
category: ListBuilderWorkflowCategory;
|
|
@@ -1179,7 +1187,7 @@ interface ListActionDefinition {
|
|
|
1179
1187
|
id: string;
|
|
1180
1188
|
label: string;
|
|
1181
1189
|
description?: string;
|
|
1182
|
-
|
|
1190
|
+
actionKey?: LeadGenActionKey;
|
|
1183
1191
|
workflowId: string;
|
|
1184
1192
|
selectionMode?: ListActionSelectionMode;
|
|
1185
1193
|
renderForm?: (context: ListActionFormContext) => ReactNode;
|
|
@@ -1191,7 +1199,7 @@ declare function ListActionsProvider({ registry, children }: {
|
|
|
1191
1199
|
children: ReactNode;
|
|
1192
1200
|
}): react_jsx_runtime.JSX.Element;
|
|
1193
1201
|
declare function useListActions(): ListBuilderRegistry;
|
|
1194
|
-
declare function
|
|
1202
|
+
declare function findListActionByAction(registry: ListBuilderRegistry, actionKey: LeadGenActionKey): ListBuilderWorkflow | undefined;
|
|
1195
1203
|
declare function getListActionWorkflowId(action: ListBuilderWorkflow): string;
|
|
1196
1204
|
|
|
1197
1205
|
interface MembersPanelSelection {
|
|
@@ -1221,10 +1229,10 @@ declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
|
|
|
1221
1229
|
declare const ORPHAN_STAGE_ORDER = 9999;
|
|
1222
1230
|
type BuildStepPrimaryEntity = BuildPlanSnapshotStep['primaryEntity'];
|
|
1223
1231
|
type BuildStepOutput = BuildPlanSnapshotStep['outputs'][number];
|
|
1224
|
-
interface MvpBuildStepDefinition extends Omit<BuildPlanSnapshotStep, '
|
|
1232
|
+
interface MvpBuildStepDefinition extends Omit<BuildPlanSnapshotStep, 'actionKey' | 'description' | 'outputs'> {
|
|
1225
1233
|
description: string;
|
|
1226
1234
|
outputs: readonly BuildStepOutput[];
|
|
1227
|
-
|
|
1235
|
+
actionKey: LeadGenActionKey;
|
|
1228
1236
|
emptyBlockedText: string;
|
|
1229
1237
|
}
|
|
1230
1238
|
interface BuildStepState extends MvpBuildStepDefinition {
|
|
@@ -1248,5 +1256,5 @@ declare function getStepActionLabel(kind: ListBuildActionKind | 'none'): "Retry
|
|
|
1248
1256
|
declare function deriveBusinessProgress(list: AcqListResponse, progress: ListProgress, actions?: ListBuilderRegistry, executions?: ListExecutionSummaryInput[]): ListProgress;
|
|
1249
1257
|
declare function resolveBuildState(list: AcqListResponse, progress: ListProgress, actions: ListBuilderRegistry): BuildResolution;
|
|
1250
1258
|
|
|
1251
|
-
export {
|
|
1252
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState,
|
|
1259
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
|
|
1260
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState, LeadGenActionKey, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, MvpBuildStepDefinition, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
1
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists } from '../../chunk-7KZINJLP.js';
|
|
2
|
+
export { LEAD_GEN_ITEMS, LeadGenSidebarMiddle } from '../../chunk-MOY4VOHF.js';
|
|
3
3
|
import '../../chunk-3MEXPLWT.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-TUMSNGTX.js';
|
|
4
|
+
import '../../chunk-VNFR57DF.js';
|
|
6
5
|
import '../../chunk-X4WBGKJQ.js';
|
|
7
6
|
import '../../chunk-IIMU5YAJ.js';
|
|
7
|
+
import '../../chunk-BZZCNLT6.js';
|
|
8
|
+
import '../../chunk-TUMSNGTX.js';
|
|
8
9
|
import '../../chunk-PDHTXPSF.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-R66W5UDG.js';
|
|
10
11
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
12
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-GCOQ3TBG.js';
|
|
13
|
+
import '../../chunk-VNAZTCHA.js';
|
|
14
|
+
import '../../chunk-XZGSCABI.js';
|
|
14
15
|
import '../../chunk-BRXELOHC.js';
|
|
15
16
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-5FJJ72HU.js';
|
|
18
|
+
import '../../chunk-RQTWIXJ5.js';
|
|
19
|
+
import '../../chunk-RQA2EVN3.js';
|
|
20
|
+
import '../../chunk-3FV6HBXS.js';
|
|
20
21
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-6DWD423K.js';
|
|
23
|
+
import '../../chunk-EPTHX4VZ.js';
|
|
23
24
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
export { EMPTY_LIST_ACTIONS, ListActionsProvider,
|
|
25
|
+
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByAction, getListActionWorkflowId, useListActions } from '../../chunk-YLQEVSOR.js';
|
|
25
26
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-QXCDKE2O.js';
|
|
27
28
|
import '../../chunk-TKAYX2SP.js';
|
|
28
29
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-T35FWDAB.js';
|
|
31
|
+
import '../../chunk-ND5TDV2J.js';
|
|
30
32
|
import '../../chunk-2IFYDILW.js';
|
|
31
33
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
34
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -35,7 +37,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
37
|
import '../../chunk-JBWJ6WHZ.js';
|
|
36
38
|
import '../../chunk-DT3QYZVU.js';
|
|
37
39
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
40
|
+
import '../../chunk-2RJMVWFJ.js';
|
|
39
41
|
import '../../chunk-KRWALB24.js';
|
|
40
42
|
import '../../chunk-VKIZUUPM.js';
|
|
41
43
|
import '../../chunk-533DUEQY.js';
|
|
@@ -534,6 +534,14 @@
|
|
|
534
534
|
.mantine-Accordion-control:hover {
|
|
535
535
|
background-color: var(--color-surface-hover);
|
|
536
536
|
}
|
|
537
|
+
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
538
|
+
--item-filled-color: var(--color-surface);
|
|
539
|
+
--item-border-color: var(--color-border);
|
|
540
|
+
}
|
|
541
|
+
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
542
|
+
background-color: var(--color-surface);
|
|
543
|
+
border-color: var(--color-border);
|
|
544
|
+
}
|
|
537
545
|
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
538
546
|
background-color: var(--color-surface-hover);
|
|
539
547
|
}
|
|
@@ -599,6 +607,36 @@
|
|
|
599
607
|
background-color: var(--color-primary);
|
|
600
608
|
border-color: var(--color-primary);
|
|
601
609
|
}
|
|
610
|
+
.mantine-Tree-node:focus-visible > [data-value] {
|
|
611
|
+
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
612
|
+
outline-offset: 2px;
|
|
613
|
+
}
|
|
614
|
+
.mantine-Tree-label[data-hovered] {
|
|
615
|
+
background-color: var(--color-surface-hover);
|
|
616
|
+
border-color: var(--color-border);
|
|
617
|
+
}
|
|
618
|
+
.mantine-Tree-label[data-selected] {
|
|
619
|
+
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
620
|
+
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
621
|
+
color: var(--color-primary);
|
|
622
|
+
}
|
|
623
|
+
[data-knowledge-article] pre {
|
|
624
|
+
white-space: pre-wrap;
|
|
625
|
+
word-break: break-word;
|
|
626
|
+
overflow-x: auto;
|
|
627
|
+
max-width: 100%;
|
|
628
|
+
padding: var(--mantine-spacing-sm);
|
|
629
|
+
background-color: var(--color-surface);
|
|
630
|
+
border: 1px solid var(--color-border);
|
|
631
|
+
border-radius: var(--mantine-radius-sm);
|
|
632
|
+
}
|
|
633
|
+
[data-knowledge-article] pre code {
|
|
634
|
+
background: transparent;
|
|
635
|
+
border: none;
|
|
636
|
+
padding: 0;
|
|
637
|
+
white-space: inherit;
|
|
638
|
+
word-break: inherit;
|
|
639
|
+
}
|
|
602
640
|
.recharts-surface:focus {
|
|
603
641
|
outline: none;
|
|
604
642
|
}
|
|
@@ -118,35 +118,37 @@ interface NotificationCenterProps {
|
|
|
118
118
|
}
|
|
119
119
|
declare function NotificationCenter({ pageSize }: NotificationCenterProps): react_jsx_runtime.JSX.Element;
|
|
120
120
|
|
|
121
|
-
type
|
|
122
|
-
type
|
|
121
|
+
type SystemSidebarComponent = ComponentType;
|
|
122
|
+
type SystemIconComponent = ComponentType<{
|
|
123
123
|
size?: number;
|
|
124
124
|
stroke?: number;
|
|
125
125
|
}>;
|
|
126
|
-
type
|
|
126
|
+
type SystemSidebarWidthResolver = number | ((context: {
|
|
127
127
|
currentPath: string;
|
|
128
128
|
}) => number);
|
|
129
|
-
interface
|
|
130
|
-
/** Unique stable identifier for this
|
|
129
|
+
interface SystemModule {
|
|
130
|
+
/** Unique stable identifier for this UI system module. */
|
|
131
131
|
key: string;
|
|
132
|
-
/** Organization Model
|
|
133
|
-
|
|
134
|
-
/**
|
|
132
|
+
/** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
|
|
133
|
+
systemId?: string;
|
|
134
|
+
/** Route prefixes owned by navigation-only app surfaces. */
|
|
135
|
+
routePrefixes?: string[];
|
|
136
|
+
/** Capability identifiers contributed by this system module. */
|
|
135
137
|
capabilityIds?: string[];
|
|
136
|
-
/** Icon used when this
|
|
137
|
-
icon?:
|
|
138
|
-
/** Sidebar component rendered when this
|
|
139
|
-
sidebar?:
|
|
138
|
+
/** Icon used when this system node appears in shell navigation. */
|
|
139
|
+
icon?: SystemIconComponent;
|
|
140
|
+
/** Sidebar component rendered when this system's subtree route is active. */
|
|
141
|
+
sidebar?: SystemSidebarComponent;
|
|
140
142
|
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
141
|
-
sidebarWidth?:
|
|
142
|
-
/** Operations-only bridge connecting this
|
|
143
|
-
organizationGraph?:
|
|
143
|
+
sidebarWidth?: SystemSidebarWidthResolver;
|
|
144
|
+
/** Operations-only bridge connecting this system to the organization graph node. */
|
|
145
|
+
organizationGraph?: OrganizationGraphSystemBridge;
|
|
144
146
|
}
|
|
145
|
-
interface
|
|
146
|
-
|
|
147
|
+
interface OrganizationGraphSystemBridge {
|
|
148
|
+
systemId?: string;
|
|
147
149
|
}
|
|
148
150
|
|
|
149
|
-
declare const monitoringManifest:
|
|
151
|
+
declare const monitoringManifest: SystemModule;
|
|
150
152
|
|
|
151
153
|
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest };
|
|
152
154
|
export type { ActivityFeedProps, ActivityLogProps, CostAnalyticsProps, ErrorDetailsModalProps, ExecutionHealthProps, ExecutionLogsPageProps, ExecutionLogsPageRenderTrendChartArgs, NotificationCenterProps };
|
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-VRNMNB3O.js';
|
|
2
|
+
import '../../chunk-IQHU7O5Y.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-4DYOXEH6.js';
|
|
5
|
+
import '../../chunk-VNFR57DF.js';
|
|
6
6
|
import '../../chunk-RYTEQBAO.js';
|
|
7
7
|
import '../../chunk-PDHTXPSF.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-R66W5UDG.js';
|
|
9
9
|
import '../../chunk-E4WQGJNS.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-GCOQ3TBG.js';
|
|
12
|
+
import '../../chunk-VNAZTCHA.js';
|
|
13
|
+
import '../../chunk-XZGSCABI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-5FJJ72HU.js';
|
|
17
|
+
import '../../chunk-RQTWIXJ5.js';
|
|
18
|
+
import '../../chunk-RQA2EVN3.js';
|
|
19
|
+
import '../../chunk-3FV6HBXS.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-6DWD423K.js';
|
|
22
|
+
import '../../chunk-EPTHX4VZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-YLQEVSOR.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-QXCDKE2O.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-T35FWDAB.js';
|
|
30
|
+
import '../../chunk-ND5TDV2J.js';
|
|
30
31
|
import '../../chunk-2IFYDILW.js';
|
|
31
32
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
33
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -35,7 +36,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
36
|
import '../../chunk-JBWJ6WHZ.js';
|
|
36
37
|
import '../../chunk-DT3QYZVU.js';
|
|
37
38
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
39
|
+
import '../../chunk-2RJMVWFJ.js';
|
|
39
40
|
import '../../chunk-KRWALB24.js';
|
|
40
41
|
import '../../chunk-VKIZUUPM.js';
|
|
41
42
|
import '../../chunk-533DUEQY.js';
|