@vef-framework-react/components 2.1.4 → 2.1.6

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 (421) hide show
  1. package/dist/cjs/_base/constants/event.cjs +1 -0
  2. package/dist/cjs/_base/constants/index.cjs +1 -1
  3. package/dist/cjs/_base/constants/symbols.cjs +1 -0
  4. package/dist/cjs/_base/helpers/event.cjs +1 -0
  5. package/dist/cjs/_base/helpers/index.cjs +1 -1
  6. package/dist/cjs/_base/index.cjs +1 -1
  7. package/dist/cjs/charts/chart.cjs +1 -1
  8. package/dist/cjs/charts/hooks/use-chart.cjs +1 -1
  9. package/dist/cjs/config-provider/context-holder.cjs +1 -1
  10. package/dist/cjs/config-provider/use-config-provider.cjs +1 -1
  11. package/dist/cjs/crud/components/action-button-group.cjs +1 -0
  12. package/dist/cjs/crud/components/index.cjs +1 -0
  13. package/dist/cjs/crud/components/main.cjs +1 -0
  14. package/dist/cjs/crud/components/mutation-holder.cjs +1 -0
  15. package/dist/cjs/crud/components/operation-button-group.cjs +1 -0
  16. package/dist/cjs/crud/components/scene-form.cjs +1 -0
  17. package/dist/cjs/crud/components/selection-indicator.cjs +1 -0
  18. package/dist/cjs/crud/components/toolbar-actions.cjs +1 -0
  19. package/dist/cjs/crud/components/toolbar.cjs +1 -0
  20. package/dist/cjs/crud/event.cjs +1 -0
  21. package/dist/cjs/crud/helpers.cjs +1 -0
  22. package/dist/cjs/crud/hooks/index.cjs +1 -0
  23. package/dist/cjs/crud/hooks/use-query-observer.cjs +1 -0
  24. package/dist/cjs/crud/hooks/use-search-values.cjs +1 -0
  25. package/dist/cjs/crud/hooks/use-selected-rows.cjs +1 -0
  26. package/dist/cjs/crud/index.cjs +1 -0
  27. package/dist/cjs/crud/store.cjs +1 -0
  28. package/dist/cjs/crud/styles.cjs +1 -0
  29. package/dist/cjs/crud-page/index.cjs +1 -0
  30. package/dist/cjs/flex-card/index.cjs +1 -0
  31. package/dist/cjs/flex-card/styles.cjs +1 -0
  32. package/dist/cjs/form-drawer/components/form-actions.cjs +1 -0
  33. package/dist/cjs/form-drawer/components/index.cjs +1 -0
  34. package/dist/cjs/form-drawer/index.cjs +1 -0
  35. package/dist/cjs/form-modal/components/draggable-wrapper.cjs +1 -0
  36. package/dist/cjs/form-modal/components/form-actions.cjs +1 -0
  37. package/dist/cjs/form-modal/components/index.cjs +1 -0
  38. package/dist/cjs/form-modal/index.cjs +1 -0
  39. package/dist/cjs/grid/hooks/use-container-width.cjs +1 -1
  40. package/dist/cjs/grid/index.cjs +1 -1
  41. package/dist/cjs/index.cjs +1 -1
  42. package/dist/cjs/logo-icon/index.cjs +1 -0
  43. package/dist/cjs/page/components/aside-panel.cjs +1 -0
  44. package/dist/cjs/page/components/index.cjs +1 -0
  45. package/dist/cjs/page/components/resize-handle.cjs +1 -0
  46. package/dist/cjs/page/components/scroll-content.cjs +1 -0
  47. package/dist/cjs/page/hooks/index.cjs +1 -0
  48. package/dist/cjs/page/hooks/use-page-key.cjs +1 -0
  49. package/dist/cjs/page/hooks/use-resize.cjs +1 -0
  50. package/dist/cjs/page/index.cjs +1 -0
  51. package/dist/cjs/page/styles.cjs +1 -0
  52. package/dist/cjs/page/viewport-context.cjs +1 -0
  53. package/dist/cjs/pro-search/components/advanced-search-toggler.cjs +1 -0
  54. package/dist/cjs/pro-search/components/advanced-search.cjs +1 -0
  55. package/dist/cjs/pro-search/components/index.cjs +1 -0
  56. package/dist/cjs/pro-search/components/search-actions.cjs +1 -0
  57. package/dist/cjs/pro-search/index.cjs +1 -0
  58. package/dist/cjs/pro-search/styles.cjs +1 -0
  59. package/dist/cjs/pro-table/components/column-setting-item.cjs +1 -0
  60. package/dist/cjs/pro-table/components/column-settings-panel.cjs +1 -0
  61. package/dist/cjs/pro-table/components/column-settings.cjs +1 -0
  62. package/dist/cjs/pro-table/components/index.cjs +1 -0
  63. package/dist/cjs/pro-table/components/operation-button-group.cjs +1 -0
  64. package/dist/cjs/pro-table/components/ref.cjs +1 -0
  65. package/dist/cjs/pro-table/components/table-subscriber.cjs +1 -0
  66. package/dist/cjs/pro-table/components/table-summary.cjs +1 -0
  67. package/dist/cjs/pro-table/components/table-title.cjs +1 -0
  68. package/dist/cjs/pro-table/components/table.cjs +1 -0
  69. package/dist/cjs/pro-table/components/width-popover.cjs +1 -0
  70. package/dist/cjs/pro-table/context.cjs +1 -0
  71. package/dist/cjs/pro-table/event.cjs +1 -0
  72. package/dist/cjs/pro-table/hooks/index.cjs +1 -0
  73. package/dist/cjs/pro-table/hooks/use-column-settings-persistence.cjs +1 -0
  74. package/dist/cjs/pro-table/hooks/use-row-selection.cjs +1 -0
  75. package/dist/cjs/pro-table/hooks/use-table-columns.cjs +1 -0
  76. package/dist/cjs/pro-table/index.cjs +1 -0
  77. package/dist/cjs/pro-table/store.cjs +1 -0
  78. package/dist/cjs/select/hooks/use-data-options-select.cjs +1 -1
  79. package/dist/cjs/table/index.cjs +1 -1
  80. package/dist/cjs/tree/hooks/use-data-options-tree.cjs +1 -1
  81. package/dist/cjs/tree-select/hooks/use-data-options-tree-select.cjs +1 -1
  82. package/dist/es/_base/constants/breakpoints.js +1 -1
  83. package/dist/es/_base/constants/common.js +1 -1
  84. package/dist/es/_base/constants/css-vars.js +1 -1
  85. package/dist/es/_base/constants/event.js +5 -0
  86. package/dist/es/_base/constants/index.js +3 -1
  87. package/dist/es/_base/constants/symbols.js +5 -0
  88. package/dist/es/_base/helpers/breakpoints.js +1 -1
  89. package/dist/es/_base/helpers/color.js +1 -1
  90. package/dist/es/_base/helpers/common.js +1 -1
  91. package/dist/es/_base/helpers/event.js +14 -0
  92. package/dist/es/_base/helpers/index.js +2 -1
  93. package/dist/es/_base/helpers/message.js +1 -1
  94. package/dist/es/_base/helpers/modal.js +1 -1
  95. package/dist/es/_base/helpers/notification.js +1 -1
  96. package/dist/es/_base/helpers/props.js +1 -1
  97. package/dist/es/_base/helpers/react.js +1 -1
  98. package/dist/es/_base/hooks/index.js +1 -1
  99. package/dist/es/_base/hooks/use-theme-tokens.js +1 -1
  100. package/dist/es/_base/index.js +4 -1
  101. package/dist/es/_base/styles/common.js +1 -1
  102. package/dist/es/_base/styles/index.js +1 -1
  103. package/dist/es/_base/types/breakpoints.js +1 -1
  104. package/dist/es/_base/types/common.js +1 -1
  105. package/dist/es/_base/types/index.js +1 -1
  106. package/dist/es/action-button/index.js +1 -1
  107. package/dist/es/action-button/use-action-button.js +1 -1
  108. package/dist/es/action-group/index.js +1 -1
  109. package/dist/es/action-group/use-action-group.js +1 -1
  110. package/dist/es/action-group/use-computed-action-buttons.js +1 -1
  111. package/dist/es/affix/index.js +1 -1
  112. package/dist/es/alert/index.js +1 -1
  113. package/dist/es/anchor/index.js +1 -1
  114. package/dist/es/auto-complete/index.js +1 -1
  115. package/dist/es/avatar/index.js +1 -1
  116. package/dist/es/badge/index.js +1 -1
  117. package/dist/es/bool/index.js +1 -1
  118. package/dist/es/breadcrumb/index.js +1 -1
  119. package/dist/es/button/index.js +1 -1
  120. package/dist/es/calendar/index.js +1 -1
  121. package/dist/es/card/index.js +1 -1
  122. package/dist/es/carousel/index.js +1 -1
  123. package/dist/es/cascader/index.js +1 -1
  124. package/dist/es/center/index.js +1 -1
  125. package/dist/es/charts/chart.js +6 -6
  126. package/dist/es/charts/helpers/group.js +1 -1
  127. package/dist/es/charts/helpers/index.js +1 -1
  128. package/dist/es/charts/hooks/index.js +1 -1
  129. package/dist/es/charts/hooks/use-chart.js +11 -11
  130. package/dist/es/charts/index.js +1 -1
  131. package/dist/es/charts/themes/index.js +1 -1
  132. package/dist/es/charts/themes/walden-dark.js +1 -1
  133. package/dist/es/charts/themes/walden.js +1 -1
  134. package/dist/es/charts/themes/wonderland-dark.js +1 -1
  135. package/dist/es/charts/themes/wonderland.js +1 -1
  136. package/dist/es/checkbox/index.js +1 -1
  137. package/dist/es/code-highlighter/index.js +1 -1
  138. package/dist/es/col/index.js +1 -1
  139. package/dist/es/collapse/index.js +1 -1
  140. package/dist/es/color-picker/index.js +1 -1
  141. package/dist/es/compact/index.js +1 -1
  142. package/dist/es/config-provider/app.js +1 -1
  143. package/dist/es/config-provider/constants.js +1 -1
  144. package/dist/es/config-provider/context-holder.js +5 -5
  145. package/dist/es/config-provider/css-vars.js +1 -1
  146. package/dist/es/config-provider/dark-mode-context.js +1 -1
  147. package/dist/es/config-provider/error-fallback.js +1 -1
  148. package/dist/es/config-provider/global-style.js +1 -1
  149. package/dist/es/config-provider/index.js +1 -1
  150. package/dist/es/config-provider/theme-config.js +1 -1
  151. package/dist/es/config-provider/use-config-provider.js +8 -8
  152. package/dist/es/crud/components/action-button-group.js +13 -0
  153. package/dist/es/crud/components/index.js +7 -0
  154. package/dist/es/crud/components/main.js +43 -0
  155. package/dist/es/crud/components/mutation-holder.js +32 -0
  156. package/dist/es/crud/components/operation-button-group.js +18 -0
  157. package/dist/es/crud/components/scene-form.js +48 -0
  158. package/dist/es/crud/components/selection-indicator.js +72 -0
  159. package/dist/es/crud/components/toolbar-actions.js +14 -0
  160. package/dist/es/crud/components/toolbar.js +29 -0
  161. package/dist/es/crud/event.js +8 -0
  162. package/dist/es/crud/helpers.js +18 -0
  163. package/dist/es/crud/hooks/index.js +4 -0
  164. package/dist/es/crud/hooks/use-query-observer.js +28 -0
  165. package/dist/es/crud/hooks/use-search-values.js +8 -0
  166. package/dist/es/crud/hooks/use-selected-rows.js +8 -0
  167. package/dist/es/crud/index.js +44 -0
  168. package/dist/es/crud/store.js +66 -0
  169. package/dist/es/crud/styles.js +20 -0
  170. package/dist/es/crud-page/index.js +23 -0
  171. package/dist/es/date-picker/index.js +1 -1
  172. package/dist/es/descriptions/index.js +1 -1
  173. package/dist/es/divider/index.js +1 -1
  174. package/dist/es/drawer/index.js +1 -1
  175. package/dist/es/dropdown/index.js +1 -1
  176. package/dist/es/dynamic-icon/index.js +1 -1
  177. package/dist/es/dynamic-icon/placeholder-icon.js +1 -1
  178. package/dist/es/dynamic-icon/unknown-icon.js +1 -1
  179. package/dist/es/empty/empty.js +1 -1
  180. package/dist/es/empty/index.js +1 -1
  181. package/dist/es/flex/index.js +1 -1
  182. package/dist/es/flex-card/index.js +14 -0
  183. package/dist/es/flex-card/styles.js +20 -0
  184. package/dist/es/flip-text/index.js +1 -1
  185. package/dist/es/float-button/index.js +1 -1
  186. package/dist/es/form/components/form.js +1 -1
  187. package/dist/es/form/components/index.js +1 -1
  188. package/dist/es/form/components/reset-button.js +1 -1
  189. package/dist/es/form/components/submit-button.js +1 -1
  190. package/dist/es/form/contexts/form-context.js +1 -1
  191. package/dist/es/form/contexts/form-layout.js +1 -1
  192. package/dist/es/form/contexts/index.js +1 -1
  193. package/dist/es/form/fields/auto-complete/index.js +1 -1
  194. package/dist/es/form/fields/bool/index.js +1 -1
  195. package/dist/es/form/fields/cascader/index.js +1 -1
  196. package/dist/es/form/fields/checkbox/index.js +1 -1
  197. package/dist/es/form/fields/color-picker/index.js +1 -1
  198. package/dist/es/form/fields/date-picker/index.js +8 -8
  199. package/dist/es/form/fields/date-range-picker/index.js +8 -8
  200. package/dist/es/form/fields/index.js +1 -1
  201. package/dist/es/form/fields/input/index.js +1 -1
  202. package/dist/es/form/fields/input-number/index.js +1 -1
  203. package/dist/es/form/fields/mentions/index.js +1 -1
  204. package/dist/es/form/fields/password/index.js +1 -1
  205. package/dist/es/form/fields/radio/index.js +1 -1
  206. package/dist/es/form/fields/rate/index.js +1 -1
  207. package/dist/es/form/fields/select/index.js +1 -1
  208. package/dist/es/form/fields/slider/index.js +8 -8
  209. package/dist/es/form/fields/textarea/index.js +1 -1
  210. package/dist/es/form/fields/time-picker/index.js +1 -1
  211. package/dist/es/form/fields/time-range-picker/index.js +1 -1
  212. package/dist/es/form/fields/transfer/index.js +1 -1
  213. package/dist/es/form/fields/tree-select/index.js +1 -1
  214. package/dist/es/form/fields/upload/index.js +1 -1
  215. package/dist/es/form/form.js +1 -1
  216. package/dist/es/form/helpers/index.js +1 -1
  217. package/dist/es/form/helpers/with-form-item.js +1 -1
  218. package/dist/es/form/hooks/use-form-item-props.js +1 -1
  219. package/dist/es/form/hooks/use-label-width.js +1 -1
  220. package/dist/es/form/index.js +1 -1
  221. package/dist/es/form/use-form.js +1 -1
  222. package/dist/es/form-drawer/components/form-actions.js +26 -0
  223. package/dist/es/form-drawer/components/index.js +2 -0
  224. package/dist/es/form-drawer/index.js +82 -0
  225. package/dist/es/form-modal/components/draggable-wrapper.js +52 -0
  226. package/dist/es/form-modal/components/form-actions.js +26 -0
  227. package/dist/es/form-modal/components/index.js +3 -0
  228. package/dist/es/form-modal/index.js +72 -0
  229. package/dist/es/grid/context.js +1 -1
  230. package/dist/es/grid/grid-item.js +1 -1
  231. package/dist/es/grid/hooks/index.js +1 -1
  232. package/dist/es/grid/hooks/use-container-breakpoints.js +1 -1
  233. package/dist/es/grid/hooks/use-container-width.js +6 -6
  234. package/dist/es/grid/hooks/use-grid-collapsed.js +1 -1
  235. package/dist/es/grid/hooks/use-normalized-gap.js +1 -1
  236. package/dist/es/grid/hooks/use-responsive-breakpoint.js +1 -1
  237. package/dist/es/grid/hooks/use-responsive-value.js +1 -1
  238. package/dist/es/grid/index.js +14 -14
  239. package/dist/es/grid/styles.js +1 -1
  240. package/dist/es/group/index.js +1 -1
  241. package/dist/es/icon/index.js +1 -1
  242. package/dist/es/icon-button/index.js +1 -1
  243. package/dist/es/image/index.js +1 -1
  244. package/dist/es/index.js +121 -106
  245. package/dist/es/input/index.js +1 -1
  246. package/dist/es/input-number/index.js +1 -1
  247. package/dist/es/keyboard/index.js +1 -1
  248. package/dist/es/list/index.js +1 -1
  249. package/dist/es/loader/index.js +1 -1
  250. package/dist/es/logo-icon/index.js +24 -0
  251. package/dist/es/mentions/index.js +1 -1
  252. package/dist/es/menu/index.js +1 -1
  253. package/dist/es/modal/index.js +1 -1
  254. package/dist/es/operation-button/index.js +1 -1
  255. package/dist/es/page/components/aside-panel.js +49 -0
  256. package/dist/es/page/components/index.js +4 -0
  257. package/dist/es/page/components/resize-handle.js +18 -0
  258. package/dist/es/page/components/scroll-content.js +55 -0
  259. package/dist/es/page/hooks/index.js +3 -0
  260. package/dist/es/page/hooks/use-page-key.js +12 -0
  261. package/dist/es/page/hooks/use-resize.js +32 -0
  262. package/dist/es/page/index.js +127 -0
  263. package/dist/es/page/styles.js +122 -0
  264. package/dist/es/page/viewport-context.js +12 -0
  265. package/dist/es/pagination/index.js +1 -1
  266. package/dist/es/permission-gate/index.js +1 -1
  267. package/dist/es/popconfirm/index.js +1 -1
  268. package/dist/es/popover/index.js +1 -1
  269. package/dist/es/pro-search/components/advanced-search-toggler.js +28 -0
  270. package/dist/es/pro-search/components/advanced-search.js +32 -0
  271. package/dist/es/pro-search/components/index.js +4 -0
  272. package/dist/es/pro-search/components/search-actions.js +25 -0
  273. package/dist/es/pro-search/index.js +57 -0
  274. package/dist/es/pro-search/styles.js +44 -0
  275. package/dist/es/pro-table/components/column-setting-item.js +170 -0
  276. package/dist/es/pro-table/components/column-settings-panel.js +93 -0
  277. package/dist/es/pro-table/components/column-settings.js +30 -0
  278. package/dist/es/pro-table/components/index.js +9 -0
  279. package/dist/es/pro-table/components/operation-button-group.js +18 -0
  280. package/dist/es/pro-table/components/ref.js +14 -0
  281. package/dist/es/pro-table/components/table-subscriber.js +17 -0
  282. package/dist/es/pro-table/components/table-summary.js +12 -0
  283. package/dist/es/pro-table/components/table-title.js +12 -0
  284. package/dist/es/pro-table/components/table.js +102 -0
  285. package/dist/es/pro-table/components/width-popover.js +76 -0
  286. package/dist/es/pro-table/context.js +13 -0
  287. package/dist/es/pro-table/event.js +8 -0
  288. package/dist/es/pro-table/hooks/index.js +4 -0
  289. package/dist/es/pro-table/hooks/use-column-settings-persistence.js +60 -0
  290. package/dist/es/pro-table/hooks/use-row-selection.js +29 -0
  291. package/dist/es/pro-table/hooks/use-table-columns.js +109 -0
  292. package/dist/es/pro-table/index.js +70 -0
  293. package/dist/es/pro-table/store.js +94 -0
  294. package/dist/es/progress/index.js +1 -1
  295. package/dist/es/qrcode/index.js +1 -1
  296. package/dist/es/radio/index.js +1 -1
  297. package/dist/es/rate/index.js +1 -1
  298. package/dist/es/result/index.js +1 -1
  299. package/dist/es/row/index.js +1 -1
  300. package/dist/es/scroll-area/index.js +1 -1
  301. package/dist/es/scroll-area/styles.js +1 -1
  302. package/dist/es/segmented/index.js +1 -1
  303. package/dist/es/select/hooks/index.js +1 -1
  304. package/dist/es/select/hooks/use-data-options-select.js +11 -11
  305. package/dist/es/select/index.js +1 -1
  306. package/dist/es/skeleton/index.js +1 -1
  307. package/dist/es/slider/index.js +1 -1
  308. package/dist/es/space/index.js +1 -1
  309. package/dist/es/space/space.js +1 -1
  310. package/dist/es/sparkles-text/index.js +1 -1
  311. package/dist/es/sparkles-text/sparkle.js +1 -1
  312. package/dist/es/spin/index.js +1 -1
  313. package/dist/es/split-text/index.js +1 -1
  314. package/dist/es/splitter/index.js +1 -1
  315. package/dist/es/stack/index.js +1 -1
  316. package/dist/es/statistic/index.js +1 -1
  317. package/dist/es/steps/index.js +1 -1
  318. package/dist/es/switch/index.js +1 -1
  319. package/dist/es/table/index.js +29 -28
  320. package/dist/es/table/use-pagination-props.js +1 -1
  321. package/dist/es/tabs/index.js +1 -1
  322. package/dist/es/tag/index.js +1 -1
  323. package/dist/es/time-picker/index.js +1 -1
  324. package/dist/es/timeline/index.js +1 -1
  325. package/dist/es/tooltip/index.js +1 -1
  326. package/dist/es/tour/index.js +1 -1
  327. package/dist/es/transfer/index.js +1 -1
  328. package/dist/es/tree/hooks/index.js +1 -1
  329. package/dist/es/tree/hooks/use-data-options-tree.js +8 -8
  330. package/dist/es/tree/index.js +1 -1
  331. package/dist/es/tree-select/hooks/index.js +1 -1
  332. package/dist/es/tree-select/hooks/use-data-options-tree-select.js +11 -11
  333. package/dist/es/tree-select/index.js +1 -1
  334. package/dist/es/typing-animation/index.js +1 -1
  335. package/dist/es/typography/index.js +1 -1
  336. package/dist/es/upload/index.js +1 -1
  337. package/dist/es/watermark/index.js +1 -1
  338. package/dist/types/_base/constants/event.d.ts +1 -0
  339. package/dist/types/_base/constants/index.d.ts +2 -0
  340. package/dist/types/_base/constants/symbols.d.ts +2 -0
  341. package/dist/types/_base/helpers/event.d.ts +3 -0
  342. package/dist/types/_base/helpers/index.d.ts +1 -0
  343. package/dist/types/_base/types/common.d.ts +4 -0
  344. package/dist/types/crud/components/action-button-group.d.ts +8 -0
  345. package/dist/types/crud/components/index.d.ts +6 -0
  346. package/dist/types/crud/components/main.d.ts +6 -0
  347. package/dist/types/crud/components/mutation-holder.d.ts +10 -0
  348. package/dist/types/crud/components/operation-button-group.d.ts +8 -0
  349. package/dist/types/crud/components/scene-form.d.ts +7 -0
  350. package/dist/types/crud/components/selection-indicator.d.ts +6 -0
  351. package/dist/types/crud/components/toolbar-actions.d.ts +6 -0
  352. package/dist/types/crud/components/toolbar.d.ts +8 -0
  353. package/dist/types/crud/event.d.ts +3 -0
  354. package/dist/types/crud/helpers.d.ts +20 -0
  355. package/dist/types/crud/hooks/index.d.ts +3 -0
  356. package/dist/types/crud/hooks/use-query-observer.d.ts +6 -0
  357. package/dist/types/crud/hooks/use-search-values.d.ts +2 -0
  358. package/dist/types/crud/hooks/use-selected-rows.d.ts +2 -0
  359. package/dist/types/crud/index.d.ts +8 -0
  360. package/dist/types/crud/props.d.ts +171 -0
  361. package/dist/types/crud/store.d.ts +146 -0
  362. package/dist/types/crud/styles.d.ts +3 -0
  363. package/dist/types/crud/types.d.ts +55 -0
  364. package/dist/types/crud-page/index.d.ts +3 -0
  365. package/dist/types/crud-page/props.d.ts +57 -0
  366. package/dist/types/dynamic-icon/index.d.ts +1 -1
  367. package/dist/types/flex-card/index.d.ts +3 -0
  368. package/dist/types/flex-card/props.d.ts +2 -0
  369. package/dist/types/flex-card/styles.d.ts +2 -0
  370. package/dist/types/form-drawer/components/form-actions.d.ts +19 -0
  371. package/dist/types/form-drawer/components/index.d.ts +1 -0
  372. package/dist/types/form-drawer/index.d.ts +5 -0
  373. package/dist/types/form-drawer/props.d.ts +80 -0
  374. package/dist/types/form-modal/components/draggable-wrapper.d.ts +9 -0
  375. package/dist/types/form-modal/components/form-actions.d.ts +19 -0
  376. package/dist/types/form-modal/components/index.d.ts +2 -0
  377. package/dist/types/form-modal/index.d.ts +5 -0
  378. package/dist/types/form-modal/props.d.ts +81 -0
  379. package/dist/types/index.d.ts +11 -1
  380. package/dist/types/logo-icon/index.d.ts +3 -0
  381. package/dist/types/logo-icon/props.d.ts +4 -0
  382. package/dist/types/page/components/aside-panel.d.ts +11 -0
  383. package/dist/types/page/components/index.d.ts +3 -0
  384. package/dist/types/page/components/resize-handle.d.ts +7 -0
  385. package/dist/types/page/components/scroll-content.d.ts +8 -0
  386. package/dist/types/page/hooks/index.d.ts +2 -0
  387. package/dist/types/page/hooks/use-page-key.d.ts +1 -0
  388. package/dist/types/page/hooks/use-resize.d.ts +15 -0
  389. package/dist/types/page/index.d.ts +4 -0
  390. package/dist/types/page/props.d.ts +140 -0
  391. package/dist/types/page/styles.d.ts +17 -0
  392. package/dist/types/page/viewport-context.d.ts +7 -0
  393. package/dist/types/pro-search/components/advanced-search-toggler.d.ts +7 -0
  394. package/dist/types/pro-search/components/advanced-search.d.ts +6 -0
  395. package/dist/types/pro-search/components/index.d.ts +3 -0
  396. package/dist/types/pro-search/components/search-actions.d.ts +10 -0
  397. package/dist/types/pro-search/index.d.ts +5 -0
  398. package/dist/types/pro-search/props.d.ts +66 -0
  399. package/dist/types/pro-search/styles.d.ts +6 -0
  400. package/dist/types/pro-table/components/column-setting-item.d.ts +12 -0
  401. package/dist/types/pro-table/components/column-settings-panel.d.ts +2 -0
  402. package/dist/types/pro-table/components/column-settings.d.ts +6 -0
  403. package/dist/types/pro-table/components/index.d.ts +8 -0
  404. package/dist/types/pro-table/components/operation-button-group.d.ts +7 -0
  405. package/dist/types/pro-table/components/ref.d.ts +3 -0
  406. package/dist/types/pro-table/components/table-subscriber.d.ts +9 -0
  407. package/dist/types/pro-table/components/table-summary.d.ts +7 -0
  408. package/dist/types/pro-table/components/table-title.d.ts +7 -0
  409. package/dist/types/pro-table/components/table.d.ts +12 -0
  410. package/dist/types/pro-table/components/width-popover.d.ts +9 -0
  411. package/dist/types/pro-table/context.d.ts +5 -0
  412. package/dist/types/pro-table/event.d.ts +16 -0
  413. package/dist/types/pro-table/hooks/index.d.ts +3 -0
  414. package/dist/types/pro-table/hooks/use-column-settings-persistence.d.ts +7 -0
  415. package/dist/types/pro-table/hooks/use-row-selection.d.ts +7 -0
  416. package/dist/types/pro-table/hooks/use-table-columns.d.ts +13 -0
  417. package/dist/types/pro-table/index.d.ts +11 -0
  418. package/dist/types/pro-table/props.d.ts +127 -0
  419. package/dist/types/pro-table/store.d.ts +105 -0
  420. package/dist/types/pro-table/types.d.ts +103 -0
  421. package/package.json +6 -6
