amis 1.7.0 → 1.8.0-beta.13

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 (469) hide show
  1. package/lib/Schema.d.ts +10 -2
  2. package/lib/Schema.js +0 -1
  3. package/lib/Schema.js.map +2 -2
  4. package/lib/SchemaRenderer.js +19 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/WithRootStore.d.ts +18 -0
  7. package/lib/WithStore.js +2 -1
  8. package/lib/WithStore.js.map +2 -2
  9. package/lib/actions/CmptAction.js +26 -4
  10. package/lib/actions/CmptAction.js.map +2 -2
  11. package/lib/actions/PageAction.d.ts +32 -0
  12. package/lib/actions/PageAction.js +72 -0
  13. package/lib/actions/PageAction.js.map +13 -0
  14. package/lib/actions/index.d.ts +1 -0
  15. package/lib/actions/index.js +1 -0
  16. package/lib/actions/index.js.map +2 -2
  17. package/lib/components/Alert2.js +4 -2
  18. package/lib/components/Alert2.js.map +2 -2
  19. package/lib/components/AssociatedSelection.js +9 -2
  20. package/lib/components/AssociatedSelection.js.map +2 -2
  21. package/lib/components/Avatar.d.ts +20 -20
  22. package/lib/components/BarCode.js +1 -1
  23. package/lib/components/BarCode.js.map +2 -2
  24. package/lib/components/CalendarMobile.d.ts +84 -84
  25. package/lib/components/Card.d.ts +20 -20
  26. package/lib/components/Cascader.d.ts +2 -0
  27. package/lib/components/Cascader.js +28 -12
  28. package/lib/components/Cascader.js.map +2 -2
  29. package/lib/components/Checkbox.d.ts +24 -23
  30. package/lib/components/Checkbox.js +5 -1
  31. package/lib/components/Checkbox.js.map +2 -2
  32. package/lib/components/CityArea.js +3 -0
  33. package/lib/components/CityArea.js.map +2 -2
  34. package/lib/components/Collapse.d.ts +20 -20
  35. package/lib/components/DatePicker.d.ts +87 -84
  36. package/lib/components/DatePicker.js +48 -11
  37. package/lib/components/DatePicker.js.map +2 -2
  38. package/lib/components/DateRangePicker.d.ts +285 -171
  39. package/lib/components/DateRangePicker.js +471 -66
  40. package/lib/components/DateRangePicker.js.map +2 -2
  41. package/lib/components/Drawer.js +1 -1
  42. package/lib/components/Drawer.js.map +2 -2
  43. package/lib/components/ListGroup.d.ts +21 -21
  44. package/lib/components/Modal.js +1 -1
  45. package/lib/components/Modal.js.map +2 -2
  46. package/lib/components/MonthRangePicker.d.ts +84 -84
  47. package/lib/components/Overlay.d.ts +1 -0
  48. package/lib/components/Overlay.js +4 -3
  49. package/lib/components/Overlay.js.map +2 -2
  50. package/lib/components/Progress.d.ts +29 -24
  51. package/lib/components/Progress.js +52 -21
  52. package/lib/components/Progress.js.map +2 -2
  53. package/lib/components/PullRefresh.d.ts +86 -0
  54. package/lib/components/PullRefresh.js +135 -0
  55. package/lib/components/PullRefresh.js.map +13 -0
  56. package/lib/components/Radios.d.ts +22 -22
  57. package/lib/components/Radios.js +3 -5
  58. package/lib/components/Radios.js.map +2 -2
  59. package/lib/components/Range.d.ts +2 -2
  60. package/lib/components/Range.js +24 -11
  61. package/lib/components/Range.js.map +2 -2
  62. package/lib/components/Spinner.d.ts +200 -107
  63. package/lib/components/Spinner.js +30 -26
  64. package/lib/components/Spinner.js.map +2 -2
  65. package/lib/components/Steps.d.ts +6 -0
  66. package/lib/components/Steps.js +13 -9
  67. package/lib/components/Steps.js.map +2 -2
  68. package/lib/components/Tabs.d.ts +27 -23
  69. package/lib/components/Tabs.js +37 -22
  70. package/lib/components/Tabs.js.map +2 -2
  71. package/lib/components/Tooltip.d.ts +4 -0
  72. package/lib/components/Tooltip.js +6 -4
  73. package/lib/components/Tooltip.js.map +2 -2
  74. package/lib/components/TooltipWrapper.d.ts +87 -24
  75. package/lib/components/TooltipWrapper.js +40 -8
  76. package/lib/components/TooltipWrapper.js.map +2 -2
  77. package/lib/components/Transfer.d.ts +84 -84
  78. package/lib/components/TransferDropDown.d.ts +84 -84
  79. package/lib/components/Tree.d.ts +87 -85
  80. package/lib/components/Tree.js +13 -5
  81. package/lib/components/Tree.js.map +2 -2
  82. package/lib/components/TreeSelection.d.ts +84 -84
  83. package/lib/components/calendar/Calendar.js +3 -12
  84. package/lib/components/calendar/Calendar.js.map +2 -2
  85. package/lib/components/calendar/TimeView.d.ts +1 -0
  86. package/lib/components/calendar/TimeView.js +7 -0
  87. package/lib/components/calendar/TimeView.js.map +2 -2
  88. package/lib/components/calendar/YearsView.js +3 -3
  89. package/lib/components/calendar/YearsView.js.map +2 -2
  90. package/lib/components/condition-builder/Expression.d.ts +1 -0
  91. package/lib/components/condition-builder/Expression.js +4 -4
  92. package/lib/components/condition-builder/Expression.js.map +2 -2
  93. package/lib/components/condition-builder/Field.d.ts +1 -0
  94. package/lib/components/condition-builder/Field.js +3 -2
  95. package/lib/components/condition-builder/Field.js.map +2 -2
  96. package/lib/components/condition-builder/Group.d.ts +1 -0
  97. package/lib/components/condition-builder/Group.js +2 -2
  98. package/lib/components/condition-builder/Group.js.map +2 -2
  99. package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
  100. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  101. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  102. package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
  103. package/lib/components/condition-builder/InputSwitch.js +2 -2
  104. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  105. package/lib/components/condition-builder/Item.d.ts +1 -0
  106. package/lib/components/condition-builder/Item.js +9 -8
  107. package/lib/components/condition-builder/Item.js.map +2 -2
  108. package/lib/components/condition-builder/Value.d.ts +1 -0
  109. package/lib/components/condition-builder/Value.js +5 -5
  110. package/lib/components/condition-builder/Value.js.map +2 -2
  111. package/lib/components/condition-builder/index.d.ts +1 -0
  112. package/lib/components/condition-builder/index.js +2 -2
  113. package/lib/components/condition-builder/index.js.map +2 -2
  114. package/lib/components/formula/Editor.d.ts +90 -86
  115. package/lib/components/formula/Editor.js +26 -4
  116. package/lib/components/formula/Editor.js.map +2 -2
  117. package/lib/components/formula/Picker.d.ts +5 -0
  118. package/lib/components/formula/Picker.js +21 -4
  119. package/lib/components/formula/Picker.js.map +2 -2
  120. package/lib/components/icons.js +2 -0
  121. package/lib/components/icons.js.map +2 -2
  122. package/lib/factory.d.ts +5 -0
  123. package/lib/factory.js +24 -3
  124. package/lib/factory.js.map +2 -2
  125. package/lib/icons/trash.js +10 -0
  126. package/lib/index.d.ts +1 -0
  127. package/lib/index.js +2 -1
  128. package/lib/index.js.map +2 -2
  129. package/lib/locale/de-DE.js +18 -1
  130. package/lib/locale/de-DE.js.map +2 -2
  131. package/lib/locale/en-US.js +18 -1
  132. package/lib/locale/en-US.js.map +2 -2
  133. package/lib/locale/zh-CN.js +18 -1
  134. package/lib/locale/zh-CN.js.map +2 -2
  135. package/lib/renderers/Action.d.ts +3 -1
  136. package/lib/renderers/Action.js +23 -5
  137. package/lib/renderers/Action.js.map +2 -2
  138. package/lib/renderers/App.d.ts +1 -0
  139. package/lib/renderers/App.js +3 -0
  140. package/lib/renderers/App.js.map +2 -2
  141. package/lib/renderers/ButtonGroup.d.ts +2 -2
  142. package/lib/renderers/ButtonGroup.js.map +1 -1
  143. package/lib/renderers/CRUD.d.ts +8 -0
  144. package/lib/renderers/CRUD.js +12 -5
  145. package/lib/renderers/CRUD.js.map +2 -2
  146. package/lib/renderers/Carousel.d.ts +1 -0
  147. package/lib/renderers/Carousel.js +13 -1
  148. package/lib/renderers/Carousel.js.map +2 -2
  149. package/lib/renderers/Chart.d.ts +1 -0
  150. package/lib/renderers/Chart.js +3 -0
  151. package/lib/renderers/Chart.js.map +2 -2
  152. package/lib/renderers/Dialog.d.ts +5 -0
  153. package/lib/renderers/Dialog.js +7 -3
  154. package/lib/renderers/Dialog.js.map +2 -2
  155. package/lib/renderers/Drawer.d.ts +1 -0
  156. package/lib/renderers/Drawer.js +6 -1
  157. package/lib/renderers/Drawer.js.map +2 -2
  158. package/lib/renderers/DropDownButton.d.ts +2 -0
  159. package/lib/renderers/DropDownButton.js +13 -4
  160. package/lib/renderers/DropDownButton.js.map +2 -2
  161. package/lib/renderers/Form/Checkbox.d.ts +5 -2
  162. package/lib/renderers/Form/Checkbox.js +2 -2
  163. package/lib/renderers/Form/Checkbox.js.map +2 -2
  164. package/lib/renderers/Form/Checkboxes.d.ts +7 -2
  165. package/lib/renderers/Form/Checkboxes.js +101 -12
  166. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  167. package/lib/renderers/Form/Combo.d.ts +6 -4
  168. package/lib/renderers/Form/Combo.js +132 -45
  169. package/lib/renderers/Form/Combo.js.map +2 -2
  170. package/lib/renderers/Form/DiffEditor.d.ts +3 -2
  171. package/lib/renderers/Form/Editor.d.ts +2 -2
  172. package/lib/renderers/Form/InputCity.d.ts +87 -84
  173. package/lib/renderers/Form/InputCity.js +48 -3
  174. package/lib/renderers/Form/InputCity.js.map +2 -2
  175. package/lib/renderers/Form/InputDate.js +10 -3
  176. package/lib/renderers/Form/InputDate.js.map +2 -2
  177. package/lib/renderers/Form/InputDateRange.d.ts +5 -0
  178. package/lib/renderers/Form/InputDateRange.js +12 -3
  179. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  180. package/lib/renderers/Form/InputFile.js +19 -8
  181. package/lib/renderers/Form/InputFile.js.map +2 -2
  182. package/lib/renderers/Form/InputFormula.d.ts +4 -0
  183. package/lib/renderers/Form/InputFormula.js +2 -2
  184. package/lib/renderers/Form/InputFormula.js.map +2 -2
  185. package/lib/renderers/Form/InputImage.js +18 -7
  186. package/lib/renderers/Form/InputImage.js.map +2 -2
  187. package/lib/renderers/Form/InputMonthRange.js +5 -1
  188. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  189. package/lib/renderers/Form/InputRange.d.ts +2 -2
  190. package/lib/renderers/Form/InputRange.js +13 -14
  191. package/lib/renderers/Form/InputRange.js.map +2 -2
  192. package/lib/renderers/Form/InputTable.js +4 -2
  193. package/lib/renderers/Form/InputTable.js.map +2 -2
  194. package/lib/renderers/Form/InputText.d.ts +1 -1
  195. package/lib/renderers/Form/InputText.js +8 -10
  196. package/lib/renderers/Form/InputText.js.map +2 -2
  197. package/lib/renderers/Form/InputTree.d.ts +5 -0
  198. package/lib/renderers/Form/InputTree.js +51 -2
  199. package/lib/renderers/Form/InputTree.js.map +2 -2
  200. package/lib/renderers/Form/Item.d.ts +79 -76
  201. package/lib/renderers/Form/Item.js +3 -1
  202. package/lib/renderers/Form/Item.js.map +2 -2
  203. package/lib/renderers/Form/NestedSelect.d.ts +4 -0
  204. package/lib/renderers/Form/NestedSelect.js +14 -5
  205. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  206. package/lib/renderers/Form/Options.js +61 -27
  207. package/lib/renderers/Form/Options.js.map +2 -2
  208. package/lib/renderers/Form/Select.js +4 -2
  209. package/lib/renderers/Form/Select.js.map +2 -2
  210. package/lib/renderers/Form/Textarea.js +2 -1
  211. package/lib/renderers/Form/Textarea.js.map +2 -2
  212. package/lib/renderers/Form/TreeSelect.d.ts +11 -2
  213. package/lib/renderers/Form/TreeSelect.js +56 -10
  214. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  215. package/lib/renderers/Form/index.d.ts +3 -0
  216. package/lib/renderers/Form/index.js +53 -16
  217. package/lib/renderers/Form/index.js.map +2 -2
  218. package/lib/renderers/Form/wrapControl.d.ts +10 -0
  219. package/lib/renderers/Form/wrapControl.js +41 -19
  220. package/lib/renderers/Form/wrapControl.js.map +2 -2
  221. package/lib/renderers/Nav.d.ts +82 -67
  222. package/lib/renderers/Nav.js +49 -13
  223. package/lib/renderers/Nav.js.map +2 -2
  224. package/lib/renderers/Page.d.ts +21 -0
  225. package/lib/renderers/Page.js +56 -17
  226. package/lib/renderers/Page.js.map +2 -2
  227. package/lib/renderers/Progress.d.ts +4 -7
  228. package/lib/renderers/Progress.js +3 -3
  229. package/lib/renderers/Progress.js.map +2 -2
  230. package/lib/renderers/Service.d.ts +3 -0
  231. package/lib/renderers/Service.js +55 -20
  232. package/lib/renderers/Service.js.map +2 -2
  233. package/lib/renderers/Spinner.d.ts +58 -2
  234. package/lib/renderers/Spinner.js +8 -1
  235. package/lib/renderers/Spinner.js.map +2 -2
  236. package/lib/renderers/Steps.d.ts +8 -0
  237. package/lib/renderers/Steps.js +2 -2
  238. package/lib/renderers/Steps.js.map +2 -2
  239. package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
  240. package/lib/renderers/Table/ColumnToggler.js +11 -6
  241. package/lib/renderers/Table/ColumnToggler.js.map +2 -2
  242. package/lib/renderers/Table/TableCell.js +27 -1
  243. package/lib/renderers/Table/TableCell.js.map +2 -2
  244. package/lib/renderers/Table/TableRow.js +1 -1
  245. package/lib/renderers/Table/TableRow.js.map +2 -2
  246. package/lib/renderers/Table/index.d.ts +2 -0
  247. package/lib/renderers/Table/index.js +23 -10
  248. package/lib/renderers/Table/index.js.map +2 -2
  249. package/lib/renderers/Tabs.d.ts +14 -2
  250. package/lib/renderers/Tabs.js +24 -8
  251. package/lib/renderers/Tabs.js.map +2 -2
  252. package/lib/renderers/TooltipWrapper.d.ts +133 -0
  253. package/lib/renderers/TooltipWrapper.js +70 -0
  254. package/lib/renderers/TooltipWrapper.js.map +13 -0
  255. package/lib/renderers/Wizard.d.ts +7 -3
  256. package/lib/renderers/Wizard.js +269 -152
  257. package/lib/renderers/Wizard.js.map +2 -2
  258. package/lib/store/combo.d.ts +2 -2
  259. package/lib/store/crud.d.ts +1 -0
  260. package/lib/store/crud.js +55 -19
  261. package/lib/store/crud.js.map +2 -2
  262. package/lib/store/form.d.ts +1 -1
  263. package/lib/store/form.js +5 -1
  264. package/lib/store/form.js.map +2 -2
  265. package/lib/store/formItem.js +1 -1
  266. package/lib/store/formItem.js.map +2 -2
  267. package/lib/store/index.d.ts +5 -0
  268. package/lib/store/index.js +14 -0
  269. package/lib/store/index.js.map +2 -2
  270. package/lib/store/table.d.ts +2 -2
  271. package/lib/store/table.js +4 -4
  272. package/lib/store/table.js.map +2 -2
  273. package/lib/themes/ang-ie11.css +965 -210
  274. package/lib/themes/ang.css +955 -175
  275. package/lib/themes/ang.css.map +1 -1
  276. package/lib/themes/antd-ie11.css +1080 -325
  277. package/lib/themes/antd.css +956 -176
  278. package/lib/themes/antd.css.map +1 -1
  279. package/lib/themes/cxd-ie11.css +1048 -293
  280. package/lib/themes/cxd.css +961 -180
  281. package/lib/themes/cxd.css.map +1 -1
  282. package/lib/themes/dark-ie11.css +965 -210
  283. package/lib/themes/dark.css +955 -175
  284. package/lib/themes/dark.css.map +1 -1
  285. package/lib/themes/default-ie11.css +1048 -293
  286. package/lib/themes/default.css +961 -180
  287. package/lib/themes/default.css.map +1 -1
  288. package/lib/types.d.ts +3 -1
  289. package/lib/types.js.map +1 -1
  290. package/lib/utils/ColorScale.d.ts +19 -0
  291. package/lib/utils/ColorScale.js +104 -0
  292. package/lib/utils/ColorScale.js.map +13 -0
  293. package/lib/utils/api.js +20 -4
  294. package/lib/utils/api.js.map +2 -2
  295. package/lib/utils/columnsSplit.d.ts +1 -0
  296. package/lib/utils/columnsSplit.js +40 -0
  297. package/lib/utils/columnsSplit.js.map +13 -0
  298. package/lib/utils/debug.d.ts +1 -1
  299. package/lib/utils/debug.js +16 -22
  300. package/lib/utils/debug.js.map +2 -2
  301. package/lib/utils/dom.d.ts +1 -1
  302. package/lib/utils/dom.js +7 -5
  303. package/lib/utils/dom.js.map +2 -2
  304. package/lib/utils/position.js +0 -1
  305. package/lib/utils/position.js.map +2 -2
  306. package/lib/utils/scrollPosition.d.ts +6 -0
  307. package/lib/utils/scrollPosition.js +31 -0
  308. package/lib/utils/scrollPosition.js.map +13 -0
  309. package/package.json +3 -2
  310. package/schema.json +30213 -29222
  311. package/scss/_properties.scss +67 -25
  312. package/scss/components/_alert.scss +1 -1
  313. package/scss/components/_barcode.scss +1 -1
  314. package/scss/components/_button-group.scss +15 -0
  315. package/scss/components/_carousel.scss +1 -0
  316. package/scss/components/_column-toggler.scss +21 -11
  317. package/scss/components/_debug.scss +3 -3
  318. package/scss/components/_formula.scss +19 -1
  319. package/scss/components/_nav.scss +51 -6
  320. package/scss/components/_progress.scss +7 -14
  321. package/scss/components/_pull-refresh.scss +25 -0
  322. package/scss/components/_spinner.scss +134 -56
  323. package/scss/components/_steps.scss +199 -8
  324. package/scss/components/_tabs.scss +145 -13
  325. package/scss/components/_tooltip.scss +76 -9
  326. package/scss/components/form/_checks.scss +125 -2
  327. package/scss/components/form/_combo.scss +13 -1
  328. package/scss/components/form/_date-range.scss +27 -2
  329. package/scss/components/form/_date.scss +25 -0
  330. package/scss/components/form/_editor.scss +2 -1
  331. package/scss/components/form/_file.scss +4 -0
  332. package/scss/components/form/_form.scss +31 -8
  333. package/scss/components/form/_number.scss +5 -2
  334. package/scss/components/form/_select.scss +0 -1
  335. package/scss/components/form/_textarea.scss +1 -23
  336. package/scss/components/form/_transfer.scss +3 -2
  337. package/scss/themes/_antd-variables.scss +1 -1
  338. package/scss/themes/_common.scss +1 -0
  339. package/scss/themes/_cxd-variables.scss +6 -5
  340. package/sdk/ang-ie11.css +1059 -198
  341. package/sdk/ang.css +1050 -164
  342. package/sdk/antd-ie11.css +1167 -306
  343. package/sdk/antd.css +1051 -165
  344. package/sdk/barcode.js +51 -51
  345. package/sdk/charts.js +14 -14
  346. package/sdk/codemirror.js +7 -7
  347. package/sdk/color-picker.js +65 -65
  348. package/sdk/cropperjs.js +2 -2
  349. package/sdk/cxd-ie11.css +1145 -284
  350. package/sdk/cxd.css +1056 -169
  351. package/sdk/dark-ie11.css +1056 -195
  352. package/sdk/dark.css +1050 -164
  353. package/sdk/exceljs.js +1 -1
  354. package/sdk/locale/de-DE.js +18 -1
  355. package/sdk/markdown.js +69 -69
  356. package/sdk/papaparse.js +1 -1
  357. package/sdk/renderers/Form/CityDB.js +1 -1
  358. package/sdk/rest.js +17 -17
  359. package/sdk/rich-text.js +62 -62
  360. package/sdk/sdk-ie11.css +1145 -284
  361. package/sdk/sdk.css +1056 -169
  362. package/sdk/sdk.js +1321 -1273
  363. package/sdk/thirds/hls.js/hls.js +1 -1
  364. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  365. package/sdk/tinymce.js +57 -57
  366. package/src/Schema.ts +15 -2
  367. package/src/SchemaRenderer.tsx +32 -14
  368. package/src/WithStore.tsx +3 -1
  369. package/src/actions/CmptAction.ts +28 -0
  370. package/src/actions/PageAction.ts +62 -0
  371. package/src/actions/index.ts +1 -0
  372. package/src/components/Alert2.tsx +9 -3
  373. package/src/components/AssociatedSelection.tsx +9 -3
  374. package/src/components/BarCode.tsx +2 -2
  375. package/src/components/Cascader.tsx +37 -11
  376. package/src/components/Checkbox.tsx +11 -5
  377. package/src/components/CityArea.tsx +3 -0
  378. package/src/components/DatePicker.tsx +68 -22
  379. package/src/components/DateRangePicker.tsx +551 -88
  380. package/src/components/Drawer.tsx +1 -0
  381. package/src/components/Modal.tsx +1 -0
  382. package/src/components/Overlay.tsx +6 -3
  383. package/src/components/Progress.tsx +64 -33
  384. package/src/components/PullRefresh.tsx +197 -0
  385. package/src/components/Radios.tsx +6 -17
  386. package/src/components/Range.tsx +26 -12
  387. package/src/components/Spinner.tsx +77 -42
  388. package/src/components/Steps.tsx +28 -27
  389. package/src/components/Tabs.tsx +51 -21
  390. package/src/components/Tooltip.tsx +12 -3
  391. package/src/components/TooltipWrapper.tsx +140 -33
  392. package/src/components/Tree.tsx +19 -5
  393. package/src/components/calendar/Calendar.tsx +4 -13
  394. package/src/components/calendar/TimeView.tsx +12 -0
  395. package/src/components/calendar/YearsView.tsx +3 -4
  396. package/src/components/condition-builder/Expression.tsx +6 -1
  397. package/src/components/condition-builder/Field.tsx +5 -1
  398. package/src/components/condition-builder/Group.tsx +4 -1
  399. package/src/components/condition-builder/GroupOrItem.tsx +4 -1
  400. package/src/components/condition-builder/InputSwitch.tsx +4 -1
  401. package/src/components/condition-builder/Item.tsx +28 -4
  402. package/src/components/condition-builder/Value.tsx +7 -1
  403. package/src/components/condition-builder/index.tsx +4 -2
  404. package/src/components/formula/Editor.tsx +46 -10
  405. package/src/components/formula/Picker.tsx +32 -1
  406. package/src/components/icons.tsx +2 -0
  407. package/src/factory.tsx +31 -3
  408. package/src/icons/trash.svg +8 -0
  409. package/src/index.tsx +1 -0
  410. package/src/locale/de-DE.ts +18 -1
  411. package/src/locale/en-US.ts +18 -1
  412. package/src/locale/zh-CN.ts +18 -1
  413. package/src/renderers/Action.tsx +24 -2
  414. package/src/renderers/App.tsx +4 -0
  415. package/src/renderers/ButtonGroup.tsx +2 -2
  416. package/src/renderers/CRUD.tsx +23 -5
  417. package/src/renderers/Carousel.tsx +8 -0
  418. package/src/renderers/Chart.tsx +4 -0
  419. package/src/renderers/Dialog.tsx +21 -3
  420. package/src/renderers/Drawer.tsx +14 -2
  421. package/src/renderers/DropDownButton.tsx +14 -3
  422. package/src/renderers/Form/Checkbox.tsx +11 -2
  423. package/src/renderers/Form/Checkboxes.tsx +106 -23
  424. package/src/renderers/Form/Combo.tsx +179 -66
  425. package/src/renderers/Form/InputCity.tsx +46 -5
  426. package/src/renderers/Form/InputDate.tsx +18 -4
  427. package/src/renderers/Form/InputDateRange.tsx +27 -3
  428. package/src/renderers/Form/InputFile.tsx +23 -7
  429. package/src/renderers/Form/InputFormula.tsx +7 -0
  430. package/src/renderers/Form/InputImage.tsx +22 -6
  431. package/src/renderers/Form/InputMonthRange.tsx +7 -1
  432. package/src/renderers/Form/InputRange.tsx +20 -22
  433. package/src/renderers/Form/InputTable.tsx +6 -2
  434. package/src/renderers/Form/InputText.tsx +14 -4
  435. package/src/renderers/Form/InputTree.tsx +40 -2
  436. package/src/renderers/Form/Item.tsx +7 -0
  437. package/src/renderers/Form/NestedSelect.tsx +23 -4
  438. package/src/renderers/Form/Options.tsx +26 -7
  439. package/src/renderers/Form/Select.tsx +5 -3
  440. package/src/renderers/Form/Textarea.tsx +3 -1
  441. package/src/renderers/Form/TreeSelect.tsx +47 -9
  442. package/src/renderers/Form/index.tsx +56 -25
  443. package/src/renderers/Form/wrapControl.tsx +23 -12
  444. package/src/renderers/Nav.tsx +231 -33
  445. package/src/renderers/Page.tsx +97 -35
  446. package/src/renderers/Progress.tsx +9 -11
  447. package/src/renderers/Service.tsx +66 -27
  448. package/src/renderers/Spinner.tsx +85 -3
  449. package/src/renderers/Steps.tsx +14 -0
  450. package/src/renderers/Table/ColumnToggler.tsx +36 -11
  451. package/src/renderers/Table/TableCell.tsx +39 -1
  452. package/src/renderers/Table/TableRow.tsx +1 -1
  453. package/src/renderers/Table/index.tsx +43 -19
  454. package/src/renderers/Tabs.tsx +90 -31
  455. package/src/renderers/TooltipWrapper.tsx +262 -0
  456. package/src/renderers/Wizard.tsx +169 -93
  457. package/src/store/crud.ts +50 -5
  458. package/src/store/form.ts +8 -3
  459. package/src/store/formItem.ts +1 -2
  460. package/src/store/index.ts +20 -0
  461. package/src/store/table.ts +4 -4
  462. package/src/types.ts +8 -1
  463. package/src/utils/ColorScale.ts +138 -0
  464. package/src/utils/api.ts +26 -4
  465. package/src/utils/columnsSplit.tsx +57 -0
  466. package/src/utils/debug.tsx +17 -24
  467. package/src/utils/dom.tsx +7 -6
  468. package/src/utils/position.ts +0 -1
  469. package/src/utils/scrollPosition.ts +29 -0
