@elevasis/ui 2.60.1 → 2.61.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 +3 -3
- package/dist/app/index.d.ts +6 -5
- package/dist/app/index.js +3 -3
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-XOPLS4S6.js → chunk-774JOHIM.js} +60 -20
- package/dist/{chunk-4N5GYO6R.js → chunk-BUVFSG7A.js} +214 -250
- package/dist/{chunk-7Q5THR43.js → chunk-DRQA53N4.js} +1 -1
- package/dist/{chunk-4UA62IDF.js → chunk-YM6LMYOE.js} +1 -1
- package/dist/components/index.d.ts +128 -17
- 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 +6 -5
- 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 +189 -18
- 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 +6 -5
- package/dist/features/operations/index.js +3 -3
- package/dist/features/settings/index.js +3 -3
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +13 -15
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +6 -5
- package/dist/hooks/published.d.ts +13 -15
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +188 -28
- package/dist/index.js +4 -4
- package/dist/knowledge/index.d.ts +6 -5
- package/dist/knowledge/index.js +4 -4
- package/dist/layout/index.js +3 -3
- package/dist/organization/index.js +3 -3
- package/dist/provider/index.d.ts +59 -6
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +6 -5
- package/dist/provider/published.js +3 -3
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +6 -5
- package/dist/utils/index.d.ts +6 -5
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
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-YM6LMYOE.js';
|
|
6
|
+
import { ApiClientProvider } from '../chunk-DRQA53N4.js';
|
|
7
7
|
import '../chunk-DD3CCMCZ.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-774JOHIM.js';
|
|
9
9
|
import '../chunk-FVOMKZ7S.js';
|
|
10
10
|
import '../chunk-KRWALB24.js';
|
|
11
11
|
import { ElevasisServiceProvider } from '../chunk-BI5VDO2K.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4458,12 +4458,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
|
4458
4458
|
archived: "archived";
|
|
4459
4459
|
disabled: "disabled";
|
|
4460
4460
|
}>>;
|
|
4461
|
-
readinessProfile: z.ZodOptional<z.
|
|
4462
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
4463
|
-
"sales.crm.api": "sales.crm.api";
|
|
4464
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
4465
|
-
}>>;
|
|
4461
|
+
readinessProfile: z.ZodOptional<z.ZodString>;
|
|
4466
4462
|
resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4463
|
+
readinessContract: z.ZodOptional<z.ZodObject<{
|
|
4464
|
+
requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4465
|
+
requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4466
|
+
requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4467
|
+
}, z.core.$strict>>;
|
|
4467
4468
|
}, z.core.$strict>;
|
|
4468
4469
|
type JsonPrimitive = string | number | boolean | null;
|
|
4469
4470
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -188,12 +188,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
|
188
188
|
archived: "archived";
|
|
189
189
|
disabled: "disabled";
|
|
190
190
|
}>>;
|
|
191
|
-
readinessProfile: z.ZodOptional<z.
|
|
192
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
193
|
-
"sales.crm.api": "sales.crm.api";
|
|
194
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
195
|
-
}>>;
|
|
191
|
+
readinessProfile: z.ZodOptional<z.ZodString>;
|
|
196
192
|
resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
193
|
+
readinessContract: z.ZodOptional<z.ZodObject<{
|
|
194
|
+
requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
195
|
+
requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
196
|
+
requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
197
|
+
}, z.core.$strict>>;
|
|
197
198
|
}, z.core.$strict>;
|
|
198
199
|
type JsonPrimitive = string | number | boolean | null;
|
|
199
200
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
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, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, 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, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-774JOHIM.js';
|
|
2
2
|
export { REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, getTimeRangeDates, getTimeRangeLabel } from '../chunk-FVOMKZ7S.js';
|
|
3
3
|
export { ResourceStatusColors } from '../chunk-KRWALB24.js';
|
|
4
4
|
import '../chunk-TVTSASST.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.1",
|
|
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",
|
|
@@ -274,11 +274,11 @@
|
|
|
274
274
|
"typescript": "5.9.2",
|
|
275
275
|
"vite": "^7.0.0",
|
|
276
276
|
"vitest": "^3.2.4",
|
|
277
|
-
"@elevasis/sdk": "1.
|
|
278
|
-
"@repo/core": "0.
|
|
279
|
-
"@repo/
|
|
277
|
+
"@elevasis/sdk": "1.37.0",
|
|
278
|
+
"@repo/core": "0.53.0",
|
|
279
|
+
"@repo/eslint-config": "0.0.0",
|
|
280
280
|
"@repo/elevasis-core": "1.0.0",
|
|
281
|
-
"@repo/
|
|
281
|
+
"@repo/typescript-config": "0.0.0"
|
|
282
282
|
},
|
|
283
283
|
"dependencies": {
|
|
284
284
|
"@dagrejs/dagre": "^1.1.4",
|