@para-ui/core 5.0.0-beta.12 → 5.0.0-beta.14

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 (565) hide show
  1. package/AGENTS.md +315 -0
  2. package/AlignBox/component.json +89 -0
  3. package/Anchor/component.json +130 -0
  4. package/Argv/component.json +216 -0
  5. package/AutoBox/component.json +133 -0
  6. package/AutoButton/component.json +109 -0
  7. package/AutoTips/component.json +121 -0
  8. package/Badge/component.json +92 -0
  9. package/Breadcrumbs/component.json +142 -0
  10. package/Button/component.json +168 -0
  11. package/ButtonGroup/component.json +132 -0
  12. package/Card/component.json +162 -0
  13. package/Carousel/component.json +142 -0
  14. package/Cascader/component.json +196 -0
  15. package/Checkbox/component.json +138 -0
  16. package/CheckboxGroup/component.json +152 -0
  17. package/CodeEditor/component.json +189 -0
  18. package/Collapse/component.json +166 -0
  19. package/CollapseBox/component.json +84 -0
  20. package/CollapseLayout/component.json +155 -0
  21. package/ColorPicker/component.json +142 -0
  22. package/ComboSelect/component.json +181 -0
  23. package/Container/component.json +111 -0
  24. package/ContentBox/component.json +81 -0
  25. package/CopyText/component.json +118 -0
  26. package/CycleSelector/component.json +98 -0
  27. package/DatePicker/component.json +192 -0
  28. package/Descriptions/component.json +142 -0
  29. package/Desktop/component.json +171 -0
  30. package/DragVerify/component.json +114 -0
  31. package/Drawer/component.json +200 -0
  32. package/Dropdown/component.json +147 -0
  33. package/DynamicMultiBox/component.json +278 -0
  34. package/Empty/component.json +123 -0
  35. package/FieldForm/component.json +196 -0
  36. package/Form/component.json +161 -0
  37. package/FormItem/component.json +171 -0
  38. package/FunctionModal/component.json +197 -0
  39. package/Help/component.json +118 -0
  40. package/HelperText/component.json +126 -0
  41. package/Image/component.json +165 -0
  42. package/InputCode/component.json +191 -0
  43. package/InputLang/component.json +205 -0
  44. package/InputNumber/component.json +162 -0
  45. package/Label/component.json +126 -0
  46. package/Loading/component.json +91 -0
  47. package/Menu/component.json +180 -0
  48. package/Message/component.json +246 -0
  49. package/Modal/component.json +277 -0
  50. package/MultiBox/component.json +216 -0
  51. package/Notification/component.json +184 -0
  52. package/OperateBtn/component.json +134 -0
  53. package/PageHeader/component.json +112 -0
  54. package/Pagination/component.json +181 -0
  55. package/PasswordRules/component.json +105 -0
  56. package/PopConfirm/component.json +227 -0
  57. package/PopMenu/component.json +131 -0
  58. package/Popover/component.json +165 -0
  59. package/Progress/component.json +161 -0
  60. package/Prompt/component.json +144 -0
  61. package/Querying/component.json +96 -0
  62. package/QuickReply/component.json +129 -0
  63. package/Radio/component.json +136 -0
  64. package/RadioGroup/component.json +149 -0
  65. package/RangeInput/component.json +198 -0
  66. package/Result/component.json +104 -0
  67. package/ScrollBar/component.json +115 -0
  68. package/Search/component.json +177 -0
  69. package/Select/component.json +244 -0
  70. package/SelectInput/component.json +184 -0
  71. package/Selector/component.json +203 -0
  72. package/SelectorPicker/component.json +179 -0
  73. package/SingleBox/component.json +151 -0
  74. package/Slider/component.json +181 -0
  75. package/SortBox/component.json +108 -0
  76. package/Status/component.json +104 -0
  77. package/Stepper/component.json +129 -0
  78. package/Switch/component.json +207 -0
  79. package/Table/component.json +547 -0
  80. package/Tabs/component.json +227 -0
  81. package/Tag/component.json +221 -0
  82. package/TextEditor/component.json +186 -0
  83. package/TextField/component.json +290 -0
  84. package/TimePicker/component.json +176 -0
  85. package/Timeline/component.json +110 -0
  86. package/Title/component.json +156 -0
  87. package/ToggleButton/component.json +153 -0
  88. package/Tooltip/component.json +176 -0
  89. package/Transfer/component.json +157 -0
  90. package/Tree/component.json +512 -0
  91. package/Upload/component.json +450 -0
  92. package/ai-workflows/01-crud-list-multi-drawer.md +278 -0
  93. package/ai-workflows/02-rbac-operation-buttons.md +290 -0
  94. package/ai-workflows/03-complex-form-async-cascade.md +350 -0
  95. package/ai-workflows/04-array-field-form.md +281 -0
  96. package/ai-workflows/05-popconfirm-async-message-queue.md +333 -0
  97. package/ai-workflows/06-modal-drawer-form-workflow.md +385 -0
  98. package/ai-workflows/07-search-filter-table-trio.md +387 -0
  99. package/ai-workflows/08-table-advanced-features.md +365 -0
  100. package/ai-workflows/09-batch-operation-export-progress.md +367 -0
  101. package/ai-workflows/10-cross-component-state-coordination.md +412 -0
  102. package/codemods/modal-onCancel-to-onDismiss.js +69 -0
  103. package/es/AlignBox/component.json +89 -0
  104. package/es/AlignBox/index.css +1 -1
  105. package/es/AlignBox/index.d.ts +6 -2
  106. package/es/AlignBox/index.js +1 -1
  107. package/es/AlignBox/style/index.css +1 -1
  108. package/es/Anchor/anchorMenu/index.d.ts +2 -1
  109. package/es/Anchor/anchorMenu/index.js +36 -33
  110. package/es/Anchor/component.json +130 -0
  111. package/es/Anchor/index.js +50 -47
  112. package/es/Anchor/type.d.ts +8 -4
  113. package/es/Argv/component.json +216 -0
  114. package/es/Argv/index.d.ts +5 -6
  115. package/es/AutoBox/component.json +133 -0
  116. package/es/AutoBox/index.d.ts +3 -3
  117. package/es/AutoBox/index.js +1 -1
  118. package/es/AutoBox/protal.d.ts +2 -2
  119. package/es/AutoBox/protal.js +32 -29
  120. package/es/AutoButton/component.json +109 -0
  121. package/es/AutoButton/index.js +1 -1
  122. package/es/AutoTips/autoTipsMultiline/index.d.ts +1 -1
  123. package/es/AutoTips/autoTipsMultiline/index.js +1 -1
  124. package/es/AutoTips/component.json +121 -0
  125. package/es/Badge/component.json +92 -0
  126. package/es/Breadcrumbs/component.json +142 -0
  127. package/es/Breadcrumbs/index.js +1 -1
  128. package/es/Button/SplitButton.d.ts +2 -2
  129. package/es/Button/component.json +168 -0
  130. package/es/Button/index.js +44 -44
  131. package/es/ButtonGroup/component.json +132 -0
  132. package/es/ButtonGroup/index.d.ts +1 -1
  133. package/es/Card/component.json +162 -0
  134. package/es/Card/index.d.ts +2 -2
  135. package/es/Card/index.js +2 -2
  136. package/es/Carousel/component.json +142 -0
  137. package/es/Carousel/index.d.ts +1 -1
  138. package/es/Cascader/Cascader.js +188 -180
  139. package/es/Cascader/component.json +196 -0
  140. package/es/Cascader/hooks/useEntities.js +7 -7
  141. package/es/Cascader/interface.d.ts +1 -0
  142. package/es/Cascader/utils/commonUtil.d.ts +1 -1
  143. package/es/Cascader/utils/commonUtil.js +16 -16
  144. package/es/Cascader/utils/treeUtil.d.ts +14 -5
  145. package/es/Cascader/utils/treeUtil.js +1 -1
  146. package/es/Checkbox/component.json +138 -0
  147. package/es/CheckboxGroup/component.json +152 -0
  148. package/es/CodeEditor/component.json +189 -0
  149. package/es/CodeEditor/index.d.ts +10 -9
  150. package/es/Collapse/component.json +166 -0
  151. package/es/Collapse/index.d.ts +1 -1
  152. package/es/Collapse/index.js +41 -33
  153. package/es/CollapseBox/component.json +84 -0
  154. package/es/CollapseLayout/component.json +155 -0
  155. package/es/ColorPicker/component.json +142 -0
  156. package/es/ComboSelect/component.json +181 -0
  157. package/es/ComboSelect/index.js +299 -287
  158. package/es/ComboSelect/interface.d.ts +6 -3
  159. package/es/ComboSelect/utils.d.ts +3 -3
  160. package/es/ComboSelect/utils.js +1 -1
  161. package/es/Container/component.json +111 -0
  162. package/es/ContentBox/component.json +81 -0
  163. package/es/CopyText/component.json +118 -0
  164. package/es/CycleSelector/component.json +98 -0
  165. package/es/CycleSelector/index.js +14 -13
  166. package/es/DatePicker/component.json +192 -0
  167. package/es/DatePicker/generatePicker/generateRangePicker.d.ts +0 -8
  168. package/es/DatePicker/generatePicker/generateRangePicker.js +73 -65
  169. package/es/DatePicker/generatePicker/generateSinglePicker.js +1 -1
  170. package/es/DatePicker/generatePicker/index.d.ts +11 -4
  171. package/es/Descriptions/component.json +142 -0
  172. package/es/Descriptions/index.d.ts +1 -1
  173. package/es/Desktop/component.json +171 -0
  174. package/es/DragVerify/component.json +114 -0
  175. package/es/DragVerify/index.js +19 -19
  176. package/es/Drawer/component.json +200 -0
  177. package/es/Drawer/index.js +86 -86
  178. package/es/Drawer/interface.d.ts +1 -1
  179. package/es/Drawer/util.d.ts +1 -6
  180. package/es/Drawer/util.js +9 -6
  181. package/es/Dropdown/component.json +147 -0
  182. package/es/DynamicMultiBox/component.json +278 -0
  183. package/es/DynamicMultiBox/formItem.d.ts +1 -1
  184. package/es/DynamicMultiBox/rowForm.d.ts +2 -2
  185. package/es/Empty/component.json +123 -0
  186. package/es/Empty/index.css +1 -1
  187. package/es/Empty/index.d.ts +2 -2
  188. package/es/Empty/index.js +27 -26
  189. package/es/Empty/style/index.css +1 -1
  190. package/es/FieldForm/FieldFormItem/MemoInput.d.ts +2 -2
  191. package/es/FieldForm/FieldFormItem/index.d.ts +6 -6
  192. package/es/FieldForm/Form.d.ts +2 -2
  193. package/es/FieldForm/FormList.d.ts +2 -2
  194. package/es/FieldForm/component.json +196 -0
  195. package/es/FieldForm/context.d.ts +5 -1
  196. package/es/FieldForm/context.js +2 -2
  197. package/es/FieldForm/hooks/useForm.d.ts +4 -3
  198. package/es/FieldForm/hooks/useFormInstance.d.ts +1 -1
  199. package/es/FieldForm/hooks/useFormItemStatus.d.ts +9 -5
  200. package/es/FieldForm/hooks/useFormItemStatus.js +2 -2
  201. package/es/FieldForm/hooks/useItemRef.d.ts +1 -1
  202. package/es/FieldForm/hooks/useItemRef.js +6 -6
  203. package/es/Form/component.json +161 -0
  204. package/es/Form/index.d.ts +52 -49
  205. package/es/FormItem/compoments/defaultCompoments/index.d.ts +5 -5
  206. package/es/FormItem/compoments/defaultCompoments/index.js +12 -11
  207. package/es/FormItem/compoments/formCheckboxGroup/index.d.ts +2 -2
  208. package/es/FormItem/compoments/formFile/index.js +8 -8
  209. package/es/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
  210. package/es/FormItem/compoments/formSelect/index.d.ts +1 -1
  211. package/es/FormItem/component.json +171 -0
  212. package/es/FormItem/index.d.ts +5 -5
  213. package/es/FormItem/index.js +23 -23
  214. package/es/FormItem/itemType.js +1 -1
  215. package/es/FunctionModal/component.json +197 -0
  216. package/es/FunctionModal/dialog.d.ts +1 -1
  217. package/es/FunctionModal/modalContext.d.ts +4 -1
  218. package/es/Help/component.json +118 -0
  219. package/es/HelperText/component.json +126 -0
  220. package/es/Image/component.json +165 -0
  221. package/es/InputCode/component.json +191 -0
  222. package/es/InputCode/index.d.ts +2 -2
  223. package/es/InputLang/component.json +205 -0
  224. package/es/InputLang/index.js +1 -1
  225. package/es/InputNumber/component.json +162 -0
  226. package/es/Label/component.json +126 -0
  227. package/es/Label/index.d.ts +2 -2
  228. package/es/Loading/component.json +91 -0
  229. package/es/Menu/component.json +180 -0
  230. package/es/Message/component.json +246 -0
  231. package/es/Message/index.d.ts +2 -2
  232. package/es/Message/index.js +2 -2
  233. package/es/Modal/Confirm/index.d.ts +1 -1
  234. package/es/Modal/Confirm/index.js +81 -75
  235. package/es/Modal/component.json +277 -0
  236. package/es/Modal/index.d.ts +97 -6
  237. package/es/Modal/index.js +174 -122
  238. package/es/Modal/interface.d.ts +1 -0
  239. package/es/MultiBox/component.json +216 -0
  240. package/es/MultiBox/index.js +19 -14
  241. package/es/Notification/component.json +184 -0
  242. package/es/OperateBtn/component.json +134 -0
  243. package/es/OperateBtn/index.d.ts +3 -3
  244. package/es/PageHeader/component.json +112 -0
  245. package/es/Pagination/component.json +181 -0
  246. package/es/Pagination/index.js +15 -15
  247. package/es/PasswordRules/component.json +105 -0
  248. package/es/PasswordRules/index.d.ts +4 -4
  249. package/es/PopConfirm/component.json +227 -0
  250. package/es/PopConfirm/index.d.ts +1 -1
  251. package/es/PopConfirm/index.js +1 -1
  252. package/es/PopMenu/component.json +131 -0
  253. package/es/PopMenu/hooks.d.ts +1 -1
  254. package/es/PopMenu/index.js +8 -8
  255. package/es/Popover/component.json +165 -0
  256. package/es/Popover/index.js +1 -1
  257. package/es/Progress/component.json +161 -0
  258. package/es/Prompt/component.json +144 -0
  259. package/es/Querying/component.json +96 -0
  260. package/es/Querying/index.css +1 -1
  261. package/es/Querying/index.d.ts +2 -2
  262. package/es/Querying/index.js +20 -19
  263. package/es/Querying/style/index.css +1 -1
  264. package/es/QuickReply/component.json +129 -0
  265. package/es/QuickReply/index.d.ts +1 -1
  266. package/es/Radio/component.json +136 -0
  267. package/es/RadioGroup/component.json +149 -0
  268. package/es/RangeInput/component.json +198 -0
  269. package/es/RangeInput/index.js +1 -1
  270. package/es/Result/component.json +104 -0
  271. package/es/ScrollBar/component.json +115 -0
  272. package/es/Search/component.json +177 -0
  273. package/es/Search/index.d.ts +1 -1
  274. package/es/Select/component.json +244 -0
  275. package/es/Select/index.js +113 -113
  276. package/es/SelectInput/component.json +184 -0
  277. package/es/Selector/component.json +203 -0
  278. package/es/Selector/index.js +28 -27
  279. package/es/Selector/interface.d.ts +1 -1
  280. package/es/Selector/selectorMain/index.js +2 -2
  281. package/es/Selector/selectorNode/index.js +1 -1
  282. package/es/Selector/util.d.ts +2 -2
  283. package/es/SelectorPicker/component.json +179 -0
  284. package/es/SelectorPicker/index.d.ts +5 -5
  285. package/es/SelectorPicker/index.js +15 -15
  286. package/es/SingleBox/component.json +151 -0
  287. package/es/SingleBox/index.d.ts +2 -2
  288. package/es/Slider/component.json +181 -0
  289. package/es/SortBox/component.json +108 -0
  290. package/es/Status/component.json +104 -0
  291. package/es/Stepper/component.json +129 -0
  292. package/es/Stepper/index.d.ts +2 -2
  293. package/es/Switch/component.json +207 -0
  294. package/es/Switch/index.css +1 -1
  295. package/es/Switch/index.d.ts +3 -2
  296. package/es/Switch/index.js +60 -59
  297. package/es/Switch/style/index.css +1 -1
  298. package/es/Table/component.json +547 -0
  299. package/es/Table/index.d.ts +2 -2
  300. package/es/Table/index.js +414 -414
  301. package/es/Table/interface.d.ts +6 -0
  302. package/es/Tabs/component.json +227 -0
  303. package/es/Tag/component.json +221 -0
  304. package/es/Tag/index.css +1 -1
  305. package/es/Tag/index.d.ts +1 -1
  306. package/es/Tag/index.js +20 -20
  307. package/es/Tag/style/index.css +1 -1
  308. package/es/TextEditor/component.json +186 -0
  309. package/es/TextEditor/index.d.ts +5 -5
  310. package/es/TextField/component.json +290 -0
  311. package/es/TextField/index.d.ts +2 -2
  312. package/es/TimePicker/component.json +176 -0
  313. package/es/Timeline/component.json +110 -0
  314. package/es/Title/component.json +156 -0
  315. package/es/ToggleButton/component.json +153 -0
  316. package/es/Tooltip/component.json +176 -0
  317. package/es/Tooltip/index.js +74 -63
  318. package/es/Tooltip/interface.d.ts +14 -1
  319. package/es/Tooltip/utils.js +6 -6
  320. package/es/Transfer/component.json +157 -0
  321. package/es/Tree/component.json +512 -0
  322. package/es/Upload/component.json +450 -0
  323. package/es/Utils/type.d.ts +0 -2
  324. package/es/index.d.ts +2 -0
  325. package/es/index.js +1 -1
  326. package/es/locale/en_US.d.ts +361 -0
  327. package/es/locale/en_US.js +364 -0
  328. package/es/locale/index.d.ts +1 -723
  329. package/es/locale/index2.js +10 -0
  330. package/es/locale/zh_CN.d.ts +361 -0
  331. package/es/locale/zh_CN.js +364 -0
  332. package/lib/AlignBox/component.json +89 -0
  333. package/lib/AlignBox/index.css +1 -1
  334. package/lib/AlignBox/index.d.ts +6 -2
  335. package/lib/AlignBox/index.js +1 -1
  336. package/lib/AlignBox/style/index.css +1 -1
  337. package/lib/Anchor/anchorMenu/index.d.ts +2 -1
  338. package/lib/Anchor/anchorMenu/index.js +1 -1
  339. package/lib/Anchor/component.json +130 -0
  340. package/lib/Anchor/index.js +1 -1
  341. package/lib/Anchor/type.d.ts +8 -4
  342. package/lib/Argv/component.json +216 -0
  343. package/lib/Argv/index.d.ts +5 -6
  344. package/lib/AutoBox/component.json +133 -0
  345. package/lib/AutoBox/index.d.ts +3 -3
  346. package/lib/AutoBox/index.js +1 -1
  347. package/lib/AutoBox/protal.d.ts +2 -2
  348. package/lib/AutoBox/protal.js +1 -1
  349. package/lib/AutoButton/component.json +109 -0
  350. package/lib/AutoButton/index.js +1 -1
  351. package/lib/AutoTips/autoTipsMultiline/index.d.ts +1 -1
  352. package/lib/AutoTips/autoTipsMultiline/index.js +1 -1
  353. package/lib/AutoTips/component.json +121 -0
  354. package/lib/Badge/component.json +92 -0
  355. package/lib/Breadcrumbs/component.json +142 -0
  356. package/lib/Breadcrumbs/index.js +1 -1
  357. package/lib/Button/SplitButton.d.ts +2 -2
  358. package/lib/Button/component.json +168 -0
  359. package/lib/Button/index.js +1 -1
  360. package/lib/ButtonGroup/component.json +132 -0
  361. package/lib/ButtonGroup/index.d.ts +1 -1
  362. package/lib/Card/component.json +162 -0
  363. package/lib/Card/index.d.ts +2 -2
  364. package/lib/Card/index.js +1 -1
  365. package/lib/Carousel/component.json +142 -0
  366. package/lib/Carousel/index.d.ts +1 -1
  367. package/lib/Cascader/Cascader.js +1 -1
  368. package/lib/Cascader/component.json +196 -0
  369. package/lib/Cascader/hooks/useEntities.js +1 -1
  370. package/lib/Cascader/interface.d.ts +1 -0
  371. package/lib/Cascader/utils/commonUtil.d.ts +1 -1
  372. package/lib/Cascader/utils/commonUtil.js +1 -1
  373. package/lib/Cascader/utils/treeUtil.d.ts +14 -5
  374. package/lib/Cascader/utils/treeUtil.js +1 -1
  375. package/lib/Checkbox/component.json +138 -0
  376. package/lib/CheckboxGroup/component.json +152 -0
  377. package/lib/CodeEditor/component.json +189 -0
  378. package/lib/CodeEditor/index.d.ts +10 -9
  379. package/lib/Collapse/component.json +166 -0
  380. package/lib/Collapse/index.d.ts +1 -1
  381. package/lib/Collapse/index.js +1 -1
  382. package/lib/CollapseBox/component.json +84 -0
  383. package/lib/CollapseLayout/component.json +155 -0
  384. package/lib/ColorPicker/component.json +142 -0
  385. package/lib/ComboSelect/component.json +181 -0
  386. package/lib/ComboSelect/index.js +1 -1
  387. package/lib/ComboSelect/interface.d.ts +6 -3
  388. package/lib/ComboSelect/utils.d.ts +3 -3
  389. package/lib/ComboSelect/utils.js +1 -1
  390. package/lib/Container/component.json +111 -0
  391. package/lib/ContentBox/component.json +81 -0
  392. package/lib/CopyText/component.json +118 -0
  393. package/lib/CycleSelector/component.json +98 -0
  394. package/lib/CycleSelector/index.js +1 -1
  395. package/lib/DatePicker/component.json +192 -0
  396. package/lib/DatePicker/generatePicker/generateRangePicker.d.ts +0 -8
  397. package/lib/DatePicker/generatePicker/generateRangePicker.js +1 -1
  398. package/lib/DatePicker/generatePicker/generateSinglePicker.js +1 -1
  399. package/lib/DatePicker/generatePicker/index.d.ts +11 -4
  400. package/lib/Descriptions/component.json +142 -0
  401. package/lib/Descriptions/index.d.ts +1 -1
  402. package/lib/Desktop/component.json +171 -0
  403. package/lib/DragVerify/component.json +114 -0
  404. package/lib/DragVerify/index.js +1 -1
  405. package/lib/Drawer/component.json +200 -0
  406. package/lib/Drawer/index.js +1 -1
  407. package/lib/Drawer/interface.d.ts +1 -1
  408. package/lib/Drawer/util.d.ts +1 -6
  409. package/lib/Drawer/util.js +1 -1
  410. package/lib/Dropdown/component.json +147 -0
  411. package/lib/DynamicMultiBox/component.json +278 -0
  412. package/lib/DynamicMultiBox/formItem.d.ts +1 -1
  413. package/lib/DynamicMultiBox/rowForm.d.ts +2 -2
  414. package/lib/Empty/component.json +123 -0
  415. package/lib/Empty/index.css +1 -1
  416. package/lib/Empty/index.d.ts +2 -2
  417. package/lib/Empty/index.js +1 -1
  418. package/lib/Empty/style/index.css +1 -1
  419. package/lib/FieldForm/FieldFormItem/MemoInput.d.ts +2 -2
  420. package/lib/FieldForm/FieldFormItem/index.d.ts +6 -6
  421. package/lib/FieldForm/Form.d.ts +2 -2
  422. package/lib/FieldForm/FormList.d.ts +2 -2
  423. package/lib/FieldForm/component.json +196 -0
  424. package/lib/FieldForm/context.d.ts +5 -1
  425. package/lib/FieldForm/context.js +1 -1
  426. package/lib/FieldForm/hooks/useForm.d.ts +4 -3
  427. package/lib/FieldForm/hooks/useFormInstance.d.ts +1 -1
  428. package/lib/FieldForm/hooks/useFormItemStatus.d.ts +9 -5
  429. package/lib/FieldForm/hooks/useFormItemStatus.js +1 -1
  430. package/lib/FieldForm/hooks/useItemRef.d.ts +1 -1
  431. package/lib/FieldForm/hooks/useItemRef.js +1 -1
  432. package/lib/Form/component.json +161 -0
  433. package/lib/Form/index.d.ts +52 -49
  434. package/lib/FormItem/compoments/defaultCompoments/index.d.ts +5 -5
  435. package/lib/FormItem/compoments/defaultCompoments/index.js +1 -1
  436. package/lib/FormItem/compoments/formCheckboxGroup/index.d.ts +2 -2
  437. package/lib/FormItem/compoments/formFile/index.js +1 -1
  438. package/lib/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
  439. package/lib/FormItem/compoments/formSelect/index.d.ts +1 -1
  440. package/lib/FormItem/component.json +171 -0
  441. package/lib/FormItem/index.d.ts +5 -5
  442. package/lib/FormItem/index.js +1 -1
  443. package/lib/FormItem/itemType.js +1 -1
  444. package/lib/FunctionModal/component.json +197 -0
  445. package/lib/FunctionModal/dialog.d.ts +1 -1
  446. package/lib/FunctionModal/modalContext.d.ts +4 -1
  447. package/lib/Help/component.json +118 -0
  448. package/lib/HelperText/component.json +126 -0
  449. package/lib/Image/component.json +165 -0
  450. package/lib/InputCode/component.json +191 -0
  451. package/lib/InputCode/index.d.ts +2 -2
  452. package/lib/InputLang/component.json +205 -0
  453. package/lib/InputLang/index.js +1 -1
  454. package/lib/InputNumber/component.json +162 -0
  455. package/lib/Label/component.json +126 -0
  456. package/lib/Label/index.d.ts +2 -2
  457. package/lib/Loading/component.json +91 -0
  458. package/lib/Menu/component.json +180 -0
  459. package/lib/Message/component.json +246 -0
  460. package/lib/Message/index.d.ts +2 -2
  461. package/lib/Message/index.js +1 -1
  462. package/lib/Modal/Confirm/index.d.ts +1 -1
  463. package/lib/Modal/Confirm/index.js +1 -1
  464. package/lib/Modal/component.json +277 -0
  465. package/lib/Modal/index.d.ts +97 -6
  466. package/lib/Modal/index.js +1 -1
  467. package/lib/Modal/interface.d.ts +1 -0
  468. package/lib/MultiBox/component.json +216 -0
  469. package/lib/MultiBox/index.js +1 -1
  470. package/lib/Notification/component.json +184 -0
  471. package/lib/OperateBtn/component.json +134 -0
  472. package/lib/OperateBtn/index.d.ts +3 -3
  473. package/lib/PageHeader/component.json +112 -0
  474. package/lib/Pagination/component.json +181 -0
  475. package/lib/Pagination/index.js +1 -1
  476. package/lib/PasswordRules/component.json +105 -0
  477. package/lib/PasswordRules/index.d.ts +4 -4
  478. package/lib/PopConfirm/component.json +227 -0
  479. package/lib/PopConfirm/index.d.ts +1 -1
  480. package/lib/PopConfirm/index.js +1 -1
  481. package/lib/PopMenu/component.json +131 -0
  482. package/lib/PopMenu/hooks.d.ts +1 -1
  483. package/lib/PopMenu/index.js +1 -1
  484. package/lib/Popover/component.json +165 -0
  485. package/lib/Popover/index.js +1 -1
  486. package/lib/Progress/component.json +161 -0
  487. package/lib/Prompt/component.json +144 -0
  488. package/lib/Querying/component.json +96 -0
  489. package/lib/Querying/index.css +1 -1
  490. package/lib/Querying/index.d.ts +2 -2
  491. package/lib/Querying/index.js +1 -1
  492. package/lib/Querying/style/index.css +1 -1
  493. package/lib/QuickReply/component.json +129 -0
  494. package/lib/QuickReply/index.d.ts +1 -1
  495. package/lib/Radio/component.json +136 -0
  496. package/lib/RadioGroup/component.json +149 -0
  497. package/lib/RangeInput/component.json +198 -0
  498. package/lib/RangeInput/index.js +1 -1
  499. package/lib/Result/component.json +104 -0
  500. package/lib/ScrollBar/component.json +115 -0
  501. package/lib/Search/component.json +177 -0
  502. package/lib/Search/index.d.ts +1 -1
  503. package/lib/Select/component.json +244 -0
  504. package/lib/Select/index.js +1 -1
  505. package/lib/SelectInput/component.json +184 -0
  506. package/lib/Selector/component.json +203 -0
  507. package/lib/Selector/index.js +1 -1
  508. package/lib/Selector/interface.d.ts +1 -1
  509. package/lib/Selector/selectorMain/index.js +1 -1
  510. package/lib/Selector/selectorNode/index.js +1 -1
  511. package/lib/Selector/util.d.ts +2 -2
  512. package/lib/SelectorPicker/component.json +179 -0
  513. package/lib/SelectorPicker/index.d.ts +5 -5
  514. package/lib/SelectorPicker/index.js +1 -1
  515. package/lib/SingleBox/component.json +151 -0
  516. package/lib/SingleBox/index.d.ts +2 -2
  517. package/lib/Slider/component.json +181 -0
  518. package/lib/SortBox/component.json +108 -0
  519. package/lib/Status/component.json +104 -0
  520. package/lib/Stepper/component.json +129 -0
  521. package/lib/Stepper/index.d.ts +2 -2
  522. package/lib/Switch/component.json +207 -0
  523. package/lib/Switch/index.css +1 -1
  524. package/lib/Switch/index.d.ts +3 -2
  525. package/lib/Switch/index.js +1 -1
  526. package/lib/Switch/style/index.css +1 -1
  527. package/lib/Table/component.json +547 -0
  528. package/lib/Table/index.d.ts +2 -2
  529. package/lib/Table/index.js +1 -1
  530. package/lib/Table/interface.d.ts +6 -0
  531. package/lib/Tabs/component.json +227 -0
  532. package/lib/Tag/component.json +221 -0
  533. package/lib/Tag/index.css +1 -1
  534. package/lib/Tag/index.d.ts +1 -1
  535. package/lib/Tag/index.js +1 -1
  536. package/lib/Tag/style/index.css +1 -1
  537. package/lib/TextEditor/component.json +186 -0
  538. package/lib/TextEditor/index.d.ts +5 -5
  539. package/lib/TextField/component.json +290 -0
  540. package/lib/TextField/index.d.ts +2 -2
  541. package/lib/TimePicker/component.json +176 -0
  542. package/lib/Timeline/component.json +110 -0
  543. package/lib/Title/component.json +156 -0
  544. package/lib/ToggleButton/component.json +153 -0
  545. package/lib/Tooltip/component.json +176 -0
  546. package/lib/Tooltip/index.js +1 -1
  547. package/lib/Tooltip/interface.d.ts +14 -1
  548. package/lib/Tooltip/utils.js +1 -1
  549. package/lib/Transfer/component.json +157 -0
  550. package/lib/Tree/component.json +512 -0
  551. package/lib/Upload/component.json +450 -0
  552. package/lib/Utils/type.d.ts +0 -2
  553. package/lib/index.d.ts +2 -0
  554. package/lib/index.js +1 -1
  555. package/lib/locale/en_US.d.ts +361 -0
  556. package/lib/locale/en_US.js +2 -0
  557. package/lib/locale/index.d.ts +1 -723
  558. package/lib/locale/index2.js +2 -0
  559. package/lib/locale/zh_CN.d.ts +361 -0
  560. package/lib/locale/zh_CN.js +2 -0
  561. package/package.json +10 -3
  562. /package/es/{Utils/Hooks → Hooks}/useResizeObserver.d.ts +0 -0
  563. /package/es/{Utils/Hooks → Hooks}/useResizeObserver.js +0 -0
  564. /package/lib/{Utils/Hooks → Hooks}/useResizeObserver.d.ts +0 -0
  565. /package/lib/{Utils/Hooks → Hooks}/useResizeObserver.js +0 -0