package/sdk/ang-ie11.css CHANGED
@@ -25436,7 +25436,7 @@ readers do not read off random characters that represent icons */
25436
25436
  .amis-scope .a-Breadcrumb {
25437
25437
  font-size: 0.875rem;
25438
25438
  font-weight: 400;
25439
- color: #83868C;
25439
+ color: #83868c;
25440
25440
  }
25441
25441
 
25442
25442
  .amis-scope .a-Breadcrumb-icon {
@@ -25450,25 +25450,25 @@ readers do not read off random characters that represent icons */
25450
25450
 
25451
25451
  .amis-scope .a-Breadcrumb-item-default {
25452
25452
  cursor: pointer;
25453
- color: #83868C;
25453
+ color: #83868c;
25454
25454
  }
25455
25455
 
25456
25456
  .amis-scope .a-Breadcrumb-item-dropdown {
25457
25457
  cursor: pointer;
25458
- color: #151A26;
25458
+ color: #151a26;
25459
25459
  }
25460
25460
 
25461
25461
  .amis-scope .a-Breadcrumb-item a:hover {
25462
- color: #2468F2;
25462
+ color: #2468f2;
25463
25463
  }
25464
25464
 
25465
25465
  .amis-scope .a-Breadcrumb-item a:active {
25466
- color: #1C53C1;
25466
+ color: #1c53c1;
25467
25467
  }
25468
25468
 
25469
25469
  .amis-scope .a-Breadcrumb-item-last .a-Breadcrumb-item-default {
25470
25470
  font-weight: 500;
25471
- color: #151A26;
25471
+ color: #151a26;
25472
25472
  }
25473
25473
 
25474
25474
  .amis-scope .a-Breadcrumb-item-caret {
@@ -25486,11 +25486,11 @@ readers do not read off random characters that represent icons */
25486
25486
 
25487
25487
  .amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-caret {
25488
25488
  transform: translateY(0.125rem) rotate(180deg);
25489
- color: #2468F2;
25489
+ color: #2468f2;
25490
25490
  }
25491
25491
 
25492
25492
  .amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-default {
25493
- color: #2468F2;
25493
+ color: #2468f2;
25494
25494
  }
25495
25495
 
25496
25496
  .amis-scope .a-Breadcrumb-separator {
@@ -25519,24 +25519,23 @@ readers do not read off random characters that represent icons */
25519
25519
 
25520
25520
  .amis-scope .a-Breadcrumb-dropdown > li {
25521
25521
  padding: 0.5rem calc(
25522
- (2rem - 0.75rem) /
25523
- 2
25522
+ (2rem - 0.75rem) / 2
25524
25523
  );
25525
25524
  white-space: nowrap;
25526
25525
  box-sizing: border-box;
25527
25526
  padding-left: 0.75rem;
25528
25527
  vertical-align: middle;
25529
25528
  user-select: none;
25530
- color: #151A26;
25531
- background-color: #FFFFFF;
25529
+ color: #151a26;
25530
+ background-color: #ffffff;
25532
25531
  }
25533
25532
 
25534
25533
  .amis-scope .a-Breadcrumb-dropdown > li:hover {
25535
- background: #E9F0FD;
25534
+ background: #e9f0fd;
25536
25535
  }
25537
25536
 
25538
25537
  .amis-scope .a-Breadcrumb-dropdown > li:hover a {
25539
- color: #2468F2;
25538
+ color: #2468f2;
25540
25539
  }
25541
25540
 
25542
25541
  .amis-scope .a-Badge {
@@ -26307,8 +26306,8 @@ readers do not read off random characters that represent icons */
26307
26306
  z-index: 1600;
26308
26307
  word-wrap: break-word;
26309
26308
  background: #fff;
26310
- border: 0.0625rem solid #d1d5db;
26311
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26309
+ box-shadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
26310
+ 0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
26312
26311
  }
26313
26312
 
26314
26313
  .amis-scope .a-Tooltip-arrow {
@@ -26344,7 +26343,6 @@ readers do not read off random characters that represent icons */
26344
26343
 
26345
26344
  .amis-scope .a-Tooltip--top .a-Tooltip-arrow::before {
26346
26345
  bottom: 0;
26347
- border-top-color: #d1d5db;
26348
26346
  }
26349
26347
 
26350
26348
  .amis-scope .a-Tooltip--top .a-Tooltip-arrow::after {
@@ -26371,7 +26369,6 @@ readers do not read off random characters that represent icons */
26371
26369
 
26372
26370
  .amis-scope .a-Tooltip--right .a-Tooltip-arrow::before {
26373
26371
  left: 0;
26374
- border-right-color: #d1d5db;
26375
26372
  }
26376
26373
 
26377
26374
  .amis-scope .a-Tooltip--right .a-Tooltip-arrow::after {
@@ -26394,7 +26391,6 @@ readers do not read off random characters that represent icons */
26394
26391
 
26395
26392
  .amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::before {
26396
26393
  top: 0;
26397
- border-bottom-color: #d1d5db;
26398
26394
  }
26399
26395
 
26400
26396
  .amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::after {
@@ -26433,7 +26429,6 @@ readers do not read off random characters that represent icons */
26433
26429
 
26434
26430
  .amis-scope .a-Tooltip--left .a-Tooltip-arrow::before {
26435
26431
  right: 0;
26436
- border-left-color: #d1d5db;
26437
26432
  }
26438
26433
 
26439
26434
  .amis-scope .a-Tooltip--left .a-Tooltip-arrow::after {
@@ -26442,14 +26437,14 @@ readers do not read off random characters that represent icons */
26442
26437
  }
26443
26438
 
26444
26439
  .amis-scope .a-Tooltip-title {
26445
- padding: 0.25rem 0.5rem;
26440
+ padding: 0.5rem 0.75rem 0;
26446
26441
  margin-bottom: 0;
26447
26442
  font-size: 0.875rem;
26448
26443
  color: #414c52;
26449
- background: #f7f7f7;
26450
- border-bottom: 0.0625rem solid #ebebeb;
26444
+ font-weight: 500;
26451
26445
  border-top-left-radius: calc( 0.428rem - 0.0625rem );
26452
26446
  border-top-right-radius: calc( 0.428rem - 0.0625rem );
26447
+ font-weight: bold;
26453
26448
  }
26454
26449
 
26455
26450
  .amis-scope .a-Tooltip-title:empty {
@@ -26458,7 +26453,65 @@ readers do not read off random characters that represent icons */
26458
26453
 
26459
26454
  .amis-scope .a-Tooltip-body {
26460
26455
  color: #58666e;
26461
- padding: 0.5rem 0.5rem;
26456
+ padding: 0.5rem 0.75rem;
26457
+ word-break: break-all;
26458
+ text-align: left;
26459
+ }
26460
+
26461
+ .amis-scope .a-Tooltip--dark {
26462
+ background: rgba(7, 12, 20, 0.85);
26463
+ border: none;
26464
+ box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
26465
+ }
26466
+
26467
+ .amis-scope .a-Tooltip--dark .a-Tooltip-title {
26468
+ color: #fff;
26469
+ background: transparent;
26470
+ border-bottom: none;
26471
+ }
26472
+
26473
+ .amis-scope .a-Tooltip--dark .a-Tooltip-title::before {
26474
+ border-bottom-color: transparent;
26475
+ }
26476
+
26477
+ .amis-scope .a-Tooltip--dark .a-Tooltip-body {
26478
+ color: #fff;
26479
+ }
26480
+
26481
+ .amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::before {
26482
+ border-width: 0;
26483
+ }
26484
+
26485
+ .amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::after {
26486
+ border-top-color: rgba(7, 12, 20, 0.85);
26487
+ }
26488
+
26489
+ .amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::before {
26490
+ border-width: 0;
26491
+ }
26492
+
26493
+ .amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::after {
26494
+ border-bottom-color: rgba(7, 12, 20, 0.85);
26495
+ }
26496
+
26497
+ .amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::before {
26498
+ border-width: 0;
26499
+ }
26500
+
26501
+ .amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::after {
26502
+ border-left-color: rgba(7, 12, 20, 0.85);
26503
+ }
26504
+
26505
+ .amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::before {
26506
+ border-width: 0;
26507
+ }
26508
+
26509
+ .amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::after {
26510
+ border-right-color: rgba(7, 12, 20, 0.85);
26511
+ }
26512
+
26513
+ .amis-scope .a-TooltipWrapper--inline {
26514
+ display: inline-block;
26462
26515
  }
26463
26516
 
26464
26517
  @keyframes tooltipIn {
@@ -27464,14 +27517,14 @@ readers do not read off random characters that represent icons */
27464
27517
  margin-left: 1.25rem;
27465
27518
  align-items: center;
27466
27519
  justify-content: flex-start;
27467
- padding: 0 0 8px;
27520
+ padding: 0 0 10px;
27468
27521
  white-space: nowrap;
27469
27522
  cursor: pointer;
27470
27523
  }
27471
27524
 
27472
27525
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable-icon {
27473
- width: 1rem;
27474
- height: 1rem;
27526
+ width: 0.9375rem;
27527
+ height: 0.9375rem;
27475
27528
  padding: 0.0625rem;
27476
27529
  margin-right: 0.25rem;
27477
27530
  }
@@ -27481,7 +27534,13 @@ readers do not read off random characters that represent icons */
27481
27534
  line-height: 1;
27482
27535
  }
27483
27536
 
27537
+ .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
27538
+ color: #7266ba;
27539
+ fill: #7266ba;
27540
+ }
27541
+
27484
27542
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
27543
+ flex-grow: 1;
27485
27544
  position: relative;
27486
27545
  display: flex;
27487
27546
  align-items: center;
@@ -27489,7 +27548,7 @@ readers do not read off random characters that represent icons */
27489
27548
  }
27490
27549
 
27491
27550
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
27492
- margin-bottom: 7px;
27551
+ margin: 0 0 10px;
27493
27552
  width: 16px;
27494
27553
  height: 100%;
27495
27554
  display: flex;
@@ -27524,6 +27583,7 @@ readers do not read off random characters that represent icons */
27524
27583
  }
27525
27584
 
27526
27585
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
27586
+ position: relative;
27527
27587
  overflow-y: auto;
27528
27588
  scrollbar-width: none;
27529
27589
  width: 100%;
@@ -27534,8 +27594,10 @@ readers do not read off random characters that represent icons */
27534
27594
  }
27535
27595
 
27536
27596
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
27537
- position: relative;
27538
27597
  min-width: 100%;
27598
+ max-width: 0;
27599
+ height: 100%;
27600
+ overflow-x: hidden;
27539
27601
  }
27540
27602
 
27541
27603
  .amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
@@ -27578,7 +27640,9 @@ readers do not read off random characters that represent icons */
27578
27640
  }
27579
27641
 
27580
27642
  .amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
27581
- margin-left: 0.25rem;
27643
+ margin: 0.0625rem 0 0 0.25rem;
27644
+ fill: #83868c;
27645
+ cursor: pointer;
27582
27646
  }
