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/dark.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
@@ -19269,6 +19838,12 @@ readers do not read off random characters that represent icons */
19269
19838
  --Audio-volumeControl-width: 6.875rem;
19270
19839
  --Avatar-bg: #d1d5db;
19271
19840
  --Avatar-width: 2.5rem;
19841
+ --Avatar-size-large: 3rem;
19842
+ --Avatar-size-default: var(--Avatar-width);
19843
+ --Avatar-size-small: 2rem;
19844
+ --Avatar-icon-size-large: 1.25rem;
19845
+ --Avatar-icon-size-default: var(--fontSizeLg);
19846
+ --Avatar-icon-size-small: 0.75rem;
19272
19847
  --Badge-size: var(--gap-md);
19273
19848
  --Badge-color: var(--white);
19274
19849
  --Badge--success-bg: var(--success);
@@ -20179,7 +20754,9 @@ readers do not read off random characters that represent icons */
20179
20754
  --ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
20180
20755
  --ResultBox-value-bg: #f5f5f5;
20181
20756
  --ResultBox-value-color: #000;
20182
- --Rating-onActive-color: var(--info);
20757
+ --Rating-inactive-color: #e6e6e8;
20758
+ --Rating-star-margin: 0.5rem;
20759
+ --Rating-star-size: 1.5rem;
20183
20760
  --Satus-icon-width: var(--gap-lg);
20184
20761
  --Satus-icon-height: var(--Satus-icon-width);
20185
20762
  --Sparkline-line-color: var(--info);
@@ -20463,6 +21040,7 @@ readers do not read off random characters that represent icons */
20463
21040
  --DatePicker-bg: var(--background);
20464
21041
  --DatePicker-header-select-borderColor: var(--background);
20465
21042
  --DropDown-menu-bg: var(--background);
21043
+ --Drawer-header-bg: var(--background);
20466
21044
  --Fieldset-legend-bgColor: var(--background);
20467
21045
  --Form-input-addOnBg: var(--Form-input-bg);
20468
21046
  --Form-input-bg: #3c3c3c;
@@ -23047,9 +23625,10 @@ readers do not read off random characters that represent icons */
23047
23625
 
23048
23626
  .amis-scope .dark-Avatar {
23049
23627
  background: var(--Avatar-bg);
23050
- width: var(--Avatar-width);
23051
- height: var(--Avatar-width);
23052
- line-height: var(--Avatar-width);
23628
+ width: var(--Avatar-size-default);
23629
+ height: var(--Avatar-size-default);
23630
+ line-height: var(--Avatar-size-default);
23631
+ position: relative;
23053
23632
  display: inline-block;
23054
23633
  overflow: hidden;
23055
23634
  flex-shrink: 0;
@@ -23057,6 +23636,36 @@ readers do not read off random characters that represent icons */
23057
23636
  text-align: center;
23058
23637
  }
23059
23638
 
23639
+ .amis-scope .dark-Avatar i {
23640
+ font-size: var(--Avatar-icon-size-default);
23641
+ }
23642
+
23643
+ .amis-scope .dark-Avatar--lg {
23644
+ width: var(--Avatar-size-large);
23645
+ height: var(--Avatar-size-large);
23646
+ line-height: var(--Avatar-size-large);
23647
+ }
23648
+
23649
+ .amis-scope .dark-Avatar--lg i {
23650
+ font-size: var(--Avatar-icon-size-large);
23651
+ }
23652
+
23653
+ .amis-scope .dark-Avatar--sm {
23654
+ width: var(--Avatar-size-small);
23655
+ height: var(--Avatar-size-small);
23656
+ line-height: var(--Avatar-size-small);
23657
+ }
23658
+
23659
+ .amis-scope .dark-Avatar--sm i {
23660
+ font-size: var(--Avatar-icon-size-small);
23661
+ }
23662
+
23663
+ .amis-scope .dark-Avatar--text {
23664
+ position: absolute;
23665
+ left: 50%;
23666
+ transform-origin: 0 center;
23667
+ }
23668
+
23060
23669
  .amis-scope .dark-Avatar--square {
23061
23670
  border-radius: 0%;
23062
23671
  }
@@ -23065,15 +23674,9 @@ readers do not read off random characters that represent icons */
23065
23674
  border-radius: 10%;
23066
23675
  }
23067
23676
 
23068
- .amis-scope .dark-Avatar i {
23069
- font-size: var(--fontSizeLg);
23070
- }
23071
-
23072
23677
  .amis-scope .dark-Avatar img {
23073
- color: transparent;
23074
23678
  width: 100%;
23075
23679
  height: 100%;
23076
- object-fit: cover;
23077
23680
  }
23078
23681
 
23079
23682
  .amis-scope .dark-Avatar:hover img,
@@ -23487,6 +24090,23 @@ readers do not read off random characters that represent icons */
23487
24090
  overflow: auto;
23488
24091
  }
23489
24092
 
24093
+ /* 移动端样式调整 */
24094
+
24095
+ @media (max-width: 767px) {
24096
+ .amis-scope .dark-Modal .dark-Modal-footer {
24097
+ display: flex;
24098
+ }
24099
+
24100
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button {
24101
+ flex: 1;
24102
+ height: 2.75rem;
24103
+ }
24104
+
24105
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button:first-child {
24106
+ margin-left: 0;
24107
+ }
24108
+ }
24109
+
23490
24110
  .amis-scope .dark-Drawer {
23491
24111
  position: fixed;
23492
24112
  top: 0;
@@ -24138,6 +24758,139 @@ readers do not read off random characters that represent icons */
24138
24758
  margin-top: -0.25rem;
24139
24759
  }
24140
24760
 
