amis 1.5.7 → 1.5.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) 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.d.ts +20 -20
  15. package/lib/components/ChainedSelection.d.ts +84 -84
  16. package/lib/components/ChainedSelection.js +15 -3
  17. package/lib/components/ChainedSelection.js.map +2 -2
  18. package/lib/components/ColorPicker.d.ts +84 -84
  19. package/lib/components/ColorPicker.js.map +2 -2
  20. package/lib/components/DatePicker.d.ts +84 -84
  21. package/lib/components/DatePicker.js +10 -4
  22. package/lib/components/DatePicker.js.map +2 -2
  23. package/lib/components/DateRangePicker.d.ts +85 -84
  24. package/lib/components/DateRangePicker.js +21 -6
  25. package/lib/components/DateRangePicker.js.map +2 -2
  26. package/lib/components/GroupedSelection.d.ts +84 -84
  27. package/lib/components/GroupedSelection.js +14 -2
  28. package/lib/components/GroupedSelection.js.map +2 -2
  29. package/lib/components/MonthRangePicker.d.ts +85 -84
  30. package/lib/components/MonthRangePicker.js +19 -6
  31. package/lib/components/MonthRangePicker.js.map +2 -2
  32. package/lib/components/Overlay.d.ts +1 -1
  33. package/lib/components/Overlay.js.map +1 -1
  34. package/lib/components/Picker.js +9 -4
  35. package/lib/components/Picker.js.map +2 -2
  36. package/lib/components/PickerColumn.js +0 -1
  37. package/lib/components/PickerColumn.js.map +2 -2
  38. package/lib/components/PickerContainer.d.ts +3 -0
  39. package/lib/components/PickerContainer.js +12 -5
  40. package/lib/components/PickerContainer.js.map +2 -2
  41. package/lib/components/PopUp.d.ts +1 -0
  42. package/lib/components/PopUp.js +5 -5
  43. package/lib/components/PopUp.js.map +2 -2
  44. package/lib/components/ResultBox.js +2 -1
  45. package/lib/components/ResultBox.js.map +2 -2
  46. package/lib/components/ResultList.d.ts +9 -2
  47. package/lib/components/ResultList.js +22 -2
  48. package/lib/components/ResultList.js.map +2 -2
  49. package/lib/components/Select.d.ts +237 -237
  50. package/lib/components/Select.js +1 -1
  51. package/lib/components/Select.js.map +1 -1
  52. package/lib/components/Selection.d.ts +94 -86
  53. package/lib/components/Selection.js +11 -2
  54. package/lib/components/Selection.js.map +2 -2
  55. package/lib/components/Steps.js.map +2 -2
  56. package/lib/components/TableSelection.d.ts +85 -85
  57. package/lib/components/TableSelection.js +1 -9
  58. package/lib/components/TableSelection.js.map +2 -2
  59. package/lib/components/Tabs.js +31 -33
  60. package/lib/components/Tabs.js.map +2 -2
  61. package/lib/components/TabsTransfer.d.ts +87 -256
  62. package/lib/components/TabsTransfer.js +52 -9
  63. package/lib/components/TabsTransfer.js.map +2 -2
  64. package/lib/components/TabsTransferPicker.d.ts +1 -1
  65. package/lib/components/TabsTransferPicker.js +20 -18
  66. package/lib/components/TabsTransferPicker.js.map +2 -2
  67. package/lib/components/Timeline.d.ts +69 -0
  68. package/lib/components/Timeline.js +16 -0
  69. package/lib/components/Timeline.js.map +13 -0
  70. package/lib/components/TimelineItem.d.ts +516 -0
  71. package/lib/components/TimelineItem.js +41 -0
  72. package/lib/components/TimelineItem.js.map +13 -0
  73. package/lib/components/Transfer.d.ts +100 -98
  74. package/lib/components/Transfer.js +2 -3
  75. package/lib/components/Transfer.js.map +2 -2
  76. package/lib/components/TransferDropDown.d.ts +84 -84
  77. package/lib/components/TransferDropDown.js +1 -5
  78. package/lib/components/TransferDropDown.js.map +2 -2
  79. package/lib/components/TransferPicker.d.ts +1 -0
  80. package/lib/components/TransferPicker.js +19 -4
  81. package/lib/components/TransferPicker.js.map +2 -2
  82. package/lib/components/TreeSelection.d.ts +85 -85
  83. package/lib/components/TreeSelection.js +7 -1
  84. package/lib/components/TreeSelection.js.map +2 -2
  85. package/lib/components/calendar/Calendar.d.ts +5 -0
  86. package/lib/components/calendar/Calendar.js +15 -2
  87. package/lib/components/calendar/Calendar.js.map +2 -2
  88. package/lib/components/calendar/DaysView.d.ts +1 -0
  89. package/lib/components/calendar/DaysView.js +25 -13
  90. package/lib/components/calendar/DaysView.js.map +2 -2
  91. package/lib/components/calendar/MonthsView.d.ts +28 -0
  92. package/lib/components/calendar/MonthsView.js +79 -3
  93. package/lib/components/calendar/MonthsView.js.map +2 -2
  94. package/lib/components/calendar/QuartersView.d.ts +1 -0
  95. package/lib/components/calendar/QuartersView.js +2 -2
  96. package/lib/components/calendar/QuartersView.js.map +2 -2
  97. package/lib/components/calendar/TimeView.d.ts +5 -0
  98. package/lib/components/calendar/TimeView.js +8 -5
  99. package/lib/components/calendar/TimeView.js.map +2 -2
  100. package/lib/components/calendar/YearsView.js +6 -4
  101. package/lib/components/calendar/YearsView.js.map +2 -2
  102. package/lib/components/condition-builder/Field.js +1 -4
  103. package/lib/components/condition-builder/Field.js.map +2 -2
  104. package/lib/components/condition-builder/Func.js +1 -1
  105. package/lib/components/condition-builder/Func.js.map +2 -2
  106. package/lib/components/formula/Editor.d.ts +3 -0
  107. package/lib/components/formula/Editor.js +3 -2
  108. package/lib/components/formula/Editor.js.map +2 -2
  109. package/lib/components/formula/FuncList.js +2 -1
  110. package/lib/components/formula/FuncList.js.map +2 -2
  111. package/lib/components/formula/Picker.js +1 -1
  112. package/lib/components/formula/Picker.js.map +2 -2
  113. package/lib/components/icons.js +2 -0
  114. package/lib/components/icons.js.map +2 -2
  115. package/lib/components/index.d.ts +2 -1
  116. package/lib/components/index.js +4 -2
  117. package/lib/components/index.js.map +2 -2
  118. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  119. package/lib/components/virtual-list/index.js +1 -2
  120. package/lib/components/virtual-list/index.js.map +2 -2
  121. package/lib/factory.js +5 -0
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/tree-down.js +7 -0
  124. package/lib/index.d.ts +1 -0
  125. package/lib/index.js +2 -1
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +13 -2
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +13 -2
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +12 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Avatar.d.ts +35 -26
  134. package/lib/renderers/Avatar.js +14 -19
  135. package/lib/renderers/Avatar.js.map +2 -2
  136. package/lib/renderers/Card.js +6 -5
  137. package/lib/renderers/Card.js.map +2 -2
  138. package/lib/renderers/Custom.js.map +2 -2
  139. package/lib/renderers/Each.js +5 -2
  140. package/lib/renderers/Each.js.map +2 -2
  141. package/lib/renderers/Flex.js +1 -5
  142. package/lib/renderers/Flex.js.map +2 -2
  143. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  144. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  145. package/lib/renderers/Form/DiffEditor.js +2 -1
  146. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  147. package/lib/renderers/Form/InputCity.d.ts +84 -84
  148. package/lib/renderers/Form/InputColor.d.ts +84 -84
  149. package/lib/renderers/Form/InputColor.js +1 -1
  150. package/lib/renderers/Form/InputColor.js.map +2 -2
  151. package/lib/renderers/Form/InputDate.js +6 -4
  152. package/lib/renderers/Form/InputDate.js.map +2 -2
  153. package/lib/renderers/Form/InputDateRange.js +1 -1
  154. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  155. package/lib/renderers/Form/InputFormula.d.ts +4 -1
  156. package/lib/renderers/Form/InputFormula.js +2 -2
  157. package/lib/renderers/Form/InputFormula.js.map +2 -2
  158. package/lib/renderers/Form/InputImage.d.ts +1 -0
  159. package/lib/renderers/Form/InputImage.js +8 -4
  160. package/lib/renderers/Form/InputImage.js.map +2 -2
  161. package/lib/renderers/Form/InputMonthRange.js +1 -1
  162. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  163. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  164. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  165. package/lib/renderers/Form/InputYearRange.js +1 -1
  166. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  167. package/lib/renderers/Form/Item.js +11 -4
  168. package/lib/renderers/Form/Item.js.map +2 -2
  169. package/lib/renderers/Form/NestedSelect.js +1 -1
  170. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  171. package/lib/renderers/Form/Select.js +1 -1
  172. package/lib/renderers/Form/Select.js.map +2 -2
  173. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  174. package/lib/renderers/Form/TabsTransfer.js +20 -1
  175. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  176. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  177. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  178. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  179. package/lib/renderers/Form/Transfer.d.ts +15 -4
  180. package/lib/renderers/Form/Transfer.js +55 -18
  181. package/lib/renderers/Form/Transfer.js.map +2 -2
  182. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  183. package/lib/renderers/Form/TransferPicker.js +1 -1
  184. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  185. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  186. package/lib/renderers/IFrame.js +0 -2
  187. package/lib/renderers/IFrame.js.map +2 -2
  188. package/lib/renderers/Remark.d.ts +4 -0
  189. package/lib/renderers/Remark.js +38 -7
  190. package/lib/renderers/Remark.js.map +2 -2
  191. package/lib/renderers/Steps.js +5 -5
  192. package/lib/renderers/Steps.js.map +2 -2
  193. package/lib/renderers/Table/index.js +4 -1
  194. package/lib/renderers/Table/index.js.map +2 -2
  195. package/lib/renderers/Tabs.js +1 -1
  196. package/lib/renderers/Tabs.js.map +2 -2
  197. package/lib/renderers/Timeline.d.ts +65 -0
  198. package/lib/renderers/Timeline.js +54 -0
  199. package/lib/renderers/Timeline.js.map +13 -0
  200. package/lib/renderers/Video.js.map +2 -2
  201. package/lib/store/combo.js.map +2 -2
  202. package/lib/themes/ang-ie11.css +659 -25
  203. package/lib/themes/ang.css +659 -25
  204. package/lib/themes/ang.css.map +1 -1
  205. package/lib/themes/antd-ie11.css +694 -25
  206. package/lib/themes/antd.css +694 -25
  207. package/lib/themes/antd.css.map +1 -1
  208. package/lib/themes/cxd-ie11.css +696 -25
  209. package/lib/themes/cxd.css +696 -25
  210. package/lib/themes/cxd.css.map +1 -1
  211. package/lib/themes/dark-ie11.css +660 -25
  212. package/lib/themes/dark.css +660 -25
  213. package/lib/themes/dark.css.map +1 -1
  214. package/lib/themes/default.css +696 -25
  215. package/lib/themes/default.css.map +1 -1
  216. package/lib/utils/RootClose.js +3 -1
  217. package/lib/utils/RootClose.js.map +2 -2
  218. package/lib/utils/helper.d.ts +1 -1
  219. package/lib/utils/helper.js +1 -1
  220. package/lib/utils/helper.js.map +2 -2
  221. package/package.json +13 -6
  222. package/schema.json +1042 -541
  223. package/scss/_properties.scss +8 -0
  224. package/scss/components/_avatar.scss +27 -9
  225. package/scss/components/_calendar.scss +280 -0
  226. package/scss/components/_card.scss +1 -1
  227. package/scss/components/_collapse-group.scss +1 -3
  228. package/scss/components/_formula.scss +30 -6
  229. package/scss/components/_modal.scss +18 -0
  230. package/scss/components/_panel.scss +45 -0
  231. package/scss/components/_popup.scss +10 -6
  232. package/scss/components/_timeline.scss +198 -0
  233. package/scss/components/form/_form.scss +168 -0
  234. package/scss/components/form/_result-list.scss +2 -0
  235. package/scss/components/form/_selection.scss +5 -4
  236. package/scss/themes/_antd-variables.scss +42 -0
  237. package/scss/themes/_common.scss +1 -0
  238. package/scss/themes/_cxd-variables.scss +47 -0
  239. package/scss/themes/_dark-variables.scss +1 -0
  240. package/sdk/ang-ie11.css +782 -23
  241. package/sdk/ang.css +791 -26
  242. package/sdk/antd-ie11.css +782 -23
  243. package/sdk/antd.css +826 -26
  244. package/sdk/charts.js +17 -17
  245. package/sdk/codemirror.js +7 -7
  246. package/sdk/color-picker.js +65 -65
  247. package/sdk/cropperjs.js +3 -3
  248. package/sdk/cxd-ie11.css +782 -23
  249. package/sdk/cxd.css +828 -26
  250. package/sdk/dark-ie11.css +783 -24
  251. package/sdk/dark.css +792 -26
  252. package/sdk/exceljs.js +1 -1
  253. package/sdk/locale/de-DE.js +13 -2
  254. package/sdk/markdown.js +69 -69
  255. package/sdk/papaparse.js +1 -1
  256. package/sdk/renderers/Form/CityDB.js +1 -1
  257. package/sdk/rest.js +18 -18
  258. package/sdk/rich-text.js +62 -62
  259. package/sdk/sdk-ie11.css +782 -23
  260. package/sdk/sdk.css +828 -26
  261. package/sdk/sdk.js +1225 -1285
  262. package/sdk/thirds/hls.js/hls.js +18 -18
  263. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  264. package/sdk/tinymce.js +57 -57
  265. package/src/Schema.ts +3 -0
  266. package/src/components/AssociatedSelection.tsx +5 -1
  267. package/src/components/Avatar.tsx +253 -0
  268. package/src/components/BaiduMapPicker.tsx +19 -14
  269. package/src/components/CalendarMobile.tsx +563 -0
  270. package/src/components/ChainedSelection.tsx +16 -3
  271. package/src/components/ColorPicker.tsx +37 -39
  272. package/src/components/DatePicker.tsx +41 -35
  273. package/src/components/DateRangePicker.tsx +61 -16
  274. package/src/components/GroupedSelection.tsx +14 -2
  275. package/src/components/MonthRangePicker.tsx +57 -17
  276. package/src/components/Overlay.tsx +1 -1
  277. package/src/components/Picker.tsx +41 -36
  278. package/src/components/PickerColumn.tsx +22 -25
  279. package/src/components/PickerContainer.tsx +13 -1
  280. package/src/components/PopUp.tsx +34 -49
  281. package/src/components/ResultBox.tsx +4 -1
  282. package/src/components/ResultList.tsx +36 -6
  283. package/src/components/Select.tsx +1 -1
  284. package/src/components/Selection.tsx +21 -3
  285. package/src/components/Steps.tsx +23 -10
  286. package/src/components/TableSelection.tsx +1 -44
  287. package/src/components/Tabs.tsx +65 -54
  288. package/src/components/TabsTransfer.tsx +78 -9
  289. package/src/components/TabsTransferPicker.tsx +25 -13
  290. package/src/components/Timeline.tsx +31 -0
  291. package/src/components/TimelineItem.tsx +107 -0
  292. package/src/components/Transfer.tsx +11 -8
  293. package/src/components/TransferDropDown.tsx +1 -7
  294. package/src/components/TransferPicker.tsx +25 -4
  295. package/src/components/TreeSelection.tsx +7 -1
  296. package/src/components/calendar/Calendar.tsx +26 -6
  297. package/src/components/calendar/DaysView.tsx +79 -31
  298. package/src/components/calendar/MonthsView.tsx +116 -2
  299. package/src/components/calendar/QuartersView.tsx +3 -2
  300. package/src/components/calendar/TimeView.tsx +26 -16
  301. package/src/components/calendar/YearsView.tsx +14 -16
  302. package/src/components/condition-builder/Field.tsx +1 -3
  303. package/src/components/condition-builder/Func.tsx +1 -1
  304. package/src/components/formula/Editor.tsx +16 -11
  305. package/src/components/formula/FuncList.tsx +3 -1
  306. package/src/components/formula/Picker.tsx +2 -1
  307. package/src/components/icons.tsx +2 -0
  308. package/src/components/index.tsx +2 -0
  309. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  310. package/src/components/virtual-list/index.tsx +4 -6
  311. package/src/factory.tsx +6 -0
  312. package/src/icons/tree-down.svg +5 -0
  313. package/src/index.tsx +1 -0
  314. package/src/locale/de-DE.ts +13 -2
  315. package/src/locale/en-US.ts +13 -2
  316. package/src/locale/zh-CN.ts +12 -1
  317. package/src/renderers/Avatar.tsx +83 -74
  318. package/src/renderers/Card.tsx +10 -6
  319. package/src/renderers/Custom.tsx +6 -3
  320. package/src/renderers/Each.tsx +4 -4
  321. package/src/renderers/Flex.tsx +3 -7
  322. package/src/renderers/Form/ChartRadios.tsx +2 -7
  323. package/src/renderers/Form/Checkboxes.tsx +1 -1
  324. package/src/renderers/Form/DiffEditor.tsx +2 -3
  325. package/src/renderers/Form/InputColor.tsx +1 -1
  326. package/src/renderers/Form/InputDate.tsx +38 -19
  327. package/src/renderers/Form/InputDateRange.tsx +0 -1
  328. package/src/renderers/Form/InputFormula.tsx +9 -4
  329. package/src/renderers/Form/InputImage.tsx +9 -4
  330. package/src/renderers/Form/InputMonthRange.tsx +0 -1
  331. package/src/renderers/Form/InputQuarterRange.tsx +0 -1
  332. package/src/renderers/Form/InputYearRange.tsx +0 -1
  333. package/src/renderers/Form/Item.tsx +15 -4
  334. package/src/renderers/Form/NestedSelect.tsx +1 -1
  335. package/src/renderers/Form/Select.tsx +0 -1
  336. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  337. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  338. package/src/renderers/Form/Transfer.tsx +75 -24
  339. package/src/renderers/Form/TransferPicker.tsx +6 -38
  340. package/src/renderers/Form/TreeSelect.tsx +12 -14
  341. package/src/renderers/IFrame.tsx +0 -2
  342. package/src/renderers/Remark.tsx +67 -18
  343. package/src/renderers/Steps.tsx +11 -13
  344. package/src/renderers/Table/index.tsx +7 -1
  345. package/src/renderers/Tabs.tsx +6 -2
  346. package/src/renderers/Timeline.tsx +141 -0
  347. package/src/renderers/Video.tsx +4 -20
  348. package/src/store/combo.ts +1 -3
  349. package/src/utils/RootClose.ts +5 -1
  350. package/src/utils/helper.ts +1 -1