27583
27647
 
27584
27648
  .amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
@@ -27666,6 +27730,18 @@ readers do not read off random characters that represent icons */
27666
27730
  border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
27667
27731
  }
27668
27732
 
27733
+ .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
27734
+ padding-top: 10px;
27735
+ }
27736
+
27737
+ .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-addable {
27738
+ padding: 0;
27739
+ }
27740
+
27741
+ .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-linksContainer-arrow {
27742
+ margin: 0;
27743
+ }
27744
+
27669
27745
  .amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
27670
27746
  top: -4px;
27671
27747
  }
@@ -27697,15 +27773,18 @@ readers do not read off random characters that represent icons */
27697
27773
  padding: 0 0 8px;
27698
27774
  }
27699
27775
 
27700
- .amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
27701
- .amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus,
27702
- .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
27703
- .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
27776
+ .amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover a:first-child,
27777
+ .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover a:first-child {
27704
27778
  color: #7266ba;
27705
27779
  background: transparent;
27706
27780
  border-color: transparent;
27707
27781
  }
27708
27782
 
27783
+ .amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .a-Tabs-link-close,
27784
+ .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
27785
+ fill: #7266ba;
27786
+ }
27787
+
27709
27788
  .amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
27710
27789
  .amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
27711
27790
  margin: 0;