@@ -1,118 +1,130 @@
1
1
  import { j as t } from "../_virtual/jsx-runtime.js";
2
- import Gt, { useRef as v, useState as g, useEffect as S, useMemo as N, useImperativeHandle as _t } from "react";
3
- import { Down as Jt } from "../node_modules/@para-ui/icons/Down/index.js";
4
- import { Search as Ut } from "../node_modules/@para-ui/icons/Search/index.js";
5
- import { Close as ot } from "../node_modules/@para-ui/icons/Close/index.js";
6
- import { CloseCircleF as Qt } from "../node_modules/@para-ui/icons/CloseCircleF/index.js";
7
- import Xt from "../Table/index.js";
8
- import Yt from "../Tree/Tree.js";
2
+ import Qt, { useRef as v, useEffect as N, useState as x, useMemo as T, useImperativeHandle as Xt } from "react";
3
+ import { Down as Yt } from "../node_modules/@para-ui/icons/Down/index.js";
4
+ import { Search as Zt } from "../node_modules/@para-ui/icons/Search/index.js";
5
+ import { Close as st } from "../node_modules/@para-ui/icons/Close/index.js";
6
+ import { CloseCircleF as eo } from "../node_modules/@para-ui/icons/CloseCircleF/index.js";
7
+ import to from "../Table/index.js";
8
+ import oo from "../Tree/Tree.js";
9
9
  import './index.css';import '../Tree/style/index.css';/* empty css */
