amis 1.5.6-beta.5 → 1.6.0

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 (435) 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/AssociatedSelection.d.ts +84 -84
  5. package/lib/components/AssociatedSelection.js +2 -2
  6. package/lib/components/AssociatedSelection.js.map +2 -2
  7. package/lib/components/Avatar.d.ts +135 -0
  8. package/lib/components/Avatar.js +120 -0
  9. package/lib/components/Avatar.js.map +13 -0
  10. package/lib/components/BaiduMapPicker.js.map +2 -2
  11. package/lib/components/CalendarMobile.d.ts +547 -0
  12. package/lib/components/CalendarMobile.js +432 -0
  13. package/lib/components/CalendarMobile.js.map +13 -0
  14. package/lib/components/Card.js +1 -1
  15. package/lib/components/Card.js.map +2 -2
  16. package/lib/components/Cascader.d.ts +123 -0
  17. package/lib/components/Cascader.js +487 -0
  18. package/lib/components/Cascader.js.map +13 -0
  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/CityArea.d.ts +527 -0
  23. package/lib/components/CityArea.js +177 -0
  24. package/lib/components/CityArea.js.map +13 -0
  25. package/lib/components/Collapse.js +1 -1
  26. package/lib/components/Collapse.js.map +2 -2
  27. package/lib/components/ColorPicker.d.ts +84 -84
  28. package/lib/components/ColorPicker.js +4 -3
  29. package/lib/components/ColorPicker.js.map +2 -2
  30. package/lib/components/DatePicker.d.ts +85 -84
  31. package/lib/components/DatePicker.js +15 -8
  32. package/lib/components/DatePicker.js.map +2 -2
  33. package/lib/components/DateRangePicker.d.ts +85 -84
  34. package/lib/components/DateRangePicker.js +18 -6
  35. package/lib/components/DateRangePicker.js.map +2 -2
  36. package/lib/components/GroupedSelection.d.ts +84 -84
  37. package/lib/components/GroupedSelection.js +14 -2
  38. package/lib/components/GroupedSelection.js.map +2 -2
  39. package/lib/components/MonthRangePicker.d.ts +85 -84
  40. package/lib/components/MonthRangePicker.js +16 -6
  41. package/lib/components/MonthRangePicker.js.map +2 -2
  42. package/lib/components/Overlay.d.ts +1 -1
  43. package/lib/components/Overlay.js.map +1 -1
  44. package/lib/components/Picker.d.ts +1 -0
  45. package/lib/components/Picker.js +16 -7
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.d.ts +1 -0
  48. package/lib/components/PickerColumn.js +21 -18
  49. package/lib/components/PickerColumn.js.map +2 -2
  50. package/lib/components/PickerContainer.d.ts +3 -0
  51. package/lib/components/PickerContainer.js +12 -5
  52. package/lib/components/PickerContainer.js.map +2 -2
  53. package/lib/components/PopOverContainer.d.ts +1 -0
  54. package/lib/components/PopOverContainer.js +5 -3
  55. package/lib/components/PopOverContainer.js.map +2 -2
  56. package/lib/components/PopUp.d.ts +1041 -28
  57. package/lib/components/PopUp.js +32 -8
  58. package/lib/components/PopUp.js.map +2 -2
  59. package/lib/components/Rating.d.ts +203 -73
  60. package/lib/components/Rating.js +147 -31
  61. package/lib/components/Rating.js.map +2 -2
  62. package/lib/components/ResultBox.d.ts +85 -84
  63. package/lib/components/ResultBox.js +9 -4
  64. package/lib/components/ResultBox.js.map +2 -2
  65. package/lib/components/ResultList.d.ts +9 -2
  66. package/lib/components/ResultList.js +22 -2
  67. package/lib/components/ResultList.js.map +2 -2
  68. package/lib/components/Select.d.ts +237 -237
  69. package/lib/components/Select.js +9 -6
  70. package/lib/components/Select.js.map +2 -2
  71. package/lib/components/Selection.d.ts +94 -86
  72. package/lib/components/Selection.js +11 -2
  73. package/lib/components/Selection.js.map +2 -2
  74. package/lib/components/Steps.js.map +2 -2
  75. package/lib/components/TableSelection.d.ts +85 -85
  76. package/lib/components/TableSelection.js +1 -9
  77. package/lib/components/TableSelection.js.map +2 -2
  78. package/lib/components/Tabs.js +31 -33
  79. package/lib/components/Tabs.js.map +2 -2
  80. package/lib/components/TabsTransfer.d.ts +87 -256
  81. package/lib/components/TabsTransfer.js +52 -9
  82. package/lib/components/TabsTransfer.js.map +2 -2
  83. package/lib/components/TabsTransferPicker.d.ts +1 -1
  84. package/lib/components/TabsTransferPicker.js +20 -18
  85. package/lib/components/TabsTransferPicker.js.map +2 -2
  86. package/lib/components/Timeline.d.ts +69 -0
  87. package/lib/components/Timeline.js +16 -0
  88. package/lib/components/Timeline.js.map +13 -0
  89. package/lib/components/TimelineItem.d.ts +516 -0
  90. package/lib/components/TimelineItem.js +41 -0
  91. package/lib/components/TimelineItem.js.map +13 -0
  92. package/lib/components/Transfer.d.ts +100 -98
  93. package/lib/components/Transfer.js +2 -3
  94. package/lib/components/Transfer.js.map +2 -2
  95. package/lib/components/TransferDropDown.d.ts +85 -84
  96. package/lib/components/TransferDropDown.js +9 -10
  97. package/lib/components/TransferDropDown.js.map +2 -2
  98. package/lib/components/TransferPicker.d.ts +1 -0
  99. package/lib/components/TransferPicker.js +19 -4
  100. package/lib/components/TransferPicker.js.map +2 -2
  101. package/lib/components/TreeSelection.d.ts +85 -85
  102. package/lib/components/TreeSelection.js +7 -1
  103. package/lib/components/TreeSelection.js.map +2 -2
  104. package/lib/components/calendar/Calendar.d.ts +19 -0
  105. package/lib/components/calendar/Calendar.js +71 -1
  106. package/lib/components/calendar/Calendar.js.map +2 -2
  107. package/lib/components/calendar/DaysView.d.ts +21 -0
  108. package/lib/components/calendar/DaysView.js +76 -17
  109. package/lib/components/calendar/DaysView.js.map +2 -2
  110. package/lib/components/calendar/MonthsView.d.ts +34 -0
  111. package/lib/components/calendar/MonthsView.js +68 -3
  112. package/lib/components/calendar/MonthsView.js.map +2 -2
  113. package/lib/components/calendar/QuartersView.d.ts +1 -0
  114. package/lib/components/calendar/QuartersView.js +2 -2
  115. package/lib/components/calendar/QuartersView.js.map +2 -2
  116. package/lib/components/calendar/TimeView.d.ts +30 -18
  117. package/lib/components/calendar/TimeView.js +47 -8
  118. package/lib/components/calendar/TimeView.js.map +2 -2
  119. package/lib/components/calendar/YearsView.d.ts +6 -0
  120. package/lib/components/calendar/YearsView.js +21 -10
  121. package/lib/components/calendar/YearsView.js.map +2 -2
  122. package/lib/components/condition-builder/Field.js +1 -4
  123. package/lib/components/condition-builder/Field.js.map +2 -2
  124. package/lib/components/condition-builder/Func.js +1 -1
  125. package/lib/components/condition-builder/Func.js.map +2 -2
  126. package/lib/components/formula/Editor.d.ts +3 -0
  127. package/lib/components/formula/Editor.js +3 -2
  128. package/lib/components/formula/Editor.js.map +2 -2
  129. package/lib/components/formula/FuncList.js +2 -1
  130. package/lib/components/formula/FuncList.js.map +2 -2
  131. package/lib/components/formula/Picker.js +1 -1
  132. package/lib/components/formula/Picker.js.map +2 -2
  133. package/lib/components/icons.js +4 -0
  134. package/lib/components/icons.js.map +2 -2
  135. package/lib/components/index.d.ts +2 -1
  136. package/lib/components/index.js +4 -2
  137. package/lib/components/index.js.map +2 -2
  138. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  139. package/lib/components/virtual-list/index.js +1 -2
  140. package/lib/components/virtual-list/index.js.map +2 -2
  141. package/lib/factory.js +5 -0
  142. package/lib/factory.js.map +2 -2
  143. package/lib/icons/star.js +12 -0
  144. package/lib/icons/tree-down.js +7 -0
  145. package/lib/index.d.ts +1 -0
  146. package/lib/index.js +2 -1
  147. package/lib/index.js.map +2 -2
  148. package/lib/locale/de-DE.js +17 -2
  149. package/lib/locale/de-DE.js.map +2 -2
  150. package/lib/locale/en-US.js +17 -2
  151. package/lib/locale/en-US.js.map +2 -2
  152. package/lib/locale/zh-CN.js +16 -1
  153. package/lib/locale/zh-CN.js.map +2 -2
  154. package/lib/renderers/Avatar.d.ts +35 -26
  155. package/lib/renderers/Avatar.js +14 -19
  156. package/lib/renderers/Avatar.js.map +2 -2
  157. package/lib/renderers/CRUD.js +1 -2
  158. package/lib/renderers/CRUD.js.map +2 -2
  159. package/lib/renderers/Card.js +6 -5
  160. package/lib/renderers/Card.js.map +2 -2
  161. package/lib/renderers/Custom.js.map +2 -2
  162. package/lib/renderers/DropDownButton.d.ts +11 -2
  163. package/lib/renderers/DropDownButton.js +30 -12
  164. package/lib/renderers/DropDownButton.js.map +2 -2
  165. package/lib/renderers/Each.js +5 -2
  166. package/lib/renderers/Each.js.map +2 -2
  167. package/lib/renderers/Flex.js +1 -5
  168. package/lib/renderers/Flex.js.map +2 -2
  169. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  170. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  171. package/lib/renderers/Form/CityDB.js +526 -2
  172. package/lib/renderers/Form/CityDB.js.map +2 -2
  173. package/lib/renderers/Form/DiffEditor.js +2 -1
  174. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  175. package/lib/renderers/Form/InputCity.d.ts +85 -84
  176. package/lib/renderers/Form/InputCity.js +4 -2
  177. package/lib/renderers/Form/InputCity.js.map +2 -2
  178. package/lib/renderers/Form/InputColor.d.ts +84 -84
  179. package/lib/renderers/Form/InputColor.js +6 -2
  180. package/lib/renderers/Form/InputColor.js.map +2 -2
  181. package/lib/renderers/Form/InputDate.js +10 -5
  182. package/lib/renderers/Form/InputDate.js.map +2 -2
  183. package/lib/renderers/Form/InputDateRange.js +6 -2
  184. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  185. package/lib/renderers/Form/InputFormula.d.ts +4 -1
  186. package/lib/renderers/Form/InputFormula.js +2 -2
  187. package/lib/renderers/Form/InputFormula.js.map +2 -2
  188. package/lib/renderers/Form/InputImage.d.ts +1 -0
  189. package/lib/renderers/Form/InputImage.js +8 -4
  190. package/lib/renderers/Form/InputImage.js.map +2 -2
  191. package/lib/renderers/Form/InputMonthRange.js +1 -1
  192. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  193. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  194. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  195. package/lib/renderers/Form/InputRating.d.ts +37 -0
  196. package/lib/renderers/Form/InputRating.js +6 -2
  197. package/lib/renderers/Form/InputRating.js.map +2 -2
  198. package/lib/renderers/Form/InputYearRange.js +1 -1
  199. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  200. package/lib/renderers/Form/Item.d.ts +10 -14
  201. package/lib/renderers/Form/Item.js +18 -9
  202. package/lib/renderers/Form/Item.js.map +2 -2
  203. package/lib/renderers/Form/NestedSelect.d.ts +1 -0
  204. package/lib/renderers/Form/NestedSelect.js +8 -4
  205. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  206. package/lib/renderers/Form/Select.d.ts +2 -0
  207. package/lib/renderers/Form/Select.js +7 -4
  208. package/lib/renderers/Form/Select.js.map +2 -2
  209. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  210. package/lib/renderers/Form/TabsTransfer.js +20 -1
  211. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  212. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  213. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  214. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  215. package/lib/renderers/Form/Transfer.d.ts +15 -4
  216. package/lib/renderers/Form/Transfer.js +55 -18
  217. package/lib/renderers/Form/Transfer.js.map +2 -2
  218. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  219. package/lib/renderers/Form/TransferPicker.js +1 -1
  220. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  221. package/lib/renderers/Form/TreeSelect.js +4 -4
  222. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  223. package/lib/renderers/Form/index.js +2 -1
  224. package/lib/renderers/Form/index.js.map +2 -2
  225. package/lib/renderers/IFrame.js +0 -2
  226. package/lib/renderers/IFrame.js.map +2 -2
  227. package/lib/renderers/Json.js +7 -0
  228. package/lib/renderers/Json.js.map +2 -2
  229. package/lib/renderers/Nav.js +4 -1
  230. package/lib/renderers/Nav.js.map +2 -2
  231. package/lib/renderers/Remark.d.ts +4 -0
  232. package/lib/renderers/Remark.js +39 -7
  233. package/lib/renderers/Remark.js.map +2 -2
  234. package/lib/renderers/Steps.js +5 -5
  235. package/lib/renderers/Steps.js.map +2 -2
  236. package/lib/renderers/Table/TableRow.js +4 -1
  237. package/lib/renderers/Table/TableRow.js.map +2 -2
  238. package/lib/renderers/Table/index.js +4 -1
  239. package/lib/renderers/Table/index.js.map +2 -2
  240. package/lib/renderers/Tabs.js +1 -1
  241. package/lib/renderers/Tabs.js.map +2 -2
  242. package/lib/renderers/Timeline.d.ts +65 -0
  243. package/lib/renderers/Timeline.js +54 -0
  244. package/lib/renderers/Timeline.js.map +13 -0
  245. package/lib/renderers/Video.js.map +2 -2
  246. package/lib/schemaExtend.js +23 -9
  247. package/lib/schemaExtend.js.map +2 -2
  248. package/lib/store/combo.js.map +2 -2
  249. package/lib/store/formItem.js +6 -6
  250. package/lib/store/formItem.js.map +2 -2
  251. package/lib/store/table.js +1 -1
  252. package/lib/store/table.js.map +2 -2
  253. package/lib/themes/ang-ie11.css +1018 -67
  254. package/lib/themes/ang.css +1018 -67
  255. package/lib/themes/ang.css.map +1 -1
  256. package/lib/themes/antd-ie11.css +1053 -67
  257. package/lib/themes/antd.css +1053 -67
  258. package/lib/themes/antd.css.map +1 -1
  259. package/lib/themes/cxd-ie11.css +1058 -78
  260. package/lib/themes/cxd.css +1058 -78
  261. package/lib/themes/cxd.css.map +1 -1
  262. package/lib/themes/dark-ie11.css +1019 -67
  263. package/lib/themes/dark.css +1019 -67
  264. package/lib/themes/dark.css.map +1 -1
  265. package/lib/themes/default.css +1058 -78
  266. package/lib/themes/default.css.map +1 -1
  267. package/lib/utils/RootClose.js +3 -1
  268. package/lib/utils/RootClose.js.map +2 -2
  269. package/lib/utils/helper.d.ts +1 -6
  270. package/lib/utils/helper.js +6 -17
  271. package/lib/utils/helper.js.map +2 -2
  272. package/package.json +12 -6
  273. package/schema.json +3696 -971
  274. package/scss/_properties.scss +21 -7
  275. package/scss/components/_avatar.scss +27 -9
  276. package/scss/components/_calendar.scss +287 -0
  277. package/scss/components/_card.scss +1 -1
  278. package/scss/components/_cascader.scss +102 -0
  279. package/scss/components/_city-area.scss +27 -0
  280. package/scss/components/_collapse-group.scss +1 -3
  281. package/scss/components/_dropdown.scss +39 -9
  282. package/scss/components/_formula.scss +30 -6
  283. package/scss/components/_modal.scss +18 -0
  284. package/scss/components/_panel.scss +45 -0
  285. package/scss/components/_picker-columns.scss +15 -5
  286. package/scss/components/_popup.scss +42 -15
  287. package/scss/components/_result-box.scss +31 -0
  288. package/scss/components/_timeline.scss +198 -0
  289. package/scss/components/form/_checks.scss +2 -0
  290. package/scss/components/form/_color.scss +2 -2
  291. package/scss/components/form/_date-range.scss +1 -1
  292. package/scss/components/form/_date.scss +46 -1
  293. package/scss/components/form/_form.scss +168 -0
  294. package/scss/components/form/_nested-select.scss +3 -0
  295. package/scss/components/form/_rating.scss +60 -21
  296. package/scss/components/form/_result-list.scss +2 -0
  297. package/scss/components/form/_select.scss +32 -3
  298. package/scss/components/form/_selection.scss +5 -4
  299. package/scss/components/form/_transfer.scss +3 -0
  300. package/scss/components/form/_tree-select.scss +1 -1
  301. package/scss/themes/_antd-variables.scss +42 -0
  302. package/scss/themes/_common.scss +3 -0
  303. package/scss/themes/_cxd-variables.scss +51 -2
  304. package/scss/themes/_dark-variables.scss +1 -0
  305. package/scss/themes/cxd.scss +0 -12
  306. package/sdk/ang-ie11.css +1278 -141
  307. package/sdk/ang.css +1296 -153
  308. package/sdk/antd-ie11.css +1278 -141
  309. package/sdk/antd.css +1331 -153
  310. package/sdk/charts.js +14 -14
  311. package/sdk/codemirror.js +7 -7
  312. package/sdk/color-picker.js +65 -65
  313. package/sdk/cropperjs.js +2 -2
  314. package/sdk/cxd-ie11.css +1258 -132
  315. package/sdk/cxd.css +1338 -168
  316. package/sdk/dark-ie11.css +1278 -141
  317. package/sdk/dark.css +1297 -153
  318. package/sdk/exceljs.js +1 -1
  319. package/sdk/locale/de-DE.js +17 -2
  320. package/sdk/markdown.js +69 -69
  321. package/sdk/papaparse.js +1 -1
  322. package/sdk/renderers/Form/CityDB.js +1 -1
  323. package/sdk/rest.js +18 -18
  324. package/sdk/rich-text.js +62 -62
  325. package/sdk/sdk-ie11.css +1258 -132
  326. package/sdk/sdk.css +1338 -168
  327. package/sdk/sdk.js +1242 -1218
  328. package/sdk/thirds/hls.js/hls.js +1 -1
  329. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  330. package/sdk/tinymce.js +57 -57
  331. package/src/Schema.ts +3 -0
  332. package/src/components/AssociatedSelection.tsx +5 -1
  333. package/src/components/Avatar.tsx +253 -0
  334. package/src/components/BaiduMapPicker.tsx +19 -14
  335. package/src/components/CalendarMobile.tsx +563 -0
  336. package/src/components/Card.tsx +2 -2
  337. package/src/components/Cascader.tsx +564 -0
  338. package/src/components/ChainedSelection.tsx +16 -3
  339. package/src/components/CityArea.tsx +315 -0
  340. package/src/components/Collapse.tsx +1 -1
  341. package/src/components/ColorPicker.tsx +41 -40
  342. package/src/components/DatePicker.tsx +54 -38
  343. package/src/components/DateRangePicker.tsx +83 -29
  344. package/src/components/GroupedSelection.tsx +14 -2
  345. package/src/components/MonthRangePicker.tsx +76 -30
  346. package/src/components/Overlay.tsx +1 -1
  347. package/src/components/Picker.tsx +55 -35
  348. package/src/components/PickerColumn.tsx +43 -36
  349. package/src/components/PickerContainer.tsx +13 -1
  350. package/src/components/PopOverContainer.tsx +31 -17
  351. package/src/components/PopUp.tsx +84 -57
  352. package/src/components/Rating.tsx +235 -47
  353. package/src/components/ResultBox.tsx +14 -2
  354. package/src/components/ResultList.tsx +36 -6
  355. package/src/components/Select.tsx +20 -23
  356. package/src/components/Selection.tsx +21 -3
  357. package/src/components/Steps.tsx +23 -10
  358. package/src/components/TableSelection.tsx +1 -44
  359. package/src/components/Tabs.tsx +65 -54
  360. package/src/components/TabsTransfer.tsx +78 -9
  361. package/src/components/TabsTransferPicker.tsx +25 -13
  362. package/src/components/Timeline.tsx +31 -0
  363. package/src/components/TimelineItem.tsx +107 -0
  364. package/src/components/Transfer.tsx +11 -8
  365. package/src/components/TransferDropDown.tsx +20 -12
  366. package/src/components/TransferPicker.tsx +25 -4
  367. package/src/components/TreeSelection.tsx +7 -1
  368. package/src/components/calendar/Calendar.tsx +101 -4
  369. package/src/components/calendar/DaysView.tsx +165 -33
  370. package/src/components/calendar/MonthsView.tsx +108 -1
  371. package/src/components/calendar/QuartersView.tsx +3 -2
  372. package/src/components/calendar/TimeView.tsx +104 -41
  373. package/src/components/calendar/YearsView.tsx +34 -17
  374. package/src/components/condition-builder/Field.tsx +1 -3
  375. package/src/components/condition-builder/Func.tsx +1 -1
  376. package/src/components/formula/Editor.tsx +16 -11
  377. package/src/components/formula/FuncList.tsx +3 -1
  378. package/src/components/formula/Picker.tsx +2 -1
  379. package/src/components/icons.tsx +4 -0
  380. package/src/components/index.tsx +2 -0
  381. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  382. package/src/components/virtual-list/index.tsx +4 -6
  383. package/src/factory.tsx +6 -0
  384. package/src/icons/star.svg +12 -0
  385. package/src/icons/tree-down.svg +5 -0
  386. package/src/index.tsx +1 -0
  387. package/src/locale/de-DE.ts +17 -2
  388. package/src/locale/en-US.ts +17 -2
  389. package/src/locale/zh-CN.ts +16 -1
  390. package/src/renderers/Avatar.tsx +83 -74
  391. package/src/renderers/CRUD.tsx +1 -3
  392. package/src/renderers/Card.tsx +10 -6
  393. package/src/renderers/Custom.tsx +6 -3
  394. package/src/renderers/DropDownButton.tsx +69 -35
  395. package/src/renderers/Each.tsx +4 -4
  396. package/src/renderers/Flex.tsx +3 -7
  397. package/src/renderers/Form/ChartRadios.tsx +2 -7
  398. package/src/renderers/Form/Checkboxes.tsx +1 -1
  399. package/src/renderers/Form/CityDB.ts +526 -2
  400. package/src/renderers/Form/DiffEditor.tsx +2 -3
  401. package/src/renderers/Form/InputCity.tsx +23 -3
  402. package/src/renderers/Form/InputColor.tsx +21 -2
  403. package/src/renderers/Form/InputDate.tsx +48 -20
  404. package/src/renderers/Form/InputDateRange.tsx +9 -2
  405. package/src/renderers/Form/InputFormula.tsx +9 -4
  406. package/src/renderers/Form/InputImage.tsx +9 -4
  407. package/src/renderers/Form/InputMonthRange.tsx +0 -1
  408. package/src/renderers/Form/InputQuarterRange.tsx +0 -1
  409. package/src/renderers/Form/InputRating.tsx +66 -3
  410. package/src/renderers/Form/InputYearRange.tsx +0 -1
  411. package/src/renderers/Form/Item.tsx +29 -8
  412. package/src/renderers/Form/NestedSelect.tsx +32 -4
  413. package/src/renderers/Form/Select.tsx +15 -3
  414. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  415. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  416. package/src/renderers/Form/Transfer.tsx +75 -24
  417. package/src/renderers/Form/TransferPicker.tsx +6 -38
  418. package/src/renderers/Form/TreeSelect.tsx +18 -16
  419. package/src/renderers/Form/index.tsx +2 -1
  420. package/src/renderers/IFrame.tsx +0 -2
  421. package/src/renderers/Json.tsx +5 -0
  422. package/src/renderers/Nav.tsx +4 -1
  423. package/src/renderers/Remark.tsx +68 -18
  424. package/src/renderers/Steps.tsx +11 -13
  425. package/src/renderers/Table/TableRow.tsx +3 -1
  426. package/src/renderers/Table/index.tsx +7 -1
  427. package/src/renderers/Tabs.tsx +6 -2
  428. package/src/renderers/Timeline.tsx +141 -0
  429. package/src/renderers/Video.tsx +4 -20
  430. package/src/schemaExtend.ts +22 -10
  431. package/src/store/combo.ts +1 -3
  432. package/src/store/formItem.ts +2 -2
  433. package/src/store/table.ts +2 -1
  434. package/src/utils/RootClose.ts +5 -1
  435. package/src/utils/helper.ts +6 -16