@@ -27743,6 +27822,10 @@ readers do not read off random characters that represent icons */
27743
27822
  margin-right: 1rem;
27744
27823
  }
27745
27824
 
27825
+ .amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
27826
+ padding: 0;
27827
+ }
27828
+
27746
27829
  .amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
27747
27830
  padding: 0.5rem 1rem 0;
27748
27831
  margin-bottom: 0;
@@ -27779,6 +27862,11 @@ readers do not read off random characters that represent icons */
27779
27862
  border: none;
27780
27863
  }
27781
27864
 
27865
+ .amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
27866
+ padding: 0.375rem 0 0 0.625rem;
27867
+ margin: 0;
27868
+ }
27869
+
27782
27870
  .amis-scope .a-Tabs--card > .a-Tabs-content {
27783
27871
  border-width: 0;
27784
27872
  }
@@ -27787,7 +27875,7 @@ readers do not read off random characters that represent icons */
27787
27875
  margin-bottom: 0.625rem;
27788
27876
  }
27789
27877
 
27790
- .amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
27878
+ .amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
27791
27879
  padding: 0;
27792
27880
  }
27793
27881
 
@@ -27879,7 +27967,7 @@ readers do not read off random characters that represent icons */
27879
27967
  border-right-width: 0;
27880
27968
  }
27881
27969
 
27882
- .amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
27970
+ .amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
27883
27971
  padding: 0 0.75rem;
27884
27972
  margin-left: 0;
27885
27973
  white-space: nowrap;
@@ -27987,6 +28075,84 @@ readers do not read off random characters that represent icons */
27987
28075
  height: 100%;
27988
28076
  }
27989
28077
 
28078
+ .amis-scope .a-Tabs--sidebar {
28079
+ display: flex;
28080
+ height: 100%;
28081
+ }
28082
+
28083
+ .amis-scope .a-Tabs--sidebar.sidebar--left {
28084
+ flex-direction: row;
28085
+ }
28086
+
28087
+ .amis-scope .a-Tabs--sidebar.sidebar--left > .a-Tabs-content {
28088
+ border-right: none;
28089
+ }
28090
+
28091
+ .amis-scope .a-Tabs--sidebar.sidebar--right {
28092
+ flex-direction: row-reverse;
28093
+ }
28094
+
28095
+ .amis-scope .a-Tabs--sidebar.sidebar--right > .a-Tabs-content {
28096
+ border-left: none;
28097
+ }
28098
+
28099
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper {
28100
+ flex: 0 0 3.875rem;
28101
+ align-items: flex-start;
28102
+ border: none;
28103
+ }
28104
+
28105
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
28106
+ position: relative;
28107
+ margin: 0;
28108
+ padding-top: 1.6875rem;
28109
+ flex-grow: 1;
28110
+ border: none;
28111
+ flex-direction: column;
28112
+ border: 0;
28113
+ }
28114
+
28115
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
28116
+ display: flex;
28117
+ margin: 0 0 1.375rem 0;
28118
+ padding: 0;
28119
+ flex-direction: column;
28120
+ justify-content: flex-start;
28121
+ align-items: center;
28122
+ border: 0;
28123
+ }
28124
+
28125
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
28126
+ padding: 0;
28127
+ border: 0;
28128
+ margin: 0;
28129
+ display: flex;
28130
+ flex-direction: column;
28131
+ align-items: center;
28132
+ color: #83868c;
28133
+ }
28134
+
28135
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
28136
+ font-size: 1.5rem;
28137
+ height: 1.5rem;
28138
+ margin-bottom: 0.3125rem;
28139
+ }
28140
+
28141
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
28142
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
28143
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
28144
+ color: var(--Tabs--sidebar-iconColor);
28145
+ }
28146
+
28147
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-content {
28148
+ flex-grow: 1;
28149
+ border-bottom: none;
28150
+ }
28151
+
28152
+ .amis-scope .a-Tabs--sidebar > .a-Tabs-content > .a-Tabs-pane {
28153
+ height: 100%;
28154
+ }
28155
+
27990
28156
  .amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
27991
28157
  background: #e7eaed;
27992
28158
  border-bottom: none;
@@ -28102,7 +28268,7 @@ readers do not read off random characters that represent icons */
28102
28268
  border-bottom: none;
28103
28269
  }
28104
28270
 
28105
- .amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
28271
+ .amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
28106
28272
  padding: 0;
28107
28273
  }
28108
28274
 
@@ -28126,7 +28292,7 @@ readers do not read off random characters that represent icons */
28126
28292
  top: 50%;
28127
28293
  right: 0;
28128
28294
  width: 0.0625rem;
28129
- height: 1rem;
28295
+ height: 0.9375rem;
28130
28296
  transform: translateY(-50%);
28131
28297
  background-color: var(--Tabs--simple-split-color);
28132
28298
  }
@@ -28150,6 +28316,10 @@ readers do not read off random characters that represent icons */
28150
28316
  border: none;
28151
28317
  }
28152
28318
 
28319
+ .amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
28320
+ fill: #7266ba;
28321
+ }
28322
+
28153
28323
  .amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
28154
28324
  padding: 0;
28155
28325
  }
@@ -28169,7 +28339,7 @@ readers do not read off random characters that represent icons */
28169
28339
  border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
28170
28340
  }
28171
28341
 
28172
- .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
28342
+ .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
28173
28343
  width: 2rem;
28174
28344
  margin-left: 0.5rem;
28175
28345
  padding: 0;
@@ -28183,11 +28353,11 @@ readers do not read off random characters that represent icons */
28183
28353
  flex: none;
28184
28354
  }
28185
28355
 
28186
- .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable > .a-Tabs-addable-icon {
28356
+ .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable > .a-Tabs-addable-icon {
28187
28357
  margin-right: 0;
28188
28358
  }
28189
28359
 
28190
- .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable:hover {
28360
+ .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
28191
28361
  color: #7266ba;
28192
28362
  }
28193
28363
 
@@ -28250,6 +28420,10 @@ readers do not read off random characters that represent icons */
28250
28420
  color: #7266ba;
28251
28421
  }
28252
28422
 
28423
+ .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover .a-Tabs-link-close {
28424
+ fill: #7266ba;
28425
+ }
28426
+
28253
28427
  .amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
28254
28428
  margin-right: 0;
28255
28429
  }
@@ -28261,9 +28435,10 @@ readers do not read off random characters that represent icons */
28261
28435
  }
28262
28436
 
28263
28437
  .amis-scope .a-Tabs-toolbar {
28264
- display: inline-block;
28265
- float: right;
28266
- padding-top: 0.25rem;
28438
+ margin-left: 0.75rem;
28439
+ display: flex;
28440
+ flex-direction: row;
28441
+ align-items: center;
28267
28442
  }
28268
28443
 
28269
28444
  .amis-scope .a-Nav {
@@ -28287,6 +28462,34 @@ readers do not read off random characters that represent icons */
28287
28462
  vertical-align: middle;
28288
28463
  }
28289
28464
 
28465
+ .amis-scope .a-Nav .a-Nav-list-overflow {
28466
+ min-height: 2.5rem !important;
28467
+ max-height: calc(2.5rem * 5);
28468
+ max-width: 10rem;
28469
+ font-size: 0.875rem;
28470
+ overflow-x: hidden;
28471
+ overflow-y: auto;
28472
+ }
28473
+
28474
+ .amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-subItems {
28475
+ margin-block-start: 0;
28476
+ margin-block-end: 0;
28477
+ }
28478
+
28479
+ .amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item {
28480
+ max-width: 10rem;
28481
+ height: 2.5rem;
28482
+ }
28483
+
28484
+ .amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item > a {
28485
+ border: none !important;
28486
+ display: block !important;
28487
+ text-overflow: ellipsis;
28488
+ overflow: hidden;
28489
+ white-space: nowrap;
28490
+ user-select: none;
28491
+ }
28492
+
28290
28493
  .amis-scope .a-Nav .a-Nav-list--tabs {
28291
28494
  border-bottom: 0.0625rem solid #d1d5db;
28292
28495
  }
@@ -28295,6 +28498,7 @@ readers do not read off random characters that represent icons */
28295
28498
  margin-bottom: calc(0.0625rem * -1);
28296
28499
  display: inline-block;
28297
28500
  position: relative;
28501
+ max-width: 10rem;
28298
28502
  }
28299
28503
 
28300
28504
  .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
@@ -28309,11 +28513,15 @@ readers do not read off random characters that represent icons */
28309
28513
  margin-right: 0.125rem;
28310
28514
  padding: 0.5rem 1.5rem;
28311
28515
  cursor: pointer;
28516
+ text-overflow: ellipsis;
28517
+ overflow: hidden;
28518
+ white-space: nowrap;
28312
28519
  }
28313
28520
 
28314
28521
  .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
28315
28522
  .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
28316
28523
  border-color: #e5e7eb;
28524
+ border-bottom: none;
28317
28525
  text-decoration: none;
28318
28526
  }
28319
28527
 
@@ -28333,6 +28541,13 @@ readers do not read off random characters that represent icons */
28333
28541
  border-bottom-color: #fff;
28334
28542
  }
28335
28543
 
28544
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow:hover > a,
28545
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow > a:focus,
28546
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow.is-overflow-opened > a {
28547
+ color: #7266ba;
28548
+ border-color: transparent;
28549
+ }
28550
+
28336
28551
  .amis-scope .a-Nav .a-Nav-list--stacked {
28337
28552
  min-height: 3.125rem;
28338
28553
  }
@@ -29253,81 +29468,160 @@ readers do not read off random characters that represent icons */
29253
29468
  }
29254
29469
  }
29255
29470
 
