amis 1.5.7 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (533) hide show
  1. package/.husky/pre-commit +1 -1
  2. package/README.md +1 -0
  3. package/lib/RootRenderer.d.ts +2 -0
  4. package/lib/RootRenderer.js +19 -1
  5. package/lib/RootRenderer.js.map +2 -2
  6. package/lib/Schema.d.ts +3 -2
  7. package/lib/Schema.js.map +1 -1
  8. package/lib/SchemaRenderer.js +52 -1
  9. package/lib/SchemaRenderer.js.map +2 -2
  10. package/lib/Scoped.d.ts +2 -0
  11. package/lib/Scoped.js +27 -1
  12. package/lib/Scoped.js.map +2 -2
  13. package/lib/actions/Action.d.ts +33 -0
  14. package/lib/actions/Action.js +100 -0
  15. package/lib/actions/Action.js.map +13 -0
  16. package/lib/actions/AjaxAction.d.ts +14 -0
  17. package/lib/actions/AjaxAction.js +68 -0
  18. package/lib/actions/AjaxAction.js.map +13 -0
  19. package/lib/actions/BreakAction.d.ts +12 -0
  20. package/lib/actions/BreakAction.js +28 -0
  21. package/lib/actions/BreakAction.js.map +13 -0
  22. package/lib/actions/BroadcastAction.d.ts +12 -0
  23. package/lib/actions/BroadcastAction.js +40 -0
  24. package/lib/actions/BroadcastAction.js.map +13 -0
  25. package/lib/actions/CmptAction.d.ts +12 -0
  26. package/lib/actions/CmptAction.js +40 -0
  27. package/lib/actions/CmptAction.js.map +13 -0
  28. package/lib/actions/ContinueAction.d.ts +12 -0
  29. package/lib/actions/ContinueAction.js +28 -0
  30. package/lib/actions/ContinueAction.js.map +13 -0
  31. package/lib/actions/CopyAction.d.ts +12 -0
  32. package/lib/actions/CopyAction.js +35 -0
  33. package/lib/actions/CopyAction.js.map +13 -0
  34. package/lib/actions/CustomAction.d.ts +12 -0
  35. package/lib/actions/CustomAction.js +43 -0
  36. package/lib/actions/CustomAction.js.map +13 -0
  37. package/lib/actions/DialogAction.d.ts +12 -0
  38. package/lib/actions/DialogAction.js +31 -0
  39. package/lib/actions/DialogAction.js.map +13 -0
  40. package/lib/actions/DrawerAction.d.ts +12 -0
  41. package/lib/actions/DrawerAction.js +31 -0
  42. package/lib/actions/DrawerAction.js.map +13 -0
  43. package/lib/actions/EmailAction.d.ts +12 -0
  44. package/lib/actions/EmailAction.js +37 -0
  45. package/lib/actions/EmailAction.js.map +13 -0
  46. package/lib/actions/LoopAction.d.ts +12 -0
  47. package/lib/actions/LoopAction.js +93 -0
  48. package/lib/actions/LoopAction.js.map +13 -0
  49. package/lib/actions/OpenPageAction.d.ts +12 -0
  50. package/lib/actions/OpenPageAction.js +33 -0
  51. package/lib/actions/OpenPageAction.js.map +13 -0
  52. package/lib/actions/ParallelAction.d.ts +5 -0
  53. package/lib/actions/ParallelAction.js +33 -0
  54. package/lib/actions/ParallelAction.js.map +13 -0
  55. package/lib/actions/SwitchAction.d.ts +8 -0
  56. package/lib/actions/SwitchAction.js +45 -0
  57. package/lib/actions/SwitchAction.js.map +13 -0
  58. package/lib/actions/index.d.ts +18 -0
  59. package/lib/actions/index.js +22 -0
  60. package/lib/actions/index.js.map +13 -0
  61. package/lib/components/AnchorNav.d.ts +20 -20
  62. package/lib/components/AssociatedSelection.d.ts +84 -84
  63. package/lib/components/AssociatedSelection.js +2 -2
  64. package/lib/components/AssociatedSelection.js.map +2 -2
  65. package/lib/components/Avatar.d.ts +135 -0
  66. package/lib/components/Avatar.js +120 -0
  67. package/lib/components/Avatar.js.map +13 -0
  68. package/lib/components/BaiduMapPicker.js.map +2 -2
  69. package/lib/components/Button.d.ts +20 -20
  70. package/lib/components/CalendarMobile.d.ts +573 -0
  71. package/lib/components/CalendarMobile.js +486 -0
  72. package/lib/components/CalendarMobile.js.map +13 -0
  73. package/lib/components/Cascader.d.ts +123 -0
  74. package/lib/components/Cascader.js +487 -0
  75. package/lib/components/Cascader.js.map +13 -0
  76. package/lib/components/ChainedSelection.d.ts +84 -84
  77. package/lib/components/ChainedSelection.js +15 -3
  78. package/lib/components/ChainedSelection.js.map +2 -2
  79. package/lib/components/CityArea.d.ts +527 -0
  80. package/lib/components/CityArea.js +177 -0
  81. package/lib/components/CityArea.js.map +13 -0
  82. package/lib/components/Collapse.d.ts +20 -20
  83. package/lib/components/ColorPicker.d.ts +84 -84
  84. package/lib/components/ColorPicker.js +4 -3
  85. package/lib/components/ColorPicker.js.map +2 -2
  86. package/lib/components/DatePicker.d.ts +85 -84
  87. package/lib/components/DatePicker.js +21 -8
  88. package/lib/components/DatePicker.js.map +2 -2
  89. package/lib/components/DateRangePicker.d.ts +85 -84
  90. package/lib/components/DateRangePicker.js +19 -6
  91. package/lib/components/DateRangePicker.js.map +2 -2
  92. package/lib/components/GroupedSelection.d.ts +84 -84
  93. package/lib/components/GroupedSelection.js +14 -2
  94. package/lib/components/GroupedSelection.js.map +2 -2
  95. package/lib/components/InputBox.d.ts +21 -21
  96. package/lib/components/ListGroup.d.ts +21 -21
  97. package/lib/components/ListMenu.d.ts +84 -84
  98. package/lib/components/MonthRangePicker.d.ts +85 -84
  99. package/lib/components/MonthRangePicker.js +18 -7
  100. package/lib/components/MonthRangePicker.js.map +2 -2
  101. package/lib/components/Overlay.d.ts +1 -1
  102. package/lib/components/Overlay.js.map +1 -1
  103. package/lib/components/Picker.d.ts +1 -0
  104. package/lib/components/Picker.js +16 -7
  105. package/lib/components/Picker.js.map +2 -2
  106. package/lib/components/PickerColumn.d.ts +1 -0
  107. package/lib/components/PickerColumn.js +21 -18
  108. package/lib/components/PickerColumn.js.map +2 -2
  109. package/lib/components/PickerContainer.d.ts +3 -0
  110. package/lib/components/PickerContainer.js +12 -5
  111. package/lib/components/PickerContainer.js.map +2 -2
  112. package/lib/components/PopOverContainer.d.ts +1 -0
  113. package/lib/components/PopOverContainer.js +5 -3
  114. package/lib/components/PopOverContainer.js.map +2 -2
  115. package/lib/components/PopUp.d.ts +1041 -28
  116. package/lib/components/PopUp.js +32 -8
  117. package/lib/components/PopUp.js.map +2 -2
  118. package/lib/components/Radios.d.ts +21 -21
  119. package/lib/components/Rating.d.ts +21 -21
  120. package/lib/components/ResultBox.d.ts +85 -84
  121. package/lib/components/ResultBox.js +9 -4
  122. package/lib/components/ResultBox.js.map +2 -2
  123. package/lib/components/ResultList.d.ts +9 -2
  124. package/lib/components/ResultList.js +22 -2
  125. package/lib/components/ResultList.js.map +2 -2
  126. package/lib/components/Select.d.ts +238 -238
  127. package/lib/components/Select.js +13 -9
  128. package/lib/components/Select.js.map +2 -2
  129. package/lib/components/Selection.d.ts +94 -86
  130. package/lib/components/Selection.js +11 -2
  131. package/lib/components/Selection.js.map +2 -2
  132. package/lib/components/Steps.js.map +2 -2
  133. package/lib/components/TableSelection.d.ts +85 -85
  134. package/lib/components/TableSelection.js +1 -9
  135. package/lib/components/TableSelection.js.map +2 -2
  136. package/lib/components/Tabs.js +31 -33
  137. package/lib/components/Tabs.js.map +2 -2
  138. package/lib/components/TabsTransfer.d.ts +87 -256
  139. package/lib/components/TabsTransfer.js +52 -9
  140. package/lib/components/TabsTransfer.js.map +2 -2
  141. package/lib/components/TabsTransferPicker.d.ts +1 -1
  142. package/lib/components/TabsTransferPicker.js +20 -18
  143. package/lib/components/TabsTransferPicker.js.map +2 -2
  144. package/lib/components/Timeline.d.ts +69 -0
  145. package/lib/components/Timeline.js +16 -0
  146. package/lib/components/Timeline.js.map +13 -0
  147. package/lib/components/TimelineItem.d.ts +517 -0
  148. package/lib/components/TimelineItem.js +40 -0
  149. package/lib/components/TimelineItem.js.map +13 -0
  150. package/lib/components/Transfer.d.ts +100 -98
  151. package/lib/components/Transfer.js +2 -3
  152. package/lib/components/Transfer.js.map +2 -2
  153. package/lib/components/TransferDropDown.d.ts +85 -84
  154. package/lib/components/TransferDropDown.js +9 -10
  155. package/lib/components/TransferDropDown.js.map +2 -2
  156. package/lib/components/TransferPicker.d.ts +1 -0
  157. package/lib/components/TransferPicker.js +19 -4
  158. package/lib/components/TransferPicker.js.map +2 -2
  159. package/lib/components/Tree.d.ts +84 -84
  160. package/lib/components/TreeSelection.d.ts +85 -85
  161. package/lib/components/TreeSelection.js +7 -1
  162. package/lib/components/TreeSelection.js.map +2 -2
  163. package/lib/components/calendar/Calendar.d.ts +19 -0
  164. package/lib/components/calendar/Calendar.js +71 -1
  165. package/lib/components/calendar/Calendar.js.map +2 -2
  166. package/lib/components/calendar/DaysView.d.ts +21 -0
  167. package/lib/components/calendar/DaysView.js +76 -17
  168. package/lib/components/calendar/DaysView.js.map +2 -2
  169. package/lib/components/calendar/MonthsView.d.ts +34 -0
  170. package/lib/components/calendar/MonthsView.js +68 -3
  171. package/lib/components/calendar/MonthsView.js.map +2 -2
  172. package/lib/components/calendar/QuartersView.d.ts +1 -0
  173. package/lib/components/calendar/QuartersView.js +2 -2
  174. package/lib/components/calendar/QuartersView.js.map +2 -2
  175. package/lib/components/calendar/TimeView.d.ts +30 -18
  176. package/lib/components/calendar/TimeView.js +47 -8
  177. package/lib/components/calendar/TimeView.js.map +2 -2
  178. package/lib/components/calendar/YearsView.d.ts +6 -0
  179. package/lib/components/calendar/YearsView.js +21 -10
  180. package/lib/components/calendar/YearsView.js.map +2 -2
  181. package/lib/components/condition-builder/Field.js +1 -4
  182. package/lib/components/condition-builder/Field.js.map +2 -2
  183. package/lib/components/condition-builder/Func.js +1 -1
  184. package/lib/components/condition-builder/Func.js.map +2 -2
  185. package/lib/components/formula/Editor.d.ts +3 -0
  186. package/lib/components/formula/Editor.js +3 -2
  187. package/lib/components/formula/Editor.js.map +2 -2
  188. package/lib/components/formula/FuncList.js +2 -1
  189. package/lib/components/formula/FuncList.js.map +2 -2
  190. package/lib/components/formula/Picker.js +1 -1
  191. package/lib/components/formula/Picker.js.map +2 -2
  192. package/lib/components/formula/plugin.js +0 -1
  193. package/lib/components/formula/plugin.js.map +2 -2
  194. package/lib/components/icons.js +2 -0
  195. package/lib/components/icons.js.map +2 -2
  196. package/lib/components/index.d.ts +2 -1
  197. package/lib/components/index.js +4 -2
  198. package/lib/components/index.js.map +2 -2
  199. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  200. package/lib/components/virtual-list/index.js +1 -2
  201. package/lib/components/virtual-list/index.js.map +2 -2
  202. package/lib/env.d.ts +4 -0
  203. package/lib/env.js.map +2 -2
  204. package/lib/factory.d.ts +2 -1
  205. package/lib/factory.js +83 -0
  206. package/lib/factory.js.map +2 -2
  207. package/lib/helper.css.map +1 -1
  208. package/lib/icons/tree-down.js +7 -0
  209. package/lib/index.d.ts +3 -0
  210. package/lib/index.js +4 -1
  211. package/lib/index.js.map +2 -2
  212. package/lib/locale/de-DE.js +17 -2
  213. package/lib/locale/de-DE.js.map +2 -2
  214. package/lib/locale/en-US.js +17 -2
  215. package/lib/locale/en-US.js.map +2 -2
  216. package/lib/locale/zh-CN.js +16 -1
  217. package/lib/locale/zh-CN.js.map +2 -2
  218. package/lib/renderers/Action.d.ts +1 -1
  219. package/lib/renderers/Action.js +26 -10
  220. package/lib/renderers/Action.js.map +2 -2
  221. package/lib/renderers/Avatar.d.ts +35 -26
  222. package/lib/renderers/Avatar.js +14 -19
  223. package/lib/renderers/Avatar.js.map +2 -2
  224. package/lib/renderers/Card.js +6 -5
  225. package/lib/renderers/Card.js.map +2 -2
  226. package/lib/renderers/Custom.d.ts +1 -1
  227. package/lib/renderers/Custom.js +1 -1
  228. package/lib/renderers/Custom.js.map +2 -2
  229. package/lib/renderers/DropDownButton.d.ts +11 -2
  230. package/lib/renderers/DropDownButton.js +30 -12
  231. package/lib/renderers/DropDownButton.js.map +2 -2
  232. package/lib/renderers/Each.js +5 -2
  233. package/lib/renderers/Each.js.map +2 -2
  234. package/lib/renderers/Flex.js +1 -5
  235. package/lib/renderers/Flex.js.map +2 -2
  236. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  237. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  238. package/lib/renderers/Form/CityDB.js +526 -2
  239. package/lib/renderers/Form/CityDB.js.map +2 -2
  240. package/lib/renderers/Form/DiffEditor.d.ts +6 -0
  241. package/lib/renderers/Form/DiffEditor.js +2 -1
  242. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  243. package/lib/renderers/Form/Editor.d.ts +6 -0
  244. package/lib/renderers/Form/InputCity.d.ts +85 -84
  245. package/lib/renderers/Form/InputCity.js +4 -2
  246. package/lib/renderers/Form/InputCity.js.map +2 -2
  247. package/lib/renderers/Form/InputColor.d.ts +84 -84
  248. package/lib/renderers/Form/InputColor.js +6 -2
  249. package/lib/renderers/Form/InputColor.js.map +2 -2
  250. package/lib/renderers/Form/InputDate.js +10 -5
  251. package/lib/renderers/Form/InputDate.js.map +2 -2
  252. package/lib/renderers/Form/InputDateRange.js +6 -2
  253. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  254. package/lib/renderers/Form/InputFormula.d.ts +4 -1
  255. package/lib/renderers/Form/InputFormula.js +2 -2
  256. package/lib/renderers/Form/InputFormula.js.map +2 -2
  257. package/lib/renderers/Form/InputImage.d.ts +1 -0
  258. package/lib/renderers/Form/InputImage.js +8 -4
  259. package/lib/renderers/Form/InputImage.js.map +2 -2
  260. package/lib/renderers/Form/InputMonthRange.js +1 -1
  261. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  262. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  263. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  264. package/lib/renderers/Form/InputRichText.d.ts +4 -0
  265. package/lib/renderers/Form/InputRichText.js +2 -1
  266. package/lib/renderers/Form/InputRichText.js.map +2 -2
  267. package/lib/renderers/Form/InputYearRange.js +1 -1
  268. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  269. package/lib/renderers/Form/Item.d.ts +10 -14
  270. package/lib/renderers/Form/Item.js +18 -9
  271. package/lib/renderers/Form/Item.js.map +2 -2
  272. package/lib/renderers/Form/NestedSelect.d.ts +1 -0
  273. package/lib/renderers/Form/NestedSelect.js +8 -4
  274. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  275. package/lib/renderers/Form/Options.js +9 -7
  276. package/lib/renderers/Form/Options.js.map +2 -2
  277. package/lib/renderers/Form/Select.d.ts +2 -0
  278. package/lib/renderers/Form/Select.js +9 -6
  279. package/lib/renderers/Form/Select.js.map +2 -2
  280. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  281. package/lib/renderers/Form/TabsTransfer.js +20 -1
  282. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  283. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  284. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  285. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  286. package/lib/renderers/Form/Transfer.d.ts +15 -4
  287. package/lib/renderers/Form/Transfer.js +55 -18
  288. package/lib/renderers/Form/Transfer.js.map +2 -2
  289. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  290. package/lib/renderers/Form/TransferPicker.js +1 -1
  291. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  292. package/lib/renderers/Form/TreeSelect.js +4 -4
  293. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  294. package/lib/renderers/Form/index.js +8 -1
  295. package/lib/renderers/Form/index.js.map +2 -2
  296. package/lib/renderers/IFrame.js +0 -2
  297. package/lib/renderers/IFrame.js.map +2 -2
  298. package/lib/renderers/Link.d.ts +1 -1
  299. package/lib/renderers/Link.js +27 -6
  300. package/lib/renderers/Link.js.map +2 -2
  301. package/lib/renderers/Log.js +15 -10
  302. package/lib/renderers/Log.js.map +2 -2
  303. package/lib/renderers/Nav.d.ts +21 -21
  304. package/lib/renderers/Remark.d.ts +5 -1
  305. package/lib/renderers/Remark.js +39 -7
  306. package/lib/renderers/Remark.js.map +2 -2
  307. package/lib/renderers/Steps.js +5 -5
  308. package/lib/renderers/Steps.js.map +2 -2
  309. package/lib/renderers/Table/index.js +4 -1
  310. package/lib/renderers/Table/index.js.map +2 -2
  311. package/lib/renderers/Tabs.js +1 -1
  312. package/lib/renderers/Tabs.js.map +2 -2
  313. package/lib/renderers/Timeline.d.ts +65 -0
  314. package/lib/renderers/Timeline.js +54 -0
  315. package/lib/renderers/Timeline.js.map +13 -0
  316. package/lib/renderers/Video.js.map +2 -2
  317. package/lib/schemaExtend.js +23 -9
  318. package/lib/schemaExtend.js.map +2 -2
  319. package/lib/store/combo.js.map +2 -2
  320. package/lib/store/formItem.js +1 -1
  321. package/lib/store/formItem.js.map +2 -2
  322. package/lib/themes/ang-ie11.css +1149 -53
  323. package/lib/themes/ang.css +1149 -53
  324. package/lib/themes/ang.css.map +1 -1
  325. package/lib/themes/antd-ie11.css +1187 -53
  326. package/lib/themes/antd.css +1187 -53
  327. package/lib/themes/antd.css.map +1 -1
  328. package/lib/themes/cxd-ie11.css +1189 -70
  329. package/lib/themes/cxd.css +1189 -70
  330. package/lib/themes/cxd.css.map +1 -1
  331. package/lib/themes/dark-ie11.css +1152 -53
  332. package/lib/themes/dark.css +1152 -53
  333. package/lib/themes/dark.css.map +1 -1
  334. package/lib/themes/default.css +1189 -70
  335. package/lib/themes/default.css.map +1 -1
  336. package/lib/utils/RootClose.js +3 -1
  337. package/lib/utils/RootClose.js.map +2 -2
  338. package/lib/utils/api.js +14 -3
  339. package/lib/utils/api.js.map +2 -2
  340. package/lib/utils/debug.d.ts +26 -0
  341. package/lib/utils/debug.js +351 -0
  342. package/lib/utils/debug.js.map +13 -0
  343. package/lib/utils/helper.d.ts +1 -6
  344. package/lib/utils/helper.js +6 -17
  345. package/lib/utils/helper.js.map +2 -2
  346. package/lib/utils/renderer-event.d.ts +38 -0
  347. package/lib/utils/renderer-event.js +28 -0
  348. package/lib/utils/renderer-event.js.map +13 -0
  349. package/package.json +12 -6
  350. package/schema.json +3516 -839
  351. package/scss/_properties.scss +20 -6
  352. package/scss/_variables.scss +1 -0
  353. package/scss/components/_avatar.scss +27 -9
  354. package/scss/components/_calendar.scss +291 -0
  355. package/scss/components/_card.scss +1 -1
  356. package/scss/components/_cascader.scss +102 -0
  357. package/scss/components/_city-area.scss +27 -0
  358. package/scss/components/_collapse-group.scss +1 -3
  359. package/scss/components/_debug.scss +167 -0
  360. package/scss/components/_dropdown.scss +39 -9
  361. package/scss/components/_formula.scss +30 -6
  362. package/scss/components/_modal.scss +18 -0
  363. package/scss/components/_panel.scss +45 -0
  364. package/scss/components/_picker-columns.scss +15 -5
  365. package/scss/components/_popup.scss +43 -16
  366. package/scss/components/_result-box.scss +31 -0
  367. package/scss/components/_timeline.scss +198 -0
  368. package/scss/components/form/_checks.scss +2 -0
  369. package/scss/components/form/_color.scss +2 -2
  370. package/scss/components/form/_date-range.scss +34 -1
  371. package/scss/components/form/_date.scss +46 -1
  372. package/scss/components/form/_form.scss +170 -0
  373. package/scss/components/form/_nested-select.scss +3 -0
  374. package/scss/components/form/_result-list.scss +2 -0
  375. package/scss/components/form/_select.scss +32 -3
  376. package/scss/components/form/_selection.scss +5 -4
  377. package/scss/components/form/_transfer.scss +3 -0
  378. package/scss/components/form/_tree-select.scss +1 -1
  379. package/scss/themes/_antd-variables.scss +45 -0
  380. package/scss/themes/_common.scss +5 -0
  381. package/scss/themes/_cxd-variables.scss +50 -1
  382. package/scss/themes/_dark-variables.scss +4 -0
  383. package/scss/themes/cxd.scss +0 -19
  384. package/sdk/ang-ie11.css +1450 -142
  385. package/sdk/ang.css +1473 -159
  386. package/sdk/antd-ie11.css +1451 -142
  387. package/sdk/antd.css +1511 -159
  388. package/sdk/charts.js +15 -15
  389. package/sdk/codemirror.js +7 -7
  390. package/sdk/color-picker.js +65 -65
  391. package/sdk/cropperjs.js +2 -2
  392. package/sdk/cxd-ie11.css +1448 -158
  393. package/sdk/cxd.css +1513 -178
  394. package/sdk/dark-ie11.css +1450 -142
  395. package/sdk/dark.css +1476 -159
  396. package/sdk/exceljs.js +1 -1
  397. package/sdk/helper.css.map +1 -1
  398. package/sdk/locale/de-DE.js +17 -2
  399. package/sdk/markdown.js +69 -69
  400. package/sdk/papaparse.js +1 -1
  401. package/sdk/renderers/Form/CityDB.js +1 -1
  402. package/sdk/rest.js +18 -18
  403. package/sdk/rich-text.js +62 -62
  404. package/sdk/sdk-ie11.css +1448 -158
  405. package/sdk/sdk.css +1513 -178
  406. package/sdk/sdk.js +1309 -1251
  407. package/sdk/thirds/hls.js/hls.js +1 -1
  408. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  409. package/sdk/tinymce.js +57 -57
  410. package/src/RootRenderer.tsx +27 -1
  411. package/src/Schema.ts +3 -0
  412. package/src/SchemaRenderer.tsx +70 -4
  413. package/src/Scoped.tsx +46 -4
  414. package/src/actions/Action.ts +138 -0
  415. package/src/actions/AjaxAction.ts +58 -0
  416. package/src/actions/BreakAction.ts +27 -0
  417. package/src/actions/BroadcastAction.ts +41 -0
  418. package/src/actions/CmptAction.ts +36 -0
  419. package/src/actions/ContinueAction.ts +27 -0
  420. package/src/actions/CopyAction.ts +41 -0
  421. package/src/actions/CustomAction.ts +46 -0
  422. package/src/actions/DialogAction.ts +28 -0
  423. package/src/actions/DrawerAction.ts +28 -0
  424. package/src/actions/EmailAction.ts +38 -0
  425. package/src/actions/LoopAction.ts +77 -0
  426. package/src/actions/OpenPageAction.ts +39 -0
  427. package/src/actions/ParallelAction.ts +26 -0
  428. package/src/actions/SwitchAction.ts +35 -0
  429. package/src/actions/index.ts +20 -0
  430. package/src/components/AssociatedSelection.tsx +5 -1
  431. package/src/components/Avatar.tsx +253 -0
  432. package/src/components/BaiduMapPicker.tsx +19 -14
  433. package/src/components/CalendarMobile.tsx +658 -0
  434. package/src/components/Cascader.tsx +564 -0
  435. package/src/components/ChainedSelection.tsx +16 -3
  436. package/src/components/CityArea.tsx +315 -0
  437. package/src/components/ColorPicker.tsx +41 -40
  438. package/src/components/DatePicker.tsx +80 -34
  439. package/src/components/DateRangePicker.tsx +85 -30
  440. package/src/components/GroupedSelection.tsx +14 -2
  441. package/src/components/MonthRangePicker.tsx +78 -31
  442. package/src/components/Overlay.tsx +1 -1
  443. package/src/components/Picker.tsx +55 -35
  444. package/src/components/PickerColumn.tsx +43 -36
  445. package/src/components/PickerContainer.tsx +13 -1
  446. package/src/components/PopOverContainer.tsx +31 -17
  447. package/src/components/PopUp.tsx +84 -57
  448. package/src/components/ResultBox.tsx +14 -2
  449. package/src/components/ResultList.tsx +36 -6
  450. package/src/components/Select.tsx +24 -26
  451. package/src/components/Selection.tsx +21 -3
  452. package/src/components/Steps.tsx +23 -10
  453. package/src/components/TableSelection.tsx +1 -44
  454. package/src/components/Tabs.tsx +65 -54
  455. package/src/components/TabsTransfer.tsx +78 -9
  456. package/src/components/TabsTransferPicker.tsx +25 -13
  457. package/src/components/Timeline.tsx +36 -0
  458. package/src/components/TimelineItem.tsx +140 -0
  459. package/src/components/Transfer.tsx +11 -8
  460. package/src/components/TransferDropDown.tsx +20 -12
  461. package/src/components/TransferPicker.tsx +25 -4
  462. package/src/components/TreeSelection.tsx +7 -1
  463. package/src/components/calendar/Calendar.tsx +101 -4
  464. package/src/components/calendar/DaysView.tsx +165 -33
  465. package/src/components/calendar/MonthsView.tsx +108 -1
  466. package/src/components/calendar/QuartersView.tsx +3 -2
  467. package/src/components/calendar/TimeView.tsx +104 -41
  468. package/src/components/calendar/YearsView.tsx +34 -17
  469. package/src/components/condition-builder/Field.tsx +1 -3
  470. package/src/components/condition-builder/Func.tsx +1 -1
  471. package/src/components/formula/Editor.tsx +16 -11
  472. package/src/components/formula/FuncList.tsx +3 -1
  473. package/src/components/formula/Picker.tsx +2 -1
  474. package/src/components/formula/plugin.ts +0 -2
  475. package/src/components/icons.tsx +2 -0
  476. package/src/components/index.tsx +2 -0
  477. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  478. package/src/components/virtual-list/index.tsx +4 -6
  479. package/src/env.tsx +22 -0
  480. package/src/factory.tsx +93 -1
  481. package/src/icons/tree-down.svg +5 -0
  482. package/src/index.tsx +5 -0
  483. package/src/locale/de-DE.ts +17 -2
  484. package/src/locale/en-US.ts +17 -2
  485. package/src/locale/zh-CN.ts +16 -1
  486. package/src/renderers/Action.tsx +11 -2
  487. package/src/renderers/Avatar.tsx +83 -74
  488. package/src/renderers/Card.tsx +10 -6
  489. package/src/renderers/Custom.tsx +7 -4
  490. package/src/renderers/DropDownButton.tsx +69 -35
  491. package/src/renderers/Each.tsx +4 -4
  492. package/src/renderers/Flex.tsx +3 -7
  493. package/src/renderers/Form/ChartRadios.tsx +2 -7
  494. package/src/renderers/Form/Checkboxes.tsx +1 -1
  495. package/src/renderers/Form/CityDB.ts +526 -2
  496. package/src/renderers/Form/DiffEditor.tsx +2 -3
  497. package/src/renderers/Form/InputCity.tsx +23 -3
  498. package/src/renderers/Form/InputColor.tsx +21 -2
  499. package/src/renderers/Form/InputDate.tsx +48 -20
  500. package/src/renderers/Form/InputDateRange.tsx +9 -2
  501. package/src/renderers/Form/InputFormula.tsx +9 -4
  502. package/src/renderers/Form/InputImage.tsx +9 -4
  503. package/src/renderers/Form/InputMonthRange.tsx +0 -1
  504. package/src/renderers/Form/InputQuarterRange.tsx +0 -1
  505. package/src/renderers/Form/InputRichText.tsx +11 -1
  506. package/src/renderers/Form/InputYearRange.tsx +0 -1
  507. package/src/renderers/Form/Item.tsx +29 -8
  508. package/src/renderers/Form/NestedSelect.tsx +32 -4
  509. package/src/renderers/Form/Options.tsx +15 -7
  510. package/src/renderers/Form/Select.tsx +21 -5
  511. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  512. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  513. package/src/renderers/Form/Transfer.tsx +75 -24
  514. package/src/renderers/Form/TransferPicker.tsx +6 -38
  515. package/src/renderers/Form/TreeSelect.tsx +18 -16
  516. package/src/renderers/Form/index.tsx +7 -1
  517. package/src/renderers/IFrame.tsx +0 -2
  518. package/src/renderers/Link.tsx +18 -3
  519. package/src/renderers/Log.tsx +5 -1
  520. package/src/renderers/Remark.tsx +68 -18
  521. package/src/renderers/Steps.tsx +11 -13
  522. package/src/renderers/Table/index.tsx +7 -1
  523. package/src/renderers/Tabs.tsx +6 -2
  524. package/src/renderers/Timeline.tsx +141 -0
  525. package/src/renderers/Video.tsx +4 -20
  526. package/src/schemaExtend.ts +22 -10
  527. package/src/store/combo.ts +1 -3
  528. package/src/store/formItem.ts +1 -1
  529. package/src/utils/RootClose.ts +5 -1
  530. package/src/utils/api.ts +15 -2
  531. package/src/utils/debug.tsx +438 -0
  532. package/src/utils/helper.ts +6 -16
  533. package/src/utils/renderer-event.ts +75 -0
