@vef-framework-react/components 2.1.12 → 2.2.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.
Files changed (286) hide show
  1. package/dist/cjs/_base/globals.cjs +1 -0
  2. package/dist/cjs/_base/helpers/message.cjs +1 -1
  3. package/dist/cjs/_base/helpers/modal.cjs +1 -1
  4. package/dist/cjs/_base/helpers/notification.cjs +1 -1
  5. package/dist/cjs/_base/index.cjs +1 -1
  6. package/dist/cjs/border-beam/index.cjs +1 -0
  7. package/dist/cjs/config-provider/context-holder.cjs +1 -1
  8. package/dist/cjs/crud/components/scene-form.cjs +1 -1
  9. package/dist/cjs/file-upload/index.cjs +1 -0
  10. package/dist/cjs/form/fields/date-range-picker/index.cjs +1 -1
  11. package/dist/cjs/form/fields/time-picker/index.cjs +1 -1
  12. package/dist/cjs/form/fields/time-range-picker/index.cjs +1 -1
  13. package/dist/cjs/form/fields/upload/index.cjs +1 -1
  14. package/dist/cjs/form/form-actions.cjs +1 -1
  15. package/dist/cjs/index.cjs +1 -1
  16. package/dist/cjs/split-text/index.cjs +1 -1
  17. package/dist/cjs/upload/index.cjs +1 -1
  18. package/dist/es/_base/constants/breakpoints.js +1 -1
  19. package/dist/es/_base/constants/common.js +1 -1
  20. package/dist/es/_base/constants/css-vars.js +1 -1
  21. package/dist/es/_base/constants/event.js +1 -1
  22. package/dist/es/_base/constants/index.js +1 -1
  23. package/dist/es/_base/constants/symbols.js +1 -1
  24. package/dist/es/_base/constants/theme.js +1 -0
  25. package/dist/es/_base/globals.js +16 -0
  26. package/dist/es/_base/helpers/breakpoints.js +1 -1
  27. package/dist/es/_base/helpers/color.js +1 -1
  28. package/dist/es/_base/helpers/common.js +1 -1
  29. package/dist/es/_base/helpers/event.js +1 -1
  30. package/dist/es/_base/helpers/index.js +1 -1
  31. package/dist/es/_base/helpers/message.js +20 -19
  32. package/dist/es/_base/helpers/modal.js +30 -29
  33. package/dist/es/_base/helpers/notification.js +23 -22
  34. package/dist/es/_base/helpers/props.js +1 -1
  35. package/dist/es/_base/helpers/react.js +1 -1
  36. package/dist/es/_base/hooks/index.js +1 -1
  37. package/dist/es/_base/hooks/use-theme-tokens.js +1 -1
  38. package/dist/es/_base/index.js +2 -1
  39. package/dist/es/_base/styles/common.js +1 -1
  40. package/dist/es/_base/styles/index.js +1 -1
  41. package/dist/es/_base/types/breakpoints.js +1 -1
  42. package/dist/es/_base/types/common.js +1 -1
  43. package/dist/es/_base/types/index.js +1 -1
  44. package/dist/es/action-button/index.js +1 -1
  45. package/dist/es/action-button/use-action-button.js +1 -1
  46. package/dist/es/action-group/index.js +1 -1
  47. package/dist/es/action-group/use-action-group.js +1 -1
  48. package/dist/es/action-group/use-computed-action-buttons.js +1 -1
  49. package/dist/es/affix/index.js +1 -1
  50. package/dist/es/alert/index.js +1 -1
  51. package/dist/es/anchor/index.js +1 -1
  52. package/dist/es/auto-complete/index.js +1 -1
  53. package/dist/es/avatar/index.js +1 -1
  54. package/dist/es/badge/index.js +1 -1
  55. package/dist/es/bool/index.js +1 -1
  56. package/dist/es/border-beam/index.js +3 -0
  57. package/dist/es/breadcrumb/index.js +1 -1
  58. package/dist/es/button/index.js +1 -1
  59. package/dist/es/calendar/index.js +1 -1
  60. package/dist/es/card/index.js +1 -1
  61. package/dist/es/carousel/index.js +1 -1
  62. package/dist/es/cascader/index.js +1 -1
  63. package/dist/es/center/index.js +1 -1
  64. package/dist/es/charts/chart.js +1 -1
  65. package/dist/es/charts/helpers/group.js +1 -1
  66. package/dist/es/charts/helpers/index.js +1 -1
  67. package/dist/es/charts/hooks/index.js +1 -1
  68. package/dist/es/charts/hooks/use-chart.js +1 -1
  69. package/dist/es/charts/index.js +1 -1
  70. package/dist/es/charts/themes/index.js +1 -1
  71. package/dist/es/charts/themes/walden-dark.js +1 -1
  72. package/dist/es/charts/themes/walden.js +1 -1
  73. package/dist/es/charts/themes/wonderland-dark.js +1 -1
  74. package/dist/es/charts/themes/wonderland.js +1 -1
  75. package/dist/es/checkbox/index.js +1 -1
  76. package/dist/es/code-highlighter/index.js +1 -1
  77. package/dist/es/col/index.js +1 -1
  78. package/dist/es/collapse/index.js +1 -1
  79. package/dist/es/color-picker/index.js +1 -1
  80. package/dist/es/compact/index.js +1 -1
  81. package/dist/es/config-provider/app.js +1 -1
  82. package/dist/es/config-provider/constants.js +1 -1
  83. package/dist/es/config-provider/context-holder.js +16 -15
  84. package/dist/es/config-provider/css-vars.js +1 -1
  85. package/dist/es/config-provider/dark-mode-context.js +1 -1
  86. package/dist/es/config-provider/error-fallback.js +1 -1
  87. package/dist/es/config-provider/global-style.js +1 -1
  88. package/dist/es/config-provider/index.js +1 -1
  89. package/dist/es/config-provider/theme-config.js +1 -1
  90. package/dist/es/config-provider/use-config-provider.js +1 -1
  91. package/dist/es/crud/components/action-button-group.js +1 -1
  92. package/dist/es/crud/components/index.js +1 -1
  93. package/dist/es/crud/components/main.js +1 -1
  94. package/dist/es/crud/components/mutation-holder.js +1 -1
  95. package/dist/es/crud/components/operation-button-group.js +1 -1
  96. package/dist/es/crud/components/scene-form.js +7 -6
  97. package/dist/es/crud/components/selection-indicator.js +1 -1
  98. package/dist/es/crud/components/toolbar-actions.js +1 -1
  99. package/dist/es/crud/components/toolbar.js +1 -1
  100. package/dist/es/crud/event.js +1 -1
  101. package/dist/es/crud/helpers.js +1 -1
  102. package/dist/es/crud/hooks/index.js +1 -1
  103. package/dist/es/crud/hooks/use-query-observer.js +1 -1
  104. package/dist/es/crud/hooks/use-search-values.js +1 -1
  105. package/dist/es/crud/hooks/use-selected-rows.js +1 -1
  106. package/dist/es/crud/index.js +1 -1
  107. package/dist/es/crud/store.js +1 -1
  108. package/dist/es/crud/styles.js +1 -1
  109. package/dist/es/crud-page/index.js +1 -1
  110. package/dist/es/date-picker/index.js +1 -1
  111. package/dist/es/descriptions/index.js +1 -1
  112. package/dist/es/divider/index.js +1 -1
  113. package/dist/es/drawer/index.js +1 -1
  114. package/dist/es/dropdown/index.js +1 -1
  115. package/dist/es/dynamic-icon/index.js +1 -1
  116. package/dist/es/dynamic-icon/placeholder-icon.js +1 -1
  117. package/dist/es/dynamic-icon/unknown-icon.js +1 -1
  118. package/dist/es/empty/empty.js +1 -1
  119. package/dist/es/empty/index.js +1 -1
  120. package/dist/es/file-upload/index.js +59 -0
  121. package/dist/es/flex/index.js +1 -1
  122. package/dist/es/flex-card/index.js +1 -1
  123. package/dist/es/flex-card/styles.js +1 -1
  124. package/dist/es/flip-text/index.js +1 -1
  125. package/dist/es/float-button/index.js +1 -1
  126. package/dist/es/form/components/form.js +1 -1
  127. package/dist/es/form/components/index.js +1 -1
  128. package/dist/es/form/components/reset-button.js +1 -1
  129. package/dist/es/form/components/submit-button.js +1 -1
  130. package/dist/es/form/contexts/form-context.js +1 -1
  131. package/dist/es/form/contexts/form-layout.js +1 -1
  132. package/dist/es/form/contexts/index.js +1 -1
  133. package/dist/es/form/fields/auto-complete/index.js +1 -1
  134. package/dist/es/form/fields/bool/index.js +1 -1
  135. package/dist/es/form/fields/cascader/index.js +1 -1
  136. package/dist/es/form/fields/checkbox/index.js +1 -1
  137. package/dist/es/form/fields/color-picker/index.js +1 -1
  138. package/dist/es/form/fields/date-picker/index.js +1 -1
  139. package/dist/es/form/fields/date-range-picker/index.js +13 -18
  140. package/dist/es/form/fields/index.js +1 -1
  141. package/dist/es/form/fields/input/index.js +1 -1
  142. package/dist/es/form/fields/input-number/index.js +1 -1
  143. package/dist/es/form/fields/mentions/index.js +1 -1
  144. package/dist/es/form/fields/password/index.js +1 -1
  145. package/dist/es/form/fields/radio/index.js +1 -1
  146. package/dist/es/form/fields/rate/index.js +1 -1
  147. package/dist/es/form/fields/select/index.js +1 -1
  148. package/dist/es/form/fields/slider/index.js +1 -1
  149. package/dist/es/form/fields/textarea/index.js +1 -1
  150. package/dist/es/form/fields/time-picker/index.js +2 -2
  151. package/dist/es/form/fields/time-range-picker/index.js +13 -18
  152. package/dist/es/form/fields/transfer/index.js +1 -1
  153. package/dist/es/form/fields/tree-select/index.js +1 -1
  154. package/dist/es/form/fields/upload/index.js +20 -17
  155. package/dist/es/form/form-actions.js +9 -9
  156. package/dist/es/form/form.js +1 -1
  157. package/dist/es/form/helpers/create-field.js +1 -1
  158. package/dist/es/form/helpers/index.js +1 -1
  159. package/dist/es/form/helpers/with-form-item.js +1 -1
  160. package/dist/es/form/hooks/use-form-item-props.js +1 -1
  161. package/dist/es/form/hooks/use-label-width.js +1 -1
  162. package/dist/es/form/index.js +1 -1
  163. package/dist/es/form/use-form.js +1 -1
  164. package/dist/es/form-drawer/index.js +1 -1
  165. package/dist/es/form-modal/index.js +1 -1
  166. package/dist/es/grid/context.js +1 -1
  167. package/dist/es/grid/grid-item.js +1 -1
  168. package/dist/es/grid/hooks/index.js +1 -1
  169. package/dist/es/grid/hooks/use-container-breakpoints.js +1 -1
  170. package/dist/es/grid/hooks/use-container-width.js +1 -1
  171. package/dist/es/grid/hooks/use-grid-collapsed.js +1 -1
  172. package/dist/es/grid/hooks/use-normalized-gap.js +1 -1
  173. package/dist/es/grid/hooks/use-responsive-breakpoint.js +1 -1
  174. package/dist/es/grid/hooks/use-responsive-value.js +1 -1
  175. package/dist/es/grid/index.js +1 -1
  176. package/dist/es/grid/styles.js +1 -1
  177. package/dist/es/group/index.js +1 -1
  178. package/dist/es/icon/index.js +1 -1
  179. package/dist/es/icon-button/index.js +1 -1
  180. package/dist/es/image/index.js +1 -1
  181. package/dist/es/index.js +98 -96
  182. package/dist/es/input/index.js +1 -1
  183. package/dist/es/input-number/index.js +1 -1
  184. package/dist/es/keyboard/index.js +1 -1
  185. package/dist/es/list/index.js +1 -1
  186. package/dist/es/loader/index.js +1 -1
  187. package/dist/es/logo-icon/index.js +1 -1
  188. package/dist/es/mentions/index.js +1 -1
  189. package/dist/es/menu/index.js +1 -1
  190. package/dist/es/modal/index.js +1 -1
  191. package/dist/es/modal/modal.js +1 -1
  192. package/dist/es/operation-button/index.js +1 -1
  193. package/dist/es/page/components/aside-panel.js +1 -1
  194. package/dist/es/page/components/index.js +1 -1
  195. package/dist/es/page/components/resize-handle.js +1 -1
  196. package/dist/es/page/components/scroll-content.js +1 -1
  197. package/dist/es/page/hooks/index.js +1 -1
  198. package/dist/es/page/hooks/use-page-key.js +1 -1
  199. package/dist/es/page/hooks/use-resize.js +1 -1
  200. package/dist/es/page/index.js +1 -1
  201. package/dist/es/page/styles.js +1 -1
  202. package/dist/es/page/viewport-context.js +1 -1
  203. package/dist/es/pagination/index.js +1 -1
  204. package/dist/es/permission-gate/index.js +1 -1
  205. package/dist/es/popconfirm/index.js +1 -1
  206. package/dist/es/popover/index.js +1 -1
  207. package/dist/es/pro-search/components/advanced-search-toggler.js +1 -1
  208. package/dist/es/pro-search/components/advanced-search.js +1 -1
  209. package/dist/es/pro-search/components/index.js +1 -1
  210. package/dist/es/pro-search/components/search-actions.js +1 -1
  211. package/dist/es/pro-search/index.js +1 -1
  212. package/dist/es/pro-search/styles.js +1 -1
  213. package/dist/es/pro-table/components/column-setting-item.js +1 -1
  214. package/dist/es/pro-table/components/column-settings-panel.js +1 -1
  215. package/dist/es/pro-table/components/column-settings.js +1 -1
  216. package/dist/es/pro-table/components/index.js +1 -1
  217. package/dist/es/pro-table/components/operation-button-group.js +1 -1
  218. package/dist/es/pro-table/components/ref.js +1 -1
  219. package/dist/es/pro-table/components/table-subscriber.js +1 -1
  220. package/dist/es/pro-table/components/table-summary.js +1 -1
  221. package/dist/es/pro-table/components/table-title.js +1 -1
  222. package/dist/es/pro-table/components/table.js +1 -1
  223. package/dist/es/pro-table/components/width-popover.js +1 -1
  224. package/dist/es/pro-table/context.js +1 -1
  225. package/dist/es/pro-table/event.js +1 -1
  226. package/dist/es/pro-table/hooks/index.js +1 -1
  227. package/dist/es/pro-table/hooks/use-column-settings-persistence.js +1 -1
  228. package/dist/es/pro-table/hooks/use-row-selection.js +1 -1
  229. package/dist/es/pro-table/hooks/use-table-columns.js +1 -1
  230. package/dist/es/pro-table/index.js +1 -1
  231. package/dist/es/pro-table/store.js +1 -1
  232. package/dist/es/progress/index.js +1 -1
  233. package/dist/es/qrcode/index.js +1 -1
  234. package/dist/es/radio/index.js +1 -1
  235. package/dist/es/rate/index.js +1 -1
  236. package/dist/es/result/index.js +1 -1
  237. package/dist/es/row/index.js +1 -1
  238. package/dist/es/scroll-area/index.js +1 -1
  239. package/dist/es/scroll-area/styles.js +1 -1
  240. package/dist/es/segmented/index.js +1 -1
  241. package/dist/es/select/hooks/index.js +1 -1
  242. package/dist/es/select/hooks/use-data-options-select.js +1 -1
  243. package/dist/es/select/hooks/use-dictionary-options-select.js +1 -1
  244. package/dist/es/select/index.js +1 -1
  245. package/dist/es/skeleton/index.js +1 -1
  246. package/dist/es/slider/index.js +1 -1
  247. package/dist/es/space/index.js +1 -1
  248. package/dist/es/space/space.js +1 -1
  249. package/dist/es/sparkles-text/index.js +1 -1
  250. package/dist/es/sparkles-text/sparkle.js +1 -1
  251. package/dist/es/spin/index.js +1 -1
  252. package/dist/es/split-text/index.js +55 -64
  253. package/dist/es/splitter/index.js +1 -1
  254. package/dist/es/stack/index.js +1 -1
  255. package/dist/es/statistic/index.js +1 -1
  256. package/dist/es/steps/index.js +1 -1
  257. package/dist/es/switch/index.js +1 -1
  258. package/dist/es/table/index.js +1 -1
  259. package/dist/es/table/use-pagination-props.js +1 -1
  260. package/dist/es/tabs/index.js +1 -1
  261. package/dist/es/tag/index.js +1 -1
  262. package/dist/es/time-picker/index.js +1 -1
  263. package/dist/es/timeline/index.js +1 -1
  264. package/dist/es/tooltip/index.js +1 -1
  265. package/dist/es/tour/index.js +1 -1
  266. package/dist/es/transfer/index.js +1 -1
  267. package/dist/es/tree/hooks/index.js +1 -1
  268. package/dist/es/tree/hooks/use-data-options-tree.js +1 -1
  269. package/dist/es/tree/index.js +1 -1
  270. package/dist/es/tree-select/hooks/index.js +1 -1
  271. package/dist/es/tree-select/hooks/use-data-options-tree-select.js +1 -1
  272. package/dist/es/tree-select/index.js +1 -1
  273. package/dist/es/typing-animation/index.js +1 -1
  274. package/dist/es/typography/index.js +1 -1
  275. package/dist/es/upload/index.js +4 -4
  276. package/dist/es/watermark/index.js +1 -1
  277. package/dist/types/_base/globals.d.ts +34 -0
  278. package/dist/types/_base/index.d.ts +1 -0
  279. package/dist/types/border-beam/index.d.ts +2 -0
  280. package/dist/types/dynamic-icon/index.d.ts +1 -1
  281. package/dist/types/file-upload/index.d.ts +10 -0
  282. package/dist/types/file-upload/props.d.ts +72 -0
  283. package/dist/types/form/fields/upload/props.d.ts +9 -2
  284. package/dist/types/index.d.ts +2 -0
  285. package/dist/types/split-text/index.d.ts +2 -2
  286. package/package.json +9 -9
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useIsomorphicEffect as e } from "@vef-framework-react/hooks";
3
3
  import { useEffect as t, useRef as n, useState as r } from "react";
