@unicom-cloud/ui 0.8.167 → 0.8.169

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 (2653) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/affix/Affix.d.ts +1 -3
  3. package/affix/Affix.js +67 -64
  4. package/affix/constants.js +2 -0
  5. package/affix/context.d.ts +3 -0
  6. package/affix/context.js +7 -0
  7. package/affix/index.d.ts +4 -3
  8. package/affix/index.js +9 -4
  9. package/affix/interface.d.ts +2 -2
  10. package/affix/style/index.css +1 -0
  11. package/affix/style/index.d.ts +1 -0
  12. package/affix/style/index.js +3 -0
  13. package/alert/Alert.js +58 -57
  14. package/alert/constants.js +2 -0
  15. package/alert/context.d.ts +3 -0
  16. package/alert/context.js +10 -0
  17. package/alert/index.d.ts +3 -0
  18. package/alert/index.js +9 -4
  19. package/alert/style/index.css +1 -0
  20. package/alert/style/index.d.ts +1 -0
  21. package/alert/style/index.js +3 -0
  22. package/anchor/Anchor.js +48 -55
  23. package/anchor/Link.js +2 -2
  24. package/anchor/constants.js +2 -0
  25. package/anchor/context.d.ts +3 -2
  26. package/anchor/context.js +12 -3
  27. package/anchor/index.d.ts +4 -1
  28. package/anchor/index.js +10 -7
  29. package/anchor/style/index.css +1 -0
  30. package/anchor/style/index.d.ts +2 -0
  31. package/anchor/style/index.js +4 -0
  32. package/anchor/utils.js +1 -1
  33. package/animation/Animation.js +18 -14
  34. package/animation/constants.js +2 -0
  35. package/animation/context.d.ts +3 -0
  36. package/animation/context.js +7 -0
  37. package/animation/index.d.ts +2 -0
  38. package/animation/index.js +10 -5
  39. package/animation/style/index.d.ts +1 -0
  40. package/animation/style/index.js +3 -0
  41. package/app/App.js +25 -27
  42. package/app/constants.js +2 -0
  43. package/app/context.d.ts +4 -3
  44. package/app/context.js +5 -4
  45. package/app/index.d.ts +2 -1
  46. package/app/index.js +9 -7
  47. package/app/style/index.css +1 -0
  48. package/app/style/index.d.ts +1 -0
  49. package/app/style/index.js +3 -0
  50. package/app/useApp.js +2 -2
  51. package/auto-complete/AutoComplete.js +58 -54
  52. package/auto-complete/constants.d.ts +0 -0
  53. package/auto-complete/constants.js +2 -0
  54. package/auto-complete/context.d.ts +3 -0
  55. package/auto-complete/context.js +7 -0
  56. package/auto-complete/index.d.ts +2 -0
  57. package/auto-complete/index.js +9 -6
  58. package/auto-complete/style/index.css +1 -0
  59. package/auto-complete/style/index.d.ts +3 -0
  60. package/auto-complete/style/index.js +5 -0
  61. package/avatar/Avatar.d.ts +1 -3
  62. package/avatar/Avatar.js +49 -53
  63. package/avatar/Group.js +3 -3
  64. package/avatar/constants.d.ts +0 -0
  65. package/avatar/constants.js +2 -0
  66. package/avatar/context.d.ts +3 -2
  67. package/avatar/context.js +7 -3
  68. package/avatar/index.d.ts +4 -4
  69. package/avatar/index.js +9 -7
  70. package/avatar/interface.d.ts +2 -2
  71. package/avatar/style/index.css +1 -0
  72. package/avatar/style/index.d.ts +2 -0
  73. package/avatar/style/index.js +4 -0
  74. package/back-top/BackTop.d.ts +1 -3
  75. package/back-top/BackTop.js +44 -44
  76. package/back-top/constants.d.ts +0 -0
  77. package/back-top/constants.js +2 -0
  78. package/back-top/context.d.ts +3 -0
  79. package/back-top/context.js +11 -0
  80. package/back-top/index.d.ts +3 -3
  81. package/back-top/index.js +9 -4
  82. package/back-top/interface.d.ts +2 -2
  83. package/back-top/style/index.css +1 -0
  84. package/back-top/style/index.d.ts +1 -0
  85. package/back-top/style/index.js +3 -0
  86. package/badge/Badge.js +84 -85
  87. package/badge/Count.js +2 -2
  88. package/badge/constants.d.ts +0 -0
  89. package/badge/constants.js +2 -0
  90. package/badge/context.d.ts +3 -0
  91. package/badge/context.js +11 -0
  92. package/badge/index.d.ts +2 -0
  93. package/badge/index.js +10 -7
  94. package/badge/style/index.css +1 -0
  95. package/badge/style/index.d.ts +1 -0
  96. package/badge/style/index.js +3 -0
  97. package/badge/utils.js +1 -1
  98. package/border-beam/BorderBeam.js +20 -17
  99. package/border-beam/constants.d.ts +0 -0
  100. package/border-beam/constants.js +2 -0
  101. package/border-beam/context.d.ts +3 -0
  102. package/border-beam/context.js +7 -0
  103. package/border-beam/index.d.ts +2 -0
  104. package/border-beam/index.js +12 -7
  105. package/border-beam/style/index.css +1 -0
  106. package/border-beam/style/index.d.ts +1 -0
  107. package/border-beam/style/index.js +3 -0
  108. package/breadcrumb/Breadcrumb.js +46 -44
  109. package/breadcrumb/Item.js +6 -6
  110. package/breadcrumb/constants.d.ts +0 -0
  111. package/breadcrumb/constants.js +2 -0
  112. package/breadcrumb/context.d.ts +2 -0
  113. package/breadcrumb/context.js +5 -4
  114. package/breadcrumb/index.d.ts +2 -0
  115. package/breadcrumb/index.js +9 -7
  116. package/breadcrumb/style/index.css +1 -0
  117. package/breadcrumb/style/index.d.ts +2 -0
  118. package/breadcrumb/style/index.js +4 -0
  119. package/button/Button.js +48 -49
  120. package/button/Group.js +1 -1
  121. package/button/Toggle.js +1 -1
  122. package/button/constants.d.ts +0 -0
  123. package/button/constants.js +2 -0
  124. package/button/context.d.ts +9 -0
  125. package/button/context.js +11 -0
  126. package/button/index.d.ts +8 -0
  127. package/button/index.js +11 -8
  128. package/button/style/index.css +1 -0
  129. package/button/style/index.d.ts +1 -0
  130. package/button/style/index.js +3 -0
  131. package/calendar/Calendar.js +92 -95
  132. package/calendar/Month.js +4 -4
  133. package/calendar/WeekList.js +1 -1
  134. package/calendar/Year.js +2 -2
  135. package/calendar/constants.d.ts +0 -0
  136. package/calendar/constants.js +2 -0
  137. package/calendar/context.d.ts +3 -0
  138. package/calendar/context.js +13 -0
  139. package/calendar/header/Panel.js +1 -1
  140. package/calendar/header/index.js +3 -3
  141. package/calendar/hooks/useCellClassName.js +34 -0
  142. package/calendar/index.d.ts +2 -0
  143. package/calendar/index.js +11 -8
  144. package/calendar/style/index.css +1 -0
  145. package/calendar/style/index.d.ts +3 -0
  146. package/calendar/style/index.js +5 -0
  147. package/card/Card.js +48 -48
  148. package/card/Grid.js +1 -1
  149. package/card/Meta.js +1 -1
  150. package/card/constants.d.ts +0 -0
  151. package/card/constants.js +2 -0
  152. package/card/context.d.ts +3 -0
  153. package/card/context.js +10 -0
  154. package/card/index.d.ts +2 -0
  155. package/card/index.js +7 -4
  156. package/card/style/index.css +1 -0
  157. package/card/style/index.d.ts +2 -0
  158. package/card/style/index.js +4 -0
  159. package/carousel/Arrow.js +1 -1
  160. package/carousel/Carousel.js +82 -87
  161. package/carousel/Indicator.js +1 -1
  162. package/carousel/constants.d.ts +0 -0
  163. package/carousel/constants.js +2 -0
  164. package/carousel/context.d.ts +3 -0
  165. package/carousel/context.js +16 -0
  166. package/carousel/index.d.ts +2 -0
  167. package/carousel/index.js +9 -4
  168. package/carousel/style/index.css +1 -0
  169. package/carousel/style/index.d.ts +1 -0
  170. package/carousel/style/index.js +3 -0
  171. package/cascader/Cascader.js +151 -155
  172. package/cascader/base/node.js +2 -2
  173. package/cascader/base/store.js +1 -1
  174. package/cascader/constants.d.ts +7 -0
  175. package/cascader/constants.js +13 -0
  176. package/cascader/context.d.ts +3 -0
  177. package/cascader/context.js +17 -0
  178. package/cascader/hooks/useRefCurrent.js +14 -0
  179. package/cascader/index.d.ts +2 -0
  180. package/cascader/index.js +9 -4
  181. package/cascader/panel/List.js +28 -28
  182. package/cascader/panel/Option.js +2 -2
  183. package/cascader/panel/Search.js +16 -16
  184. package/cascader/style/index.css +1 -0
  185. package/cascader/style/index.d.ts +5 -0
  186. package/cascader/style/index.js +7 -0
  187. package/cascader/utils.d.ts +0 -7
  188. package/cascader/utils.js +25 -32
  189. package/checkbox/Checkbox.js +17 -14
  190. package/checkbox/Group.js +4 -4
  191. package/checkbox/GroupBlock.js +3 -3
  192. package/checkbox/constants.d.ts +0 -0
  193. package/checkbox/constants.js +2 -0
  194. package/checkbox/context.d.ts +3 -0
  195. package/checkbox/context.js +3 -3
  196. package/checkbox/index.d.ts +2 -0
  197. package/checkbox/index.js +13 -11
  198. package/checkbox/style/index.css +1 -0
  199. package/checkbox/style/index.d.ts +1 -0
  200. package/checkbox/style/index.js +3 -0
  201. package/checkbox/useCheckbox.js +1 -1
  202. package/collapse/Collapse.js +45 -47
  203. package/collapse/Item.js +2 -2
  204. package/collapse/constants.d.ts +0 -0
  205. package/collapse/constants.js +2 -0
  206. package/collapse/context.d.ts +2 -0
  207. package/collapse/context.js +8 -3
  208. package/collapse/index.d.ts +2 -0
  209. package/collapse/index.js +9 -7
  210. package/collapse/style/index.css +1 -0
  211. package/collapse/style/index.d.ts +1 -0
  212. package/collapse/style/index.js +3 -0
  213. package/collapse/utils.js +1 -1
  214. package/color-picker/ColorPicker.js +79 -80
  215. package/color-picker/ControlBar.js +1 -1
  216. package/color-picker/InputAlpha.js +1 -1
  217. package/color-picker/InputHex.js +1 -1
  218. package/color-picker/InputRgb.js +1 -1
  219. package/color-picker/Mode.js +1 -1
  220. package/color-picker/Palette.js +1 -1
  221. package/color-picker/Panel.js +74 -74
  222. package/color-picker/colors.js +1 -1
  223. package/color-picker/constants.d.ts +0 -0
  224. package/color-picker/constants.js +2 -0
  225. package/color-picker/context.d.ts +3 -0
  226. package/color-picker/context.js +11 -0
  227. package/color-picker/hooks/useColorPicker.d.ts +1 -1
  228. package/color-picker/hooks/useColorPicker.js +1 -1
  229. package/color-picker/hooks/useControlBlock.js +1 -1
  230. package/color-picker/index.d.ts +2 -0
  231. package/color-picker/index.js +19 -16
  232. package/color-picker/interface.js +1 -1
  233. package/color-picker/style/index.css +1 -0
  234. package/color-picker/style/index.d.ts +3 -0
  235. package/color-picker/style/index.js +5 -0
  236. package/color-picker/utils.d.ts +1 -1
  237. package/color-picker/utils.js +1 -1
  238. package/comment/Comment.js +52 -48
  239. package/comment/constants.d.ts +0 -0
  240. package/comment/constants.js +2 -0
  241. package/comment/context.d.ts +3 -0
  242. package/comment/context.js +7 -0
  243. package/comment/index.d.ts +2 -0
  244. package/comment/index.js +9 -4
  245. package/comment/style/index.css +1 -0
  246. package/comment/style/index.d.ts +1 -0
  247. package/comment/style/index.js +3 -0
  248. package/config-provider/ConfigProvider.js +11 -11
  249. package/config-provider/constants.d.ts +0 -0
  250. package/config-provider/constants.js +2 -0
  251. package/config-provider/context.d.ts +21 -0
  252. package/config-provider/context.js +4 -4
  253. package/config-provider/index.d.ts +1 -0
  254. package/config-provider/index.js +2 -1
  255. package/config-provider/initUI.js +1 -1
  256. package/config-provider/interface.d.ts +6 -0
  257. package/config-provider/style/index.d.ts +1 -0
  258. package/config-provider/style/index.js +3 -0
  259. package/config-provider/useConfigProvider.js +2 -2
  260. package/config-provider/utils.js +2 -2
  261. package/constants/index.d.ts +2 -0
  262. package/constants/index.js +6 -0
  263. package/copy/Copy.d.ts +1 -1
  264. package/copy/Copy.js +37 -35
  265. package/copy/constants.d.ts +0 -0
  266. package/copy/constants.js +2 -0
  267. package/copy/context.d.ts +3 -0
  268. package/copy/context.js +7 -0
  269. package/copy/index.d.ts +2 -0
  270. package/copy/index.js +9 -4
  271. package/copy/style/index.css +1 -0
  272. package/copy/style/index.d.ts +2 -0
  273. package/copy/style/index.js +4 -0
  274. package/countdown/Countdown.js +43 -42
  275. package/countdown/constants.d.ts +0 -0
  276. package/countdown/constants.js +2 -0
  277. package/countdown/context.d.ts +3 -0
  278. package/countdown/context.js +10 -0
  279. package/countdown/index.d.ts +2 -0
  280. package/countdown/index.js +9 -4
  281. package/countdown/style/index.css +1 -0
  282. package/countdown/style/index.d.ts +2 -0
  283. package/countdown/style/index.js +4 -0
  284. package/countdown/utils.js +1 -1
  285. package/date-picker/DatePicker.d.ts +6 -5
  286. package/date-picker/DatePicker.js +5 -5
  287. package/date-picker/Picker.js +208 -211
  288. package/date-picker/Range.d.ts +3 -0
  289. package/date-picker/Range.js +404 -0
  290. package/date-picker/constants.d.ts +0 -0
  291. package/date-picker/constants.js +2 -0
  292. package/date-picker/context.d.ts +4 -2
  293. package/date-picker/context.js +9 -3
  294. package/date-picker/hooks/useCellClassName.js +53 -0
  295. package/date-picker/index.d.ts +4 -2
  296. package/date-picker/index.js +13 -18
  297. package/date-picker/panel/Body.js +2 -2
  298. package/date-picker/panel/Footer.js +4 -4
  299. package/date-picker/panel/Header.js +2 -2
  300. package/date-picker/panel/Shortcut.d.ts +1 -1
  301. package/date-picker/panel/Shortcut.js +2 -2
  302. package/date-picker/panel/WeekList.js +1 -1
  303. package/date-picker/panel/date/index.js +3 -3
  304. package/date-picker/panel/month/index.js +2 -2
  305. package/date-picker/panel/quarter/index.js +2 -2
  306. package/date-picker/panel/range/index.js +2 -2
  307. package/date-picker/panel/week/index.js +2 -2
  308. package/date-picker/panel/year/index.js +3 -3
  309. package/date-picker/style/index.css +1 -0
  310. package/date-picker/style/index.d.ts +6 -0
  311. package/date-picker/style/index.js +8 -0
  312. package/date-picker/utils.js +2 -2
  313. package/descriptions/Descriptions.js +83 -83
  314. package/descriptions/constants.d.ts +0 -0
  315. package/descriptions/constants.js +2 -0
  316. package/descriptions/context.d.ts +3 -0
  317. package/descriptions/context.js +11 -0
  318. package/descriptions/index.d.ts +2 -0
  319. package/descriptions/index.js +9 -4
  320. package/descriptions/style/index.css +1 -0
  321. package/descriptions/style/index.d.ts +1 -0
  322. package/descriptions/style/index.js +3 -0
  323. package/details/Details.js +57 -54
  324. package/details/constants.d.ts +0 -0
  325. package/details/constants.js +2 -0
  326. package/details/context.d.ts +3 -0
  327. package/details/context.js +7 -0
  328. package/details/index.d.ts +2 -0
  329. package/details/index.js +9 -4
  330. package/details/style/index.css +1 -0
  331. package/details/style/index.d.ts +1 -0
  332. package/details/style/index.js +3 -0
  333. package/development/Development.js +25 -20
  334. package/development/constants.d.ts +0 -0
  335. package/development/constants.js +2 -0
  336. package/development/context.d.ts +3 -0
  337. package/development/context.js +7 -0
  338. package/development/index.d.ts +2 -0
  339. package/development/index.js +9 -4
  340. package/development/style/index.css +1 -0
  341. package/development/style/index.d.ts +1 -0
  342. package/development/style/index.js +3 -0
  343. package/divider/Divider.js +34 -34
  344. package/divider/constants.d.ts +0 -0
  345. package/divider/constants.js +2 -0
  346. package/divider/context.d.ts +3 -0
  347. package/divider/context.js +10 -0
  348. package/divider/index.d.ts +2 -0
  349. package/divider/index.js +8 -5
  350. package/divider/style/index.css +1 -0
  351. package/divider/style/index.d.ts +1 -0
  352. package/divider/style/index.js +3 -0
  353. package/draggable/Draggable.js +27 -22
  354. package/draggable/Item.js +1 -1
  355. package/draggable/constants.d.ts +0 -0
  356. package/draggable/constants.js +2 -0
  357. package/draggable/context.d.ts +3 -0
  358. package/draggable/context.js +7 -0
  359. package/draggable/index.d.ts +2 -0
  360. package/draggable/index.js +9 -6
  361. package/draggable/style/index.css +1 -0
  362. package/draggable/style/index.d.ts +1 -0
  363. package/draggable/style/index.js +3 -0
  364. package/draw/Draw.d.ts +3 -1
  365. package/draw/Draw.js +102 -31
  366. package/draw/LICENSE +20 -0
  367. package/draw/common/binary-heap.d.ts +12 -0
  368. package/draw/common/binary-heap.js +52 -0
  369. package/draw/common/bounds.d.ts +10 -0
  370. package/draw/common/bounds.js +3 -0
  371. package/draw/common/colors.d.ts +21 -0
  372. package/draw/common/colors.js +109 -0
  373. package/draw/common/constants.d.ts +345 -0
  374. package/draw/common/constants.js +218 -0
  375. package/draw/common/editorInterface.d.ts +34 -0
  376. package/draw/common/editorInterface.js +39 -0
  377. package/draw/common/emitter.d.ts +16 -0
  378. package/draw/common/emitter.js +31 -0
  379. package/draw/common/font-metadata.d.ts +43 -0
  380. package/draw/common/font-metadata.js +94 -0
  381. package/draw/common/index.d.ts +14 -0
  382. package/draw/common/index.js +16 -0
  383. package/draw/common/keys.d.ts +187 -0
  384. package/draw/common/keys.js +87 -0
  385. package/draw/common/points.d.ts +9 -0
  386. package/draw/common/points.js +22 -0
  387. package/draw/common/promise-pool.d.ts +5 -0
  388. package/draw/common/promise-pool.js +24 -0
  389. package/draw/common/queue.d.ts +7 -0
  390. package/draw/common/queue.js +25 -0
  391. package/draw/common/random.d.ts +3 -0
  392. package/draw/common/random.js +9 -0
  393. package/draw/common/url.d.ts +7 -0
  394. package/draw/common/url.js +16 -0
  395. package/draw/common/utility-types.d.ts +37 -0
  396. package/draw/common/utils.d.ts +281 -0
  397. package/draw/common/utils.js +227 -0
  398. package/draw/constants.d.ts +1 -0
  399. package/draw/constants.js +6 -0
  400. package/draw/context.d.ts +3 -0
  401. package/draw/context.js +7 -0
  402. package/draw/core/actions/actionAddToLibrary.d.ts +467 -0
  403. package/draw/core/actions/actionAddToLibrary.js +50 -0
  404. package/draw/core/actions/actionAlign.d.ts +109 -0
  405. package/draw/core/actions/actionAlign.js +159 -0
  406. package/draw/core/actions/actionBoundText.d.ts +348 -0
  407. package/draw/core/actions/actionBoundText.js +160 -0
  408. package/draw/core/actions/actionCanvas.d.ts +2147 -0
  409. package/draw/core/actions/actionCanvas.js +332 -0
  410. package/draw/core/actions/actionClipboard.d.ts +387 -0
  411. package/draw/core/actions/actionClipboard.js +197 -0
  412. package/draw/core/actions/actionCropEditor.d.ts +168 -0
  413. package/draw/core/actions/actionCropEditor.js +48 -0
  414. package/draw/core/actions/actionDeleteSelected.d.ts +503 -0
  415. package/draw/core/actions/actionDeleteSelected.js +144 -0
  416. package/draw/core/actions/actionDistribute.d.ts +34 -0
  417. package/draw/core/actions/actionDistribute.js +68 -0
  418. package/draw/core/actions/actionDuplicateSelection.d.ts +17 -0
  419. package/draw/core/actions/actionDuplicateSelection.js +78 -0
  420. package/draw/core/actions/actionElementLink.d.ts +192 -0
  421. package/draw/core/actions/actionElementLink.js +79 -0
  422. package/draw/core/actions/actionElementLock.d.ts +335 -0
  423. package/draw/core/actions/actionElementLock.js +103 -0
  424. package/draw/core/actions/actionEmbeddable.d.ts +165 -0
  425. package/draw/core/actions/actionEmbeddable.js +29 -0
  426. package/draw/core/actions/actionExport.d.ts +341 -0
  427. package/draw/core/actions/actionExport.js +232 -0
  428. package/draw/core/actions/actionFinalize.d.ts +13 -0
  429. package/draw/core/actions/actionFinalize.js +143 -0
  430. package/draw/core/actions/actionFlip.d.ts +34 -0
  431. package/draw/core/actions/actionFlip.js +82 -0
  432. package/draw/core/actions/actionFrame.d.ts +1127 -0
  433. package/draw/core/actions/actionFrame.js +138 -0
  434. package/draw/core/actions/actionGroup.d.ts +338 -0
  435. package/draw/core/actions/actionGroup.js +130 -0
  436. package/draw/core/actions/actionHistory.d.ts +9 -0
  437. package/draw/core/actions/actionHistory.js +44 -0
  438. package/draw/core/actions/actionLinearEditor.d.ts +664 -0
  439. package/draw/core/actions/actionLinearEditor.js +104 -0
  440. package/draw/core/actions/actionMenu.d.ts +160 -0
  441. package/draw/core/actions/actionMenu.js +32 -0
  442. package/draw/core/actions/actionProperties.d.ts +384 -0
  443. package/draw/core/actions/actionProperties.js +792 -0
  444. package/draw/core/actions/actionSelectAll.d.ts +165 -0
  445. package/draw/core/actions/actionSelectAll.js +39 -0
  446. package/draw/core/actions/actionStyles.d.ts +183 -0
  447. package/draw/core/actions/actionStyles.js +93 -0
  448. package/draw/core/actions/actionTextAutoResize.d.ts +17 -0
  449. package/draw/core/actions/actionTextAutoResize.js +44 -0
  450. package/draw/core/actions/actionToggleGridMode.d.ts +171 -0
  451. package/draw/core/actions/actionToggleGridMode.js +37 -0
  452. package/draw/core/actions/actionToggleObjectsSnapMode.d.ts +169 -0
  453. package/draw/core/actions/actionToggleObjectsSnapMode.js +34 -0
  454. package/draw/core/actions/actionToggleSearchMenu.d.ts +164 -0
  455. package/draw/core/actions/actionToggleSearchMenu.js +45 -0
  456. package/draw/core/actions/actionToggleShapeSwitch.d.ts +19 -0
  457. package/draw/core/actions/actionToggleStats.d.ts +168 -0
  458. package/draw/core/actions/actionToggleStats.js +37 -0
  459. package/draw/core/actions/actionToggleViewMode.d.ts +169 -0
  460. package/draw/core/actions/actionToggleViewMode.js +34 -0
  461. package/draw/core/actions/actionToggleZenMode.d.ts +169 -0
  462. package/draw/core/actions/actionToggleZenMode.js +34 -0
  463. package/draw/core/actions/actionZindex.d.ts +74 -0
  464. package/draw/core/actions/actionZindex.js +107 -0
  465. package/draw/core/actions/index.d.ts +26 -0
  466. package/draw/core/actions/index.js +28 -0
  467. package/draw/core/actions/manager.d.ts +21 -0
  468. package/draw/core/actions/manager.js +64 -0
  469. package/draw/core/actions/register.d.ts +5 -0
  470. package/draw/core/actions/register.js +6 -0
  471. package/draw/core/actions/shortcuts.d.ts +4 -0
  472. package/draw/core/actions/shortcuts.js +58 -0
  473. package/draw/core/actions/types.d.ts +47 -0
  474. package/draw/core/analytics.d.ts +1 -0
  475. package/draw/core/analytics.js +19 -0
  476. package/draw/core/animated-trail.d.ts +32 -0
  477. package/draw/core/animated-trail.js +83 -0
  478. package/draw/core/animation-frame-handler.d.ts +11 -0
  479. package/draw/core/animation-frame-handler.js +51 -0
  480. package/draw/core/appState.d.ts +101 -0
  481. package/draw/core/appState.js +569 -0
  482. package/draw/core/charts.d.ts +27 -0
  483. package/draw/core/charts.js +263 -0
  484. package/draw/core/clients.d.ts +14 -0
  485. package/draw/core/clients.js +38 -0
  486. package/draw/core/clipboard.d.ts +107 -0
  487. package/draw/core/clipboard.js +250 -0
  488. package/draw/core/components/Actions.d.ts +28 -0
  489. package/draw/core/components/Actions.js +493 -0
  490. package/draw/core/components/ActiveConfirmDialog.d.ts +4 -0
  491. package/draw/core/components/ActiveConfirmDialog.js +32 -0
  492. package/draw/core/components/App.d.ts +363 -0
  493. package/draw/core/components/App.js +4076 -0
  494. package/draw/core/components/BraveMeasureTextError.d.ts +2 -0
  495. package/draw/core/components/BraveMeasureTextError.js +23 -0
  496. package/draw/core/components/ButtonIconCycle.d.ts +11 -0
  497. package/draw/core/components/ButtonSeparator.d.ts +1 -0
  498. package/draw/core/components/ContextMenu.d.ts +14 -0
  499. package/draw/core/components/ContextMenu.js +59 -0
  500. package/draw/core/components/ConvertElementTypePopup.d.ts +22 -0
  501. package/draw/core/components/ConvertElementTypePopup.js +318 -0
  502. package/draw/core/components/DarkModeToggle.d.ts +6 -0
  503. package/draw/core/components/DarkModeToggle.js +22 -0
  504. package/draw/core/components/DiagramToCodePlugin/index.d.ts +4 -0
  505. package/draw/core/components/DiagramToCodePlugin/index.js +13 -0
  506. package/draw/core/components/ElementCanvasButtons.d.ts +6 -0
  507. package/draw/core/components/ElementCanvasButtons.js +34 -0
  508. package/draw/core/components/ElementLinkDialog.d.ts +11 -0
  509. package/draw/core/components/ElementLinkDialog.js +112 -0
  510. package/draw/core/components/Ellipsify.d.ts +3 -0
  511. package/draw/core/components/Ellipsify.js +16 -0
  512. package/draw/core/components/ErrorDialog.d.ts +5 -0
  513. package/draw/core/components/ErrorDialog.js +36 -0
  514. package/draw/core/components/ExportDialog.d.ts +14 -0
  515. package/draw/core/components/ExportDialog.js +34 -0
  516. package/draw/core/components/EyeDropper.d.ts +25 -0
  517. package/draw/core/components/EyeDropper.js +84 -0
  518. package/draw/core/components/FixedSideContainer.d.ts +8 -0
  519. package/draw/core/components/FixedSideContainer.js +12 -0
  520. package/draw/core/components/Footer.d.ts +13 -0
  521. package/draw/core/components/Footer.js +118 -0
  522. package/draw/core/components/HandButton.d.ts +9 -0
  523. package/draw/core/components/HandButton.js +26 -0
  524. package/draw/core/components/HelpDialog.d.ts +2 -0
  525. package/draw/core/components/HelpDialog.js +407 -0
  526. package/draw/core/components/HintViewer.d.ts +10 -0
  527. package/draw/core/components/HintViewer.js +96 -0
  528. package/draw/core/components/ImageExportDialog.d.ts +14 -0
  529. package/draw/core/components/ImageExportDialog.js +243 -0
  530. package/draw/core/components/InitializeApp.d.ts +10 -0
  531. package/draw/core/components/InitializeApp.js +25 -0
  532. package/draw/core/components/InlineIcon.d.ts +5 -0
  533. package/draw/core/components/InlineIcon.js +19 -0
  534. package/draw/core/components/Island.d.ts +9 -0
  535. package/draw/core/components/Island.js +17 -0
  536. package/draw/core/components/LaserPointerButton.d.ts +9 -0
  537. package/draw/core/components/LaserPointerButton.js +24 -0
  538. package/draw/core/components/LayerUI.d.ts +30 -0
  539. package/draw/core/components/LayerUI.js +373 -0
  540. package/draw/core/components/LibraryMenu.d.ts +9 -0
  541. package/draw/core/components/LibraryMenu.js +133 -0
  542. package/draw/core/components/LibraryMenuItems.d.ts +14 -0
  543. package/draw/core/components/LibraryMenuItems.js +274 -0
  544. package/draw/core/components/LibraryMenuSection.d.ts +23 -0
  545. package/draw/core/components/LibraryMenuSection.js +37 -0
  546. package/draw/core/components/LibraryUnit.d.ts +13 -0
  547. package/draw/core/components/LibraryUnit.js +52 -0
  548. package/draw/core/components/LinkButton.d.ts +4 -0
  549. package/draw/core/components/LoadingMessage.d.ts +5 -0
  550. package/draw/core/components/LoadingMessage.js +32 -0
  551. package/draw/core/components/LockButton.d.ts +9 -0
  552. package/draw/core/components/LockButton.js +25 -0
  553. package/draw/core/components/MagicButton.d.ts +9 -0
  554. package/draw/core/components/MagicButton.js +22 -0
  555. package/draw/core/components/OverwriteConfirm/OverwriteConfirmState.d.ts +22 -0
  556. package/draw/core/components/OverwriteConfirm/OverwriteConfirmState.js +22 -0
  557. package/draw/core/components/OverwriteConfirm/index.d.ts +4 -0
  558. package/draw/core/components/OverwriteConfirm/index.js +94 -0
  559. package/draw/core/components/PasteChartDialog.d.ts +7 -0
  560. package/draw/core/components/PasteChartDialog.js +78 -0
  561. package/draw/core/components/PenModeButton.d.ts +11 -0
  562. package/draw/core/components/PenModeButton.js +23 -0
  563. package/draw/core/components/Popover.d.ts +15 -0
  564. package/draw/core/components/Popover.js +58 -0
  565. package/draw/core/components/ProjectName.d.ts +9 -0
  566. package/draw/core/components/ProjectName.js +39 -0
  567. package/draw/core/components/Range.d.ts +7 -0
  568. package/draw/core/components/Range.js +37 -0
  569. package/draw/core/components/SVGLayer.d.ts +6 -0
  570. package/draw/core/components/SVGLayer.js +19 -0
  571. package/draw/core/components/ScrollableList.d.ts +7 -0
  572. package/draw/core/components/SearchMenu.d.ts +4 -0
  573. package/draw/core/components/SearchMenu.js +381 -0
  574. package/draw/core/components/Stack.d.ts +14 -0
  575. package/draw/core/components/Stack.js +31 -0
  576. package/draw/core/components/Stats/Angle.d.ts +11 -0
  577. package/draw/core/components/Stats/Angle.js +45 -0
  578. package/draw/core/components/Stats/CanvasGrid.d.ts +10 -0
  579. package/draw/core/components/Stats/CanvasGrid.js +25 -0
  580. package/draw/core/components/Stats/Collapsible.d.ts +10 -0
  581. package/draw/core/components/Stats/Collapsible.js +26 -0
  582. package/draw/core/components/Stats/Dimension.d.ts +11 -0
  583. package/draw/core/components/Stats/Dimension.js +106 -0
  584. package/draw/core/components/Stats/DragInput.d.ts +43 -0
  585. package/draw/core/components/Stats/DragInput.js +133 -0
  586. package/draw/core/components/Stats/FontSize.d.ts +11 -0
  587. package/draw/core/components/Stats/FontSize.js +38 -0
  588. package/draw/core/components/Stats/MultiAngle.d.ts +11 -0
  589. package/draw/core/components/Stats/MultiAngle.js +53 -0
  590. package/draw/core/components/Stats/MultiDimension.d.ts +14 -0
  591. package/draw/core/components/Stats/MultiDimension.js +125 -0
  592. package/draw/core/components/Stats/MultiFontSize.d.ts +12 -0
  593. package/draw/core/components/Stats/MultiFontSize.js +51 -0
  594. package/draw/core/components/Stats/MultiPosition.d.ts +14 -0
  595. package/draw/core/components/Stats/MultiPosition.js +73 -0
  596. package/draw/core/components/Stats/Position.d.ts +12 -0
  597. package/draw/core/components/Stats/Position.js +67 -0
  598. package/draw/core/components/Stats/index.d.ts +34 -0
  599. package/draw/core/components/Stats/index.js +263 -0
  600. package/draw/core/components/Stats/utils.d.ts +19 -0
  601. package/draw/core/components/Stats/utils.js +67 -0
  602. package/draw/core/components/Toast.d.ts +6 -0
  603. package/draw/core/components/Toast.js +21 -0
  604. package/draw/core/components/Tooltip.d.ts +7 -0
  605. package/draw/core/components/Trans.d.ts +7 -0
  606. package/draw/core/components/Trans.js +33 -0
  607. package/draw/core/components/UnlockPopup.d.ts +7 -0
  608. package/draw/core/components/UnlockPopup.js +46 -0
  609. package/draw/core/components/canvases/InteractiveCanvas.d.ts +33 -0
  610. package/draw/core/components/canvases/InteractiveCanvas.js +119 -0
  611. package/draw/core/components/canvases/NewElementCanvas.d.ts +14 -0
  612. package/draw/core/components/canvases/NewElementCanvas.js +33 -0
  613. package/draw/core/components/canvases/StaticCanvas.d.ts +19 -0
  614. package/draw/core/components/canvases/StaticCanvas.js +64 -0
  615. package/draw/core/components/canvases/index.d.ts +3 -0
  616. package/draw/core/components/canvases/index.js +4 -0
  617. package/draw/core/components/context.d.ts +29 -0
  618. package/draw/core/components/context.js +43 -0
  619. package/draw/core/components/hoc/withInternalFallback.d.ts +4 -0
  620. package/draw/core/components/hooks.d.ts +23 -0
  621. package/draw/core/components/hooks.js +10 -0
  622. package/draw/core/components/icons.d.ts +62 -0
  623. package/draw/core/components/icons.js +584 -0
  624. package/draw/core/components/main-menu/DefaultItems.d.ts +38 -0
  625. package/draw/core/components/main-menu/DefaultItems.js +145 -0
  626. package/draw/core/components/main-menu/MenuItem.d.ts +24 -0
  627. package/draw/core/components/main-menu/MenuItem.js +55 -0
  628. package/draw/core/components/main-menu/common.d.ts +6 -0
  629. package/draw/core/components/main-menu/common.js +20 -0
  630. package/draw/core/components/shapes.d.ts +190 -0
  631. package/draw/core/components/shapes.js +96 -0
  632. package/draw/core/context/tunnels.d.ts +132 -0
  633. package/draw/core/context/tunnels.js +30 -0
  634. package/draw/core/context/ui-appState.d.ts +4 -0
  635. package/draw/core/context/ui-appState.js +7 -0
  636. package/draw/core/cursor.d.ts +5 -0
  637. package/draw/core/cursor.js +28 -0
  638. package/draw/core/data/EditorLocalStorage.d.ts +8 -0
  639. package/draw/core/data/ai/types.d.ts +242 -0
  640. package/draw/core/data/blob.d.ts +357 -0
  641. package/draw/core/data/blob.js +171 -0
  642. package/draw/core/data/encode.d.ts +55 -0
  643. package/draw/core/data/encode.js +38 -0
  644. package/draw/core/data/encryption.d.ts +9 -0
  645. package/draw/core/data/encryption.js +4 -0
  646. package/draw/core/data/filesystem.d.ts +21 -0
  647. package/draw/core/data/filesystem.js +44 -0
  648. package/draw/core/data/image.d.ts +9 -0
  649. package/draw/core/data/image.js +35 -0
  650. package/draw/core/data/index.d.ts +3 -0
  651. package/draw/core/data/index.js +5 -0
  652. package/draw/core/data/json.d.ts +168 -0
  653. package/draw/core/data/json.js +51 -0
  654. package/draw/core/data/library.d.ts +116 -0
  655. package/draw/core/data/library.js +279 -0
  656. package/draw/core/data/reconcile.d.ts +7 -0
  657. package/draw/core/data/reconcile.js +32 -0
  658. package/draw/core/data/resave.d.ts +5 -0
  659. package/draw/core/data/resave.js +23 -0
  660. package/draw/core/data/restore.d.ts +39 -0
  661. package/draw/core/data/restore.js +331 -0
  662. package/draw/core/data/types.d.ts +48 -0
  663. package/draw/core/data/utils.d.ts +20 -0
  664. package/draw/core/data/utils.js +84 -0
  665. package/draw/core/deburr.d.ts +1 -0
  666. package/draw/core/deburr.js +197 -0
  667. package/draw/core/editor-jotai.d.ts +7 -0
  668. package/draw/core/editor-jotai.js +11 -0
  669. package/draw/core/eraser/index.d.ts +10 -0
  670. package/draw/core/eraser/index.js +109 -0
  671. package/draw/core/errors.d.ts +43 -0
  672. package/draw/core/errors.js +22 -0
  673. package/draw/core/fonts/DrawFontFace.d.ts +8 -0
  674. package/draw/core/fonts/DrawFontFace.js +29 -0
  675. package/draw/core/fonts/Fonts.d.ts +42 -0
  676. package/draw/core/fonts/Fonts.js +100 -0
  677. package/draw/core/fonts/index.d.ts +1 -0
  678. package/draw/core/fonts/index.js +3 -0
  679. package/draw/core/gesture.d.ts +6 -0
  680. package/draw/core/gesture.js +12 -0
  681. package/draw/core/history.d.ts +46 -0
  682. package/draw/core/history.js +90 -0
  683. package/draw/core/hooks/useCallbackRefState.d.ts +1 -0
  684. package/draw/core/hooks/useCopiedIndicator.d.ts +5 -0
  685. package/draw/core/hooks/useCopiedIndicator.js +20 -0
  686. package/draw/core/hooks/useCreatePortalContainer.d.ts +4 -0
  687. package/draw/core/hooks/useCreatePortalContainer.js +28 -0
  688. package/draw/core/hooks/useEmitter.d.ts +2 -0
  689. package/draw/core/hooks/useEmitter.js +17 -0
  690. package/draw/core/hooks/useLibraryItemSvg.d.ts +11 -0
  691. package/draw/core/hooks/useLibraryItemSvg.js +52 -0
  692. package/draw/core/hooks/useOutsideClick.d.ts +21 -0
  693. package/draw/core/hooks/useOutsideClick.js +28 -0
  694. package/draw/core/hooks/useScrollPosition.d.ts +1 -0
  695. package/draw/core/hooks/useScrollPosition.js +23 -0
  696. package/draw/core/hooks/useStable.d.ts +1 -0
  697. package/draw/core/hooks/useStable.js +10 -0
  698. package/draw/core/hooks/useStableCallback.d.ts +4 -0
  699. package/draw/core/hooks/useTextEditorFocus.d.ts +14 -0
  700. package/draw/core/hooks/useTextEditorFocus.js +39 -0
  701. package/draw/core/hooks/useTransition.d.ts +2 -0
  702. package/draw/core/hooks/useTransition.js +10 -0
  703. package/draw/core/i18n.d.ts +24 -0
  704. package/draw/core/i18n.js +40 -0
  705. package/draw/core/laser-trails.d.ts +17 -0
  706. package/draw/core/laser-trails.js +60 -0
  707. package/draw/core/lasso/index.d.ts +11 -0
  708. package/draw/core/lasso/index.js +104 -0
  709. package/draw/core/lasso/utils.d.ts +13 -0
  710. package/draw/core/lasso/utils.js +41 -0
  711. package/draw/core/locales/percentages.json.js +62 -0
  712. package/draw/core/locales/zh-CN.json.js +704 -0
  713. package/draw/core/mermaid.d.ts +1 -0
  714. package/draw/core/polyfill.d.ts +2 -0
  715. package/draw/core/polyfill.js +6 -0
  716. package/draw/core/reactUtils.d.ts +14 -0
  717. package/draw/core/reactUtils.js +24 -0
  718. package/draw/core/renderer/animation.d.ts +10 -0
  719. package/draw/core/renderer/animation.js +43 -0
  720. package/draw/core/renderer/helpers.d.ts +16 -0
  721. package/draw/core/renderer/helpers.js +16 -0
  722. package/draw/core/renderer/interactiveScene.d.ts +14 -0
  723. package/draw/core/renderer/interactiveScene.js +392 -0
  724. package/draw/core/renderer/renderNewElementScene.d.ts +7 -0
  725. package/draw/core/renderer/renderNewElementScene.js +40 -0
  726. package/draw/core/renderer/renderSnaps.d.ts +2 -0
  727. package/draw/core/renderer/renderSnaps.js +39 -0
  728. package/draw/core/renderer/roundRect.d.ts +11 -0
  729. package/draw/core/renderer/roundRect.js +8 -0
  730. package/draw/core/renderer/staticScene.d.ts +14 -0
  731. package/draw/core/renderer/staticScene.js +106 -0
  732. package/draw/core/renderer/staticSvgScene.d.ts +5 -0
  733. package/draw/core/renderer/staticSvgScene.js +200 -0
  734. package/draw/core/scene/Renderer.d.ts +30 -0
  735. package/draw/core/scene/Renderer.js +55 -0
  736. package/draw/core/scene/export.d.ts +35 -0
  737. package/draw/core/scene/export.js +198 -0
  738. package/draw/core/scene/index.d.ts +3 -0
  739. package/draw/core/scene/index.js +7 -0
  740. package/draw/core/scene/normalize.d.ts +4 -0
  741. package/draw/core/scene/normalize.js +10 -0
  742. package/draw/core/scene/scroll.d.ts +18 -0
  743. package/draw/core/scene/scroll.js +52 -0
  744. package/draw/core/scene/scrollbars.d.ts +11 -0
  745. package/draw/core/scene/scrollbars.js +44 -0
  746. package/draw/core/scene/types.d.ts +138 -0
  747. package/draw/core/scene/zoom.d.ts +12 -0
  748. package/draw/core/scene/zoom.js +13 -0
  749. package/draw/core/shortcut.d.ts +1 -0
  750. package/draw/core/shortcut.js +9 -0
  751. package/draw/core/snapping.d.ts +109 -0
  752. package/draw/core/snapping.js +544 -0
  753. package/draw/core/workers.d.ts +28 -0
  754. package/draw/core/wysiwyg/textWysiwyg.d.ts +24 -0
  755. package/draw/core/wysiwyg/textWysiwyg.js +223 -0
  756. package/draw/element/Scene.d.ts +66 -0
  757. package/draw/element/Scene.js +157 -0
  758. package/draw/element/align.d.ts +8 -0
  759. package/draw/element/align.js +36 -0
  760. package/draw/element/arrows/focus.d.ts +27 -0
  761. package/draw/element/arrows/focus.js +142 -0
  762. package/draw/element/arrows/helpers.d.ts +6 -0
  763. package/draw/element/arrows/helpers.js +16 -0
  764. package/draw/element/binding.d.ts +128 -0
  765. package/draw/element/binding.js +550 -0
  766. package/draw/element/bounds.d.ts +79 -0
  767. package/draw/element/bounds.js +492 -0
  768. package/draw/element/collision.d.ts +37 -0
  769. package/draw/element/collision.js +179 -0
  770. package/draw/element/comparisons.d.ts +8 -0
  771. package/draw/element/comparisons.js +6 -0
  772. package/draw/element/containerCache.d.ts +11 -0
  773. package/draw/element/containerCache.js +11 -0
  774. package/draw/element/cropElement.d.ts +19 -0
  775. package/draw/element/cropElement.js +165 -0
  776. package/draw/element/delta.d.ts +166 -0
  777. package/draw/element/delta.js +544 -0
  778. package/draw/element/distance.d.ts +3 -0
  779. package/draw/element/distance.js +41 -0
  780. package/draw/element/distribute.d.ts +8 -0
  781. package/draw/element/distribute.js +53 -0
  782. package/draw/element/dragElements.d.ts +33 -0
  783. package/draw/element/dragElements.js +93 -0
  784. package/draw/element/duplicate.d.ts +63 -0
  785. package/draw/element/duplicate.js +107 -0
  786. package/draw/element/elbowArrow.d.ts +16 -0
  787. package/draw/element/elbowArrow.js +555 -0
  788. package/draw/element/elementLink.d.ts +13 -0
  789. package/draw/element/elementLink.js +50 -0
  790. package/draw/element/embeddable.d.ts +6 -0
  791. package/draw/element/embeddable.js +58 -0
  792. package/draw/element/flowchart.d.ts +22 -0
  793. package/draw/element/flowchart.js +246 -0
  794. package/draw/element/fractionalIndex.d.ts +57 -0
  795. package/draw/element/fractionalIndex.js +102 -0
  796. package/draw/element/frame.d.ts +74 -0
  797. package/draw/element/frame.js +194 -0
  798. package/draw/element/groups.d.ts +34 -0
  799. package/draw/element/groups.js +137 -0
  800. package/draw/element/heading.d.ts +16 -0
  801. package/draw/element/heading.js +38 -0
  802. package/draw/element/image.d.ts +22 -0
  803. package/draw/element/image.js +59 -0
  804. package/draw/element/index.d.ts +58 -0
  805. package/draw/element/index.js +65 -0
  806. package/draw/element/is.d.ts +2 -0
  807. package/draw/element/is.js +6 -0
  808. package/draw/element/linearElementEditor.d.ts +114 -0
  809. package/draw/element/linearElementEditor.js +602 -0
  810. package/draw/element/mutateElement.d.ts +23 -0
  811. package/draw/element/mutateElement.js +68 -0
  812. package/draw/element/newElement.d.ts +62 -0
  813. package/draw/element/newElement.js +165 -0
  814. package/draw/element/positionElementsOnGrid.d.ts +2 -0
  815. package/draw/element/positionElementsOnGrid.js +47 -0
  816. package/draw/element/renderElement.d.ts +25 -0
  817. package/draw/element/renderElement.js +235 -0
  818. package/draw/element/resizeElements.d.ts +32 -0
  819. package/draw/element/resizeElements.js +401 -0
  820. package/draw/element/resizeTest.d.ts +15 -0
  821. package/draw/element/resizeTest.js +93 -0
  822. package/draw/element/selection.d.ts +474 -0
  823. package/draw/element/selection.js +75 -0
  824. package/draw/element/shape.d.ts +41 -0
  825. package/draw/element/shape.js +366 -0
  826. package/draw/element/showSelectedShapeActions.d.ts +3 -0
  827. package/draw/element/showSelectedShapeActions.js +7 -0
  828. package/draw/element/sizeHelpers.d.ts +35 -0
  829. package/draw/element/sizeHelpers.js +74 -0
  830. package/draw/element/sortElements.d.ts +2 -0
  831. package/draw/element/sortElements.js +31 -0
  832. package/draw/element/store.d.ts +196 -0
  833. package/draw/element/store.js +332 -0
  834. package/draw/element/textElement.d.ts +40 -0
  835. package/draw/element/textElement.js +131 -0
  836. package/draw/element/textMeasurements.d.ts +39 -0
  837. package/draw/element/textMeasurements.js +66 -0
  838. package/draw/element/textWrapping.d.ts +13 -0
  839. package/draw/element/textWrapping.js +149 -0
  840. package/draw/element/transform.d.ts +81 -0
  841. package/draw/element/transform.js +288 -0
  842. package/draw/element/transformHandles.d.ts +35 -0
  843. package/draw/element/transformHandles.js +67 -0
  844. package/draw/element/typeChecks.d.ts +54 -0
  845. package/draw/element/typeChecks.js +30 -0
  846. package/draw/element/types.d.ts +291 -0
  847. package/draw/element/utils.d.ts +33 -0
  848. package/draw/element/utils.js +137 -0
  849. package/draw/element/visualdebug.d.ts +58 -0
  850. package/draw/element/zindex.d.ts +13 -0
  851. package/draw/element/zindex.js +149 -0
  852. package/draw/index.d.ts +48 -2
  853. package/draw/index.js +63 -4
  854. package/draw/interface.d.ts +707 -1
  855. package/draw/libs/browser-fs-access/directory-open.d.mts +5 -0
  856. package/draw/libs/browser-fs-access/directory-open.js +12 -0
  857. package/draw/libs/browser-fs-access/file-open.d.mts +5 -0
  858. package/draw/libs/browser-fs-access/file-open.js +12 -0
  859. package/draw/libs/browser-fs-access/file-save.d.mts +5 -0
  860. package/draw/libs/browser-fs-access/file-save.js +12 -0
  861. package/draw/libs/browser-fs-access/fs-access/directory-open.d.mts +8 -0
  862. package/draw/libs/browser-fs-access/fs-access/directory-open.js +25 -0
  863. package/draw/libs/browser-fs-access/fs-access/file-open.d.mts +2 -0
  864. package/draw/libs/browser-fs-access/fs-access/file-open.js +28 -0
  865. package/draw/libs/browser-fs-access/fs-access/file-save.d.mts +2 -0
  866. package/draw/libs/browser-fs-access/fs-access/file-save.js +31 -0
  867. package/draw/libs/browser-fs-access/index.d.ts +10 -0
  868. package/draw/libs/browser-fs-access/index.js +28 -0
  869. package/draw/libs/browser-fs-access/legacy/directory-open.d.mts +8 -0
  870. package/draw/libs/browser-fs-access/legacy/directory-open.js +18 -0
  871. package/draw/libs/browser-fs-access/legacy/file-open.d.mts +2 -0
  872. package/draw/libs/browser-fs-access/legacy/file-open.js +15 -0
  873. package/draw/libs/browser-fs-access/legacy/file-save.d.mts +2 -0
  874. package/draw/libs/browser-fs-access/legacy/file-save.js +31 -0
  875. package/draw/libs/browser-fs-access/supported.d.mts +22 -0
  876. package/draw/libs/browser-fs-access/supported.js +14 -0
  877. package/draw/libs/canvas-roundrect-polyfill/LICENSE +21 -0
  878. package/draw/libs/canvas-roundrect-polyfill/index.d.ts +2 -0
  879. package/draw/libs/canvas-roundrect-polyfill/index.js +74 -0
  880. package/draw/libs/fractional-indexing/index.d.ts +23 -0
  881. package/draw/libs/fractional-indexing/index.js +110 -0
  882. package/draw/libs/fuzzy/index.d.ts +10 -0
  883. package/draw/libs/fuzzy/index.js +40 -0
  884. package/draw/libs/glur/LICENSE +20 -0
  885. package/draw/libs/glur/index.d.ts +2 -0
  886. package/draw/libs/glur/index.js +37 -0
  887. package/draw/libs/glur/mono16.d.ts +2 -0
  888. package/draw/libs/glur/mono16.js +33 -0
  889. package/draw/libs/hachure-fill/index.d.ts +4 -0
  890. package/draw/libs/hachure-fill/index.js +79 -0
  891. package/draw/libs/image-blob-reduce/index.d.ts +36 -0
  892. package/draw/libs/image-blob-reduce/index.js +96 -0
  893. package/draw/libs/image-blob-reduce/lib/image_traverse.d.ts +6 -0
  894. package/draw/libs/image-blob-reduce/lib/image_traverse.js +212 -0
  895. package/draw/libs/image-blob-reduce/lib/jpeg_plugins.d.ts +11 -0
  896. package/draw/libs/image-blob-reduce/lib/jpeg_plugins.js +57 -0
  897. package/draw/libs/image-blob-reduce/lib/utils.d.ts +14 -0
  898. package/draw/libs/image-blob-reduce/lib/utils.js +21 -0
  899. package/draw/libs/jotai/index.d.ts +2 -0
  900. package/draw/libs/jotai/index.js +24 -0
  901. package/draw/libs/jotai/react/Provider.d.ts +16 -0
  902. package/draw/libs/jotai/react/Provider.js +16 -0
  903. package/draw/libs/jotai/react/useAtom.d.ts +13 -0
  904. package/draw/libs/jotai/react/useAtom.js +10 -0
  905. package/draw/libs/jotai/react/useAtomValue.d.ts +9 -0
  906. package/draw/libs/jotai/react/useAtomValue.js +73 -0
  907. package/draw/libs/jotai/react/useSetAtom.d.ts +7 -0
  908. package/draw/libs/jotai/react/useSetAtom.js +11 -0
  909. package/draw/libs/jotai/react/utils/useAtomCallback.d.ts +5 -0
  910. package/draw/libs/jotai/react/utils/useAtomCallback.js +4 -0
  911. package/draw/libs/jotai/react/utils/useHydrateAtoms.d.ts +14 -0
  912. package/draw/libs/jotai/react/utils/useHydrateAtoms.js +16 -0
  913. package/draw/libs/jotai/react/utils/useReducerAtom.d.ts +14 -0
  914. package/draw/libs/jotai/react/utils/useReducerAtom.js +4 -0
  915. package/draw/libs/jotai/react/utils/useResetAtom.d.ts +6 -0
  916. package/draw/libs/jotai/react/utils/useResetAtom.js +5 -0
  917. package/draw/libs/jotai/react/utils.d.ts +4 -0
  918. package/draw/libs/jotai/react/utils.js +6 -0
  919. package/draw/libs/jotai/react.d.ts +4 -0
  920. package/draw/libs/jotai/react.js +6 -0
  921. package/draw/libs/jotai/utils.d.ts +2 -0
  922. package/draw/libs/jotai/utils.js +6 -0
  923. package/draw/libs/jotai/vanilla/atom.d.ts +47 -0
  924. package/draw/libs/jotai/vanilla/atom.js +18 -0
  925. package/draw/libs/jotai/vanilla/internals.d.ts +165 -0
  926. package/draw/libs/jotai/vanilla/internals.js +303 -0
  927. package/draw/libs/jotai/vanilla/store.d.ts +5 -0
  928. package/draw/libs/jotai/vanilla/store.js +17 -0
  929. package/draw/libs/jotai/vanilla/typeUtils.d.ts +7 -0
  930. package/draw/libs/jotai/vanilla/utils/atomFamily.d.ts +55 -0
  931. package/draw/libs/jotai/vanilla/utils/atomFamily.js +3 -0
  932. package/draw/libs/jotai/vanilla/utils/atomWithDefault.d.ts +6 -0
  933. package/draw/libs/jotai/vanilla/utils/atomWithLazy.d.ts +2 -0
  934. package/draw/libs/jotai/vanilla/utils/atomWithObservable.d.ts +32 -0
  935. package/draw/libs/jotai/vanilla/utils/atomWithReducer.d.ts +3 -0
  936. package/draw/libs/jotai/vanilla/utils/atomWithRefresh.d.ts +6 -0
  937. package/draw/libs/jotai/vanilla/utils/atomWithReset.d.ts +8 -0
  938. package/draw/libs/jotai/vanilla/utils/atomWithStorage.d.ts +50 -0
  939. package/draw/libs/jotai/vanilla/utils/atomWithStorage.js +53 -0
  940. package/draw/libs/jotai/vanilla/utils/constants.d.ts +1 -0
  941. package/draw/libs/jotai/vanilla/utils/freezeAtom.d.ts +6 -0
  942. package/draw/libs/jotai/vanilla/utils/loadable.d.ts +33 -0
  943. package/draw/libs/jotai/vanilla/utils/selectAtom.d.ts +2 -0
  944. package/draw/libs/jotai/vanilla/utils/splitAtom.d.ts +16 -0
  945. package/draw/libs/jotai/vanilla/utils/unwrap.d.ts +5 -0
  946. package/draw/libs/jotai/vanilla/utils.d.ts +14 -0
  947. package/draw/libs/jotai/vanilla/utils.js +4 -0
  948. package/draw/libs/jotai/vanilla.d.ts +4 -0
  949. package/draw/libs/jotai-scope/ScopeProvider/index.d.ts +27 -0
  950. package/draw/libs/jotai-scope/ScopeProvider/index.js +47 -0
  951. package/draw/libs/jotai-scope/ScopeProvider/scope.d.ts +16 -0
  952. package/draw/libs/jotai-scope/ScopeProvider/scope.js +264 -0
  953. package/draw/libs/jotai-scope/createIsolation.d.ts +19 -0
  954. package/draw/libs/jotai-scope/createIsolation.js +50 -0
  955. package/draw/libs/jotai-scope/index.d.ts +3 -0
  956. package/draw/libs/jotai-scope/index.js +14 -0
  957. package/draw/libs/jotai-scope/types.d.ts +53 -0
  958. package/draw/libs/jotai-scope/utils.d.ts +6 -0
  959. package/draw/libs/jotai-scope/utils.js +12 -0
  960. package/draw/libs/laser-pointer/index.d.ts +2 -0
  961. package/draw/libs/laser-pointer/index.js +8 -0
  962. package/draw/libs/laser-pointer/math.d.ts +16 -0
  963. package/draw/libs/laser-pointer/math.js +72 -0
  964. package/draw/libs/laser-pointer/simplify.d.ts +2 -0
  965. package/draw/libs/laser-pointer/simplify.js +29 -0
  966. package/draw/libs/laser-pointer/state.d.ts +31 -0
  967. package/draw/libs/laser-pointer/state.js +155 -0
  968. package/draw/libs/markdown-to-text/index.d.ts +20 -0
  969. package/draw/libs/markdown-to-text/index.js +17 -0
  970. package/draw/libs/math/angle.d.ts +19 -0
  971. package/draw/libs/math/angle.js +24 -0
  972. package/draw/libs/math/constants.d.ts +3 -0
  973. package/draw/libs/math/constants.js +56 -0
  974. package/draw/libs/math/curve.d.ts +74 -0
  975. package/draw/libs/math/curve.js +126 -0
  976. package/draw/libs/math/ellipse.d.ts +44 -0
  977. package/draw/libs/math/ellipse.js +44 -0
  978. package/draw/libs/math/index.d.ts +13 -0
  979. package/draw/libs/math/index.js +105 -0
  980. package/draw/libs/math/line.d.ts +17 -0
  981. package/draw/libs/math/line.js +17 -0
  982. package/draw/libs/math/point.d.ts +122 -0
  983. package/draw/libs/math/point.js +48 -0
  984. package/draw/libs/math/polygon.d.ts +6 -0
  985. package/draw/libs/math/polygon.js +42 -0
  986. package/draw/libs/math/range.d.ts +42 -0
  987. package/draw/libs/math/range.js +17 -0
  988. package/draw/libs/math/rectangle.d.ts +5 -0
  989. package/draw/libs/math/rectangle.js +25 -0
  990. package/draw/libs/math/segment.d.ts +40 -0
  991. package/draw/libs/math/segment.js +38 -0
  992. package/draw/libs/math/triangle.d.ts +11 -0
  993. package/draw/libs/math/triangle.js +9 -0
  994. package/draw/libs/math/types.d.ts +106 -0
  995. package/draw/libs/math/utils.d.ts +7 -0
  996. package/draw/libs/math/utils.js +12 -0
  997. package/draw/libs/math/vector.d.ts +94 -0
  998. package/draw/libs/math/vector.js +41 -0
  999. package/draw/libs/multimath/index.d.ts +21 -0
  1000. package/draw/libs/multimath/index.js +66 -0
  1001. package/draw/libs/multimath/lib/base64decode.d.ts +1 -0
  1002. package/draw/libs/multimath/lib/base64decode.js +8 -0
  1003. package/draw/libs/multimath/lib/wa_detect.d.ts +1 -0
  1004. package/draw/libs/multimath/lib/wa_detect.js +68 -0
  1005. package/draw/libs/nanoid/index.d.ts +5 -0
  1006. package/draw/libs/nanoid/index.js +23 -0
  1007. package/draw/libs/nanoid/nanoid.d.ts +1 -0
  1008. package/draw/libs/nanoid/url-alphabet/index.d.ts +1 -0
  1009. package/draw/libs/nanoid/url-alphabet/index.js +6 -0
  1010. package/draw/libs/pako/index.d.ts +323 -0
  1011. package/draw/libs/pako/index.js +1445 -0
  1012. package/draw/libs/path-data-parser/absolutize.d.ts +2 -0
  1013. package/draw/libs/path-data-parser/absolutize.js +140 -0
  1014. package/draw/libs/path-data-parser/index.d.ts +3 -0
  1015. package/draw/libs/path-data-parser/index.js +15 -0
  1016. package/draw/libs/path-data-parser/normalize.d.ts +2 -0
  1017. package/draw/libs/path-data-parser/normalize.js +168 -0
  1018. package/draw/libs/path-data-parser/parser.d.ts +6 -0
  1019. package/draw/libs/path-data-parser/parser.js +90 -0
  1020. package/draw/libs/perfect-freehand/getStroke.d.ts +20 -0
  1021. package/draw/libs/perfect-freehand/getStroke.js +10 -0
  1022. package/draw/libs/perfect-freehand/getStrokeOutlinePoints.d.ts +16 -0
  1023. package/draw/libs/perfect-freehand/getStrokeOutlinePoints.js +73 -0
  1024. package/draw/libs/perfect-freehand/getStrokePoints.d.ts +20 -0
  1025. package/draw/libs/perfect-freehand/getStrokePoints.js +45 -0
  1026. package/draw/libs/perfect-freehand/getStrokeRadius.d.ts +9 -0
  1027. package/draw/libs/perfect-freehand/getStrokeRadius.js +8 -0
  1028. package/draw/libs/perfect-freehand/index.d.ts +6 -0
  1029. package/draw/libs/perfect-freehand/index.js +15 -0
  1030. package/draw/libs/perfect-freehand/types.d.ts +42 -0
  1031. package/draw/libs/perfect-freehand/vec.d.ts +117 -0
  1032. package/draw/libs/perfect-freehand/vec.js +54 -0
  1033. package/draw/libs/pica/index.d.ts +29 -0
  1034. package/draw/libs/pica/index.js +250 -0
  1035. package/draw/libs/pica/lib/mathlib.d.ts +10 -0
  1036. package/draw/libs/pica/lib/mathlib.js +22 -0
  1037. package/draw/libs/pica/lib/mm_resize/convolve.d.ts +11 -0
  1038. package/draw/libs/pica/lib/mm_resize/convolve.js +51 -0
  1039. package/draw/libs/pica/lib/mm_resize/convolve_wasm_base64.d.ts +2 -0
  1040. package/draw/libs/pica/lib/mm_resize/convolve_wasm_base64.js +6 -0
  1041. package/draw/libs/pica/lib/mm_resize/index.d.ts +11 -0
  1042. package/draw/libs/pica/lib/mm_resize/index.js +14 -0
  1043. package/draw/libs/pica/lib/mm_resize/resize.d.ts +1 -0
  1044. package/draw/libs/pica/lib/mm_resize/resize.js +23 -0
  1045. package/draw/libs/pica/lib/mm_resize/resize_filter_gen.d.ts +1 -0
  1046. package/draw/libs/pica/lib/mm_resize/resize_filter_gen.js +24 -0
  1047. package/draw/libs/pica/lib/mm_resize/resize_filter_info.d.ts +45 -0
  1048. package/draw/libs/pica/lib/mm_resize/resize_filter_info.js +58 -0
  1049. package/draw/libs/pica/lib/mm_resize/resize_wasm.d.ts +1 -0
  1050. package/draw/libs/pica/lib/mm_resize/resize_wasm.js +46 -0
  1051. package/draw/libs/pica/lib/mm_unsharp_mask/index.d.ts +10 -0
  1052. package/draw/libs/pica/lib/mm_unsharp_mask/index.js +14 -0
  1053. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask.d.ts +1 -0
  1054. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask.js +19 -0
  1055. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm.d.ts +1 -0
  1056. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm.js +14 -0
  1057. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm_base64.d.ts +2 -0
  1058. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm_base64.js +6 -0
  1059. package/draw/libs/pica/lib/pool.d.ts +14 -0
  1060. package/draw/libs/pica/lib/pool.js +18 -0
  1061. package/draw/libs/pica/lib/stepper.d.ts +1 -0
  1062. package/draw/libs/pica/lib/stepper.js +15 -0
  1063. package/draw/libs/pica/lib/tiler.d.ts +18 -0
  1064. package/draw/libs/pica/lib/tiler.js +38 -0
  1065. package/draw/libs/pica/lib/utils.d.ts +9 -0
  1066. package/draw/libs/pica/lib/utils.js +91 -0
  1067. package/draw/libs/pica/lib/worker.d.ts +1 -0
  1068. package/draw/libs/pica/lib/worker.js +19 -0
  1069. package/draw/libs/png-chunk-text/decode.d.ts +5 -0
  1070. package/draw/libs/png-chunk-text/decode.js +18 -0
  1071. package/draw/libs/png-chunk-text/encode.d.ts +5 -0
  1072. package/draw/libs/png-chunk-text/encode.js +22 -0
  1073. package/draw/libs/png-chunk-text/index.d.ts +8 -0
  1074. package/draw/libs/png-chunk-text/index.js +16 -0
  1075. package/draw/libs/png-chunks-encode/index.d.ts +2 -0
  1076. package/draw/libs/png-chunks-encode/index.js +30 -0
  1077. package/draw/libs/png-chunks-extract/index.d.ts +5 -0
  1078. package/draw/libs/png-chunks-extract/index.js +39 -0
  1079. package/draw/libs/points-on-curve/curve-to-bezier.d.ts +2 -0
  1080. package/draw/libs/points-on-curve/curve-to-bezier.js +26 -0
  1081. package/draw/libs/points-on-curve/index.d.ts +4 -0
  1082. package/draw/libs/points-on-curve/index.js +73 -0
  1083. package/draw/libs/points-on-path/index.d.ts +3 -0
  1084. package/draw/libs/points-on-path/index.js +43 -0
  1085. package/draw/libs/promise-pool/LICENSE +19 -0
  1086. package/draw/libs/promise-pool/index.js +93 -0
  1087. package/draw/libs/roughjs/canvas.d.ts +19 -0
  1088. package/draw/libs/roughjs/canvas.js +95 -0
  1089. package/draw/libs/roughjs/core.d.ts +85 -0
  1090. package/draw/libs/roughjs/core.js +6 -0
  1091. package/draw/libs/roughjs/fillers/dashed-filler.d.ts +8 -0
  1092. package/draw/libs/roughjs/fillers/dashed-filler.js +32 -0
  1093. package/draw/libs/roughjs/fillers/dot-filler.d.ts +8 -0
  1094. package/draw/libs/roughjs/fillers/dot-filler.js +36 -0
  1095. package/draw/libs/roughjs/fillers/filler-interface.d.ts +11 -0
  1096. package/draw/libs/roughjs/fillers/filler.d.ts +3 -0
  1097. package/draw/libs/roughjs/fillers/filler.js +36 -0
  1098. package/draw/libs/roughjs/fillers/hachure-filler.d.ts +10 -0
  1099. package/draw/libs/roughjs/fillers/hachure-filler.js +27 -0
  1100. package/draw/libs/roughjs/fillers/hatch-filler.d.ts +6 -0
  1101. package/draw/libs/roughjs/fillers/hatch-filler.js +12 -0
  1102. package/draw/libs/roughjs/fillers/index.d.ts +9 -0
  1103. package/draw/libs/roughjs/fillers/scan-line-hachure.d.ts +3 -0
  1104. package/draw/libs/roughjs/fillers/scan-line-hachure.js +12 -0
  1105. package/draw/libs/roughjs/fillers/zigzag-filler.d.ts +6 -0
  1106. package/draw/libs/roughjs/fillers/zigzag-filler.js +20 -0
  1107. package/draw/libs/roughjs/fillers/zigzag-line-filler.d.ts +8 -0
  1108. package/draw/libs/roughjs/fillers/zigzag-line-filler.js +34 -0
  1109. package/draw/libs/roughjs/generator.d.ts +19 -0
  1110. package/draw/libs/roughjs/generator.js +204 -0
  1111. package/draw/libs/roughjs/geometry.d.ts +9 -0
  1112. package/draw/libs/roughjs/geometry.js +9 -0
  1113. package/draw/libs/roughjs/index.d.ts +9 -0
  1114. package/draw/libs/roughjs/index.js +54 -0
  1115. package/draw/libs/roughjs/math.d.ts +6 -0
  1116. package/draw/libs/roughjs/math.js +17 -0
  1117. package/draw/libs/roughjs/renderer.d.ts +28 -0
  1118. package/draw/libs/roughjs/renderer.js +336 -0
  1119. package/draw/libs/roughjs/rough.d.ts +11 -0
  1120. package/draw/libs/roughjs/rough.js +22 -0
  1121. package/draw/libs/roughjs/svg.d.ts +20 -0
  1122. package/draw/libs/roughjs/svg.js +84 -0
  1123. package/draw/libs/sliced/index.d.ts +9 -0
  1124. package/draw/libs/sliced/index.js +14 -0
  1125. package/draw/libs/webworkify/index.d.ts +3 -0
  1126. package/draw/libs/webworkify/index.js +18 -0
  1127. package/draw/style/index.css +1 -0
  1128. package/draw/style/index.d.ts +1 -0
  1129. package/draw/style/index.js +3 -0
  1130. package/draw/utils/bbox.d.ts +9 -0
  1131. package/draw/utils/bbox.js +32 -0
  1132. package/draw/utils/export.d.ts +36 -0
  1133. package/draw/utils/export.js +77 -0
  1134. package/draw/utils/index.d.ts +12 -0
  1135. package/draw/utils/index.js +22 -0
  1136. package/draw/utils/shape.d.ts +57 -0
  1137. package/draw/utils/shape.js +81 -0
  1138. package/draw/utils/withinBounds.d.ts +19 -0
  1139. package/draw/utils/withinBounds.js +61 -0
  1140. package/drawer/Drawer.js +95 -103
  1141. package/drawer/constants.d.ts +4 -0
  1142. package/drawer/constants.js +6 -0
  1143. package/drawer/context.d.ts +3 -0
  1144. package/drawer/context.js +19 -0
  1145. package/drawer/index.d.ts +2 -0
  1146. package/drawer/index.js +9 -6
  1147. package/drawer/style/index.css +1 -0
  1148. package/drawer/style/index.d.ts +2 -0
  1149. package/drawer/style/index.js +4 -0
  1150. package/drawer/use-drawer/Hook.js +11 -9
  1151. package/drawer/use-drawer/index.js +1 -1
  1152. package/dropdown/Button.d.ts +1 -1
  1153. package/dropdown/Button.js +2 -2
  1154. package/dropdown/Dropdown.js +55 -55
  1155. package/dropdown/constants.d.ts +0 -0
  1156. package/dropdown/constants.js +2 -0
  1157. package/dropdown/context.d.ts +3 -0
  1158. package/dropdown/context.js +11 -0
  1159. package/dropdown/index.d.ts +3 -1
  1160. package/dropdown/index.js +9 -6
  1161. package/dropdown/style/index.css +1 -0
  1162. package/dropdown/style/index.d.ts +3 -0
  1163. package/dropdown/style/index.js +5 -0
  1164. package/empty/Empty.js +22 -18
  1165. package/empty/constants.d.ts +0 -0
  1166. package/empty/constants.js +2 -0
  1167. package/empty/context.d.ts +3 -0
  1168. package/empty/context.js +7 -0
  1169. package/empty/index.d.ts +2 -0
  1170. package/empty/index.js +9 -4
  1171. package/empty/style/index.css +1 -0
  1172. package/empty/style/index.d.ts +1 -0
  1173. package/empty/style/index.js +3 -0
  1174. package/flex/Flex.js +24 -20
  1175. package/flex/constants.d.ts +0 -0
  1176. package/flex/constants.js +2 -0
  1177. package/flex/context.d.ts +3 -0
  1178. package/flex/context.js +7 -0
  1179. package/flex/index.d.ts +2 -0
  1180. package/flex/index.js +8 -5
  1181. package/flex/style/index.d.ts +1 -0
  1182. package/flex/style/index.js +3 -0
  1183. package/form/Control.d.ts +31 -32
  1184. package/form/Control.js +248 -200
  1185. package/form/Form.js +78 -90
  1186. package/form/Item.js +192 -0
  1187. package/form/ItemLabel.js +48 -0
  1188. package/form/ItemTip.js +41 -0
  1189. package/form/LabelSymbol.js +20 -0
  1190. package/form/List.js +83 -0
  1191. package/form/Provider.js +29 -0
  1192. package/form/constants.js +9 -0
  1193. package/form/context.d.ts +3 -1
  1194. package/form/context.js +19 -5
  1195. package/form/hooks/useForm.js +56 -0
  1196. package/form/hooks/useFormContext.js +34 -0
  1197. package/form/hooks/useFormState.js +31 -0
  1198. package/form/hooks/useWatch.js +34 -0
  1199. package/form/index.d.ts +14 -12
  1200. package/form/index.js +31 -29
  1201. package/form/interface.js +1 -1
  1202. package/form/promisify.js +1 -1
  1203. package/form/store.d.ts +1 -1
  1204. package/form/store.js +36 -36
  1205. package/form/style/index.css +1 -0
  1206. package/form/style/index.d.ts +2 -0
  1207. package/form/style/index.js +4 -0
  1208. package/form/utils.js +14 -14
  1209. package/global-provider/GlobalProvider.js +1 -1
  1210. package/global-provider/constants.d.ts +0 -0
  1211. package/global-provider/constants.js +2 -0
  1212. package/global-provider/context.js +1 -1
  1213. package/global-provider/index.d.ts +1 -0
  1214. package/global-provider/index.js +2 -1
  1215. package/global-provider/style/index.d.ts +1 -0
  1216. package/global-provider/style/index.js +3 -0
  1217. package/grid/Grid.js +33 -34
  1218. package/grid/Item.d.ts +1 -1
  1219. package/grid/Item.js +3 -3
  1220. package/grid/constants.d.ts +0 -0
  1221. package/grid/constants.js +2 -0
  1222. package/grid/context.d.ts +2 -0
  1223. package/grid/context.js +8 -3
  1224. package/grid/index.d.ts +4 -1
  1225. package/grid/index.js +9 -7
  1226. package/grid/style/index.css +1 -0
  1227. package/grid/style/index.d.ts +1 -0
  1228. package/grid/style/index.js +3 -0
  1229. package/grid/utils.js +1 -1
  1230. package/hooks/index.js +1 -1
  1231. package/hooks/use-breakpoint/index.js +1 -1
  1232. package/hooks/use-computed-state/index.js +1 -1
  1233. package/hooks/use-controllable-value/index.js +1 -1
  1234. package/hooks/use-create/index.js +1 -1
  1235. package/hooks/use-creation/index.js +1 -1
  1236. package/hooks/use-effect-event/index.js +1 -1
  1237. package/hooks/use-event/index.js +1 -1
  1238. package/hooks/use-event-listener/index.js +1 -1
  1239. package/hooks/use-force-update/index.js +1 -1
  1240. package/hooks/use-fullscreen/index.js +1 -1
  1241. package/hooks/use-id/index.js +1 -1
  1242. package/hooks/use-intersection-observer/index.js +1 -1
  1243. package/hooks/use-intersection-observers/index.js +1 -1
  1244. package/hooks/use-interval/index.js +1 -1
  1245. package/hooks/use-is-first-render/index.js +1 -1
  1246. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  1247. package/hooks/use-keyboard-event/index.js +1 -1
  1248. package/hooks/use-latest/index.js +1 -1
  1249. package/hooks/use-listen-window-resize/index.js +1 -1
  1250. package/hooks/use-media/index.js +1 -1
  1251. package/hooks/use-memoized-fn/index.js +1 -1
  1252. package/hooks/use-merge-props/index.js +1 -1
  1253. package/hooks/use-move/index.js +1 -1
  1254. package/hooks/use-mutation-observers/index.js +1 -1
  1255. package/hooks/use-online-status/index.js +1 -1
  1256. package/hooks/use-overflow-hidden/index.js +1 -1
  1257. package/hooks/use-override-ref/index.js +1 -1
  1258. package/hooks/use-persist-callback/index.js +1 -1
  1259. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  1260. package/hooks/use-previous/index.js +1 -1
  1261. package/hooks/use-refs/index.js +1 -1
  1262. package/hooks/use-resize-observer/index.js +1 -1
  1263. package/hooks/use-resize-observers/index.js +1 -1
  1264. package/hooks/use-responsive-state/index.js +1 -1
  1265. package/hooks/use-set-state/index.js +1 -1
  1266. package/hooks/use-state-callback/index.js +1 -1
  1267. package/hooks/use-state-with-promise/index.js +1 -1
  1268. package/hooks/use-update-effect/index.js +1 -1
  1269. package/hooks/use-update-layout-effect/index.js +1 -1
  1270. package/hooks/use-verification-code/index.js +1 -1
  1271. package/hooks/use-watch/index.js +1 -1
  1272. package/hooks/use-watermark/index.js +18 -18
  1273. package/hooks/use-watermark/utils.js +1 -1
  1274. package/hooks/use-window-size/index.js +1 -1
  1275. package/hooks/useUnmountOnExit.js +1 -1
  1276. package/icon/Icon.d.ts +2 -4
  1277. package/icon/Icon.js +22 -23
  1278. package/icon/addIconFromCdn.js +1 -1
  1279. package/icon/constants.d.ts +0 -0
  1280. package/icon/constants.js +2 -0
  1281. package/icon/context.d.ts +3 -0
  1282. package/icon/context.js +11 -0
  1283. package/icon/index.d.ts +12 -1
  1284. package/icon/index.js +12 -9
  1285. package/icon/style/index.css +1 -0
  1286. package/icon/style/index.d.ts +1 -0
  1287. package/icon/style/index.js +3 -0
  1288. package/icon-hover/IconHover.js +26 -24
  1289. package/icon-hover/constants.d.ts +0 -0
  1290. package/icon-hover/constants.js +2 -0
  1291. package/icon-hover/context.d.ts +3 -0
  1292. package/icon-hover/context.js +7 -0
  1293. package/icon-hover/index.d.ts +2 -0
  1294. package/icon-hover/index.js +9 -4
  1295. package/icon-hover/style/index.css +1 -0
  1296. package/icon-hover/style/index.d.ts +1 -0
  1297. package/icon-hover/style/index.js +3 -0
  1298. package/icons/file/File.js +20 -16
  1299. package/icons/file/constants.d.ts +0 -0
  1300. package/icons/file/context.d.ts +3 -0
  1301. package/icons/file/context.js +7 -0
  1302. package/icons/file/index.d.ts +1 -0
  1303. package/icons/file/index.js +3 -2
  1304. package/icons/file/style/index.d.ts +0 -1
  1305. package/icons/file/style/index.js +3 -0
  1306. package/icons.js +1 -1
  1307. package/image/Footer.d.ts +13 -0
  1308. package/image/Footer.js +58 -0
  1309. package/image/Image.js +66 -66
  1310. package/image/Preview.js +371 -0
  1311. package/image/PreviewArrow.js +30 -0
  1312. package/image/PreviewGroup.js +112 -0
  1313. package/image/PreviewToolbar.js +61 -0
  1314. package/image/TriggerForToolbar.js +1 -1
  1315. package/image/constants.d.ts +0 -0
  1316. package/image/constants.js +2 -0
  1317. package/image/context.d.ts +5 -1
  1318. package/image/context.js +31 -5
  1319. package/image/hooks/useImageStatus.js +18 -0
  1320. package/image/hooks/useShowFooter.js +13 -0
  1321. package/image/index.d.ts +6 -4
  1322. package/image/index.js +11 -9
  1323. package/image/style/index.css +1 -0
  1324. package/image/style/index.d.ts +1 -0
  1325. package/image/style/index.js +3 -0
  1326. package/image/utils/getFixTranslate.js +1 -1
  1327. package/image/utils/getScale.js +1 -1
  1328. package/index.d.ts +0 -2
  1329. package/index.js +485 -505
  1330. package/input/Button.js +2 -2
  1331. package/input/Core.js +8 -6
  1332. package/input/Group.js +2 -2
  1333. package/input/Input.js +52 -48
  1334. package/input/Password.js +2 -2
  1335. package/input/Search.js +2 -2
  1336. package/input/Textarea.js +2 -2
  1337. package/input/autoSizeTextareaHeight.js +1 -1
  1338. package/input/constants.js +1 -1
  1339. package/input/context.d.ts +3 -0
  1340. package/input/context.js +7 -0
  1341. package/input/index.d.ts +4 -0
  1342. package/input/index.js +23 -24
  1343. package/input/style/index.css +1 -0
  1344. package/input/style/index.d.ts +2 -0
  1345. package/input/style/index.js +4 -0
  1346. package/input/useComposition.js +1 -1
  1347. package/input/utils.js +1 -1
  1348. package/input-number/InputNumber.js +56 -58
  1349. package/input-number/constants.d.ts +0 -0
  1350. package/input-number/constants.js +2 -0
  1351. package/input-number/context.d.ts +3 -0
  1352. package/input-number/context.js +13 -0
  1353. package/input-number/decimal.js +1 -1
  1354. package/input-number/hooks/useSelectionRange.js +25 -0
  1355. package/input-number/index.d.ts +2 -0
  1356. package/input-number/index.js +9 -4
  1357. package/input-number/style/index.css +1 -0
  1358. package/input-number/style/index.d.ts +2 -0
  1359. package/input-number/style/index.js +4 -0
  1360. package/input-number/utils.js +1 -1
  1361. package/input-tag/InputTag.js +163 -159
  1362. package/input-tag/constants.js +6 -0
  1363. package/input-tag/context.d.ts +3 -0
  1364. package/input-tag/context.js +7 -0
  1365. package/input-tag/hooks/useComputeAutoWidthDelay.js +12 -0
  1366. package/input-tag/index.d.ts +2 -0
  1367. package/input-tag/index.js +9 -4
  1368. package/input-tag/style/index.css +1 -0
  1369. package/input-tag/style/index.d.ts +2 -0
  1370. package/input-tag/style/index.js +4 -0
  1371. package/layout/Content.js +1 -1
  1372. package/layout/Footer.js +1 -1
  1373. package/layout/Header.js +1 -1
  1374. package/layout/Layout.js +24 -20
  1375. package/layout/Sider.js +3 -3
  1376. package/layout/constants.d.ts +0 -0
  1377. package/layout/constants.js +2 -0
  1378. package/layout/context.d.ts +3 -0
  1379. package/layout/context.js +3 -3
  1380. package/layout/index.d.ts +2 -0
  1381. package/layout/index.js +15 -13
  1382. package/layout/style/index.css +1 -0
  1383. package/layout/style/index.d.ts +3 -0
  1384. package/layout/style/index.js +5 -0
  1385. package/link/Link.js +35 -32
  1386. package/link/constants.d.ts +0 -0
  1387. package/link/constants.js +2 -0
  1388. package/link/context.d.ts +3 -0
  1389. package/link/context.js +7 -0
  1390. package/link/index.d.ts +2 -0
  1391. package/link/index.js +9 -4
  1392. package/link/style/index.css +1 -0
  1393. package/link/style/index.d.ts +1 -0
  1394. package/link/style/index.js +3 -0
  1395. package/liquid-fill/LiquidFill.js +73 -87
  1396. package/liquid-fill/constants.d.ts +0 -0
  1397. package/liquid-fill/constants.js +2 -0
  1398. package/liquid-fill/context.d.ts +3 -0
  1399. package/liquid-fill/context.js +25 -0
  1400. package/liquid-fill/index.d.ts +2 -0
  1401. package/liquid-fill/index.js +9 -4
  1402. package/liquid-fill/style/index.css +1 -0
  1403. package/liquid-fill/style/index.d.ts +1 -0
  1404. package/liquid-fill/style/index.js +3 -0
  1405. package/list/Item.js +2 -2
  1406. package/list/List.js +44 -46
  1407. package/list/Meta.js +1 -1
  1408. package/list/constants.d.ts +0 -0
  1409. package/list/constants.js +2 -0
  1410. package/list/context.d.ts +3 -0
  1411. package/list/context.js +13 -0
  1412. package/list/index.d.ts +2 -0
  1413. package/list/index.js +7 -4
  1414. package/list/style/index.css +1 -0
  1415. package/list/style/index.d.ts +5 -0
  1416. package/list/style/index.js +7 -0
  1417. package/loading/Loading.js +40 -36
  1418. package/loading/constants.d.ts +0 -0
  1419. package/loading/constants.js +2 -0
  1420. package/loading/context.d.ts +3 -0
  1421. package/loading/context.js +7 -0
  1422. package/loading/index.d.ts +2 -0
  1423. package/loading/index.js +9 -4
  1424. package/loading/style/index.d.ts +1 -0
  1425. package/loading/style/index.js +3 -0
  1426. package/locale/ar-EG.js +1 -1
  1427. package/locale/de-DE.js +1 -1
  1428. package/locale/default.js +1 -1
  1429. package/locale/en-US.js +1 -1
  1430. package/locale/es-ES.js +1 -1
  1431. package/locale/fr-FR.js +1 -1
  1432. package/locale/id-ID.js +1 -1
  1433. package/locale/it-IT.js +1 -1
  1434. package/locale/ja-JP.js +20 -20
  1435. package/locale/ko-KR.js +1 -1
  1436. package/locale/ms-MY.js +1 -1
  1437. package/locale/pt-BR.js +1 -1
  1438. package/locale/pt-PT.js +1 -1
  1439. package/locale/ru-RU.js +1 -1
  1440. package/locale/th-TH.js +1 -1
  1441. package/locale/tr-TR.js +1 -1
  1442. package/locale/vi-VN.js +1 -1
  1443. package/locale/zh-CN.js +19 -19
  1444. package/locale/zh-HK.js +20 -20
  1445. package/locale/zh-TW.js +20 -20
  1446. package/marquee/Marquee.js +44 -50
  1447. package/marquee/constants.d.ts +0 -0
  1448. package/marquee/constants.js +2 -0
  1449. package/marquee/context.d.ts +3 -0
  1450. package/marquee/context.js +16 -0
  1451. package/marquee/index.d.ts +2 -0
  1452. package/marquee/index.js +9 -4
  1453. package/marquee/style/index.css +1 -0
  1454. package/marquee/style/index.d.ts +1 -0
  1455. package/marquee/style/index.js +3 -0
  1456. package/mask/Mask.d.ts +1 -3
  1457. package/mask/Mask.js +28 -29
  1458. package/mask/constants.js +10 -0
  1459. package/mask/context.d.ts +3 -0
  1460. package/mask/context.js +11 -0
  1461. package/mask/index.d.ts +3 -3
  1462. package/mask/index.js +9 -4
  1463. package/mask/interface.d.ts +2 -2
  1464. package/mask/style/index.css +1 -0
  1465. package/mask/style/index.d.ts +1 -0
  1466. package/mask/style/index.js +3 -0
  1467. package/masonry/Item.js +1 -1
  1468. package/masonry/Masonry.js +57 -54
  1469. package/masonry/constants.d.ts +0 -0
  1470. package/masonry/constants.js +2 -0
  1471. package/masonry/context.d.ts +3 -0
  1472. package/masonry/context.js +7 -0
  1473. package/masonry/hooks/useDelay.js +1 -1
  1474. package/masonry/hooks/useGutter.js +1 -1
  1475. package/masonry/hooks/usePositions.js +1 -1
  1476. package/masonry/hooks/useRefs.js +1 -1
  1477. package/masonry/index.d.ts +2 -0
  1478. package/masonry/index.js +7 -4
  1479. package/masonry/style/index.css +1 -0
  1480. package/masonry/style/index.d.ts +1 -0
  1481. package/masonry/style/index.js +3 -0
  1482. package/mentions/Mentions.js +37 -39
  1483. package/mentions/constants.d.ts +0 -0
  1484. package/mentions/constants.js +2 -0
  1485. package/mentions/context.d.ts +3 -0
  1486. package/mentions/context.js +13 -0
  1487. package/mentions/index.d.ts +2 -0
  1488. package/mentions/index.js +9 -4
  1489. package/mentions/style/index.css +1 -0
  1490. package/mentions/style/index.d.ts +1 -0
  1491. package/mentions/style/index.js +3 -0
  1492. package/mentions/utils.js +1 -1
  1493. package/menu/Indent.js +1 -1
  1494. package/menu/Item.js +1 -1
  1495. package/menu/ItemGroup.js +1 -1
  1496. package/menu/Menu.js +75 -81
  1497. package/menu/OverflowWrap.js +2 -2
  1498. package/menu/constants.d.ts +0 -0
  1499. package/menu/constants.js +2 -0
  1500. package/menu/context.d.ts +3 -1
  1501. package/menu/context.js +12 -3
  1502. package/menu/index.d.ts +3 -1
  1503. package/menu/index.js +14 -12
  1504. package/menu/style/index.css +1 -0
  1505. package/menu/style/index.d.ts +3 -0
  1506. package/menu/style/index.js +5 -0
  1507. package/menu/sub-menu/Inline.d.ts +2 -1
  1508. package/menu/sub-menu/Inline.js +2 -2
  1509. package/menu/sub-menu/Pop.d.ts +2 -1
  1510. package/menu/sub-menu/Pop.js +3 -3
  1511. package/menu/sub-menu/index.d.ts +1 -1
  1512. package/menu/sub-menu/index.js +2 -2
  1513. package/menu/utils.js +1 -1
  1514. package/message/Message.js +76 -72
  1515. package/message/config.js +1 -1
  1516. package/message/constants.js +1 -1
  1517. package/message/context.d.ts +3 -0
  1518. package/message/context.js +7 -0
  1519. package/message/hooks/useMessage.d.ts +4 -0
  1520. package/message/hooks/useMessage.js +52 -0
  1521. package/message/index.d.ts +3 -1
  1522. package/message/index.js +9 -6
  1523. package/message/interface.d.ts +3 -5
  1524. package/message/style/index.css +1 -0
  1525. package/message/style/index.d.ts +1 -0
  1526. package/message/style/index.js +3 -0
  1527. package/message/utils.js +1 -1
  1528. package/modal/Modal.js +189 -207
  1529. package/modal/config.js +1 -1
  1530. package/modal/confirm.js +12 -12
  1531. package/modal/constants.js +1 -1
  1532. package/modal/context.d.ts +3 -0
  1533. package/modal/context.js +17 -0
  1534. package/modal/index.d.ts +2 -0
  1535. package/modal/index.js +11 -8
  1536. package/modal/interface.d.ts +3 -0
  1537. package/modal/style/index.css +1 -0
  1538. package/modal/style/index.d.ts +2 -0
  1539. package/modal/style/index.js +4 -0
  1540. package/modal/use-modal/Hook.js +11 -9
  1541. package/modal/use-modal/index.js +1 -1
  1542. package/modal/utils.js +1 -1
  1543. package/notice/Notice.js +47 -49
  1544. package/notice/config.js +1 -1
  1545. package/notice/constants.js +1 -1
  1546. package/notice/context.d.ts +3 -0
  1547. package/notice/context.js +13 -0
  1548. package/notice/index.d.ts +2 -0
  1549. package/notice/index.js +10 -7
  1550. package/notice/style/index.d.ts +1 -0
  1551. package/notice/style/index.js +3 -0
  1552. package/notice/utils.js +1 -1
  1553. package/notice/withNotice.js +1 -1
  1554. package/notification/Notification.js +77 -73
  1555. package/notification/config.js +1 -1
  1556. package/notification/constants.js +1 -1
  1557. package/notification/context.d.ts +3 -0
  1558. package/notification/context.js +7 -0
  1559. package/notification/hooks/useNotification.d.ts +4 -0
  1560. package/notification/hooks/useNotification.js +53 -0
  1561. package/notification/index.d.ts +3 -1
  1562. package/notification/index.js +9 -6
  1563. package/notification/style/index.css +1 -0
  1564. package/notification/style/index.d.ts +1 -0
  1565. package/notification/style/index.js +3 -0
  1566. package/notification/utils.js +1 -1
  1567. package/overflow-ellipsis/Item.js +22 -0
  1568. package/overflow-ellipsis/OverflowEllipsis.js +42 -37
  1569. package/overflow-ellipsis/constants.d.ts +0 -0
  1570. package/overflow-ellipsis/constants.js +2 -0
  1571. package/overflow-ellipsis/context.d.ts +3 -0
  1572. package/overflow-ellipsis/context.js +7 -0
  1573. package/overflow-ellipsis/index.d.ts +4 -2
  1574. package/overflow-ellipsis/index.js +10 -5
  1575. package/overflow-ellipsis/style/index.css +1 -0
  1576. package/overflow-ellipsis/style/index.d.ts +1 -0
  1577. package/overflow-ellipsis/style/index.js +3 -0
  1578. package/package.json +1 -1
  1579. package/page-header/PageHeader.js +74 -70
  1580. package/page-header/constants.d.ts +0 -0
  1581. package/page-header/constants.js +2 -0
  1582. package/page-header/context.d.ts +3 -0
  1583. package/page-header/context.js +7 -0
  1584. package/page-header/index.d.ts +2 -0
  1585. package/page-header/index.js +9 -4
  1586. package/page-header/style/index.css +1 -0
  1587. package/page-header/style/index.d.ts +2 -0
  1588. package/page-header/style/index.js +4 -0
  1589. package/pagination/Item.js +2 -2
  1590. package/pagination/Jumper.js +2 -2
  1591. package/pagination/Pagination.js +98 -99
  1592. package/pagination/PreNextButton.js +2 -2
  1593. package/pagination/PreNextJump.js +2 -2
  1594. package/pagination/SizeOption.js +3 -3
  1595. package/pagination/constants.d.ts +0 -0
  1596. package/pagination/constants.js +2 -0
  1597. package/pagination/context.d.ts +3 -0
  1598. package/pagination/context.js +11 -0
  1599. package/pagination/index.d.ts +2 -0
  1600. package/pagination/index.js +10 -5
  1601. package/pagination/interface.js +1 -1
  1602. package/pagination/style/index.css +1 -0
  1603. package/pagination/style/index.d.ts +3 -0
  1604. package/pagination/style/index.js +5 -0
  1605. package/pagination/utils.js +1 -1
  1606. package/picker/Input.js +1 -1
  1607. package/picker/InputRange.js +1 -1
  1608. package/picker/constants.d.ts +0 -0
  1609. package/picker/constants.js +2 -0
  1610. package/picker/context.d.ts +0 -0
  1611. package/picker/context.js +2 -0
  1612. package/picker/index.d.ts +1 -0
  1613. package/picker/index.js +7 -6
  1614. package/picker/style/index.css +1 -0
  1615. package/picker/style/index.d.ts +1 -0
  1616. package/picker/style/index.js +3 -0
  1617. package/popconfirm/Popconfirm.js +40 -43
  1618. package/popconfirm/constants.d.ts +0 -0
  1619. package/popconfirm/constants.js +2 -0
  1620. package/popconfirm/context.d.ts +3 -0
  1621. package/popconfirm/context.js +16 -0
  1622. package/popconfirm/index.d.ts +2 -0
  1623. package/popconfirm/index.js +9 -4
  1624. package/popconfirm/style/index.css +1 -0
  1625. package/popconfirm/style/index.d.ts +4 -0
  1626. package/popconfirm/style/index.js +6 -0
  1627. package/popover/Popover.js +36 -37
  1628. package/popover/constants.d.ts +0 -0
  1629. package/popover/constants.js +2 -0
  1630. package/popover/context.d.ts +3 -0
  1631. package/popover/context.js +11 -0
  1632. package/popover/index.d.ts +2 -0
  1633. package/popover/index.js +9 -4
  1634. package/popover/style/index.css +1 -0
  1635. package/popover/style/index.d.ts +2 -0
  1636. package/popover/style/index.js +4 -0
  1637. package/portal/Portal.js +25 -23
  1638. package/portal/constants.d.ts +0 -0
  1639. package/portal/constants.js +2 -0
  1640. package/portal/context.d.ts +3 -0
  1641. package/portal/context.js +7 -0
  1642. package/portal/index.d.ts +2 -0
  1643. package/portal/index.js +9 -4
  1644. package/portal/style/index.d.ts +1 -0
  1645. package/portal/style/index.js +3 -0
  1646. package/progress/Circle.js +102 -0
  1647. package/progress/Line.js +74 -0
  1648. package/progress/Progress.js +51 -54
  1649. package/progress/Step.js +51 -0
  1650. package/progress/constants.d.ts +0 -0
  1651. package/progress/constants.js +2 -0
  1652. package/progress/context.d.ts +3 -0
  1653. package/progress/context.js +13 -0
  1654. package/progress/index.d.ts +6 -31
  1655. package/progress/index.js +12 -9
  1656. package/progress/style/index.css +1 -0
  1657. package/progress/style/index.d.ts +2 -0
  1658. package/progress/style/index.js +4 -0
  1659. package/qr-code/QRCode.js +31 -37
  1660. package/qr-code/constants.d.ts +0 -0
  1661. package/qr-code/constants.js +2 -0
  1662. package/qr-code/context.d.ts +3 -0
  1663. package/qr-code/context.js +17 -0
  1664. package/qr-code/index.d.ts +2 -0
  1665. package/qr-code/index.js +9 -6
  1666. package/qr-code/src/index.js +1 -1
  1667. package/qr-code/src/qrcodegen.js +1 -1
  1668. package/qr-code/style/index.css +1 -0
  1669. package/qr-code/style/index.d.ts +1 -0
  1670. package/qr-code/style/index.js +3 -0
  1671. package/radio/Group.js +3 -3
  1672. package/radio/GroupBlock.js +3 -3
  1673. package/radio/Radio.js +62 -59
  1674. package/radio/constants.d.ts +0 -0
  1675. package/radio/constants.js +2 -0
  1676. package/radio/context.d.ts +3 -1
  1677. package/radio/context.js +3 -3
  1678. package/radio/index.d.ts +2 -0
  1679. package/radio/index.js +12 -10
  1680. package/radio/style/index.css +1 -0
  1681. package/radio/style/index.d.ts +1 -0
  1682. package/radio/style/index.js +3 -0
  1683. package/rate/Rate.js +32 -33
  1684. package/rate/constants.d.ts +0 -0
  1685. package/rate/constants.js +2 -0
  1686. package/rate/context.d.ts +3 -0
  1687. package/rate/context.js +11 -0
  1688. package/rate/index.d.ts +2 -0
  1689. package/rate/index.js +9 -4
  1690. package/rate/style/index.css +1 -0
  1691. package/rate/style/index.d.ts +2 -0
  1692. package/rate/style/index.js +4 -0
  1693. package/resize-box/ResizeBox.js +75 -76
  1694. package/resize-box/ResizeTrigger.js +1 -1
  1695. package/resize-box/Split.js +13 -13
  1696. package/resize-box/SplitGroup.js +14 -14
  1697. package/resize-box/constants.d.ts +0 -0
  1698. package/resize-box/constants.js +2 -0
  1699. package/resize-box/context.d.ts +3 -0
  1700. package/resize-box/context.js +12 -0
  1701. package/resize-box/index.d.ts +2 -0
  1702. package/resize-box/index.js +11 -8
  1703. package/resize-box/style/index.css +1 -0
  1704. package/resize-box/style/index.d.ts +1 -0
  1705. package/resize-box/style/index.js +3 -0
  1706. package/result/403.js +1 -1
  1707. package/result/404.js +1 -1
  1708. package/result/500.js +1 -1
  1709. package/result/Result.js +57 -53
  1710. package/result/constants.d.ts +0 -0
  1711. package/result/constants.js +2 -0
  1712. package/result/context.d.ts +3 -0
  1713. package/result/context.js +7 -0
  1714. package/result/index.d.ts +2 -0
  1715. package/result/index.js +9 -4
  1716. package/result/style/index.css +1 -0
  1717. package/result/style/index.d.ts +1 -0
  1718. package/result/style/index.js +3 -0
  1719. package/rich-text/RichText.d.ts +1 -1
  1720. package/rich-text/RichText.js +110 -106
  1721. package/rich-text/Toolbar.d.ts +2 -1
  1722. package/rich-text/Toolbar.js +234 -250
  1723. package/rich-text/constants.js +7 -0
  1724. package/rich-text/context.d.ts +3 -0
  1725. package/rich-text/context.js +7 -0
  1726. package/rich-text/index.d.ts +9 -7
  1727. package/rich-text/index.js +25 -22
  1728. package/rich-text/interface.d.ts +4 -2
  1729. package/rich-text/libs/blots/block.js +115 -0
  1730. package/rich-text/libs/blots/break.js +20 -0
  1731. package/rich-text/libs/blots/container.js +8 -0
  1732. package/rich-text/libs/blots/cursor.js +97 -0
  1733. package/rich-text/libs/blots/embed.js +47 -0
  1734. package/rich-text/libs/blots/inline.js +50 -0
  1735. package/rich-text/libs/blots/scroll.js +249 -0
  1736. package/rich-text/libs/blots/text.js +17 -0
  1737. package/rich-text/libs/core/composition.js +38 -0
  1738. package/rich-text/libs/core/editor.js +248 -0
  1739. package/rich-text/libs/core/emitter.d.ts +38 -0
  1740. package/rich-text/libs/core/emitter.js +47 -0
  1741. package/rich-text/libs/core/logger.js +20 -0
  1742. package/rich-text/libs/core/module.js +14 -0
  1743. package/rich-text/libs/core/rich.d.ts +183 -0
  1744. package/rich-text/libs/core/rich.js +369 -0
  1745. package/rich-text/libs/core/selection.js +222 -0
  1746. package/rich-text/libs/core/theme.js +32 -0
  1747. package/rich-text/libs/core/utils/createRegistryWithFormats.js +29 -0
  1748. package/rich-text/libs/core/utils/scrollRectIntoView.js +59 -0
  1749. package/rich-text/libs/delta/AttributeMap.js +37 -0
  1750. package/rich-text/libs/delta/Op.js +10 -0
  1751. package/rich-text/libs/delta/OpIterator.js +45 -0
  1752. package/rich-text/libs/delta/index.js +235 -0
  1753. package/rich-text/libs/diff/index.js +285 -0
  1754. package/rich-text/libs/formats/align.js +20 -0
  1755. package/rich-text/libs/formats/background.js +11 -0
  1756. package/rich-text/libs/formats/blockquote.js +16 -0
  1757. package/rich-text/libs/formats/bold.js +25 -0
  1758. package/rich-text/libs/formats/code.js +37 -0
  1759. package/rich-text/libs/formats/color.js +16 -0
  1760. package/rich-text/libs/formats/direction.js +15 -0
  1761. package/rich-text/libs/formats/emoji.js +20 -0
  1762. package/rich-text/libs/formats/font.js +51 -0
  1763. package/rich-text/libs/formats/formula.js +35 -0
  1764. package/rich-text/libs/formats/header.js +25 -0
  1765. package/rich-text/libs/formats/hr.js +17 -0
  1766. package/rich-text/libs/formats/image.js +46 -0
  1767. package/rich-text/libs/formats/indent.js +38 -0
  1768. package/rich-text/libs/formats/italic.js +16 -0
  1769. package/rich-text/libs/formats/lineHeight.js +12 -0
  1770. package/rich-text/libs/formats/link.js +47 -0
  1771. package/rich-text/libs/formats/list.js +37 -0
  1772. package/rich-text/libs/formats/script.js +23 -0
  1773. package/rich-text/libs/formats/size.js +27 -0
  1774. package/rich-text/libs/formats/strike.js +16 -0
  1775. package/rich-text/libs/formats/table.js +134 -0
  1776. package/rich-text/libs/formats/underline.js +16 -0
  1777. package/rich-text/libs/formats/video.js +40 -0
  1778. package/rich-text/libs/index.js +117 -0
  1779. package/rich-text/libs/modules/clipboard.js +295 -0
  1780. package/rich-text/libs/modules/history.js +119 -0
  1781. package/rich-text/libs/modules/image-resize/index.js +80 -0
  1782. package/rich-text/libs/modules/image-resize/modules/Base.js +14 -0
  1783. package/rich-text/libs/modules/image-resize/modules/DisplaySize.js +41 -0
  1784. package/rich-text/libs/modules/image-resize/modules/Resize.js +62 -0
  1785. package/rich-text/libs/modules/image-resize/options.js +11 -0
  1786. package/rich-text/libs/modules/input.js +54 -0
  1787. package/rich-text/libs/modules/keyboard.js +423 -0
  1788. package/rich-text/libs/modules/normalizeExternalHTML/index.js +12 -0
  1789. package/rich-text/libs/modules/normalizeExternalHTML/normalizers/googleDocs.js +22 -0
  1790. package/rich-text/libs/modules/normalizeExternalHTML/normalizers/msWord.js +39 -0
  1791. package/rich-text/libs/modules/table.js +113 -0
  1792. package/rich-text/libs/modules/toolbar copy.d.ts +0 -0
  1793. package/rich-text/libs/modules/toolbar.js +18 -0
  1794. package/rich-text/libs/modules/uiNode.js +52 -0
  1795. package/rich-text/libs/modules/uploader.js +46 -0
  1796. package/rich-text/libs/parchment/attributor/attributor.js +30 -0
  1797. package/rich-text/libs/parchment/attributor/class.js +26 -0
  1798. package/rich-text/libs/parchment/attributor/store.js +44 -0
  1799. package/rich-text/libs/parchment/attributor/style.js +25 -0
  1800. package/rich-text/libs/parchment/blot/abstract/container.js +32 -0
  1801. package/rich-text/libs/parchment/blot/abstract/leaf.js +25 -0
  1802. package/rich-text/libs/parchment/blot/abstract/parent.js +156 -0
  1803. package/rich-text/libs/parchment/blot/abstract/shadow.js +78 -0
  1804. package/rich-text/libs/parchment/blot/block.js +71 -0
  1805. package/rich-text/libs/parchment/blot/embed.js +18 -0
  1806. package/rich-text/libs/parchment/blot/inline.js +73 -0
  1807. package/rich-text/libs/parchment/blot/scroll.js +100 -0
  1808. package/rich-text/libs/parchment/blot/text.js +56 -0
  1809. package/rich-text/libs/parchment/collection/linked-list.js +86 -0
  1810. package/rich-text/libs/parchment/error.js +10 -0
  1811. package/rich-text/libs/parchment/index.js +36 -0
  1812. package/rich-text/libs/parchment/registry.js +56 -0
  1813. package/rich-text/libs/parchment/scope.js +8 -0
  1814. package/rich-text/style/index.css +1 -0
  1815. package/rich-text/style/index.d.ts +1 -0
  1816. package/rich-text/style/index.js +3 -0
  1817. package/router-error/RouterError.d.ts +4 -0
  1818. package/router-error/RouterError.js +82 -0
  1819. package/router-error/constants.d.ts +0 -0
  1820. package/router-error/constants.js +2 -0
  1821. package/router-error/context.d.ts +3 -0
  1822. package/router-error/context.js +7 -0
  1823. package/router-error/index.d.ts +3 -1
  1824. package/router-error/index.js +5 -75
  1825. package/router-error/interface.d.ts +8 -0
  1826. package/router-error/style/index.d.ts +0 -1
  1827. package/router-error/style/index.js +1 -2
  1828. package/row-col/Col.js +65 -96
  1829. package/row-col/Row.js +36 -39
  1830. package/row-col/constants.d.ts +1 -0
  1831. package/row-col/constants.js +6 -0
  1832. package/row-col/context.d.ts +5 -0
  1833. package/row-col/context.js +8 -3
  1834. package/row-col/index.d.ts +2 -0
  1835. package/row-col/index.js +11 -9
  1836. package/row-col/style/index.css +1 -0
  1837. package/row-col/style/index.d.ts +1 -0
  1838. package/row-col/style/index.js +3 -0
  1839. package/segmented/Segmented.js +82 -89
  1840. package/segmented/constants.d.ts +0 -0
  1841. package/segmented/constants.js +2 -0
  1842. package/segmented/context.d.ts +3 -0
  1843. package/segmented/context.js +18 -0
  1844. package/segmented/index.d.ts +2 -0
  1845. package/segmented/index.js +9 -4
  1846. package/segmented/style/index.css +1 -0
  1847. package/segmented/style/index.d.ts +1 -0
  1848. package/segmented/style/index.js +3 -0
  1849. package/select/Option.js +1 -1
  1850. package/select/OptionGroup.js +1 -1
  1851. package/select/Select.js +195 -197
  1852. package/select/constants.d.ts +0 -0
  1853. package/select/constants.js +2 -0
  1854. package/select/context.d.ts +3 -0
  1855. package/select/context.js +13 -0
  1856. package/select/index.d.ts +2 -0
  1857. package/select/index.js +7 -4
  1858. package/select/style/index.css +1 -0
  1859. package/select/style/index.d.ts +5 -0
  1860. package/select/style/index.js +7 -0
  1861. package/select/utils.js +1 -1
  1862. package/select-view/Core.js +3 -3
  1863. package/select-view/SelectView.js +43 -39
  1864. package/select-view/constants.d.ts +0 -0
  1865. package/select-view/constants.js +2 -0
  1866. package/select-view/context.d.ts +3 -0
  1867. package/select-view/context.js +7 -0
  1868. package/select-view/index.d.ts +2 -0
  1869. package/select-view/index.js +10 -7
  1870. package/select-view/style/index.d.ts +1 -0
  1871. package/select-view/style/index.js +3 -0
  1872. package/skeleton/Image.js +1 -1
  1873. package/skeleton/Skeleton.js +42 -42
  1874. package/skeleton/Text.d.ts +1 -1
  1875. package/skeleton/Text.js +1 -1
  1876. package/skeleton/constants.d.ts +0 -0
  1877. package/skeleton/constants.js +2 -0
  1878. package/skeleton/context.d.ts +3 -0
  1879. package/skeleton/context.js +10 -0
  1880. package/skeleton/index.d.ts +2 -0
  1881. package/skeleton/index.js +11 -8
  1882. package/skeleton/style/index.css +1 -0
  1883. package/skeleton/style/index.d.ts +1 -0
  1884. package/skeleton/style/index.js +3 -0
  1885. package/slider/Button.js +7 -7
  1886. package/slider/Dot.d.ts +1 -1
  1887. package/slider/Dot.js +1 -1
  1888. package/slider/Input.js +1 -1
  1889. package/slider/Mark.d.ts +1 -1
  1890. package/slider/Mark.js +1 -1
  1891. package/slider/Slider.js +188 -189
  1892. package/slider/Tick.d.ts +1 -1
  1893. package/slider/Tick.js +1 -1
  1894. package/slider/constants.d.ts +0 -0
  1895. package/slider/constants.js +2 -0
  1896. package/slider/context.d.ts +3 -0
  1897. package/slider/context.js +11 -0
  1898. package/slider/hooks/useInterval.js +94 -0
  1899. package/slider/hooks/useLegalValue.js +58 -0
  1900. package/slider/index.d.ts +2 -0
  1901. package/slider/index.js +15 -12
  1902. package/slider/style/index.css +1 -0
  1903. package/slider/style/index.d.ts +4 -0
  1904. package/slider/style/index.js +6 -0
  1905. package/slider/utils.d.ts +1 -1
  1906. package/slider/utils.js +1 -1
  1907. package/space/Space.js +29 -29
  1908. package/space/constants.d.ts +0 -0
  1909. package/space/constants.js +2 -0
  1910. package/space/context.d.ts +3 -0
  1911. package/space/context.js +10 -0
  1912. package/space/index.d.ts +2 -0
  1913. package/space/index.js +8 -5
  1914. package/space/style/index.d.ts +1 -0
  1915. package/space/style/index.js +3 -0
  1916. package/speech-synthesis/SpeechSynthesis.js +18 -10
  1917. package/speech-synthesis/constants.d.ts +0 -0
  1918. package/speech-synthesis/constants.js +2 -0
  1919. package/speech-synthesis/context.d.ts +3 -0
  1920. package/speech-synthesis/context.js +7 -0
  1921. package/speech-synthesis/index.d.ts +2 -0
  1922. package/speech-synthesis/index.js +9 -4
  1923. package/speech-synthesis/style/index.d.ts +1 -0
  1924. package/speech-synthesis/style/index.js +3 -0
  1925. package/spin/DotLoading.js +1 -1
  1926. package/spin/Spin.js +69 -65
  1927. package/spin/constants.d.ts +0 -0
  1928. package/spin/constants.js +2 -0
  1929. package/spin/context.d.ts +3 -0
  1930. package/spin/context.js +7 -0
  1931. package/spin/index.d.ts +2 -0
  1932. package/spin/index.js +9 -6
  1933. package/spin/style/index.css +1 -0
  1934. package/spin/style/index.d.ts +1 -0
  1935. package/spin/style/index.js +3 -0
  1936. package/splitter/Bar.js +97 -0
  1937. package/splitter/Panel.js +5 -5
  1938. package/splitter/Splitter.js +61 -58
  1939. package/splitter/constants.d.ts +0 -0
  1940. package/splitter/constants.js +2 -0
  1941. package/splitter/context.d.ts +3 -0
  1942. package/splitter/context.js +7 -0
  1943. package/splitter/hooks/useItems.js +1 -1
  1944. package/splitter/hooks/useResizable.js +1 -1
  1945. package/splitter/hooks/useResize.js +1 -1
  1946. package/splitter/hooks/useSizes.js +1 -1
  1947. package/splitter/index.d.ts +2 -0
  1948. package/splitter/index.js +9 -6
  1949. package/splitter/style/index.css +1 -0
  1950. package/splitter/style/index.d.ts +1 -0
  1951. package/splitter/style/index.js +3 -0
  1952. package/statistic/Statistic.js +32 -31
  1953. package/statistic/constants.d.ts +0 -0
  1954. package/statistic/constants.js +2 -0
  1955. package/statistic/context.d.ts +3 -0
  1956. package/statistic/context.js +10 -0
  1957. package/statistic/index.d.ts +3 -0
  1958. package/statistic/index.js +7 -4
  1959. package/statistic/interface.js +1 -1
  1960. package/statistic/style/index.css +1 -0
  1961. package/statistic/style/index.d.ts +2 -0
  1962. package/statistic/style/index.js +4 -0
  1963. package/steps/Item.js +64 -0
  1964. package/steps/Steps.js +39 -42
  1965. package/steps/constants.d.ts +0 -0
  1966. package/steps/constants.js +2 -0
  1967. package/steps/context.d.ts +3 -0
  1968. package/steps/context.js +13 -0
  1969. package/steps/index.d.ts +4 -2
  1970. package/steps/index.js +10 -7
  1971. package/steps/style/index.css +1 -0
  1972. package/steps/style/index.d.ts +1 -0
  1973. package/steps/style/index.js +3 -0
  1974. package/style/constants.d.ts +0 -0
  1975. package/style/constants.js +2 -0
  1976. package/style/constants.ts +0 -0
  1977. package/style/global.less +24 -0
  1978. package/style/index.less +1 -0
  1979. package/style/variables-css.less +1079 -0
  1980. package/style/variables.less +0 -1109
  1981. package/style.css +1 -2
  1982. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  1983. package/suspense-fallback-test/constants.d.ts +0 -0
  1984. package/suspense-fallback-test/constants.js +2 -0
  1985. package/suspense-fallback-test/context.d.ts +0 -0
  1986. package/suspense-fallback-test/context.js +2 -0
  1987. package/suspense-fallback-test/index.d.ts +2 -0
  1988. package/suspense-fallback-test/index.js +2 -1
  1989. package/suspense-fallback-test/style/index.d.ts +1 -0
  1990. package/suspense-fallback-test/style/index.js +3 -0
  1991. package/switch/Switch.js +61 -59
  1992. package/switch/constants.d.ts +0 -0
  1993. package/switch/constants.js +2 -0
  1994. package/switch/context.d.ts +3 -0
  1995. package/switch/context.js +10 -0
  1996. package/switch/index.d.ts +2 -0
  1997. package/switch/index.js +7 -4
  1998. package/switch/interface.d.ts +7 -0
  1999. package/switch/style/index.css +1 -0
  2000. package/switch/style/index.d.ts +1 -0
  2001. package/switch/style/index.js +3 -0
  2002. package/table/ColGroup.js +2 -2
  2003. package/table/Table.js +250 -261
  2004. package/table/constants.js +36 -0
  2005. package/table/context.d.ts +2 -0
  2006. package/table/context.js +15 -4
  2007. package/table/hooks/useColumns.js +115 -0
  2008. package/table/hooks/useComponent.js +27 -0
  2009. package/table/hooks/useExpand.js +33 -0
  2010. package/table/hooks/useRowSelection.js +73 -0
  2011. package/table/hooks/useSorter.js +51 -0
  2012. package/table/hooks/useStickyClassNames.js +25 -0
  2013. package/table/hooks/useStickyOffsets.js +28 -0
  2014. package/table/hooks/useThResizable.js +31 -0
  2015. package/table/index.d.ts +11 -9
  2016. package/table/index.js +37 -35
  2017. package/table/style/index.css +1 -0
  2018. package/table/style/index.d.ts +11 -0
  2019. package/table/style/index.js +13 -0
  2020. package/table/summary/Cell.js +1 -1
  2021. package/table/summary/Row.js +1 -1
  2022. package/table/summary/context.js +1 -1
  2023. package/table/summary/index.js +1 -1
  2024. package/table/tbody/DataRecordRenderer.js +3 -3
  2025. package/table/tbody/Td.js +4 -4
  2026. package/table/tbody/Tr.js +6 -6
  2027. package/table/tbody/index.js +2 -2
  2028. package/table/tfoot/index.js +1 -1
  2029. package/table/th-resizable/index.js +8 -7
  2030. package/table/th-resizable/style/index.css +1 -0
  2031. package/table/th-resizable/style/index.d.ts +1 -0
  2032. package/table/th-resizable/style/index.js +3 -0
  2033. package/table/thead/Column.js +10 -10
  2034. package/table/thead/index.js +4 -4
  2035. package/table/utils.js +1 -1
  2036. package/tabs/TabContent.js +23 -22
  2037. package/tabs/TabPane.js +1 -1
  2038. package/tabs/Tabs.js +80 -76
  2039. package/tabs/constants.d.ts +1 -0
  2040. package/tabs/constants.js +11 -0
  2041. package/tabs/context.d.ts +5 -3
  2042. package/tabs/context.js +12 -4
  2043. package/tabs/hooks/useDomSize.js +23 -0
  2044. package/tabs/hooks/useHeaderScroll.d.ts +13 -0
  2045. package/tabs/hooks/useHeaderScroll.js +76 -0
  2046. package/tabs/index.d.ts +4 -2
  2047. package/tabs/index.js +13 -11
  2048. package/tabs/interface.d.ts +1 -6
  2049. package/tabs/style/index.css +1 -0
  2050. package/tabs/style/index.d.ts +2 -0
  2051. package/tabs/style/index.js +4 -0
  2052. package/tabs/tab-header/DropdownIcon.js +34 -33
  2053. package/tabs/tab-header/TabInk.js +16 -16
  2054. package/tabs/tab-header/TabNavIcon.d.ts +2 -2
  2055. package/tabs/tab-header/TabNavIcon.js +45 -44
  2056. package/tabs/tab-header/TabTitle.d.ts +1 -1
  2057. package/tabs/tab-header/TabTitle.js +1 -1
  2058. package/tabs/tab-header/index.js +115 -117
  2059. package/tabs/utils.d.ts +5 -1
  2060. package/tabs/utils.js +12 -3
  2061. package/tag/Tag.js +73 -70
  2062. package/tag/constants.d.ts +0 -0
  2063. package/tag/constants.js +2 -0
  2064. package/tag/context.d.ts +3 -0
  2065. package/tag/context.js +7 -0
  2066. package/tag/index.d.ts +2 -0
  2067. package/tag/index.js +10 -5
  2068. package/tag/style/index.css +1 -0
  2069. package/tag/style/index.d.ts +1 -0
  2070. package/tag/style/index.js +3 -0
  2071. package/tag/utils.js +1 -1
  2072. package/time-picker/Picker.js +76 -79
  2073. package/time-picker/TimeColumn.js +1 -1
  2074. package/time-picker/TimePicker.js +69 -67
  2075. package/time-picker/TimePickerRange.js +1 -1
  2076. package/time-picker/constants.d.ts +0 -0
  2077. package/time-picker/constants.js +2 -0
  2078. package/time-picker/context.d.ts +3 -1
  2079. package/time-picker/context.js +9 -3
  2080. package/time-picker/index.d.ts +1 -0
  2081. package/time-picker/index.js +10 -8
  2082. package/time-picker/style/index.css +1 -0
  2083. package/time-picker/style/index.d.ts +4 -0
  2084. package/time-picker/style/index.js +6 -0
  2085. package/time-picker/utils.js +1 -1
  2086. package/time-picker/withTimePicker.js +1 -1
  2087. package/timeline/Item.js +2 -2
  2088. package/timeline/Timeline.js +33 -35
  2089. package/timeline/constants.d.ts +0 -0
  2090. package/timeline/constants.js +2 -0
  2091. package/timeline/context.d.ts +3 -0
  2092. package/timeline/context.js +13 -0
  2093. package/timeline/index.d.ts +2 -0
  2094. package/timeline/index.js +9 -6
  2095. package/timeline/style/index.css +1 -0
  2096. package/timeline/style/index.d.ts +1 -0
  2097. package/timeline/style/index.js +3 -0
  2098. package/timer/Timer.js +19 -15
  2099. package/timer/constants.d.ts +0 -0
  2100. package/timer/constants.js +2 -0
  2101. package/timer/context.d.ts +3 -0
  2102. package/timer/context.js +7 -0
  2103. package/timer/index.d.ts +2 -0
  2104. package/timer/index.js +9 -4
  2105. package/timer/style/index.d.ts +1 -0
  2106. package/timer/style/index.js +3 -0
  2107. package/toast/Toast.d.ts +1 -0
  2108. package/toast/Toast.js +1 -1
  2109. package/toast/constants.d.ts +0 -0
  2110. package/toast/constants.js +2 -0
  2111. package/toast/context.d.ts +0 -0
  2112. package/toast/context.js +2 -0
  2113. package/toast/index.d.ts +2 -0
  2114. package/toast/index.js +3 -2
  2115. package/toast/style/index.d.ts +1 -0
  2116. package/toast/style/index.js +3 -0
  2117. package/tooltip/Tooltip.js +59 -62
  2118. package/tooltip/constants.d.ts +0 -0
  2119. package/tooltip/constants.js +2 -0
  2120. package/tooltip/context.d.ts +3 -0
  2121. package/tooltip/context.js +14 -0
  2122. package/tooltip/index.d.ts +2 -0
  2123. package/tooltip/index.js +9 -4
  2124. package/tooltip/style/index.css +1 -0
  2125. package/tooltip/style/index.d.ts +2 -0
  2126. package/tooltip/style/index.js +4 -0
  2127. package/tour/Tour.js +97 -105
  2128. package/tour/constants.d.ts +0 -0
  2129. package/tour/constants.js +2 -0
  2130. package/tour/context.d.ts +3 -0
  2131. package/tour/context.js +18 -0
  2132. package/tour/index.d.ts +2 -0
  2133. package/tour/index.js +9 -4
  2134. package/tour/style/index.css +1 -0
  2135. package/tour/style/index.d.ts +1 -0
  2136. package/tour/style/index.js +3 -0
  2137. package/transfer/Item.js +1 -1
  2138. package/transfer/List.js +1 -1
  2139. package/transfer/Transfer.js +77 -80
  2140. package/transfer/constants.d.ts +0 -0
  2141. package/transfer/constants.js +2 -0
  2142. package/transfer/context.d.ts +3 -0
  2143. package/transfer/context.js +14 -0
  2144. package/transfer/index.d.ts +2 -0
  2145. package/transfer/index.js +9 -4
  2146. package/transfer/style/index.css +1 -0
  2147. package/transfer/style/index.d.ts +5 -0
  2148. package/transfer/style/index.js +7 -0
  2149. package/transition/constants.d.ts +0 -0
  2150. package/transition/constants.js +2 -0
  2151. package/transition/context.d.ts +0 -0
  2152. package/transition/context.js +2 -0
  2153. package/transition/index.d.ts +1 -0
  2154. package/transition/index.js +2 -1
  2155. package/transition/style/index.d.ts +1 -0
  2156. package/transition/style/index.js +3 -0
  2157. package/tree/Animation.js +2 -2
  2158. package/tree/Node.js +1 -1
  2159. package/tree/NodeList.d.ts +1 -1
  2160. package/tree/NodeList.js +1 -1
  2161. package/tree/Tree.js +226 -240
  2162. package/tree/constants.d.ts +10 -0
  2163. package/tree/constants.js +16 -0
  2164. package/tree/context.d.ts +2 -0
  2165. package/tree/context.js +14 -4
  2166. package/tree/index.d.ts +3 -1
  2167. package/tree/index.js +15 -13
  2168. package/tree/interface.d.ts +1 -1
  2169. package/tree/style/index.css +1 -0
  2170. package/tree/style/index.d.ts +2 -0
  2171. package/tree/style/index.js +4 -0
  2172. package/tree/utils.js +2 -2
  2173. package/tree-select/List.js +1 -1
  2174. package/tree-select/TreeSelect.js +135 -136
  2175. package/tree-select/constants.d.ts +10 -0
  2176. package/tree-select/constants.js +7 -0
  2177. package/tree-select/context.d.ts +3 -0
  2178. package/tree-select/context.js +13 -0
  2179. package/tree-select/hooks/useKeyCache.js +49 -0
  2180. package/tree-select/hooks/useStateValue.js +69 -0
  2181. package/tree-select/hooks/useTreeData.js +15 -0
  2182. package/tree-select/index.d.ts +2 -0
  2183. package/tree-select/index.js +12 -9
  2184. package/tree-select/style/index.css +1 -0
  2185. package/tree-select/style/index.d.ts +4 -0
  2186. package/tree-select/style/index.js +6 -0
  2187. package/tree-select/utils.d.ts +0 -10
  2188. package/tree-select/utils.js +3 -12
  2189. package/trigger/Trigger.js +135 -154
  2190. package/trigger/constants.d.ts +0 -0
  2191. package/trigger/constants.js +2 -0
  2192. package/trigger/context.d.ts +3 -0
  2193. package/trigger/context.js +27 -0
  2194. package/trigger/getPopupStyle.js +1 -1
  2195. package/trigger/index.d.ts +2 -0
  2196. package/trigger/index.js +10 -5
  2197. package/trigger/style/index.css +1 -0
  2198. package/trigger/style/index.d.ts +1 -0
  2199. package/trigger/style/index.js +3 -0
  2200. package/trigger/utils.js +1 -1
  2201. package/typewriter/Typewriter.js +19 -16
  2202. package/typewriter/constants.d.ts +0 -0
  2203. package/typewriter/constants.js +2 -0
  2204. package/typewriter/context.d.ts +3 -0
  2205. package/typewriter/context.js +7 -0
  2206. package/typewriter/index.d.ts +2 -0
  2207. package/typewriter/index.js +9 -4
  2208. package/typewriter/style/index.d.ts +1 -0
  2209. package/typewriter/style/index.js +3 -0
  2210. package/typography/Base.js +67 -62
  2211. package/typography/EditContent.js +1 -1
  2212. package/typography/Ellipsis.js +2 -2
  2213. package/typography/Operations.js +1 -1
  2214. package/typography/Paragraph.js +1 -1
  2215. package/typography/Text.js +1 -1
  2216. package/typography/Title.js +1 -1
  2217. package/typography/Typography.js +21 -16
  2218. package/typography/constants.d.ts +0 -0
  2219. package/typography/constants.js +2 -0
  2220. package/typography/context.d.ts +3 -0
  2221. package/typography/context.js +7 -0
  2222. package/typography/hooks/useCssEllipsis.d.ts +6 -0
  2223. package/typography/hooks/useCssEllipsis.js +41 -0
  2224. package/typography/hooks/useEllipsis.d.ts +21 -0
  2225. package/typography/hooks/useEllipsis.js +149 -0
  2226. package/typography/index.d.ts +4 -2
  2227. package/typography/index.js +19 -16
  2228. package/typography/style/index.css +1 -0
  2229. package/typography/style/index.d.ts +4 -0
  2230. package/typography/style/index.js +6 -0
  2231. package/upload/TriggerNode.js +1 -1
  2232. package/upload/Upload.js +48 -50
  2233. package/upload/Uploader.js +2 -2
  2234. package/upload/constants.js +11 -0
  2235. package/upload/context.d.ts +3 -0
  2236. package/upload/context.js +13 -0
  2237. package/upload/index.d.ts +3 -1
  2238. package/upload/index.js +14 -11
  2239. package/upload/list/PictureItem.js +3 -3
  2240. package/upload/list/TextItem.js +4 -4
  2241. package/upload/list/UploadProgress.js +5 -5
  2242. package/upload/list/index.js +2 -2
  2243. package/upload/list/utils.js +1 -1
  2244. package/upload/request.js +2 -2
  2245. package/upload/style/index.css +1 -0
  2246. package/upload/style/index.d.ts +5 -0
  2247. package/upload/style/index.js +7 -0
  2248. package/upload/utils.js +1 -1
  2249. package/utils/callOrReturn.js +1 -1
  2250. package/utils/callbackOriginRef.js +1 -1
  2251. package/utils/caseName.js +1 -1
  2252. package/utils/className.js +1 -1
  2253. package/utils/constants.d.ts +5 -0
  2254. package/utils/constants.js +24 -0
  2255. package/utils/contextHolder.js +1 -1
  2256. package/utils/copy.js +1 -1
  2257. package/utils/createGlobalConfigFunction.js +1 -1
  2258. package/utils/css.js +1 -1
  2259. package/utils/date.js +1 -1
  2260. package/utils/dayjs.js +2 -2
  2261. package/utils/document.d.ts +1 -0
  2262. package/utils/document.js +10 -0
  2263. package/utils/dom.js +1 -1
  2264. package/utils/emitter.js +1 -1
  2265. package/utils/file.js +1 -1
  2266. package/utils/fileRead.js +1 -1
  2267. package/utils/fileToDataURL.js +1 -1
  2268. package/utils/fillNBSP.js +1 -1
  2269. package/utils/findRootElement.js +1 -1
  2270. package/utils/findScrollParent.js +1 -1
  2271. package/utils/getHighlightText.js +1 -1
  2272. package/utils/getHotkeyHandler.js +1 -1
  2273. package/utils/getScrollBarHeight.js +1 -1
  2274. package/utils/getScrollBarSize.js +1 -1
  2275. package/utils/getScrollBarWidth.js +1 -1
  2276. package/utils/getStringLength.js +1 -1
  2277. package/utils/include.js +1 -1
  2278. package/utils/index.d.ts +1 -1
  2279. package/utils/index.js +53 -53
  2280. package/utils/intersectionObserver.js +1 -1
  2281. package/utils/is.js +1 -1
  2282. package/utils/keyboardCode.d.ts +3 -3
  2283. package/utils/keyboardCode.js +4 -4
  2284. package/utils/lodash.js +1 -1
  2285. package/utils/math.js +1 -1
  2286. package/utils/mergeProps.js +1 -1
  2287. package/utils/mergedToString.js +1 -1
  2288. package/utils/mutationObserver.js +1 -1
  2289. package/utils/names.d.ts +1 -0
  2290. package/utils/names.js +2 -2
  2291. package/utils/object.js +1 -1
  2292. package/utils/omit.js +1 -1
  2293. package/utils/pad.js +1 -1
  2294. package/utils/pick.js +1 -1
  2295. package/utils/pinyin.js +1 -1
  2296. package/utils/react19Adapter.js +1 -1
  2297. package/utils/ref.js +1 -1
  2298. package/utils/resizeObserver.js +1 -1
  2299. package/utils/responsiveObserve.js +1 -1
  2300. package/utils/saveAs.js +1 -1
  2301. package/utils/screenfull.js +1 -1
  2302. package/utils/scrollIntoViewIfNeeded.js +1 -1
  2303. package/utils/setCreateRoot.js +1 -1
  2304. package/utils/setDarkTheme.js +2 -2
  2305. package/utils/setPrimaryColor.js +2 -2
  2306. package/utils/setTheme.js +2 -2
  2307. package/utils/string.d.ts +1 -1
  2308. package/utils/string.js +2 -2
  2309. package/utils/style.js +1 -1
  2310. package/utils/throttleByRequestAnimationFrame.js +1 -1
  2311. package/utils/tinycolor.js +1 -1
  2312. package/utils/toArray.js +1 -1
  2313. package/utils/tree.js +1 -1
  2314. package/utils/tunnel.js +8 -2
  2315. package/utils/tween.js +1 -1
  2316. package/utils/uuid.js +1 -1
  2317. package/utils/validate.js +1 -1
  2318. package/utils/warning.js +1 -1
  2319. package/verification-code/VerificationCode.js +51 -48
  2320. package/verification-code/constants.d.ts +0 -0
  2321. package/verification-code/constants.js +2 -0
  2322. package/verification-code/context.d.ts +3 -0
  2323. package/verification-code/context.js +7 -0
  2324. package/verification-code/index.d.ts +2 -0
  2325. package/verification-code/index.js +7 -4
  2326. package/verification-code/style/index.css +1 -0
  2327. package/verification-code/style/index.d.ts +2 -0
  2328. package/verification-code/style/index.js +4 -0
  2329. package/version/index.js +8 -8
  2330. package/virtual-list/Filler.js +1 -1
  2331. package/virtual-list/VirtualList.js +159 -154
  2332. package/virtual-list/constants.js +7 -0
  2333. package/virtual-list/context.d.ts +3 -0
  2334. package/virtual-list/context.js +7 -0
  2335. package/virtual-list/hooks/useCacheChildrenNodes.js +13 -0
  2336. package/virtual-list/hooks/useComputeVirtualItemHeight.js +17 -0
  2337. package/virtual-list/index.d.ts +2 -0
  2338. package/virtual-list/index.js +9 -6
  2339. package/virtual-list/style/index.d.ts +1 -0
  2340. package/virtual-list/style/index.js +3 -0
  2341. package/virtual-list/utils/algorithm.js +1 -1
  2342. package/virtual-list/utils/item.js +1 -1
  2343. package/watermark/Watermark.js +38 -34
  2344. package/watermark/constants.d.ts +0 -0
  2345. package/watermark/constants.js +2 -0
  2346. package/watermark/context.d.ts +3 -0
  2347. package/watermark/context.js +7 -0
  2348. package/watermark/index.d.ts +2 -0
  2349. package/watermark/index.js +7 -4
  2350. package/watermark/style/index.d.ts +1 -0
  2351. package/watermark/style/index.js +3 -0
  2352. package/.vite/license.md +0 -3
  2353. package/.vite/manifest.json +0 -8807
  2354. package/calendar/hook/useCellClassName.js +0 -34
  2355. package/cascader/hook/useRefCurrent.js +0 -14
  2356. package/constant/index.d.ts +0 -3
  2357. package/constant/index.js +0 -6
  2358. package/date-picker/DatePickerRange.d.ts +0 -3
  2359. package/date-picker/DatePickerRange.js +0 -404
  2360. package/date-picker/hook/useCellClassName.js +0 -53
  2361. package/draw/constant.js +0 -2
  2362. package/form/FormControl.d.ts +0 -50
  2363. package/form/FormControl.js +0 -256
  2364. package/form/FormItem.js +0 -192
  2365. package/form/FormItemLabel.js +0 -48
  2366. package/form/FormItemTip.js +0 -41
  2367. package/form/FormLabelSymbol.js +0 -20
  2368. package/form/FormList.js +0 -83
  2369. package/form/FormProvider.js +0 -29
  2370. package/form/constant.js +0 -9
  2371. package/form/hook/useForm.js +0 -56
  2372. package/form/hook/useFormContext.js +0 -34
  2373. package/form/hook/useFormState.js +0 -31
  2374. package/form/hook/useWatch.js +0 -34
  2375. package/image/ImageFooter.d.ts +0 -13
  2376. package/image/ImageFooter.js +0 -58
  2377. package/image/ImagePreview.js +0 -418
  2378. package/image/ImagePreviewArrow.js +0 -30
  2379. package/image/ImagePreviewGroup.js +0 -112
  2380. package/image/ImagePreviewToolbar.js +0 -61
  2381. package/image/hook/useImageStatus.js +0 -18
  2382. package/image/hook/useShowFooter.js +0 -13
  2383. package/input-number/useSelectionRange.js +0 -25
  2384. package/input-tag/constant.js +0 -6
  2385. package/input-tag/hook/useComputeAutoWidthDelay.js +0 -12
  2386. package/mask/constant.js +0 -10
  2387. package/message/useMessage.d.ts +0 -4
  2388. package/message/useMessage.js +0 -52
  2389. package/notification/useNotification.d.ts +0 -4
  2390. package/notification/useNotification.js +0 -53
  2391. package/overflow-ellipsis/OverflowItem.js +0 -22
  2392. package/progress/CircleProgress.js +0 -102
  2393. package/progress/LineProgess.js +0 -74
  2394. package/progress/StepProgress.js +0 -51
  2395. package/rich-text/constant.js +0 -7
  2396. package/rich-text/lib/blots/block.js +0 -115
  2397. package/rich-text/lib/blots/break.js +0 -20
  2398. package/rich-text/lib/blots/container.js +0 -8
  2399. package/rich-text/lib/blots/cursor.js +0 -97
  2400. package/rich-text/lib/blots/embed.js +0 -47
  2401. package/rich-text/lib/blots/inline.js +0 -50
  2402. package/rich-text/lib/blots/scroll.js +0 -249
  2403. package/rich-text/lib/blots/text.js +0 -17
  2404. package/rich-text/lib/core/composition.js +0 -38
  2405. package/rich-text/lib/core/editor.js +0 -248
  2406. package/rich-text/lib/core/emitter.d.ts +0 -38
  2407. package/rich-text/lib/core/emitter.js +0 -47
  2408. package/rich-text/lib/core/logger.js +0 -20
  2409. package/rich-text/lib/core/module.js +0 -14
  2410. package/rich-text/lib/core/rich.d.ts +0 -183
  2411. package/rich-text/lib/core/rich.js +0 -369
  2412. package/rich-text/lib/core/selection.js +0 -222
  2413. package/rich-text/lib/core/theme.js +0 -32
  2414. package/rich-text/lib/core/utils/createRegistryWithFormats.js +0 -29
  2415. package/rich-text/lib/core/utils/scrollRectIntoView.js +0 -59
  2416. package/rich-text/lib/delta/AttributeMap.js +0 -37
  2417. package/rich-text/lib/delta/Op.js +0 -10
  2418. package/rich-text/lib/delta/OpIterator.js +0 -45
  2419. package/rich-text/lib/delta/index.js +0 -235
  2420. package/rich-text/lib/diff/index.js +0 -285
  2421. package/rich-text/lib/formats/align.js +0 -20
  2422. package/rich-text/lib/formats/background.js +0 -11
  2423. package/rich-text/lib/formats/blockquote.js +0 -16
  2424. package/rich-text/lib/formats/bold.js +0 -25
  2425. package/rich-text/lib/formats/code.js +0 -37
  2426. package/rich-text/lib/formats/color.js +0 -16
  2427. package/rich-text/lib/formats/direction.js +0 -15
  2428. package/rich-text/lib/formats/emoji.js +0 -20
  2429. package/rich-text/lib/formats/font.js +0 -51
  2430. package/rich-text/lib/formats/formula.js +0 -35
  2431. package/rich-text/lib/formats/header.js +0 -25
  2432. package/rich-text/lib/formats/hr.js +0 -17
  2433. package/rich-text/lib/formats/image.js +0 -46
  2434. package/rich-text/lib/formats/indent.js +0 -38
  2435. package/rich-text/lib/formats/italic.js +0 -16
  2436. package/rich-text/lib/formats/lineHeight.js +0 -12
  2437. package/rich-text/lib/formats/link.js +0 -47
  2438. package/rich-text/lib/formats/list.js +0 -37
  2439. package/rich-text/lib/formats/script.js +0 -23
  2440. package/rich-text/lib/formats/size.js +0 -27
  2441. package/rich-text/lib/formats/strike.js +0 -16
  2442. package/rich-text/lib/formats/table.js +0 -134
  2443. package/rich-text/lib/formats/underline.js +0 -16
  2444. package/rich-text/lib/formats/video.js +0 -40
  2445. package/rich-text/lib/index.js +0 -117
  2446. package/rich-text/lib/modules/clipboard.js +0 -295
  2447. package/rich-text/lib/modules/history.js +0 -119
  2448. package/rich-text/lib/modules/image-resize/index.js +0 -80
  2449. package/rich-text/lib/modules/image-resize/modules/Base.js +0 -14
  2450. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +0 -41
  2451. package/rich-text/lib/modules/image-resize/modules/Resize.js +0 -62
  2452. package/rich-text/lib/modules/image-resize/options.js +0 -11
  2453. package/rich-text/lib/modules/input.js +0 -54
  2454. package/rich-text/lib/modules/keyboard.js +0 -423
  2455. package/rich-text/lib/modules/normalizeExternalHTML/index.js +0 -12
  2456. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +0 -22
  2457. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +0 -39
  2458. package/rich-text/lib/modules/table.js +0 -113
  2459. package/rich-text/lib/modules/toolbar.js +0 -18
  2460. package/rich-text/lib/modules/uiNode.js +0 -52
  2461. package/rich-text/lib/modules/uploader.js +0 -46
  2462. package/rich-text/lib/parchment/attributor/attributor.js +0 -30
  2463. package/rich-text/lib/parchment/attributor/class.js +0 -26
  2464. package/rich-text/lib/parchment/attributor/store.js +0 -44
  2465. package/rich-text/lib/parchment/attributor/style.js +0 -25
  2466. package/rich-text/lib/parchment/blot/abstract/container.js +0 -32
  2467. package/rich-text/lib/parchment/blot/abstract/leaf.js +0 -25
  2468. package/rich-text/lib/parchment/blot/abstract/parent.js +0 -156
  2469. package/rich-text/lib/parchment/blot/abstract/shadow.js +0 -78
  2470. package/rich-text/lib/parchment/blot/block.js +0 -71
  2471. package/rich-text/lib/parchment/blot/embed.js +0 -18
  2472. package/rich-text/lib/parchment/blot/inline.js +0 -73
  2473. package/rich-text/lib/parchment/blot/scroll.js +0 -100
  2474. package/rich-text/lib/parchment/blot/text.js +0 -56
  2475. package/rich-text/lib/parchment/collection/linked-list.js +0 -86
  2476. package/rich-text/lib/parchment/error.js +0 -10
  2477. package/rich-text/lib/parchment/index.js +0 -36
  2478. package/rich-text/lib/parchment/registry.js +0 -56
  2479. package/rich-text/lib/parchment/scope.js +0 -8
  2480. package/row-col/Col-.d.ts +0 -4
  2481. package/row-col/Col-.js +0 -65
  2482. package/slider/hook/useInterval.js +0 -94
  2483. package/slider/hook/useLegalValue.js +0 -58
  2484. package/splitter/SplitBar.js +0 -97
  2485. package/steps/Step.js +0 -64
  2486. package/table/constant.js +0 -36
  2487. package/table/hook/useColumns.js +0 -115
  2488. package/table/hook/useComponent.js +0 -27
  2489. package/table/hook/useExpand.js +0 -33
  2490. package/table/hook/useRowSelection.js +0 -73
  2491. package/table/hook/useSorter.js +0 -51
  2492. package/table/hook/useStickyClassNames.js +0 -25
  2493. package/table/hook/useStickyOffsets.js +0 -28
  2494. package/table/hook/useThResizable.js +0 -31
  2495. package/tabs/hook/useDomSize.js +0 -23
  2496. package/tabs/hook/useHeaderScroll.d.ts +0 -12
  2497. package/tabs/hook/useHeaderScroll.js +0 -75
  2498. package/tree-select/hook/useKeyCache.js +0 -49
  2499. package/tree-select/hook/useStateValue.js +0 -70
  2500. package/tree-select/hook/useTreeData.js +0 -15
  2501. package/typography/useCssEllipsis.d.ts +0 -6
  2502. package/typography/useCssEllipsis.js +0 -41
  2503. package/typography/useEllipsis.d.ts +0 -21
  2504. package/typography/useEllipsis.js +0 -149
  2505. package/upload/constant.js +0 -11
  2506. package/utils/constant.d.ts +0 -5
  2507. package/utils/constant.js +0 -24
  2508. package/virtual-list/constant.js +0 -7
  2509. package/virtual-list/hook/useCacheChildrenNodes.js +0 -13
  2510. package/virtual-list/hook/useComputeVirtualItemHeight.js +0 -17
  2511. /package/{draw/constant.d.ts → affix/constants.d.ts} +0 -0
  2512. /package/{rich-text/lib/modules/toolbar copy.d.ts → alert/constants.d.ts} +0 -0
  2513. /package/{rich-text/lib/themes/base.d.ts → anchor/constants.d.ts} +0 -0
  2514. /package/{rich-text/lib/themes/pqb.d.ts → animation/constants.d.ts} +0 -0
  2515. /package/{rich-text/lib/ui/tooltip.d.ts → app/constants.d.ts} +0 -0
  2516. /package/calendar/{hook → hooks}/useCellClassName.d.ts +0 -0
  2517. /package/cascader/{hook → hooks}/useRefCurrent.d.ts +0 -0
  2518. /package/date-picker/{hook → hooks}/useCellClassName.d.ts +0 -0
  2519. /package/form/{FormItem.d.ts → Item.d.ts} +0 -0
  2520. /package/form/{FormItemLabel.d.ts → ItemLabel.d.ts} +0 -0
  2521. /package/form/{FormItemTip.d.ts → ItemTip.d.ts} +0 -0
  2522. /package/form/{FormLabelSymbol.d.ts → LabelSymbol.d.ts} +0 -0
  2523. /package/form/{FormList.d.ts → List.d.ts} +0 -0
  2524. /package/form/{FormProvider.d.ts → Provider.d.ts} +0 -0
  2525. /package/form/{constant.d.ts → constants.d.ts} +0 -0
  2526. /package/form/{hook → hooks}/useForm.d.ts +0 -0
  2527. /package/form/{hook → hooks}/useFormContext.d.ts +0 -0
  2528. /package/form/{hook → hooks}/useFormState.d.ts +0 -0
  2529. /package/form/{hook → hooks}/useWatch.d.ts +0 -0
  2530. /package/image/{ImagePreview.d.ts → Preview.d.ts} +0 -0
  2531. /package/image/{ImagePreviewArrow.d.ts → PreviewArrow.d.ts} +0 -0
  2532. /package/image/{ImagePreviewGroup.d.ts → PreviewGroup.d.ts} +0 -0
  2533. /package/image/{ImagePreviewToolbar.d.ts → PreviewToolbar.d.ts} +0 -0
  2534. /package/image/{hook → hooks}/useImageStatus.d.ts +0 -0
  2535. /package/image/{hook → hooks}/useShowFooter.d.ts +0 -0
  2536. /package/input-number/{useSelectionRange.d.ts → hooks/useSelectionRange.d.ts} +0 -0
  2537. /package/input-tag/{constant.d.ts → constants.d.ts} +0 -0
  2538. /package/input-tag/{hook → hooks}/useComputeAutoWidthDelay.d.ts +0 -0
  2539. /package/mask/{constant.d.ts → constants.d.ts} +0 -0
  2540. /package/overflow-ellipsis/{OverflowItem.d.ts → Item.d.ts} +0 -0
  2541. /package/progress/{CircleProgress.d.ts → Circle.d.ts} +0 -0
  2542. /package/progress/{LineProgess.d.ts → Line.d.ts} +0 -0
  2543. /package/progress/{StepProgress.d.ts → Step.d.ts} +0 -0
  2544. /package/rich-text/{constant.d.ts → constants.d.ts} +0 -0
  2545. /package/rich-text/{lib → libs}/LICENSE +0 -0
  2546. /package/rich-text/{lib → libs}/blots/block.d.ts +0 -0
  2547. /package/rich-text/{lib → libs}/blots/break.d.ts +0 -0
  2548. /package/rich-text/{lib → libs}/blots/container.d.ts +0 -0
  2549. /package/rich-text/{lib → libs}/blots/cursor.d.ts +0 -0
  2550. /package/rich-text/{lib → libs}/blots/embed.d.ts +0 -0
  2551. /package/rich-text/{lib → libs}/blots/inline.d.ts +0 -0
  2552. /package/rich-text/{lib → libs}/blots/scroll.d.ts +0 -0
  2553. /package/rich-text/{lib → libs}/blots/text.d.ts +0 -0
  2554. /package/rich-text/{lib → libs}/core/composition.d.ts +0 -0
  2555. /package/rich-text/{lib → libs}/core/editor.d.ts +0 -0
  2556. /package/rich-text/{lib → libs}/core/logger.d.ts +0 -0
  2557. /package/rich-text/{lib → libs}/core/module.d.ts +0 -0
  2558. /package/rich-text/{lib → libs}/core/selection.d.ts +0 -0
  2559. /package/rich-text/{lib → libs}/core/theme.d.ts +0 -0
  2560. /package/rich-text/{lib → libs}/core/utils/createRegistryWithFormats.d.ts +0 -0
  2561. /package/rich-text/{lib → libs}/core/utils/scrollRectIntoView.d.ts +0 -0
  2562. /package/rich-text/{lib → libs}/delta/AttributeMap.d.ts +0 -0
  2563. /package/rich-text/{lib → libs}/delta/LICENSE +0 -0
  2564. /package/rich-text/{lib → libs}/delta/Op.d.ts +0 -0
  2565. /package/rich-text/{lib → libs}/delta/OpIterator.d.ts +0 -0
  2566. /package/rich-text/{lib → libs}/delta/index.d.ts +0 -0
  2567. /package/rich-text/{lib → libs}/diff/index.d.ts +0 -0
  2568. /package/rich-text/{lib → libs}/formats/align.d.ts +0 -0
  2569. /package/rich-text/{lib → libs}/formats/background.d.ts +0 -0
  2570. /package/rich-text/{lib → libs}/formats/blockquote.d.ts +0 -0
  2571. /package/rich-text/{lib → libs}/formats/bold.d.ts +0 -0
  2572. /package/rich-text/{lib → libs}/formats/code.d.ts +0 -0
  2573. /package/rich-text/{lib → libs}/formats/color.d.ts +0 -0
  2574. /package/rich-text/{lib → libs}/formats/direction.d.ts +0 -0
  2575. /package/rich-text/{lib → libs}/formats/emoji.d.ts +0 -0
  2576. /package/rich-text/{lib → libs}/formats/font.d.ts +0 -0
  2577. /package/rich-text/{lib → libs}/formats/formula.d.ts +0 -0
  2578. /package/rich-text/{lib → libs}/formats/header.d.ts +0 -0
  2579. /package/rich-text/{lib → libs}/formats/hr.d.ts +0 -0
  2580. /package/rich-text/{lib → libs}/formats/image.d.ts +0 -0
  2581. /package/rich-text/{lib → libs}/formats/indent.d.ts +0 -0
  2582. /package/rich-text/{lib → libs}/formats/italic.d.ts +0 -0
  2583. /package/rich-text/{lib → libs}/formats/liOl.d.ts +0 -0
  2584. /package/rich-text/{lib → libs}/formats/liUl.d.ts +0 -0
  2585. /package/rich-text/{lib → libs}/formats/lineHeight.d.ts +0 -0
  2586. /package/rich-text/{lib → libs}/formats/link.d.ts +0 -0
  2587. /package/rich-text/{lib → libs}/formats/list.d.ts +0 -0
  2588. /package/rich-text/{lib → libs}/formats/script.d.ts +0 -0
  2589. /package/rich-text/{lib → libs}/formats/size.d.ts +0 -0
  2590. /package/rich-text/{lib → libs}/formats/strike.d.ts +0 -0
  2591. /package/rich-text/{lib → libs}/formats/table.d.ts +0 -0
  2592. /package/rich-text/{lib → libs}/formats/underline.d.ts +0 -0
  2593. /package/rich-text/{lib → libs}/formats/video.d.ts +0 -0
  2594. /package/rich-text/{lib → libs}/index.d.ts +0 -0
  2595. /package/rich-text/{lib → libs}/modules/clipboard.d.ts +0 -0
  2596. /package/rich-text/{lib → libs}/modules/history.d.ts +0 -0
  2597. /package/rich-text/{lib → libs}/modules/image-resize/index.d.ts +0 -0
  2598. /package/rich-text/{lib → libs}/modules/image-resize/modules/Base.d.ts +0 -0
  2599. /package/rich-text/{lib → libs}/modules/image-resize/modules/DisplaySize.d.ts +0 -0
  2600. /package/rich-text/{lib → libs}/modules/image-resize/modules/Resize.d.ts +0 -0
  2601. /package/rich-text/{lib → libs}/modules/image-resize/options.d.ts +0 -0
  2602. /package/rich-text/{lib → libs}/modules/input.d.ts +0 -0
  2603. /package/rich-text/{lib → libs}/modules/keyboard.d.ts +0 -0
  2604. /package/rich-text/{lib → libs}/modules/normalizeExternalHTML/index.d.ts +0 -0
  2605. /package/rich-text/{lib → libs}/modules/normalizeExternalHTML/normalizers/googleDocs.d.ts +0 -0
  2606. /package/rich-text/{lib → libs}/modules/normalizeExternalHTML/normalizers/msWord.d.ts +0 -0
  2607. /package/rich-text/{lib → libs}/modules/table.d.ts +0 -0
  2608. /package/rich-text/{lib → libs}/modules/tableEmbed.d.ts +0 -0
  2609. /package/rich-text/{lib → libs}/modules/toolbar.d.ts +0 -0
  2610. /package/rich-text/{lib → libs}/modules/uiNode.d.ts +0 -0
  2611. /package/rich-text/{lib → libs}/modules/uploader.d.ts +0 -0
  2612. /package/rich-text/{lib → libs}/parchment/LICENSE +0 -0
  2613. /package/rich-text/{lib → libs}/parchment/attributor/attributor.d.ts +0 -0
  2614. /package/rich-text/{lib → libs}/parchment/attributor/class.d.ts +0 -0
  2615. /package/rich-text/{lib → libs}/parchment/attributor/store.d.ts +0 -0
  2616. /package/rich-text/{lib → libs}/parchment/attributor/style.d.ts +0 -0
  2617. /package/rich-text/{lib → libs}/parchment/blot/abstract/blot.d.ts +0 -0
  2618. /package/rich-text/{lib → libs}/parchment/blot/abstract/container.d.ts +0 -0
  2619. /package/rich-text/{lib → libs}/parchment/blot/abstract/leaf.d.ts +0 -0
  2620. /package/rich-text/{lib → libs}/parchment/blot/abstract/parent.d.ts +0 -0
  2621. /package/rich-text/{lib → libs}/parchment/blot/abstract/shadow.d.ts +0 -0
  2622. /package/rich-text/{lib → libs}/parchment/blot/block.d.ts +0 -0
  2623. /package/rich-text/{lib → libs}/parchment/blot/embed.d.ts +0 -0
  2624. /package/rich-text/{lib → libs}/parchment/blot/inline.d.ts +0 -0
  2625. /package/rich-text/{lib → libs}/parchment/blot/scroll.d.ts +0 -0
  2626. /package/rich-text/{lib → libs}/parchment/blot/text.d.ts +0 -0
  2627. /package/rich-text/{lib → libs}/parchment/collection/linked-list.d.ts +0 -0
  2628. /package/rich-text/{lib → libs}/parchment/collection/linked-node.d.ts +0 -0
  2629. /package/rich-text/{lib → libs}/parchment/error.d.ts +0 -0
  2630. /package/rich-text/{lib → libs}/parchment/index.d.ts +0 -0
  2631. /package/rich-text/{lib → libs}/parchment/registry.d.ts +0 -0
  2632. /package/rich-text/{lib → libs}/parchment/scope.d.ts +0 -0
  2633. /package/slider/{hook → hooks}/useInterval.d.ts +0 -0
  2634. /package/slider/{hook → hooks}/useLegalValue.d.ts +0 -0
  2635. /package/splitter/{SplitBar.d.ts → Bar.d.ts} +0 -0
  2636. /package/steps/{Step.d.ts → Item.d.ts} +0 -0
  2637. /package/table/{constant.d.ts → constants.d.ts} +0 -0
  2638. /package/table/{hook → hooks}/useColumns.d.ts +0 -0
  2639. /package/table/{hook → hooks}/useComponent.d.ts +0 -0
  2640. /package/table/{hook → hooks}/useExpand.d.ts +0 -0
  2641. /package/table/{hook → hooks}/useRowSelection.d.ts +0 -0
  2642. /package/table/{hook → hooks}/useSorter.d.ts +0 -0
  2643. /package/table/{hook → hooks}/useStickyClassNames.d.ts +0 -0
  2644. /package/table/{hook → hooks}/useStickyOffsets.d.ts +0 -0
  2645. /package/table/{hook → hooks}/useThResizable.d.ts +0 -0
  2646. /package/tabs/{hook → hooks}/useDomSize.d.ts +0 -0
  2647. /package/tree-select/{hook → hooks}/useKeyCache.d.ts +0 -0
  2648. /package/tree-select/{hook → hooks}/useStateValue.d.ts +0 -0
  2649. /package/tree-select/{hook → hooks}/useTreeData.d.ts +0 -0
  2650. /package/upload/{constant.d.ts → constants.d.ts} +0 -0
  2651. /package/virtual-list/{constant.d.ts → constants.d.ts} +0 -0
  2652. /package/virtual-list/{hook → hooks}/useCacheChildrenNodes.d.ts +0 -0
  2653. /package/virtual-list/{hook → hooks}/useComputeVirtualItemHeight.d.ts +0 -0
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export * from './icons.js';/* 潘启宝 2026-06-17 16:03:05 星期三 山东省济南市 */
1
+ export * from './icons.js';/* 潘启宝 2026-06-25 08:58:50 星期四 山东省济南市 */
2
2
  import { __exportAll as ee, __reExport as te } from "./.virtual/_rolldown/runtime.js";