package/sdk/ang-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 .a-Avatar i {
22289
+ font-size: 1rem;
22290
+ }
22291
+
22292
+ .amis-scope .a-Avatar--lg {
22293
+ width: 3rem;
22294
+ height: 3rem;
22295
+ line-height: 3rem;
22296
+ }
22297
+
22298
+ .amis-scope .a-Avatar--lg i {
22299
+ font-size: 1.25rem;
22300
+ }
22301
+
22302
+ .amis-scope .a-Avatar--sm {
22303
+ width: 2rem;
22304
+ height: 2rem;
22305
+ line-height: 2rem;
22306
+ }
22307
+
22308
+ .amis-scope .a-Avatar--sm i {
22309
+ font-size: 0.75rem;
22310
+ }
22311
+
22312
+ .amis-scope .a-Avatar--text {
22313
+ position: absolute;
22314
+ left: 50%;
22315
+ transform-origin: 0 center;
22316
+ }
22317
+
22287
22318
  .amis-scope .a-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 .a-Avatar i {
22296
- font-size: 1rem;
22297
- }
22298
-
22299
22326
  .amis-scope .a-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 .a-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 .a-Modal .a-Modal-footer {
22751
+ display: flex;
22752
+ }
22753
+
22754
+ .amis-scope .a-Modal .a-Modal-footer > .a-Button {
22755
+ flex: 1;
22756
+ height: 2.75rem;
22757
+ }
22758
+
22759
+ .amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
22760
+ margin-left: 0;
22761
+ }
22762
+ }
22763
+
22722
22764
  .amis-scope .a-Drawer {
22723
22765
  position: fixed;
22724
22766
  top: 0;
@@ -23396,11 +23438,12 @@ readers do not read off random characters that represent icons */
23396
23438
 
23397
23439
  .amis-scope .a-PopUp {
23398
23440
  width: 100%;
23441
+ height: 25rem;
23399
23442
  position: fixed;
23400
23443
  background: white;
23401
23444
  left: 0;
23402
23445
  bottom: 0;
23403
- z-index: 1300;
23446
+ z-index: 3000;
23404
23447
  padding: 0;
23405
23448
  margin: 0;
23406
23449
  font-weight: 400;
@@ -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 .a-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 .a-PopUp-close {
23464
- width: 2.125rem !important;
23465
- height: 2.125rem !important;
23466
- padding: 0.75rem;
23507
+ .amis-scope .a-PopUp-closeWrap .a-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 .a-PopUp-toolbar {
23517
+ display: flex;
23518
+ align-items: center;
23519
+ justify-content: space-between;
23520
+ height: 3.75rem;
23521
+ }
23522
+
23523
+ .amis-scope .a-PopUp-title {
23524
+ font-size: 0.875rem;
23525
+ }
23526
+
23527
+ .amis-scope .a-PopUp-cancel {
23528
+ color: #666;
23529
+ margin-left: 0.5rem;
23530
+ }
23531
+
23532
+ .amis-scope .a-PopUp-confirm {
23533
+ margin-right: 0.5rem;
23468
23534
  }
23469
23535
 
23470
23536
  .amis-scope .a-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 .a-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 .a-PopUp-safearea {
23570
+ height: 1rem;
23571
+ }
23572
+
23502
23573
  .amis-scope .a-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 .a-PickerColumns-toolbar {
23582
+ .amis-scope .a-PickerColumns li:focus {
23583
+ outline: none;
23584
+ }
23585
+
23586
+ .amis-scope .a-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 .a-PickerColumns-cancel,
23519
23594
  .amis-scope .a-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 .a-PickerColumns-cancel:active,
23529
23604
  .amis-scope .a-PickerColumns-confirm:active {
23530
- opacity: 0.7;
23605
+ background-color: none !important;
23531
23606
  }
23532
23607
 
23533
23608
  .amis-scope .a-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 .a-PickerColumns-confirm {
23539
- color: #99a6ad;
23614
+ color: #2468f2 !important;
23540
23615
  }
23541
23616
 
23542
23617
  .amis-scope .a-PickerColumns-cancel {
23543
- color: #dfe3e6;
23618
+ color: #666 !important;
23544
23619
  }
23545
23620
 
23546
23621
  .amis-scope .a-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 .a-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 .a-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 .a-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 .a-Panel--form .a-Panel-body {
25611
+ padding: 0 1rem 1rem;
25612
+ }
25613
+
25614
+ .amis-scope .a-Panel--form > .a-Panel-heading {
25615
+ background: none;
25616
+ border: none;
25617
+ border-radius: 0;
25618
+ }
25619
+
25620
+ .amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
25621
+ padding-left: 0.75rem;
25622
+ border-left: 0.1875rem solid #7266ba;
25623
+ font-size: 1rem;
25624
+ }
25625
+
25626
+ .amis-scope .a-Panel--form .a-Panel-footerWrap {
25627
+ padding-bottom: 0.75rem;
25628
+ }
25629
+
25630
+ .amis-scope .a-Panel--form .a-Panel-footer {
25631
+ border-top: none;
25632
+ display: flex;
25633
+ padding: 0 0.75rem;
25634
+ }
25635
+
25636
+ .amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
25637
+ flex: 1;
25638
+ }
25639
+
25640
+ .amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
25641
+ margin-left: 0;
25642
+ }
25643
+ }
25644
+
25520
25645
  .amis-scope .a-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 .a-DropDown-menu {
25908
+ background: #fff;
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 .a-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: #fff;
25789
- list-style: none;
25790
- padding: 0.25rem 0;
25791
- border: 0.0625rem solid #d1d5db;
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 .a-DropDown--alignRight .a-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: #58666e;
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 .a-DropDown-menuItem.is-disabled,
25838
25972
  .amis-scope .a-DropDown-menu > li.is-disabled {
25839
25973
  cursor: not-allowed;
25840
- color: #99a6ad;
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 .a-DropDown-menuItem.a-DropDown-groupTitle,
25988
+ .amis-scope .a-DropDown-menu > li.a-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 .a-DropDown-menuItem.a-DropDown-groupTitle:hover,
25999
+ .amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
26000
+ background: none;
26001
+ }
26002
+
26003
+ .amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle span,
26004
+ .amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle span {
26005
+ white-space: nowrap;
26006
+ }
26007
+
26008
+ .amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button,
26009
+ .amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
26010
+ padding-left: 1.25rem;
26011
+ }
26012
+
25853
26013
  .amis-scope .a-DropDown-menu > li a {
25854
26014
  color: inherit;
25855
26015
  display: block;
@@ -25956,103 +26116,405 @@ readers do not read off random characters that represent icons */
25956
26116
  position: relative;
25957
26117
  }
