amis 1.5.6-beta.4 → 1.5.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/.husky/pre-commit +1 -1
  2. package/lib/Schema.d.ts +3 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/AsideNav.d.ts +1 -1
  5. package/lib/components/AsideNav.js.map +1 -1
  6. package/lib/components/AssociatedSelection.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.js +2 -2
  8. package/lib/components/AssociatedSelection.js.map +2 -2
  9. package/lib/components/Avatar.d.ts +135 -0
  10. package/lib/components/Avatar.js +120 -0
  11. package/lib/components/Avatar.js.map +13 -0
  12. package/lib/components/BaiduMapPicker.js.map +2 -2
  13. package/lib/components/CalendarMobile.d.ts +547 -0
  14. package/lib/components/CalendarMobile.js +432 -0
  15. package/lib/components/CalendarMobile.js.map +13 -0
  16. package/lib/components/Card.d.ts +20 -20
  17. package/lib/components/Card.js +1 -1
  18. package/lib/components/Card.js.map +2 -2
  19. package/lib/components/ChainedSelection.d.ts +84 -84
  20. package/lib/components/ChainedSelection.js +15 -3
  21. package/lib/components/ChainedSelection.js.map +2 -2
  22. package/lib/components/CodeMirror.d.ts +26 -0
  23. package/lib/components/CodeMirror.js +104 -0
  24. package/lib/components/CodeMirror.js.map +13 -0
  25. package/lib/components/Collapse.d.ts +22 -21
  26. package/lib/components/Collapse.js +1 -1
  27. package/lib/components/Collapse.js.map +2 -2
  28. package/lib/components/ColorPicker.d.ts +85 -84
  29. package/lib/components/ColorPicker.js +15 -3
  30. package/lib/components/ColorPicker.js.map +2 -2
  31. package/lib/components/DatePicker.d.ts +84 -84
  32. package/lib/components/DatePicker.js +15 -5
  33. package/lib/components/DatePicker.js.map +2 -2
  34. package/lib/components/DateRangePicker.d.ts +86 -84
  35. package/lib/components/DateRangePicker.js +22 -5
  36. package/lib/components/DateRangePicker.js.map +2 -2
  37. package/lib/components/GroupedSelection.d.ts +84 -84
  38. package/lib/components/GroupedSelection.js +14 -2
  39. package/lib/components/GroupedSelection.js.map +2 -2
  40. package/lib/components/MonthRangePicker.d.ts +86 -84
  41. package/lib/components/MonthRangePicker.js +20 -5
  42. package/lib/components/MonthRangePicker.js.map +2 -2
  43. package/lib/components/Overlay.d.ts +1 -1
  44. package/lib/components/Overlay.js.map +1 -1
  45. package/lib/components/Picker.js +9 -4
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.js +0 -1
  48. package/lib/components/PickerColumn.js.map +2 -2
  49. package/lib/components/PickerContainer.d.ts +5 -1
  50. package/lib/components/PickerContainer.js +14 -7
  51. package/lib/components/PickerContainer.js.map +2 -2
  52. package/lib/components/PopUp.d.ts +94 -0
  53. package/lib/components/PopUp.js +58 -0
  54. package/lib/components/PopUp.js.map +13 -0
  55. package/lib/components/Rating.d.ts +203 -73
  56. package/lib/components/Rating.js +147 -31
  57. package/lib/components/Rating.js.map +2 -2
  58. package/lib/components/ResultBox.js +2 -1
  59. package/lib/components/ResultBox.js.map +2 -2
  60. package/lib/components/ResultList.d.ts +9 -2
  61. package/lib/components/ResultList.js +22 -2
  62. package/lib/components/ResultList.js.map +2 -2
  63. package/lib/components/Select.d.ts +237 -237
  64. package/lib/components/Select.js +1 -1
  65. package/lib/components/Select.js.map +1 -1
  66. package/lib/components/Selection.d.ts +94 -86
  67. package/lib/components/Selection.js +11 -2
  68. package/lib/components/Selection.js.map +2 -2
  69. package/lib/components/Steps.d.ts +1 -0
  70. package/lib/components/Steps.js +5 -3
  71. package/lib/components/Steps.js.map +2 -2
  72. package/lib/components/TableSelection.d.ts +85 -85
  73. package/lib/components/TableSelection.js +1 -9
  74. package/lib/components/TableSelection.js.map +2 -2
  75. package/lib/components/Tabs.js +31 -33
  76. package/lib/components/Tabs.js.map +2 -2
  77. package/lib/components/TabsTransfer.d.ts +87 -256
  78. package/lib/components/TabsTransfer.js +52 -9
  79. package/lib/components/TabsTransfer.js.map +2 -2
  80. package/lib/components/TabsTransferPicker.d.ts +1 -1
  81. package/lib/components/TabsTransferPicker.js +21 -19
  82. package/lib/components/TabsTransferPicker.js.map +2 -2
  83. package/lib/components/Timeline.d.ts +69 -0
  84. package/lib/components/Timeline.js +16 -0
  85. package/lib/components/Timeline.js.map +13 -0
  86. package/lib/components/TimelineItem.d.ts +516 -0
  87. package/lib/components/TimelineItem.js +41 -0
  88. package/lib/components/TimelineItem.js.map +13 -0
  89. package/lib/components/Transfer.d.ts +100 -98
  90. package/lib/components/Transfer.js +2 -3
  91. package/lib/components/Transfer.js.map +2 -2
  92. package/lib/components/TransferDropDown.d.ts +84 -84
  93. package/lib/components/TransferDropDown.js +1 -5
  94. package/lib/components/TransferDropDown.js.map +2 -2
  95. package/lib/components/TransferPicker.d.ts +1 -1
  96. package/lib/components/TransferPicker.js +21 -19
  97. package/lib/components/TransferPicker.js.map +2 -2
  98. package/lib/components/TreeSelection.d.ts +85 -85
  99. package/lib/components/TreeSelection.js +7 -1
  100. package/lib/components/TreeSelection.js.map +2 -2
  101. package/lib/components/calendar/Calendar.d.ts +5 -0
  102. package/lib/components/calendar/Calendar.js +15 -2
  103. package/lib/components/calendar/Calendar.js.map +2 -2
  104. package/lib/components/calendar/DaysView.d.ts +1 -0
  105. package/lib/components/calendar/DaysView.js +25 -13
  106. package/lib/components/calendar/DaysView.js.map +2 -2
  107. package/lib/components/calendar/MonthsView.d.ts +28 -0
  108. package/lib/components/calendar/MonthsView.js +79 -3
  109. package/lib/components/calendar/MonthsView.js.map +2 -2
  110. package/lib/components/calendar/QuartersView.d.ts +1 -0
  111. package/lib/components/calendar/QuartersView.js +2 -2
  112. package/lib/components/calendar/QuartersView.js.map +2 -2
  113. package/lib/components/calendar/TimeView.d.ts +5 -0
  114. package/lib/components/calendar/TimeView.js +8 -5
  115. package/lib/components/calendar/TimeView.js.map +2 -2
  116. package/lib/components/calendar/YearsView.js +6 -4
  117. package/lib/components/calendar/YearsView.js.map +2 -2
  118. package/lib/components/condition-builder/Field.js +1 -4
  119. package/lib/components/condition-builder/Field.js.map +2 -2
  120. package/lib/components/condition-builder/Func.js +1 -1
  121. package/lib/components/condition-builder/Func.js.map +2 -2
  122. package/lib/components/formula/Editor.d.ts +563 -0
  123. package/lib/components/formula/Editor.js +187 -0
  124. package/lib/components/formula/Editor.js.map +13 -0
  125. package/lib/components/formula/FuncList.d.ts +67 -0
  126. package/lib/components/formula/FuncList.js +36 -0
  127. package/lib/components/formula/FuncList.js.map +13 -0
  128. package/lib/components/formula/Picker.d.ts +493 -0
  129. package/lib/components/formula/Picker.js +48 -0
  130. package/lib/components/formula/Picker.js.map +13 -0
  131. package/lib/components/formula/VariableList.d.ts +9 -0
  132. package/lib/components/formula/VariableList.js +15 -0
  133. package/lib/components/formula/VariableList.js.map +13 -0
  134. package/lib/components/formula/plugin.d.ts +18 -0
  135. package/lib/components/formula/plugin.js +136 -0
  136. package/lib/components/formula/plugin.js.map +13 -0
  137. package/lib/components/icons.js +4 -0
  138. package/lib/components/icons.js.map +2 -2
  139. package/lib/components/index.d.ts +2 -1
  140. package/lib/components/index.js +4 -2
  141. package/lib/components/index.js.map +2 -2
  142. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  143. package/lib/components/virtual-list/index.js +1 -2
  144. package/lib/components/virtual-list/index.js.map +2 -2
  145. package/lib/factory.js +5 -0
  146. package/lib/factory.js.map +2 -2
  147. package/lib/helper.css +57 -57
  148. package/lib/helper.css.map +1 -1
  149. package/lib/icons/star.js +12 -0
  150. package/lib/icons/tree-down.js +7 -0
  151. package/lib/index.d.ts +2 -0
  152. package/lib/index.js +3 -1
  153. package/lib/index.js.map +2 -2
  154. package/lib/locale/de-DE.js +13 -2
  155. package/lib/locale/de-DE.js.map +2 -2
  156. package/lib/locale/en-US.js +13 -2
  157. package/lib/locale/en-US.js.map +2 -2
  158. package/lib/locale/zh-CN.js +12 -1
  159. package/lib/locale/zh-CN.js.map +2 -2
  160. package/lib/renderers/Avatar.d.ts +35 -26
  161. package/lib/renderers/Avatar.js +14 -19
  162. package/lib/renderers/Avatar.js.map +2 -2
  163. package/lib/renderers/CRUD.js +1 -2
  164. package/lib/renderers/CRUD.js.map +2 -2
  165. package/lib/renderers/Card.js +6 -5
  166. package/lib/renderers/Card.js.map +2 -2
  167. package/lib/renderers/Custom.js.map +2 -2
  168. package/lib/renderers/Each.js +5 -2
  169. package/lib/renderers/Each.js.map +2 -2
  170. package/lib/renderers/Flex.js +1 -5
  171. package/lib/renderers/Flex.js.map +2 -2
  172. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  173. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  174. package/lib/renderers/Form/DiffEditor.js +2 -1
  175. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  176. package/lib/renderers/Form/InputCity.d.ts +84 -84
  177. package/lib/renderers/Form/InputColor.d.ts +84 -84
  178. package/lib/renderers/Form/InputColor.js +1 -1
  179. package/lib/renderers/Form/InputColor.js.map +2 -2
  180. package/lib/renderers/Form/InputDate.js +6 -4
  181. package/lib/renderers/Form/InputDate.js.map +2 -2
  182. package/lib/renderers/Form/InputDateRange.js +1 -1
  183. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  184. package/lib/renderers/Form/InputFormula.d.ts +38 -0
  185. package/lib/renderers/Form/InputFormula.js +25 -0
  186. package/lib/renderers/Form/InputFormula.js.map +13 -0
  187. package/lib/renderers/Form/InputImage.d.ts +1 -0
  188. package/lib/renderers/Form/InputImage.js +8 -4
  189. package/lib/renderers/Form/InputImage.js.map +2 -2
  190. package/lib/renderers/Form/InputMonthRange.js +1 -1
  191. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  192. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  193. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  194. package/lib/renderers/Form/InputRating.d.ts +37 -0
  195. package/lib/renderers/Form/InputRating.js +6 -2
  196. package/lib/renderers/Form/InputRating.js.map +2 -2
  197. package/lib/renderers/Form/InputYearRange.js +1 -1
  198. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  199. package/lib/renderers/Form/Item.js +11 -4
  200. package/lib/renderers/Form/Item.js.map +2 -2
  201. package/lib/renderers/Form/NestedSelect.js +1 -1
  202. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  203. package/lib/renderers/Form/Select.js +1 -1
  204. package/lib/renderers/Form/Select.js.map +2 -2
  205. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  206. package/lib/renderers/Form/TabsTransfer.js +20 -1
  207. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  208. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  209. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  210. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  211. package/lib/renderers/Form/Transfer.d.ts +15 -4
  212. package/lib/renderers/Form/Transfer.js +55 -18
  213. package/lib/renderers/Form/Transfer.js.map +2 -2
  214. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  215. package/lib/renderers/Form/TransferPicker.js +1 -1
  216. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  217. package/lib/renderers/Form/TreeSelect.d.ts +1 -0
  218. package/lib/renderers/Form/TreeSelect.js +11 -8
  219. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  220. package/lib/renderers/Form/index.js +2 -1
  221. package/lib/renderers/Form/index.js.map +2 -2
  222. package/lib/renderers/IFrame.js +0 -2
  223. package/lib/renderers/IFrame.js.map +2 -2
  224. package/lib/renderers/Json.js +7 -0
  225. package/lib/renderers/Json.js.map +2 -2
  226. package/lib/renderers/Nav.js +4 -1
  227. package/lib/renderers/Nav.js.map +2 -2
  228. package/lib/renderers/Remark.d.ts +4 -0
  229. package/lib/renderers/Remark.js +38 -7
  230. package/lib/renderers/Remark.js.map +2 -2
  231. package/lib/renderers/Steps.js +5 -5
  232. package/lib/renderers/Steps.js.map +2 -2
  233. package/lib/renderers/Table/TableRow.js +4 -1
  234. package/lib/renderers/Table/TableRow.js.map +2 -2
  235. package/lib/renderers/Table/index.js +4 -1
  236. package/lib/renderers/Table/index.js.map +2 -2
  237. package/lib/renderers/Tabs.js +1 -1
  238. package/lib/renderers/Tabs.js.map +2 -2
  239. package/lib/renderers/Timeline.d.ts +65 -0
  240. package/lib/renderers/Timeline.js +54 -0
  241. package/lib/renderers/Timeline.js.map +13 -0
  242. package/lib/renderers/Video.js.map +2 -2
  243. package/lib/store/combo.js.map +2 -2
  244. package/lib/store/formItem.js +6 -6
  245. package/lib/store/formItem.js.map +2 -2
  246. package/lib/store/table.js +1 -1
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +952 -23
  249. package/lib/themes/ang.css +952 -23
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +987 -23
  252. package/lib/themes/antd.css +987 -23
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +991 -24
  255. package/lib/themes/cxd.css +991 -24
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +953 -23
  258. package/lib/themes/dark.css +953 -23
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +991 -24
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/utils/RootClose.js +3 -1
  263. package/lib/utils/RootClose.js.map +2 -2
  264. package/lib/utils/api.js +2 -2
  265. package/lib/utils/api.js.map +2 -2
  266. package/lib/utils/helper.d.ts +1 -1
  267. package/lib/utils/helper.js +1 -1
  268. package/lib/utils/helper.js.map +2 -2
  269. package/package.json +12 -3
  270. package/schema.json +1224 -671
  271. package/scss/_properties.scss +11 -1
  272. package/scss/_variables.scss +1 -1
  273. package/scss/components/_avatar.scss +27 -9
  274. package/scss/components/_calendar.scss +280 -0
  275. package/scss/components/_card.scss +1 -1
  276. package/scss/components/_collapse-group.scss +1 -3
  277. package/scss/components/_formula.scss +146 -0
  278. package/scss/components/_modal.scss +18 -0
  279. package/scss/components/_panel.scss +45 -0
  280. package/scss/components/_popup.scss +127 -0
  281. package/scss/components/_steps.scss +60 -0
  282. package/scss/components/_timeline.scss +198 -0
  283. package/scss/components/form/_color.scss +4 -0
  284. package/scss/components/form/_date-range.scss +4 -0
  285. package/scss/components/form/_date.scss +3 -0
  286. package/scss/components/form/_form.scss +168 -0
  287. package/scss/components/form/_rating.scss +60 -21
  288. package/scss/components/form/_result-list.scss +2 -0
  289. package/scss/components/form/_selection.scss +5 -4
  290. package/scss/components/form/_tree-select.scss +4 -0
  291. package/scss/helper/background/_background-color.scss +1 -1
  292. package/scss/helper/border/_border-color.scss +1 -1
  293. package/scss/helper/typography/_text-color.scss +1 -1
  294. package/scss/themes/_antd-variables.scss +42 -0
  295. package/scss/themes/_common.scss +3 -0
  296. package/scss/themes/_cxd-variables.scss +50 -1
  297. package/scss/themes/_dark-variables.scss +1 -0
  298. package/sdk/ang-ie11.css +1692 -19
  299. package/sdk/ang.css +1705 -24
  300. package/sdk/antd-ie11.css +1692 -19
  301. package/sdk/antd.css +1740 -24
  302. package/sdk/charts.js +17 -17
  303. package/sdk/codemirror.js +14 -0
  304. package/sdk/color-picker.js +65 -65
  305. package/sdk/cropperjs.js +3 -3
  306. package/sdk/cxd-ie11.css +1693 -20
  307. package/sdk/cxd.css +1744 -25
  308. package/sdk/dark-ie11.css +1693 -20
  309. package/sdk/dark.css +1706 -24
  310. package/sdk/exceljs.js +1 -1
  311. package/sdk/helper.css +57 -57
  312. package/sdk/helper.css.map +1 -1
  313. package/sdk/locale/de-DE.js +13 -2
  314. package/sdk/markdown.js +69 -69
  315. package/sdk/papaparse.js +1 -1
  316. package/sdk/renderers/Form/CityDB.js +1 -1
  317. package/sdk/rest.js +18 -18
  318. package/sdk/rich-text.js +62 -62
  319. package/sdk/sdk-ie11.css +1693 -20
  320. package/sdk/sdk.css +1744 -25
  321. package/sdk/sdk.js +1235 -1275
  322. package/sdk/thirds/hls.js/hls.js +18 -18
  323. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  324. package/sdk/tinymce.js +57 -57
  325. package/src/Schema.ts +4 -0
  326. package/src/components/AsideNav.tsx +1 -1
  327. package/src/components/AssociatedSelection.tsx +5 -1
  328. package/src/components/Avatar.tsx +253 -0
  329. package/src/components/BaiduMapPicker.tsx +19 -14
  330. package/src/components/CalendarMobile.tsx +563 -0
  331. package/src/components/Card.tsx +2 -2
  332. package/src/components/ChainedSelection.tsx +16 -3
  333. package/src/components/CodeMirror.tsx +99 -0
  334. package/src/components/Collapse.tsx +3 -2
  335. package/src/components/ColorPicker.tsx +43 -3
  336. package/src/components/DatePicker.tsx +44 -8
  337. package/src/components/DateRangePicker.tsx +64 -5
  338. package/src/components/GroupedSelection.tsx +14 -2
  339. package/src/components/MonthRangePicker.tsx +59 -5
  340. package/src/components/Overlay.tsx +1 -1
  341. package/src/components/Picker.tsx +41 -36
  342. package/src/components/PickerColumn.tsx +22 -25
  343. package/src/components/PickerContainer.tsx +23 -7
  344. package/src/components/PopUp.tsx +118 -0
  345. package/src/components/Rating.tsx +235 -47
  346. package/src/components/ResultBox.tsx +4 -1
  347. package/src/components/ResultList.tsx +36 -6
  348. package/src/components/Select.tsx +1 -1
  349. package/src/components/Selection.tsx +21 -3
  350. package/src/components/Steps.tsx +27 -9
  351. package/src/components/TableSelection.tsx +1 -44
  352. package/src/components/Tabs.tsx +65 -54
  353. package/src/components/TabsTransfer.tsx +78 -9
  354. package/src/components/TabsTransferPicker.tsx +25 -13
  355. package/src/components/Timeline.tsx +31 -0
  356. package/src/components/TimelineItem.tsx +107 -0
  357. package/src/components/Transfer.tsx +11 -8
  358. package/src/components/TransferDropDown.tsx +1 -7
  359. package/src/components/TransferPicker.tsx +25 -14
  360. package/src/components/TreeSelection.tsx +7 -1
  361. package/src/components/calendar/Calendar.tsx +26 -6
  362. package/src/components/calendar/DaysView.tsx +79 -31
  363. package/src/components/calendar/MonthsView.tsx +116 -2
  364. package/src/components/calendar/QuartersView.tsx +3 -2
  365. package/src/components/calendar/TimeView.tsx +26 -16
  366. package/src/components/calendar/YearsView.tsx +14 -16
  367. package/src/components/condition-builder/Field.tsx +1 -3
  368. package/src/components/condition-builder/Func.tsx +1 -1
  369. package/src/components/formula/Editor.tsx +266 -0
  370. package/src/components/formula/FuncList.tsx +84 -0
  371. package/src/components/formula/Picker.tsx +87 -0
  372. package/src/components/formula/VariableList.tsx +49 -0
  373. package/src/components/formula/plugin.ts +177 -0
  374. package/src/components/icons.tsx +4 -0
  375. package/src/components/index.tsx +2 -0
  376. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  377. package/src/components/virtual-list/index.tsx +4 -6
  378. package/src/factory.tsx +6 -0
  379. package/src/icons/star.svg +12 -0
  380. package/src/icons/tree-down.svg +5 -0
  381. package/src/index.tsx +2 -0
  382. package/src/locale/de-DE.ts +13 -2
  383. package/src/locale/en-US.ts +13 -2
  384. package/src/locale/zh-CN.ts +12 -1
  385. package/src/renderers/Avatar.tsx +83 -74
  386. package/src/renderers/CRUD.tsx +1 -3
  387. package/src/renderers/Card.tsx +10 -6
  388. package/src/renderers/Custom.tsx +6 -3
  389. package/src/renderers/Each.tsx +4 -4
  390. package/src/renderers/Flex.tsx +3 -7
  391. package/src/renderers/Form/ChartRadios.tsx +2 -7
  392. package/src/renderers/Form/Checkboxes.tsx +1 -1
  393. package/src/renderers/Form/DiffEditor.tsx +2 -3
  394. package/src/renderers/Form/InputColor.tsx +1 -2
  395. package/src/renderers/Form/InputDate.tsx +39 -18
  396. package/src/renderers/Form/InputDateRange.tsx +1 -0
  397. package/src/renderers/Form/InputFormula.tsx +80 -0
  398. package/src/renderers/Form/InputImage.tsx +9 -4
  399. package/src/renderers/Form/InputMonthRange.tsx +1 -0
  400. package/src/renderers/Form/InputQuarterRange.tsx +1 -0
  401. package/src/renderers/Form/InputRating.tsx +66 -3
  402. package/src/renderers/Form/InputYearRange.tsx +1 -0
  403. package/src/renderers/Form/Item.tsx +15 -4
  404. package/src/renderers/Form/NestedSelect.tsx +1 -1
  405. package/src/renderers/Form/Select.tsx +0 -1
  406. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  407. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  408. package/src/renderers/Form/Transfer.tsx +75 -24
  409. package/src/renderers/Form/TransferPicker.tsx +6 -38
  410. package/src/renderers/Form/TreeSelect.tsx +80 -63
  411. package/src/renderers/Form/index.tsx +2 -1
  412. package/src/renderers/IFrame.tsx +0 -2
  413. package/src/renderers/Json.tsx +5 -0
  414. package/src/renderers/Nav.tsx +4 -1
  415. package/src/renderers/Remark.tsx +67 -18
  416. package/src/renderers/Steps.tsx +13 -13
  417. package/src/renderers/Table/TableRow.tsx +3 -1
  418. package/src/renderers/Table/index.tsx +7 -1
  419. package/src/renderers/Tabs.tsx +6 -2
  420. package/src/renderers/Timeline.tsx +141 -0
  421. package/src/renderers/Video.tsx +4 -20
  422. package/src/store/combo.ts +1 -3
  423. package/src/store/formItem.ts +2 -2
  424. package/src/store/table.ts +2 -1
  425. package/src/utils/RootClose.ts +5 -1
  426. package/src/utils/api.ts +5 -2
  427. package/src/utils/helper.ts +1 -1