package/sdk/dark-ie11.css CHANGED
@@ -22277,6 +22277,7 @@ readers do not read off random characters that represent icons */
22277
22277
  width: 2.5rem;
22278
22278
  height: 2.5rem;
22279
22279
  line-height: 2.5rem;
22280
+ position: relative;
22280
22281
  display: inline-block;
22281
22282
  overflow: hidden;
22282
22283
  flex-shrink: 0;
@@ -22284,6 +22285,36 @@ readers do not read off random characters that represent icons */
22284
22285
  text-align: center;
22285
22286
  }
22286
22287
 
22288
+ .amis-scope .dark-Avatar i {
22289
+ font-size: 1rem;
22290
+ }
22291
+
22292
+ .amis-scope .dark-Avatar--lg {
22293
+ width: 3rem;
22294
+ height: 3rem;
22295
+ line-height: 3rem;
22296
+ }
22297
+
22298
+ .amis-scope .dark-Avatar--lg i {
22299
+ font-size: 1.25rem;
22300
+ }
22301
+
22302
+ .amis-scope .dark-Avatar--sm {
22303
+ width: 2rem;
22304
+ height: 2rem;
22305
+ line-height: 2rem;
22306
+ }
22307
+
22308
+ .amis-scope .dark-Avatar--sm i {
22309
+ font-size: 0.75rem;
22310
+ }
22311
+
22312
+ .amis-scope .dark-Avatar--text {
22313
+ position: absolute;
22314
+ left: 50%;
22315
+ transform-origin: 0 center;
22316
+ }
22317
+
22287
22318
  .amis-scope .dark-Avatar--square {
22288
22319
  border-radius: 0%;
22289
22320
  }