25958
26118
 
25959
- .amis-scope .a-Collapse {
25960
- border: none;
25961
- padding: 0;
25962
- line-height: 1.25rem;
26119
+ .amis-scope .a-CalendarMobile {
26120
+ height: 100%;
26121
+ width: 100%;
26122
+ overflow: scroll;
25963
26123
  }
25964
26124
 
25965
- .amis-scope .a-Collapse-header {
25966
- font-size: 0.875rem;
25967
- font-weight: 400;
25968
- color: #414c52;
25969
- padding: 1.125rem 0 0.25rem 0;
25970
- margin: 0;
25971
- cursor: pointer;
25972
- background: transparent;
26125
+ .amis-scope .a-CalendarMobile-pop {
26126
+ position: fixed;
26127
+ bottom: 0;
26128
+ left: 0;
26129
+ width: 100vw;
26130
+ height: 90vh;
26131
+ background: #fff;
26132
+ border-radius: 1rem 1rem 0 0;
26133
+ overflow: hidden;
26134
+ border-width: 0;
25973
26135
  }
25974
26136
 
25975
- .amis-scope .a-Collapse-header-wrapper {
25976
- display: inline-flex;
25977
- flex-direction: row;
26137
+ .amis-scope .a-CalendarMobile-wrap {
26138
+ display: flex;
26139
+ flex-direction: column;
26140
+ height: 100%;
25978
26141
  }
25979
26142
 
25980
- .amis-scope .a-Collapse-header-tpl {
25981
- margin-right: 0.5rem;
26143
+ .amis-scope .a-CalendarMobile-header {
26144
+ flex-shrink: 0;
26145
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
26146
+ position: relative;
25982
26147
  }
25983
26148
 
25984
- .amis-scope .a-Collapse-header:hover {
25985
- background: transparent;
26149
+ .amis-scope .a-CalendarMobile-header .subtitle-text {
26150
+ display: inline-block;
26151
+ width: 6.875rem;
26152
+ position: relative;
25986
26153
  }
25987
26154
 
25988
- .amis-scope .a-Collapse-arrow {
25989
- display: inline-block;
25990
- width: 1rem;
25991
- text-align: center;
25992
- margin-right: 0.5rem;
26155
+ .amis-scope .a-CalendarMobile-header .rdtPrev {
26156
+ width: 1.25rem;
26157
+ height: 2.75rem;
26158
+ display: block;
26159
+ position: absolute;
26160
+ top: 0;
26161
+ left: -1.25rem;
25993
26162
  }
25994
26163
 
25995
- .amis-scope .a-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: #58666e;
26003
- border-style: solid;
26004
- border-width: 0.0625rem 0.0625rem 0 0;
26005
- transform: rotate(45deg);
26006
- transform-origin: 50% 50%;
26164
+ .amis-scope .a-CalendarMobile-header .rdtNext {
26165
+ width: 1.25rem;
26166
+ height: 2.75rem;
26167
+ display: block;
26168
+ position: absolute;
26169
+ top: 0;
26170
+ right: -1.25rem;
26007
26171
  }
26008
26172
 
26009
- .amis-scope .a-Collapse-icon-tranform {
26010
- display: inline-block;
26011
- width: 1rem;
26173
+ .amis-scope .a-CalendarMobile-title,
26174
+ .amis-scope .a-CalendarMobile-subtitle {
26175
+ height: 2.75rem;
26176
+ font-weight: 500;
26177
+ line-height: 2.75rem;
26012
26178
  text-align: center;
26013
- margin-right: 0.25rem;
26014
26179
  }
26015
26180
 
26016
- .amis-scope .a-Collapse .a-TplField {
26017
- display: inline-block;
26181
+ .amis-scope .a-CalendarMobile-title {
26182
+ font-size: 1rem;
26018
26183
  }
26019
26184
 
26020
- .amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
26021
- transform: rotate(135deg);
26022
- transform-origin: 50% 30%;
26185
+ .amis-scope .a-CalendarMobile-weekdays {
26186
+ display: flex;
26023
26187
  }
26024
26188
 
26025
- .amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
26026
- transform: rotate(90deg);
26189
+ .amis-scope .a-CalendarMobile-weekdays .weekday {
26190
+ flex: 1;
26191
+ line-height: 1.875rem;
26192
+ text-align: center;
26027
26193
  }
26028
26194
 
26029
- .amis-scope .a-Collapse--disabled .a-Collapse-header {
26030
- cursor: not-allowed;
26031
- user-select: none;
26032
- color: #99a6ad;
26195
+ .amis-scope .a-CalendarMobile-close {
26196
+ position: absolute;
26197
+ z-index: 1;
26198
+ color: #c8c9cc;
26199
+ font-size: 1rem;
26200
+ cursor: pointer;
26201
+ top: 0.6875rem;
26202
+ right: 1rem;
26033
26203
  }
26034
26204
 
26035
- .amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
26036
- background-color: var(--Collapse-header-bg-disabled-color);
26205
+ .amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
26206
+ width: 0;
26037
26207
  }
26038
26208
 
26039
- .amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
26040
- border-color: #99a6ad;
26209
+ .amis-scope .a-CalendarMobile-body {
26210
+ flex: 1;
26211
+ overflow-y: scroll;
26041
26212
  }
26042
26213
 
26043
- .amis-scope .a-Collapse--title-bottom .a-Collapse-header {
26044
- text-align: center;
26045
- font-size: 0.875rem;
26046
- border-top: none;
26047
- border-bottom: 0.0625rem solid
26048
- #dfe2e6;
26214
+ .amis-scope .a-CalendarMobile-body table {
26215
+ border-spacing: 0 0.25rem;
26049
26216
  }
26050
26217
 
26051
- .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26052
- border-top: none;
26218
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
26219
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
26220
+ background: transparent;
26221
+ color: #58666e;
26222
+ text-shadow: none;
26053
26223
  }
26054
26224
 
26055
- .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26225
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
26226
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
26227
+ color: #999;
26228
+ }
26229
+
26230
+ .amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
26231
+ display: none;
26232
+ }
26233
+
26234
+ .amis-scope .a-CalendarMobile-body .rdtPicker td {
26235
+ height: 3.5rem;
26236
+ position: relative;
26237
+ }
26238
+
26239
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
26240
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
26241
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
26242
+ .amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
26243
+ background: transparent;
26244
+ }
26245
+
26246
+ .amis-scope .a-CalendarMobile-body .calendar-wrap {
26247
+ position: relative;
26248
+ width: 3.125rem;
26249
+ height: 100%;
26250
+ text-align: center;
26251
+ display: inline-flex;
26252
+ align-items: center;
26253
+ justify-content: center;
26254
+ border-radius: 0.25rem;
26255
+ }
26256
+
26257
+ .amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
26258
+ width: auto;
26259
+ max-width: 3.125rem;
26260
+ }
26261
+
26262
+ .amis-scope .a-CalendarMobile-footer {
26263
+ flex-shrink: 0;
26264
+ }
26265
+
26266
+ .amis-scope .a-CalendarMobile-footer .date-range-confirm {
26267
+ height: 2.25rem;
26268
+ margin: 0.4375rem 0;
26269
+ border-radius: 0.285rem;
26270
+ display: block;
26271
+ }
26272
+
26273
+ .amis-scope .a-CalendarMobile-footer .is-disabled {
26274
+ opacity: 0.5;
26275
+ color: #fff;
26276
+ background: #7266ba;
26277
+ border-color: #7266ba;
26278
+ filter: none;
26279
+ }
26280
+
26281
+ .amis-scope .a-CalendarMobile-footer-toolbar {
26282
+ padding: 0 1rem;
26283
+ }
26284
+
26285
+ .amis-scope .a-CalendarMobile-footer-ranges {
26286
+ background: #fff;
26287
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
26288
+ border-radius: 24px;
26289
+ overflow-x: auto;
26290
+ position: relative;
26291
+ height: 3rem;
26292
+ line-height: 3rem;
26293
+ }
26294
+
26295
+ .amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
26296
+ position: absolute;
26297
+ white-space: nowrap;
26298
+ }
26299
+
26300
+ .amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
26301
+ margin: 0 1.5625rem;
26302
+ }
26303
+
26304
+ .amis-scope .a-CalendarMobile-footer .a-DatePicker-shortcuts {
26305
+ width: auto;
26306
+ }
26307
+
26308
+ .amis-scope .a-CalendarMobile-calendar-wrap {
26309
+ padding: 0.5rem 0;
26310
+ }
26311
+
26312
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
26313
+ width: 100%;
26314
+ padding: 0;
26315
+ }
26316
+
26317
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
26318
+ visibility: hidden;
26319
+ }
26320
+
26321
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
26322
+ display: none;
26323
+ }
26324
+
26325
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
26326
+ background: rgba(35, 183, 229, 0.1) !important;
26327
+ color: #7266ba;
26328
+ }
26329
+
26330
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
26331
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
26332
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
26333
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
26334
+ background: #23b7e5 !important;
26335
+ color: #fff;
26336
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
26337
+ }
26338
+
26339
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
26340
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
26341
+ background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(35, 183, 229, 0.1) 51%, rgba(35, 183, 229, 0.1) 100%) !important;
26342
+ }
26343
+
26344
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
26345
+ .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
26346
+ background: linear-gradient(to right, rgba(35, 183, 229, 0.1) 0%, rgba(35, 183, 229, 0.1) 50%, transparent 51%, transparent 100%) !important;
26347
+ }
26348
+
26349
+ .amis-scope .a-CalendarMobile-calendar-header {
26350
+ height: 1.875rem;
26351
+ line-height: 1.875rem;
26352
+ text-align: center;
26353
+ }
26354
+
26355
+ .amis-scope .a-CalendarMobile-range-text {
26356
+ position: absolute;
26357
+ right: 0;
26358
+ left: 0;
26359
+ bottom: 0;
26360
+ color: #fff;
26361
+ font-size: 0.75rem;
26362
+ white-space: nowrap;
26363
+ }
26364
+
26365
+ .amis-scope .a-CalendarMobile-calendar-wrap {
26366
+ position: relative;
26367
+ }
26368
+
26369
+ .amis-scope .a-CalendarMobile-calendar-mark {
26370
+ position: absolute;
26371
+ top: 50%;
26372
+ left: 50%;
26373
+ z-index: 0;
26374
+ color: rgba(242, 243, 245, 0.8);
26375
+ font-size: 10rem;
26376
+ transform: translate(-50%, -50%);
26377
+ pointer-events: none;
26378
+ }
26379
+
26380
+ .amis-scope .a-CalendarMobile-toast {
26381
+ position: fixed;
26382
+ top: 50%;
26383
+ left: 50%;
26384
+ transform: translate(-50%, -50%);
26385
+ width: 8.5rem;
26386
+ height: 2.25rem;
26387
+ background: rgba(0, 0, 0, 0.9);
26388
+ border-radius: 4px;
26389
+ color: #fff;
26390
+ display: flex;
26391
+ justify-content: center;
26392
+ align-items: center;
26393
+ }
26394
+
26395
+ .amis-scope .a-CalendarMobile-time {
26396
+ height: 11.25rem;
26397
+ }
26398
+
26399
+ .amis-scope .a-CalendarMobile-time-title {
26400
+ border: 0.0625rem solid #b4bbc5;
26401
+ border-left: none;
26402
+ border-right: none;
26403
+ text-align: center;
26404
+ height: 1.875rem;
26405
+ line-height: 1.875rem;
26406
+ }
26407
+
26408
+ .amis-scope .a-CalendarMobile-time .rdtPicker {
26409
+ margin: 0 auto;
26410
+ }
26411
+
26412
+ .amis-scope .a-CalendarMobile .a-CalendarTime {
26413
+ height: 8.125rem;
26414
+ overflow: hidden;
26415
+ }
26416
+
26417
+ .amis-scope .a-CalendarMobile .a-PickerColumns-header {
26418
+ display: none;
26419
+ }
26420
+
26421
+ .amis-scope .a-Collapse {
26422
+ border: none;
26423
+ padding: 0;
26424
+ line-height: 1.25rem;
26425
+ }
26426
+
26427
+ .amis-scope .a-Collapse-header {
26428
+ font-size: 0.875rem;
26429
+ font-weight: 400;
26430
+ color: #414c52;
26431
+ padding: 1.125rem 0 0.25rem 0;
26432
+ margin: 0;
26433
+ cursor: pointer;
26434
+ background: transparent;
26435
+ }
26436
+
26437
+ .amis-scope .a-Collapse-header-wrapper {
26438
+ display: inline-flex;
26439
+ flex-direction: row;
26440
+ }
26441
+
26442
+ .amis-scope .a-Collapse-header-tpl {
26443
+ margin-right: 0.5rem;
26444
+ }
26445
+
26446
+ .amis-scope .a-Collapse-header:hover {
26447
+ background: transparent;
26448
+ }
26449
+
26450
+ .amis-scope .a-Collapse-arrow {
26451
+ display: inline-block;
26452
+ width: 1rem;
26453
+ text-align: center;
26454
+ margin-right: 0.5rem;
26455
+ }
26456
+
26457
+ .amis-scope .a-Collapse-arrow:before {
26458
+ content: "";
26459
+ position: relative;
26460
+ display: inline-block;
26461
+ width: 0.375rem;
26462
+ height: 0.375rem;
26463
+ top: -0.125rem;
26464
+ border-color: #58666e;
26465
+ border-style: solid;
26466
+ border-width: 0.0625rem 0.0625rem 0 0;
26467
+ transform: rotate(45deg);
26468
+ transform-origin: 50% 50%;
26469
+ }
26470
+
26471
+ .amis-scope .a-Collapse-icon-tranform {
26472
+ display: inline-block;
26473
+ width: 1rem;
26474
+ text-align: center;
26475
+ margin-right: 0.25rem;
26476
+ }
26477
+
26478
+ .amis-scope .a-Collapse .a-TplField {
26479
+ display: inline-block;
26480
+ }
26481
+
26482
+ .amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
26483
+ transform: rotate(135deg);
26484
+ transform-origin: 50% 30%;
26485
+ }
26486
+
26487
+ .amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
26488
+ transform: rotate(90deg);
26489
+ }
26490
+
26491
+ .amis-scope .a-Collapse--disabled .a-Collapse-header {
26492
+ cursor: not-allowed;
26493
+ user-select: none;
26494
+ color: #99a6ad;
26495
+ }
26496
+
26497
+ .amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
26498
+ background-color: var(--Collapse-header-bg-disabled-color);
26499
+ }
26500
+
26501
+ .amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
26502
+ border-color: #99a6ad;
26503
+ }
26504
+
26505
+ .amis-scope .a-Collapse--title-bottom .a-Collapse-header {
26506
+ text-align: center;
26507
+ font-size: 0.875rem;
26508
+ border-top: none;
26509
+ border-bottom: 0.0625rem solid
26510
+ #dfe2e6;
26511
+ }
26512
+
26513
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26514
+ border-top: none;
26515
+ }
26516
+
26517
+ .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26056
26518
  top: -0.25rem;