package/sdk/dark.css CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
19838
19838
  --Audio-volumeControl-width: 6.875rem;
19839
19839
  --Avatar-bg: #d1d5db;
19840
19840
  --Avatar-width: 2.5rem;
19841
+ --Avatar-size-large: 3rem;
19842
+ --Avatar-size-default: var(--Avatar-width);
19843
+ --Avatar-size-small: 2rem;
19844
+ --Avatar-icon-size-large: 1.25rem;
19845
+ --Avatar-icon-size-default: var(--fontSizeLg);
19846
+ --Avatar-icon-size-small: 0.75rem;
19841
19847
  --Badge-size: var(--gap-md);
19842
19848
  --Badge-color: var(--white);
19843
19849
  --Badge--success-bg: var(--success);
@@ -21034,6 +21040,7 @@ readers do not read off random characters that represent icons */
21034
21040
  --DatePicker-bg: var(--background);
21035
21041
  --DatePicker-header-select-borderColor: var(--background);
21036
21042
  --DropDown-menu-bg: var(--background);
21043
+ --Drawer-header-bg: var(--background);
21037
21044
  --Fieldset-legend-bgColor: var(--background);
21038
21045
  --Form-input-addOnBg: var(--Form-input-bg);
21039
21046
  --Form-input-bg: #3c3c3c;