24761
+ @keyframes PopUpIn {
24762
+ from {
24763
+ height: 0;
24764
+ }
24765
+ }
24766
+
24767
+ @keyframes PopUpOut {
24768
+ to {
24769
+ height: 0;
24770
+ }
24771
+ }
24772
+
24773
+ @keyframes PopUpOpacityIn {
24774
+ from {
24775
+ opacity: 0;
24776
+ }
24777
+ }
24778
+
24779
+ @keyframes PopUpOpacityOut {
24780
+ to {
24781
+ opacity: 0;
24782
+ }
24783
+ }
24784
+
24785
+ .amis-scope .dark-PopUp {
24786
+ width: 100%;
24787
+ position: fixed;
24788
+ background: var(--PopOver-bg);
24789
+ left: 0;
24790
+ bottom: 0;
24791
+ z-index: 1300;
24792
+ padding: 0;
24793
+ margin: 0;
24794
+ font-weight: var(--fontWeightNormal);
24795
+ letter-spacing: normal;
24796
+ line-height: var(--lineHeightBase);
24797
+ text-align: left;
24798
+ text-align: start;
24799
+ text-decoration: none;
24800
+ text-shadow: none;
24801
+ text-transform: none;
24802
+ white-space: normal;
24803
+ word-break: normal;
24804
+ word-spacing: normal;
24805
+ word-wrap: normal;
24806
+ font-size: var(--fontSizeBase);
24807
+ box-shadow: var(--boxShadow);
24808
+ border: var(--borderWidth) solid var(--borderColor);
24809
+ border-radius: var(--borderRadius);
24810
+ overflow: hidden;
24811
+ }
24812
+
24813
+ .amis-scope .dark-PopUp.in,
24814
+ .amis-scope .dark-PopUp.out {
24815
+ animation-duration: var(--animation-duration);
24816
+ animation-fill-mode: both;
24817
+ }
24818
+
24819
+ .amis-scope .dark-PopUp.in {
24820
+ animation-name: PopUpIn;
24821
+ }
24822
+
24823
+ .amis-scope .dark-PopUp.in .dark-PopUp-overlay {
24824
+ animation-name: PopUpOpacityIn;
24825
+ }
24826
+
24827
+ .amis-scope .dark-PopUp.out {
24828
+ animation-name: PopUpOut;
24829
+ }
24830
+
24831
+ .amis-scope .dark-PopUp.out .dark-PopUp-overlay {
24832
+ animation-name: PopUpOpacityOut;
24833
+ }
24834
+
24835
+ .amis-scope .dark-PopUp-inner {
24836
+ position: relative;
24837
+ overflow: hidden;
24838
+ height: 100%;
24839
+ box-sizing: border-box;
24840
+ background: #fff;
24841
+ padding-top: 2.25rem;
24842
+ }
24843
+
24844
+ .amis-scope .dark-PopUp-closeWrap {
24845
+ width: 100%;
24846
+ position: absolute;
24847
+ left: 0;
24848
+ top: 0;
24849
+ text-align: center;
24850
+ height: 3rem;
24851
+ line-height: 3rem;
24852
+ }
24853
+
24854
+ .amis-scope .dark-PopUp-closeWrap .dark-PopUp-close {
24855
+ position: absolute;
24856
+ z-index: 1;
24857
+ color: var(--icon-color);
24858
+ cursor: pointer;
24859
+ top: 0.9375rem;
24860
+ right: 0.9375rem;
24861
+ }
24862
+
24863
+ .amis-scope .dark-PopUp-content {
24864
+ overflow-y: auto;
24865
+ height: 100%;
24866
+ }
24867
+
24868
+ .amis-scope .dark-PopUp > * {
24869
+ position: relative;
24870
+ z-index: 2;
24871
+ }
24872
+
24873
+ .amis-scope .dark-PopUp-overlay {
24874
+ position: fixed !important;
24875
+ top: 0;
24876
+ left: 0;
24877
+ right: 0;
24878
+ z-index: 1;
24879
+ bottom: 0;
24880
+ background: rgba(0, 0, 0, 0.3);
24881
+ opacity: 1;
24882
+ animation-duration: var(--animation-duration);
24883
+ animation-fill-mode: both;
24884
+ }
24885
+
24886
+ .amis-scope .dark-PopUp--leftBottomLeftTop {
24887
+ margin-top: 0.25rem;
24888
+ }
24889
+
24890
+ .amis-scope .dark-PopUp--leftTopLeftBottom {
24891
+ margin-top: -0.25rem;
24892
+ }
24893
+
24141
24894
  .amis-scope .dark-PickerColumns {
24142
24895
  position: relative;
24143
24896
  background-color: var(--PickerColumns-bg);
@@ -26139,6 +26892,50 @@ readers do not read off random characters that represent icons */
26139
26892
  display: none;
26140
26893
  }
26141
26894
 
26895
+ /* 移动端样式调整 */
26896
+
26897
+ @media (max-width: 767px) {
26898
+ .amis-scope .dark-Panel--form {
26899
+ border: none;
26900
+ box-shadow: none;
26901
+ margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
26902
+ }
26903
+
26904
+ .amis-scope .dark-Panel--form .dark-Panel-body {
26905
+ padding: 0 var(--gap-md) var(--gap-md);
26906
+ }
26907
+
26908
+ .amis-scope .dark-Panel--form > .dark-Panel-heading {
26909
+ background: none;
26910
+ border: none;
26911
+ border-radius: 0;
26912
+ }
26913
+
26914
+ .amis-scope .dark-Panel--form > .dark-Panel-heading .dark-Panel-title {
26915
+ padding-left: var(--Panel-bodyPadding);
26916
+ border-left: 0.1875rem solid var(--primary);
26917
+ font-size: var(--fontSizeLg);
26918
+ }
26919
+
26920
+ .amis-scope .dark-Panel--form .dark-Panel-footerWrap {
26921
+ padding-bottom: var(--Panel-bodyPadding);
26922
+ }
26923
+
26924
+ .amis-scope .dark-Panel--form .dark-Panel-footer {
26925
+ border-top: none;
26926
+ display: flex;
26927
+ padding: 0 var(--Panel-bodyPadding);
26928
+ }
26929
+
26930
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button {
26931
+ flex: 1;
26932
+ }
26933
+
26934
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button:first-child {
26935
+ margin-left: 0;
26936
+ }
26937
+ }
26938
+
26142
26939
  .amis-scope .dark-Service {
26143
26940
  position: relative;
26144
26941
  }