26057
26519
  transform: rotate(135deg);
26058
26520
  }
@@ -28785,7 +29247,7 @@ readers do not read off random characters that represent icons */
28785
29247
  .amis-scope .a-ColumnToggler-menuItem.is-disabled,
28786
29248
  .amis-scope .a-ColumnToggler-menu > li.is-disabled {
28787
29249
  cursor: not-allowed;
28788
- color: #99a6ad;
29250
+ color: #b4b6ba;
28789
29251
  filter: grayscale(80%);
28790
29252
  }
28791
29253
 
@@ -29743,7 +30205,7 @@ readers do not read off random characters that represent icons */
29743
30205
 
29744
30206
  .amis-scope .a-Card-multiMedia-img {
29745
30207
  display: block;
29746
- width: 100%;
30208
+ width: auto;
29747
30209
  height: auto;
29748
30210
  object-fit: cover;
29749
30211
  border-radius: 0.142rem;
@@ -31238,26 +31700,56 @@ readers do not read off random characters that represent icons */
31238
31700
  min-height: 24px;
31239
31701
  }
31240
31702
 
31241
- .amis-scope .a-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;
31703
+ .amis-scope .a-ResultBox.is-mobile {
31704
+ min-height: calc(1.4285714286 * 1rem);
31705
+ border: none;
31706
+ padding: 0;
31707
+ font-size: 1rem;
31708
+ border: none;
31248
31709
  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
31710
  }