4
4
  //#region src/grid/hooks/use-container-width.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useGridContext as e } from "../context.js";
3
3
  //#region src/grid/hooks/use-grid-collapsed.ts
4
4
  function t() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useThemeTokens as e } from "../../_base/hooks/use-theme-tokens.js";
3
3
  import { isNumber as t, isString as n } from "@vef-framework-react/shared";
4
4
  import { useMemo as r } from "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useMemo as e } from "react";
3
3
  //#region src/grid/hooks/use-responsive-breakpoint.ts
4
4
  function t(t, n) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { breakpoints as e } from "../../_base/constants/breakpoints.js";
3
3
  import { isPlainObject as t } from "@vef-framework-react/shared";
4
4
  import "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { GridContextProvider as e } from "./context.js";
3
3
  import { grid as t } from "./styles.js";
4
4
  import { GridItem as n } from "./grid-item.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { css as e } from "@emotion/react";
3
3
  //#region src/grid/styles.ts
4
4
  function t() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Flex as e } from "../flex/index.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  //#region src/group/index.tsx
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { jsx as e } from "@emotion/react/jsx-runtime";
3
3
  import "@emotion/react";
4
4
  import { Icon as t } from "lucide-react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { Button as t } from "../button/index.js";
4
4
  import { Tooltip as n } from "../tooltip/index.js";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Image as e } from "antd";