package/sdk/antd.css CHANGED
@@ -249,6 +249,575 @@
249
249
  cursor: default;
250
250
  }
251
251
 
252
+ /* BASICS */
253
+
254
+ .amis-scope .CodeMirror {
255
+ /* Set height, width, borders, and global font properties here */
256
+ font-family: monospace;
257
+ height: 300px;
258
+ color: black;
259
+ direction: ltr;
260
+ }
261
+
262
+ /* PADDING */
263
+
264
+ .amis-scope .CodeMirror-lines {
265
+ padding: 4px 0;
266
+ /* Vertical padding around content */
267
+ }
268
+
269
+ .amis-scope .CodeMirror pre.CodeMirror-line,
270
+ .amis-scope .CodeMirror pre.CodeMirror-line-like {
271
+ padding: 0 4px;
272
+ /* Horizontal padding of content */
273
+ }
274
+
275
+ .amis-scope .CodeMirror-scrollbar-filler,
276
+ .amis-scope .CodeMirror-gutter-filler {
277
+ background-color: white;
278
+ /* The little square between H and V scrollbars */
279
+ }
280
+
281
+ /* GUTTER */
282
+
283
+ .amis-scope .CodeMirror-gutters {
284
+ border-right: 1px solid #ddd;
285
+ background-color: #f7f7f7;
286
+ white-space: nowrap;
287
+ }
288
+
289
+
290
+
291
+ .amis-scope .CodeMirror-linenumber {
292
+ padding: 0 3px 0 5px;
293
+ min-width: 20px;
294
+ text-align: right;
295
+ color: #999;
296
+ white-space: nowrap;
297
+ }
298
+
299
+ .amis-scope .CodeMirror-guttermarker {
300
+ color: black;
301
+ }
302
+
303
+ .amis-scope .CodeMirror-guttermarker-subtle {
304
+ color: #999;
305
+ }
306
+
307
+ /* CURSOR */
308
+
309
+ .amis-scope .CodeMirror-cursor {
310
+ border-left: 1px solid black;
311
+ border-right: none;
312
+ width: 0;
313
+ }
314
+
315
+ /* Shown when moving in bi-directional text */
316
+
317
+ .amis-scope .CodeMirror div.CodeMirror-secondarycursor {
318
+ border-left: 1px solid silver;
319
+ }
320
+
321
+ .amis-scope .cm-fat-cursor .CodeMirror-cursor {
322
+ width: auto;
323
+ border: 0 !important;
324
+ background: #7e7;
325
+ }
326
+
327
+ .amis-scope .cm-fat-cursor div.CodeMirror-cursors {
328
+ z-index: 1;
329
+ }
330
+
331
+ .amis-scope .cm-fat-cursor .CodeMirror-line::selection,
332
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span::selection,
333
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span > span::selection {
334
+ background: transparent;
335
+ }
336
+
337
+ .amis-scope .cm-fat-cursor .CodeMirror-line::-moz-selection,
338
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
339
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
340
+ background: transparent;
341
+ }
342
+
343
+ .amis-scope .cm-fat-cursor {
344
+ caret-color: transparent;
345
+ }
346
+
347
+ @-moz-keyframes blink {
348
+ 0% {
349
+
350
+ }
351
+
352
+ 50% {
353
+ background-color: transparent;
354
+ }
355
+
356
+ 100% {
357
+
358
+ }
359
+ }
360
+
361
+ @-webkit-keyframes blink {
362
+ 0% {
363
+
364
+ }
365
+
366
+ 50% {
367
+ background-color: transparent;
368
+ }
369
+
370
+ 100% {
371
+
372
+ }
373
+ }
374
+
375
+ @keyframes blink {
376
+ 0% {
377
+
378
+ }
379
+
380
+ 50% {
381
+ background-color: transparent;
382
+ }
383
+
384
+ 100% {
385
+
386
+ }
387
+ }
388
+
389
+ /* Can style cursor different in overwrite (non-insert) mode */
390
+
391
+
392
+
393
+ .amis-scope .cm-tab {
394
+ display: inline-block;
395
+ text-decoration: inherit;
396
+ }
397
+
398
+ .amis-scope .CodeMirror-rulers {
399
+ position: absolute;
400
+ left: 0;
401
+ right: 0;
402
+ top: -50px;
403
+ bottom: 0;
404
+ overflow: hidden;
405
+ }
406
+
407
+ .amis-scope .CodeMirror-ruler {
408
+ border-left: 1px solid #ccc;
409
+ top: 0;
410
+ bottom: 0;
411
+ position: absolute;
412
+ }
413
+
414
+ /* DEFAULT THEME */
415
+
416
+ .amis-scope .cm-s-default .cm-header {
417
+ color: blue;
418
+ }
419
+
420
+ .amis-scope .cm-s-default .cm-quote {
421
+ color: #090;
422
+ }
423
+
424
+ .amis-scope .cm-negative {
425
+ color: #d44;
426
+ }
427
+
428
+ .amis-scope .cm-positive {
429
+ color: #292;
430
+ }
431
+
432
+ .amis-scope .cm-header,
433
+ .amis-scope .cm-strong {
434
+ font-weight: bold;
435
+ }
436
+
437
+ .amis-scope .cm-em {
438
+ font-style: italic;
439
+ }
440
+
441
+ .amis-scope .cm-link {
442
+ text-decoration: underline;
443
+ }
444
+
445
+ .amis-scope .cm-strikethrough {
446
+ text-decoration: line-through;
447
+ }
448
+
449
+ .amis-scope .cm-s-default .cm-keyword {
450
+ color: #708;
451
+ }
452
+
453
+ .amis-scope .cm-s-default .cm-atom {
454
+ color: #219;
455
+ }
456
+
457
+ .amis-scope .cm-s-default .cm-number {
458
+ color: #164;
459
+ }
460
+
461
+ .amis-scope .cm-s-default .cm-def {
462
+ color: #00f;
463
+ }
464
+
465
+
466
+
467
+ .amis-scope .cm-s-default .cm-variable-2 {
468
+ color: #05a;
469
+ }
470
+
471
+ .amis-scope .cm-s-default .cm-variable-3,
472
+ .amis-scope .cm-s-default .cm-type {
473
+ color: #085;
474
+ }
475
+
476
+ .amis-scope .cm-s-default .cm-comment {
477
+ color: #a50;
478
+ }
479
+
480
+ .amis-scope .cm-s-default .cm-string {
481
+ color: #a11;
482
+ }
483
+
484
+ .amis-scope .cm-s-default .cm-string-2 {
485
+ color: #f50;
486
+ }
487
+
488
+ .amis-scope .cm-s-default .cm-meta {
489
+ color: #555;
490
+ }
491
+
492
+ .amis-scope .cm-s-default .cm-qualifier {
493
+ color: #555;
494
+ }
495
+
496
+ .amis-scope .cm-s-default .cm-builtin {
497
+ color: #30a;
498
+ }
499
+
500
+ .amis-scope .cm-s-default .cm-bracket {
501
+ color: #997;
502
+ }
503
+
504
+ .amis-scope .cm-s-default .cm-tag {
505
+ color: #170;
506
+ }
507
+
508
+ .amis-scope .cm-s-default .cm-attribute {
509
+ color: #00c;
510
+ }
511
+
512
+ .amis-scope .cm-s-default .cm-hr {
513
+ color: #999;
514
+ }
515
+
516
+ .amis-scope .cm-s-default .cm-link {
517
+ color: #00c;
518
+ }
519
+
520
+ .amis-scope .cm-s-default .cm-error {
521
+ color: #f00;
522
+ }
523
+
524
+ .amis-scope .cm-invalidchar {
525
+ color: #f00;
526
+ }
527
+
528
+ .amis-scope .CodeMirror-composing {
529
+ border-bottom: 2px solid;
530
+ }
531
+
532
+ /* Default styles for common addons */
533
+
534
+ .amis-scope div.CodeMirror span.CodeMirror-matchingbracket {
535
+ color: #0b0;
536
+ }
537
+
538
+ .amis-scope div.CodeMirror span.CodeMirror-nonmatchingbracket {
539
+ color: #a22;
540
+ }
541
+
542
+ .amis-scope .CodeMirror-matchingtag {
543
+ background: rgba(255, 150, 0, .3);
544
+ }
545
+
546
+ .amis-scope .CodeMirror-activeline-background {
547
+ background: #e8f2ff;
548
+ }
549
+
550
+ /* STOP */
551
+
552
+ /* The rest of this file contains styles related to the mechanics of
553
+ the editor. You probably shouldn't touch them. */
554
+
555
+ .amis-scope .CodeMirror {
556
+ position: relative;
557
+ overflow: hidden;
558
+ background: white;
559
+ }
560
+
561
+ .amis-scope .CodeMirror-scroll {
562
+ overflow: scroll !important;
563
+ /* Things will break if this is overridden */
564
+ /* 50px is the magic margin used to hide the element's real scrollbars */
565
+ /* See overflow: hidden in .CodeMirror */
566
+ margin-bottom: -50px;
567
+ margin-right: -50px;
568
+ padding-bottom: 50px;
569
+ height: 100%;
570
+ outline: none;
571
+ /* Prevent dragging from highlighting the element */
572
+ position: relative;
573
+ }
574
+
575
+ .amis-scope .CodeMirror-sizer {
576
+ position: relative;
577
+ border-right: 50px solid transparent;
578
+ }
579
+
580
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
581
+ before actual scrolling happens, thus preventing shaking and
582
+ flickering artifacts. */
583
+
584
+ .amis-scope .CodeMirror-vscrollbar,
585
+ .amis-scope .CodeMirror-hscrollbar,
586
+ .amis-scope .CodeMirror-scrollbar-filler,
587
+ .amis-scope .CodeMirror-gutter-filler {
588
+ position: absolute;
589
+ z-index: 6;
590
+ display: none;
591
+ outline: none;
592
+ }
593
+
594
+ .amis-scope .CodeMirror-vscrollbar {
595
+ right: 0;
596
+ top: 0;
597
+ overflow-x: hidden;
598
+ overflow-y: scroll;
599
+ }
600
+
601
+ .amis-scope .CodeMirror-hscrollbar {
602
+ bottom: 0;
603
+ left: 0;
604
+ overflow-y: hidden;
605
+ overflow-x: scroll;
606
+ }
607
+
608
+ .amis-scope .CodeMirror-scrollbar-filler {
609
+ right: 0;
610
+ bottom: 0;
611
+ }
612
+
613
+ .amis-scope .CodeMirror-gutter-filler {
614
+ left: 0;
615
+ bottom: 0;
616
+ }
617
+
618
+ .amis-scope .CodeMirror-gutters {
619
+ position: absolute;
620
+ left: 0;
621
+ top: 0;
622
+ min-height: 100%;
623
+ z-index: 3;
624
+ }
625
+
626
+ .amis-scope .CodeMirror-gutter {
627
+ white-space: normal;
628
+ height: 100%;
629
+ display: inline-block;
630
+ vertical-align: top;
631
+ margin-bottom: -50px;
632
+ }
633
+
634
+ .amis-scope .CodeMirror-gutter-wrapper {
635
+ position: absolute;
636
+ z-index: 4;
637
+ background: none !important;
638
+ border: none !important;
639
+ }
640
+
641
+ .amis-scope .CodeMirror-gutter-background {
642
+ position: absolute;
643
+ top: 0;
644
+ bottom: 0;
645
+ z-index: 4;
646
+ }
647
+
648
+ .amis-scope .CodeMirror-gutter-elt {
649
+ position: absolute;
650
+ cursor: default;
651
+ z-index: 4;
652
+ }
653
+
654
+ .amis-scope .CodeMirror-gutter-wrapper ::selection {
655
+ background-color: transparent;
656
+ }
657
+
658
+ .amis-scope .CodeMirror-gutter-wrapper ::-moz-selection {
659
+ background-color: transparent;
660
+ }
661
+
662
+ .amis-scope .CodeMirror-lines {
663
+ cursor: text;
664
+ min-height: 1px;
665
+ /* prevents collapsing before first draw */
666
+ }
667
+
668
+ .amis-scope .CodeMirror pre.CodeMirror-line,
669
+ .amis-scope .CodeMirror pre.CodeMirror-line-like {
670
+ /* Reset some styles that the rest of the page might have set */
671
+ -moz-border-radius: 0;
672
+ -webkit-border-radius: 0;
673
+ border-radius: 0;
674
+ border-width: 0;
675
+ background: transparent;
676
+ font-family: inherit;
677
+ font-size: inherit;
678
+ margin: 0;
679
+ white-space: pre;
680
+ word-wrap: normal;
681
+ line-height: inherit;
682
+ color: inherit;
683
+ z-index: 2;
684
+ position: relative;
685
+ overflow: visible;
686
+ -webkit-tap-highlight-color: transparent;
687
+ -webkit-font-variant-ligatures: contextual;
688
+ font-variant-ligatures: contextual;
689
+ }
690
+
691
+ .amis-scope .CodeMirror-wrap pre.CodeMirror-line,
692
+ .amis-scope .CodeMirror-wrap pre.CodeMirror-line-like {
693
+ word-wrap: break-word;
694
+ white-space: pre-wrap;
695
+ word-break: normal;
696
+ }
697
+
698
+ .amis-scope .CodeMirror-linebackground {
699
+ position: absolute;
700
+ left: 0;
701
+ right: 0;
702
+ top: 0;
703
+ bottom: 0;
704
+ z-index: 0;
705
+ }
706
+
707
+ .amis-scope .CodeMirror-linewidget {
708
+ position: relative;
709
+ z-index: 2;
710
+ padding: 0.1px;
711
+ /* Force widget margins to stay inside of the container */
712
+ }
713
+
714
+
715
+
716
+ .amis-scope .CodeMirror-rtl pre {
717
+ direction: rtl;
718
+ }
719
+
720
+ .amis-scope .CodeMirror-code {
721
+ outline: none;
722
+ }
723
+
724
+ /* Force content-box sizing for the elements where we expect it */
725
+
726
+ .amis-scope .CodeMirror-scroll,
727
+ .amis-scope .CodeMirror-sizer,
728
+ .amis-scope .CodeMirror-gutter,
729
+ .amis-scope .CodeMirror-gutters,
730
+ .amis-scope .CodeMirror-linenumber {
731
+ -moz-box-sizing: content-box;
732
+ box-sizing: content-box;
733
+ }
734
+
735
+ .amis-scope .CodeMirror-measure {
736
+ position: absolute;
737
+ width: 100%;
738
+ height: 0;
739
+ overflow: hidden;
740
+ visibility: hidden;
741
+ }
742
+
743
+ .amis-scope .CodeMirror-cursor {
744
+ position: absolute;
745
+ pointer-events: none;
746
+ }
747
+
748
+ .amis-scope .CodeMirror-measure pre {
749
+ position: static;
750
+ }
751
+
752
+ .amis-scope div.CodeMirror-cursors {
753
+ visibility: hidden;
754
+ position: relative;
755
+ z-index: 3;
756
+ }
757
+
758
+ .amis-scope div.CodeMirror-dragcursors {
759
+ visibility: visible;
760
+ }
761
+
762
+ .amis-scope .CodeMirror-focused div.CodeMirror-cursors {
763
+ visibility: visible;
764
+ }
765
+
766
+ .amis-scope .CodeMirror-selected {
767
+ background: #d9d9d9;
768
+ }
769
+
770
+ .amis-scope .CodeMirror-focused .CodeMirror-selected {
771
+ background: #d7d4f0;
772
+ }
773
+
774
+ .amis-scope .CodeMirror-crosshair {
775
+ cursor: crosshair;
776
+ }
777
+
778
+ .amis-scope .CodeMirror-line::selection,
779
+ .amis-scope .CodeMirror-line > span::selection,
780
+ .amis-scope .CodeMirror-line > span > span::selection {
781
+ background: #d7d4f0;
782
+ }
783
+
784
+ .amis-scope .CodeMirror-line::-moz-selection,
785
+ .amis-scope .CodeMirror-line > span::-moz-selection,
786
+ .amis-scope .CodeMirror-line > span > span::-moz-selection {
787
+ background: #d7d4f0;
788
+ }
789
+
790
+ .amis-scope .cm-searching {
791
+ background-color: #ffa;
792
+ background-color: rgba(255, 255, 0, .4);
793
+ }
794
+
795
+ /* Used to force a border model for a node */
796
+
797
+ .amis-scope .cm-force-border {
798
+ padding-right: .1px;
799
+ }
800
+
801
+ @media print {
802
+ /* Hide the cursor when printing */
803
+
804
+ .amis-scope .CodeMirror div.CodeMirror-cursors {
805
+ visibility: hidden;
806
+ }
807
+ }
808
+
809
+ /* See issue #2901 */
810
+
811
+ .amis-scope .cm-tab-wrap-hack:after {
812
+ content: '';
813
+ }
814
+
815
+ /* Help users use markselection to safely style text background */
816
+
817
+ .amis-scope span.CodeMirror-selectedtext {
818
+ background: none;
819
+ }
820
+
252
821
  /*!
253
822
  * Cropper.js v1.5.12
254
823
  * https://fengyuanchen.github.io/cropperjs
@@ -19273,6 +19842,12 @@ readers do not read off random characters that represent icons */
19273
19842
  --Audio-volumeControl-width: 6.875rem;