31257
31711
 
31258
- .amis-scope .a-SearchBox:hover {
31259
- background: rgba(255, 255, 255, 0.6);
31260
- }
31712
+ .amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow {
31713
+ margin-right: 0.25rem;
31714
+ width: 1rem;
31715
+ text-align: center;
31716
+ display: flex;
31717
+ align-items: center;
31718
+ justify-content: center;
31719
+ line-height: 1;
31720
+ margin-left: 4px;
31721
+ }
31722
+
31723
+ .amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
31724
+ transition: transform 0s;
31725
+ display: inline-block;
31726
+ color: #4b5563;
31727
+ width: 10px;
31728
+ height: 10px;
31729
+ top: 0;
31730
+ transform: rotate(-90deg);
31731
+ }
31732
+
31733
+ .amis-scope .a-SearchBox {
31734
+ display: inline-flex;
31735
+ flex-direction: row;
31736
+ line-height: 1.4285714286;
31737
+ font-size: 0.875rem;
31738
+ flex-wrap: nowrap;
31739
+ align-items: center;
31740
+ justify-content: flex-end;
31741
+ height: 30px;
31742
+ width: 30px;
31743
+ padding: 0 8px;
31744
+ transition: all 0s ease-in-out;
31745
+ border: 0.0625rem solid transparent;
31746
+ border-radius: 0.142rem;
31747
+ height: 30px;
31748
+ }
31749
+
31750
+ .amis-scope .a-SearchBox:hover {
31751
+ background: rgba(255, 255, 255, 0.6);
31752
+ }
31261
31753
 
31262
31754
  .amis-scope .a-SearchBox.is-active {
31263
31755
  background: #fff;
@@ -32786,6 +33278,8 @@ readers do not read off random characters that represent icons */
32786
33278
  pointer-events: all;
32787
33279
  margin-left: 0.25rem;
32788
33280
  cursor: pointer;
33281
+ display: inline-block;
33282
+ vertical-align: middle;
32789
33283
  }
32790
33284
 