@@ -23618,9 +23625,10 @@ readers do not read off random characters that represent icons */
23618
23625
 
23619
23626
  .amis-scope .dark-Avatar {
23620
23627
  background: var(--Avatar-bg);
23621
- width: var(--Avatar-width);
23622
- height: var(--Avatar-width);
23623
- line-height: var(--Avatar-width);
23628
+ width: var(--Avatar-size-default);
23629
+ height: var(--Avatar-size-default);
23630
+ line-height: var(--Avatar-size-default);
23631
+ position: relative;
23624
23632
  display: inline-block;
23625
23633
  overflow: hidden;
23626
23634
  flex-shrink: 0;
@@ -23628,6 +23636,36 @@ readers do not read off random characters that represent icons */
23628
23636
  text-align: center;
23629
23637
  }
23630
23638
 
23639
+ .amis-scope .dark-Avatar i {
23640
+ font-size: var(--Avatar-icon-size-default);
23641
+ }
23642
+
23643
+ .amis-scope .dark-Avatar--lg {
23644
+ width: var(--Avatar-size-large);
23645
+ height: var(--Avatar-size-large);
23646
+ line-height: var(--Avatar-size-large);
23647
+ }
23648
+
23649
+ .amis-scope .dark-Avatar--lg i {
23650
+ font-size: var(--Avatar-icon-size-large);
23651
+ }
23652
+
23653
+ .amis-scope .dark-Avatar--sm {
23654
+ width: var(--Avatar-size-small);
23655
+ height: var(--Avatar-size-small);
23656
+ line-height: var(--Avatar-size-small);
23657
+ }
23658
+
23659
+ .amis-scope .dark-Avatar--sm i {
23660
+ font-size: var(--Avatar-icon-size-small);
23661
+ }
23662
+
23663
+ .amis-scope .dark-Avatar--text {
23664
+ position: absolute;
23665
+ left: 50%;
23666
+ transform-origin: 0 center;
23667
+ }
23668
+
23631
23669
  .amis-scope .dark-Avatar--square {
23632
23670
  border-radius: 0%;
23633
23671
  }