3
3
  /* empty css */
4
4
  import { is32Bit as ne, isAllChinese as re, isArguments as ie, isArray as ae, isArrayAndNotEmpty as oe, isArrayBuffer as se, isArrayEmpty as ce, isArrayLike as le, isArrayLikeObject as ue, isAscii as de, isAsyncFunction as fe, isBase64 as e, isBigInt as t, isBlob as n, isBoolean as r, isBuffer as i, isChinese as a, isColorValue as o, isColorValue_ as s, isDOM as c, isDataURI as l, isDate as u, isDayjs as d, isElement as f, isElementByInstanceof as p, isEmail as m, isEmpty as h, isEmptyArray as g, isEmptyObject as _, isEmptyReactNode as v, isEmptyString as y, isEmptyValue as b, isEqual as x, isEqualWith as S, isError as C, isEventTarget as w, isExist as T, isFalse as E, isFile as D, isFinite as O, isFullWidth as k, isFunction as A, isHSL as j, isHTMLElement as M, isHalfWidth as N, isHash as P, isHexColor as F, isIMEI as I, isIP as L, isIPRange as R, isIdentityCard as z, isInteger as B, isJSON as V, isJSON_String as pe, isJWT as me, isLength as he, isMACAddress as ge, isMD5 as _e, isMap as ve, isMatch as ye, isMatchWith as be, isMimeType as xe, isMobilePhone as Se, isMobilePhoneLocales as Ce, isNaN as we, isNative as Te, isNil as Ee, isNonNullable as De, isNotFound as Oe, isNull as ke, isNullOrUndefined as Ae, isNumber as je, isNumberOrString as Me, isObject as Ne, isObjectLike as Pe, isPlainObject as Fe, isPort as Ie, isPresent as Le, isPrimitive as Re, isPromise as ze, isReact18 as Be, isReact19 as Ve, isReactClassComponent as He, isReactComponent as Ue, isReactComponentAndNotFragment as We, isReadableStream as Ge, isRegExp as Ke, isRgbColor as qe, isSVGElement as Je, isSafeInteger as Ye, isScrollElement as Xe, isSemVer as Ze, isServerRendering as Qe, isSet as $e, isSlug as et, isSparseArray as tt, isString as nt, isStringAndExist as rt, isStringOrNumber as it, isStrongPassword as at, isSymbol as ot, isThenable as st, isTrue as ct, isTypedArray as lt, isURL as ut, isUUID as dt, isUndefined as ft, isUndefinedOrNull as pt, isVariableWidth as mt, isWeakMap as ht, isWeakSet as gt, isWindow as _t, isZero as vt, is_exports as yt } from "./utils/is.js";
