@vef-framework-react/components 2.1.7 → 2.1.9

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 (259) hide show
  1. package/dist/cjs/page/components/scroll-content.cjs +1 -1
  2. package/dist/cjs/table/index.cjs +1 -1
  3. package/dist/es/_base/constants/breakpoints.js +1 -1
  4. package/dist/es/_base/constants/common.js +1 -1
  5. package/dist/es/_base/constants/css-vars.js +1 -1
  6. package/dist/es/_base/constants/event.js +1 -1
  7. package/dist/es/_base/constants/index.js +1 -1
  8. package/dist/es/_base/constants/symbols.js +1 -1
  9. package/dist/es/_base/helpers/breakpoints.js +1 -1
  10. package/dist/es/_base/helpers/color.js +1 -1
  11. package/dist/es/_base/helpers/common.js +1 -1
  12. package/dist/es/_base/helpers/event.js +1 -1
  13. package/dist/es/_base/helpers/index.js +1 -1
  14. package/dist/es/_base/helpers/message.js +1 -1
  15. package/dist/es/_base/helpers/modal.js +1 -1
  16. package/dist/es/_base/helpers/notification.js +1 -1
  17. package/dist/es/_base/helpers/props.js +1 -1
  18. package/dist/es/_base/helpers/react.js +1 -1
  19. package/dist/es/_base/hooks/index.js +1 -1
  20. package/dist/es/_base/hooks/use-theme-tokens.js +1 -1
  21. package/dist/es/_base/index.js +1 -1
  22. package/dist/es/_base/styles/common.js +1 -1
  23. package/dist/es/_base/styles/index.js +1 -1
  24. package/dist/es/_base/types/breakpoints.js +1 -1
  25. package/dist/es/_base/types/common.js +1 -1
  26. package/dist/es/_base/types/index.js +1 -1
  27. package/dist/es/action-button/index.js +1 -1
  28. package/dist/es/action-button/use-action-button.js +1 -1
  29. package/dist/es/action-group/index.js +1 -1
  30. package/dist/es/action-group/use-action-group.js +1 -1
  31. package/dist/es/action-group/use-computed-action-buttons.js +1 -1
  32. package/dist/es/affix/index.js +1 -1
  33. package/dist/es/alert/index.js +1 -1
  34. package/dist/es/anchor/index.js +1 -1
  35. package/dist/es/auto-complete/index.js +1 -1
  36. package/dist/es/avatar/index.js +1 -1
  37. package/dist/es/badge/index.js +1 -1
  38. package/dist/es/bool/index.js +1 -1
  39. package/dist/es/breadcrumb/index.js +1 -1
  40. package/dist/es/button/index.js +1 -1
  41. package/dist/es/calendar/index.js +1 -1
  42. package/dist/es/card/index.js +1 -1
  43. package/dist/es/carousel/index.js +1 -1
  44. package/dist/es/cascader/index.js +1 -1
  45. package/dist/es/center/index.js +1 -1
  46. package/dist/es/charts/chart.js +1 -1
  47. package/dist/es/charts/helpers/group.js +1 -1
  48. package/dist/es/charts/helpers/index.js +1 -1
  49. package/dist/es/charts/hooks/index.js +1 -1
  50. package/dist/es/charts/hooks/use-chart.js +1 -1
  51. package/dist/es/charts/index.js +1 -1
  52. package/dist/es/charts/themes/index.js +1 -1
  53. package/dist/es/charts/themes/walden-dark.js +1 -1
  54. package/dist/es/charts/themes/walden.js +1 -1
  55. package/dist/es/charts/themes/wonderland-dark.js +1 -1
  56. package/dist/es/charts/themes/wonderland.js +1 -1
  57. package/dist/es/checkbox/index.js +1 -1
  58. package/dist/es/code-highlighter/index.js +1 -1
  59. package/dist/es/col/index.js +1 -1
  60. package/dist/es/collapse/index.js +1 -1
  61. package/dist/es/color-picker/index.js +1 -1
  62. package/dist/es/compact/index.js +1 -1
  63. package/dist/es/config-provider/app.js +1 -1
  64. package/dist/es/config-provider/constants.js +1 -1
  65. package/dist/es/config-provider/context-holder.js +1 -1
  66. package/dist/es/config-provider/css-vars.js +1 -1
  67. package/dist/es/config-provider/dark-mode-context.js +1 -1
  68. package/dist/es/config-provider/error-fallback.js +1 -1
  69. package/dist/es/config-provider/global-style.js +1 -1
  70. package/dist/es/config-provider/index.js +1 -1
  71. package/dist/es/config-provider/theme-config.js +1 -1
  72. package/dist/es/config-provider/use-config-provider.js +1 -1
  73. package/dist/es/crud/components/action-button-group.js +1 -1
  74. package/dist/es/crud/components/index.js +1 -1
  75. package/dist/es/crud/components/main.js +1 -1
  76. package/dist/es/crud/components/mutation-holder.js +1 -1
  77. package/dist/es/crud/components/operation-button-group.js +1 -1
  78. package/dist/es/crud/components/scene-form.js +1 -1
  79. package/dist/es/crud/components/selection-indicator.js +1 -1
  80. package/dist/es/crud/components/toolbar-actions.js +1 -1
  81. package/dist/es/crud/components/toolbar.js +1 -1
  82. package/dist/es/crud/event.js +1 -1
  83. package/dist/es/crud/helpers.js +1 -1
  84. package/dist/es/crud/hooks/index.js +1 -1
  85. package/dist/es/crud/hooks/use-query-observer.js +1 -1
  86. package/dist/es/crud/hooks/use-search-values.js +1 -1
  87. package/dist/es/crud/hooks/use-selected-rows.js +1 -1
  88. package/dist/es/crud/index.js +1 -1
  89. package/dist/es/crud/store.js +1 -1
  90. package/dist/es/crud/styles.js +1 -1
  91. package/dist/es/crud-page/index.js +1 -1
  92. package/dist/es/date-picker/index.js +1 -1
  93. package/dist/es/descriptions/index.js +1 -1
  94. package/dist/es/divider/index.js +1 -1
  95. package/dist/es/drawer/index.js +1 -1
  96. package/dist/es/dropdown/index.js +1 -1
  97. package/dist/es/dynamic-icon/index.js +1 -1
  98. package/dist/es/dynamic-icon/placeholder-icon.js +1 -1
  99. package/dist/es/dynamic-icon/unknown-icon.js +1 -1
  100. package/dist/es/empty/empty.js +1 -1
  101. package/dist/es/empty/index.js +1 -1
  102. package/dist/es/flex/index.js +1 -1
  103. package/dist/es/flex-card/index.js +1 -1
  104. package/dist/es/flex-card/styles.js +1 -1
  105. package/dist/es/flip-text/index.js +1 -1
  106. package/dist/es/float-button/index.js +1 -1
  107. package/dist/es/form/components/form.js +1 -1
  108. package/dist/es/form/components/index.js +1 -1
  109. package/dist/es/form/components/reset-button.js +1 -1
  110. package/dist/es/form/components/submit-button.js +1 -1
  111. package/dist/es/form/contexts/form-context.js +1 -1
  112. package/dist/es/form/contexts/form-layout.js +1 -1
  113. package/dist/es/form/contexts/index.js +1 -1
  114. package/dist/es/form/fields/auto-complete/index.js +1 -1
  115. package/dist/es/form/fields/bool/index.js +1 -1
  116. package/dist/es/form/fields/cascader/index.js +1 -1
  117. package/dist/es/form/fields/checkbox/index.js +1 -1
  118. package/dist/es/form/fields/color-picker/index.js +1 -1
  119. package/dist/es/form/fields/date-picker/index.js +1 -1
  120. package/dist/es/form/fields/date-range-picker/index.js +1 -1
  121. package/dist/es/form/fields/index.js +1 -1
  122. package/dist/es/form/fields/input/index.js +1 -1
  123. package/dist/es/form/fields/input-number/index.js +1 -1
  124. package/dist/es/form/fields/mentions/index.js +1 -1
  125. package/dist/es/form/fields/password/index.js +1 -1
  126. package/dist/es/form/fields/radio/index.js +1 -1
  127. package/dist/es/form/fields/rate/index.js +1 -1
  128. package/dist/es/form/fields/select/index.js +1 -1
  129. package/dist/es/form/fields/slider/index.js +1 -1
  130. package/dist/es/form/fields/textarea/index.js +1 -1
  131. package/dist/es/form/fields/time-picker/index.js +1 -1
  132. package/dist/es/form/fields/time-range-picker/index.js +1 -1
  133. package/dist/es/form/fields/transfer/index.js +1 -1
  134. package/dist/es/form/fields/tree-select/index.js +1 -1
  135. package/dist/es/form/fields/upload/index.js +1 -1
  136. package/dist/es/form/form-actions.js +1 -1
  137. package/dist/es/form/form.js +1 -1
  138. package/dist/es/form/helpers/create-field.js +1 -1
  139. package/dist/es/form/helpers/index.js +1 -1
  140. package/dist/es/form/helpers/with-form-item.js +1 -1
  141. package/dist/es/form/hooks/use-form-item-props.js +1 -1
  142. package/dist/es/form/hooks/use-label-width.js +1 -1
  143. package/dist/es/form/index.js +1 -1
  144. package/dist/es/form/use-form.js +1 -1
  145. package/dist/es/form-drawer/index.js +1 -1
  146. package/dist/es/form-modal/index.js +1 -1
  147. package/dist/es/grid/context.js +1 -1
  148. package/dist/es/grid/grid-item.js +1 -1
  149. package/dist/es/grid/hooks/index.js +1 -1
  150. package/dist/es/grid/hooks/use-container-breakpoints.js +1 -1
  151. package/dist/es/grid/hooks/use-container-width.js +1 -1
  152. package/dist/es/grid/hooks/use-grid-collapsed.js +1 -1
  153. package/dist/es/grid/hooks/use-normalized-gap.js +1 -1
  154. package/dist/es/grid/hooks/use-responsive-breakpoint.js +1 -1
  155. package/dist/es/grid/hooks/use-responsive-value.js +1 -1
  156. package/dist/es/grid/index.js +1 -1
  157. package/dist/es/grid/styles.js +1 -1
  158. package/dist/es/group/index.js +1 -1
  159. package/dist/es/icon/index.js +1 -1
  160. package/dist/es/icon-button/index.js +1 -1
  161. package/dist/es/image/index.js +1 -1
  162. package/dist/es/index.js +1 -1
  163. package/dist/es/input/index.js +1 -1
  164. package/dist/es/input-number/index.js +1 -1
  165. package/dist/es/keyboard/index.js +1 -1
  166. package/dist/es/list/index.js +1 -1
  167. package/dist/es/loader/index.js +1 -1
  168. package/dist/es/logo-icon/index.js +1 -1
  169. package/dist/es/mentions/index.js +1 -1
  170. package/dist/es/menu/index.js +1 -1
  171. package/dist/es/modal/index.js +1 -1
  172. package/dist/es/modal/modal.js +1 -1
  173. package/dist/es/operation-button/index.js +1 -1
  174. package/dist/es/page/components/aside-panel.js +1 -1
  175. package/dist/es/page/components/index.js +1 -1
  176. package/dist/es/page/components/resize-handle.js +1 -1
  177. package/dist/es/page/components/scroll-content.js +3 -3
  178. package/dist/es/page/hooks/index.js +1 -1
  179. package/dist/es/page/hooks/use-page-key.js +1 -1
  180. package/dist/es/page/hooks/use-resize.js +1 -1
  181. package/dist/es/page/index.js +1 -1
  182. package/dist/es/page/styles.js +1 -1
  183. package/dist/es/page/viewport-context.js +1 -1
  184. package/dist/es/pagination/index.js +1 -1
  185. package/dist/es/permission-gate/index.js +1 -1
  186. package/dist/es/popconfirm/index.js +1 -1
  187. package/dist/es/popover/index.js +1 -1
  188. package/dist/es/pro-search/components/advanced-search-toggler.js +1 -1
  189. package/dist/es/pro-search/components/advanced-search.js +1 -1
  190. package/dist/es/pro-search/components/index.js +1 -1
  191. package/dist/es/pro-search/components/search-actions.js +1 -1
  192. package/dist/es/pro-search/index.js +1 -1
  193. package/dist/es/pro-search/styles.js +1 -1
  194. package/dist/es/pro-table/components/column-setting-item.js +1 -1
  195. package/dist/es/pro-table/components/column-settings-panel.js +1 -1
  196. package/dist/es/pro-table/components/column-settings.js +1 -1
  197. package/dist/es/pro-table/components/index.js +1 -1
  198. package/dist/es/pro-table/components/operation-button-group.js +1 -1
  199. package/dist/es/pro-table/components/ref.js +1 -1
  200. package/dist/es/pro-table/components/table-subscriber.js +1 -1
  201. package/dist/es/pro-table/components/table-summary.js +1 -1
  202. package/dist/es/pro-table/components/table-title.js +1 -1
  203. package/dist/es/pro-table/components/table.js +1 -1
  204. package/dist/es/pro-table/components/width-popover.js +1 -1
  205. package/dist/es/pro-table/context.js +1 -1
  206. package/dist/es/pro-table/event.js +1 -1
  207. package/dist/es/pro-table/hooks/index.js +1 -1
  208. package/dist/es/pro-table/hooks/use-column-settings-persistence.js +1 -1
  209. package/dist/es/pro-table/hooks/use-row-selection.js +1 -1
  210. package/dist/es/pro-table/hooks/use-table-columns.js +1 -1
  211. package/dist/es/pro-table/index.js +1 -1
  212. package/dist/es/pro-table/store.js +1 -1
  213. package/dist/es/progress/index.js +1 -1
  214. package/dist/es/qrcode/index.js +1 -1
  215. package/dist/es/radio/index.js +1 -1
  216. package/dist/es/rate/index.js +1 -1
  217. package/dist/es/result/index.js +1 -1
  218. package/dist/es/row/index.js +1 -1
  219. package/dist/es/scroll-area/index.js +1 -1
  220. package/dist/es/scroll-area/styles.js +1 -1
  221. package/dist/es/segmented/index.js +1 -1
  222. package/dist/es/select/hooks/index.js +1 -1
  223. package/dist/es/select/hooks/use-data-options-select.js +1 -1
  224. package/dist/es/select/hooks/use-dictionary-options-select.js +1 -1
  225. package/dist/es/select/index.js +1 -1
  226. package/dist/es/skeleton/index.js +1 -1
  227. package/dist/es/slider/index.js +1 -1
  228. package/dist/es/space/index.js +1 -1
  229. package/dist/es/space/space.js +1 -1
  230. package/dist/es/sparkles-text/index.js +1 -1
  231. package/dist/es/sparkles-text/sparkle.js +1 -1
  232. package/dist/es/spin/index.js +1 -1
  233. package/dist/es/split-text/index.js +1 -1
  234. package/dist/es/splitter/index.js +1 -1
  235. package/dist/es/stack/index.js +1 -1
  236. package/dist/es/statistic/index.js +1 -1
  237. package/dist/es/steps/index.js +1 -1
  238. package/dist/es/switch/index.js +1 -1
  239. package/dist/es/table/index.js +2 -2
  240. package/dist/es/table/use-pagination-props.js +1 -1
  241. package/dist/es/tabs/index.js +1 -1
  242. package/dist/es/tag/index.js +1 -1
  243. package/dist/es/time-picker/index.js +1 -1
  244. package/dist/es/timeline/index.js +1 -1
  245. package/dist/es/tooltip/index.js +1 -1
  246. package/dist/es/tour/index.js +1 -1
  247. package/dist/es/transfer/index.js +1 -1
  248. package/dist/es/tree/hooks/index.js +1 -1
  249. package/dist/es/tree/hooks/use-data-options-tree.js +1 -1
  250. package/dist/es/tree/index.js +1 -1
  251. package/dist/es/tree-select/hooks/index.js +1 -1
  252. package/dist/es/tree-select/hooks/use-data-options-tree-select.js +1 -1
  253. package/dist/es/tree-select/index.js +1 -1
  254. package/dist/es/typing-animation/index.js +1 -1
  255. package/dist/es/typography/index.js +1 -1
  256. package/dist/es/upload/index.js +1 -1
  257. package/dist/es/watermark/index.js +1 -1
  258. package/dist/types/dynamic-icon/index.d.ts +1 -1
  259. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./modal.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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";