29256
- .amis-scope .is-spin {
29257
- animation: spin 2s linear infinite;
29258
- }
29259
-
29260
- .amis-scope .a-Spinner-overlay {
29261
- position: absolute;
29262
- z-index: 10;
29263
- top: 0;
29264
- left: 0;
29265
- right: 0;
29266
- bottom: 0;
29267
- background: rgba(255, 255, 255, 0.4);
29268
- transition: ease-out opacity 0s;
29471
+ .amis-scope .a-Spinner {
29472
+ display: inline-flex;
29473
+ flex-direction: column;
29474
+ align-items: center;
29475
+ justify-content: center;
29269
29476
  opacity: 0;
29477
+ transition: ease-out opacity 0s;
29270
29478
  }
29271
29479
 
29272
- .amis-scope .a-Spinner-overlay.in {
29480
+ .amis-scope .a-Spinner.in {
29273
29481
  opacity: 1;
29274
29482
  }
29275
29483
 
29276
- .amis-scope .a-Spinner {
29277
- width: 1.625rem;
29278
- height: 1.625rem;
29484
+ .amis-scope .a-Spinner .a-Spinner-icon {
29485
+ width: 2rem;
29486
+ height: 2rem;
29487
+ position: relative;
29279
29488
  transform: translateZ(0);
29280
- display: inline-flex;
29281
- background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
29282
- background-size: 100%;
29489
+ animation: spin 2s linear infinite;
29283
29490
  transition: ease-out all 0s;
29284
29491
  }
29285
29492
 
29286
- .amis-scope .a-Spinner--lg {
29287
- width: 3.125rem;
29288
- height: 3.125rem;
29493
+ .amis-scope .a-Spinner .a-Spinner-icon--default {
29494
+ background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
29495
+ background-size: 100%;
29496
+ animation: none;
29289
29497
  }
29290
29498
 
29291
- .amis-scope .a-Spinner--sm {
29292
- width: 1rem;
29293
- height: 1rem;
29499
+ .amis-scope .a-Spinner .a-Spinner-icon--simple {
29500
+ background: transparent;
29501
+ display: flex;
29502
+ align-items: center;
29503
+ justify-content: center;
29294
29504
  }
29295
29505
 
29296
- .amis-scope .a-Spinner--icon {
29297
- background: transparent;
29298
- animation: spin 2s linear infinite;
29299
- width: 16px;
29300
- height: 16px;
29506
+ .amis-scope .a-Spinner .a-Spinner-icon--simple .icon {
29507
+ width: 100%;
29508
+ height: 100%;
29509
+ color: #2468f2;
29301
29510
  }
29302
29511
 
29303
- .amis-scope .a-Spinner--icon svg.icon {
29304
- width: 16px;
29305
- height: 16px;
29512
+ .amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon {
29306
29513
  top: 0;
29307
29514
  }
29308
29515
 
29309
- .amis-scope .a-Spinner--overlay {
29310
- position: absolute;
29311
- z-index: 11;
29312
- top: 50%;
29313
- left: 50%;
29314
- transform: translate3d(-50%, -50%, 0);
29516
+ .amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon path {
29517
+ fill: #2468f2;
29315
29518
  }
29316
29519
 
29317
- .amis-scope .a-Spinner--overlay.a-Spinner--lg {
29318
- width: 3.125rem;
29319
- height: 3.125rem;
29320
- line-height: 3.125rem;
29520
+ .amis-scope .a-Spinner .a-Spinner-icon--simple i.icon {
29521
+ display: flex;
29522
+ align-items: center;
29523
+ justify-content: center;
29524
+ font-size: 2rem;
29321
29525
  }
29322
29526
 
29323
- @media (min-width: 768px) {
29324
- .amis-scope .a-Layout .a-Page-body > .a-Spinner-overlay {
29325
- left: 12.5rem;
29326
- }
29327
-
29328
- .amis-scope .a-Layout--folded .a-Page-body > .a-Spinner-overlay {
29329
- left: 3.75rem;
29330
- }
29527
+ .amis-scope .a-Spinner .a-Spinner-icon--custom {
29528
+ width: auto;
29529
+ height: auto;
29530
+ }
29531
+
29532
+ .amis-scope .a-Spinner .a-Spinner-icon--lg {
29533
+ width: 3rem;
29534
+ height: 3rem;
29535
+ }
29536
+
29537
+ .amis-scope .a-Spinner .a-Spinner-icon--lg i.icon {
29538
+ font-size: 3rem;
29539
+ }
29540
+
29541
+ .amis-scope .a-Spinner .a-Spinner-icon--sm {
29542
+ width: 1rem;
29543
+ height: 1rem;
29544
+ }
29545
+
29546
+ .amis-scope .a-Spinner .a-Spinner-icon--sm i.icon {
29547
+ font-size: 1rem;
29548
+ }
29549
+
29550
+ .amis-scope .a-Spinner .a-Spinner-tip {
29551
+ margin: 0.75rem 0 0 0;
29552
+ word-break: keep-all;
29553
+ white-space: nowrap;
29554
+ color: #2468f2;
29555
+ }
29556
+
29557
+ .amis-scope .a-Spinner.a-Spinner-tip--top {
29558
+ flex-direction: column-reverse;
29559
+ }
29560
+
29561
+ .amis-scope .a-Spinner.a-Spinner-tip--top .a-Spinner-tip {
29562
+ margin: 0 0 0.75rem 0;
29563
+ }
29564
+
29565
+ .amis-scope .a-Spinner.a-Spinner-tip--right {
29566
+ flex-direction: row;
29567
+ }
29568
+
29569
+ .amis-scope .a-Spinner.a-Spinner-tip--right .a-Spinner-tip {
29570
+ margin: 0 0 0 0.75rem;
29571
+ }
29572
+
29573
+ .amis-scope .a-Spinner.a-Spinner-tip--bottom {
29574
+ flex-direction: column;
29575
+ }
29576
+
29577
+ .amis-scope .a-Spinner.a-Spinner-tip--bottom .a-Spinner-tip {
29578
+ margin: 0.75rem 0 0 0;
29579
+ }
29580
+
29581
+ .amis-scope .a-Spinner.a-Spinner-tip--left {
29582
+ flex-direction: row-reverse;
29583
+ }
29584
+
29585
+ .amis-scope .a-Spinner.a-Spinner-tip--left .a-Spinner-tip {
29586
+ margin: 0 0.75rem 0 0;
29587
+ }
29588
+
29589
+ .amis-scope .a-Spinner--overlay {
29590
+ position: absolute;
29591
+ z-index: 11;
29592
+ top: 50%;
29593
+ left: 50%;
29594
+ transform: translate3d(-50%, -50%, 0);
29595
+ }
29596
+
29597
+ .amis-scope .a-Spinner-overlay {
29598
+ position: absolute;
29599
+ z-index: 10;
29600
+ top: 0;
29601
+ left: 0;
29602
+ right: 0;
29603
+ bottom: 0;
29604
+ background: rgba(255, 255, 255, 0.4);
29605
+ transition: ease-out opacity 0s;
29606
+ opacity: 0;
29607
+ }
29608
+
29609
+ .amis-scope .a-Spinner-overlay.in {
29610
+ opacity: 1;
29611
+ }
29612
+
29613
+ .amis-scope .a-Spinner-wrap {
29614
+ position: relative;
29615
+ width: 100%;
29616
+ height: 100%;
29617
+ }
29618
+
29619
+ .amis-scope .a-Spinner-wrap .a-Spinner {
29620
+ position: absolute;
29621
+ z-index: 11;
29622
+ top: 50%;
29623
+ left: 50%;
29624
+ transform: translate3d(-50%, -50%, 0);
29331
29625
  }
29332
29626
 
29333
29627
  .amis-scope .a-ButtonGroup {
@@ -29397,10 +29691,15 @@ readers do not read off random characters that represent icons */
29397
29691
  border-bottom-left-radius: 0;
29398
29692
  }
29399
29693
 
29694
+ .amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
29695
+ border-top-right-radius: 0;
29696
+ }
29697
+
29400
29698
  .amis-scope .a-ButtonGroup--vertical {
29401
29699
  flex-direction: column;
29402
29700
  align-items: flex-start;
29403
29701
  justify-content: center;
29702
+ /* 修正头尾的圆角 */
29404
29703
  }
29405
29704
 
29406
29705
  .amis-scope .a-ButtonGroup--vertical .a-Button,
@@ -29428,6 +29727,16 @@ readers do not read off random characters that represent icons */
29428
29727
  border-top-right-radius: 0;
29429
29728
  }
29430
29729
 
29730
+ .amis-scope .a-ButtonGroup--vertical > .a-Button:first-child,
29731
+ .amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child {
29732
+ border-top-right-radius: 0.142rem;
29733
+ }
29734
+
29735
+ .amis-scope .a-ButtonGroup--vertical > .a-Button:last-child,
29736
+ .amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child {
29737
+ border-bottom-left-radius: 0.142rem;
29738
+ }
29739
+
29431
29740
  .amis-scope .a-ButtonGroup--tiled {
29432
29741
  display: flex;
29433
29742
  }
@@ -32923,12 +33232,9 @@ readers do not read off random characters that represent icons */
32923
33232
  font-size: 0.75rem;
32924
33233
  padding: 0.25rem 0.5rem;
32925
33234
  height: 1.5rem;
32926
- width: calc((100% - 24px) / 3);
32927
- float: left;
33235
+ width: calc((100% - 0.25rem * 6) / 3);
32928
33236
  margin: 0.25rem;
32929
- text-overflow: ellipsis;
32930
- white-space: nowrap;
32931
- overflow: hidden;
33237
+ float: left;
32932
33238
  }
32933
33239
 
32934
33240
  .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
@@ -32939,6 +33245,20 @@ readers do not read off random characters that represent icons */
32939
33245
  border: 1px solid #23b7e5;
32940
33246
  }
32941
33247
 
33248
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
33249
+ display: inline-block;
33250
+ width: calc(100% - 1rem);
33251
+ }
33252
+
33253
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label > span {
33254
+ display: inline-block;
33255
+ max-width: 100%;
33256
+ text-overflow: ellipsis;
33257
+ white-space: nowrap;
33258
+ overflow: hidden;
33259
+ user-select: none;
33260
+ }
33261
+
32942
33262
  .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
32943
33263
  height: 1rem;
32944
33264
  width: 1rem;
@@ -32946,10 +33266,12 @@ readers do not read off random characters that represent icons */
32946
33266
  }
32947
33267
 
32948
33268
  .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
33269
+ display: inline-block;
32949
33270
  margin-left: 0;
32950
33271
  margin-right: 0.25rem;
32951
- cursor: move;
33272
+ vertical-align: super;
32952
33273
  color: #d8d8d8;
33274
+ cursor: move;
32953
33275
  }
32954
33276
 
32955
33277
  .amis-scope .a-ColumnToggler-modal-footer {
@@ -32988,10 +33310,6 @@ readers do not read off random characters that represent icons */
32988
33310
  justify-content: flex-end;
32989
33311
  }
32990
33312
 
32991
- .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
32992
- width: 72px;
32993
- }
32994
-
32995
33313
  .amis-scope .a-ColumnToggler-tooltip {
32996
33314
  border: none;
32997
33315
  }
@@ -33947,31 +34265,30 @@ readers do not read off random characters that represent icons */
33947
34265
  right: 0;
33948
34266
  }
33949
34267
 
34268
+ .amis-scope .a-Progress {
34269
+ display: flex;
34270
+ align-items: center;
34271
+ color: #58666e;
34272
+ font-size: 0.6875rem;
34273
+ }
34274
+
33950
34275
  .amis-scope .a-Progress-line {
33951
34276
  display: inline-block;
33952
34277
  width: 100%;
33953
- margin-right: calc(-2em + -8px);
33954
- padding-right: calc(2em + 8px);
34278
+ height: 10px;
33955
34279
  }
33956
34280
 
33957
34281
  .amis-scope .a-Progress-line-inter {
33958
- height: 10px;
34282
+ height: 100%;
33959
34283
  background-color: #d3d9e6;
33960
34284
  overflow: hidden;
33961
34285
  border-radius: 0.142rem;
33962
34286
  }
33963
34287
 
33964
- .amis-scope .a-Progress-line-no-label {
33965
- padding-right: 0;
33966
- margin-right: 0;
33967
- }
33968
-
33969
34288
  .amis-scope .a-Progress-line-text {
33970
34289
  display: inline-block;
33971
- width: 2em;
34290
+ flex-grow: 1;
33972
34291
  margin-left: 8px;
33973
- color: #58666e;
33974
- font-size: 0.6875rem;
33975
34292
  white-space: nowrap;
33976
34293
  text-align: left;
33977
34294
  word-break: normal;
@@ -34032,9 +34349,6 @@ readers do not read off random characters that represent icons */
34032
34349
  width: 100%;
34033
34350
  margin: 0;
34034
34351
  padding: 0;
34035
- color: #58666e;
34036
- font-size: 1em;
34037
- line-height: 1;
34038
34352
  white-space: normal;
34039
34353
  text-align: center;
34040
34354
  transform: translate(-50%, -50%);
@@ -34509,6 +34823,7 @@ readers do not read off random characters that represent icons */
34509
34823
  }
34510
34824
 
34511
34825
  .amis-scope .a-Carousel-dotsControl .a-Carousel-dot {
34826
+ cursor: pointer;
34512
34827
  display: inline-block;
34513
34828
  height: 0.5rem;
34514
34829
  width: 0.5rem;
@@ -35682,6 +35997,10 @@ readers do not read off random characters that represent icons */
35682
35997
  line-height: 2rem;
35683
35998
  }
35684
35999
 
36000
+ .amis-scope .a-Steps .a-StepsItem-container {
36001
+ position: relative;
36002
+ }
36003
+
35685
36004
  .amis-scope .a-Steps .a-StepsItem-containerIcon {
35686
36005
  vertical-align: top;
35687
36006
  display: inline-block;
@@ -35731,6 +36050,13 @@ readers do not read off random characters that represent icons */
35731
36050
  background-color: #23b7e5;
35732
36051
  }
35733
36052
 
36053
+ .amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
36054
+ max-width: 9.875rem;
36055
+ overflow: hidden;
36056
+ text-overflow: ellipsis;
36057
+ white-space: nowrap;
36058
+ }
36059
+
35734
36060
  .amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-subTitle {
35735
36061
  padding-left: 0.625rem;
35736
36062
  font-size: 0.875rem;
@@ -35740,6 +36066,8 @@ readers do not read off random characters that represent icons */
35740
36066
  .amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
35741
36067
  max-width: 8.75rem;
35742
36068
  white-space: nowrap;
36069
+ position: relative;
36070
+ bottom: 0.625rem;
35743
36071
  }
35744
36072
 