@@ -8,18 +8,18 @@ import Tt from "./hooks/use-breakpoint/index.js";
8
8
  import Et from "./hooks/use-responsive-state/index.js";
9
9
  import { keyboardCode as Dt } from "./utils/keyboardCode.js";
10
10
  import Ot from "./hooks/use-verification-code/index.js";
11
- import kt from "./hooks/use-watermark/index.js";
12
- import { clearCache as At, configResponsive as jt, createUpdateEffect as Mt, useAsyncEffect as Nt, useBoolean as Pt, useClickAway as Ft, useComputedState as It, useControllableValue as Lt, useCookieState as Rt, useCountDown as zt, useCounter as Bt, useCreate as Vt, useCreation as Ht, useDebounce as Ut, useDebounceEffect as Wt, useDebounceFn as Gt, useDeepCompareEffect as Kt, useDeepCompareLayoutEffect as qt, useDocumentVisibility as Jt, useDrag as Yt, useDrop as Xt, useEffectEvent as Zt, useEvent as Qt, useEventListener as $t, useEventTarget as en, useExternal as tn, useFavicon as nn, useFocusWithin as rn, useForceUpdate as an, useFullscreen as on, useGetState as sn, useHistoryTravel as cn, useHover as ln, useId as un, useInViewport as dn, useInfiniteScroll as fn, useIntersectionObserver as pn, useIntersectionObservers as mn, useInterval as hn, useIsFirstRender as gn, useIsomorphicLayoutEffect as _n, useKeyPress as vn, useKeyboardEvent as yn, useLatest as bn, useListenWindowResize as xn, useLocalStorageState as Sn, useLockFn as Cn, useLongPress as wn, useMedia as Tn, useMemo as En, useMemoizedFn as Dn, useMergeProps as On, useMount as kn, useMouse as An, useMove as jn, useMutationObserver as Mn, useMutationObservers as Nn, useNetwork as Pn, useOnlineStatus as Fn, useOverflowHidden as In, useOverrideRef as Ln, usePagination as Rn, usePasteImage as zn, usePersistCallback as Bn, usePrefersColorSchemeDark as Vn, usePrevious as Hn, useRafInterval as Un, useRafState as Wn, useRafTimeout as Gn, useReactive as Kn, useRefLatest as qn, useRefs as Jn, useRefs2 as Yn, useRequest as Xn, useResetState as Zn, useResizeObserver as Qn, useResizeObservers as $n, useResponsive as er, useSafeState as tr, useScroll as nr, useSelections as rr, useSessionStorageState as ir, useSetState as ar, useSize as or, useStateCallback as sr, useStateWithPromise as cr, useSyncState as lr, useTextSelection as ur, useTheme as dr, useThrottle as fr, useThrottleEffect as pr, useThrottleFn as mr, useTimeout as hr, useTitle as gr, useToggle as _r, useTrackedEffect as vr, useUnmount as yr, useUnmountedRef as br, useUpdate as xr, useUpdateEffect as Sr, useUpdateLayoutEffect as Cr, useUrlState as wr, useVirtualList as Tr, useWatch as Er, useWebSocket as Dr, useWhyDidYouUpdate as Or, useWindowSize as kr } from "./hooks/index.js";
13
- import { callbackOriginRef as Ar } from "./utils/callbackOriginRef.js";
14
- import { callOrReturn as jr } from "./utils/callOrReturn.js";
15
- import { caseName as Mr } from "./utils/caseName.js";
11
+ import { canUseDOM as kt, contains as At, forceReflow as jt, getBodyContainer as Mt, getElementCoordinates as Nt, getScrollElements as Pt, off as Ft, on as It, parentContainsChildren as Lt, reflow as Rt } from "./utils/dom.js";
12
+ import zt from "./hooks/use-watermark/index.js";
13
+ import { clearCache as Bt, configResponsive as Vt, createUpdateEffect as Ht, useAsyncEffect as Ut, useBoolean as Wt, useClickAway as Gt, useComputedState as Kt, useControllableValue as qt, useCookieState as Jt, useCountDown as Yt, useCounter as Xt, useCreate as Zt, useCreation as Qt, useDebounce as $t, useDebounceEffect as en, useDebounceFn as tn, useDeepCompareEffect as nn, useDeepCompareLayoutEffect as rn, useDocumentVisibility as an, useDrag as on, useDrop as sn, useEffectEvent as cn, useEvent as ln, useEventListener as un, useEventTarget as dn, useExternal as fn, useFavicon as pn, useFocusWithin as mn, useForceUpdate as hn, useFullscreen as gn, useGetState as _n, useHistoryTravel as vn, useHover as yn, useId as bn, useInViewport as xn, useInfiniteScroll as Sn, useIntersectionObserver as Cn, useIntersectionObservers as wn, useInterval as Tn, useIsFirstRender as En, useIsomorphicLayoutEffect as Dn, useKeyPress as On, useKeyboardEvent as kn, useLatest as An, useListenWindowResize as jn, useLocalStorageState as Mn, useLockFn as Nn, useLongPress as Pn, useMedia as Fn, useMemo as In, useMemoizedFn as Ln, useMergeProps as Rn, useMount as zn, useMouse as Bn, useMove as Vn, useMutationObserver as Hn, useMutationObservers as Un, useNetwork as Wn, useOnlineStatus as Gn, useOverflowHidden as Kn, useOverrideRef as qn, usePagination as Jn, usePasteImage as Yn, usePersistCallback as Xn, usePrefersColorSchemeDark as Zn, usePrevious as Qn, useRafInterval as $n, useRafState as er, useRafTimeout as tr, useReactive as nr, useRefLatest as rr, useRefs as ir, useRefs2 as ar, useRequest as or, useResetState as sr, useResizeObserver as cr, useResizeObservers as lr, useResponsive as ur, useSafeState as dr, useScroll as fr, useSelections as pr, useSessionStorageState as mr, useSetState as hr, useSize as gr, useStateCallback as _r, useStateWithPromise as vr, useSyncState as yr, useTextSelection as br, useTheme as xr, useThrottle as Sr, useThrottleEffect as Cr, useThrottleFn as wr, useTimeout as Tr, useTitle as Er, useToggle as Dr, useTrackedEffect as Or, useUnmount as kr, useUnmountedRef as Ar, useUpdate as jr, useUpdateEffect as Mr, useUpdateLayoutEffect as Nr, useUrlState as Pr, useVirtualList as Fr, useWatch as Ir, useWebSocket as Lr, useWhyDidYouUpdate as Rr, useWindowSize as zr } from "./hooks/index.js";
14
+ import { callbackOriginRef as Br } from "./utils/callbackOriginRef.js";
15
+ import { callOrReturn as Vr } from "./utils/callOrReturn.js";
16
+ import { caseName as Hr } from "./utils/caseName.js";
16
17
  import { className as H } from "./utils/className.js";