@@ -22292,15 +22323,9 @@ readers do not read off random characters that represent icons */
22292
22323
  border-radius: 10%;
22293
22324
  }
22294
22325
 
22295
- .amis-scope .dark-Avatar i {
22296
- font-size: 1rem;
22297
- }
22298
-
22299
22326
  .amis-scope .dark-Avatar img {
22300
- color: transparent;
22301
22327
  width: 100%;
22302
22328
  height: 100%;
22303
- object-fit: cover;
22304
22329
  }
22305
22330
 
22306
22331
  .amis-scope .dark-Avatar:hover img,
@@ -22719,6 +22744,23 @@ readers do not read off random characters that represent icons */
22719
22744
  overflow: auto;
22720
22745
  }
22721
22746
 
22747
+ /* 移动端样式调整 */
22748
+
22749
+ @media (max-width: 767px) {
22750
+ .amis-scope .dark-Modal .dark-Modal-footer {
22751
+ display: flex;
22752
+ }
22753
+
22754
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button {
22755
+ flex: 1;
22756
+ height: 2.75rem;
22757
+ }
22758
+
22759
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button:first-child {
22760
+ margin-left: 0;
22761
+ }
22762
+ }
22763
+
22722
22764
  .amis-scope .dark-Drawer {
22723
22765
  position: fixed;
22724
22766
  top: 0;
@@ -22764,7 +22806,7 @@ readers do not read off random characters that represent icons */
22764
22806
 
22765
22807
  .amis-scope .dark-Drawer-header {
22766
22808
  padding: 0.75rem;
22767
- background: #f9f9f9;
22809
+ background: #333538;
22768
22810
  border-bottom: 0.0625rem solid #dfe2e6;
22769
22811
  border-top-left-radius: 0;
22770
22812
  border-top-right-radius: 0;
@@ -23396,6 +23438,7 @@ readers do not read off random characters that represent icons */
23396
23438
 
23397
23439
  .amis-scope .dark-PopUp {
23398
23440
  width: 100%;
23441
+ height: 25rem;
23399
23442
  position: fixed;
23400
23443
  background: #333538;
23401
23444
  left: 0;
@@ -23450,27 +23493,51 @@ readers do not read off random characters that represent icons */
23450
23493
  height: 100%;
23451
23494
  box-sizing: border-box;
23452
23495
  background: #fff;
23453
- padding-top: 2.25rem;
23496
+ display: flex;
23497
+ flex-direction: column;
23454
23498
  }
23455
23499
 
23456
23500
  .amis-scope .dark-PopUp-closeWrap {
23457
- width: 100%;
23458
- position: absolute !important;
23459
- left: 0;
23460
- top: 0;
23501
+ position: relative;
23502
+ text-align: center;
23503
+ height: 3rem;
23504
+ line-height: 3rem;
23461
23505
  }
23462
23506
 
23463
- .amis-scope .dark-PopUp-close {
23464
- width: 2.125rem !important;
23465
- height: 2.125rem !important;
23466
- padding: 0.75rem;
23507
+ .amis-scope .dark-PopUp-closeWrap .dark-PopUp-close {
23508
+ position: absolute;
23509
+ z-index: 1;
23510
+ color: #4b5563;
23467
23511
  cursor: pointer;
23512
+ top: 0.9375rem;
23513
+ right: 0.9375rem;
23514
+ }
23515
+
23516
+ .amis-scope .dark-PopUp-toolbar {
23517
+ display: flex;
23518
+ align-items: center;
23519
+ justify-content: space-between;
23520
+ height: 3.75rem;
23521
+ }
23522
+
23523
+ .amis-scope .dark-PopUp-title {
23524
+ font-size: 0.875rem;
23525
+ }
23526
+
23527
+ .amis-scope .dark-PopUp-cancel {
23528
+ color: #666;
23529
+ margin-left: 0.5rem;
23530
+ }
23531
+
23532
+ .amis-scope .dark-PopUp-confirm {
23533
+ margin-right: 0.5rem;
23468
23534
  }
23469
23535
 
23470
23536
  .amis-scope .dark-PopUp-content {
23471
23537
  overflow-y: auto;
23472
23538
  height: 100%;
23473
23539
  display: flex;
23540
+ flex: 1;
23474
23541
  }
23475
23542
 
23476
23543
  .amis-scope .dark-PopUp > * {
@@ -23499,6 +23566,10 @@ readers do not read off random characters that represent icons */
23499
23566
  margin-top: -0.25rem;
23500
23567
  }
23501
23568
 
23569
+ .amis-scope .dark-PopUp-safearea {
23570
+ height: 1rem;
23571
+ }
23572
+
23502
23573
  .amis-scope .dark-PickerColumns {
23503
23574
  position: relative;
23504
23575
  background-color: white;
@@ -23508,7 +23579,11 @@ readers do not read off random characters that represent icons */
23508
23579
  font-size: 1rem;
23509
23580
  }
23510
23581
 
23511
- .amis-scope .dark-PickerColumns-toolbar {
23582
+ .amis-scope .dark-PickerColumns li:focus {
23583
+ outline: none;
23584
+ }
23585
+
23586
+ .amis-scope .dark-PickerColumns-header {
23512
23587
  display: flex;
23513
23588
  align-items: center;
23514
23589
  justify-content: space-between;
@@ -23518,16 +23593,16 @@ readers do not read off random characters that represent icons */
23518
23593
  .amis-scope .dark-PickerColumns-cancel,
23519
23594
  .amis-scope .dark-PickerColumns-confirm {
23520
23595
  height: 100%;
23521
- padding: 0 0.5rem;
23522
- font-size: 0.875rem;
23523
- background-color: transparent;
23596
+ padding: 0 1rem;
23597
+ font-size: 1rem;
23598
+ background-color: transparent !important;
23524
23599
  border: none;
23525
23600
  cursor: pointer;
23526
23601
  }
23527
23602
 
23528
23603
  .amis-scope .dark-PickerColumns-cancel:active,
23529
23604
  .amis-scope .dark-PickerColumns-confirm:active {
23530
- opacity: 0.7;
23605
+ background-color: none !important;
23531
23606
  }
23532
23607
 
23533
23608
  .amis-scope .dark-PickerColumns-cancel:hover,
@@ -23536,11 +23611,11 @@ readers do not read off random characters that represent icons */
23536
23611
  }
23537
23612
 
23538
23613
  .amis-scope .dark-PickerColumns-confirm {
23539
- color: white;
23614
+ color: #2468f2 !important;
23540
23615
  }
23541
23616
 
23542
23617
  .amis-scope .dark-PickerColumns-cancel {
23543
- color: white;
23618
+ color: #666 !important;
23544
23619
  }
23545
23620
 
23546
23621
  .amis-scope .dark-PickerColumns-title {
@@ -23549,6 +23624,7 @@ readers do not read off random characters that represent icons */
23549
23624
  font-size: 1rem;
23550
23625
  line-height: 1.5;
23551
23626
  text-align: center;
23627
+ color: #222;
23552
23628
  }
23553
23629
 
23554
23630
  .amis-scope .dark-PickerColumns-columns {
@@ -23627,6 +23703,11 @@ readers do not read off random characters that represent icons */
23627
23703
  opacity: 0.3;
23628
23704
  }
23629
23705
 
23706
+ .amis-scope .dark-PickerColumns-columnItemis-selected {
23707
+ font-size: 18px;
23708
+ color: --PickerColumns-title-color;
23709
+ }
23710
+
23630
23711
  @keyframes bounceIn {
23631
23712
  from, 20%, 40%, 60%, 80%, to {
23632
23713
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25517,6 +25598,50 @@ readers do not read off random characters that represent icons */
25517
25598
  display: none;
25518
25599
  }
25519
25600
 
25601
+ /* 移动端样式调整 */
25602
+
25603
+ @media (max-width: 767px) {
25604
+ .amis-scope .dark-Panel--form {
25605
+ border: none;
25606
+ box-shadow: none;
25607
+ margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
25608
+ }
25609
+
25610
+ .amis-scope .dark-Panel--form .dark-Panel-body {
25611
+ padding: 0 1rem 1rem;
25612
+ }
25613
+
25614
+ .amis-scope .dark-Panel--form > .dark-Panel-heading {
25615
+ background: none;
25616
+ border: none;
25617
+ border-radius: 0;
25618
+ }
25619
+
25620
+ .amis-scope .dark-Panel--form > .dark-Panel-heading .dark-Panel-title {
25621
+ padding-left: 0.75rem;
25622
+ border-left: 0.1875rem solid #0983ff;
25623
+ font-size: 1rem;
25624
+ }
25625
+
25626
+ .amis-scope .dark-Panel--form .dark-Panel-footerWrap {
25627
+ padding-bottom: 0.75rem;
25628
+ }
25629
+
25630
+ .amis-scope .dark-Panel--form .dark-Panel-footer {
25631
+ border-top: none;
25632
+ display: flex;
25633
+ padding: 0 0.75rem;
25634
+ }
25635
+
25636
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button {
25637
+ flex: 1;
25638
+ }
25639
+
25640
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button:first-child {
25641
+ margin-left: 0;
25642
+ }
25643
+ }
25644
+
25520
25645
  .amis-scope .dark-Service {
25521
25646
  position: relative;
25522
25647
  }
@@ -25780,19 +25905,28 @@ readers do not read off random characters that represent icons */
25780
25905
  }
25781
25906
 
25782
25907
  .amis-scope .dark-DropDown-menu {
25908
+ background: #333538;
25909
+ list-style: none;
25910
+ padding: 0.25rem 0;
25911
+ min-width: 10rem;
25912
+ text-align: left;
25913
+ border: none;
25914
+ user-select: none;
25915
+ }
25916
+
25917
+ .amis-scope .dark-DropDown-menu-root {
25783
25918
  position: absolute;
25784
25919
  z-index: 1000;
25785
25920
  top: 100%;
25786
25921
  left: 0;
25787
25922
  margin: 0.0625rem 0 0;
25788
- background: #333538;
25789
- list-style: none;
25790
- padding: 0.25rem 0;
25791
- border: 0.0625rem solid #656565;
25923
+ border: none;
25792
25924
  border-radius: 0.142rem;
25793
25925
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
25794
25926
  min-width: 10rem;
25795
- text-align: left;
25927
+ overflow-y: auto;
25928
+ overflow-x: hidden;
25929
+ max-height: 18.75rem;
25796
25930
  }
25797
25931
 
25798
25932
  .amis-scope .dark-DropDown--alignRight .dark-DropDown-menu {
@@ -25811,7 +25945,7 @@ readers do not read off random characters that represent icons */
25811
25945
  height: 2.125rem;
25812
25946
  vertical-align: middle;
25813
25947
  user-select: none;
25814
- color: #f3f1f1;
25948
+ color: #151a26;
25815
25949
  text-decoration: none;
25816
25950
  }
25817
25951
 
@@ -25837,7 +25971,7 @@ readers do not read off random characters that represent icons */
25837
25971
  .amis-scope .dark-DropDown-menuItem.is-disabled,
25838
25972
  .amis-scope .dark-DropDown-menu > li.is-disabled {
25839
25973
  cursor: not-allowed;
25840
- color: white;
25974
+ color: #b4b6ba;
25841
25975
  filter: grayscale(80%);
25842
25976
  }
25843
25977
 
@@ -25850,6 +25984,32 @@ readers do not read off random characters that represent icons */
25850
25984
  padding: 0;
25851
25985
  }
25852
25986
 
25987
+ .amis-scope .dark-DropDown-menuItem.dark-DropDown-groupTitle,
25988
+ .amis-scope .dark-DropDown-menu > li.dark-DropDown-groupTitle {
25989
+ height: inherit;
25990
+ font-size: 0.75rem;
25991
+ padding: 0.25rem 0.25rem;
25992
+ padding-left: 0.5rem;
25993
+ color: #848b99;
25994
+ flex-grow: 1;
25995
+ cursor: default;
25996
+ }
25997
+
25998
+ .amis-scope .dark-DropDown-menuItem.dark-DropDown-groupTitle:hover,
25999
+ .amis-scope .dark-DropDown-menu > li.dark-DropDown-groupTitle:hover {
26000
+ background: none;
26001
+ }
26002
+
26003
+ .amis-scope .dark-DropDown-menuItem.dark-DropDown-groupTitle span,
26004
+ .amis-scope .dark-DropDown-menu > li.dark-DropDown-groupTitle span {
26005
+ white-space: nowrap;
26006
+ }
26007
+
26008
+ .amis-scope .dark-DropDown-menuItem.dark-DropDown-groupTitle ~ .dark-DropDown-button,
26009
+ .amis-scope .dark-DropDown-menu > li.dark-DropDown-groupTitle ~ .dark-DropDown-button {
26010
+ padding-left: 1.25rem;
26011
+ }
26012
+
25853
26013
  .amis-scope .dark-DropDown-menu > li a {
25854
26014
  color: inherit;
25855
26015
  display: block;
@@ -25956,103 +26116,400 @@ readers do not read off random characters that represent icons */
25956
26116
  position: relative;
25957
26117
  }
25958
26118
 
25959
- .amis-scope .dark-Collapse {
25960
- border: none;
25961
- padding: 0;
25962
- line-height: 1.25rem;
26119
+ .amis-scope .dark-CalendarMobile {
26120
+ height: 100%;
26121
+ overflow: scroll;
25963
26122
  }
25964
26123
 
25965
- .amis-scope .dark-Collapse-header {
25966
- font-size: 0.875rem;
25967
- font-weight: 400;
25968
- color: #dbd6d6;
25969
- padding: 1.125rem 0 0.25rem 0;
25970
- margin: 0;
25971
- cursor: pointer;
25972
- background: transparent;
26124
+ .amis-scope .dark-CalendarMobile-pop {
26125
+ position: fixed;
26126
+ bottom: 0;
26127
+ left: 0;
26128
+ width: 100vw;
26129
+ height: 90vh;
26130
+ background: #fff;
26131
+ border-radius: 1rem 1rem 0 0;
26132
+ overflow: hidden;
26133
+ border-width: 0;
25973
26134
  }
25974
26135
 
25975
- .amis-scope .dark-Collapse-header-wrapper {
25976
- display: inline-flex;
25977
- flex-direction: row;
26136
+ .amis-scope .dark-CalendarMobile-wrap {
26137
+ display: flex;
26138
+ flex-direction: column;
26139
+ height: 100%;
25978
26140
  }
25979
26141
 
25980
- .amis-scope .dark-Collapse-header-tpl {
25981
- margin-right: 0.5rem;
26142
+ .amis-scope .dark-CalendarMobile-header {
26143
+ flex-shrink: 0;
26144
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
26145
+ position: relative;
25982
26146
  }
25983
26147
 
25984
- .amis-scope .dark-Collapse-header:hover {
25985
- background: transparent;
26148
+ .amis-scope .dark-CalendarMobile-header .subtitle-text {
26149
+ display: inline-block;
26150
+ width: 6.875rem;
26151
+ position: relative;
25986
26152
  }
25987
26153
 
25988
- .amis-scope .dark-Collapse-arrow {
25989
- display: inline-block;
25990
- width: 1rem;
25991
- text-align: center;
25992
- margin-right: 0.5rem;
26154
+ .amis-scope .dark-CalendarMobile-header .rdtPrev {
26155
+ width: 1.25rem;
26156
+ height: 2.75rem;
26157
+ display: block;
26158
+ position: absolute;
26159
+ top: 0;
26160
+ left: -1.25rem;
25993
26161
  }
25994
26162
 
25995
- .amis-scope .dark-Collapse-arrow:before {
25996
- content: "";
25997
- position: relative;
25998
- display: inline-block;
25999
- width: 0.375rem;
26000
- height: 0.375rem;
26001
- top: -0.125rem;
26002
- border-color: #f3f1f1;
26003
- border-style: solid;
26004
- border-width: 0.0625rem 0.0625rem 0 0;
26005
- transform: rotate(45deg);
26006
- transform-origin: 50% 50%;
26163
+ .amis-scope .dark-CalendarMobile-header .rdtNext {
26164
+ width: 1.25rem;
26165
+ height: 2.75rem;
26166
+ display: block;
26167
+ position: absolute;
26168
+ top: 0;
26169
+ right: -1.25rem;
26007
26170
  }
26008
26171
 
26009
- .amis-scope .dark-Collapse-icon-tranform {
26010
- display: inline-block;
26011
- width: 1rem;
26172
+ .amis-scope .dark-CalendarMobile-title,
26173
+ .amis-scope .dark-CalendarMobile-subtitle {
26174
+ height: 2.75rem;
26175
+ font-weight: 500;
26176
+ line-height: 2.75rem;
26012
26177
  text-align: center;
26013
- margin-right: 0.25rem;
26014
26178
  }
26015
26179
 
26016
- .amis-scope .dark-Collapse .dark-TplField {
26017
- display: inline-block;
26180
+ .amis-scope .dark-CalendarMobile-title {
26181
+ font-size: 1rem;
26018
26182
  }
26019
26183
 
26020
- .amis-scope .dark-Collapse.is-active .dark-Collapse-arrow:before {
26021
- transform: rotate(135deg);
26022
- transform-origin: 50% 30%;
26184
+ .amis-scope .dark-CalendarMobile-weekdays {
26185
+ display: flex;
26023
26186
  }
26024
26187
 
26025
- .amis-scope .dark-Collapse.is-active .dark-Collapse-icon-tranform {
26026
- transform: rotate(90deg);
26188
+ .amis-scope .dark-CalendarMobile-weekdays .weekday {
26189
+ flex: 1;
26190
+ line-height: 1.875rem;
26191
+ text-align: center;
26027
26192
  }
26028
26193
 
26029
- .amis-scope .dark-Collapse--disabled .dark-Collapse-header {
26030
- cursor: not-allowed;
26031
- user-select: none;
26032
- color: white;
26194
+ .amis-scope .dark-CalendarMobile-close {
26195
+ position: absolute;
26196
+ z-index: 1;
26197
+ color: #c8c9cc;
26198
+ font-size: 1rem;
26199
+ cursor: pointer;
26200
+ top: 0.6875rem;
26201
+ right: 1rem;
26033
26202
  }
26034
26203
 
26035
- .amis-scope .dark-Collapse--disabled .dark-Collapse-header:hover {
26036
- background-color: var(--Collapse-header-bg-disabled-color);
26204
+ .amis-scope .dark-CalendarMobile-body::-webkit-scrollbar {
26205
+ width: 0;
26037
26206
  }
26038
26207
 
26039
- .amis-scope .dark-Collapse--disabled .dark-Collapse-arrow:before {
26040
- border-color: white;
26208
+ .amis-scope .dark-CalendarMobile-body {
26209
+ flex: 1;
26210
+ overflow-y: scroll;
26041
26211
  }
26042
26212
 
26043
- .amis-scope .dark-Collapse--title-bottom .dark-Collapse-header {
26044
- text-align: center;
26045
- font-size: 0.875rem;
26046
- border-top: none;
26047
- border-bottom: 0.0625rem solid
26048
- #dfe2e6;
26213
+ .amis-scope .dark-CalendarMobile-body table {
26214
+ border-spacing: 0 0.25rem;
26049
26215
  }
26050
26216
 
26051
- .amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
26052
- border-top: none;
26217
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
26218
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
26219
+ background: transparent;
26220
+ color: #f3f1f1;
26221
+ text-shadow: none;
26053
26222
  }
26054
26223
 
26055
- .amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
26224
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
26225
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
26226
+ color: #999;
26227
+ }
26228
+
26229
+ .amis-scope .dark-CalendarMobile-body .rdtOldNone td.rdtOld {
26230
+ display: none;
26231
+ }
26232
+
26233
+ .amis-scope .dark-CalendarMobile-body .rdtPicker td {
26234
+ height: 3.5rem;
26235
+ position: relative;
26236
+ }
26237
+
26238
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
26239
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
26240
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
26241
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
26242
+ background: transparent;
26243
+ }
26244
+
26245
+ .amis-scope .dark-CalendarMobile-body .calendar-wrap {
26246
+ position: relative;
26247
+ width: 3.125rem;
26248
+ height: 100%;
26249
+ text-align: center;
26250
+ display: inline-flex;
26251
+ align-items: center;
26252
+ justify-content: center;
26253
+ border-radius: 0.25rem;
26254
+ }
26255
+
26256
+ .amis-scope .dark-CalendarMobile-embed .dark-CalendarMobile-body .calendar-wrap {
26257
+ width: auto;
26258
+ max-width: 3.125rem;
26259
+ }
26260
+
26261
+ .amis-scope .dark-CalendarMobile-footer {
26262
+ flex-shrink: 0;
26263
+ }
26264
+
26265
+ .amis-scope .dark-CalendarMobile-footer .date-range-confirm {
26266
+ height: 2.25rem;
26267
+ margin: 0.4375rem 0;
26268
+ border-radius: 0.285rem;
26269
+ display: block;
26270
+ }
26271
+
26272
+ .amis-scope .dark-CalendarMobile-footer .is-disabled {
26273
+ opacity: 0.5;
26274
+ color: #fff;
26275
+ background: #0983ff;
26276
+ border-color: #0983ff;
26277
+ filter: none;
26278
+ }
26279
+
26280
+ .amis-scope .dark-CalendarMobile-footer-toolbar {
26281
+ padding: 0 1rem;
26282
+ }
26283
+
26284
+ .amis-scope .dark-CalendarMobile-footer-ranges {
26285
+ background: #fff;
26286
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
26287
+ border-radius: 24px;
26288
+ overflow-x: auto;
26289
+ position: relative;
26290
+ height: 3rem;
26291
+ line-height: 3rem;
26292
+ }
26293
+
26294
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers {
26295
+ position: absolute;
26296
+ white-space: nowrap;
26297
+ }
26298
+
26299
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers .dark-DateRangePicker-ranger {
26300
+ margin: 0 1.5625rem;
26301
+ }
26302
+
26303
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
26304
+ padding: 0.5rem 0;
26305
+ }
26306
+
26307
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker {
26308
+ width: 100%;
26309
+ padding: 0;
26310
+ }
26311
+
26312
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtOld {
26313
+ visibility: hidden;
26314
+ }
26315
+
26316
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtNew {
26317
+ display: none;
26318
+ }
26319
+
26320
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtBetween {
26321
+ background: rgba(34, 150, 243, 0.1) !important;
26322
+ color: #0983ff;
26323
+ }
26324
+
26325
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
26326
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
26327
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
26328
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
26329
+ background: #2296f3 !important;
26330
+ color: #fff;
26331
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
26332
+ }
26333
+
26334
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
26335
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
26336
+ background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(34, 150, 243, 0.1) 51%, rgba(34, 150, 243, 0.1) 100%) !important;
26337
+ }
26338
+
26339
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
26340
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
26341
+ background: linear-gradient(to right, rgba(34, 150, 243, 0.1) 0%, rgba(34, 150, 243, 0.1) 50%, transparent 51%, transparent 100%) !important;
26342
+ }
26343
+
26344
+ .amis-scope .dark-CalendarMobile-calendar-header {
26345
+ height: 1.875rem;
26346
+ line-height: 1.875rem;
26347
+ text-align: center;
26348
+ }
26349
+
26350
+ .amis-scope .dark-CalendarMobile-range-text {
26351
+ position: absolute;
26352
+ right: 0;
26353
+ left: 0;
26354
+ bottom: 0;
26355
+ color: #fff;
26356
+ font-size: 0.75rem;
26357
+ white-space: nowrap;
26358
+ }
26359
+
26360
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
26361
+ position: relative;
26362
+ }
26363
+
26364
+ .amis-scope .dark-CalendarMobile-calendar-mark {
26365
+ position: absolute;
26366
+ top: 50%;
26367
+ left: 50%;
26368
+ z-index: 0;
26369
+ color: rgba(242, 243, 245, 0.8);
26370
+ font-size: 10rem;
26371
+ transform: translate(-50%, -50%);
26372
+ pointer-events: none;
26373
+ }
26374
+
26375
+ .amis-scope .dark-CalendarMobile-toast {
26376
+ position: fixed;
26377
+ top: 50%;
26378
+ left: 50%;
26379
+ transform: translate(-50%, -50%);
26380
+ width: 8.5rem;
26381
+ height: 2.25rem;
26382
+ background: rgba(0, 0, 0, 0.9);
26383
+ border-radius: 4px;
26384
+ color: #fff;
26385
+ display: flex;
26386
+ justify-content: center;
26387
+ align-items: center;
26388
+ }
26389
+
26390
+ .amis-scope .dark-CalendarMobile-time {
26391
+ height: 11.25rem;
26392
+ }
26393
+
26394
+ .amis-scope .dark-CalendarMobile-time-title {
26395
+ border: 0.0625rem solid #b4bbc5;
26396
+ border-left: none;
26397
+ border-right: none;
26398
+ text-align: center;
26399
+ height: 1.875rem;
26400
+ line-height: 1.875rem;
26401
+ }
26402
+
26403
+ .amis-scope .dark-CalendarMobile-time .rdtPicker {
26404
+ margin: 0 auto;
26405
+ }
26406
+
26407
+ .amis-scope .dark-CalendarMobile .dark-CalendarTime {
26408
+ height: 8.125rem;
26409
+ overflow: hidden;
26410
+ }
26411
+
26412
+ .amis-scope .dark-CalendarMobile .dark-PickerColumns-header {
26413
+ display: none;
26414
+ }
26415
+
26416
+ .amis-scope .dark-Collapse {
26417
+ border: none;
26418
+ padding: 0;
26419
+ line-height: 1.25rem;
26420
+ }
26421
+
26422
+ .amis-scope .dark-Collapse-header {
26423
+ font-size: 0.875rem;
26424
+ font-weight: 400;
26425
+ color: #dbd6d6;
26426
+ padding: 1.125rem 0 0.25rem 0;
26427
+ margin: 0;
26428
+ cursor: pointer;
26429
+ background: transparent;
26430
+ }
26431
+
26432
+ .amis-scope .dark-Collapse-header-wrapper {
26433
+ display: inline-flex;
26434
+ flex-direction: row;
26435
+ }
26436
+
26437
+ .amis-scope .dark-Collapse-header-tpl {
26438
+ margin-right: 0.5rem;
26439
+ }
26440
+
26441
+ .amis-scope .dark-Collapse-header:hover {
26442
+ background: transparent;
26443
+ }
26444
+
26445
+ .amis-scope .dark-Collapse-arrow {
26446
+ display: inline-block;
26447
+ width: 1rem;
26448
+ text-align: center;
26449
+ margin-right: 0.5rem;
26450
+ }
26451
+
26452
+ .amis-scope .dark-Collapse-arrow:before {
26453
+ content: "";
26454
+ position: relative;
26455
+ display: inline-block;
26456
+ width: 0.375rem;
26457
+ height: 0.375rem;
26458
+ top: -0.125rem;
26459
+ border-color: #f3f1f1;
26460
+ border-style: solid;
26461
+ border-width: 0.0625rem 0.0625rem 0 0;
26462
+ transform: rotate(45deg);
26463
+ transform-origin: 50% 50%;
26464
+ }
26465
+
26466
+ .amis-scope .dark-Collapse-icon-tranform {
26467
+ display: inline-block;
26468
+ width: 1rem;
26469
+ text-align: center;
26470
+ margin-right: 0.25rem;
26471
+ }
26472
+
26473
+ .amis-scope .dark-Collapse .dark-TplField {
26474
+ display: inline-block;
26475
+ }
26476
+
26477
+ .amis-scope .dark-Collapse.is-active .dark-Collapse-arrow:before {
26478
+ transform: rotate(135deg);
26479
+ transform-origin: 50% 30%;
26480
+ }
26481
+
26482
+ .amis-scope .dark-Collapse.is-active .dark-Collapse-icon-tranform {
26483
+ transform: rotate(90deg);
26484
+ }
26485
+
26486
+ .amis-scope .dark-Collapse--disabled .dark-Collapse-header {
26487
+ cursor: not-allowed;
26488
+ user-select: none;
26489
+ color: white;
26490
+ }
26491
+
26492
+ .amis-scope .dark-Collapse--disabled .dark-Collapse-header:hover {
26493
+ background-color: var(--Collapse-header-bg-disabled-color);
26494
+ }
26495
+
26496
+ .amis-scope .dark-Collapse--disabled .dark-Collapse-arrow:before {
26497
+ border-color: white;
26498
+ }
26499
+
26500
+ .amis-scope .dark-Collapse--title-bottom .dark-Collapse-header {
26501
+ text-align: center;
26502
+ font-size: 0.875rem;
26503
+ border-top: none;
26504
+ border-bottom: 0.0625rem solid
26505
+ #dfe2e6;
26506
+ }
26507
+
26508
+ .amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
26509
+ border-top: none;
26510
+ }
26511
+
26512
+ .amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
26056
26513
  top: -0.25rem;
26057
26514
  transform: rotate(135deg);
26058
26515
  }
@@ -28785,7 +29242,7 @@ readers do not read off random characters that represent icons */
28785
29242
  .amis-scope .dark-ColumnToggler-menuItem.is-disabled,
28786
29243
  .amis-scope .dark-ColumnToggler-menu > li.is-disabled {
28787
29244
  cursor: not-allowed;
28788
- color: white;
29245
+ color: #b4b6ba;
28789
29246
  filter: grayscale(80%);
28790
29247
  }
28791
29248
 
@@ -29743,7 +30200,7 @@ readers do not read off random characters that represent icons */
29743
30200
 
29744
30201
  .amis-scope .dark-Card-multiMedia-img {
29745
30202
  display: block;
29746
- width: 100%;
30203
+ width: auto;
29747
30204
  height: auto;
29748
30205
  object-fit: cover;
29749
30206
  border-radius: 0.142rem;
@@ -31238,29 +31695,59 @@ readers do not read off random characters that represent icons */
31238
31695
  min-height: 24px;
31239
31696
  }
31240
31697
 
31241
- .amis-scope .dark-SearchBox {
31242
- display: inline-flex;
31243
- flex-direction: row;
31244
- line-height: 1.4285714286;
31245
- font-size: 0.875rem;
31246
- flex-wrap: nowrap;
31247
- align-items: center;
31698
+ .amis-scope .dark-ResultBox.is-mobile {
31699
+ min-height: calc(1.4285714286 * 1rem);
31700
+ border: none;
31701
+ padding: 0;
31702
+ font-size: 1rem;
31703
+ border: none;
31248
31704
  justify-content: flex-end;
31249
- height: 30px;
31250
- width: 30px;
31251
- padding: 0 8px;
31252
- transition: all 0s ease-in-out;
31253
- border: 0.0625rem solid transparent;
31254
- border-radius: 0.142rem;
31255
- height: 30px;
31256
- }
31257
-
31258
- .amis-scope .dark-SearchBox:hover {
31259
- background: rgba(255, 255, 255, 0.6);
31260
31705
  }
31261
31706
 
31262
- .amis-scope .dark-SearchBox.is-active {
31263
- background: #3c3c3c;
31707
+ .amis-scope .dark-ResultBox.is-mobile .dark-ResultBox-arrow {
31708
+ margin-right: 0.25rem;
31709
+ width: 1rem;
31710
+ text-align: center;
31711
+ display: flex;
31712
+ align-items: center;
31713
+ justify-content: center;
31714
+ line-height: 1;
31715
+ margin-left: 4px;
31716
+ }
31717
+
31718
+ .amis-scope .dark-ResultBox.is-mobile .dark-ResultBox-arrow > svg {
31719
+ transition: transform 0s;
31720
+ display: inline-block;
31721
+ color: #4b5563;
31722
+ width: 10px;
31723
+ height: 10px;
31724
+ top: 0;
31725
+ transform: rotate(-90deg);
31726
+ }
31727
+
31728
+ .amis-scope .dark-SearchBox {
31729
+ display: inline-flex;
31730
+ flex-direction: row;
31731
+ line-height: 1.4285714286;
31732
+ font-size: 0.875rem;
31733
+ flex-wrap: nowrap;
31734
+ align-items: center;
31735
+ justify-content: flex-end;
31736
+ height: 30px;
31737
+ width: 30px;
31738
+ padding: 0 8px;
31739
+ transition: all 0s ease-in-out;
31740
+ border: 0.0625rem solid transparent;
31741
+ border-radius: 0.142rem;
31742
+ height: 30px;
31743
+ }
31744
+
31745
+ .amis-scope .dark-SearchBox:hover {
31746
+ background: rgba(255, 255, 255, 0.6);
31747
+ }
31748
+
31749
+ .amis-scope .dark-SearchBox.is-active {
31750
+ background: #3c3c3c;
31264
31751
  border: 0.0625rem solid #656565;
31265
31752
  width: 150px;
31266
31753
  }
@@ -32786,6 +33273,8 @@ readers do not read off random characters that represent icons */
32786
33273
  pointer-events: all;
32787
33274
  margin-left: 0.25rem;
32788
33275
  cursor: pointer;
33276
+ display: inline-block;
33277
+ vertical-align: middle;
32789
33278
  }
32790
33279
 
32791
33280
  .amis-scope .dark-Checkbox > i + span > a {
@@ -33027,7 +33516,6 @@ readers do not read off random characters that represent icons */
33027
33516
 
33028
33517
  .amis-scope .dark-Selection > .dark-Checkbox {
33029
33518
  display: block;
33030
- height: 1.875rem;
33031
33519
  line-height: 1.4285714286;
33032
33520
  font-size: 0.875rem;
33033
33521
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
@@ -33070,7 +33558,6 @@ readers do not read off random characters that represent icons */
33070
33558
 
33071
33559
  .amis-scope .dark-GroupedSelection-item {
33072
33560
  display: flex;
33073
- height: 1.875rem;
33074
33561
  line-height: 1.4285714286;
33075
33562
  font-size: 0.875rem;
33076
33563
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33201,7 +33688,6 @@ readers do not read off random characters that represent icons */
33201
33688
  .amis-scope .dark-TreeSelection-itemInner {
33202
33689
  display: flex;
33203
33690
  align-items: center;
33204
- height: 1.875rem;
33205
33691
  line-height: 1.4285714286;
33206
33692
  font-size: 0.875rem;
33207
33693
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33256,6 +33742,7 @@ readers do not read off random characters that represent icons */
33256
33742
  .amis-scope .dark-ChainedSelection {
33257
33743
  display: flex;
33258
33744
  flex-direction: row;
33745
+ min-height: 100%;
33259
33746
  }
33260
33747
 
33261
33748
  .amis-scope .dark-ChainedSelection-col {
@@ -33275,7 +33762,6 @@ readers do not read off random characters that represent icons */
33275
33762
 
33276
33763
  .amis-scope .dark-ChainedSelection-item {
33277
33764
  display: flex;
33278
- height: 1.875rem;
33279
33765
  line-height: 1.4285714286;
33280
33766
  font-size: 0.875rem;
33281
33767
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33395,6 +33881,38 @@ readers do not read off random characters that represent icons */
33395
33881
  display: inline-block;
33396
33882
  }
33397
33883
 
33884
+ .amis-scope .dark-CityArea-popup {
33885
+ height: 17.5rem;
33886
+ }
33887
+
33888
+ .amis-scope .dark-CityArea-Input {
33889
+ margin-top: 0.25rem;
33890
+ outline: none;
33891
+ vertical-align: top;
33892
+ border: 0.0625rem solid #656565;
33893
+ border-radius: 0.142rem;
33894
+ line-height: 1.4285714286;
33895
+ padding: calc(
33896
+ (
33897
+ 1.875rem - 1.4285714286 *
33898
+ 0.875rem - 0.125rem
33899
+ ) / 2
33900
+ ) 0.5rem;
33901
+ font-size: 0.875rem;
33902
+ display: inline-flex !important;
33903
+ }
33904
+
33905
+ .amis-scope .dark-CityArea-Input::placeholder {
33906
+ color: white;
33907
+ user-select: none;
33908
+ }
33909
+
33910
+ .amis-scope .dark-CityArea-Input:focus {
33911
+ border-color: #2296f3;
33912
+ box-shadow: none;
33913
+ background: #3c3c3c;
33914
+ }
33915
+
33398
33916
  .amis-scope .dark-Switch {
33399
33917
  cursor: pointer;
33400
33918
  position: relative;
@@ -33675,6 +34193,7 @@ readers do not read off random characters that represent icons */
33675
34193
  display: inline-flex;
33676
34194
  vertical-align: middle;
33677
34195
  text-align: left;
34196
+ align-items: center;
33678
34197
  outline: none;
33679
34198
  position: relative;
33680
34199
  font-size: 0.875rem;
@@ -33821,10 +34340,26 @@ readers do not read off random characters that represent icons */
33821
34340
  top: 0;
33822
34341
  }
33823
34342
 
33824
- .amis-scope .dark-Select.is-opened .dark-Select-arrow > svg {
34343
+ .amis-scope .dark-Select.is-opened:not(.is-mobile) .dark-Select-arrow > svg {
33825
34344
  transform: rotate(180deg);
33826
34345
  }
33827
34346
 
34347
+ .amis-scope .dark-Select.is-mobile {
34348
+ min-height: calc(1.4285714286 * 1rem);
34349
+ border: none;
34350
+ padding: 0;
34351
+ font-size: 1rem;
34352
+ }
34353
+
34354
+ .amis-scope .dark-Select.is-mobile .dark-Select-valueWrap {
34355
+ text-align: right;
34356
+ padding-right: 4px;
34357
+ }
34358
+
34359
+ .amis-scope .dark-Select.is-mobile .dark-Select-arrow > svg {
34360
+ transform: rotate(-90deg);
34361
+ }
34362
+
33828
34363
  .amis-scope .dark-Select-menu {
33829
34364
  max-height: 18.75rem;
33830
34365
  overflow: auto;
@@ -33835,6 +34370,15 @@ readers do not read off random characters that represent icons */
33835
34370
  margin-top: -0.1875rem;
33836
34371
  }
33837
34372
 
34373
+ .amis-scope .dark-Select-menu.is-mobile {
34374
+ width: 100%;
34375
+ text-align: center;
34376
+ }
34377
+
34378
+ .amis-scope .dark-Select-menu.is-mobile .dark-Select-option {
34379
+ line-height: 2.25rem;
34380
+ }
34381
+
33838
34382
  .amis-scope .dark-Select--longlist {
33839
34383
  overflow: hidden;
33840
34384
  max-height: max-content;
@@ -33936,8 +34480,8 @@ readers do not read off random characters that represent icons */
33936
34480
  margin-right: 0.25rem;
33937
34481
  }
33938
34482
 
33939
- .amis-scope .dark-Select.is-focused,
33940
- .amis-scope .dark-Select.is-opened {
34483
+ .amis-scope .dark-Select.is-focused:not(.is-mobile),
34484
+ .amis-scope .dark-Select.is-opened:not(.is-mobile) {
33941
34485
  border-color: #2296f3;
33942
34486
  color: #f3f1f1;
33943
34487
  }
@@ -33967,6 +34511,10 @@ readers do not read off random characters that represent icons */
33967
34511
  fill: #1f2329;
33968
34512
  }
33969
34513
 
34514
+ .amis-scope .dark-Select-popup {
34515
+ height: 20rem;
34516
+ }
34517
+
33970
34518
  .amis-scope .dark-Select-popover {
33971
34519
  margin-top: calc(0.0625rem * -1);
33972
34520
  background: #333538;
@@ -34046,6 +34594,7 @@ readers do not read off random characters that represent icons */
34046
34594
  height: 1.875rem;
34047
34595
  line-height: 1.4285714286;
34048
34596
  font-size: 0.875rem;
34597
+ align-items: center;
34049
34598
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
34050
34599
  }
34051
34600
 
@@ -34055,6 +34604,7 @@ readers do not read off random characters that represent icons */
34055
34604
  }
34056
34605
 
34057
34606
  .amis-scope .dark-Selections-item > .dark-Selections-dragbar {
34607
+ top: 0;
34058
34608
  width: 1.25rem;
34059
34609
  position: relative;
34060
34610
  left: calc(0.25rem * -1);
@@ -34378,7 +34928,7 @@ readers do not read off random characters that represent icons */
34378
34928
  }
34379
34929
 
34380
34930
  .amis-scope .dark-ColorPicker-popup {
34381
- height: 80vh;
34931
+ height: 25rem;
34382
34932
  }
34383
34933
 
34384
34934
  .amis-scope .dark-ColorPicker:not(.is-disabled) {
@@ -34646,7 +35196,50 @@ readers do not read off random characters that represent icons */
34646
35196
  }
34647
35197
 
34648
35198
  .amis-scope .dark-DatePicker-popup {
34649
- height: 80vh;
35199
+ height: 18.75rem;
35200
+ }
35201
+
35202
+ .amis-scope .dark-DatePicker.is-mobile {
35203
+ border: 0;
35204
+ justify-content: flex-end;
35205
+ }
35206
+
35207
+ .amis-scope .dark-DatePicker.is-mobile span:focus,
35208
+ .amis-scope .dark-DatePicker.is-mobile a:focus {
35209
+ outline: unset;
35210
+ }
35211
+
35212
+ .amis-scope .dark-DatePicker.is-mobile .dark-DatePicker-value,
35213
+ .amis-scope .dark-DatePicker.is-mobile .dark-DatePicker-clear {
35214
+ display: inline-flex;
35215
+ justify-content: flex-end;
35216
+ padding: 0 0;
35217
+ }
35218
+
35219
+ .amis-scope .dark-DatePicker.is-mobile .dark-DatePicker-value {
35220
+ margin-right: 0.25rem;
35221
+ }
35222
+
35223
+ .amis-scope .dark-DatePicker.is-mobile .dark-DatePicker-placeholder {
35224
+ flex-grow: unset;
35225
+ flex-basis: unset;
35226
+ }
35227
+
35228
+ .amis-scope .dark-DatePicker.is-mobile .dark-DatePicker-toggler {
35229
+ margin-top: -3px;
35230
+ }
35231
+
35232
+ .amis-scope .dark-DatePicker-popup.dark-DatePicker-mobile {
35233
+ color: red;
35234
+ }
35235
+
35236
+ .amis-scope .dark-DatePicker-popup.dark-DatePicker-mobile .rdt {
35237
+ width: 100%;
35238
+ }
35239
+
35240
+ .amis-scope .dark-DatePicker-popup.dark-DatePicker-mobile .rdt .rdtPicker {
35241
+ width: 100%;
35242
+ padding: unset;
34650
35243
  }
34651
35244
 
34652
35245
  .amis-scope .rdt {
@@ -35201,7 +35794,7 @@ readers do not read off random characters that represent icons */
35201
35794
  }
35202
35795
 
35203
35796
  .amis-scope .dark-DateRangePicker-popup {
35204
- height: 90vh;
35797
+ height: 25rem;
35205
35798
  }
35206
35799
 
35207
35800
  @media (min-width: 576px) {
@@ -36549,7 +37142,7 @@ readers do not read off random characters that represent icons */
36549
37142
  }
36550
37143
 
36551
37144
  .amis-scope .dark-TreeSelect-popup {
36552
- height: 80vh;
37145
+ height: 25rem;
36553
37146
  }
36554
37147
 
36555
37148
  .amis-scope .dark-TreeSelect-popover {
@@ -37410,25 +38003,52 @@ readers do not read off random characters that represent icons */
37410
38003
  }
37411
38004
 
37412
38005
  .amis-scope .dark-Rating {
38006
+ display: flex;
38007
+ position: relative;
38008
+ align-items: center;
38009
+ justify-content: flex-start;
38010
+ flex-flow: row wrap;
38011
+ }
38012
+
38013
+ .amis-scope .dark-Rating > ul {
38014
+ display: flex;
38015
+ padding: unset;
38016
+ margin: unset;
38017
+ align-items: center;
38018
+ justify-content: flex-start;
38019
+ flex-flow: row wrap;
38020
+ }
38021
+
38022
+ .amis-scope .dark-Rating-star {
37413
38023
  position: relative;
38024
+ margin-right: 0.5rem;
37414
38025
  overflow: hidden;
37415
38026
  display: block;
37416
- float: left;
37417
38027
  font-size: 1.5rem;
37418
- color: #1e1f22;
38028
+ line-height: 1;
37419
38029
  cursor: pointer;
38030
+ user-select: none;
38031
+ color: #e6e6e8;
37420
38032
  }
37421
38033
 
37422
- .amis-scope .dark-Rating.is-active {
37423
- color: #2296f3;
38034
+ .amis-scope .dark-Rating-star-half > svg.icon,
38035
+ .amis-scope .dark-Rating-star > svg.icon {
38036
+ display: block;
38037
+ width: 1.5rem;
38038
+ height: 1.5rem;
38039
+ top: 0;
38040
+ }
38041
+
38042
+ .amis-scope .dark-Rating-star:last-of-type {
38043
+ margin-right: 0;
37424
38044
  }
37425
38045
 
37426
- .amis-scope .dark-Rating.is-disabled {
38046
+ .amis-scope .dark-Rating-star.is-disabled {
37427
38047
  cursor: not-allowed;
37428
38048
  pointer-events: none;
37429
38049
  }
37430
38050
 
37431
- .amis-scope .dark-Rating-half:before {
38051
+ .amis-scope .dark-Rating-star-half {
37432
38052
  position: absolute;
37433
38053
  overflow: hidden;
37434
38054
  display: block;
@@ -37436,8 +38056,20 @@ readers do not read off random characters that represent icons */
37436
38056
  top: 0;
37437
38057
  left: 0;
37438
38058
  width: 50%;
37439
- content: attr(data-forhalf);
37440
- color: #2296f3;
38059
+ }
38060
+
38061
+ .amis-scope .dark-Rating-text {
38062
+ font-size: 0.75rem;
38063
+ color: #f3f1f1;
38064
+ font-weight: 400;
38065
+ }
38066
+
38067
+ .amis-scope .dark-Rating-text--left {
38068
+ margin-right: 0.5rem;
38069
+ }
38070
+
38071
+ .amis-scope .dark-Rating-text--right {
38072
+ margin-left: 0.5rem;
37441
38073
  }
37442
38074
 
37443
38075
  .amis-scope .dark-RatingControl {
@@ -37676,6 +38308,10 @@ readers do not read off random characters that represent icons */
37676
38308
  flex-direction: column;
37677
38309
  }
37678
38310
 
38311
+ .amis-scope .dark-TransferDropDown-content.is-mobile {
38312
+ width: 100%;
38313
+ }
38314
+
37679
38315
  .amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
37680
38316
  flex-grow: 1;
37681
38317
  max-height: 100%;
@@ -37777,6 +38413,125 @@ readers do not read off random characters that represent icons */
37777
38413
  border-bottom: 0.0625rem solid #eceff8;
37778
38414
  }
37779
38415
 
38416
+ .amis-scope .dark-NestedSelect-popup {
38417
+ height: 28.75rem;
38418
+ }
38419
+
38420
+ .amis-scope .dark-Cascader-tabs {
38421
+ display: flex;
38422
+ }
38423
+
38424
+ .amis-scope .dark-Cascader-tabs.scrollable {
38425
+ display: block;
38426
+ overflow-x: auto;
38427
+ white-space: nowrap;
38428
+ }
38429
+
38430
+ .amis-scope .dark-Cascader-tabs.scrollable::-webkit-scrollbar {
38431
+ display: none;
38432
+ }
38433
+
38434
+ .amis-scope .dark-Cascader-tab {
38435
+ flex: 1;
38436
+ width: calc((100vw - 20px) / 3);
38437
+ height: 23.125rem;
38438
+ overflow-y: auto;
38439
+ display: inline-block;
38440
+ }
38441
+
38442
+ .amis-scope .dark-Cascader-tab::-webkit-scrollbar {
38443
+ display: none;
38444
+ }
38445
+
38446
+ .amis-scope .dark-Cascader {
38447
+ width: 100%;
38448
+ padding: 0 10px;
38449
+ }
38450
+
38451
+ .amis-scope .dark-Cascader-Nav {
38452
+ overflow-x: auto;
38453
+ }
38454
+
38455
+ .amis-scope .dark-Cascader-NavItem {
38456
+ display: inline-block;
38457
+ margin-right: 0.625rem;
38458
+ list-style: none;
38459
+ cursor: pointer;
38460
+ user-select: none;
38461
+ padding: 0 0.375rem;
38462
+ }
38463
+
38464
+ .amis-scope .dark-Cascader-btnGroup {
38465
+ display: flex;
38466
+ justify-content: space-between;
38467
+ align-items: center;
38468
+ height: 3.75rem;
38469
+ }
38470
+
38471
+ .amis-scope .dark-Cascader-options {
38472
+ box-sizing: border-box;
38473
+ height: var(--Cascader-option-height);
38474
+ padding-top: 0.375rem;
38475
+ overflow-y: auto;
38476
+ -webkit-overflow-scrolling: touch;
38477
+ margin: 0;
38478
+ padding: 0;
38479
+ }
38480
+
38481
+ .amis-scope .dark-Cascader-option {
38482
+ display: flex;
38483
+ align-items: center;
38484
+ justify-content: space-between;
38485
+ padding: 0.375rem 0;
38486
+ font-size: 0.875rem;
38487
+ line-height: var(--Cascader-option-lineHeight);
38488
+ cursor: pointer;
38489
+ position: relative;
38490
+ }
38491
+
38492
+ .amis-scope .dark-Cascader-option.selected span {
38493
+ color: #0983ff;
38494
+ }
38495
+
38496
+ .amis-scope .dark-Cascader-option.disabled span {
38497
+ color: gray;
38498
+ }
38499
+
38500
+ .amis-scope .dark-Cascader-option--text {
38501
+ white-space: nowrap;
38502
+ overflow: hidden;
38503
+ text-overflow: ellipsis;
38504
+ user-select: none;
38505
+ }
38506
+
38507
+ .amis-scope .dark-Cascader-option-selectedNum {
38508
+ min-width: 1rem;
38509
+ height: 1rem;
38510
+ line-height: 1rem;
38511
+ border-radius: 100%;
38512
+ text-align: center;
38513
+ background: #2296f3;
38514
+ color: #fff !important;
38515
+ font-size: 0.75rem;
38516
+ display: inline-block;
38517
+ position: absolute;
38518
+ right: 0;
38519
+ top: 50%;
38520
+ transform: translateY(-50%);
38521
+ }
38522
+
38523
+ .amis-scope .dark-Cascader-icon {
38524
+ color: #0983ff;
38525
+ }
38526
+
38527
+ .amis-scope .dark-Cascader-tab {
38528
+ padding: 0;
38529
+ }
38530
+
38531
+ .amis-scope .dark-Cascader-btnCancel {
38532
+ color: #666;
38533
+ }
38534
+
37780
38535
  .amis-scope .dark-IconPickerControl {
37781
38536
  position: relative;
37782
38537
  max-width: 100%;
@@ -38500,6 +39255,176 @@ readers do not read off random characters that represent icons */
38500
39255
  width: 10%;
38501
39256
  }
38502
39257
 
39258
+ /* 移动端样式调整 */
39259
+
39260
+ @media (max-width: 767px) {
39261
+ .amis-scope .dark-Form .dark-Form-item {
39262
+ display: flex;
39263
+ flex-wrap: wrap;
39264
+ margin-bottom: 0;
39265
+ padding: 0.75rem 0;
39266
+ position: relative;
39267
+ }
39268
+
39269
+ .amis-scope .dark-Form .dark-Form-item::after {
39270
+ position: absolute;
39271
+ box-sizing: border-box;
39272
+ content: " ";
39273
+ pointer-events: none;
39274
+ right: 0;
39275
+ bottom: 0;
39276
+ left: 0;
39277
+ border-bottom: 0.0625rem solid #656565;
39278
+ transform: scaleY(0.5);
39279
+ }
39280
+
39281
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup-addOn,
39282
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-addOn {
39283
+ border: none;
39284
+ }
39285
+
39286
+ .amis-scope .dark-Form .dark-Form-item > .dark-Form-label {
39287
+ flex: 0 0 28%;
39288
+ max-width: 28%;
39289
+ min-height: 1px;
39290
+ text-align: left;
39291
+ padding-right: calc(1rem / 2);
39292
+ overflow-wrap: break-word;
39293
+ margin-right: 0;
39294
+ margin-bottom: 0;
39295
+ font-size: 1rem;
39296
+ }
39297
+
39298
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description {
39299
+ font-size: 0.875rem;
39300
+ }
39301
+
39302
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input {
39303
+ font-size: 1rem;
39304
+ }
39305
+
39306
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input input {
39307
+ height: calc(1.4285714286 * 1rem);
39308
+ }
39309
+
39310
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value,
39311
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control {
39312
+ flex: 1;
39313
+ flex-wrap: wrap;
39314
+ font-size: 1rem;
39315
+ }
39316
+
39317
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value.is-disabled > .dark-TextControl-input,
39318
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control.is-disabled > .dark-TextControl-input {
39319
+ background: transparent;
39320
+ }
39321
+
39322
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint,
39323
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-remark,
39324
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static,
39325
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item,
39326
+ .amis-scope .dark-Form .dark-Form-item .dark-SwitchControl,
39327
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxControl,
39328
+ .amis-scope .dark-Form .dark-Form-item .dark-RadiosControl,
39329
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxesControl {
39330
+ padding-top: 0;
39331
+ padding-bottom: 0;
39332
+ }
39333
+
39334
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--horizontal .dark-TextControl-input input {
39335
+ height: 1.875rem;
39336
+ }
39337
+
39338
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint {
39339
+ font-size: 0.875rem;
39340
+ margin-left: 0;
39341
+ color: white;
39342
+ }
39343
+
39344
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-placeholder {
39345
+ top: 0;
39346
+ }
39347
+
39348
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static {
39349
+ min-height: 0;
39350
+ }
39351
+
39352
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description,
39353
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-feedback {
39354
+ font-size: 0.875rem;
39355
+ }
39356
+
39357
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-Select,
39358
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-InputGroup-btn .dark-Button {
39359
+ border: none;
39360
+ }
39361
+
39362
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup > .dark-TextControl-input input {
39363
+ height: 1.875rem;
39364
+ }
39365
+
39366
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker {
39367
+ padding: 0;
39368
+ border: none;
39369
+ }
39370
+
39371
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker .dark-ColorPicker-arrow {
39372
+ display: none;
39373
+ }
39374
+
39375
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item .dark-Button {
39376
+ margin-bottom: 0.25rem;
39377
+ }
39378
+
39379
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea,
39380
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input,
39381
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input {
39382
+ border: none;
39383
+ padding: 0 0.5rem 0 0;
39384
+ box-shadow: none;
39385
+ }
39386
+
39387
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:hover,
39388
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:focus,
39389
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea.active,
39390
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:hover,
39391
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:focus,
39392
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input.active,
39393
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:hover,
39394
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:focus,
39395
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input.active {
39396
+ border: none;
39397
+ outline: none;
39398
+ outline-style: none;
39399
+ }
39400
+
39401
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input--multiple {
39402
+ padding: 0;
39403
+ min-height: 0;
39404
+ }
39405
+
39406
+ .amis-scope .dark-Form .dark-Form-groupColumn {
39407
+ margin-bottom: 0;
39408
+ }
39409
+
39410
+ .amis-scope .dark-Form .dark-Divider {
39411
+ display: none;
39412
+ }
39413
+
39414
+ .amis-scope .dark-Form .dark-Tabs-pane {
39415
+ padding: 0;
39416
+ }
39417
+
39418
+ .amis-scope .dark-Form > .dark-Form-item:last-child::after,
39419
+ .amis-scope .dark-Form > .dark-Form-item:last-of-type::after {
39420
+ display: none;
39421
+ }
39422
+
39423
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-groupColumn > .dark-Form-item {
39424
+ padding-bottom: 0.5rem;
39425
+ }
39426
+ }
39427
+
38503
39428
  .amis-scope .dark-AnchorNav {
38504
39429
  display: flex;
38505
39430
  height: 25rem;
@@ -38893,20 +39818,29 @@ readers do not read off random characters that represent icons */
38893
39818
  box-sizing: content-box;
38894
39819
  }
38895
39820
 
39821
+ .amis-scope .dark-FormulaEditor-content {
39822
+ border-radius: 0.142rem;
39823
+ border: 0.0625rem solid #656565;
39824
+ }
39825
+
38896
39826
  .amis-scope .dark-FormulaEditor-header {
38897
39827
  width: 100%;
38898
- height: 2.5rem;
38899
- line-height: 2.5rem;
38900
- padding-left: 0.625rem;
39828
+ height: 1.875rem;
39829
+ line-height: 1.875rem;
39830
+ padding: 0 0.625rem;
38901
39831
  box-sizing: border-box;
38902
- background: #f3f8fb;
39832
+ background: var(--Formula-header-bgColor);
39833
+ border-radius: 0.142rem 0.142rem 0 0;
39834
+ border-bottom: 0.0625rem solid #656565;
39835
+ font-weight: 500;
38903
39836
  }
38904
39837
 
38905
39838
  .amis-scope .dark-FormulaEditor-editor {
38906
39839
  min-height: 14.875rem;
38907
39840
  max-height: 20rem;
38908
39841
  height: auto;
38909
- border: 0.0625rem solid #656565;
39842
+ padding: 0.625rem;
39843
+ padding-right: 0;
38910
39844
  }
38911
39845
 
38912
39846
  .amis-scope .dark-FormulaEditor.is-error .dark-FormulaEditor-editor {
@@ -38992,7 +39926,7 @@ readers do not read off random characters that represent icons */
38992
39926
  }
38993
39927
 
38994
39928
  .amis-scope .dark-FormulaFuncList-funcItem.is-active {
38995
- color: #0983ff;
39929
+ background: var(--Formula-funcItem-bgColor-onActive);
38996
39930
  }
38997
39931
 
38998
39932
  .amis-scope .dark-FormulaFuncList-groupTitle {
@@ -39008,8 +39942,211 @@ readers do not read off random characters that represent icons */
39008
39942
  padding: 10px 20px;
39009
39943
  }
39010
39944
 
39945
+ .amis-scope .dark-FormulaFuncList-funcDetail pre {
39946
+ white-space: pre-wrap;
39947
+ word-wrap: break-word;
39948
+ background: var(--Formula-header-bgColor);
39949
+ padding: 0.625rem;
39950
+ border-radius: 0.142rem;
39951
+ margin-top: 0;
39952
+ }
39953
+
39954
+ .amis-scope .dark-FormulaFuncList-funcDetail div {
39955
+ color: #dbd6d6;
39956
+ }
39957
+
39011
39958
  .amis-scope .dark-FormulaPicker-icon {
39012
39959
  margin-left: auto;
39960
+ margin-right: 0.3125rem;
39961
+ }
39962
+
39963
+ .amis-scope .dark-Timeline-vertical {
39964
+ display: flex;
39965
+ flex-flow: column;
39966
+ }
39967
+
39968
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem {
39969
+ display: flex;
39970
+ flex: 1;
39971
+ flex-direction: row;
39972
+ }
39973
+
39974
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
39975
+ display: none;
39976
+ }
39977
+
39978
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle {
39979
+ position: relative;
39980
+ flex: var(--TimelineItem--axle-flex);
39981
+ }
39982
+
39983
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-line {
39984
+ position: absolute;
39985
+ height: calc(100% - var(--TimelineItem--left-line-top));
39986
+ width: var(--TimelineItem--left-line-width);
39987
+ left: var(--TimelineItem--left-line-left);
39988
+ top: var(--TimelineItem--left-line-top);
39989
+ background-color: var(--TimelineItem--line-bg);
39990
+ }
39991
+
39992
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round {
39993
+ position: absolute;
39994
+ width: var(--TimelineItem--round-width);
39995
+ height: var(--TimelineItem--round-height);
39996
+ left: var(--TimelineItem--round-left);
39997
+ top: var(--TimelineItem--round-top);
39998
+ background: var(--TimelineItem-round-bg);
39999
+ border-radius: var(--TimelineItem--round-radius);
40000
+ }
40001
+
40002
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40003
+ background: var(--Timeline--danger-bg);
40004
+ }
40005
+
40006
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40007
+ background: var(--Timeline--info-bg);
40008
+ }
40009
+
40010
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40011
+ background: var(--Timeline--success-bg);
40012
+ }
40013
+
40014
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40015
+ background: var(--Timeline--warning-bg);
40016
+ }
40017
+
40018
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-icon {
40019
+ position: absolute;
40020
+ width: var(--TimelineItem--icon-width);
40021
+ height: var(--TimelineItem--icon-height);
40022
+ left: var(--TimelineItem--icon-left);
40023
+ border-radius: var(--TimelineItem--icon-radius);
40024
+ }
40025
+
40026
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content {
40027
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
40028
+ margin-left: var(--TimelineItem--content-margin-left);
40029
+ }
40030
+
40031
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-time {
40032
+ color: var(--TimelineItem--text-secondary-color);
40033
+ font-size: var(--Timeline--font-size);
40034
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
40035
+ }
40036
+
40037
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-title {
40038
+ color: var(--TimelineItem--text-primary-color);
40039
+ font-size: var(--Timeline--font-size);
40040
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
40041
+ }
40042
+
40043
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-button {
40044
+ display: flex;
40045
+ cursor: pointer;
40046
+ align-items: center;
40047
+ font-size: var(--Timeline--font-size);
40048
+ color: var(--TimelineItem--detail-button-color);
40049
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
40050
+ }
40051
+
40052
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow {
40053
+ width: var(--TimelineItem-detail-arrow-width);
40054
+ height: var(--TimelineItem-detail-arrow-width);
40055
+ }
40056
+
40057
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow-top {
40058
+ transform: rotateX(180deg);
40059
+ }
40060
+
40061
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-visible {
40062
+ display: block;
40063
+ max-width: var(--TimelineItem-detail-visible-max-width);
40064
+ font-size: var(--Timeline--font-size);
40065
+ padding: var(--TimelineItem-detail-visible-padding);
40066
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
40067
+ }
40068
+
40069
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-invisible {
40070
+ display: none;
40071
+ }
40072
+
40073
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-left .dark-TimelineItem {
40074
+ flex-direction: row-reverse;
40075
+ }
40076
+
40077
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(odd) {
40078
+ flex-direction: row-reverse;
40079
+ max-width: 50%;
40080
+ }
40081
+
40082
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(even) {
40083
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
40084
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
40085
+ }
40086
+
40087
+ .amis-scope .dark-Timeline-horizontal {
40088
+ display: flex;
40089
+ flex-flow: row;
40090
+ margin-left: 50%;
40091
+ transform: translateX(-50%);
40092
+ }
40093
+
40094
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem {
40095
+ display: flex;
40096
+ width: -webkit-fill-available;
40097
+ flex-flow: column;
40098
+ }
40099
+
40100
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
40101
+ display: none;
40102
+ }
40103
+
40104
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle {
40105
+ position: relative;
40106
+ flex: var(--TimelineItem--axle-flex);
40107
+ }
40108
+
40109
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-line {
40110
+ position: absolute;
40111
+ height: var(--TimelineItem--left-line-width);
40112
+ width: calc(100% - var(--TimelineItem--left-line-left));
40113
+ left: var(--TimelineItem--left-line-top);
40114
+ top: var(--TimelineItem--left-line-left);
40115
+ background-color: var(--TimelineItem--line-bg);
40116
+ }
40117
+
40118
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round {
40119
+ position: absolute;
40120
+ width: var(--TimelineItem--round-width);
40121
+ height: var(--TimelineItem--round-height);
40122
+ left: var(--TimelineItem--round-top);
40123
+ top: var(--TimelineItem--round-left);
40124
+ background: var(--TimelineItem-round-bg);
40125
+ border-radius: var(--TimelineItem--round-radius);
40126
+ }
40127
+
40128
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40129
+ background: var(--Timeline--danger-bg);
40130
+ }
40131
+
40132
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40133
+ background: var(--Timeline--info-bg);
40134
+ }
40135
+
40136
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40137
+ background: var(--Timeline--success-bg);
40138
+ }
40139
+
40140
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40141
+ background: var(--Timeline--warning-bg);
40142
+ }
40143
+
40144
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-icon {
40145
+ position: absolute;
40146
+ width: var(--TimelineItem--icon-width);
40147
+ height: var(--TimelineItem--icon-height);
40148
+ left: var(--TimelineItem--icon-left);
40149
+ border-radius: var(--TimelineItem--icon-radius);
39013
40150
  }
39014
40151
 
39015
40152
  /*