35745
36073
  .amis-scope .a-Steps .a-StepsItem:last-child {
@@ -35757,19 +36085,16 @@ readers do not read off random characters that represent icons */
35757
36085
  .amis-scope .a-Steps--vertical .a-StepsItem {
35758
36086
  padding: 0.3125rem 0;
35759
36087
  min-height: 75px;
36088
+ overflow: visible;
35760
36089
  }
35761
36090
 
35762
- .amis-scope .a-Steps--vertical .a-StepsItem-containerIcon > .a-StepsItem-icon {
35763
- position: relative;
35764
- }
35765
-
35766
- .amis-scope .a-Steps--vertical .a-StepsItem-containerIcon > .a-StepsItem-icon:after {
36091
+ .amis-scope .a-Steps--vertical .a-StepsItem-containerIcon:after {
35767
36092
  content: "";
35768
36093
  position: absolute;
35769
36094
  right: 0;
35770
- top: 2.1875rem;
35771
- height: 9999px;
35772
- left: 0.875rem;
36095
+ top: 2rem;
36096
+ height: calc(100% - 23px);
36097
+ left: 0.6875rem;
35773
36098
  width: 1px;
35774
36099
  background-color: #b4bbc5;
35775
36100
  }
@@ -35778,14 +36103,181 @@ readers do not read off random characters that represent icons */
35778
36103
  display: none;
35779
36104
  }
35780
36105
 
36106
+ .amis-scope .a-Steps--vertical .a-StepsItem-containerTail:after {
36107
+ display: none !important;
36108
+ }
36109
+
35781
36110
  .amis-scope .a-Steps--vertical .a-StepsItem:last-child {
35782
36111
  flex: none;
35783
36112
  }
35784
36113
 
35785
- .amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-icon:after {
36114
+ .amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-containerIcon:after {
36115
+ display: none;
36116
+ }
36117
+
36118
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-container {
36119
+ flex-direction: row;
36120
+ }
36121
+
36122
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerTail {
36123
+ display: none;
36124
+ }
36125
+
36126
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerWrapper {
36127
+ width: 25rem;
36128
+ }
36129
+
36130
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot {
36131
+ margin-left: 0px;
36132
+ margin-top: 0.625rem;
36133
+ }
36134
+
36135
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot:after {
36136
+ content: "";
36137
+ position: absolute;
36138
+ display: inline-block;
36139
+ top: 1.375rem;
36140
+ width: 1px;
36141
+ left: 3px;
36142
+ height: calc(100% - 5px);
36143
+ background-color: #b4bbc5;
36144
+ }
36145
+
36146
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-title > span {
36147
+ display: inline-block !important;
36148
+ }
36149
+
36150
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-vertical-ProgressDot {
36151
+ right: 0.625rem;
36152
+ }
36153
+
36154
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-body {
36155
+ text-align: left !important;
36156
+ }
36157
+
36158
+ .amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot:last-child .a-StepsItem-containerProgressDot:after {
36159
+ display: none;
36160
+ }
36161
+
36162
+ .amis-scope .a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
36163
+ background: #23b7e5;
36164
+ }
36165
+
36166
+ .amis-scope .a-Steps--Placement-vertical {
36167
+ display: flex;
36168
+ list-style: none;
36169
+ padding: 0;
36170
+ }
36171
+
36172
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem {
36173
+ flex: 1;
36174
+ padding: 0;
36175
+ overflow: visible;
36176
+ }
36177
+
36178
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-container {
36179
+ display: flex;
36180
+ flex-direction: column;
36181
+ justify-content: flex-start;
36182
+ }
36183
+
36184
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerTail:after {
36185
+ content: "";
36186
+ position: absolute;
36187
+ display: inline-block;
36188
+ top: 1rem;
36189
+ height: 1px;
36190
+ left: 8.125rem;
36191
+ width: calc(100% - 55px);
36192
+ background-color: #b4bbc5;
36193
+ }
36194
+
36195
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerIcon {
36196
+ margin-left: 5.625rem;
36197
+ }
36198
+
36199
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper {
36200
+ width: 12.5rem;
36201
+ }
36202
+
36203
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body {
36204
+ text-align: center;
36205
+ }
36206
+
36207
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
36208
+ padding: 0 0.625rem;
36209
+ width: 100%;
36210
+ }
36211
+
36212
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
36213
+ display: block;
36214
+ position: relative;
36215
+ left: 0.625rem;
36216
+ }
36217
+
36218
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
36219
+ word-break: break-all;
36220
+ padding: 0 0.625rem;
36221
+ position: relative;
36222
+ left: 0.625rem;
36223
+ }
36224
+
36225
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
35786
36226
  display: none;
35787
36227
  }
35788
36228
 
36229
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
36230
+ min-width: 12.5rem;
36231
+ word-break: break-all;
36232
+ padding: 0 0.625rem;
36233
+ }
36234
+
36235
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
36236
+ background-color: #23b7e5;
36237
+ }
36238
+
36239
+ .amis-scope .a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
36240
+ display: none;
36241
+ }
36242
+
36243
+ .amis-scope .a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
36244
+ background: #23b7e5;
36245
+ }
36246
+
36247
+ .amis-scope .a-Steps--ProgressDot .a-StepsItem-containerTail:after {
36248
+ left: 6.875rem;
36249
+ width: calc(100% - 20px);
36250
+ }
36251
+
36252
+ .amis-scope .a-Steps--ProgressDot .a-StepsItem-containerProgressDot {
36253
+ margin-top: 0.8125rem;
36254
+ margin-bottom: 0.3125rem;
36255
+ width: 0.5rem;
36256
+ height: 0.5rem;
36257
+ margin-left: 6rem;
36258
+ border: 1px solid #23b7e5;
36259
+ border-radius: 100%;
36260
+ }
36261
+
36262
+ .amis-scope .a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
36263
+ background: #23b7e5;
36264
+ }
36265
+
36266
+ .amis-scope .a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
36267
+ background: #b4bbc5;
36268
+ border: 1px solid #b4bbc5;
36269
+ }
36270
+
36271
+ .amis-scope .a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
36272
+ background: #f05050;
36273
+ border: 1px solid #f05050;
36274
+ }
36275
+
36276
+ .amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
36277
+ border: 1px solid #23b7e5;
36278
+ background: #23b7e5;
36279
+ }
36280
+
35789
36281
  .amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
35790
36282
  background-color: #fff;
35791
36283
  color: #b4bbc5;
@@ -36859,14 +37351,23 @@ readers do not read off random characters that represent icons */
36859
37351
  }
36860
37352
 
36861
37353
  .amis-scope .a-TextareaControl {
37354
+ position: relative;
37355
+ max-width: 100%;
36862
37356
  --Form-input-clearBtn-padding: 0.125rem;
36863
37357
  position: relative;
36864
37358
  }
36865
37359
 
