amis-ui 6.11.0 → 6.12.0-ab.1

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 (745) 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 +40 -40
  329. package/lib/components/Alert.js +1 -1
  330. package/lib/components/Alert2.d.ts +10 -10
  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 +80 -80
  345. package/lib/components/Avatar.js +1 -1
  346. package/lib/components/Badge.js +1 -1
  347. package/lib/components/BaiduMapPicker.js +12 -2
  348. package/lib/components/BarCode.js +1 -1
  349. package/lib/components/Breadcrumb.js +1 -1
  350. package/lib/components/Button.d.ts +30 -30
  351. package/lib/components/Button.js +1 -1
  352. package/lib/components/CalendarMobile.d.ts +40 -40
  353. package/lib/components/CalendarMobile.js +1 -1
  354. package/lib/components/Card.d.ts +30 -30
  355. package/lib/components/Card.js +1 -1
  356. package/lib/components/Cascader.js +1 -1
  357. package/lib/components/ChainedDropdownSelection.d.ts +80 -80
  358. package/lib/components/ChainedDropdownSelection.js +1 -1
  359. package/lib/components/ChainedSelection.d.ts +80 -80
  360. package/lib/components/ChainedSelection.js +1 -1
  361. package/lib/components/Checkbox.d.ts +10 -10
  362. package/lib/components/Checkbox.js +1 -1
  363. package/lib/components/CityArea.js +1 -1
  364. package/lib/components/CityDB.js +1 -1
  365. package/lib/components/CodeMirror.js +1 -1
  366. package/lib/components/Collapse.d.ts +40 -40
  367. package/lib/components/Collapse.js +1 -1
  368. package/lib/components/CollapseGroup.d.ts +10 -10
  369. package/lib/components/CollapseGroup.js +1 -1
  370. package/lib/components/ColorPicker.d.ts +120 -120
  371. package/lib/components/ColorPicker.js +1 -1
  372. package/lib/components/Combo.js +1 -1
  373. package/lib/components/ConditionBuilder.js +1 -1
  374. package/lib/components/ConfirmBox.d.ts +80 -80
  375. package/lib/components/ConfirmBox.js +1 -1
  376. package/lib/components/ContextMenu.d.ts +1 -0
  377. package/lib/components/ContextMenu.js +6 -3
  378. package/lib/components/DatePicker.d.ts +161 -161
  379. package/lib/components/DatePicker.js +1 -1
  380. package/lib/components/DateRangePicker.d.ts +280 -280
  381. package/lib/components/DateRangePicker.js +1 -1
  382. package/lib/components/DiffEditor.js +1 -1
  383. package/lib/components/DndContainer.js +1 -1
  384. package/lib/components/Drawer.d.ts +10 -10
  385. package/lib/components/Drawer.js +1 -1
  386. package/lib/components/DropDownSelection.d.ts +80 -80
  387. package/lib/components/DropDownSelection.js +1 -1
  388. package/lib/components/DropdownContextMenus.js +1 -1
  389. package/lib/components/Editor.d.ts +120 -120
  390. package/lib/components/Editor.js +1 -1
  391. package/lib/components/Form.js +1 -1
  392. package/lib/components/FormField.js +1 -1
  393. package/lib/components/FormulaPicker.js +1 -1
  394. package/lib/components/GaodeMapPicker.js +1 -1
  395. package/lib/components/GridNav.js +1 -1
  396. package/lib/components/GridNavItem.js +1 -1
  397. package/lib/components/GroupedSelection.d.ts +80 -80
  398. package/lib/components/GroupedSelection.js +1 -1
  399. package/lib/components/HeadCellDropDown.js +1 -1
  400. package/lib/components/HorizontalScroll.d.ts +75 -0
  401. package/lib/components/HorizontalScroll.js +283 -0
  402. package/lib/components/Html.d.ts +2 -0
  403. package/lib/components/Html.js +6 -2
  404. package/lib/components/Icon.js +1 -1
  405. package/lib/components/ImageGallery.js +1 -1
  406. package/lib/components/Input.js +1 -1
  407. package/lib/components/InputBox.d.ts +20 -20
  408. package/lib/components/InputBox.js +1 -1
  409. package/lib/components/InputBoxWithSuggestion.js +1 -1
  410. package/lib/components/InputJSONSchema.js +1 -1
  411. package/lib/components/InputTable.js +1 -1
  412. package/lib/components/JSONSchemaEditor.js +1 -1
  413. package/lib/components/Layout.js +1 -1
  414. package/lib/components/Link.js +1 -1
  415. package/lib/components/ListGroup.d.ts +10 -10
  416. package/lib/components/ListGroup.js +1 -1
  417. package/lib/components/ListMenu.d.ts +40 -40
  418. package/lib/components/ListMenu.js +1 -1
  419. package/lib/components/LocationPicker.d.ts +80 -80
  420. package/lib/components/LocationPicker.js +1 -1
  421. package/lib/components/Markdown.js +1 -1
  422. package/lib/components/Menu.js +1 -1
  423. package/lib/components/MobileDevTool.js +1 -1
  424. package/lib/components/Modal.d.ts +80 -80
  425. package/lib/components/Modal.js +1 -1
  426. package/lib/components/ModalManager.js +1 -1
  427. package/lib/components/MonthRangePicker.d.ts +240 -240
  428. package/lib/components/MultilineText.d.ts +40 -40
  429. package/lib/components/MultilineText.js +1 -1
  430. package/lib/components/NumberInput.d.ts +30 -30
  431. package/lib/components/NumberInput.js +1 -1
  432. package/lib/components/OverflowTpl.js +1 -1
  433. package/lib/components/Pagination.d.ts +120 -120
  434. package/lib/components/Pagination.js +1 -1
  435. package/lib/components/PdfViewer.js +1 -1
  436. package/lib/components/Picker.js +1 -1
  437. package/lib/components/PickerColumn.js +1 -1
  438. package/lib/components/PickerContainer.js +1 -1
  439. package/lib/components/PopOverContainer.js +1 -1
  440. package/lib/components/PopUp.d.ts +80 -80
  441. package/lib/components/PopUp.js +1 -1
  442. package/lib/components/Progress.d.ts +30 -30
  443. package/lib/components/Progress.js +1 -1
  444. package/lib/components/PullRefresh.d.ts +12 -0
  445. package/lib/components/PullRefresh.js +23 -13
  446. package/lib/components/Radios.d.ts +20 -20
  447. package/lib/components/Radios.js +1 -1
  448. package/lib/components/Range.js +1 -1
  449. package/lib/components/Rating.d.ts +20 -20
  450. package/lib/components/Rating.js +1 -1
  451. package/lib/components/ResultBox.d.ts +80 -80
  452. package/lib/components/ResultBox.js +1 -1
  453. package/lib/components/ResultList.d.ts +40 -40
  454. package/lib/components/ResultList.js +1 -1
  455. package/lib/components/ResultTableList.d.ts +80 -80
  456. package/lib/components/ResultTableList.js +1 -1
  457. package/lib/components/ResultTreeList.d.ts +40 -40
  458. package/lib/components/ResultTreeList.js +1 -1
  459. package/lib/components/RichText.js +1 -1
  460. package/lib/components/SearchBox.d.ts +80 -80
  461. package/lib/components/SearchBox.js +1 -1
  462. package/lib/components/Select.d.ts +2436 -2437
  463. package/lib/components/Select.js +1 -1
  464. package/lib/components/SelectMobile.js +1 -1
  465. package/lib/components/Selection.d.ts +80 -80
  466. package/lib/components/Selection.js +1 -1
  467. package/lib/components/Shape.js +1 -1
  468. package/lib/components/Signature.d.ts +2 -3
  469. package/lib/components/Signature.js +31 -21
  470. package/lib/components/Slider.d.ts +56 -0
  471. package/lib/components/Slider.js +146 -0
  472. package/lib/components/SparkLine.d.ts +40 -40
  473. package/lib/components/SparkLine.js +1 -1
  474. package/lib/components/Spinner.d.ts +50 -50
  475. package/lib/components/Spinner.js +1 -1
  476. package/lib/components/Steps.d.ts +7 -0
  477. package/lib/components/Steps.js +6 -6
  478. package/lib/components/Switch.d.ts +10 -10
  479. package/lib/components/Switch.js +1 -1
  480. package/lib/components/Tab.js +1 -1
  481. package/lib/components/Table.js +1 -1
  482. package/lib/components/TableSelection.d.ts +80 -80
  483. package/lib/components/TableSelection.js +1 -1
  484. package/lib/components/Tabs.d.ts +40 -40
  485. package/lib/components/Tabs.js +1 -1
  486. package/lib/components/TabsTransfer.d.ts +40 -40
  487. package/lib/components/TabsTransfer.js +1 -1
  488. package/lib/components/TabsTransferPicker.js +1 -1
  489. package/lib/components/Tag.d.ts +30 -30
  490. package/lib/components/Tag.js +1 -1
  491. package/lib/components/Textarea.d.ts +40 -40
  492. package/lib/components/Textarea.js +1 -1
  493. package/lib/components/Timeline.d.ts +8 -1
  494. package/lib/components/Timeline.js +44 -3
  495. package/lib/components/TimelineItem.d.ts +984 -23
  496. package/lib/components/TimelineItem.js +88 -27
  497. package/lib/components/Tinymce.js +1 -1
  498. package/lib/components/TitleBar.js +1 -1
  499. package/lib/components/Toast.js +1 -1
  500. package/lib/components/Tooltip.js +1 -1
  501. package/lib/components/TooltipWrapper.d.ts +20 -20
  502. package/lib/components/TooltipWrapper.js +3 -3
  503. package/lib/components/Transfer.d.ts +107 -107
  504. package/lib/components/Transfer.js +1 -1
  505. package/lib/components/TransferDropDown.d.ts +80 -80
  506. package/lib/components/TransferDropDown.js +1 -1
  507. package/lib/components/TransferPicker.js +1 -1
  508. package/lib/components/TransferSearch.js +1 -1
  509. package/lib/components/Tree.d.ts +287 -286
  510. package/lib/components/Tree.js +51 -11
  511. package/lib/components/TreeSelection.d.ts +120 -120
  512. package/lib/components/TreeSelection.js +1 -1
  513. package/lib/components/UserSelect.d.ts +80 -80
  514. package/lib/components/UserSelect.js +1 -1
  515. package/lib/components/UserTabSelect.d.ts +40 -40
  516. package/lib/components/UserTabSelect.js +1 -1
  517. package/lib/components/VerificationCode.js +1 -1
  518. package/lib/components/VirtualList.js +1 -1
  519. package/lib/components/WithRemoteConfig.d.ts +0 -1
  520. package/lib/components/WithRemoteConfig.js +1 -1
  521. package/lib/components/WithStore.js +1 -1
  522. package/lib/components/calendar/Calendar.js +1 -1
  523. package/lib/components/calendar/CalendarContainer.js +1 -1
  524. package/lib/components/calendar/DaysView.js +1 -1
  525. package/lib/components/calendar/MonthsView.js +1 -1
  526. package/lib/components/calendar/QuartersView.js +1 -1
  527. package/lib/components/calendar/TimeView.js +1 -1
  528. package/lib/components/calendar/YearsView.js +1 -1
  529. package/lib/components/condition-builder/Expression.js +1 -1
  530. package/lib/components/condition-builder/Field.js +1 -1
  531. package/lib/components/condition-builder/Func.js +1 -1
  532. package/lib/components/condition-builder/Group.js +1 -1
  533. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  534. package/lib/components/condition-builder/InputSwitch.js +1 -1
  535. package/lib/components/condition-builder/Item.js +1 -1
  536. package/lib/components/condition-builder/Value.js +1 -1
  537. package/lib/components/condition-builder/config.js +1 -1
  538. package/lib/components/condition-builder/index.d.ts +1 -1
  539. package/lib/components/condition-builder/index.js +1 -1
  540. package/lib/components/formula/CodeEditor.js +1 -1
  541. package/lib/components/formula/Editor.js +13 -9
  542. package/lib/components/formula/FuncList.js +1 -1
  543. package/lib/components/formula/Input.js +1 -1
  544. package/lib/components/formula/Picker.d.ts +40 -40
  545. package/lib/components/formula/Picker.js +14 -10
  546. package/lib/components/formula/VariableList.js +1 -1
  547. package/lib/components/formula/plugin.js +1 -1
  548. package/lib/components/icons.js +1 -1
  549. package/lib/components/index.d.ts +5 -1
  550. package/lib/components/json-schema/Array.js +1 -1
  551. package/lib/components/json-schema/Item.js +1 -1
  552. package/lib/components/json-schema/Object.js +1 -1
  553. package/lib/components/json-schema/index.js +1 -1
  554. package/lib/components/menu/MenuContext.js +1 -1
  555. package/lib/components/menu/MenuItem.js +1 -1
  556. package/lib/components/menu/PanelMenu.js +4 -2
  557. package/lib/components/menu/SubMenu.d.ts +1 -1
  558. package/lib/components/menu/SubMenu.js +16 -5
  559. package/lib/components/menu/index.d.ts +60 -60
  560. package/lib/components/menu/index.js +3 -3
  561. package/lib/components/schema-editor/Array.js +1 -1
  562. package/lib/components/schema-editor/Common.js +1 -1
  563. package/lib/components/schema-editor/Item.js +1 -1
  564. package/lib/components/schema-editor/Object.js +1 -1
  565. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  566. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  567. package/lib/components/schema-editor/index.d.ts +40 -40
  568. package/lib/components/schema-editor/index.js +1 -1
  569. package/lib/components/table/Cell.d.ts +2 -0
  570. package/lib/components/table/Cell.js +10 -3
  571. package/lib/components/table/ColGroup.js +1 -1
  572. package/lib/components/table/Head.d.ts +1 -0
  573. package/lib/components/table/Head.js +11 -16
  574. package/lib/components/table/HeadCellDropDown.js +1 -1
  575. package/lib/components/table/HeadCellFilter.d.ts +40 -40
  576. package/lib/components/table/HeadCellFilter.js +1 -1
  577. package/lib/components/table/HeadCellSelect.d.ts +40 -40
  578. package/lib/components/table/HeadCellSelect.js +1 -1
  579. package/lib/components/table/HeadCellSort.js +1 -1
  580. package/lib/components/table/ItemActionsWrapper.js +1 -1
  581. package/lib/components/table/Row.js +1 -1
  582. package/lib/components/table/SummaryRow.js +1 -1
  583. package/lib/components/table/index.d.ts +40 -40
  584. package/lib/components/table/index.js +18 -7
  585. package/lib/components/table/util.d.ts +4 -3
  586. package/lib/components/table/util.js +23 -1
  587. package/lib/components/virtual-list/AutoSizer.js +1 -1
  588. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  589. package/lib/components/virtual-list/constants.js +1 -1
  590. package/lib/components/virtual-list/index.js +1 -1
  591. package/lib/components/withBadge.js +1 -1
  592. package/lib/hooks/use-click-away.d.ts +12 -0
  593. package/lib/hooks/use-click-away.js +59 -0
  594. package/lib/hooks/use-on-screen.js +1 -1
  595. package/lib/hooks/use-set-state.js +1 -1
  596. package/lib/hooks/use-sub-form.js +1 -1
  597. package/lib/hooks/use-touch.js +1 -1
  598. package/lib/hooks/use-update-effect.js +1 -1
  599. package/lib/hooks/use-validation-resolver.js +1 -1
  600. package/lib/icons/alert-danger.svg.js +1 -1
  601. package/lib/icons/alert-info.svg.js +1 -1
  602. package/lib/icons/alert-success.svg.js +1 -1
  603. package/lib/icons/alert-warning.svg.js +1 -1
  604. package/lib/icons/arrow-double-left.svg.js +1 -1
  605. package/lib/icons/arrow-double-right.svg.js +1 -1
  606. package/lib/icons/back.svg.js +1 -1
  607. package/lib/icons/calendar.svg.js +1 -1
  608. package/lib/icons/caret.svg.js +1 -1
  609. package/lib/icons/check.svg.js +1 -1
  610. package/lib/icons/clock.svg.js +1 -1
  611. package/lib/icons/close-small.svg.js +1 -1
  612. package/lib/icons/close.svg.js +1 -1
  613. package/lib/icons/cloud-upload.svg.js +1 -1
  614. package/lib/icons/column-filter.svg.js +1 -1
  615. package/lib/icons/columns.svg.js +1 -1
  616. package/lib/icons/compress-alt.svg.js +1 -1
  617. package/lib/icons/copy.svg.js +1 -1
  618. package/lib/icons/date.svg.js +1 -1
  619. package/lib/icons/department.svg.js +1 -1
  620. package/lib/icons/desk-empty.svg.js +1 -1
  621. package/lib/icons/dot.svg.js +1 -1
  622. package/lib/icons/down-arrow-bold.svg.js +1 -1
  623. package/lib/icons/down.svg.js +1 -1
  624. package/lib/icons/download.svg.js +1 -1
  625. package/lib/icons/drag-bar.svg.js +1 -1
  626. package/lib/icons/drag.svg.js +1 -1
  627. package/lib/icons/edit.svg.js +1 -1
  628. package/lib/icons/ellipsis-v.svg.js +1 -1
  629. package/lib/icons/enter.svg.js +1 -1
  630. package/lib/icons/exchange.svg.js +1 -1
  631. package/lib/icons/expand-alt.svg.js +1 -1
  632. package/lib/icons/fail.svg.js +1 -1
  633. package/lib/icons/file.svg.js +1 -1
  634. package/lib/icons/filter.svg.js +1 -1
  635. package/lib/icons/folder.svg.js +1 -1
  636. package/lib/icons/fullscreen.svg.js +1 -1
  637. package/lib/icons/function.svg.js +1 -1
  638. package/lib/icons/home.svg.js +1 -1
  639. package/lib/icons/if.svg.js +1 -1
  640. package/lib/icons/image.svg.js +1 -1
  641. package/lib/icons/info-circle.svg.js +1 -1
  642. package/lib/icons/info.svg.js +1 -1
  643. package/lib/icons/input-clear.svg.js +1 -1
  644. package/lib/icons/invisible.svg.js +1 -1
  645. package/lib/icons/left-arrow.svg.js +1 -1
  646. package/lib/icons/loading-outline.svg.js +1 -1
  647. package/lib/icons/location.svg.js +1 -1
  648. package/lib/icons/menu.svg.js +1 -1
  649. package/lib/icons/minus.svg.js +1 -1
  650. package/lib/icons/move.svg.js +1 -1
  651. package/lib/icons/mute.svg.js +1 -1
  652. package/lib/icons/new-edit.svg.js +1 -1
  653. package/lib/icons/pause.svg.js +1 -1
  654. package/lib/icons/pencil.svg.js +1 -1
  655. package/lib/icons/play.svg.js +1 -1
  656. package/lib/icons/plus-cicle.svg.js +1 -1
  657. package/lib/icons/plus-fine.svg.js +1 -1
  658. package/lib/icons/plus.svg.js +1 -1
  659. package/lib/icons/post.svg.js +1 -1
  660. package/lib/icons/question-mark.svg.js +1 -1
  661. package/lib/icons/question.svg.js +1 -1
  662. package/lib/icons/redo.svg.js +1 -1
  663. package/lib/icons/refresh.svg.js +1 -1
  664. package/lib/icons/reload.svg.js +1 -1
  665. package/lib/icons/remove.svg.js +1 -1
  666. package/lib/icons/retry.svg.js +1 -1
  667. package/lib/icons/right-arrow-bold.svg.js +1 -1
  668. package/lib/icons/right-arrow.svg.js +1 -1
  669. package/lib/icons/right-double-arrow.svg.js +1 -1
  670. package/lib/icons/role.svg.js +1 -1
  671. package/lib/icons/rotate-left.svg.js +1 -1
  672. package/lib/icons/rotate-right.svg.js +1 -1
  673. package/lib/icons/rotate-screen.svg.js +1 -1
  674. package/lib/icons/scale-origin.svg.js +1 -1
  675. package/lib/icons/schedule.svg.js +1 -1
  676. package/lib/icons/search.svg.js +1 -1
  677. package/lib/icons/setting.svg.js +1 -1
  678. package/lib/icons/slider-handle-icon.svg.js +1 -1
  679. package/lib/icons/sort-asc.svg.js +1 -1
  680. package/lib/icons/sort-default.svg.js +1 -1
  681. package/lib/icons/sort-desc.svg.js +1 -1
  682. package/lib/icons/star.svg.js +1 -1
  683. package/lib/icons/status-close.svg.js +1 -1
  684. package/lib/icons/steps-finsh.svg.js +1 -1
  685. package/lib/icons/sub-plus.svg.js +1 -1
  686. package/lib/icons/success.svg.js +1 -1
  687. package/lib/icons/transparent.svg.js +1 -1
  688. package/lib/icons/trash.svg.js +1 -1
  689. package/lib/icons/tree-down.svg.js +1 -1
  690. package/lib/icons/undo-normal.svg.js +1 -1
  691. package/lib/icons/undo.svg.js +1 -1
  692. package/lib/icons/unfullscreen.svg.js +1 -1
  693. package/lib/icons/upload.svg.js +1 -1
  694. package/lib/icons/user-remove.svg.js +1 -1
  695. package/lib/icons/view.svg.js +1 -1
  696. package/lib/icons/volume.svg.js +1 -1
  697. package/lib/icons/warning-mark.svg.js +1 -1
  698. package/lib/icons/warning.svg.js +1 -1
  699. package/lib/icons/window-restore.svg.js +1 -1
  700. package/lib/icons/zoom-in.svg.js +1 -1
  701. package/lib/icons/zoom-out.svg.js +1 -1
  702. package/lib/index.d.ts +2 -1
  703. package/lib/index.js +8 -1
  704. package/lib/locale/de-DE.js +2 -1
  705. package/lib/locale/en-US.js +2 -1
  706. package/lib/locale/zh-CN.js +2 -1
  707. package/lib/scss/helper.scss.js +1 -1
  708. package/lib/scss/themes/ang.scss.js +1 -1
  709. package/lib/scss/themes/antd.scss.js +1 -1
  710. package/lib/scss/themes/cxd.scss.js +1 -1
  711. package/lib/scss/themes/dark.scss.js +1 -1
  712. package/lib/scss/themes/default.scss.js +1 -1
  713. package/lib/themes/ang.css +962 -120
  714. package/lib/themes/ang.js +1 -1
  715. package/lib/themes/antd.css +962 -120
  716. package/lib/themes/antd.js +1 -1
  717. package/lib/themes/cxd.css +962 -120
  718. package/lib/themes/cxd.js +1 -1
  719. package/lib/themes/dark.css +962 -120
  720. package/lib/themes/dark.js +1 -1
  721. package/lib/themes/default.css +962 -120
  722. package/lib/utils/vectorComputed.js +1 -1
  723. package/lib/withRemoteConfig.js +1 -1
  724. package/lib/withStore.js +1 -1
  725. package/package.json +4 -3
  726. package/scss/_components.scss +22 -10
  727. package/scss/_properties.scss +10 -1
  728. package/scss/base/_animate.scss +46 -4
  729. package/scss/components/_cards.scss +26 -0
  730. package/scss/components/_carousel.scss +9 -8
  731. package/scss/components/_context-menu.scss +34 -28
  732. package/scss/components/_horizontal-scroll.scss +51 -0
  733. package/scss/components/_images.scss +435 -0
  734. package/scss/components/_list.scss +57 -0
  735. package/scss/components/_page.scss +27 -1
  736. package/scss/components/_popoverable.scss +6 -5
  737. package/scss/components/_signature.scss +1 -0
  738. package/scss/components/_slider.scss +27 -0
  739. package/scss/components/_steps.scss +17 -2
  740. package/scss/components/_table.scss +19 -1
  741. package/scss/components/_table2.scss +28 -0
  742. package/scss/components/_timeline.scss +366 -88
  743. package/scss/themes/_common.scss +2 -0
  744. package/esm/utils/smoothSignature.js +0 -386
  745. package/lib/utils/smoothSignature.js +0 -390