@@ -24,13 +24,13 @@ var p = {
24
24
  }
25
25
  }, m = { duration: .3 };
26
26
  function h({ className: h, actionBar: g, actionBarClassName: _, children: v }) {
27
- let { ref: y, height: b } = l({ box: "border-box" }), { ref: x, height: S } = l({ box: "border-box" }), C = { "--vef-page-action-bar-height": `${b}px` };
27
+ let { ref: y, height: b } = l(), { ref: x, height: S } = l(), C = { "--vef-page-action-bar-height": `${b}px` };
28
28
  return /* @__PURE__ */ c(o, { children: [/* @__PURE__ */ s(u, { children: ({ css: e }) => /* @__PURE__ */ s(i, {
29
29
  className: h,
30
30
  css: [
31
31
  t,
32
32
  r,
33
- process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjcm9sbC1jb250ZW50LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpRVkiLCJmaWxlIjoic2Nyb2xsLWNvbnRlbnQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBUcmFuc2l0aW9uLCBWYXJpYW50cyB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9jb3JlXCI7XG5pbXBvcnQgdHlwZSB7IENTU1Byb3BlcnRpZXMsIFByb3BzV2l0aENoaWxkcmVuLCBSZWFjdE5vZGUgfSBmcm9tIFwicmVhY3RcIjtcblxuaW1wb3J0IHsgQ2xhc3NOYW1lcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHsgdXNlRWxlbWVudFNpemUgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvaG9va3NcIjtcblxuaW1wb3J0IHsgU2Nyb2xsQXJlYSB9IGZyb20gXCIuLi8uLi9zY3JvbGwtYXJlYVwiO1xuaW1wb3J0ICogYXMgc3R5bGVzIGZyb20gXCIuLi9zdHlsZXNcIjtcbmltcG9ydCB7IFZpZXdwb3J0UHJvdmlkZXIgfSBmcm9tIFwiLi4vdmlld3BvcnQtY29udGV4dFwiO1xuXG5pbnRlcmZhY2UgU2Nyb2xsQ29udGVudFByb3BzIGV4dGVuZHMgUHJvcHNXaXRoQ2hpbGRyZW4ge1xuICBjbGFzc05hbWU/OiBzdHJpbmc7XG4gIGFjdGlvbkJhcj86IFJlYWN0Tm9kZTtcbiAgYWN0aW9uQmFyQ2xhc3NOYW1lPzogc3RyaW5nO1xufVxuXG5jb25zdCBhY3Rpb25CYXJWYXJpYW50czogVmFyaWFudHMgPSB7XG4gIGluaXRpYWw6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwXG4gIH0sXG4gIGFuaW1hdGU6IHtcbiAgICBvcGFjaXR5OiAxLFxuICAgIHk6IDAsXG4gICAgdHJhbnNpdGlvbjoge1xuICAgICAgZWFzZTogXCJlYXNlT3V0XCJcbiAgICB9XG4gIH0sXG4gIGV4aXQ6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwLFxuICAgIHRyYW5zaXRpb246IHtcbiAgICAgIGVhc2U6IFwiZWFzZUluXCJcbiAgICB9XG4gIH1cbn07XG5cbmNvbnN0IGFjdGlvbkJhclRyYW5zaXRpb246IFRyYW5zaXRpb24gPSB7XG4gIGR1cmF0aW9uOiAwLjNcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBTY3JvbGxDb250ZW50KHtcbiAgY2xhc3NOYW1lLFxuICBhY3Rpb25CYXIsXG4gIGFjdGlvbkJhckNsYXNzTmFtZSxcbiAgY2hpbGRyZW5cbn06IFNjcm9sbENvbnRlbnRQcm9wcyk6IFJlYWN0LkpTWC5FbGVtZW50IHtcbiAgY29uc3QgeyByZWY6IGFjdGlvbkJhclJlZiwgaGVpZ2h0OiBhY3Rpb25CYXJIZWlnaHQgfSA9IHVzZUVsZW1lbnRTaXplKHtcbiAgICBib3g6IFwiYm9yZGVyLWJveFwiXG4gIH0pO1xuICBjb25zdCB7IHJlZjogdmlld3BvcnRSZWYsIGhlaWdodDogdmlld3BvcnRIZWlnaHQgfSA9IHVzZUVsZW1lbnRTaXplKHtcbiAgICBib3g6IFwiYm9yZGVyLWJveFwiXG4gIH0pO1xuXG4gIGNvbnN0IHZpZXdwb3J0U3R5bGUgPSB7XG4gICAgXCItLXZlZi1wYWdlLWFjdGlvbi1iYXItaGVpZ2h0XCI6IGAke2FjdGlvbkJhckhlaWdodH1weGBcbiAgfSBhcyBDU1NQcm9wZXJ0aWVzO1xuXG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxDbGFzc05hbWVzPlxuICAgICAgICB7KHsgY3NzIH0pID0+IChcbiAgICAgICAgICA8U2Nyb2xsQXJlYVxuICAgICAgICAgICAgY2xhc3NOYW1lPXtjbGFzc05hbWV9XG4gICAgICAgICAgICBjc3M9e1tzdHlsZXMuY29udGVudCwgc3R5bGVzLnNjcm9sbFdyYXBwZXJdfVxuICAgICAgICAgICAgdmlld3BvcnRDbGFzc05hbWU9e2NzcyhzdHlsZXMuc2Nyb2xsQ29udGFpbmVyKX1cbiAgICAgICAgICAgIHZpZXdwb3J0UmVmPXt2aWV3cG9ydFJlZn1cbiAgICAgICAgICAgIHZpZXdwb3J0U3R5bGU9e3ZpZXdwb3J0U3R5bGV9XG4gICAgICAgICAgPlxuICAgICAgICAgICAgPFZpZXdwb3J0UHJvdmlkZXIgdmFsdWU9e3ZpZXdwb3J0SGVpZ2h0fT5cbiAgICAgICAgICAgICAge2NoaWxkcmVufVxuICAgICAgICAgICAgPC9WaWV3cG9ydFByb3ZpZGVyPlxuICAgICAgICAgIDwvU2Nyb2xsQXJlYT5cbiAgICAgICAgKX1cbiAgICAgIDwvQ2xhc3NOYW1lcz5cblxuICAgICAgPEFuaW1hdGVQcmVzZW5jZT5cbiAgICAgICAge2FjdGlvbkJhciAmJiAoXG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIHJlZj17YWN0aW9uQmFyUmVmfVxuICAgICAgICAgICAgYW5pbWF0ZT1cImFuaW1hdGVcIlxuICAgICAgICAgICAgY2xhc3NOYW1lPXthY3Rpb25CYXJDbGFzc05hbWV9XG4gICAgICAgICAgICBjc3M9e3N0eWxlcy5hY3Rpb25CYXJ9XG4gICAgICAgICAgICBleGl0PVwiZXhpdFwiXG4gICAgICAgICAgICBpbml0aWFsPVwiaW5pdGlhbFwiXG4gICAgICAgICAgICB0cmFuc2l0aW9uPXthY3Rpb25CYXJUcmFuc2l0aW9ufVxuICAgICAgICAgICAgdmFyaWFudHM9e2FjdGlvbkJhclZhcmlhbnRzfVxuICAgICAgICAgID5cbiAgICAgICAgICAgIHthY3Rpb25CYXJ9XG4gICAgICAgICAgPC9tb3Rpb24uZGl2PlxuICAgICAgICApfVxuICAgICAgPC9BbmltYXRlUHJlc2VuY2U+XG4gICAgPC8+XG4gICk7XG59XG4iXX0= */"
33
+ process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjcm9sbC1jb250ZW50LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE2RFkiLCJmaWxlIjoic2Nyb2xsLWNvbnRlbnQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBUcmFuc2l0aW9uLCBWYXJpYW50cyB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9jb3JlXCI7XG5pbXBvcnQgdHlwZSB7IENTU1Byb3BlcnRpZXMsIFByb3BzV2l0aENoaWxkcmVuLCBSZWFjdE5vZGUgfSBmcm9tIFwicmVhY3RcIjtcblxuaW1wb3J0IHsgQ2xhc3NOYW1lcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHsgdXNlRWxlbWVudFNpemUgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvaG9va3NcIjtcblxuaW1wb3J0IHsgU2Nyb2xsQXJlYSB9IGZyb20gXCIuLi8uLi9zY3JvbGwtYXJlYVwiO1xuaW1wb3J0ICogYXMgc3R5bGVzIGZyb20gXCIuLi9zdHlsZXNcIjtcbmltcG9ydCB7IFZpZXdwb3J0UHJvdmlkZXIgfSBmcm9tIFwiLi4vdmlld3BvcnQtY29udGV4dFwiO1xuXG5pbnRlcmZhY2UgU2Nyb2xsQ29udGVudFByb3BzIGV4dGVuZHMgUHJvcHNXaXRoQ2hpbGRyZW4ge1xuICBjbGFzc05hbWU/OiBzdHJpbmc7XG4gIGFjdGlvbkJhcj86IFJlYWN0Tm9kZTtcbiAgYWN0aW9uQmFyQ2xhc3NOYW1lPzogc3RyaW5nO1xufVxuXG5jb25zdCBhY3Rpb25CYXJWYXJpYW50czogVmFyaWFudHMgPSB7XG4gIGluaXRpYWw6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwXG4gIH0sXG4gIGFuaW1hdGU6IHtcbiAgICBvcGFjaXR5OiAxLFxuICAgIHk6IDAsXG4gICAgdHJhbnNpdGlvbjoge1xuICAgICAgZWFzZTogXCJlYXNlT3V0XCJcbiAgICB9XG4gIH0sXG4gIGV4aXQ6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwLFxuICAgIHRyYW5zaXRpb246IHtcbiAgICAgIGVhc2U6IFwiZWFzZUluXCJcbiAgICB9XG4gIH1cbn07XG5cbmNvbnN0IGFjdGlvbkJhclRyYW5zaXRpb246IFRyYW5zaXRpb24gPSB7XG4gIGR1cmF0aW9uOiAwLjNcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBTY3JvbGxDb250ZW50KHtcbiAgY2xhc3NOYW1lLFxuICBhY3Rpb25CYXIsXG4gIGFjdGlvbkJhckNsYXNzTmFtZSxcbiAgY2hpbGRyZW5cbn06IFNjcm9sbENvbnRlbnRQcm9wcyk6IFJlYWN0LkpTWC5FbGVtZW50IHtcbiAgY29uc3QgeyByZWY6IGFjdGlvbkJhclJlZiwgaGVpZ2h0OiBhY3Rpb25CYXJIZWlnaHQgfSA9IHVzZUVsZW1lbnRTaXplKCk7XG4gIGNvbnN0IHsgcmVmOiB2aWV3cG9ydFJlZiwgaGVpZ2h0OiB2aWV3cG9ydEhlaWdodCB9ID0gdXNlRWxlbWVudFNpemUoKTtcblxuICBjb25zdCB2aWV3cG9ydFN0eWxlID0ge1xuICAgIFwiLS12ZWYtcGFnZS1hY3Rpb24tYmFyLWhlaWdodFwiOiBgJHthY3Rpb25CYXJIZWlnaHR9cHhgXG4gIH0gYXMgQ1NTUHJvcGVydGllcztcblxuICByZXR1cm4gKFxuICAgIDw+XG4gICAgICA8Q2xhc3NOYW1lcz5cbiAgICAgICAgeyh7IGNzcyB9KSA9PiAoXG4gICAgICAgICAgPFNjcm9sbEFyZWFcbiAgICAgICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICAgICAgY3NzPXtbc3R5bGVzLmNvbnRlbnQsIHN0eWxlcy5zY3JvbGxXcmFwcGVyXX1cbiAgICAgICAgICAgIHZpZXdwb3J0Q2xhc3NOYW1lPXtjc3Moc3R5bGVzLnNjcm9sbENvbnRhaW5lcil9XG4gICAgICAgICAgICB2aWV3cG9ydFJlZj17dmlld3BvcnRSZWZ9XG4gICAgICAgICAgICB2aWV3cG9ydFN0eWxlPXt2aWV3cG9ydFN0eWxlfVxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxWaWV3cG9ydFByb3ZpZGVyIHZhbHVlPXt2aWV3cG9ydEhlaWdodH0+XG4gICAgICAgICAgICAgIHtjaGlsZHJlbn1cbiAgICAgICAgICAgIDwvVmlld3BvcnRQcm92aWRlcj5cbiAgICAgICAgICA8L1Njcm9sbEFyZWE+XG4gICAgICAgICl9XG4gICAgICA8L0NsYXNzTmFtZXM+XG5cbiAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgIHthY3Rpb25CYXIgJiYgKFxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICByZWY9e2FjdGlvbkJhclJlZn1cbiAgICAgICAgICAgIGFuaW1hdGU9XCJhbmltYXRlXCJcbiAgICAgICAgICAgIGNsYXNzTmFtZT17YWN0aW9uQmFyQ2xhc3NOYW1lfVxuICAgICAgICAgICAgY3NzPXtzdHlsZXMuYWN0aW9uQmFyfVxuICAgICAgICAgICAgZXhpdD1cImV4aXRcIlxuICAgICAgICAgICAgaW5pdGlhbD1cImluaXRpYWxcIlxuICAgICAgICAgICAgdHJhbnNpdGlvbj17YWN0aW9uQmFyVHJhbnNpdGlvbn1cbiAgICAgICAgICAgIHZhcmlhbnRzPXthY3Rpb25CYXJWYXJpYW50c31cbiAgICAgICAgICA+XG4gICAgICAgICAgICB7YWN0aW9uQmFyfVxuICAgICAgICAgIDwvbW90aW9uLmRpdj5cbiAgICAgICAgKX1cbiAgICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICAgIDwvPlxuICApO1xufVxuIl19 */"
34
34
  ],
35
35
  viewportClassName: e(n),
36
36
  viewportRef: x,
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./use-page-key.js";
3
3
  import "./use-resize.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { SYMBOL_PAGINATION as e, SYMBOL_SORT as t } from "../../_base/constants/symbols.js";
3
3
  import { usePaginationProps as n } from "../../table/use-pagination-props.js";
4
4
  import { Table as r } from "../../table/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { globalCssVars as e } from "../../_base/constants/css-vars.js";
3
3
  import { Stack as t } from "../../stack/index.js";
4
4
  import { Popover as n } from "../../popover/index.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { createContext as e, use as t } from "react";
3
3
  //#region src/pro-table/context.ts
4
4
  var n = e([]), r = n.Provider;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { createEventEmitter as e } from "@vef-framework-react/shared";
3
3
  //#region src/pro-table/event.ts
4
4
  function t() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./use-column-settings-persistence.js";
3
3
  import "./use-row-selection.js";
4
4
  import "./use-table-columns.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { useProTableStore as e, useProTableStoreApi as t } from "../store.js";
3
3
  import { useEffect as n, useRef as r } from "react";
4
4
  //#region src/pro-table/hooks/use-column-settings-persistence.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { useMemo as e } from "react";
3
3
  //#region src/pro-table/hooks/use-row-selection.ts
4
4
  function t(t, n, r) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
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 { getColumnId as n, useProTableStore as r } from "../store.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Stack as e } from "../stack/index.js";
3
3
  import { ProTableStoreProvider as t } from "./store.js";
4
4
  import { ColumnSettingsStorageKeyProvider as n } from "./context.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { pageSizeOptions as e } from "../table/use-pagination-props.js";
3
3
  import { createEventEmitter as t } from "./event.js";
4
4
  import { isFunction as n, isNumber as r } from "@vef-framework-react/shared";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Progress as e } from "antd";
3
3
  export { e as Progress };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { QRCode as e } from "antd";
3
3
  export { e as QRCode };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Radio as e } from "antd";
3
3
  export { e as Radio };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Rate as e } from "antd";
3
3
  export { e as Rate };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Result as e } from "antd";
3
3
  export { e as Result };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Row as e } from "antd";
3
3
  export { e as Row };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { getSpacingValue as e } from "../_base/helpers/common.js";
3
3
  import { root as t, scrollbar as n, thumb as r, viewport as i } from "./styles.js";
4
4
  import { jsx as a, jsxs as o } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "@emotion/react";
3
3
  //#region src/scroll-area/styles.ts
4
4
  function e() {
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Segmented as e } from "antd";
3
3
  export { e as Segmented };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./use-data-options-select.js";
3
3
  import "./use-dictionary-options-select.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Loader as e } from "../../loader/index.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { useDataOptionsQuery as n } from "@vef-framework-react/hooks";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Loader as e } from "../../loader/index.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { withPinyin as n } from "@vef-framework-react/shared";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./hooks/use-data-options-select.js";
3
3
  import "./hooks/use-dictionary-options-select.js";
4
4
  import { Select as e } from "antd";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Skeleton as e } from "antd";
3
3
  export { e as Skeleton };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Slider as e } from "antd";
3
3
  export { e as Slider };
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import "./space.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { jsx as e } from "@emotion/react/jsx-runtime";
3
3
  import { Space as t } from "antd";
4
4
  //#region src/space/space.tsx
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Sparkle as e } from "./sparkle.js";
3
3
  import { jsx as t, jsxs as n } from "@emotion/react/jsx-runtime";
4
4
  import { useEffect as r, useState as i } from "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { jsx as e } from "@emotion/react/jsx-runtime";
3
3
  import "@emotion/react";
4
4
  import { motion as t } from "@vef-framework-react/core";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Spin as e } from "antd";
3
3
  export { e as Spin };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { createElement as e, useEffect as t, useRef as n, useState as r } from "react";
3
3
  import { clsx as i } from "@vef-framework-react/core";
4
4
  import { useGSAP as a } from "@gsap/react";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.7 made by Venus | 2026-04-24T14:03:19.726Z */
1
+ /*! @vef-framework-react/components v2.1.9 made by Venus | 2026-04-27T06:17:39.666Z */
2
2
  import { Splitter as e } from "antd";
3
3
  export { e as Splitter };