32791
33285
  .amis-scope .a-Checkbox > i + span > a {
@@ -33027,7 +33521,6 @@ readers do not read off random characters that represent icons */
33027
33521
 
33028
33522
  .amis-scope .a-Selection > .a-Checkbox {
33029
33523
  display: block;
33030
- height: 1.875rem;
33031
33524
  line-height: 1.4285714286;
33032
33525
  font-size: 0.875rem;
33033
33526
  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 +33563,6 @@ readers do not read off random characters that represent icons */
33070
33563
 
33071
33564
  .amis-scope .a-GroupedSelection-item {
33072
33565
  display: flex;
33073
- height: 1.875rem;
33074
33566
  line-height: 1.4285714286;
33075
33567
  font-size: 0.875rem;
33076
33568
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33201,7 +33693,6 @@ readers do not read off random characters that represent icons */
33201
33693
  .amis-scope .a-TreeSelection-itemInner {
33202
33694
  display: flex;
33203
33695
  align-items: center;
33204
- height: 1.875rem;
33205
33696
  line-height: 1.4285714286;
33206
33697
  font-size: 0.875rem;
33207
33698
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33256,6 +33747,7 @@ readers do not read off random characters that represent icons */
33256
33747
  .amis-scope .a-ChainedSelection {
33257
33748
  display: flex;
33258
33749
  flex-direction: row;
33750
+ min-height: 100%;
33259
33751
  }
33260
33752
 
33261
33753
  .amis-scope .a-ChainedSelection-col {
@@ -33275,7 +33767,6 @@ readers do not read off random characters that represent icons */
33275
33767
 
33276
33768
  .amis-scope .a-ChainedSelection-item {
33277
33769
  display: flex;
33278
- height: 1.875rem;
33279
33770
  line-height: 1.4285714286;
33280
33771
  font-size: 0.875rem;
33281
33772
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33395,6 +33886,38 @@ readers do not read off random characters that represent icons */
33395
33886
  display: inline-block;
33396
33887
  }
33397
33888
 
33889
+ .amis-scope .a-CityArea-popup {
33890
+ height: 17.5rem;
33891
+ }
33892
+
33893
+ .amis-scope .a-CityArea-Input {
33894
+ margin-top: 0.25rem;
33895
+ outline: none;
33896
+ vertical-align: top;
33897
+ border: 0.0625rem solid #d1d5db;
33898
+ border-radius: 0.142rem;
33899
+ line-height: 1.4285714286;
33900
+ padding: calc(
33901
+ (
33902
+ 1.875rem - 1.4285714286 *
33903
+ 0.875rem - 0.125rem
33904
+ ) / 2
33905
+ ) 0.5rem;
33906
+ font-size: 0.875rem;
33907
+ display: inline-flex !important;
33908
+ }
33909
+
33910
+ .amis-scope .a-CityArea-Input::placeholder {
33911
+ color: #99a6ad;
33912
+ user-select: none;
33913
+ }
33914
+
33915
+ .amis-scope .a-CityArea-Input:focus {
33916
+ border-color: #23b7e5;
33917
+ box-shadow: none;
33918
+ background: #fff;
33919
+ }
33920
+
33398
33921
  .amis-scope .a-Switch {
33399
33922
  cursor: pointer;
33400
33923
  position: relative;
@@ -33675,6 +34198,7 @@ readers do not read off random characters that represent icons */
33675
34198
  display: inline-flex;
33676
34199
  vertical-align: middle;
33677
34200
  text-align: left;
34201
+ align-items: center;
33678
34202
  outline: none;
33679
34203
  position: relative;
33680
34204
  font-size: 0.875rem;
@@ -33821,10 +34345,26 @@ readers do not read off random characters that represent icons */
33821
34345
  top: 0;
33822
34346
  }
33823
34347
 
33824
- .amis-scope .a-Select.is-opened .a-Select-arrow > svg {
34348
+ .amis-scope .a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
33825
34349
  transform: rotate(180deg);
33826
34350
  }
33827
34351
 
34352
+ .amis-scope .a-Select.is-mobile {
34353
+ min-height: calc(1.4285714286 * 1rem);
34354
+ border: none;
34355
+ padding: 0;
34356
+ font-size: 1rem;
34357
+ }
34358
+
34359
+ .amis-scope .a-Select.is-mobile .a-Select-valueWrap {
34360
+ text-align: right;
34361
+ padding-right: 4px;
34362
+ }
34363
+
34364
+ .amis-scope .a-Select.is-mobile .a-Select-arrow > svg {
34365
+ transform: rotate(-90deg);
34366
+ }
34367
+
33828
34368
  .amis-scope .a-Select-menu {
33829
34369
  max-height: 18.75rem;
33830
34370
  overflow: auto;
@@ -33835,6 +34375,15 @@ readers do not read off random characters that represent icons */
33835
34375
  margin-top: -0.1875rem;
33836
34376
  }
33837
34377
 
34378
+ .amis-scope .a-Select-menu.is-mobile {
34379
+ width: 100%;
34380
+ text-align: center;
34381
+ }
34382
+
34383
+ .amis-scope .a-Select-menu.is-mobile .a-Select-option {
34384
+ line-height: 2.25rem;
34385
+ }
34386
+
33838
34387
  .amis-scope .a-Select--longlist {
33839
34388
  overflow: hidden;
33840
34389
  max-height: max-content;
@@ -33936,8 +34485,8 @@ readers do not read off random characters that represent icons */
33936
34485
  margin-right: 0.25rem;
33937
34486
  }
33938
34487
 
33939
- .amis-scope .a-Select.is-focused,
33940
- .amis-scope .a-Select.is-opened {
34488
+ .amis-scope .a-Select.is-focused:not(.is-mobile),
34489
+ .amis-scope .a-Select.is-opened:not(.is-mobile) {
33941
34490
  border-color: #23b7e5;
33942
34491
  color: #58666e;
33943
34492
  }
@@ -33967,6 +34516,10 @@ readers do not read off random characters that represent icons */
33967
34516
  fill: #1f2329;
33968
34517
  }
33969
34518
 
34519
+ .amis-scope .a-Select-popup {
34520
+ height: 20rem;
34521
+ }
34522
+
33970
34523
  .amis-scope .a-Select-popover {
33971
34524
  margin-top: calc(0.0625rem * -1);
33972
34525
  background: #fff;
@@ -34046,6 +34599,7 @@ readers do not read off random characters that represent icons */
34046
34599
  height: 1.875rem;
34047
34600
  line-height: 1.4285714286;
34048
34601
  font-size: 0.875rem;
34602
+ align-items: center;
34049
34603
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
34050
34604
  }
34051
34605
 
@@ -34055,6 +34609,7 @@ readers do not read off random characters that represent icons */
34055
34609
  }
34056
34610
 
34057
34611
  .amis-scope .a-Selections-item > .a-Selections-dragbar {
34612
+ top: 0;
34058
34613
  width: 1.25rem;
34059
34614
  position: relative;
34060
34615
  left: calc(0.25rem * -1);
@@ -34378,7 +34933,7 @@ readers do not read off random characters that represent icons */
34378
34933
  }
34379
34934
 
34380
34935
  .amis-scope .a-ColorPicker-popup {
34381
- height: 80vh;
34936
+ height: 25rem;
34382
34937
  }
34383
34938
 
34384
34939
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -34646,7 +35201,50 @@ readers do not read off random characters that represent icons */
34646
35201
  }
34647
35202
 
34648
35203
  .amis-scope .a-DatePicker-popup {
34649
- height: 80vh;
35204
+ height: 18.75rem;
35205
+ }
35206
+
35207
+ .amis-scope .a-DatePicker.is-mobile {
35208
+ border: 0;
35209
+ justify-content: flex-end;
35210
+ }
35211
+
35212
+ .amis-scope .a-DatePicker.is-mobile span:focus,
35213
+ .amis-scope .a-DatePicker.is-mobile a:focus {
35214
+ outline: unset;
35215
+ }
35216
+
35217
+ .amis-scope .a-DatePicker.is-mobile .a-DatePicker-value,
35218
+ .amis-scope .a-DatePicker.is-mobile .a-DatePicker-clear {
35219
+ display: inline-flex;
35220
+ justify-content: flex-end;
35221
+ padding: 0 0;
35222
+ }
35223
+
35224
+ .amis-scope .a-DatePicker.is-mobile .a-DatePicker-value {
35225
+ margin-right: 0.25rem;
35226
+ }
35227
+
35228
+ .amis-scope .a-DatePicker.is-mobile .a-DatePicker-placeholder {
35229
+ flex-grow: unset;
35230
+ flex-basis: unset;
35231
+ }
35232
+
35233
+ .amis-scope .a-DatePicker.is-mobile .a-DatePicker-toggler {
35234
+ margin-top: -3px;
35235
+ }
35236
+
35237
+ .amis-scope .a-DatePicker-popup.a-DatePicker-mobile {
35238
+ color: red;
35239
+ }
35240
+
35241
+ .amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt {
35242
+ width: 100%;
35243
+ }
35244
+
35245
+ .amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
35246
+ width: 100%;
35247
+ padding: unset;
34650
35248
  }
34651
35249
 
34652
35250
  .amis-scope .rdt {
@@ -35201,7 +35799,7 @@ readers do not read off random characters that represent icons */
35201
35799
  }
35202
35800
 
35203
35801
  .amis-scope .a-DateRangePicker-popup {
35204
- height: 90vh;
35802
+ height: 25rem;
35205
35803
  }
35206
35804
 
35207
35805
  @media (min-width: 576px) {
@@ -35222,6 +35820,36 @@ readers do not read off random characters that represent icons */
35222
35820
  border-radius: 0.142rem;
35223
35821
  }
35224
35822
 
35823
+ .amis-scope .a-DateRangePicker.is-mobile {
35824
+ border: 0;
35825
+ justify-content: flex-end;
35826
+ }
35827
+
35828
+ .amis-scope .a-DateRangePicker.is-mobile span:focus,
35829
+ .amis-scope .a-DateRangePicker.is-mobile a:focus {
35830
+ outline: unset;
35831
+ }
35832
+
35833
+ .amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value,
35834
+ .amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-clear {
35835
+ display: inline-flex;
35836
+ justify-content: flex-end;
35837
+ padding: 0 0;
35838
+ }
35839
+
35840
+ .amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value {
35841
+ margin-right: 0.25rem;
35842
+ }
35843
+
35844
+ .amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-placeholder {
35845
+ flex-grow: unset;
35846
+ flex-basis: unset;
35847
+ }
35848
+
35849
+ .amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
35850
+ margin-top: -3px;
35851
+ }
35852
+
35225
35853
  .amis-scope .a-ImageControl {
35226
35854
  position: relative;
35227
35855
  }
@@ -36549,7 +37177,7 @@ readers do not read off random characters that represent icons */
36549
37177
  }
36550
37178
 
36551
37179
  .amis-scope .a-TreeSelect-popup {
36552
- height: 80vh;
37180
+ height: 25rem;
36553
37181
  }
36554
37182
 
36555
37183
  .amis-scope .a-TreeSelect-popover {
@@ -37715,6 +38343,10 @@ readers do not read off random characters that represent icons */
37715
38343
  flex-direction: column;
37716
38344
  }
37717
38345
 
38346
+ .amis-scope .a-TransferDropDown-content.is-mobile {
38347
+ width: 100%;
38348
+ }
38349
+
37718
38350
  .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37719
38351
  flex-grow: 1;
37720
38352
  max-height: 100%;
@@ -37816,6 +38448,125 @@ readers do not read off random characters that represent icons */
37816
38448
  border-bottom: 0.0625rem solid #eceff8;
37817
38449
  }
37818
38450
 
