@vef-framework/hooks 1.0.99 → 1.0.101

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.
Files changed (51) hide show
  1. package/es/index.js +1 -1
  2. package/es/lib.js +1 -1
  3. package/es/use-authorized-items.js +1 -1
  4. package/es/use-color-tokens.js +1 -1
  5. package/es/use-computed-action-buttons.js +3 -3
  6. package/es/use-computed-options.js +1 -1
  7. package/es/use-context-disabled.js +1 -1
  8. package/es/use-data-query.js +1 -1
  9. package/es/use-deep-callback.js +1 -1
  10. package/es/use-deep-memo.js +1 -1
  11. package/es/use-deep-selector.js +1 -1
  12. package/es/use-fallback-options.js +1 -1
  13. package/es/use-gap-size-normalizer.js +1 -1
  14. package/es/use-normalized-gap-size.js +1 -1
  15. package/es/use-normalized-menu-items.js +1 -1
  16. package/es/use-normalized-options.js +1 -1
  17. package/es/use-option-filter.js +1 -1
  18. package/es/use-remote-filter.js +1 -1
  19. package/es/use-shallow-callback.js +1 -1
  20. package/es/use-shallow-memo.js +1 -1
  21. package/es/use-shallow-selector.js +1 -1
  22. package/es/use-singleton.js +1 -1
  23. package/es/use-theme-tokens.js +1 -1
  24. package/es/use-transient-store.js +1 -1
  25. package/es/use-window-size.js +1 -1
  26. package/lib/index.cjs +1 -1
  27. package/lib/lib.cjs +1 -1
  28. package/lib/use-authorized-items.cjs +1 -1
  29. package/lib/use-color-tokens.cjs +1 -1
  30. package/lib/use-computed-action-buttons.cjs +3 -3
  31. package/lib/use-computed-options.cjs +1 -1
  32. package/lib/use-context-disabled.cjs +1 -1
  33. package/lib/use-data-query.cjs +1 -1
  34. package/lib/use-deep-callback.cjs +1 -1
  35. package/lib/use-deep-memo.cjs +1 -1
  36. package/lib/use-deep-selector.cjs +1 -1
  37. package/lib/use-fallback-options.cjs +1 -1
  38. package/lib/use-gap-size-normalizer.cjs +1 -1
  39. package/lib/use-normalized-gap-size.cjs +1 -1
  40. package/lib/use-normalized-menu-items.cjs +1 -1
  41. package/lib/use-normalized-options.cjs +1 -1
  42. package/lib/use-option-filter.cjs +1 -1
  43. package/lib/use-remote-filter.cjs +1 -1
  44. package/lib/use-shallow-callback.cjs +1 -1
  45. package/lib/use-shallow-memo.cjs +1 -1
  46. package/lib/use-shallow-selector.cjs +1 -1
  47. package/lib/use-singleton.cjs +1 -1
  48. package/lib/use-theme-tokens.cjs +1 -1
  49. package/lib/use-transient-store.cjs +1 -1
  50. package/lib/use-window-size.cjs +1 -1
  51. package/package.json +3 -3
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import './lib.js';
3
3
  export { useAuthorizedItems } from './use-authorized-items.js';
4
4
  export { useColorTokens, useDefaultColorTokens, useSemanticColorTokens } from './use-color-tokens.js';
package/es/lib.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  export { useClickAway, useMeasure } from '@uidotdev/usehooks';
3
3
  export { useDeepCompareEffect as useDeepEffect, useDeepCompareLayoutEffect as useDeepLayoutEffect, useSize as useElementSize, useEventListener, useKeyPress, useMount, useUnmount, useUpdateEffect, useUpdateLayoutEffect, useUpdate as useUpdater } from 'ahooks';
4
4
  /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useAuthContext } from '@vef-framework/core';
3
3
  import { useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { defaultColorTypes, semanticColorTypes, capitalize } from '@vef-framework/shared';
3
3
  import { useMemo } from 'react';
4
4
  import { useThemeTokens } from './use-theme-tokens.js';
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isFunction, defaultMessageTitle } from '@vef-framework/shared';
3
3
  import { useMemo } from 'react';
4
4
 
@@ -24,7 +24,7 @@ function useComputedActionButtons(buttons, context) {
24
24
  requireConfirmation: isFunction(requireConfirmation) ? requireConfirmation(context) : requireConfirmation ?? false,
25
25
  confirmationMode: isFunction(confirmationMode) ? confirmationMode(context) : confirmationMode ?? "simple",
26
26
  confirmationTitle: isFunction(confirmationTitle) ? confirmationTitle(context) : confirmationTitle ?? defaultMessageTitle,
27
- confirmationContent: isFunction(confirmationContent) ? confirmationContent(context) : confirmationContent ?? `\u786E\u5B9A\u8981${rest.label}\u5417\uFF1F`
27
+ confirmationContent: isFunction(confirmationContent) ? confirmationContent(context) : confirmationContent ?? `确定要${rest.label}吗?`
28
28
  };