19274
19843
  --Avatar-bg: #d1d5db;
19275
19844
  --Avatar-width: 2.5rem;
19845
+ --Avatar-size-large: 3rem;
19846
+ --Avatar-size-default: var(--Avatar-width);
19847
+ --Avatar-size-small: 2rem;
19848
+ --Avatar-icon-size-large: 1.25rem;
19849
+ --Avatar-icon-size-default: var(--fontSizeLg);
19850
+ --Avatar-icon-size-small: 0.75rem;
19276
19851
  --Badge-size: var(--gap-md);
19277
19852
  --Badge-color: var(--white);
19278
19853
  --Badge--success-bg: var(--success);
@@ -20183,7 +20758,9 @@ readers do not read off random characters that represent icons */
20183
20758
  --ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
20184
20759
  --ResultBox-value-bg: #f5f5f5;
20185
20760
  --ResultBox-value-color: #000;
20186
- --Rating-onActive-color: var(--info);
20761
+ --Rating-inactive-color: #e6e6e8;
20762
+ --Rating-star-margin: 0.5rem;
20763
+ --Rating-star-size: 1.5rem;
20187
20764
  --Satus-icon-width: var(--gap-lg);
20188
20765
  --Satus-icon-height: var(--Satus-icon-width);
20189
20766
  --Sparkline-line-color: var(--info);