@@ -23636,15 +23674,9 @@ readers do not read off random characters that represent icons */
23636
23674
  border-radius: 10%;
23637
23675
  }
23638
23676
 
23639
- .amis-scope .dark-Avatar i {
23640
- font-size: var(--fontSizeLg);
23641
- }
23642
-
23643
23677
  .amis-scope .dark-Avatar img {
23644
- color: transparent;
23645
23678
  width: 100%;
23646
23679
  height: 100%;
23647
- object-fit: cover;
23648
23680
  }
23649
23681
 
23650
23682
  .amis-scope .dark-Avatar:hover img,
@@ -24058,6 +24090,23 @@ readers do not read off random characters that represent icons */
24058
24090
  overflow: auto;
24059
24091
  }
24060
24092
 
24093
+ /* 移动端样式调整 */
24094
+
24095
+ @media (max-width: 767px) {
24096
+ .amis-scope .dark-Modal .dark-Modal-footer {
24097
+ display: flex;
24098
+ }
24099
+
24100
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button {
24101
+ flex: 1;
24102
+ height: 2.75rem;
24103
+ }
24104
+
24105
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button:first-child {
24106
+ margin-left: 0;
24107
+ }
24108
+ }
24109
+
24061
24110
  .amis-scope .dark-Drawer {
24062
24111
  position: fixed;
24063
24112
  top: 0;
@@ -24794,22 +24843,26 @@ readers do not read off random characters that represent icons */
24794
24843
 
24795
24844
  .amis-scope .dark-PopUp-closeWrap {
24796
24845
  width: 100%;
24797
- position: absolute !important;
24846
+ position: absolute;
24798
24847
  left: 0;
24799
24848
  top: 0;
24849
+ text-align: center;
24850
+ height: 3rem;
24851
+ line-height: 3rem;
24800
24852
  }
24801
24853
 
24802
- .amis-scope .dark-PopUp-close {
24803
- width: 2.125rem !important;
24804
- height: 2.125rem !important;
24805
- padding: 0.75rem;
24854
+ .amis-scope .dark-PopUp-closeWrap .dark-PopUp-close {
24855
+ position: absolute;
24856
+ z-index: 1;
24857
+ color: var(--icon-color);
24806
24858
  cursor: pointer;
24859
+ top: 0.9375rem;
24860
+ right: 0.9375rem;
24807
24861
  }
24808
24862
 
24809
24863
  .amis-scope .dark-PopUp-content {
24810
24864
  overflow-y: auto;
24811
24865
  height: 100%;
24812
- display: flex;
24813
24866
  }
24814
24867
 
24815
24868
  .amis-scope .dark-PopUp > * {
@@ -26839,6 +26892,50 @@ readers do not read off random characters that represent icons */
26839
26892
  display: none;
26840
26893
  }
26841
26894
 
26895
+ /* 移动端样式调整 */
26896
+
26897
+ @media (max-width: 767px) {
26898
+ .amis-scope .dark-Panel--form {
26899
+ border: none;
26900
+ box-shadow: none;
26901
+ margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
26902
+ }
26903
+
26904
+ .amis-scope .dark-Panel--form .dark-Panel-body {
26905
+ padding: 0 var(--gap-md) var(--gap-md);
26906
+ }
26907
+
26908
+ .amis-scope .dark-Panel--form > .dark-Panel-heading {
26909
+ background: none;
26910
+ border: none;
26911
+ border-radius: 0;
26912
+ }
26913
+
26914
+ .amis-scope .dark-Panel--form > .dark-Panel-heading .dark-Panel-title {
26915
+ padding-left: var(--Panel-bodyPadding);
26916
+ border-left: 0.1875rem solid var(--primary);
26917
+ font-size: var(--fontSizeLg);
26918
+ }
26919
+
26920
+ .amis-scope .dark-Panel--form .dark-Panel-footerWrap {
26921
+ padding-bottom: var(--Panel-bodyPadding);
26922
+ }
26923
+
26924
+ .amis-scope .dark-Panel--form .dark-Panel-footer {
26925
+ border-top: none;
26926
+ display: flex;
26927
+ padding: 0 var(--Panel-bodyPadding);
26928
+ }
26929
+
26930
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button {
26931
+ flex: 1;
26932
+ }
26933
+
26934
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button:first-child {
26935
+ margin-left: 0;
26936
+ }
26937
+ }
26938
+
26842
26939
  .amis-scope .dark-Service {
26843
26940
  position: relative;
26844
26941
  }
@@ -27275,6 +27372,294 @@ readers do not read off random characters that represent icons */
27275
27372
  position: relative;
27276
27373
  }
27277
27374
 
27375
+ .amis-scope .dark-CalendarMobile {
27376
+ height: 100%;
27377
+ overflow: scroll;
27378
+ }
27379
+
27380
+ .amis-scope .dark-CalendarMobile-pop {
27381
+ position: fixed;
27382
+ bottom: 0;
27383
+ left: 0;
27384
+ width: 100vw;
27385
+ height: 90vh;
27386
+ background: #fff;
27387
+ border-radius: 1rem 1rem 0 0;
27388
+ overflow: hidden;
27389
+ border-width: 0;
27390
+ }
27391
+
27392
+ .amis-scope .dark-CalendarMobile-wrap {
27393
+ display: flex;
27394
+ flex-direction: column;
27395
+ height: 100%;
27396
+ }
27397
+
27398
+ .amis-scope .dark-CalendarMobile-header {
27399
+ flex-shrink: 0;
27400
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
27401
+ position: relative;
27402
+ }
27403
+
27404
+ .amis-scope .dark-CalendarMobile-header .subtitle-text {
27405
+ display: inline-block;
27406
+ width: 6.875rem;
27407
+ position: relative;
27408
+ }
27409
+
27410
+ .amis-scope .dark-CalendarMobile-header .rdtPrev {
27411
+ width: 1.25rem;
27412
+ height: 2.75rem;
27413
+ display: block;
27414
+ position: absolute;
27415
+ top: 0;
27416
+ left: -1.25rem;
27417
+ }
27418
+
27419
+ .amis-scope .dark-CalendarMobile-header .rdtNext {
27420
+ width: 1.25rem;
27421
+ height: 2.75rem;
27422
+ display: block;
27423
+ position: absolute;
27424
+ top: 0;
27425
+ right: -1.25rem;
27426
+ }
27427
+
27428
+ .amis-scope .dark-CalendarMobile-title,
27429
+ .amis-scope .dark-CalendarMobile-subtitle {
27430
+ height: 2.75rem;
27431
+ font-weight: 500;
27432
+ line-height: 2.75rem;
27433
+ text-align: center;
27434
+ }
27435
+
27436
+ .amis-scope .dark-CalendarMobile-title {
27437
+ font-size: var(--fontSizeLg);
27438
+ }
27439
+
27440
+ .amis-scope .dark-CalendarMobile-weekdays {
27441
+ display: flex;
27442
+ }
27443
+
27444
+ .amis-scope .dark-CalendarMobile-weekdays .weekday {
27445
+ flex: 1;
27446
+ line-height: 1.875rem;
27447
+ text-align: center;
27448
+ }
27449
+
27450
+ .amis-scope .dark-CalendarMobile-close {
27451
+ position: absolute;
27452
+ z-index: 1;
27453
+ color: #c8c9cc;
27454
+ font-size: 1rem;
27455
+ cursor: pointer;
27456
+ top: 0.6875rem;
27457
+ right: 1rem;
27458
+ }
27459
+
27460
+ .amis-scope .dark-CalendarMobile-body::-webkit-scrollbar {
27461
+ width: 0;
27462
+ }
27463
+
27464
+ .amis-scope .dark-CalendarMobile-body {
27465
+ flex: 1;
27466
+ overflow-y: scroll;
27467
+ }
27468
+
27469
+ .amis-scope .dark-CalendarMobile-body table {
27470
+ border-spacing: 0 0.25rem;
27471
+ }
27472
+
27473
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
27474
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
27475
+ background: transparent;
27476
+ color: var(--Calendar-color);
27477
+ text-shadow: none;
27478
+ }
27479
+
27480
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
27481
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
27482
+ color: #999;
27483
+ }
27484
+
27485
+ .amis-scope .dark-CalendarMobile-body .rdtOldNone td.rdtOld {
27486
+ display: none;
27487
+ }
27488
+
27489
+ .amis-scope .dark-CalendarMobile-body .rdtPicker td {
27490
+ height: 3.5rem;
27491
+ position: relative;
27492
+ }
27493
+
27494
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
27495
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
27496
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
27497
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
27498
+ background: transparent;
27499
+ }
27500
+
27501
+ .amis-scope .dark-CalendarMobile-body .calendar-wrap {
27502
+ position: relative;
27503
+ width: 3.125rem;
27504
+ height: 100%;
27505
+ text-align: center;
27506
+ display: inline-flex;
27507
+ align-items: center;
27508
+ justify-content: center;
27509
+ border-radius: 0.25rem;
27510
+ }
27511
+
27512
+ .amis-scope .dark-CalendarMobile-embed .dark-CalendarMobile-body .calendar-wrap {
27513
+ width: auto;
27514
+ max-width: 3.125rem;
27515
+ }
27516
+
27517
+ .amis-scope .dark-CalendarMobile-footer {
27518
+ flex-shrink: 0;
27519
+ }
27520
+
27521
+ .amis-scope .dark-CalendarMobile-footer .date-range-confirm {
27522
+ height: 2.25rem;
27523
+ margin: 0.4375rem 0;
27524
+ border-radius: var(--borderRadiusMd);
27525
+ display: block;
27526
+ }
27527
+
27528
+ .amis-scope .dark-CalendarMobile-footer .is-disabled {
27529
+ opacity: 0.5;
27530
+ color: var(--Button--primary-color);
27531
+ background: var(--Button--primary-bg);
27532
+ border-color: var(--Button--primary-bg);
27533
+ filter: none;
27534
+ }
27535
+
27536
+ .amis-scope .dark-CalendarMobile-footer-toolbar {
27537
+ padding: 0 1rem;
27538
+ }
27539
+
27540
+ .amis-scope .dark-CalendarMobile-footer-ranges {
27541
+ background: #fff;
27542
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
27543
+ border-radius: 24px;
27544
+ overflow-x: scroll;
27545
+ position: relative;
27546
+ height: 3rem;
27547
+ line-height: 3rem;
27548
+ }
27549
+
27550
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers {
27551
+ position: absolute;
27552
+ white-space: nowrap;
27553
+ }
27554
+
27555
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers .dark-DateRangePicker-ranger {
27556
+ margin: 0 1.5625rem;
27557
+ }
27558
+
27559
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
27560
+ padding: var(--gap-sm) 0;
27561
+ }
27562
+
27563
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker {
27564
+ width: 100%;
27565
+ padding: 0;
27566
+ }
27567
+
27568
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtOld {
27569
+ visibility: hidden;
27570
+ }
27571
+
27572
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtNew {
27573
+ display: none;
27574
+ }
27575
+
27576
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtBetween {
27577
+ background: var(--Calendar-cell-onBetween-bg) !important;
27578
+ color: var(--Button--primary-bg);
27579
+ }
27580
+
27581
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
27582
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
27583
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
27584
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
27585
+ background: var(--Calendar-cell-onActive-bg) !important;
27586
+ color: #fff;
27587
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
27588
+ }
27589
+
27590
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
27591
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
27592
+ background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
27593
+ }
27594
+
27595
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
27596
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
27597
+ background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
27598
+ }
27599
+
27600
+ .amis-scope .dark-CalendarMobile-calendar-header {
27601
+ height: 1.875rem;
27602
+ line-height: 1.875rem;
27603
+ text-align: center;
27604
+ }
27605
+
27606
+ .amis-scope .dark-CalendarMobile-range-text {
27607
+ position: absolute;
27608
+ right: 0;
27609
+ left: 0;
27610
+ bottom: 0;
27611
+ color: #fff;
27612
+ font-size: var(--fontSizeSm);
27613
+ white-space: nowrap;
27614
+ }
27615
+
27616
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
27617
+ position: relative;
27618
+ }
27619
+
27620
+ .amis-scope .dark-CalendarMobile-calendar-mark {
27621
+ position: absolute;
27622
+ top: 50%;
27623
+ left: 50%;
27624
+ z-index: 0;
27625
+ color: rgba(242, 243, 245, 0.8);
27626
+ font-size: 10rem;
27627
+ transform: translate(-50%, -50%);
27628
+ pointer-events: none;
27629
+ }
27630
+
27631
+ .amis-scope .dark-CalendarMobile-toast {
27632
+ position: fixed;
27633
+ top: 50%;
27634
+ left: 50%;
27635
+ transform: translate(-50%, -50%);
27636
+ width: 8.5rem;
27637
+ height: 2.25rem;
27638
+ background: rgba(0, 0, 0, 0.9);
27639
+ border-radius: 4px;
27640
+ color: #fff;
27641
+ display: flex;
27642
+ justify-content: center;
27643
+ align-items: center;
27644
+ }
27645
+
27646
+ .amis-scope .dark-CalendarMobile-time {
27647
+ height: 12.5rem;
27648
+ }
27649
+
27650
+ .amis-scope .dark-CalendarMobile-time-title {
27651
+ border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
27652
+ border-left: none;
27653
+ border-right: none;
27654
+ text-align: center;
27655
+ height: 1.875rem;
27656
+ line-height: 1.875rem;
27657
+ }
27658
+
27659
+ .amis-scope .dark-CalendarMobile-time .rdtPicker {
27660
+ margin: 0 auto;
27661
+ }
27662
+
27278
27663
  .amis-scope .dark-Collapse {
27279
27664
  border: var(--Collapse-border);
27280
27665
  padding: 0;
@@ -31046,7 +31431,7 @@ readers do not read off random characters that represent icons */
31046
31431
 
31047
31432
  .amis-scope .dark-Card-multiMedia-img {
31048
31433
  display: block;
31049
- width: 100%;
31434
+ width: auto;
31050
31435
  height: auto;
31051
31436
  object-fit: cover;
31052
31437
  border-radius: var(--Card-borderRadius);
@@ -34279,7 +34664,6 @@ readers do not read off random characters that represent icons */
34279
34664
 
34280
34665
  .amis-scope .dark-Selection > .dark-Checkbox {
34281
34666
  display: block;
34282
- height: var(--Form-input-height);
34283
34667
  line-height: var(--Form-input-lineHeight);
34284
34668
  font-size: var(--Form-input-fontSize);
34285
34669
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
@@ -34322,7 +34706,6 @@ readers do not read off random characters that represent icons */
34322
34706
 
34323
34707
  .amis-scope .dark-GroupedSelection-item {
34324
34708
  display: flex;
34325
- height: var(--Form-input-height);
34326
34709
  line-height: var(--Form-input-lineHeight);
34327
34710
  font-size: var(--Form-input-fontSize);
34328
34711
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -34453,7 +34836,6 @@ readers do not read off random characters that represent icons */
34453
34836
  .amis-scope .dark-TreeSelection-itemInner {
34454
34837
  display: flex;
34455
34838
  align-items: center;
34456
- height: var(--Form-input-height);
34457
34839
  line-height: var(--Form-input-lineHeight);
34458
34840
  font-size: var(--Form-input-fontSize);
34459
34841
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -34508,6 +34890,7 @@ readers do not read off random characters that represent icons */
34508
34890
  .amis-scope .dark-ChainedSelection {
34509
34891
  display: flex;
34510
34892
  flex-direction: row;
34893
+ min-height: 100%;
34511
34894
  }
34512
34895
 
34513
34896
  .amis-scope .dark-ChainedSelection-col {
@@ -34527,7 +34910,6 @@ readers do not read off random characters that represent icons */
34527
34910
 
34528
34911
  .amis-scope .dark-ChainedSelection-item {
34529
34912
  display: flex;
34530
- height: var(--Form-input-height);
34531
34913
  line-height: var(--Form-input-lineHeight);
34532
34914
  font-size: var(--Form-input-fontSize);
34533
34915
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
@@ -35293,6 +35675,7 @@ readers do not read off random characters that represent icons */
35293
35675
  height: var(--Form-input-height);
35294
35676
  line-height: var(--Form-input-lineHeight);
35295
35677
  font-size: var(--Form-input-fontSize);
35678
+ align-items: center;
35296
35679
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
35297
35680
  }
35298
35681
 
@@ -35302,6 +35685,7 @@ readers do not read off random characters that represent icons */
35302
35685
  }
35303
35686
 
35304
35687
  .amis-scope .dark-Selections-item > .dark-Selections-dragbar {
35688
+ top: 0;
35305
35689
  width: var(--gap-lg);
35306
35690
  position: relative;
35307
35691
  left: calc(var(--gap-xs) * -1);
@@ -39635,6 +40019,176 @@ readers do not read off random characters that represent icons */
39635
40019
  width: 10%;
39636
40020
  }
39637
40021
 
40022
+ /* 移动端样式调整 */
40023
+
40024
+ @media (max-width: 767px) {
40025
+ .amis-scope .dark-Form .dark-Form-item {
40026
+ display: flex;
40027
+ flex-wrap: wrap;
40028
+ margin-bottom: 0;
40029
+ padding: var(--Form-item-gap) 0;
40030
+ position: relative;
40031
+ }
40032
+
40033
+ .amis-scope .dark-Form .dark-Form-item::after {
40034
+ position: absolute;
40035
+ box-sizing: border-box;
40036
+ content: " ";
40037
+ pointer-events: none;
40038
+ right: 0;
40039
+ bottom: 0;
40040
+ left: 0;
40041
+ border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
40042
+ transform: scaleY(0.5);
40043
+ }
40044
+
40045
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup-addOn,
40046
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-addOn {
40047
+ border: none;
40048
+ }
40049
+
40050
+ .amis-scope .dark-Form .dark-Form-item > .dark-Form-label {
40051
+ flex: 0 0 28%;
40052
+ max-width: 28%;
40053
+ min-height: 1px;
40054
+ text-align: left;
40055
+ padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
40056
+ overflow-wrap: break-word;
40057
+ margin-right: 0;
40058
+ margin-bottom: 0;
40059
+ font-size: var(--fontSizeLg);
40060
+ }
40061
+
40062
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description {
40063
+ font-size: var(--fontSizeBase);
40064
+ }
40065
+
40066
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input {
40067
+ font-size: var(--fontSizeLg);
40068
+ }
40069
+
40070
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input input {
40071
+ height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
40072
+ }
40073
+
40074
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value,
40075
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control {
40076
+ flex: 1;
40077
+ flex-wrap: wrap;
40078
+ font-size: var(--fontSizeLg);
40079
+ }
40080
+
40081
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value.is-disabled > .dark-TextControl-input,
40082
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control.is-disabled > .dark-TextControl-input {
40083
+ background: transparent;
40084
+ }
40085
+
40086
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint,
40087
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-remark,
40088
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static,
40089
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item,
40090
+ .amis-scope .dark-Form .dark-Form-item .dark-SwitchControl,
40091
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxControl,
40092
+ .amis-scope .dark-Form .dark-Form-item .dark-RadiosControl,
40093
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxesControl {
40094
+ padding-top: 0;
40095
+ padding-bottom: 0;
40096
+ }
40097
+
40098
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--horizontal .dark-TextControl-input input {
40099
+ height: var(--Form-input-height);
40100
+ }
40101
+
40102
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint {
40103
+ font-size: var(--fontSizeBase);
40104
+ margin-left: 0;
40105
+ color: var(--text--muted-color);
40106
+ }
40107
+
40108
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-placeholder {
40109
+ top: 0;
40110
+ }
40111
+
40112
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static {
40113
+ min-height: 0;
40114
+ }
40115
+
40116
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description,
40117
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-feedback {
40118
+ font-size: var(--fontSizeBase);
40119
+ }
40120
+
40121
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-Select,
40122
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-InputGroup-btn .dark-Button {
40123
+ border: none;
40124
+ }
40125
+
40126
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup > .dark-TextControl-input input {
40127
+ height: var(--Form-input-height);
40128
+ }
40129
+
40130
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker {
40131
+ padding: 0;
40132
+ border: none;
40133
+ }
40134
+
40135
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker .dark-ColorPicker-arrow {
40136
+ display: none;
40137
+ }
40138
+
40139
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item .dark-Button {
40140
+ margin-bottom: var(--gap-xs);
40141
+ }
40142
+
40143
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea,
40144
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input,
40145
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input {
40146
+ border: none;
40147
+ padding: 0 var(--Form-input-paddingX) 0 0;
40148
+ box-shadow: none;
40149
+ }
40150
+
40151
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:hover,
40152
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:focus,
40153
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea.active,
40154
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:hover,
40155
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:focus,
40156
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input.active,
40157
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:hover,
40158
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:focus,
40159
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input.active {
40160
+ border: none;
40161
+ outline: none;
40162
+ outline-style: none;
40163
+ }
40164
+
40165
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input--multiple {
40166
+ padding: 0;
40167
+ min-height: 0;
40168
+ }
40169
+
40170
+ .amis-scope .dark-Form .dark-Form-groupColumn {
40171
+ margin-bottom: 0;
40172
+ }
40173
+
40174
+ .amis-scope .dark-Form .dark-Divider {
40175
+ display: none;
40176
+ }
40177
+
40178
+ .amis-scope .dark-Form .dark-Tabs-pane {
40179
+ padding: 0;
40180
+ }
40181
+
40182
+ .amis-scope .dark-Form > .dark-Form-item:last-child::after,
40183
+ .amis-scope .dark-Form > .dark-Form-item:last-of-type::after {
40184
+ display: none;
40185
+ }
40186
+
40187
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-groupColumn > .dark-Form-item {
40188
+ padding-bottom: var(--Form-input-paddingX);
40189
+ }
40190
+ }
40191
+
39638
40192
  .amis-scope .dark-AnchorNav {
39639
40193
  display: flex;
39640
40194
  height: 25rem;
@@ -40028,20 +40582,29 @@ readers do not read off random characters that represent icons */
40028
40582
  box-sizing: content-box;
40029
40583
  }
40030
40584
 
40585
+ .amis-scope .dark-FormulaEditor-content {
40586
+ border-radius: var(--borderRadius);
40587
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40588
+ }
40589
+
40031
40590
  .amis-scope .dark-FormulaEditor-header {
40032
40591
  width: 100%;
40033
- height: 2.5rem;
40034
- line-height: 2.5rem;
40035
- padding-left: 0.625rem;
40592
+ height: 1.875rem;
40593
+ line-height: 1.875rem;
40594
+ padding: 0 0.625rem;
40036
40595
  box-sizing: border-box;
40037
- background: #f3f8fb;
40596
+ background: var(--Formula-header-bgColor);
40597
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
40598
+ border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40599
+ font-weight: 500;
40038
40600
  }
40039
40601
 
40040
40602
  .amis-scope .dark-FormulaEditor-editor {
40041
40603
  min-height: 14.875rem;
40042
40604
  max-height: 20rem;
40043
40605
  height: auto;
40044
- border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40606
+ padding: 0.625rem;
40607
+ padding-right: 0;
40045
40608
  }
40046
40609
 
40047
40610
  .amis-scope .dark-FormulaEditor.is-error .dark-FormulaEditor-editor {
@@ -40127,7 +40690,7 @@ readers do not read off random characters that represent icons */
40127
40690
  }
40128
40691
 
40129
40692
  .amis-scope .dark-FormulaFuncList-funcItem.is-active {
40130
- color: var(--primary);
40693
+ background: var(--Formula-funcItem-bgColor-onActive);
40131
40694
  }
40132
40695
 
40133
40696
  .amis-scope .dark-FormulaFuncList-groupTitle {
@@ -40143,8 +40706,211 @@ readers do not read off random characters that represent icons */
40143
40706
  padding: 10px 20px;
40144
40707
  }
40145
40708
 
40709
+ .amis-scope .dark-FormulaFuncList-funcDetail pre {
40710
+ white-space: pre-wrap;
40711
+ word-wrap: break-word;
40712
+ background: var(--Formula-header-bgColor);
40713
+ padding: 0.625rem;
40714
+ border-radius: var(--borderRadius);
40715
+ margin-top: 0;
40716
+ }
40717
+
40718
+ .amis-scope .dark-FormulaFuncList-funcDetail div {
40719
+ color: var(--text--loud-color);
40720
+ }
40721
+
40146
40722
  .amis-scope .dark-FormulaPicker-icon {
40147
40723
  margin-left: auto;
40724
+ margin-right: 0.3125rem;
40725
+ }
40726
+
40727
+ .amis-scope .dark-Timeline-vertical {
40728
+ display: flex;
40729
+ flex-flow: column;
40730
+ }
40731
+
40732
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem {
40733
+ display: flex;
40734
+ flex: 1;
40735
+ flex-direction: row;
40736
+ }
40737
+
40738
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
40739
+ display: none;
40740
+ }
40741
+
40742
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle {
40743
+ position: relative;
40744
+ flex: var(--TimelineItem--axle-flex);
40745
+ }
40746
+
40747
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-line {
40748
+ position: absolute;
40749
+ height: calc(100% - var(--TimelineItem--left-line-top));
40750
+ width: var(--TimelineItem--left-line-width);
40751
+ left: var(--TimelineItem--left-line-left);
40752
+ top: var(--TimelineItem--left-line-top);
40753
+ background-color: var(--TimelineItem--line-bg);
40754
+ }
40755
+
40756
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round {
40757
+ position: absolute;
40758
+ width: var(--TimelineItem--round-width);
40759
+ height: var(--TimelineItem--round-height);
40760
+ left: var(--TimelineItem--round-left);
40761
+ top: var(--TimelineItem--round-top);
40762
+ background: var(--TimelineItem-round-bg);
40763
+ border-radius: var(--TimelineItem--round-radius);
40764
+ }
40765
+
40766
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40767
+ background: var(--Timeline--danger-bg);
40768
+ }
40769
+
40770
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40771
+ background: var(--Timeline--info-bg);
40772
+ }
40773
+
40774
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40775
+ background: var(--Timeline--success-bg);
40776
+ }
40777
+
40778
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40779
+ background: var(--Timeline--warning-bg);
40780
+ }
40781
+
40782
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-icon {
40783
+ position: absolute;
40784
+ width: var(--TimelineItem--icon-width);
40785
+ height: var(--TimelineItem--icon-height);
40786
+ left: var(--TimelineItem--icon-left);
40787
+ border-radius: var(--TimelineItem--icon-radius);
40788
+ }
40789
+
40790
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content {
40791
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
40792
+ margin-left: var(--TimelineItem--content-margin-left);
40793
+ }
40794
+
40795
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-time {
40796
+ color: var(--TimelineItem--text-secondary-color);
40797
+ font-size: var(--Timeline--font-size);
40798
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
40799
+ }
40800
+
40801
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-title {
40802
+ color: var(--TimelineItem--text-primary-color);
40803
+ font-size: var(--Timeline--font-size);
40804
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
40805
+ }
40806
+
40807
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-button {
40808
+ display: flex;
40809
+ cursor: pointer;
40810
+ align-items: center;
40811
+ font-size: var(--Timeline--font-size);
40812
+ color: var(--TimelineItem--detail-button-color);
40813
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
40814
+ }
40815
+
40816
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow {
40817
+ width: var(--TimelineItem-detail-arrow-width);
40818
+ height: var(--TimelineItem-detail-arrow-width);
40819
+ }
40820
+
40821
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow-top {
40822
+ transform: rotateX(180deg);
40823
+ }
40824
+
40825
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-visible {
40826
+ display: block;
40827
+ max-width: var(--TimelineItem-detail-visible-max-width);
40828
+ font-size: var(--Timeline--font-size);
40829
+ padding: var(--TimelineItem-detail-visible-padding);
40830
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
40831
+ }
40832
+
40833
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-invisible {
40834
+ display: none;
40835
+ }
40836
+
40837
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-left .dark-TimelineItem {
40838
+ flex-direction: row-reverse;
40839
+ }
40840
+
40841
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(odd) {
40842
+ flex-direction: row-reverse;
40843
+ max-width: 50%;
40844
+ }
40845
+
40846
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(even) {
40847
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
40848
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
40849
+ }
40850
+
40851
+ .amis-scope .dark-Timeline-horizontal {
40852
+ display: flex;
40853
+ flex-flow: row;
40854
+ margin-left: 50%;
40855
+ transform: translateX(-50%);
40856
+ }
40857
+
40858
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem {
40859
+ display: flex;
40860
+ width: -webkit-fill-available;
40861
+ flex-flow: column;
40862
+ }
40863
+
40864
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
40865
+ display: none;
40866
+ }
40867
+
40868
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle {
40869
+ position: relative;
40870
+ flex: var(--TimelineItem--axle-flex);
40871
+ }
40872
+
40873
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-line {
40874
+ position: absolute;
40875
+ height: var(--TimelineItem--left-line-width);
40876
+ width: calc(100% - var(--TimelineItem--left-line-left));
40877
+ left: var(--TimelineItem--left-line-top);
40878
+ top: var(--TimelineItem--left-line-left);
40879
+ background-color: var(--TimelineItem--line-bg);
40880
+ }
40881
+
40882
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round {
40883
+ position: absolute;
40884
+ width: var(--TimelineItem--round-width);
40885
+ height: var(--TimelineItem--round-height);
40886
+ left: var(--TimelineItem--round-top);
40887
+ top: var(--TimelineItem--round-left);
40888
+ background: var(--TimelineItem-round-bg);
40889
+ border-radius: var(--TimelineItem--round-radius);
40890
+ }
40891
+
40892
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
40893
+ background: var(--Timeline--danger-bg);
40894
+ }
40895
+
40896
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--info {
40897
+ background: var(--Timeline--info-bg);
40898
+ }
40899
+
40900
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--success {
40901
+ background: var(--Timeline--success-bg);
40902
+ }
40903
+
40904
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
40905
+ background: var(--Timeline--warning-bg);
40906
+ }
40907
+
40908
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-icon {
40909
+ position: absolute;
40910
+ width: var(--TimelineItem--icon-width);
40911
+ height: var(--TimelineItem--icon-height);
40912
+ left: var(--TimelineItem--icon-left);
40913
+ border-radius: var(--TimelineItem--icon-radius);
40148
40914
  }
40149
40915
 
40150
40916
  /*