38451
+ .amis-scope .a-NestedSelect-popup {
38452
+ height: 28.75rem;
38453
+ }
38454
+
38455
+ .amis-scope .a-Cascader-tabs {
38456
+ display: flex;
38457
+ }
38458
+
38459
+ .amis-scope .a-Cascader-tabs.scrollable {
38460
+ display: block;
38461
+ overflow-x: auto;
38462
+ white-space: nowrap;
38463
+ }
38464
+
38465
+ .amis-scope .a-Cascader-tabs.scrollable::-webkit-scrollbar {
38466
+ display: none;
38467
+ }
38468
+
38469
+ .amis-scope .a-Cascader-tab {
38470
+ flex: 1;
38471
+ width: calc((100vw - 20px) / 3);
38472
+ height: 23.125rem;
38473
+ overflow-y: auto;
38474
+ display: inline-block;
38475
+ }
38476
+
38477
+ .amis-scope .a-Cascader-tab::-webkit-scrollbar {
38478
+ display: none;
38479
+ }
38480
+
38481
+ .amis-scope .a-Cascader {
38482
+ width: 100%;
38483
+ padding: 0 10px;
38484
+ }
38485
+
38486
+ .amis-scope .a-Cascader-Nav {
38487
+ overflow-x: auto;
38488
+ }
38489
+
38490
+ .amis-scope .a-Cascader-NavItem {
38491
+ display: inline-block;
38492
+ margin-right: 0.625rem;
38493
+ list-style: none;
38494
+ cursor: pointer;
38495
+ user-select: none;
38496
+ padding: 0 0.375rem;
38497
+ }
38498
+
38499
+ .amis-scope .a-Cascader-btnGroup {
38500
+ display: flex;
38501
+ justify-content: space-between;
38502
+ align-items: center;
38503
+ height: 3.75rem;
38504
+ }
38505
+
38506
+ .amis-scope .a-Cascader-options {
38507
+ box-sizing: border-box;
38508
+ height: var(--Cascader-option-height);
38509
+ padding-top: 0.375rem;
38510
+ overflow-y: auto;
38511
+ -webkit-overflow-scrolling: touch;
38512
+ margin: 0;
38513
+ padding: 0;
38514
+ }
38515
+
38516
+ .amis-scope .a-Cascader-option {
38517
+ display: flex;
38518
+ align-items: center;
38519
+ justify-content: space-between;
38520
+ padding: 0.375rem 0;
38521
+ font-size: 0.875rem;
38522
+ line-height: var(--Cascader-option-lineHeight);
38523
+ cursor: pointer;
38524
+ position: relative;
38525
+ }
38526
+
38527
+ .amis-scope .a-Cascader-option.selected span {
38528
+ color: #7266ba;
38529
+ }
38530
+
38531
+ .amis-scope .a-Cascader-option.disabled span {
38532
+ color: gray;
38533
+ }
38534
+
38535
+ .amis-scope .a-Cascader-option--text {
38536
+ white-space: nowrap;
38537
+ overflow: hidden;
38538
+ text-overflow: ellipsis;
38539
+ user-select: none;
38540
+ }
38541
+
38542
+ .amis-scope .a-Cascader-option-selectedNum {
38543
+ min-width: 1rem;
38544
+ height: 1rem;
38545
+ line-height: 1rem;
38546
+ border-radius: 100%;
38547
+ text-align: center;
38548
+ background: #23b7e5;
38549
+ color: #fff !important;
38550
+ font-size: 0.75rem;
38551
+ display: inline-block;
38552
+ position: absolute;
38553
+ right: 0;
38554
+ top: 50%;
38555
+ transform: translateY(-50%);
38556
+ }
38557
+
38558
+ .amis-scope .a-Cascader-icon {
38559
+ color: #7266ba;
38560
+ }
38561
+
38562
+ .amis-scope .a-Cascader-tab {
38563
+ padding: 0;
38564
+ }
38565
+
38566
+ .amis-scope .a-Cascader-btnCancel {
38567
+ color: #666;
38568
+ }
38569
+
37819
38570
  .amis-scope .a-IconPickerControl {
37820
38571
  position: relative;
37821
38572
  max-width: 100%;
@@ -38107,6 +38858,8 @@ readers do not read off random characters that represent icons */
38107
38858
  font-weight: 400;
38108
38859
  margin-bottom: 0.25rem;
38109
38860
  position: relative;
38861
+ font-size: 0.875rem;
38862
+ color: #5e626a;
38110
38863
  }
38111
38864
 
38112
38865
  .amis-scope .a-Form-label > span {
@@ -38539,18 +39292,188 @@ readers do not read off random characters that represent icons */
38539
39292
  width: 10%;
38540
39293
  }
38541
39294
 
38542
- .amis-scope .a-AnchorNav {
38543
- display: flex;
38544
- height: 25rem;
38545
- }
38546
-
38547
- .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
38548
- margin: 0;
38549
- padding: 0;
38550
- width: 8.75rem;
38551
- border-right: 0.0625rem solid #d3dae0;
38552
- padding-bottom: 3.75rem;
38553
- }
39295
+ /* 移动端样式调整 */
39296
+
39297
+ @media (max-width: 767px) {
39298
+ .amis-scope .a-Form .a-Form-item {
39299
+ display: flex;
39300
+ flex-wrap: wrap;
39301
+ margin-bottom: 0;
39302
+ padding: 0.75rem 0;
39303
+ position: relative;
39304
+ }
39305
+
39306
+ .amis-scope .a-Form .a-Form-item::after {
39307
+ position: absolute;
39308
+ box-sizing: border-box;
39309
+ content: " ";
39310
+ pointer-events: none;
39311
+ right: 0;
39312
+ bottom: 0;
39313
+ left: 0;
39314
+ border-bottom: 0.0625rem solid #d1d5db;
39315
+ transform: scaleY(0.5);
39316
+ }
39317
+
39318
+ .amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
39319
+ .amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
39320
+ border: none;
39321
+ }
39322
+
39323
+ .amis-scope .a-Form .a-Form-item > .a-Form-label {
39324
+ flex: 0 0 28%;
39325
+ max-width: 28%;
39326
+ min-height: 1px;
39327
+ text-align: left;
39328
+ padding-right: calc(1rem / 2);
39329
+ overflow-wrap: break-word;
39330
+ margin-right: 0;
39331
+ margin-bottom: 0;
39332
+ font-size: 1rem;
39333
+ }
39334
+
39335
+ .amis-scope .a-Form .a-Form-item .a-Form-description {
39336
+ font-size: 0.875rem;
39337
+ }
39338
+
39339
+ .amis-scope .a-Form .a-Form-item .a-TextControl-input {
39340
+ font-size: 1rem;
39341
+ }
39342
+
39343
+ .amis-scope .a-Form .a-Form-item .a-TextControl-input input {
39344
+ height: calc(1.4285714286 * 1rem);
39345
+ }
39346
+
39347
+ .amis-scope .a-Form .a-Form-item .a-Form-value,
39348
+ .amis-scope .a-Form .a-Form-item .a-Form-control {
39349
+ flex: 1;
39350
+ flex-wrap: wrap;
39351
+ font-size: 1rem;
39352
+ }
39353
+
39354
+ .amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
39355
+ .amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
39356
+ background: transparent;
39357
+ }
39358
+
39359
+ .amis-scope .a-Form .a-Form-item .a-Form-hint,
39360
+ .amis-scope .a-Form .a-Form-item .a-Form-remark,
39361
+ .amis-scope .a-Form .a-Form-item .a-Form-static,
39362
+ .amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
39363
+ .amis-scope .a-Form .a-Form-item .a-SwitchControl,
39364
+ .amis-scope .a-Form .a-Form-item .a-CheckboxControl,
39365
+ .amis-scope .a-Form .a-Form-item .a-RadiosControl,
39366
+ .amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
39367
+ padding-top: 0;
39368
+ padding-bottom: 0;
39369
+ }
39370
+
39371
+ .amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
39372
+ height: 1.875rem;
39373
+ }
39374
+
39375
+ .amis-scope .a-Form .a-Form-item .a-Form-hint {
39376
+ font-size: 0.875rem;
39377
+ margin-left: 0;
39378
+ color: #99a6ad;
39379
+ }
39380
+
39381
+ .amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
39382
+ top: 0;
39383
+ }
39384
+
39385
+ .amis-scope .a-Form .a-Form-item .a-Form-static {
39386
+ min-height: 0;
39387
+ }
39388
+
39389
+ .amis-scope .a-Form .a-Form-item .a-Form-description,
39390
+ .amis-scope .a-Form .a-Form-item .a-Form-feedback {
39391
+ font-size: 0.875rem;
39392
+ }
39393
+
39394
+ .amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
39395
+ .amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
39396
+ border: none;
39397
+ }
39398
+
39399
+ .amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
39400
+ height: 1.875rem;
39401
+ }
39402
+
39403
+ .amis-scope .a-Form .a-Form-item .a-ColorPicker {
39404
+ padding: 0;
39405
+ border: none;
39406
+ }
39407
+
39408
+ .amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
39409
+ display: none;
39410
+ }
39411
+
39412
+ .amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
39413
+ margin-bottom: 0.25rem;
39414
+ }
39415
+
39416
+ .amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
39417
+ .amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
39418
+ .amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
39419
+ border: none;
39420
+ padding: 0 0.5rem 0 0;
39421
+ box-shadow: none;
39422
+ }
39423
+
39424
+ .amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
39425
+ .amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
39426
+ .amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
39427
+ .amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
39428
+ .amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
39429
+ .amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
39430
+ .amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
39431
+ .amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
39432
+ .amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
39433
+ border: none;
39434
+ outline: none;
39435
+ outline-style: none;
39436
+ }
39437
+
39438
+ .amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
39439
+ padding: 0;
39440
+ min-height: 0;
39441
+ }
39442
+
39443
+ .amis-scope .a-Form .a-Form-groupColumn {
39444
+ margin-bottom: 0;
39445
+ }
39446
+
39447
+ .amis-scope .a-Form .a-Divider {
39448
+ display: none;
39449
+ }
39450
+
39451
+ .amis-scope .a-Form .a-Tabs-pane {
39452
+ padding: 0;
39453
+ }
39454
+
39455
+ .amis-scope .a-Form > .a-Form-item:last-child::after,
39456
+ .amis-scope .a-Form > .a-Form-item:last-of-type::after {
39457
+ display: none;
39458
+ }
39459
+
39460
+ .amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
39461
+ padding-bottom: 0.5rem;
39462
+ }
39463
+ }
39464
+
39465
+ .amis-scope .a-AnchorNav {
39466
+ display: flex;
39467
+ height: 25rem;
39468
+ }
39469
+
39470
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
39471
+ margin: 0;
39472
+ padding: 0;
39473
+ width: 8.75rem;
39474
+ border-right: 0.0625rem solid #d3dae0;
39475
+ padding-bottom: 3.75rem;
39476
+ }
38554
39477
 
38555
39478
  .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38556
39479
  position: relative;
@@ -38932,20 +39855,29 @@ readers do not read off random characters that represent icons */
38932
39855
  box-sizing: content-box;
38933
39856
  }
38934
39857
 
39858
+ .amis-scope .a-FormulaEditor-content {
39859
+ border-radius: 0.142rem;
39860
+ border: 0.0625rem solid #d1d5db;
39861
+ }
39862
+
38935
39863
  .amis-scope .a-FormulaEditor-header {
38936
39864
  width: 100%;
38937
- height: 2.5rem;
38938
- line-height: 2.5rem;
38939
- padding-left: 0.625rem;
39865
+ height: 1.875rem;
39866
+ line-height: 1.875rem;
39867
+ padding: 0 0.625rem;
38940
39868
  box-sizing: border-box;
38941
- background: #f3f8fb;
39869
+ background: var(--Formula-header-bgColor);
39870
+ border-radius: 0.142rem 0.142rem 0 0;
39871
+ border-bottom: 0.0625rem solid #d1d5db;
39872
+ font-weight: 500;
38942
39873
  }
38943
39874
 
38944
39875
  .amis-scope .a-FormulaEditor-editor {
38945
39876
  min-height: 14.875rem;
38946
39877
  max-height: 20rem;
38947
39878
  height: auto;
38948
- border: 0.0625rem solid #d1d5db;
39879
+ padding: 0.625rem;
39880
+ padding-right: 0;
38949
39881
  }
38950
39882
 
38951
39883
  .amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
@@ -39031,7 +39963,7 @@ readers do not read off random characters that represent icons */
39031
39963
  }
39032
39964
 
39033
39965
  .amis-scope .a-FormulaFuncList-funcItem.is-active {
39034
- color: #7266ba;
39966
+ background: var(--Formula-funcItem-bgColor-onActive);
39035
39967
  }
39036
39968
 
39037
39969
  .amis-scope .a-FormulaFuncList-groupTitle {
@@ -39047,8 +39979,384 @@ readers do not read off random characters that represent icons */
39047
39979
  padding: 10px 20px;
39048
39980
  }
39049
39981
 