17
- import { pick as Nr, pickDataAttributes as Pr } from "./utils/pick.js";
18
- import { NOOP as Fr, PREFIX_CLASS as Ir, UI_PC_KEY as Lr, UI_PC_THEME_DARK_CLASS_NAME as Rr, newArray as zr, pickTriggerPropsFromRest as Br } from "./utils/constant.js";
19
- import { COMPONENT_NAMES as Vr } from "./utils/names.js";
20
- import Hr from "./empty/index.js";
21
- import { PqbValidator as Ur, Validator as Wr, ValidatorArray as Gr, ValidatorBase as Kr, ValidatorBoolean as qr, ValidatorCustom as Jr, ValidatorNumber as Yr, ValidatorObject as Xr, ValidatorSchema as Zr, ValidatorString as Qr, ValidatorType as $r, validatorLocale as ei } from "./utils/validate.js";
22
- import { canUseDOM as ti, contains as ni, forceReflow as ri, getBodyContainer as ii, getElementCoordinates as ai, getScrollElements as oi, off as si, on as ci, parentContainsChildren as li, reflow as ui } from "./utils/dom.js";
18
+ import { pick as Ur, pickDataAttributes as Wr } from "./utils/pick.js";
19
+ import { NOOP as Gr, PREFIX_CLASS as Kr, UI_PC_KEY as qr, UI_PC_THEME_DARK_CLASS_NAME as Jr, newArray as Yr, pickTriggerPropsFromRest as Xr } from "./utils/constants.js";
20
+ import { COMPONENT_NAMES as Zr } from "./utils/names.js";
21
+ import Qr from "./empty/index.js";
22
+ import { PqbValidator as $r, Validator as ei, ValidatorArray as ti, ValidatorBase as ni, ValidatorBoolean as ri, ValidatorCustom as ii, ValidatorNumber as ai, ValidatorObject as oi, ValidatorSchema as si, ValidatorString as ci, ValidatorType as li, validatorLocale as ui } from "./utils/validate.js";
23
23
  import { ConfigContext as di, ConfigProviderDefaultValue as fi } from "./config-provider/context.js";