@@ -20546,6 +21123,41 @@ readers do not read off random characters that represent icons */
20546
21123
  --Table-onChecked-color: var(--Table-color);
20547
21124
  --Table-onChecked-borderColor: var(--Table-borderColor);
20548
21125
  --Switch-bgColor: #bfbfbf;
21126
+ --TimelineItem--axle-flex: 0 0 1.5rem;
21127
+ --TimelineItem--left-line-width: 0.125rem;
21128
+ --TimelineItem--left-line-left: 0.8125rem;
21129
+ --TimelineItem--left-line-top: 1.25rem;
21130
+ --TimelineItem--round-width: 0.5rem;
21131
+ --TimelineItem--round-height: 0.5rem;
21132
+ --TimelineItem--round-left: 0.625rem;
21133
+ --TimelineItem--round-top: 0.5rem;
21134
+ --TimelineItem--icon-width: 1rem;
21135
+ --TimelineItem--icon-height: 1rem;
21136
+ --TimelineItem--icon-left: 0.375rem;
21137
+ --TimelineItem--content-padding-bottom: 1rem;
21138
+ --TimelineItem--content-margin-left: 0.5rem;
21139
+ --TimelineItem--content-time-margin-bottom: 0.25rem;
21140
+ --TimelineItem--content-title-margin-bottom: 0.25rem;
21141
+ --TimelineItem--detail-button-margin-bottom: 0.5rem;
21142
+ --TimelineItem-detail-arrow-width: 1rem;
21143
+ --TimelineItem-detail-visible-padding: 0.625rem;
21144
+ --TimelineItem-detail-visible-max-width: 18.75rem;
21145
+ --Timeline-alternate-margin-left: 1.5rem;
21146
+ --TimelineItem--icon-radius: 50%;
21147
+ --TimelineItem--round-radius: 50%;
21148
+ --TimelineItem--content-radius: 0.125rem;
21149
+ --TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
21150
+ --TimelineItem--font-size: 0.75rem;
21151
+ --TimelineItem--text-primary-color: #151a26;
21152
+ --TimelineItem--text-secondary-color: #83868c;
21153
+ --TimelineItem--detail-button-color: var(--primary);
21154
+ --TimelineItem--line-bg: #e6e6e8;
21155
+ --TimelineItem--content-bg: #f2f2f4;
21156
+ --TimelineItem-round-bg: #dadbdd;
21157
+ --Timeline--success-bg: var(--success);
21158
+ --Timeline--info-bg: var(--info);
21159
+ --Timeline--warning-bg: var(--warning);
21160
+ --Timeline--danger-bg: var(--danger);
20549
21161
  }