39982
+ .amis-scope .a-FormulaFuncList-funcDetail pre {
39983
+ white-space: pre-wrap;
39984
+ word-wrap: break-word;
39985
+ background: var(--Formula-header-bgColor);
39986
+ padding: 0.625rem;
39987
+ border-radius: 0.142rem;
39988
+ margin-top: 0;
39989
+ }
39990
+
39991
+ .amis-scope .a-FormulaFuncList-funcDetail div {
39992
+ color: #414c52;
39993
+ }
39994
+
39050
39995
  .amis-scope .a-FormulaPicker-icon {
39051
39996
  margin-left: auto;
39997
+ margin-right: 0.3125rem;
39998
+ }
39999
+
40000
+ .amis-scope .a-Timeline-vertical {
40001
+ display: flex;
40002
+ flex-flow: column;
40003
+ }
40004
+
40005
+ .amis-scope .a-Timeline-vertical .a-TimelineItem {
40006
+ display: flex;
40007
+ flex: 1;
40008
+ flex-direction: row;
40009
+ }
40010
+
40011
+ .amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
40012
+ display: none;
40013
+ }
40014
+
40015
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
40016
+ position: relative;
40017
+ flex: var(--TimelineItem--axle-flex);
40018
+ }
40019
+
40020
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
40021
+ position: absolute;
40022
+ height: calc(100% - var(--TimelineItem--left-line-top));
40023
+ width: var(--TimelineItem--left-line-width);
40024
+ left: var(--TimelineItem--left-line-left);
40025
+ top: var(--TimelineItem--left-line-top);
40026
+ background-color: var(--TimelineItem--line-bg);
40027
+ }
40028
+
40029
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
40030
+ position: absolute;
40031
+ width: var(--TimelineItem--round-width);
40032
+ height: var(--TimelineItem--round-height);
40033
+ left: var(--TimelineItem--round-left);
40034
+ top: var(--TimelineItem--round-top);
40035
+ background: var(--TimelineItem-round-bg);
40036
+ border-radius: var(--TimelineItem--round-radius);
40037
+ }
40038
+
40039
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
40040
+ background: var(--Timeline--danger-bg);
40041
+ }
40042
+
40043
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
40044
+ background: var(--Timeline--info-bg);
40045
+ }
40046
+
40047
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
40048
+ background: var(--Timeline--success-bg);
40049
+ }
40050
+
40051
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
40052
+ background: var(--Timeline--warning-bg);
40053
+ }
40054
+
40055
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
40056
+ position: absolute;
40057
+ width: var(--TimelineItem--icon-width);
40058
+ height: var(--TimelineItem--icon-height);
40059
+ left: var(--TimelineItem--icon-left);
40060
+ border-radius: var(--TimelineItem--icon-radius);
40061
+ }
40062
+
40063
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content {
40064
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
40065
+ margin-left: var(--TimelineItem--content-margin-left);
40066
+ }
40067
+
40068
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
40069
+ color: var(--TimelineItem--text-secondary-color);
40070
+ font-size: var(--Timeline--font-size);
40071
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
40072
+ }
40073
+
40074
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
40075
+ color: var(--TimelineItem--text-primary-color);
40076
+ font-size: var(--Timeline--font-size);
40077
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
40078
+ }
40079
+
40080
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
40081
+ display: flex;
40082
+ cursor: pointer;
40083
+ align-items: center;
40084
+ font-size: var(--Timeline--font-size);
40085
+ color: var(--TimelineItem--detail-button-color);
40086
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
40087
+ }
40088
+
40089
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
40090
+ width: var(--TimelineItem-detail-arrow-width);
40091
+ height: var(--TimelineItem-detail-arrow-width);
40092
+ }
40093
+
40094
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
40095
+ transform: rotateX(180deg);
40096
+ }
40097
+
40098
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
40099
+ display: block;
40100
+ max-width: var(--TimelineItem-detail-visible-max-width);
40101
+ font-size: var(--Timeline--font-size);
40102
+ padding: var(--TimelineItem-detail-visible-padding);
40103
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
40104
+ }
40105
+
40106
+ .amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
40107
+ display: none;
40108
+ }
40109
+
40110
+ .amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
40111
+ flex-direction: row-reverse;
40112
+ }
40113
+
40114
+ .amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
40115
+ flex-direction: row-reverse;
40116
+ max-width: 50%;
40117
+ }
40118
+
40119
+ .amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
40120
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
40121
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
40122
+ }
40123
+
40124
+ .amis-scope .a-Timeline-horizontal {
40125
+ display: flex;
40126
+ flex-flow: row;
40127
+ margin-left: 50%;
40128
+ transform: translateX(-50%);
40129
+ }
40130
+
40131
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem {
40132
+ display: flex;
40133
+ width: -webkit-fill-available;
40134
+ flex-flow: column;
40135
+ }
40136
+
40137
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
40138
+ display: none;
40139
+ }
40140
+
40141
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
40142
+ position: relative;
40143
+ flex: var(--TimelineItem--axle-flex);
40144
+ }
40145
+
40146
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
40147
+ position: absolute;
40148
+ height: var(--TimelineItem--left-line-width);
40149
+ width: calc(100% - var(--TimelineItem--left-line-left));
40150
+ left: var(--TimelineItem--left-line-top);
40151
+ top: var(--TimelineItem--left-line-left);
40152
+ background-color: var(--TimelineItem--line-bg);
40153
+ }
40154
+
40155
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
40156
+ position: absolute;
40157
+ width: var(--TimelineItem--round-width);
40158
+ height: var(--TimelineItem--round-height);
40159
+ left: var(--TimelineItem--round-top);
40160
+ top: var(--TimelineItem--round-left);
40161
+ background: var(--TimelineItem-round-bg);
40162
+ border-radius: var(--TimelineItem--round-radius);
40163
+ }
40164
+
40165
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
40166
+ background: var(--Timeline--danger-bg);
40167
+ }
40168
+
40169
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
40170
+ background: var(--Timeline--info-bg);
40171
+ }
40172
+
40173
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
40174
+ background: var(--Timeline--success-bg);
40175
+ }
40176
+
40177
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
40178
+ background: var(--Timeline--warning-bg);
40179
+ }
40180
+
40181
+ .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
40182
+ position: absolute;
40183
+ width: var(--TimelineItem--icon-width);
40184
+ height: var(--TimelineItem--icon-height);
40185
+ left: var(--TimelineItem--icon-left);
40186
+ border-radius: var(--TimelineItem--icon-radius);
40187
+ }
40188
+
40189
+ /**
40190
+ * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
40191
+ */
40192
+
40193
+ .amis-scope .AMISDebug {
40194
+ position: fixed;
40195
+ z-index: 4000;
40196
+ top: 0;
40197
+ right: 0;
40198
+ height: 100vh;
40199
+ width: 24px;
40200
+ }
40201
+
40202
+ .amis-scope .AMISDebug h3 {
40203
+ color: inherit;
40204
+ }
40205
+
40206
+ .amis-scope .AMISDebug .primary {
40207
+ color: #009fff;
40208
+ }
40209
+
40210
+ .amis-scope .AMISDebug-header {
40211
+ padding: 0.75rem;
40212
+ background: #f9f9f9;
40213
+ border-bottom: 0.0625rem solid #dfe2e6;
40214
+ }
40215
+
40216
+ .amis-scope .AMISDebug-hoverBox {
40217
+ pointer-events: none;
40218
+ position: absolute;
40219
+ outline: 1px dashed #1c76c4;
40220
+ }
40221
+
40222
+ .amis-scope .AMISDebug-activeBox {
40223
+ pointer-events: none;
40224
+ position: absolute;
40225
+ outline: 1px #1c76c4;
40226
+ }
40227
+
40228
+ .amis-scope .AMISDebug-tab {
40229
+ overflow: hidden;
40230
+ }
40231
+
40232
+ .amis-scope .AMISDebug-tab > button {
40233
+ color: inherit;
40234
+ background: inherit;
40235
+ float: left;
40236
+ border: none;
40237
+ outline: none;
40238
+ cursor: pointer;
40239
+ padding: 0.5rem 1rem;
40240
+ transition: 0.3s;
40241
+ border-bottom: 1px solid transparent;
40242
+ }
40243
+
40244
+ .amis-scope .AMISDebug-tab > button:hover {
40245
+ color: #e7e7e7;
40246
+ }
40247
+
40248
+ .amis-scope .AMISDebug-tab > button.active {
40249
+ color: #e7e7e7;
40250
+ border-bottom-color: #e7e7e7;
40251
+ }
40252
+
40253
+ .amis-scope .AMISDebug-toggle {
40254
+ background: #edf1f2;
40255
+ position: fixed;
40256
+ top: 50%;
40257
+ right: 0;
40258
+ width: 24px;
40259
+ height: 48px;
40260
+ box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
40261
+ border-top-left-radius: 12px;
40262
+ border-bottom-left-radius: 12px;
40263
+ padding-top: 14px;
40264
+ padding-left: 6px;
40265
+ cursor: pointer;
40266
+ }
40267
+
40268
+ .amis-scope .AMISDebug-toggle i {
40269
+ color: #58666e;
40270
+ }
40271
+
40272
+ .amis-scope .AMISDebug-toggle:hover i {
40273
+ color: #7266ba;
40274
+ }
40275
+
40276
+ .amis-scope .AMISDebug-content {
40277
+ display: none;
40278
+ }
40279
+
40280
+ .amis-scope .AMISDebug-resize {
40281
+ position: absolute;
40282
+ width: 4px;
40283
+ top: 0;
40284
+ left: 0;
40285
+ bottom: 0;
40286
+ cursor: col-resize;
40287
+ }
40288
+
40289
+ .amis-scope .AMISDebug-resize:hover {
40290
+ background: #75715e;
40291
+ }
40292
+
40293
+ .amis-scope .AMISDebug-changePosition {
40294
+ position: absolute;
40295
+ font-size: 18px;
40296
+ right: 40px;
40297
+ top: 0.5rem;
40298
+ cursor: pointer;
40299
+ }
40300
+
40301
+ .amis-scope .AMISDebug-close {
40302
+ position: absolute;
40303
+ font-size: 18px;
40304
+ right: 0.5rem;
40305
+ top: 0.5rem;
40306
+ cursor: pointer;
40307
+ }
40308
+
40309
+ .amis-scope .AMISDebug.is-expanded {
40310
+ width: 420px;
40311
+ overflow: auto;
40312
+ background: #272821;
40313
+ color: #cccccc;
40314
+ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
40315
+ }
40316
+
40317
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
40318
+ display: none;
40319
+ }
40320
+
40321
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-content {
40322
+ display: block;
40323
+ }
40324
+
40325
+ .amis-scope .AMISDebug.is-left {
40326
+ left: 0;
40327
+ }
40328
+
40329
+ .amis-scope .AMISDebug.is-left .AMISDebug-resize {
40330
+ left: unset;
40331
+ right: 0;
40332
+ }
40333
+
40334
+ .amis-scope .AMISDebug-log {
40335
+ padding: 0.5rem;
40336
+ }
40337
+
40338
+ .amis-scope .AMISDebug-log button {
40339
+ cursor: pointer;
40340
+ background: #0e639c;
40341
+ flex-grow: 1;
40342
+ box-sizing: border-box;
40343
+ display: inline-flex;
40344
+ justify-content: center;
40345
+ align-items: center;
40346
+ padding: 6px 11px;
40347
+ outline: none;
40348
+ text-decoration: none;
40349
+ color: inherit;
40350
+ max-width: 300px;
40351
+ border: none;
40352
+ }
40353
+
40354
+ .amis-scope .AMISDebug-log button:hover {
40355
+ background: #1177bb;
40356
+ }
40357
+
40358
+ .amis-scope .AMISDebug-inspect {
40359
+ padding: 0.5rem;
39052
40360
  }
39053
40361
 
39054
40362
  /*