24
24
  import { ContextHolderElement as pi } from "./utils/contextHolder.js";
25
25
  import { clipboardCopy as U } from "./utils/copy.js";
@@ -39,10 +39,10 @@ import { getStringLength as Ki } from "./utils/getStringLength.js";
39
39
  import { include as qi } from "./utils/include.js";
40
40
  import { assign as Ji, assignIn as Yi, at as Xi, camelCase as Zi, capitalize as Qi, castArray as $i, chain as ea, chunk as ta, clone as na, cloneDeep as ra, cloneDeepWith as ia, cloneWith as aa, compact as oa, curry as sa, debounce as ca, defaultTo as la, defaults as ua, defaultsDeep as da, difference as fa, escape as pa, findKey as ma, flattenDeep as ha, flow as ga, get as _a, groupBy as va, has as ya, intersection as ba, invert as xa, invertBy as Sa, kebabCase as Ca, mean as wa, memoize as Ta, merge as Ea, mergeWith as Da, orderBy as Oa, partition as ka, pullAll as Aa, result as ja, sample as Ma, sampleSize as Na, set as Pa, setWith as Fa, shuffle as Ia, snakeCase as La, sortBy as Ra, startCase as za, throttle as Ba, toPath as Va, truncate as Ha, union as Ua, uniq as Wa, uniqueId as Ga, unset as Ka, update as qa, updateWith as Ja, upperCase as Ya, upperFirst as Xa, without as Za, xor as Qa, zip as $a } from "./utils/lodash.js";
