amis-ui 6.11.0 → 6.12.0-ab.2

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 (747) hide show
  1. package/esm/components/404.js +1 -1
  2. package/esm/components/Alert.js +1 -1
  3. package/esm/components/Alert2.js +1 -1
  4. package/esm/components/AlphabetIndexer.d.ts +11 -0
  5. package/esm/components/AlphabetIndexer.js +48 -0
  6. package/esm/components/AnchorNav.js +1 -1
  7. package/esm/components/AnchorNavSection.js +1 -1
  8. package/esm/components/ArrayInput.js +1 -1
  9. package/esm/components/AsideNav.js +1 -1
  10. package/esm/components/AssociatedSelection.js +1 -1
  11. package/esm/components/AutoSizer.js +1 -1
  12. package/esm/components/Avatar.js +1 -1
  13. package/esm/components/Badge.js +1 -1
  14. package/esm/components/BaiduMapPicker.js +12 -2
  15. package/esm/components/BarCode.js +1 -1
  16. package/esm/components/Breadcrumb.js +1 -1
  17. package/esm/components/Button.js +1 -1
  18. package/esm/components/CalendarMobile.js +1 -1
  19. package/esm/components/Card.js +1 -1
  20. package/esm/components/Cascader.js +1 -1
  21. package/esm/components/ChainedDropdownSelection.js +1 -1
  22. package/esm/components/ChainedSelection.js +1 -1
  23. package/esm/components/Checkbox.js +1 -1
  24. package/esm/components/CityArea.js +1 -1
  25. package/esm/components/CityDB.js +1 -1
  26. package/esm/components/CodeMirror.js +1 -1
  27. package/esm/components/Collapse.js +1 -1
  28. package/esm/components/CollapseGroup.js +1 -1
  29. package/esm/components/ColorPicker.js +1 -1
  30. package/esm/components/Combo.js +1 -1
  31. package/esm/components/ConditionBuilder.js +1 -1
  32. package/esm/components/ConfirmBox.js +1 -1
  33. package/esm/components/ContextMenu.d.ts +1 -0
  34. package/esm/components/ContextMenu.js +6 -3
  35. package/esm/components/DatePicker.js +1 -1
  36. package/esm/components/DateRangePicker.js +1 -1
  37. package/esm/components/DiffEditor.js +1 -1
  38. package/esm/components/DndContainer.js +1 -1
  39. package/esm/components/Drawer.js +1 -1
  40. package/esm/components/DropDownSelection.js +1 -1
  41. package/esm/components/DropdownContextMenus.js +1 -1
  42. package/esm/components/Editor.js +1 -1
  43. package/esm/components/Form.js +1 -1
  44. package/esm/components/FormField.js +1 -1
  45. package/esm/components/FormulaPicker.js +1 -1
  46. package/esm/components/GaodeMapPicker.js +1 -1
  47. package/esm/components/GridNav.js +1 -1
  48. package/esm/components/GridNavItem.js +1 -1
  49. package/esm/components/GroupedSelection.js +1 -1
  50. package/esm/components/HeadCellDropDown.js +1 -1
  51. package/esm/components/HorizontalScroll.d.ts +75 -0
  52. package/esm/components/HorizontalScroll.js +271 -0
  53. package/esm/components/Html.d.ts +2 -0
  54. package/esm/components/Html.js +6 -3
  55. package/esm/components/Icon.js +1 -1
  56. package/esm/components/ImageGallery.js +1 -1
  57. package/esm/components/Input.js +1 -1
  58. package/esm/components/InputBox.d.ts +10 -10
  59. package/esm/components/InputBox.js +1 -1
  60. package/esm/components/InputBoxWithSuggestion.js +1 -1
  61. package/esm/components/InputJSONSchema.js +1 -1
  62. package/esm/components/InputTable.js +1 -1
  63. package/esm/components/JSONSchemaEditor.js +1 -1
  64. package/esm/components/Layout.js +1 -1
  65. package/esm/components/Link.js +1 -1
  66. package/esm/components/ListGroup.d.ts +10 -10
  67. package/esm/components/ListGroup.js +1 -1
  68. package/esm/components/ListMenu.js +1 -1
  69. package/esm/components/LocationPicker.js +1 -1
  70. package/esm/components/Markdown.js +1 -1
  71. package/esm/components/Menu.js +1 -1
  72. package/esm/components/MobileDevTool.js +1 -1
  73. package/esm/components/Modal.js +1 -1
  74. package/esm/components/ModalManager.js +1 -1
  75. package/esm/components/MultilineText.js +1 -1
  76. package/esm/components/NumberInput.js +1 -1
  77. package/esm/components/OverflowTpl.js +1 -1
  78. package/esm/components/Pagination.js +1 -1
  79. package/esm/components/PdfViewer.js +1 -1
  80. package/esm/components/Picker.js +1 -1
  81. package/esm/components/PickerColumn.js +1 -1
  82. package/esm/components/PickerContainer.js +1 -1
  83. package/esm/components/PopOverContainer.js +1 -1
  84. package/esm/components/PopUp.js +1 -1
  85. package/esm/components/Progress.js +1 -1
  86. package/esm/components/PullRefresh.d.ts +12 -0
  87. package/esm/components/PullRefresh.js +23 -13
  88. package/esm/components/Radios.js +1 -1
  89. package/esm/components/Range.js +1 -1
  90. package/esm/components/Rating.js +1 -1
  91. package/esm/components/ResultBox.d.ts +40 -40
  92. package/esm/components/ResultBox.js +1 -1
  93. package/esm/components/ResultList.js +1 -1
  94. package/esm/components/ResultTableList.js +1 -1
  95. package/esm/components/ResultTreeList.js +1 -1
  96. package/esm/components/RichText.js +1 -1
  97. package/esm/components/SearchBox.js +1 -1
  98. package/esm/components/Select.js +1 -1
  99. package/esm/components/SelectMobile.js +1 -1
  100. package/esm/components/Selection.js +1 -1
  101. package/esm/components/Shape.js +1 -1
  102. package/esm/components/Signature.d.ts +2 -3
  103. package/esm/components/Signature.js +29 -21
  104. package/esm/components/Slider.d.ts +56 -0
  105. package/esm/components/Slider.js +140 -0
  106. package/esm/components/SparkLine.js +1 -1
  107. package/esm/components/Spinner.js +1 -1
  108. package/esm/components/Steps.d.ts +7 -0
  109. package/esm/components/Steps.js +6 -6
  110. package/esm/components/Switch.js +1 -1
  111. package/esm/components/Tab.js +1 -1
  112. package/esm/components/Table.js +1 -1
  113. package/esm/components/TableSelection.js +1 -1
  114. package/esm/components/Tabs.js +1 -1
  115. package/esm/components/TabsTransfer.js +1 -1
  116. package/esm/components/TabsTransferPicker.js +1 -1
  117. package/esm/components/Tag.js +1 -1
  118. package/esm/components/Textarea.js +1 -1
  119. package/esm/components/Timeline.d.ts +8 -1
  120. package/esm/components/Timeline.js +46 -5
  121. package/esm/components/TimelineItem.d.ts +984 -23
  122. package/esm/components/TimelineItem.js +86 -30
  123. package/esm/components/Tinymce.js +1 -1
  124. package/esm/components/TitleBar.js +1 -1
  125. package/esm/components/Toast.js +1 -1
  126. package/esm/components/Tooltip.js +1 -1
  127. package/esm/components/TooltipWrapper.js +3 -3
  128. package/esm/components/Transfer.js +1 -1
  129. package/esm/components/TransferDropDown.js +1 -1
  130. package/esm/components/TransferPicker.js +1 -1
  131. package/esm/components/TransferSearch.js +1 -1
  132. package/esm/components/Tree.d.ts +47 -46
  133. package/esm/components/Tree.js +52 -12
  134. package/esm/components/TreeSelection.js +1 -1
  135. package/esm/components/UserSelect.js +1 -1
  136. package/esm/components/UserTabSelect.js +1 -1
  137. package/esm/components/VerificationCode.js +1 -1
  138. package/esm/components/VirtualList.js +1 -1
  139. package/esm/components/WithRemoteConfig.js +1 -1
  140. package/esm/components/WithStore.js +1 -1
  141. package/esm/components/calendar/Calendar.js +1 -1
  142. package/esm/components/calendar/CalendarContainer.js +1 -1
  143. package/esm/components/calendar/DaysView.js +1 -1
  144. package/esm/components/calendar/MonthsView.js +1 -1
  145. package/esm/components/calendar/QuartersView.js +1 -1
  146. package/esm/components/calendar/TimeView.js +1 -1
  147. package/esm/components/calendar/YearsView.js +1 -1
  148. package/esm/components/condition-builder/Expression.js +1 -1
  149. package/esm/components/condition-builder/Field.js +1 -1
  150. package/esm/components/condition-builder/Func.js +1 -1
  151. package/esm/components/condition-builder/Group.js +1 -1
  152. package/esm/components/condition-builder/GroupOrItem.js +1 -1
  153. package/esm/components/condition-builder/InputSwitch.js +1 -1
  154. package/esm/components/condition-builder/Item.js +1 -1
  155. package/esm/components/condition-builder/Value.js +1 -1
  156. package/esm/components/condition-builder/config.js +1 -1
  157. package/esm/components/condition-builder/index.js +1 -1
  158. package/esm/components/formula/CodeEditor.js +1 -1
  159. package/esm/components/formula/Editor.js +13 -9
  160. package/esm/components/formula/FuncList.js +1 -1
  161. package/esm/components/formula/Input.js +1 -1
  162. package/esm/components/formula/Picker.js +14 -10
  163. package/esm/components/formula/VariableList.js +1 -1
  164. package/esm/components/formula/plugin.js +1 -1
  165. package/esm/components/icons.js +1 -1
  166. package/esm/components/index.d.ts +5 -1
  167. package/esm/components/json-schema/Array.js +1 -1
  168. package/esm/components/json-schema/Item.js +1 -1
  169. package/esm/components/json-schema/Object.js +1 -1
  170. package/esm/components/json-schema/index.js +1 -1
  171. package/esm/components/menu/MenuContext.js +1 -1
  172. package/esm/components/menu/MenuItem.js +1 -1
  173. package/esm/components/menu/PanelMenu.js +4 -2
  174. package/esm/components/menu/SubMenu.d.ts +1 -1
  175. package/esm/components/menu/SubMenu.js +16 -5
  176. package/esm/components/menu/index.d.ts +10 -10
  177. package/esm/components/menu/index.js +3 -3
  178. package/esm/components/schema-editor/Array.js +1 -1
  179. package/esm/components/schema-editor/Common.js +1 -1
  180. package/esm/components/schema-editor/Item.js +1 -1
  181. package/esm/components/schema-editor/Object.js +1 -1
  182. package/esm/components/schema-editor/SchemaVariableList.js +1 -1
  183. package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
  184. package/esm/components/schema-editor/index.js +1 -1
  185. package/esm/components/table/Cell.d.ts +2 -0
  186. package/esm/components/table/Cell.js +10 -3
  187. package/esm/components/table/ColGroup.js +1 -1
  188. package/esm/components/table/Head.d.ts +1 -0
  189. package/esm/components/table/Head.js +12 -17
  190. package/esm/components/table/HeadCellDropDown.js +1 -1
  191. package/esm/components/table/HeadCellFilter.js +1 -1
  192. package/esm/components/table/HeadCellSelect.js +1 -1
  193. package/esm/components/table/HeadCellSort.js +1 -1
  194. package/esm/components/table/ItemActionsWrapper.js +1 -1
  195. package/esm/components/table/Row.js +1 -1
  196. package/esm/components/table/SummaryRow.js +1 -1
  197. package/esm/components/table/index.js +18 -7
  198. package/esm/components/table/util.d.ts +1 -0
  199. package/esm/components/table/util.js +23 -2
  200. package/esm/components/virtual-list/AutoSizer.js +1 -1
  201. package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
  202. package/esm/components/virtual-list/constants.js +1 -1
  203. package/esm/components/virtual-list/index.js +1 -1
  204. package/esm/components/withBadge.js +1 -1
  205. package/esm/hooks/use-click-away.d.ts +12 -0
  206. package/esm/hooks/use-click-away.js +55 -0
  207. package/esm/hooks/use-on-screen.js +1 -1
  208. package/esm/hooks/use-set-state.js +1 -1
  209. package/esm/hooks/use-sub-form.js +1 -1
  210. package/esm/hooks/use-touch.js +1 -1
  211. package/esm/hooks/use-update-effect.js +1 -1
  212. package/esm/hooks/use-validation-resolver.js +1 -1
  213. package/esm/icons/alert-danger.svg.js +1 -1
  214. package/esm/icons/alert-info.svg.js +1 -1
  215. package/esm/icons/alert-success.svg.js +1 -1
  216. package/esm/icons/alert-warning.svg.js +1 -1
  217. package/esm/icons/arrow-double-left.svg.js +1 -1
  218. package/esm/icons/arrow-double-right.svg.js +1 -1
  219. package/esm/icons/back.svg.js +1 -1
  220. package/esm/icons/calendar.svg.js +1 -1
  221. package/esm/icons/caret.svg.js +1 -1
  222. package/esm/icons/check.svg.js +1 -1
  223. package/esm/icons/clock.svg.js +1 -1
  224. package/esm/icons/close-small.svg.js +1 -1
  225. package/esm/icons/close.svg.js +1 -1
  226. package/esm/icons/cloud-upload.svg.js +1 -1
  227. package/esm/icons/column-filter.svg.js +1 -1
  228. package/esm/icons/columns.svg.js +1 -1
  229. package/esm/icons/compress-alt.svg.js +1 -1
  230. package/esm/icons/copy.svg.js +1 -1
  231. package/esm/icons/date.svg.js +1 -1
  232. package/esm/icons/department.svg.js +1 -1
  233. package/esm/icons/desk-empty.svg.js +1 -1
  234. package/esm/icons/dot.svg.js +1 -1
  235. package/esm/icons/down-arrow-bold.svg.js +1 -1
  236. package/esm/icons/down.svg.js +1 -1
  237. package/esm/icons/download.svg.js +1 -1
  238. package/esm/icons/drag-bar.svg.js +1 -1
  239. package/esm/icons/drag.svg.js +1 -1
  240. package/esm/icons/edit.svg.js +1 -1
  241. package/esm/icons/ellipsis-v.svg.js +1 -1
  242. package/esm/icons/enter.svg.js +1 -1
  243. package/esm/icons/exchange.svg.js +1 -1
  244. package/esm/icons/expand-alt.svg.js +1 -1
  245. package/esm/icons/fail.svg.js +1 -1
  246. package/esm/icons/file.svg.js +1 -1
  247. package/esm/icons/filter.svg.js +1 -1
  248. package/esm/icons/folder.svg.js +1 -1
  249. package/esm/icons/fullscreen.svg.js +1 -1
  250. package/esm/icons/function.svg.js +1 -1
  251. package/esm/icons/home.svg.js +1 -1
  252. package/esm/icons/if.svg.js +1 -1
  253. package/esm/icons/image.svg.js +1 -1
  254. package/esm/icons/info-circle.svg.js +1 -1
  255. package/esm/icons/info.svg.js +1 -1
  256. package/esm/icons/input-clear.svg.js +1 -1
  257. package/esm/icons/invisible.svg.js +1 -1
  258. package/esm/icons/left-arrow.svg.js +1 -1
  259. package/esm/icons/loading-outline.svg.js +1 -1
  260. package/esm/icons/location.svg.js +1 -1
  261. package/esm/icons/menu.svg.js +1 -1
  262. package/esm/icons/minus.svg.js +1 -1
  263. package/esm/icons/move.svg.js +1 -1
  264. package/esm/icons/mute.svg.js +1 -1
  265. package/esm/icons/new-edit.svg.js +1 -1
  266. package/esm/icons/pause.svg.js +1 -1
  267. package/esm/icons/pencil.svg.js +1 -1
  268. package/esm/icons/play.svg.js +1 -1
  269. package/esm/icons/plus-cicle.svg.js +1 -1
  270. package/esm/icons/plus-fine.svg.js +1 -1
  271. package/esm/icons/plus.svg.js +1 -1
  272. package/esm/icons/post.svg.js +1 -1
  273. package/esm/icons/question-mark.svg.js +1 -1
  274. package/esm/icons/question.svg.js +1 -1
  275. package/esm/icons/redo.svg.js +1 -1
  276. package/esm/icons/refresh.svg.js +1 -1
  277. package/esm/icons/reload.svg.js +1 -1
  278. package/esm/icons/remove.svg.js +1 -1
  279. package/esm/icons/retry.svg.js +1 -1
  280. package/esm/icons/right-arrow-bold.svg.js +1 -1
  281. package/esm/icons/right-arrow.svg.js +1 -1
  282. package/esm/icons/right-double-arrow.svg.js +1 -1
  283. package/esm/icons/role.svg.js +1 -1
  284. package/esm/icons/rotate-left.svg.js +1 -1
  285. package/esm/icons/rotate-right.svg.js +1 -1
  286. package/esm/icons/rotate-screen.svg.js +1 -1
  287. package/esm/icons/scale-origin.svg.js +1 -1
  288. package/esm/icons/schedule.svg.js +1 -1
  289. package/esm/icons/search.svg.js +1 -1
  290. package/esm/icons/setting.svg.js +1 -1
  291. package/esm/icons/slider-handle-icon.svg.js +1 -1
  292. package/esm/icons/sort-asc.svg.js +1 -1
  293. package/esm/icons/sort-default.svg.js +1 -1
  294. package/esm/icons/sort-desc.svg.js +1 -1
  295. package/esm/icons/star.svg.js +1 -1
  296. package/esm/icons/status-close.svg.js +1 -1
  297. package/esm/icons/steps-finsh.svg.js +1 -1
  298. package/esm/icons/sub-plus.svg.js +1 -1
  299. package/esm/icons/success.svg.js +1 -1
  300. package/esm/icons/transparent.svg.js +1 -1
  301. package/esm/icons/trash.svg.js +1 -1
  302. package/esm/icons/tree-down.svg.js +1 -1
  303. package/esm/icons/undo-normal.svg.js +1 -1
  304. package/esm/icons/undo.svg.js +1 -1
  305. package/esm/icons/unfullscreen.svg.js +1 -1
  306. package/esm/icons/upload.svg.js +1 -1
  307. package/esm/icons/user-remove.svg.js +1 -1
  308. package/esm/icons/view.svg.js +1 -1
  309. package/esm/icons/volume.svg.js +1 -1
  310. package/esm/icons/warning-mark.svg.js +1 -1
  311. package/esm/icons/warning.svg.js +1 -1
  312. package/esm/icons/window-restore.svg.js +1 -1
  313. package/esm/icons/zoom-in.svg.js +1 -1
  314. package/esm/icons/zoom-out.svg.js +1 -1
  315. package/esm/index.d.ts +2 -1
  316. package/esm/index.js +5 -2
  317. package/esm/locale/de-DE.js +2 -1
  318. package/esm/locale/en-US.js +2 -1
  319. package/esm/locale/zh-CN.js +2 -1
  320. package/esm/themes/ang.js +1 -1
  321. package/esm/themes/antd.js +1 -1
  322. package/esm/themes/cxd.js +1 -1
  323. package/esm/themes/dark.js +1 -1
  324. package/esm/utils/vectorComputed.js +1 -1
  325. package/esm/withRemoteConfig.js +1 -1
  326. package/esm/withStore.js +1 -1
  327. package/lib/components/404.js +1 -1
  328. package/lib/components/Alert.d.ts +120 -120
  329. package/lib/components/Alert.js +1 -1
  330. package/lib/components/Alert2.d.ts +20 -20
  331. package/lib/components/Alert2.js +1 -1
  332. package/lib/components/AlphabetIndexer.d.ts +11 -0
  333. package/lib/components/AlphabetIndexer.js +59 -0
  334. package/lib/components/AnchorNav.d.ts +20 -20
  335. package/lib/components/AnchorNav.js +1 -1
  336. package/lib/components/AnchorNavSection.js +1 -1
  337. package/lib/components/ArrayInput.d.ts +40 -40
  338. package/lib/components/ArrayInput.js +1 -1
  339. package/lib/components/AsideNav.d.ts +10 -10
  340. package/lib/components/AsideNav.js +1 -1
  341. package/lib/components/AssociatedSelection.d.ts +80 -80
  342. package/lib/components/AssociatedSelection.js +1 -1
  343. package/lib/components/AutoSizer.js +1 -1
  344. package/lib/components/Avatar.d.ts +140 -140
  345. package/lib/components/Avatar.js +1 -1
  346. package/lib/components/Badge.d.ts +1 -1
  347. package/lib/components/Badge.js +1 -1
  348. package/lib/components/BaiduMapPicker.js +12 -2
  349. package/lib/components/BarCode.js +1 -1
  350. package/lib/components/Breadcrumb.js +1 -1
  351. package/lib/components/Button.d.ts +30 -30
  352. package/lib/components/Button.js +1 -1
  353. package/lib/components/CalendarMobile.d.ts +40 -40
  354. package/lib/components/CalendarMobile.js +1 -1
  355. package/lib/components/Card.d.ts +110 -110
  356. package/lib/components/Card.js +1 -1
  357. package/lib/components/Cascader.js +1 -1
  358. package/lib/components/ChainedDropdownSelection.d.ts +80 -80
  359. package/lib/components/ChainedDropdownSelection.js +1 -1
  360. package/lib/components/ChainedSelection.d.ts +80 -80
  361. package/lib/components/ChainedSelection.js +1 -1
  362. package/lib/components/Checkbox.d.ts +10 -10
  363. package/lib/components/Checkbox.js +1 -1
  364. package/lib/components/CityArea.js +1 -1
  365. package/lib/components/CityDB.js +1 -1
  366. package/lib/components/CodeMirror.js +1 -1
  367. package/lib/components/Collapse.d.ts +150 -150
  368. package/lib/components/Collapse.js +1 -1
  369. package/lib/components/CollapseGroup.d.ts +50 -50
  370. package/lib/components/CollapseGroup.js +1 -1
  371. package/lib/components/ColorPicker.d.ts +40 -40
  372. package/lib/components/ColorPicker.js +1 -1
  373. package/lib/components/Combo.js +1 -1
  374. package/lib/components/ConditionBuilder.js +1 -1
  375. package/lib/components/ConfirmBox.d.ts +80 -80
  376. package/lib/components/ConfirmBox.js +1 -1
  377. package/lib/components/ContextMenu.d.ts +1 -0
  378. package/lib/components/ContextMenu.js +6 -3
  379. package/lib/components/DatePicker.d.ts +121 -121
  380. package/lib/components/DatePicker.js +1 -1
  381. package/lib/components/DateRangePicker.d.ts +240 -240
  382. package/lib/components/DateRangePicker.js +1 -1
  383. package/lib/components/DiffEditor.js +1 -1
  384. package/lib/components/DndContainer.js +1 -1
  385. package/lib/components/Drawer.d.ts +30 -30
  386. package/lib/components/Drawer.js +1 -1
  387. package/lib/components/DropDownSelection.d.ts +80 -80
  388. package/lib/components/DropDownSelection.js +1 -1
  389. package/lib/components/DropdownContextMenus.js +1 -1
  390. package/lib/components/Editor.d.ts +120 -120
  391. package/lib/components/Editor.js +1 -1
  392. package/lib/components/Form.js +1 -1
  393. package/lib/components/FormField.js +1 -1
  394. package/lib/components/FormulaPicker.js +1 -1
  395. package/lib/components/GaodeMapPicker.js +1 -1
  396. package/lib/components/GridNav.js +1 -1
  397. package/lib/components/GridNavItem.js +1 -1
  398. package/lib/components/GroupedSelection.d.ts +80 -80
  399. package/lib/components/GroupedSelection.js +1 -1
  400. package/lib/components/HeadCellDropDown.js +1 -1
  401. package/lib/components/HorizontalScroll.d.ts +75 -0
  402. package/lib/components/HorizontalScroll.js +283 -0
  403. package/lib/components/Html.d.ts +2 -0
  404. package/lib/components/Html.js +6 -2
  405. package/lib/components/Icon.js +1 -1
  406. package/lib/components/ImageGallery.d.ts +40 -40
  407. package/lib/components/ImageGallery.js +1 -1
  408. package/lib/components/Input.js +1 -1
  409. package/lib/components/InputBox.d.ts +10 -10
  410. package/lib/components/InputBox.js +1 -1
  411. package/lib/components/InputBoxWithSuggestion.js +1 -1
  412. package/lib/components/InputJSONSchema.js +1 -1
  413. package/lib/components/InputTable.js +1 -1
  414. package/lib/components/JSONSchemaEditor.js +1 -1
  415. package/lib/components/Layout.js +1 -1
  416. package/lib/components/Link.js +1 -1
  417. package/lib/components/ListGroup.d.ts +10 -10
  418. package/lib/components/ListGroup.js +1 -1
  419. package/lib/components/ListMenu.d.ts +80 -80
  420. package/lib/components/ListMenu.js +1 -1
  421. package/lib/components/LocationPicker.d.ts +40 -40
  422. package/lib/components/LocationPicker.js +1 -1
  423. package/lib/components/Markdown.js +1 -1
  424. package/lib/components/Menu.js +1 -1
  425. package/lib/components/MobileDevTool.js +1 -1
  426. package/lib/components/Modal.d.ts +120 -120
  427. package/lib/components/Modal.js +1 -1
  428. package/lib/components/ModalManager.js +1 -1
  429. package/lib/components/MonthRangePicker.d.ts +160 -160
  430. package/lib/components/MultilineText.d.ts +40 -40
  431. package/lib/components/MultilineText.js +1 -1
  432. package/lib/components/NumberInput.d.ts +30 -30
  433. package/lib/components/NumberInput.js +1 -1
  434. package/lib/components/OverflowTpl.js +1 -1
  435. package/lib/components/Pagination.d.ts +120 -120
  436. package/lib/components/Pagination.js +1 -1
  437. package/lib/components/PdfViewer.js +1 -1
  438. package/lib/components/Picker.js +1 -1
  439. package/lib/components/PickerColumn.js +1 -1
  440. package/lib/components/PickerContainer.js +1 -1
  441. package/lib/components/PopOverContainer.js +1 -1
  442. package/lib/components/PopUp.d.ts +120 -120
  443. package/lib/components/PopUp.js +1 -1
  444. package/lib/components/Progress.d.ts +70 -70
  445. package/lib/components/Progress.js +1 -1
  446. package/lib/components/PullRefresh.d.ts +12 -0
  447. package/lib/components/PullRefresh.js +23 -13
  448. package/lib/components/Radios.d.ts +20 -20
  449. package/lib/components/Radios.js +1 -1
  450. package/lib/components/Range.js +1 -1
  451. package/lib/components/Rating.d.ts +40 -40
  452. package/lib/components/Rating.js +1 -1
  453. package/lib/components/ResultBox.d.ts +80 -80
  454. package/lib/components/ResultBox.js +1 -1
  455. package/lib/components/ResultList.d.ts +40 -40
  456. package/lib/components/ResultList.js +1 -1
  457. package/lib/components/ResultTableList.d.ts +80 -80
  458. package/lib/components/ResultTableList.js +1 -1
  459. package/lib/components/ResultTreeList.d.ts +40 -40
  460. package/lib/components/ResultTreeList.js +1 -1
  461. package/lib/components/RichText.js +1 -1
  462. package/lib/components/SearchBox.d.ts +80 -80
  463. package/lib/components/SearchBox.js +1 -1
  464. package/lib/components/Select.d.ts +1683 -1683
  465. package/lib/components/Select.js +1 -1
  466. package/lib/components/SelectMobile.js +1 -1
  467. package/lib/components/Selection.d.ts +80 -80
  468. package/lib/components/Selection.js +1 -1
  469. package/lib/components/Shape.js +1 -1
  470. package/lib/components/Signature.d.ts +2 -3
  471. package/lib/components/Signature.js +31 -21
  472. package/lib/components/Slider.d.ts +56 -0
  473. package/lib/components/Slider.js +146 -0
  474. package/lib/components/SparkLine.d.ts +40 -40
  475. package/lib/components/SparkLine.js +1 -1
  476. package/lib/components/Spinner.d.ts +60 -60
  477. package/lib/components/Spinner.js +1 -1
  478. package/lib/components/Steps.d.ts +7 -0
  479. package/lib/components/Steps.js +6 -6
  480. package/lib/components/Switch.d.ts +10 -10
  481. package/lib/components/Switch.js +1 -1
  482. package/lib/components/Tab.js +1 -1
  483. package/lib/components/Table.js +1 -1
  484. package/lib/components/TableSelection.d.ts +80 -80
  485. package/lib/components/TableSelection.js +1 -1
  486. package/lib/components/Tabs.d.ts +120 -120
  487. package/lib/components/Tabs.js +1 -1
  488. package/lib/components/TabsTransfer.d.ts +40 -40
  489. package/lib/components/TabsTransfer.js +1 -1
  490. package/lib/components/TabsTransferPicker.js +1 -1
  491. package/lib/components/Tag.d.ts +80 -80
  492. package/lib/components/Tag.js +1 -1
  493. package/lib/components/Textarea.d.ts +40 -40
  494. package/lib/components/Textarea.js +1 -1
  495. package/lib/components/Timeline.d.ts +8 -1
  496. package/lib/components/Timeline.js +44 -3
  497. package/lib/components/TimelineItem.d.ts +984 -23
  498. package/lib/components/TimelineItem.js +88 -27
  499. package/lib/components/Tinymce.js +1 -1
  500. package/lib/components/TitleBar.js +1 -1
  501. package/lib/components/Toast.d.ts +120 -120
  502. package/lib/components/Toast.js +1 -1
  503. package/lib/components/Tooltip.js +1 -1
  504. package/lib/components/TooltipWrapper.d.ts +30 -30
  505. package/lib/components/TooltipWrapper.js +3 -3
  506. package/lib/components/Transfer.d.ts +169 -169
  507. package/lib/components/Transfer.js +1 -1
  508. package/lib/components/TransferDropDown.d.ts +160 -160
  509. package/lib/components/TransferDropDown.js +1 -1
  510. package/lib/components/TransferPicker.js +1 -1
  511. package/lib/components/TransferSearch.js +1 -1
  512. package/lib/components/Tree.d.ts +167 -166
  513. package/lib/components/Tree.js +51 -11
  514. package/lib/components/TreeSelection.d.ts +120 -120
  515. package/lib/components/TreeSelection.js +1 -1
  516. package/lib/components/UserSelect.d.ts +80 -80
  517. package/lib/components/UserSelect.js +1 -1
  518. package/lib/components/UserTabSelect.d.ts +40 -40
  519. package/lib/components/UserTabSelect.js +1 -1
  520. package/lib/components/VerificationCode.js +1 -1
  521. package/lib/components/VirtualList.js +1 -1
  522. package/lib/components/WithRemoteConfig.js +1 -1
  523. package/lib/components/WithStore.js +1 -1
  524. package/lib/components/calendar/Calendar.js +1 -1
  525. package/lib/components/calendar/CalendarContainer.js +1 -1
  526. package/lib/components/calendar/DaysView.js +1 -1
  527. package/lib/components/calendar/MonthsView.js +1 -1
  528. package/lib/components/calendar/QuartersView.js +1 -1
  529. package/lib/components/calendar/TimeView.js +1 -1
  530. package/lib/components/calendar/YearsView.js +1 -1
  531. package/lib/components/condition-builder/Expression.js +1 -1
  532. package/lib/components/condition-builder/Field.js +1 -1
  533. package/lib/components/condition-builder/Func.js +1 -1
  534. package/lib/components/condition-builder/Group.js +1 -1
  535. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  536. package/lib/components/condition-builder/InputSwitch.js +1 -1
  537. package/lib/components/condition-builder/Item.js +1 -1
  538. package/lib/components/condition-builder/Value.js +1 -1
  539. package/lib/components/condition-builder/config.js +1 -1
  540. package/lib/components/condition-builder/index.js +1 -1
  541. package/lib/components/formula/CodeEditor.js +1 -1
  542. package/lib/components/formula/Editor.d.ts +40 -40
  543. package/lib/components/formula/Editor.js +13 -9
  544. package/lib/components/formula/FuncList.js +1 -1
  545. package/lib/components/formula/Input.js +1 -1
  546. package/lib/components/formula/Picker.d.ts +40 -40
  547. package/lib/components/formula/Picker.js +14 -10
  548. package/lib/components/formula/VariableList.js +1 -1
  549. package/lib/components/formula/plugin.js +1 -1
  550. package/lib/components/icons.js +1 -1
  551. package/lib/components/index.d.ts +5 -1
  552. package/lib/components/json-schema/Array.js +1 -1
  553. package/lib/components/json-schema/Item.js +1 -1
  554. package/lib/components/json-schema/Object.js +1 -1
  555. package/lib/components/json-schema/index.js +1 -1
  556. package/lib/components/menu/MenuContext.js +1 -1
  557. package/lib/components/menu/MenuItem.js +1 -1
  558. package/lib/components/menu/PanelMenu.js +4 -2
  559. package/lib/components/menu/SubMenu.d.ts +1 -1
  560. package/lib/components/menu/SubMenu.js +16 -5
  561. package/lib/components/menu/index.d.ts +90 -90
  562. package/lib/components/menu/index.js +3 -3
  563. package/lib/components/schema-editor/Array.js +1 -1
  564. package/lib/components/schema-editor/Common.js +1 -1
  565. package/lib/components/schema-editor/Item.js +1 -1
  566. package/lib/components/schema-editor/Object.js +1 -1
  567. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  568. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  569. package/lib/components/schema-editor/index.d.ts +40 -40
  570. package/lib/components/schema-editor/index.js +1 -1
  571. package/lib/components/table/Cell.d.ts +2 -0
  572. package/lib/components/table/Cell.js +10 -3
  573. package/lib/components/table/ColGroup.js +1 -1
  574. package/lib/components/table/Head.d.ts +1 -0
  575. package/lib/components/table/Head.js +11 -16
  576. package/lib/components/table/HeadCellDropDown.js +1 -1
  577. package/lib/components/table/HeadCellFilter.d.ts +40 -40
  578. package/lib/components/table/HeadCellFilter.js +1 -1
  579. package/lib/components/table/HeadCellSelect.d.ts +40 -40
  580. package/lib/components/table/HeadCellSelect.js +1 -1
  581. package/lib/components/table/HeadCellSort.js +1 -1
  582. package/lib/components/table/ItemActionsWrapper.js +1 -1
  583. package/lib/components/table/Row.js +1 -1
  584. package/lib/components/table/SummaryRow.js +1 -1
  585. package/lib/components/table/index.d.ts +120 -120
  586. package/lib/components/table/index.js +18 -7
  587. package/lib/components/table/util.d.ts +4 -3
  588. package/lib/components/table/util.js +23 -1
  589. package/lib/components/virtual-list/AutoSizer.js +1 -1
  590. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  591. package/lib/components/virtual-list/constants.js +1 -1
  592. package/lib/components/virtual-list/index.js +1 -1
  593. package/lib/components/withBadge.js +1 -1
  594. package/lib/hooks/use-click-away.d.ts +12 -0
  595. package/lib/hooks/use-click-away.js +59 -0
  596. package/lib/hooks/use-on-screen.js +1 -1
  597. package/lib/hooks/use-set-state.js +1 -1
  598. package/lib/hooks/use-sub-form.js +1 -1
  599. package/lib/hooks/use-touch.js +1 -1
  600. package/lib/hooks/use-update-effect.js +1 -1
  601. package/lib/hooks/use-validation-resolver.js +1 -1
  602. package/lib/icons/alert-danger.svg.js +1 -1
  603. package/lib/icons/alert-info.svg.js +1 -1
  604. package/lib/icons/alert-success.svg.js +1 -1
  605. package/lib/icons/alert-warning.svg.js +1 -1
  606. package/lib/icons/arrow-double-left.svg.js +1 -1
  607. package/lib/icons/arrow-double-right.svg.js +1 -1
  608. package/lib/icons/back.svg.js +1 -1
  609. package/lib/icons/calendar.svg.js +1 -1
  610. package/lib/icons/caret.svg.js +1 -1
  611. package/lib/icons/check.svg.js +1 -1
  612. package/lib/icons/clock.svg.js +1 -1
  613. package/lib/icons/close-small.svg.js +1 -1
  614. package/lib/icons/close.svg.js +1 -1
  615. package/lib/icons/cloud-upload.svg.js +1 -1
  616. package/lib/icons/column-filter.svg.js +1 -1
  617. package/lib/icons/columns.svg.js +1 -1
  618. package/lib/icons/compress-alt.svg.js +1 -1
  619. package/lib/icons/copy.svg.js +1 -1
  620. package/lib/icons/date.svg.js +1 -1
  621. package/lib/icons/department.svg.js +1 -1
  622. package/lib/icons/desk-empty.svg.js +1 -1
  623. package/lib/icons/dot.svg.js +1 -1
  624. package/lib/icons/down-arrow-bold.svg.js +1 -1
  625. package/lib/icons/down.svg.js +1 -1
  626. package/lib/icons/download.svg.js +1 -1
  627. package/lib/icons/drag-bar.svg.js +1 -1
  628. package/lib/icons/drag.svg.js +1 -1
  629. package/lib/icons/edit.svg.js +1 -1
  630. package/lib/icons/ellipsis-v.svg.js +1 -1
  631. package/lib/icons/enter.svg.js +1 -1
  632. package/lib/icons/exchange.svg.js +1 -1
  633. package/lib/icons/expand-alt.svg.js +1 -1
  634. package/lib/icons/fail.svg.js +1 -1
  635. package/lib/icons/file.svg.js +1 -1
  636. package/lib/icons/filter.svg.js +1 -1
  637. package/lib/icons/folder.svg.js +1 -1
  638. package/lib/icons/fullscreen.svg.js +1 -1
  639. package/lib/icons/function.svg.js +1 -1
  640. package/lib/icons/home.svg.js +1 -1
  641. package/lib/icons/if.svg.js +1 -1
  642. package/lib/icons/image.svg.js +1 -1
  643. package/lib/icons/info-circle.svg.js +1 -1
  644. package/lib/icons/info.svg.js +1 -1
  645. package/lib/icons/input-clear.svg.js +1 -1
  646. package/lib/icons/invisible.svg.js +1 -1
  647. package/lib/icons/left-arrow.svg.js +1 -1
  648. package/lib/icons/loading-outline.svg.js +1 -1
  649. package/lib/icons/location.svg.js +1 -1
  650. package/lib/icons/menu.svg.js +1 -1
  651. package/lib/icons/minus.svg.js +1 -1
  652. package/lib/icons/move.svg.js +1 -1
  653. package/lib/icons/mute.svg.js +1 -1
  654. package/lib/icons/new-edit.svg.js +1 -1
  655. package/lib/icons/pause.svg.js +1 -1
  656. package/lib/icons/pencil.svg.js +1 -1
  657. package/lib/icons/play.svg.js +1 -1
  658. package/lib/icons/plus-cicle.svg.js +1 -1
  659. package/lib/icons/plus-fine.svg.js +1 -1
  660. package/lib/icons/plus.svg.js +1 -1
  661. package/lib/icons/post.svg.js +1 -1
  662. package/lib/icons/question-mark.svg.js +1 -1
  663. package/lib/icons/question.svg.js +1 -1
  664. package/lib/icons/redo.svg.js +1 -1
  665. package/lib/icons/refresh.svg.js +1 -1
  666. package/lib/icons/reload.svg.js +1 -1
  667. package/lib/icons/remove.svg.js +1 -1
  668. package/lib/icons/retry.svg.js +1 -1
  669. package/lib/icons/right-arrow-bold.svg.js +1 -1
  670. package/lib/icons/right-arrow.svg.js +1 -1
  671. package/lib/icons/right-double-arrow.svg.js +1 -1
  672. package/lib/icons/role.svg.js +1 -1
  673. package/lib/icons/rotate-left.svg.js +1 -1
  674. package/lib/icons/rotate-right.svg.js +1 -1
  675. package/lib/icons/rotate-screen.svg.js +1 -1
  676. package/lib/icons/scale-origin.svg.js +1 -1
  677. package/lib/icons/schedule.svg.js +1 -1
  678. package/lib/icons/search.svg.js +1 -1
  679. package/lib/icons/setting.svg.js +1 -1
  680. package/lib/icons/slider-handle-icon.svg.js +1 -1
  681. package/lib/icons/sort-asc.svg.js +1 -1
  682. package/lib/icons/sort-default.svg.js +1 -1
  683. package/lib/icons/sort-desc.svg.js +1 -1
  684. package/lib/icons/star.svg.js +1 -1
  685. package/lib/icons/status-close.svg.js +1 -1
  686. package/lib/icons/steps-finsh.svg.js +1 -1
  687. package/lib/icons/sub-plus.svg.js +1 -1
  688. package/lib/icons/success.svg.js +1 -1
  689. package/lib/icons/transparent.svg.js +1 -1
  690. package/lib/icons/trash.svg.js +1 -1
  691. package/lib/icons/tree-down.svg.js +1 -1
  692. package/lib/icons/undo-normal.svg.js +1 -1
  693. package/lib/icons/undo.svg.js +1 -1
  694. package/lib/icons/unfullscreen.svg.js +1 -1
  695. package/lib/icons/upload.svg.js +1 -1
  696. package/lib/icons/user-remove.svg.js +1 -1
  697. package/lib/icons/view.svg.js +1 -1
  698. package/lib/icons/volume.svg.js +1 -1
  699. package/lib/icons/warning-mark.svg.js +1 -1
  700. package/lib/icons/warning.svg.js +1 -1
  701. package/lib/icons/window-restore.svg.js +1 -1
  702. package/lib/icons/zoom-in.svg.js +1 -1
  703. package/lib/icons/zoom-out.svg.js +1 -1
  704. package/lib/index.d.ts +2 -1
  705. package/lib/index.js +8 -1
  706. package/lib/locale/de-DE.js +2 -1
  707. package/lib/locale/en-US.js +2 -1
  708. package/lib/locale/zh-CN.js +2 -1
  709. package/lib/scss/helper.scss.js +1 -1
  710. package/lib/scss/themes/ang.scss.js +1 -1
  711. package/lib/scss/themes/antd.scss.js +1 -1
  712. package/lib/scss/themes/cxd.scss.js +1 -1
  713. package/lib/scss/themes/dark.scss.js +1 -1
  714. package/lib/scss/themes/default.scss.js +1 -1
  715. package/lib/themes/ang.css +962 -120
  716. package/lib/themes/ang.js +1 -1
  717. package/lib/themes/antd.css +962 -120
  718. package/lib/themes/antd.js +1 -1
  719. package/lib/themes/cxd.css +962 -120
  720. package/lib/themes/cxd.js +1 -1
  721. package/lib/themes/dark.css +962 -120
  722. package/lib/themes/dark.js +1 -1
  723. package/lib/themes/default.css +962 -120
  724. package/lib/utils/vectorComputed.js +1 -1
  725. package/lib/withRemoteConfig.js +1 -1
  726. package/lib/withStore.js +1 -1
  727. package/package.json +4 -3
  728. package/scss/_components.scss +22 -10
  729. package/scss/_properties.scss +10 -1
  730. package/scss/base/_animate.scss +46 -4
  731. package/scss/components/_cards.scss +26 -0
  732. package/scss/components/_carousel.scss +9 -8
  733. package/scss/components/_context-menu.scss +34 -28
  734. package/scss/components/_horizontal-scroll.scss +51 -0
  735. package/scss/components/_images.scss +435 -0
  736. package/scss/components/_list.scss +57 -0
  737. package/scss/components/_page.scss +27 -1
  738. package/scss/components/_popoverable.scss +6 -5
  739. package/scss/components/_signature.scss +1 -0
  740. package/scss/components/_slider.scss +27 -0
  741. package/scss/components/_steps.scss +17 -2
  742. package/scss/components/_table.scss +19 -1
  743. package/scss/components/_table2.scss +28 -0
  744. package/scss/components/_timeline.scss +366 -88
  745. package/scss/themes/_common.scss +2 -0
  746. package/esm/utils/smoothSignature.js +0 -386
  747. package/lib/utils/smoothSignature.js +0 -390
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -18,14 +18,21 @@ var BodyCell = /** @class */ (function (_super) {
18
18
  }
19
19
  BodyCell.prototype.render = function () {
20
20
  var _a;
21
- var _b = this.props, fixed = _b.fixed, rowSpan = _b.rowSpan, colSpan = _b.colSpan, children = _b.children, className = _b.className, column = _b.column, style = _b.style, depth = _b.depth, col = _b.col, Component = _b.wrapperComponent, cx = _b.classnames, testIdBuilder = _b.testIdBuilder;
21
+ var _b = this.props, fixed = _b.fixed, selfSticky = _b.selfSticky, rowSpan = _b.rowSpan, colSpan = _b.colSpan, children = _b.children, className = _b.className, column = _b.column, style = _b.style, depth = _b.depth, col = _b.col, Component = _b.wrapperComponent, cx = _b.classnames, testIdBuilder = _b.testIdBuilder;
22
+ var _style = __assign({}, style);
23
+ if (fixed || selfSticky) {
24
+ _style = __assign({ position: 'sticky', zIndex: zIndex }, _style);
25
+ }
22
26
  return (React__default.createElement(Component, __assign({ rowSpan: rowSpan && rowSpan > 1 ? rowSpan : null, colSpan: colSpan && colSpan > 1 ? colSpan : null, className: cx('Table-cell', className, (_a = {},
23
27
  _a[cx("Table-cell-fix-".concat(fixed))] = fixed,
28
+ _a["Table-cell-self-sticky"] = selfSticky,
24
29
  _a["text-".concat(column === null || column === void 0 ? void 0 : column.align)] = column === null || column === void 0 ? void 0 : column.align,
25
- _a)), style: fixed ? __assign({ position: 'sticky', zIndex: zIndex }, style) : __assign({}, style), "data-depth": depth || null, "data-col": col }, testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getTestId()), children));
30
+ _a["align-".concat(column === null || column === void 0 ? void 0 : column.vAlign)] = column === null || column === void 0 ? void 0 : column.vAlign,
31
+ _a)), style: _style, "data-depth": depth || null, "data-col": col }, testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getTestId()), children));
26
32
  };