20550
21162
 
20551
21163
  /* Reset
@@ -23070,9 +23682,10 @@ readers do not read off random characters that represent icons */
23070
23682
 
23071
23683
  .amis-scope .antd-Avatar {
23072
23684
  background: var(--Avatar-bg);
23073
- width: var(--Avatar-width);
23074
- height: var(--Avatar-width);
23075
- line-height: var(--Avatar-width);
23685
+ width: var(--Avatar-size-default);
23686
+ height: var(--Avatar-size-default);
23687
+ line-height: var(--Avatar-size-default);
23688
+ position: relative;
23076
23689
  display: inline-block;
23077
23690
  overflow: hidden;
23078
23691
  flex-shrink: 0;
@@ -23080,6 +23693,36 @@ readers do not read off random characters that represent icons */
23080
23693
  text-align: center;
23081
23694
  }
23082
23695
 
23696
+ .amis-scope .antd-Avatar i {
23697
+ font-size: var(--Avatar-icon-size-default);
23698
+ }
23699
+
23700
+ .amis-scope .antd-Avatar--lg {
23701
+ width: var(--Avatar-size-large);
23702
+ height: var(--Avatar-size-large);
23703
+ line-height: var(--Avatar-size-large);
23704
+ }
23705
+
23706
+ .amis-scope .antd-Avatar--lg i {
23707
+ font-size: var(--Avatar-icon-size-large);
23708
+ }
23709
+
23710
+ .amis-scope .antd-Avatar--sm {
23711
+ width: var(--Avatar-size-small);
23712
+ height: var(--Avatar-size-small);
23713
+ line-height: var(--Avatar-size-small);
23714
+ }
23715
+
23716
+ .amis-scope .antd-Avatar--sm i {
23717
+ font-size: var(--Avatar-icon-size-small);
23718
+ }
23719
+
23720
+ .amis-scope .antd-Avatar--text {
23721
+ position: absolute;
23722
+ left: 50%;
23723
+ transform-origin: 0 center;
23724
+ }
23725
+
23083
23726
  .amis-scope .antd-Avatar--square {
23084
23727
  border-radius: 0%;
23085
23728
  }
@@ -23088,15 +23731,9 @@ readers do not read off random characters that represent icons */
23088
23731
  border-radius: 10%;
23089
23732
  }
23090
23733
 
23091
- .amis-scope .antd-Avatar i {
23092
- font-size: var(--fontSizeLg);
23093
- }
23094
-
23095
23734
  .amis-scope .antd-Avatar img {
23096
- color: transparent;
23097
23735
  width: 100%;
23098
23736
  height: 100%;
23099
- object-fit: cover;
23100
23737
  }
23101
23738
 
23102
23739
  .amis-scope .antd-Avatar:hover img,
@@ -23510,6 +24147,23 @@ readers do not read off random characters that represent icons */
23510
24147
  overflow: auto;
23511
24148
  }
23512
24149
 
24150
+ /* 移动端样式调整 */
24151
+
24152
+ @media (max-width: 767px) {
24153
+ .amis-scope .antd-Modal .antd-Modal-footer {
24154
+ display: flex;
24155
+ }
24156
+
24157
+ .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
24158
+ flex: 1;
24159
+ height: 2.75rem;
24160
+ }
24161
+
24162
+ .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
24163
+ margin-left: 0;
24164
+ }
24165
+ }
24166
+
23513
24167
  .amis-scope .antd-Drawer {
23514
24168
  position: fixed;
23515
24169
  top: 0;
@@ -24161,6 +24815,139 @@ readers do not read off random characters that represent icons */
24161
24815
  margin-top: -0.25rem;
24162
24816
  }
24163
24817
 
24818
+ @keyframes PopUpIn {
24819
+ from {
24820
+ height: 0;
24821
+ }
24822
+ }
24823
+
24824
+ @keyframes PopUpOut {
24825
+ to {
24826
+ height: 0;
24827
+ }
24828
+ }
24829
+
24830
+ @keyframes PopUpOpacityIn {
24831
+ from {
24832
+ opacity: 0;
24833
+ }
24834
+ }
24835
+
24836
+ @keyframes PopUpOpacityOut {
24837
+ to {
24838
+ opacity: 0;
24839
+ }
24840
+ }
24841
+
24842
+ .amis-scope .antd-PopUp {
24843
+ width: 100%;
24844
+ position: fixed;
24845
+ background: var(--PopOver-bg);
24846
+ left: 0;
24847
+ bottom: 0;
24848
+ z-index: 1300;
24849
+ padding: 0;
24850
+ margin: 0;
24851
+ font-weight: var(--fontWeightNormal);
24852
+ letter-spacing: normal;
24853
+ line-height: var(--lineHeightBase);
24854
+ text-align: left;
24855
+ text-align: start;
24856
+ text-decoration: none;
24857
+ text-shadow: none;
24858
+ text-transform: none;
24859
+ white-space: normal;
24860
+ word-break: normal;
24861
+ word-spacing: normal;
24862
+ word-wrap: normal;
24863
+ font-size: var(--fontSizeBase);
24864
+ box-shadow: var(--boxShadow);
24865
+ border: var(--borderWidth) solid var(--borderColor);
24866
+ border-radius: var(--borderRadius);
24867
+ overflow: hidden;
24868
+ }
24869
+
24870
+ .amis-scope .antd-PopUp.in,
24871
+ .amis-scope .antd-PopUp.out {
24872
+ animation-duration: var(--animation-duration);
24873
+ animation-fill-mode: both;
24874
+ }
24875
+
24876
+ .amis-scope .antd-PopUp.in {
24877
+ animation-name: PopUpIn;
24878
+ }
24879
+
24880
+ .amis-scope .antd-PopUp.in .antd-PopUp-overlay {
24881
+ animation-name: PopUpOpacityIn;
24882
+ }
24883
+
24884
+ .amis-scope .antd-PopUp.out {
24885
+ animation-name: PopUpOut;
24886
+ }
24887
+
24888
+ .amis-scope .antd-PopUp.out .antd-PopUp-overlay {
24889
+ animation-name: PopUpOpacityOut;
24890
+ }
24891
+
24892
+ .amis-scope .antd-PopUp-inner {
24893
+ position: relative;
24894
+ overflow: hidden;
24895
+ height: 100%;
24896
+ box-sizing: border-box;
24897
+ background: #fff;
24898
+ padding-top: 2.25rem;
24899
+ }
24900
+
24901
+ .amis-scope .antd-PopUp-closeWrap {
24902
+ width: 100%;
24903
+ position: absolute;
24904
+ left: 0;
24905
+ top: 0;
24906
+ text-align: center;
24907
+ height: 3rem;
24908
+ line-height: 3rem;
24909
+ }
24910
+
24911
+ .amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
24912
+ position: absolute;
24913
+ z-index: 1;
24914
+ color: var(--icon-color);
24915
+ cursor: pointer;
24916
+ top: 0.9375rem;
24917
+ right: 0.9375rem;
24918
+ }
24919
+
24920
+ .amis-scope .antd-PopUp-content {
24921
+ overflow-y: auto;
24922
+ height: 100%;
24923
+ }
24924
+
24925
+ .amis-scope .antd-PopUp > * {
24926
+ position: relative;
24927
+ z-index: 2;
24928
+ }
24929
+
24930
+ .amis-scope .antd-PopUp-overlay {
24931
+ position: fixed !important;
24932
+ top: 0;
24933
+ left: 0;
24934
+ right: 0;
24935
+ z-index: 1;
24936
+ bottom: 0;
24937
+ background: rgba(0, 0, 0, 0.3);
24938
+ opacity: 1;
24939
+ animation-duration: var(--animation-duration);
24940
+ animation-fill-mode: both;
24941
+ }
24942
+
24943
+ .amis-scope .antd-PopUp--leftBottomLeftTop {
24944
+ margin-top: 0.25rem;
24945
+ }
24946
+
24947
+ .amis-scope .antd-PopUp--leftTopLeftBottom {
24948
+ margin-top: -0.25rem;
24949
+ }
24950
+
24164
24951
  .amis-scope .antd-PickerColumns {
24165
24952
  position: relative;
24166
24953
  background-color: var(--PickerColumns-bg);
@@ -26162,6 +26949,50 @@ readers do not read off random characters that represent icons */
26162
26949
  display: none;
26163
26950
  }
26164
26951
 
26952
+ /* 移动端样式调整 */
26953
+
26954
+ @media (max-width: 767px) {
26955
+ .amis-scope .antd-Panel--form {
26956
+ border: none;
26957
+ box-shadow: none;
26958
+ margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
26959
+ }
26960
+
26961
+ .amis-scope .antd-Panel--form .antd-Panel-body {
26962
+ padding: 0 var(--gap-md) var(--gap-md);
26963
+ }
26964
+
26965
+ .amis-scope .antd-Panel--form > .antd-Panel-heading {
26966
+ background: none;
26967
+ border: none;
26968
+ border-radius: 0;
26969
+ }
26970
+
26971
+ .amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
26972
+ padding-left: var(--Panel-bodyPadding);
26973
+ border-left: 0.1875rem solid var(--primary);
26974
+ font-size: var(--fontSizeLg);
26975
+ }
26976
+
26977
+ .amis-scope .antd-Panel--form .antd-Panel-footerWrap {
26978
+ padding-bottom: var(--Panel-bodyPadding);
26979
+ }
26980
+
26981
+ .amis-scope .antd-Panel--form .antd-Panel-footer {
26982
+ border-top: none;
26983
+ display: flex;
26984
+ padding: 0 var(--Panel-bodyPadding);
26985
+ }
26986
+
26987
+ .amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
26988
+ flex: 1;
26989
+ }
26990
+
26991
+ .amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
26992
+ margin-left: 0;
26993
+ }
26994
+ }
26995
+
26165
26996
  .amis-scope .antd-Service {
26166
26997
  position: relative;
26167
26998
  }
@@ -26598,6 +27429,294 @@ readers do not read off random characters that represent icons */
26598
27429
  position: relative;
26599
27430
  }
26600
27431
 
