@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
@@ -1 +1 @@
1
- require(`../../_internal/_rolldown/runtime.cjs`);let e=require(`@vef-framework-react/shared`),t=require(`react`),n=require(`@vef-framework-react/hooks`);var r={title:`label`,key:`value`,children:`children`};function i({onFetch:i,...a}){let{options:o,isFetching:s,promise:c}=(0,n.useDataOptionsQuery)({...a,withPinyin:!0}),[l,u]=(0,t.useState)(``),d=(0,t.useMemo)(()=>{if(l)return t=>{let{label:n,labelPinyin:r,labelPinyinInitials:i,description:a,descriptionPinyin:o,descriptionPinyinInitials:s}=t;return(0,e.isString)(n)&&n.includes(l)||(0,e.isString)(r)&&r.includes(l)||(0,e.isString)(i)&&i.includes(l)||(0,e.isString)(a)&&a.includes(l)||(0,e.isString)(o)&&o.includes(l)||(0,e.isString)(s)&&s.includes(l)}},[l]),f=(0,t.useMemo)(()=>d?(0,e.filterTreeWithAncestors)(o,e=>d(e)):o,[d,o]),p=(0,t.useMemo)(()=>({treeData:f,fieldNames:r,showLine:{showLeafIcon:!1},autoExpandParent:!0,blockNode:!0,filterTreeNode:d}),[d,f]),m=(0,t.useEffectEvent)(e=>{i?.(e)});return(0,t.useEffect)(()=>{c.then(m)},[c]),{treeProps:p,isFetching:s,searchValue:l,setSearchValue:u}}exports.useDataOptionsTree=i;
1
+ require(`../../_internal/_rolldown/runtime.cjs`);let e=require(`@vef-framework-react/shared`),t=require(`@vef-framework-react/hooks`),n=require(`react`);var r={title:`label`,key:`value`,children:`children`};function i({onFetch:i,...a}){let{options:o,isFetching:s,promise:c}=(0,t.useDataOptionsQuery)({...a,withPinyin:!0}),[l,u]=(0,n.useState)(``),d=(0,n.useMemo)(()=>{if(l)return t=>{let{label:n,labelPinyin:r,labelPinyinInitials:i,description:a,descriptionPinyin:o,descriptionPinyinInitials:s}=t;return(0,e.isString)(n)&&n.includes(l)||(0,e.isString)(r)&&r.includes(l)||(0,e.isString)(i)&&i.includes(l)||(0,e.isString)(a)&&a.includes(l)||(0,e.isString)(o)&&o.includes(l)||(0,e.isString)(s)&&s.includes(l)}},[l]),f=(0,n.useMemo)(()=>d?(0,e.filterTreeWithAncestors)(o,e=>d(e)):o,[d,o]),p=(0,n.useMemo)(()=>({treeData:f,fieldNames:r,showLine:{showLeafIcon:!1},autoExpandParent:!0,blockNode:!0,filterTreeNode:d}),[d,f]),m=(0,n.useEffectEvent)(e=>{i?.(e)});return(0,n.useEffect)(()=>{c.then(m)},[c]),{treeProps:p,isFetching:s,searchValue:l,setSearchValue:u}}exports.useDataOptionsTree=i;
@@ -1 +1 @@
1
- require(`../../_internal/_rolldown/runtime.cjs`);const e=require(`../../loader/index.cjs`);let t=require(`@emotion/react/jsx-runtime`),n=require(`@vef-framework-react/shared`),r=require(`react`),i=require(`@emotion/react`),a=require(`@vef-framework-react/hooks`);var o={label:`label`,value:`value`,children:`children`},s=280,c=(0,t.jsx)(`div`,{css:(0,i.css)({height:s/2},process.env.NODE_ENV===`production`?``:`/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVzZS1kYXRhLW9wdGlvbnMtdHJlZS1zZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTRDTyIsImZpbGUiOiJ1c2UtZGF0YS1vcHRpb25zLXRyZWUtc2VsZWN0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgRGF0YU9wdGlvbldpdGhQaW55aW4gfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHR5cGUgeyBVc2VEYXRhT3B0aW9uc1F1ZXJ5T3B0aW9ucyB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9ob29rc1wiO1xuaW1wb3J0IHR5cGUgeyBLZXkgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3Qvc2hhcmVkXCI7XG5cbmltcG9ydCB0eXBlIHsgVHJlZVNlbGVjdFByb3BzIH0gZnJvbSBcIi4uXCI7XG5pbXBvcnQgdHlwZSB7IEdldFByb3AgfSBmcm9tIFwiLi4vLi4vX2Jhc2VcIjtcblxuaW1wb3J0IHsgdXNlRGF0YU9wdGlvbnNRdWVyeSB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9ob29rc1wiO1xuaW1wb3J0IHsgaXNTdHJpbmcgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3Qvc2hhcmVkXCI7XG5pbXBvcnQgeyB1c2VFZmZlY3QsIHVzZUVmZmVjdEV2ZW50LCB1c2VNZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IExvYWRlciB9IGZyb20gXCIuLi8uLi9sb2FkZXJcIjtcblxuZXhwb3J0IHR5cGUgVXNlRGF0YU9wdGlvbnNUcmVlU2VsZWN0T3B0aW9uczxcbiAgVFF1ZXJ5Rm5EYXRhID0gdW5rbm93bixcbiAgVERhdGEgPSBUUXVlcnlGbkRhdGEsXG4gIFRQYXJhbXMgPSBuZXZlclxuPiA9IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+ICYge1xuICAvKipcbiAgICogV2hldGhlciB0aGUgdHJlZSBzZWxlY3QgaXMgZmlsdGVyYWJsZVxuICAgKlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgZmlsdGVyYWJsZT86IGJvb2xlYW47XG4gIC8qKlxuICAgKiBDYWxsYmFjayBmdW5jdGlvbiBpbnZva2VkIGFmdGVyIGRhdGEgaXMgZmV0Y2hlZFxuICAgKi9cbiAgb25GZXRjaD86IChkYXRhOiBURGF0YVtdKSA9PiB2b2lkO1xufTtcblxuY29uc3QgZmllbGROYW1lczogR2V0UHJvcDxUcmVlU2VsZWN0UHJvcHMsIFwiZmllbGROYW1lc1wiPiA9IHtcbiAgbGFiZWw6IFwibGFiZWxcIixcbiAgdmFsdWU6IFwidmFsdWVcIixcbiAgY2hpbGRyZW46IFwiY2hpbGRyZW5cIlxufTtcblxuLyoqXG4gKiBUaGUgaGVpZ2h0IG9mIHRoZSB0cmVlIHNlbGVjdCBkcm9wZG93biBsaXN0LlxuICovXG5jb25zdCBsaXN0SGVpZ2h0ID0gMjgwO1xuLyoqXG4gKiBUaGUgbG9hZGluZyBwbGFjZWhvbGRlciBvZiB0aGUgdHJlZSBzZWxlY3QuXG4gKi9cbmNvbnN0IGxvYWRpbmdQbGFjZWhvbGRlciA9IChcbiAgPGRpdiBjc3M9e3sgaGVpZ2h0OiBsaXN0SGVpZ2h0IC8gMiB9fT5cbiAgICA8TG9hZGVyIC8+XG4gIDwvZGl2PlxuKTtcblxuZXhwb3J0IGZ1bmN0aW9uIHVzZURhdGFPcHRpb25zVHJlZVNlbGVjdDxcbiAgVFF1ZXJ5Rm5EYXRhID0gdW5rbm93bixcbiAgVERhdGEgPSBUUXVlcnlGbkRhdGEsXG4gIFRQYXJhbXMgPSBuZXZlclxuPih7XG4gIGZpbHRlcmFibGUgPSBmYWxzZSxcbiAgb25GZXRjaCxcbiAgLi4ucXVlcnlPcHRpb25zXG59OiBVc2VEYXRhT3B0aW9uc1RyZWVTZWxlY3RPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+KSB7XG4gIGNvbnN0IHtcbiAgICBvcHRpb25zLFxuICAgIGlzRmV0Y2hpbmcsXG4gICAgcHJvbWlzZVxuICB9ID0gdXNlRGF0YU9wdGlvbnNRdWVyeSh7XG4gICAgLi4ucXVlcnlPcHRpb25zLFxuICAgIHdpdGhQaW55aW46IHRydWVcbiAgfSk7XG5cbiAgY29uc3QgdHJlZVNlbGVjdFByb3BzID0gdXNlTWVtbzxUcmVlU2VsZWN0UHJvcHM8S2V5LCBEYXRhT3B0aW9uV2l0aFBpbnlpbjxURGF0YT4+PigoKSA9PiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHRyZWVEYXRhOiBvcHRpb25zLFxuICAgICAgbG9hZGluZzogaXNGZXRjaGluZyxcbiAgICAgIGZpZWxkTmFtZXMsXG4gICAgICBtYXhUYWdDb3VudDogXCJyZXNwb25zaXZlXCIsXG4gICAgICBsaXN0SGVpZ2h0LFxuICAgICAgbm90Rm91bmRDb250ZW50OiBpc0ZldGNoaW5nID8gbG9hZGluZ1BsYWNlaG9sZGVyIDogdW5kZWZpbmVkLFxuICAgICAgZmlsdGVyVHJlZU5vZGU6IGZpbHRlcmFibGUgJiYgZmlsdGVyVHJlZU5vZGUsXG4gICAgICB0cmVlTm9kZUZpbHRlclByb3A6IFwibGFiZWxQaW55aW5Jbml0aWFsc1wiLFxuICAgICAgdHJlZU5vZGVMYWJlbFByb3A6IFwibGFiZWxcIixcbiAgICAgIHNob3dTZWFyY2g6IGZpbHRlcmFibGUsXG4gICAgICB0cmVlTGluZToge1xuICAgICAgICBzaG93TGVhZkljb246IGZhbHNlXG4gICAgICB9XG4gICAgfTtcbiAgfSwgW2lzRmV0Y2hpbmcsIG9wdGlvbnMsIGZpbHRlcmFibGVdKTtcblxuICBjb25zdCBvbkZldGNoRm4gPSB1c2VFZmZlY3RFdmVudCgoZGF0YTogVERhdGFbXSkgPT4ge1xuICAgIG9uRmV0Y2g/LihkYXRhKTtcbiAgfSk7XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBwcm9taXNlLnRoZW4ob25GZXRjaEZuKTtcbiAgfSwgW3Byb21pc2VdKTtcblxuICByZXR1cm4gdHJlZVNlbGVjdFByb3BzO1xufVxuXG5mdW5jdGlvbiBmaWx0ZXJUcmVlTm9kZShpbnB1dDogc3RyaW5nLCBub2RlOiBQYXJhbWV0ZXJzPEV4Y2x1ZGU8R2V0UHJvcDxUcmVlU2VsZWN0UHJvcHMsIFwiZmlsdGVyVHJlZU5vZGVcIj4sIGJvb2xlYW4+PlsxXSkge1xuICBjb25zdCBsYWJlbCA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwibGFiZWxcIik7XG4gIGNvbnN0IGxhYmVsUGlueWluID0gUmVmbGVjdC5nZXQobm9kZSwgXCJsYWJlbFBpbnlpblwiKTtcbiAgY29uc3QgbGFiZWxQaW55aW5Jbml0aWFscyA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwibGFiZWxQaW55aW5Jbml0aWFsc1wiKTtcbiAgY29uc3QgZGVzY3JpcHRpb24gPSBSZWZsZWN0LmdldChub2RlLCBcImRlc2NyaXB0aW9uXCIpO1xuICBjb25zdCBkZXNjcmlwdGlvblBpbnlpbiA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwiZGVzY3JpcHRpb25QaW55aW5cIik7XG4gIGNvbnN0IGRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHMgPSBSZWZsZWN0LmdldChub2RlLCBcImRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHNcIik7XG5cbiAgcmV0dXJuIChpc1N0cmluZyhsYWJlbCkgJiYgbGFiZWwuaW5jbHVkZXMoaW5wdXQpKVxuICAgIHx8IChpc1N0cmluZyhsYWJlbFBpbnlpbikgJiYgbGFiZWxQaW55aW4uaW5jbHVkZXMoaW5wdXQpKVxuICAgIHx8IChpc1N0cmluZyhsYWJlbFBpbnlpbkluaXRpYWxzKSAmJiBsYWJlbFBpbnlpbkluaXRpYWxzLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb24pICYmIGRlc2NyaXB0aW9uLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb25QaW55aW4pICYmIGRlc2NyaXB0aW9uUGlueWluLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb25QaW55aW5Jbml0aWFscykgJiYgZGVzY3JpcHRpb25QaW55aW5Jbml0aWFscy5pbmNsdWRlcyhpbnB1dCkpO1xufVxuIl19 */`),children:(0,t.jsx)(e.Loader,{})});function l({filterable:e=!1,onFetch:t,...n}){let{options:i,isFetching:l,promise:d}=(0,a.useDataOptionsQuery)({...n,withPinyin:!0}),f=(0,r.useMemo)(()=>({treeData:i,loading:l,fieldNames:o,maxTagCount:`responsive`,listHeight:s,notFoundContent:l?c:void 0,filterTreeNode:e&&u,treeNodeFilterProp:`labelPinyinInitials`,treeNodeLabelProp:`label`,showSearch:e,treeLine:{showLeafIcon:!1}}),[l,i,e]),p=(0,r.useEffectEvent)(e=>{t?.(e)});return(0,r.useEffect)(()=>{d.then(p)},[d]),f}function u(e,t){let r=Reflect.get(t,`label`),i=Reflect.get(t,`labelPinyin`),a=Reflect.get(t,`labelPinyinInitials`),o=Reflect.get(t,`description`),s=Reflect.get(t,`descriptionPinyin`),c=Reflect.get(t,`descriptionPinyinInitials`);return(0,n.isString)(r)&&r.includes(e)||(0,n.isString)(i)&&i.includes(e)||(0,n.isString)(a)&&a.includes(e)||(0,n.isString)(o)&&o.includes(e)||(0,n.isString)(s)&&s.includes(e)||(0,n.isString)(c)&&c.includes(e)}exports.useDataOptionsTreeSelect=l;
1
+ require(`../../_internal/_rolldown/runtime.cjs`);const e=require(`../../loader/index.cjs`);let t=require(`@emotion/react/jsx-runtime`),n=require(`@vef-framework-react/shared`),r=require(`@vef-framework-react/hooks`),i=require(`react`),a=require(`@emotion/react`);var o={label:`label`,value:`value`,children:`children`},s=280,c=(0,t.jsx)(`div`,{css:(0,a.css)({height:s/2},process.env.NODE_ENV===`production`?``:`/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVzZS1kYXRhLW9wdGlvbnMtdHJlZS1zZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTRDTyIsImZpbGUiOiJ1c2UtZGF0YS1vcHRpb25zLXRyZWUtc2VsZWN0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgRGF0YU9wdGlvbldpdGhQaW55aW4gfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHR5cGUgeyBVc2VEYXRhT3B0aW9uc1F1ZXJ5T3B0aW9ucyB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9ob29rc1wiO1xuaW1wb3J0IHR5cGUgeyBLZXkgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3Qvc2hhcmVkXCI7XG5cbmltcG9ydCB0eXBlIHsgVHJlZVNlbGVjdFByb3BzIH0gZnJvbSBcIi4uXCI7XG5pbXBvcnQgdHlwZSB7IEdldFByb3AgfSBmcm9tIFwiLi4vLi4vX2Jhc2VcIjtcblxuaW1wb3J0IHsgdXNlRGF0YU9wdGlvbnNRdWVyeSB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9ob29rc1wiO1xuaW1wb3J0IHsgaXNTdHJpbmcgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3Qvc2hhcmVkXCI7XG5pbXBvcnQgeyB1c2VFZmZlY3QsIHVzZUVmZmVjdEV2ZW50LCB1c2VNZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IExvYWRlciB9IGZyb20gXCIuLi8uLi9sb2FkZXJcIjtcblxuZXhwb3J0IHR5cGUgVXNlRGF0YU9wdGlvbnNUcmVlU2VsZWN0T3B0aW9uczxcbiAgVFF1ZXJ5Rm5EYXRhID0gdW5rbm93bixcbiAgVERhdGEgPSBUUXVlcnlGbkRhdGEsXG4gIFRQYXJhbXMgPSBuZXZlclxuPiA9IFVzZURhdGFPcHRpb25zUXVlcnlPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+ICYge1xuICAvKipcbiAgICogV2hldGhlciB0aGUgdHJlZSBzZWxlY3QgaXMgZmlsdGVyYWJsZVxuICAgKlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgZmlsdGVyYWJsZT86IGJvb2xlYW47XG4gIC8qKlxuICAgKiBDYWxsYmFjayBmdW5jdGlvbiBpbnZva2VkIGFmdGVyIGRhdGEgaXMgZmV0Y2hlZFxuICAgKi9cbiAgb25GZXRjaD86IChkYXRhOiBURGF0YVtdKSA9PiB2b2lkO1xufTtcblxuY29uc3QgZmllbGROYW1lczogR2V0UHJvcDxUcmVlU2VsZWN0UHJvcHMsIFwiZmllbGROYW1lc1wiPiA9IHtcbiAgbGFiZWw6IFwibGFiZWxcIixcbiAgdmFsdWU6IFwidmFsdWVcIixcbiAgY2hpbGRyZW46IFwiY2hpbGRyZW5cIlxufTtcblxuLyoqXG4gKiBUaGUgaGVpZ2h0IG9mIHRoZSB0cmVlIHNlbGVjdCBkcm9wZG93biBsaXN0LlxuICovXG5jb25zdCBsaXN0SGVpZ2h0ID0gMjgwO1xuLyoqXG4gKiBUaGUgbG9hZGluZyBwbGFjZWhvbGRlciBvZiB0aGUgdHJlZSBzZWxlY3QuXG4gKi9cbmNvbnN0IGxvYWRpbmdQbGFjZWhvbGRlciA9IChcbiAgPGRpdiBjc3M9e3sgaGVpZ2h0OiBsaXN0SGVpZ2h0IC8gMiB9fT5cbiAgICA8TG9hZGVyIC8+XG4gIDwvZGl2PlxuKTtcblxuZXhwb3J0IGZ1bmN0aW9uIHVzZURhdGFPcHRpb25zVHJlZVNlbGVjdDxcbiAgVFF1ZXJ5Rm5EYXRhID0gdW5rbm93bixcbiAgVERhdGEgPSBUUXVlcnlGbkRhdGEsXG4gIFRQYXJhbXMgPSBuZXZlclxuPih7XG4gIGZpbHRlcmFibGUgPSBmYWxzZSxcbiAgb25GZXRjaCxcbiAgLi4ucXVlcnlPcHRpb25zXG59OiBVc2VEYXRhT3B0aW9uc1RyZWVTZWxlY3RPcHRpb25zPFRRdWVyeUZuRGF0YSwgVERhdGEsIFRQYXJhbXM+KSB7XG4gIGNvbnN0IHtcbiAgICBvcHRpb25zLFxuICAgIGlzRmV0Y2hpbmcsXG4gICAgcHJvbWlzZVxuICB9ID0gdXNlRGF0YU9wdGlvbnNRdWVyeSh7XG4gICAgLi4ucXVlcnlPcHRpb25zLFxuICAgIHdpdGhQaW55aW46IHRydWVcbiAgfSk7XG5cbiAgY29uc3QgdHJlZVNlbGVjdFByb3BzID0gdXNlTWVtbzxUcmVlU2VsZWN0UHJvcHM8S2V5LCBEYXRhT3B0aW9uV2l0aFBpbnlpbjxURGF0YT4+PigoKSA9PiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHRyZWVEYXRhOiBvcHRpb25zLFxuICAgICAgbG9hZGluZzogaXNGZXRjaGluZyxcbiAgICAgIGZpZWxkTmFtZXMsXG4gICAgICBtYXhUYWdDb3VudDogXCJyZXNwb25zaXZlXCIsXG4gICAgICBsaXN0SGVpZ2h0LFxuICAgICAgbm90Rm91bmRDb250ZW50OiBpc0ZldGNoaW5nID8gbG9hZGluZ1BsYWNlaG9sZGVyIDogdW5kZWZpbmVkLFxuICAgICAgZmlsdGVyVHJlZU5vZGU6IGZpbHRlcmFibGUgJiYgZmlsdGVyVHJlZU5vZGUsXG4gICAgICB0cmVlTm9kZUZpbHRlclByb3A6IFwibGFiZWxQaW55aW5Jbml0aWFsc1wiLFxuICAgICAgdHJlZU5vZGVMYWJlbFByb3A6IFwibGFiZWxcIixcbiAgICAgIHNob3dTZWFyY2g6IGZpbHRlcmFibGUsXG4gICAgICB0cmVlTGluZToge1xuICAgICAgICBzaG93TGVhZkljb246IGZhbHNlXG4gICAgICB9XG4gICAgfTtcbiAgfSwgW2lzRmV0Y2hpbmcsIG9wdGlvbnMsIGZpbHRlcmFibGVdKTtcblxuICBjb25zdCBvbkZldGNoRm4gPSB1c2VFZmZlY3RFdmVudCgoZGF0YTogVERhdGFbXSkgPT4ge1xuICAgIG9uRmV0Y2g/LihkYXRhKTtcbiAgfSk7XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBwcm9taXNlLnRoZW4ob25GZXRjaEZuKTtcbiAgfSwgW3Byb21pc2VdKTtcblxuICByZXR1cm4gdHJlZVNlbGVjdFByb3BzO1xufVxuXG5mdW5jdGlvbiBmaWx0ZXJUcmVlTm9kZShpbnB1dDogc3RyaW5nLCBub2RlOiBQYXJhbWV0ZXJzPEV4Y2x1ZGU8R2V0UHJvcDxUcmVlU2VsZWN0UHJvcHMsIFwiZmlsdGVyVHJlZU5vZGVcIj4sIGJvb2xlYW4+PlsxXSkge1xuICBjb25zdCBsYWJlbCA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwibGFiZWxcIik7XG4gIGNvbnN0IGxhYmVsUGlueWluID0gUmVmbGVjdC5nZXQobm9kZSwgXCJsYWJlbFBpbnlpblwiKTtcbiAgY29uc3QgbGFiZWxQaW55aW5Jbml0aWFscyA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwibGFiZWxQaW55aW5Jbml0aWFsc1wiKTtcbiAgY29uc3QgZGVzY3JpcHRpb24gPSBSZWZsZWN0LmdldChub2RlLCBcImRlc2NyaXB0aW9uXCIpO1xuICBjb25zdCBkZXNjcmlwdGlvblBpbnlpbiA9IFJlZmxlY3QuZ2V0KG5vZGUsIFwiZGVzY3JpcHRpb25QaW55aW5cIik7XG4gIGNvbnN0IGRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHMgPSBSZWZsZWN0LmdldChub2RlLCBcImRlc2NyaXB0aW9uUGlueWluSW5pdGlhbHNcIik7XG5cbiAgcmV0dXJuIChpc1N0cmluZyhsYWJlbCkgJiYgbGFiZWwuaW5jbHVkZXMoaW5wdXQpKVxuICAgIHx8IChpc1N0cmluZyhsYWJlbFBpbnlpbikgJiYgbGFiZWxQaW55aW4uaW5jbHVkZXMoaW5wdXQpKVxuICAgIHx8IChpc1N0cmluZyhsYWJlbFBpbnlpbkluaXRpYWxzKSAmJiBsYWJlbFBpbnlpbkluaXRpYWxzLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb24pICYmIGRlc2NyaXB0aW9uLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb25QaW55aW4pICYmIGRlc2NyaXB0aW9uUGlueWluLmluY2x1ZGVzKGlucHV0KSlcbiAgICB8fCAoaXNTdHJpbmcoZGVzY3JpcHRpb25QaW55aW5Jbml0aWFscykgJiYgZGVzY3JpcHRpb25QaW55aW5Jbml0aWFscy5pbmNsdWRlcyhpbnB1dCkpO1xufVxuIl19 */`),children:(0,t.jsx)(e.Loader,{})});function l({filterable:e=!1,onFetch:t,...n}){let{options:a,isFetching:l,promise:d}=(0,r.useDataOptionsQuery)({...n,withPinyin:!0}),f=(0,i.useMemo)(()=>({treeData:a,loading:l,fieldNames:o,maxTagCount:`responsive`,listHeight:s,notFoundContent:l?c:void 0,filterTreeNode:e&&u,treeNodeFilterProp:`labelPinyinInitials`,treeNodeLabelProp:`label`,showSearch:e,treeLine:{showLeafIcon:!1}}),[l,a,e]),p=(0,i.useEffectEvent)(e=>{t?.(e)});return(0,i.useEffect)(()=>{d.then(p)},[d]),f}function u(e,t){let r=Reflect.get(t,`label`),i=Reflect.get(t,`labelPinyin`),a=Reflect.get(t,`labelPinyinInitials`),o=Reflect.get(t,`description`),s=Reflect.get(t,`descriptionPinyin`),c=Reflect.get(t,`descriptionPinyinInitials`);return(0,n.isString)(r)&&r.includes(e)||(0,n.isString)(i)&&i.includes(e)||(0,n.isString)(a)&&a.includes(e)||(0,n.isString)(o)&&o.includes(e)||(0,n.isString)(s)&&s.includes(e)||(0,n.isString)(c)&&c.includes(e)}exports.useDataOptionsTreeSelect=l;
@@ -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
  //#region src/_base/constants/breakpoints.ts