10
- import { Button as rt } from "../Button/index.js";
11
- import { Dropdown as Zt } from "../Dropdown/index.js";
12
- import { Popover as st } from "../Popover/index.js";
13
- import xe from "../AutoTips/index.js";
14
- import { Tooltip as eo } from "../Tooltip/index.js";
15
- import I from "clsx";
16
- import { getReplaceField as to, isRemoteLoad as oo, debounce as ro, toArray as lt, closest as so, getOverlaySize as lo } from "./utils.js";
17
- import { DeepClone as no } from "@snack-kit/lib";
18
- import { ArrayToObject as co } from "../Utils/snack-kit-shims.js";
19
- import io from "../GlobalContext/index.js";
20
- import ao from "../Hooks/useGlobalProps.js";
21
- import mo from "../GlobalContext/useFormatMessage.js";
22
- import uo from "./lang/index.js";
23
- import fo from "../Label/index.js";
24
- import po from "../HelperText/index.js";
10
+ import { Button as lt } from "../Button/index.js";
11
+ import { Dropdown as ro } from "../Dropdown/index.js";
12
+ import { Popover as nt } from "../Popover/index.js";
13
+ import ge from "../AutoTips/index.js";
14
+ import { Tooltip as so } from "../Tooltip/index.js";
15
+ import A from "clsx";
16
+ import { getReplaceField as lo, isRemoteLoad as no, debounce as co, toArray as ct, closest as ao, getOverlaySize as io } from "./utils.js";
17
+ import { DeepClone as mo } from "@snack-kit/lib";
18
+ import { ArrayToObject as uo } from "../Utils/snack-kit-shims.js";
19
+ import fo from "../GlobalContext/index.js";
20
+ import po from "../Hooks/useGlobalProps.js";
21
+ import ho from "../GlobalContext/useFormatMessage.js";
22
+ import bo from "./lang/index.js";
23
+ import vo from "../Label/index.js";
24
+ import xo from "../HelperText/index.js";
25
25
  import { $prefixCls as m } from "../GlobalContext/constant.js";
