@vef-framework-react/core 2.2.1 → 2.2.2
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/es/api/client.js +1 -1
- package/dist/es/api/constants.js +1 -1
- package/dist/es/api/helpers.js +1 -1
- package/dist/es/api/index.js +1 -1
- package/dist/es/auth/helpers.js +1 -1
- package/dist/es/auth/index.js +1 -1
- package/dist/es/context/api-client.js +1 -1
- package/dist/es/context/app.js +1 -1
- package/dist/es/context/context-selector.js +1 -1
- package/dist/es/context/disabled.js +1 -1
- package/dist/es/context/index.js +1 -1
- package/dist/es/dnd/index.js +1 -1
- package/dist/es/http/client.js +1 -1
- package/dist/es/http/constants.js +1 -1
- package/dist/es/http/errors.js +1 -1
- package/dist/es/http/helpers.js +1 -1
- package/dist/es/http/index.js +1 -1
- package/dist/es/immer/index.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/motion/features.js +1 -1
- package/dist/es/motion/index.js +1 -1
- package/dist/es/motion/motion-provider.js +1 -1
- package/dist/es/query/constants.js +1 -1
- package/dist/es/query/helpers.js +1 -1
- package/dist/es/query/hooks.js +1 -1
- package/dist/es/query/index.js +1 -1
- package/dist/es/sse/client.js +1 -1
- package/dist/es/sse/helpers.js +1 -1
- package/dist/es/sse/index.js +1 -1
- package/dist/es/state/index.js +1 -1
- package/dist/es/state-machine/index.js +1 -1
- package/dist/es/storage/errors.js +1 -1
- package/dist/es/storage/index.js +1 -1
- package/dist/es/storage/protocol.js +1 -1
- package/dist/es/storage/resumable/fingerprint.js +1 -1
- package/dist/es/storage/resumable/index.js +1 -1
- package/dist/es/storage/resumable/persistence.js +1 -1
- package/dist/es/storage/resumable/plan.js +1 -1
- package/dist/es/storage/types.js +1 -1
- package/dist/es/storage/uploader.js +1 -1
- package/dist/es/store/bound.js +1 -1
- package/dist/es/store/index.js +1 -1
- package/dist/es/store/unbound.js +1 -1
- package/dist/es/store/use-deep.js +1 -1
- package/package.json +2 -2
package/dist/es/api/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { createHttpClient as e } from "../http/helpers.js";
|
|
3
3
|
import { createQueryClient as t } from "../query/helpers.js";
|
|
4
4
|
import { HTTP_CLIENT as n, PROXIED_METHODS as r, QUERY_CLIENT as i } from "./constants.js";
|
package/dist/es/api/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { HTTP_CLIENT_KEY as e } from "../http/constants.js";
|
|
3
3
|
import { QUERY_CLIENT_KEY as t } from "../query/constants.js";
|
|
4
4
|
//#region src/api/constants.ts
|
package/dist/es/api/helpers.js
CHANGED
package/dist/es/api/index.js
CHANGED
package/dist/es/auth/helpers.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { isNullish as e, isString as t } from "@vef-framework-react/shared";
|
|
3
3
|
//#region src/auth/helpers.ts
|
|
4
4
|
function n(n, r, i = "any") {
|
package/dist/es/auth/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import "./helpers.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { QUERY_CLIENT as e } from "../api/constants.js";
|
|
3
3
|
import { QueryClientProvider as t } from "@tanstack/react-query";
|
|
4
4
|
import { createContext as n, use as r } from "react";
|
package/dist/es/context/app.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { createContext as e, use as t } from "react";
|
|
3
3
|
//#region src/context/app.ts
|
|
4
4
|
var n = e({}), r = n.Provider;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { isFunction as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { createContext as t, use as n, useEffect as r, useState as i, useSyncExternalStore as a } from "react";
|
|
4
4
|
import { jsx as o } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { createContext as e, use as t } from "react";
|
|
3
3
|
//#region src/context/disabled.ts
|
|
4
4
|
var n = e(!1);
|
package/dist/es/context/index.js
CHANGED
package/dist/es/dnd/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { AxisModifier as e, RestrictToHorizontalAxis as t, RestrictToVerticalAxis as n, SnapModifier as r, restrictShapeToBoundingRectangle as i } from "@dnd-kit/abstract/modifiers";
|
|
3
3
|
import { closestCenter as a, closestCorners as o, defaultCollisionDetection as s, directionBiased as c, pointerDistance as l, pointerIntersection as u, shapeIntersection as d } from "@dnd-kit/collision";
|
|
4
4
|
import { Feedback as f, defaultPreset as p } from "@dnd-kit/dom";
|
package/dist/es/http/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { CONTENT_DISPOSITION_FILENAME_REGEX as e, DEFAULT_TIMEOUT as t, PATH_PARAM_REGEX as n, SKIP_AUTH_HEADER as r } from "./constants.js";
|
|
3
3
|
import { BusinessError as i } from "./errors.js";
|
|
4
4
|
import { encodeQueryString as a, isArray as o, isFunction as s, isNullish as c, isString as l } from "@vef-framework-react/shared";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
//#region src/http/constants.ts
|
|
3
3
|
var e = "__vef_http_client_key", t = /:(?<key>\w+)/g, n = /filename[^;=\n]*=(?<name>(?<quote>['"]).*?\2|[^;\n]*)/, r = "X-Skip-Authentication", i = "1", a = 3e4;
|
|
4
4
|
//#endregion
|
package/dist/es/http/errors.js
CHANGED
package/dist/es/http/helpers.js
CHANGED
package/dist/es/http/index.js
CHANGED
package/dist/es/immer/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { applyPatches as e, current as t, enableMapSet as n, enablePatches as r, original as i, produce as a, produceWithPatches as o, setAutoFreeze as s } from "immer";
|
|
3
3
|
import { useImmer as c, useImmerReducer as l } from "use-immer";
|
|
4
4
|
n(), r(), s(!1);
|
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { SKIP_AUTH_HEADER as e, SKIP_AUTH_VALUE as t } from "./http/constants.js";
|
|
3
3
|
import { keepPreviousData as n } from "./query/helpers.js";
|
|
4
4
|
import { matchMutation as r, matchQuery as i, skipQueryToken as a, useInfiniteQuery as o, useIsFetching as s, useIsMutating as c, useMutation as l, useMutationState as u, useQueries as d, useQuery as f, useQueryClient as p, useQueryErrorResetBoundary as m } from "./query/hooks.js";
|
package/dist/es/motion/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import "./motion-provider.js";
|
|
3
3
|
import { AnimatePresence as e, LayoutGroup as t, Reorder as n, useDragControls as r, useInView as i } from "motion/react";
|
|
4
4
|
import * as a from "motion/react-m";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { generateId as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useState as t } from "react";
|
|
4
4
|
import { jsx as n } from "@emotion/react/jsx-runtime";
|
package/dist/es/query/helpers.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { hashKey as e, isPlainObject as t } from "@vef-framework-react/shared";
|
|
3
3
|
import { MutationCache as n, QueryClient as r, keepPreviousData as i, matchQuery as a } from "@tanstack/react-query";
|
|
4
4
|
//#region src/query/helpers.ts
|
package/dist/es/query/hooks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { matchMutation as e, matchQuery as t, skipToken as n, useInfiniteQuery as r, useIsFetching as i, useIsMutating as a, useMutation as o, useMutationState as s, useQueries as c, useQuery as l, useQueryClient as u, useQueryErrorResetBoundary as d } from "@tanstack/react-query";
|
|
3
3
|
//#region src/query/hooks.ts
|
|
4
4
|
function f(e) {
|
package/dist/es/query/index.js
CHANGED
package/dist/es/sse/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { isString as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { fetchEventSource as t } from "@microsoft/fetch-event-source";
|
|
4
4
|
//#region src/sse/client.ts
|
package/dist/es/sse/helpers.js
CHANGED
package/dist/es/sse/index.js
CHANGED
package/dist/es/state/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { Provider as e, atom as t, createStore as n, getDefaultStore as r, useAtom as i, useAtomValue as a, useSetAtom as o, useStore as s } from "jotai";
|
|
3
3
|
export { e as AtomStoreProvider, t as atom, n as createAtomStore, r as getDefaultAtomStore, i as useAtom, s as useAtomStore, a as useAtomValue, o as useSetAtom };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { useActorRef as e, useActorRef as t, useSelector as n } from "@xstate/react";
|
|
3
3
|
import { Actor as r, assign as i, createActor as a, createMachine as o } from "xstate";
|
|
4
4
|
//#region src/state-machine/index.ts
|
package/dist/es/storage/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { createApiRequest as e } from "../api/helpers.js";
|
|
3
3
|
import { UploadProtocolError as t } from "./errors.js";
|
|
4
4
|
//#region src/storage/protocol.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { abortUpload as e, listParts as t } from "../protocol.js";
|
|
3
3
|
//#region src/storage/resumable/plan.ts
|
|
4
4
|
async function n(n) {
|
package/dist/es/storage/types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { UploadAbortedError as e, UploadError as t, UploadPartError as n, UploadProtocolError as r } from "./errors.js";
|
|
3
3
|
import { abortUpload as i, completeUpload as a, initUpload as o, uploadPart as s } from "./protocol.js";
|
|
4
4
|
//#region src/storage/uploader.ts
|
package/dist/es/store/bound.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { constantCase as e, identity as t } from "@vef-framework-react/shared";
|
|
3
3
|
import { create as n } from "zustand";
|
|
4
4
|
import { createJSONStorage as r, persist as i, subscribeWithSelector as a } from "zustand/middleware";
|
package/dist/es/store/index.js
CHANGED
package/dist/es/store/unbound.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { constantCase as e, identity as t, isPlainObject as n, mergeWith as r } from "@vef-framework-react/shared";
|
|
3
3
|
import { createContext as i, use as a, useRef as o } from "react";
|
|
4
4
|
import { jsx as s } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/core v2.2.
|
|
1
|
+
/*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
|
|
2
2
|
import { isDeepEqual as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useRef as t } from "react";
|
|
4
4
|
//#region src/store/use-deep.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework-react/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Core features for VEF framework",
|
|
7
7
|
"author": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"use-immer": "^0.11.0",
|
|
67
67
|
"xstate": "^5.31.0",
|
|
68
68
|
"zustand": "^5.0.13",
|
|
69
|
-
"@vef-framework-react/shared": "2.2.
|
|
69
|
+
"@vef-framework-react/shared": "2.2.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"react": "^19.2.6"
|