3
3
  var e = Object.freeze({
4
4
  xxs: "0em",
@@ -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 { CheckCircleOutlined as e, CloseCircleOutlined as t, ExclamationCircleOutlined as n, InfoCircleOutlined as r } from "@ant-design/icons";
3
3
  import { PresetColors as i } from "antd/es/theme/internal";
4
4
  import { jsx as a } 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
  //#region src/_base/constants/css-vars.ts
3
3
  var e = Object.freeze({
4
4
  blue: "var(--vef-blue)",
@@ -0,0 +1,5 @@
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ //#region src/_base/constants/event.ts
3
+ var e = "__vef_reload_page_event";
4
+ //#endregion
5
+ export { e as RELOAD_PAGE_EVENT };
@@ -1,4 +1,6 @@
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 "./breakpoints.js";
3
3
  import "./common.js";
4
4
  import "./css-vars.js";
5
+ import "./event.js";
6
+ import "./symbols.js";
@@ -0,0 +1,5 @@
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ //#region src/_base/constants/symbols.ts
3
+ var e = Symbol.for("__vef_pagination"), t = Symbol.for("__vef_sort");
4
+ //#endregion
5
+ export { e as SYMBOL_PAGINATION, t as SYMBOL_SORT };
@@ -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 { breakpoints as e } from "../constants/breakpoints.js";
3
3
  import { isUndefined as t } from "@vef-framework-react/shared";
4
4
  //#region src/_base/helpers/breakpoints.ts
@@ -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 { presetColors as e, semanticColors as t } from "../constants/common.js";
3
3
  //#region src/_base/helpers/color.ts
4
4
  function n(t) {
@@ -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 { isNumber as e } from "@vef-framework-react/shared";
3
3
  //#region src/_base/helpers/common.ts
4
4
  function t(t) {
@@ -0,0 +1,14 @@
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ import { RELOAD_PAGE_EVENT as e } from "../constants/event.js";
3
+ import { createEventEmitter as t } from "@vef-framework-react/shared";
4
+ import { useEmitterEvent as n } from "@vef-framework-react/hooks";
5
+ //#region src/_base/helpers/event.ts
6
+ var r = t();
7
+ function i(t) {
8
+ r.emit(e, t);
9
+ }
10
+ function a(t) {
11
+ n(r, e, t);
12
+ }
13
+ //#endregion
14
+ export { i as emitReloadPage, a as useReloadPageEvent };
@@ -1,7 +1,8 @@
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 "./breakpoints.js";
3
3
  import "./color.js";
4
4
  import "./common.js";
5
+ import "./event.js";
5
6
  import "./message.js";
6
7
  import "./modal.js";
7
8
  import "./notification.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 { generateId as e } from "@vef-framework-react/shared";
3
3
  //#region src/_base/helpers/message.ts
4
4
  function t(e) {
@@ -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 { semanticSceneLabels as e } from "../constants/common.js";
3
3
  import { assign as t, isFunction as n } from "@vef-framework-react/shared";
4
4
  //#region src/_base/helpers/modal.ts
@@ -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 { semanticSceneLabels as e } from "../constants/common.js";
3
3
  import { generateId as t } from "@vef-framework-react/shared";
4
4
  //#region src/_base/helpers/notification.ts
@@ -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 { isUndefined as e } from "@vef-framework-react/shared";
3
3
  //#region src/_base/helpers/props.ts
4
4
  function t(t) {
@@ -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, isValidElement as t } from "react";
3
3
  //#region src/_base/helpers/react.ts
4
4
  function n(n) {
@@ -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-theme-tokens.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 { theme as e } from "antd";
3
3
  //#region src/_base/hooks/use-theme-tokens.ts
4
4
  function t() {
@@ -1,10 +1,13 @@
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 "./constants/breakpoints.js";
3
3
  import "./constants/common.js";
4
4
  import "./constants/css-vars.js";
5
+ import "./constants/event.js";
6
+ import "./constants/symbols.js";
5
7
  import "./helpers/breakpoints.js";
6
8
  import "./helpers/color.js";
7
9
  import "./helpers/common.js";
10
+ import "./helpers/event.js";
8
11
  import "./helpers/message.js";
9
12
  import "./helpers/modal.js";
10
13
  import "./helpers/notification.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 "@emotion/react";
3
3
  //#region src/_base/styles/common.ts
4
4
  function e() {
@@ -1 +1 @@
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 */
@@ -1 +1 @@
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 */
@@ -1 +1 @@
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 */
@@ -1 +1 @@
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 */
@@ -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 { Button as e } from "../button/index.js";
3
3
  import { Icon as t } from "../icon/index.js";
4
4
  import { Popconfirm as n } from "../popconfirm/index.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 { showConfirm as e } from "../_base/helpers/modal.js";
3
3
  import { invokeAwaitableFn as t, isFunction as n } from "@vef-framework-react/shared";
4
4
  import { useCallback 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 { Group as e } from "../group/index.js";
3
3
  import { useActionGroup as t } from "./use-action-group.js";
4
4
  import { jsx as n } 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 { useComputedActionButtons as e } from "./use-computed-action-buttons.js";
3
3
  import { useAuthorizedItems as t } from "@vef-framework-react/hooks";
4
4
  //#region src/action-group/use-action-group.ts
@@ -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 { ActionButton as e } from "../action-button/index.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { isFunction as n } from "@vef-framework-react/shared";
@@ -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 { Affix as e } from "antd";
3
3
  export { e as Affix };
@@ -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 { Alert as e } from "antd";
3
3
  export { e as Alert };
@@ -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 { Anchor as e } from "antd";
3
3
  export { e as Anchor };
@@ -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 { AutoComplete as e } from "antd";
3
3
  export { e as AutoComplete };
@@ -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 { Avatar as e } from "antd";
3
3
  export { e as Avatar };
@@ -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 { Badge as e } from "antd";
3
3
  export { e as Badge };
@@ -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 { mapSize as e } from "../_base/helpers/common.js";
3
3
  import { Group as t } from "../group/index.js";
4
4
  import { Checkbox as n } from "../checkbox/index.js";
@@ -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 { Breadcrumb as e } from "antd";
3
3
  export { e as Breadcrumb };
@@ -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 { Button as e } from "antd";
3
3
  export { e as Button };
@@ -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 { Calendar as e } from "antd";
3
3
  export { e as Calendar };
@@ -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 { Card as e } from "antd";
3
3
  export { e as Card };
@@ -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 { Carousel as e } from "antd";
3
3
  export { e as Carousel };
@@ -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 { Cascader as e } from "antd";
3
3
  export { e as Cascader };
@@ -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/center/index.tsx
@@ -1,13 +1,13 @@
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 { useChart as e } from "./hooks/use-chart.js";
3
3
  import { jsx as t } from "@emotion/react/jsx-runtime";
4
4
  import { isDeepEqual as n, isShallowEqual as r } from "@vef-framework-react/shared";
5
- import { memo as i } from "react";
6
- import { useMergedRef as a } from "@vef-framework-react/hooks";
5
+ import { useMergedRef as i } from "@vef-framework-react/hooks";
6
+ import { memo as a } from "react";
7
7
  //#region src/charts/chart.tsx
8
- function o({ className: n, style: r, ref: i, deepMemo: o, ...s }) {
8
+ function o({ className: n, style: r, ref: a, deepMemo: o, ...s }) {
9
9
  return /* @__PURE__ */ t("div", {
10
- ref: a(e(s), i),
10
+ ref: i(e(s), a),
11
11
  className: n,
12
12
  style: r
13
13
  });
@@ -15,6 +15,6 @@ function o({ className: n, style: r, ref: i, deepMemo: o, ...s }) {
15
15
  function s(e, t) {
16
16
  return (e.deepMemo || t.deepMemo ? n : r)(e.option, t.option) ? e.className === t.className && e.style === t.style && e.theme === t.theme && e.loading === t.loading && e.group === t.group && e.width === t.width && e.height === t.height && e.renderer === t.renderer : !1;
17
17
  }
18
- var c = i(o, s);
18
+ var c = a(o, s);
19
19
  //#endregion
20
20
  export { c as Chart };
@@ -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 * as e from "echarts";
3
3
  //#region src/charts/helpers/group.ts
4
4
  function t(t) {
@@ -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 "./group.js";
@@ -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-chart.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 { useThemeTokens as e } from "../../_base/hooks/use-theme-tokens.js";
3
3
  import { useIsDarkMode as t } from "../../config-provider/dark-mode-context.js";
4
4
  import { registerWaldenTheme as n } from "../themes/walden.js";
@@ -6,8 +6,8 @@ import { registerWaldenDarkTheme as r } from "../themes/walden-dark.js";
6
6
  import { registerWonderlandTheme as i } from "../themes/wonderland.js";
7
7
  import { registerWonderlandDarkTheme as a } from "../themes/wonderland-dark.js";
8
8
  import { isNullish as o, isString as s } from "@vef-framework-react/shared";
9
- import { useEffect as c, useEffectEvent as l, useRef as u } from "react";
10
- import { useDidUpdate as d } from "@vef-framework-react/hooks";
9
+ import { useDidUpdate as c } from "@vef-framework-react/hooks";
10
+ import { useEffect as l, useEffectEvent as u, useRef as d } from "react";
11
11
  import * as f from "echarts";
12
12
  //#region src/charts/hooks/use-chart.ts
13
13
  var p = !1;
@@ -23,12 +23,12 @@ var g = {
23
23
  };
24
24
  function _({ option: n, theme: r = "walden", loading: i = !1, group: a, onReady: s, onBeforeDispose: p, notMerge: _, replaceMerge: v, lazyUpdate: y = !0, silent: b, transition: x, renderer: S = "svg", devicePixelRatio: C, width: w, height: T, ssr: E, useCoarsePointer: D, useDirtyRect: O, pointerSize: k, locale: A }) {
25
25
  m();
26
- let { colorPrimary: j, colorBgMask: M, fontSize: N, colorTextDescription: P } = e(), F = t(), I = u(null), L = u(null), R = u(null), z = h(r, F), B = l((e) => {
26
+ let { colorPrimary: j, colorBgMask: M, fontSize: N, colorTextDescription: P } = e(), F = t(), I = d(null), L = d(null), R = d(null), z = h(r, F), B = u((e) => {
27
27
  s?.(e);
28
- }), V = l((e) => {
28
+ }), V = u((e) => {
29
29
  p?.(e);
30
30
  });
31
- return c(() => {
31
+ return l(() => {
32
32
  let e = I.current;
33
33
  if (!e) return;
34
34
  let t = f.init(e, z, {
@@ -55,20 +55,20 @@ function _({ option: n, theme: r = "walden", loading: i = !1, group: a, onReady:
55
55
  O,
56
56
  k,
57
57
  A
58
- ]), c(() => {
58
+ ]), l(() => {
59
59
  let e = L.current;
60
60
  e && (e.group = a ?? "");
61
- }, [a]), d(() => {
61
+ }, [a]), c(() => {
62
62
  let e = L.current;
63
63
  e && e.setTheme(z);
64
- }, [z]), d(() => {
64
+ }, [z]), c(() => {
65
65
  let e = L.current;
66
66
  e && e.resize({
67
67
  width: w,
68
68
  height: T,
69
69
  animation: g
70
70
  });
71
- }, [w, T]), c(() => {
71
+ }, [w, T]), l(() => {
72
72
  let e = L.current;
73
73
  e && e.setOption(n, {
74
74
  notMerge: _,
@@ -84,7 +84,7 @@ function _({ option: n, theme: r = "walden", loading: i = !1, group: a, onReady:
84
84
  v,
85
85
  b,
86
86
  x
87
- ]), c(() => {
87
+ ]), l(() => {
88
88
  let e = L.current;
89
89
  e && (i ? e.showLoading("default", {
90
90
  text: "加载中...",
@@ -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-chart.js";
3
3
  import "./chart.js";
4
4
  import "./helpers/group.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 "./walden.js";
3
3
  import "./walden-dark.js";
4
4
  import "./wonderland.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 { registerTheme as e } from "echarts";
3
3
  //#region src/charts/themes/walden-dark.ts
4
4
  function t() {
@@ -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 { registerTheme as e } from "echarts";
3
3
  //#region src/charts/themes/walden.ts
4
4
  function t() {
@@ -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 { registerTheme as e } from "echarts";
3
3
  //#region src/charts/themes/wonderland-dark.ts
4
4
  function t() {
@@ -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 { registerTheme as e } from "echarts";
3
3
  //#region src/charts/themes/wonderland.ts
4
4
  function t() {
@@ -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 { Checkbox as e } from "antd";
3
3
  export { e as Checkbox };
@@ -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 { globalCssVars as e } from "../_base/constants/css-vars.js";
3
3
  import { useIsDarkMode as t } from "../config-provider/dark-mode-context.js";
4
4
  import { jsx as n } from "@emotion/react/jsx-runtime";
@@ -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 { Col as e } from "antd";
3
3
  export { e as Col };
@@ -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 { Collapse as e } from "antd";
3
3
  export { e as Collapse };
@@ -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 { ColorPicker as e } from "antd";
3
3
  export { e as ColorPicker };
@@ -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 { Space as e } from "antd";
3
3
  //#region src/compact/index.ts
4
4
  var { Compact: t } = e;
@@ -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 } from "@emotion/react/jsx-runtime";
3
3
  import { useInsertionEffect as n } from "react";
4
4
  //#region src/config-provider/app.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 { presetColors as e } from "../_base/constants/common.js";
3
3
  import { pick as t } from "@vef-framework-react/shared";
4
4
  import { theme as n } from "antd";
@@ -1,10 +1,10 @@
1
- /*! @vef-framework-react/components v2.1.4 made by Venus | 2026-03-30T03:49:21.089Z */
2
- import { App as e } from "antd";
3
- import { useIsomorphicEffect as t } from "@vef-framework-react/hooks";
1
+ /*! @vef-framework-react/components v2.1.6 made by Venus | 2026-04-01T03:01:33.796Z */
2
+ import { useIsomorphicEffect as e } from "@vef-framework-react/hooks";
3
+ import { App as t } from "antd";
4
4
  //#region src/config-provider/context-holder.ts
5
5
  function n({ children: n }) {
6
- let { message: r, notification: i, modal: a } = e.useApp();
7
- return t(() => {
6
+ let { message: r, notification: i, modal: a } = t.useApp();
7
+ return e(() => {
8
8
  globalThis.$vef = {
9
9
  message: r,
10
10
  notification: i,