3
3
  export { e as Image };
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { breakpoints as e } from "./_base/constants/breakpoints.js";
3
3
  import { colors as t, fullSizes as n, presetColors as r, semanticColors as i, semanticSceneIcons as a, semanticSceneLabels as o, semanticScenes as s, sizes as c } from "./_base/constants/common.js";
4
4
  import { globalCssVars as l } from "./_base/constants/css-vars.js";
@@ -29,98 +29,100 @@ import { Checkbox as Y } from "./checkbox/index.js";
29
29
  import { Radio as X } from "./radio/index.js";
30
30
  import { Switch as Z } from "./switch/index.js";
31
31
  import { Bool as Q } from "./bool/index.js";
32
- import { Breadcrumb as $ } from "./breadcrumb/index.js";
33
- import { Calendar as ee } from "./calendar/index.js";
34
- import { Card as te } from "./card/index.js";
35
- import { Carousel as ne } from "./carousel/index.js";
36
- import { Cascader as re } from "./cascader/index.js";
37
- import { Center as ie } from "./center/index.js";
38
- import { useIsDarkMode as ae } from "./config-provider/dark-mode-context.js";
39
- import { ConfigProvider as oe } from "./config-provider/index.js";
40
- import { useChart as se } from "./charts/hooks/use-chart.js";
41
- import { Chart as ce } from "./charts/chart.js";
42
- import { connectCharts as le, disconnectCharts as ue } from "./charts/helpers/group.js";
43
- import { CodeHighlighter as de } from "./code-highlighter/index.js";
44
- import { Col as fe } from "./col/index.js";
45
- import { Collapse as pe } from "./collapse/index.js";
46
- import { ColorPicker as me } from "./color-picker/index.js";
47
- import { Compact as he } from "./compact/index.js";
48
- import { FlexCard as ge } from "./flex-card/index.js";
49
- import { Stack as _e } from "./stack/index.js";
50
- import { Divider as ve } from "./divider/index.js";
51
- import { Tooltip as ye } from "./tooltip/index.js";
52
- import { pageSizeOptions as be, usePaginationProps as xe } from "./table/use-pagination-props.js";
53
- import { Table as Se } from "./table/index.js";
54
- import { Popover as Ce } from "./popover/index.js";
55
- import { Slider as we } from "./slider/index.js";
56
- import { OperationButtonGroup as Te } from "./pro-table/components/operation-button-group.js";
57
- import { TableSubscriber as Ee } from "./pro-table/components/table-subscriber.js";
58
- import { ProTable as De } from "./pro-table/index.js";
59
- import { restoreFieldOptions as Oe } from "./form/helpers/create-field.js";
60
- import { DatePicker as ke } from "./date-picker/index.js";
61
- import { Input as Ae } from "./input/index.js";
62
- import { InputNumber as je } from "./input-number/index.js";
63
- import { Mentions as Me } from "./mentions/index.js";
64
- import { Rate as Ne } from "./rate/index.js";
65
- import { FlipText as Pe } from "./flip-text/index.js";
66
- import { Spin as Fe } from "./spin/index.js";
67
- import { Loader as Ie } from "./loader/index.js";
68
- import { useDataOptionsSelect as Le } from "./select/hooks/use-data-options-select.js";
69
- import { useDictionaryOptionsSelect as Re } from "./select/hooks/use-dictionary-options-select.js";
70
- import { Select as ze } from "./select/index.js";
71
- import { TimePicker as Be } from "./time-picker/index.js";
72
- import { Transfer as Ve } from "./transfer/index.js";
73
- import { useDataOptionsTreeSelect as He } from "./tree-select/hooks/use-data-options-tree-select.js";
74
- import { TreeSelect as Ue } from "./tree-select/index.js";
75
- import { Image as We } from "./image/index.js";
76
- import { Upload as Ge } from "./upload/index.js";
77
- import { createFormOptions as Ke, useFormContext as qe, useFormStore as Je, withFieldGroup as Ye, withForm as Xe } from "./form/form.js";
78
- import { useForm as Ze } from "./form/use-form.js";
79
- import { ProSearch as Qe } from "./pro-search/index.js";
80
- import { Link as $e, Paragraph as et, Text as tt, Title as nt } from "./typography/index.js";
81
- import { Drawer as rt } from "./drawer/index.js";
82
- import it from "./empty/empty.js";
83
- import { FormDrawer as at } from "./form-drawer/index.js";
84
- import { Modal as ot } from "./modal/modal.js";
85
- import { FormModal as st } from "./form-modal/index.js";
86
- import { createCrudKit as ct } from "./crud/helpers.js";
87
- import { Crud as lt } from "./crud/index.js";
88
- import { ScrollArea as ut } from "./scroll-area/index.js";
89
- import { useViewportHeight as dt } from "./page/viewport-context.js";
90
- import { Page as ft } from "./page/index.js";
91
- import { CrudPage as pt } from "./crud-page/index.js";
92
- import { Descriptions as mt } from "./descriptions/index.js";
93
- import { Dropdown as ht } from "./dropdown/index.js";
94
- import { DynamicIcon as gt } from "./dynamic-icon/index.js";
95
- import { FloatButton as _t } from "./float-button/index.js";
96
- import { useGridCollapsed as vt } from "./grid/hooks/use-grid-collapsed.js";
97
- import { Grid as yt } from "./grid/index.js";
98
- import { IconButton as bt } from "./icon-button/index.js";
99
- import { Keyboard as xt } from "./keyboard/index.js";
100
- import { List as St } from "./list/index.js";
101
- import { LogoIcon as Ct } from "./logo-icon/index.js";
102
- import { Menu as wt } from "./menu/index.js";
103
- import { PermissionGate as Tt } from "./permission-gate/index.js";
104
- import { OperationButton as Et } from "./operation-button/index.js";
105
- import { Pagination as Dt } from "./pagination/index.js";
106
- import { Progress as Ot } from "./progress/index.js";
107
- import { QRCode as kt } from "./qrcode/index.js";
108
- import { Result as At } from "./result/index.js";
109
- import { Row as jt } from "./row/index.js";
110
- import { Segmented as Mt } from "./segmented/index.js";
111
- import { Skeleton as Nt } from "./skeleton/index.js";
112
- import Pt from "./space/space.js";
113
- import { SparklesText as Ft } from "./sparkles-text/index.js";
114
- import { SplitText as It } from "./split-text/index.js";
115
- import { Splitter as Lt } from "./splitter/index.js";
116
- import { Statistic as Rt } from "./statistic/index.js";
117
- import { Steps as zt } from "./steps/index.js";
118
- import { Tabs as Bt } from "./tabs/index.js";
119
- import { Tag as Vt } from "./tag/index.js";
120
- import { Timeline as Ht } from "./timeline/index.js";
121
- import { Tour as Ut } from "./tour/index.js";
122
- import { useDataOptionsTree as Wt } from "./tree/hooks/use-data-options-tree.js";
123
- import { Tree as Gt } from "./tree/index.js";
124
- import { TypingAnimation as Kt } from "./typing-animation/index.js";
125
- import { Watermark as qt } from "./watermark/index.js";
126
- export { z as ActionButton, H as ActionGroup, U as Affix, W as Alert, G as Anchor, K as AutoComplete, q as Avatar, J as Badge, Q as Bool, $ as Breadcrumb, I as Button, ee as Calendar, te as Card, ne as Carousel, re as Cascader, ie as Center, ce as Chart, Y as Checkbox, de as CodeHighlighter, fe as Col, pe as Collapse, me as ColorPicker, he as Compact, oe as ConfigProvider, lt as Crud, pt as CrudPage, ke as DatePicker, mt as Descriptions, ve as Divider, rt as Drawer, ht as Dropdown, gt as DynamicIcon, it as Empty, B as Flex, ge as FlexCard, Pe as FlipText, _t as FloatButton, at as FormDrawer, st as FormModal, yt as Grid, V as Group, L as Icon, bt as IconButton, We as Image, Ae as Input, je as InputNumber, xt as Keyboard, $e as Link, St as List, Ie as Loader, Ct as LogoIcon, Me as Mentions, wt as Menu, ot as Modal, Et as OperationButton, Te as OperationButtonGroup, ft as Page, Dt as Pagination, et as Paragraph, Tt as PermissionGate, R as Popconfirm, Ce as Popover, Qe as ProSearch, De as ProTable, Ee as ProTableSubscriber, Ot as Progress, kt as QRCode, X as Radio, Ne as Rate, At as Result, jt as Row, u as SYMBOL_PAGINATION, d as SYMBOL_SORT, ut as ScrollArea, Mt as Segmented, ze as Select, Nt as Skeleton, we as Slider, Pt as Space, Ft as SparklesText, Fe as Spin, It as SplitText, Lt as Splitter, _e as Stack, Rt as Statistic, zt as Steps, Z as Switch, Se as Table, Bt as Tabs, Vt as Tag, tt as Text, Be as TimePicker, Ht as Timeline, nt as Title, ye as Tooltip, Ut as Tour, Ve as Transfer, Gt as Tree, Ue as TreeSelect, Kt as TypingAnimation, Ge as Upload, qt as Watermark, e as breakpoints, v as closeAllMessages, k as closeAllNotifications, t as colors, le as connectCharts, ct as createCrudKit, Ke as createFormOptions, ue as disconnectCharts, _ as emitReloadPage, n as fullSizes, h as getSpacingValue, l as globalCssVars, P as isFragment, p as isPresetColor, m as isSemanticColor, g as mapSize, be as pageSizeOptions, r as presetColors, f as resolveBreakpointValue, Oe as restoreFieldOptions, i as semanticColors, a as semanticSceneIcons, o as semanticSceneLabels, s as semanticScenes, w as showConfirm, T as showErrorAlert, y as showErrorMessage, A as showErrorNotification, E as showInfoAlert, b as showInfoMessage, j as showInfoNotification, x as showLoadingMessage, D as showSuccessAlert, S as showSuccessMessage, M as showSuccessNotification, O as showWarningAlert, C as showWarningMessage, N as showWarningNotification, c as sizes, se as useChart, Le as useDataOptionsSelect, Wt as useDataOptionsTree, He as useDataOptionsTreeSelect, Re as useDictionaryOptionsSelect, Ze as useForm, qe as useFormContext, Je as useFormStore, vt as useGridCollapsed, ae as useIsDarkMode, xe as usePaginationProps, F as useThemeTokens, dt as useViewportHeight, Ye as withFieldGroup, Xe as withForm };
32
+ import { BorderBeam as $ } from "./border-beam/index.js";
33
+ import { Breadcrumb as ee } from "./breadcrumb/index.js";
34
+ import { Calendar as te } from "./calendar/index.js";
35
+ import { Card as ne } from "./card/index.js";
36
+ import { Carousel as re } from "./carousel/index.js";
37
+ import { Cascader as ie } from "./cascader/index.js";
38
+ import { Center as ae } from "./center/index.js";
39
+ import { useIsDarkMode as oe } from "./config-provider/dark-mode-context.js";
40
+ import { ConfigProvider as se } from "./config-provider/index.js";
41
+ import { useChart as ce } from "./charts/hooks/use-chart.js";
42
+ import { Chart as le } from "./charts/chart.js";
43
+ import { connectCharts as ue, disconnectCharts as de } from "./charts/helpers/group.js";
44
+ import { CodeHighlighter as fe } from "./code-highlighter/index.js";
45
+ import { Col as pe } from "./col/index.js";
46
+ import { Collapse as me } from "./collapse/index.js";
47
+ import { ColorPicker as he } from "./color-picker/index.js";
48
+ import { Compact as ge } from "./compact/index.js";
49
+ import { FlexCard as _e } from "./flex-card/index.js";
50
+ import { Stack as ve } from "./stack/index.js";
51
+ import { Divider as ye } from "./divider/index.js";
52
+ import { Tooltip as be } from "./tooltip/index.js";
53
+ import { pageSizeOptions as xe, usePaginationProps as Se } from "./table/use-pagination-props.js";
54
+ import { Table as Ce } from "./table/index.js";
55
+ import { Popover as we } from "./popover/index.js";
56
+ import { Slider as Te } from "./slider/index.js";
57
+ import { OperationButtonGroup as Ee } from "./pro-table/components/operation-button-group.js";
58
+ import { TableSubscriber as De } from "./pro-table/components/table-subscriber.js";
59
+ import { ProTable as Oe } from "./pro-table/index.js";
60
+ import { restoreFieldOptions as ke } from "./form/helpers/create-field.js";
61
+ import { DatePicker as Ae } from "./date-picker/index.js";
62
+ import { Input as je } from "./input/index.js";
63
+ import { InputNumber as Me } from "./input-number/index.js";
64
+ import { Mentions as Ne } from "./mentions/index.js";
65
+ import { Rate as Pe } from "./rate/index.js";
66
+ import { FlipText as Fe } from "./flip-text/index.js";
67
+ import { Spin as Ie } from "./spin/index.js";
68
+ import { Loader as Le } from "./loader/index.js";
69
+ import { useDataOptionsSelect as Re } from "./select/hooks/use-data-options-select.js";
70
+ import { useDictionaryOptionsSelect as ze } from "./select/hooks/use-dictionary-options-select.js";
71
+ import { Select as Be } from "./select/index.js";
72
+ import { TimePicker as Ve } from "./time-picker/index.js";
73
+ import { Transfer as He } from "./transfer/index.js";
74
+ import { useDataOptionsTreeSelect as Ue } from "./tree-select/hooks/use-data-options-tree-select.js";
75
+ import { TreeSelect as We } from "./tree-select/index.js";
76
+ import { Image as Ge } from "./image/index.js";
77
+ import { Upload as Ke } from "./upload/index.js";
78
+ import { FileUpload as qe } from "./file-upload/index.js";
79
+ import { createFormOptions as Je, useFormContext as Ye, useFormStore as Xe, withFieldGroup as Ze, withForm as Qe } from "./form/form.js";
80
+ import { useForm as $e } from "./form/use-form.js";
81
+ import { ProSearch as et } from "./pro-search/index.js";
82
+ import { Link as tt, Paragraph as nt, Text as rt, Title as it } from "./typography/index.js";
83
+ import { Drawer as at } from "./drawer/index.js";
84
+ import ot from "./empty/empty.js";
85
+ import { FormDrawer as st } from "./form-drawer/index.js";
86
+ import { Modal as ct } from "./modal/modal.js";
87
+ import { FormModal as lt } from "./form-modal/index.js";
88
+ import { createCrudKit as ut } from "./crud/helpers.js";
89
+ import { Crud as dt } from "./crud/index.js";
90
+ import { ScrollArea as ft } from "./scroll-area/index.js";
91
+ import { useViewportHeight as pt } from "./page/viewport-context.js";
92
+ import { Page as mt } from "./page/index.js";
93
+ import { CrudPage as ht } from "./crud-page/index.js";
94
+ import { Descriptions as gt } from "./descriptions/index.js";
95
+ import { Dropdown as _t } from "./dropdown/index.js";
96
+ import { DynamicIcon as vt } from "./dynamic-icon/index.js";
97
+ import { FloatButton as yt } from "./float-button/index.js";
98
+ import { useGridCollapsed as bt } from "./grid/hooks/use-grid-collapsed.js";
99
+ import { Grid as xt } from "./grid/index.js";
100
+ import { IconButton as St } from "./icon-button/index.js";
101
+ import { Keyboard as Ct } from "./keyboard/index.js";
102
+ import { List as wt } from "./list/index.js";
103
+ import { LogoIcon as Tt } from "./logo-icon/index.js";
104
+ import { Menu as Et } from "./menu/index.js";
105
+ import { PermissionGate as Dt } from "./permission-gate/index.js";
106
+ import { OperationButton as Ot } from "./operation-button/index.js";
107
+ import { Pagination as kt } from "./pagination/index.js";
108
+ import { Progress as At } from "./progress/index.js";
109
+ import { QRCode as jt } from "./qrcode/index.js";
110
+ import { Result as Mt } from "./result/index.js";
111
+ import { Row as Nt } from "./row/index.js";
112
+ import { Segmented as Pt } from "./segmented/index.js";
113
+ import { Skeleton as Ft } from "./skeleton/index.js";
114
+ import It from "./space/space.js";
115
+ import { SparklesText as Lt } from "./sparkles-text/index.js";
116
+ import { SplitText as Rt } from "./split-text/index.js";
117
+ import { Splitter as zt } from "./splitter/index.js";
118
+ import { Statistic as Bt } from "./statistic/index.js";
119
+ import { Steps as Vt } from "./steps/index.js";
120
+ import { Tabs as Ht } from "./tabs/index.js";
121
+ import { Tag as Ut } from "./tag/index.js";
122
+ import { Timeline as Wt } from "./timeline/index.js";
123
+ import { Tour as Gt } from "./tour/index.js";
124
+ import { useDataOptionsTree as Kt } from "./tree/hooks/use-data-options-tree.js";
125
+ import { Tree as qt } from "./tree/index.js";
126
+ import { TypingAnimation as Jt } from "./typing-animation/index.js";
127
+ import { Watermark as Yt } from "./watermark/index.js";
128
+ export { z as ActionButton, H as ActionGroup, U as Affix, W as Alert, G as Anchor, K as AutoComplete, q as Avatar, J as Badge, Q as Bool, $ as BorderBeam, ee as Breadcrumb, I as Button, te as Calendar, ne as Card, re as Carousel, ie as Cascader, ae as Center, le as Chart, Y as Checkbox, fe as CodeHighlighter, pe as Col, me as Collapse, he as ColorPicker, ge as Compact, se as ConfigProvider, dt as Crud, ht as CrudPage, Ae as DatePicker, gt as Descriptions, ye as Divider, at as Drawer, _t as Dropdown, vt as DynamicIcon, ot as Empty, qe as FileUpload, B as Flex, _e as FlexCard, Fe as FlipText, yt as FloatButton, st as FormDrawer, lt as FormModal, xt as Grid, V as Group, L as Icon, St as IconButton, Ge as Image, je as Input, Me as InputNumber, Ct as Keyboard, tt as Link, wt as List, Le as Loader, Tt as LogoIcon, Ne as Mentions, Et as Menu, ct as Modal, Ot as OperationButton, Ee as OperationButtonGroup, mt as Page, kt as Pagination, nt as Paragraph, Dt as PermissionGate, R as Popconfirm, we as Popover, et as ProSearch, Oe as ProTable, De as ProTableSubscriber, At as Progress, jt as QRCode, X as Radio, Pe as Rate, Mt as Result, Nt as Row, u as SYMBOL_PAGINATION, d as SYMBOL_SORT, ft as ScrollArea, Pt as Segmented, Be as Select, Ft as Skeleton, Te as Slider, It as Space, Lt as SparklesText, Ie as Spin, Rt as SplitText, zt as Splitter, ve as Stack, Bt as Statistic, Vt as Steps, Z as Switch, Ce as Table, Ht as Tabs, Ut as Tag, rt as Text, Ve as TimePicker, Wt as Timeline, it as Title, be as Tooltip, Gt as Tour, He as Transfer, qt as Tree, We as TreeSelect, Jt as TypingAnimation, Ke as Upload, Yt as Watermark, e as breakpoints, v as closeAllMessages, k as closeAllNotifications, t as colors, ue as connectCharts, ut as createCrudKit, Je as createFormOptions, de as disconnectCharts, _ as emitReloadPage, n as fullSizes, h as getSpacingValue, l as globalCssVars, P as isFragment, p as isPresetColor, m as isSemanticColor, g as mapSize, xe as pageSizeOptions, r as presetColors, f as resolveBreakpointValue, ke as restoreFieldOptions, i as semanticColors, a as semanticSceneIcons, o as semanticSceneLabels, s as semanticScenes, w as showConfirm, T as showErrorAlert, y as showErrorMessage, A as showErrorNotification, E as showInfoAlert, b as showInfoMessage, j as showInfoNotification, x as showLoadingMessage, D as showSuccessAlert, S as showSuccessMessage, M as showSuccessNotification, O as showWarningAlert, C as showWarningMessage, N as showWarningNotification, c as sizes, ce as useChart, Re as useDataOptionsSelect, Kt as useDataOptionsTree, Ue as useDataOptionsTreeSelect, ze as useDictionaryOptionsSelect, $e as useForm, Ye as useFormContext, Xe as useFormStore, bt as useGridCollapsed, oe as useIsDarkMode, Se as usePaginationProps, F as useThemeTokens, pt as useViewportHeight, Ze as withFieldGroup, Qe as withForm };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Input as e } from "antd";
3
3
  export { e as Input };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { InputNumber as e } from "antd";