26
- import { Search as ho } from "../Search/index.js";
27
- import { LoadingF as bo } from "../node_modules/@para-ui/icons/LoadingF/index.js";
26
+ import { Search as go } from "../Search/index.js";
27
+ import { LoadingF as jo } from "../node_modules/@para-ui/icons/LoadingF/index.js";
28
28
  /* empty css */
29
- const Bo = (nt) => {
29
+ const Uo = (at) => {
30
30
  const {
31
- mode: d = "table",
31
+ mode: u = "table",
32
32
  placeholder: je,
33
- searchPlaceholder: ct,
34
- overLine: V = !1,
35
- disabled: Ce = !1,
36
- allowClear: it = !1,
37
- className: at,
38
- style: mt,
39
- maxHeight: dt,
40
- height: ut,
41
- placement: ft = "bottomLeft",
42
- popoverClassName: pt,
43
- size: ht = "large",
44
- popoverActions: ye = null,
45
- showPopoverActions: we = !1,
33
+ searchPlaceholder: it,
34
+ maxCount: Ce,
35
+ overLine: I = !1,
36
+ disabled: ye = !1,
37
+ allowClear: mt = !1,
38
+ className: ut,
39
+ style: dt,
40
+ maxHeight: ft,
41
+ height: pt,
42
+ placement: ht = "bottomLeft",
43
+ popoverClassName: bt,
44
+ size: vt = "large",
45
+ popoverActions: we = null,
46
+ showPopoverActions: Ne = !1,
46
47
  defaultOpen: te = !1,
47
- defaultValue: Ne,
48
- replaceFields: bt = { key: "key", title: "title", children: "children" },
49
- outputFields: vt = { outputKey: "key", outputTitle: "label" },
48
+ defaultValue: Te,
49
+ replaceFields: xt = { key: "key", title: "title", children: "children" },
50
+ outputFields: gt = { outputKey: "key", outputTitle: "label" },
50
51
  value: oe,
51
52
  onClear: re,
52
- onCancel: gt,
53
- onOk: xt,
54
- onClose: jt,
55
- onChange: T,
53
+ onCancel: jt,
54
+ onOk: Ct,
55
+ onClose: yt,
56
+ onChange: k,
56
57
  onSearch: se,
57
- refresh: k,
58
+ refresh: P,
58
59
  TableProps: le,
59
60
  TreeProps: M,
60
- checkable: i = !0,
61
- url: Te,
62
- ctx: ke,
61
+ checkable: a = !0,
62
+ url: ke,
63
+ ctx: Pe,
63
64
  params: R,
64
- method: Pe = "Get",
65
+ method: Se = "Get",
65
66
  showSearch: H = !1,
66
- realTimeSearch: Ct = !1,
67
- error: Se = !1,
68
- hideErrorDom: yt,
67
+ realTimeSearch: wt = !1,
68
+ error: Re = !1,
69
+ hideErrorDom: Nt,
69
70
  helperText: ne,
70
- paramsCallback: wt,
71
- fullPathKey: Nt,
72
- fullPathRender: Re,
71
+ paramsCallback: Tt,
72
+ fullPathKey: kt,
73
+ fullPathRender: $e,
73
74
  disablePopup: f = !1,
74
75
  tagRender: ce,
75
- onTagRemove: $e,
76
- action: Tt,
77
- label: Le = "",
78
- labelTooltip: kt,
79
- required: Me = !1,
80
- emptyProps: Oe,
81
- toggleSelectedOnSingle: Pt = !1,
82
- optionRender: De,
76
+ onTagRemove: Le,
77
+ action: Pt,
78
+ label: Me = "",
79
+ labelTooltip: St,
80
+ required: Oe = !1,
81
+ emptyProps: De,
82
+ toggleSelectedOnSingle: Rt = !1,
83
+ optionRender: Ee,
83
84
  getOptionLabel: ze,
84
- dropdownMatchSelectWidth: ie = !0,
85
- getPopupContainer: St,
85
+ dropdownMatchSelectWidth: ae = !0,
86
+ getPopupContainer: $t,
86
87
  maxTagTextLength: W,
87
88
  renderInputContent: q,
88
- renderTagLabel: ae,
89
- renderMoreTagLabel: Ee
90
- } = ao(nt, "ComboSelect"), { language: Fe, locale: Ke } = Gt.useContext(io), $ = v(null), [p, me] = g(!1), [x, B] = g([]), G = v(/* @__PURE__ */ new Map()), [a, _] = g([]), [J, Ae] = g(""), U = v(void 0), [O, Ie] = g(null), [D, Rt] = g(!1), [L, $t] = g(0), [z, E] = g(!1), de = v([]), F = v(!1), Q = v(null), Ve = v({}), He = to(d, bt, le, M), { key: K = "", title: We = "" } = He, { outputKey: j = "key", outputTitle: y = "label" } = vt || {}, P = mo("ComboSelect", uo), qe = v(oo(d, d === "table" ? le : M)), [ue, Lt] = g(), h = v({ list: [] }), [w, fe] = g(null), pe = v(null);
91
- h.current.openMore = z, h.current.list = [...a];
92
- const Mt = () => {
93
- h.current.openMore && E(!1);
94
- }, Be = (e) => {
89
+ renderTagLabel: ie,
90
+ renderMoreTagLabel: Fe
91
+ } = po(at, "ComboSelect"), { language: Ke, locale: Ve } = Qt.useContext(fo), $ = v(null), Ae = v(!1);
92
+ N(() => {
93
+ process.env.NODE_ENV !== "production" && Ce !== void 0 && !Ae.current && (Ae.current = !0, console.warn(
94
+ "[ComboSelect] maxCount 已在 v5.x 标记为 @deprecated 且自当前版本起 runtime 完全不生效(原代码 dead field)。请从 props 中移除 maxCount;tag 显示数量由 overLine 控制是否换行。v6.0 将移除该字段。"
95
+ ));
96
+ }, [Ce]);
97
+ const [p, me] = x(!1), [g, _] = x([]), B = v(/* @__PURE__ */ new Map()), [i, G] = x([]), [J, Ie] = x(""), U = v(void 0), [O, He] = x(null), [D, Lt] = x(!1), [L, Mt] = x(0), [E, z] = x(!1), ue = v([]), F = v(!1), Q = v(null), We = v({}), qe = lo(
98
+ u,
99
+ xt,
100
+ le,
101
+ M
102
+ ), { key: Ot, title: Dt } = qe, K = Ot || "", _e = Dt || "", { outputKey: j = "key", outputTitle: y = "label" } = gt || {}, S = ho("ComboSelect", bo), Be = v(no(u, u === "table" ? le : M)), [de, Et] = x(), h = v({ list: [] }), [w, fe] = x(null), pe = v(null);
103
+ h.current.openMore = E, h.current.list = [...i];
104
+ const zt = () => {
105
+ h.current.openMore && z(!1);
106
+ }, Ge = (e) => {
95
107
  if (e === null || e === 0 || (e === void 0 && (e = h.current.list.length), !pe.current)) return;
96
108
  const o = pe.current.querySelector(".comboselect-overflow-list");
97
109
  if (o)
98
110
  if (o.scrollHeight > o.clientHeight) {
99
111
  const r = Number(e) - 1;
100
- fe(r), Be(r);
112
+ fe(r), Ge(r);
101
113
  } else
102
- h.current.list.length <= e && Mt();
114
+ h.current.list.length <= e && zt();
103
115
  }, X = () => {
104
116
  if (h.current.list.length === 0) return fe(null);
105
117
  clearTimeout(h.current.resizeTimer), h.current.resizeTimer = setTimeout(() => {
106
- fe(h.current.list.length), Be();
118
+ fe(h.current.list.length), Ge();
107
119
  }, 50);
108
120
  };
109
- S(() => (X(), () => {
121
+ N(() => (X(), () => {
110
122
  clearTimeout(h.current.resizeTimer);
111
- }), [a]), S(() => (!V && i ? window.addEventListener("resize", X) : window.removeEventListener("resize", X), () => {
123
+ }), [i]), N(() => (!I && a ? window.addEventListener("resize", X) : window.removeEventListener("resize", X), () => {
112
124
  window.removeEventListener("resize", X);
113
- }), [V, i]);
114
- const Ot = (e) => {
115
- if (!f && !Ce) {
125
+ }), [I, a]);
126
+ const Ft = (e) => {
127
+ if (!f && !ye) {
116
128
  if (F.current) {
117
129
  C();
118
130
  return;
@@ -120,77 +132,77 @@ const Bo = (nt) => {
120
132
  F.current = !0, me(!0);
121
133
  }
122
134
  }, C = (e, o) => {
123
- F.current = !1, U.current = void 0, Ve.current = {}, me(!1), Ie(null), Ae(""), jt?.(), o === "cancel" && Ge();
124
- }, Ge = () => {
125
- B([]), _([]);
135
+ F.current = !1, U.current = void 0, We.current = {}, me(!1), He(null), Ie(""), yt?.(), o === "cancel" && Je();
136
+ }, Je = () => {
137
+ _([]), G([]);
126
138
  }, he = (e, o) => {
127
- B(e), Kt(o, e);
128
- }, Dt = (e) => {
129
- B((o) => {
139
+ _(e), Ht(o, e);
140
+ }, Kt = (e) => {
141
+ _((o) => {
130
142
  const r = o.findIndex((l) => l === e[j]);
131
143
  return r > -1 && o.splice(r, 1), [...o];
132
144
  });
133
- }, _e = (e, o) => {
134
- if (e.stopPropagation(), o.closable === !1 || $e?.(o) === !1) return;
135
- const r = [...a], l = r.findIndex((s) => s[j] === o[j]);
136
- l > -1 && r.splice(l, 1), _(r), Dt(o), T?.(r);
137
- }, zt = N(
138
- () => ro(async (e) => {
145
+ }, Ue = (e, o) => {
146
+ if (e.stopPropagation(), o.closable === !1 || Le?.(o) === !1) return;
147
+ const r = [...i], l = r.findIndex((s) => s[j] === o[j]);
148
+ l > -1 && r.splice(l, 1), G(r), Kt(o), k?.(r);
149
+ }, Vt = T(
150
+ () => co(async (e) => {
139
151
  Y(e);
140
152
  }, 400),
141
153
  []
142
- ), Et = (e) => {
143
- Ae(e), Ct && zt(e);
154
+ ), At = (e) => {
155
+ Ie(e), wt && Vt(e);
144
156
  }, Y = (e) => {
145
157
  const o = e ?? J;
146
- se ? se(o) : (U.current = o?.trim(), $t(Math.random())), qe.current && Lt([]);
147
- }, Je = (e, o) => {
148
- o ? (xt?.(a), C(null, "ok")) : (gt?.(), C(null, "cancel"));
149
- }, Ue = () => {
158
+ se ? se(o) : (U.current = o?.trim(), Mt(Math.random())), Be.current && Et([]);
159
+ }, Qe = (e, o) => {
160
+ o ? (Ct?.(i), C(null, "ok")) : (jt?.(), C(null, "cancel"));
161
+ }, Xe = () => {
150
162
  let e = "auto";
151
163
  $.current && (e = `${$.current.offsetWidth}px`);
152
- const o = lo(d, qe.current, dt, ut), r = { minWidth: e, maxWidth: 960 };
153
- return typeof ie == "number" ? r.width = ie : ie && (r.width = e), {
164
+ const o = io(u, Be.current, ft, pt), r = { minWidth: e, maxWidth: 960 };
165
+ return typeof ae == "number" ? r.width = ae : ae && (r.width = e), {
154
166
  overflow: "auto",
155
167
  ...r,
156
168
  ...o
157
169
  };
158
- }, Ft = () => I(
170
+ }, It = () => A(
159
171
  `${m}-comboselect`,
160
- at,
172
+ ut,
161
173
  {
162
174
  [`${m}-comboselect-focused`]: p && !f,
163
- [`${m}-comboselect-disabled`]: Ce,
164
- [`${m}-comboselect-radioable`]: !i,
165
- [`${m}-comboselect-error`]: Se,
175
+ [`${m}-comboselect-disabled`]: ye,
176
+ [`${m}-comboselect-radioable`]: !a,
177
+ [`${m}-comboselect-error`]: Re,
166
178
  [`${m}-comboselect-clear`]: D,
167
179
  [`${m}-comboselect-non-popup`]: f,
168
- [`${m}-comboselect-overLine`]: V
180
+ [`${m}-comboselect-overLine`]: I
169
181
  },
170
- `${m}-comboselect-${ht}`
171
- ), Kt = (e, o) => {
182
+ `${m}-comboselect-${vt}`
183
+ ), Ht = (e, o) => {
172
184
  let r = [];
173
185
  if (e?.length && (r = e.map((s) => {
174
186
  const c = {};
175
- c[j] = s[K] || "", ze ? c[y] = ze(s) || "" : c[y] = s[We] || "";
176
- const n = de.current?.find((u) => u[j] === c[j]);
187
+ c[j] = s[K] || "", ze ? c[y] = ze(s) || "" : c[y] = s[_e] || "";
188
+ const n = ue.current?.find((d) => d[j] === c[j]);
177
189
  return n && (n.disabled !== void 0 && (c.disabled = n.disabled), n.closable !== void 0 && (c.closable = n.closable)), c;
178
190
  })), o?.length && e) {
179
- const s = o.filter((n) => e.findIndex((u) => u[K] === n) === -1), c = de.current?.filter((n) => s?.includes(n[j]));
191
+ const s = o.filter((n) => e.findIndex((d) => d[K] === n) === -1), c = ue.current?.filter((n) => s?.includes(n[j]));
180
192
  c && r.push(...c);
181
193
  }
182
- _(r);
183
- const l = no(e || []);
184
- i ? T?.(r, l) : T?.(r[0], l[0]);
185
- }, Qe = (e) => {
194
+ G(r);
195
+ const l = mo(e || []);
196
+ a ? k?.(r, l) : k?.(r[0], l[0]);
197
+ }, Ye = (e) => {
186
198
  const o = e.map((r) => r[j]);
187
- _(e), B(o), de.current = e;
188
- }, At = (e, o) => {
189
- Ie(o.node);
190
- }, Xe = () => {
199
+ G(e), _(o), ue.current = e;
200
+ }, Wt = (e, o) => {
201
+ He(o.node);
202
+ }, Ze = () => {
191
203
  let e = {};
192
204
  if (!f) {
193
- const { width: o, minWidth: r, maxWidth: l } = Ue();
205
+ const { width: o, minWidth: r, maxWidth: l } = Xe();
194
206
  e = { width: o, minWidth: r, maxWidth: l };
195
207
  }
196
208
  return /* @__PURE__ */ t.jsx(
@@ -199,16 +211,16 @@ const Bo = (nt) => {
199
211
  className: "comboselect-search",
200
212
  style: e,
201
213
  children: /* @__PURE__ */ t.jsx(
202
- ho,
214
+ go,
203
215
  {
204
216
  className: "comboselect-search-input",
205
217
  rightIconExist: !0,
206
218
  showBtn: !1,
207
- rightIcon: /* @__PURE__ */ t.jsx(Ut, {}),
219
+ rightIcon: /* @__PURE__ */ t.jsx(Zt, {}),
208
220
  btnType: "inside",
209
221
  value: J,
210
- onChange: Et,
211
- placeholder: ct ?? P({ id: "searchPlaceholder" }),
222
+ onChange: At,
223
+ placeholder: it ?? S({ id: "searchPlaceholder" }),
212
224
  onClickBtn: () => {
213
225
  Y();
214
226
  },
@@ -222,49 +234,49 @@ const Bo = (nt) => {
222
234
  )
223
235
  }
224
236
  );
225
- }, Ye = () => ye ? /* @__PURE__ */ t.jsx("div", { className: "comboselect-actions", children: ye }) : /* @__PURE__ */ t.jsxs("div", { className: "comboselect-actions", children: [
237
+ }, et = () => we ? /* @__PURE__ */ t.jsx("div", { className: "comboselect-actions", children: we }) : /* @__PURE__ */ t.jsxs("div", { className: "comboselect-actions", children: [
226
238
  /* @__PURE__ */ t.jsx(
227
- rt,
239
+ lt,
228
240
  {
229
- onClick: (e) => Je(e, !1),
241
+ onClick: (e) => Qe(e, !1),
230
242
  variant: "outlined",
231
243
  size: "small",
232
- children: P({ id: "cancel" })
244
+ children: S({ id: "cancel" })
233
245
  }
234
246
  ),
235
247
  /* @__PURE__ */ t.jsx(
236
- rt,
248
+ lt,
237
249
  {
238
250
  variant: "outlined",
239
- onClick: (e) => Je(e, !0),
251
+ onClick: (e) => Qe(e, !0),
240
252
  size: "small",
241
- children: P({ id: "ok" })
253
+ children: S({ id: "ok" })
242
254
  }
243
255
  )
244
- ] }), Ze = () => d !== "tree" || !O ? null : Re ? /* @__PURE__ */ t.jsx("div", { className: "comboselect-fullPath", children: Re(O ?? {}) }) : /* @__PURE__ */ t.jsxs("div", { className: "comboselect-fullPath", children: [
245
- /* @__PURE__ */ t.jsx("span", { children: P({ id: "fullPath" }) }),
246
- O?.[Nt] ?? ""
247
- ] }), It = (e) => {
248
- e.stopPropagation(), Ge(), C(), E(!1), re?.(), T?.(i ? [] : {});
249
- }, Vt = (e) => {
250
- e.stopPropagation(), E(!0), C();
256
+ ] }), tt = () => u !== "tree" || !O ? null : $e ? /* @__PURE__ */ t.jsx("div", { className: "comboselect-fullPath", children: $e(O ?? {}) }) : /* @__PURE__ */ t.jsxs("div", { className: "comboselect-fullPath", children: [
257
+ /* @__PURE__ */ t.jsx("span", { children: S({ id: "fullPath" }) }),
258
+ O?.[kt] ?? ""
259
+ ] }), qt = (e) => {
260
+ e.stopPropagation(), Je(), C(), z(!1), re?.(), k?.(a ? [] : {});
261
+ }, _t = (e) => {
262
+ e.stopPropagation(), z(!0), C();
251
263
  };
252
- _t(Tt, () => ({
264
+ Xt(Pt, () => ({
253
265
  closePopup: () => C()
254
- })), S(() => {
266
+ })), N(() => {
255
267
  !f && te && (F.current = !0, me(te));
256
- }, [te]), S(() => {
257
- Ne && Qe(lt(Ne));
258
- }, []), S(() => {
259
- oe && Qe(lt(oe));
260
- }, [oe]), S(() => {
261
- it && Rt(!!a?.length);
262
- }, [a]), S(() => {
268
+ }, [te]), N(() => {
269
+ Te && Ye(ct(Te));
270
+ }, []), N(() => {
271
+ oe && Ye(ct(oe));
272
+ }, [oe]), N(() => {
273
+ mt && Lt(!!i?.length);
274
+ }, [i]), N(() => {
263
275
  const e = (r) => r && r.ownerDocument || document, o = (r) => {
264
276
  const l = e($.current), s = r.target, c = !l.documentElement.contains(s) || Q.current?.contains(s) || $.current?.contains(s) || !1;
265
- if (d === "table") {
266
- const n = `.${m}-select-popover`, u = `.${m}-table-show-colums-popover`, b = `.${m}-filter-popover`;
267
- if (so(s, `${n}, ${u}, ${b}`)) return;
277
+ if (u === "table") {
278
+ const n = `.${m}-select-popover`, d = `.${m}-table-show-colums-popover`, b = `.${m}-filter-popover`;
279
+ if (ao(s, `${n}, ${d}, ${b}`)) return;
268
280
  }
269
281
  F.current && !c && C();
270
282
  };
@@ -279,47 +291,47 @@ const Bo = (nt) => {
279
291
  };
280
292
  }
281
293
  }, [p]);
282
- const et = N(() => {
283
- if (!a?.length) return null;
294
+ const ot = T(() => {
295
+ if (!i?.length) return null;
284
296
  if (q)
285
- return q(i ? a : a[0]);
286
- if (!i)
287
- return /* @__PURE__ */ t.jsx("span", { className: "comboselect-single-content", children: /* @__PURE__ */ t.jsx(xe, { children: a[0]?.[y] }) });
288
- if (!a.length) return;
297
+ return q(a ? i : i[0]);
298
+ if (!a)
299
+ return /* @__PURE__ */ t.jsx("span", { className: "comboselect-single-content", children: /* @__PURE__ */ t.jsx(ge, { children: i[0]?.[y] }) });
300
+ if (!i.length) return;
289
301
  const e = (l) => {
290
302
  if (ce) return ce(l);
291
303
  const { disabled: s, closable: c = !0 } = l ?? {};
292
304
  let n = l[y];
293
- ae && (n = ae(l));
294
- let u = !1;
305
+ ie && (n = ie(l));
306
+ let d = !1;
295
307
  if (typeof W == "number" && (typeof n == "string" || typeof n == "number")) {
296
308
  const b = String(n);
297
- b.length > W && (n = `${b.slice(0, W)}...`, u = !0);
309
+ b.length > W && (n = `${b.slice(0, W)}...`, d = !0);
298
310
  }
299
311
  return /* @__PURE__ */ t.jsxs(
300
312
  "span",
301
313
  {
302
- className: I("comboselect-item", {
314
+ className: A("comboselect-item", {
303
315
  "comboselect-item--disabled": s,
304
316
  "comboselect-item--unclosable": !c
305
317
  }),
306
318
  children: [
307
- u ? /* @__PURE__ */ t.jsx(
308
- eo,
319
+ d ? /* @__PURE__ */ t.jsx(
320
+ so,
309
321
  {
310
322
  title: /* @__PURE__ */ t.jsx("div", { onClick: (b) => b.stopPropagation(), children: l[y] }),
311
323
  arrow: !1,
312
324
  placement: "bottomLeft",
313
325
  children: /* @__PURE__ */ t.jsx("span", { className: "comboselect-item-content", children: n })
314
326
  }
315
- ) : /* @__PURE__ */ t.jsx("span", { className: "comboselect-item-content", children: /* @__PURE__ */ t.jsx(xe, { children: n }) }),
327
+ ) : /* @__PURE__ */ t.jsx("span", { className: "comboselect-item-content", children: /* @__PURE__ */ t.jsx(ge, { children: n }) }),
316
328
  c === !0 && /* @__PURE__ */ t.jsx(
317
329
  "span",
318
330
  {
319
331
  className: "comboselect-item-remove",
320
- onClick: (b) => _e(b, l),
332
+ onClick: (b) => Ue(b, l),
321
333
  onMouseDown: (b) => b.stopPropagation(),
322
- children: /* @__PURE__ */ t.jsx(ot, {})
334
+ children: /* @__PURE__ */ t.jsx(st, {})
323
335
  }
324
336
  )
325
337
  ]
@@ -329,13 +341,13 @@ const Bo = (nt) => {
329
341
  "span",
330
342
  {
331
343
  className: "comboselect-item",
332
- onClick: Vt,
344
+ onClick: _t,
333
345
  children: /* @__PURE__ */ t.jsxs("span", { className: "comboselect-item-content", children: [
334
346
  "+",
335
347
  h.current.list.length - w
336
348
  ] })
337
349
  }
338
- ) }) : null, r = a.map((l, s) => w !== null && w <= s ? null : /* @__PURE__ */ t.jsx(
350
+ ) }) : null, r = i.map((l, s) => w !== null && w <= s ? null : /* @__PURE__ */ t.jsx(
339
351
  "div",
340
352
  {
341
353
  className: "comboselect-overflow-item",
@@ -348,166 +360,166 @@ const Bo = (nt) => {
348
360
  o()
349
361
  ] });
350
362
  }, [
351
- a,
352
- T,
353
363
  i,
364
+ k,
365
+ a,
354
366
  w,
355
367
  W,
356
368
  y,
357
369
  ce,
358
370
  q,
359
- ae,
360
- V
361
- ]), Z = N(() => {
362
- let e = R || Ve.current;
363
- return H && !se && U.current !== void 0 && (e = { ...e, searchKey: U.current }), wt?.(e) || e;
364
- }, [R, L, k, p]), be = N(() => {
365
- if (!f && !p || d !== "table") return null;
371
+ ie,
372
+ I
373
+ ]), Z = T(() => {
374
+ let e = R || We.current;
375
+ return H && !se && U.current !== void 0 && (e = { ...e, searchKey: U.current }), Tt?.(e) || e;
376
+ }, [R, L, P, p]), be = T(() => {
377
+ if (!f && !p || u !== "table") return null;
366
378
  const e = {
367
- url: Te,
368
- ctx: ke,
379
+ url: ke,
380
+ ctx: Pe,
369
381
  search: Z,
370
- method: Pe
382
+ method: Se
371
383
  }, o = (r, l) => {
372
- !i && (C(), x.includes(r)) || he([r], [l]);
384
+ !a && (C(), g.includes(r)) || he([r], [l]);
373
385
  };
374
386
  return /* @__PURE__ */ t.jsx("div", { className: "comboselect-table", children: /* @__PURE__ */ t.jsx(
375
- Xt,
387
+ to,
376
388
  {
377
389
  ...e,
378
390
  ...le,
379
- emptyProps: Oe,
380
- check: i,
381
- radio: !i,
391
+ emptyProps: De,
392
+ check: a,
393
+ radio: !a,
382
394
  rowKey: K,
383
395
  setCheck: he,
384
396
  setRadio: o,
385
- checkDefaultValue: x,
386
- radioDefaultValue: x[0],
387
- refresh: k ?? L,
397
+ checkDefaultValue: g,
398
+ radioDefaultValue: g[0],
399
+ refresh: P ?? L,
388
400
  autoSize: !1,
389
401
  refreshInside: !1,
390
402
  checkCount: !1,
391
403
  paginationType: "simple"
392
404
  }
393
405
  ) });
394
- }, [x, k, R, L, f, p, Z, K, i]), ve = N(() => {
395
- if (!f && !p || !["tree", "list"].includes(d)) return null;
406
+ }, [g, P, R, L, f, p, Z, K, a]), ve = T(() => {
407
+ if (!f && !p || !["tree", "list"].includes(u)) return null;
396
408
  const e = {
397
- url: Te,
398
- ctx: ke,
409
+ url: ke,
410
+ ctx: Pe,
399
411
  params: Z,
400
- method: Pe
412
+ method: Se
401
413
  }, o = (s, c) => {
402
414
  if (!c.checked) {
403
- const u = {};
404
- if (u[j] = c.node[K] || "", u[y] = c.node[We] || "", $e?.(u) === !1)
415
+ const d = {};
416
+ if (d[j] = c.node[K] || "", d[y] = c.node[_e] || "", Le?.(d) === !1)
405
417
  return;
406
418
  }
407
- if (!i && (C(), !Pt && x.includes(c.node?.key)))
419
+ if (!a && (C(), !Rt && g.includes(c.node?.key)))
408
420
  return;
409
421
  let n = c.checkedNodes;
410
- if (i || s?.length && (n = [c.node]), i) {
411
- const u = co("key", n);
412
- Array.from(G.current.keys()).forEach((A) => {
413
- s.includes(A) || G.current.delete(A);
414
- }), s.forEach((A) => {
415
- const ge = String(A);
416
- u[ge] && G.current.set(ge, u[ge]);
417
- }), n = Array.from(G.current.values());
422
+ if (a || s?.length && (n = [c.node]), a) {
423
+ const d = uo("key", n);
424
+ Array.from(B.current.keys()).forEach((V) => {
425
+ s.includes(V) || B.current.delete(V);
426
+ }), s.forEach((V) => {
427
+ const xe = String(V);
428
+ d[xe] && B.current.set(xe, d[xe]);
429
+ }), n = Array.from(B.current.values());
418
430
  }
419
431
  he(s, n);
420
- }, r = (s) => M?.titleRender ? M.titleRender(s) : De ? De(s) : s.title, l = I("comboselect-tree", {
421
- "comboselect-list": d === "list",
422
- "comboselect-list-single": d === "list" && !i
432
+ }, r = (s) => M?.titleRender ? M.titleRender(s) : Ee ? Ee(s) : s.title, l = A("comboselect-tree", {
433
+ "comboselect-list": u === "list",
434
+ "comboselect-list-single": u === "list" && !a
423
435
  });
424
436
  return /* @__PURE__ */ t.jsx("div", { className: l, children: /* @__PURE__ */ t.jsx(
425
- Yt,
437
+ oo,
426
438
  {
427
439
  blockNode: !0,
428
440
  ...e,
429
441
  ...M,
430
442
  wrapperStyle: { position: "static" },
431
- emptyProps: { size: "small", ...Oe },
432
- replaceFields: He,
433
- checkable: i,
434
- radioable: !i,
443
+ emptyProps: { size: "small", ...De },
444
+ replaceFields: qe,
445
+ checkable: a,
446
+ radioable: !a,
435
447
  showRadio: !1,
436
- selectable: d !== "list",
437
- loadedKeys: ue,
438
- checkedKeys: x,
448
+ selectable: u !== "list",
449
+ loadedKeys: de,
450
+ checkedKeys: g,
439
451
  onCheck: o,
440
- onSelect: At,
452
+ onSelect: Wt,
441
453
  titleRender: r,
442
- refresh: k ?? L,
454
+ refresh: P ?? L,
443
455
  loadingNode: /* @__PURE__ */ t.jsxs("div", { className: "loading-node-content", children: [
444
- /* @__PURE__ */ t.jsx("div", { className: "loading-icon", children: /* @__PURE__ */ t.jsx(bo, {}) }),
445
- P({ id: "searching" })
456
+ /* @__PURE__ */ t.jsx("div", { className: "loading-icon", children: /* @__PURE__ */ t.jsx(jo, {}) }),
457
+ S({ id: "searching" })
446
458
  ] })
447
459
  }
448
460
  ) });
449
- }, [x, k, R, L, f, p, ue, d, Z, i]), ee = N(() => /* @__PURE__ */ t.jsxs(
461
+ }, [g, P, R, L, f, p, de, u, Z, a]), ee = T(() => /* @__PURE__ */ t.jsxs(
450
462
  "div",
451
463
  {
452
464
  className: "comboselect-wrapper",
453
465
  ref: $,
454
- onClick: Ot,
466
+ onClick: Ft,
455
467
  children: [
456
- /* @__PURE__ */ t.jsx("div", { className: I("comboselect-overflow", !i && "comboselect-overflow-single"), children: et }),
457
- !f && /* @__PURE__ */ t.jsx("span", { className: "comboselect-arrow", children: /* @__PURE__ */ t.jsx(Jt, {}) }),
468
+ /* @__PURE__ */ t.jsx("div", { className: A("comboselect-overflow", !a && "comboselect-overflow-single"), children: ot }),
469
+ !f && /* @__PURE__ */ t.jsx("span", { className: "comboselect-arrow", children: /* @__PURE__ */ t.jsx(Yt, {}) }),
458
470
  D && /* @__PURE__ */ t.jsx(
459
471
  "span",
460
472
  {
461
473
  className: "comboselect-clear",
462
- onClick: It,
463
- children: /* @__PURE__ */ t.jsx(Qt, {})
474
+ onClick: qt,
475
+ children: /* @__PURE__ */ t.jsx(eo, {})
464
476
  }
465
477
  ),
466
- !a?.length && /* @__PURE__ */ t.jsx("span", { className: "comboselect-placeholder", children: je ?? P({ id: "pleaseSelect" }) })
478
+ !i?.length && /* @__PURE__ */ t.jsx("span", { className: "comboselect-placeholder", children: je ?? S({ id: "pleaseSelect" }) })
467
479
  ]
468
480
  }
469
- ), [a, et, i, D, f, je]), Ht = () => Le || Me ? /* @__PURE__ */ t.jsx(
470
- fo,
481
+ ), [i, ot, a, D, f, je]), Bt = () => Me || Oe ? /* @__PURE__ */ t.jsx(
482
+ vo,
471
483
  {
472
- label: Le,
473
- required: Me,
474
- ...kt
484
+ label: Me,
485
+ required: Oe,
486
+ ...St
475
487
  }
476
- ) : null, Wt = () => /* @__PURE__ */ t.jsx(
488
+ ) : null, Gt = () => /* @__PURE__ */ t.jsx(
477
489
  "div",
478
490
  {
479
491
  ref: Q,
480
- className: `comboselect-dropdown-wrapper ${H ? "show-search" : ""} mode-${d}`,
492
+ className: `comboselect-dropdown-wrapper ${H ? "show-search" : ""} mode-${u}`,
481
493
  children: /* @__PURE__ */ t.jsxs(
482
494
  "div",
483
495
  {
484
- style: Ue(),
496
+ style: Xe(),
485
497
  className: `${m}-scrollbar-small dropdown-content`,
486
498
  children: [
487
- H && Xe(),
488
- d === "table" ? be : ve,
489
- p && Ze(),
490
- we && Ye()
499
+ H && Ze(),
500
+ u === "table" ? be : ve,
501
+ p && tt(),
502
+ Ne && et()
491
503
  ]
492
504
  }
493
505
  )
494
506
  }
495
- ), tt = () => {
496
- const e = () => a.map((o, r) => {
507
+ ), rt = () => {
508
+ const e = () => i.map((o, r) => {
497
509
  if (w !== null && w > r) return null;
498
510
  let l = o[y];
499
- return Ee && (l = Ee(o)), /* @__PURE__ */ t.jsxs(
511
+ return Fe && (l = Fe(o)), /* @__PURE__ */ t.jsxs(
500
512
  "div",
501
513
  {
502
514
  className: "comboselect-more-item",
503
515
  children: [
504
- /* @__PURE__ */ t.jsx("span", { className: "comboselect-more-item-text", children: /* @__PURE__ */ t.jsx(xe, { children: l }) }),
516
+ /* @__PURE__ */ t.jsx("span", { className: "comboselect-more-item-text", children: /* @__PURE__ */ t.jsx(ge, { children: l }) }),
505
517
  /* @__PURE__ */ t.jsx(
506
518
  "span",
507
519
  {
508
520
  className: "comboselect-more-item-remove",
509
- onClick: (s) => _e(s, o),
510
- children: /* @__PURE__ */ t.jsx(ot, {})
521
+ onClick: (s) => Ue(s, o),
522
+ children: /* @__PURE__ */ t.jsx(st, {})
511
523
  }
512
524
  )
513
525
  ]
@@ -516,26 +528,26 @@ const Bo = (nt) => {
516
528
  );
517
529
  });
518
530
  return /* @__PURE__ */ t.jsxs("div", { className: "comboselect-more-wrapper", children: [
519
- /* @__PURE__ */ t.jsx("span", { className: "comboselect-more-title", children: /* @__PURE__ */ t.jsx("span", { children: P({ id: "more" }) }) }),
531
+ /* @__PURE__ */ t.jsx("span", { className: "comboselect-more-title", children: /* @__PURE__ */ t.jsx("span", { children: S({ id: "more" }) }) }),
520
532
  /* @__PURE__ */ t.jsx("div", { className: "comboselect-more-content", children: e() })
521
533
  ] });
522
- }, qt = N(() => /* @__PURE__ */ t.jsx(
523
- Zt,
534
+ }, Jt = T(() => /* @__PURE__ */ t.jsx(
535
+ ro,
524
536
  {
525
- overlay: Wt(),
537
+ overlay: Gt(),
526
538
  visible: p,
527
- placement: ft,
539
+ placement: ht,
528
540
  trigger: ["click"],
529
- overlayClassName: I(`${m}-comboselect-dropdown`, pt),
530
- getPopupContainer: St,
541
+ overlayClassName: A(`${m}-comboselect-dropdown`, bt),
542
+ getPopupContainer: $t,
531
543
  children: /* @__PURE__ */ t.jsx(
532
- st,
544
+ nt,
533
545
  {
534
- visible: z,
546
+ visible: E,
535
547
  destroyTooltipOnHide: !0,
536
548
  placement: "rightTop",
537
- content: tt(),
538
- onVisibleChange: () => E(!1),
549
+ content: rt(),
550
+ onVisibleChange: () => z(!1),
539
551
  overlayClassName: `${m}-comboselect-more-popover`,
540
552
  children: ee
541
553
  }
@@ -543,74 +555,74 @@ const Bo = (nt) => {
543
555
  }
544
556
  ), [
545
557
  p,
546
- x,
558
+ g,
547
559
  J,
548
- k,
560
+ P,
549
561
  R,
550
562
  O,
551
563
  L,
552
564
  D,
553
565
  ne,
554
- Fe,
555
566
  Ke,
556
- z,
557
- ue,
558
- T,
567
+ Ve,
568
+ E,
569
+ de,
570
+ k,
559
571
  re,
560
572
  ee,
561
- a
562
- ]), Bt = N(() => /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
573
+ i
574
+ ]), Ut = T(() => /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
563
575
  /* @__PURE__ */ t.jsx(
564
- st,
576
+ nt,
565
577
  {
566
- visible: z,
578
+ visible: E,
567
579
  destroyTooltipOnHide: !0,
568
580
  placement: "rightTop",
569
- content: tt(),
570
- onVisibleChange: () => E(!1),
581
+ content: rt(),
582
+ onVisibleChange: () => z(!1),
571
583
  overlayClassName: `${m}-comboselect-more-popover`,
572
584
  children: ee
573
585
  }
574
586
  ),
575
587
  /* @__PURE__ */ t.jsxs("div", { className: "comboselect-non-popup-content", children: [
576
- H && Xe(),
577
- d === "table" ? be : ve,
578
- Ze(),
579
- we && Ye()
588
+ H && Ze(),
589
+ u === "table" ? be : ve,
590
+ tt(),
591
+ Ne && et()
580
592
  ] })
581
593
  ] }), [
582
- x,
594
+ g,
583
595
  J,
584
- k,
596
+ P,
585
597
  R,
586
598
  O,
587
599
  D,
588
600
  ne,
589
- Fe,
590
601
  Ke,
591
- T,
602
+ Ve,
603
+ k,
592
604
  re,
593
605
  be,
594
606
  ve,
595
607
  ee,
596
- z,
597
- a
608
+ E,
609
+ i
598
610
  ]);
599
611
  return /* @__PURE__ */ t.jsxs(
600
612
  "div",
601
613
  {
602
- className: Ft(),
603
- style: mt,
614
+ className: It(),
615
+ style: dt,
604
616
  ref: pe,
605
617
  children: [
606
- Ht(),
607
- f ? Bt : qt,
618
+ Bt(),
619
+ f ? Ut : Jt,
608
620
  f ? null : /* @__PURE__ */ t.jsx(
609
- po,
621
+ xo,
610
622
  {
611
- error: Se,
623
+ error: Re,
612
624
  helperText: ne,
613
- hideErrorDom: yt
625
+ hideErrorDom: Nt
614
626
  }
615
627
  )
616
628
  ]
@@ -618,7 +630,7 @@ const Bo = (nt) => {
618
630
  );
619
631
  };
620
632
  export {
621
- Bo as ComboSelect,
622
- Bo as default
633
+ Uo as ComboSelect,
634
+ Uo as default
623
635
  };
624
636
  //# sourceMappingURL=index.js.map