27
33
  BodyCell.defaultProps = {
28
34
  fixed: '',
35
+ selfSticky: false,
29
36
  wrapperComponent: 'td',
30
37
  rowSpan: null,
31
38
  colSpan: null
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -31,6 +31,7 @@ export interface Props extends ThemeProps {
31
31
  onFilter?: Function;
32
32
  onResizeMouseDown: Function;
33
33
  testIdBuilder?: TestIdBuilder;
34
+ selfSticky?: boolean;
34
35
  }
35
36
  export default class Head extends React.PureComponent<Props> {
36
37
  domRef: React.RefObject<HTMLTableSectionElement>;
@@ -1,12 +1,11 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
6
6
  import { __extends, __spreadArray, __read, __awaiter, __generator } from 'tslib';
7
7
  import React__default from 'react';
8
- import { noop } from 'amis-core';
9
- import { hasFixedColumn, updateFixedRow, getBuildColumns, getAllSelectableRows } from './util.js';
8
+ import { updateStickyRow, hasFixedColumn, updateFixedRow, getBuildColumns, getAllSelectableRows } from './util.js';
10
9
  import Checkbox from '../Checkbox.js';
11
10
  import BodyCell from './Cell.js';
12
11
  import HeadCellSort from './HeadCellSort.js';
@@ -42,7 +41,7 @@ var Head = /** @class */ (function (_super) {
42
41
  }
43
42
  };
44
43
  Head.prototype.updateFixedRow = function () {
45
- var cx = this.props.classnames;
44
+ var _a = this.props, cx = _a.classnames, selfSticky = _a.selfSticky;
46
45
  var thead = this.domRef.current;
47
46
  var children = thead === null || thead === void 0 ? void 0 : thead.children;
48
47
  for (var i = 0; i < ((children === null || children === void 0 ? void 0 : children.length) || 0); i++) {
@@ -50,6 +49,9 @@ var Head = /** @class */ (function (_super) {
50
49
  if (i === 0) {
51
50
  this.prependColumns(cols);
52
51
  }
52
+ if (selfSticky) {
53
+ updateStickyRow(children, i);
54
+ }
53
55
  if (hasFixedColumn(cols)) {
54
56
  updateFixedRow(children === null || children === void 0 ? void 0 : children[i], cols, cx);
55
57
  }
@@ -63,7 +65,7 @@ var Head = /** @class */ (function (_super) {
63
65
  };
64
66
  Head.prototype.render = function () {
65
67
  var _this = this;
66
- var _a = this.props, dataSource = _a.dataSource, cx = _a.classnames, classPrefix = _a.classPrefix, expandable = _a.expandable, draggable = _a.draggable, resizable = _a.resizable, selectable = _a.selectable, rowSelectionKeyField = _a.rowSelectionKeyField, isExpandable = _a.isExpandable, childrenColumnName = _a.childrenColumnName, selectedRowKeys = _a.selectedRowKeys, maxSelectedLength = _a.maxSelectedLength, rowSelectionFixed = _a.rowSelectionFixed, rowSelectionType = _a.rowSelectionType, popOverContainer = _a.popOverContainer, isRightExpandable = _a.isRightExpandable, isLeftExpandable = _a.isLeftExpandable, orderBy = _a.orderBy, columns = _a.columns, selections = _a.selections, expandableFixed = _a.expandableFixed, onSort = _a.onSort, onSelectAll = _a.onSelectAll, onFilter = _a.onFilter, onResizeMouseDown = _a.onResizeMouseDown, testIdBuilder = _a.testIdBuilder, className = _a.className;
68
+ var _a = this.props, dataSource = _a.dataSource, cx = _a.classnames, classPrefix = _a.classPrefix, expandable = _a.expandable, draggable = _a.draggable, resizable = _a.resizable, selectable = _a.selectable, rowSelectionKeyField = _a.rowSelectionKeyField, isExpandable = _a.isExpandable, childrenColumnName = _a.childrenColumnName, selectedRowKeys = _a.selectedRowKeys, maxSelectedLength = _a.maxSelectedLength, rowSelectionFixed = _a.rowSelectionFixed, rowSelectionType = _a.rowSelectionType, popOverContainer = _a.popOverContainer, isRightExpandable = _a.isRightExpandable, isLeftExpandable = _a.isLeftExpandable, orderBy = _a.orderBy, columns = _a.columns, selections = _a.selections, expandableFixed = _a.expandableFixed, onSort = _a.onSort, onSelectAll = _a.onSelectAll, onFilter = _a.onFilter, onResizeMouseDown = _a.onResizeMouseDown, testIdBuilder = _a.testIdBuilder, className = _a.className, selfSticky = _a.selfSticky;
67
69
  var _b = getBuildColumns(columns), thColumns = _b.thColumns, tdColumns = _b.tdColumns;
68
70
  this.thColumns = thColumns;
69
71
  this.tdColumns = tdColumns;
@@ -83,8 +85,8 @@ var Head = /** @class */ (function (_super) {
83
85
  var thIndex = 0;
84
86
  return (React__default.createElement("thead", { ref: this.domRef, className: cx('Table-thead', className) }, this.thColumns.map(function (data, index) {
85
87
  return (React__default.createElement("tr", { key: 'th-cell-' + index },
86
- draggable && index === 0 ? (React__default.createElement(BodyCell, { key: "drag-".concat(index), wrapperComponent: "th", rowSpan: _this.thColumns.length, className: cx('Table-dragCell'), col: "drag", classnames: cx, classPrefix: classPrefix, testIdBuilder: testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getChild("drag-".concat(index)) })) : null,
87
- !draggable && selectable && index === 0 ? (React__default.createElement(BodyCell, { key: "select-".concat(index), wrapperComponent: "th", rowSpan: _this.thColumns.length, fixed: rowSelectionFixed ? 'left' : '', className: cx('Table-checkCell'), col: "select", classnames: cx, classPrefix: classPrefix, testIdBuilder: testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getChild("select-".concat(index)) }, rowSelectionType !== 'radio'
88
+ draggable && index === 0 ? (React__default.createElement(BodyCell, { key: "drag-".concat(index), wrapperComponent: "th", rowSpan: _this.thColumns.length, className: cx('Table-dragCell'), selfSticky: selfSticky, col: "drag", classnames: cx, classPrefix: classPrefix, testIdBuilder: testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getChild("drag-".concat(index)) })) : null,
89
+ !draggable && selectable && index === 0 ? (React__default.createElement(BodyCell, { key: "select-".concat(index), wrapperComponent: "th", rowSpan: _this.thColumns.length, fixed: rowSelectionFixed ? 'left' : '', className: cx('Table-checkCell'), selfSticky: selfSticky, col: "select", classnames: cx, classPrefix: classPrefix, testIdBuilder: testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getChild("select-".concat(index)) }, rowSelectionType !== 'radio'
88
90
  ? [
89
91
  React__default.createElement(Checkbox, { key: "checkAll", partial: selectedKeys.length > 0 &&
90
92
  selectedKeys.length < rowKeys.length, checked: selectedKeys.length > 0, onChange: function (value) { return __awaiter(_this, void 0, void 0, function () {
@@ -127,20 +129,13 @@ var Head = /** @class */ (function (_super) {
127
129
  // 没设置name的 那一定不是要绑定数据的列 一般都是分组的上层 也不会出现调整列宽
128
130
  cIndex = _this.tdColumns.findIndex(function (c) { return c.name === item.name; });
129
131
  }
130
- /** 如果当前列定宽,则不能操作drag bar */
131
- var pristineWidth = item.width;
132
- var disableColDrag = typeof pristineWidth === 'number' && pristineWidth > 0;
133
132
  var children = !((_b = item.children) === null || _b === void 0 ? void 0 : _b.length) ? (React__default.createElement(React__default.Fragment, null,
134
133
  sort,
135
134
  filter,
136
- resizable ? (React__default.createElement("i", { className: cx('Table-thead-resizable', {
137
- 'Table-thead-resizable--disabled': disableColDrag
138
- }), onMouseDown: function (e) {
139
- disableColDrag
140
- ? noop
141
- : onResizeMouseDown === null || onResizeMouseDown === void 0 ? void 0 : onResizeMouseDown(e, cIndex);
135
+ resizable ? (React__default.createElement("i", { className: cx('Table-thead-resizable'), onMouseDown: function (e) {
136
+ onResizeMouseDown === null || onResizeMouseDown === void 0 ? void 0 : onResizeMouseDown(e, cIndex);
142
137
  } })) : null)) : null;
143
- return (React__default.createElement(BodyCell, { key: "cell-".concat(colIndex), wrapperComponent: "th", rowSpan: item.rowSpan, colSpan: item.colSpan, classnames: cx, classPrefix: classPrefix, fixed: item.fixed === true ? 'left' : item.fixed, className: cx({
138
+ return (React__default.createElement(BodyCell, { key: "cell-".concat(colIndex), wrapperComponent: "th", rowSpan: item.rowSpan, colSpan: item.colSpan, classnames: cx, classPrefix: classPrefix, selfSticky: selfSticky, fixed: item.fixed === true ? 'left' : item.fixed, className: cx({
144
139
  'Table-cell-last': thIndex === maxCount
145
140
  }), depth: item.depth, col: String(colIndex), testIdBuilder: testIdBuilder === null || testIdBuilder === void 0 ? void 0 : testIdBuilder.getChild("cell-".concat(colIndex)) }, typeof item.title === 'function'
146
141
  ? item.title(children)
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -344,7 +344,7 @@ var Table = /** @class */ (function (_super) {
344
344
  Table.prototype.renderHead = function () {
345
345
  var _this = this;
346
346
  var _a;
347
- var _b = this.props, columns = _b.columns, cx = _b.classnames, classPrefix = _b.classPrefix, expandable = _b.expandable, rowSelection = _b.rowSelection, draggable = _b.draggable, resizable = _b.resizable, dataSource = _b.dataSource, onSort = _b.onSort, onSelectAll = _b.onSelectAll, onFilter = _b.onFilter, testIdBuilder = _b.testIdBuilder, headerClassName = _b.headerClassName;
347
+ var _b = this.props, columns = _b.columns, cx = _b.classnames, classPrefix = _b.classPrefix, expandable = _b.expandable, rowSelection = _b.rowSelection, draggable = _b.draggable, resizable = _b.resizable, dataSource = _b.dataSource, onSort = _b.onSort, onSelectAll = _b.onSelectAll, onFilter = _b.onFilter, testIdBuilder = _b.testIdBuilder, headerClassName = _b.headerClassName, sticky = _b.sticky, autoFillHeight = _b.autoFillHeight, scroll = _b.scroll;
348
348
  var rowSelectionKeyField = this.getRowSelectionKeyField();
349
349
  var dataList = rowSelection && rowSelection.getCheckboxProps
350
350
  ? filterTree(dataSource, function (data, index, level) {
@@ -352,7 +352,9 @@ var Table = /** @class */ (function (_super) {
352
352
  return !props.disabled;
353
353
  })
354
354
  : dataSource;
355
- return (React__default.createElement(Head, { key: "thead", columns: columns, draggable: !!draggable, selectable: !!rowSelection, rowSelectionFixed: !!(rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.fixed), rowSelectionType: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type, selections: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.selections, rowSelectionKeyField: rowSelectionKeyField, maxSelectedLength: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.maxSelectedLength, isExpandable: this.isExpandableTable(), isRightExpandable: this.isRightExpandable(), isLeftExpandable: this.isLeftExpandable(), selectedRowKeys: this.state.selectedRowKeys, dataSource: dataList, resizable: resizable, expandable: !!expandable, expandableFixed: expandable === null || expandable === void 0 ? void 0 : expandable.fixed, childrenColumnName: this.getChildrenColumnName(), orderBy: (_a = this.state.sort) === null || _a === void 0 ? void 0 : _a.orderBy, popOverContainer: this.getPopOverContainer, classnames: cx, className: headerClassName, classPrefix: classPrefix, onSort: function (payload, column) {
355
+ var hasScrollY = scroll && scroll.y;
356
+ var selfSticky = !!(hasScrollY || (sticky && autoFillHeight));
357
+ return (React__default.createElement(Head, { key: "thead", selfSticky: selfSticky, columns: columns, draggable: !!draggable, selectable: !!rowSelection, rowSelectionFixed: !!(rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.fixed), rowSelectionType: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type, selections: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.selections, rowSelectionKeyField: rowSelectionKeyField, maxSelectedLength: rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.maxSelectedLength, isExpandable: this.isExpandableTable(), isRightExpandable: this.isRightExpandable(), isLeftExpandable: this.isLeftExpandable(), selectedRowKeys: this.state.selectedRowKeys, dataSource: dataList, resizable: resizable, expandable: !!expandable, expandableFixed: expandable === null || expandable === void 0 ? void 0 : expandable.fixed, childrenColumnName: this.getChildrenColumnName(), orderBy: (_a = this.state.sort) === null || _a === void 0 ? void 0 : _a.orderBy, popOverContainer: this.getPopOverContainer, classnames: cx, className: headerClassName, classPrefix: classPrefix, onSort: function (payload, column) {
356
358
  _this.setState({
357
359
  sort: payload
358
360
  });
@@ -924,15 +926,22 @@ var Table = /** @class */ (function (_super) {
924
926
  this.initTableWidth();
925
927
  };
926
928
  Table.prototype.render = function () {
927
- var _a;
928
- var _b = this.props, title = _b.title, footer = _b.footer, className = _b.className, scroll = _b.scroll, size = _b.size, bordered = _b.bordered, resizable = _b.resizable, columns = _b.columns, sticky = _b.sticky, cx = _b.classnames;
929
- var _c = getBuildColumns(columns), thColumns = _c.thColumns, tdColumns = _c.tdColumns;
929
+ var _a, _b;
930
+ var _c = this.props, title = _c.title, footer = _c.footer, className = _c.className, scroll = _c.scroll, size = _c.size, bordered = _c.bordered, resizable = _c.resizable, columns = _c.columns, sticky = _c.sticky, autoFillHeight = _c.autoFillHeight, cx = _c.classnames;
931
+ var _d = getBuildColumns(columns), thColumns = _d.thColumns, tdColumns = _d.tdColumns;
930
932
  this.thColumns = thColumns;
931
933
  this.tdColumns = tdColumns;
932
934
  // 是否设置了纵向滚动
933
935
  var hasScrollY = scroll && scroll.y;
934
936
  // 是否设置了横向滚动
935
937
  var hasScrollX = scroll && scroll.x;
938
+ var style = {};
939
+ if (hasScrollY) {
940
+ Object.assign(style, {
941
+ overflow: 'auto scroll',
942
+ maxHeight: scroll.y
943
+ });
944
+ }
936
945
  return (React__default.createElement("div", { ref: this.tableDom, className: cx('Table2', className, (_a = {},
937
946
  _a[cx('Table-scroll-horizontal')] = hasScrollX,
938
947
  _a[cx("Table-".concat(size))] = size,
@@ -940,7 +949,9 @@ var Table = /** @class */ (function (_super) {
940
949
  _a[cx('Table-resizable')] = resizable,
941
950
  _a)) },
942
951
  title ? (React__default.createElement("div", { className: cx('Table-title') }, typeof title === 'function' ? title() : title)) : null,
943
- hasScrollY || sticky ? (this.renderScrollTable()) : (React__default.createElement("div", { className: cx('Table-container'), ref: this.containerDom }, this.renderTable())),
952
+ !hasScrollY && !(sticky && autoFillHeight) ? (this.renderScrollTable()) : (React__default.createElement("div", { className: cx('Table-container', (_b = {},
953
+ _b[cx('Table-container-self-sticky')] = hasScrollY || (sticky && autoFillHeight),
954
+ _b)), style: style, ref: this.containerDom }, this.renderTable())),
944
955
  footer ? (React__default.createElement("div", { className: cx('Table-footer') }, typeof footer === 'function' ? footer() : footer)) : null));
945
956
  };
946
957
  Table.defaultProps = {
@@ -19,6 +19,7 @@ export declare function getBuildColumns(columns: Array<any>): {
19
19
  tdColumns: TdProps[];
20
20
  };
21
21
  export declare function updateFixedRow(row: HTMLTableRowElement, columns: Array<ColumnProps | SummaryProps>, cx: Function): void;
22
+ export declare function updateStickyRow(thead: HTMLCollection, rowIndex: number): void;
22
23
  export declare function hasFixedColumn(columns: Array<ColumnProps | SummaryProps>): number | ColumnProps | SummaryProps | ((predicate: (value: ColumnProps | SummaryProps, index: number, obj: (ColumnProps | SummaryProps)[]) => unknown, thisArg?: any) => number) | (() => IterableIterator<ColumnProps | SummaryProps>) | (() => {
23
24
  copyWithin: boolean;
24
25
  entries: boolean;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -144,6 +144,16 @@ function getPreviousLeftWidth(doms, index, columns) {
144
144
  }
145
145
  return width;
146
146
  }
147
+ function getPreviousTopHeight(thead, rowIndex) {
148
+ var height = 0;
149
+ for (var i = 0; i < rowIndex; i++) {
150
+ if (thead && thead[i]) {
151
+ var dom = thead[i];
152
+ height += dom.offsetHeight;
153
+ }
154
+ }
155
+ return height;
156
+ }
147
157
  function getAfterRightWidth(doms, index, columns) {
148
158
  var width = 0;
149
159
  for (var i = doms.length - 0; i > index; i--) {
@@ -197,6 +207,17 @@ function updateFixedRow(row, columns, cx) {
197
207
  }
198
208
  }
199
209
  }
210
+ // 更新一个tr下的th的top
211
+ function updateStickyRow(thead, rowIndex) {
212
+ var _a;
213
+ var children = ((_a = thead[rowIndex]) === null || _a === void 0 ? void 0 : _a.children) || [];
214
+ for (var i = 0; i < children.length; i++) {
215
+ var dom = children[i];
216
+ dom.style.removeProperty('top');
217
+ dom.style.top =
218
+ rowIndex > 0 ? getPreviousTopHeight(thead, rowIndex) + 'px' : '0';
219
+ }
220
+ }
200
221
  function hasFixedColumn(columns) {
201
222
  return find(columns, function (column) { return column.fixed; });
202
223
  }
@@ -239,4 +260,4 @@ function getSortData(data, columns, childrenColumnName, sort) {
239
260
  });
240
261
  }
241
262
 
242
- export { buildColumns, checkChildrenRow, getAllSelectableRows, getBuildColumns, getDataChildrenKeys, getMaxLevelThRowSpan, getRowsByKeys, getSortData, getThColSpan, getThRowSpan, hasFixedColumn, levelsSplit, updateFixedRow };
263
+ export { buildColumns, checkChildrenRow, getAllSelectableRows, getBuildColumns, getDataChildrenKeys, getMaxLevelThRowSpan, getRowsByKeys, getSortData, getThColSpan, getThRowSpan, hasFixedColumn, levelsSplit, updateFixedRow, updateStickyRow };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -0,0 +1,12 @@
1
+ import { RefObject } from 'react';
2
+ /**
3
+ * 自定义 Hook:useClickAway
4
+ * 当点击事件发生在指定元素外部时,触发回调函数
5
+ *
6
+ * @param ref - 目标元素的引用
7
+ * @param onClickAway - 点击外部时的回调函数
8
+ * @param doc - Document 对象,默认为当前文档
9
+ * @param events - 监听的事件类型,默认为 ['mousedown', 'touchstart']
10
+ */
11
+ declare const useClickAway: (ref: RefObject<HTMLElement | null>, onClickAway: (e: Event) => void, doc?: Document, events?: string[]) => void;
12
+ export default useClickAway;
@@ -0,0 +1,55 @@
1
+ /**
2
+ * amis-ui v6.12.0-ab.2
3
+ * Copyright 2018-2025 fex
4
+ */
5
+
6
+ import { useCallback, useEffect } from 'react';
7
+
8
+ // 存储所有点击事件监听器的集合
9
+ var listeners = new Set();
10
+ // 添加点击事件监听器
11
+ var addClickListener = function (callback) {
12
+ return listeners.add(callback);
13
+ };
14
+ // 移除点击事件监听器
15
+ var removeClickListener = function (callback) {
16
+ return listeners.delete(callback);
17
+ };
18
+ // 处理点击事件,调用所有监听器
19
+ function handleEvent(e) {
20
+ listeners.forEach(function (listener) { return listener(e); });
21
+ }
22
+ // 默认的事件类型
23
+ var defaultEvents = ['mousedown', 'touchstart'];
24
+ /**
25
+ * 自定义 Hook:useClickAway
26
+ * 当点击事件发生在指定元素外部时,触发回调函数
27
+ *
28
+ * @param ref - 目标元素的引用
29
+ * @param onClickAway - 点击外部时的回调函数
30
+ * @param doc - Document 对象,默认为当前文档
31
+ * @param events - 监听的事件类型,默认为 ['mousedown', 'touchstart']
32
+ */
33
+ var useClickAway = function (ref, onClickAway, doc, events) {
34
+ if (doc === void 0) { doc = document; }
35
+ if (events === void 0) { events = defaultEvents; }
36
+ // 事件处理函数
37
+ var handler = useCallback(function (e) {
38
+ var el = ref.current;
39
+ el && !el.contains(e.target) && onClickAway(e);
40
+ }, [ref]);
41
+ useEffect(function () {
42
+ // 添加事件监听器
43
+ if (!listeners.has(handler)) {
44
+ addClickListener(handler);
45
+ }
46
+ events.forEach(function (event) { return doc.addEventListener(event, handleEvent); });
47
+ // 清理函数,移除事件监听器
48
+ return function () {
49
+ removeClickListener(handler);
50
+ events.forEach(function (event) { return doc.removeEventListener(event, handleEvent); });
51
+ };
52
+ }, [events, ref, doc]);
53
+ };
54
+
55
+ export { useClickAway as default };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v6.11.0
2
+ * amis-ui v6.12.0-ab.2
3
3
  * Copyright 2018-2025 fex
4
4
  */
5
5