3
3
  export { e as InputNumber };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { useMemo as n } from "react";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { List as e } from "antd";
3
3
  export { e as List };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { fullHeight as e } from "../_base/styles/common.js";
3
3
  import { Center as t } from "../center/index.js";
4
4
  import { FlipText as n } from "../flip-text/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
3
3
  import { colorPaletteMap as n, getColorPalette as r } from "@vef-framework-react/shared";
4
4
  //#region src/logo-icon/index.tsx
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Mentions as e } from "antd";
3
3
  export { e as Mentions };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Menu as e } from "antd";
3
3
  export { e as Menu };
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import "./modal.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Fragment as e, jsx as t, jsxs as n } from "@emotion/react/jsx-runtime";
3
3
  import { memo as r, useCallback as i, useMemo as a, useRef as o } from "react";
4
4
  import { Modal as s } from "antd";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { ActionButton as t } from "../action-button/index.js";
4
4
  import { PermissionGate as n } from "../permission-gate/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { getSpacingValue as e } from "../../_base/helpers/common.js";
3
3
  import { useResize as t } from "../hooks/use-resize.js";
4
4
  import { asideContent as n } from "../styles.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import "./resize-handle.js";
3
3
  import "./aside-panel.js";
4
4
  import "./scroll-content.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { resizeHandleGrip as e, resizeHandleLeft as t, resizeHandleRight as n } from "../styles.js";