41
41
  import { div as eo, math as to, minus as no, plus as ro, times as io } from "./utils/math.js";
42
- import { mergedToString as ao } from "./utils/mergedToString.js";
43
- import { mergeProps as oo } from "./utils/mergeProps.js";
44
- import { omit as so } from "./utils/omit.js";
45
- import { padEnd as co, padStart as W } from "./utils/pad.js";
42
+ import { mergedToString as W } from "./utils/mergedToString.js";
43
+ import { mergeProps as ao } from "./utils/mergeProps.js";
44
+ import { omit as oo } from "./utils/omit.js";
45
+ import { padEnd as so, padStart as co } from "./utils/pad.js";
46
46
  import { composeRef as lo, fillRef as uo, getNodeRef as fo, getReactElementRef as po, supportNodeRef as mo, supportRef as ho, useComposeRef as go } from "./utils/ref.js";
47
47
  import { saveAs as _o } from "./utils/saveAs.js";
48
48
  import { screenfull as vo } from "./utils/screenfull.js";
@@ -62,8 +62,8 @@ import { warning as Ho } from "./utils/warning.js";
62
62
  import { pinyin_exports as Uo } from "./utils/pinyin.js";
63
63
  import { utils_exports as Wo } from "./utils/index.js";
64
64
  import { transition_exports as Go } from "./transition/index.js";
65
- import Ko from "./affix/index.js";
66
- import qo from "./alert/index.js";
65
+ import { Affix as Ko } from "./affix/index.js";
66
+ import { Alert as qo } from "./alert/index.js";
67
67
  import { AnchorContext as Jo } from "./anchor/context.js";
68
68
  import Yo from "./anchor/Link.js";
69
69
  import Xo from "./anchor/index.js";
@@ -76,10 +76,10 @@ import { CheckboxGroupContext as ss } from "./checkbox/context.js";
76
76
  import cs from "./button/Toggle.js";
77
77
  import ls from "./button/index.js";
78
78
  import us from "./portal/index.js";
79
- import G from "./message/useMessage.js";
79
+ import G from "./message/hooks/useMessage.js";
80
80
  import ds from "./modal/use-modal/index.js";
81
- import fs from "./notification/useNotification.js";
82
- import ps from "./app/context.js";
81
+ import fs from "./notification/hooks/useNotification.js";
82
+ import { AppContext as ps } from "./app/context.js";
83
83
  import ms from "./app/useApp.js";
84
84
  import hs from "./app/index.js";
85
85
  import gs from "./checkbox/Group.js";
@@ -97,7 +97,7 @@ import Ds from "./input/Group.js";
97
97
  import Os from "./input-number/index.js";
98
98
  import { FlexVertical as ks } from "./flex/Flex.js";
99
99
  import As from "./flex/index.js";
100
- import js from "./overflow-ellipsis/OverflowItem.js";
100
+ import js from "./overflow-ellipsis/Item.js";
101
101
  import Ms from "./overflow-ellipsis/index.js";
102
102
  import Ns from "./popover/index.js";
103
103
  import Ps from "./popconfirm/index.js";
@@ -109,103 +109,103 @@ import zs from "./input/Password.js";
109
109
  import Bs from "./input/Search.js";
110
110
  import K from "./input/Textarea.js";
111
111
  import Vs from "./input/index.js";
112
- import Hs from "./virtual-list/index.js";
113
- import Us from "./select/index.js";
114
- import Ws, { AutoCompleteOption as Gs, AutoCompleteOptionGroup as Ks } from "./auto-complete/index.js";
115
- import qs from "./avatar/context.js";
116
- import Js from "./avatar/Group.js";
117
- import Ys from "./avatar/index.js";
118
- import Xs from "./back-top/index.js";
119
- import Zs from "./badge/Count.js";
120
- import { BADGE_COLORS as Qs, BADGE_STATUS as $s } from "./badge/utils.js";
121
- import ec from "./badge/index.js";
122
- import tc, { border_beam_exports as nc } from "./border-beam/index.js";
123
- import rc from "./menu/context.js";
124
- import ic from "./menu/Indent.js";
125
- import ac from "./menu/Item.js";
126
- import oc from "./menu/ItemGroup.js";
127
- import { LayoutSiderContext as sc } from "./layout/context.js";
128
- import cc from "./dropdown/Button.js";
129
- import lc from "./dropdown/index.js";
130
- import uc from "./menu/sub-menu/index.js";
131
- import dc from "./menu/index.js";
132
- import { BreadcrumbContext as fc } from "./breadcrumb/context.js";
133
- import pc from "./breadcrumb/Item.js";
134
- import mc from "./breadcrumb/index.js";
135
- import { RadioGroupContext as hc } from "./radio/context.js";
136
- import gc from "./radio/Group.js";
137
- import _c from "./calendar/Month.js";
138
- import vc from "./calendar/Year.js";
139
- import yc from "./calendar/index.js";
140
- import bc from "./spin/index.js";
141
- import xc from "./card/Grid.js";
142
- import Sc from "./card/Meta.js";
143
- import Cc from "./card/index.js";
144
- import wc from "./carousel/index.js";
145
- import Tc from "./cascader/index.js";
146
- import { CollapseContext as Ec } from "./collapse/context.js";
147
- import Dc from "./collapse/Item.js";
148
- import Oc from "./collapse/index.js";
149
- import kc from "./radio/GroupBlock.js";
150
- import Ac from "./radio/index.js";
151
- import jc from "./color-picker/ControlBar.js";
152
- import Mc from "./color-picker/InputAlpha.js";
153
- import Nc from "./color-picker/InputHex.js";
154
- import Pc from "./color-picker/InputRgb.js";
155
- import Fc from "./color-picker/Palette.js";
156
- import Ic from "./color-picker/Panel.js";
157
- import Lc from "./color-picker/index.js";
158
- import Rc from "./comment/index.js";
159
- import zc from "./config-provider/index.js";
112
+ import Hs from "./config-provider/index.js";
113
+ import Us from "./virtual-list/index.js";
114
+ import Ws from "./select/index.js";
115
+ import Gs, { AutoCompleteOption as Ks, AutoCompleteOptionGroup as qs } from "./auto-complete/index.js";
116
+ import { AvatarContext as Js } from "./avatar/context.js";
117
+ import Ys from "./avatar/Group.js";
118
+ import Xs from "./avatar/index.js";
119
+ import Zs from "./back-top/index.js";
120
+ import Qs from "./badge/Count.js";
121
+ import { BADGE_COLORS as $s, BADGE_STATUS as ec } from "./badge/utils.js";
122
+ import tc from "./badge/index.js";
123
+ import nc, { border_beam_exports as rc } from "./border-beam/index.js";
124
+ import ic from "./menu/context.js";
125
+ import ac from "./menu/Indent.js";
126
+ import oc from "./menu/Item.js";
127
+ import sc from "./menu/ItemGroup.js";
128
+ import { LayoutSiderContext as cc } from "./layout/context.js";
129
+ import lc from "./menu/sub-menu/index.js";
130
+ import uc from "./menu/index.js";
131
+ import { BreadcrumbContext as dc } from "./breadcrumb/context.js";
132
+ import fc from "./dropdown/Button.js";
133
+ import pc from "./dropdown/index.js";
134
+ import mc from "./breadcrumb/Item.js";
135
+ import hc from "./breadcrumb/index.js";
136
+ import { RadioGroupContext as gc } from "./radio/context.js";
137
+ import _c from "./radio/Group.js";
138
+ import vc from "./calendar/Month.js";
139
+ import yc from "./calendar/Year.js";
140
+ import bc from "./calendar/index.js";
141
+ import xc from "./spin/index.js";
142
+ import Sc from "./card/Grid.js";
143
+ import Cc from "./card/Meta.js";
144
+ import wc from "./card/index.js";
145
+ import Tc from "./carousel/index.js";
146
+ import Ec from "./cascader/index.js";
147
+ import { CollapseContext as Dc } from "./collapse/context.js";
148
+ import Oc from "./collapse/Item.js";
149
+ import kc from "./collapse/index.js";
150
+ import Ac from "./radio/GroupBlock.js";
151
+ import jc from "./radio/index.js";
152
+ import Mc from "./color-picker/ControlBar.js";
153
+ import Nc from "./color-picker/InputAlpha.js";
154
+ import Pc from "./color-picker/InputHex.js";
155
+ import Fc from "./color-picker/InputRgb.js";
156
+ import Ic from "./color-picker/Palette.js";
157
+ import Lc from "./color-picker/Panel.js";
158
+ import Rc from "./color-picker/index.js";
159
+ import zc from "./comment/index.js";
160
160
  import q from "./countdown/index.js";
161
161
  import { DatePickerContext as Bc, DatePickerRangeContext as Vc } from "./date-picker/context.js";
162
- import Hc from "./link/index.js";
163
- import { TimePickerContext as Uc, TimePickerRangeContext as Wc } from "./time-picker/context.js";
164
- import Gc from "./date-picker/DatePickerRange.js";
165
- import { DatePickerMonth as Kc, DatePickerQuarter as qc, DatePickerWeek as Jc, DatePickerYear as Yc } from "./date-picker/DatePicker.js";
166
- import { DatePicker as Xc } from "./date-picker/index.js";
167
- import Zc from "./descriptions/index.js";
168
- import Qc from "./details/index.js";
169
- import $c from "./development/index.js";
170
- import { DividerVertical as el } from "./divider/Divider.js";
171
- import tl from "./divider/index.js";
172
- import nl from "./drawer/index.js";
173
- import { ValidateError as rl } from "./form/utils.js";
174
- import il from "./form/hook/useForm.js";
175
- import al from "./form/FormControl.js";
176
- import { RowContext as ol } from "./row-col/context.js";
162
+ import { TimePickerContext as Hc, TimePickerRangeContext as Uc } from "./time-picker/context.js";
163
+ import Wc from "./date-picker/Range.js";
164
+ import { DatePickerMonth as Gc, DatePickerQuarter as Kc, DatePickerWeek as qc, DatePickerYear as Jc } from "./date-picker/DatePicker.js";
165
+ import { DatePicker as Yc } from "./date-picker/index.js";
166
+ import Xc from "./descriptions/index.js";
167
+ import Zc from "./details/index.js";
168
+ import Qc from "./development/index.js";
169
+ import { DividerVertical as $c } from "./divider/Divider.js";
170
+ import el from "./divider/index.js";
171
+ import tl from "./drawer/index.js";
172
+ import { ValidateError as nl } from "./form/utils.js";
173
+ import rl from "./form/Control.js";
174
+ import il from "./form/hooks/useForm.js";
175
+ import al from "./form/hooks/useFormContext.js";
176
+ import ol from "./form/hooks/useFormState.js";
177
+ import sl from "./form/hooks/useWatch.js";
178
+ import { RowContext as cl } from "./row-col/context.js";
177
179
  import J from "./row-col/Col.js";
178
180
  import Y from "./row-col/index.js";
179
- import sl from "./form/FormLabelSymbol.js";
180
- import cl from "./form/FormItemLabel.js";
181
- import ll from "./form/FormItemTip.js";
182
- import ul from "./form/FormItem.js";
183
- import dl from "./form/FormList.js";
184
- import fl from "./form/FormProvider.js";
185
- import pl from "./form/hook/useFormContext.js";
186
- import ml from "./form/hook/useFormState.js";
187
- import hl from "./form/hook/useWatch.js";
188
- import gl from "./form/index.js";
189
- import _l from "./global-provider/context.js";
190
- import vl, { GlobalConsumer as yl } from "./global-provider/index.js";
191
- import { GridContext as bl } from "./grid/context.js";
192
- import xl from "./grid/Item.js";
193
- import Sl from "./grid/index.js";
194
- import Cl from "./icon/addIconFromCdn.js";
195
- import wl, { IconContext as Tl, useIconProps as El } from "./icon/index.js";
196
- import Dl from "./icons/file/index.js";
197
- import { ImagePreviewGroupContext as Ol } from "./image/context.js";
198
- import kl from "./image/ImagePreview.js";
199
- import Al from "./image/ImagePreviewGroup.js";
200
- import jl from "./image/index.js";
201
- import Ml from "./layout/Content.js";
202
- import Nl from "./layout/Footer.js";
203
- import Pl from "./layout/Header.js";
204
- import Fl from "./resize-box/Split.js";
205
- import Il from "./resize-box/SplitGroup.js";
206
- import Ll from "./resize-box/index.js";
207
- import Rl from "./layout/Sider.js";
208
- import zl from "./layout/index.js";
181
+ import ll from "./form/LabelSymbol.js";
182
+ import ul from "./form/ItemLabel.js";
183
+ import dl from "./form/ItemTip.js";
184
+ import fl from "./form/Item.js";
185
+ import pl from "./form/List.js";
186
+ import ml from "./form/Provider.js";
187
+ import hl from "./form/index.js";
188
+ import gl from "./global-provider/context.js";
189
+ import _l, { GlobalConsumer as vl } from "./global-provider/index.js";
190
+ import { GridContext as yl } from "./grid/context.js";
191
+ import bl from "./grid/Item.js";
192
+ import xl from "./grid/index.js";
193
+ import Sl from "./icon/addIconFromCdn.js";
194
+ import Cl, { IconContext as wl, useIconProps as Tl } from "./icon/index.js";
195
+ import El from "./icons/file/index.js";
196
+ import { ImagePreviewGroupContext as Dl } from "./image/context.js";
197
+ import Ol from "./image/Preview.js";
198
+ import kl from "./image/PreviewGroup.js";
199
+ import Al from "./image/index.js";
200
+ import jl from "./layout/Content.js";
201
+ import Ml from "./layout/Footer.js";
202
+ import Nl from "./layout/Header.js";
203
+ import Pl from "./resize-box/Split.js";
204
+ import Fl from "./resize-box/SplitGroup.js";
205
+ import Il from "./resize-box/index.js";
206
+ import Ll from "./layout/Sider.js";
207
+ import Rl from "./layout/index.js";
208
+ import zl from "./link/index.js";
209
209
  import Bl from "./liquid-fill/index.js";
210
210
  import Vl from "./list/Item.js";
211
211
  import Hl from "./pagination/index.js";
@@ -219,78 +219,68 @@ import Yl from "./message/index.js";
219
219
  import Xl from "./modal/index.js";
220
220
  import Zl from "./notification/index.js";
221
221
  import Ql from "./page-header/index.js";
222
- import $l from "./progress/CircleProgress.js";
223
- import eu from "./progress/LineProgess.js";
224
- import { StepProgress as tu } from "./progress/StepProgress.js";
222
+ import $l from "./progress/Circle.js";
223
+ import eu from "./progress/Line.js";
224
+ import { StepProgress as tu } from "./progress/Step.js";
225
225
  import nu, { ProgressMock as ru } from "./progress/index.js";
226
226
  import iu from "./qr-code/src/qrcodegen.js";
227
227
  import X from "./qr-code/index.js";
228
228
  import au from "./rate/index.js";
229
229
  import ou from "./result/index.js";
230
- import su from "./rich-text/lib/delta/AttributeMap.js";
231
- import cu from "./rich-text/lib/delta/Op.js";
232
- import lu from "./rich-text/lib/delta/OpIterator.js";
233
- import uu from "./rich-text/lib/delta/index.js";
234
- import { parchment_exports as du } from "./rich-text/lib/parchment/index.js";
235
- import fu from "./rich-text/lib/core/emitter.js";
236
- import pu from "./rich-text/lib/core/module.js";
237
- import { Range as mu } from "./rich-text/lib/core/selection.js";
238
- import hu from "./rich-text/lib/index.js";
239
- import gu from "./rich-text/index.js";
240
- import _u from "./segmented/index.js";
241
- import vu from "./skeleton/index.js";
242
- import yu from "./slider/index.js";
243
- import { SpaceVertical as bu } from "./space/Space.js";
244
- import xu from "./space/index.js";
245
- import Su from "./speech-synthesis/index.js";
246
- import Cu from "./splitter/Panel.js";
247
- import wu from "./splitter/index.js";
248
- import Tu from "./statistic/index.js";
249
- import Z from "./steps/Step.js";
250
- import Eu from "./steps/index.js";
251
- import Du from "./suspense-fallback-test/index.js";
252
- import Ou from "./switch/index.js";
253
- import { defaultComponent as ku } from "./table/constant.js";
254
- import { TableContext as Au, TableTbodyContext as ju, TableTfootContext as Mu, TableTheadContext as Nu, TableTrContext as Pu } from "./table/context.js";
255
- import Fu from "./table/hook/useComponent.js";
256
- import Iu from "./table/hook/useColumns.js";
257
- import Lu from "./table/hook/useExpand.js";
258
- import Ru from "./table/hook/useRowSelection.js";
259
- import zu from "./table/hook/useSorter.js";
260
- import Bu from "./table/hook/useStickyClassNames.js";
261
- import Vu from "./table/hook/useStickyOffsets.js";
262
- import Hu from "./table/hook/useThResizable.js";
263
- import { TableSummaryContext as Uu } from "./table/summary/context.js";
264
- import Wu from "./table/summary/Cell.js";
265
- import Gu from "./table/summary/Row.js";
266
- import Ku from "./table/summary/index.js";
267
- import qu from "./table/index.js";
268
- import { TabContentContext as Ju, TabsContext as Yu } from "./tabs/context.js";
230
+ import su from "./segmented/index.js";
231
+ import cu from "./skeleton/index.js";
232
+ import lu from "./slider/index.js";
233
+ import { SpaceVertical as uu } from "./space/Space.js";
234
+ import du from "./space/index.js";
235
+ import fu from "./speech-synthesis/index.js";
236
+ import pu from "./splitter/Panel.js";
237
+ import mu from "./splitter/index.js";
238
+ import hu from "./statistic/index.js";
239
+ import Z from "./steps/Item.js";
240
+ import gu from "./steps/index.js";
241
+ import _u from "./suspense-fallback-test/index.js";
242
+ import vu from "./switch/index.js";
243
+ import { defaultComponent as yu } from "./table/constants.js";
244
+ import { TableContext as bu, TableTbodyContext as xu, TableTfootContext as Su, TableTheadContext as Cu, TableTrContext as wu } from "./table/context.js";
245
+ import Tu from "./table/hooks/useComponent.js";
246
+ import Eu from "./table/hooks/useColumns.js";
247
+ import Du from "./table/hooks/useExpand.js";
248
+ import Ou from "./table/hooks/useRowSelection.js";
249
+ import ku from "./table/hooks/useSorter.js";
250
+ import Au from "./table/hooks/useStickyClassNames.js";
251
+ import ju from "./table/hooks/useStickyOffsets.js";
252
+ import Mu from "./table/hooks/useThResizable.js";
253
+ import { TableSummaryContext as Nu } from "./table/summary/context.js";
254
+ import Pu from "./table/summary/Cell.js";
255
+ import Fu from "./table/summary/Row.js";
256
+ import Iu from "./table/summary/index.js";
257
+ import Lu from "./table/index.js";
258
+ import { TabContentContext as Ru, TabsContext as zu } from "./tabs/context.js";
269
259
  import Q from "./tabs/TabPane.js";
270
- import Xu from "./tabs/index.js";
271
- import Zu, { TimePickerRange as Qu } from "./time-picker/index.js";
272
- import $u from "./timeline/Item.js";
273
- import ed from "./timeline/index.js";
274
- import td from "./timer/index.js";
275
- import nd from "./toast/index.js";
276
- import rd from "./tour/index.js";
277
- import id from "./transfer/index.js";
278
- import { TreeContext as ad } from "./tree/context.js";
260
+ import Bu from "./tabs/index.js";
261
+ import Vu, { TimePickerRange as Hu } from "./time-picker/index.js";
262
+ import Uu from "./timeline/Item.js";
263
+ import Wu from "./timeline/index.js";
264
+ import Gu from "./timer/index.js";
265
+ import Ku from "./toast/index.js";
266
+ import qu from "./tour/index.js";
267
+ import Ju from "./transfer/index.js";
268
+ import { TreeContext as Yu } from "./tree/context.js";
279
269
  import $ from "./tree/Node.js";
280
- import od from "./tree/NodeList.js";
281
- import sd from "./tree/index.js";
282
- import cd from "./tree-select/index.js";
283
- import ld from "./typewriter/index.js";
284
- import ud from "./typography/Paragraph.js";
285
- import dd from "./typography/Text.js";
286
- import fd from "./typography/Title.js";
287
- import pd from "./typography/index.js";
288
- import { STATUS as md } from "./upload/constant.js";
289
- import hd from "./upload/list/index.js";
290
- import gd from "./upload/index.js";
291
- import _d from "./verification-code/index.js";
292
- import vd from "./watermark/index.js";
293
- import { VERSION as yd, VERSION_BUILD_DATE as bd, VERSION_BUILD_INFO as xd, VERSION_BUILD_TIME as Sd } from "./version/index.js";
270
+ import Xu from "./tree/NodeList.js";
271
+ import Zu from "./tree/index.js";
272
+ import Qu from "./tree-select/index.js";
273
+ import $u from "./typewriter/index.js";
274
+ import ed from "./typography/Paragraph.js";
275
+ import td from "./typography/Text.js";
276
+ import nd from "./typography/Title.js";
277
+ import rd from "./typography/index.js";
278
+ import { STATUS as id } from "./upload/constants.js";
279
+ import ad from "./upload/list/index.js";
280
+ import od from "./upload/index.js";
281
+ import sd from "./verification-code/index.js";
282
+ import cd from "./watermark/index.js";
283
+ import { VERSION as ld, VERSION_BUILD_DATE as ud, VERSION_BUILD_INFO as dd, VERSION_BUILD_TIME as fd } from "./version/index.js";
294
284
  export * from "@unicom-cloud/ui-common/utils/is";
295
285
  export * from "@unicom-cloud/ui-common/utils/dom";
296
286
  export * from "@unicom-cloud/ui-common/utils/css";
@@ -301,7 +291,7 @@ export * from "@unicom-cloud/ui-common/utils/tinycolor";
301
291
  export * from "@unicom-cloud/ui-common/utils/tunnel";
302
292
  export * from "@unicom-cloud/ui-common/transition";
303
293
  //#region components/pc/index.ts
