@vef-framework-react/hooks 2.1.8 → 2.1.10
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/cjs/use-dictionary-query/index.cjs +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/lib.js +1 -1
- package/dist/es/use-authorized-items/index.js +1 -1
- package/dist/es/use-breakpoints/index.js +1 -1
- package/dist/es/use-check-permission/index.js +1 -1
- package/dist/es/use-data-options/index.js +1 -1
- package/dist/es/use-deep-callback/index.js +1 -1
- package/dist/es/use-deep-compare/index.js +1 -1
- package/dist/es/use-deep-effect/index.js +1 -1
- package/dist/es/use-deep-isomorphic-effect/index.js +1 -1
- package/dist/es/use-deep-layout-effect/index.js +1 -1
- package/dist/es/use-deep-memo/index.js +1 -1
- package/dist/es/use-dictionary-query/index.js +17 -16
- package/dist/es/use-document-event/index.js +1 -1
- package/dist/es/use-emitter-event/index.js +1 -1
- package/dist/es/use-has-fetching/index.js +1 -1
- package/dist/es/use-has-mutating/index.js +1 -1
- package/dist/es/use-is-authorized/index.js +1 -1
- package/dist/es/use-latest/index.js +1 -1
- package/dist/es/use-raf-state/index.js +1 -1
- package/dist/es/use-shallow-callback/index.js +1 -1
- package/dist/es/use-shallow-compare/index.js +1 -1
- package/dist/es/use-shallow-effect/index.js +1 -1
- package/dist/es/use-shallow-isomorphic-effect/index.js +1 -1
- package/dist/es/use-shallow-layout-effect/index.js +1 -1
- package/dist/es/use-shallow-memo/index.js +1 -1
- package/dist/es/use-singleton/index.js +1 -1
- package/dist/es/use-viewport-size/index.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/use-dictionary-query/index.d.ts +31 -10
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
let e=require(`@vef-framework-react/core`),t=require(`@vef-framework-react/shared`),n=require(`react`);function r(e){return(0,t.isString)(e)?e:e.key}function i(i){let{dictionaryQueryFn:
|
|
1
|
+
let e=require(`@vef-framework-react/core`),t=require(`@vef-framework-react/shared`),n=require(`react`);function r(e){return(0,t.isString)(e)?e:e.key}function i(i,a){let{dictionaryQueryFn:o}=(0,e.useAppContext)();if(!(0,t.isFunction)(o))throw Error(`Dictionary query function is not provided in the app context.`);let{enabled:s,select:c}=a??{},l=(0,n.useMemo)(()=>[...new Set(Object.values(i).map(e=>r(e)))].toSorted(),[i]),u=(0,n.useCallback)(e=>{let t=Object.fromEntries(Object.entries(i).map(([t,n])=>[t,e[r(n)]??[]]));return c?c(t):t},[i,c]);return(0,e.useQuery)({queryFn:l.length===0?e.skipQueryToken:o,queryKey:[o.key,l],enabled:s,select:u,staleTime:1/0})}exports.resolveDictKey=r,exports.useDictionaryQuery=i;
|
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { HotkeysProvider as e, assignRef as t, getHotkeyHandler as n, mergeRefs as r, useChat as i, useColorScheme as a, useCompletion as o, useDebouncedCallback as s, useDebouncedState as c, useDebouncedValue as l, useDidUpdate as u, useDocumentTitle as d, useElementSize as f, useEventListener as p, useFocusTrap as m, useFullscreenDocument as h, useHotkeys as g, useHotkeysContext as _, useIntersection as v, useInterval as y, useIsFirstRender as b, useIsomorphicEffect as x, useMediaQuery as S, useMergedRef as C, useMounted as w, useMutationObserverTarget as T, useObject as E, usePrevious as D, useRecordHotkeys as O, useReducedMotion as k, useResizeObserver as A, useTimeout as j, useWindowEvent as M } from "./lib.js";
|
|
3
3
|
import { useAuthorizedItems as N } from "./use-authorized-items/index.js";
|
|
4
4
|
import { useBreakpoints as P } from "./use-breakpoints/index.js";
|
package/dist/es/lib.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { assignRef as e, getHotkeyHandler as t, mergeRefs as n, useColorScheme as r, useDebouncedCallback as i, useDebouncedState as a, useDebouncedValue as o, useDidUpdate as s, useDocumentTitle as c, useElementSize as l, useEventListener as u, useFocusTrap as d, useFullscreenDocument as f, useIntersection as p, useInterval as m, useIsFirstRender as h, useIsomorphicEffect as g, useMediaQuery as _, useMergedRef as v, useMounted as y, useMutationObserverTarget as b, usePrevious as x, useReducedMotion as S, useResizeObserver as C, useTimeout as w, useWindowEvent as T } from "@mantine/hooks";
|
|
3
3
|
import { experimental_useObject as E, useChat as D, useCompletion as O } from "@ai-sdk/react";
|
|
4
4
|
import { HotkeysProvider as k, useHotkeys as A, useHotkeysContext as j, useRecordHotkeys as M } from "react-hotkeys-hook";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { checkPermission as e, useAppContext as t } from "@vef-framework-react/core";
|
|
3
3
|
//#region src/use-authorized-items/index.ts
|
|
4
4
|
function n(n) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { isNumber as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useEffect as t, useMemo as n, useState as r } from "react";
|
|
4
4
|
//#region src/use-breakpoints/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { checkPermission as e, useAppContext as t } from "@vef-framework-react/core";
|
|
3
3
|
//#region src/use-check-permission/index.ts
|
|
4
4
|
function n() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useQuery as e } from "@vef-framework-react/core";
|
|
3
3
|
import { get as t, isEmpty as n, isFunction as r, isNullish as i, withPinyin as a } from "@vef-framework-react/shared";
|
|
4
4
|
import { useMemo as o } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useDeepCompare as e } from "../use-deep-compare/index.js";
|
|
3
3
|
import { useCallback as t } from "react";
|
|
4
4
|
//#region src/use-deep-callback/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { isDeepEqual as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useRef as t } from "react";
|
|
4
4
|
//#region src/use-deep-compare/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useDeepCompare as e } from "../use-deep-compare/index.js";
|
|
3
3
|
import { useEffect as t } from "react";
|
|
4
4
|
//#region src/use-deep-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useIsomorphicEffect as e } from "../lib.js";
|
|
3
3
|
import { useDeepCompare as t } from "../use-deep-compare/index.js";
|
|
4
4
|
//#region src/use-deep-isomorphic-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useDeepCompare as e } from "../use-deep-compare/index.js";
|
|
3
3
|
import { useLayoutEffect as t } from "react";
|
|
4
4
|
//#region src/use-deep-layout-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useDeepCompare as e } from "../use-deep-compare/index.js";
|
|
3
3
|
import { useMemo as t } from "react";
|
|
4
4
|
//#region src/use-deep-memo/index.ts
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { skipQueryToken as e, useAppContext as t, useQuery as n } from "@vef-framework-react/core";
|
|
3
3
|
import { isFunction as r, isString as i } from "@vef-framework-react/shared";
|
|
4
|
-
import {
|
|
4
|
+
import { useCallback as a, useMemo as o } from "react";
|
|
5
5
|
//#region src/use-dictionary-query/index.ts
|
|
6
|
-
function
|
|
6
|
+
function s(e) {
|
|
7
7
|
return i(e) ? e : e.key;
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
let { dictionaryQueryFn:
|
|
11
|
-
if (!r(
|
|
12
|
-
let c =
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
function c(i, c) {
|
|
10
|
+
let { dictionaryQueryFn: l } = t();
|
|
11
|
+
if (!r(l)) throw Error("Dictionary query function is not provided in the app context.");
|
|
12
|
+
let { enabled: u, select: d } = c ?? {}, f = o(() => [...new Set(Object.values(i).map((e) => s(e)))].toSorted(), [i]), p = a((e) => {
|
|
13
|
+
let t = Object.fromEntries(Object.entries(i).map(([t, n]) => [t, e[s(n)] ?? []]));
|
|
14
|
+
return d ? d(t) : t;
|
|
15
|
+
}, [i, d]);
|
|
16
|
+
return n({
|
|
17
|
+
queryFn: f.length === 0 ? e : l,
|
|
18
|
+
queryKey: [l.key, f],
|
|
19
|
+
enabled: u,
|
|
20
|
+
select: p,
|
|
15
21
|
staleTime: Infinity
|
|
16
|
-
})
|
|
17
|
-
return {
|
|
18
|
-
data: u,
|
|
19
|
-
isFetching: f,
|
|
20
|
-
isSuccess: p
|
|
21
|
-
};
|
|
22
|
+
});
|
|
22
23
|
}
|
|
23
24
|
//#endregion
|
|
24
|
-
export {
|
|
25
|
+
export { s as resolveDictKey, c as useDictionaryQuery };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useLatest as e } from "../use-latest/index.js";
|
|
3
3
|
import { useEffect as t } from "react";
|
|
4
4
|
//#region src/use-document-event/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import "@vef-framework-react/shared";
|
|
3
3
|
import { useEffect as e } from "react";
|
|
4
4
|
//#region src/use-emitter-event/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useIsFetching as e } from "@vef-framework-react/core";
|
|
3
3
|
//#region src/use-has-fetching/index.ts
|
|
4
4
|
function t(t, n) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useIsMutating as e } from "@vef-framework-react/core";
|
|
3
3
|
//#region src/use-has-mutating/index.ts
|
|
4
4
|
function t(t) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { checkPermission as e, useAppContext as t } from "@vef-framework-react/core";
|
|
3
3
|
//#region src/use-is-authorized/index.ts
|
|
4
4
|
function n(n, r) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useCallback as e, useEffect as t, useRef as n, useState as r } from "react";
|
|
3
3
|
//#region src/use-raf-state/index.ts
|
|
4
4
|
function i(i) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useShallowCompare as e } from "../use-shallow-compare/index.js";
|
|
3
3
|
import { useCallback as t } from "react";
|
|
4
4
|
//#region src/use-shallow-callback/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { isShallowEqual as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useRef as t } from "react";
|
|
4
4
|
//#region src/use-shallow-compare/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useShallowCompare as e } from "../use-shallow-compare/index.js";
|
|
3
3
|
import { useEffect as t } from "react";
|
|
4
4
|
//#region src/use-shallow-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useIsomorphicEffect as e } from "../lib.js";
|
|
3
3
|
import { useShallowCompare as t } from "../use-shallow-compare/index.js";
|
|
4
4
|
//#region src/use-shallow-isomorphic-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useShallowCompare as e } from "../use-shallow-compare/index.js";
|
|
3
3
|
import { useLayoutEffect as t } from "react";
|
|
4
4
|
//#region src/use-shallow-layout-effect/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useShallowCompare as e } from "../use-shallow-compare/index.js";
|
|
3
3
|
import { useMemo as t } from "react";
|
|
4
4
|
//#region src/use-shallow-memo/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/hooks v2.1.
|
|
1
|
+
/*! @vef-framework-react/hooks v2.1.10 made by Venus | 2026-04-27T08:58:15.697Z */
|
|
2
2
|
import { useWindowEvent as e } from "../lib.js";
|
|
3
3
|
import { useRafState as t } from "../use-raf-state/index.js";
|
|
4
4
|
import { isUndefined as n } from "@vef-framework-react/shared";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { useDeepEffect } from './use-deep-effect';
|
|
|
9
9
|
export { useDeepIsomorphicEffect } from './use-deep-isomorphic-effect';
|
|
10
10
|
export { useDeepLayoutEffect } from './use-deep-layout-effect';
|
|
11
11
|
export { useDeepMemo } from './use-deep-memo';
|
|
12
|
-
export { resolveDictKey, useDictionaryQuery, type DictionaryAliasMap, type DictionaryKeyConfig, type DictionaryKeyValue, type
|
|
12
|
+
export { resolveDictKey, useDictionaryQuery, type DictionaryAliasMap, type DictionaryKeyConfig, type DictionaryKeyValue, type DictionaryQueryData, type UseDictionaryQueryOptions } from './use-dictionary-query';
|
|
13
13
|
export { useDocumentEvent } from './use-document-event';
|
|
14
14
|
export { useEmitterEvent } from './use-emitter-event';
|
|
15
15
|
export { useHasFetching } from './use-has-fetching';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DataOption } from '@vef-framework-react/core';
|
|
2
|
-
import { Simplify } from '@vef-framework-react/shared';
|
|
1
|
+
import { DataOption, UseQueryResult } from '@vef-framework-react/core';
|
|
3
2
|
/**
|
|
4
3
|
* Per-key configuration with dict key and optional overrides.
|
|
5
4
|
*/
|
|
@@ -22,15 +21,37 @@ export interface DictionaryAliasMap {
|
|
|
22
21
|
* Extract the actual dict key from a string or config value.
|
|
23
22
|
*/
|
|
24
23
|
export declare function resolveDictKey(value: DictionaryKeyValue): string;
|
|
25
|
-
type DictionaryQueryData<T extends DictionaryAliasMap> = Record<Extract<keyof T, string>, DataOption[]>;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
export type DictionaryQueryData<T extends DictionaryAliasMap> = Record<Extract<keyof T, string>, DataOption[]>;
|
|
25
|
+
/**
|
|
26
|
+
* Options for `useDictionaryQuery`.
|
|
27
|
+
*/
|
|
28
|
+
export interface UseDictionaryQueryOptions<T extends DictionaryAliasMap, TData = DictionaryQueryData<T>> {
|
|
29
|
+
/**
|
|
30
|
+
* Whether the query is enabled. Pass `false` to defer fetching, e.g.,
|
|
31
|
+
* while upstream parameters are not yet ready.
|
|
32
|
+
*
|
|
33
|
+
* @default true
|
|
34
|
+
*/
|
|
35
|
+
enabled?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Transform the resolved dictionary map into a custom shape.
|
|
38
|
+
* Runs after alias resolution; its return value becomes `data`.
|
|
39
|
+
*
|
|
40
|
+
* The function is passed through to React Query's `select`, so its identity
|
|
41
|
+
* affects memoization: stabilize it with `useCallback` in the caller when
|
|
42
|
+
* the enclosing component re-renders frequently.
|
|
43
|
+
*/
|
|
44
|
+
select?: (data: DictionaryQueryData<T>) => TData;
|
|
45
|
+
}
|
|
31
46
|
/**
|
|
32
47
|
* Query data dictionaries and map them back to alias keys.
|
|
33
48
|
* Uses the `dictionaryQueryFn` from app context.
|
|
49
|
+
*
|
|
50
|
+
* `data` follows React Query's native semantics: it is `undefined` until the
|
|
51
|
+
* query resolves successfully, so callers must guard against `undefined`.
|
|
52
|
+
*
|
|
53
|
+
* Callers own the reference stability of `keys` and `options.select`: hold
|
|
54
|
+
* them in module scope, `as const`, `useMemo`, or `useCallback` as needed to
|
|
55
|
+
* avoid invalidating React Query's `select` memoization on every render.
|
|
34
56
|
*/
|
|
35
|
-
export declare function useDictionaryQuery<const T extends DictionaryAliasMap
|
|
36
|
-
export {};
|
|
57
|
+
export declare function useDictionaryQuery<const T extends DictionaryAliasMap, TData = DictionaryQueryData<T>>(keys: T, options?: UseDictionaryQueryOptions<NoInfer<T>, TData>): UseQueryResult<TData>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework-react/hooks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.10",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Hooks for VEF framework",
|
|
7
7
|
"author": {
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@ai-sdk/react": "3.0.170",
|
|
52
52
|
"@mantine/hooks": "^9.1.0",
|
|
53
53
|
"react-hotkeys-hook": "^5.2.4",
|
|
54
|
-
"@vef-framework-react/core": "2.1.
|
|
55
|
-
"@vef-framework-react/shared": "2.1.
|
|
54
|
+
"@vef-framework-react/core": "2.1.10",
|
|
55
|
+
"@vef-framework-react/shared": "2.1.10"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"react": "^19.2.5"
|