36866
- .amis-scope .a-TextareaControl > textarea {
36867
- border: 1px solid #d1d5db;
36868
- border-radius: 0.142rem;
37360
+ .amis-scope .a-TextareaControl.is-inline {
37361
+ display: inline-block;
37362
+ width: 12.5rem;
37363
+ }
37364
+
37365
+ .amis-scope .a-TextareaControl-input {
37366
+ display: flex;
36869
37367
  background: #fff;
37368
+ border: 0.0625rem solid #d1d5db;
37369
+ border-radius: 0.142rem;
37370
+ line-height: 1.4285714286;
36870
37371
  padding: calc(
36871
37372
  (
36872
37373
  1.875rem - 1.4285714286 *
@@ -36874,50 +37375,137 @@ readers do not read off random characters that represent icons */
36874
37375
  ) / 2
36875
37376
  ) 0.5rem;
36876
37377
  font-size: 0.875rem;
36877
- display: block;
36878
- width: 100%;
36879
- line-height: 1.4285714286;
37378
+ flex-wrap: wrap;
37379
+ justify-content: flex-start;
37380
+ }
37381
+
37382
+ .amis-scope .a-TextareaControl-input input {
37383
+ flex-basis: 5rem;
37384
+ flex-grow: 1;
36880
37385
  outline: none;
36881
- resize: none;
37386
+ background: transparent;
37387
+ border: none;
37388
+ color: #58666e;
37389
+ width: 100%;
37390
+ height: calc(1.4285714286 * 0.875rem);
36882
37391
  }
36883
37392
 
36884
- .amis-scope .a-TextareaControl > textarea--borderHalf {
37393
+ .amis-scope .a-TextareaControl-input input::placeholder {
37394
+ color: #99a6ad;
37395
+ user-select: none;
37396
+ }
37397
+
37398
+ .amis-scope .a-TextareaControl-input:hover {
37399
+ border-color: #23b7e5;
37400
+ }
37401
+
37402
+ .amis-scope .a-TextareaControl-input--borderHalf {
36885
37403
  border-left-color: transparent !important;
36886
37404
  border-right-color: transparent !important;
36887
37405
  border-top-color: transparent !important;
36888
37406
  }
36889
37407
 
36890
- .amis-scope .a-TextareaControl > textarea--borderNone {
37408
+ .amis-scope .a-TextareaControl-input--borderNone {
36891
37409
  border-color: transparent !important;
36892
37410
  }
36893
37411
 
36894
- .amis-scope .a-TextareaControl > textarea::placeholder {
36895
- color: #99a6ad;
37412
+ .amis-scope .a-TextareaControl.is-error > .a-TextareaControl-input {
37413
+ border-color: #f05050;
37414
+ background: #fff;
37415
+ transition: all 0s;
36896
37416
  }
36897
37417
 
36898
- .amis-scope .a-TextareaControl > textarea:hover {
37418
+ .amis-scope .a-TextareaControl.is-focused > .a-TextareaControl-input {
36899
37419
  border-color: #23b7e5;
37420
+ box-shadow: none;
37421
+ background: #fff;
37422
+ transition: all 0s;
36900
37423
  }
36901
37424
 
36902
- .amis-scope .a-TextareaControl > textarea:focus,
36903
- .amis-scope .a-TextareaControl.is-focused > textarea {
36904
- border-color: #23b7e5;
36905
- box-shadow: none;
37425
+ .amis-scope .a-TextareaControl.is-error.is-focused > .a-TextareaControl-input {
37426
+ border-color: #f05050;
37427
+ }
37428
+
37429
+ .amis-scope .a-TextareaControl.is-disabled > .a-TextareaControl-input {
37430
+ color: #99a6ad;
37431
+ background: #e5e7eb;
37432
+ border-color: #d1d5db;
37433
+ transition: all 0s;
37434
+ }
37435
+
37436
+ .amis-scope .a-TextareaControl-spinner {
37437
+ line-height: calc( 1.4285714286 * 0.875rem );
37438
+ }
37439
+
37440
+ .amis-scope .a-TextareaControl-clear {
37441
+ padding: 0.1875rem;
37442
+ cursor: pointer;
37443
+ display: flex;
37444
+ align-items: center;
37445
+ justify-content: center;
37446
+ margin-left: auto;
37447
+ text-decoration: none;
37448
+ }
37449
+
37450
+ .amis-scope .a-TextareaControl-clear svg {
37451
+ fill: #cecfd1;
37452
+ top: 0;
37453
+ width: 0.875rem;
37454
+ height: 0.875rem;
37455
+ }
37456
+
37457
+ .amis-scope .a-TextareaControl-clear:hover svg {
37458
+ fill: #5e626a;
37459
+ }
37460
+
37461
+ .amis-scope .a-TextareaControl-clear:active svg {
37462
+ fill: #2d323c;
37463
+ }
37464
+
37465
+ @media (min-width: 576px) {
37466
+ .amis-scope .a-TextareaControl.a-Form-control--sizeXs > .a-TextareaControl-input,
37467
+ .amis-scope .a-TextareaControl.a-Form-control--sizeSm > .a-TextareaControl-input,
37468
+ .amis-scope .a-TextareaControl.a-Form-control--sizeMd > .a-TextareaControl-input,
37469
+ .amis-scope .a-TextareaControl.a-Form-control--sizeLg > .a-TextareaControl-input {
37470
+ min-width: 100%;
37471
+ display: inline-flex;
37472
+ }
37473
+ }
37474
+
37475
+ .amis-scope .a-TextareaControl > textarea {
37476
+ border: 1px solid #d1d5db;
37477
+ border-radius: 0.142rem;
37478
+ background: #fff;
37479
+ padding: calc(
37480
+ (
37481
+ 1.875rem - 1.4285714286 *
37482
+ 0.875rem - 0.125rem
37483
+ ) / 2
37484
+ ) 0.5rem;
37485
+ font-size: 0.875rem;
37486
+ display: block;
37487
+ width: 100%;
37488
+ line-height: 1.4285714286;
37489
+ outline: none;
37490
+ resize: none;
37491
+ }
37492
+
37493
+ .amis-scope .a-TextareaControl > textarea--borderHalf {
37494
+ border-left-color: transparent !important;
37495
+ border-right-color: transparent !important;
37496
+ border-top-color: transparent !important;
36906
37497
  }
36907
37498
 
36908
- .amis-scope .a-TextareaControl > textarea:focus:hover,
36909
- .amis-scope .a-TextareaControl.is-focused > textarea:hover {
36910
- border-color: #23b7e5;
37499
+ .amis-scope .a-TextareaControl > textarea--borderNone {
37500
+ border-color: transparent !important;
36911
37501
  }
36912
37502
 
36913
- .amis-scope .a-TextareaControl.is-disabled > textarea,
36914
- .amis-scope .a-TextareaControl > textarea[disabled] {
36915
- background: #e5e7eb;
37503
+ .amis-scope .a-TextareaControl > textarea::placeholder {
36916
37504
  color: #99a6ad;
36917
37505
  }
36918
37506
 
36919
- .amis-scope .a-TextareaControl.is-error > textarea {
36920
- border-color: #f05050;
37507
+ .amis-scope .a-TextareaControl > textarea:hover {
37508
+ border-color: #23b7e5;
36921
37509
  }
36922
37510
 
36923
37511
  .amis-scope .a-TextareaControl-counter {
@@ -37045,11 +37633,11 @@ readers do not read off random characters that represent icons */
37045
37633
  }
37046
37634
 
37047
37635
  .amis-scope .a-Checkbox--checkbox {
37048
- padding-left: 0.875rem;
37636
+ padding-left: 1rem;
37049
37637
  }
37050
37638
 
37051
37639
  .amis-scope .a-Checkbox--checkbox input {
37052
- margin-left: calc(0.875rem * -1);
37640
+ margin-left: calc(1rem * -1);
37053
37641
  }
37054
37642
 
37055
37643
  .amis-scope .a-Checkbox--checkbox input:checked + i {
@@ -37057,8 +37645,8 @@ readers do not read off random characters that represent icons */
37057
37645
  }
37058
37646
 
37059
37647
  .amis-scope .a-Checkbox--checkbox input:checked + i:before {
37060
- width: calc(0.875rem / 2);
37061
- height: calc(0.875rem / 2);
37648
+ width: calc(1rem / 2);
37649
+ height: calc(1rem / 2);
37062
37650
  background: #23b7e5;
37063
37651
  }
37064
37652
 
@@ -37068,8 +37656,8 @@ readers do not read off random characters that represent icons */
37068
37656
  }
37069
37657
 
37070
37658
  .amis-scope .a-Checkbox--checkbox input[disabled] + i:before {
37071
- width: calc(0.875rem / 2);
37072
- height: calc(calc(0.875rem / 2) / 2);
37659
+ width: calc(1rem / 2);
37660
+ height: calc(calc(1rem / 2) / 2);
37073
37661
  background: #e5e7eb;
37074
37662
  }
37075
37663
 
@@ -37079,11 +37667,11 @@ readers do not read off random characters that represent icons */
37079
37667
  }
37080
37668
 
37081
37669
  .amis-scope .a-Checkbox--checkbox > i {
37082
- width: 0.875rem;
37083
- height: 0.875rem;
37670
+ width: 1rem;
37671
+ height: 1rem;
37084
37672
  border: 0.0625rem solid #d1d5db;
37085
- border-radius: 0.142rem;
37086
- margin-left: calc(0.875rem * -1);
37673
+ border-radius: 0.125rem;
37674
+ margin-left: calc(1rem * -1);
37087
37675
  }
37088
37676
 
37089
37677
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox:not(:disabled) + i:hover {
@@ -37096,8 +37684,8 @@ readers do not read off random characters that represent icons */
37096
37684
  }
37097
37685
 
37098
37686
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i:before {
37099
- width: 0.75rem;
37100
- height: calc(0.75rem / 2);
37687
+ width: 0.5rem;
37688
+ height: calc(0.5rem / 2);
37101
37689
  border-color: #fff;
37102
37690
  }
37103
37691
 
@@ -37129,17 +37717,130 @@ readers do not read off random characters that represent icons */
37129
37717
  height: 0;
37130
37718
  border-color: transparent;
37131
37719
  transition: width 0s, height 0s, transform 0s;
37132
- border-width: 0 0 0.125rem 0.125rem;
37133
- transform: translate(-50%, -60%) rotate(-40deg);
37720
+ border-width: 0 0 0.0625rem 0.0625rem;
37721
+ transform: translate(-50%, -90%) rotate(-40deg);
37722
+ border-style: solid;
37723
+ }
37724
+
37725
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input {
37726
+ margin-left: calc(1rem * -1);
37727
+ }
37728
+
37729
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i {
37730
+ border-color: #23b7e5;
37731
+ }
37732
+
37733
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
37734
+ width: calc(1rem / 2);
37735
+ height: calc(1rem / 2);
37736
+ background: #23b7e5;
37737
+ }
37738
+
37739
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
37740
+ border-color: #99a6ad;
37741
+ }
37742
+
37743
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i:before {
37744
+ width: calc(1rem / 2);
37745
+ height: calc(1rem / 2);
37746
+ background: #d4d6d9;
37747
+ }
37748
+
37749
+ .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input:checked[disabled] + i {
37750
+ width: calc(1rem / 2);
37751
+ height: calc(1rem / 2);
37752
+ background: #e5e7eb;
37753
+ }
37754
+
37755
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox {
37756
+ text-align: center;
37757
+ height: 2rem;
37758
+ line-height: 1.75rem;
37759
+ padding-left: 0.75rem;
37760
+ padding-right: 0.75rem;
37761
+ font-size: 0.75rem;
37762
+ border: 0.0625rem solid;
37763
+ cursor: pointer;
37764
+ position: relative;
37765
+ display: inline-block;
37766
+ background-color: #fff;
37767
+ border-color: #d1d5db;
37768
+ margin-right: 0;
37769
+ border-radius: calc(0.125rem * 2);
37770
+ min-width: 5rem;
37771
+ }
37772
+
37773
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
37774
+ color: #23b7e5;
37775
+ }
37776
+
37777
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
37778
+ background: transparent;
37779
+ top: 0;
37780
+ left: 0;
37781
+ width: 0;
37782
+ height: 0;
37783
+ border-width: 0.5rem;
37784
+ border-color: #23b7e5 transparent transparent #23b7e5;
37785
+ border-radius: 0;
37786
+ }
37787
+
37788
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i:before {
37789
+ position: absolute;
37790
+ top: 0;
37791
+ left: 0;
37792
+ width: 0.5rem;
37793
+ height: calc(0.5rem / 2);
37794
+ transform: translate(-80%, -160%) rotate(-50deg);
37795
+ background: transparent;
37796
+ }
37797
+
37798
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i {
37799
+ border-color: #99a6ad;
37800
+ background: transparent;
37801
+ }
37802
+
37803
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i:before {
37804
+ background: transparent;
37805
+ }
37806
+
37807
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked[disabled] + i {
37808
+ background: transparent;
37809
+ border-width: 0.5rem;
37810
+ border-color: #23b7e5 transparent transparent #23b7e5;
37811
+ }
37812
+
37813
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i {
37814
+ position: absolute;
37815
+ top: 0;
37816
+ left: 0;
37817
+ margin-left: 0;
37818
+ border: 0;
37134
37819
  border-style: solid;
37135
37820
  }
37136
37821
 
37822
+ .amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i + span {
37823
+ max-width: 6.25rem;
37824
+ text-overflow: ellipsis;
37825
+ white-space: nowrap;
37826
+ overflow: hidden;
37827
+ }
37828
+
37829
+ .amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox {
37830
+ border-color: #23b7e5;
37831
+ color: #23b7e5;
37832
+ }
37833
+
37834
+ .amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
37835
+ background: #f2f3f3;
37836
+ }
37837
+
37137
37838
  .amis-scope .a-Checkbox--radio {
37138
- padding-left: 0.875rem;
37839
+ padding-left: 1rem;
37139
37840
  }
37140
37841
 
37141
37842
  .amis-scope .a-Checkbox--radio input {
37142
- margin-left: calc(0.875rem * -1);
37843
+ margin-left: calc(1rem * -1);
37143
37844
  }
37144
37845
 
37145
37846
  .amis-scope .a-Checkbox--radio input:checked + i {
@@ -37147,8 +37848,8 @@ readers do not read off random characters that represent icons */
37147
37848
  }
37148
37849
 
37149
37850
  .amis-scope .a-Checkbox--radio input:checked + i:before {
37150
- width: calc(0.875rem / 2);
37151
- height: calc(0.875rem / 2);
37851
+ width: calc(1rem / 2);
37852
+ height: calc(1rem / 2);
37152
37853
  background: #23b7e5;
37153
37854
  border-radius: 50%;
37154
37855
  }
@@ -37174,10 +37875,10 @@ readers do not read off random characters that represent icons */
37174
37875
 
37175
37876
  .amis-scope .a-Checkbox--radio > i {
37176
37877
  cursor: pointer;
37177
- width: 0.875rem;
37178
- height: 0.875rem;
37878
+ width: 1rem;
37879
+ height: 1rem;
37179
37880
  border: 0.0625rem solid #d1d5db;
37180
- margin-left: calc(0.875rem * -1);
37881
+ margin-left: calc(1rem * -1);
37181
37882
  margin-top: -0.125rem;
37182
37883
  border-radius: 50%;
37183
37884
  }
@@ -37207,8 +37908,8 @@ readers do not read off random characters that represent icons */
37207
37908
  }
37208
37909
 
37209
37910
  .amis-scope .a-Checkbox--sm.a-Checkbox--full input[type=checkbox]:checked + i:before {
37210
- width: 0.625rem;
37211
- height: calc(0.625rem / 2);
37911
+ width: 0.5rem;
37912
+ height: calc(0.5rem / 2);
37212
37913
  }
37213
37914
 
37214
37915
  .amis-scope .a-Checkbox-desc {
@@ -37221,7 +37922,7 @@ readers do not read off random characters that represent icons */
37221
37922
  .amis-scope .a-CheckboxControl,
37222
37923
  .amis-scope .a-RadiosControl,
37223
37924
  .amis-scope .a-CheckboxesControl {
37224
- padding-top: calc( (1.875rem - 0.875rem) / 2 - 3px );
37925
+ padding-top: calc( (1.875rem - 1rem) / 2 - 3px );
37225
37926
  }
37226
37927
 
37227
37928
  .amis-scope .a-RadiosControl .a-Checkbox,
@@ -37235,12 +37936,24 @@ readers do not read off random characters that represent icons */
37235
37936
  );
37236
37937
  }
37237
37938
 
37939
+ .amis-scope .a-RadiosControl .a-Checkbox--button,
37940
+ .amis-scope .a-CheckboxesControl .a-Checkbox--button {
37941
+ margin-bottom: 0;
37942
+ }
37943
+
37238
37944
  .amis-scope .a-RadiosControl.is-inline .a-Checkbox,
37239
37945
  .amis-scope .a-CheckboxesControl.is-inline .a-Checkbox {
37240
37946
  display: inline-block;
37241
37947
  margin-right: 1rem;
37242
37948
  }
37243
37949
 
37950
+ .amis-scope .a-RadiosControl.is-inline .a-Checkbox--button,
37951
+ .amis-scope .a-CheckboxesControl.is-inline .a-Checkbox--button {
37952
+ display: inline-block;
37953
+ margin-right: 0;
37954
+ margin-bottom: 0;
37955
+ }
37956
+
37244
37957
  .amis-scope .a-RadiosControl-group:not(:first-child),
37245
37958
  .amis-scope .a-CheckboxesControl-group:not(:first-child) {
37246
37959
  margin-top: 0.625rem;
@@ -37264,7 +37977,7 @@ readers do not read off random characters that represent icons */
37264
37977
  display: block;
37265
37978
  line-height: 1.4285714286;
37266
37979
  font-size: 0.875rem;
37267
- padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
37980
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 1rem);
37268
37981
  }
37269
37982
 
37270
37983
  .amis-scope .a-Selection--inline > .a-Checkbox {
@@ -37782,6 +38495,7 @@ readers do not read off random characters that represent icons */
37782
38495
  background: #fff;
37783
38496
  border: 0.0625rem solid #d1d5db;
37784
38497
  border-radius: 0.142rem;
38498
+ overflow: hidden;
37785
38499
  }
37786
38500
 
37787
38501
  .amis-scope .a-Number--borderHalf {
@@ -37856,6 +38570,7 @@ readers do not read off random characters that represent icons */
37856
38570
  transition: all 0s ease;
37857
38571
  border: 0;
37858
38572
  border-radius: 0.142rem;
38573
+ color: #58666e;
37859
38574
  padding: 0 0.5rem;
37860
38575
  }
37861
38576
 
@@ -37912,9 +38627,10 @@ readers do not read off random characters that represent icons */
37912
38627
  }
37913
38628
 
37914
38629
  .amis-scope .a-Number-disabled .a-Number-input {
37915
- opacity: 0.72;
37916
38630
  cursor: not-allowed;
37917
- background: #fff;
38631
+ color: #99a6ad;
38632
+ background: #e5e7eb;
38633
+ border-color: #d1d5db;
37918
38634
  }
37919
38635
 
37920
38636
  .amis-scope .a-Number-disabled .a-Number-handler {
@@ -38009,7 +38725,6 @@ readers do not read off random characters that represent icons */
38009
38725
  }
38010
38726
 
