@elevasis/ui 2.40.1 → 2.41.1
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 +4 -6
- package/dist/app/index.css +384 -0
- package/dist/app/index.d.ts +108 -0
- package/dist/app/index.js +17 -27
- package/dist/auth/index.css +659 -0
- package/dist/auth/index.js +19 -6
- package/dist/charts/index.css +533 -0
- package/dist/charts/index.js +18 -15
- package/dist/{chunk-RXH4D6TY.js → chunk-5M4HSHQ5.js} +631 -2
- package/dist/{chunk-TE4P6OSJ.js → chunk-7FJI76OH.js} +1 -1
- package/dist/chunk-GMXGDO3I.js +244 -0
- package/dist/{chunk-CXY7FMUM.js → chunk-GUKY77FJ.js} +50 -4
- package/dist/{chunk-5JYKCULK.js → chunk-NZ2F5RQ4.js} +44 -2
- package/dist/{chunk-WF7CONXF.js → chunk-OJJK27GC.js} +658 -6
- package/dist/{chunk-RX6RSKWC.js → chunk-QDXTIQT4.js} +29255 -18312
- package/dist/{chunk-73EWE2EW.js → chunk-V5HWC5EW.js} +1 -1
- package/dist/components/chat/index.js +1 -2
- package/dist/components/index.css +149 -149
- package/dist/components/index.js +13 -37
- package/dist/components/navigation/index.css +659 -0
- package/dist/components/navigation/index.js +25 -4
- package/dist/features/auth/index.js +14 -38
- package/dist/features/clients/index.css +149 -149
- package/dist/features/clients/index.js +13 -37
- package/dist/features/crm/index.js +13 -37
- package/dist/features/dashboard/index.js +13 -37
- package/dist/features/delivery/index.js +13 -37
- package/dist/features/knowledge/index.css +659 -0
- package/dist/features/knowledge/index.js +25 -248
- package/dist/features/lead-gen/index.d.ts +81 -0
- package/dist/features/lead-gen/index.js +13 -37
- package/dist/features/monitoring/index.js +13 -37
- package/dist/features/monitoring/requests/index.d.ts +69 -7
- package/dist/features/monitoring/requests/index.js +32 -41
- package/dist/features/operations/index.d.ts +79 -0
- package/dist/features/operations/index.js +13 -37
- package/dist/features/seo/index.js +1 -4
- package/dist/features/settings/index.js +13 -37
- package/dist/hooks/access/index.css +659 -0
- package/dist/hooks/access/index.js +19 -5
- package/dist/hooks/delivery/index.js +13 -37
- package/dist/hooks/index.d.ts +18 -6
- package/dist/hooks/index.js +13 -37
- package/dist/hooks/published.d.ts +18 -6
- package/dist/hooks/published.js +13 -37
- package/dist/index.d.ts +151 -7
- package/dist/index.js +14 -38
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.css +659 -0
- package/dist/knowledge/index.d.ts +81 -0
- package/dist/knowledge/index.js +25 -15
- package/dist/layout/index.css +659 -0
- package/dist/layout/index.d.ts +18 -2
- package/dist/layout/index.js +24 -7
- package/dist/organization/index.js +13 -37
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +120 -1
- package/dist/provider/index.js +18 -22
- package/dist/provider/published.css +533 -0
- package/dist/provider/published.d.ts +121 -2
- package/dist/provider/published.js +18 -17
- package/dist/test-utils/index.js +4 -6
- package/dist/theme/index.js +2 -5
- package/dist/theme/presets/index.js +1 -2
- package/dist/utils/index.js +1 -3
- package/package.json +3 -3
- package/dist/chunk-3KMDHCAR.js +0 -52
- package/dist/chunk-4DRI3G36.js +0 -1016
- package/dist/chunk-5EYJ2GIN.js +0 -122
- package/dist/chunk-66U7JOWV.js +0 -425
- package/dist/chunk-6D4LCJ52.js +0 -10
- package/dist/chunk-6EV47QQW.js +0 -340
- package/dist/chunk-6ROXVZ3L.js +0 -9
- package/dist/chunk-7MTWRSUZ.js +0 -357
- package/dist/chunk-7PHY5ONQ.js +0 -85
- package/dist/chunk-B2DZLPDL.js +0 -39
- package/dist/chunk-CLDCYJQT.js +0 -1
- package/dist/chunk-CTJBPF3Z.js +0 -734
- package/dist/chunk-DT3QYZVU.js +0 -23
- package/dist/chunk-IIMU5YAJ.js +0 -53
- package/dist/chunk-IUQAP4IO.js +0 -2131
- package/dist/chunk-J3FLIZY4.js +0 -423
- package/dist/chunk-K7GKKETO.js +0 -3157
- package/dist/chunk-L7GXUSCV.js +0 -215
- package/dist/chunk-LJDYY3XB.js +0 -133
- package/dist/chunk-NYBEU5TE.js +0 -118
- package/dist/chunk-RH5VWWSC.js +0 -624
- package/dist/chunk-SJNIOGVX.js +0 -112
- package/dist/chunk-TYRUKGGD.js +0 -46
- package/dist/chunk-WLOQ4IBG.js +0 -654
- package/dist/chunk-X4WBGKJQ.js +0 -138
- package/dist/chunk-X7D6SUKR.js +0 -1234
|
@@ -246,6 +246,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
246
246
|
edit: "edit";
|
|
247
247
|
view: "view";
|
|
248
248
|
launch: "launch";
|
|
249
|
+
"message-plus": "message-plus";
|
|
249
250
|
escalate: "escalate";
|
|
250
251
|
promote: "promote";
|
|
251
252
|
submit: "submit";
|
|
@@ -347,6 +348,7 @@ declare const OrganizationModelIconTokenSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
347
348
|
edit: "edit";
|
|
348
349
|
view: "view";
|
|
349
350
|
launch: "launch";
|
|
351
|
+
"message-plus": "message-plus";
|
|
350
352
|
escalate: "escalate";
|
|
351
353
|
promote: "promote";
|
|
352
354
|
submit: "submit";
|
|
@@ -560,6 +562,84 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
560
562
|
primary: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<SidebarNode, unknown, z.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
561
563
|
bottom: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<SidebarNode, unknown, z.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
562
564
|
}, z.core.$strip>>;
|
|
565
|
+
topbar: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
566
|
+
id: z.ZodString;
|
|
567
|
+
label: z.ZodString;
|
|
568
|
+
tooltip: z.ZodOptional<z.ZodString>;
|
|
569
|
+
icon: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
570
|
+
message: "message";
|
|
571
|
+
error: "error";
|
|
572
|
+
agent: "agent";
|
|
573
|
+
workflow: "workflow";
|
|
574
|
+
"google-sheets": "google-sheets";
|
|
575
|
+
dashboard: "dashboard";
|
|
576
|
+
calendar: "calendar";
|
|
577
|
+
sales: "sales";
|
|
578
|
+
crm: "crm";
|
|
579
|
+
"lead-gen": "lead-gen";
|
|
580
|
+
projects: "projects";
|
|
581
|
+
clients: "clients";
|
|
582
|
+
operations: "operations";
|
|
583
|
+
monitoring: "monitoring";
|
|
584
|
+
knowledge: "knowledge";
|
|
585
|
+
settings: "settings";
|
|
586
|
+
admin: "admin";
|
|
587
|
+
archive: "archive";
|
|
588
|
+
business: "business";
|
|
589
|
+
finance: "finance";
|
|
590
|
+
platform: "platform";
|
|
591
|
+
seo: "seo";
|
|
592
|
+
playbook: "playbook";
|
|
593
|
+
strategy: "strategy";
|
|
594
|
+
reference: "reference";
|
|
595
|
+
integration: "integration";
|
|
596
|
+
database: "database";
|
|
597
|
+
user: "user";
|
|
598
|
+
team: "team";
|
|
599
|
+
gmail: "gmail";
|
|
600
|
+
attio: "attio";
|
|
601
|
+
overview: "overview";
|
|
602
|
+
"command-view": "command-view";
|
|
603
|
+
"command-queue": "command-queue";
|
|
604
|
+
pipeline: "pipeline";
|
|
605
|
+
lists: "lists";
|
|
606
|
+
resources: "resources";
|
|
607
|
+
approve: "approve";
|
|
608
|
+
reject: "reject";
|
|
609
|
+
retry: "retry";
|
|
610
|
+
edit: "edit";
|
|
611
|
+
view: "view";
|
|
612
|
+
launch: "launch";
|
|
613
|
+
"message-plus": "message-plus";
|
|
614
|
+
escalate: "escalate";
|
|
615
|
+
promote: "promote";
|
|
616
|
+
submit: "submit";
|
|
617
|
+
email: "email";
|
|
618
|
+
success: "success";
|
|
619
|
+
warning: "warning";
|
|
620
|
+
info: "info";
|
|
621
|
+
pending: "pending";
|
|
622
|
+
bolt: "bolt";
|
|
623
|
+
building: "building";
|
|
624
|
+
briefcase: "briefcase";
|
|
625
|
+
apps: "apps";
|
|
626
|
+
graph: "graph";
|
|
627
|
+
shield: "shield";
|
|
628
|
+
users: "users";
|
|
629
|
+
"chart-bar": "chart-bar";
|
|
630
|
+
search: "search";
|
|
631
|
+
}>, z.ZodString]>>;
|
|
632
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
633
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
634
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
635
|
+
requiresAdmin: z.ZodOptional<z.ZodBoolean>;
|
|
636
|
+
targets: z.ZodOptional<z.ZodDefault<z.ZodObject<{
|
|
637
|
+
systems: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
638
|
+
entities: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
639
|
+
resources: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
640
|
+
actions: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
641
|
+
}, z.core.$strip>>>;
|
|
642
|
+
}, z.core.$strip>>>;
|
|
563
643
|
}, z.core.$strip>>;
|
|
564
644
|
identity: z.ZodDefault<z.ZodObject<{
|
|
565
645
|
mission: z.ZodDefault<z.ZodString>;
|
|
@@ -1228,6 +1308,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1228
1308
|
edit: "edit";
|
|
1229
1309
|
view: "view";
|
|
1230
1310
|
launch: "launch";
|
|
1311
|
+
"message-plus": "message-plus";
|
|
1231
1312
|
escalate: "escalate";
|
|
1232
1313
|
promote: "promote";
|
|
1233
1314
|
submit: "submit";
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
|
-
import { getKnowledgeIconToken, getKnowledgeGraphNodeCommand, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
2
|
-
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_TREE_GROUPS, getKnowledgeIconToken, getSharedOrganizationGraph } from '../chunk-
|
|
3
|
-
import {
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import '../chunk-
|
|
10
|
-
import '../chunk-
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
1
|
+
import { SemanticIcon, getKnowledgeIconToken, PageContainer, SystemEntrySchema, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, EntitySchema, ActionSchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-QDXTIQT4.js';
|
|
2
|
+
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_TREE_GROUPS, SemanticIcon, extendSemanticIconRegistry, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-QDXTIQT4.js';
|
|
3
|
+
import { usePresetsContext } from '../chunk-NZ2F5RQ4.js';
|
|
4
|
+
import '../chunk-OJJK27GC.js';
|
|
5
|
+
import '../chunk-AUDNF2Q7.js';
|
|
6
|
+
import '../chunk-6M6OLGQY.js';
|
|
7
|
+
import '../chunk-BRXELOHC.js';
|
|
8
|
+
import '../chunk-GUKY77FJ.js';
|
|
9
|
+
import '../chunk-SJHM4WDG.js';
|
|
10
|
+
import '../chunk-ZTWA5H77.js';
|
|
11
|
+
import '../chunk-S3XR4II4.js';
|
|
12
|
+
import '../chunk-6DO4PE3O.js';
|
|
13
|
+
import '../chunk-7FJI76OH.js';
|
|
14
|
+
import '../chunk-DD3CCMCZ.js';
|
|
15
|
+
import '../chunk-GMXGDO3I.js';
|
|
13
16
|
import '../chunk-2IFYDILW.js';
|
|
14
17
|
import '../chunk-Q7DJKLEN.js';
|
|
15
|
-
import
|
|
16
|
-
|
|
17
|
-
import
|
|
18
|
+
import '../chunk-HENXLGVD.js';
|
|
19
|
+
import '../chunk-7FPLLSHN.js';
|
|
20
|
+
import '../chunk-RNP5R5I3.js';
|
|
21
|
+
import '../chunk-W2SFTXMT.js';
|
|
22
|
+
import { getSystem, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-5M4HSHQ5.js';
|
|
23
|
+
import '../chunk-KRWALB24.js';
|
|
24
|
+
import '../chunk-2FTX4WO2.js';
|
|
25
|
+
import '../chunk-MQZE7SUI.js';
|
|
26
|
+
import '../chunk-TVTSASST.js';
|
|
27
|
+
import '../chunk-BRJ3QZ4E.js';
|
|
18
28
|
import '../chunk-I2KLQ2HA.js';
|
|
19
29
|
import { createContext, Children, isValidElement, cloneElement, useMemo, useContext, useRef, useState, useEffect } from 'react';
|
|
20
30
|
import { Card, Text, SimpleGrid, Group, Stack, Alert, Tabs, Box, Table, CopyButton, Tooltip, ActionIcon, Title, Badge, Divider, Button, Paper, TableOfContents, ThemeIcon, UnstyledButton, List, Code, Progress, Loader } from '@mantine/core';
|