@@ -0,0 +1,70 @@
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ import { Stack as e } from "../stack/index.js";
3
+ import { ProTableStoreProvider as t } from "./store.js";
4
+ import { ColumnSettingsStorageKeyProvider as n } from "./context.js";
5
+ import { useColumnSettingsPersistence as r } from "./hooks/use-column-settings-persistence.js";
6
+ import "./components/operation-button-group.js";
7
+ import { ProTableRefHolder as i } from "./components/ref.js";
8
+ import { NonPaginatedTable as a, PaginatedTable as o } from "./components/table.js";
9
+ import "./components/table-subscriber.js";
10
+ import { jsx as s, jsxs as c } from "@emotion/react/jsx-runtime";
11
+ import { memo as l } from "react";
12
+ import "@emotion/react";
13
+ //#region src/pro-table/index.tsx
14
+ function u() {
15
+ return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
16
+ }
17
+ var d = process.env.NODE_ENV === "production" ? {
18
+ name: "13udsys",
19
+ styles: "height:100%"
20
+ } : {
21
+ name: "13udsys",
22
+ styles: "height:100%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQnVCIiwiZmlsZSI6ImluZGV4LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgUHJvcHNXaXRoUmVmIH0gZnJvbSBcIi4uL19iYXNlXCI7XG5pbXBvcnQgdHlwZSB7IEFueU9iamVjdCwgQXdhaXRhYmxlIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrLXJlYWN0L3NoYXJlZFwiO1xuaW1wb3J0IHR5cGUgeyBGQywgUmVhY3ROb2RlIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB0eXBlIHsgUHJvVGFibGVQcm9wcyB9IGZyb20gXCIuL3Byb3BzXCI7XG5pbXBvcnQgdHlwZSB7IENvbHVtblNldHRpbmdzUHJvcCwgUHJvVGFibGVSZWYgfSBmcm9tIFwiLi90eXBlc1wiO1xuXG5pbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcbmltcG9ydCB7IFN0YWNrIH0gZnJvbSBcIi4uL3N0YWNrXCI7XG5pbXBvcnQgeyBtZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IE5vblBhZ2luYXRlZFRhYmxlLCBQYWdpbmF0ZWRUYWJsZSwgUHJvVGFibGVSZWZIb2xkZXIgfSBmcm9tIFwiLi9jb21wb25lbnRzXCI7XG5pbXBvcnQgeyBDb2x1bW5TZXR0aW5nc1N0b3JhZ2VLZXlQcm92aWRlciB9IGZyb20gXCIuL2NvbnRleHRcIjtcbmltcG9ydCB7IHVzZUNvbHVtblNldHRpbmdzUGVyc2lzdGVuY2UgfSBmcm9tIFwiLi9ob29rc1wiO1xuaW1wb3J0IHsgUHJvVGFibGVTdG9yZVByb3ZpZGVyIH0gZnJvbSBcIi4vc3RvcmVcIjtcblxuY29uc3QgY29udGFpbmVyU3R5bGUgPSBjc3Moe1xuICBoZWlnaHQ6IFwiMTAwJVwiXG59KTtcblxuY29uc3QgZGVmYXVsdENvbHVtblNldHRpbmdzOiBDb2x1bW5TZXR0aW5nc1Byb3AgPSB7fTtcblxuaW50ZXJmYWNlIFByb1RhYmxlQ29udGVudFByb3BzIHtcbiAgY29sdW1uU2V0dGluZ3M6IENvbHVtblNldHRpbmdzUHJvcDtcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZTtcbn1cblxuZnVuY3Rpb24gUHJvVGFibGVDb250ZW50KHsgY29sdW1uU2V0dGluZ3MsIGNoaWxkcmVuIH06IFByb1RhYmxlQ29udGVudFByb3BzKSB7XG4gIGNvbnN0IHN0b3JhZ2VLZXkgPSBjb2x1bW5TZXR0aW5ncyA9PT0gZmFsc2UgPyB1bmRlZmluZWQgOiBjb2x1bW5TZXR0aW5ncy5zdG9yYWdlS2V5O1xuICB1c2VDb2x1bW5TZXR0aW5nc1BlcnNpc3RlbmNlKHN0b3JhZ2VLZXkpO1xuXG4gIHJldHVybiAoXG4gICAgPENvbHVtblNldHRpbmdzU3RvcmFnZUtleVByb3ZpZGVyIHZhbHVlPXtzdG9yYWdlS2V5fT5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L0NvbHVtblNldHRpbmdzU3RvcmFnZUtleVByb3ZpZGVyPlxuICApO1xufVxuXG5leHBvcnQgY29uc3QgUHJvVGFibGUgPSBtZW1vKDxUUm93IGV4dGVuZHMgQW55T2JqZWN0LCBUUGFyYW1zIGV4dGVuZHMgQW55T2JqZWN0Pih7XG4gIGNsYXNzTmFtZSxcbiAgc3R5bGUsXG4gIHNpemUsXG4gIGNvbHVtbnMsXG4gIGNvbHVtblNldHRpbmdzID0gZGVmYXVsdENvbHVtblNldHRpbmdzLFxuICByb3dLZXksXG4gIHJvd1NlbGVjdGlvbixcbiAgcXVlcnlFbmFibGVkLFxuICBxdWVyeVBhcmFtcyxcbiAgc2hvd1NlcXVlbmNlQ29sdW1uLFxuICBvcGVyYXRpb25Db2x1bW4sXG4gIHNlbGVjdGVkUm93S2V5cyxcbiAgdmlydHVhbCxcbiAgcmVmLFxuICBoZWFkZXIsXG4gIGZvb3RlcixcbiAgb25TZWxlY3RlZFJvd0tleXNDaGFuZ2UsXG4gIC4uLnJlc3RQcm9wc1xufTogUHJvcHNXaXRoUmVmPFByb1RhYmxlUmVmLCBQcm9UYWJsZVByb3BzPFRSb3csIFRQYXJhbXM+PikgPT4ge1xuICBjb25zdCB0YWJsZVByb3BzID0ge1xuICAgIGNsYXNzTmFtZSxcbiAgICBjb2x1bW5zLFxuICAgIGNvbHVtblNldHRpbmdzLFxuICAgIG9wZXJhdGlvbkNvbHVtbixcbiAgICBxdWVyeUVuYWJsZWQsXG4gICAgcXVlcnlQYXJhbXMsXG4gICAgcm93S2V5LFxuICAgIHJvd1NlbGVjdGlvbixcbiAgICBzZWxlY3RlZFJvd0tleXMsXG4gICAgc2hvd1NlcXVlbmNlQ29sdW1uLFxuICAgIHNpemUsXG4gICAgc3R5bGUsXG4gICAgdmlydHVhbCxcbiAgICBvblNlbGVjdGVkUm93S2V5c0NoYW5nZVxuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPFByb1RhYmxlU3RvcmVQcm92aWRlcj5cbiAgICAgIDxQcm9UYWJsZVJlZkhvbGRlciByZWY9e3JlZn0gLz5cblxuICAgICAgPFByb1RhYmxlQ29udGVudCBjb2x1bW5TZXR0aW5ncz17Y29sdW1uU2V0dGluZ3N9PlxuICAgICAgICA8U3RhY2sgY3NzPXtjb250YWluZXJTdHlsZX0gZ2FwPVwibWlkZGxlXCI+XG4gICAgICAgICAge2hlYWRlcn1cblxuICAgICAgICAgIHtyZXN0UHJvcHMuaXNQYWdpbmF0ZWQgPT09IGZhbHNlXG4gICAgICAgICAgICA/IDxOb25QYWdpbmF0ZWRUYWJsZSB7Li4udGFibGVQcm9wc30gcXVlcnlGbj17cmVzdFByb3BzLnF1ZXJ5Rm59IC8+XG4gICAgICAgICAgICA6IDxQYWdpbmF0ZWRUYWJsZSB7Li4udGFibGVQcm9wc30gcXVlcnlGbj17cmVzdFByb3BzLnF1ZXJ5Rm59IC8+fVxuXG4gICAgICAgICAge2Zvb3Rlcn1cbiAgICAgICAgPC9TdGFjaz5cbiAgICAgIDwvUHJvVGFibGVDb250ZW50PlxuICAgIDwvUHJvVGFibGVTdG9yZVByb3ZpZGVyPlxuICApO1xufSkgYXMgKDxUUm93IGV4dGVuZHMgQW55T2JqZWN0LCBUUGFyYW1zIGV4dGVuZHMgQW55T2JqZWN0PihcbiAgcHJvcHM6IFByb1RhYmxlUHJvcHM8VFJvdywgVFBhcmFtcz4gJiB7IHJlZj86IFJlYWN0LlJlZjxQcm9UYWJsZVJlZj4gfVxuKSA9PiBBd2FpdGFibGU8UmVhY3ROb2RlPikgJiBQaWNrPEZDLCBcImRpc3BsYXlOYW1lXCI+O1xuXG5Qcm9UYWJsZS5kaXNwbGF5TmFtZSA9IFwiUHJvVGFibGVcIjtcblxuZXhwb3J0IHtcbiAgT3BlcmF0aW9uQnV0dG9uR3JvdXAsXG4gIFRhYmxlU3Vic2NyaWJlciBhcyBQcm9UYWJsZVN1YnNjcmliZXIsXG4gIHR5cGUgT3BlcmF0aW9uQnV0dG9uR3JvdXBQcm9wcyxcbiAgdHlwZSBUYWJsZVN1YnNjcmliZXJQcm9wcyBhcyBQcm9UYWJsZVN1YnNjcmliZXJQcm9wc1xufSBmcm9tIFwiLi9jb21wb25lbnRzXCI7XG5leHBvcnQgdHlwZSB7IFByb1RhYmxlUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuZXhwb3J0IHR5cGUgeyBQcm9UYWJsZVN0YXRlIH0gZnJvbSBcIi4vc3RvcmVcIjtcbmV4cG9ydCB0eXBlIHtcbiAgQ29sdW1uU2V0dGluZ3NDb25maWcsXG4gIENvbHVtblNldHRpbmdzUHJvcCxcbiAgT3BlcmF0aW9uQ29sdW1uQ29uZmlnLFxuICBQYXJhbXNXaXRoUGFnaW5hdGlvbixcbiAgUGFyYW1zV2l0aFNvcnQsXG4gIFByb1RhYmxlUmVmLFxuICBSb3dTZWxlY3Rpb25Db25maWdcbn0gZnJvbSBcIi4vdHlwZXNcIjtcbiJdfQ== */",
23
+ toString: u
24
+ }, f = {};
25
+ function p({ columnSettings: e, children: t }) {
26
+ let i = e === !1 ? void 0 : e.storageKey;
27
+ return r(i), /* @__PURE__ */ s(n, {
28
+ value: i,
29
+ children: t
30
+ });
31
+ }
32
+ var m = l(({ className: n, style: r, size: l, columns: u, columnSettings: m = f, rowKey: h, rowSelection: g, queryEnabled: _, queryParams: v, showSequenceColumn: y, operationColumn: b, selectedRowKeys: x, virtual: S, ref: C, header: w, footer: T, onSelectedRowKeysChange: E, ...D }) => {
33
+ let O = {
34
+ className: n,
35
+ columns: u,
36
+ columnSettings: m,
37
+ operationColumn: b,
38
+ queryEnabled: _,
39
+ queryParams: v,
40
+ rowKey: h,
41
+ rowSelection: g,
42
+ selectedRowKeys: x,
43
+ showSequenceColumn: y,
44
+ size: l,
45
+ style: r,
46
+ virtual: S,
47
+ onSelectedRowKeysChange: E
48
+ };
49
+ return /* @__PURE__ */ c(t, { children: [/* @__PURE__ */ s(i, { ref: C }), /* @__PURE__ */ s(p, {
50
+ columnSettings: m,
51
+ children: /* @__PURE__ */ c(e, {
52
+ css: d,
53
+ gap: "middle",
54
+ children: [
55
+ w,
56
+ D.isPaginated === !1 ? /* @__PURE__ */ s(a, {
57
+ ...O,
58
+ queryFn: D.queryFn
59
+ }) : /* @__PURE__ */ s(o, {
60
+ ...O,
61
+ queryFn: D.queryFn
62
+ }),
63
+ T
64
+ ]
65
+ })
66
+ })] });
67
+ });
68
+ m.displayName = "ProTable";
69
+ //#endregion
70
+ export { m as ProTable };
@@ -0,0 +1,94 @@
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ import { pageSizeOptions as e } from "../table/use-pagination-props.js";
3
+ import { createEventEmitter as t } from "./event.js";
4
+ import { isFunction as n, isNumber as r } from "@vef-framework-react/shared";
5
+ import { createComponentStore as i, moveDragItem as a } from "@vef-framework-react/core";
6
+ //#region src/pro-table/store.ts
7
+ function o(e, t) {
8
+ let n = e.key ?? e.dataIndex ?? `col-${t}`;
9
+ return String(n);
10
+ }
11
+ function s(e) {
12
+ return e === !0 || e === "left" ? "start" : e === "right" ? "end" : e === !1 || e === void 0 ? !1 : e;
13
+ }
14
+ function c(e, t) {
15
+ return {
16
+ id: o(e, t),
17
+ title: e.title,
18
+ fixed: s(e.fixed),
19
+ width: r(e.width) ? e.width : void 0,
20
+ visible: !0,
21
+ originalIndex: t
22
+ };
23
+ }
24
+ var { StoreProvider: l, useStore: u, useStoreApi: d } = i("ProTable", (r, i) => ({
25
+ eventEmitter: t(),
26
+ paginationParams: {
27
+ page: 1,
28
+ size: e[1]
29
+ },
30
+ setPaginationParams: (e) => {
31
+ r((t) => {
32
+ t.paginationParams = e;
33
+ });
34
+ },
35
+ sort: [],
36
+ setSort: (e) => {
37
+ r((t) => {
38
+ t.sort = e;
39
+ });
40
+ },
41
+ refetch: () => {
42
+ i().eventEmitter.emit("refetch");
43
+ },
44
+ columnSettings: [],
45
+ originalColumnSettings: [],
46
+ initColumnSettings: (e) => {
47
+ let t = i().columnSettings, a = new Map(t.map((e) => [e.id, e])), o = e.filter((e) => !n(e.title)), s = o.map((e, t) => c(e, t)), l = o.map((e, t) => {
48
+ let n = c(e, t), r = a.get(n.id);
49
+ return r ? {
50
+ ...r,
51
+ title: e.title,
52
+ originalIndex: t
53
+ } : n;
54
+ });
55
+ r((e) => {
56
+ e.columnSettings = l, e.originalColumnSettings = s;
57
+ });
58
+ },
59
+ setColumnSettings: (e) => {
60
+ r((t) => {
61
+ t.columnSettings = e;
62
+ });
63
+ },
64
+ reorderColumns: (e) => {
65
+ r((t) => {
66
+ t.columnSettings = a(t.columnSettings, e);
67
+ });
68
+ },
69
+ setColumnFixed: (e, t) => {
70
+ r((n) => {
71
+ let r = n.columnSettings.find((t) => t.id === e);
72
+ r && (r.fixed = t);
73
+ });
74
+ },
75
+ setColumnWidth: (e, t) => {
76
+ r((n) => {
77
+ let r = n.columnSettings.find((t) => t.id === e);
78
+ r && (r.width = t);
79
+ });
80
+ },
81
+ setColumnVisible: (e, t) => {
82
+ r((n) => {
83
+ let r = n.columnSettings.find((t) => t.id === e);
84
+ r && (r.visible = t);
85
+ });
86
+ },
87
+ resetColumnSettings: (e) => {
88
+ e?.(), r((e) => {
89
+ e.columnSettings = e.originalColumnSettings.map((e) => ({ ...e }));
90
+ });
91
+ }
92
+ }));
93
+ //#endregion
94
+ export { l as ProTableStoreProvider, o as getColumnId, u as useProTableStore, d as useProTableStoreApi };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Segmented as e } from "antd";
3
3
  export { e as Segmented };
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./use-data-options-select.js";
@@ -1,9 +1,9 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Loader as e } from "../../loader/index.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
- import { useEffect as n, useEffectEvent as r, useMemo as i } from "react";
5
- import { css as a } from "@emotion/react";
6
- import { useDataOptionsQuery as o } from "@vef-framework-react/hooks";
4
+ import { useDataOptionsQuery as n } from "@vef-framework-react/hooks";
5
+ import { useEffect as r, useEffectEvent as i, useMemo as a } from "react";
6
+ import { css as o } from "@emotion/react";
7
7
  //#region src/select/hooks/use-data-options-select.tsx