@@ -704,9 +704,12 @@
704
704
  --Tag-checkable-fontColor-onDisable: #b4b6ba;
705
705
  --menu-background: #fff;
706
706
  --menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
707
- --menu-border-radius: 4px;
707
+ --menu-border-radius: 6px;
708
+ --menu-padding: 4px;
708
709
  --menu-font-color: #151b26;
709
710
  --menu-font-family: PingFangSC-Regular;
711
+ --menu-font-padding: 5px 8px;
712
+ --menu-font-size: 14px;
710
713
  --menu-border-color: #e8e9eb;
711
714
  --menu-active-color: var(--colors-brand-5);
712
715
  --menu-hover-bg-color: #e6f0ff;
@@ -715,6 +718,11 @@
715
718
  --default-padding: 4px 12px;
716
719
  --menu-min-width: 150px;
717
720
  --menu-sub-min-width: 100px;
721
+ --Context-menu-border-radius: 6px;
722
+ --Context-menu-active-color: #2468f2;
723
+ --Context-menu-hover-color: #151b26;
724
+ --Context-menu-hover-bg-color: #f2f2f4;
725
+ --Context-menu-hasChild-active-color: #151b26;
718
726
  --SearchBox-width: 9.375rem;
719
727
  --SearchBox-history-dropdown-maxWidth: calc(var(--SearchBox-width) * 2);
