@unicom-cloud/ui 0.8.171 → 0.8.172

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 (1400) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/affix/Affix.js +1 -1
  3. package/affix/constants.js +1 -1
  4. package/affix/context.js +1 -1
  5. package/affix/index.js +1 -1
  6. package/affix/style/index.js +1 -1
  7. package/alert/Alert.js +23 -33
  8. package/alert/constants.d.ts +7 -0
  9. package/alert/constants.js +16 -1
  10. package/alert/context.js +1 -1
  11. package/alert/index.js +1 -1
  12. package/alert/style/index.js +1 -1
  13. package/anchor/Anchor.js +1 -1
  14. package/anchor/Link.js +1 -1
  15. package/anchor/constants.js +1 -1
  16. package/anchor/context.js +1 -1
  17. package/anchor/index.js +1 -1
  18. package/anchor/style/index.js +1 -1
  19. package/anchor/utils.js +1 -1
  20. package/animation/Animation.js +1 -1
  21. package/animation/constants.d.ts +1 -0
  22. package/animation/constants.js +2 -1
  23. package/animation/context.js +1 -1
  24. package/animation/index.js +1 -1
  25. package/animation/style/index.js +1 -1
  26. package/app/App.js +1 -1
  27. package/app/constants.js +1 -1
  28. package/app/context.js +1 -1
  29. package/app/index.js +1 -1
  30. package/app/style/index.js +1 -1
  31. package/app/useApp.js +1 -1
  32. package/auto-complete/AutoComplete.js +40 -40
  33. package/auto-complete/constants.d.ts +1 -0
  34. package/auto-complete/constants.js +5 -1
  35. package/auto-complete/context.js +1 -1
  36. package/auto-complete/index.js +1 -1
  37. package/auto-complete/style/index.js +1 -1
  38. package/avatar/Avatar.js +1 -1
  39. package/avatar/Group.js +1 -1
  40. package/avatar/constants.js +1 -1
  41. package/avatar/context.js +1 -1
  42. package/avatar/index.js +1 -1
  43. package/avatar/style/index.js +1 -1
  44. package/back-top/BackTop.js +1 -1
  45. package/back-top/constants.js +1 -1
  46. package/back-top/context.js +1 -1
  47. package/back-top/index.js +1 -1
  48. package/back-top/style/index.js +1 -1
  49. package/badge/Badge.js +9 -9
  50. package/badge/Count.js +1 -1
  51. package/badge/constants.d.ts +5 -0
  52. package/badge/constants.js +23 -1
  53. package/badge/context.js +1 -1
  54. package/badge/index.d.ts +1 -1
  55. package/badge/index.js +7 -7
  56. package/badge/style/index.js +1 -1
  57. package/badge/utils.d.ts +0 -5
  58. package/badge/utils.js +1 -23
  59. package/border-beam/BorderBeam.js +1 -1
  60. package/border-beam/constants.js +1 -1
  61. package/border-beam/context.js +1 -1
  62. package/border-beam/index.js +1 -1
  63. package/border-beam/style/index.js +1 -1
  64. package/breadcrumb/Breadcrumb.js +1 -1
  65. package/breadcrumb/Item.js +1 -1
  66. package/breadcrumb/constants.js +1 -1
  67. package/breadcrumb/context.js +1 -1
  68. package/breadcrumb/index.js +1 -1
  69. package/breadcrumb/style/index.js +1 -1
  70. package/button/Button.js +1 -1
  71. package/button/Group.js +1 -1
  72. package/button/Toggle.js +1 -1
  73. package/button/constants.js +1 -1
  74. package/button/context.js +1 -1
  75. package/button/index.js +1 -1
  76. package/button/style/index.js +1 -1
  77. package/calendar/Calendar.js +101 -90
  78. package/calendar/Month.js +1 -1
  79. package/calendar/WeekList.js +1 -1
  80. package/calendar/Year.js +1 -1
  81. package/calendar/constants.js +1 -1
  82. package/calendar/context.js +1 -1
  83. package/calendar/header/Panel.js +37 -31
  84. package/calendar/header/index.js +90 -79
  85. package/calendar/hooks/useCellClassName.js +1 -1
  86. package/calendar/index.js +1 -1
  87. package/calendar/style/index.css +1 -1
  88. package/calendar/style/index.js +1 -1
  89. package/card/Card.js +1 -1
  90. package/card/Grid.js +1 -1
  91. package/card/Meta.js +1 -1
  92. package/card/constants.js +1 -1
  93. package/card/context.js +1 -1
  94. package/card/index.js +1 -1
  95. package/card/style/index.js +1 -1
  96. package/carousel/Arrow.js +1 -1
  97. package/carousel/Carousel.js +1 -1
  98. package/carousel/Indicator.js +1 -1
  99. package/carousel/constants.js +1 -1
  100. package/carousel/context.js +1 -1
  101. package/carousel/index.js +1 -1
  102. package/carousel/style/index.js +1 -1
  103. package/cascader/Cascader.js +1 -1
  104. package/cascader/base/node.js +1 -1
  105. package/cascader/base/store.js +1 -1
  106. package/cascader/constants.js +1 -1
  107. package/cascader/context.js +1 -1
  108. package/cascader/hooks/useRefCurrent.js +1 -1
  109. package/cascader/index.js +1 -1
  110. package/cascader/panel/List.js +1 -1
  111. package/cascader/panel/Option.js +1 -1
  112. package/cascader/panel/Search.js +1 -1
  113. package/cascader/style/index.css +1 -1
  114. package/cascader/style/index.js +1 -1
  115. package/cascader/utils.js +1 -1
  116. package/checkbox/Checkbox.js +1 -1
  117. package/checkbox/Group.js +1 -1
  118. package/checkbox/GroupBlock.js +1 -1
  119. package/checkbox/constants.js +1 -1
  120. package/checkbox/context.js +1 -1
  121. package/checkbox/index.js +1 -1
  122. package/checkbox/style/index.js +1 -1
  123. package/checkbox/useCheckbox.js +1 -1
  124. package/collapse/Collapse.js +1 -1
  125. package/collapse/Item.js +1 -1
  126. package/collapse/constants.js +1 -1
  127. package/collapse/context.js +1 -1
  128. package/collapse/index.js +1 -1
  129. package/collapse/style/index.js +1 -1
  130. package/collapse/utils.js +1 -1
  131. package/color-picker/ColorPicker.js +1 -1
  132. package/color-picker/ControlBar.js +1 -1
  133. package/color-picker/InputAlpha.js +1 -1
  134. package/color-picker/InputHex.js +1 -1
  135. package/color-picker/InputRgb.js +1 -1
  136. package/color-picker/Mode.js +1 -1
  137. package/color-picker/Palette.js +1 -1
  138. package/color-picker/Panel.js +1 -1
  139. package/color-picker/colors.js +1 -1
  140. package/color-picker/constants.js +1 -1
  141. package/color-picker/context.js +1 -1
  142. package/color-picker/hooks/useColorPicker.js +1 -1
  143. package/color-picker/hooks/useControlBlock.js +1 -1
  144. package/color-picker/index.js +1 -1
  145. package/color-picker/interface.js +1 -1
  146. package/color-picker/style/index.js +1 -1
  147. package/color-picker/utils.js +1 -1
  148. package/comment/Comment.js +1 -1
  149. package/comment/constants.js +1 -1
  150. package/comment/context.js +1 -1
  151. package/comment/index.js +1 -1
  152. package/comment/style/index.js +1 -1
  153. package/config-provider/ConfigProvider.js +1 -1
  154. package/config-provider/constants.js +1 -1
  155. package/config-provider/context.js +1 -1
  156. package/config-provider/index.js +1 -1
  157. package/config-provider/initUI.js +1 -1
  158. package/config-provider/style/index.js +1 -1
  159. package/config-provider/useConfigProvider.js +1 -1
  160. package/config-provider/utils.js +1 -1
  161. package/constants/index.js +1 -1
  162. package/copy/Copy.js +1 -1
  163. package/copy/constants.js +1 -1
  164. package/copy/context.js +1 -1
  165. package/copy/index.js +1 -1
  166. package/copy/style/index.js +1 -1
  167. package/countdown/Countdown.js +1 -1
  168. package/countdown/constants.js +1 -1
  169. package/countdown/context.js +1 -1
  170. package/countdown/index.js +1 -1
  171. package/countdown/style/index.css +1 -1
  172. package/countdown/style/index.js +1 -1
  173. package/countdown/utils.js +1 -1
  174. package/date-picker/DatePicker.js +1 -1
  175. package/date-picker/Picker.js +202 -202
  176. package/date-picker/Range.js +281 -281
  177. package/date-picker/constants.js +1 -1
  178. package/date-picker/context.js +1 -1
  179. package/date-picker/hooks/useCellClassName.js +1 -1
  180. package/date-picker/index.js +1 -1
  181. package/date-picker/panel/Body.js +1 -1
  182. package/date-picker/panel/Footer.js +1 -1
  183. package/date-picker/panel/Header.js +1 -1
  184. package/date-picker/panel/Shortcut.js +1 -1
  185. package/date-picker/panel/WeekList.js +1 -1
  186. package/date-picker/panel/date/index.js +1 -1
  187. package/date-picker/panel/month/index.js +1 -1
  188. package/date-picker/panel/quarter/index.js +1 -1
  189. package/date-picker/panel/range/index.js +1 -1
  190. package/date-picker/panel/week/index.js +1 -1
  191. package/date-picker/panel/year/index.js +1 -1
  192. package/date-picker/style/index.js +1 -1
  193. package/date-picker/utils.js +1 -1
  194. package/descriptions/Descriptions.js +1 -1
  195. package/descriptions/constants.js +1 -1
  196. package/descriptions/context.js +1 -1
  197. package/descriptions/index.js +1 -1
  198. package/descriptions/style/index.js +1 -1
  199. package/details/Details.js +1 -1
  200. package/details/constants.js +1 -1
  201. package/details/context.js +1 -1
  202. package/details/index.js +1 -1
  203. package/details/style/index.js +1 -1
  204. package/development/Development.js +1 -1
  205. package/development/constants.js +1 -1
  206. package/development/context.js +1 -1
  207. package/development/index.js +1 -1
  208. package/development/style/index.js +1 -1
  209. package/divider/Divider.js +1 -1
  210. package/divider/constants.js +1 -1
  211. package/divider/context.js +1 -1
  212. package/divider/index.js +1 -1
  213. package/divider/style/index.js +1 -1
  214. package/draggable/Draggable.js +1 -1
  215. package/draggable/Item.js +1 -1
  216. package/draggable/constants.js +1 -1
  217. package/draggable/context.js +1 -1
  218. package/draggable/index.js +1 -1
  219. package/draggable/style/index.js +1 -1
  220. package/draw/Draw.d.ts +1 -1
  221. package/draw/Draw.js +24 -24
  222. package/draw/common/binary-heap.js +1 -1
  223. package/draw/common/bounds.js +1 -1
  224. package/draw/common/colors.js +1 -1
  225. package/draw/common/constants.js +1 -1
  226. package/draw/common/editorInterface.js +1 -1
  227. package/draw/common/emitter.js +1 -1
  228. package/draw/common/font-metadata.js +1 -1
  229. package/draw/common/index.js +1 -1
  230. package/draw/common/keys.js +1 -1
  231. package/draw/common/points.js +1 -1
  232. package/draw/common/promise-pool.js +1 -1
  233. package/draw/common/queue.js +1 -1
  234. package/draw/common/random.js +1 -1
  235. package/draw/common/url.js +1 -1
  236. package/draw/common/utils.js +1 -1
  237. package/draw/constants.js +1 -1
  238. package/draw/context.js +1 -1
  239. package/draw/core/actions/actionAddToLibrary.js +1 -1
  240. package/draw/core/actions/actionAlign.js +1 -1
  241. package/draw/core/actions/actionBoundText.js +1 -1
  242. package/draw/core/actions/actionCanvas.js +1 -1
  243. package/draw/core/actions/actionClipboard.js +1 -1
  244. package/draw/core/actions/actionCropEditor.js +1 -1
  245. package/draw/core/actions/actionDeleteSelected.js +1 -1
  246. package/draw/core/actions/actionDistribute.js +1 -1
  247. package/draw/core/actions/actionDuplicateSelection.js +1 -1
  248. package/draw/core/actions/actionElementLink.js +1 -1
  249. package/draw/core/actions/actionElementLock.js +1 -1
  250. package/draw/core/actions/actionEmbeddable.js +1 -1
  251. package/draw/core/actions/actionExport.js +1 -1
  252. package/draw/core/actions/actionFinalize.js +1 -1
  253. package/draw/core/actions/actionFlip.js +1 -1
  254. package/draw/core/actions/actionFrame.js +1 -1
  255. package/draw/core/actions/actionGroup.js +1 -1
  256. package/draw/core/actions/actionHistory.js +1 -1
  257. package/draw/core/actions/actionLinearEditor.js +1 -1
  258. package/draw/core/actions/actionMenu.js +1 -1
  259. package/draw/core/actions/actionProperties.js +1 -1
  260. package/draw/core/actions/actionSelectAll.js +1 -1
  261. package/draw/core/actions/actionStyles.js +1 -1
  262. package/draw/core/actions/actionTextAutoResize.js +1 -1
  263. package/draw/core/actions/actionToggleGridMode.js +1 -1
  264. package/draw/core/actions/actionToggleObjectsSnapMode.js +1 -1
  265. package/draw/core/actions/actionToggleSearchMenu.js +1 -1
  266. package/draw/core/actions/actionToggleStats.js +1 -1
  267. package/draw/core/actions/actionToggleViewMode.js +1 -1
  268. package/draw/core/actions/actionToggleZenMode.js +1 -1
  269. package/draw/core/actions/actionZindex.js +1 -1
  270. package/draw/core/actions/index.js +1 -1
  271. package/draw/core/actions/manager.js +1 -1
  272. package/draw/core/actions/register.js +1 -1
  273. package/draw/core/actions/shortcuts.js +1 -1
  274. package/draw/core/analytics.js +1 -1
  275. package/draw/core/animated-trail.js +1 -1
  276. package/draw/core/animation-frame-handler.js +1 -1
  277. package/draw/core/appState.js +1 -1
  278. package/draw/core/charts.js +1 -1
  279. package/draw/core/clients.js +1 -1
  280. package/draw/core/clipboard.js +1 -1
  281. package/draw/core/components/Actions.js +1 -1
  282. package/draw/core/components/ActiveConfirmDialog.js +1 -1
  283. package/draw/core/components/App.js +1 -1
  284. package/draw/core/components/BraveMeasureTextError.js +1 -1
  285. package/draw/core/components/ContextMenu.js +1 -1
  286. package/draw/core/components/ConvertElementTypePopup.js +1 -1
  287. package/draw/core/components/DarkModeToggle.js +1 -1
  288. package/draw/core/components/ElementCanvasButtons.js +1 -1
  289. package/draw/core/components/ElementLinkDialog.js +1 -1
  290. package/draw/core/components/Ellipsify.js +1 -1
  291. package/draw/core/components/ErrorDialog.js +1 -1
  292. package/draw/core/components/ExportDialog.js +1 -1
  293. package/draw/core/components/EyeDropper.js +1 -1
  294. package/draw/core/components/FixedSideContainer.js +1 -1
  295. package/draw/core/components/Footer.js +1 -1
  296. package/draw/core/components/HandButton.js +1 -1
  297. package/draw/core/components/HelpDialog.js +1 -1
  298. package/draw/core/components/HintViewer.js +1 -1
  299. package/draw/core/components/ImageExportDialog.js +1 -1
  300. package/draw/core/components/InitializeApp.js +1 -1
  301. package/draw/core/components/InlineIcon.js +1 -1
  302. package/draw/core/components/Island.js +1 -1
  303. package/draw/core/components/LaserPointerButton.js +1 -1
  304. package/draw/core/components/LayerUI.js +1 -1
  305. package/draw/core/components/LibraryMenu.js +1 -1
  306. package/draw/core/components/LibraryMenuItems.js +1 -1
  307. package/draw/core/components/LibraryMenuSection.js +1 -1
  308. package/draw/core/components/LibraryUnit.js +1 -1
  309. package/draw/core/components/LoadingMessage.js +1 -1
  310. package/draw/core/components/LockButton.js +1 -1
  311. package/draw/core/components/MagicButton.js +1 -1
  312. package/draw/core/components/PasteChartDialog.js +1 -1
  313. package/draw/core/components/PenModeButton.js +1 -1
  314. package/draw/core/components/Popover.js +1 -1
  315. package/draw/core/components/ProjectName.js +1 -1
  316. package/draw/core/components/Range.js +1 -1
  317. package/draw/core/components/SVGLayer.js +1 -1
  318. package/draw/core/components/SearchMenu.js +1 -1
  319. package/draw/core/components/Stack.js +1 -1
  320. package/draw/core/components/Toast.js +1 -1
  321. package/draw/core/components/Trans.js +1 -1
  322. package/draw/core/components/UnlockPopup.js +1 -1
  323. package/draw/core/components/canvases/InteractiveCanvas.js +1 -1
  324. package/draw/core/components/canvases/NewElementCanvas.js +1 -1
  325. package/draw/core/components/canvases/StaticCanvas.js +1 -1
  326. package/draw/core/components/canvases/index.js +1 -1
  327. package/draw/core/components/context.js +1 -1
  328. package/draw/core/components/diagram-to-code-plugin/index.js +1 -1
  329. package/draw/core/components/hooks.js +1 -1
  330. package/draw/core/components/icons.js +1 -1
  331. package/draw/core/components/main-menu/DefaultItems.js +1 -1
  332. package/draw/core/components/main-menu/MenuItem.js +1 -1
  333. package/draw/core/components/main-menu/common.js +1 -1
  334. package/draw/core/components/overwrite-confirm/State.js +1 -1
  335. package/draw/core/components/overwrite-confirm/index.js +1 -1
  336. package/draw/core/components/shapes.js +1 -1
  337. package/draw/core/components/stats/Angle.js +1 -1
  338. package/draw/core/components/stats/CanvasGrid.js +1 -1
  339. package/draw/core/components/stats/Collapsible.js +1 -1
  340. package/draw/core/components/stats/Dimension.js +1 -1
  341. package/draw/core/components/stats/DragInput.js +1 -1
  342. package/draw/core/components/stats/FontSize.js +1 -1
  343. package/draw/core/components/stats/MultiAngle.js +1 -1
  344. package/draw/core/components/stats/MultiDimension.js +1 -1
  345. package/draw/core/components/stats/MultiFontSize.js +1 -1
  346. package/draw/core/components/stats/MultiPosition.js +1 -1
  347. package/draw/core/components/stats/Position.js +1 -1
  348. package/draw/core/components/stats/index.js +1 -1
  349. package/draw/core/components/stats/utils.js +1 -1
  350. package/draw/core/context/tunnels.js +1 -1
  351. package/draw/core/context/ui-appState.js +1 -1
  352. package/draw/core/cursor.js +1 -1
  353. package/draw/core/data/blob.js +1 -1
  354. package/draw/core/data/encode.js +1 -1
  355. package/draw/core/data/encryption.js +1 -1
  356. package/draw/core/data/filesystem.js +1 -1
  357. package/draw/core/data/image.js +1 -1
  358. package/draw/core/data/index.js +1 -1
  359. package/draw/core/data/json.js +1 -1
  360. package/draw/core/data/library.js +1 -1
  361. package/draw/core/data/reconcile.js +1 -1
  362. package/draw/core/data/resave.js +1 -1
  363. package/draw/core/data/restore.js +1 -1
  364. package/draw/core/data/utils.js +1 -1
  365. package/draw/core/deburr.js +1 -1
  366. package/draw/core/editor-jotai.js +1 -1
  367. package/draw/core/eraser/index.js +1 -1
  368. package/draw/core/errors.js +1 -1
  369. package/draw/core/fonts/DrawFontFace.js +1 -1
  370. package/draw/core/fonts/Fonts.js +1 -1
  371. package/draw/core/fonts/index.js +1 -1
  372. package/draw/core/gesture.js +1 -1
  373. package/draw/core/history.js +1 -1
  374. package/draw/core/hooks/useCopiedIndicator.js +1 -1
  375. package/draw/core/hooks/useCreatePortalContainer.js +1 -1
  376. package/draw/core/hooks/useEmitter.js +1 -1
  377. package/draw/core/hooks/useLibraryItemSvg.js +1 -1
  378. package/draw/core/hooks/useOutsideClick.js +1 -1
  379. package/draw/core/hooks/useScrollPosition.js +1 -1
  380. package/draw/core/hooks/useStable.js +1 -1
  381. package/draw/core/hooks/useTextEditorFocus.js +1 -1
  382. package/draw/core/hooks/useTransition.js +1 -1
  383. package/draw/core/i18n.js +1 -1
  384. package/draw/core/laser-trails.js +1 -1
  385. package/draw/core/lasso/index.js +1 -1
  386. package/draw/core/lasso/utils.js +1 -1
  387. package/draw/core/polyfill.js +1 -1
  388. package/draw/core/reactUtils.js +1 -1
  389. package/draw/core/renderer/animation.js +1 -1
  390. package/draw/core/renderer/helpers.js +1 -1
  391. package/draw/core/renderer/interactiveScene.js +1 -1
  392. package/draw/core/renderer/renderNewElementScene.js +1 -1
  393. package/draw/core/renderer/renderSnaps.js +1 -1
  394. package/draw/core/renderer/roundRect.js +1 -1
  395. package/draw/core/renderer/staticScene.js +1 -1
  396. package/draw/core/renderer/staticSvgScene.js +1 -1
  397. package/draw/core/scene/Renderer.js +1 -1
  398. package/draw/core/scene/export.js +1 -1
  399. package/draw/core/scene/index.js +1 -1
  400. package/draw/core/scene/normalize.js +1 -1
  401. package/draw/core/scene/scroll.js +1 -1
  402. package/draw/core/scene/scrollbars.js +1 -1
  403. package/draw/core/scene/zoom.js +1 -1
  404. package/draw/core/shortcut.js +1 -1
  405. package/draw/core/snapping.js +1 -1
  406. package/draw/core/wysiwyg/textWysiwyg.js +1 -1
  407. package/draw/element/Scene.js +1 -1
  408. package/draw/element/align.js +1 -1
  409. package/draw/element/arrows/focus.js +1 -1
  410. package/draw/element/arrows/helpers.js +1 -1
  411. package/draw/element/binding.js +1 -1
  412. package/draw/element/bounds.js +1 -1
  413. package/draw/element/collision.js +1 -1
  414. package/draw/element/comparisons.js +1 -1
  415. package/draw/element/containerCache.js +1 -1
  416. package/draw/element/cropElement.js +1 -1
  417. package/draw/element/delta.js +1 -1
  418. package/draw/element/distance.js +1 -1
  419. package/draw/element/distribute.js +1 -1
  420. package/draw/element/dragElements.js +1 -1
  421. package/draw/element/duplicate.js +1 -1
  422. package/draw/element/elbowArrow.js +1 -1
  423. package/draw/element/elementLink.js +1 -1
  424. package/draw/element/embeddable.js +1 -1
  425. package/draw/element/flowchart.js +1 -1
  426. package/draw/element/fractionalIndex.js +1 -1
  427. package/draw/element/frame.js +1 -1
  428. package/draw/element/groups.js +1 -1
  429. package/draw/element/heading.js +1 -1
  430. package/draw/element/image.js +1 -1
  431. package/draw/element/index.js +1 -1
  432. package/draw/element/is.js +1 -1
  433. package/draw/element/linearElementEditor.js +1 -1
  434. package/draw/element/mutateElement.js +1 -1
  435. package/draw/element/newElement.js +1 -1
  436. package/draw/element/positionElementsOnGrid.js +1 -1
  437. package/draw/element/renderElement.js +1 -1
  438. package/draw/element/resizeElements.js +1 -1
  439. package/draw/element/resizeTest.js +1 -1
  440. package/draw/element/selection.js +1 -1
  441. package/draw/element/shape.js +1 -1
  442. package/draw/element/showSelectedShapeActions.js +1 -1
  443. package/draw/element/sizeHelpers.js +1 -1
  444. package/draw/element/sortElements.js +1 -1
  445. package/draw/element/store.js +1 -1
  446. package/draw/element/textElement.js +1 -1
  447. package/draw/element/textMeasurements.js +1 -1
  448. package/draw/element/textWrapping.js +1 -1
  449. package/draw/element/transform.js +1 -1
  450. package/draw/element/transformHandles.js +1 -1
  451. package/draw/element/typeChecks.js +1 -1
  452. package/draw/element/utils.js +1 -1
  453. package/draw/element/zindex.js +1 -1
  454. package/draw/index.d.ts +1 -1
  455. package/draw/index.js +1 -1
  456. package/draw/libs/browser-fs-access/directory-open.js +1 -1
  457. package/draw/libs/browser-fs-access/file-open.js +1 -1
  458. package/draw/libs/browser-fs-access/file-save.js +1 -1
  459. package/draw/libs/browser-fs-access/fs-access/directory-open.js +1 -1
  460. package/draw/libs/browser-fs-access/fs-access/file-open.js +1 -1
  461. package/draw/libs/browser-fs-access/fs-access/file-save.js +1 -1
  462. package/draw/libs/browser-fs-access/index.js +1 -1
  463. package/draw/libs/browser-fs-access/legacy/directory-open.js +1 -1
  464. package/draw/libs/browser-fs-access/legacy/file-open.js +1 -1
  465. package/draw/libs/browser-fs-access/legacy/file-save.js +1 -1
  466. package/draw/libs/browser-fs-access/supported.js +1 -1
  467. package/draw/libs/fractional-indexing/index.js +1 -1
  468. package/draw/libs/fuzzy/index.js +1 -1
  469. package/draw/libs/glur/index.js +1 -1
  470. package/draw/libs/glur/mono16.js +1 -1
  471. package/draw/libs/hachure-fill/index.js +1 -1
  472. package/draw/libs/image-blob-reduce/index.js +1 -1
  473. package/draw/libs/image-blob-reduce/lib/image_traverse.js +1 -1
  474. package/draw/libs/image-blob-reduce/lib/jpeg_plugins.js +1 -1
  475. package/draw/libs/image-blob-reduce/lib/utils.js +1 -1
  476. package/draw/libs/jotai/index.js +1 -1
  477. package/draw/libs/jotai/react/Provider.js +1 -1
  478. package/draw/libs/jotai/react/useAtom.js +1 -1
  479. package/draw/libs/jotai/react/useAtomValue.js +1 -1
  480. package/draw/libs/jotai/react/useSetAtom.js +1 -1
  481. package/draw/libs/jotai/react/utils/useAtomCallback.js +1 -1
  482. package/draw/libs/jotai/react/utils/useHydrateAtoms.js +1 -1
  483. package/draw/libs/jotai/react/utils/useReducerAtom.js +1 -1
  484. package/draw/libs/jotai/react/utils/useResetAtom.js +1 -1
  485. package/draw/libs/jotai/react/utils.js +1 -1
  486. package/draw/libs/jotai/react.js +1 -1
  487. package/draw/libs/jotai/utils.js +1 -1
  488. package/draw/libs/jotai/vanilla/atom.js +1 -1
  489. package/draw/libs/jotai/vanilla/internals.js +1 -1
  490. package/draw/libs/jotai/vanilla/store.js +1 -1
  491. package/draw/libs/jotai/vanilla/utils/atomFamily.js +1 -1
  492. package/draw/libs/jotai/vanilla/utils/atomWithStorage.js +1 -1
  493. package/draw/libs/jotai/vanilla/utils.js +1 -1
  494. package/draw/libs/jotai-scope/createIsolation.js +1 -1
  495. package/draw/libs/jotai-scope/index.js +1 -1
  496. package/draw/libs/jotai-scope/scope-provider/index.js +1 -1
  497. package/draw/libs/jotai-scope/scope-provider/scope.js +1 -1
  498. package/draw/libs/jotai-scope/utils.js +1 -1
  499. package/draw/libs/laser-pointer/index.js +1 -1
  500. package/draw/libs/laser-pointer/math.js +1 -1
  501. package/draw/libs/laser-pointer/simplify.js +1 -1
  502. package/draw/libs/laser-pointer/state.js +1 -1
  503. package/draw/libs/markdown-to-text/index.js +1 -1
  504. package/draw/libs/math/angle.js +1 -1
  505. package/draw/libs/math/constants.js +1 -1
  506. package/draw/libs/math/curve.js +1 -1
  507. package/draw/libs/math/ellipse.js +1 -1
  508. package/draw/libs/math/index.js +1 -1
  509. package/draw/libs/math/line.js +1 -1
  510. package/draw/libs/math/point.js +1 -1
  511. package/draw/libs/math/polygon.js +1 -1
  512. package/draw/libs/math/range.js +1 -1
  513. package/draw/libs/math/rectangle.js +1 -1
  514. package/draw/libs/math/segment.js +1 -1
  515. package/draw/libs/math/triangle.js +1 -1
  516. package/draw/libs/math/utils.js +1 -1
  517. package/draw/libs/math/vector.js +1 -1
  518. package/draw/libs/multimath/index.js +1 -1
  519. package/draw/libs/multimath/lib/wa_detect.js +1 -1
  520. package/draw/libs/nanoid/index.js +1 -1
  521. package/draw/libs/nanoid/url-alphabet/index.js +1 -1
  522. package/draw/libs/pako/index.js +1 -1
  523. package/draw/libs/path-data-parser/absolutize.js +1 -1
  524. package/draw/libs/path-data-parser/index.js +1 -1
  525. package/draw/libs/path-data-parser/normalize.js +1 -1
  526. package/draw/libs/path-data-parser/parser.js +1 -1
  527. package/draw/libs/perfect-freehand/getStroke.js +1 -1
  528. package/draw/libs/perfect-freehand/getStrokeOutlinePoints.js +1 -1
  529. package/draw/libs/perfect-freehand/getStrokePoints.js +1 -1
  530. package/draw/libs/perfect-freehand/getStrokeRadius.js +1 -1
  531. package/draw/libs/perfect-freehand/index.js +1 -1
  532. package/draw/libs/perfect-freehand/vec.js +1 -1
  533. package/draw/libs/pica/index.js +1 -1
  534. package/draw/libs/pica/lib/mathlib.js +1 -1
  535. package/draw/libs/pica/lib/mm_resize/convolve.js +1 -1
  536. package/draw/libs/pica/lib/mm_resize/convolve_wasm_base64.js +1 -1
  537. package/draw/libs/pica/lib/mm_resize/index.js +1 -1
  538. package/draw/libs/pica/lib/mm_resize/resize.js +1 -1
  539. package/draw/libs/pica/lib/mm_resize/resize_filter_gen.js +1 -1
  540. package/draw/libs/pica/lib/mm_resize/resize_wasm.js +1 -1
  541. package/draw/libs/pica/lib/mm_unsharp_mask/index.js +1 -1
  542. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask.js +1 -1
  543. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm.js +1 -1
  544. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm_base64.js +1 -1
  545. package/draw/libs/pica/lib/pool.js +1 -1
  546. package/draw/libs/pica/lib/tiler.js +1 -1
  547. package/draw/libs/pica/lib/utils.js +1 -1
  548. package/draw/libs/pica/lib/worker.js +1 -1
  549. package/draw/libs/png-chunk-text/decode.js +1 -1
  550. package/draw/libs/png-chunk-text/encode.js +1 -1
  551. package/draw/libs/png-chunk-text/index.js +1 -1
  552. package/draw/libs/png-chunks-encode/index.js +1 -1
  553. package/draw/libs/png-chunks-extract/index.js +1 -1
  554. package/draw/libs/points-on-curve/curve-to-bezier.js +1 -1
  555. package/draw/libs/points-on-curve/index.js +1 -1
  556. package/draw/libs/points-on-path/index.js +1 -1
  557. package/draw/libs/promise-pool/index.js +1 -1
  558. package/draw/libs/roughjs/canvas.js +1 -1
  559. package/draw/libs/roughjs/core.js +1 -1
  560. package/draw/libs/roughjs/fillers/dashed-filler.js +1 -1
  561. package/draw/libs/roughjs/fillers/dot-filler.js +1 -1
  562. package/draw/libs/roughjs/fillers/filler.js +1 -1
  563. package/draw/libs/roughjs/fillers/hachure-filler.js +1 -1
  564. package/draw/libs/roughjs/fillers/hatch-filler.js +1 -1
  565. package/draw/libs/roughjs/fillers/scan-line-hachure.js +1 -1
  566. package/draw/libs/roughjs/fillers/zigzag-filler.js +1 -1
  567. package/draw/libs/roughjs/fillers/zigzag-line-filler.js +1 -1
  568. package/draw/libs/roughjs/generator.js +1 -1
  569. package/draw/libs/roughjs/geometry.js +1 -1
  570. package/draw/libs/roughjs/index.js +1 -1
  571. package/draw/libs/roughjs/math.js +1 -1
  572. package/draw/libs/roughjs/renderer.js +1 -1
  573. package/draw/libs/roughjs/rough.js +1 -1
  574. package/draw/libs/roughjs/svg.js +1 -1
  575. package/draw/libs/sliced/index.js +1 -1
  576. package/draw/libs/webworkify/index.js +1 -1
  577. package/draw/style/index.js +1 -1
  578. package/draw/utils/bbox.js +1 -1
  579. package/draw/utils/export.js +1 -1
  580. package/draw/utils/index.js +1 -1
  581. package/draw/utils/shape.js +1 -1
  582. package/draw/utils/withinBounds.js +1 -1
  583. package/drawer/Drawer.js +1 -1
  584. package/drawer/constants.js +1 -1
  585. package/drawer/context.js +1 -1
  586. package/drawer/index.js +1 -1
  587. package/drawer/style/index.js +1 -1
  588. package/drawer/use-drawer/Hook.js +1 -1
  589. package/drawer/use-drawer/index.js +1 -1
  590. package/dropdown/Button.js +1 -1
  591. package/dropdown/Dropdown.js +1 -1
  592. package/dropdown/constants.js +1 -1
  593. package/dropdown/context.js +1 -1
  594. package/dropdown/index.js +1 -1
  595. package/dropdown/style/index.js +1 -1
  596. package/empty/Empty.js +1 -1
  597. package/empty/constants.js +1 -1
  598. package/empty/context.js +1 -1
  599. package/empty/index.js +1 -1
  600. package/empty/style/index.css +1 -1
  601. package/empty/style/index.js +1 -1
  602. package/flex/Flex.js +1 -1
  603. package/flex/constants.js +1 -1
  604. package/flex/context.js +1 -1
  605. package/flex/index.js +1 -1
  606. package/flex/style/index.js +1 -1
  607. package/form/Control.js +1 -1
  608. package/form/Form.js +1 -1
  609. package/form/Item.js +1 -1
  610. package/form/ItemLabel.js +1 -1
  611. package/form/ItemTip.js +1 -1
  612. package/form/LabelSymbol.js +1 -1
  613. package/form/List.js +1 -1
  614. package/form/Provider.js +1 -1
  615. package/form/constants.js +1 -1
  616. package/form/context.js +1 -1
  617. package/form/hooks/useForm.js +1 -1
  618. package/form/hooks/useFormContext.js +1 -1
  619. package/form/hooks/useFormState.js +1 -1
  620. package/form/hooks/useWatch.js +1 -1
  621. package/form/index.js +1 -1
  622. package/form/interface.js +1 -1
  623. package/form/promisify.js +1 -1
  624. package/form/store.js +1 -1
  625. package/form/style/index.js +1 -1
  626. package/form/utils.js +1 -1
  627. package/global-provider/GlobalProvider.js +1 -1
  628. package/global-provider/constants.js +1 -1
  629. package/global-provider/context.js +1 -1
  630. package/global-provider/index.js +1 -1
  631. package/global-provider/style/index.js +1 -1
  632. package/grid/Grid.js +1 -1
  633. package/grid/Item.js +1 -1
  634. package/grid/constants.js +1 -1
  635. package/grid/context.js +1 -1
  636. package/grid/index.js +1 -1
  637. package/grid/style/index.js +1 -1
  638. package/grid/utils.js +1 -1
  639. package/hooks/index.js +1 -1
  640. package/hooks/use-breakpoint/index.js +1 -1
  641. package/hooks/use-computed-state/index.js +1 -1
  642. package/hooks/use-controllable-value/index.js +1 -1
  643. package/hooks/use-create/index.js +1 -1
  644. package/hooks/use-creation/index.js +1 -1
  645. package/hooks/use-effect-event/index.js +1 -1
  646. package/hooks/use-event/index.js +1 -1
  647. package/hooks/use-event-listener/index.js +1 -1
  648. package/hooks/use-force-update/index.js +1 -1
  649. package/hooks/use-fullscreen/index.js +1 -1
  650. package/hooks/use-id/index.js +1 -1
  651. package/hooks/use-intersection-observer/index.js +1 -1
  652. package/hooks/use-intersection-observers/index.js +1 -1
  653. package/hooks/use-interval/index.js +1 -1
  654. package/hooks/use-is-first-render/index.js +1 -1
  655. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  656. package/hooks/use-keyboard-event/index.js +1 -1
  657. package/hooks/use-latest/index.js +1 -1
  658. package/hooks/use-listen-window-resize/index.js +1 -1
  659. package/hooks/use-media/index.js +1 -1
  660. package/hooks/use-memoized-fn/index.js +1 -1
  661. package/hooks/use-merge-props/index.js +1 -1
  662. package/hooks/use-move/index.js +1 -1
  663. package/hooks/use-mutation-observers/index.js +1 -1
  664. package/hooks/use-online-status/index.js +1 -1
  665. package/hooks/use-overflow-hidden/index.js +1 -1
  666. package/hooks/use-override-ref/index.js +1 -1
  667. package/hooks/use-persist-callback/index.js +1 -1
  668. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  669. package/hooks/use-previous/index.js +1 -1
  670. package/hooks/use-refs/index.js +1 -1
  671. package/hooks/use-resize-observer/index.js +1 -1
  672. package/hooks/use-resize-observers/index.js +1 -1
  673. package/hooks/use-responsive-state/index.js +1 -1
  674. package/hooks/use-set-state/index.js +1 -1
  675. package/hooks/use-state-callback/index.js +1 -1
  676. package/hooks/use-state-with-promise/index.js +1 -1
  677. package/hooks/use-throttle-fn-with-raf/index.js +1 -1
  678. package/hooks/use-update-effect/index.js +1 -1
  679. package/hooks/use-update-layout-effect/index.js +1 -1
  680. package/hooks/use-verification-code/index.js +1 -1
  681. package/hooks/use-watch/index.js +1 -1
  682. package/hooks/use-watermark/index.js +1 -1
  683. package/hooks/use-watermark/utils.js +1 -1
  684. package/hooks/use-window-size/index.js +1 -1
  685. package/hooks/useMountLifecycle.js +1 -1
  686. package/icon/Icon.js +1 -1
  687. package/icon/addIconFromCdn.js +1 -1
  688. package/icon/constants.js +1 -1
  689. package/icon/context.js +1 -1
  690. package/icon/index.js +1 -1
  691. package/icon/style/index.js +1 -1
  692. package/icon-hover/IconHover.js +1 -1
  693. package/icon-hover/constants.js +1 -1
  694. package/icon-hover/context.js +1 -1
  695. package/icon-hover/index.js +1 -1
  696. package/icon-hover/style/index.js +1 -1
  697. package/icons/file/File.js +1 -1
  698. package/icons/file/context.js +1 -1
  699. package/icons/file/index.js +1 -1
  700. package/icons/file/style/index.js +1 -1
  701. package/icons.js +1 -1
  702. package/image/Footer.js +1 -1
  703. package/image/Image.js +1 -1
  704. package/image/Preview.js +1 -1
  705. package/image/PreviewArrow.js +1 -1
  706. package/image/PreviewGroup.js +1 -1
  707. package/image/PreviewToolbar.js +1 -1
  708. package/image/TriggerForToolbar.js +1 -1
  709. package/image/constants.js +1 -1
  710. package/image/context.js +1 -1
  711. package/image/hooks/useImageStatus.js +1 -1
  712. package/image/hooks/useShowFooter.js +1 -1
  713. package/image/index.js +1 -1
  714. package/image/style/index.js +1 -1
  715. package/image/utils/getFixTranslate.js +1 -1
  716. package/image/utils/getScale.js +1 -1
  717. package/index.d.ts +1 -1
  718. package/index.js +162 -158
  719. package/input/Button.js +1 -1
  720. package/input/Core.js +1 -1
  721. package/input/Group.js +1 -1
  722. package/input/Input.js +1 -1
  723. package/input/Password.js +1 -1
  724. package/input/Search.js +1 -1
  725. package/input/Textarea.js +1 -1
  726. package/input/autoSizeTextareaHeight.js +1 -1
  727. package/input/constants.js +1 -1
  728. package/input/context.js +1 -1
  729. package/input/index.js +1 -1
  730. package/input/style/index.js +1 -1
  731. package/input/useComposition.js +1 -1
  732. package/input/utils.js +1 -1
  733. package/input-number/InputNumber.js +1 -1
  734. package/input-number/constants.js +1 -1
  735. package/input-number/context.js +1 -1
  736. package/input-number/decimal.js +1 -1
  737. package/input-number/hooks/useSelectionRange.js +1 -1
  738. package/input-number/index.js +1 -1
  739. package/input-number/style/index.js +1 -1
  740. package/input-number/utils.js +1 -1
  741. package/input-tag/InputTag.js +1 -1
  742. package/input-tag/constants.js +1 -1
  743. package/input-tag/context.js +1 -1
  744. package/input-tag/hooks/useComputeAutoWidthDelay.js +1 -1
  745. package/input-tag/index.js +1 -1
  746. package/input-tag/style/index.js +1 -1
  747. package/layout/Content.js +1 -1
  748. package/layout/Footer.js +1 -1
  749. package/layout/Header.js +1 -1
  750. package/layout/Layout.js +1 -1
  751. package/layout/Sider.js +1 -1
  752. package/layout/constants.js +1 -1
  753. package/layout/context.js +1 -1
  754. package/layout/index.js +1 -1
  755. package/layout/style/index.js +1 -1
  756. package/link/Link.js +1 -1
  757. package/link/constants.js +1 -1
  758. package/link/context.js +1 -1
  759. package/link/index.js +1 -1
  760. package/link/style/index.js +1 -1
  761. package/liquid-fill/LiquidFill.js +1 -1
  762. package/liquid-fill/constants.js +1 -1
  763. package/liquid-fill/context.js +1 -1
  764. package/liquid-fill/index.js +1 -1
  765. package/liquid-fill/style/index.js +1 -1
  766. package/list/Item.js +1 -1
  767. package/list/List.js +53 -56
  768. package/list/Meta.js +1 -1
  769. package/list/constants.d.ts +1 -0
  770. package/list/constants.js +9 -1
  771. package/list/context.js +1 -1
  772. package/list/index.js +1 -1
  773. package/list/style/index.js +1 -1
  774. package/loading/Loading.js +1 -1
  775. package/loading/constants.js +1 -1
  776. package/loading/context.js +1 -1
  777. package/loading/index.js +1 -1
  778. package/loading/style/index.js +1 -1
  779. package/locale/ar-EG.js +1 -1
  780. package/locale/de-DE.js +1 -1
  781. package/locale/default.js +1 -1
  782. package/locale/en-US.js +1 -1
  783. package/locale/es-ES.js +1 -1
  784. package/locale/fr-FR.js +1 -1
  785. package/locale/id-ID.js +1 -1
  786. package/locale/it-IT.js +1 -1
  787. package/locale/ja-JP.js +1 -1
  788. package/locale/ko-KR.js +1 -1
  789. package/locale/ms-MY.js +1 -1
  790. package/locale/pt-BR.js +1 -1
  791. package/locale/pt-PT.js +1 -1
  792. package/locale/ru-RU.js +1 -1
  793. package/locale/th-TH.js +1 -1
  794. package/locale/tr-TR.js +1 -1
  795. package/locale/vi-VN.js +1 -1
  796. package/locale/zh-CN.js +1 -1
  797. package/locale/zh-HK.js +1 -1
  798. package/locale/zh-TW.js +1 -1
  799. package/marquee/Marquee.js +1 -1
  800. package/marquee/constants.js +1 -1
  801. package/marquee/context.js +1 -1
  802. package/marquee/index.js +1 -1
  803. package/marquee/style/index.js +1 -1
  804. package/mask/Mask.js +1 -1
  805. package/mask/constants.js +1 -1
  806. package/mask/context.js +1 -1
  807. package/mask/index.js +1 -1
  808. package/mask/style/index.js +1 -1
  809. package/masonry/Item.js +1 -1
  810. package/masonry/Masonry.js +1 -1
  811. package/masonry/constants.js +1 -1
  812. package/masonry/context.js +1 -1
  813. package/masonry/hooks/useDelay.js +1 -1
  814. package/masonry/hooks/useGutter.js +1 -1
  815. package/masonry/hooks/usePositions.js +1 -1
  816. package/masonry/hooks/useRefs.js +1 -1
  817. package/masonry/index.js +1 -1
  818. package/masonry/style/index.js +1 -1
  819. package/mentions/Mentions.js +1 -1
  820. package/mentions/constants.js +1 -1
  821. package/mentions/context.js +1 -1
  822. package/mentions/index.js +1 -1
  823. package/mentions/style/index.js +1 -1
  824. package/mentions/utils.js +1 -1
  825. package/menu/Indent.js +1 -1
  826. package/menu/Item.js +1 -1
  827. package/menu/ItemGroup.js +1 -1
  828. package/menu/Menu.js +1 -1
  829. package/menu/OverflowWrap.js +1 -1
  830. package/menu/constants.js +1 -1
  831. package/menu/context.js +1 -1
  832. package/menu/index.js +1 -1
  833. package/menu/style/index.js +1 -1
  834. package/menu/sub-menu/Inline.js +1 -1
  835. package/menu/sub-menu/Pop.js +1 -1
  836. package/menu/sub-menu/index.js +1 -1
  837. package/menu/utils.js +1 -1
  838. package/message/Message.js +1 -1
  839. package/message/config.js +1 -1
  840. package/message/constants.js +1 -1
  841. package/message/context.js +1 -1
  842. package/message/hooks/useMessage.js +1 -1
  843. package/message/index.js +1 -1
  844. package/message/style/index.js +1 -1
  845. package/message/utils.js +1 -1
  846. package/modal/Modal.js +1 -1
  847. package/modal/config.js +1 -1
  848. package/modal/confirm.js +1 -1
  849. package/modal/constants.js +1 -1
  850. package/modal/context.js +1 -1
  851. package/modal/index.js +1 -1
  852. package/modal/style/index.js +1 -1
  853. package/modal/use-modal/Hook.js +1 -1
  854. package/modal/use-modal/index.js +1 -1
  855. package/modal/utils.js +1 -1
  856. package/notice/Notice.js +5 -5
  857. package/notice/config.js +1 -1
  858. package/notice/constants.js +1 -1
  859. package/notice/context.js +1 -1
  860. package/notice/index.js +1 -1
  861. package/notice/style/index.js +1 -1
  862. package/notice/utils.js +1 -1
  863. package/notice/withNotice.js +1 -1
  864. package/notification/Notification.js +1 -1
  865. package/notification/config.js +1 -1
  866. package/notification/constants.js +1 -1
  867. package/notification/context.js +1 -1
  868. package/notification/hooks/useNotification.js +1 -1
  869. package/notification/index.js +1 -1
  870. package/notification/style/index.js +1 -1
  871. package/notification/utils.js +1 -1
  872. package/overflow-ellipsis/Item.js +1 -1
  873. package/overflow-ellipsis/OverflowEllipsis.js +1 -1
  874. package/overflow-ellipsis/constants.js +1 -1
  875. package/overflow-ellipsis/context.js +1 -1
  876. package/overflow-ellipsis/index.js +1 -1
  877. package/overflow-ellipsis/style/index.js +1 -1
  878. package/package.json +1 -1
  879. package/page-header/PageHeader.js +1 -1
  880. package/page-header/constants.js +1 -1
  881. package/page-header/context.js +1 -1
  882. package/page-header/index.js +1 -1
  883. package/page-header/style/index.js +1 -1
  884. package/pagination/Item.js +1 -1
  885. package/pagination/Jumper.js +1 -1
  886. package/pagination/Pagination.js +46 -46
  887. package/pagination/PreNextButton.js +1 -1
  888. package/pagination/PreNextJump.js +1 -1
  889. package/pagination/SizeOption.d.ts +2 -2
  890. package/pagination/SizeOption.js +13 -19
  891. package/pagination/constants.d.ts +3 -0
  892. package/pagination/constants.js +11 -1
  893. package/pagination/context.js +1 -1
  894. package/pagination/index.d.ts +2 -3
  895. package/pagination/index.js +5 -5
  896. package/pagination/interface.js +1 -1
  897. package/pagination/style/index.js +1 -1
  898. package/pagination/utils.js +1 -1
  899. package/picker/Input.js +1 -1
  900. package/picker/InputRange.js +1 -1
  901. package/picker/constants.js +1 -1
  902. package/picker/context.js +1 -1
  903. package/picker/index.js +1 -1
  904. package/picker/style/index.js +1 -1
  905. package/popconfirm/Popconfirm.js +6 -5
  906. package/popconfirm/constants.js +1 -1
  907. package/popconfirm/context.js +1 -1
  908. package/popconfirm/index.js +1 -1
  909. package/popconfirm/style/index.js +1 -1
  910. package/popover/Popover.js +35 -35
  911. package/popover/constants.js +1 -1
  912. package/popover/context.js +1 -1
  913. package/popover/index.js +1 -1
  914. package/popover/style/index.js +1 -1
  915. package/portal/Portal.js +1 -1
  916. package/portal/constants.js +1 -1
  917. package/portal/context.js +1 -1
  918. package/portal/index.js +1 -1
  919. package/portal/style/index.js +1 -1
  920. package/progress/Circle.js +1 -1
  921. package/progress/Line.js +1 -1
  922. package/progress/Progress.js +1 -1
  923. package/progress/Step.js +1 -1
  924. package/progress/constants.js +1 -1
  925. package/progress/context.js +1 -1
  926. package/progress/index.js +1 -1
  927. package/progress/style/index.js +1 -1
  928. package/qr-code/QRCode.js +1 -1
  929. package/qr-code/constants.js +1 -1
  930. package/qr-code/context.js +1 -1
  931. package/qr-code/index.js +1 -1
  932. package/qr-code/src/index.js +1 -1
  933. package/qr-code/src/qrcodegen.js +1 -1
  934. package/qr-code/style/index.js +1 -1
  935. package/radio/Group.js +1 -1
  936. package/radio/GroupBlock.js +1 -1
  937. package/radio/Radio.js +1 -1
  938. package/radio/constants.js +1 -1
  939. package/radio/context.js +1 -1
  940. package/radio/index.js +1 -1
  941. package/radio/style/index.js +1 -1
  942. package/rate/Rate.js +1 -1
  943. package/rate/constants.js +1 -1
  944. package/rate/context.js +1 -1
  945. package/rate/index.js +1 -1
  946. package/rate/style/index.js +1 -1
  947. package/resize-box/ResizeBox.js +1 -1
  948. package/resize-box/ResizeTrigger.js +1 -1
  949. package/resize-box/Split.js +1 -1
  950. package/resize-box/SplitGroup.js +1 -1
  951. package/resize-box/constants.js +1 -1
  952. package/resize-box/context.js +1 -1
  953. package/resize-box/index.js +1 -1
  954. package/resize-box/style/index.js +1 -1
  955. package/result/403.js +1 -1
  956. package/result/404.js +1 -1
  957. package/result/500.js +1 -1
  958. package/result/Result.js +1 -1
  959. package/result/constants.js +1 -1
  960. package/result/context.js +1 -1
  961. package/result/index.js +1 -1
  962. package/result/style/index.js +1 -1
  963. package/rich-text/RichText.js +1 -1
  964. package/rich-text/Toolbar.js +1 -1
  965. package/rich-text/constants.js +1 -1
  966. package/rich-text/context.js +1 -1
  967. package/rich-text/index.js +1 -1
  968. package/rich-text/libs/blots/block.js +1 -1
  969. package/rich-text/libs/blots/break.js +1 -1
  970. package/rich-text/libs/blots/container.js +1 -1
  971. package/rich-text/libs/blots/cursor.js +1 -1
  972. package/rich-text/libs/blots/embed.js +1 -1
  973. package/rich-text/libs/blots/inline.js +1 -1
  974. package/rich-text/libs/blots/scroll.js +1 -1
  975. package/rich-text/libs/blots/text.js +1 -1
  976. package/rich-text/libs/core/composition.js +1 -1
  977. package/rich-text/libs/core/editor.js +1 -1
  978. package/rich-text/libs/core/emitter.js +1 -1
  979. package/rich-text/libs/core/logger.js +1 -1
  980. package/rich-text/libs/core/module.js +1 -1
  981. package/rich-text/libs/core/rich.js +1 -1
  982. package/rich-text/libs/core/selection.js +1 -1
  983. package/rich-text/libs/core/theme.js +1 -1
  984. package/rich-text/libs/core/utils/createRegistryWithFormats.js +1 -1
  985. package/rich-text/libs/core/utils/scrollRectIntoView.js +1 -1
  986. package/rich-text/libs/delta/AttributeMap.js +1 -1
  987. package/rich-text/libs/delta/Op.js +1 -1
  988. package/rich-text/libs/delta/OpIterator.js +1 -1
  989. package/rich-text/libs/delta/index.js +1 -1
  990. package/rich-text/libs/diff/index.js +1 -1
  991. package/rich-text/libs/formats/align.js +1 -1
  992. package/rich-text/libs/formats/background.js +1 -1
  993. package/rich-text/libs/formats/blockquote.js +1 -1
  994. package/rich-text/libs/formats/bold.js +1 -1
  995. package/rich-text/libs/formats/code.js +1 -1
  996. package/rich-text/libs/formats/color.js +1 -1
  997. package/rich-text/libs/formats/direction.js +1 -1
  998. package/rich-text/libs/formats/emoji.js +1 -1
  999. package/rich-text/libs/formats/font.js +1 -1
  1000. package/rich-text/libs/formats/formula.js +1 -1
  1001. package/rich-text/libs/formats/header.js +1 -1
  1002. package/rich-text/libs/formats/hr.js +1 -1
  1003. package/rich-text/libs/formats/image.js +1 -1
  1004. package/rich-text/libs/formats/indent.js +1 -1
  1005. package/rich-text/libs/formats/italic.js +1 -1
  1006. package/rich-text/libs/formats/lineHeight.js +1 -1
  1007. package/rich-text/libs/formats/link.js +1 -1
  1008. package/rich-text/libs/formats/list.js +1 -1
  1009. package/rich-text/libs/formats/script.js +1 -1
  1010. package/rich-text/libs/formats/size.js +1 -1
  1011. package/rich-text/libs/formats/strike.js +1 -1
  1012. package/rich-text/libs/formats/table.js +1 -1
  1013. package/rich-text/libs/formats/underline.js +1 -1
  1014. package/rich-text/libs/formats/video.js +1 -1
  1015. package/rich-text/libs/index.js +1 -1
  1016. package/rich-text/libs/modules/clipboard.js +1 -1
  1017. package/rich-text/libs/modules/history.js +1 -1
  1018. package/rich-text/libs/modules/image-resize/index.js +1 -1
  1019. package/rich-text/libs/modules/image-resize/modules/Base.js +1 -1
  1020. package/rich-text/libs/modules/image-resize/modules/DisplaySize.js +1 -1
  1021. package/rich-text/libs/modules/image-resize/modules/Resize.js +1 -1
  1022. package/rich-text/libs/modules/image-resize/options.js +1 -1
  1023. package/rich-text/libs/modules/input.js +1 -1
  1024. package/rich-text/libs/modules/keyboard.js +1 -1
  1025. package/rich-text/libs/modules/normalize-external-html/index.js +1 -1
  1026. package/rich-text/libs/modules/normalize-external-html/normalizers/googleDocs.js +1 -1
  1027. package/rich-text/libs/modules/normalize-external-html/normalizers/msWord.js +1 -1
  1028. package/rich-text/libs/modules/table.js +1 -1
  1029. package/rich-text/libs/modules/toolbar.js +1 -1
  1030. package/rich-text/libs/modules/uiNode.js +1 -1
  1031. package/rich-text/libs/modules/uploader.js +1 -1
  1032. package/rich-text/libs/parchment/attributor/attributor.js +1 -1
  1033. package/rich-text/libs/parchment/attributor/class.js +1 -1
  1034. package/rich-text/libs/parchment/attributor/store.js +1 -1
  1035. package/rich-text/libs/parchment/attributor/style.js +1 -1
  1036. package/rich-text/libs/parchment/blot/abstract/container.js +1 -1
  1037. package/rich-text/libs/parchment/blot/abstract/leaf.js +1 -1
  1038. package/rich-text/libs/parchment/blot/abstract/parent.js +1 -1
  1039. package/rich-text/libs/parchment/blot/abstract/shadow.js +1 -1
  1040. package/rich-text/libs/parchment/blot/block.js +1 -1
  1041. package/rich-text/libs/parchment/blot/embed.js +1 -1
  1042. package/rich-text/libs/parchment/blot/inline.js +1 -1
  1043. package/rich-text/libs/parchment/blot/scroll.js +1 -1
  1044. package/rich-text/libs/parchment/blot/text.js +1 -1
  1045. package/rich-text/libs/parchment/collection/linked-list.js +1 -1
  1046. package/rich-text/libs/parchment/error.js +1 -1
  1047. package/rich-text/libs/parchment/index.js +1 -1
  1048. package/rich-text/libs/parchment/registry.js +1 -1
  1049. package/rich-text/libs/parchment/scope.js +1 -1
  1050. package/rich-text/style/index.js +1 -1
  1051. package/router-error/RouterError.js +1 -1
  1052. package/router-error/constants.js +1 -1
  1053. package/router-error/context.js +1 -1
  1054. package/router-error/index.js +1 -1
  1055. package/router-error/style/index.js +1 -1
  1056. package/row-col/Col.js +1 -1
  1057. package/row-col/Row.js +1 -1
  1058. package/row-col/constants.js +1 -1
  1059. package/row-col/context.js +1 -1
  1060. package/row-col/index.js +1 -1
  1061. package/row-col/style/index.js +1 -1
  1062. package/segmented/Segmented.js +1 -1
  1063. package/segmented/constants.js +1 -1
  1064. package/segmented/context.js +1 -1
  1065. package/segmented/index.js +1 -1
  1066. package/segmented/style/index.js +1 -1
  1067. package/select/Option.js +1 -1
  1068. package/select/OptionGroup.js +1 -1
  1069. package/select/Select.js +1 -1
  1070. package/select/constants.js +1 -1
  1071. package/select/context.js +1 -1
  1072. package/select/index.js +1 -1
  1073. package/select/style/index.css +1 -1
  1074. package/select/style/index.js +1 -1
  1075. package/select/utils.js +1 -1
  1076. package/select-view/Core.js +1 -1
  1077. package/select-view/SelectView.js +1 -1
  1078. package/select-view/constants.js +1 -1
  1079. package/select-view/context.js +1 -1
  1080. package/select-view/index.js +1 -1
  1081. package/select-view/style/index.js +1 -1
  1082. package/skeleton/Image.js +1 -1
  1083. package/skeleton/Skeleton.js +1 -1
  1084. package/skeleton/Text.js +1 -1
  1085. package/skeleton/constants.js +1 -1
  1086. package/skeleton/context.js +1 -1
  1087. package/skeleton/index.js +1 -1
  1088. package/skeleton/style/index.js +1 -1
  1089. package/slider/Button.d.ts +1 -1
  1090. package/slider/Button.js +24 -16
  1091. package/slider/Dot.js +1 -1
  1092. package/slider/Input.js +1 -1
  1093. package/slider/Mark.js +1 -1
  1094. package/slider/Slider.js +1 -1
  1095. package/slider/Tick.js +1 -1
  1096. package/slider/constants.js +1 -1
  1097. package/slider/context.js +1 -1
  1098. package/slider/hooks/useInterval.js +1 -1
  1099. package/slider/hooks/useLegalValue.js +1 -1
  1100. package/slider/index.d.ts +1 -1
  1101. package/slider/index.js +1 -1
  1102. package/slider/style/index.js +1 -1
  1103. package/slider/utils.js +1 -1
  1104. package/space/Space.js +1 -1
  1105. package/space/constants.js +1 -1
  1106. package/space/context.js +1 -1
  1107. package/space/index.js +1 -1
  1108. package/space/style/index.js +1 -1
  1109. package/speech-synthesis/SpeechSynthesis.js +1 -1
  1110. package/speech-synthesis/constants.js +1 -1
  1111. package/speech-synthesis/context.js +1 -1
  1112. package/speech-synthesis/index.js +1 -1
  1113. package/speech-synthesis/style/index.js +1 -1
  1114. package/spin/DotLoading.js +1 -1
  1115. package/spin/Spin.js +1 -1
  1116. package/spin/constants.js +1 -1
  1117. package/spin/context.js +1 -1
  1118. package/spin/index.js +1 -1
  1119. package/spin/style/index.js +1 -1
  1120. package/splitter/Bar.js +1 -1
  1121. package/splitter/Panel.js +1 -1
  1122. package/splitter/Splitter.js +1 -1
  1123. package/splitter/constants.js +1 -1
  1124. package/splitter/context.js +1 -1
  1125. package/splitter/hooks/useItems.js +1 -1
  1126. package/splitter/hooks/useResizable.js +1 -1
  1127. package/splitter/hooks/useResize.js +1 -1
  1128. package/splitter/hooks/useSizes.js +1 -1
  1129. package/splitter/index.js +1 -1
  1130. package/splitter/style/index.js +1 -1
  1131. package/statistic/Statistic.js +1 -1
  1132. package/statistic/constants.js +1 -1
  1133. package/statistic/context.js +1 -1
  1134. package/statistic/index.js +1 -1
  1135. package/statistic/interface.js +1 -1
  1136. package/statistic/style/index.js +1 -1
  1137. package/steps/Item.js +1 -1
  1138. package/steps/Steps.js +1 -1
  1139. package/steps/constants.js +1 -1
  1140. package/steps/context.js +1 -1
  1141. package/steps/index.js +1 -1
  1142. package/steps/style/index.js +1 -1
  1143. package/style/constants.js +1 -1
  1144. package/style.css +1 -1
  1145. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  1146. package/suspense-fallback-test/constants.js +1 -1
  1147. package/suspense-fallback-test/context.js +1 -1
  1148. package/suspense-fallback-test/index.js +1 -1
  1149. package/suspense-fallback-test/style/index.js +1 -1
  1150. package/switch/Switch.js +1 -1
  1151. package/switch/constants.js +1 -1
  1152. package/switch/context.js +1 -1
  1153. package/switch/index.js +1 -1
  1154. package/switch/style/index.js +1 -1
  1155. package/table/ColGroup.js +1 -1
  1156. package/table/Table.js +194 -192
  1157. package/table/constants.js +1 -1
  1158. package/table/context.js +1 -1
  1159. package/table/hooks/useColumns.js +1 -1
  1160. package/table/hooks/useComponent.js +1 -1
  1161. package/table/hooks/useExpand.js +1 -1
  1162. package/table/hooks/useRowSelection.js +1 -1
  1163. package/table/hooks/useSorter.js +1 -1
  1164. package/table/hooks/useStickyClassNames.js +1 -1
  1165. package/table/hooks/useStickyOffsets.js +1 -1
  1166. package/table/hooks/useThResizable.js +1 -1
  1167. package/table/index.js +1 -1
  1168. package/table/style/index.js +1 -1
  1169. package/table/summary/Cell.js +1 -1
  1170. package/table/summary/Row.js +1 -1
  1171. package/table/summary/context.js +1 -1
  1172. package/table/summary/index.js +1 -1
  1173. package/table/tbody/DataRecordRenderer.js +1 -1
  1174. package/table/tbody/Td.js +1 -1
  1175. package/table/tbody/Tr.js +1 -1
  1176. package/table/tbody/index.js +1 -1
  1177. package/table/tfoot/index.js +1 -1
  1178. package/table/th-resizable/index.js +1 -1
  1179. package/table/th-resizable/style/index.js +1 -1
  1180. package/table/thead/Column.js +1 -1
  1181. package/table/thead/index.js +1 -1
  1182. package/table/utils.js +1 -1
  1183. package/tabs/TabContent.js +1 -1
  1184. package/tabs/TabPane.js +1 -1
  1185. package/tabs/Tabs.js +1 -1
  1186. package/tabs/constants.js +1 -1
  1187. package/tabs/context.js +1 -1
  1188. package/tabs/hooks/useDomSize.js +1 -1
  1189. package/tabs/hooks/useHeaderScroll.js +1 -1
  1190. package/tabs/index.js +1 -1
  1191. package/tabs/style/index.js +1 -1
  1192. package/tabs/tab-header/DropdownIcon.js +1 -1
  1193. package/tabs/tab-header/TabInk.js +1 -1
  1194. package/tabs/tab-header/TabNavIcon.js +1 -1
  1195. package/tabs/tab-header/TabTitle.js +1 -1
  1196. package/tabs/tab-header/index.js +1 -1
  1197. package/tabs/utils.js +1 -1
  1198. package/tag/Tag.js +1 -1
  1199. package/tag/constants.js +1 -1
  1200. package/tag/context.js +1 -1
  1201. package/tag/index.js +1 -1
  1202. package/tag/style/index.js +1 -1
  1203. package/tag/utils.js +1 -1
  1204. package/time-picker/Picker.js +115 -115
  1205. package/time-picker/TimeColumn.js +1 -1
  1206. package/time-picker/TimePicker.js +1 -1
  1207. package/time-picker/TimePickerRange.js +1 -1
  1208. package/time-picker/constants.js +1 -1
  1209. package/time-picker/context.js +1 -1
  1210. package/time-picker/index.js +1 -1
  1211. package/time-picker/style/index.js +1 -1
  1212. package/time-picker/utils.js +1 -1
  1213. package/time-picker/withTimePicker.js +1 -1
  1214. package/timeline/Item.js +1 -1
  1215. package/timeline/Timeline.js +1 -1
  1216. package/timeline/constants.js +1 -1
  1217. package/timeline/context.js +1 -1
  1218. package/timeline/index.js +1 -1
  1219. package/timeline/style/index.js +1 -1
  1220. package/timer/Timer.js +1 -1
  1221. package/timer/constants.js +1 -1
  1222. package/timer/context.js +1 -1
  1223. package/timer/index.js +1 -1
  1224. package/timer/style/index.js +1 -1
  1225. package/toast/Toast.js +1 -1
  1226. package/toast/constants.js +1 -1
  1227. package/toast/context.js +1 -1
  1228. package/toast/index.js +1 -1
  1229. package/toast/style/index.js +1 -1
  1230. package/tooltip/Tooltip.js +23 -28
  1231. package/tooltip/constants.js +1 -1
  1232. package/tooltip/context.js +1 -1
  1233. package/tooltip/index.js +1 -1
  1234. package/tooltip/style/index.js +1 -1
  1235. package/tour/Tour.js +151 -108
  1236. package/tour/constants.js +1 -1
  1237. package/tour/context.js +1 -2
  1238. package/tour/index.js +1 -1
  1239. package/tour/interface.d.ts +0 -2
  1240. package/tour/style/index.css +1 -1
  1241. package/tour/style/index.js +1 -1
  1242. package/tour/utils.d.ts +9 -0
  1243. package/tour/utils.js +20 -0
  1244. package/transfer/Item.js +1 -1
  1245. package/transfer/List.js +1 -1
  1246. package/transfer/Transfer.js +1 -1
  1247. package/transfer/constants.js +1 -1
  1248. package/transfer/context.js +1 -1
  1249. package/transfer/index.js +1 -1
  1250. package/transfer/style/index.js +1 -1
  1251. package/transition/constants.js +1 -1
  1252. package/transition/context.js +1 -1
  1253. package/transition/index.js +1 -1
  1254. package/transition/style/index.js +1 -1
  1255. package/tree/Animation.js +1 -1
  1256. package/tree/Node.js +1 -1
  1257. package/tree/NodeList.js +1 -1
  1258. package/tree/Tree.js +1 -1
  1259. package/tree/constants.js +1 -1
  1260. package/tree/context.js +1 -1
  1261. package/tree/index.js +1 -1
  1262. package/tree/style/index.js +1 -1
  1263. package/tree/utils.js +1 -1
  1264. package/tree-select/List.js +1 -1
  1265. package/tree-select/TreeSelect.js +1 -1
  1266. package/tree-select/constants.js +1 -1
  1267. package/tree-select/context.js +1 -1
  1268. package/tree-select/hooks/useKeyCache.js +1 -1
  1269. package/tree-select/hooks/useStateValue.js +1 -1
  1270. package/tree-select/hooks/useTreeData.js +1 -1
  1271. package/tree-select/index.js +1 -1
  1272. package/tree-select/style/index.css +1 -1
  1273. package/tree-select/style/index.js +1 -1
  1274. package/tree-select/utils.js +1 -1
  1275. package/trigger/Trigger.js +293 -289
  1276. package/trigger/constants.js +1 -1
  1277. package/trigger/context.js +11 -12
  1278. package/trigger/getPopupStyle.d.ts +2 -2
  1279. package/trigger/getPopupStyle.js +57 -56
  1280. package/trigger/index.js +1 -1
  1281. package/trigger/interface.d.ts +1 -1
  1282. package/trigger/style/index.js +1 -1
  1283. package/trigger/utils.js +1 -1
  1284. package/typewriter/Typewriter.js +1 -1
  1285. package/typewriter/constants.js +1 -1
  1286. package/typewriter/context.js +1 -1
  1287. package/typewriter/index.js +1 -1
  1288. package/typewriter/style/index.js +1 -1
  1289. package/typography/Base.js +1 -1
  1290. package/typography/EditContent.js +1 -1
  1291. package/typography/Ellipsis.js +1 -1
  1292. package/typography/Operations.js +1 -1
  1293. package/typography/Paragraph.js +1 -1
  1294. package/typography/Text.js +1 -1
  1295. package/typography/Title.js +1 -1
  1296. package/typography/Typography.js +1 -1
  1297. package/typography/constants.js +1 -1
  1298. package/typography/context.js +1 -1
  1299. package/typography/hooks/useCssEllipsis.js +1 -1
  1300. package/typography/hooks/useEllipsis.js +1 -1
  1301. package/typography/index.js +1 -1
  1302. package/typography/style/index.js +1 -1
  1303. package/upload/TriggerNode.js +1 -1
  1304. package/upload/Upload.js +1 -1
  1305. package/upload/Uploader.js +1 -1
  1306. package/upload/constants.js +1 -1
  1307. package/upload/context.js +1 -1
  1308. package/upload/index.js +1 -1
  1309. package/upload/list/PictureItem.js +1 -1
  1310. package/upload/list/TextItem.js +1 -1
  1311. package/upload/list/UploadProgress.js +1 -1
  1312. package/upload/list/index.js +1 -1
  1313. package/upload/list/utils.js +1 -1
  1314. package/upload/request.js +1 -1
  1315. package/upload/style/index.js +1 -1
  1316. package/upload/utils.js +1 -1
  1317. package/utils/callOrReturn.js +1 -1
  1318. package/utils/callbackOriginRef.js +1 -1
  1319. package/utils/caseName.js +1 -1
  1320. package/utils/className.js +1 -1
  1321. package/utils/constants.js +1 -1
  1322. package/utils/contextHolder.js +1 -1
  1323. package/utils/copy.js +1 -1
  1324. package/utils/createGlobalConfigFunction.js +1 -1
  1325. package/utils/css.js +1 -1
  1326. package/utils/date.js +1 -1
  1327. package/utils/dayjs.js +1 -1
  1328. package/utils/document.js +1 -1
  1329. package/utils/dom.js +1 -1
  1330. package/utils/emitter.js +1 -1
  1331. package/utils/file.js +1 -1
  1332. package/utils/fileRead.js +1 -1
  1333. package/utils/fileToDataURL.js +1 -1
  1334. package/utils/fillNBSP.js +1 -1
  1335. package/utils/findRootElement.js +1 -1
  1336. package/utils/findScrollParent.js +1 -1
  1337. package/utils/getHighlightText.js +1 -1
  1338. package/utils/getHotkeyHandler.js +1 -1
  1339. package/utils/getScrollBarHeight.js +1 -1
  1340. package/utils/getScrollBarSize.js +1 -1
  1341. package/utils/getScrollBarWidth.js +1 -1
  1342. package/utils/getStringLength.js +1 -1
  1343. package/utils/include.js +1 -1
  1344. package/utils/index.js +1 -1
  1345. package/utils/intersectionObserver.js +1 -1
  1346. package/utils/is.js +1 -1
  1347. package/utils/keyboardCode.js +1 -1
  1348. package/utils/lodash.js +1 -1
  1349. package/utils/math.js +1 -1
  1350. package/utils/mergeProps.js +1 -1
  1351. package/utils/mergedToString.js +1 -1
  1352. package/utils/mutationObserver.js +1 -1
  1353. package/utils/names.js +1 -1
  1354. package/utils/object.js +1 -1
  1355. package/utils/omit.js +1 -1
  1356. package/utils/pad.js +1 -1
  1357. package/utils/pick.js +1 -1
  1358. package/utils/pinyin.js +1 -1
  1359. package/utils/react19Adapter.js +1 -1
  1360. package/utils/ref.js +1 -1
  1361. package/utils/resizeObserver.js +1 -1
  1362. package/utils/responsiveObserve.js +1 -1
  1363. package/utils/saveAs.js +1 -1
  1364. package/utils/screenfull.js +1 -1
  1365. package/utils/scrollIntoViewIfNeeded.js +1 -1
  1366. package/utils/setCreateRoot.js +1 -1
  1367. package/utils/setDarkTheme.js +1 -1
  1368. package/utils/setPrimaryColor.js +1 -1
  1369. package/utils/setTheme.js +1 -1
  1370. package/utils/string.js +1 -1
  1371. package/utils/style.js +1 -1
  1372. package/utils/tinycolor.js +1 -1
  1373. package/utils/toArray.js +1 -1
  1374. package/utils/tree.js +1 -1
  1375. package/utils/tunnel.js +1 -1
  1376. package/utils/tween.js +1 -1
  1377. package/utils/uuid.js +1 -1
  1378. package/utils/validate.js +1 -1
  1379. package/utils/warning.js +1 -1
  1380. package/verification-code/VerificationCode.js +1 -1
  1381. package/verification-code/constants.js +1 -1
  1382. package/verification-code/context.js +1 -1
  1383. package/verification-code/index.js +1 -1
  1384. package/verification-code/style/index.js +1 -1
  1385. package/version/index.js +6 -6
  1386. package/virtual-list/Filler.js +1 -1
  1387. package/virtual-list/VirtualList.js +34 -34
  1388. package/virtual-list/constants.js +1 -1
  1389. package/virtual-list/context.js +1 -1
  1390. package/virtual-list/hooks/useCacheChildrenNodes.js +1 -1
  1391. package/virtual-list/hooks/useComputeVirtualItemHeight.js +1 -1
  1392. package/virtual-list/index.js +1 -1
  1393. package/virtual-list/style/index.js +1 -1
  1394. package/virtual-list/utils/algorithm.js +1 -1
  1395. package/virtual-list/utils/item.js +1 -1
  1396. package/watermark/Watermark.js +1 -1
  1397. package/watermark/constants.js +1 -1
  1398. package/watermark/context.js +1 -1
  1399. package/watermark/index.js +1 -1
  1400. package/watermark/style/index.js +1 -1
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isArray as e, isUndefined as t } from "../../utils/is.js";
3
3
  //#region components/pc/image/utils/getScale.ts