3
3
  import { jsx as r } from "@emotion/react/jsx-runtime";
4
4
  import "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { actionBar as e, content as t, scrollContainer as n, scrollWrapper as r } from "../styles.js";
3
3
  import { ScrollArea as i } from "../../scroll-area/index.js";
4
4
  import { ViewportProvider as a } from "../viewport-context.js";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import "./use-page-key.js";
3
3
  import "./use-resize.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useReloadPageEvent as e } from "../../_base/helpers/event.js";
3
3
  import { useCallback as t, useState as n } from "react";
4
4
  //#region src/page/hooks/use-page-key.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useCallback as e, useState as t } from "react";
3
3
  //#region src/page/hooks/use-resize.ts
4
4
  function n(e, t, n) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { getSpacingValue as t } from "../_base/helpers/common.js";
4
4
  import { usePageKey as n } from "./hooks/use-page-key.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { css as t } from "@emotion/react";
4
4
  //#region src/page/styles.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { createContext as e, use as t } from "react";
3
3
  //#region src/page/viewport-context.ts
4
4
  var n = e(null);
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Pagination as e } from "antd";
3
3
  export { e as Pagination };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { isFunction as e } from "@vef-framework-react/shared";
3
3
  import { useIsAuthorized as t } from "@vef-framework-react/hooks";