29
29
  if (computedButton.requireConfirmation && !computedButton.confirmationMode) {
30
30
  computedButton.confirmationMode = "simple";
@@ -33,7 +33,7 @@ function useComputedActionButtons(buttons, context) {
33
33
  computedButton.confirmationTitle = defaultMessageTitle;
34
34
  }
35
35
  if (computedButton.requireConfirmation && !computedButton.confirmationContent) {
36
- computedButton.confirmationContent = `\u786E\u5B9A\u8981${computedButton.label}\u5417\uFF1F`;
36
+ computedButton.confirmationContent = `确定要${computedButton.label}吗?`;
37
37
  }
38
38
  return computedButton;
39
39
  }), [buttons, context]);
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useDataQuery } from './use-data-query.js';
3
3
  import { useFallbackOptions } from './use-fallback-options.js';
4
4
  import { useNormalizedDataOptions } from './use-normalized-options.js';
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { createContext, useContext } from 'react';
3
3
 
4
4
  const DisabledContext = createContext(false);
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useApiContext } from '@vef-framework/core';
3
3
  import { isNullish, isFunction } from '@vef-framework/shared';
4
4
  import { useUnmount } from 'ahooks';
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useCallback } from 'react';
3
3
  import { useDeepMemo } from './use-deep-memo.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isDeepEqual } from '@vef-framework/shared';
3
3
  import { useRef, useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isDeepEqual } from '@vef-framework/shared';
3
3
  import { useRef } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useApiContext } from '@vef-framework/core';
3
3
  import { isFunction } from '@vef-framework/shared';
4
4
  import { useUnmount } from 'ahooks';
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useCallback } from 'react';
3
3
  import { useThemeTokens } from './use-theme-tokens.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useGapSizeNormalizer } from './use-gap-size-normalizer.js';
3
3
 
4
4
  function useNormalizedGapSize(gap) {
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useMemo } from 'react';
3
3
 
4
4
  function normalizeMenuItem(item) {
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isNullish, VefError, isString, parsePinyinFirstLetter, isArray } from '@vef-framework/shared';
3
3
  import { useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isString } from '@vef-framework/shared';
3
3
  import { useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { trim, debounce } from '@vef-framework/shared';
3
3
  import { useState, useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useCallback } from 'react';
3
3
  import { useShallowMemo } from './use-shallow-memo.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isShallowEqual } from '@vef-framework/shared';
3
3
  import { useRef, useMemo } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isShallowEqual } from '@vef-framework/shared';
3
3
  import { useRef } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isNullish } from '@vef-framework/shared';
3
3
  import { useRef } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { theme } from 'antd';
3
3
 
4
4
  const { useToken } = theme;
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { isShallowEqual } from '@vef-framework/shared';
3
3
  import { useRef, useEffect } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  import { useRafState, useEventListener } from 'ahooks';
3
3
 
4
4
  function useWindowSize() {
package/lib/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/lib.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -28,7 +28,7 @@ function useComputedActionButtons(buttons, context) {
28
28
  requireConfirmation: shared.isFunction(requireConfirmation) ? requireConfirmation(context) : requireConfirmation ?? false,
29
29
  confirmationMode: shared.isFunction(confirmationMode) ? confirmationMode(context) : confirmationMode ?? "simple",
30
30
  confirmationTitle: shared.isFunction(confirmationTitle) ? confirmationTitle(context) : confirmationTitle ?? shared.defaultMessageTitle,
31
- confirmationContent: shared.isFunction(confirmationContent) ? confirmationContent(context) : confirmationContent ?? `\u786E\u5B9A\u8981${rest.label}\u5417\uFF1F`
31
+ confirmationContent: shared.isFunction(confirmationContent) ? confirmationContent(context) : confirmationContent ?? `确定要${rest.label}吗?`
32
32
  };
33
33
  if (computedButton.requireConfirmation && !computedButton.confirmationMode) {
34
34
  computedButton.confirmationMode = "simple";
@@ -37,7 +37,7 @@ function useComputedActionButtons(buttons, context) {
37
37
  computedButton.confirmationTitle = shared.defaultMessageTitle;
38
38
  }
39
39
  if (computedButton.requireConfirmation && !computedButton.confirmationContent) {
40
- computedButton.confirmationContent = `\u786E\u5B9A\u8981${computedButton.label}\u5417\uFF1F`;
40
+ computedButton.confirmationContent = `确定要${computedButton.label}吗?`;
41
41
  }
42
42
  return computedButton;
43
43
  }), [buttons, context]);
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.433Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.523Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vef-framework/hooks",
3
3
  "type": "module",
4
- "version": "1.0.99",
4
+ "version": "1.0.101",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@9.15.0",
7
7
  "description": "The hooks of the VEF framework",
@@ -35,8 +35,8 @@
35
35
  "tslib": "2.8.1",
36
36
  "use-sync-external-store": "^1.4.0",
37
37
  "@uidotdev/usehooks": "^2.4.1",
38
- "@vef-framework/core": "1.0.99",
39
- "@vef-framework/shared": "1.0.99",
38
+ "@vef-framework/core": "1.0.101",
39
+ "@vef-framework/shared": "1.0.101",
40
40
  "ahooks": "3.8.4"
41
41
  },
42
42
  "publishConfig": {