38011
38727
  .amis-scope .a-Select-placeholder {
38012
- color: #99a6ad;
38013
38728
  line-height: 1.4285714286;
38014
38729
  user-select: none;
38015
38730
  white-space: nowrap;
@@ -38850,6 +39565,23 @@ readers do not read off random characters that represent icons */
38850
39565
  color: #58666e;
38851
39566
  background: #fff;
38852
39567
  border-radius: 0.142rem;
39568
+ min-width: calc(
39569
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39570
+ );
39571
+ }
39572
+
39573
+ .amis-scope .a-DatePicker-input {
39574
+ display: inline-block;
39575
+ width: 100%;
39576
+ background: none;
39577
+ padding: 0;
39578
+ border: 0;
39579
+ }
39580
+
39581
+ .amis-scope .a-DatePicker-input:focus {
39582
+ border: none;
39583
+ outline: none;
39584
+ box-sizing: none;
38853
39585
  }
38854
39586
 
38855
39587
  .amis-scope .a-DatePicker--borderHalf {
@@ -38970,6 +39702,18 @@ readers do not read off random characters that represent icons */
38970
39702
  display: flex;
38971
39703
  }
38972
39704
 
39705
+ .amis-scope .a-DateControl.is-date > .a-DatePicker {
39706
+ min-width: calc(calc(
39707
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39708
+ ) + 1rem * 2);
39709
+ }
39710
+
39711
+ .amis-scope .a-DateControl.is-datetime > .a-DatePicker {
39712
+ min-width: calc(calc(
39713
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39714
+ ) + 1rem * 6);
39715
+ }
39716
+
38973
39717
  .amis-scope .a-DatePicker-shortcuts {
38974
39718
  margin: 0;
38975
39719
  background: transparent;
@@ -39466,6 +40210,9 @@ readers do not read off random characters that represent icons */
39466
40210
  border-radius: 0.142rem;
39467
40211
  color: #58666e;
39468
40212
  background: #fff;
40213
+ min-width: calc(
40214
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40215
+ );
39469
40216
  }
39470
40217
 
39471
40218
  .amis-scope .a-DateRangePicker--borderHalf {
@@ -39496,6 +40243,22 @@ readers do not read off random characters that represent icons */
39496
40243
  box-shadow: none;
39497
40244
  }
39498
40245
 
40246
+ .amis-scope .a-DateRangePicker .a-DateRangePicker-input {
40247
+ border: none;
40248
+ border-bottom: 1px solid transparent;
40249
+ outline: none;
40250
+ padding: 0;
40251
+ background: 0;
40252
+ }
40253
+
40254
+ .amis-scope .a-DateRangePicker .a-DateRangePicker-input.isActive {
40255
+ border-bottom: 1px solid #23b7e5;
40256
+ }
40257
+
40258
+ .amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator {
40259
+ margin: 0 0.5rem;
40260
+ }
40261
+
39499
40262
  .amis-scope .a-DateRangePicker.is-disabled {
39500
40263
  background: #e5e7eb;
39501
40264
  }
@@ -39627,6 +40390,18 @@ readers do not read off random characters that represent icons */
39627
40390
  display: flex;
39628
40391
  }
39629
40392
 
40393
+ .amis-scope .a-DateRangeControl.is-date > .a-DateRangePicker {
40394
+ min-width: calc(calc(
40395
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40396
+ ) + 1rem * 5.5);
40397
+ }
40398
+
40399
+ .amis-scope .a-DateRangeControl.is-datetime > .a-DateRangePicker {
40400
+ min-width: calc(calc(
40401
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40402
+ ) + 1rem * 11);
40403
+ }
40404
+
39630
40405
  .amis-scope .a-DateRangePicker-popover {
39631
40406
  margin: 0.125rem 0 0;
39632
40407
  }
@@ -40155,6 +40930,10 @@ readers do not read off random characters that represent icons */
40155
40930
  top: 0;
40156
40931
  }
40157
40932
 
40933
+ .amis-scope .a-FileControl-dropzone.is-active .a-FileControl-acceptTip {
40934
+ border-color: #23b7e5;
40935
+ }
40936
+
40158
40937
  .amis-scope .a-FileControl-sum {
40159
40938
  font-size: 0.75rem;
40160
40939
  }
@@ -40214,7 +40993,7 @@ readers do not read off random characters that represent icons */
40214
40993
 
40215
40994
  .amis-scope .a-EditorControl > .a-MonacoEditor,
40216
40995
  .amis-scope .a-EditorControl > .a-MonacoEditor > .monaco-diff-editor {
40217
- min-height: 12.375rem;
40996
+ min-height: inherit;
40218
40997
  }
40219
40998
 
40220
40999
  .amis-scope .a-EditorControl.is-error {
@@ -40567,7 +41346,7 @@ readers do not read off random characters that represent icons */
40567
41346
  border-radius: 0.25rem;
40568
41347
  cursor: pointer;
40569
41348
  display: block;
40570
- height: 0.25rem;
41349
+ height: 0.375rem;
40571
41350
  position: relative;
40572
41351
  transition: left 0s ease-out,
40573
41352
  width 0s ease-out;
@@ -40588,7 +41367,7 @@ readers do not read off random characters that represent icons */
40588
41367
 
40589
41368
  .amis-scope .a-InputRange-track--background {
40590
41369
  left: 0.5rem;
40591
- margin-top: calc(-0.5 * 0.25rem);
41370
+ margin-top: calc(-0.5 * 0.375rem);
40592
41371
  position: absolute;
40593
41372
  right: 0.5rem;
40594
41373
  top: 50%;
@@ -41376,6 +42155,10 @@ readers do not read off random characters that represent icons */
41376
42155
  opacity: 0.65;
41377
42156
  }
41378
42157
 
42158
+ .amis-scope .a-Combo--hor .a-Combo-delController {
42159
+ margin-left: 0.25rem;
42160
+ }
42161
+
41379
42162
  .amis-scope .a-Combo--hor.is-draggable .a-Combo-toolbar {
41380
42163
  padding-left: 1.5rem;
41381
42164
  }
@@ -41442,10 +42225,19 @@ readers do not read off random characters that represent icons */
41442
42225
  }
41443
42226
 
41444
42227
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delBtn,
41445
- .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delBtn {
42228
+ .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delController,
42229
+ .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delBtn,
42230
+ .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delController {
41446
42231
  opacity: 1;
41447
42232
  }
41448
42233
 
42234
+ .amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-delController {
42235
+ position: absolute;
42236
+ top: 0.25rem;
42237
+ right: 0.25rem;
42238
+ opacity: 0;
42239
+ }
42240
+
41449
42241
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item > .a-Combo-itemDrager {
41450
42242
  position: absolute;
41451
42243
  top: calc(
@@ -42343,8 +43135,9 @@ readers do not read off random characters that represent icons */
42343
43135
 
42344
43136
  .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
42345
43137
  flex-grow: 1;
42346
- max-height: 100%;
42347
- overflow: auto;
43138
+ max-height: 21.875rem;
43139
+ overflow-x: hidden;
43140
+ overflow-y: auto;
42348
43141
  position: relative;
42349
43142
  }
42350
43143
 
@@ -42947,6 +43740,23 @@ readers do not read off random characters that represent icons */
42947
43740
  white-space: "normal";
42948
43741
  }
42949
43742
 
43743
+ .amis-scope .a-Form-item--horizontal-justify {
43744
+ justify-content: space-between;
43745
+ }
43746
+
43747
+ .amis-scope .a-Form-item--horizontal-justify > .a-Form-label {
43748
+ text-align: left;
43749
+ white-space: var(--Form--horizontal-justify-label-whiteSpace);
43750
+ }
43751
+
43752
+ .amis-scope .a-Form-item--horizontal-justify > .a-Form-value {
43753
+ text-align: right;
43754
+ }
43755
+
43756
+ .amis-scope .a-Form-item--horizontal-justify > .a-Form-value > * {
43757
+ text-align: initial;
43758
+ }
43759
+
42950
43760
  .amis-scope .a-Form-item--normal > .a-Form-label {
42951
43761
  display: block;
42952
43762
  }
@@ -43308,6 +44118,17 @@ readers do not read off random characters that represent icons */
43308
44118
  /* 移动端样式调整 */
43309
44119
 
43310
44120
  @media (max-width: 767px) {
44121
+ .amis-scope .a-Form::before {
44122
+ position: absolute;
44123
+ box-sizing: border-box;
44124
+ content: " ";
44125
+ pointer-events: none;
44126
+ right: 0;
44127
+ top: 0;
44128
+ left: 0;
44129
+ border-bottom: 0.0625rem solid #d1d5db;
44130
+ }
44131
+
43311
44132
  .amis-scope .a-Form .a-Form-item {
43312
44133
  display: flex;
43313
44134
  flex-wrap: wrap;
@@ -43325,7 +44146,6 @@ readers do not read off random characters that represent icons */
43325
44146
  bottom: 0;
43326
44147
  left: 0;
43327
44148
  border-bottom: 0.0625rem solid #d1d5db;
43328
- transform: scaleY(0.5);
43329
44149
  }
43330
44150
 
43331
44151
  .amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
@@ -43457,6 +44277,10 @@ readers do not read off random characters that represent icons */
43457
44277
  margin-bottom: 0;
43458
44278
  }
43459
44279
 
44280
+ .amis-scope .a-Form > .a-Form-item.is-placeholder::after {
44281
+ display: none;
44282
+ }
44283
+
43460
44284
  .amis-scope .a-Form .a-Divider {
43461
44285
  display: none;
43462
44286
  }
@@ -43465,11 +44289,6 @@ readers do not read off random characters that represent icons */
43465
44289
  padding: 0;
43466
44290
  }
43467
44291
 
43468
- .amis-scope .a-Form > .a-Form-item:last-child::after,
43469
- .amis-scope .a-Form > .a-Form-item:last-of-type::after {
43470
- display: none;
43471
- }
43472
-
43473
44292
  .amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
43474
44293
  padding-bottom: 0.5rem;
43475
44294
  }
@@ -44112,7 +44931,7 @@ readers do not read off random characters that represent icons */
44112
44931
 
44113
44932
  .amis-scope .a-FormulaEditor-FuncList-item {
44114
44933
  cursor: pointer;
44115
- padding: 0 1.25rem;
44934
+ padding: 0 1.875rem;
44116
44935
  height: 1.5rem;
44117
44936
  line-height: 1.5rem;
44118
44937
  }
@@ -44212,6 +45031,26 @@ readers do not read off random characters that represent icons */
44212
45031
  color: #7266ba;
44213
45032
  }
44214
45033
 
45034
+ .amis-scope .a-FormulaPicker-ResultBox {
45035
+ padding-right: 10px;
45036
+ }
45037
+
45038
+ .amis-scope .a-FormulaPicker-ResultBox span.c-field {
45039
+ background: #007bff;
45040
+ padding: 3px 5px;
45041
+ margin: 0 1px;
45042
+ color: #fff;
45043
+ font-size: 12px;
45044
+ border-radius: 4px;
45045
+ }
45046
+
45047
+ .amis-scope .a-FormulaPicker-ResultBox span.c-func {
45048
+ color: #ae4597;
45049
+ font-weight: bold;
45050
+ line-height: 14px;
45051
+ padding: 0 2px;
45052
+ }
45053
+
44215
45054
  .amis-scope .a-Timeline-vertical {
44216
45055
  display: flex;
44217
45056
  flex-flow: column;
@@ -44402,11 +45241,34 @@ readers do not read off random characters that represent icons */
44402
45241
  border-radius: 50%;
44403
45242
  }
44404
45243
 
44405
- .amis-scope .a-BarCode > svg {
45244
+ .amis-scope .a-BarCode > img {
44406
45245
  display: block;
44407
45246
  margin: 0 auto;
44408
45247
  }
44409
45248
 
45249
+ .amis-scope .a-PullRefresh-wrap {
45250
+ position: relative;
45251
+ height: 100%;
45252
+ }
45253
+
45254
+ .amis-scope .a-PullRefresh-header {
45255
+ position: absolute;
45256
+ left: 0px;
45257
+ width: 100%;
45258
+ text-align: center;
45259
+ transform: translateY(-100%);
45260
+ overflow: hidden;
45261
+ padding: 0.25rem 0;
45262
+ min-height: 1.25rem;
45263
+ line-height: 1.25rem;
45264
+ color: #999;
45265
+ }
45266
+
45267
+ .amis-scope .a-PullRefresh .loading-icon {
45268
+ animation: spin 1s infinite linear;
45269
+ margin-right: 0.25rem;
45270
+ }
45271
+
44410
45272
  /**
44411
45273
  * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
44412
45274
  */
@@ -44478,9 +45340,8 @@ readers do not read off random characters that represent icons */
44478
45340
  right: 0;
44479
45341
  width: 24px;
44480
45342
  height: 48px;
44481
- box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
44482
- border-top-left-radius: 12px;
44483
- border-bottom-left-radius: 12px;
45343
+ box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
45344
+ border-radius: 0.142rem 0 0 0.142rem;
44484
45345
  padding-top: 14px;
44485
45346
  padding-left: 6px;
44486
45347
  cursor: pointer;