@elevasis/ui 2.45.1 → 2.46.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 +3 -3
- package/dist/app/index.d.ts +2 -3
- package/dist/app/index.js +3 -3
- package/dist/auth/index.d.ts +6 -0
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-XDEUR36B.js → chunk-CDZB24OR.js} +6 -11
- package/dist/{chunk-NVVAQNKE.js → chunk-OFLWSKSC.js} +1 -1
- package/dist/{chunk-UBTSEZJK.js → chunk-REPITZKU.js} +2504 -1819
- package/dist/{chunk-UECAFQKT.js → chunk-SOGPJFO6.js} +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +3 -3
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.js +4 -4
- package/dist/features/clients/index.js +3 -3
- package/dist/features/crm/index.js +3 -3
- package/dist/features/dashboard/index.d.ts +1 -2
- package/dist/features/dashboard/index.js +3 -3
- package/dist/features/delivery/index.js +3 -3
- package/dist/features/knowledge/index.js +3 -3
- package/dist/features/lead-gen/index.d.ts +2 -3
- package/dist/features/lead-gen/index.js +3 -3
- package/dist/features/monitoring/index.js +3 -3
- package/dist/features/monitoring/requests/index.js +4 -4
- package/dist/features/operations/index.d.ts +2 -3
- package/dist/features/operations/index.js +3 -3
- package/dist/features/settings/index.js +3 -3
- package/dist/hooks/access/index.d.ts +6 -0
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +7 -2
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +1 -2
- package/dist/hooks/published.d.ts +7 -2
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.js +4 -4
- package/dist/knowledge/index.d.ts +3 -4
- package/dist/knowledge/index.js +286 -67
- package/dist/layout/index.js +3 -3
- package/dist/organization/index.js +3 -3
- package/dist/provider/index.d.ts +2 -3
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +2 -3
- package/dist/provider/published.js +3 -3
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +1 -2
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
package/dist/provider/index.d.ts
CHANGED
|
@@ -3508,7 +3508,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3508
3508
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3509
3509
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3510
3510
|
}, z$1.core.$loose>>>>;
|
|
3511
|
-
|
|
3511
|
+
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3512
3512
|
id: z$1.ZodString;
|
|
3513
3513
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3514
3514
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3567,7 +3567,6 @@ interface SystemEntry {
|
|
|
3567
3567
|
status?: 'active' | 'deprecated' | 'archived';
|
|
3568
3568
|
path?: string;
|
|
3569
3569
|
icon?: string;
|
|
3570
|
-
color?: string;
|
|
3571
3570
|
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
3572
3571
|
enabled?: boolean;
|
|
3573
3572
|
devOnly?: boolean;
|
|
@@ -4151,7 +4150,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4151
4150
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4152
4151
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4153
4152
|
}, z$1.core.$loose>>>>;
|
|
4154
|
-
|
|
4153
|
+
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4155
4154
|
id: z$1.ZodString;
|
|
4156
4155
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4157
4156
|
description: z$1.ZodOptional<z$1.ZodString>;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-REPITZKU.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-OFLWSKSC.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-CDZB24OR.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
|
@@ -3507,7 +3507,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3507
3507
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3508
3508
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3509
3509
|
}, z$1.core.$loose>>>>;
|
|
3510
|
-
|
|
3510
|
+
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3511
3511
|
id: z$1.ZodString;
|
|
3512
3512
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3513
3513
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3566,7 +3566,6 @@ interface SystemEntry {
|
|
|
3566
3566
|
status?: 'active' | 'deprecated' | 'archived';
|
|
3567
3567
|
path?: string;
|
|
3568
3568
|
icon?: string;
|
|
3569
|
-
color?: string;
|
|
3570
3569
|
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
3571
3570
|
enabled?: boolean;
|
|
3572
3571
|
devOnly?: boolean;
|
|
@@ -4150,7 +4149,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4150
4149
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4151
4150
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4152
4151
|
}, z$1.core.$loose>>>>;
|
|
4153
|
-
|
|
4152
|
+
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4154
4153
|
id: z$1.ZodString;
|
|
4155
4154
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4156
4155
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-REPITZKU.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-OFLWSKSC.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-CDZB24OR.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
package/dist/test-utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@ import { server, handlers } from '../chunk-7XKCG5CT.js';
|
|
|
2
2
|
export { handlers, server } from '../chunk-7XKCG5CT.js';
|
|
3
3
|
import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-DRQPEMJI.js';
|
|
4
4
|
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-DRQPEMJI.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
5
|
+
import '../chunk-SOGPJFO6.js';
|
|
6
|
+
import { ApiClientProvider } from '../chunk-OFLWSKSC.js';
|
|
7
7
|
import '../chunk-DD3CCMCZ.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-CDZB24OR.js';
|
|
9
9
|
import '../chunk-KRWALB24.js';
|
|
10
10
|
import { ElevasisServiceProvider } from '../chunk-2FTX4WO2.js';
|
|
11
11
|
import '../chunk-MQZE7SUI.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4377,7 +4377,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
4377
4377
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4378
4378
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4379
4379
|
}, z.core.$loose>>>>;
|
|
4380
|
-
|
|
4380
|
+
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4381
4381
|
id: z.ZodString;
|
|
4382
4382
|
label: z.ZodOptional<z.ZodString>;
|
|
4383
4383
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4436,7 +4436,6 @@ interface SystemEntry {
|
|
|
4436
4436
|
status?: 'active' | 'deprecated' | 'archived';
|
|
4437
4437
|
path?: string;
|
|
4438
4438
|
icon?: string;
|
|
4439
|
-
color?: string;
|
|
4440
4439
|
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
4441
4440
|
enabled?: boolean;
|
|
4442
4441
|
devOnly?: boolean;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
169
169
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
170
170
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
171
171
|
}, z.core.$loose>>>>;
|
|
172
|
-
|
|
172
|
+
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
173
173
|
id: z.ZodString;
|
|
174
174
|
label: z.ZodOptional<z.ZodString>;
|
|
175
175
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -228,7 +228,6 @@ interface SystemEntry {
|
|
|
228
228
|
status?: 'active' | 'deprecated' | 'archived';
|
|
229
229
|
path?: string;
|
|
230
230
|
icon?: string;
|
|
231
|
-
color?: string;
|
|
232
231
|
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
233
232
|
enabled?: boolean;
|
|
234
233
|
devOnly?: boolean;
|
package/dist/utils/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, 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, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-
|
|
1
|
+
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, 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, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-CDZB24OR.js';
|
|
2
2
|
export { ResourceStatusColors } from '../chunk-KRWALB24.js';
|
|
3
3
|
import '../chunk-TVTSASST.js';
|
|
4
4
|
import '../chunk-I2KLQ2HA.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.46.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -270,10 +270,10 @@
|
|
|
270
270
|
"typescript": "5.9.2",
|
|
271
271
|
"vite": "^7.0.0",
|
|
272
272
|
"vitest": "^3.2.4",
|
|
273
|
-
"@repo/
|
|
274
|
-
"@repo/core": "0.42.0",
|
|
273
|
+
"@repo/core": "0.44.0",
|
|
275
274
|
"@repo/elevasis-core": "1.0.0",
|
|
276
|
-
"@elevasis/sdk": "1.
|
|
275
|
+
"@elevasis/sdk": "1.33.1",
|
|
276
|
+
"@repo/typescript-config": "0.0.0",
|
|
277
277
|
"@repo/eslint-config": "0.0.0"
|
|
278
278
|
},
|
|
279
279
|
"dependencies": {
|