720
728
  --SearchBox-history-dropdown-maxHeight: 12.5rem;
@@ -4504,15 +4512,19 @@
4504
4512
  --Status-pending-beforeColor: var(--Status-pending-before-color);
4505
4513
  --Status-pending-afterColor: var(--Status-pending-after-color);
4506
4514
  --Timeline-time-color: var(--colors-neutral-text-5);
4507
- --Timeline-time-fontSize: var(--fonts-size-7);
4508
- --Timeline-time-fontWeight: var(--fonts-weight-6);
4515
+ --Timeline-time-fontSize: var(--fonts-size-4);
4516
+ --Timeline-time-fontWeight: var(--fonts-weight-3);
4509
4517
  --Timeline-title-color: var(--colors-neutral-text-2);
4510
- --Timeline-title-fontSize: var(--fonts-size-7);
4518
+ --Timeline-title-fontSize: var(--fonts-size-6);
4511
4519
  --Timeline-title-fontWeight: var(--fonts-weight-6);
4512
4520
  --Timeline-type-info-color: var(--colors-info-5);
4513
4521
  --Timeline-type-success-color: var(--colors-success-5);
4514
4522
  --Timeline-type-warning-color: var(--colors-warning-5);
4515
4523
  --Timeline-type-danger-color: var(--colors-error-5);
4524
+ --Timeline-dot-info-bg-color: var(--colors-info-5);
4525
+ --Timeline-dot-success-bg-color: var(--colors-success-5);
4526
+ --Timeline-dot-warning-bg-color: var(--colors-warning-5);
4527
+ --Timeline-dot-danger-bg-color: var(--colors-error-5);
4516
4528
  --Timeline-detail-label-color: var(--colors-brand-5);
4517
4529
  --Timeline-detail-label-fontSize: var(--fonts-size-7);
4518
4530
  --Timeline-detail-label-fontWeight: var(--fonts-weight-6);
@@ -4530,12 +4542,16 @@
4530
4542
  --Timeline-visible-top-left-border-radius: var(--borders-radius-3);
4531
4543
  --Timeline-visible-bottom-right-border-radius: var(--borders-radius-3);
4532
4544
  --Timeline-visible-bottom-left-border-radius: var(--borders-radius-3);
4533
- --Timeline-left-size: var(--sizes-size-2);
4545
+ --Timeline-left-size: var(--sizes-size-4);
4534
4546
  --Timeline-horizontal-top-size: var(--sizes-size-0);
4535
4547
  --Timeline-line-bg: #e6e6e8;
4536
4548
  --Timeline-round-bg: #dadbdd;
4549
+ --TimelineItem-round-width-xl: 0.5rem;
4550
+ --TimelineItem-round-width-lg: 0.375rem;
4551
+ --TimelineItem-round-width-md: 0.25rem;
4552
+ --TimelineItem-round-width-sm: 0.125rem;
4537
4553
  --TimelineItem--axle-flex: 0 0 1.5rem;
4538
- --TimelineItem--left-line-width: 0.125rem;
4554
+ --TimelineItem--left-line-width: 0.0625rem;
4539
4555
  --TimelineItem--left-line-left: 0.8125rem;
4540
4556
  --TimelineItem--left-line-top: 1.25rem;
4541
4557
  --TimelineItem--horizontal-left-line-top: 1.125rem;
@@ -4546,7 +4562,7 @@
4546
4562
  --TimelineItem--round-top: 0.5rem;
4547
4563
  --TimelineItem--icon-width: 1rem;
4548
4564
  --TimelineItem--icon-height: 1rem;
4549
- --TimelineItem--icon-left: 0.375rem;
4565
+ --TimelineItem--icon-left: 0.75rem;
4550
4566
  --TimelineItem--content-padding-bottom: var(--gap-md);
4551
4567
  --TimelineItem--content-margin-left: var(--Timeline-left-size);
4552
4568
  --TimelineItem--content-time-margin-bottom: var(--gap-xs);
@@ -4578,10 +4594,14 @@
4578
4594
  --TimelineItem-custem-button-margin-left: var(--fontSizeSm);
4579
4595
  --TimelineItem-custem-time-padding-right: var(--fontSizeSm);
4580
4596
  --TimelineItem-round-bg: var(--Timeline-round-bg);
4581
- --Timeline--success-bg: var(--Timeline-type-success-color);
4582
- --Timeline--info-bg: var(--Timeline-type-info-color);
4583
- --Timeline--warning-bg: var(--Timeline-type-warning-color);
4584
- --Timeline--danger-bg: var(--Timeline-type-danger-color);
4597
+ --Timeline--success-dot-color: var(--Timeline-type-success-color);
4598
+ --Timeline--success-dot-bg-color: var(--Timeline-dot-success-bg-color);
4599
+ --Timeline--info-dot-color: var(--Timeline-type-info-color);
4600
+ --Timeline--info-dot-bg-color: var(--Timeline-dot-info-bg-color);
4601
+ --Timeline--warning-dot-color: var(--Timeline-type-warning-color);
4602
+ --Timeline--warning-dot-bg-color: var(--Timeline-dot-warning-bg-color);
4603
+ --Timeline--danger-dot-color: var(--Timeline-type-danger-color);
4604
+ --Timeline--danger-dot-bg-color: var(--Timeline-dot-danger-bg-color);
4585
4605
  --inputTag-option-height: var(--sizes-base-16);
4586
4606
  --inputTag-option-color: var(--colors-neutral-text-2);
4587
4607
  --inputTag-option-fontSize: var(--fonts-size-7);
@@ -17270,11 +17290,11 @@ samp {
17270
17290
  }
17271
17291
  .amis-hoverZoomIn-show,
17272
17292
  .amis-hoverZoomIn:hover {
17273
- transform: scale(1.1);
17293
+ transform: scale(1.05);
17274
17294
  }
17275
17295
  .amis-hoverZoomOut-show,
17276
17296
  .amis-hoverZoomOut:hover {
17277
- transform: scale(0.9);
17297
+ transform: scale(0.95);
17278
17298
  }
17279
17299
  .amis-hoverShadow-show,