27432
+ .amis-scope .antd-CalendarMobile {
27433
+ height: 100%;
27434
+ overflow: scroll;
27435
+ }
27436
+
27437
+ .amis-scope .antd-CalendarMobile-pop {
27438
+ position: fixed;
27439
+ bottom: 0;
27440
+ left: 0;
27441
+ width: 100vw;
27442
+ height: 90vh;
27443
+ background: #fff;
27444
+ border-radius: 1rem 1rem 0 0;
27445
+ overflow: hidden;
27446
+ border-width: 0;
27447
+ }
27448
+
27449
+ .amis-scope .antd-CalendarMobile-wrap {
27450
+ display: flex;
27451
+ flex-direction: column;
27452
+ height: 100%;
27453
+ }
27454
+
27455
+ .amis-scope .antd-CalendarMobile-header {
27456
+ flex-shrink: 0;
27457
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
27458
+ position: relative;
27459
+ }
27460
+
27461
+ .amis-scope .antd-CalendarMobile-header .subtitle-text {
27462
+ display: inline-block;
27463
+ width: 6.875rem;
27464
+ position: relative;
27465
+ }
27466
+
27467
+ .amis-scope .antd-CalendarMobile-header .rdtPrev {
27468
+ width: 1.25rem;
27469
+ height: 2.75rem;
27470
+ display: block;
27471
+ position: absolute;
27472
+ top: 0;
27473
+ left: -1.25rem;
27474
+ }
27475
+
27476
+ .amis-scope .antd-CalendarMobile-header .rdtNext {
27477
+ width: 1.25rem;
27478
+ height: 2.75rem;
27479
+ display: block;
27480
+ position: absolute;
27481
+ top: 0;
27482
+ right: -1.25rem;
27483
+ }
27484
+
27485
+ .amis-scope .antd-CalendarMobile-title,
27486
+ .amis-scope .antd-CalendarMobile-subtitle {
27487
+ height: 2.75rem;
27488
+ font-weight: 500;
27489
+ line-height: 2.75rem;
27490
+ text-align: center;
27491
+ }
27492
+
27493
+ .amis-scope .antd-CalendarMobile-title {
27494
+ font-size: var(--fontSizeLg);
27495
+ }
27496
+
27497
+ .amis-scope .antd-CalendarMobile-weekdays {
27498
+ display: flex;
27499
+ }
27500
+
27501
+ .amis-scope .antd-CalendarMobile-weekdays .weekday {
27502
+ flex: 1;
27503
+ line-height: 1.875rem;
27504
+ text-align: center;
27505
+ }
27506
+
27507
+ .amis-scope .antd-CalendarMobile-close {
27508
+ position: absolute;
27509
+ z-index: 1;
27510
+ color: #c8c9cc;
27511
+ font-size: 1rem;
27512
+ cursor: pointer;
27513
+ top: 0.6875rem;
27514
+ right: 1rem;
27515
+ }
27516
+
27517
+ .amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
27518
+ width: 0;
27519
+ }
27520
+
27521
+ .amis-scope .antd-CalendarMobile-body {
27522
+ flex: 1;
27523
+ overflow-y: scroll;
27524
+ }
27525
+
27526
+ .amis-scope .antd-CalendarMobile-body table {
27527
+ border-spacing: 0 0.25rem;
27528
+ }
27529
+
27530
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
27531
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
27532
+ background: transparent;
27533
+ color: var(--Calendar-color);
27534
+ text-shadow: none;
27535
+ }
27536
+
27537
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
27538
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
27539
+ color: #999;
27540
+ }
27541
+
27542
+ .amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
27543
+ display: none;
27544
+ }
27545
+
27546
+ .amis-scope .antd-CalendarMobile-body .rdtPicker td {
27547
+ height: 3.5rem;
27548
+ position: relative;
27549
+ }
27550
+
27551
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
27552
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
27553
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
27554
+ .amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
27555
+ background: transparent;
27556
+ }
27557
+
27558
+ .amis-scope .antd-CalendarMobile-body .calendar-wrap {
27559
+ position: relative;
27560
+ width: 3.125rem;
27561
+ height: 100%;
27562
+ text-align: center;
27563
+ display: inline-flex;
27564
+ align-items: center;
27565
+ justify-content: center;
27566
+ border-radius: 0.25rem;
27567
+ }
27568
+
27569
+ .amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
27570
+ width: auto;
27571
+ max-width: 3.125rem;
27572
+ }
27573
+
27574
+ .amis-scope .antd-CalendarMobile-footer {
27575
+ flex-shrink: 0;
27576
+ }
27577
+
27578
+ .amis-scope .antd-CalendarMobile-footer .date-range-confirm {
27579
+ height: 2.25rem;
27580
+ margin: 0.4375rem 0;
27581
+ border-radius: var(--borderRadiusMd);
27582
+ display: block;
27583
+ }
27584
+
27585
+ .amis-scope .antd-CalendarMobile-footer .is-disabled {
27586
+ opacity: 0.5;
27587
+ color: var(--Button--primary-color);
27588
+ background: var(--Button--primary-bg);
27589
+ border-color: var(--Button--primary-bg);
27590
+ filter: none;
27591
+ }
27592
+
27593
+ .amis-scope .antd-CalendarMobile-footer-toolbar {
27594
+ padding: 0 1rem;
27595
+ }
27596
+
27597
+ .amis-scope .antd-CalendarMobile-footer-ranges {
27598
+ background: #fff;
27599
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
27600
+ border-radius: 24px;
27601
+ overflow-x: scroll;
27602
+ position: relative;
27603
+ height: 3rem;
27604
+ line-height: 3rem;
27605
+ }
27606
+
27607
+ .amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
27608
+ position: absolute;
27609
+ white-space: nowrap;
27610
+ }
27611
+
27612
+ .amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
27613
+ margin: 0 1.5625rem;
27614
+ }
27615
+
27616
+ .amis-scope .antd-CalendarMobile-calendar-wrap {
27617
+ padding: var(--gap-sm) 0;
27618
+ }
27619
+
27620
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
27621
+ width: 100%;
27622
+ padding: 0;
27623
+ }
27624
+
27625
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
27626
+ visibility: hidden;
27627
+ }
27628
+
27629
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
27630
+ display: none;
27631
+ }
27632
+
27633
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
27634
+ background: var(--Calendar-cell-onBetween-bg) !important;
27635
+ color: var(--Button--primary-bg);
27636
+ }
27637
+
27638
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
27639
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
27640
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
27641
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
27642
+ background: var(--Calendar-cell-onActive-bg) !important;
27643
+ color: #fff;
27644
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
27645
+ }
27646
+
27647
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
27648
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
27649
+ background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
27650
+ }
27651
+
27652
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
27653
+ .amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
27654
+ background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
27655
+ }
27656
+
27657
+ .amis-scope .antd-CalendarMobile-calendar-header {
27658
+ height: 1.875rem;
27659
+ line-height: 1.875rem;
27660
+ text-align: center;
27661
+ }
27662
+
27663
+ .amis-scope .antd-CalendarMobile-range-text {
27664
+ position: absolute;
27665
+ right: 0;
27666
+ left: 0;
27667
+ bottom: 0;
27668
+ color: #fff;
27669
+ font-size: var(--fontSizeSm);
27670
+ white-space: nowrap;
27671
+ }
27672
+
27673
+ .amis-scope .antd-CalendarMobile-calendar-wrap {
27674
+ position: relative;
27675
+ }
27676
+
27677
+ .amis-scope .antd-CalendarMobile-calendar-mark {
27678
+ position: absolute;
27679
+ top: 50%;
27680
+ left: 50%;
27681
+ z-index: 0;
27682
+ color: rgba(242, 243, 245, 0.8);
27683
+ font-size: 10rem;
27684
+ transform: translate(-50%, -50%);
27685
+ pointer-events: none;
27686
+ }
27687
+
27688
+ .amis-scope .antd-CalendarMobile-toast {
27689
+ position: fixed;
27690
+ top: 50%;
27691
+ left: 50%;
27692
+ transform: translate(-50%, -50%);
27693
+ width: 8.5rem;
27694
+ height: 2.25rem;
27695
+ background: rgba(0, 0, 0, 0.9);
27696
+ border-radius: 4px;
27697
+ color: #fff;
27698
+ display: flex;
27699
+ justify-content: center;
27700
+ align-items: center;
27701
+ }
27702
+
27703
+ .amis-scope .antd-CalendarMobile-time {
27704
+ height: 12.5rem;
27705
+ }
27706
+
27707
+ .amis-scope .antd-CalendarMobile-time-title {
27708
+ border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
27709
+ border-left: none;
27710
+ border-right: none;
27711
+ text-align: center;
27712
+ height: 1.875rem;
27713
+ line-height: 1.875rem;
27714
+ }
27715
+
27716
+ .amis-scope .antd-CalendarMobile-time .rdtPicker {
27717
+ margin: 0 auto;
27718
+ }
27719
+
26601
27720
  .amis-scope .antd-Collapse {
26602
27721
  border: var(--Collapse-border);
26603
27722
  padding: 0;
@@ -30369,7 +31488,7 @@ readers do not read off random characters that represent icons */
30369
31488
 
30370
31489
  .amis-scope .antd-Card-multiMedia-img {
30371
31490
  display: block;
30372
- width: 100%;
31491
+ width: auto;
30373
31492
  height: auto;
30374
31493
  object-fit: cover;
30375
31494
  border-radius: var(--Card-borderRadius);
@@ -32241,6 +33360,42 @@ readers do not read off random characters that represent icons */
32241
33360
  border: 1px solid var(--Steps-status-success);
32242
33361
  }
32243
33362
 
33363
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title::after {
33364
+ display: none !important;
33365
+ }
33366
+
33367
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
33368
+ padding-left: 0.3125rem;
33369
+ }
33370
+
33371
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon {
33372
+ position: relative;
33373
+ display: block;
33374
+ }
33375
+
33376
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon:after {
33377
+ content: "";
33378
+ position: absolute;
33379
+ right: 0;
33380
+ top: 0.9375rem;
33381
+ height: 1px;
33382
+ left: 2.5rem;
33383
+ width: 99999px;
33384
+ background-color: var(--Steps-line-bg);
33385
+ }
33386
+
33387
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon.is-success:after {
33388
+ background-color: var(--Steps-line-success-bg);
33389
+ }
33390
+
33391
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child {
33392
+ flex: 1;
33393
+ }
33394
+
33395
+ .amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child .antd-StepsItem-containerIcon:after {
33396
+ display: none !important;
33397
+ }
33398
+
32244
33399
  .amis-scope .antd-Portlet {
32245
33400
  border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
32246
33401
  border-radius: var(--Portlet-borderRadius);
@@ -33566,7 +34721,6 @@ readers do not read off random characters that represent icons */
33566
34721
 
33567
34722
  .amis-scope .antd-Selection > .antd-Checkbox {
33568
34723
  display: block;
33569
- height: var(--Form-input-height);
33570
34724
  line-height: var(--Form-input-lineHeight);
33571
34725
  font-size: var(--Form-input-fontSize);
33572
34726
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
@@ -33609,7 +34763,6 @@ readers do not read off random characters that represent icons */
33609
34763
 
33610
34764
  .amis-scope .antd-GroupedSelection-item {
33611
34765
  display: flex;
33612
- height: var(--Form-input-height);
33613
34766
  line-height: var(--Form-input-lineHeight);
33614
34767
  font-size: var(--Form-input-fontSize);
33615
34768
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -33740,7 +34893,6 @@ readers do not read off random characters that represent icons */
33740
34893
  .amis-scope .antd-TreeSelection-itemInner {
33741
34894
  display: flex;
33742
34895
  align-items: center;
33743
- height: var(--Form-input-height);
33744
34896
  line-height: var(--Form-input-lineHeight);
33745
34897
  font-size: var(--Form-input-fontSize);
33746
34898
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -33795,6 +34947,7 @@ readers do not read off random characters that represent icons */
33795
34947
  .amis-scope .antd-ChainedSelection {
33796
34948
  display: flex;
33797
34949
  flex-direction: row;
34950
+ min-height: 100%;
33798
34951
  }
33799
34952
 
33800
34953
  .amis-scope .antd-ChainedSelection-col {
@@ -33814,7 +34967,6 @@ readers do not read off random characters that represent icons */
33814
34967
 
33815
34968
  .amis-scope .antd-ChainedSelection-item {
33816
34969
  display: flex;
33817
- height: var(--Form-input-height);
33818
34970
  line-height: var(--Form-input-lineHeight);
33819
34971
  font-size: var(--Form-input-fontSize);
33820
34972
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -34580,6 +35732,7 @@ readers do not read off random characters that represent icons */
34580
35732
  height: var(--Form-input-height);
34581
35733
  line-height: var(--Form-input-lineHeight);
34582
35734
  font-size: var(--Form-input-fontSize);
35735
+ align-items: center;
34583
35736
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
34584
35737
  }
34585
35738
 
@@ -34589,6 +35742,7 @@ readers do not read off random characters that represent icons */
34589
35742
  }
34590
35743
 
34591
35744
  .amis-scope .antd-Selections-item > .antd-Selections-dragbar {
35745
+ top: 0;
34592
35746
  width: var(--gap-lg);
34593
35747
  position: relative;
34594
35748
  left: calc(var(--gap-xs) * -1);
@@ -34903,6 +36057,10 @@ readers do not read off random characters that represent icons */
34903
36057
  border-radius: var(--borderRadius);
34904
36058
  }
34905
36059
 
36060
+ .amis-scope .antd-ColorPicker-popup {
36061
+ height: 80vh;
36062
+ }
36063
+
34906
36064
  .amis-scope .antd-ColorPicker:not(.is-disabled) {
34907
36065
  cursor: pointer;
34908
36066
  }
@@ -35163,6 +36321,10 @@ readers do not read off random characters that represent icons */
35163
36321
  margin: -0.125rem 0 0;
35164
36322
  }
35165
36323
 
36324
+ .amis-scope .antd-DatePicker-popup {
36325
+ height: 80vh;
36326
+ }
36327
+
35166
36328
  .amis-scope .rdt {
35167
36329
  user-select: none;
35168
36330
  font-size: var(--Calendar-fontSize);
@@ -35696,6 +36858,10 @@ readers do not read off random characters that represent icons */
35696
36858
  margin: -0.125rem 0 0;
35697
36859
  }
35698
36860
 
36861
+ .amis-scope .antd-DateRangePicker-popup {
36862
+ height: 90vh;
36863
+ }
36864
+
35699
36865
  @media (min-width: 576px) {
35700
36866
  .amis-scope .antd-DateRangePicker-wrap {
35701
36867
  white-space: nowrap;
@@ -37024,6 +38190,10 @@ readers do not read off random characters that represent icons */
37024
38190
  background: var(--Form-input-onFocused-bg);
37025
38191
  }
37026
38192
 
38193
+ .amis-scope .antd-TreeSelect-popup {
38194
+ height: 80vh;
38195
+ }
38196
+
37027
38197
  .amis-scope .antd-TreeSelect-popover {
37028
38198
  background: transparent;
37029
38199
  border: none;
@@ -37842,25 +39012,52 @@ readers do not read off random characters that represent icons */
37842
39012
  }
37843
39013
 
37844
39014
  .amis-scope .antd-Rating {
39015
+ display: flex;
37845
39016
  position: relative;
39017
+ align-items: center;
39018
+ justify-content: flex-start;
39019
+ flex-flow: row wrap;
39020
+ }
39021
+
39022
+ .amis-scope .antd-Rating > ul {
39023
+ display: flex;
39024
+ padding: unset;
39025
+ margin: unset;
39026
+ align-items: center;
39027
+ justify-content: flex-start;
39028
+ flex-flow: row wrap;
39029
+ }
39030
+
39031
+ .amis-scope .antd-Rating-star {
39032
+ position: relative;
39033
+ margin-right: var(--Rating-star-margin);
37846
39034
  overflow: hidden;
37847
39035
  display: block;
37848
- float: left;
37849
- font-size: 1.5rem;
37850
- color: var(--dark);
39036
+ font-size: var(--Rating-star-size);
39037
+ line-height: 1;
37851
39038
  cursor: pointer;
39039
+ user-select: none;
39040
+ color: var(--Rating-inactive-color);
37852
39041
  }
37853
39042
 
37854
- .amis-scope .antd-Rating.is-active {
37855
- color: var(--Rating-onActive-color);
39043
+ .amis-scope .antd-Rating-star-half > svg.icon,
39044
+ .amis-scope .antd-Rating-star > svg.icon {
39045
+ display: block;
39046
+ width: 1.5rem;
39047
+ height: 1.5rem;
39048
+ top: 0;
37856
39049
  }
37857
39050
 
37858
- .amis-scope .antd-Rating.is-disabled {
39051
+ .amis-scope .antd-Rating-star:last-of-type {
39052
+ margin-right: 0;
39053
+ }
39054
+
39055
+ .amis-scope .antd-Rating-star.is-disabled {
37859
39056
  cursor: not-allowed;
37860
39057
  pointer-events: none;
37861
39058
  }
37862
39059
 
37863
- .amis-scope .antd-Rating-half:before {
39060
+ .amis-scope .antd-Rating-star-half {
37864
39061
  position: absolute;
37865
39062
  overflow: hidden;
37866
39063
  display: block;
@@ -37868,8 +39065,20 @@ readers do not read off random characters that represent icons */
37868
39065
  top: 0;
37869
39066
  left: 0;
37870
39067
  width: 50%;
37871
- content: attr(data-forhalf);
37872
- color: var(--Rating-onActive-color);
39068
+ }
39069
+
39070
+ .amis-scope .antd-Rating-text {
39071
+ font-size: var(--fontSizeSm);
39072
+ color: var(--text-color);
39073
+ font-weight: var(--fontWeightNormal);
39074
+ }
39075
+
39076
+ .amis-scope .antd-Rating-text--left {
39077
+ margin-right: var(--Rating-star-margin);
39078
+ }
39079
+
39080
+ .amis-scope .antd-Rating-text--right {
39081
+ margin-left: var(--Rating-star-margin);
37873
39082
  }
37874
39083
 
37875
39084
  .amis-scope .antd-RatingControl {
@@ -38867,6 +40076,176 @@ readers do not read off random characters that represent icons */
38867
40076
  width: 10%;
38868
40077
  }
38869
40078
 
40079
+ /* 移动端样式调整 */
40080
+
40081
+ @media (max-width: 767px) {
40082
+ .amis-scope .antd-Form .antd-Form-item {
40083
+ display: flex;
40084
+ flex-wrap: wrap;
40085
+ margin-bottom: 0;
40086
+ padding: var(--Form-item-gap) 0;
40087
+ position: relative;
40088
+ }
40089
+
40090
+ .amis-scope .antd-Form .antd-Form-item::after {
40091
+ position: absolute;
40092
+ box-sizing: border-box;
40093
+ content: " ";
40094
+ pointer-events: none;
40095
+ right: 0;
40096
+ bottom: 0;
40097
+ left: 0;
40098
+ border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
40099
+ transform: scaleY(0.5);
40100
+ }
40101
+
40102
+ .amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
40103
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
40104
+ border: none;
40105
+ }
40106
+
40107
+ .amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
40108
+ flex: 0 0 28%;
40109
+ max-width: 28%;
40110
+ min-height: 1px;
40111
+ text-align: left;
40112
+ padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
40113
+ overflow-wrap: break-word;
40114
+ margin-right: 0;
40115
+ margin-bottom: 0;
40116
+ font-size: var(--fontSizeLg);
40117
+ }
40118
+
40119
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-description {
40120
+ font-size: var(--fontSizeBase);
40121
+ }
40122
+
40123
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
40124
+ font-size: var(--fontSizeLg);
40125
+ }
40126
+
40127
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
40128
+ height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
40129
+ }
40130
+
40131
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-value,
40132
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control {
40133
+ flex: 1;
40134
+ flex-wrap: wrap;
40135
+ font-size: var(--fontSizeLg);
40136
+ }
40137
+
40138
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
40139
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
40140
+ background: transparent;
40141
+ }
40142
+
40143
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
40144
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
40145
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-static,
40146
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
40147
+ .amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
40148
+ .amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
40149
+ .amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
40150
+ .amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
40151
+ padding-top: 0;
40152
+ padding-bottom: 0;
40153
+ }
40154
+
40155
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
40156
+ height: var(--Form-input-height);
40157
+ }
40158
+
40159
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
40160
+ font-size: var(--fontSizeBase);
40161
+ margin-left: 0;
40162
+ color: var(--text--muted-color);
40163
+ }
40164
+
40165
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
40166
+ top: 0;
40167
+ }
40168
+
40169
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-static {
40170
+ min-height: 0;
40171
+ }
40172
+
40173
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-description,
40174
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
40175
+ font-size: var(--fontSizeBase);
40176
+ }
40177
+
40178
+ .amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
40179
+ .amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
40180
+ border: none;
40181
+ }
40182
+
40183
+ .amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
40184
+ height: var(--Form-input-height);
40185
+ }
40186
+
40187
+ .amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
40188
+ padding: 0;
40189
+ border: none;
40190
+ }
40191
+
40192
+ .amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
40193
+ display: none;
40194
+ }
40195
+
40196
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
40197
+ margin-bottom: var(--gap-xs);
40198
+ }
40199
+
40200
+ .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
40201
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
40202
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
40203
+ border: none;
40204
+ padding: 0 var(--Form-input-paddingX) 0 0;
40205
+ box-shadow: none;
40206
+ }
40207
+
40208
+ .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
40209
+ .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
40210
+ .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
40211
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
40212
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
40213
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
40214
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
40215
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
40216
+ .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
40217
+ border: none;
40218
+ outline: none;
40219
+ outline-style: none;
40220
+ }
40221
+
40222
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
40223
+ padding: 0;
40224
+ min-height: 0;
40225
+ }
40226
+
40227
+ .amis-scope .antd-Form .antd-Form-groupColumn {
40228
+ margin-bottom: 0;
40229
+ }
40230
+
40231
+ .amis-scope .antd-Form .antd-Divider {
40232
+ display: none;
40233
+ }
40234
+
40235
+ .amis-scope .antd-Form .antd-Tabs-pane {
40236
+ padding: 0;
40237
+ }
40238
+
40239
+ .amis-scope .antd-Form > .antd-Form-item:last-child::after,
40240
+ .amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
40241
+ display: none;
40242
+ }
40243
+
40244
+ .amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
40245
+ padding-bottom: var(--Form-input-paddingX);
40246
+ }
40247
+ }
40248
+
38870
40249
  .amis-scope .antd-AnchorNav {
38871
40250
  display: flex;
38872
40251
  height: 25rem;
@@ -39254,6 +40633,343 @@ readers do not read off random characters that represent icons */
39254
40633
  margin-right: 0;
39255
40634
  }