@@ -26575,6 +27372,294 @@ readers do not read off random characters that represent icons */
26575
27372
  position: relative;
26576
27373
  }
26577
27374
 
27375
+ .amis-scope .dark-CalendarMobile {
27376
+ height: 100%;
27377
+ overflow: scroll;
27378
+ }
27379
+
27380
+ .amis-scope .dark-CalendarMobile-pop {
27381
+ position: fixed;
27382
+ bottom: 0;
27383
+ left: 0;
27384
+ width: 100vw;
27385
+ height: 90vh;
27386
+ background: #fff;
27387
+ border-radius: 1rem 1rem 0 0;
27388
+ overflow: hidden;
27389
+ border-width: 0;
27390
+ }
27391
+
27392
+ .amis-scope .dark-CalendarMobile-wrap {
27393
+ display: flex;
27394
+ flex-direction: column;
27395
+ height: 100%;
27396
+ }
27397
+
27398
+ .amis-scope .dark-CalendarMobile-header {
27399
+ flex-shrink: 0;
27400
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
27401
+ position: relative;
27402
+ }
27403
+
27404
+ .amis-scope .dark-CalendarMobile-header .subtitle-text {
27405
+ display: inline-block;
27406
+ width: 6.875rem;
27407
+ position: relative;
27408
+ }
27409
+
27410
+ .amis-scope .dark-CalendarMobile-header .rdtPrev {
27411
+ width: 1.25rem;
27412
+ height: 2.75rem;
27413
+ display: block;
27414
+ position: absolute;
27415
+ top: 0;
27416
+ left: -1.25rem;
27417
+ }
27418
+
27419
+ .amis-scope .dark-CalendarMobile-header .rdtNext {
27420
+ width: 1.25rem;
27421
+ height: 2.75rem;
27422
+ display: block;
27423
+ position: absolute;
27424
+ top: 0;
27425
+ right: -1.25rem;
27426
+ }
27427
+
27428
+ .amis-scope .dark-CalendarMobile-title,
27429
+ .amis-scope .dark-CalendarMobile-subtitle {
27430
+ height: 2.75rem;
27431
+ font-weight: 500;
27432
+ line-height: 2.75rem;
27433
+ text-align: center;
27434
+ }
27435
+
27436
+ .amis-scope .dark-CalendarMobile-title {
27437
+ font-size: var(--fontSizeLg);
27438
+ }
27439
+
27440
+ .amis-scope .dark-CalendarMobile-weekdays {
27441
+ display: flex;
27442
+ }
27443
+
27444
+ .amis-scope .dark-CalendarMobile-weekdays .weekday {
27445
+ flex: 1;
27446
+ line-height: 1.875rem;
27447
+ text-align: center;
27448
+ }
27449
+
27450
+ .amis-scope .dark-CalendarMobile-close {
27451
+ position: absolute;
27452
+ z-index: 1;
27453
+ color: #c8c9cc;
27454
+ font-size: 1rem;
27455
+ cursor: pointer;
27456
+ top: 0.6875rem;
27457
+ right: 1rem;
27458
+ }
27459
+
27460
+ .amis-scope .dark-CalendarMobile-body::-webkit-scrollbar {
27461
+ width: 0;
27462
+ }
27463
+
27464
+ .amis-scope .dark-CalendarMobile-body {
27465
+ flex: 1;
27466
+ overflow-y: scroll;
27467
+ }
27468
+
27469
+ .amis-scope .dark-CalendarMobile-body table {
27470
+ border-spacing: 0 0.25rem;
27471
+ }
27472
+
27473
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
27474
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
27475
+ background: transparent;
27476
+ color: var(--Calendar-color);
27477
+ text-shadow: none;
27478
+ }
27479
+
27480
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
27481
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
27482
+ color: #999;
27483
+ }
27484
+
27485
+ .amis-scope .dark-CalendarMobile-body .rdtOldNone td.rdtOld {
27486
+ display: none;
27487
+ }
27488
+
27489
+ .amis-scope .dark-CalendarMobile-body .rdtPicker td {
27490
+ height: 3.5rem;
27491
+ position: relative;
27492
+ }
27493
+
27494
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
27495
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
27496
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
27497
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
27498
+ background: transparent;
27499
+ }
27500
+
27501
+ .amis-scope .dark-CalendarMobile-body .calendar-wrap {
27502
+ position: relative;
27503
+ width: 3.125rem;
27504
+ height: 100%;
27505
+ text-align: center;
27506
+ display: inline-flex;
27507
+ align-items: center;
27508
+ justify-content: center;
27509
+ border-radius: 0.25rem;
27510
+ }
27511
+
27512
+ .amis-scope .dark-CalendarMobile-embed .dark-CalendarMobile-body .calendar-wrap {
27513
+ width: auto;
27514
+ max-width: 3.125rem;
27515
+ }
27516
+
27517
+ .amis-scope .dark-CalendarMobile-footer {
27518
+ flex-shrink: 0;
27519
+ }
27520
+
27521
+ .amis-scope .dark-CalendarMobile-footer .date-range-confirm {
27522
+ height: 2.25rem;
27523
+ margin: 0.4375rem 0;
27524
+ border-radius: var(--borderRadiusMd);
27525
+ display: block;
27526
+ }
27527
+
27528
+ .amis-scope .dark-CalendarMobile-footer .is-disabled {
27529
+ opacity: 0.5;
27530
+ color: var(--Button--primary-color);
27531
+ background: var(--Button--primary-bg);
27532
+ border-color: var(--Button--primary-bg);
27533
+ filter: none;
27534
+ }
27535
+
27536
+ .amis-scope .dark-CalendarMobile-footer-toolbar {
27537
+ padding: 0 1rem;
27538
+ }
27539
+
27540
+ .amis-scope .dark-CalendarMobile-footer-ranges {
27541
+ background: #fff;
27542
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
27543
+ border-radius: 24px;
27544
+ overflow-x: scroll;
27545
+ position: relative;
27546
+ height: 3rem;
27547
+ line-height: 3rem;
27548
+ }
27549
+
27550
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers {
27551
+ position: absolute;
27552
+ white-space: nowrap;
27553
+ }
27554
+
27555
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers .dark-DateRangePicker-ranger {
27556
+ margin: 0 1.5625rem;
27557
+ }
27558
+
27559
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
27560
+ padding: var(--gap-sm) 0;
27561
+ }
27562
+
27563
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker {
27564
+ width: 100%;
27565
+ padding: 0;
27566
+ }
27567
+
27568
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtOld {
27569
+ visibility: hidden;
27570
+ }
27571
+
27572
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtNew {
27573
+ display: none;
27574
+ }
27575
+
27576
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtBetween {
27577
+ background: var(--Calendar-cell-onBetween-bg) !important;
27578
+ color: var(--Button--primary-bg);
27579
+ }
27580
+
27581
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
27582
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
27583
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
27584
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
27585
+ background: var(--Calendar-cell-onActive-bg) !important;
27586
+ color: #fff;
27587
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
27588
+ }
27589
+
27590
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
27591
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
27592
+ background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
27593
+ }
27594
+
27595
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
27596
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
27597
+ background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
27598
+ }
27599
+
27600
+ .amis-scope .dark-CalendarMobile-calendar-header {
27601
+ height: 1.875rem;
27602
+ line-height: 1.875rem;
27603
+ text-align: center;
27604
+ }
27605
+
27606
+ .amis-scope .dark-CalendarMobile-range-text {
27607
+ position: absolute;
27608
+ right: 0;
27609
+ left: 0;
27610
+ bottom: 0;
27611
+ color: #fff;
27612
+ font-size: var(--fontSizeSm);
27613
+ white-space: nowrap;
27614
+ }
27615
+
27616
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
27617
+ position: relative;
27618
+ }
27619
+
27620
+ .amis-scope .dark-CalendarMobile-calendar-mark {
27621
+ position: absolute;
27622
+ top: 50%;
27623
+ left: 50%;
27624
+ z-index: 0;
27625
+ color: rgba(242, 243, 245, 0.8);
27626
+ font-size: 10rem;
27627
+ transform: translate(-50%, -50%);
27628
+ pointer-events: none;
27629
+ }
27630
+
27631
+ .amis-scope .dark-CalendarMobile-toast {
27632
+ position: fixed;
27633
+ top: 50%;
27634
+ left: 50%;
27635
+ transform: translate(-50%, -50%);
27636
+ width: 8.5rem;
27637
+ height: 2.25rem;
27638
+ background: rgba(0, 0, 0, 0.9);
27639
+ border-radius: 4px;
27640
+ color: #fff;
27641
+ display: flex;
27642
+ justify-content: center;
27643
+ align-items: center;
27644
+ }
27645
+
27646
+ .amis-scope .dark-CalendarMobile-time {
27647
+ height: 12.5rem;
27648
+ }
27649
+
27650
+ .amis-scope .dark-CalendarMobile-time-title {
27651
+ border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
27652
+ border-left: none;
27653
+ border-right: none;
27654
+ text-align: center;
27655
+ height: 1.875rem;
27656
+ line-height: 1.875rem;
27657
+ }
27658
+
27659
+ .amis-scope .dark-CalendarMobile-time .rdtPicker {
27660
+ margin: 0 auto;
27661
+ }
27662
+
26578
27663
  .amis-scope .dark-Collapse {
26579
27664
  border: var(--Collapse-border);
26580
27665
  padding: 0;
@@ -30346,7 +31431,7 @@ readers do not read off random characters that represent icons */
30346
31431
 
30347
31432
  .amis-scope .dark-Card-multiMedia-img {
30348
31433
  display: block;
30349
- width: 100%;
31434
+ width: auto;
30350
31435
  height: auto;
30351
31436
  object-fit: cover;
30352
31437
  border-radius: var(--Card-borderRadius);
@@ -32218,6 +33303,42 @@ readers do not read off random characters that represent icons */
32218
33303
  border: 1px solid var(--Steps-status-success);
32219
33304
  }
32220
33305
 
33306
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title::after {
33307
+ display: none !important;
33308
+ }
33309
+
33310
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title .dark-StepsItem-subTitle {
33311
+ padding-left: 0.3125rem;
33312
+ }
33313
+
33314
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon {
33315
+ position: relative;
33316
+ display: block;
33317
+ }
33318
+
33319
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon:after {
33320
+ content: "";
33321
+ position: absolute;
33322
+ right: 0;
33323
+ top: 0.9375rem;
33324
+ height: 1px;
33325
+ left: 2.5rem;
33326
+ width: 99999px;
33327
+ background-color: var(--Steps-line-bg);
33328
+ }
33329
+
33330
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon.is-success:after {
33331
+ background-color: var(--Steps-line-success-bg);
33332
+ }
33333
+
33334
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem:last-child {
33335
+ flex: 1;
33336
+ }
33337
+
33338
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem:last-child .dark-StepsItem-containerIcon:after {
33339
+ display: none !important;
33340
+ }
33341
+
32221
33342
  .amis-scope .dark-Portlet {
32222
33343
  border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
32223
33344
  border-radius: var(--Portlet-borderRadius);
@@ -33543,7 +34664,6 @@ readers do not read off random characters that represent icons */
33543
34664
 
33544
34665
  .amis-scope .dark-Selection > .dark-Checkbox {
33545
34666
  display: block;
33546
- height: var(--Form-input-height);
33547
34667
  line-height: var(--Form-input-lineHeight);
33548
34668
  font-size: var(--Form-input-fontSize);
33549
34669
  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));
@@ -33586,7 +34706,6 @@ readers do not read off random characters that represent icons */
33586
34706
 
33587
34707
  .amis-scope .dark-GroupedSelection-item {
33588
34708
  display: flex;
33589
- height: var(--Form-input-height);
33590
34709
  line-height: var(--Form-input-lineHeight);
33591
34710
  font-size: var(--Form-input-fontSize);
33592
34711
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -33717,7 +34836,6 @@ readers do not read off random characters that represent icons */
33717
34836
  .amis-scope .dark-TreeSelection-itemInner {
33718
34837
  display: flex;
33719
34838
  align-items: center;
33720
- height: var(--Form-input-height);
33721
34839
  line-height: var(--Form-input-lineHeight);
33722
34840
  font-size: var(--Form-input-fontSize);
33723
34841
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -33772,6 +34890,7 @@ readers do not read off random characters that represent icons */
33772
34890
  .amis-scope .dark-ChainedSelection {
33773
34891
  display: flex;
33774
34892
  flex-direction: row;
34893
+ min-height: 100%;
33775
34894
  }
33776
34895
 
33777
34896
  .amis-scope .dark-ChainedSelection-col {
@@ -33791,7 +34910,6 @@ readers do not read off random characters that represent icons */
33791
34910
 
33792
34911
  .amis-scope .dark-ChainedSelection-item {
33793
34912
  display: flex;
33794
- height: var(--Form-input-height);
33795
34913
  line-height: var(--Form-input-lineHeight);
33796
34914
  font-size: var(--Form-input-fontSize);
33797
34915
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -34557,6 +35675,7 @@ readers do not read off random characters that represent icons */
34557
35675
  height: var(--Form-input-height);
34558
35676
  line-height: var(--Form-input-lineHeight);
34559
35677
  font-size: var(--Form-input-fontSize);
35678
+ align-items: center;
34560
35679
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
34561
35680
  }
34562
35681
 
@@ -34566,6 +35685,7 @@ readers do not read off random characters that represent icons */
34566
35685
  }
34567
35686
 
34568
35687
  .amis-scope .dark-Selections-item > .dark-Selections-dragbar {
35688
+ top: 0;
34569
35689
  width: var(--gap-lg);
34570
35690
  position: relative;
34571
35691
  left: calc(var(--gap-xs) * -1);
@@ -34880,6 +36000,10 @@ readers do not read off random characters that represent icons */
34880
36000
  border-radius: var(--borderRadius);
34881
36001
  }
34882
36002
 
36003
+ .amis-scope .dark-ColorPicker-popup {
36004
+ height: 80vh;
36005
+ }
36006
+
34883
36007
  .amis-scope .dark-ColorPicker:not(.is-disabled) {
34884
36008
  cursor: pointer;
34885
36009
  }
@@ -35140,6 +36264,10 @@ readers do not read off random characters that represent icons */
35140
36264
  margin: -0.125rem 0 0;
35141
36265
  }
35142
36266
 
36267
+ .amis-scope .dark-DatePicker-popup {
36268
+ height: 80vh;
36269
+ }
36270
+
35143
36271
  .amis-scope .rdt {
35144
36272
  user-select: none;
35145
36273
  font-size: var(--Calendar-fontSize);
@@ -35673,6 +36801,10 @@ readers do not read off random characters that represent icons */
35673
36801
  margin: -0.125rem 0 0;
35674
36802
  }
35675
36803
 
36804
+ .amis-scope .dark-DateRangePicker-popup {
36805
+ height: 90vh;
36806
+ }
36807
+
35676
36808
  @media (min-width: 576px) {
35677
36809
  .amis-scope .dark-DateRangePicker-wrap {
35678
36810
  white-space: nowrap;
@@ -37001,6 +38133,10 @@ readers do not read off random characters that represent icons */
37001
38133
  background: var(--Form-input-onFocused-bg);
37002
38134
  }
37003
38135
 
38136
+ .amis-scope .dark-TreeSelect-popup {
38137
+ height: 80vh;
38138
+ }
38139
+
37004
38140
  .amis-scope .dark-TreeSelect-popover {
37005
38141
  background: transparent;
37006
38142
  border: none;
@@ -37819,25 +38955,52 @@ readers do not read off random characters that represent icons */
37819
38955
  }
37820
38956
 
37821
38957
  .amis-scope .dark-Rating {
38958
+ display: flex;
37822
38959
  position: relative;
38960
+ align-items: center;
38961
+ justify-content: flex-start;
38962
+ flex-flow: row wrap;
38963
+ }
38964
+
38965
+ .amis-scope .dark-Rating > ul {
38966
+ display: flex;
38967
+ padding: unset;
38968
+ margin: unset;
38969
+ align-items: center;
38970
+ justify-content: flex-start;
38971
+ flex-flow: row wrap;
38972
+ }
38973
+
38974
+ .amis-scope .dark-Rating-star {
38975
+ position: relative;
38976
+ margin-right: var(--Rating-star-margin);
37823
38977
  overflow: hidden;
37824
38978
  display: block;
37825
- float: left;
37826
- font-size: 1.5rem;
37827
- color: var(--dark);
38979
+ font-size: var(--Rating-star-size);
38980
+ line-height: 1;
37828
38981
  cursor: pointer;
38982
+ user-select: none;
38983
+ color: var(--Rating-inactive-color);
37829
38984
  }
37830
38985
 
37831
- .amis-scope .dark-Rating.is-active {
37832
- color: var(--Rating-onActive-color);
38986
+ .amis-scope .dark-Rating-star-half > svg.icon,
38987
+ .amis-scope .dark-Rating-star > svg.icon {
38988
+ display: block;
38989
+ width: 1.5rem;
38990
+ height: 1.5rem;
38991
+ top: 0;
37833
38992
  }
37834
38993
 
37835
- .amis-scope .dark-Rating.is-disabled {
38994
+ .amis-scope .dark-Rating-star:last-of-type {
38995
+ margin-right: 0;
38996
+ }
38997
+
38998
+ .amis-scope .dark-Rating-star.is-disabled {
37836
38999
  cursor: not-allowed;
37837
39000
  pointer-events: none;
37838
39001
  }
37839
39002
 
37840
- .amis-scope .dark-Rating-half:before {
39003
+ .amis-scope .dark-Rating-star-half {
37841
39004
  position: absolute;
37842
39005
  overflow: hidden;
37843
39006
  display: block;
@@ -37845,8 +39008,20 @@ readers do not read off random characters that represent icons */
37845
39008
  top: 0;
37846
39009
  left: 0;
37847
39010
  width: 50%;
37848
- content: attr(data-forhalf);
37849
- color: var(--Rating-onActive-color);
39011
+ }
39012
+
39013
+ .amis-scope .dark-Rating-text {
39014
+ font-size: var(--fontSizeSm);
39015
+ color: var(--text-color);
39016
+ font-weight: var(--fontWeightNormal);
39017
+ }
39018
+
39019
+ .amis-scope .dark-Rating-text--left {
39020
+ margin-right: var(--Rating-star-margin);
39021
+ }
39022
+
39023
+ .amis-scope .dark-Rating-text--right {
39024
+ margin-left: var(--Rating-star-margin);
37850
39025
  }
37851
39026
 
37852
39027
  .amis-scope .dark-RatingControl {
@@ -38844,6 +40019,176 @@ readers do not read off random characters that represent icons */
38844
40019
  width: 10%;
38845
40020
  }
38846
40021
 
40022
+ /* 移动端样式调整 */
40023
+
40024
+ @media (max-width: 767px) {
40025
+ .amis-scope .dark-Form .dark-Form-item {
40026
+ display: flex;
40027
+ flex-wrap: wrap;
40028
+ margin-bottom: 0;
40029
+ padding: var(--Form-item-gap) 0;
40030
+ position: relative;
40031
+ }
40032
+
40033
+ .amis-scope .dark-Form .dark-Form-item::after {
40034
+ position: absolute;
40035
+ box-sizing: border-box;
40036
+ content: " ";
40037
+ pointer-events: none;
40038
+ right: 0;
40039
+ bottom: 0;
40040
+ left: 0;
40041
+ border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
40042
+ transform: scaleY(0.5);
40043
+ }
40044
+
40045
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup-addOn,
40046
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-addOn {
40047
+ border: none;
40048
+ }
40049
+
40050
+ .amis-scope .dark-Form .dark-Form-item > .dark-Form-label {
40051
+ flex: 0 0 28%;
40052
+ max-width: 28%;
40053
+ min-height: 1px;
40054
+ text-align: left;
40055
+ padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
40056
+ overflow-wrap: break-word;
40057
+ margin-right: 0;
40058
+ margin-bottom: 0;
40059
+ font-size: var(--fontSizeLg);
40060
+ }
40061
+
40062
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description {
40063
+ font-size: var(--fontSizeBase);
40064
+ }
40065
+
40066
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input {
40067
+ font-size: var(--fontSizeLg);
40068
+ }
40069
+
40070
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input input {
40071
+ height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
40072
+ }
40073
+
40074
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value,
40075
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control {
40076
+ flex: 1;
40077
+ flex-wrap: wrap;
40078
+ font-size: var(--fontSizeLg);
40079
+ }
40080
+
40081
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value.is-disabled > .dark-TextControl-input,
40082
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control.is-disabled > .dark-TextControl-input {
40083
+ background: transparent;
40084
+ }
40085
+
40086
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint,
40087
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-remark,
40088
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static,
40089
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item,
40090
+ .amis-scope .dark-Form .dark-Form-item .dark-SwitchControl,
40091
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxControl,
40092
+ .amis-scope .dark-Form .dark-Form-item .dark-RadiosControl,
40093
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxesControl {
40094
+ padding-top: 0;
40095
+ padding-bottom: 0;
40096
+ }
40097
+
40098
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--horizontal .dark-TextControl-input input {
40099
+ height: var(--Form-input-height);
40100
+ }
40101
+
40102
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint {
40103
+ font-size: var(--fontSizeBase);
40104
+ margin-left: 0;
40105
+ color: var(--text--muted-color);
40106
+ }
40107
+
40108
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-placeholder {
40109
+ top: 0;
40110
+ }
40111
+
40112
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static {
40113
+ min-height: 0;
40114
+ }
40115
+
40116
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description,
40117
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-feedback {
40118
+ font-size: var(--fontSizeBase);
40119
+ }
40120
+
40121
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-Select,
40122
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-InputGroup-btn .dark-Button {
40123
+ border: none;
40124
+ }
40125
+
40126
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup > .dark-TextControl-input input {
40127
+ height: var(--Form-input-height);
40128
+ }
40129
+
40130
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker {
40131
+ padding: 0;
40132
+ border: none;
40133
+ }
40134
+
40135
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker .dark-ColorPicker-arrow {
40136
+ display: none;
40137
+ }
40138
+
40139
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item .dark-Button {
40140
+ margin-bottom: var(--gap-xs);
40141
+ }
40142
+
40143
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea,
40144
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input,
40145
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input {
40146
+ border: none;
40147
+ padding: 0 var(--Form-input-paddingX) 0 0;
40148
+ box-shadow: none;
40149
+ }
40150
+
40151
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:hover,
40152
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:focus,
40153
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea.active,
40154
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:hover,
40155
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:focus,
40156
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input.active,
40157
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:hover,
40158
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:focus,
40159
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input.active {
40160
+ border: none;
40161
+ outline: none;
40162
+ outline-style: none;
40163
+ }
40164
+
40165
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input--multiple {
40166
+ padding: 0;
40167
+ min-height: 0;
40168
+ }
40169
+
40170
+ .amis-scope .dark-Form .dark-Form-groupColumn {
40171
+ margin-bottom: 0;
40172
+ }
40173
+
40174
+ .amis-scope .dark-Form .dark-Divider {
40175
+ display: none;
40176
+ }
40177
+
40178
+ .amis-scope .dark-Form .dark-Tabs-pane {
40179
+ padding: 0;
40180
+ }
40181
+
40182
+ .amis-scope .dark-Form > .dark-Form-item:last-child::after,
40183
+ .amis-scope .dark-Form > .dark-Form-item:last-of-type::after {
40184
+ display: none;
40185
+ }
40186
+
40187
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-groupColumn > .dark-Form-item {
40188
+ padding-bottom: var(--Form-input-paddingX);
40189
+ }
40190
+ }
40191
+
38847
40192
  .amis-scope .dark-AnchorNav {
38848
40193
  display: flex;
38849
40194
  height: 25rem;
@@ -39231,6 +40576,343 @@ readers do not read off random characters that represent icons */
39231
40576
  margin-right: 0;
39232
40577
  }
39233
40578
 
40579
+ .amis-scope .dark-FormulaEditor {
40580
+ overflow: visible;
40581
+ max-width: 100%;
40582
+ box-sizing: content-box;
40583
+ }
40584
+
40585
+ .amis-scope .dark-FormulaEditor-content {
40586
+ border-radius: var(--borderRadius);
40587
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40588
+ }
40589
+
40590
+ .amis-scope .dark-FormulaEditor-header {
40591
+ width: 100%;
40592
+ height: 1.875rem;
40593
+ line-height: 1.875rem;
40594
+ padding: 0 0.625rem;
40595
+ box-sizing: border-box;
40596
+ background: var(--Formula-header-bgColor);
40597
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
40598
+ border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40599
+ font-weight: 500;
40600
+ }
40601
+
40602
+ .amis-scope .dark-FormulaEditor-editor {
40603
+ min-height: 14.875rem;
40604
+ max-height: 20rem;
40605
+ height: auto;
40606
+ padding: 0.625rem;
40607
+ padding-right: 0;
40608
+ }
40609
+
40610
+ .amis-scope .dark-FormulaEditor.is-error .dark-FormulaEditor-editor {
40611
+ border-color: var(--Form-input-onError-borderColor);
40612
+ }
40613
+
40614
+ .amis-scope .dark-FormulaEditor.is-focused .dark-FormulaEditor-editor {
40615
+ border-color: var(--Form-input-onFocused-borderColor);
40616
+ }
40617
+
40618
+ .amis-scope .dark-FormulaEditor-settings {
40619
+ display: flex;
40620
+ flex-direction: row;
40621
+ align-items: stretch;
40622
+ justify-content: space-between;
40623
+ max-height: 21.875rem;
40624
+ margin: 0 -5px;
40625
+ }
40626
+
40627
+ .amis-scope .dark-FormulaEditor-settings > div {
40628
+ flex: 1;
40629
+ padding: 0 5px;
40630
+ display: flex;
40631
+ flex-direction: column;
40632
+ }
40633
+
40634
+ .amis-scope .dark-FormulaEditor-settings > div > h3 {
40635
+ padding: 10px 0;
40636
+ margin: 0;
40637
+ flex-shrink: 0;
40638
+ }
40639
+
40640
+ .amis-scope .dark-FormulaEditor-settings > div > div {
40641
+ flex: 1;
40642
+ min-height: 0;
40643
+ }
40644
+
40645
+ .amis-scope .dark-FormulaEditor .cm-field,
40646
+ .amis-scope .dark-FormulaEditor .cm-func {
40647
+ border-radius: 2px;
40648
+ color: #fff;
40649
+ margin: 0 1px;
40650
+ padding: 0 2px;
40651
+ }
40652
+
40653
+ .amis-scope .dark-FormulaEditor .cm-field {
40654
+ background: #007bff;
40655
+ }
40656
+
40657
+ .amis-scope .dark-FormulaEditor .cm-func {
40658
+ background: #17a2b8;
40659
+ }
40660
+
40661
+ .amis-scope .dark-FormulaFuncList {
40662
+ display: flex;
40663
+ flex-direction: column;
40664
+ }
40665
+
40666
+ .amis-scope .dark-FormulaFuncList > .dark-FormulaFuncList-searchBox {
40667
+ display: flex;
40668
+ width: auto;
40669
+ flex-shrink: 0;
40670
+ margin-bottom: 0.5rem;
40671
+ }
40672
+
40673
+ .amis-scope .dark-FormulaFuncList-columns {
40674
+ flex: 1;
40675
+ min-height: 0;
40676
+ overflow: auto;
40677
+ display: flex;
40678
+ flex-direction: row;
40679
+ justify-content: flex-start;
40680
+ }
40681
+
40682
+ .amis-scope .dark-FormulaFuncList-columns > div:first-child {
40683
+ min-width: 200px;
40684
+ flex-shrink: 0;
40685
+ }
40686
+
40687
+ .amis-scope .dark-FormulaFuncList-funcItem {
40688
+ padding: 0 10px;
40689
+ cursor: pointer;
40690
+ }
40691
+
40692
+ .amis-scope .dark-FormulaFuncList-funcItem.is-active {
40693
+ background: var(--Formula-funcItem-bgColor-onActive);
40694
+ }
40695
+
40696
+ .amis-scope .dark-FormulaFuncList-groupTitle {
40697
+ padding: 5px 0;
40698
+ background: transparent;
40699
+ }
40700
+
40701
+ .amis-scope .dark-FormulaFuncList-groupBody > div {
40702
+ padding: 5px 0;
40703
+ }
40704
+
40705
+ .amis-scope .dark-FormulaFuncList-funcDetail {
40706
+ padding: 10px 20px;
40707
+ }
40708
+
40709
+ .amis-scope .dark-FormulaFuncList-funcDetail pre {
40710
+ white-space: pre-wrap;
40711
+ word-wrap: break-word;
40712
+ background: var(--Formula-header-bgColor);
40713
+ padding: 0.625rem;
40714
+ border-radius: var(--borderRadius);
40715
+ margin-top: 0;
40716
+ }
40717
+
40718
+ .amis-scope .dark-FormulaFuncList-funcDetail div {
40719
+ color: var(--text--loud-color);
40720
+ }
40721
+
40722
+ .amis-scope .dark-FormulaPicker-icon {
40723
+ margin-left: auto;
40724
+ margin-right: 0.3125rem;
40725
+ }
40726
+
40727
+ .amis-scope .dark-Timeline-vertical {
40728
+ display: flex;
40729
+ flex-flow: column;
40730
+ }
40731
+
40732
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem {
40733
+ display: flex;
40734
+ flex: 1;
40735
+ flex-direction: row;
40736
+ }
40737
+
40738
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
40739
+ display: none;
40740
+ }
40741
+
40742
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle {
40743
+ position: relative;
40744
+ flex: var(--TimelineItem--axle-flex);
40745
+ }
40746
+
40747
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-line {
40748
+ position: absolute;
40749
+ height: calc(100% - var(--TimelineItem--left-line-top));
40750
+ width: var(--TimelineItem--left-line-width);
40751
+ left: var(--TimelineItem--left-line-left);
40752
+ top: var(--TimelineItem--left-line-top);
40753
+ background-color: var(--TimelineItem--line-bg);
40754
+ }
40755
+
40756
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round {
40757
+ position: absolute;
40758
+ width: var(--TimelineItem--round-width);
40759
+ height: var(--TimelineItem--round-height);
40760
+ left: var(--TimelineItem--round-left);
40761
+ top: var(--TimelineItem--round-top);
40762
+ background: var(--TimelineItem-round-bg);
40763
+ border-radius: var(--TimelineItem--round-radius);
40764
+ }
40765
+
40766
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40767
+ background: var(--Timeline--danger-bg);
40768
+ }
40769
+
40770
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40771
+ background: var(--Timeline--info-bg);
40772
+ }
40773
+
40774
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40775
+ background: var(--Timeline--success-bg);
40776
+ }
40777
+
40778
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40779
+ background: var(--Timeline--warning-bg);
40780
+ }
40781
+
40782
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-icon {
40783
+ position: absolute;
40784
+ width: var(--TimelineItem--icon-width);
40785
+ height: var(--TimelineItem--icon-height);
40786
+ left: var(--TimelineItem--icon-left);
40787
+ border-radius: var(--TimelineItem--icon-radius);
40788
+ }
40789
+
40790
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content {
40791
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
40792
+ margin-left: var(--TimelineItem--content-margin-left);
40793
+ }
40794
+
40795
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-time {
40796
+ color: var(--TimelineItem--text-secondary-color);
40797
+ font-size: var(--Timeline--font-size);
40798
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
40799
+ }
40800
+
40801
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-title {
40802
+ color: var(--TimelineItem--text-primary-color);
40803
+ font-size: var(--Timeline--font-size);
40804
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
40805
+ }
40806
+
40807
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-button {
40808
+ display: flex;
40809
+ cursor: pointer;
40810
+ align-items: center;
40811
+ font-size: var(--Timeline--font-size);
40812
+ color: var(--TimelineItem--detail-button-color);
40813
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
40814
+ }
40815
+
40816
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow {
40817
+ width: var(--TimelineItem-detail-arrow-width);
40818
+ height: var(--TimelineItem-detail-arrow-width);
40819
+ }
40820
+
40821
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow-top {
40822
+ transform: rotateX(180deg);
40823
+ }
40824
+
40825
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-visible {
40826
+ display: block;
40827
+ max-width: var(--TimelineItem-detail-visible-max-width);
40828
+ font-size: var(--Timeline--font-size);
40829
+ padding: var(--TimelineItem-detail-visible-padding);
40830
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
40831
+ }
40832
+
40833
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-invisible {
40834
+ display: none;
40835
+ }
40836
+
40837
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-left .dark-TimelineItem {
40838
+ flex-direction: row-reverse;
40839
+ }
40840
+
40841
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(odd) {
40842
+ flex-direction: row-reverse;
40843
+ max-width: 50%;
40844
+ }
40845
+
40846
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(even) {
40847
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
40848
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
40849
+ }
40850
+
40851
+ .amis-scope .dark-Timeline-horizontal {
40852
+ display: flex;
40853
+ flex-flow: row;
40854
+ margin-left: 50%;
40855
+ transform: translateX(-50%);
40856
+ }
40857
+
40858
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem {
40859
+ display: flex;
40860
+ width: -webkit-fill-available;
40861
+ flex-flow: column;
40862
+ }
40863
+
40864
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
40865
+ display: none;
40866
+ }
40867
+
40868
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle {
40869
+ position: relative;
40870
+ flex: var(--TimelineItem--axle-flex);
40871
+ }
40872
+
40873
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-line {
40874
+ position: absolute;
40875
+ height: var(--TimelineItem--left-line-width);
40876
+ width: calc(100% - var(--TimelineItem--left-line-left));
40877
+ left: var(--TimelineItem--left-line-top);
40878
+ top: var(--TimelineItem--left-line-left);
40879
+ background-color: var(--TimelineItem--line-bg);
40880
+ }
40881
+
40882
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round {
40883
+ position: absolute;
40884
+ width: var(--TimelineItem--round-width);
40885
+ height: var(--TimelineItem--round-height);
40886
+ left: var(--TimelineItem--round-top);
40887
+ top: var(--TimelineItem--round-left);
40888
+ background: var(--TimelineItem-round-bg);
40889
+ border-radius: var(--TimelineItem--round-radius);
40890
+ }
40891
+
40892
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40893
+ background: var(--Timeline--danger-bg);
40894
+ }
40895
+
40896
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40897
+ background: var(--Timeline--info-bg);
40898
+ }
40899
+
40900
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40901
+ background: var(--Timeline--success-bg);
40902
+ }
40903
+
40904
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40905
+ background: var(--Timeline--warning-bg);
40906
+ }
40907
+
40908
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-icon {
40909
+ position: absolute;
40910
+ width: var(--TimelineItem--icon-width);
40911
+ height: var(--TimelineItem--icon-height);
40912
+ left: var(--TimelineItem--icon-left);
40913
+ border-radius: var(--TimelineItem--icon-radius);
40914
+ }
40915
+
39234
40916
  /*
39235
40917
  * utilities
39236
40918
  */