4
4
  //#region src/permission-gate/index.ts
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Popconfirm as e } from "antd";
3
3
  export { e as Popconfirm };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Popover as e } from "antd";
3
3
  export { e as Popover };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Button as e } from "../../button/index.js";
3
3
  import { Icon as t } from "../../icon/index.js";
4
4
  import { advancedSearchToggler as n } from "../styles.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { advancedSearch as e } from "../styles.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { memo as n } from "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import "./advanced-search.js";
3
3
  import "./advanced-search-toggler.js";
4
4
  import "./search-actions.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Icon as e } from "../../icon/index.js";
3
3
  import { useFormContext as t } from "../../form/form.js";
4
4
  import { Fragment as n, jsx as r, jsxs as i } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useForm as e } from "../form/use-form.js";
3
3
  import { content as t, contentLeft as n, contentRight as r } from "./styles.js";
4
4
  import { AdvancedSearch as i } from "./components/advanced-search.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { breakpoints as e } from "../_base/constants/breakpoints.js";
3
3
  import { globalCssVars as t } from "../_base/constants/css-vars.js";
4
4
  import { css as n } from "@emotion/react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../../_base/constants/css-vars.js";
3
3
  import { Group as t } from "../../group/index.js";
4
4
  import { Checkbox as n } from "../../checkbox/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { globalCssVars as e } from "../../_base/constants/css-vars.js";
3
3
  import { Button as t } from "../../button/index.js";
4
4
  import { Group as n } from "../../group/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Badge as e } from "../../badge/index.js";
3
3
  import { useProTableStore as t } from "../store.js";
4
4
  import { Popover as n } from "../../popover/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import "./width-popover.js";
3
3
  import "./column-setting-item.js";
4
4
  import "./column-settings-panel.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { Group as e } from "../../group/index.js";
3
3
  import { useProTableStore as t } from "../store.js";
4
4
  import { jsx as n } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useProTableStore as e } from "../store.js";
3
3
  import { useImperativeHandle as t } from "react";
4
4
  //#region src/pro-table/components/ref.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { useProTableStore as e } from "../store.js";
3
3
  import { useData as t } from "../context.js";
4
4
  import { isFunction as n } from "@vef-framework-react/shared";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.12 made by Venus | 2026-05-07T08:00:46.762Z */
1
+ /*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
2
2
  import { DataProvider as e } from "../context.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { memo as n } from "react";