39256
40635
 
40636
+ .amis-scope .antd-FormulaEditor {
40637
+ overflow: visible;
40638
+ max-width: 100%;
40639
+ box-sizing: content-box;
40640
+ }
40641
+
40642
+ .amis-scope .antd-FormulaEditor-content {
40643
+ border-radius: var(--borderRadius);
40644
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40645
+ }
40646
+
40647
+ .amis-scope .antd-FormulaEditor-header {
40648
+ width: 100%;
40649
+ height: 1.875rem;
40650
+ line-height: 1.875rem;
40651
+ padding: 0 0.625rem;
40652
+ box-sizing: border-box;
40653
+ background: var(--Formula-header-bgColor);
40654
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
40655
+ border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40656
+ font-weight: 500;
40657
+ }
40658
+
40659
+ .amis-scope .antd-FormulaEditor-editor {
40660
+ min-height: 14.875rem;
40661
+ max-height: 20rem;
40662
+ height: auto;
40663
+ padding: 0.625rem;
40664
+ padding-right: 0;
40665
+ }
40666
+
40667
+ .amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
40668
+ border-color: var(--Form-input-onError-borderColor);
40669
+ }
40670
+
40671
+ .amis-scope .antd-FormulaEditor.is-focused .antd-FormulaEditor-editor {
40672
+ border-color: var(--Form-input-onFocused-borderColor);
40673
+ }
40674
+
40675
+ .amis-scope .antd-FormulaEditor-settings {
40676
+ display: flex;
40677
+ flex-direction: row;
40678
+ align-items: stretch;
40679
+ justify-content: space-between;
40680
+ max-height: 21.875rem;
40681
+ margin: 0 -5px;
40682
+ }
40683
+
40684
+ .amis-scope .antd-FormulaEditor-settings > div {
40685
+ flex: 1;
40686
+ padding: 0 5px;
40687
+ display: flex;
40688
+ flex-direction: column;
40689
+ }
40690
+
40691
+ .amis-scope .antd-FormulaEditor-settings > div > h3 {
40692
+ padding: 10px 0;
40693
+ margin: 0;
40694
+ flex-shrink: 0;
40695
+ }
40696
+
40697
+ .amis-scope .antd-FormulaEditor-settings > div > div {
40698
+ flex: 1;
40699
+ min-height: 0;
40700
+ }
40701
+
40702
+ .amis-scope .antd-FormulaEditor .cm-field,
40703
+ .amis-scope .antd-FormulaEditor .cm-func {
40704
+ border-radius: 2px;
40705
+ color: #fff;
40706
+ margin: 0 1px;
40707
+ padding: 0 2px;
40708
+ }
40709
+
40710
+ .amis-scope .antd-FormulaEditor .cm-field {
40711
+ background: #007bff;
40712
+ }
40713
+
40714
+ .amis-scope .antd-FormulaEditor .cm-func {
40715
+ background: #17a2b8;
40716
+ }
40717
+
40718
+ .amis-scope .antd-FormulaFuncList {
40719
+ display: flex;
40720
+ flex-direction: column;
40721
+ }
40722
+
40723
+ .amis-scope .antd-FormulaFuncList > .antd-FormulaFuncList-searchBox {
40724
+ display: flex;
40725
+ width: auto;
40726
+ flex-shrink: 0;
40727
+ margin-bottom: 0.5rem;
40728
+ }
40729
+
40730
+ .amis-scope .antd-FormulaFuncList-columns {
40731
+ flex: 1;
40732
+ min-height: 0;
40733
+ overflow: auto;
40734
+ display: flex;
40735
+ flex-direction: row;
40736
+ justify-content: flex-start;
40737
+ }
40738
+
40739
+ .amis-scope .antd-FormulaFuncList-columns > div:first-child {
40740
+ min-width: 200px;
40741
+ flex-shrink: 0;
40742
+ }
40743
+
40744
+ .amis-scope .antd-FormulaFuncList-funcItem {
40745
+ padding: 0 10px;
40746
+ cursor: pointer;
40747
+ }
40748
+
40749
+ .amis-scope .antd-FormulaFuncList-funcItem.is-active {
40750
+ background: var(--Formula-funcItem-bgColor-onActive);
40751
+ }
40752
+
40753
+ .amis-scope .antd-FormulaFuncList-groupTitle {
40754
+ padding: 5px 0;
40755
+ background: transparent;
40756
+ }
40757
+
40758
+ .amis-scope .antd-FormulaFuncList-groupBody > div {
40759
+ padding: 5px 0;
40760
+ }
40761
+
40762
+ .amis-scope .antd-FormulaFuncList-funcDetail {
40763
+ padding: 10px 20px;
40764
+ }
40765
+
40766
+ .amis-scope .antd-FormulaFuncList-funcDetail pre {
40767
+ white-space: pre-wrap;
40768
+ word-wrap: break-word;
40769
+ background: var(--Formula-header-bgColor);
40770
+ padding: 0.625rem;
40771
+ border-radius: var(--borderRadius);
40772
+ margin-top: 0;
40773
+ }
40774
+
40775
+ .amis-scope .antd-FormulaFuncList-funcDetail div {
40776
+ color: var(--text--loud-color);
40777
+ }
40778
+
40779
+ .amis-scope .antd-FormulaPicker-icon {
40780
+ margin-left: auto;
40781
+ margin-right: 0.3125rem;
40782
+ }
40783
+
40784
+ .amis-scope .antd-Timeline-vertical {
40785
+ display: flex;
40786
+ flex-flow: column;
40787
+ }
40788
+
40789
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem {
40790
+ display: flex;
40791
+ flex: 1;
40792
+ flex-direction: row;
40793
+ }
40794
+
40795
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
40796
+ display: none;
40797
+ }
40798
+
40799
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
40800
+ position: relative;
40801
+ flex: var(--TimelineItem--axle-flex);
40802
+ }
40803
+
40804
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
40805
+ position: absolute;
40806
+ height: calc(100% - var(--TimelineItem--left-line-top));
40807
+ width: var(--TimelineItem--left-line-width);
40808
+ left: var(--TimelineItem--left-line-left);
40809
+ top: var(--TimelineItem--left-line-top);
40810
+ background-color: var(--TimelineItem--line-bg);
40811
+ }
40812
+
40813
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
40814
+ position: absolute;
40815
+ width: var(--TimelineItem--round-width);
40816
+ height: var(--TimelineItem--round-height);
40817
+ left: var(--TimelineItem--round-left);
40818
+ top: var(--TimelineItem--round-top);
40819
+ background: var(--TimelineItem-round-bg);
40820
+ border-radius: var(--TimelineItem--round-radius);
40821
+ }
40822
+
40823
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
40824
+ background: var(--Timeline--danger-bg);
40825
+ }
40826
+
40827
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
40828
+ background: var(--Timeline--info-bg);
40829
+ }
40830
+
40831
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
40832
+ background: var(--Timeline--success-bg);
40833
+ }
40834
+
40835
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
40836
+ background: var(--Timeline--warning-bg);
40837
+ }
40838
+
40839
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
40840
+ position: absolute;
40841
+ width: var(--TimelineItem--icon-width);
40842
+ height: var(--TimelineItem--icon-height);
40843
+ left: var(--TimelineItem--icon-left);
40844
+ border-radius: var(--TimelineItem--icon-radius);
40845
+ }
40846
+
40847
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
40848
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
40849
+ margin-left: var(--TimelineItem--content-margin-left);
40850
+ }
40851
+
40852
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
40853
+ color: var(--TimelineItem--text-secondary-color);
40854
+ font-size: var(--Timeline--font-size);
40855
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
40856
+ }
40857
+
40858
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
40859
+ color: var(--TimelineItem--text-primary-color);
40860
+ font-size: var(--Timeline--font-size);
40861
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
40862
+ }
40863
+
40864
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
40865
+ display: flex;
40866
+ cursor: pointer;
40867
+ align-items: center;
40868
+ font-size: var(--Timeline--font-size);
40869
+ color: var(--TimelineItem--detail-button-color);
40870
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
40871
+ }
40872
+
40873
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
40874
+ width: var(--TimelineItem-detail-arrow-width);
40875
+ height: var(--TimelineItem-detail-arrow-width);
40876
+ }
40877
+
40878
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
40879
+ transform: rotateX(180deg);
40880
+ }
40881
+
40882
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
40883
+ display: block;
40884
+ max-width: var(--TimelineItem-detail-visible-max-width);
40885
+ font-size: var(--Timeline--font-size);
40886
+ padding: var(--TimelineItem-detail-visible-padding);
40887
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
40888
+ }
40889
+
40890
+ .amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
40891
+ display: none;
40892
+ }
40893
+
40894
+ .amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
40895
+ flex-direction: row-reverse;
40896
+ }
40897
+
40898
+ .amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
40899
+ flex-direction: row-reverse;
40900
+ max-width: 50%;
40901
+ }
40902
+
40903
+ .amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
40904
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
40905
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
40906
+ }
40907
+
40908
+ .amis-scope .antd-Timeline-horizontal {
40909
+ display: flex;
40910
+ flex-flow: row;
40911
+ margin-left: 50%;
40912
+ transform: translateX(-50%);
40913
+ }
40914
+
40915
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
40916
+ display: flex;
40917
+ width: -webkit-fill-available;
40918
+ flex-flow: column;
40919
+ }
40920
+
40921
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
40922
+ display: none;
40923
+ }
40924
+
40925
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
40926
+ position: relative;
40927
+ flex: var(--TimelineItem--axle-flex);
40928
+ }
40929
+
40930
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
40931
+ position: absolute;
40932
+ height: var(--TimelineItem--left-line-width);
40933
+ width: calc(100% - var(--TimelineItem--left-line-left));
40934
+ left: var(--TimelineItem--left-line-top);
40935
+ top: var(--TimelineItem--left-line-left);
40936
+ background-color: var(--TimelineItem--line-bg);
40937
+ }
40938
+
40939
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
40940
+ position: absolute;
40941
+ width: var(--TimelineItem--round-width);
40942
+ height: var(--TimelineItem--round-height);
40943
+ left: var(--TimelineItem--round-top);
40944
+ top: var(--TimelineItem--round-left);
40945
+ background: var(--TimelineItem-round-bg);
40946
+ border-radius: var(--TimelineItem--round-radius);
40947
+ }
40948
+
40949
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
40950
+ background: var(--Timeline--danger-bg);
40951
+ }
40952
+
40953
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
40954
+ background: var(--Timeline--info-bg);
40955
+ }
40956
+
40957
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
40958
+ background: var(--Timeline--success-bg);
40959
+ }
40960
+
40961
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
40962
+ background: var(--Timeline--warning-bg);
40963
+ }
40964
+
40965
+ .amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
40966
+ position: absolute;
40967
+ width: var(--TimelineItem--icon-width);
40968
+ height: var(--TimelineItem--icon-height);
40969
+ left: var(--TimelineItem--icon-left);
40970
+ border-radius: var(--TimelineItem--icon-radius);
40971
+ }
40972
+
39257
40973
  /*
39258
40974
  * utilities
39259
40975
  */