@elevasis/ui 2.7.0 → 2.8.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/{chunk-T6R3V4GW.js → chunk-4JPW5U5I.js} +8 -9
- package/dist/{chunk-V6Z2U6ZV.js → chunk-4PHPENKX.js} +3044 -1753
- package/dist/chunk-7M2VOCYN.js +1 -0
- package/dist/{chunk-VGBMSGYC.js → chunk-7PDDPNQS.js} +1 -1
- package/dist/{chunk-X4HUZINF.js → chunk-AQQYVAFK.js} +23 -15
- package/dist/{chunk-YIWLA2B6.js → chunk-C2OFFC7J.js} +0 -1
- package/dist/{chunk-Z5RHDI7T.js → chunk-CTWYIRKW.js} +1 -2
- package/dist/{chunk-IFH4L6CR.js → chunk-F5QSLYUB.js} +4 -6
- package/dist/{chunk-6FDGVZFL.js → chunk-KGEYEUR5.js} +1 -3
- package/dist/{chunk-SMJLS23U.js → chunk-NYMKWGKN.js} +18 -1
- package/dist/{chunk-SPMKW4VO.js → chunk-OPT74SGF.js} +96 -82
- package/dist/{chunk-HRIJZKFL.js → chunk-UE5QQDCR.js} +7 -8
- package/dist/{chunk-N6GYYWY3.js → chunk-YCHZ4U5V.js} +10 -2
- package/dist/{chunk-SBND6P3L.js → chunk-ZZ35VSNF.js} +1 -3
- package/dist/components/index.d.ts +147 -70
- package/dist/components/index.js +17 -17
- package/dist/features/auth/index.d.ts +3 -3
- package/dist/features/crm/index.d.ts +66 -6
- package/dist/features/crm/index.js +5 -5
- package/dist/features/dashboard/index.js +5 -5
- package/dist/features/delivery/index.d.ts +69 -5
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/lead-gen/index.d.ts +66 -6
- package/dist/features/lead-gen/index.js +8 -8
- package/dist/features/monitoring/index.d.ts +20 -1
- package/dist/features/monitoring/index.js +6 -6
- package/dist/features/operations/index.d.ts +20 -1
- package/dist/features/operations/index.js +7 -7
- package/dist/features/seo/index.d.ts +20 -1
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +20 -1
- package/dist/features/settings/index.js +5 -5
- package/dist/hooks/index.d.ts +7735 -7720
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/published.d.ts +3493 -47
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +1416 -1375
- package/dist/index.js +4 -4
- package/dist/layout/index.d.ts +60 -2
- package/dist/layout/index.js +1 -1
- package/dist/provider/index.d.ts +30 -4
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.d.ts +20 -2
- package/dist/provider/published.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-TENLM2GN.js +0 -1303
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ResourceExecuteDialog } from './chunk-
|
|
1
|
+
import { ResourceExecuteDialog } from './chunk-F5QSLYUB.js';
|
|
2
2
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
3
3
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
4
4
|
import { SubshellSidebarSection, SubshellNavItem } from './chunk-27COZ5AH.js';
|
|
5
5
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
6
6
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
7
|
-
import { showApiErrorNotification, acquisitionListKeys, showSuccessNotification, useListsTelemetry, useLists, useCreateList, useTableSort, sortData, usePaginationState, useTableSelection, useList, useListProgress, useListExecutions, useResourceDefinition, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts } from './chunk-
|
|
7
|
+
import { showApiErrorNotification, acquisitionListKeys, showSuccessNotification, useListsTelemetry, useLists, useCreateList, useTableSort, sortData, usePaginationState, useTableSelection, useList, useListProgress, useListExecutions, useResourceDefinition, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts } from './chunk-4PHPENKX.js';
|
|
8
8
|
import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
|
|
9
9
|
import { PageTitleCaption, CenteredErrorState, StatCard, EmptyState } from './chunk-Y3D3WFJG.js';
|
|
10
10
|
import { useElevasisServices } from './chunk-QEPXAWE2.js';
|
|
11
11
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
12
12
|
import { Stack, Paper, Text, Anchor, Group, Title, ActionIcon, Divider, Box, SimpleGrid, Badge, Card, Button, Center, Loader, Alert, Table, Progress, TextInput, Checkbox, Pagination, Textarea, Select, Code, Modal } from '@mantine/core';
|
|
13
|
-
import {
|
|
13
|
+
import { IconLayoutGrid, IconList, IconBuilding, IconAddressBook, IconMailCheck, IconTarget, IconExternalLink, IconX, IconAlertCircle, IconPlayerPlay, IconArrowRight, IconQuestionMark, IconChecklist, IconPlus, IconSearch, IconSparkles, IconAlertTriangle, IconArrowLeft, IconClockHour4, IconBuildingFactory2, IconUsers } from '@tabler/icons-react';
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
import { Link, useNavigate } from '@tanstack/react-router';
|
|
16
16
|
import { useQueryClient, useMutation } from '@tanstack/react-query';
|
|
@@ -26,9 +26,9 @@ var LEAD_GEN_ITEMS = [
|
|
|
26
26
|
{ label: "Contacts", to: "/lead-gen/contacts", icon: IconAddressBook, exact: false },
|
|
27
27
|
{ label: "Deliverability", to: "/lead-gen/deliverability", icon: IconMailCheck, exact: false }
|
|
28
28
|
];
|
|
29
|
-
var LeadGenSidebarMiddle = () => {
|
|
29
|
+
var LeadGenSidebarMiddle = ({ items = LEAD_GEN_ITEMS } = {}) => {
|
|
30
30
|
const { currentPath, navigate } = useRouterContext();
|
|
31
|
-
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { flex: 1, overflowY: "auto" }, children: /* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children:
|
|
31
|
+
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { flex: 1, overflowY: "auto" }, children: /* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: items.map((item) => {
|
|
32
32
|
const isActive = item.exact ? currentPath === item.to || currentPath === `${item.to}/` : currentPath.startsWith(item.to);
|
|
33
33
|
return /* @__PURE__ */ jsx(
|
|
34
34
|
SubshellNavItem,
|
|
@@ -42,15 +42,14 @@ var LeadGenSidebarMiddle = () => {
|
|
|
42
42
|
);
|
|
43
43
|
}) }) });
|
|
44
44
|
};
|
|
45
|
-
var LeadGenSidebar = () => {
|
|
45
|
+
var LeadGenSidebar = ({ children } = {}) => {
|
|
46
46
|
return /* @__PURE__ */ jsxs(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: [
|
|
47
47
|
/* @__PURE__ */ jsx(LeadGenSidebarTop, {}),
|
|
48
|
-
/* @__PURE__ */ jsx(LeadGenSidebarMiddle, {})
|
|
48
|
+
children ?? /* @__PURE__ */ jsx(LeadGenSidebarMiddle, {})
|
|
49
49
|
] });
|
|
50
50
|
};
|
|
51
51
|
var leadGenManifest = {
|
|
52
52
|
key: "lead-gen",
|
|
53
|
-
label: "Lead Gen",
|
|
54
53
|
accessFeatureKey: "acquisition",
|
|
55
54
|
domainIds: ["lead-gen"],
|
|
56
55
|
capabilityIds: ["leadgen.lists.manage"],
|
|
@@ -1841,4 +1840,4 @@ function LeadGenContactsPage() {
|
|
|
1841
1840
|
] }) });
|
|
1842
1841
|
}
|
|
1843
1842
|
|
|
1844
|
-
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists };
|
|
1843
|
+
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists };
|