17280
17300
  .amis-hoverShadow:hover {
@@ -17286,16 +17306,43 @@ samp {
17286
17306
  }
17287
17307
  .amis-hoverUp-show,
17288
17308
  .amis-hoverUp:hover {
17289
- transform: translateY(-5px);
17309
+ transform: translateY(-4px);
17290
17310
  }
17291
17311
  .amis-hoverDown-show,
17292
17312
  .amis-hoverDown:hover {
17293
- transform: translateY(5px);
17313
+ transform: translateY(4px);
17314
+ }
17315
+ .amis-hoverLeft-show,
17316
+ .amis-hoverLeft:hover {
17317
+ transform: translateX(-4px);
17318
+ }
17319
+ .amis-hoverRight-show,
17320
+ .amis-hoverRight:hover {
17321
+ transform: translateX(4px);
17294
17322
  }
17295
17323
  .amis-hoverFlip-show,
17296
17324
  .amis-hoverFlip:hover {
17297
17325
  transform: rotateY(180deg);
17298
17326
  }
17327
+ @keyframes hoverFlash {
17328
+ from, to {
17329
+ opacity: 1;
17330
+ }
17331
+ 50% {
17332
+ opacity: 0.8;
17333
+ }
17334
+ }
17335
+ @keyframes hoverShake {
17336
+ from, to {
17337
+ transform: translate3d(0, 0, 0);
17338
+ }
17339
+ 30% {
17340
+ transform: translate3d(-5px, 0, 0);
17341
+ }
17342
+ 60% {
17343
+ transform: translate3d(5px, 0, 0);
17344
+ }
17345
+ }
17299
17346
  html,
17300
17347
  body {
17301
17348
  width: 100%;
@@ -22812,6 +22859,9 @@ input[type=button].cxd-Button--block {
22812
22859
  width: 100%;
22813
22860
  height: 100%;
22814
22861
  background: var(--Page-main-bg);
22862
+ display: flex;
22863
+ flex-direction: row;
22864
+ align-items: stretch;
22815
22865
  }
22816
22866
  .cxd-Page-header {
22817
22867
  padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
@@ -22824,7 +22874,7 @@ input[type=button].cxd-Button--block {
22824
22874
  .cxd-Page-content {
22825
22875
  padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
22826
22876
  position: relative;
22827
- height: 100%;
22877
+ height: auto;
22828
22878
  width: 100%;
22829
22879
  }
22830
22880
  .cxd-Page-main > .cxd-Page-header {
@@ -22895,6 +22945,25 @@ input[type=button].cxd-Button--block {
22895
22945
  .cxd-Page-toolbar > * + * {
22896
22946
  margin-left: var(--gap-xs);
22897
22947
  }
22948
+ @media (max-width: 767px) {
22949
+ .cxd-Page {
22950
+ flex-direction: column;
22951
+ }
22952
+ .cxd-Page-aside {
22953
+ flex-shrink: 0;
22954
+ }
22955
+ .cxd-Page-content {
22956
+ flex-grow: 1;
22957
+ min-height: 0;
22958
+ display: flex;
22959
+ align-items: stretch;
22960
+ flex-direction: row;
22961
+ }
22962
+ .cxd-Page-main {
22963
+ height: auto;
22964
+ width: 100%;
22965
+ }
22966
+ }
22898
22967
  @media (min-width: 768px) {
22899
22968
  .cxd-Page-aside {
22900
22969
  flex-shrink: 0;
@@ -24906,10 +24975,10 @@ input[type=button].cxd-Button--block {
24906
24975
  display: block;
24907
24976
  position: absolute;
24908
24977
  margin: 0;
24909
- padding: 4px 0;
24978
+ padding: var(--menu-padding);
24910
24979
  background: var(--menu-background);
24911
24980
  box-shadow: var(--menu-box-shadow);
24912
- border-radius: var(--menu-border-radius);
24981
+ border-radius: var(--Context-menu-border-radius);
24913
24982
  color: var(--menu-font-color);
24914
24983
  font-family: var(--menu-font-family);
24915
24984
  font-size: 12px;
@@ -24945,15 +25014,23 @@ input[type=button].cxd-Button--block {
24945
25014
  .cxd-ContextMenu-item > a {
24946
25015
  white-space: nowrap;
24947
25016
  display: block;
24948
- padding: var(--default-padding);
24949
- color: inherit;
25017
+ padding: var(--menu-font-padding);
25018
+ font-size: var(--menu-font-size);
25019
+ color: var(--menu-font-color);
24950
25020
  border-top: none;
24951
25021
  border-bottom: none;
25022
+ display: flex;
25023
+ align-items: center;
25024
+ justify-content: space-between;
25025
+ }
25026
+ .cxd-ContextMenu-item > a > i {
25027
+ font-size: 12px;
24952
25028
  }
24953
25029
  .cxd-ContextMenu-item:not(.is-disabled):hover > a {
24954
25030
  text-decoration: none;
24955
- color: var(--menu-active-color);
24956
- background: var(--menu-hover-bg-color);
25031
+ background: var(--Context-menu-hover-bg-color);
25032
+ border-radius: var(--Context-menu-border-radius);
25033
+ color: var(--Context-menu-hover-color);
24957
25034
  cursor: pointer;
24958
25035
  border-top: none;
24959
25036
  border-bottom: none;
@@ -24962,21 +25039,18 @@ input[type=button].cxd-Button--block {
24962
25039
  color: var(--menu-disabled-color);
24963
25040
  pointer-events: none;
24964
25041
  }
24965
- .cxd-ContextMenu-item.has-child > a::after {
25042
+ .cxd-ContextMenu-item.is-active > a {
25043
+ color: var(--Context-menu-active-color);
25044
+ }
25045
+ .cxd-ContextMenu-item.has-child::after {
25046
+ position: absolute;
24966
25047
  content: "";
24967
- width: 0;
24968
- height: 0;
24969
- border-width: 4px 7px;
24970
- border-style: solid;
24971
- border-color: transparent transparent transparent var(--default-icon-color);
24972
- text-shadow: var(--menu-box-shadow);
25048
+ width: 12px;
24973
25049
  position: absolute;
24974
- top: 50%;
24975
- right: 0;
24976
- transform: translateY(-50%);
24977
- }
24978
- .cxd-ContextMenu-item.has-child:hover > a::after {
24979
- border-color: transparent transparent transparent var(--menu-active-color);
25050
+ right: -12px;
25051
+ top: 0;
25052
+ bottom: 0;
25053
+ z-index: 1;
24980
25054
  }
24981
25055
  .cxd-ContextMenu-item.is-danger > a {
24982
25056
  color: var(--danger-color);
@@ -24991,22 +25065,24 @@ input[type=button].cxd-Button--block {
24991
25065
  }
24992
25066
  .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
24993
25067
  display: block;
25068
+ min-width: var(--menu-min-width);
24994
25069
  animation-duration: var(--animation-duration);
24995
25070
  animation-fill-mode: both;
24996
25071
  animation-name: contextMenuIn;
24997
25072
  position: absolute;
24998
- left: 100%;
25073
+ left: calc(100% + 8px);
24999
25074
  top: -3px;
25000
- min-width: var(--menu-sub-min-width);
25001
25075
  margin: 0;
25002
- padding: 0;
25076
+ padding: var(--menu-padding);
25003
25077
  background: var(--menu-background);
25004
25078
  box-shadow: var(--menu-box-shadow);
25005
- border-radius: var(--menu-border-radius);
25006
- color: var(--menu-font-color);
25079
+ border-radius: var(--Context-menu-border-radius);
25080
+ color: var(--Context-menu-hover-color);
25007
25081
  font-family: var(--menu-font-family);
25008
25082
  font-size: 12px;
25009
25083
  line-height: 20px;
25084
+ max-height: 500px;
25085
+ overflow-y: auto;
25010
25086
  }
25011
25087
  .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList:hover {
25012
25088
  display: block;
@@ -25978,6 +26054,12 @@ input[type=button].cxd-Button--block {
25978
26054
  .cxd-Table-table th.text-right, .cxd-Table-table td.text-right {
25979
26055
  text-align: right;
25980
26056
  }
26057
+ .cxd-Table-table th.align-top, .cxd-Table-table td.align-top {
26058
+ vertical-align: top !important;
26059
+ }
26060
+ .cxd-Table-table th.align-bottom, .cxd-Table-table td.align-bottom {
26061
+ vertical-align: bottom !important;
26062
+ }
25981
26063
  .cxd-Table-table td .cxd-SwitchControl {
25982
26064
  padding-top: 0;
25983
26065
  }
@@ -26736,8 +26818,11 @@ input[type=button].cxd-Button--block {
26736
26818
  .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table {
26737
26819
  border-top: none;
26738
26820
  }
26739
- .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table.cxd-Table-table--tableFillHeight {
26740
- min-height: 100%;
26821
+ .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table.cxd-Table-table--tableFillHeight > tbody {
26822
+ height: calc(var(--Table-content-height) - var(--Table-thead-height) - 20px);
26823
+ }
26824
+ .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table.cxd-Table-table--tableFillHeight > tbody > tr > td {
26825
+ border-bottom: none;
26741
26826
  }
26742
26827
  .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
26743
26828
  position: sticky;
@@ -27889,6 +27974,27 @@ input[type=button].cxd-Button--block {
27889
27974
  .cxd-Table2 .cxd-Table-container .cxd-Table-header {
27890
27975
  padding: 0;
27891
27976
  }
27977
+ .cxd-Table2 .cxd-Table-container-self-sticky {
27978
+ position: relative !important;
27979
+ }
27980
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-content {
27981
+ overflow-x: unset !important;
27982
+ }
27983
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-table {
27984
+ border-collapse: separate;
27985
+ }
27986
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-table > tbody > tr > td {
27987
+ border-top: none;
27988
+ }
27989
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-row {
27990
+ z-index: 1;
27991
+ }
27992
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-cell-self-sticky {
27993
+ z-index: 2 !important;
27994
+ }
27995
+ .cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-cell-fix-left {
27996
+ z-index: 3 !important;
27997
+ }
27892
27998
  .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
27893
27999
  .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
27894
28000
  .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
@@ -28383,6 +28489,7 @@ input[type=button].cxd-Button--block {
28383
28489
  border: var(--List-borderWidth) solid var(--List-borderColor);
28384
28490
  background: var(--List-bg);
28385
28491
  margin-bottom: var(--gap-sm);
28492
+ margin-right: 0.9375rem;
28386
28493
  }
28387
28494
  .cxd-List-toolbar {
28388
28495
  display: flex;
@@ -28452,6 +28559,14 @@ input[type=button].cxd-Button--block {
28452
28559
  background: var(--Table-bg);
28453
28560
  z-index: 900;
28454
28561
  }
28562
+ .cxd-List-content-wrapper {
28563
+ display: flex;
28564
+ position: relative;
28565
+ }
28566
+ .cxd-List-main {
28567
+ flex: 1;
28568
+ min-width: 0;
28569
+ }
28455
28570
  .cxd-ListGroup {
28456
28571
  max-width: 25rem;
28457
28572
  display: flex;
@@ -28584,6 +28699,49 @@ input[type=button].cxd-Button--block {
28584
28699
  color: var(--ListMenu-item--onHover-color);
28585
28700
  background: var(--ListMenu-item--onHover-bg);
28586
28701
  }
28702
+ .cxd-AlphabetIndexer {
28703
+ position: sticky;
28704
+ top: calc(var(--affix-offset-top) + var(--gap-base));
28705
+ right: 0.3125rem;
28706
+ height: -moz-fit-content;
28707
+ height: fit-content;
28708
+ padding: 0.625rem 0.3125rem;
28709
+ background: var(--white);
28710
+ border-radius: var(--borderRadius);
28711
+ box-shadow: var(--boxShadow);
28712
+ z-index: 1050;
28713
+ display: flex;
28714
+ flex-direction: column;
28715
+ align-self: flex-start;
28716
+ overflow-y: auto;
28717
+ }
28718
+ @media (max-width: 768px) {
28719
+ .cxd-AlphabetIndexer {
28720
+ position: sticky;
28721
+ top: calc(var(--affix-offset-top) + var(--gap-base));
28722
+ right: 0.3125rem;
28723
+ align-self: flex-start;
28724
+ }
28725
+ }
28726
+ .cxd-AlphabetIndexer-letter {
28727
+ font-size: var(--fontSizeSm);
28728
+ padding: 0.125rem 0.25rem;
28729
+ cursor: pointer;
28730
+ text-align: center;
28731
+ }
28732
+ @media (max-width: 768px) {
28733
+ .cxd-AlphabetIndexer-letter {
28734
+ padding: 0.0625rem 0.125rem;
28735
+ }
28736
+ }
28737
+ .cxd-AlphabetIndexer-letter:hover {
28738
+ color: var(--primary);
28739
+ }
28740
+ .cxd-AlphabetIndexer-letter.is-active {
28741
+ color: var(--white);
28742
+ background: var(--primary);
28743
+ border-radius: var(--borderRadius-sm);
28744
+ }
28587
28745
  .cxd-Cards {
28588
28746
  scroll-margin-top: var(--affix-offset-top);
28589
28747
  }
@@ -28679,6 +28837,32 @@ input[type=button].cxd-Button--block {
28679
28837
  background: var(--Table-bg);
28680
28838
  z-index: 900;
28681
28839
  }
28840
+ @media (min-width: 0) {
28841
+ .cxd-Cards--masonryXs1 {
28842
+ -moz-column-count: 12;
28843
+ column-count: 12;
28844
+ }
28845
+ .cxd-Cards--masonryXs2 {
28846
+ -moz-column-count: 6;
28847
+ column-count: 6;
28848
+ }
28849
+ .cxd-Cards--masonryXs3 {
28850
+ -moz-column-count: 4;
28851
+ column-count: 4;
28852
+ }
28853
+ .cxd-Cards--masonryXs4 {
28854
+ -moz-column-count: 3;
28855
+ column-count: 3;
28856
+ }
28857
+ .cxd-Cards--masonryXs6 {
28858
+ -moz-column-count: 2;
28859
+ column-count: 2;
28860
+ }
28861
+ .cxd-Cards--masonryXs12 {
28862
+ -moz-column-count: 1;
28863
+ column-count: 1;
28864
+ }
28865
+ }
28682
28866
  @media (min-width: 576px) {
28683
28867
  .cxd-Cards--masonrySm1 {
28684
28868
  -moz-column-count: 12;
@@ -29186,12 +29370,13 @@ input[type=button].cxd-Button--block {
29186
29370
  position: relative;
29187
29371
  }
29188
29372
  .cxd-Field--popOverAble .cxd-Field-popOverWrap-ellipsis {
29189
- width: 200px;
29190
- white-space: nowrap;
29373
+ width: auto;
29191
29374
  overflow: hidden;
29192
- text-overflow: ellipsis;
29193
- vertical-align: bottom;
29194
- display: inline-block;
29375
+ display: -webkit-box;
29376
+ -webkit-box-orient: vertical;
29377
+ line-clamp: 1;
29378
+ -webkit-line-clamp: 1;
29379
+ word-break: break-all;
29195
29380
  }
29196
29381
  .cxd-Field--popOverAble .cxd-Field-popOverWrap-noWrap {
29197
29382
  white-space: nowrap;
@@ -30435,6 +30620,19 @@ input[type=button].cxd-Button--block {
30435
30620
  .cxd-ImageGallery-toolbar-action:hover .cxd-ImageGallery-toolbar-action-icon svg {
30436
30621
  fill: var(--primary);
30437
30622
  }
30623
+ .sm-ss-sss-m .cxd-Image,
30624
+ .sss-ss-ms-m .cxd-Image,
30625
+ .sms-ss-sms-m .cxd-Image,
30626
+ .sm-ss-sss-ss .cxd-Image,
30627
+ .ms-ss-sss-ss .cxd-Image,
30628
+ .sss-ss-sm-ss .cxd-Image,
30629
+ .mss-ss-ssm-ss .cxd-Image,
30630
+ .sss-ss-mm-ss .cxd-Image,
30631
+ [class^=even-] .cxd-Image {
30632
+ border: none;
30633
+ margin: 0;
30634
+ padding: 0;
30635
+ }
30438
30636
  .cxd-Images {
30439
30637
  display: flex;
30440
30638
  flex-wrap: wrap;
@@ -30598,6 +30796,313 @@ input[type=button].cxd-Button--block {
30598
30796
  .cxd-Image-origin:hover .cxd-Image-overlay, .cxd-Image-thumbWrap:hover .cxd-Image-overlay {
30599
30797
  display: flex;
30600
30798
  }
30799
+ .cxd-Image .cxd-Img-container {
30800
+ position: relative;
30801
+ }
30802
+ .cxd-Image .cxd-Img-container img {
30803
+ transition: all ease-in-out 0.3s;
30804
+ }
30805
+ .cxd-Image .cxd-Img-container .mask {
30806
+ width: 100%;
30807
+ height: 100%;
30808
+ position: absolute;
30809
+ top: 0;
30810
+ left: 0;
30811
+ cursor: pointer;
30812
+ display: flex;
30813
+ justify-content: center;
30814
+ align-items: center;
30815
+ opacity: 0;
30816
+ font-weight: bold;
30817
+ font-size: 0.9375rem;
30818
+ background-color: rgb(44, 63, 82);
30819
+ color: #fff;
30820
+ transition: all ease-in-out 0.3s;
30821
+ }
30822
+ .cxd-Image .hover-slide:hover .mask {
30823
+ opacity: 1;
30824
+ transform: translate(5%, 5%);
30825
+ z-index: 1;
30826
+ }
30827
+ .cxd-Image .pull-top .mask {
30828
+ opacity: 1;
30829
+ }
30830
+ .cxd-Image .pull-top img {
30831
+ position: absolute;
30832
+ }
30833
+ .cxd-Image .pull-top:hover img {
30834
+ transform: translateY(-70%);
30835
+ }
30836
+ .cxd-Image .scale-center .mask {
30837
+ scale: 0.5;
30838
+ }
30839
+ .cxd-Image .scale-center .mask span {
30840
+ position: absolute;
30841
+ top: 5%;
30842
+ left: 5%;
30843
+ }
30844
+ .cxd-Image .scale-center:hover .mask {
30845
+ transform: scale(2);
30846
+ opacity: 1;
30847
+ }
30848
+ .cxd-Image .scale-center:hover img {
30849
+ transform: scale(0.5);
30850
+ }
30851
+ .cxd-Image .scale-top img {
30852
+ position: absolute;
30853
+ }
30854
+ .cxd-Image .scale-top .mask {
30855
+ opacity: 1;
30856
+ }
30857
+ .cxd-Image .scale-top .mask span {
30858
+ position: absolute;
30859
+ bottom: 5%;
30860
+ left: 5%;
30861
+ }
30862
+ .cxd-Image .scale-top:hover img {
30863
+ transform: translateY(-50%) scale(0.5);
30864
+ }
30865
+ .cxd-Image .text-style-1 {
30866
+ overflow: hidden;
30867
+ }
30868
+ .cxd-Image .text-style-1 .mask {
30869
+ z-index: 1;
30870
+ opacity: 1;
30871
+ background: rgba(48, 133, 163, 0.4);
30872
+ }
30873
+ .cxd-Image .text-style-1 .mask span {
30874
+ position: absolute;
30875
+ left: 5%;
30876
+ bottom: 5%;
30877
+ transition: all ease-in-out 0.3s;
30878
+ }
30879
+ .cxd-Image .text-style-1 img {
30880
+ scale: 1.2;
30881
+ transform: translateX(-5%);
30882
+ }
30883
+ .cxd-Image .text-style-1:hover .mask {
30884
+ background: rgba(48, 133, 163, 0);
30885
+ }
30886
+ .cxd-Image .text-style-1:hover .mask span {
30887
+ transform: translateY(-200%);
30888
+ }
30889
+ .cxd-Image .text-style-1:hover img {
30890
+ transform: translateX(5%);
30891
+ }
30892
+ .cxd-Image .text-style-2 .mask {
30893
+ opacity: 1;
30894
+ background: transparent;
30895
+ }
30896
+ .cxd-Image .text-style-2 .mask span {
30897
+ z-index: 1;
30898
+ transition: all ease-in-out 0.3s;
30899
+ }
30900
+ .cxd-Image .text-style-2 .mask::before {
30901
+ content: "";
30902
+ position: absolute;
30903
+ bottom: 0;
30904
+ left: 0;
30905
+ width: 100%;
30906
+ height: 0%;
30907
+ background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, 0.8) 75%);
30908
+ transition: all ease-in-out 0.3s;
30909
+ }
30910
+ .cxd-Image .text-style-2:hover .mask::before {
30911
+ height: 100%;
30912
+ }
30913
+ .cxd-Image .text-style-2:hover .mask span {
30914
+ transform: translateY(-200%);
30915
+ }
30916
+ .cxd-Image .text-style-3 {
30917
+ overflow: hidden;
30918
+ }
30919
+ .cxd-Image .text-style-3 .mask {
30920
+ z-index: 1;
30921
+ opacity: 1;
30922
+ background: transparent;
30923
+ }
30924
+ .cxd-Image .text-style-3 .mask span {
30925
+ position: absolute;
30926
+ top: 10%;
30927
+ transition: all 0.3s ease-in-out;
30928
+ }
30929
+ .cxd-Image .text-style-3 img {
30930
+ scale: 1.2;
30931
+ transition: all 0.3s ease-in-out;
30932
+ }
30933
+ .cxd-Image .text-style-3 .mask::before,
30934
+ .cxd-Image .text-style-3 .mask::after {
30935
+ content: "";
30936
+ position: absolute;
30937
+ top: 10%;
30938
+ bottom: 10%;
30939
+ left: 15%;
30940
+ right: 15%;
30941
+ transition: all 0.3s ease-in-out;
30942
+ color: rgba(255, 255, 255, 0.7);
30943
+ opacity: 0;
30944
+ }
30945
+ .cxd-Image .text-style-3 .mask::before {
30946
+ border-top: 1px solid #ffffff;
30947
+ border-bottom: 1px solid #ffffff;
30948
+ transform: scaleX(0); /* 初始状态:水平方向缩放为0 */
30949
+ transform-origin: left; /* 设置变换的原点为左侧 */
30950
+ }
30951
+ .cxd-Image .text-style-3 .mask::after {
30952
+ border-left: 1px solid #ffffff;
30953
+ border-right: 1px solid #ffffff;
30954
+ transform: scaleY(0); /* 初始状态:垂直方向缩放为0 */
30955
+ transform-origin: top; /* 设置变换的原点为顶部 */
30956
+ }
30957
+ .cxd-Image .text-style-3:hover .mask::before {
30958
+ opacity: 1;
30959
+ transform: scaleX(1.2) translateX(-10%); /* 鼠标悬停时:水平方向缩放为1 */
30960
+ }
30961
+ .cxd-Image .text-style-3:hover .mask::after {
30962
+ opacity: 1;
30963
+ transform: scaleY(1.2) translateY(-10%); /* 鼠标悬停时:垂直方向缩放为1 */
30964
+ }
30965
+ .cxd-Image .text-style-3:hover .mask {
30966
+ background: rgba(48, 133, 163, 0.4);
30967
+ }
30968
+ .cxd-Image .text-style-3:hover .mask span {
30969
+ top: 20%;
30970
+ }
30971
+ .cxd-Image .text-style-3:hover img {
30972
+ transform: translateY(10%);
30973
+ }
30974
+ .cxd-Image .text-style-4 .mask {
30975
+ background: #fff;
30976
+ opacity: 1;
30977
+ left: 0;
30978
+ bottom: 0;
30979
+ top: auto;
30980
+ height: 0 !important;
30981
+ transform-origin: bottom;
30982
+ color: #0b0a22;
30983
+ z-index: 1;
30984
+ }
30985
+ .cxd-Image .text-style-4 .mask span {
30986
+ display: none;
30987
+ }
30988
+ .cxd-Image .text-style-4:hover .mask {
30989
+ height: 40% !important;
30990
+ }
30991
+ .cxd-Image .text-style-4:hover .mask span {
30992
+ display: block;
30993
+ }
30994
+ .cxd-Image .text-style-5 .mask {
30995
+ opacity: 1;
30996
+ background: rgba(48, 133, 163, 0);
30997
+ z-index: 1;
30998
+ }
30999
+ .cxd-Image .text-style-5 .mask span {
31000
+ position: relative;
31001
+ bottom: -10%;
31002
+ transition: all 0.3s ease-in-out;
31003
+ }
31004
+ .cxd-Image .text-style-5 .mask::before {
31005
+ content: "";
31006
+ border: 1px solid #ffffff;
31007
+ position: absolute;
31008
+ top: 0;
31009
+ bottom: 0;
31010
+ left: 0;
31011
+ right: 0;
31012
+ margin: auto;
31013
+ width: 0;
31014
+ height: 0;
31015
+ transition: all 0.3s ease-in-out;
31016
+ opacity: 0;
31017
+ }
31018
+ .cxd-Image .text-style-5:hover .mask::before {
31019
+ width: 90%;
31020
+ height: 90%;
31021
+ opacity: 1;
31022
+ }
31023
+ .cxd-Image .text-style-5:hover .mask {
31024
+ background: rgba(48, 133, 163, 0.4);
31025
+ }
31026
+ .cxd-Image .text-style-5:hover .mask span {
31027
+ bottom: 10%;
31028
+ }
31029
+ .cxd-Image .text-style-6 .mask {
31030
+ opacity: 1;
31031
+ z-index: 1;
31032
+ background: rgba(48, 133, 163, 0.4);
31033
+ }
31034
+ .cxd-Image .text-style-6 .mask span {
31035
+ position: absolute;
31036
+ transition: all 0.3s ease-in-out;
31037
+ bottom: 40%;
31038
+ }
31039
+ .cxd-Image .text-style-6 .mask::before,
31040
+ .cxd-Image .text-style-6 .mask::after {
31041
+ content: "";
31042
+ position: absolute;
31043
+ top: 5%;
31044
+ bottom: 5%;
31045
+ left: 7%;
31046
+ right: 7%;
31047
+ transition: all 0.3s ease-in-out;
31048
+ color: rgba(255, 255, 255, 0.7);
31049
+ opacity: 0;
31050
+ }
31051
+ .cxd-Image .text-style-6 .mask::before {
31052
+ border-top: 1px solid #ffffff;
31053
+ border-bottom: 1px solid #ffffff;
31054
+ transform: scaleX(0); /* 初始状态:水平方向缩放为0 */
31055
+ }
31056
+ .cxd-Image .text-style-6 .mask::after {
31057
+ border-left: 1px solid #ffffff;
31058
+ border-right: 1px solid #ffffff;
31059
+ transform: scaleY(0); /* 初始状态:垂直方向缩放为0 */
31060
+ }
31061
+ .cxd-Image .text-style-6:hover .mask::before {
31062
+ opacity: 1;
31063
+ transform: scaleX(1); /* 鼠标悬停时:水平方向缩放为1 */
31064
+ }
31065
+ .cxd-Image .text-style-6:hover .mask::after {
31066
+ opacity: 1;
31067
+ transform: scaleY(1); /* 鼠标悬停时:垂直方向缩放为1 */
31068
+ }
31069
+ .cxd-Image .text-style-6:hover .mask {
31070
+ background: rgba(48, 133, 163, 0);
31071
+ }
31072
+ .cxd-Image .text-style-6:hover .mask span {
31073
+ bottom: 5%;
31074
+ }
31075
+ .cxd-Image .text-style-7 .mask {
31076
+ opacity: 1;
31077
+ z-index: 1;
31078
+ background: rgba(48, 133, 163, 0);
31079
+ }
31080
+ .cxd-Image .text-style-7 .mask span {
31081
+ position: absolute;
31082
+ top: 10%;
31083
+ transition: all 0.3s ease-in-out;
31084
+ }
31085
+ .cxd-Image .text-style-7 .mask::before,
31086
+ .cxd-Image .text-style-7 .mask::after {
31087
+ content: "";
31088
+ width: 80%;
31089
+ height: 1px;
31090
+ background: #ffffff;
31091
+ position: absolute;
31092
+ transition: all 0.3s ease-in-out;
31093
+ }
31094
+ .cxd-Image .text-style-7:hover .mask {
31095
+ background: rgba(48, 133, 163, 0.4);
31096
+ }
31097
+ .cxd-Image .text-style-7:hover .mask span {
31098
+ top: 20%;
31099
+ }
31100
+ .cxd-Image .text-style-7:hover .mask::before {
31101
+ transform: rotateZ(45deg);
31102
+ }
31103
+ .cxd-Image .text-style-7:hover .mask::after {
31104
+ transform: rotateZ(-45deg);
31105
+ }
30601
31106
  .cxd-ImageField--thumb {
30602
31107
  display: inline-block;
30603
31108
  position: relative;
@@ -30619,6 +31124,70 @@ input[type=button].cxd-Button--block {
30619
31124
  .cxd-ImagesField::after {
30620
31125
  clear: both;
30621
31126
  }
31127
+ .cxd-ImagesField--full {
31128
+ position: relative;
31129
+ }
31130
+ .cxd-ImagesField--full .cxd-Images {
31131
+ position: relative;
31132
+ overflow: hidden;
31133
+ width: 100%;
31134
+ height: 100%;
31135
+ cursor: grab;
31136
+ }
31137
+ .cxd-ImagesField--full .cxd-Images-container {
31138
+ position: relative;
31139
+ width: 100%;
31140
+ height: 100%;
31141
+ min-height: 300px;
31142
+ }
31143
+ .cxd-ImagesField--full .cxd-Images-item {
31144
+ margin: 0;
31145
+ display: flex;
31146
+ align-items: center;
31147
+ justify-content: center;
31148
+ background: #fff;
31149
+ will-change: transform, opacity;
31150
+ backface-visibility: hidden;
31151
+ }
31152
+ .cxd-ImagesField--full .cxd-Images-itemInner {
31153
+ position: relative;
31154
+ max-width: 100%;
31155
+ max-height: 100vh;
31156
+ width: 100%;
31157
+ height: 100%;
31158
+ display: flex;
31159
+ align-items: center;
31160
+ justify-content: center;
31161
+ }
31162
+ .cxd-ImagesField--full .cxd-Images .cxd-Image-image {
31163
+ display: block;
31164
+ max-width: 100%;
31165
+ height: auto;
31166
+ }
31167
+ .cxd-ImagesField--full .cxd-Images .cxd-Image-image--contain {
31168
+ -o-object-fit: contain;
31169
+ object-fit: contain;
31170
+ width: 100%;
31171
+ height: 100%;
31172
+ }
31173
+ .cxd-ImagesField--full .cxd-Images .cxd-Image-image--cover {
31174
+ -o-object-fit: cover;
31175
+ object-fit: cover;
31176
+ width: 100%;
31177
+ height: 100%;
31178
+ }
31179
+ .cxd-ImagesField--full .cxd-Images-itemIndex {
31180
+ position: absolute;
31181
+ right: 16px;
31182
+ bottom: 16px;
31183
+ background: rgba(0, 0, 0, 0.5);
31184
+ color: white;
31185
+ padding: 4px 8px;
31186
+ border-radius: 12px;
31187
+ font-size: 12px;
31188
+ z-index: 10;
31189
+ pointer-events: none;
31190
+ }
30622
31191
  .Image-view-icon {
30623
31192
  content: var(--image-image-normal-icon);
30624
31193
  }
@@ -32188,15 +32757,36 @@ input[type=button].cxd-Button--block {
32188
32757
  .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerProgressDot, .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerIcon, .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerWrapper {
32189
32758
  cursor: pointer;
32190
32759
  }
32760
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem {
32761
+ overflow: visible;
32762
+ }
32763
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerTail:after {
32764
+ display: none;
32765
+ }
32766
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper {
32767
+ transform: translateX(-0.3125rem);
32768
+ }
32769
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
32770
+ flex-direction: column;
32771
+ justify-content: center;
32772
+ align-items: center;
32773
+ }
32191
32774
  .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
32192
32775
  display: none !important;
32193
32776
  }
32777
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title span {
32778
+ left: 0;
32779
+ }
32780
+ .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
32781
+ min-width: 8.75rem;
32782
+ }
32194
32783
  .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
32195
32784
  padding-left: 0.3125rem;
32196
32785
  }
32197
32786
  .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
32198
32787
  position: relative;
32199
32788
  display: block;
32789
+ margin-left: 2.5rem;
32200
32790
  }
32201
32791
  .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
32202
32792
  content: "";
@@ -32204,8 +32794,8 @@ input[type=button].cxd-Button--block {
32204
32794
  right: 0;
32205
32795
  top: 0.9375rem;
32206
32796
  height: 1px;
32207
- left: 2.5rem;
32208
- width: 99999px;
32797
+ left: 2.1875rem;
32798
+ width: 5rem;
32209
32799
  background-color: var(--Steps-line-bg);
32210
32800
  }
32211
32801
  .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
@@ -32374,6 +32964,70 @@ input[type=button].cxd-Button--block {
32374
32964
  position: absolute;
32375
32965
  overflow: visible;
32376
32966
  }
32967
+ .cxd-Slider {
32968
+ display: flex;
32969
+ }
32970
+ .cxd-Slider-BodyContainer {
32971
+ width: 60%;
32972
+ }
32973
+ .cxd-Slider-LeftContainer, .cxd-Slider-RightContainer {
32974
+ flex: 1;
32975
+ }
32976
+ @media (max-width: 767px) {
32977
+ .cxd-Slider {
32978
+ display: flex;
32979
+ overflow: hidden;
32980
+ }
32981
+ .cxd-Slider-BodyContainer {
32982
+ flex: 1;
32983
+ }
32984
+ .cxd-Slider-LeftContainer, .cxd-Slider-RightContainer {
32985
+ flex: initial;
32986
+ width: 0;
32987
+ transition: width 0.3s;
32988
+ overflow: hidden;
32989
+ }
32990
+ }
32991
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-Container {
32992
+ display: flex;
32993
+ max-width: 100%;
32994
+ }
32995
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-Container-main {
32996
+ flex: 1 1 auto;
32997
+ scrollbar-width: none;
32998
+ max-width: calc(100% - 64px);
32999
+ position: relative;
33000
+ }
33001
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow {
33002
+ flex: 0 0 16px;
33003
+ height: 100%;
33004
+ cursor: pointer;
33005
+ box-sizing: content-box;
33006
+ }
33007
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow .icon {
33008
+ top: 0;
33009
+ width: var(--Remark-icon-fontSize);
33010
+ height: var(--Remark-icon-fontSize);
33011
+ }
33012
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow:hover {
33013
+ color: var(--icon-onHover-color);
33014
+ }
33015
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--left {
33016
+ margin-right: 16px;
33017
+ }
33018
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--left .icon {
33019
+ transform: rotate(180deg);
33020
+ }
33021
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--right {
33022
+ margin-left: 16px;
33023
+ }
33024
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--disabled .iconfont {
33025
+ cursor: not-allowed;
33026
+ color: var(--Number-handler-onDisabled-color);
33027
+ }
33028
+ .cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--disabled:hover {
33029
+ color: var(--Number-handler-onDisabled-color);
33030
+ }
32377
33031
  fieldset.cxd-Collapse--lg, fieldset.cxd-Collapse--md, fieldset.cxd-Collapse--base, fieldset.cxd-Collapse--sm, fieldset.cxd-Collapse--xs {
32378
33032
  position: relative;
32379
33033
  }
@@ -43342,58 +43996,67 @@ td.rdtQuarter.rdtDisabled:hover > span {
43342
43996
  flex: 1;
43343
43997
  flex-direction: row;
43344
43998
  }
43345
- .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
43346
- display: none;
43347
- }
43348
43999
  .cxd-Timeline-vertical .cxd-TimelineItem-axle {
43349
- position: relative;
43350
44000
  flex: var(--TimelineItem--axle-flex);
44001
+ position: relative;
44002
+ }
44003
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--center .cxd-TimelineItem-round-wrapper {
44004
+ transform: translate(-50%, -50%);
44005
+ top: 50%;
44006
+ }
44007
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--center .cxd-TimelineItem-icon {
44008
+ transform: translate(-50%, -50%);
44009
+ top: 50%;
44010
+ }
44011
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--bottom .cxd-TimelineItem-icon {
44012
+ transform: translate(-50%, -50%);
44013
+ top: calc(100% - var(--sizes-base-18));
44014
+ }
44015
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--bottom .cxd-TimelineItem-round-wrapper {
44016
+ transform: translate(-50%, -50%);
44017
+ top: calc(100% - var(--sizes-base-18));
43351
44018
  }
43352
44019
  .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
43353
- position: absolute;
43354
- height: calc(100% - var(--TimelineItem--left-line-top));
43355
44020
  width: var(--TimelineItem--left-line-width);
43356
- left: var(--TimelineItem--left-line-left);
43357
- top: var(--TimelineItem--left-line-top);
43358
44021
  background-color: var(--TimelineItem--line-bg);
44022
+ height: 100%;
44023
+ position: absolute;
44024
+ left: calc(50% - 1px);
44025
+ transform: translateX(0.5px);
43359
44026
  }
43360
44027
  .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line-icon {
43361
44028
  left: var(--TimelineItem--icon-left-line-left);
43362
44029
  }
43363
- .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
43364
- position: absolute;
43365
- width: var(--TimelineItem--round-width);
43366
- height: var(--TimelineItem--round-height);
43367
- left: var(--TimelineItem--round-left);
43368
- top: var(--TimelineItem--round-top);
43369
- background: var(--TimelineItem-round-bg);
43370
- border-radius: var(--TimelineItem--round-radius);
43371
- }
43372
- .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
43373
- background: var(--Timeline--danger-bg);
43374
- }
43375
- .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
43376
- background: var(--Timeline--info-bg);
43377
- }
43378
- .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
43379
- background: var(--Timeline--success-bg);
43380
- }
43381
- .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
43382
- background: var(--Timeline--warning-bg);
43383
- }
43384
44030
  .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
43385
44031
  position: absolute;
43386
44032
  width: var(--TimelineItem--icon-width);
43387
44033
  height: var(--TimelineItem--icon-height);
43388
44034
  left: var(--TimelineItem--icon-left);
43389
44035
  border-radius: var(--TimelineItem--icon-radius);
44036
+ transform: translateX(-50%);
44037
+ display: flex;
44038
+ align-items: center;
44039
+ justify-content: center;
44040
+ }
44041
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round-wrapper {
44042
+ position: absolute;
44043
+ height: var(--sizes-base-18);
44044
+ display: flex;
44045
+ justify-content: center;
44046
+ align-items: center;
44047
+ left: 50%;
44048
+ transform: translateX(-50%);
44049
+ }
44050
+ .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
44051
+ height: var(--sizes-base-18);
43390
44052
  }
43391
44053
  .cxd-Timeline-vertical .cxd-TimelineItem-content {
43392
44054
  padding-bottom: var(--TimelineItem--content-padding-bottom);
43393
44055
  margin-left: var(--TimelineItem--content-margin-left);
44056
+ margin-right: var(--TimelineItem--content-margin-left);
43394
44057
  }
43395
44058
  .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
43396
- color: var(--TimelineItem--text-secondary-color);
44059
+ color: var(--TimelineItem--text-primary-color);
43397
44060
  font-size: var(--Timeline-time-fontSize);
43398
44061
  font-weight: var(--Timeline-time-fontWeight);
43399
44062
  margin-bottom: var(--TimelineItem--content-time-margin-bottom);
@@ -43472,56 +44135,56 @@ td.rdtQuarter.rdtDisabled:hover > span {
43472
44135
  margin-left: calc(50% - var(--Timeline-alternate-margin-left));
43473
44136
  max-width: calc(50% + var(--Timeline-alternate-margin-left));
43474
44137
  }
44138
+ .cxd-Timeline-vertical .cxd-TimelineItem:first-child .cxd-TimelineItem-size-sm .cxd-TimelineItem-line {
44139
+ top: 20px;
44140
+ }
44141
+ .cxd-Timeline-vertical .cxd-TimelineItem:first-child .cxd-TimelineItem-size-md .cxd-TimelineItem-line {
44142
+ top: 20px;
44143
+ }
44144
+ .cxd-Timeline-vertical .cxd-TimelineItem:first-child .cxd-TimelineItem-size-lg .cxd-TimelineItem-line {
44145
+ top: 20px;
44146
+ }
44147
+ .cxd-Timeline-vertical .cxd-TimelineItem:first-child .cxd-TimelineItem-size-xl .cxd-TimelineItem-line {
44148
+ top: 20px;
44149
+ }
43475
44150
  .cxd-Timeline-horizontal {
43476
44151
  display: flex;
43477
- flex-flow: row;
44152
+ flex-flow: column;
43478
44153
  }
43479
44154
  .cxd-Timeline-horizontal .cxd-TimelineItem {
43480
44155
  display: flex;
43481
44156
  width: -webkit-fill-available;
43482
44157
  flex-flow: column;
43483
44158
  }
43484
- .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
43485
- display: none;
43486
- }
43487
44159
  .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
43488
44160
  position: relative;
43489
- flex: var(--TimelineItem--axle-flex);
43490
44161
  }
43491
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
43492
- position: absolute;
43493
- height: var(--TimelineItem--left-line-width);
43494
- width: calc(100% - var(--TimelineItem--left-line-left));
43495
- left: var(--TimelineItem--horizontal-left-line-top);
43496
- top: var(--TimelineItem--left-line-left);
43497
- background-color: var(--TimelineItem--line-bg);
43498
- }
43499
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
43500
- position: absolute;
43501
- width: var(--TimelineItem--round-width);
43502
- height: var(--TimelineItem--round-height);
43503
- left: var(--TimelineItem--round-top);
43504
- top: var(--TimelineItem--round-left);
43505
- background: var(--TimelineItem-round-bg);
43506
- border-radius: var(--TimelineItem--round-radius);
44162
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--left .cxd-TimelineItem-round-wrapper,
44163
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--left .cxd-TimelineItem-icon {
44164
+ left: 0%;
43507
44165
  }
43508
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
43509
- background: var(--Timeline--danger-bg);
44166
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--right .cxd-TimelineItem-round-wrapper,
44167
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--right .cxd-TimelineItem-icon {
44168
+ right: 0;
43510
44169
  }
43511
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
43512
- background: var(--Timeline--info-bg);
44170
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--center .cxd-TimelineItem-round-wrapper,
44171
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle.cxd-TimelineItem-point-align--center .cxd-TimelineItem-icon {
44172
+ left: 50%;
43513
44173
  }
43514
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
43515
- background: var(--Timeline--success-bg);
44174
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round-wrapper {
44175
+ width: -moz-fit-content;
44176
+ width: fit-content;
44177
+ position: absolute;
44178
+ transform: translateY(-50%);
43516
44179
  }
43517
- .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
43518
- background: var(--Timeline--warning-bg);
44180
+ .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
44181
+ flex: 1;
44182
+ height: var(--TimelineItem--left-line-width);
44183
+ background-color: var(--TimelineItem--line-bg);
43519
44184
  }
43520
44185
  .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
43521
44186
  position: absolute;
43522
- width: var(--TimelineItem--icon-width);
43523
- height: var(--TimelineItem--icon-height);
43524
- left: var(--TimelineItem--icon-left);
44187
+ transform: translateY(-50%);
43525
44188
  border-radius: var(--TimelineItem--icon-radius);
43526
44189
  }
43527
44190
  .cxd-Timeline-horizontal .cxd-TimelineItem-content {
@@ -43529,8 +44192,21 @@ td.rdtQuarter.rdtDisabled:hover > span {
43529
44192
  padding-bottom: var(--TimelineItem--content-padding-bottom);
43530
44193
  margin-left: var(--TimelineItem--content-margin-left);
43531
44194
  }
44195
+ .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--left .cxd-TimelineItem-time, .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--left .cxd-TimelineItem-title {
44196
+ text-align: left;
44197
+ }
44198
+ .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--left .cxd-TimelineItem-detail {
44199
+ align-items: flex-start;
44200
+ }
44201
+ .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--right .cxd-TimelineItem-time, .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--right .cxd-TimelineItem-title {
44202
+ text-align: right;
44203
+ }
44204
+ .cxd-Timeline-horizontal .cxd-TimelineItem-content.cxd-TimelineItem-content-align--right .cxd-TimelineItem-detail {
44205
+ align-items: flex-end;
44206
+ }
43532
44207
  .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-time {
43533
- color: var(--TimelineItem--text-secondary-color);
44208
+ text-align: center;
44209
+ color: var(--TimelineItem--text-primary-color);
43534
44210
  font-size: var(--Timeline-time-fontSize);
43535
44211
  font-weight: var(--Timeline-time-fontWeight);
43536
44212
  margin-bottom: var(--TimelineItem--content-time-margin-bottom);
@@ -43540,6 +44216,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
43540
44216
  font-size: var(--Timeline-title-fontSize);
43541
44217
  font-weight: var(--Timeline-title-fontWeight);
43542
44218
  margin-bottom: var(--TimelineItem--content-title-margin-bottom);
44219
+ margin-left: 1%;
44220
+ margin-right: 1%;
44221
+ text-align: center;
44222
+ }
44223
+ .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail {
44224
+ margin-left: 1%;
44225
+ margin-right: 1%;
44226
+ display: flex;
44227
+ flex-direction: column;
44228
+ justify-content: center;
44229
+ align-items: center;
43543
44230
  }
43544
44231
  .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
43545
44232
  display: flex;
@@ -43559,18 +44246,172 @@ td.rdtQuarter.rdtDisabled:hover > span {
43559
44246
  transform: rotateX(180deg);
43560
44247
  }
43561
44248
  .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
43562
- display: block;
43563
- word-break: break-word;
43564
- border-radius: var(--Timeline-visible-border-radius);
43565
- font-size: var(--Timeline-detail-content-fontSize);
43566
- font-weight: var(--Timeline-detail-content-fontWeight);
43567
- color: var(--Timeline-detail-content-color);
43568
- padding: var(--TimelineItem-detail-visible-padding);
43569
- box-shadow: var(--TimelineItem-detail-visible-shadow);
44249
+ color: var(--colors-neutral-line-4);
43570
44250
  }
43571
44251
  .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
43572
44252
  display: none;
43573
44253
  }
44254
+ .cxd-Timeline-horizontal .cxd-Timeline-first-line, .cxd-Timeline-horizontal .cxd-Timeline-second-line {
44255
+ display: flex;
44256
+ }
44257
+ .cxd-Timeline-horizontal .cxd-Timeline-first-line > *, .cxd-Timeline-horizontal .cxd-Timeline-second-line > * {
44258
+ flex: 1;
44259
+ }
44260
+ .cxd-Timeline-horizontal .cxd-TimelineItem-round-wrapper {
44261
+ position: absolute;
44262
+ transform: translateY(-0.5px);
44263
+ }
44264
+ .cxd-TimelineItem .cxd-TimelineItem-size-xl .cxd-TimelineItem-round,
44265
+ .cxd-Timeline-line .cxd-TimelineItem-size-xl .cxd-TimelineItem-round {
44266
+ height: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
44267
+ width: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
44268
+ font-size: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
44269
+ }
44270
+ .cxd-TimelineItem .cxd-TimelineItem-size-xl .cxd-TimelineItem-icon,
44271
+ .cxd-Timeline-line .cxd-TimelineItem-size-xl .cxd-TimelineItem-icon {
44272
+ font-size: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
44273
+ }
44274
+ .cxd-TimelineItem .cxd-TimelineItem-size-xl .cxd-TimelineItem-dot,
44275
+ .cxd-Timeline-line .cxd-TimelineItem-size-xl .cxd-TimelineItem-dot {
44276
+ height: calc(var(--TimelineItem-round-width-xl) * 2);
44277
+ width: calc(var(--TimelineItem-round-width-xl) * 2);
44278
+ }
44279
+ .cxd-TimelineItem .cxd-TimelineItem-size-lg .cxd-TimelineItem-round,
44280
+ .cxd-Timeline-line .cxd-TimelineItem-size-lg .cxd-TimelineItem-round {
44281
+ height: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
44282
+ width: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
44283
+ font-size: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
44284
+ }
44285
+ .cxd-TimelineItem .cxd-TimelineItem-size-lg .cxd-TimelineItem-icon,
44286
+ .cxd-Timeline-line .cxd-TimelineItem-size-lg .cxd-TimelineItem-icon {
44287
+ font-size: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
44288
+ }
44289
+ .cxd-TimelineItem .cxd-TimelineItem-size-lg .cxd-TimelineItem-dot,
44290
+ .cxd-Timeline-line .cxd-TimelineItem-size-lg .cxd-TimelineItem-dot {
44291
+ height: calc(var(--TimelineItem-round-width-lg) * 2);
44292
+ width: calc(var(--TimelineItem-round-width-lg) * 2);
44293
+ }
44294
+ .cxd-TimelineItem .cxd-TimelineItem-size-md .cxd-TimelineItem-round,
44295
+ .cxd-Timeline-line .cxd-TimelineItem-size-md .cxd-TimelineItem-round {
44296
+ height: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
44297
+ width: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
44298
+ font-size: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
44299
+ }
44300
+ .cxd-TimelineItem .cxd-TimelineItem-size-md .cxd-TimelineItem-icon,
44301
+ .cxd-Timeline-line .cxd-TimelineItem-size-md .cxd-TimelineItem-icon {
44302
+ font-size: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
44303
+ }
44304
+ .cxd-TimelineItem .cxd-TimelineItem-size-md .cxd-TimelineItem-dot,
44305
+ .cxd-Timeline-line .cxd-TimelineItem-size-md .cxd-TimelineItem-dot {
44306
+ height: calc(var(--TimelineItem-round-width-md) * 2);
44307
+ width: calc(var(--TimelineItem-round-width-md) * 2);
44308
+ }
44309
+ .cxd-TimelineItem .cxd-TimelineItem-size-sm .cxd-TimelineItem-round,
44310
+ .cxd-Timeline-line .cxd-TimelineItem-size-sm .cxd-TimelineItem-round {
44311
+ height: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
44312
+ width: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
44313
+ font-size: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
44314
+ }
44315
+ .cxd-TimelineItem .cxd-TimelineItem-size-sm .cxd-TimelineItem-icon,
44316
+ .cxd-Timeline-line .cxd-TimelineItem-size-sm .cxd-TimelineItem-icon {
44317
+ font-size: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
44318
+ }
44319
+ .cxd-TimelineItem .cxd-TimelineItem-size-sm .cxd-TimelineItem-dot,
44320
+ .cxd-Timeline-line .cxd-TimelineItem-size-sm .cxd-TimelineItem-dot {
44321
+ height: calc(var(--TimelineItem-round-width-sm) * 2);
44322
+ width: calc(var(--TimelineItem-round-width-sm) * 2);
44323
+ }
44324
+ .cxd-TimelineItem .cxd-TimelineItem-round,
44325
+ .cxd-Timeline-line .cxd-TimelineItem-round {
44326
+ background: var(--colors-neutral-fill-1);
44327
+ position: relative;
44328
+ opacity: 0.2;
44329
+ border-radius: var(--TimelineItem--round-radius);
44330
+ }
44331
+ .cxd-TimelineItem .cxd-TimelineItem-dot,
44332
+ .cxd-Timeline-line .cxd-TimelineItem-dot {
44333
+ position: absolute;
44334
+ background-color: var(--colors-neutral-fill-1);
44335
+ border-radius: 100%;
44336
+ top: 50%;
44337
+ left: 50%;
44338
+ transform: translate(-50%, -50%);
44339
+ }
44340
+ .cxd-TimelineItem .cxd-TimelineItem-round,
44341
+ .cxd-Timeline-line .cxd-TimelineItem-round {
44342
+ border-radius: var(--TimelineItem--round-radius);
44343
+ }
44344
+ .cxd-TimelineItem .cxd-TimelineItem-round--danger.cxd-TimelineItem-dot,
44345
+ .cxd-Timeline-line .cxd-TimelineItem-round--danger.cxd-TimelineItem-dot {
44346
+ background: var(--Timeline--danger-dot-color);
44347
+ }
44348
+ .cxd-TimelineItem .cxd-TimelineItem-round--info.cxd-TimelineItem-dot,
44349
+ .cxd-Timeline-line .cxd-TimelineItem-round--info.cxd-TimelineItem-dot {
44350
+ background: var(--Timeline--info-dot-color);
44351
+ }
44352
+ .cxd-TimelineItem .cxd-TimelineItem-round--success.cxd-TimelineItem-dot,
44353
+ .cxd-Timeline-line .cxd-TimelineItem-round--success.cxd-TimelineItem-dot {
44354
+ background: var(--Timeline--success-dot-color);
44355
+ }
44356
+ .cxd-TimelineItem .cxd-TimelineItem-round--warning.cxd-TimelineItem-dot,
44357
+ .cxd-Timeline-line .cxd-TimelineItem-round--warning.cxd-TimelineItem-dot {
44358
+ background: var(--Timeline--warning-dot-color);
44359
+ }
44360
+ .cxd-TimelineItem .cxd-TimelineItem-round.cxd-TimelineItem-round-background--warning,
44361
+ .cxd-Timeline-line .cxd-TimelineItem-round.cxd-TimelineItem-round-background--warning {
44362
+ background: var(--Timeline--warning-dot-bg-color);
44363
+ }
44364
+ .cxd-TimelineItem .cxd-TimelineItem-round.cxd-TimelineItem-round-background--success,
44365
+ .cxd-Timeline-line .cxd-TimelineItem-round.cxd-TimelineItem-round-background--success {
44366
+ background: var(--Timeline--success-dot-bg-color);
44367
+ }
44368
+ .cxd-TimelineItem .cxd-TimelineItem-round.cxd-TimelineItem-round-background--info,
44369
+ .cxd-Timeline-line .cxd-TimelineItem-round.cxd-TimelineItem-round-background--info {
44370
+ background: var(--Timeline--info-dot-bg-color);
44371
+ }
44372
+ .cxd-TimelineItem .cxd-TimelineItem-round.cxd-TimelineItem-round-background--danger,
44373
+ .cxd-Timeline-line .cxd-TimelineItem-round.cxd-TimelineItem-round-background--danger {
44374
+ background: var(--Timeline--danger-dot-bg-color);
44375
+ }
44376
+ .cxd-Timeline-line {
44377
+ display: flex;
44378
+ }
44379
+ .cxd-Timeline-line .cxd-TimelineItem-axle {
44380
+ flex: 1;
44381
+ }
44382
+ .cxd-TimelineItem-hide-dot {
44383
+ position: relative;
44384
+ }
44385
+ .cxd-TimelineItem-hide-dot .cxd-TimelineItem-round {
44386
+ position: absolute;
44387
+ border-radius: 0;
44388
+ }
44389
+ .cxd-TimelineItem .cxd-TimelineItem-hide-dot .cxd-TimelineItem-round-wrapper,
44390
+ .cxd-TimelineItem-axle.cxd-TimelineItem-hide-dot .cxd-TimelineItem-round-wrapper {
44391
+ display: none;
44392
+ }
44393
+ .cxd-TimelineItem .cxd-TimelineItem-hide-dot .cxd-TimelineItem-icon,
44394
+ .cxd-TimelineItem-axle.cxd-TimelineItem-hide-dot .cxd-TimelineItem-icon {
44395
+ display: none;
44396
+ }
44397
+ .cxd-Timeline-first-line .cxd-TimelineItem-content {
44398
+ margin-top: auto;
44399
+ }
44400
+ .cxd-Timeline-second-line .cxd-Timeline-inner-content-wrapper {
44401
+ margin-top: var(--sizes-base-12);
44402
+ }
44403
+ .cxd-Timeline-second-line .cxd-TimelineItem-content {
44404
+ margin-top: var(--TimelineItem--content-padding-bottom);
44405
+ }
44406
+ .cxd-TimelineItem-icon {
44407
+ display: flex;
44408
+ }
44409
+ .cxd-TimelineItem-icon svg.icon {
44410
+ top: 0;
44411
+ }
44412
+ .cxd-TimelineItem-round-wrapper {
44413
+ z-index: 1;
44414
+ }
43574
44415
  .cxd-BarCode > img {
43575
44416
  display: block;
43576
44417
  margin: 0 auto;
@@ -44888,6 +45729,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
44888
45729
  cursor: pointer;
44889
45730
  font-size: 14px;
44890
45731
  color: #aaa;
45732
+ top: 0;
44891
45733
  }
44892
45734
  .cxd-Signature-Embed-Preview .preview-close:hover {
44893
45735
  color: #000;