304
- var Cd = /* @__PURE__ */ ee({
294
+ var pd = /* @__PURE__ */ ee({
305
295
  ANIMATION_NAMES: () => Qo,
306
296
  Affix: () => Ko,
307
297
  Alert: () => qo,
@@ -311,109 +301,109 @@ var Cd = /* @__PURE__ */ ee({
311
301
  Animation: () => Zo,
312
302
  App: () => hs,
313
303
  AppContext: () => ps,
314
- AutoComplete: () => Ws,
315
- AutoCompleteOption: () => Gs,
316
- AutoCompleteOptionGroup: () => Ks,
317
- Avatar: () => Ys,
318
- AvatarContext: () => qs,
319
- AvatarGroup: () => Js,
320
- BADGE_COLORS: () => Qs,
321
- BADGE_STATUS: () => $s,
322
- BORDER_BEAM_GRADIENT_PRESETS: () => nc.BORDER_BEAM_GRADIENT_PRESETS,
304
+ AutoComplete: () => Gs,
305
+ AutoCompleteOption: () => Ks,
306
+ AutoCompleteOptionGroup: () => qs,
307
+ Avatar: () => Xs,
308
+ AvatarContext: () => Js,
309
+ AvatarGroup: () => Ys,
310
+ BADGE_COLORS: () => $s,
311
+ BADGE_STATUS: () => ec,
312
+ BORDER_BEAM_GRADIENT_PRESETS: () => rc.BORDER_BEAM_GRADIENT_PRESETS,
323
313
  BUTTON_STATUS: () => $o,
324
314
  BUTTON_TYPE: () => es,
325
- BackTop: () => Xs,
326
- Badge: () => ec,
327
- BadgeCount: () => Zs,
328
- BorderBeam: () => tc,
329
- Breadcrumb: () => mc,
330
- BreadcrumbContext: () => fc,
331
- BreadcrumbItem: () => pc,
315
+ BackTop: () => Zs,
316
+ Badge: () => tc,
317
+ BadgeCount: () => Qs,
318
+ BorderBeam: () => nc,
319
+ Breadcrumb: () => hc,
320
+ BreadcrumbContext: () => dc,
321
+ BreadcrumbItem: () => mc,
332
322
  Button: () => ls,
333
323
  ButtonGroup: () => ts,
334
324
  ButtonToggle: () => cs,
335
- COMPONENT_NAMES: () => Vr,
336
- Calendar: () => yc,
337
- CalendarMonth: () => _c,
338
- CalendarYear: () => vc,
339
- Card: () => Cc,
340
- CardGrid: () => xc,
341
- CardMeta: () => Sc,
342
- Carousel: () => wc,
343
- Cascader: () => Tc,
325
+ COMPONENT_NAMES: () => Zr,
326
+ Calendar: () => bc,
327
+ CalendarMonth: () => vc,
328
+ CalendarYear: () => yc,
329
+ Card: () => wc,
330
+ CardGrid: () => Sc,
331
+ CardMeta: () => Cc,
332
+ Carousel: () => Tc,
333
+ Cascader: () => Ec,
344
334
  Checkbox: () => Cs,
345
335
  CheckboxGroup: () => gs,
346
336
  CheckboxGroupBlock: () => xs,
347
337
  CheckboxGroupContext: () => ss,
348
338
  Col: () => J,
349
- Collapse: () => Oc,
350
- CollapseContext: () => Ec,
351
- CollapseItem: () => Dc,
352
- ColorPicker: () => Lc,
353
- ColorPickerControlBar: () => jc,
354
- ColorPickerInputAlpha: () => Mc,
355
- ColorPickerInputHex: () => Nc,
356
- ColorPickerInputRgb: () => Pc,
357
- ColorPickerPalette: () => Fc,
358
- ColorPickerPanel: () => Ic,
359
- Comment: () => Rc,
339
+ Collapse: () => kc,
340
+ CollapseContext: () => Dc,
341
+ CollapseItem: () => Oc,
342
+ ColorPicker: () => Rc,
343
+ ColorPickerControlBar: () => Mc,
344
+ ColorPickerInputAlpha: () => Nc,
345
+ ColorPickerInputHex: () => Pc,
346
+ ColorPickerInputRgb: () => Fc,
347
+ ColorPickerPalette: () => Ic,
348
+ ColorPickerPanel: () => Lc,
349
+ Comment: () => zc,
360
350
  ConfigContext: () => di,
361
- ConfigProvider: () => zc,
351
+ ConfigProvider: () => Hs,
362
352
  ConfigProviderDefaultValue: () => fi,
363
353
  ContextHolderElement: () => pi,
364
354
  Copy: () => ys,
365
355
  Countdown: () => q,
366
- DatePicker: () => Xc,
356
+ DatePicker: () => Yc,
367
357
  DatePickerContext: () => Bc,
368
- DatePickerMonth: () => Kc,
369
- DatePickerQuarter: () => qc,
370
- DatePickerRange: () => Gc,
358
+ DatePickerMonth: () => Gc,
359
+ DatePickerQuarter: () => Kc,
360
+ DatePickerRange: () => Wc,
371
361
  DatePickerRangeContext: () => Vc,
372
- DatePickerWeek: () => Jc,
373
- DatePickerYear: () => Yc,
374
- Descriptions: () => Zc,
375
- Details: () => Qc,
376
- Development: () => $c,
377
- Divider: () => tl,
378
- DividerVertical: () => el,
379
- Drawer: () => nl,
380
- Dropdown: () => lc,
381
- DropdownButton: () => cc,
362
+ DatePickerWeek: () => qc,
363
+ DatePickerYear: () => Jc,
364
+ Descriptions: () => Xc,
365
+ Details: () => Zc,
366
+ Development: () => Qc,
367
+ Divider: () => el,
368
+ DividerVertical: () => $c,
369
+ Drawer: () => tl,
370
+ Dropdown: () => pc,
371
+ DropdownButton: () => fc,
382
372
  EMITTER_EVENT: () => Pi,
383
373
  Emitter: () => Fi,
384
- Empty: () => Hr,
374
+ Empty: () => Qr,
385
375
  Flex: () => As,
386
376
  FlexVertical: () => ks,
387
- Form: () => gl,
377
+ Form: () => hl,
388
378
  FormContext: () => ns,
389
- FormControl: () => al,
390
- FormItem: () => ul,
379
+ FormControl: () => rl,
380
+ FormItem: () => fl,
391
381
  FormItemContext: () => rs,
392
- FormItemLabel: () => cl,
393
- FormItemTip: () => ll,
394
- FormLabelSymbol: () => sl,
395
- FormList: () => dl,
382
+ FormItemLabel: () => ul,
383
+ FormItemTip: () => dl,
384
+ FormLabelSymbol: () => ll,
385
+ FormList: () => pl,
396
386
  FormListContext: () => is,
397
- FormProvider: () => fl,
387
+ FormProvider: () => ml,
398
388
  FormProviderContext: () => as,
399
- FormValidateError: () => rl,
400
- GlobalConsumer: () => yl,
401
- GlobalContext: () => _l,
402
- GlobalProvider: () => vl,
403
- Grid: () => Sl,
389
+ FormValidateError: () => nl,
390
+ GlobalConsumer: () => vl,
391
+ GlobalContext: () => gl,
392
+ GlobalProvider: () => _l,
393
+ Grid: () => xl,
404
394
  GridCol: () => J,
405
- GridContext: () => bl,
406
- GridItem: () => xl,
395
+ GridContext: () => yl,
396
+ GridItem: () => bl,
407
397
  GridRow: () => Y,
408
398
  HYPHEN: () => To,
409
- Icon: () => wl,
410
- IconContext: () => Tl,
411
- IconFile: () => Dl,
399
+ Icon: () => Cl,
400
+ IconContext: () => wl,
401
+ IconFile: () => El,
412
402
  IconHover: () => os,
413
- Image: () => jl,
414
- ImagePreview: () => kl,
415
- ImagePreviewGroup: () => Al,
416
- ImagePreviewGroupContext: () => Ol,
403
+ Image: () => Al,
404
+ ImagePreview: () => Ol,
405
+ ImagePreviewGroup: () => kl,
406
+ ImagePreviewGroupContext: () => Dl,
417
407
  Input: () => Vs,
418
408
  InputButton: () => Rs,
419
409
  InputCore: () => Es,
@@ -423,13 +413,13 @@ var Cd = /* @__PURE__ */ ee({
423
413
  InputSearch: () => Bs,
424
414
  InputTag: () => Ls,
425
415
  InputTextarea: () => K,
426
- Layout: () => zl,
427
- LayoutContent: () => Ml,
428
- LayoutFooter: () => Nl,
429
- LayoutHeader: () => Pl,
430
- LayoutSider: () => Rl,
431
- LayoutSiderContext: () => sc,
432
- Link: () => Hc,
416
+ Layout: () => Rl,
417
+ LayoutContent: () => jl,
418
+ LayoutFooter: () => Ml,
419
+ LayoutHeader: () => Nl,
420
+ LayoutSider: () => Ll,
421
+ LayoutSiderContext: () => cc,
422
+ Link: () => zl,
433
423
  LiquidFill: () => Bl,
434
424
  List: () => Ul,
435
425
  ListItem: () => Vl,
@@ -438,25 +428,25 @@ var Cd = /* @__PURE__ */ ee({
438
428
  Masonry: () => ql,
439
429
  MasonryItem: () => Kl,
440
430
  Mentions: () => Jl,
441
- Menu: () => dc,
442
- MenuContext: () => rc,
443
- MenuIndent: () => ic,
444
- MenuItem: () => ac,
445
- MenuItemGroup: () => oc,
446
- MenuSubMenu: () => uc,
431
+ Menu: () => uc,
432
+ MenuContext: () => ic,
433
+ MenuIndent: () => ac,
434
+ MenuItem: () => oc,
435
+ MenuItemGroup: () => sc,
436
+ MenuSubMenu: () => lc,
447
437
  Message: () => Yl,
448
438
  Modal: () => Xl,
449
- NOOP: () => Fr,
439
+ NOOP: () => Gr,
450
440
  Notification: () => Zl,
451
441
  OverflowEllipsis: () => Ms,
452
442
  OverflowEllipsisItem: () => js,
453
- PREFIX_CLASS: () => Ir,
443
+ PREFIX_CLASS: () => Kr,
454
444
  PageHeader: () => Ql,
455
445
  Pagination: () => Hl,
456
446
  Popconfirm: () => Ps,
457
447
  Popover: () => Ns,
458
448
  Portal: () => us,
459
- PqbValidator: () => Ur,
449
+ PqbValidator: () => $r,
460
450
  Progress: () => nu,
461
451
  ProgressCircle: () => $l,
462
452
  ProgressLine: () => eu,
@@ -464,127 +454,117 @@ var Cd = /* @__PURE__ */ ee({
464
454
  ProgressStep: () => tu,
465
455
  QRCode: () => X,
466
456
  QR_Code: () => X,
467
- Radio: () => Ac,
468
- RadioGroup: () => gc,
469
- RadioGroupBlock: () => kc,
470
- RadioGroupContext: () => hc,
457
+ Radio: () => jc,
458
+ RadioGroup: () => _c,
459
+ RadioGroupBlock: () => Ac,
460
+ RadioGroupContext: () => gc,
471
461
  Rate: () => au,
472
- ResizeBox: () => Ll,
473
- ResizeBoxSplit: () => Fl,
474
- ResizeBoxSplitGroup: () => Il,
462
+ ResizeBox: () => Il,
463
+ ResizeBoxSplit: () => Pl,
464
+ ResizeBoxSplitGroup: () => Fl,
475
465
  Result: () => ou,
476
- Rich: () => hu,
477
- RichText: () => gu,
478
- RichTextAttributeMap: () => su,
479
- RichTextDelta: () => uu,
480
- RichTextEmitter: () => fu,
481
- RichTextModule: () => pu,
482
- RichTextOp: () => cu,
483
- RichTextOpIterator: () => lu,
484
- RichTextParchment: () => du,
485
- RichTextRange: () => mu,
486
466
  Row: () => Y,
487
- RowContext: () => ol,
467
+ RowContext: () => cl,
488
468
  RowItem: () => J,
489
- Segmented: () => _u,
490
- Select: () => Us,
469
+ Segmented: () => su,
470
+ Select: () => Ws,
491
471
  SelectOption: () => ws,
492
472
  SelectOptionGroup: () => Ts,
493
- Skeleton: () => vu,
494
- Slider: () => yu,
495
- Space: () => xu,
496
- SpaceVertical: () => bu,
497
- SpeechSynthesis: () => Su,
498
- Spin: () => bc,
499
- Splitter: () => wu,
500
- SplitterPanel: () => Cu,
501
- Statistic: () => Tu,
473
+ Skeleton: () => cu,
474
+ Slider: () => lu,
475
+ Space: () => du,
476
+ SpaceVertical: () => uu,
477
+ SpeechSynthesis: () => fu,
478
+ Spin: () => xc,
479
+ Splitter: () => mu,
480
+ SplitterPanel: () => pu,
481
+ Statistic: () => hu,
502
482
  StatisticCountdown: () => q,
503
- Steps: () => Eu,
483
+ Steps: () => gu,
504
484
  StepsItem: () => Z,
505
485
  StepsStep: () => Z,
506
- SuspenseFallbackTest: () => Du,
507
- Switch: () => Ou,
486
+ SuspenseFallbackTest: () => _u,
487
+ Switch: () => vu,
508
488
  TAG_COLORS: () => Fs,
509
- TabContentContext: () => Ju,
489
+ TabContentContext: () => Ru,
510
490
  TabPane: () => Q,
511
- Table: () => qu,
512
- TableContext: () => Au,
513
- TableSummary: () => Ku,
514
- TableSummaryCell: () => Wu,
515
- TableSummaryContext: () => Uu,
516
- TableSummaryRow: () => Gu,
517
- TableTbodyContext: () => ju,
518
- TableTfootContext: () => Mu,
519
- TableTheadContext: () => Nu,
520
- TableTrContext: () => Pu,
521
- Tabs: () => Xu,
522
- TabsContext: () => Yu,
491
+ Table: () => Lu,
492
+ TableContext: () => bu,
493
+ TableSummary: () => Iu,
494
+ TableSummaryCell: () => Pu,
495
+ TableSummaryContext: () => Nu,
496
+ TableSummaryRow: () => Fu,
497
+ TableTbodyContext: () => xu,
498
+ TableTfootContext: () => Su,
499
+ TableTheadContext: () => Cu,
500
+ TableTrContext: () => wu,
501
+ Tabs: () => Bu,
502
+ TabsContext: () => zu,
523
503
  TabsTabPane: () => Q,
524
504
  Tag: () => Is,
525
505
  Textarea: () => K,
526
- TimePicker: () => Zu,
527
- TimePickerContext: () => Uc,
528
- TimePickerRange: () => Qu,
529
- TimePickerRangeContext: () => Wc,
530
- Timeline: () => ed,
531
- TimelineItem: () => $u,
532
- Timer: () => td,
533
- Toast: () => nd,
506
+ TimePicker: () => Vu,
507
+ TimePickerContext: () => Hc,
508
+ TimePickerRange: () => Hu,
509
+ TimePickerRangeContext: () => Uc,
510
+ Timeline: () => Wu,
511
+ TimelineItem: () => Uu,
512
+ Timer: () => Gu,
513
+ Toast: () => Ku,
534
514
  Tooltip: () => vs,
535
- Tour: () => rd,
536
- Transfer: () => id,
537
- Tree: () => sd,
538
- TreeContext: () => ad,
515
+ Tour: () => qu,
516
+ Transfer: () => Ju,
517
+ Tree: () => Zu,
518
+ TreeContext: () => Yu,
539
519
  TreeNode: () => $,
540
- TreeNodeList: () => od,
541
- TreeSelect: () => cd,
520
+ TreeNodeList: () => Xu,
521
+ TreeSelect: () => Qu,
542
522
  TreeSelectNode: () => $,
543
523
  Trigger: () => _s,
544
524
  Tween: () => Bo,
545
- Typewriter: () => ld,
546
- Typography: () => pd,
525
+ Typewriter: () => $u,
526
+ Typography: () => rd,
547
527
  TypographyEllipsis: () => bs,
548
- TypographyParagraph: () => ud,
549
- TypographyText: () => dd,
550
- TypographyTitle: () => fd,
551
- UI_PC_KEY: () => Lr,
552
- UI_PC_THEME_DARK_CLASS_NAME: () => Rr,
553
- UPLOAD_STATUS: () => md,
554
- Upload: () => gd,
555
- UploadList: () => hd,
556
- VERSION: () => yd,
557
- VERSION_BUILD_DATE: () => bd,
558
- VERSION_BUILD_INFO: () => xd,
559
- VERSION_BUILD_TIME: () => Sd,
560
- Validator: () => Wr,
561
- ValidatorArray: () => Gr,
562
- ValidatorBase: () => Kr,
563
- ValidatorBoolean: () => qr,
564
- ValidatorCustom: () => Jr,
565
- ValidatorNumber: () => Yr,
566
- ValidatorObject: () => Xr,
567
- ValidatorSchema: () => Zr,
568
- ValidatorString: () => Qr,
569
- ValidatorType: () => $r,
570
- VerificationCode: () => _d,
571
- VirtualList: () => Hs,
572
- Watermark: () => vd,
573
- addIconFromCdn: () => Cl,
528
+ TypographyParagraph: () => ed,
529
+ TypographyText: () => td,
530
+ TypographyTitle: () => nd,
531
+ UI_PC_KEY: () => qr,
532
+ UI_PC_THEME_DARK_CLASS_NAME: () => Jr,
533
+ UPLOAD_STATUS: () => id,
534
+ Upload: () => od,
535
+ UploadList: () => ad,
536
+ VERSION: () => ld,
537
+ VERSION_BUILD_DATE: () => ud,
538
+ VERSION_BUILD_INFO: () => dd,
539
+ VERSION_BUILD_TIME: () => fd,
540
+ Validator: () => ei,
541
+ ValidatorArray: () => ti,
542
+ ValidatorBase: () => ni,
543
+ ValidatorBoolean: () => ri,
544
+ ValidatorCustom: () => ii,
545
+ ValidatorNumber: () => ai,
546
+ ValidatorObject: () => oi,
547
+ ValidatorSchema: () => si,
548
+ ValidatorString: () => ci,
549
+ ValidatorType: () => li,
550
+ VerificationCode: () => sd,
551
+ VirtualList: () => Us,
552
+ Watermark: () => cd,
553
+ addIconFromCdn: () => Sl,
574
554
  assign: () => Ji,
575
555
  assignIn: () => Yi,
576
556
  at: () => Xi,
577
- callOrReturn: () => jr,
578
- callbackOriginRef: () => Ar,
557
+ callOrReturn: () => Vr,
558
+ callbackOriginRef: () => Br,
579
559
  camelCase: () => Zi,
580
- canUseDOM: () => ti,
560
+ canUseDOM: () => kt,
581
561
  capitalize: () => Qi,
582
- caseName: () => Mr,
562
+ caseName: () => Hr,
583
563
  castArray: () => $i,
584
564
  chain: () => ea,
585
565
  chunk: () => ta,
586
566
  className: () => H,
587
- clearCache: () => At,
567
+ clearCache: () => Bt,
588
568
  clipboardCopy: () => U,
589
569
  clone: () => na,
590
570
  cloneDeep: () => ra,
@@ -592,12 +572,12 @@ var Cd = /* @__PURE__ */ ee({
592
572
  cloneWith: () => aa,
593
573
  compact: () => oa,
594
574
  composeRef: () => lo,
595
- configResponsive: () => jt,
596
- contains: () => ni,
575
+ configResponsive: () => Vt,
576
+ contains: () => At,
597
577
  convertTime: () => mi,
598
578
  convertToDurationBasedOnTimeUnits: () => hi,
599
579
  copy: () => U,
600
- createUpdateEffect: () => Mt,
580
+ createUpdateEffect: () => Ht,
601
581
  cs: () => H,
602
582
  curry: () => sa,
603
583
  dateFormat: () => gi,
@@ -637,11 +617,11 @@ var Cd = /* @__PURE__ */ ee({
637
617
  fixedWidth: () => Do,
638
618
  flattenDeep: () => ha,
639
619
  flow: () => ga,
640
- forceReflow: () => ri,
620
+ forceReflow: () => jt,
641
621
  get: () => _a,
642
- getBodyContainer: () => ii,
622
+ getBodyContainer: () => Mt,
643
623
  getChildWithParentBy: () => Po,
644
- getElementCoordinates: () => ai,
624
+ getElementCoordinates: () => Nt,
645
625
  getHighlightText: () => Vi,
646
626
  getHotkeyHandler: () => Hi,
647
627
  getItemBy: () => Fo,
@@ -652,7 +632,7 @@ var Cd = /* @__PURE__ */ ee({
652
632
  getScrollBarHeight: () => Ui,
653
633
  getScrollBarSize: () => Wi,
654
634
  getScrollBarWidth: () => Gi,
655
- getScrollElements: () => oi,
635
+ getScrollElements: () => Pt,
656
636
  getStringLength: () => Ki,
657
637
  getStyle: () => Oo,
658
638
  groupBy: () => va,
@@ -781,27 +761,27 @@ var Cd = /* @__PURE__ */ ee({
781
761
  mean: () => wa,
782
762
  memoize: () => Ta,
783
763
  merge: () => Ea,
784
- mergeProps: () => oo,
764
+ mergeProps: () => ao,
785
765
  mergeWith: () => Da,
786
- mergedToString: () => ao,
766
+ mergedToString: () => W,
787
767
  minus: () => no,
788
- newArray: () => zr,
789
- off: () => si,
790
- omit: () => so,
791
- on: () => ci,
768
+ newArray: () => Yr,
769
+ off: () => Ft,
770
+ omit: () => oo,
771
+ on: () => It,
792
772
  orderBy: () => Oa,
793
- padEnd: () => co,
794
- padStart: () => W,
795
- parentContainsChildren: () => li,
773
+ padEnd: () => so,
774
+ padStart: () => co,
775
+ parentContainsChildren: () => Lt,
796
776
  partition: () => ka,
797
- pick: () => Nr,
798
- pickDataAttributes: () => Pr,
799
- pickTriggerPropsFromRest: () => Br,
777
+ pick: () => Ur,
778
+ pickDataAttributes: () => Wr,
779
+ pickTriggerPropsFromRest: () => Xr,
800
780
  pinyin: () => Uo,
801
781
  plus: () => ro,
802
782
  pullAll: () => Aa,
803
783
  qrcodegen: () => iu,
804
- reflow: () => ui,
784
+ reflow: () => Rt,
805
785
  removeDarkTheme: () => So,
806
786
  replaceEmptyWithHyphen: () => Eo,
807
787
  responsiveArray: () => Ct,
@@ -827,7 +807,7 @@ var Cd = /* @__PURE__ */ ee({
827
807
  startCase: () => za,
828
808
  supportNodeRef: () => mo,
829
809
  supportRef: () => ho,
830
- tableDefaultComponent: () => ku,
810
+ tableDefaultComponent: () => yu,
831
811
  throttle: () => Ba,
832
812
  throttleByRequestAnimationFrame: () => Ao,
833
813
  times: () => io,
@@ -845,143 +825,143 @@ var Cd = /* @__PURE__ */ ee({
845
825
  upperCase: () => Ya,
846
826
  upperFirst: () => Xa,
847
827
  useApp: () => ms,
848
- useAsyncEffect: () => Nt,
849
- useBoolean: () => Pt,
828
+ useAsyncEffect: () => Ut,
829
+ useBoolean: () => Wt,
850
830
  useBreakpoint: () => Tt,
851
831
  useCheckbox: () => Ss,
852
- useClickAway: () => Ft,
832
+ useClickAway: () => Gt,
853
833
  useComposeRef: () => go,
854
- useComputedState: () => It,
855
- useControllableValue: () => Lt,
856
- useCookieState: () => Rt,
857
- useCountDown: () => zt,
858
- useCounter: () => Bt,
859
- useCreate: () => Vt,
860
- useCreation: () => Ht,
861
- useDebounce: () => Ut,
862
- useDebounceEffect: () => Wt,
863
- useDebounceFn: () => Gt,
864
- useDeepCompareEffect: () => Kt,
865
- useDeepCompareLayoutEffect: () => qt,
866
- useDocumentVisibility: () => Jt,
867
- useDrag: () => Yt,
868
- useDrop: () => Xt,
869
- useEffectEvent: () => Zt,
870
- useEvent: () => Qt,
871
- useEventListener: () => $t,
872
- useEventTarget: () => en,
873
- useExternal: () => tn,
874
- useFavicon: () => nn,
875
- useFocusWithin: () => rn,
876
- useForceUpdate: () => an,
834
+ useComputedState: () => Kt,
835
+ useControllableValue: () => qt,
836
+ useCookieState: () => Jt,
837
+ useCountDown: () => Yt,
838
+ useCounter: () => Xt,
839
+ useCreate: () => Zt,
840
+ useCreation: () => Qt,
841
+ useDebounce: () => $t,
842
+ useDebounceEffect: () => en,
843
+ useDebounceFn: () => tn,
844
+ useDeepCompareEffect: () => nn,
845
+ useDeepCompareLayoutEffect: () => rn,
846
+ useDocumentVisibility: () => an,
847
+ useDrag: () => on,
848
+ useDrop: () => sn,
849
+ useEffectEvent: () => cn,
850
+ useEvent: () => ln,
851
+ useEventListener: () => un,
852
+ useEventTarget: () => dn,
853
+ useExternal: () => fn,
854
+ useFavicon: () => pn,
855
+ useFocusWithin: () => mn,
856
+ useForceUpdate: () => hn,
877
857
  useForm: () => il,
878
- useFormContext: () => pl,
879
- useFormState: () => ml,
880
- useFormWatch: () => hl,
881
- useFullscreen: () => on,
882
- useGetState: () => sn,
883
- useHistoryTravel: () => cn,
884
- useHover: () => ln,
885
- useIconProps: () => El,
886
- useId: () => un,
887
- useInViewport: () => dn,
888
- useInfiniteScroll: () => fn,
889
- useIntersectionObserver: () => pn,
890
- useIntersectionObservers: () => mn,
891
- useInterval: () => hn,
892
- useIsFirstRender: () => gn,
893
- useIsomorphicLayoutEffect: () => _n,
894
- useKeyPress: () => vn,
895
- useKeyboardEvent: () => yn,
896
- useLatest: () => bn,
897
- useListenWindowResize: () => xn,
898
- useLocalStorageState: () => Sn,
899
- useLockFn: () => Cn,
900
- useLongPress: () => wn,
901
- useMedia: () => Tn,
902
- useMemo: () => En,
903
- useMemoizedFn: () => Dn,
904
- useMergeProps: () => On,
858
+ useFormContext: () => al,
859
+ useFormState: () => ol,
860
+ useFormWatch: () => sl,
861
+ useFullscreen: () => gn,
862
+ useGetState: () => _n,
863
+ useHistoryTravel: () => vn,
864
+ useHover: () => yn,
865
+ useIconProps: () => Tl,
866
+ useId: () => bn,
867
+ useInViewport: () => xn,
868
+ useInfiniteScroll: () => Sn,
869
+ useIntersectionObserver: () => Cn,
870
+ useIntersectionObservers: () => wn,
871
+ useInterval: () => Tn,
872
+ useIsFirstRender: () => En,
873
+ useIsomorphicLayoutEffect: () => Dn,
874
+ useKeyPress: () => On,
875
+ useKeyboardEvent: () => kn,
876
+ useLatest: () => An,
877
+ useListenWindowResize: () => jn,
878
+ useLocalStorageState: () => Mn,
879
+ useLockFn: () => Nn,
880
+ useLongPress: () => Pn,
881
+ useMedia: () => Fn,
882
+ useMemo: () => In,
883
+ useMemoizedFn: () => Ln,
884
+ useMergeProps: () => Rn,
905
885
  useMessage: () => G,
906
886
  useModal: () => ds,
907
- useMount: () => kn,
908
- useMouse: () => An,
909
- useMove: () => jn,
910
- useMutationObserver: () => Mn,
911
- useMutationObservers: () => Nn,
912
- useNetwork: () => Pn,
887
+ useMount: () => zn,
888
+ useMouse: () => Bn,
889
+ useMove: () => Vn,
890
+ useMutationObserver: () => Hn,
891
+ useMutationObservers: () => Un,
892
+ useNetwork: () => Wn,
913
893
  useNotification: () => fs,
914
- useOnlineStatus: () => Fn,
915
- useOverflowHidden: () => In,
916
- useOverrideRef: () => Ln,
917
- usePagination: () => Rn,
918
- usePasteImage: () => zn,
919
- usePersistCallback: () => Bn,
920
- usePrefersColorSchemeDark: () => Vn,
921
- usePrevious: () => Hn,
922
- useRafInterval: () => Un,
923
- useRafState: () => Wn,
924
- useRafTimeout: () => Gn,
925
- useReactive: () => Kn,
926
- useRefLatest: () => qn,
927
- useRefs: () => Jn,
928
- useRefs2: () => Yn,
929
- useRequest: () => Xn,
930
- useResetState: () => Zn,
931
- useResizeObserver: () => Qn,
932
- useResizeObservers: () => $n,
933
- useResponsive: () => er,
894
+ useOnlineStatus: () => Gn,
895
+ useOverflowHidden: () => Kn,
896
+ useOverrideRef: () => qn,
897
+ usePagination: () => Jn,
898
+ usePasteImage: () => Yn,
899
+ usePersistCallback: () => Xn,
900
+ usePrefersColorSchemeDark: () => Zn,
901
+ usePrevious: () => Qn,
902
+ useRafInterval: () => $n,
903
+ useRafState: () => er,
904
+ useRafTimeout: () => tr,
905
+ useReactive: () => nr,
906
+ useRefLatest: () => rr,
907
+ useRefs: () => ir,
908
+ useRefs2: () => ar,
909
+ useRequest: () => or,
910
+ useResetState: () => sr,
911
+ useResizeObserver: () => cr,
912
+ useResizeObservers: () => lr,
913
+ useResponsive: () => ur,
934
914
  useResponsiveState: () => Et,
935
- useSafeState: () => tr,
936
- useScroll: () => nr,
937
- useSelections: () => rr,
938
- useSessionStorageState: () => ir,
939
- useSetState: () => ar,
940
- useSize: () => or,
941
- useStateCallback: () => sr,
942
- useStateWithPromise: () => cr,
943
- useSyncState: () => lr,
944
- useTableColumns: () => Iu,
945
- useTableComponent: () => Fu,
946
- useTableExpand: () => Lu,
947
- useTableRowSelection: () => Ru,
948
- useTableSorter: () => zu,
949
- useTableStickyClassNames: () => Bu,
950
- useTableStickyOffsets: () => Vu,
951
- useTableThResizable: () => Hu,
952
- useTextSelection: () => ur,
953
- useTheme: () => dr,
954
- useThrottle: () => fr,
955
- useThrottleEffect: () => pr,
956
- useThrottleFn: () => mr,
957
- useTimeout: () => hr,
958
- useTitle: () => gr,
915
+ useSafeState: () => dr,
916
+ useScroll: () => fr,
917
+ useSelections: () => pr,
918
+ useSessionStorageState: () => mr,
919
+ useSetState: () => hr,
920
+ useSize: () => gr,
921
+ useStateCallback: () => _r,
922
+ useStateWithPromise: () => vr,
923
+ useSyncState: () => yr,
924
+ useTableColumns: () => Eu,
925
+ useTableComponent: () => Tu,
926
+ useTableExpand: () => Du,
927
+ useTableRowSelection: () => Ou,
928
+ useTableSorter: () => ku,
929
+ useTableStickyClassNames: () => Au,
930
+ useTableStickyOffsets: () => ju,
931
+ useTableThResizable: () => Mu,
932
+ useTextSelection: () => br,
933
+ useTheme: () => xr,
934
+ useThrottle: () => Sr,
935
+ useThrottleEffect: () => Cr,
936
+ useThrottleFn: () => wr,
937
+ useTimeout: () => Tr,
938
+ useTitle: () => Er,
959
939
  useToast: () => G,
960
- useToggle: () => _r,
961
- useTrackedEffect: () => vr,
962
- useUnmount: () => yr,
963
- useUnmountedRef: () => br,
964
- useUpdate: () => xr,
965
- useUpdateEffect: () => Sr,
966
- useUpdateLayoutEffect: () => Cr,
967
- useUrlState: () => wr,
940
+ useToggle: () => Dr,
941
+ useTrackedEffect: () => Or,
942
+ useUnmount: () => kr,
943
+ useUnmountedRef: () => Ar,
944
+ useUpdate: () => jr,
945
+ useUpdateEffect: () => Mr,
946
+ useUpdateLayoutEffect: () => Nr,
947
+ useUrlState: () => Pr,
968
948
  useVerificationCode: () => Ot,
969
- useVirtualList: () => Tr,
970
- useWatch: () => Er,
971
- useWatermark: () => kt,
972
- useWebSocket: () => Dr,
973
- useWhyDidYouUpdate: () => Or,
974
- useWindowSize: () => kr,
949
+ useVirtualList: () => Fr,
950
+ useWatch: () => Ir,
951
+ useWatermark: () => zt,
952
+ useWebSocket: () => Lr,
953
+ useWhyDidYouUpdate: () => Rr,
954
+ useWindowSize: () => zr,
975
955
  uuid: () => bt,
976
956
  uuidv4: () => xt,
977
- validatorLocale: () => ei,
957
+ validatorLocale: () => ui,
978
958
  warning: () => Ho,
979
959
  without: () => Za,
980
960
  xor: () => Qa,
981
961
  zip: () => $a
982
962
  });
983
- te(Cd, Wo), te(Cd, Go);
963
+ te(pd, Wo), te(pd, Go);
984
964
  //#endregion
985
- var wd = nc.BORDER_BEAM_GRADIENT_PRESETS;
986
- export { Qo as ANIMATION_NAMES, Ko as Affix, qo as Alert, Xo as Anchor, Jo as AnchorContext, Yo as AnchorLink, Zo as Animation, hs as App, ps as AppContext, Ws as AutoComplete, Gs as AutoCompleteOption, Ks as AutoCompleteOptionGroup, Ys as Avatar, qs as AvatarContext, Js as AvatarGroup, Qs as BADGE_COLORS, $s as BADGE_STATUS, wd as BORDER_BEAM_GRADIENT_PRESETS, $o as BUTTON_STATUS, es as BUTTON_TYPE, Xs as BackTop, ec as Badge, Zs as BadgeCount, tc as BorderBeam, mc as Breadcrumb, fc as BreadcrumbContext, pc as BreadcrumbItem, ls as Button, ts as ButtonGroup, cs as ButtonToggle, Vr as COMPONENT_NAMES, yc as Calendar, _c as CalendarMonth, vc as CalendarYear, Cc as Card, xc as CardGrid, Sc as CardMeta, wc as Carousel, Tc as Cascader, Cs as Checkbox, gs as CheckboxGroup, xs as CheckboxGroupBlock, ss as CheckboxGroupContext, J as Col, Oc as Collapse, Ec as CollapseContext, Dc as CollapseItem, Lc as ColorPicker, jc as ColorPickerControlBar, Mc as ColorPickerInputAlpha, Nc as ColorPickerInputHex, Pc as ColorPickerInputRgb, Fc as ColorPickerPalette, Ic as ColorPickerPanel, Rc as Comment, di as ConfigContext, zc as ConfigProvider, fi as ConfigProviderDefaultValue, pi as ContextHolderElement, ys as Copy, q as Countdown, Xc as DatePicker, Bc as DatePickerContext, Kc as DatePickerMonth, qc as DatePickerQuarter, Gc as DatePickerRange, Vc as DatePickerRangeContext, Jc as DatePickerWeek, Yc as DatePickerYear, Zc as Descriptions, Qc as Details, $c as Development, tl as Divider, el as DividerVertical, nl as Drawer, lc as Dropdown, cc as DropdownButton, Pi as EMITTER_EVENT, Fi as Emitter, Hr as Empty, As as Flex, ks as FlexVertical, gl as Form, ns as FormContext, al as FormControl, ul as FormItem, rs as FormItemContext, cl as FormItemLabel, ll as FormItemTip, sl as FormLabelSymbol, dl as FormList, is as FormListContext, fl as FormProvider, as as FormProviderContext, rl as FormValidateError, yl as GlobalConsumer, _l as GlobalContext, vl as GlobalProvider, Sl as Grid, J as GridCol, bl as GridContext, xl as GridItem, Y as GridRow, To as HYPHEN, wl as Icon, Tl as IconContext, Dl as IconFile, os as IconHover, jl as Image, kl as ImagePreview, Al as ImagePreviewGroup, Ol as ImagePreviewGroupContext, Vs as Input, Rs as InputButton, Es as InputCore, Ds as InputGroup, Os as InputNumber, zs as InputPassword, Bs as InputSearch, Ls as InputTag, K as InputTextarea, zl as Layout, Ml as LayoutContent, Nl as LayoutFooter, Pl as LayoutHeader, Rl as LayoutSider, sc as LayoutSiderContext, Hc as Link, Bl as LiquidFill, Ul as List, Vl as ListItem, Wl as Loading, Gl as Marquee, ql as Masonry, Kl as MasonryItem, Jl as Mentions, dc as Menu, rc as MenuContext, ic as MenuIndent, ac as MenuItem, oc as MenuItemGroup, uc as MenuSubMenu, Yl as Message, Xl as Modal, Fr as NOOP, Zl as Notification, Ms as OverflowEllipsis, js as OverflowEllipsisItem, Ir as PREFIX_CLASS, Ql as PageHeader, Hl as Pagination, Ps as Popconfirm, Ns as Popover, us as Portal, Ur as PqbValidator, nu as Progress, $l as ProgressCircle, eu as ProgressLine, ru as ProgressMock, tu as ProgressStep, X as QRCode, X as QR_Code, Ac as Radio, gc as RadioGroup, kc as RadioGroupBlock, hc as RadioGroupContext, au as Rate, Ll as ResizeBox, Fl as ResizeBoxSplit, Il as ResizeBoxSplitGroup, ou as Result, hu as Rich, gu as RichText, su as RichTextAttributeMap, uu as RichTextDelta, fu as RichTextEmitter, pu as RichTextModule, cu as RichTextOp, lu as RichTextOpIterator, du as RichTextParchment, mu as RichTextRange, Y as Row, ol as RowContext, J as RowItem, _u as Segmented, Us as Select, ws as SelectOption, Ts as SelectOptionGroup, vu as Skeleton, yu as Slider, xu as Space, bu as SpaceVertical, Su as SpeechSynthesis, bc as Spin, wu as Splitter, Cu as SplitterPanel, Tu as Statistic, q as StatisticCountdown, Eu as Steps, Z as StepsItem, Z as StepsStep, Du as SuspenseFallbackTest, Ou as Switch, Fs as TAG_COLORS, Ju as TabContentContext, Q as TabPane, qu as Table, Au as TableContext, Ku as TableSummary, Wu as TableSummaryCell, Uu as TableSummaryContext, Gu as TableSummaryRow, ju as TableTbodyContext, Mu as TableTfootContext, Nu as TableTheadContext, Pu as TableTrContext, Xu as Tabs, Yu as TabsContext, Q as TabsTabPane, Is as Tag, K as Textarea, Zu as TimePicker, Uc as TimePickerContext, Qu as TimePickerRange, Wc as TimePickerRangeContext, ed as Timeline, $u as TimelineItem, td as Timer, nd as Toast, vs as Tooltip, rd as Tour, id as Transfer, sd as Tree, ad as TreeContext, $ as TreeNode, od as TreeNodeList, cd as TreeSelect, $ as TreeSelectNode, _s as Trigger, Bo as Tween, ld as Typewriter, pd as Typography, bs as TypographyEllipsis, ud as TypographyParagraph, dd as TypographyText, fd as TypographyTitle, Lr as UI_PC_KEY, Rr as UI_PC_THEME_DARK_CLASS_NAME, md as UPLOAD_STATUS, gd as Upload, hd as UploadList, yd as VERSION, bd as VERSION_BUILD_DATE, xd as VERSION_BUILD_INFO, Sd as VERSION_BUILD_TIME, Wr as Validator, Gr as ValidatorArray, Kr as ValidatorBase, qr as ValidatorBoolean, Jr as ValidatorCustom, Yr as ValidatorNumber, Xr as ValidatorObject, Zr as ValidatorSchema, Qr as ValidatorString, $r as ValidatorType, _d as VerificationCode, Hs as VirtualList, vd as Watermark, Cl as addIconFromCdn, Ji as assign, Yi as assignIn, Xi as at, jr as callOrReturn, Ar as callbackOriginRef, Zi as camelCase, ti as canUseDOM, Qi as capitalize, Mr as caseName, $i as castArray, ea as chain, ta as chunk, H as className, H as cs, At as clearCache, U as clipboardCopy, U as copy, na as clone, ra as cloneDeep, ia as cloneDeepWith, aa as cloneWith, oa as compact, lo as composeRef, jt as configResponsive, ni as contains, mi as convertTime, hi as convertToDurationBasedOnTimeUnits, Mt as createUpdateEffect, sa as curry, gi as dateFormat, vi as dayjs, _i as dayjsFormat, yi as dayjs_formatValue, bi as dayjs_getDayjsValue, xi as dayjs_getFormatFromArray, Si as dayjs_getNow, Ci as dayjs_getRealTime, wi as dayjs_getSortedDayjsArray, Ti as dayjs_getTimeFormat, Ei as dayjs_getValueWithTime, Di as dayjs_isDayjsArrayChange, Oi as dayjs_isDayjsChange, ki as dayjs_isValidTimeString, Ai as dayjs_methods, ji as dayjs_timezoneToOffset, Mi as dayjs_toLocal, Ni as dayjs_toTimezone, ca as debounce, la as defaultTo, ua as defaults, da as defaultsDeep, fa as difference, eo as div, Vo as easing, Ii as emitter, pa as escape, Li as fileRead, Ri as fileToDataURL, zi as fillNBSP, uo as fillRef, ma as findKey, No as findNodeBy, Bi as findRootElement, Do as fixedWidth, ha as flattenDeep, ga as flow, ri as forceReflow, _a as get, ii as getBodyContainer, Po as getChildWithParentBy, ai as getElementCoordinates, Vi as getHighlightText, Hi as getHotkeyHandler, Fo as getItemBy, Io as getItemByID, Lo as getLabelFromDictionaryByValue, fo as getNodeRef, po as getReactElementRef, Ui as getScrollBarHeight, Wi as getScrollBarSize, Gi as getScrollBarWidth, oi as getScrollElements, Ki as getStringLength, Oo as getStyle, va as groupBy, ya as has, qi as include, ba as intersection, xa as invert, Sa as invertBy, yt as is, ne as is32Bit, re as isAllChinese, ie as isArguments, ae as isArray, oe as isArrayAndNotEmpty, se as isArrayBuffer, ce as isArrayEmpty, le as isArrayLike, ue as isArrayLikeObject, de as isAscii, fe as isAsyncFunction, e as isBase64, t as isBigInt, n as isBlob, r as isBoolean, i as isBuffer, a as isChinese, o as isColorValue, s as isColorValue_, c as isDOM, l as isDataURI, u as isDate, d as isDayjs, f as isElement, p as isElementByInstanceof, m as isEmail, h as isEmpty, g as isEmptyArray, _ as isEmptyObject, v as isEmptyReactNode, y as isEmptyString, b as isEmptyValue, x as isEqual, S as isEqualWith, C as isError, w as isEventTarget, T as isExist, E as isFalse, D as isFile, O as isFinite, k as isFullWidth, A as isFunction, j as isHSL, M as isHTMLElement, N as isHalfWidth, P as isHash, F as isHexColor, I as isIMEI, L as isIP, R as isIPRange, z as isIdentityCard, B as isInteger, V as isJSON, pe as isJSON_String, me as isJWT, he as isLength, ge as isMACAddress, _e as isMD5, ve as isMap, ye as isMatch, be as isMatchWith, xe as isMimeType, Se as isMobilePhone, Ce as isMobilePhoneLocales, we as isNaN, Te as isNative, Ee as isNil, De as isNonNullable, Oe as isNotFound, ke as isNull, Ae as isNullOrUndefined, je as isNumber, Me as isNumberOrString, Ne as isObject, Pe as isObjectLike, Fe as isPlainObject, Ie as isPort, Le as isPresent, Re as isPrimitive, ze as isPromise, Be as isReact18, Ve as isReact19, He as isReactClassComponent, Ue as isReactComponent, We as isReactComponentAndNotFragment, Ge as isReadableStream, Ke as isRegExp, qe as isRgbColor, Je as isSVGElement, Ye as isSafeInteger, Xe as isScrollElement, Ze as isSemVer, Qe as isServerRendering, $e as isSet, et as isSlug, tt as isSparseArray, nt as isString, rt as isStringAndExist, it as isStringOrNumber, at as isStrongPassword, ot as isSymbol, st as isThenable, ct as isTrue, lt as isTypedArray, ut as isURL, dt as isUUID, ft as isUndefined, pt as isUndefinedOrNull, mt as isVariableWidth, ht as isWeakMap, gt as isWeakSet, _t as isWindow, vt as isZero, Ca as kebabCase, Dt as keyboardCode, to as math, wa as mean, Ta as memoize, Ea as merge, oo as mergeProps, Da as mergeWith, ao as mergedToString, no as minus, zr as newArray, si as off, so as omit, ci as on, Oa as orderBy, co as padEnd, W as padStart, li as parentContainsChildren, ka as partition, Nr as pick, Pr as pickDataAttributes, Br as pickTriggerPropsFromRest, Uo as pinyin, ro as plus, Aa as pullAll, iu as qrcodegen, ui as reflow, So as removeDarkTheme, Eo as replaceEmptyWithHyphen, Ct as responsiveArray, wt as responsiveMap, St as responsiveObserve, ja as result, Ma as sample, Na as sampleSize, _o as saveAs, vo as screenfull, yo as scrollIntoViewIfNeeded, Ro as searchTree, Pa as set, bo as setCreateRoot, xo as setDarkTheme, Co as setPrimaryColor, wo as setTheme, ko as setTransformStyle, Fa as setWith, Ia as shuffle, La as snakeCase, Ra as sortBy, za as startCase, mo as supportNodeRef, ho as supportRef, ku as tableDefaultComponent, Ba as throttle, Ao as throttleByRequestAnimationFrame, io as times, jo as tinycolor, Mo as toArray, Va as toPath, zo as tree, Ha as truncate, Ua as union, Wa as uniq, Ga as uniqueId, Ka as unset, qa as update, Ja as updateWith, Ya as upperCase, Xa as upperFirst, ms as useApp, Nt as useAsyncEffect, Pt as useBoolean, Tt as useBreakpoint, Ss as useCheckbox, Ft as useClickAway, go as useComposeRef, It as useComputedState, Lt as useControllableValue, Rt as useCookieState, zt as useCountDown, Bt as useCounter, Vt as useCreate, Ht as useCreation, Ut as useDebounce, Wt as useDebounceEffect, Gt as useDebounceFn, Kt as useDeepCompareEffect, qt as useDeepCompareLayoutEffect, Jt as useDocumentVisibility, Yt as useDrag, Xt as useDrop, Zt as useEffectEvent, Qt as useEvent, $t as useEventListener, en as useEventTarget, tn as useExternal, nn as useFavicon, rn as useFocusWithin, an as useForceUpdate, il as useForm, pl as useFormContext, ml as useFormState, hl as useFormWatch, on as useFullscreen, sn as useGetState, cn as useHistoryTravel, ln as useHover, El as useIconProps, un as useId, dn as useInViewport, fn as useInfiniteScroll, pn as useIntersectionObserver, mn as useIntersectionObservers, hn as useInterval, gn as useIsFirstRender, _n as useIsomorphicLayoutEffect, vn as useKeyPress, yn as useKeyboardEvent, bn as useLatest, xn as useListenWindowResize, Sn as useLocalStorageState, Cn as useLockFn, wn as useLongPress, Tn as useMedia, En as useMemo, Dn as useMemoizedFn, On as useMergeProps, G as useMessage, ds as useModal, kn as useMount, An as useMouse, jn as useMove, Mn as useMutationObserver, Nn as useMutationObservers, Pn as useNetwork, fs as useNotification, Fn as useOnlineStatus, In as useOverflowHidden, Ln as useOverrideRef, Rn as usePagination, zn as usePasteImage, Bn as usePersistCallback, Vn as usePrefersColorSchemeDark, Hn as usePrevious, Un as useRafInterval, Wn as useRafState, Gn as useRafTimeout, Kn as useReactive, qn as useRefLatest, Jn as useRefs, Yn as useRefs2, Xn as useRequest, Zn as useResetState, Qn as useResizeObserver, $n as useResizeObservers, er as useResponsive, Et as useResponsiveState, tr as useSafeState, nr as useScroll, rr as useSelections, ir as useSessionStorageState, ar as useSetState, or as useSize, sr as useStateCallback, cr as useStateWithPromise, lr as useSyncState, Iu as useTableColumns, Fu as useTableComponent, Lu as useTableExpand, Ru as useTableRowSelection, zu as useTableSorter, Bu as useTableStickyClassNames, Vu as useTableStickyOffsets, Hu as useTableThResizable, ur as useTextSelection, dr as useTheme, fr as useThrottle, pr as useThrottleEffect, mr as useThrottleFn, hr as useTimeout, gr as useTitle, G as useToast, _r as useToggle, vr as useTrackedEffect, yr as useUnmount, br as useUnmountedRef, xr as useUpdate, Sr as useUpdateEffect, Cr as useUpdateLayoutEffect, wr as useUrlState, Ot as useVerificationCode, Tr as useVirtualList, Er as useWatch, kt as useWatermark, Dr as useWebSocket, Or as useWhyDidYouUpdate, kr as useWindowSize, bt as uuid, xt as uuidv4, ei as validatorLocale, Ho as warning, Za as without, Qa as xor, $a as zip };
965
+ var md = rc.BORDER_BEAM_GRADIENT_PRESETS;
966
+ export { Qo as ANIMATION_NAMES, Ko as Affix, qo as Alert, Xo as Anchor, Jo as AnchorContext, Yo as AnchorLink, Zo as Animation, hs as App, ps as AppContext, Gs as AutoComplete, Ks as AutoCompleteOption, qs as AutoCompleteOptionGroup, Xs as Avatar, Js as AvatarContext, Ys as AvatarGroup, $s as BADGE_COLORS, ec as BADGE_STATUS, md as BORDER_BEAM_GRADIENT_PRESETS, $o as BUTTON_STATUS, es as BUTTON_TYPE, Zs as BackTop, tc as Badge, Qs as BadgeCount, nc as BorderBeam, hc as Breadcrumb, dc as BreadcrumbContext, mc as BreadcrumbItem, ls as Button, ts as ButtonGroup, cs as ButtonToggle, Zr as COMPONENT_NAMES, bc as Calendar, vc as CalendarMonth, yc as CalendarYear, wc as Card, Sc as CardGrid, Cc as CardMeta, Tc as Carousel, Ec as Cascader, Cs as Checkbox, gs as CheckboxGroup, xs as CheckboxGroupBlock, ss as CheckboxGroupContext, J as Col, kc as Collapse, Dc as CollapseContext, Oc as CollapseItem, Rc as ColorPicker, Mc as ColorPickerControlBar, Nc as ColorPickerInputAlpha, Pc as ColorPickerInputHex, Fc as ColorPickerInputRgb, Ic as ColorPickerPalette, Lc as ColorPickerPanel, zc as Comment, di as ConfigContext, Hs as ConfigProvider, fi as ConfigProviderDefaultValue, pi as ContextHolderElement, ys as Copy, q as Countdown, Yc as DatePicker, Bc as DatePickerContext, Gc as DatePickerMonth, Kc as DatePickerQuarter, Wc as DatePickerRange, Vc as DatePickerRangeContext, qc as DatePickerWeek, Jc as DatePickerYear, Xc as Descriptions, Zc as Details, Qc as Development, el as Divider, $c as DividerVertical, tl as Drawer, pc as Dropdown, fc as DropdownButton, Pi as EMITTER_EVENT, Fi as Emitter, Qr as Empty, As as Flex, ks as FlexVertical, hl as Form, ns as FormContext, rl as FormControl, fl as FormItem, rs as FormItemContext, ul as FormItemLabel, dl as FormItemTip, ll as FormLabelSymbol, pl as FormList, is as FormListContext, ml as FormProvider, as as FormProviderContext, nl as FormValidateError, vl as GlobalConsumer, gl as GlobalContext, _l as GlobalProvider, xl as Grid, J as GridCol, yl as GridContext, bl as GridItem, Y as GridRow, To as HYPHEN, Cl as Icon, wl as IconContext, El as IconFile, os as IconHover, Al as Image, Ol as ImagePreview, kl as ImagePreviewGroup, Dl as ImagePreviewGroupContext, Vs as Input, Rs as InputButton, Es as InputCore, Ds as InputGroup, Os as InputNumber, zs as InputPassword, Bs as InputSearch, Ls as InputTag, K as InputTextarea, Rl as Layout, jl as LayoutContent, Ml as LayoutFooter, Nl as LayoutHeader, Ll as LayoutSider, cc as LayoutSiderContext, zl as Link, Bl as LiquidFill, Ul as List, Vl as ListItem, Wl as Loading, Gl as Marquee, ql as Masonry, Kl as MasonryItem, Jl as Mentions, uc as Menu, ic as MenuContext, ac as MenuIndent, oc as MenuItem, sc as MenuItemGroup, lc as MenuSubMenu, Yl as Message, Xl as Modal, Gr as NOOP, Zl as Notification, Ms as OverflowEllipsis, js as OverflowEllipsisItem, Kr as PREFIX_CLASS, Ql as PageHeader, Hl as Pagination, Ps as Popconfirm, Ns as Popover, us as Portal, $r as PqbValidator, nu as Progress, $l as ProgressCircle, eu as ProgressLine, ru as ProgressMock, tu as ProgressStep, X as QRCode, X as QR_Code, jc as Radio, _c as RadioGroup, Ac as RadioGroupBlock, gc as RadioGroupContext, au as Rate, Il as ResizeBox, Pl as ResizeBoxSplit, Fl as ResizeBoxSplitGroup, ou as Result, Y as Row, cl as RowContext, J as RowItem, su as Segmented, Ws as Select, ws as SelectOption, Ts as SelectOptionGroup, cu as Skeleton, lu as Slider, du as Space, uu as SpaceVertical, fu as SpeechSynthesis, xc as Spin, mu as Splitter, pu as SplitterPanel, hu as Statistic, q as StatisticCountdown, gu as Steps, Z as StepsItem, Z as StepsStep, _u as SuspenseFallbackTest, vu as Switch, Fs as TAG_COLORS, Ru as TabContentContext, Q as TabPane, Lu as Table, bu as TableContext, Iu as TableSummary, Pu as TableSummaryCell, Nu as TableSummaryContext, Fu as TableSummaryRow, xu as TableTbodyContext, Su as TableTfootContext, Cu as TableTheadContext, wu as TableTrContext, Bu as Tabs, zu as TabsContext, Q as TabsTabPane, Is as Tag, K as Textarea, Vu as TimePicker, Hc as TimePickerContext, Hu as TimePickerRange, Uc as TimePickerRangeContext, Wu as Timeline, Uu as TimelineItem, Gu as Timer, Ku as Toast, vs as Tooltip, qu as Tour, Ju as Transfer, Zu as Tree, Yu as TreeContext, $ as TreeNode, Xu as TreeNodeList, Qu as TreeSelect, $ as TreeSelectNode, _s as Trigger, Bo as Tween, $u as Typewriter, rd as Typography, bs as TypographyEllipsis, ed as TypographyParagraph, td as TypographyText, nd as TypographyTitle, qr as UI_PC_KEY, Jr as UI_PC_THEME_DARK_CLASS_NAME, id as UPLOAD_STATUS, od as Upload, ad as UploadList, ld as VERSION, ud as VERSION_BUILD_DATE, dd as VERSION_BUILD_INFO, fd as VERSION_BUILD_TIME, ei as Validator, ti as ValidatorArray, ni as ValidatorBase, ri as ValidatorBoolean, ii as ValidatorCustom, ai as ValidatorNumber, oi as ValidatorObject, si as ValidatorSchema, ci as ValidatorString, li as ValidatorType, sd as VerificationCode, Us as VirtualList, cd as Watermark, Sl as addIconFromCdn, Ji as assign, Yi as assignIn, Xi as at, Vr as callOrReturn, Br as callbackOriginRef, Zi as camelCase, kt as canUseDOM, Qi as capitalize, Hr as caseName, $i as castArray, ea as chain, ta as chunk, H as className, H as cs, Bt as clearCache, U as clipboardCopy, U as copy, na as clone, ra as cloneDeep, ia as cloneDeepWith, aa as cloneWith, oa as compact, lo as composeRef, Vt as configResponsive, At as contains, mi as convertTime, hi as convertToDurationBasedOnTimeUnits, Ht as createUpdateEffect, sa as curry, gi as dateFormat, vi as dayjs, _i as dayjsFormat, yi as dayjs_formatValue, bi as dayjs_getDayjsValue, xi as dayjs_getFormatFromArray, Si as dayjs_getNow, Ci as dayjs_getRealTime, wi as dayjs_getSortedDayjsArray, Ti as dayjs_getTimeFormat, Ei as dayjs_getValueWithTime, Di as dayjs_isDayjsArrayChange, Oi as dayjs_isDayjsChange, ki as dayjs_isValidTimeString, Ai as dayjs_methods, ji as dayjs_timezoneToOffset, Mi as dayjs_toLocal, Ni as dayjs_toTimezone, ca as debounce, la as defaultTo, ua as defaults, da as defaultsDeep, fa as difference, eo as div, Vo as easing, Ii as emitter, pa as escape, Li as fileRead, Ri as fileToDataURL, zi as fillNBSP, uo as fillRef, ma as findKey, No as findNodeBy, Bi as findRootElement, Do as fixedWidth, ha as flattenDeep, ga as flow, jt as forceReflow, _a as get, Mt as getBodyContainer, Po as getChildWithParentBy, Nt as getElementCoordinates, Vi as getHighlightText, Hi as getHotkeyHandler, Fo as getItemBy, Io as getItemByID, Lo as getLabelFromDictionaryByValue, fo as getNodeRef, po as getReactElementRef, Ui as getScrollBarHeight, Wi as getScrollBarSize, Gi as getScrollBarWidth, Pt as getScrollElements, Ki as getStringLength, Oo as getStyle, va as groupBy, ya as has, qi as include, ba as intersection, xa as invert, Sa as invertBy, yt as is, ne as is32Bit, re as isAllChinese, ie as isArguments, ae as isArray, oe as isArrayAndNotEmpty, se as isArrayBuffer, ce as isArrayEmpty, le as isArrayLike, ue as isArrayLikeObject, de as isAscii, fe as isAsyncFunction, e as isBase64, t as isBigInt, n as isBlob, r as isBoolean, i as isBuffer, a as isChinese, o as isColorValue, s as isColorValue_, c as isDOM, l as isDataURI, u as isDate, d as isDayjs, f as isElement, p as isElementByInstanceof, m as isEmail, h as isEmpty, g as isEmptyArray, _ as isEmptyObject, v as isEmptyReactNode, y as isEmptyString, b as isEmptyValue, x as isEqual, S as isEqualWith, C as isError, w as isEventTarget, T as isExist, E as isFalse, D as isFile, O as isFinite, k as isFullWidth, A as isFunction, j as isHSL, M as isHTMLElement, N as isHalfWidth, P as isHash, F as isHexColor, I as isIMEI, L as isIP, R as isIPRange, z as isIdentityCard, B as isInteger, V as isJSON, pe as isJSON_String, me as isJWT, he as isLength, ge as isMACAddress, _e as isMD5, ve as isMap, ye as isMatch, be as isMatchWith, xe as isMimeType, Se as isMobilePhone, Ce as isMobilePhoneLocales, we as isNaN, Te as isNative, Ee as isNil, De as isNonNullable, Oe as isNotFound, ke as isNull, Ae as isNullOrUndefined, je as isNumber, Me as isNumberOrString, Ne as isObject, Pe as isObjectLike, Fe as isPlainObject, Ie as isPort, Le as isPresent, Re as isPrimitive, ze as isPromise, Be as isReact18, Ve as isReact19, He as isReactClassComponent, Ue as isReactComponent, We as isReactComponentAndNotFragment, Ge as isReadableStream, Ke as isRegExp, qe as isRgbColor, Je as isSVGElement, Ye as isSafeInteger, Xe as isScrollElement, Ze as isSemVer, Qe as isServerRendering, $e as isSet, et as isSlug, tt as isSparseArray, nt as isString, rt as isStringAndExist, it as isStringOrNumber, at as isStrongPassword, ot as isSymbol, st as isThenable, ct as isTrue, lt as isTypedArray, ut as isURL, dt as isUUID, ft as isUndefined, pt as isUndefinedOrNull, mt as isVariableWidth, ht as isWeakMap, gt as isWeakSet, _t as isWindow, vt as isZero, Ca as kebabCase, Dt as keyboardCode, to as math, wa as mean, Ta as memoize, Ea as merge, ao as mergeProps, Da as mergeWith, W as mergedToString, no as minus, Yr as newArray, Ft as off, oo as omit, It as on, Oa as orderBy, so as padEnd, co as padStart, Lt as parentContainsChildren, ka as partition, Ur as pick, Wr as pickDataAttributes, Xr as pickTriggerPropsFromRest, Uo as pinyin, ro as plus, Aa as pullAll, iu as qrcodegen, Rt as reflow, So as removeDarkTheme, Eo as replaceEmptyWithHyphen, Ct as responsiveArray, wt as responsiveMap, St as responsiveObserve, ja as result, Ma as sample, Na as sampleSize, _o as saveAs, vo as screenfull, yo as scrollIntoViewIfNeeded, Ro as searchTree, Pa as set, bo as setCreateRoot, xo as setDarkTheme, Co as setPrimaryColor, wo as setTheme, ko as setTransformStyle, Fa as setWith, Ia as shuffle, La as snakeCase, Ra as sortBy, za as startCase, mo as supportNodeRef, ho as supportRef, yu as tableDefaultComponent, Ba as throttle, Ao as throttleByRequestAnimationFrame, io as times, jo as tinycolor, Mo as toArray, Va as toPath, zo as tree, Ha as truncate, Ua as union, Wa as uniq, Ga as uniqueId, Ka as unset, qa as update, Ja as updateWith, Ya as upperCase, Xa as upperFirst, ms as useApp, Ut as useAsyncEffect, Wt as useBoolean, Tt as useBreakpoint, Ss as useCheckbox, Gt as useClickAway, go as useComposeRef, Kt as useComputedState, qt as useControllableValue, Jt as useCookieState, Yt as useCountDown, Xt as useCounter, Zt as useCreate, Qt as useCreation, $t as useDebounce, en as useDebounceEffect, tn as useDebounceFn, nn as useDeepCompareEffect, rn as useDeepCompareLayoutEffect, an as useDocumentVisibility, on as useDrag, sn as useDrop, cn as useEffectEvent, ln as useEvent, un as useEventListener, dn as useEventTarget, fn as useExternal, pn as useFavicon, mn as useFocusWithin, hn as useForceUpdate, il as useForm, al as useFormContext, ol as useFormState, sl as useFormWatch, gn as useFullscreen, _n as useGetState, vn as useHistoryTravel, yn as useHover, Tl as useIconProps, bn as useId, xn as useInViewport, Sn as useInfiniteScroll, Cn as useIntersectionObserver, wn as useIntersectionObservers, Tn as useInterval, En as useIsFirstRender, Dn as useIsomorphicLayoutEffect, On as useKeyPress, kn as useKeyboardEvent, An as useLatest, jn as useListenWindowResize, Mn as useLocalStorageState, Nn as useLockFn, Pn as useLongPress, Fn as useMedia, In as useMemo, Ln as useMemoizedFn, Rn as useMergeProps, G as useMessage, ds as useModal, zn as useMount, Bn as useMouse, Vn as useMove, Hn as useMutationObserver, Un as useMutationObservers, Wn as useNetwork, fs as useNotification, Gn as useOnlineStatus, Kn as useOverflowHidden, qn as useOverrideRef, Jn as usePagination, Yn as usePasteImage, Xn as usePersistCallback, Zn as usePrefersColorSchemeDark, Qn as usePrevious, $n as useRafInterval, er as useRafState, tr as useRafTimeout, nr as useReactive, rr as useRefLatest, ir as useRefs, ar as useRefs2, or as useRequest, sr as useResetState, cr as useResizeObserver, lr as useResizeObservers, ur as useResponsive, Et as useResponsiveState, dr as useSafeState, fr as useScroll, pr as useSelections, mr as useSessionStorageState, hr as useSetState, gr as useSize, _r as useStateCallback, vr as useStateWithPromise, yr as useSyncState, Eu as useTableColumns, Tu as useTableComponent, Du as useTableExpand, Ou as useTableRowSelection, ku as useTableSorter, Au as useTableStickyClassNames, ju as useTableStickyOffsets, Mu as useTableThResizable, br as useTextSelection, xr as useTheme, Sr as useThrottle, Cr as useThrottleEffect, wr as useThrottleFn, Tr as useTimeout, Er as useTitle, G as useToast, Dr as useToggle, Or as useTrackedEffect, kr as useUnmount, Ar as useUnmountedRef, jr as useUpdate, Mr as useUpdateEffect, Nr as useUpdateLayoutEffect, Pr as useUrlState, Ot as useVerificationCode, Fr as useVirtualList, Ir as useWatch, zt as useWatermark, Lr as useWebSocket, Rr as useWhyDidYouUpdate, zr as useWindowSize, bt as uuid, xt as uuidv4, ui as validatorLocale, Ho as warning, Za as without, Qa as xor, $a as zip };
987
967
  /* 独立思考,明辨是非 */