8
8
  var s = {
9
9
  label: "label",
@@ -11,14 +11,14 @@ var s = {
11
11
  options: "children",
12
12
  groupLabel: "label"
13
13
  }, c = 280, l = /* @__PURE__ */ t("div", {
14
- css: /* @__PURE__ */ a({ height: c / 2 }, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVzZS1kYXRhLW9wdGlvbnMtc2VsZWN0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE0Q08iLCJmaWxlIjoidXNlLWRhdGEtb3B0aW9ucy1zZWxlY3QudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBEYXRhT3B0aW9uV2l0aFBpbnlpbiB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9jb3JlXCI7XG5pbXBvcnQgdHlwZSB7IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrLXJlYWN0L2hvb2tzXCI7XG5pbXBvcnQgdHlwZSB7IEtleSB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9zaGFyZWRcIjtcblxuaW1wb3J0IHR5cGUgeyBTZWxlY3RQcm9wcyB9IGZyb20gXCIuLlwiO1xuaW1wb3J0IHR5cGUgeyBHZXRQcm9wIH0gZnJvbSBcIi4uLy4uL19iYXNlXCI7XG5cbmltcG9ydCB7IHVzZURhdGFPcHRpb25zUXVlcnkgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvaG9va3NcIjtcbmltcG9ydCB7IHVzZUVmZmVjdCwgdXNlRWZmZWN0RXZlbnQsIHVzZU1lbW8gfSBmcm9tIFwicmVhY3RcIjtcblxuaW1wb3J0IHsgTG9hZGVyIH0gZnJvbSBcIi4uLy4uL2xvYWRlclwiO1xuXG5leHBvcnQgdHlwZSBVc2VEYXRhT3B0aW9uc1NlbGVjdE9wdGlvbnM8XG4gIFRRdWVyeUZuRGF0YSA9IHVua25vd24sXG4gIFREYXRhID0gVFF1ZXJ5Rm5EYXRhLFxuICBUUGFyYW1zID0gdW5rbm93blxuPiA9IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+ICYge1xuICAvKipcbiAgICogV2hldGhlciB0aGUgc2VsZWN0IGlzIGZpbHRlcmFibGVcbiAgICpcbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIGZpbHRlcmFibGU/OiBib29sZWFuO1xuICAvKipcbiAgICogQ2FsbGJhY2sgZnVuY3Rpb24gaW52b2tlZCBhZnRlciBkYXRhIGlzIGZldGNoZWRcbiAgICovXG4gIG9uRmV0Y2g/OiAoZGF0YTogVERhdGFbXSkgPT4gdm9pZDtcbn07XG5cbmNvbnN0IGZpZWxkTmFtZXM6IEdldFByb3A8U2VsZWN0UHJvcHMsIFwiZmllbGROYW1lc1wiPiA9IHtcbiAgbGFiZWw6IFwibGFiZWxcIixcbiAgdmFsdWU6IFwidmFsdWVcIixcbiAgb3B0aW9uczogXCJjaGlsZHJlblwiLFxuICBncm91cExhYmVsOiBcImxhYmVsXCJcbn07XG5cbi8qKlxuICogVGhlIGhlaWdodCBvZiB0aGUgc2VsZWN0IG9wdGlvbnMgbGlzdC5cbiAqL1xuY29uc3QgbGlzdEhlaWdodCA9IDI4MDtcbi8qKlxuICogVGhlIGxvYWRpbmcgcGxhY2Vob2xkZXIgb2YgdGhlIHNlbGVjdC5cbiAqL1xuY29uc3QgbG9hZGluZ1BsYWNlaG9sZGVyID0gKFxuICA8ZGl2IGNzcz17eyBoZWlnaHQ6IGxpc3RIZWlnaHQgLyAyIH19PlxuICAgIDxMb2FkZXIgLz5cbiAgPC9kaXY+XG4pO1xuXG5leHBvcnQgZnVuY3Rpb24gdXNlRGF0YU9wdGlvbnNTZWxlY3Q8XG4gIFRRdWVyeUZuRGF0YSA9IHVua25vd24sXG4gIFREYXRhID0gVFF1ZXJ5Rm5EYXRhLFxuICBUUGFyYW1zID0gbmV2ZXJcbj4oe1xuICBmaWx0ZXJhYmxlID0gZmFsc2UsXG4gIG9uRmV0Y2gsXG4gIC4uLnF1ZXJ5T3B0aW9uc1xufTogVXNlRGF0YU9wdGlvbnNTZWxlY3RPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+KSB7XG4gIGNvbnN0IHtcbiAgICBvcHRpb25zLFxuICAgIGlzRmV0Y2hpbmcsXG4gICAgcHJvbWlzZVxuICB9ID0gdXNlRGF0YU9wdGlvbnNRdWVyeSh7XG4gICAgLi4ucXVlcnlPcHRpb25zLFxuICAgIHdpdGhQaW55aW46IHRydWVcbiAgfSk7XG5cbiAgY29uc3Qgc2VsZWN0UHJvcHMgPSB1c2VNZW1vPFNlbGVjdFByb3BzPEtleSwgRGF0YU9wdGlvbldpdGhQaW55aW48VERhdGE+Pj4oKCkgPT4ge1xuICAgIHJldHVybiB7XG4gICAgICBvcHRpb25zLFxuICAgICAgbG9hZGluZzogaXNGZXRjaGluZyxcbiAgICAgIGZpZWxkTmFtZXMsXG4gICAgICBtYXhUYWdDb3VudDogXCJyZXNwb25zaXZlXCIsXG4gICAgICBsaXN0SGVpZ2h0LFxuICAgICAgbm90Rm91bmRDb250ZW50OiBpc0ZldGNoaW5nID8gbG9hZGluZ1BsYWNlaG9sZGVyIDogdW5kZWZpbmVkLFxuICAgICAgc2hvd1NlYXJjaDogZmlsdGVyYWJsZSxcbiAgICAgIGZpbHRlck9wdGlvbjogZmlsdGVyYWJsZSAmJiBmaWx0ZXJPcHRpb25cbiAgICB9O1xuICB9LCBbaXNGZXRjaGluZywgb3B0aW9ucywgZmlsdGVyYWJsZV0pO1xuXG4gIGNvbnN0IG9uRmV0Y2hGbiA9IHVzZUVmZmVjdEV2ZW50KChkYXRhOiBURGF0YVtdKSA9PiB7XG4gICAgb25GZXRjaD8uKGRhdGEpO1xuICB9KTtcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIHByb21pc2UudGhlbihvbkZldGNoRm4pO1xuICB9LCBbcHJvbWlzZV0pO1xuXG4gIHJldHVybiBzZWxlY3RQcm9wcztcbn1cblxuZnVuY3Rpb24gZmlsdGVyT3B0aW9uPFREYXRhPihpbnB1dDogc3RyaW5nLCBvcHRpb24/OiBEYXRhT3B0aW9uV2l0aFBpbnlpbjxURGF0YT4pIHtcbiAgaWYgKCFvcHRpb24pIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICBjb25zdCB7XG4gICAgbGFiZWwsXG4gICAgbGFiZWxQaW55aW4sXG4gICAgbGFiZWxQaW55aW5Jbml0aWFscyxcbiAgICBkZXNjcmlwdGlvbixcbiAgICBkZXNjcmlwdGlvblBpbnlpbixcbiAgICBkZXNjcmlwdGlvblBpbnlpbkluaXRpYWxzXG4gIH0gPSBvcHRpb247XG4gIHJldHVybiAoXG4gICAgbGFiZWwuaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgbGFiZWxQaW55aW4uaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgbGFiZWxQaW55aW5Jbml0aWFscy5pbmNsdWRlcyhpbnB1dClcbiAgICB8fCBkZXNjcmlwdGlvbj8uaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgZGVzY3JpcHRpb25QaW55aW4/LmluY2x1ZGVzKGlucHV0KVxuICAgIHx8IGRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHM/LmluY2x1ZGVzKGlucHV0KVxuICApID8/IGZhbHNlO1xufVxuIl19 */"),
14
+ css: /* @__PURE__ */ o({ height: c / 2 }, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVzZS1kYXRhLW9wdGlvbnMtc2VsZWN0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE0Q08iLCJmaWxlIjoidXNlLWRhdGEtb3B0aW9ucy1zZWxlY3QudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBEYXRhT3B0aW9uV2l0aFBpbnlpbiB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9jb3JlXCI7XG5pbXBvcnQgdHlwZSB7IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrLXJlYWN0L2hvb2tzXCI7XG5pbXBvcnQgdHlwZSB7IEtleSB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9zaGFyZWRcIjtcblxuaW1wb3J0IHR5cGUgeyBTZWxlY3RQcm9wcyB9IGZyb20gXCIuLlwiO1xuaW1wb3J0IHR5cGUgeyBHZXRQcm9wIH0gZnJvbSBcIi4uLy4uL19iYXNlXCI7XG5cbmltcG9ydCB7IHVzZURhdGFPcHRpb25zUXVlcnkgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvaG9va3NcIjtcbmltcG9ydCB7IHVzZUVmZmVjdCwgdXNlRWZmZWN0RXZlbnQsIHVzZU1lbW8gfSBmcm9tIFwicmVhY3RcIjtcblxuaW1wb3J0IHsgTG9hZGVyIH0gZnJvbSBcIi4uLy4uL2xvYWRlclwiO1xuXG5leHBvcnQgdHlwZSBVc2VEYXRhT3B0aW9uc1NlbGVjdE9wdGlvbnM8XG4gIFRRdWVyeUZuRGF0YSA9IHVua25vd24sXG4gIFREYXRhID0gVFF1ZXJ5Rm5EYXRhLFxuICBUUGFyYW1zID0gdW5rbm93blxuPiA9IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+ICYge1xuICAvKipcbiAgICogV2hldGhlciB0aGUgc2VsZWN0IGlzIGZpbHRlcmFibGVcbiAgICpcbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIGZpbHRlcmFibGU/OiBib29sZWFuO1xuICAvKipcbiAgICogQ2FsbGJhY2sgZnVuY3Rpb24gaW52b2tlZCBhZnRlciBkYXRhIGlzIGZldGNoZWRcbiAgICovXG4gIG9uRmV0Y2g/OiAoZGF0YTogVERhdGFbXSkgPT4gdm9pZDtcbn07XG5cbmNvbnN0IGZpZWxkTmFtZXM6IEdldFByb3A8U2VsZWN0UHJvcHMsIFwiZmllbGROYW1lc1wiPiA9IHtcbiAgbGFiZWw6IFwibGFiZWxcIixcbiAgdmFsdWU6IFwidmFsdWVcIixcbiAgb3B0aW9uczogXCJjaGlsZHJlblwiLFxuICBncm91cExhYmVsOiBcImxhYmVsXCJcbn07XG5cbi8qKlxuICogVGhlIGhlaWdodCBvZiB0aGUgc2VsZWN0IG9wdGlvbnMgbGlzdC5cbiAqL1xuY29uc3QgbGlzdEhlaWdodCA9IDI4MDtcbi8qKlxuICogVGhlIGxvYWRpbmcgcGxhY2Vob2xkZXIgb2YgdGhlIHNlbGVjdC5cbiAqL1xuY29uc3QgbG9hZGluZ1BsYWNlaG9sZGVyID0gKFxuICA8ZGl2IGNzcz17eyBoZWlnaHQ6IGxpc3RIZWlnaHQgLyAyIH19PlxuICAgIDxMb2FkZXIgLz5cbiAgPC9kaXY+XG4pO1xuXG5leHBvcnQgZnVuY3Rpb24gdXNlRGF0YU9wdGlvbnNTZWxlY3Q8XG4gIFRRdWVyeUZuRGF0YSA9IHVua25vd24sXG4gIFREYXRhID0gVFF1ZXJ5Rm5EYXRhLFxuICBUUGFyYW1zID0gbmV2ZXJcbj4oe1xuICBmaWx0ZXJhYmxlID0gZmFsc2UsXG4gIG9uRmV0Y2gsXG4gIC4uLnF1ZXJ5T3B0aW9uc1xufTogVXNlRGF0YU9wdGlvbnNTZWxlY3RPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+KSB7XG4gIGNvbnN0IHtcbiAgICBvcHRpb25zLFxuICAgIGlzRmV0Y2hpbmcsXG4gICAgcHJvbWlzZVxuICB9ID0gdXNlRGF0YU9wdGlvbnNRdWVyeSh7XG4gICAgLi4ucXVlcnlPcHRpb25zLFxuICAgIHdpdGhQaW55aW46IHRydWVcbiAgfSk7XG5cbiAgY29uc3Qgc2VsZWN0UHJvcHMgPSB1c2VNZW1vPFNlbGVjdFByb3BzPEtleSwgRGF0YU9wdGlvbldpdGhQaW55aW48VERhdGE+Pj4oKCkgPT4ge1xuICAgIHJldHVybiB7XG4gICAgICBvcHRpb25zLFxuICAgICAgbG9hZGluZzogaXNGZXRjaGluZyxcbiAgICAgIGZpZWxkTmFtZXMsXG4gICAgICBtYXhUYWdDb3VudDogXCJyZXNwb25zaXZlXCIsXG4gICAgICBsaXN0SGVpZ2h0LFxuICAgICAgbm90Rm91bmRDb250ZW50OiBpc0ZldGNoaW5nID8gbG9hZGluZ1BsYWNlaG9sZGVyIDogdW5kZWZpbmVkLFxuICAgICAgc2hvd1NlYXJjaDogZmlsdGVyYWJsZSxcbiAgICAgIGZpbHRlck9wdGlvbjogZmlsdGVyYWJsZSAmJiBmaWx0ZXJPcHRpb25cbiAgICB9O1xuICB9LCBbaXNGZXRjaGluZywgb3B0aW9ucywgZmlsdGVyYWJsZV0pO1xuXG4gIGNvbnN0IG9uRmV0Y2hGbiA9IHVzZUVmZmVjdEV2ZW50KChkYXRhOiBURGF0YVtdKSA9PiB7XG4gICAgb25GZXRjaD8uKGRhdGEpO1xuICB9KTtcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIHByb21pc2UudGhlbihvbkZldGNoRm4pO1xuICB9LCBbcHJvbWlzZV0pO1xuXG4gIHJldHVybiBzZWxlY3RQcm9wcztcbn1cblxuZnVuY3Rpb24gZmlsdGVyT3B0aW9uPFREYXRhPihpbnB1dDogc3RyaW5nLCBvcHRpb24/OiBEYXRhT3B0aW9uV2l0aFBpbnlpbjxURGF0YT4pIHtcbiAgaWYgKCFvcHRpb24pIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICBjb25zdCB7XG4gICAgbGFiZWwsXG4gICAgbGFiZWxQaW55aW4sXG4gICAgbGFiZWxQaW55aW5Jbml0aWFscyxcbiAgICBkZXNjcmlwdGlvbixcbiAgICBkZXNjcmlwdGlvblBpbnlpbixcbiAgICBkZXNjcmlwdGlvblBpbnlpbkluaXRpYWxzXG4gIH0gPSBvcHRpb247XG4gIHJldHVybiAoXG4gICAgbGFiZWwuaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgbGFiZWxQaW55aW4uaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgbGFiZWxQaW55aW5Jbml0aWFscy5pbmNsdWRlcyhpbnB1dClcbiAgICB8fCBkZXNjcmlwdGlvbj8uaW5jbHVkZXMoaW5wdXQpXG4gICAgfHwgZGVzY3JpcHRpb25QaW55aW4/LmluY2x1ZGVzKGlucHV0KVxuICAgIHx8IGRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHM/LmluY2x1ZGVzKGlucHV0KVxuICApID8/IGZhbHNlO1xufVxuIl19 */"),
15
15
  children: /* @__PURE__ */ t(e, {})
16
16
  });
17
- function u({ filterable: e = !1, onFetch: t, ...a }) {
18
- let { options: u, isFetching: f, promise: p } = o({
19
- ...a,
17
+ function u({ filterable: e = !1, onFetch: t, ...o }) {
18
+ let { options: u, isFetching: f, promise: p } = n({
19
+ ...o,
20
20
  withPinyin: !0
21
- }), m = i(() => ({
21
+ }), m = a(() => ({
22
22
  options: u,
23
23
  loading: f,
24
24
  fieldNames: s,
@@ -31,10 +31,10 @@ function u({ filterable: e = !1, onFetch: t, ...a }) {
31
31
  f,
32
32
  u,
33
33
  e
34
- ]), h = r((e) => {
34
+ ]), h = i((e) => {
35
35
  t?.(e);
36
36
  });
37
- return n(() => {
37
+ return r(() => {
38
38
  p.then(h);
39
39
  }, [p]), m;
40
40
  }
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./hooks/use-data-options-select.js";
3
3
  import { Select as e } from "antd";
4
4
  export { e as Select };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./space.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Splitter as e } from "antd";
3
3
  export { e as Splitter };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
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/stack/index.tsx
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Statistic as e } from "antd";
3
3
  export { e as Statistic };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Steps as e } from "antd";
3
3
  export { e as Steps };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Switch as e } from "antd";
3
3
  export { e as Switch };
@@ -1,47 +1,48 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { fullHeight as e } from "../_base/styles/common.js";
3
3
  import "./use-pagination-props.js";
4
4
  import { jsx as t } from "@emotion/react/jsx-runtime";
5
5
  import { isString as n, toInt as r } from "@vef-framework-react/shared";
6
- import { useEffect as i, useMemo as a } from "react";
7
- import { Table as o } from "antd";
8
- import { useElementSize as s } from "@vef-framework-react/hooks";
6
+ import { useElementSize as i, useMergedRef as a } from "@vef-framework-react/hooks";
7
+ import { useEffect as o, useMemo as s, useRef as c } from "react";
8
+ import { Table as l } from "antd";
9
9
  //#region src/table/index.tsx
10
- var c = 200;
11
- function l(e) {
12
- return (e || []).map((e) => n(e.width) ? r(e.width) : e.width || e.minWidth || c).reduce((e, t) => e + t, 0);
10
+ var u = 200;
11
+ function d(e) {
12
+ return (e || []).map((e) => n(e.width) ? r(e.width) : e.width || e.minWidth || u).reduce((e, t) => e + t, 0);
13
13
  }
14
- function u({ className: n, style: r, flexHeight: c = !0, virtual: u = !1, columns: d, ...f }) {
15
- let { ref: p, height: m } = s({ box: "border-box" }), { ref: h, height: g } = s({ box: "border-box" });
16
- i(() => {
17
- h.current = p.current?.querySelector(".vef-table-header");
18
- }, [p.current, h]);
19
- let _ = a(() => c ? {
20
- columns: d,
14
+ function f({ className: n, style: r, flexHeight: u = !0, virtual: f = !1, columns: p, ...m }) {
15
+ let h = c(null), { ref: g, height: _ } = i({ box: "border-box" }), v = a(h, g), { ref: y, height: b } = i({ box: "border-box" });
16
+ o(() => {
17
+ let e = h.current?.querySelector(".vef-table-header");
18
+ e && y(e);
19
+ }, [h.current, y]);
20
+ let x = s(() => u ? {
21
+ columns: p,
21
22
  scroll: {
22
23
  scrollToFirstRowOnChange: !0,
23
- x: u ? l(d) : "max-content",
24
- y: u ? m - g : "100%"
24
+ x: f ? d(p) : "max-content",
25
+ y: f ? _ - b : "100%"
25
26
  },
26
27
  sticky: !1,
27
- virtual: u
28
- } : { columns: d }, [
29
- m,
30
- g,
31
- d,
32
- c,
33
- u
28
+ virtual: f
29
+ } : { columns: p }, [
30
+ _,
31
+ b,
32
+ p,
33
+ u,
34
+ f
34
35
  ]);
35
36
  return /* @__PURE__ */ t("div", {
36
- ref: p,
37
+ ref: v,
37
38
  className: n,
38
39
  css: e,
39
40
  style: r,
40
- children: /* @__PURE__ */ t(o, {
41
- ...f,
42
- ..._
41
+ children: /* @__PURE__ */ t(l, {
42
+ ...m,
43
+ ...x
43
44
  })
44
45
  });
45
46
  }
46
47
  //#endregion
47
- export { u as Table };
48
+ export { f as Table };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Fragment as e, jsx as t, jsxs as n } from "@emotion/react/jsx-runtime";
3
3
  import { useMemo as r } from "react";
4
4
  //#region src/table/use-pagination-props.tsx
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Tabs as e } from "antd";
3
3
  export { e as Tabs };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Tag as e } from "antd";
3
3
  export { e as Tag };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { TimePicker as e } from "antd";
3
3
  export { e as TimePicker };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Timeline as e } from "antd";
3
3
  export { e as Timeline };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Tooltip as e } from "antd";
3
3
  export { e as Tooltip };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Tour as e } from "antd";
3
3
  export { e as Tour };
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { Transfer as e } from "antd";
3
3
  export { e as Transfer };
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./use-data-options-tree.js";
@@ -1,7 +1,7 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import { filterTreeWithAncestors as e, isString as t } from "@vef-framework-react/shared";
3
- import { useEffect as n, useEffectEvent as r, useMemo as i, useState as a } from "react";
4
- import { useDataOptionsQuery as o } from "@vef-framework-react/hooks";
3
+ import { useDataOptionsQuery as n } from "@vef-framework-react/hooks";
4
+ import { useEffect as r, useEffectEvent as i, useMemo as a, useState as o } from "react";
5
5
  //#region src/tree/hooks/use-data-options-tree.ts
6
6
  var s = {
7
7
  title: "label",
@@ -9,25 +9,25 @@ var s = {
9
9
  children: "children"
10
10
  };
11
11
  function c({ onFetch: c, ...l }) {
12
- let { options: u, isFetching: d, promise: f } = o({
12
+ let { options: u, isFetching: d, promise: f } = n({
13
13
  ...l,
14
14
  withPinyin: !0
15
- }), [p, m] = a(""), h = i(() => {
15
+ }), [p, m] = o(""), h = a(() => {
16
16
  if (p) return (e) => {
17
17
  let { label: n, labelPinyin: r, labelPinyinInitials: i, description: a, descriptionPinyin: o, descriptionPinyinInitials: s } = e;
18
18
  return t(n) && n.includes(p) || t(r) && r.includes(p) || t(i) && i.includes(p) || t(a) && a.includes(p) || t(o) && o.includes(p) || t(s) && s.includes(p);
19
19
  };
20
- }, [p]), g = i(() => h ? e(u, (e) => h(e)) : u, [h, u]), _ = i(() => ({
20
+ }, [p]), g = a(() => h ? e(u, (e) => h(e)) : u, [h, u]), _ = a(() => ({
21
21
  treeData: g,
22
22
  fieldNames: s,
23
23
  showLine: { showLeafIcon: !1 },
24
24
  autoExpandParent: !0,
25
25
  blockNode: !0,
26
26
  filterTreeNode: h
27
- }), [h, g]), v = r((e) => {
27
+ }), [h, g]), v = i((e) => {
28
28
  c?.(e);
29
29
  });
30
- return n(() => {
30
+ return r(() => {
31
31
  f.then(v);
32
32
  }, [f]), {
33
33
  treeProps: _,
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./hooks/use-data-options-tree.js";
3
3
  import { Tree as e } from "antd";
4
4
  export { e as Tree };
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
2
  import "./use-data-options-tree-select.js";