4
4
  var n = [
package/index.d.ts CHANGED
@@ -114,7 +114,7 @@ export { default as OverflowEllipsis, OverflowEllipsisItem, } from './overflow-e
114
114
  export type { OverflowEllipsisProps, OverflowItemProps, } from './overflow-ellipsis/interface';
115
115
  export { default as PageHeader } from './page-header';
116
116
  export type { PageHeaderProps } from './page-header/interface';
117
- export { default as Pagination } from './pagination';
117
+ export { default as Pagination, PAGINATION_DEFAULT_PAGE_CURRENT, PAGINATION_DEFAULT_PAGE_SIZE, PAGINATION_SIZE_OPTIONS, } from './pagination';
118
118
  export type { PaginationProps } from './pagination/interface';
119
119
  export { default as Popconfirm } from './popconfirm';
120
120
  export type { PopconfirmProps } from './popconfirm/interface';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export * from './icons.js';/* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ export * from './icons.js';/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
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";
@@ -115,8 +115,8 @@ import { AvatarContext as Rs } from "./avatar/context.js";
115
115
  import zs from "./avatar/Group.js";
116
116
  import Bs from "./avatar/index.js";
117
117
  import Vs from "./back-top/index.js";
118
- import Hs from "./badge/Count.js";
119
- import { BADGE_COLORS as Us, BADGE_STATUS as Ws } from "./badge/utils.js";
118
+ import { BADGE_COLORS as Hs, BADGE_STATUS as Us } from "./badge/constants.js";
119
+ import Ws from "./badge/Count.js";
120
120
  import Gs from "./badge/index.js";
121
121
  import Ks, { border_beam_exports as qs } from "./border-beam/index.js";
122
122
  import Js from "./menu/context.js";
@@ -206,79 +206,80 @@ import Ol from "./layout/index.js";
206
206
  import kl from "./link/index.js";
207
207
  import Al from "./liquid-fill/index.js";
208
208
  import jl from "./list/Item.js";
209
- import Ml from "./pagination/index.js";
210
- import Nl from "./list/index.js";
211
- import Pl from "./loading/index.js";
212
- import Fl from "./marquee/index.js";
213
- import Il from "./masonry/Item.js";
214
- import Ll from "./masonry/index.js";
215
- import Rl from "./mentions/index.js";
216
- import zl from "./message/index.js";
217
- import Bl from "./modal/index.js";
218
- import Vl from "./notification/index.js";
219
- import Hl from "./page-header/index.js";
220
- import Ul from "./progress/Circle.js";
221
- import Wl from "./progress/Line.js";
222
- import { StepProgress as Gl } from "./progress/Step.js";
223
- import Kl, { ProgressMock as ql } from "./progress/index.js";
224
- import Jl from "./qr-code/src/qrcodegen.js";
209
+ import { PAGINATION_DEFAULT_PAGE_CURRENT as Ml, PAGINATION_DEFAULT_PAGE_SIZE as Nl, PAGINATION_SIZE_OPTIONS as Pl } from "./pagination/constants.js";
210
+ import Fl from "./pagination/index.js";
211
+ import Il from "./list/index.js";
212
+ import Ll from "./loading/index.js";
213
+ import Rl from "./marquee/index.js";
214
+ import zl from "./masonry/Item.js";
215
+ import Bl from "./masonry/index.js";
216
+ import Vl from "./mentions/index.js";
217
+ import Hl from "./message/index.js";
218
+ import Ul from "./modal/index.js";
219
+ import Wl from "./notification/index.js";
220
+ import Gl from "./page-header/index.js";
221
+ import Kl from "./progress/Circle.js";
222
+ import ql from "./progress/Line.js";
223
+ import { StepProgress as Jl } from "./progress/Step.js";
224
+ import Yl, { ProgressMock as Xl } from "./progress/index.js";
225
+ import Zl from "./qr-code/src/qrcodegen.js";
225
226
  import X from "./qr-code/index.js";
226
- import Yl from "./rate/index.js";
227
- import Xl from "./result/index.js";
228
- import Zl from "./segmented/index.js";
229
- import Ql from "./skeleton/index.js";
230
- import $l from "./slider/index.js";
231
- import { SpaceVertical as eu } from "./space/Space.js";
232
- import tu from "./space/index.js";
233
- import nu from "./speech-synthesis/index.js";
234
- import ru from "./splitter/Panel.js";
235
- import iu from "./splitter/index.js";
236
- import au from "./statistic/index.js";
227
+ import Ql from "./rate/index.js";
228
+ import $l from "./result/index.js";
229
+ import eu from "./segmented/index.js";
230
+ import tu from "./skeleton/index.js";
231
+ import nu from "./slider/index.js";
232
+ import { SpaceVertical as ru } from "./space/Space.js";
233
+ import iu from "./space/index.js";
234
+ import au from "./speech-synthesis/index.js";
235
+ import ou from "./splitter/Panel.js";
236
+ import su from "./splitter/index.js";
237
+ import cu from "./statistic/index.js";
237
238
  import Z from "./steps/Item.js";
238
- import ou from "./steps/index.js";
239
- import su from "./suspense-fallback-test/index.js";
240
- import cu from "./switch/index.js";
241
- import { defaultComponent as lu } from "./table/constants.js";
242
- import { TableContext as uu, TableTbodyContext as du, TableTfootContext as fu, TableTheadContext as pu, TableTrContext as mu } from "./table/context.js";
243
- import hu from "./table/hooks/useComponent.js";
244
- import gu from "./table/hooks/useColumns.js";
245
- import _u from "./table/hooks/useExpand.js";
246
- import vu from "./table/hooks/useRowSelection.js";
247
- import yu from "./table/hooks/useSorter.js";
248
- import bu from "./table/hooks/useStickyClassNames.js";
249
- import xu from "./table/hooks/useStickyOffsets.js";
250
- import Su from "./table/hooks/useThResizable.js";
251
- import { TableSummaryContext as Cu } from "./table/summary/context.js";
252
- import wu from "./table/summary/Cell.js";
253
- import Tu from "./table/summary/Row.js";
254
- import Eu from "./table/summary/index.js";
255
- import Du from "./table/index.js";
256
- import { TabContentContext as Ou, TabsContext as ku } from "./tabs/context.js";
239
+ import lu from "./steps/index.js";
240
+ import uu from "./suspense-fallback-test/index.js";
241
+ import du from "./switch/index.js";
242
+ import { defaultComponent as fu } from "./table/constants.js";
243
+ import { TableContext as pu, TableTbodyContext as mu, TableTfootContext as hu, TableTheadContext as gu, TableTrContext as _u } from "./table/context.js";
244
+ import vu from "./table/hooks/useComponent.js";
245
+ import yu from "./table/hooks/useColumns.js";
246
+ import bu from "./table/hooks/useExpand.js";
247
+ import xu from "./table/hooks/useRowSelection.js";
248
+ import Su from "./table/hooks/useSorter.js";
249
+ import Cu from "./table/hooks/useStickyClassNames.js";
250
+ import wu from "./table/hooks/useStickyOffsets.js";
251
+ import Tu from "./table/hooks/useThResizable.js";
252
+ import { TableSummaryContext as Eu } from "./table/summary/context.js";
253
+ import Du from "./table/summary/Cell.js";
254
+ import Ou from "./table/summary/Row.js";
255
+ import ku from "./table/summary/index.js";
256
+ import Au from "./table/index.js";
257
+ import { TabContentContext as ju, TabsContext as Mu } from "./tabs/context.js";
257
258
  import Q from "./tabs/TabPane.js";
258
- import Au from "./tabs/index.js";
259
- import ju, { TimePickerRange as Mu } from "./time-picker/index.js";
260
- import Nu from "./timeline/Item.js";
261
- import Pu from "./timeline/index.js";
262
- import Fu from "./timer/index.js";
263
- import Iu from "./toast/index.js";
264
- import Lu from "./tour/index.js";
265
- import Ru from "./transfer/index.js";
266
- import { TreeContext as zu } from "./tree/context.js";
259
+ import Nu from "./tabs/index.js";
260
+ import Pu, { TimePickerRange as Fu } from "./time-picker/index.js";
261
+ import Iu from "./timeline/Item.js";
262
+ import Lu from "./timeline/index.js";
263
+ import Ru from "./timer/index.js";
264
+ import zu from "./toast/index.js";
265
+ import Bu from "./tour/index.js";
266
+ import Vu from "./transfer/index.js";
267
+ import { TreeContext as Hu } from "./tree/context.js";
267
268
  import $ from "./tree/Node.js";
268
- import Bu from "./tree/NodeList.js";
269
- import Vu from "./tree/index.js";
270
- import Hu from "./tree-select/index.js";
271
- import Uu from "./typewriter/index.js";
272
- import Wu from "./typography/Paragraph.js";
273
- import Gu from "./typography/Text.js";
274
- import Ku from "./typography/Title.js";
275
- import qu from "./typography/index.js";
276
- import { STATUS as Ju } from "./upload/constants.js";
277
- import Yu from "./upload/list/index.js";
278
- import Xu from "./upload/index.js";
279
- import Zu from "./verification-code/index.js";
280
- import Qu from "./watermark/index.js";
281
- import { VERSION as $u, VERSION_BUILD_DATE as ed, VERSION_BUILD_INFO as td, VERSION_BUILD_TIME as nd } from "./version/index.js";
269
+ import Uu from "./tree/NodeList.js";
270
+ import Wu from "./tree/index.js";
271
+ import Gu from "./tree-select/index.js";
272
+ import Ku from "./typewriter/index.js";
273
+ import qu from "./typography/Paragraph.js";
274
+ import Ju from "./typography/Text.js";
275
+ import Yu from "./typography/Title.js";
276
+ import Xu from "./typography/index.js";
277
+ import { STATUS as Zu } from "./upload/constants.js";
278
+ import Qu from "./upload/list/index.js";
279
+ import $u from "./upload/index.js";
280
+ import ed from "./verification-code/index.js";
281
+ import td from "./watermark/index.js";
282
+ import { VERSION as nd, VERSION_BUILD_DATE as rd, VERSION_BUILD_INFO as id, VERSION_BUILD_TIME as ad } from "./version/index.js";
282
283
  export * from "@unicom-cloud/ui-common/utils/is";
283
284
  export * from "@unicom-cloud/ui-common/utils/dom";
284
285
  export * from "@unicom-cloud/ui-common/utils/css";
@@ -290,7 +291,7 @@ export * from "@unicom-cloud/ui-common/utils/tinycolor";
290
291
  export * from "@unicom-cloud/ui-common/utils/tunnel";
291
292
  export * from "@unicom-cloud/ui-common/transition";
292
293
  //#region components/pc/index.ts
293
- var rd = /* @__PURE__ */ ee({
294
+ var od = /* @__PURE__ */ ee({
294
295
  ANIMATION_NAMES: () => Ho,
295
296
  Affix: () => Io,
296
297
  Alert: () => Lo,
@@ -306,14 +307,14 @@ var rd = /* @__PURE__ */ ee({
306
307
  Avatar: () => Bs,
307
308
  AvatarContext: () => Rs,
308
309
  AvatarGroup: () => zs,
309
- BADGE_COLORS: () => Us,
310
- BADGE_STATUS: () => Ws,
310
+ BADGE_COLORS: () => Hs,
311
+ BADGE_STATUS: () => Us,
311
312
  BORDER_BEAM_GRADIENT_PRESETS: () => qs.BORDER_BEAM_GRADIENT_PRESETS,
312
313
  BUTTON_STATUS: () => Uo,
313
314
  BUTTON_TYPE: () => Wo,
314
315
  BackTop: () => Vs,
315
316
  Badge: () => Gs,
316
- BadgeCount: () => Hs,
317
+ BadgeCount: () => Ws,
317
318
  BorderBeam: () => Ks,
318
319
  Breadcrumb: () => ac,
319
320
  BreadcrumbContext: () => tc,
@@ -420,122 +421,125 @@ var rd = /* @__PURE__ */ ee({
420
421
  LayoutSiderContext: () => Qs,
421
422
  Link: () => kl,
422
423
  LiquidFill: () => Al,
423
- List: () => Nl,
424
+ List: () => Il,
424
425
  ListItem: () => jl,
425
- Loading: () => Pl,
426
- Marquee: () => Fl,
427
- Masonry: () => Ll,
428
- MasonryItem: () => Il,
429
- Mentions: () => Rl,
426
+ Loading: () => Ll,
427
+ Marquee: () => Rl,
428
+ Masonry: () => Bl,
429
+ MasonryItem: () => zl,
430
+ Mentions: () => Vl,
430
431
  Menu: () => ec,
431
432
  MenuContext: () => Js,
432
433
  MenuIndent: () => Ys,
433
434
  MenuItem: () => Xs,
434
435
  MenuItemGroup: () => Zs,
435
436
  MenuSubMenu: () => $s,
436
- Message: () => zl,
437
- Modal: () => Bl,
437
+ Message: () => Hl,
438
+ Modal: () => Ul,
438
439
  NOOP: () => Ir,
439
- Notification: () => Vl,
440
+ Notification: () => Wl,
440
441
  OverflowEllipsis: () => Ss,
441
442
  OverflowEllipsisItem: () => xs,
443
+ PAGINATION_DEFAULT_PAGE_CURRENT: () => 1,
444
+ PAGINATION_DEFAULT_PAGE_SIZE: () => 10,
445
+ PAGINATION_SIZE_OPTIONS: () => Pl,
442
446
  PREFIX_CLASS: () => Lr,
443
- PageHeader: () => Hl,
444
- Pagination: () => Ml,
447
+ PageHeader: () => Gl,
448
+ Pagination: () => Fl,
445
449
  Popconfirm: () => ws,
446
450
  Popover: () => Cs,
447
451
  Portal: () => es,
448
452
  PqbValidator: () => Wr,
449
- Progress: () => Kl,
450
- ProgressCircle: () => Ul,
451
- ProgressLine: () => Wl,
452
- ProgressMock: () => ql,
453
- ProgressStep: () => Gl,
453
+ Progress: () => Yl,
454
+ ProgressCircle: () => Kl,
455
+ ProgressLine: () => ql,
456
+ ProgressMock: () => Xl,
457
+ ProgressStep: () => Jl,
454
458
  QRCode: () => X,
455
459
  QR_Code: () => X,
456
460
  Radio: () => xc,
457
461
  RadioGroup: () => sc,
458
462
  RadioGroupBlock: () => bc,
459
463
  RadioGroupContext: () => oc,
460
- Rate: () => Yl,
464
+ Rate: () => Ql,
461
465
  ResizeBox: () => El,
462
466
  ResizeBoxSplit: () => wl,
463
467
  ResizeBoxSplitGroup: () => Tl,
464
- Result: () => Xl,
468
+ Result: () => $l,
465
469
  Row: () => Y,
466
470
  RowContext: () => Qc,
467
471
  RowItem: () => J,
468
- Segmented: () => Zl,
472
+ Segmented: () => eu,
469
473
  Select: () => Ps,
470
474
  SelectOption: () => ms,
471
475
  SelectOptionGroup: () => hs,
472
- Skeleton: () => Ql,
473
- Slider: () => $l,
474
- Space: () => tu,
475
- SpaceVertical: () => eu,
476
- SpeechSynthesis: () => nu,
476
+ Skeleton: () => tu,
477
+ Slider: () => nu,
478
+ Space: () => iu,
479
+ SpaceVertical: () => ru,
480
+ SpeechSynthesis: () => au,
477
481
  Spin: () => dc,
478
- Splitter: () => iu,
479
- SplitterPanel: () => ru,
480
- Statistic: () => au,
482
+ Splitter: () => su,
483
+ SplitterPanel: () => ou,
484
+ Statistic: () => cu,
481
485
  StatisticCountdown: () => q,
482
- Steps: () => ou,
486
+ Steps: () => lu,
483
487
  StepsItem: () => Z,
484
488
  StepsStep: () => Z,
485
- SuspenseFallbackTest: () => su,
486
- Switch: () => cu,
489
+ SuspenseFallbackTest: () => uu,
490
+ Switch: () => du,
487
491
  TAG_COLORS: () => Ts,
488
- TabContentContext: () => Ou,
492
+ TabContentContext: () => ju,
489
493
  TabPane: () => Q,
490
- Table: () => Du,
491
- TableContext: () => uu,
492
- TableSummary: () => Eu,
493
- TableSummaryCell: () => wu,
494
- TableSummaryContext: () => Cu,
495
- TableSummaryRow: () => Tu,
496
- TableTbodyContext: () => du,
497
- TableTfootContext: () => fu,
498
- TableTheadContext: () => pu,
499
- TableTrContext: () => mu,
500
- Tabs: () => Au,
501
- TabsContext: () => ku,
494
+ Table: () => Au,
495
+ TableContext: () => pu,
496
+ TableSummary: () => ku,
497
+ TableSummaryCell: () => Du,
498
+ TableSummaryContext: () => Eu,
499
+ TableSummaryRow: () => Ou,
500
+ TableTbodyContext: () => mu,
501
+ TableTfootContext: () => hu,
502
+ TableTheadContext: () => gu,
503
+ TableTrContext: () => _u,
504
+ Tabs: () => Nu,
505
+ TabsContext: () => Mu,
502
506
  TabsTabPane: () => Q,
503
507
  Tag: () => Es,
504
508
  Textarea: () => K,
505
- TimePicker: () => ju,
509
+ TimePicker: () => Pu,
506
510
  TimePickerContext: () => Mc,
507
- TimePickerRange: () => Mu,
511
+ TimePickerRange: () => Fu,
508
512
  TimePickerRangeContext: () => Nc,
509
- Timeline: () => Pu,
510
- TimelineItem: () => Nu,
511
- Timer: () => Fu,
512
- Toast: () => Iu,
513
+ Timeline: () => Lu,
514
+ TimelineItem: () => Iu,
515
+ Timer: () => Ru,
516
+ Toast: () => zu,
513
517
  Tooltip: () => cs,
514
- Tour: () => Lu,
515
- Transfer: () => Ru,
516
- Tree: () => Vu,
517
- TreeContext: () => zu,
518
+ Tour: () => Bu,
519
+ Transfer: () => Vu,
520
+ Tree: () => Wu,
521
+ TreeContext: () => Hu,
518
522
  TreeNode: () => $,
519
- TreeNodeList: () => Bu,
520
- TreeSelect: () => Hu,
523
+ TreeNodeList: () => Uu,
524
+ TreeSelect: () => Gu,
521
525
  TreeSelectNode: () => $,
522
526
  Trigger: () => ss,
523
527
  Tween: () => Ao,
524
- Typewriter: () => Uu,
525
- Typography: () => qu,
528
+ Typewriter: () => Ku,
529
+ Typography: () => Xu,
526
530
  TypographyEllipsis: () => us,
527
- TypographyParagraph: () => Wu,
528
- TypographyText: () => Gu,
529
- TypographyTitle: () => Ku,
531
+ TypographyParagraph: () => qu,
532
+ TypographyText: () => Ju,
533
+ TypographyTitle: () => Yu,
530
534
  UI_PC_KEY: () => Rr,
531
535
  UI_PC_THEME_DARK_CLASS_NAME: () => zr,
532
- UPLOAD_STATUS: () => Ju,
533
- Upload: () => Xu,
534
- UploadList: () => Yu,
535
- VERSION: () => $u,
536
- VERSION_BUILD_DATE: () => ed,
537
- VERSION_BUILD_INFO: () => td,
538
- VERSION_BUILD_TIME: () => nd,
536
+ UPLOAD_STATUS: () => Zu,
537
+ Upload: () => $u,
538
+ UploadList: () => Qu,
539
+ VERSION: () => nd,
540
+ VERSION_BUILD_DATE: () => rd,
541
+ VERSION_BUILD_INFO: () => id,
542
+ VERSION_BUILD_TIME: () => ad,
539
543
  Validator: () => Gr,
540
544
  ValidatorArray: () => Kr,
541
545
  ValidatorBase: () => qr,
@@ -546,9 +550,9 @@ var rd = /* @__PURE__ */ ee({
546
550
  ValidatorSchema: () => Qr,
547
551
  ValidatorString: () => $r,
548
552
  ValidatorType: () => ei,
549
- VerificationCode: () => Zu,
553
+ VerificationCode: () => ed,
550
554
  VirtualList: () => Ns,
551
- Watermark: () => Qu,
555
+ Watermark: () => td,
552
556
  addIconFromCdn: () => fl,
553
557
  assign: () => zi,
554
558
  assignIn: () => Bi,
@@ -770,7 +774,7 @@ var rd = /* @__PURE__ */ ee({
770
774
  pinyin: () => No,
771
775
  plus: () => Ja,
772
776
  pullAll: () => xa,
773
- qrcodegen: () => Jl,
777
+ qrcodegen: () => Zl,
774
778
  removeDarkTheme: () => po,
775
779
  replaceEmptyWithHyphen: () => _o,
776
780
  responsiveArray: () => Ct,
@@ -796,7 +800,7 @@ var rd = /* @__PURE__ */ ee({
796
800
  startCase: () => Aa,
797
801
  supportNodeRef: () => io,
798
802
  supportRef: () => ao,
799
- tableDefaultComponent: () => lu,
803
+ tableDefaultComponent: () => fu,
800
804
  throttle: () => ja,
801
805
  times: () => Ya,
802
806
  tinycolor: () => xo,
@@ -909,14 +913,14 @@ var rd = /* @__PURE__ */ ee({
909
913
  useStateCallback: () => sr,
910
914
  useStateWithPromise: () => cr,
911
915
  useSyncState: () => lr,
912
- useTableColumns: () => gu,
913
- useTableComponent: () => hu,
914
- useTableExpand: () => _u,
915
- useTableRowSelection: () => vu,
916
- useTableSorter: () => yu,
917
- useTableStickyClassNames: () => bu,
918
- useTableStickyOffsets: () => xu,
919
- useTableThResizable: () => Su,
916
+ useTableColumns: () => yu,
917
+ useTableComponent: () => vu,
918
+ useTableExpand: () => bu,
919
+ useTableRowSelection: () => xu,
920
+ useTableSorter: () => Su,
921
+ useTableStickyClassNames: () => Cu,
922
+ useTableStickyOffsets: () => wu,
923
+ useTableThResizable: () => Tu,
920
924
  useTextSelection: () => ur,
921
925
  useTheme: () => dr,
922
926
  useThrottle: () => fr,
@@ -949,8 +953,8 @@ var rd = /* @__PURE__ */ ee({
949
953
  xor: () => Ua,
950
954
  zip: () => Wa
951
955
  });
952
- te(rd, Po), te(rd, Fo);
956
+ te(od, Po), te(od, Fo);
953
957
  //#endregion
954
- var id = qs.BORDER_BEAM_GRADIENT_PRESETS;
955
- export { Ho as ANIMATION_NAMES, Io as Affix, Lo as Alert, Bo as Anchor, Ro as AnchorContext, zo as AnchorLink, Vo as Animation, as as App, rs as AppContext, Fs as AutoComplete, Is as AutoCompleteOption, Ls as AutoCompleteOptionGroup, Bs as Avatar, Rs as AvatarContext, zs as AvatarGroup, Us as BADGE_COLORS, Ws as BADGE_STATUS, id as BORDER_BEAM_GRADIENT_PRESETS, Uo as BUTTON_STATUS, Wo as BUTTON_TYPE, Vs as BackTop, Gs as Badge, Hs as BadgeCount, Ks as BorderBeam, ac as Breadcrumb, tc as BreadcrumbContext, ic as BreadcrumbItem, $o as Button, Go as ButtonGroup, Qo as ButtonToggle, Hr as COMPONENT_NAMES, uc as Calendar, cc as CalendarMonth, lc as CalendarYear, mc as Card, fc as CardGrid, pc as CardMeta, hc as Carousel, gc as Cascader, ps as Checkbox, os as CheckboxGroup, ds as CheckboxGroupBlock, Zo as CheckboxGroupContext, J as Col, yc as Collapse, _c as CollapseContext, vc as CollapseItem, Oc as ColorPicker, Sc as ColorPickerControlBar, Cc as ColorPickerInputAlpha, wc as ColorPickerInputHex, Tc as ColorPickerInputRgb, Ec as ColorPickerPalette, Dc as ColorPickerPanel, kc as Comment, ni as ConfigContext, Ms as ConfigProvider, ri as ConfigProviderDefaultValue, ii as ContextHolderElement, ls as Copy, q as Countdown, zc as DatePicker, Ac as DatePickerContext, Fc as DatePickerMonth, Ic as DatePickerQuarter, Pc as DatePickerRange, jc as DatePickerRangeContext, Lc as DatePickerWeek, Rc as DatePickerYear, Bc as Descriptions, Vc as Details, Hc as Development, Wc as Divider, Uc as DividerVertical, Gc as Drawer, rc as Dropdown, nc as DropdownButton, Ti as EMITTER_EVENT, Ei as Emitter, Ur as Empty, bs as Flex, ys as FlexVertical, al as Form, Ko as FormContext, qc as FormControl, nl as FormItem, qo as FormItemContext, el as FormItemLabel, tl as FormItemTip, $c as FormLabelSymbol, rl as FormList, Jo as FormListContext, il as FormProvider, Yo as FormProviderContext, Kc as FormValidateError, cl as GlobalConsumer, ol as GlobalContext, sl as GlobalProvider, dl as Grid, J as GridCol, ll as GridContext, ul as GridItem, Y as GridRow, go as HYPHEN, pl as Icon, ml as IconContext, gl as IconFile, Xo as IconHover, bl as Image, vl as ImagePreview, yl as ImagePreviewGroup, _l as ImagePreviewGroupContext, js as Input, Os as InputButton, gs as InputCore, _s as InputGroup, vs as InputNumber, ks as InputPassword, As as InputSearch, Ds as InputTag, K as InputTextarea, Ol as Layout, xl as LayoutContent, Sl as LayoutFooter, Cl as LayoutHeader, Dl as LayoutSider, Qs as LayoutSiderContext, kl as Link, Al as LiquidFill, Nl as List, jl as ListItem, Pl as Loading, Fl as Marquee, Ll as Masonry, Il as MasonryItem, Rl as Mentions, ec as Menu, Js as MenuContext, Ys as MenuIndent, Xs as MenuItem, Zs as MenuItemGroup, $s as MenuSubMenu, zl as Message, Bl as Modal, Ir as NOOP, Vl as Notification, Ss as OverflowEllipsis, xs as OverflowEllipsisItem, Lr as PREFIX_CLASS, Hl as PageHeader, Ml as Pagination, ws as Popconfirm, Cs as Popover, es as Portal, Wr as PqbValidator, Kl as Progress, Ul as ProgressCircle, Wl as ProgressLine, ql as ProgressMock, Gl as ProgressStep, X as QRCode, X as QR_Code, xc as Radio, sc as RadioGroup, bc as RadioGroupBlock, oc as RadioGroupContext, Yl as Rate, El as ResizeBox, wl as ResizeBoxSplit, Tl as ResizeBoxSplitGroup, Xl as Result, Y as Row, Qc as RowContext, J as RowItem, Zl as Segmented, Ps as Select, ms as SelectOption, hs as SelectOptionGroup, Ql as Skeleton, $l as Slider, tu as Space, eu as SpaceVertical, nu as SpeechSynthesis, dc as Spin, iu as Splitter, ru as SplitterPanel, au as Statistic, q as StatisticCountdown, ou as Steps, Z as StepsItem, Z as StepsStep, su as SuspenseFallbackTest, cu as Switch, Ts as TAG_COLORS, Ou as TabContentContext, Q as TabPane, Du as Table, uu as TableContext, Eu as TableSummary, wu as TableSummaryCell, Cu as TableSummaryContext, Tu as TableSummaryRow, du as TableTbodyContext, fu as TableTfootContext, pu as TableTheadContext, mu as TableTrContext, Au as Tabs, ku as TabsContext, Q as TabsTabPane, Es as Tag, K as Textarea, ju as TimePicker, Mc as TimePickerContext, Mu as TimePickerRange, Nc as TimePickerRangeContext, Pu as Timeline, Nu as TimelineItem, Fu as Timer, Iu as Toast, cs as Tooltip, Lu as Tour, Ru as Transfer, Vu as Tree, zu as TreeContext, $ as TreeNode, Bu as TreeNodeList, Hu as TreeSelect, $ as TreeSelectNode, ss as Trigger, Ao as Tween, Uu as Typewriter, qu as Typography, us as TypographyEllipsis, Wu as TypographyParagraph, Gu as TypographyText, Ku as TypographyTitle, Rr as UI_PC_KEY, zr as UI_PC_THEME_DARK_CLASS_NAME, Ju as UPLOAD_STATUS, Xu as Upload, Yu as UploadList, $u as VERSION, ed as VERSION_BUILD_DATE, td as VERSION_BUILD_INFO, nd as VERSION_BUILD_TIME, Gr as Validator, Kr as ValidatorArray, qr as ValidatorBase, Jr as ValidatorBoolean, Yr as ValidatorCustom, Xr as ValidatorNumber, Zr as ValidatorObject, Qr as ValidatorSchema, $r as ValidatorString, ei as ValidatorType, Zu as VerificationCode, Ns as VirtualList, Qu as Watermark, fl as addIconFromCdn, zi as assign, Bi as assignIn, Vi as at, Mr as callOrReturn, jr as callbackOriginRef, Hi as camelCase, Ui as capitalize, Nr as caseName, Wi as castArray, Gi as chain, Ki as chunk, H as className, H as cs, At as clearCache, U as clipboardCopy, U as copy, qi as clone, Ji as cloneDeep, Yi as cloneDeepWith, Xi as cloneWith, Zi as compact, W as composeRef, jt as configResponsive, ai as convertTime, oi as convertToDurationBasedOnTimeUnits, Mt as createUpdateEffect, Qi as curry, si as dateFormat, li as dayjs, ci as dayjsFormat, ui as dayjs_formatValue, di as dayjs_getDayjsValue, fi as dayjs_getFormatFromArray, pi as dayjs_getNow, mi as dayjs_getRealTime, hi as dayjs_getSortedDayjsArray, gi as dayjs_getTimeFormat, _i as dayjs_getValueWithTime, vi as dayjs_isDayjsArrayChange, yi as dayjs_isDayjsChange, bi as dayjs_isValidTimeString, xi as dayjs_methods, Si as dayjs_timezoneToOffset, Ci as dayjs_toLocal, wi as dayjs_toTimezone, $i as debounce, ea as defaultTo, ta as defaults, na as defaultsDeep, ra as difference, Ga as div, jo as easing, Di as emitter, ia as escape, Oi as fileRead, ki as fileToDataURL, Ai as fillNBSP, to as fillRef, aa as findKey, Co as findNodeBy, ji as findRootElement, vo as fixedWidth, oa as flattenDeep, sa as flow, ca as get, wo as getChildWithParentBy, Mi as getHighlightText, Ni as getHotkeyHandler, To as getItemBy, Eo as getItemByID, Do as getLabelFromDictionaryByValue, no as getNodeRef, ro as getReactElementRef, Pi as getScrollBarHeight, Fi as getScrollBarSize, Ii as getScrollBarWidth, Li as getStringLength, yo as getStyle, la as groupBy, ua as has, Ri as include, da as intersection, fa as invert, pa 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, ma as kebabCase, Dt as keyboardCode, Ka as math, ha as mean, ga as memoize, _a as merge, Za as mergeProps, va as mergeWith, Xa as mergedToString, qa as minus, Br as newArray, Qa as omit, ya as orderBy, $a as padEnd, eo as padStart, ba as partition, Pr as pick, Fr as pickDataAttributes, Vr as pickTriggerPropsFromRest, No as pinyin, Ja as plus, xa as pullAll, Jl as qrcodegen, po as removeDarkTheme, _o as replaceEmptyWithHyphen, Ct as responsiveArray, wt as responsiveMap, St as responsiveObserve, Sa as result, Ca as sample, wa as sampleSize, so as saveAs, co as screenfull, lo as scrollIntoViewIfNeeded, Oo as searchTree, Ta as set, uo as setCreateRoot, fo as setDarkTheme, mo as setPrimaryColor, ho as setTheme, bo as setTransformStyle, Ea as setWith, Da as shuffle, Oa as snakeCase, ka as sortBy, Aa as startCase, io as supportNodeRef, ao as supportRef, lu as tableDefaultComponent, ja as throttle, Ya as times, xo as tinycolor, So as toArray, Ma as toPath, ko as tree, Na as truncate, Pa as union, Fa as uniq, Ia as uniqueId, La as unset, Ra as update, za as updateWith, Ba as upperCase, Va as upperFirst, is as useApp, Nt as useAsyncEffect, Pt as useBoolean, Tt as useBreakpoint, fs as useCheckbox, Ft as useClickAway, oo 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, Jc as useForm, Yc as useFormContext, Xc as useFormState, Zc as useFormWatch, on as useFullscreen, sn as useGetState, cn as useHistoryTravel, ln as useHover, hl 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, ts as useModal, kn as useMount, An as useMouse, jn as useMove, Mn as useMutationObserver, Nn as useMutationObservers, Pn as useNetwork, ns 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, gu as useTableColumns, hu as useTableComponent, _u as useTableExpand, vu as useTableRowSelection, yu as useTableSorter, bu as useTableStickyClassNames, xu as useTableStickyOffsets, Su as useTableThResizable, ur as useTextSelection, dr as useTheme, fr as useThrottle, pr as useThrottleEffect, mr as useThrottleFn, hr as useThrottleFnWithRAF, gr as useTimeout, _r as useTitle, G as useToast, vr as useToggle, yr as useTrackedEffect, br as useUnmount, xr as useUnmountedRef, Sr as useUpdate, Cr as useUpdateEffect, wr as useUpdateLayoutEffect, Tr as useUrlState, Ot as useVerificationCode, Er as useVirtualList, Dr as useWatch, kt as useWatermark, Or as useWebSocket, kr as useWhyDidYouUpdate, Ar as useWindowSize, bt as uuid, xt as uuidv4, ti as validatorLocale, Mo as warning, Ha as without, Ua as xor, Wa as zip };
958
+ var sd = qs.BORDER_BEAM_GRADIENT_PRESETS;
959
+ export { Ho as ANIMATION_NAMES, Io as Affix, Lo as Alert, Bo as Anchor, Ro as AnchorContext, zo as AnchorLink, Vo as Animation, as as App, rs as AppContext, Fs as AutoComplete, Is as AutoCompleteOption, Ls as AutoCompleteOptionGroup, Bs as Avatar, Rs as AvatarContext, zs as AvatarGroup, Hs as BADGE_COLORS, Us as BADGE_STATUS, sd as BORDER_BEAM_GRADIENT_PRESETS, Uo as BUTTON_STATUS, Wo as BUTTON_TYPE, Vs as BackTop, Gs as Badge, Ws as BadgeCount, Ks as BorderBeam, ac as Breadcrumb, tc as BreadcrumbContext, ic as BreadcrumbItem, $o as Button, Go as ButtonGroup, Qo as ButtonToggle, Hr as COMPONENT_NAMES, uc as Calendar, cc as CalendarMonth, lc as CalendarYear, mc as Card, fc as CardGrid, pc as CardMeta, hc as Carousel, gc as Cascader, ps as Checkbox, os as CheckboxGroup, ds as CheckboxGroupBlock, Zo as CheckboxGroupContext, J as Col, yc as Collapse, _c as CollapseContext, vc as CollapseItem, Oc as ColorPicker, Sc as ColorPickerControlBar, Cc as ColorPickerInputAlpha, wc as ColorPickerInputHex, Tc as ColorPickerInputRgb, Ec as ColorPickerPalette, Dc as ColorPickerPanel, kc as Comment, ni as ConfigContext, Ms as ConfigProvider, ri as ConfigProviderDefaultValue, ii as ContextHolderElement, ls as Copy, q as Countdown, zc as DatePicker, Ac as DatePickerContext, Fc as DatePickerMonth, Ic as DatePickerQuarter, Pc as DatePickerRange, jc as DatePickerRangeContext, Lc as DatePickerWeek, Rc as DatePickerYear, Bc as Descriptions, Vc as Details, Hc as Development, Wc as Divider, Uc as DividerVertical, Gc as Drawer, rc as Dropdown, nc as DropdownButton, Ti as EMITTER_EVENT, Ei as Emitter, Ur as Empty, bs as Flex, ys as FlexVertical, al as Form, Ko as FormContext, qc as FormControl, nl as FormItem, qo as FormItemContext, el as FormItemLabel, tl as FormItemTip, $c as FormLabelSymbol, rl as FormList, Jo as FormListContext, il as FormProvider, Yo as FormProviderContext, Kc as FormValidateError, cl as GlobalConsumer, ol as GlobalContext, sl as GlobalProvider, dl as Grid, J as GridCol, ll as GridContext, ul as GridItem, Y as GridRow, go as HYPHEN, pl as Icon, ml as IconContext, gl as IconFile, Xo as IconHover, bl as Image, vl as ImagePreview, yl as ImagePreviewGroup, _l as ImagePreviewGroupContext, js as Input, Os as InputButton, gs as InputCore, _s as InputGroup, vs as InputNumber, ks as InputPassword, As as InputSearch, Ds as InputTag, K as InputTextarea, Ol as Layout, xl as LayoutContent, Sl as LayoutFooter, Cl as LayoutHeader, Dl as LayoutSider, Qs as LayoutSiderContext, kl as Link, Al as LiquidFill, Il as List, jl as ListItem, Ll as Loading, Rl as Marquee, Bl as Masonry, zl as MasonryItem, Vl as Mentions, ec as Menu, Js as MenuContext, Ys as MenuIndent, Xs as MenuItem, Zs as MenuItemGroup, $s as MenuSubMenu, Hl as Message, Ul as Modal, Ir as NOOP, Wl as Notification, Ss as OverflowEllipsis, xs as OverflowEllipsisItem, Ml as PAGINATION_DEFAULT_PAGE_CURRENT, Nl as PAGINATION_DEFAULT_PAGE_SIZE, Pl as PAGINATION_SIZE_OPTIONS, Lr as PREFIX_CLASS, Gl as PageHeader, Fl as Pagination, ws as Popconfirm, Cs as Popover, es as Portal, Wr as PqbValidator, Yl as Progress, Kl as ProgressCircle, ql as ProgressLine, Xl as ProgressMock, Jl as ProgressStep, X as QRCode, X as QR_Code, xc as Radio, sc as RadioGroup, bc as RadioGroupBlock, oc as RadioGroupContext, Ql as Rate, El as ResizeBox, wl as ResizeBoxSplit, Tl as ResizeBoxSplitGroup, $l as Result, Y as Row, Qc as RowContext, J as RowItem, eu as Segmented, Ps as Select, ms as SelectOption, hs as SelectOptionGroup, tu as Skeleton, nu as Slider, iu as Space, ru as SpaceVertical, au as SpeechSynthesis, dc as Spin, su as Splitter, ou as SplitterPanel, cu as Statistic, q as StatisticCountdown, lu as Steps, Z as StepsItem, Z as StepsStep, uu as SuspenseFallbackTest, du as Switch, Ts as TAG_COLORS, ju as TabContentContext, Q as TabPane, Au as Table, pu as TableContext, ku as TableSummary, Du as TableSummaryCell, Eu as TableSummaryContext, Ou as TableSummaryRow, mu as TableTbodyContext, hu as TableTfootContext, gu as TableTheadContext, _u as TableTrContext, Nu as Tabs, Mu as TabsContext, Q as TabsTabPane, Es as Tag, K as Textarea, Pu as TimePicker, Mc as TimePickerContext, Fu as TimePickerRange, Nc as TimePickerRangeContext, Lu as Timeline, Iu as TimelineItem, Ru as Timer, zu as Toast, cs as Tooltip, Bu as Tour, Vu as Transfer, Wu as Tree, Hu as TreeContext, $ as TreeNode, Uu as TreeNodeList, Gu as TreeSelect, $ as TreeSelectNode, ss as Trigger, Ao as Tween, Ku as Typewriter, Xu as Typography, us as TypographyEllipsis, qu as TypographyParagraph, Ju as TypographyText, Yu as TypographyTitle, Rr as UI_PC_KEY, zr as UI_PC_THEME_DARK_CLASS_NAME, Zu as UPLOAD_STATUS, $u as Upload, Qu as UploadList, nd as VERSION, rd as VERSION_BUILD_DATE, id as VERSION_BUILD_INFO, ad as VERSION_BUILD_TIME, Gr as Validator, Kr as ValidatorArray, qr as ValidatorBase, Jr as ValidatorBoolean, Yr as ValidatorCustom, Xr as ValidatorNumber, Zr as ValidatorObject, Qr as ValidatorSchema, $r as ValidatorString, ei as ValidatorType, ed as VerificationCode, Ns as VirtualList, td as Watermark, fl as addIconFromCdn, zi as assign, Bi as assignIn, Vi as at, Mr as callOrReturn, jr as callbackOriginRef, Hi as camelCase, Ui as capitalize, Nr as caseName, Wi as castArray, Gi as chain, Ki as chunk, H as className, H as cs, At as clearCache, U as clipboardCopy, U as copy, qi as clone, Ji as cloneDeep, Yi as cloneDeepWith, Xi as cloneWith, Zi as compact, W as composeRef, jt as configResponsive, ai as convertTime, oi as convertToDurationBasedOnTimeUnits, Mt as createUpdateEffect, Qi as curry, si as dateFormat, li as dayjs, ci as dayjsFormat, ui as dayjs_formatValue, di as dayjs_getDayjsValue, fi as dayjs_getFormatFromArray, pi as dayjs_getNow, mi as dayjs_getRealTime, hi as dayjs_getSortedDayjsArray, gi as dayjs_getTimeFormat, _i as dayjs_getValueWithTime, vi as dayjs_isDayjsArrayChange, yi as dayjs_isDayjsChange, bi as dayjs_isValidTimeString, xi as dayjs_methods, Si as dayjs_timezoneToOffset, Ci as dayjs_toLocal, wi as dayjs_toTimezone, $i as debounce, ea as defaultTo, ta as defaults, na as defaultsDeep, ra as difference, Ga as div, jo as easing, Di as emitter, ia as escape, Oi as fileRead, ki as fileToDataURL, Ai as fillNBSP, to as fillRef, aa as findKey, Co as findNodeBy, ji as findRootElement, vo as fixedWidth, oa as flattenDeep, sa as flow, ca as get, wo as getChildWithParentBy, Mi as getHighlightText, Ni as getHotkeyHandler, To as getItemBy, Eo as getItemByID, Do as getLabelFromDictionaryByValue, no as getNodeRef, ro as getReactElementRef, Pi as getScrollBarHeight, Fi as getScrollBarSize, Ii as getScrollBarWidth, Li as getStringLength, yo as getStyle, la as groupBy, ua as has, Ri as include, da as intersection, fa as invert, pa 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, ma as kebabCase, Dt as keyboardCode, Ka as math, ha as mean, ga as memoize, _a as merge, Za as mergeProps, va as mergeWith, Xa as mergedToString, qa as minus, Br as newArray, Qa as omit, ya as orderBy, $a as padEnd, eo as padStart, ba as partition, Pr as pick, Fr as pickDataAttributes, Vr as pickTriggerPropsFromRest, No as pinyin, Ja as plus, xa as pullAll, Zl as qrcodegen, po as removeDarkTheme, _o as replaceEmptyWithHyphen, Ct as responsiveArray, wt as responsiveMap, St as responsiveObserve, Sa as result, Ca as sample, wa as sampleSize, so as saveAs, co as screenfull, lo as scrollIntoViewIfNeeded, Oo as searchTree, Ta as set, uo as setCreateRoot, fo as setDarkTheme, mo as setPrimaryColor, ho as setTheme, bo as setTransformStyle, Ea as setWith, Da as shuffle, Oa as snakeCase, ka as sortBy, Aa as startCase, io as supportNodeRef, ao as supportRef, fu as tableDefaultComponent, ja as throttle, Ya as times, xo as tinycolor, So as toArray, Ma as toPath, ko as tree, Na as truncate, Pa as union, Fa as uniq, Ia as uniqueId, La as unset, Ra as update, za as updateWith, Ba as upperCase, Va as upperFirst, is as useApp, Nt as useAsyncEffect, Pt as useBoolean, Tt as useBreakpoint, fs as useCheckbox, Ft as useClickAway, oo 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, Jc as useForm, Yc as useFormContext, Xc as useFormState, Zc as useFormWatch, on as useFullscreen, sn as useGetState, cn as useHistoryTravel, ln as useHover, hl 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, ts as useModal, kn as useMount, An as useMouse, jn as useMove, Mn as useMutationObserver, Nn as useMutationObservers, Pn as useNetwork, ns 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, yu as useTableColumns, vu as useTableComponent, bu as useTableExpand, xu as useTableRowSelection, Su as useTableSorter, Cu as useTableStickyClassNames, wu as useTableStickyOffsets, Tu as useTableThResizable, ur as useTextSelection, dr as useTheme, fr as useThrottle, pr as useThrottleEffect, mr as useThrottleFn, hr as useThrottleFnWithRAF, gr as useTimeout, _r as useTitle, G as useToast, vr as useToggle, yr as useTrackedEffect, br as useUnmount, xr as useUnmountedRef, Sr as useUpdate, Cr as useUpdateEffect, wr as useUpdateLayoutEffect, Tr as useUrlState, Ot as useVerificationCode, Er as useVirtualList, Dr as useWatch, kt as useWatermark, Or as useWebSocket, kr as useWhyDidYouUpdate, Ar as useWindowSize, bt as uuid, xt as uuidv4, ti as validatorLocale, Mo as warning, Ha as without, Ua as xor, Wa as zip };
956
960
  /* 独立思考,明辨是非 */
package/input/Button.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isPlainObject as e, isUndefined as t } from "../utils/is.js";
3
3
  import n from "../hooks/use-controllable-value/index.js";
4
4
  import r from "../utils/className.js";
package/input/Core.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isArray as e, isFunction as t, isNil as n, isObject as r, isPlainObject as ee, isUndefined as te } from "../utils/is.js";
3
3
  import i from "../utils/className.js";
4
4
  import { INPUT_COMPONENT_INFO as a } from "../utils/names.js";
package/input/Group.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import { INPUT_GROUP_COMPONENT_INFO as t } from "../utils/names.js";
4
4
  import { ConfigContext as n } from "../config-provider/context.js";
package/input/Input.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isFunction as e, isPlainObject as t } from "../utils/is.js";
3
3
  import n from "../hooks/use-controllable-value/index.js";
4
4
  import { dom_exports as r } from "../utils/dom.js";
package/input/Password.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import e from "../hooks/use-controllable-value/index.js";
3
3
  import t from "../utils/className.js";
4
4
  import { INPUT_PASSWORD_COMPONENT_INFO as n } from "../utils/names.js";
package/input/Search.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isPlainObject as e, isUndefined as t } from "../utils/is.js";
3
3
  import n from "../hooks/use-controllable-value/index.js";
4
4
  import r from "../utils/className.js";
package/input/Textarea.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isNumber as e, isPlainObject as t, isUndefined as n } from "../utils/is.js";
3
3
  import r from "../hooks/use-controllable-value/index.js";
4
4
  import i from "../utils/className.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isExist as e, isNumber as t, isPlainObject as n } from "../utils/is.js";
3
3
  import { TEXTAREA_MIRROR_ID as r } from "./constants.js";
4
4
  //#region components/pc/input/autoSizeTextareaHeight.ts
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  //#region components/pc/input/constants.ts
3
3
  var e = "mirror-textarea-ef8a86b9-fd73-49fc-80b9-455c4f9ad98e";
4
4
  //#endregion
package/input/context.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { createContext as e } from "react";
3
3
  //#region components/pc/input/context.ts
4
4
  var t = {}, n = e({});
package/input/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { INPUT_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import "./style/index.js";
4
4
  import { PropsContext as t } from "./context.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import "../../button/style/index.js";
3
3
  /* empty css */
4
4
  /* 独立思考,明辨是非 */
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isFunction as e, isUndefined as t } from "../utils/is.js";
3
3
  import { Enter as n } from "../utils/keyboardCode.js";
4
4
  import { useRef as r, useState as i } from "react";
package/input/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-26 17:15:01 星期五 山东省济南市 */
1
+ /* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
2
2
  import { isNil as e, isString as t } from "../utils/is.js";
3
3
  //#region components/pc/input/utils.ts
4
4
  function n(n, r) {