amis 1.4.0 → 1.4.2-beta.12

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 (520) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +26 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/AnchorNav.d.ts +22 -21
  7. package/lib/components/AnchorNav.js +7 -3
  8. package/lib/components/AnchorNav.js.map +2 -2
  9. package/lib/components/ArrayInput.d.ts +84 -84
  10. package/lib/components/AssociatedSelection.d.ts +930 -0
  11. package/lib/components/AssociatedSelection.js +89 -0
  12. package/lib/components/AssociatedSelection.js.map +13 -0
  13. package/lib/components/Badge.d.ts +4 -3
  14. package/lib/components/Badge.js +42 -7
  15. package/lib/components/Badge.js.map +2 -2
  16. package/lib/components/Button.d.ts +24 -22
  17. package/lib/components/Button.js +13 -7
  18. package/lib/components/Button.js.map +2 -2
  19. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  20. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  21. package/lib/components/ChainedSelection.js.map +13 -0
  22. package/lib/components/Collapse.js +1 -1
  23. package/lib/components/Collapse.js.map +2 -2
  24. package/lib/components/ColorPicker.d.ts +84 -84
  25. package/lib/components/DatePicker.d.ts +84 -84
  26. package/lib/components/DatePicker.js +1 -1
  27. package/lib/components/DatePicker.js.map +2 -2
  28. package/lib/components/DateRangePicker.d.ts +84 -84
  29. package/lib/components/DateRangePicker.js +1 -1
  30. package/lib/components/DateRangePicker.js.map +2 -2
  31. package/lib/components/Editor.d.ts +84 -84
  32. package/lib/components/GroupedSelection.d.ts +907 -0
  33. package/lib/components/GroupedSelection.js +48 -0
  34. package/lib/components/GroupedSelection.js.map +13 -0
  35. package/lib/components/InputBox.js +1 -1
  36. package/lib/components/InputBox.js.map +2 -2
  37. package/lib/components/Link.d.ts +84 -0
  38. package/lib/components/Link.js +43 -0
  39. package/lib/components/Link.js.map +13 -0
  40. package/lib/components/ListGroup.d.ts +21 -21
  41. package/lib/components/ModalManager.js +1 -1
  42. package/lib/components/ModalManager.js.map +2 -2
  43. package/lib/components/MonthRangePicker.d.ts +84 -84
  44. package/lib/components/MonthRangePicker.js +1 -1
  45. package/lib/components/MonthRangePicker.js.map +2 -2
  46. package/lib/components/NumberInput.d.ts +20 -20
  47. package/lib/components/PickerColumn.d.ts +514 -0
  48. package/lib/components/PickerColumn.js +279 -0
  49. package/lib/components/PickerColumn.js.map +13 -0
  50. package/lib/components/PickerContainer.d.ts +513 -0
  51. package/lib/components/PickerContainer.js +96 -0
  52. package/lib/components/PickerContainer.js.map +13 -0
  53. package/lib/components/Radios.d.ts +22 -21
  54. package/lib/components/Radios.js +1 -0
  55. package/lib/components/Radios.js.map +2 -2
  56. package/lib/components/Rating.d.ts +21 -21
  57. package/lib/components/ResultBox.d.ts +84 -84
  58. package/lib/components/RichText.d.ts +6 -1
  59. package/lib/components/RichText.js +207 -8
  60. package/lib/components/RichText.js.map +2 -2
  61. package/lib/components/SearchBox.d.ts +84 -84
  62. package/lib/components/SearchBox.js +4 -4
  63. package/lib/components/SearchBox.js.map +2 -2
  64. package/lib/components/Select.d.ts +245 -237
  65. package/lib/components/Select.js +28 -4
  66. package/lib/components/Select.js.map +2 -2
  67. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  68. package/lib/components/Selection.js +134 -0
  69. package/lib/components/Selection.js.map +13 -0
  70. package/lib/components/SparkLine.d.ts +85 -84
  71. package/lib/components/SparkLine.js +2 -2
  72. package/lib/components/SparkLine.js.map +2 -2
  73. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  74. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  75. package/lib/components/TableSelection.js.map +13 -0
  76. package/lib/components/Tabs.d.ts +20 -20
  77. package/lib/components/TabsTransfer.d.ts +84 -84
  78. package/lib/components/TabsTransfer.js +9 -9
  79. package/lib/components/TabsTransfer.js.map +2 -2
  80. package/lib/components/TabsTransferPicker.d.ts +489 -0
  81. package/lib/components/TabsTransferPicker.js +60 -0
  82. package/lib/components/TabsTransferPicker.js.map +13 -0
  83. package/lib/components/Toast.js +2 -2
  84. package/lib/components/Toast.js.map +2 -2
  85. package/lib/components/Transfer.d.ts +908 -274
  86. package/lib/components/Transfer.js +31 -24
  87. package/lib/components/Transfer.js.map +2 -2
  88. package/lib/components/TransferDropDown.d.ts +487 -0
  89. package/lib/components/TransferDropDown.js +59 -0
  90. package/lib/components/TransferDropDown.js.map +13 -0
  91. package/lib/components/TransferPicker.d.ts +489 -0
  92. package/lib/components/TransferPicker.js +60 -0
  93. package/lib/components/TransferPicker.js.map +13 -0
  94. package/lib/components/Tree.d.ts +84 -84
  95. package/lib/components/Tree.js +5 -3
  96. package/lib/components/Tree.js.map +2 -2
  97. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  98. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  99. package/lib/components/TreeSelection.js.map +13 -0
  100. package/lib/components/WithRemoteConfig.js +1 -1
  101. package/lib/components/WithRemoteConfig.js.map +2 -2
  102. package/lib/components/calendar/DaysView.js +2 -2
  103. package/lib/components/calendar/DaysView.js.map +2 -2
  104. package/lib/components/condition-builder/Field.js +5 -2
  105. package/lib/components/condition-builder/Field.js.map +2 -2
  106. package/lib/components/condition-builder/Func.js +2 -2
  107. package/lib/components/condition-builder/Func.js.map +2 -2
  108. package/lib/components/condition-builder/InputSwitch.js +2 -2
  109. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  110. package/lib/components/condition-builder/Item.js +3 -3
  111. package/lib/components/condition-builder/Item.js.map +2 -2
  112. package/lib/components/icons.js +14 -0
  113. package/lib/components/icons.js.map +2 -2
  114. package/lib/components/index.d.ts +8 -8
  115. package/lib/components/index.js +16 -16
  116. package/lib/components/index.js.map +2 -2
  117. package/lib/envOverwrite.js.map +2 -2
  118. package/lib/factory.d.ts +4 -0
  119. package/lib/factory.js +4 -2
  120. package/lib/factory.js.map +2 -2
  121. package/lib/helper.css.map +1 -1
  122. package/lib/hooks/index.d.ts +5 -0
  123. package/lib/hooks/index.js +14 -0
  124. package/lib/hooks/index.js.map +13 -0
  125. package/lib/hooks/use-set-state.d.ts +2 -0
  126. package/lib/hooks/use-set-state.js +15 -0
  127. package/lib/hooks/use-set-state.js.map +13 -0
  128. package/lib/hooks/use-touch.d.ts +16 -0
  129. package/lib/hooks/use-touch.js +73 -0
  130. package/lib/hooks/use-touch.js.map +13 -0
  131. package/lib/hooks/use-update-effect.d.ts +3 -0
  132. package/lib/hooks/use-update-effect.js +17 -0
  133. package/lib/hooks/use-update-effect.js.map +13 -0
  134. package/lib/icons/clock.js +10 -0
  135. package/lib/icons/loading-outline.js +7 -0
  136. package/lib/icons/status-close.js +11 -0
  137. package/lib/icons/status-fail.js +11 -0
  138. package/lib/icons/status-info.js +10 -0
  139. package/lib/icons/status-success.js +11 -0
  140. package/lib/icons/status-warning.js +10 -0
  141. package/lib/index.d.ts +3 -0
  142. package/lib/index.js +4 -1
  143. package/lib/index.js.map +2 -2
  144. package/lib/locale/de-DE.js +4 -0
  145. package/lib/locale/de-DE.js.map +2 -2
  146. package/lib/locale/en-US.js +4 -0
  147. package/lib/locale/en-US.js.map +2 -2
  148. package/lib/locale/zh-CN.js +7 -3
  149. package/lib/locale/zh-CN.js.map +2 -2
  150. package/lib/renderers/Action.d.ts +17 -1
  151. package/lib/renderers/Action.js +21 -8
  152. package/lib/renderers/Action.js.map +2 -2
  153. package/lib/renderers/AnchorNav.d.ts +1 -0
  154. package/lib/renderers/AnchorNav.js +2 -2
  155. package/lib/renderers/AnchorNav.js.map +2 -2
  156. package/lib/renderers/Avatar.js +3 -3
  157. package/lib/renderers/Avatar.js.map +2 -2
  158. package/lib/renderers/Breadcrumb.js +1 -1
  159. package/lib/renderers/Breadcrumb.js.map +2 -2
  160. package/lib/renderers/CRUD.d.ts +9 -0
  161. package/lib/renderers/CRUD.js +43 -8
  162. package/lib/renderers/CRUD.js.map +2 -2
  163. package/lib/renderers/Card.d.ts +4 -0
  164. package/lib/renderers/Card.js +29 -23
  165. package/lib/renderers/Card.js.map +2 -2
  166. package/lib/renderers/Chart.js +1 -1
  167. package/lib/renderers/Chart.js.map +2 -2
  168. package/lib/renderers/Collapse.js +3 -2
  169. package/lib/renderers/Collapse.js.map +2 -2
  170. package/lib/renderers/Dialog.js +0 -3
  171. package/lib/renderers/Dialog.js.map +2 -2
  172. package/lib/renderers/Drawer.js +0 -3
  173. package/lib/renderers/Drawer.js.map +2 -2
  174. package/lib/renderers/DropDownButton.d.ts +9 -1
  175. package/lib/renderers/DropDownButton.js +8 -4
  176. package/lib/renderers/DropDownButton.js.map +2 -2
  177. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  178. package/lib/renderers/Form/Checkbox.js +4 -0
  179. package/lib/renderers/Form/Checkbox.js.map +2 -2
  180. package/lib/renderers/Form/Combo.js +2 -2
  181. package/lib/renderers/Form/Combo.js.map +2 -2
  182. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  183. package/lib/renderers/Form/Editor.d.ts +3 -2
  184. package/lib/renderers/Form/InputCity.d.ts +84 -84
  185. package/lib/renderers/Form/InputCity.js +7 -6
  186. package/lib/renderers/Form/InputCity.js.map +2 -2
  187. package/lib/renderers/Form/InputColor.d.ts +84 -84
  188. package/lib/renderers/Form/InputFile.js +12 -6
  189. package/lib/renderers/Form/InputFile.js.map +2 -2
  190. package/lib/renderers/Form/InputImage.js +16 -7
  191. package/lib/renderers/Form/InputImage.js.map +2 -2
  192. package/lib/renderers/Form/Item.d.ts +1 -1
  193. package/lib/renderers/Form/Item.js.map +1 -1
  194. package/lib/renderers/Form/Options.js +19 -6
  195. package/lib/renderers/Form/Options.js.map +2 -2
  196. package/lib/renderers/Form/Picker.js +2 -2
  197. package/lib/renderers/Form/Picker.js.map +2 -2
  198. package/lib/renderers/Form/Select.d.ts +41 -4
  199. package/lib/renderers/Form/Select.js +37 -3
  200. package/lib/renderers/Form/Select.js.map +2 -2
  201. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  202. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  203. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  204. package/lib/renderers/Form/Transfer.js +18 -3
  205. package/lib/renderers/Form/Transfer.js.map +2 -2
  206. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  207. package/lib/renderers/Form/TransferPicker.js +43 -0
  208. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  209. package/lib/renderers/Form/TreeSelect.js +2 -2
  210. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  211. package/lib/renderers/Form/index.d.ts +5 -0
  212. package/lib/renderers/Form/index.js +5 -3
  213. package/lib/renderers/Form/index.js.map +2 -2
  214. package/lib/renderers/Form/wrapControl.js +15 -3
  215. package/lib/renderers/Form/wrapControl.js.map +2 -2
  216. package/lib/renderers/IFrame.js +3 -5
  217. package/lib/renderers/IFrame.js.map +2 -2
  218. package/lib/renderers/Image.d.ts +1 -0
  219. package/lib/renderers/Image.js +15 -1
  220. package/lib/renderers/Image.js.map +2 -2
  221. package/lib/renderers/Json.d.ts +4 -0
  222. package/lib/renderers/Json.js +4 -13
  223. package/lib/renderers/Json.js.map +2 -2
  224. package/lib/renderers/Link.d.ts +18 -3
  225. package/lib/renderers/Link.js +27 -15
  226. package/lib/renderers/Link.js.map +2 -2
  227. package/lib/renderers/List.js +1 -1
  228. package/lib/renderers/List.js.map +2 -2
  229. package/lib/renderers/Log.d.ts +2 -2
  230. package/lib/renderers/Log.js +7 -1
  231. package/lib/renderers/Log.js.map +2 -2
  232. package/lib/renderers/Mapping.d.ts +9 -2
  233. package/lib/renderers/Mapping.js +18 -6
  234. package/lib/renderers/Mapping.js.map +2 -2
  235. package/lib/renderers/Nav.d.ts +81 -25
  236. package/lib/renderers/Nav.js +292 -31
  237. package/lib/renderers/Nav.js.map +2 -2
  238. package/lib/renderers/Page.js +1 -1
  239. package/lib/renderers/Page.js.map +2 -2
  240. package/lib/renderers/Portlet.d.ts +125 -0
  241. package/lib/renderers/Portlet.js +156 -0
  242. package/lib/renderers/Portlet.js.map +13 -0
  243. package/lib/renderers/Property.js +2 -1
  244. package/lib/renderers/Property.js.map +2 -2
  245. package/lib/renderers/SearchBox.d.ts +6 -1
  246. package/lib/renderers/SearchBox.js +19 -5
  247. package/lib/renderers/SearchBox.js.map +2 -2
  248. package/lib/renderers/SparkLine.d.ts +4 -0
  249. package/lib/renderers/SparkLine.js.map +2 -2
  250. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  251. package/lib/renderers/Table/ColumnToggler.js +216 -0
  252. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  253. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  254. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  255. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  256. package/lib/renderers/Table/TableBody.d.ts +4 -0
  257. package/lib/renderers/Table/TableCell.js +3 -1
  258. package/lib/renderers/Table/TableCell.js.map +2 -2
  259. package/lib/renderers/Table/TableContent.d.ts +4 -1
  260. package/lib/renderers/Table/TableContent.js +21 -1
  261. package/lib/renderers/Table/TableContent.js.map +2 -2
  262. package/lib/renderers/Table/index.d.ts +19 -2
  263. package/lib/renderers/Table/index.js +172 -57
  264. package/lib/renderers/Table/index.js.map +2 -2
  265. package/lib/renderers/Tabs.js +9 -1
  266. package/lib/renderers/Tabs.js.map +2 -2
  267. package/lib/renderers/WebComponent.js +1 -1
  268. package/lib/renderers/WebComponent.js.map +2 -2
  269. package/lib/store/combo.d.ts +2 -16
  270. package/lib/store/crud.js +3 -7
  271. package/lib/store/crud.js.map +2 -2
  272. package/lib/store/form.d.ts +1 -1
  273. package/lib/store/form.js +5 -6
  274. package/lib/store/form.js.map +2 -2
  275. package/lib/store/service.js +5 -4
  276. package/lib/store/service.js.map +2 -2
  277. package/lib/store/table.d.ts +260 -3
  278. package/lib/store/table.js +64 -6
  279. package/lib/store/table.js.map +2 -2
  280. package/lib/themes/ang-ie11.css +1175 -255
  281. package/lib/themes/ang.css +1175 -255
  282. package/lib/themes/ang.css.map +1 -1
  283. package/lib/themes/antd-ie11.css +1175 -255
  284. package/lib/themes/antd.css +1175 -255
  285. package/lib/themes/antd.css.map +1 -1
  286. package/lib/themes/cxd-ie11.css +1761 -514
  287. package/lib/themes/cxd.css +1761 -514
  288. package/lib/themes/cxd.css.map +1 -1
  289. package/lib/themes/dark-ie11.css +1175 -255
  290. package/lib/themes/dark.css +1175 -255
  291. package/lib/themes/dark.css.map +1 -1
  292. package/lib/themes/default.css +1761 -514
  293. package/lib/themes/default.css.map +1 -1
  294. package/lib/types.d.ts +37 -0
  295. package/lib/types.js +0 -5
  296. package/lib/types.js.map +2 -2
  297. package/lib/utils/api.d.ts +3 -2
  298. package/lib/utils/api.js +31 -15
  299. package/lib/utils/api.js.map +2 -2
  300. package/lib/utils/dom.d.ts +4 -0
  301. package/lib/utils/dom.js +11 -1
  302. package/lib/utils/dom.js.map +2 -2
  303. package/lib/utils/handleAction.d.ts +7 -0
  304. package/lib/utils/handleAction.js +30 -0
  305. package/lib/utils/handleAction.js.map +13 -0
  306. package/lib/utils/helper.d.ts +3 -1
  307. package/lib/utils/helper.js +14 -5
  308. package/lib/utils/helper.js.map +2 -2
  309. package/lib/utils/icon.js +3 -0
  310. package/lib/utils/icon.js.map +2 -2
  311. package/lib/utils/tpl-builtin.d.ts +1 -1
  312. package/lib/utils/tpl-builtin.js +25 -15
  313. package/lib/utils/tpl-builtin.js.map +2 -2
  314. package/package.json +1 -2
  315. package/schema.json +3534 -1028
  316. package/scss/_mixins.scss +27 -0
  317. package/scss/_properties.scss +84 -13
  318. package/scss/_utilities.scss +4 -0
  319. package/scss/base/_normalize.scss +2 -0
  320. package/scss/components/_anchor-nav.scss +88 -29
  321. package/scss/components/_badge.scss +52 -1
  322. package/scss/components/_button.scss +34 -3
  323. package/scss/components/_card.scss +8 -14
  324. package/scss/components/_collapse.scss +41 -8
  325. package/scss/components/_column-toggler.scss +234 -0
  326. package/scss/components/_dropdown.scss +2 -1
  327. package/scss/components/_image-gallery.scss +1 -1
  328. package/scss/components/_images.scss +2 -1
  329. package/scss/components/_link.scss +6 -0
  330. package/scss/components/_mapping.scss +6 -0
  331. package/scss/components/_nav.scss +236 -154
  332. package/scss/components/_page.scss +5 -4
  333. package/scss/components/_picker-columns.scss +123 -0
  334. package/scss/components/_popover.scss +17 -0
  335. package/scss/components/_portlet.scss +51 -0
  336. package/scss/components/_progress.scss +2 -0
  337. package/scss/components/_status.scss +1 -1
  338. package/scss/components/_steps.scss +1 -1
  339. package/scss/components/_table.scss +51 -1
  340. package/scss/components/form/_checks.scss +0 -351
  341. package/scss/components/form/_color.scss +1 -0
  342. package/scss/components/form/_date-range.scss +2 -0
  343. package/scss/components/form/_date.scss +2 -0
  344. package/scss/components/form/_fieldset.scss +6 -3
  345. package/scss/components/form/_file.scss +5 -4
  346. package/scss/components/form/_form.scss +48 -0
  347. package/scss/components/form/_image.scss +7 -2
  348. package/scss/components/form/_list.scss +1 -0
  349. package/scss/components/form/_location.scss +1 -1
  350. package/scss/components/form/_selection.scss +354 -0
  351. package/scss/components/form/_text.scss +13 -0
  352. package/scss/components/form/_textarea.scss +10 -0
  353. package/scss/components/form/_transfer.scss +77 -18
  354. package/scss/themes/_common.scss +6 -0
  355. package/scss/themes/_cxd-colors.scss +56 -0
  356. package/scss/themes/_cxd-variables.scss +219 -91
  357. package/scss/themes/cxd.scss +370 -0
  358. package/sdk/ang-ie11.css +1596 -515
  359. package/sdk/ang.css +1395 -256
  360. package/sdk/antd-ie11.css +1397 -318
  361. package/sdk/antd.css +1395 -256
  362. package/sdk/charts.js +13 -13
  363. package/sdk/color-picker.js +65 -65
  364. package/sdk/cropperjs.js +2 -2
  365. package/sdk/cxd-ie11.css +2739 -1361
  366. package/sdk/cxd.css +2095 -588
  367. package/sdk/dark-ie11.css +1593 -512
  368. package/sdk/dark.css +1395 -256
  369. package/sdk/exceljs.js +1 -1
  370. package/sdk/helper.css.map +1 -1
  371. package/sdk/iconfont.svg +2513 -0
  372. package/sdk/iconfont.ttf +0 -0
  373. package/sdk/iconfont.woff +0 -0
  374. package/sdk/ie11-patch.css +1 -0
  375. package/sdk/locale/de-DE.js +4 -0
  376. package/sdk/markdown.js +69 -69
  377. package/sdk/papaparse.js +1 -1
  378. package/sdk/renderers/Form/CityDB.js +1 -1
  379. package/sdk/rest.js +18 -32
  380. package/sdk/rich-text.js +62 -64
  381. package/sdk/sdk-ie11.css +2739 -1361
  382. package/sdk/sdk.css +2095 -588
  383. package/sdk/sdk.js +1189 -1133
  384. package/sdk/thirds/hls.js/hls.js +1 -1
  385. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  386. package/sdk/tinymce.js +57 -57
  387. package/src/Schema.ts +32 -0
  388. package/src/components/Alert.tsx +3 -1
  389. package/src/components/AnchorNav.tsx +15 -4
  390. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  391. package/src/components/Badge.tsx +96 -28
  392. package/src/components/Button.tsx +23 -7
  393. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  394. package/src/components/Collapse.tsx +14 -9
  395. package/src/components/DatePicker.tsx +1 -1
  396. package/src/components/DateRangePicker.tsx +23 -11
  397. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  398. package/src/components/InputBox.tsx +1 -1
  399. package/src/components/Link.tsx +85 -0
  400. package/src/components/ModalManager.ts +1 -1
  401. package/src/components/MonthRangePicker.tsx +10 -2
  402. package/src/components/PickerColumn.tsx +429 -0
  403. package/src/components/PickerContainer.tsx +128 -0
  404. package/src/components/Radios.tsx +3 -8
  405. package/src/components/RichText.tsx +244 -3
  406. package/src/components/SearchBox.tsx +4 -5
  407. package/src/components/Select.tsx +60 -5
  408. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  409. package/src/components/SparkLine.tsx +4 -1
  410. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  411. package/src/components/TabsTransfer.tsx +13 -7
  412. package/src/components/TabsTransferPicker.tsx +85 -0
  413. package/src/components/Toast.tsx +5 -5
  414. package/src/components/Transfer.tsx +71 -50
  415. package/src/components/TransferDropDown.tsx +117 -0
  416. package/src/components/TransferPicker.tsx +84 -0
  417. package/src/components/Tree.tsx +6 -8
  418. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  419. package/src/components/WithRemoteConfig.tsx +7 -2
  420. package/src/components/calendar/DaysView.tsx +2 -2
  421. package/src/components/condition-builder/Field.tsx +5 -5
  422. package/src/components/condition-builder/Func.tsx +3 -3
  423. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  424. package/src/components/condition-builder/Item.tsx +5 -12
  425. package/src/components/icons.tsx +15 -0
  426. package/src/components/index.tsx +13 -13
  427. package/src/envOverwrite.ts +0 -1
  428. package/src/factory.tsx +18 -3
  429. package/src/hooks/index.ts +5 -0
  430. package/src/hooks/use-set-state.ts +19 -0
  431. package/src/hooks/use-touch.ts +100 -0
  432. package/src/hooks/use-update-effect.ts +16 -0
  433. package/src/icons/clock.svg +1 -0
  434. package/src/icons/loading-outline.svg +4 -0
  435. package/src/icons/status-close.svg +10 -0
  436. package/src/icons/status-fail.svg +10 -0
  437. package/src/icons/status-info.svg +8 -0
  438. package/src/icons/status-success.svg +10 -0
  439. package/src/icons/status-warning.svg +8 -0
  440. package/src/index.tsx +3 -0
  441. package/src/locale/de-DE.ts +4 -0
  442. package/src/locale/en-US.ts +4 -0
  443. package/src/locale/zh-CN.ts +7 -3
  444. package/src/renderers/Action.tsx +99 -15
  445. package/src/renderers/AnchorNav.tsx +4 -0
  446. package/src/renderers/Avatar.tsx +8 -4
  447. package/src/renderers/Breadcrumb.tsx +5 -1
  448. package/src/renderers/CRUD.tsx +63 -28
  449. package/src/renderers/Card.tsx +63 -34
  450. package/src/renderers/Chart.tsx +6 -2
  451. package/src/renderers/Collapse.tsx +4 -2
  452. package/src/renderers/Dialog.tsx +0 -4
  453. package/src/renderers/Drawer.tsx +0 -4
  454. package/src/renderers/DropDownButton.tsx +26 -12
  455. package/src/renderers/Form/Checkbox.tsx +8 -0
  456. package/src/renderers/Form/Combo.tsx +2 -3
  457. package/src/renderers/Form/InputCity.tsx +4 -8
  458. package/src/renderers/Form/InputFile.tsx +30 -20
  459. package/src/renderers/Form/InputImage.tsx +16 -5
  460. package/src/renderers/Form/Item.tsx +1 -1
  461. package/src/renderers/Form/Options.tsx +32 -7
  462. package/src/renderers/Form/Picker.tsx +3 -2
  463. package/src/renderers/Form/Select.tsx +158 -21
  464. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  465. package/src/renderers/Form/Transfer.tsx +19 -4
  466. package/src/renderers/Form/TransferPicker.tsx +139 -0
  467. package/src/renderers/Form/TreeSelect.tsx +25 -0
  468. package/src/renderers/Form/index.tsx +16 -2
  469. package/src/renderers/Form/wrapControl.tsx +28 -3
  470. package/src/renderers/IFrame.tsx +4 -5
  471. package/src/renderers/Image.tsx +10 -0
  472. package/src/renderers/Json.tsx +9 -9
  473. package/src/renderers/Link.tsx +53 -14
  474. package/src/renderers/List.tsx +1 -1
  475. package/src/renderers/Log.tsx +16 -3
  476. package/src/renderers/Mapping.tsx +27 -11
  477. package/src/renderers/Nav.tsx +392 -60
  478. package/src/renderers/Page.tsx +1 -1
  479. package/src/renderers/Portlet.tsx +423 -0
  480. package/src/renderers/Property.tsx +3 -2
  481. package/src/renderers/SearchBox.tsx +23 -4
  482. package/src/renderers/SparkLine.tsx +5 -0
  483. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  484. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  485. package/src/renderers/Table/TableCell.tsx +16 -1
  486. package/src/renderers/Table/TableContent.tsx +40 -2
  487. package/src/renderers/Table/index.tsx +257 -80
  488. package/src/renderers/Tabs.tsx +9 -1
  489. package/src/renderers/WebComponent.tsx +2 -2
  490. package/src/store/crud.ts +3 -8
  491. package/src/store/form.ts +5 -10
  492. package/src/store/service.ts +5 -4
  493. package/src/store/table.ts +94 -6
  494. package/src/types.ts +57 -0
  495. package/src/utils/api.ts +52 -23
  496. package/src/utils/dom.tsx +12 -0
  497. package/src/utils/handleAction.ts +41 -0
  498. package/src/utils/helper.ts +12 -3
  499. package/src/utils/icon.tsx +4 -0
  500. package/src/utils/tpl-builtin.ts +48 -17
  501. package/dump.rdb +0 -0
  502. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  503. package/lib/components/AssociatedCheckboxes.js +0 -90
  504. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  505. package/lib/components/ChainedCheckboxes.js.map +0 -13
  506. package/lib/components/Checkboxes.js +0 -101
  507. package/lib/components/Checkboxes.js.map +0 -13
  508. package/lib/components/ListCheckboxes.d.ts +0 -739
  509. package/lib/components/ListCheckboxes.js +0 -48
  510. package/lib/components/ListCheckboxes.js.map +0 -13
  511. package/lib/components/ListRadios.d.ts +0 -763
  512. package/lib/components/ListRadios.js +0 -86
  513. package/lib/components/ListRadios.js.map +0 -13
  514. package/lib/components/TableCheckboxes.js.map +0 -13
  515. package/lib/components/TreeCheckboxes.js.map +0 -13
  516. package/lib/components/TreeRadios.d.ts +0 -838
  517. package/lib/components/TreeRadios.js +0 -116
  518. package/lib/components/TreeRadios.js.map +0 -13
  519. package/src/components/ListRadios.tsx +0 -159
  520. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang.css CHANGED
@@ -19134,8 +19134,8 @@ readers do not read off random characters that represent icons */
19134
19134
  --black: #1c2b36;
19135
19135
  --white: #fff;
19136
19136
  --primary: #7266ba;
19137
- --primary-onHover: #5b4eac;
19138
- --primary-onActive: #564aa3;
19137
+ --primary-onHover: #4f86f4;
19138
+ --primary-onActive: #1c53c1;
19139
19139
  --secondary: #6c757d;
19140
19140
  --secondary-onHover: #5a6268;
19141
19141
  --secondary-onActive: #545b62;
@@ -19295,12 +19295,12 @@ readers do not read off random characters that represent icons */
19295
19295
  --Button--default-bg: var(--white);
19296
19296
  --Button--default-border: var(--borderColor);
19297
19297
  --Button--default-color: var(--text-color);
19298
- --Button--default-onActive-bg: #e6e6e6;
19299
- --Button--default-onActive-border: #adb4bf;
19300
- --Button--default-onActive-color: var(--Button--default-color);
19301
- --Button--default-onHover-bg: #ececec;
19302
- --Button--default-onHover-border: #b4bbc5;
19303
- --Button--default-onHover-color: var(--Button--default-color);
19298
+ --Button--default-onActive-bg: var(--white);
19299
+ --Button--default-onActive-border: var(--primary-onActive);
19300
+ --Button--default-onActive-color: var(--primary-onActive);
19301
+ --Button--default-onHover-bg: var(--white);
19302
+ --Button--default-onHover-border: var(--primary);
19303
+ --Button--default-onHover-color: var(--primary);
19304
19304
  --Button--iconOnly-minWidthRate: 4 / 3;
19305
19305
  --Button--info-bg: var(--info);
19306
19306
  --Button--info-border: var(--Button--info-bg);
@@ -19333,7 +19333,8 @@ readers do not read off random characters that represent icons */
19333
19333
  --Button--light-onHover-color: var(--Button--light-color);
19334
19334
  --Button--link-color: var(--primary);
19335
19335
  --Button--link-onDisabled-color: #4b5563;
19336
- --Button--link-onHover-color: var(--text--loud-color);
19336
+ --Button--link-onHover-color: var(--primary-onHover);
19337
+ --Button--link-onActive-color: var(--primary-onActive);
19337
19338
  --Button--md-fontSize: var(--Button-fontSize);
19338
19339
  --Button--md-height: var(--Button-height);
19339
19340
  --Button--md-lineHeight: var(--Button-lineHeight);
@@ -19348,10 +19349,10 @@ readers do not read off random characters that represent icons */
19348
19349
  --Button--primary-border: var(--Button--primary-bg);
19349
19350
  --Button--primary-color: var(--button-color);
19350
19351
  --Button--primary-onActive-bg: var(--primary-onActive);
19351
- --Button--primary-onActive-border: #52469b;
19352
+ --Button--primary-onActive-border: var(--primary-onActive);
19352
19353
  --Button--primary-onActive-color: var(--Button--primary-color);
19353
19354
  --Button--primary-onHover-bg: var(--primary-onHover);
19354
- --Button--primary-onHover-border: var(--primary-onActive);
19355
+ --Button--primary-onHover-border: var(--primary-onHover);
19355
19356
  --Button--primary-onHover-color: var(--Button--primary-color);
19356
19357
  --Button--secondary-bg: var(--secondary);
19357
19358
  --Button--secondary-border: var(--Button--secondary-bg);
@@ -19382,6 +19383,14 @@ readers do not read off random characters that represent icons */
19382
19383
  --Button--success-onHover-bg: var(--success-onHover);
19383
19384
  --Button--success-onHover-border: var(--success-onActive);
19384
19385
  --Button--success-onHover-color: var(--Button--success-color);
19386
+ --Button--enhance-border: var(--primary);
19387
+ --Button--enhance-color: var(--primary);
19388
+ --Button--enhance-onActive-bg: var(--white);
19389
+ --Button--enhance-onActive-border: var(--primary-onActive);
19390
+ --Button--enhance-onActive-color: var(--primary-onActive);
19391
+ --Button--enhance-onHover-bg: var(--white);
19392
+ --Button--enhance-onHover-border: var(--primary-onHover);
19393
+ --Button--enhance-onHover-color: var(--primary-onHover);
19385
19394
  --Button--warning-bg: var(--warning);
19386
19395
  --Button--warning-border: var(--Button--warning-bg);
19387
19396
  --Button--warning-color: var(--button-color);
@@ -19412,12 +19421,16 @@ readers do not read off random characters that represent icons */
19412
19421
  --Button-lineHeight: var(--Form-input-lineHeight);
19413
19422
  --Button-mimWidth: auto;
19414
19423
  --Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
19424
+ --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
19425
+ --Button-animation-spin: spin 1s infinite linear;
19415
19426
  --Button-onActive-color: var(--primary);
19416
19427
  --Button-onActive-border: var(--primary);
19417
19428
  --Button-onDisabled-borderColor: #dee2e6;
19418
19429
  --Button-onDisabled-opacity: 0.65;
19430
+ --Button-onDisabled-bg: #f2f3f3;
19419
19431
  --Button-onFocus-boxShadow: none;
19420
19432
  --Button-paddingX: 0.75rem;
19433
+ --Button-paddingX-right: 0.625rem;
19421
19434
  --Button-paddingY: calc(
19422
19435
  (
19423
19436
  var(--Button-height) - var(--Button-borderWidth) * 2 -
@@ -19603,6 +19616,24 @@ readers do not read off random characters that represent icons */
19603
19616
  --Combo-toolbarBtn-paddingY: 0.125rem;
19604
19617
  --Copyable-iconColor: var(--icon-color);
19605
19618
  --Copyable-onHover-iconColor: var(--icon-onHover-color);
19619
+ --Collapse-border: none;
19620
+ --Collapse-border-color: var(--borderColorLight);
19621
+ --Collapse-header-fontSize: var(--fontSizeMd);
19622
+ --Collapse-header-fontWeight: var(--fontWeightNormal);
19623
+ --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
+ --Collapse-header-bg: transparent;
19625
+ --Collapse-header-onHover-bg: transparent;
19626
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19627
+ var(--Collapse-border-color);
19628
+ --Collapse-header-collapsed-borderTop: none;
19629
+ --Collapse-header-collapsed-borderBottom: var(
19630
+ --Collapse-header-collapsed-border
19631
+ );
19632
+ --Collapse-header-wrapper-direction: row;
19633
+ --Collapse-content-padding: 1.125rem 0;
19634
+ --Collapse-content-color: var(--body-color);
19635
+ --Collapse-content-fontSize: var(--body-size);
19636
+ --Collapse-content-fontWeight: var(--body-weight);
19606
19637
  --Crud-toolbar-gap: var(--gap-xs);
19607
19638
  --Crud-toolbar-height: 1.875rem;
19608
19639
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
@@ -19628,6 +19659,7 @@ readers do not read off random characters that represent icons */
19628
19659
  ) / 2 - var(--DatePicker-borderWidth)
19629
19660
  );
19630
19661
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
19662
+ --LocationPicker-borderRadius: var(--Form-input-borderWidth);
19631
19663
  --Divider-borderStyle: dashed;
19632
19664
  --Drawer-bg: var(--background);
19633
19665
  --Drawer-body-padding: var(--gap-base);
@@ -19661,8 +19693,9 @@ readers do not read off random characters that represent icons */
19661
19693
  --DropDown-menu-paddingX: 0;
19662
19694
  --DropDown-menu-paddingY: var(--gap-xs);
19663
19695
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
19664
- --DropDown-menuItem-onHover-color: inherit;
19665
- --DropDown-menuItem-onActive-color: var(--info);
19696
+ --DropDown-menuItem-color: var(--text-color);
19697
+ --DropDown-menuItem-onHover-color: var(--primary);
19698
+ --DropDown-menuItem-onActive-color: var(--primary);
19666
19699
  --DropDown-menuItem-onDisabled-color: var(--text--muted-color);
19667
19700
  --DropDown-menuItem-paddingX: var(--gap-sm);
19668
19701
  --DropDown-menuItem-paddingY: calc(
@@ -19724,6 +19757,7 @@ readers do not read off random characters that represent icons */
19724
19757
  ) / 2
19725
19758
  );
19726
19759
  --Form-input-placeholderColor: var(--text--muted-color);
19760
+ --Form-input-onDisabled-color: var(--text--muted-color);
19727
19761
  --Form-item-gap: var(--gap-base);
19728
19762
  --Form-label-paddingTop: calc(
19729
19763
  (
@@ -19782,6 +19816,7 @@ readers do not read off random characters that represent icons */
19782
19816
  --IconPicker-tabs-bg: #f0f3f4;
19783
19817
  --ImageControl-addBtn-bg: var(--Button--default-bg);
19784
19818
  --ImageControl-addBtn-border: var(--Button--default-border);
19819
+ --ImageControl-addBtn-borderRadius: 0;
19785
19820
  --ImageControl-addBtn-color: var(--Button--default-color);
19786
19821
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
19787
19822
  --ImageControl-addBtn-onActive-border: #adb4bf;
@@ -19794,6 +19829,8 @@ readers do not read off random characters that represent icons */
19794
19829
  --ImageControl-addBtn-onHover-bg: #ececec;
19795
19830
  --ImageControl-addBtn-onHover-border: #b4bbc5;
19796
19831
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
19832
+ --ImageControl-progress-borderRadius: 0;
19833
+ --FileControl-progress-borderRadius: 0;
19797
19834
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
19798
19835
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
19799
19836
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
@@ -19909,6 +19946,7 @@ readers do not read off random characters that represent icons */
19909
19946
  --ListControl-item-bg: var(--white);
19910
19947
  --ListControl-item-borderColor: var(--borderColor);
19911
19948
  --ListControl-item-borderWidth: var(--borderWidth);
19949
+ --ListControl-item-borderRadius: 0.1875rem;
19912
19950
  --ListControl-item-color: var(--text-color);
19913
19951
  --ListControl-item-onActive-after-borderColor: var(--primary);
19914
19952
  --ListControl-item-onActive-before-bg: var(--white);
@@ -20079,11 +20117,28 @@ readers do not read off random characters that represent icons */
20079
20117
  --Panel-titleMarginTop: 0;
20080
20118
  --Picker-iconColor: var(--icon-color);
20081
20119
  --Picker-onHover-iconColor: var(--icon-onHover-color);
20120
+ --PickerColumns-bg: white;
20121
+ --PickerColumns-toolbar-height: 3.125rem;
20122
+ --PickerColumns-title-fontSize: var(--fontSizeLg);
20123
+ --PickerColumns-title-lineHeight: 1.5;
20124
+ --PickerColumns-action-padding: 0 var(--gap-sm);
20125
+ --PickerColumns-action-fontSize: var(--fontSizeMd);
20126
+ --PickerColumns-confirmAction-color: var(--Button--info-bg);
20127
+ --PickerColumns-cancelAction-color: var(--Button--light-bg);
20128
+ --PickerColumns-option-fontSize: var(--fontSizeLg);
20129
+ --PickerColumns-optionText-color: var(--text-color);
20130
+ --PickerColumns-optionDisabled-opacity: 0.3;
20131
+ --PickerColumns-loadingIcon-color: var(--icon-color);
20132
+ --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
20082
20133
  --PopOver-bg: white;
20083
20134
  --PopOverAble-iconColor: inherit;
20084
20135
  --PopOverAble-onHover-iconColor: inherit;
20085
20136
  --Property-title-bg: #f2f2f2;
20086
20137
  --Property-label-bg: #f7f7f7;
20138
+ --Portlet-borderColor: var(--borderColor);
20139
+ --Portlet-borderStyle: solid;
20140
+ --Portlet-borderWidth: var(--borderWidth);
20141
+ --Portlet-borderRadius: var(--borderRadius);
20087
20142
  --QuickEdit-iconColor: inherit;
20088
20143
  --QuickEdit-onFocus-borderColor: var(--info);
20089
20144
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20176,6 +20231,8 @@ readers do not read off random characters that represent icons */
20176
20231
  --Table-toolbar-marginX: 0;
20177
20232
  --Table-toolbar-marginY: var(--gap-base);
20178
20233
  --Table-tree-borderColor: var(--Table-borderColor);
20234
+ --Table-searchableForm-backgroundColor: #f6f7f8;
20235
+ --Table-searchableForm-borderRadius: 0.25rem;
20179
20236
  --TableCell--edge-paddingX: var(--gap-md);
20180
20237
  --TableCell-filterBtn--onActive-color: var(--primary);
20181
20238
  --TableCell-filterBtn-width: 1rem;
@@ -20361,6 +20418,14 @@ readers do not read off random characters that represent icons */
20361
20418
  --Steps-sub-title-color: var(--text-color);
20362
20419
  --Steps-line-bg: var(--Steps-bg);
20363
20420
  --Steps-line-success-bg: var(--Steps-status-success);
20421
+ --Progress-borderRadius: var(--borderRadius);
20422
+ --ColumnToggler-backgroundColor: var(--white);
20423
+ --ColumnToggler-borderRadius: 0.25rem;
20424
+ --ColumnToggler-lineHeight: 1.5rem;
20425
+ --ColumnToggler-title-fontColor: #080e1a;
20426
+ --ColumnToggler-fontColor: #151a26;
20427
+ --ColumnToggler-item-backgroundColor: #f6f7f8;
20428
+ --ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
20364
20429
  }
20365
20430
 
20366
20431
  /* Reset
@@ -20726,6 +20791,8 @@ readers do not read off random characters that represent icons */
20726
20791
  width: 1em;
20727
20792
  height: 1em;
20728
20793
  fill: currentColor;
20794
+ position: relative;
20795
+ top: 0.125em;
20729
20796
  }
20730
20797
 
20731
20798
  .amis-scope svg.r90 {
@@ -22325,6 +22392,17 @@ readers do not read off random characters that represent icons */
22325
22392
  margin-left: var(--Button-paddingX);
22326
22393
  }
22327
22394
 
22395
+ .amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22396
+ .amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
22397
+ .amis-scope .a-Button > .pull-left {
22398
+ margin-right: var(--Button-paddingX);
22399
+ }
22400
+
22401
+ .amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22402
+ .amis-scope .a-Button > .pull-right {
22403
+ margin-left: var(--Button-paddingX);
22404
+ }
22405
+
22328
22406
  .amis-scope .a-Button img.a-Button-icon {
22329
22407
  height: var(--Button-fontSize);
22330
22408
  vertical-align: middle;
@@ -22342,16 +22420,24 @@ readers do not read off random characters that represent icons */
22342
22420
 
22343
22421
  .amis-scope .a-Button.is-disabled,
22344
22422
  .amis-scope .a-Button:disabled {
22345
- opacity: var(--Button-onDisabled-opacity);
22346
22423
  filter: grayscale(100%);
22347
22424
  box-shadow: none;
22348
22425
  cursor: not-allowed;
22426
+ color: var(--text--muted-color);
22427
+ pointer-events: auto;
22428
+ border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
22429
+ background: var(--Button-onDisabled-bg);
22349
22430
  }
22350
22431
 
22351
22432
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
22352
22433
  cursor: pointer;
22353
22434
  }
22354
22435
 
22436
+ .amis-scope .a-Button.cxd-Button--link.is-disabled {
22437
+ background: transparent;
22438
+ border: none;
22439
+ }
22440
+
22355
22441
  .amis-scope .a-Button > .pull-left,
22356
22442
  .amis-scope .a-Button > .pull-right {
22357
22443
  line-height: inherit;
@@ -22382,6 +22468,12 @@ readers do not read off random characters that represent icons */
22382
22468
  border-color: var(--Button--primary-onHover-border);
22383
22469
  }
22384
22470
 
22471
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
22472
+ color: var(--Button--primary-onActive-color);
22473
+ background: var(--Button--primary-onActive-bg);
22474
+ border-color: var(--Button--primary-onActive-border);
22475
+ }
22476
+
22385
22477
  .amis-scope .a-Button--primary:hover:focus {
22386
22478
  box-shadow: var(--Button-boxShadow);
22387
22479
  }
@@ -22400,6 +22492,12 @@ readers do not read off random characters that represent icons */
22400
22492
  border-color: var(--Button--secondary-onHover-border);
22401
22493
  }
22402
22494
 
22495
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
22496
+ color: var(--Button--secondary-onActive-color);
22497
+ background: var(--Button--secondary-onActive-bg);
22498
+ border-color: var(--Button--secondary-onActive-border);
22499
+ }
22500
+
22403
22501
  .amis-scope .a-Button--secondary:hover:focus {
22404
22502
  box-shadow: var(--Button-boxShadow);
22405
22503
  }
@@ -22418,10 +22516,40 @@ readers do not read off random characters that represent icons */
22418
22516
  border-color: var(--Button--success-onHover-border);
22419
22517
  }
22420
22518
 
22519
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
22520
+ color: var(--Button--success-onActive-color);
22521
+ background: var(--Button--success-onActive-bg);
22522
+ border-color: var(--Button--success-onActive-border);
22523
+ }
22524
+
22421
22525
  .amis-scope .a-Button--success:hover:focus {
22422
22526
  box-shadow: var(--Button-boxShadow);
22423
22527
  }
22424
22528
 
22529
+ .amis-scope .a-Button--enhance {
22530
+ color: var(--Button--enhance-color);
22531
+ background: var(--Button--enhance-bg);
22532
+ border-color: var(--Button--enhance-border);
22533
+ box-shadow: var(--Button-boxShadow);
22534
+ text-shadow: var(--Button-textShadow);
22535
+ }
22536
+
22537
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
22538
+ color: var(--Button--enhance-onHover-color);
22539
+ background: var(--Button--enhance-onHover-bg);
22540
+ border-color: var(--Button--enhance-onHover-border);
22541
+ }
22542
+
22543
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
22544
+ color: var(--Button--enhance-onActive-color);
22545
+ background: var(--Button--enhance-onActive-bg);
22546
+ border-color: var(--Button--enhance-onActive-border);
22547
+ }
22548
+
22549
+ .amis-scope .a-Button--enhance:hover:focus {
22550
+ box-shadow: var(--Button-boxShadow);
22551
+ }
22552
+
22425
22553
  .amis-scope .a-Button--info {
22426
22554
  color: var(--Button--info-color);
22427
22555
  background: var(--Button--info-bg);
@@ -22436,6 +22564,12 @@ readers do not read off random characters that represent icons */
22436
22564
  border-color: var(--Button--info-onHover-border);
22437
22565
  }
22438
22566
 
22567
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
22568
+ color: var(--Button--info-onActive-color);
22569
+ background: var(--Button--info-onActive-bg);
22570
+ border-color: var(--Button--info-onActive-border);
22571
+ }
22572
+
22439
22573
  .amis-scope .a-Button--info:hover:focus {
22440
22574
  box-shadow: var(--Button-boxShadow);
22441
22575
  }
@@ -22454,6 +22588,12 @@ readers do not read off random characters that represent icons */
22454
22588
  border-color: var(--Button--warning-onHover-border);
22455
22589
  }
22456
22590
 
22591
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
22592
+ color: var(--Button--warning-onActive-color);
22593
+ background: var(--Button--warning-onActive-bg);
22594
+ border-color: var(--Button--warning-onActive-border);
22595
+ }
22596
+
22457
22597
  .amis-scope .a-Button--warning:hover:focus {
22458
22598
  box-shadow: var(--Button-boxShadow);
22459
22599
  }
@@ -22472,6 +22612,12 @@ readers do not read off random characters that represent icons */
22472
22612
  border-color: var(--Button--danger-onHover-border);
22473
22613
  }
22474
22614
 
22615
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
22616
+ color: var(--Button--danger-onActive-color);
22617
+ background: var(--Button--danger-onActive-bg);
22618
+ border-color: var(--Button--danger-onActive-border);
22619
+ }
22620
+
22475
22621
  .amis-scope .a-Button--danger:hover:focus {
22476
22622
  box-shadow: var(--Button-boxShadow);
22477
22623
  }
@@ -22490,6 +22636,12 @@ readers do not read off random characters that represent icons */
22490
22636
  border-color: var(--Button--light-onHover-border);
22491
22637
  }
22492
22638
 
22639
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
22640
+ color: var(--Button--light-onActive-color);
22641
+ background: var(--Button--light-onActive-bg);
22642
+ border-color: var(--Button--light-onActive-border);
22643
+ }
22644
+
22493
22645
  .amis-scope .a-Button--light:hover:focus {
22494
22646
  box-shadow: var(--Button-boxShadow);
22495
22647
  }
@@ -22508,6 +22660,12 @@ readers do not read off random characters that represent icons */
22508
22660
  border-color: var(--Button--dark-onHover-border);
22509
22661
  }
22510
22662
 
22663
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
22664
+ color: var(--Button--dark-onActive-color);
22665
+ background: var(--Button--dark-onActive-bg);
22666
+ border-color: var(--Button--dark-onActive-border);
22667
+ }
22668
+
22511
22669
  .amis-scope .a-Button--dark:hover:focus {
22512
22670
  box-shadow: var(--Button-boxShadow);
22513
22671
  }
@@ -22526,6 +22684,12 @@ readers do not read off random characters that represent icons */
22526
22684
  border-color: var(--Button--default-onHover-border);
22527
22685
  }
22528
22686
 
22687
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
22688
+ color: var(--Button--default-onActive-color);
22689
+ background: var(--Button--default-onActive-bg);
22690
+ border-color: var(--Button--default-onActive-border);
22691
+ }
22692
+
22529
22693
  .amis-scope .a-Button--default:hover:focus {
22530
22694
  box-shadow: var(--Button-boxShadow);
22531
22695
  }
@@ -22549,6 +22713,17 @@ readers do not read off random characters that represent icons */
22549
22713
  margin-left: var(--Button--xs-paddingX);
22550
22714
  }
22551
22715
 
22716
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22717
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
22718
+ .amis-scope .a-Button--xs > .pull-left {
22719
+ margin-right: var(--Button--xs-paddingX);
22720
+ }
22721
+
22722
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22723
+ .amis-scope .a-Button--xs > .pull-right {
22724
+ margin-left: var(--Button--xs-paddingX);
22725
+ }
22726
+
22552
22727
  .amis-scope .a-Button--xs img.a-Button-icon {
22553
22728
  height: var(--Button-fontSize);
22554
22729
  vertical-align: middle;
@@ -22577,6 +22752,17 @@ readers do not read off random characters that represent icons */
22577
22752
  margin-left: var(--Button--sm-paddingX);
22578
22753
  }
22579
22754
 
22755
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22756
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
22757
+ .amis-scope .a-Button--sm > .pull-left {
22758
+ margin-right: var(--Button--sm-paddingX);
22759
+ }
22760
+
22761
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22762
+ .amis-scope .a-Button--sm > .pull-right {
22763
+ margin-left: var(--Button--sm-paddingX);
22764
+ }
22765
+
22580
22766
  .amis-scope .a-Button--sm img.a-Button-icon {
22581
22767
  height: var(--Button-fontSize);
22582
22768
  vertical-align: middle;
@@ -22605,6 +22791,17 @@ readers do not read off random characters that represent icons */
22605
22791
  margin-left: var(--Button--md-paddingX);
22606
22792
  }
22607
22793
 
22794
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22795
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
22796
+ .amis-scope .a-Button--md > .pull-left {
22797
+ margin-right: var(--Button--md-paddingX);
22798
+ }
22799
+
22800
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22801
+ .amis-scope .a-Button--md > .pull-right {
22802
+ margin-left: var(--Button--md-paddingX);
22803
+ }
22804
+
22608
22805
  .amis-scope .a-Button--md img.a-Button-icon {
22609
22806
  height: var(--Button-fontSize);
22610
22807
  vertical-align: middle;
@@ -22633,6 +22830,17 @@ readers do not read off random characters that represent icons */
22633
22830
  margin-left: var(--Button--lg-paddingX);
22634
22831
  }
22635
22832
 
22833
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22834
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
22835
+ .amis-scope .a-Button--lg > .pull-left {
22836
+ margin-right: var(--Button--lg-paddingX);
22837
+ }
22838
+
22839
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22840
+ .amis-scope .a-Button--lg > .pull-right {
22841
+ margin-left: var(--Button--lg-paddingX);
22842
+ }
22843
+
22636
22844
  .amis-scope .a-Button--lg img.a-Button-icon {
22637
22845
  height: var(--Button-fontSize);
22638
22846
  vertical-align: middle;
@@ -22661,6 +22869,14 @@ readers do not read off random characters that represent icons */
22661
22869
  line-height: 1;
22662
22870
  }
22663
22871
 
22872
+ .amis-scope .a-Button--loading {
22873
+ transition: --Button-transition;
22874
+ }
22875
+
22876
+ .amis-scope .a-Button--loading svg {
22877
+ animation: var(--Button-animation-spin);
22878
+ }
22879
+
22664
22880
  .amis-scope .a-Button--link {
22665
22881
  width: auto;
22666
22882
  min-width: auto;
@@ -22673,7 +22889,11 @@ readers do not read off random characters that represent icons */
22673
22889
 
22674
22890
  .amis-scope .a-Button--link:hover:focus {
22675
22891
  color: var(--Button--link-onHover-color);
22676
- text-decoration: var(--link-onHover-decoration);
22892
+ box-shadow: none;
22893
+ }
22894
+
22895
+ .amis-scope .a-Button--link:hover:active {
22896
+ color: var(--Button--link-onActive-color);
22677
22897
  box-shadow: none;
22678
22898
  }
22679
22899
 
@@ -22681,7 +22901,7 @@ readers do not read off random characters that represent icons */
22681
22901
  .amis-scope .a-Button--link.is-disabled {
22682
22902
  color: var(--text--muted-color);
22683
22903
  pointer-events: none;
22684
- background: transparent;
22904
+ background: var(--Button-onDisabled-bg);
22685
22905
  }
22686
22906
 
22687
22907
  .amis-scope .a-Button--block {
@@ -22760,7 +22980,8 @@ readers do not read off random characters that represent icons */
22760
22980
  }
22761
22981
 
22762
22982
  .amis-scope .a-Badge-text,
22763
- .amis-scope .a-Badge-dot {
22983
+ .amis-scope .a-Badge-dot,
22984
+ .amis-scope .a-Badge-ribbon {
22764
22985
  background: var(--danger);
22765
22986
  position: absolute;
22766
22987
  top: 0;
@@ -22826,6 +23047,56 @@ readers do not read off random characters that represent icons */
22826
23047
  border-radius: 50%;
22827
23048
  }
22828
23049
 
23050
+ .amis-scope .a-Badge-ribbon-out {
23051
+ overflow: hidden;
23052
+ position: absolute;
23053
+ top: 0;
23054
+ bottom: 0;
23055
+ right: 0;
23056
+ }
23057
+
23058
+ .amis-scope .a-Badge-ribbon {
23059
+ color: var(--Badge-color);
23060
+ height: var(--Badge-size);
23061
+ line-height: var(--Badge-size);
23062
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
23063
+ transform-origin: 50% 0;
23064
+ border-radius: 0;
23065
+ text-align: center;
23066
+ width: 62.5rem;
23067
+ top: 5px;
23068
+ }
23069
+
23070
+ .amis-scope .a-Badge-ribbon-out--top-left,
23071
+ .amis-scope .a-Badge-ribbon-out--bottom-left {
23072
+ left: 0;
23073
+ right: auto;
23074
+ }
23075
+
23076
+ .amis-scope .a-Badge-ribbon--top-left {
23077
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
23078
+ left: 0;
23079
+ right: auto;
23080
+ }
23081
+
23082
+ .amis-scope .a-Badge-ribbon--bottom-left {
23083
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
23084
+ transform-origin: 50% 100%;
23085
+ left: 0;
23086
+ right: auto;
23087
+ bottom: 5px;
23088
+ top: auto;
23089
+ }
23090
+
23091
+ .amis-scope .a-Badge-ribbon--bottom-right {
23092
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
23093
+ transform-origin: 50% 100%;
23094
+ left: auto;
23095
+ right: 0;
23096
+ bottom: 5px;
23097
+ top: auto;
23098
+ }
23099
+
22829
23100
  @keyframes badgeDotAnimation {
22830
23101
  0% {
22831
23102
  transform: scale(0.8);
@@ -23739,6 +24010,143 @@ readers do not read off random characters that represent icons */
23739
24010
  background: transparent;
23740
24011
  }
23741
24012
 
24013
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
24014
+ background: rgba(0, 0, 0, 0.3);
24015
+ }
24016
+
24017
+ .amis-scope .a-PopOver--leftBottomLeftTop {
24018
+ margin-top: 0.25rem;
24019
+ }
24020
+
24021
+ .amis-scope .a-PopOver--leftTopLeftBottom {
24022
+ margin-top: -0.25rem;
24023
+ }
24024
+
24025
+ .amis-scope .has-popover {
24026
+ position: relative;
24027
+ }
24028
+
24029
+ .amis-scope .a-PickerColumns {
24030
+ position: relative;
24031
+ background-color: var(--PickerColumns-bg);
24032
+ user-select: none;
24033
+ }
24034
+
24035
+ .amis-scope .a-PickerColumns-popOver {
24036
+ position: fixed;
24037
+ bottom: 0;
24038
+ left: 0;
24039
+ width: 100%;
24040
+ padding: 0 var(--gap-sm);
24041
+ }
24042
+
24043
+ .amis-scope .a-PickerColumns-toolbar {
24044
+ display: flex;
24045
+ align-items: center;
24046
+ justify-content: space-between;
24047
+ height: var(--PickerColumns-toolbar-height);
24048
+ }
24049
+
24050
+ .amis-scope .a-PickerColumns-cancel,
24051
+ .amis-scope .a-PickerColumns-confirm {
24052
+ height: 100%;
24053
+ padding: var(--PickerColumns-action-padding);
24054
+ font-size: var(--PickerColumns-action-fontSize);
24055
+ background-color: transparent;
24056
+ border: none;
24057
+ cursor: pointer;
24058
+ }
24059
+
24060
+ .amis-scope .a-PickerColumns-cancel:active,
24061
+ .amis-scope .a-PickerColumns-confirm:active {
24062
+ opacity: 0.7;
24063
+ }
24064
+
24065
+ .amis-scope .a-PickerColumns-confirm {
24066
+ color: var(--PickerColumns-confirmAction-color);
24067
+ }
24068
+
24069
+ .amis-scope .a-PickerColumns-cancel {
24070
+ color: var(--PickerColumns-cancelAction-color);
24071
+ }
24072
+
24073
+ .amis-scope .a-PickerColumns-title {
24074
+ max-width: 50%;
24075
+ font-weight: 500;
24076
+ font-size: var(--PickerColumns-title-fontSize);
24077
+ line-height: var(--PickerColumns-title-lineHeight);
24078
+ text-align: center;
24079
+ }
24080
+
24081
+ .amis-scope .a-PickerColumns-columns {
24082
+ position: relative;
24083
+ display: flex;
24084
+ cursor: grab;
24085
+ }
24086
+
24087
+ .amis-scope .a-PickerColumns-loading {
24088
+ position: absolute;
24089
+ top: 0;
24090
+ right: 0;
24091
+ bottom: 0;
24092
+ left: 0;
24093
+ z-index: 3;
24094
+ display: flex;
24095
+ align-items: center;
24096
+ justify-content: center;
24097
+ color: var(--PickerColumns-loadingIcon-color);
24098
+ background-color: var(--PickerColumns-loadingMask-color);
24099
+ }
24100
+
24101
+ .amis-scope .a-PickerColumns-frame {
24102
+ position: absolute;
24103
+ top: 50%;
24104
+ right: var(--gap-md);
24105
+ left: var(--gap-md);
24106
+ z-index: 2;
24107
+ transform: translateY(-50%);
24108
+ pointer-events: none;
24109
+ }
24110
+
24111
+ .amis-scope .a-PickerColumns-mask {
24112
+ position: absolute;
24113
+ top: 0;
24114
+ left: 0;
24115
+ z-index: 1;
24116
+ width: 100%;
24117
+ height: 100%;
24118
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
24119
+ background-repeat: no-repeat;
24120
+ background-position: top, bottom;
24121
+ transform: translateZ(0);
24122
+ pointer-events: none;
24123
+ }
24124
+
24125
+ .amis-scope .a-PickerColumns-column {
24126
+ flex: 1;
24127
+ overflow: hidden;
24128
+ font-size: var(--PickerColumns-option-fontSize);
24129
+ }
24130
+
24131
+ .amis-scope .a-PickerColumns-columnWrapper {
24132
+ margin: 0;
24133
+ padding: 0;
24134
+ list-style: none;
24135
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24136
+ }
24137
+
24138
+ .amis-scope .a-PickerColumns-columnItem {
24139
+ display: flex;
24140
+ align-items: center;
24141
+ justify-content: center;
24142
+ color: var(--PickerColumns-optionText-color);
24143
+ }
24144
+
24145
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
24146
+ cursor: not-allowed;
24147
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24148
+ }
24149
+
23742
24150
  @keyframes bounceIn {
23743
24151
  from, 20%, 40%, 60%, 80%, to {
23744
24152
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -24048,6 +24456,17 @@ readers do not read off random characters that represent icons */
24048
24456
  margin-left: var(--Combo-addBtn-paddingX);
24049
24457
  }
24050
24458
 
24459
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
24460
+ .amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
24461
+ .amis-scope .a-ArrayInput-addBtn > .pull-left {
24462
+ margin-right: var(--Combo-addBtn-paddingX);
24463
+ }
24464
+
24465
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
24466
+ .amis-scope .a-ArrayInput-addBtn > .pull-right {
24467
+ margin-left: var(--Combo-addBtn-paddingX);
24468
+ }
24469
+
24051
24470
  .amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
24052
24471
  height: var(--Button-fontSize);
24053
24472
  vertical-align: middle;
@@ -24059,6 +24478,12 @@ readers do not read off random characters that represent icons */
24059
24478
  border-color: var(--Combo-addBtn-onHover-border);
24060
24479
  }
24061
24480
 
24481
+ .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
24482
+ color: var(--Combo-addBtn-onActive-color);
24483
+ background: var(--Combo-addBtn-onActive-bg);
24484
+ border-color: var(--Combo-addBtn-onActive-border);
24485
+ }
24486
+
24062
24487
  .amis-scope .a-ArrayInput-addBtn:hover:focus {
24063
24488
  box-shadow: var(--Button-boxShadow);
24064
24489
  }
@@ -24638,6 +25063,10 @@ readers do not read off random characters that represent icons */
24638
25063
  }
24639
25064
 
24640
25065
  .amis-scope .a-Nav {
25066
+ position: relative;
25067
+ }
25068
+
25069
+ .amis-scope .a-Nav .a-Nav-list {
24641
25070
  list-style: none;
24642
25071
  user-select: none;
24643
25072
  margin: 0;
@@ -24645,25 +25074,26 @@ readers do not read off random characters that represent icons */
24645
25074
  position: relative;
24646
25075
  }
24647
25076
 
24648
- .amis-scope .a-Nav .a-Nav-itemIcon {
25077
+ .amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
24649
25078
  margin-right: var(--gap-sm);
24650
25079
  }
24651
25080
 
24652
- .amis-scope .a-Nav img.a-Nav-itemIcon {
25081
+ .amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
24653
25082
  height: var(--Tabs-linkFontSize);
24654
25083
  vertical-align: middle;
24655
25084
  }
24656
25085
 
24657
- .amis-scope .a-Nav--tabs {
25086
+ .amis-scope .a-Nav .a-Nav-list--tabs {
24658
25087
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
24659
25088
  }
24660
25089
 
24661
- .amis-scope .a-Nav--tabs .a-Nav-item {
25090
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
24662
25091
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
24663
25092
  display: inline-block;
25093
+ position: relative;
24664
25094
  }
24665
25095
 
24666
- .amis-scope .a-Nav--tabs .a-Nav-item > a {
25096
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
24667
25097
  font-size: var(--Tabs-linkFontSize);
24668
25098
  display: block;
24669
25099
  outline: none;
@@ -24673,142 +25103,267 @@ readers do not read off random characters that represent icons */
24673
25103
  color: var(--Tabs-color);
24674
25104
  text-decoration: none;
24675
25105
  margin-right: 0.125rem;
24676
- padding: var(--gap-sm) var(--gap-base);
25106
+ padding: var(--gap-sm) var(--gap-xl);
24677
25107
  cursor: pointer;
24678
25108
  }
24679
25109
 
24680
- .amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
24681
- .amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
25110
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
25111
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
24682
25112
  border-color: var(--Tabs-onHover-borderColor);
24683
25113
  text-decoration: none;
24684
25114
  }
24685
25115
 
24686
- .amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
24687
- .amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
25116
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
25117
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
24688
25118
  color: var(--Tabs-onDisabled-color);
24689
25119
  background: transparent;
24690
25120
  border-color: transparent;
24691
25121
  pointer-events: none;
24692
25122
  }
24693
25123
 
24694
- .amis-scope .a-Nav--tabs .a-Nav-item.active > a,
24695
- .amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
25124
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
25125
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
24696
25126
  color: var(--Tabs-onActive-color);
24697
25127
  background: var(--Tabs-onActive-bg);
24698
25128
  border-color: var(--Tabs-onActive-borderColor);
24699
25129
  border-bottom-color: var(--Tabs-content-bg);
24700
25130
  }
24701
25131
 
24702
- .amis-scope .a-Nav--stacked {
25132
+ .amis-scope .a-Nav .a-Nav-list--stacked {
24703
25133
  min-height: 3.125rem;
24704
25134
  }
24705
25135
 
24706
- .amis-scope .a-Nav--stacked .a-Nav-item {
25136
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
25137
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
24707
25138
  position: relative;
25139
+ display: flex;
25140
+ flex-wrap: wrap;
25141
+ align-items: stretch;
25142
+ width: 100%;
24708
25143
  }
24709
25144
 
24710
- .amis-scope .a-Nav--stacked .a-Nav-item > a {
24711
- display: block;
24712
- outline: none;
24713
- color: var(--Nav-item-color);
24714
- text-decoration: none;
24715
- padding: var(--gap-sm) var(--gap-base);
24716
- cursor: pointer;
24717
- background: var(--Nav-item-bg);
24718
- border-radius: var(--Nav-item-borderRadius);
24719
- text-overflow: ellipsis;
24720
- }
24721
-
24722
- .amis-scope .a-Nav--stacked .a-Nav-item > a::after {
24723
- border-left: var(--Nav-item-onActive-borderLeft);
25145
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
25146
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
25147
+ cursor: move;
24724
25148
  position: absolute;
24725
25149
  left: 0;
25150
+ top: 0.6875rem;
25151
+ display: none;
25152
+ }
25153
+
25154
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
25155
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
25156
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
25157
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
25158
+ color: var(--icon-color);
25159
+ }
25160
+
25161
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
25162
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
25163
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
25164
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
25165
+ color: var(--icon-onHover-color);
25166
+ }
25167
+
25168
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
25169
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
25170
+ width: 1rem;
25171
+ height: 1rem;
25172
+ }
25173
+
25174
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
25175
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
25176
+ position: absolute;
24726
25177
  top: 0;
24727
- content: "";
24728
- width: 1px;
24729
- height: 100%;
24730
- transform: scaleY(0.0001);
24731
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
25178
+ bottom: 0;
25179
+ width: 2.1875rem;
25180
+ overflow: hidden;
25181
+ }
25182
+
25183
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
25184
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
25185
+ position: absolute;
25186
+ top: 0.125rem;
25187
+ left: -0.8125rem;
25188
+ transform: rotate(-45deg);
25189
+ width: 3.125rem;
25190
+ font-size: 12px;
25191
+ text-align: center;
25192
+ color: var(--white);
25193
+ background: var(--success);
25194
+ }
25195
+
25196
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
25197
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
25198
+ display: flex;
25199
+ align-items: center;
24732
25200
  }
24733
25201
 
24734
- .amis-scope .a-Nav--stacked .a-Nav-item.has-sub > a {
24735
- padding-right: calc(var(--gap-base) + var(--gap-sm));
25202
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
25203
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
25204
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
25205
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
25206
+ display: flex;
25207
+ align-items: center;
25208
+ outline: none;
25209
+ color: var(--Nav-item-color);
25210
+ text-decoration: none;
25211
+ padding: var(--gap-sm) var(--gap-sm);
25212
+ cursor: pointer;
25213
+ background: var(--Nav-item-bg);
25214
+ border-radius: var(--Nav-item-borderRadius);
25215
+ text-overflow: ellipsis;
25216
+ flex: 1;
24736
25217
  }
24737
25218
 
24738
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
24739
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
25219
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
25220
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
25221
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
25222
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
25223
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
25224
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
25225
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
25226
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
25227
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
25228
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
25229
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
25230
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
25231
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
25232
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
25233
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
25234
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
24740
25235
  border-color: var(--Nav-item-onHover-color);
24741
25236
  text-decoration: none;
24742
25237
  background: var(--Nav-item-onHover-bg);
25238
+ z-index: 1;
25239
+ }
25240
+
25241
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
25242
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
25243
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
25244
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
25245
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
25246
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
25247
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
25248
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
25249
+ display: block;
24743
25250
  }
24744
25251
 
24745
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
24746
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a {
25252
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
25253
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
25254
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
25255
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
25256
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
25257
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
25258
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
25259
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
24747
25260
  color: var(--Nav-item-onDisabled-color);
24748
25261
  background: transparent;
24749
25262
  pointer-events: none;
24750
25263
  }
24751
25264
 
24752
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
24753
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a {
25265
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
25266
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
25267
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
25268
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
25269
+ background: var(--Nav-item-onActive-bg) !important;
25270
+ }
25271
+
25272
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
25273
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
25274
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
25275
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
25276
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
25277
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
25278
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
25279
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
25280
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
25281
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
25282
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
25283
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
24754
25284
  color: var(--Nav-item-onActive-color);
24755
- background: var(--Nav-item-onActive-bg);
24756
- padding-left: 0.75rem;
24757
25285
  position: relative;
24758
25286
  }
24759
25287
 
24760
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
24761
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after {
25288
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
25289
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
25290
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
25291
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
25292
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
25293
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
25294
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
25295
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
25296
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
25297
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
25298
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
25299
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
24762
25300
  transform: scaleY(1);
24763
25301
  }
24764
25302
 
24765
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler {
25303
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
25304
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
25305
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
25306
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
24766
25307
  transform: rotate(180deg) scale(0.8);
24767
25308
  }
24768
25309
 
24769
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems {
25310
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
25311
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
25312
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
25313
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
24770
25314
  display: block;
24771
25315
  }
24772
25316
 
24773
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner {
25317
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
25318
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
24774
25319
  position: absolute;
24775
25320
  right: 0.625rem;
24776
25321
  top: 0.5rem;
24777
25322
  }
24778
25323
 
24779
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler {
24780
- position: absolute;
24781
- right: 0;
24782
- top: 0.1875rem;
24783
- width: 1.875rem;
24784
- height: 1.875rem;
25324
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
25325
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
25326
+ float: left;
25327
+ margin-right: 0.625rem;
25328
+ height: 1.5rem;
24785
25329
  text-align: center;
24786
- line-height: 1.875rem;
25330
+ line-height: 1.5rem;
24787
25331
  vertical-align: middle;
24788
25332
  cursor: pointer;
24789
25333
  transform: scale(0.8);
24790
25334
  transition: transform var(--animation-duration);
24791
25335
  }
24792
25336
 
24793
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg {
25337
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
25338
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
24794
25339
  width: 10px;
24795
25340
  height: 10px;
24796
25341
  top: 0;
24797
25342
  }
24798
25343
 
24799
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
25344
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
25345
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
24800
25346
  display: none;
24801
25347
  padding-left: 0;
24802
25348
  list-style: none;
25349
+ width: 100%;
24803
25350
  }
24804
25351
 
24805
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
25352
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
25353
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
24806
25354
  font-size: var(--Nav-subItem-fontSize);
24807
25355
  }
24808
25356
 
25357
+ .amis-scope .a-Nav .a-Nav-dropIndicator {
25358
+ position: absolute;
25359
+ background: var(--Nav-item-onActive-color);
25360
+ height: 2px;
25361
+ }
25362
+
24809
25363
  .amis-scope .a-Page {
24810
25364
  width: 100%;
24811
25365
  height: 100%;
25366
+ background: var(--Page-main-bg);
24812
25367
  }
24813
25368
 
24814
25369
  .amis-scope .a-Page-header {
@@ -24816,7 +25371,6 @@ readers do not read off random characters that represent icons */
24816
25371
  }
24817
25372
 
24818
25373
  .amis-scope .a-Page-main {
24819
- background: var(--Page-main-bg);
24820
25374
  height: 100%;
24821
25375
  display: flex;
24822
25376
  flex-direction: column;
@@ -24831,11 +25385,9 @@ readers do not read off random characters that represent icons */
24831
25385
 
24832
25386
  .amis-scope .a-Page-main > .a-Page-header {
24833
25387
  border-bottom: var(--borderWidth) solid var(--borderColor);
24834
- background: var(--Page-header-bg);
24835
25388
  }
24836
25389
 
24837
25390
  .amis-scope .a-Page-headerRow {
24838
- background: var(--Page-header-bg);
24839
25391
  border-bottom: var(--borderWidth) solid var(--borderColor);
24840
25392
  display: flex;
24841
25393
  flex-direction: row;
@@ -24880,10 +25432,6 @@ readers do not read off random characters that represent icons */
24880
25432
  margin-left: var(--gap-xs);
24881
25433
  }
24882
25434
 
24883
- .amis-scope .a-Page-aside {
24884
- background: var(--Page-aside-bg);
24885
- }
24886
-
24887
25435
  @media (min-width: 768px) {
24888
25436
  .amis-scope .a-Page-aside {
24889
25437
  min-width: var(--Page-aside-width);
@@ -25678,7 +26226,7 @@ readers do not read off random characters that represent icons */
25678
26226
  height: var(--DropDown-menu-height);
25679
26227
  vertical-align: middle;
25680
26228
  user-select: none;
25681
- color: var(--link-color);
26229
+ color: var(--DropDown-menuItem-color);
25682
26230
  text-decoration: var(--link-decoration);
25683
26231
  }
25684
26232
 
@@ -25690,6 +26238,7 @@ readers do not read off random characters that represent icons */
25690
26238
 
25691
26239
  .amis-scope .a-DropDown-menuItem.is-active,
25692
26240
  .amis-scope .a-DropDown-menu > li.is-active {
26241
+ background: var(--DropDown-menuItem-onHover-bg);
25693
26242
  color: var(--DropDown-menuItem-onActive-color);
25694
26243
  }
25695
26244
 
@@ -25738,24 +26287,39 @@ readers do not read off random characters that represent icons */
25738
26287
  }
25739
26288
 
25740
26289
  .amis-scope .a-Collapse {
25741
- border: none;
26290
+ border: var(--Collapse-border);
25742
26291
  padding: 0;
25743
26292
  margin-bottom: var(--Form-item-gap);
25744
26293
  }
25745
26294
 
25746
26295
  .amis-scope .a-Collapse-header {
25747
- font-size: var(--fontSizeMd);
25748
- font-weight: var(--fontWeightNormal);
26296
+ font-size: var(--Collapse-header-fontSize);
26297
+ font-weight: var(--Collapse-header-fontWeight);
25749
26298
  color: var(--text--loud-color);
25750
- padding: var(--gap-xs) 0;
25751
- border-bottom: var(--borderWidth) solid var(--borderColorLight);
26299
+ padding: var(--Collapse-header-padding);
26300
+ margin: 0;
26301
+ border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26302
+ background: var(--Collapse-header-bg);
26303
+ }
26304
+
26305
+ .amis-scope .a-Collapse-header-wrapper {
26306
+ display: inline-flex;
26307
+ flex-direction: var(--Collapse-header-wrapper-direction);
26308
+ }
26309
+
26310
+ .amis-scope .a-Collapse-header-tpl {
26311
+ margin-right: 0.5rem;
26312
+ }
26313
+
26314
+ .amis-scope .a-Collapse-header:hover {
26315
+ background: var(--Collapse-header-onHover-bg);
25752
26316
  }
25753
26317
 
25754
26318
  .amis-scope .a-Collapse-arrow {
25755
26319
  display: inline-block;
25756
26320
  width: 1rem;
25757
26321
  text-align: center;
25758
- margin-left: var(--gap-xs);
26322
+ margin-right: 0.5rem;
25759
26323
  cursor: pointer;
25760
26324
  }
25761
26325
 
@@ -25773,11 +26337,19 @@ readers do not read off random characters that represent icons */
25773
26337
  transform-origin: 50% 50%;
25774
26338
  }
25775
26339
 
26340
+ .amis-scope .a-Collapse-TplField {
26341
+ display: inline-block;
26342
+ }
26343
+
25776
26344
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
25777
26345
  transform: rotate(45deg);
25778
26346
  transform-origin: 0% 50%;
25779
26347
  }
25780
26348
 
26349
+ .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26350
+ border-bottom: var(--Collapse-header-collapsed-border);
26351
+ }
26352
+
25781
26353
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
25782
26354
  cursor: pointer;
25783
26355
  user-select: none;
@@ -25788,6 +26360,12 @@ readers do not read off random characters that represent icons */
25788
26360
  color: var(--link-color);
25789
26361
  border-left: none;
25790
26362
  font-size: var(--fontSizeBase);
26363
+ border-top: var(--Collapse-header-collapsed-borderTop);
26364
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26365
+ }
26366
+
26367
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26368
+ border-top: none;
25791
26369
  }
25792
26370
 
25793
26371
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -25802,16 +26380,23 @@ readers do not read off random characters that represent icons */
25802
26380
  transform-origin: 0% 50%;
25803
26381
  }
25804
26382
 
25805
- .amis-scope .a-Collapse-content {
26383
+ .amis-scope .a-Collapse-contentWrapper {
25806
26384
  transition: height var(--animation-duration) ease;
25807
26385
  }
25808
26386
 
25809
- .amis-scope .a-Collapse-content.in,
25810
- .amis-scope .a-Collapse-content.out {
26387
+ .amis-scope .a-Collapse-contentWrapper.in,
26388
+ .amis-scope .a-Collapse-contentWrapper.out {
25811
26389
  height: 0;
25812
26390
  overflow: hidden;
25813
26391
  }
25814
26392
 
26393
+ .amis-scope .a-Collapse-content {
26394
+ padding: var(--Collapse-content-padding);
26395
+ color: var(--body-color);
26396
+ font-size: var(--Collapse-content-fontSize);
26397
+ font-weight: var(--Collapse-content-fontWeight);
26398
+ }
26399
+
25815
26400
  .amis-scope .a-ColorField {
25816
26401
  display: inline-block;
25817
26402
  }
@@ -26853,6 +27438,20 @@ readers do not read off random characters that represent icons */
26853
27438
  text-align: center;
26854
27439
  }
26855
27440
 
27441
+ .amis-scope .a-Table-searchableForm {
27442
+ background: var(--Table-searchableForm-backgroundColor);
27443
+ border-radius: var(--Table-searchableForm-borderRadius);
27444
+ }
27445
+
27446
+ .amis-scope .a-Table-searchableForm-footer {
27447
+ padding: var(--Panel-footerPadding);
27448
+ clear: both;
27449
+ }
27450
+
27451
+ .amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
27452
+ padding-top: 0;
27453
+ }
27454
+
26856
27455
  .amis-scope .a-Table-header {
26857
27456
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
26858
27457
  }
@@ -26986,6 +27585,10 @@ readers do not read off random characters that represent icons */
26986
27585
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
26987
27586
  }
26988
27587
 
27588
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27589
+ cursor: pointer;
27590
+ }
27591
+
26989
27592
  .amis-scope .a-Table-table > thead > tr > th {
26990
27593
  background: var(--Table-thead-bg);
26991
27594
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -27026,6 +27629,7 @@ readers do not read off random characters that represent icons */
27026
27629
  }
27027
27630
 
27028
27631
  .amis-scope .a-Table-table > tbody > tr {
27632
+ position: relative;
27029
27633
  background: transparent;
27030
27634
  }
27031
27635
 
@@ -28210,7 +28814,7 @@ readers do not read off random characters that represent icons */
28210
28814
  top: var(--Table-borderWidth);
28211
28815
  bottom: 0;
28212
28816
  right: 0;
28213
- padding-left: 3.125rem;
28817
+ padding-left: 5rem;
28214
28818
  padding-right: var(--TableCell-paddingX);
28215
28819
  display: flex;
28216
28820
  align-items: center;
@@ -28322,6 +28926,34 @@ readers do not read off random characters that represent icons */
28322
28926
  position: absolute;
28323
28927
  }
28324
28928
 
28929
+ .amis-scope .a-Table-badge {
28930
+ position: absolute;
28931
+ top: 0;
28932
+ left: 0;
28933
+ }
28934
+
28935
+ .amis-scope .a-Table--autoFillHeight {
28936
+ margin-bottom: 0;
28937
+ }
28938
+
28939
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
28940
+ border-top: none;
28941
+ }
28942
+
28943
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
28944
+ position: sticky;
28945
+ top: 0;
28946
+ z-index: 1;
28947
+ }
28948
+
28949
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
28950
+ display: none;
28951
+ }
28952
+
28953
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
28954
+ margin-bottom: 0;
28955
+ }
28956
+
28325
28957
  .amis-scope .a-InputTable-toolbar {
28326
28958
  display: flex;
28327
28959
  flex-direction: row;
@@ -28351,6 +28983,247 @@ readers do not read off random characters that represent icons */
28351
28983
  margin-right: 0.625rem;
28352
28984
  }
28353
28985
 
28986
+ .amis-scope .a-ColumnToggler {
28987
+ position: relative;
28988
+ display: inline-block;
28989
+ }
28990
+
28991
+ .amis-scope .a-ColumnToggler-caret {
28992
+ margin-left: var(--DropDown-caret-marginLeft);
28993
+ display: inline-block;
28994
+ vertical-align: top;
28995
+ transition: transform var(--animation-duration) ease;
28996
+ }
28997
+
28998
+ .amis-scope .a-ColumnToggler-caret > svg {
28999
+ width: 0.625rem;
29000
+ height: 0.625rem;
29001
+ top: 0.125em;
29002
+ }
29003
+
29004
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
29005
+ transform: rotate(180deg);
29006
+ }
29007
+
29008
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
29009
+ color: var(--link-color);
29010
+ }
29011
+
29012
+ .amis-scope .a-ColumnToggler--block {
29013
+ display: block;
29014
+ }
29015
+
29016
+ .amis-scope .a-ColumnToggler--block .a-Button {
29017
+ display: block;
29018
+ }
29019
+
29020
+ .amis-scope .a-ColumnToggler-menu {
29021
+ position: absolute;
29022
+ z-index: 1000;
29023
+ top: 100%;
29024
+ left: 0;
29025
+ margin: 0.0625rem 0 0;
29026
+ background: var(--DropDown-menu-bg);
29027
+ list-style: none;
29028
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
29029
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
29030
+ border-radius: var(--DropDown-menu-borderRadius);
29031
+ box-shadow: var(--DropDown-menu-boxShadow);
29032
+ min-width: var(--DropDown-menu-minWidth);
29033
+ text-align: left;
29034
+ }
29035
+
29036
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
29037
+ left: auto;
29038
+ right: 0;
29039
+ }
29040
+
29041
+ .amis-scope .a-ColumnToggler-menuItem,
29042
+ .amis-scope .a-ColumnToggler-menu > li {
29043
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
29044
+ white-space: nowrap;
29045
+ box-sizing: border-box;
29046
+ height: var(--DropDown-menu-height);
29047
+ vertical-align: middle;
29048
+ user-select: none;
29049
+ color: var(--link-color);
29050
+ text-decoration: var(--link-decoration);
29051
+ }
29052
+
29053
+ .amis-scope .a-ColumnToggler-menuItem:hover,
29054
+ .amis-scope .a-ColumnToggler-menu > li:hover {
29055
+ background: var(--DropDown-menuItem-onHover-bg);
29056
+ color: var(--DropDown-menuItem-onHover-color);
29057
+ }
29058
+
29059
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
29060
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
29061
+ color: var(--DropDown-menuItem-onActive-color);
29062
+ }
29063
+
29064
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
29065
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
29066
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
29067
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
29068
+ cursor: pointer;
29069
+ }
29070
+
29071
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
29072
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
29073
+ cursor: not-allowed;
29074
+ color: var(--DropDown-menuItem-onDisabled-color);
29075
+ filter: grayscale(80%);
29076
+ }
29077
+
29078
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
29079
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
29080
+ height: 0.0625rem;
29081
+ margin: 0.5625rem 0;
29082
+ overflow: hidden;
29083
+ background: var(--DropDown-menu-borderColor);
29084
+ padding: 0;
29085
+ }
29086
+
29087
+ .amis-scope .a-ColumnToggler-menu > li a {
29088
+ color: inherit;
29089
+ display: block;
29090
+ text-decoration: none;
29091
+ }
29092
+
29093
+ .amis-scope .a-ColumnToggler-popover {
29094
+ border: none;
29095
+ box-shadow: none;
29096
+ }
29097
+
29098
+ .amis-scope .a-ColumnToggler > .a-Button {
29099
+ min-width: unset;
29100
+ }
29101
+
29102
+ .amis-scope .a-ColumnToggler-modal {
29103
+ display: flex;
29104
+ flex-flow: column nowrap;
29105
+ justify-content: space-between;
29106
+ align-items: center;
29107
+ width: 25rem;
29108
+ padding: var(--ColumnToggler-lineHeight);
29109
+ margin-top: calc(50vh - 100px);
29110
+ border-radius: var(--ColumnToggler-borderRadius);
29111
+ background: var(--ColumnToggler-backgroundColor);
29112
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
29113
+ }
29114
+
29115
+ .amis-scope .a-ColumnToggler-modal-header {
29116
+ width: 100%;
29117
+ display: flex;
29118
+ flex-flow: row nowrap;
29119
+ justify-content: space-between;
29120
+ align-items: center;
29121
+ }
29122
+
29123
+ .amis-scope .a-ColumnToggler-modal-header a,
29124
+ .amis-scope .a-ColumnToggler-modal-header span {
29125
+ display: inline-block;
29126
+ }
29127
+
29128
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
29129
+ opacity: 0.95;
29130
+ font-size: var(--fontSizeMd);
29131
+ color: var(--ColumnToggler-title-fontColor);
29132
+ line-height: var(--ColumnToggler-lineHeight);
29133
+ font-weight: bold;
29134
+ }
29135
+
29136
+ .amis-scope .a-ColumnToggler-modal-content {
29137
+ padding: 0;
29138
+ width: 100%;
29139
+ list-style: none;
29140
+ margin: 0.5rem 0;
29141
+ }
29142
+
29143
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
29144
+ color: var(--ColumnToggler-title-fontColor);
29145
+ background: var(--ColumnToggler-item-backgroundColor);
29146
+ border-radius: 0.125rem;
29147
+ font-size: var(--fontSizeSm);
29148
+ padding: 0.25rem 0.5rem;
29149
+ height: var(--ColumnToggler-lineHeight);
29150
+ width: calc((100% - 24px) / 3);
29151
+ float: left;
29152
+ margin: 0.25rem;
29153
+ text-overflow: ellipsis;
29154
+ white-space: nowrap;
29155
+ overflow: hidden;
29156
+ }
29157
+
29158
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
29159
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
29160
+ }
29161
+
29162
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
29163
+ border: 1px solid var(--link-color);
29164
+ }
29165
+
29166
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
29167
+ height: var(--fontSizeLg);
29168
+ width: var(--fontSizeLg);
29169
+ vertical-align: top;
29170
+ }
29171
+
29172
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
29173
+ margin-left: 0;
29174
+ margin-right: var(--gap-xs);
29175
+ cursor: move;
29176
+ color: #d8d8d8;
29177
+ }
29178
+
29179
+ .amis-scope .a-ColumnToggler-modal-footer {
29180
+ width: 100%;
29181
+ display: flex;
29182
+ flex-flow: row nowrap;
29183
+ justify-content: space-between;
29184
+ align-items: center;
29185
+ }
29186
+
29187
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
29188
+ color: var(--ColumnToggler-fontColor);
29189
+ font-size: var(--fontSizeSm);
29190
+ }
29191
+
29192
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
29193
+ color: var(--link-color);
29194
+ }
29195
+
29196
+ .amis-scope .a-ColumnToggler-modal-footer > div {
29197
+ display: flex;
29198
+ flex-flow: row nowrap;
29199
+ justify-content: space-between;
29200
+ align-items: center;
29201
+ }
29202
+
29203
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
29204
+ justify-content: flex-start;
29205
+ }
29206
+
29207
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
29208
+ display: inline-block;
29209
+ }
29210
+
29211
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
29212
+ justify-content: flex-end;
29213
+ }
29214
+
29215
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
29216
+ width: 72px;
29217
+ }
29218
+
29219
+ .amis-scope .a-ColumnToggler-tooltip {
29220
+ border: none;
29221
+ }
29222
+
29223
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
29224
+ border-top-color: transparent;
29225
+ }
29226
+
28354
29227
  .amis-scope .a-List {
28355
29228
  position: relative;
28356
29229
  }
@@ -28845,18 +29718,6 @@ readers do not read off random characters that represent icons */
28845
29718
  margin-top: var(--gap-xs);
28846
29719
  }
28847
29720
 
28848
- .amis-scope .a-Card-checkBtn {
28849
- position: absolute;
28850
- top: 0;
28851
- right: 0;
28852
- margin: var(--gap-sm);
28853
- z-index: 1;
28854
- }
28855
-
28856
- .amis-scope .a-Card-checkBtn .a-Checkbox {
28857
- margin-right: 0;
28858
- }
28859
-
28860
29721
  .amis-scope .a-Card-dragBtn {
28861
29722
  cursor: pointer;
28862
29723
  float: right;
@@ -28864,7 +29725,8 @@ readers do not read off random characters that represent icons */
28864
29725
  }
28865
29726
 
28866
29727
  .amis-scope .a-Card-heading {
28867
- overflow: hidden;
29728
+ display: flex;
29729
+ flex-direction: row;
28868
29730
  padding: var(--gap-sm) var(--gap-base);
28869
29731
  flex: 1 0 auto;
28870
29732
  }
@@ -28896,12 +29758,17 @@ readers do not read off random characters that represent icons */
28896
29758
 
28897
29759
  .amis-scope .a-Card-meta {
28898
29760
  display: block;
29761
+ flex-grow: 1;
28899
29762
  height: 100%;
28900
- overflow: hidden;
28901
29763
  position: relative;
28902
29764
  margin-right: var(--gap-md);
28903
29765
  }
28904
29766
 
29767
+ .amis-scope .a-Card-toolbar {
29768
+ margin-right: calc(-1 * var(--gap-base));
29769
+ text-align: right;
29770
+ }
29771
+
28905
29772
  .amis-scope .a-Card-highlight {
28906
29773
  background: var(--success);
28907
29774
  width: 0.5rem;
@@ -29151,6 +30018,7 @@ readers do not read off random characters that represent icons */
29151
30018
  height: 10px;
29152
30019
  background: #ebebeb;
29153
30020
  overflow: hidden;
30021
+ border-radius: var(--Progress-borderRadius);
29154
30022
  }
29155
30023
 
29156
30024
  .amis-scope .a-Progress-bar {
@@ -29163,6 +30031,7 @@ readers do not read off random characters that represent icons */
29163
30031
  text-align: center;
29164
30032
  background: var(--primary);
29165
30033
  transition: width var(--animation-duration) ease;
30034
+ border-radius: var(--Progress-borderRadius);
29166
30035
  }
29167
30036
 
29168
30037
  .amis-scope .a-Progress-bar--stripe {
@@ -29388,7 +30257,7 @@ readers do not read off random characters that represent icons */
29388
30257
 
29389
30258
  .amis-scope .a-StatusField-label {
29390
30259
  font-size: var(--fontSizeSm);
29391
- margin-left: var(--gap-sm);
30260
+ margin-left: var(--gap-xs);
29392
30261
  }
29393
30262
 
29394
30263
  @keyframes animation-rolling_red {
@@ -29884,7 +30753,7 @@ readers do not read off random characters that represent icons */
29884
30753
  }
29885
30754
 
29886
30755
  .amis-scope .a-ImageGallery-item.is-active {
29887
- border: 1px solid #108cee;
30756
+ border: 1px solid var(--primary);
29888
30757
  }
29889
30758
 
29890
30759
  .amis-scope .a-ImageGallery-item.is-active:after {
@@ -29913,6 +30782,7 @@ readers do not read off random characters that represent icons */
29913
30782
 
29914
30783
  .amis-scope .a-Image-thumbWrap {
29915
30784
  position: relative;
30785
+ height: 100%;
29916
30786
  }
29917
30787
 
29918
30788
  .amis-scope .a-Image-image {
@@ -30028,7 +30898,7 @@ readers do not read off random characters that represent icons */
30028
30898
  }
30029
30899
 
30030
30900
  .amis-scope .a-Image-overlay {
30031
- background: rgba(0, 0, 0, 0.6);
30901
+ background: rgba(8, 14, 26, 0.5);
30032
30902
  position: absolute;
30033
30903
  width: 100%;
30034
30904
  height: 100%;
@@ -30660,7 +31530,7 @@ readers do not read off random characters that represent icons */
30660
31530
  height: 1px;
30661
31531
  left: 100%;
30662
31532
  width: 9999px;
30663
- padding-right: 10px;
31533
+ padding-right: 0.625rem;
30664
31534
  background-color: var(--Steps-line-bg);
30665
31535
  }
30666
31536
 
@@ -30748,6 +31618,49 @@ readers do not read off random characters that represent icons */
30748
31618
  border: 1px solid var(--Steps-status-success);
30749
31619
  }
30750
31620
 
31621
+ .amis-scope .a-Portlet {
31622
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31623
+ border-radius: var(--Portlet-borderRadius);
31624
+ padding: var(--gap-base);
31625
+ }
31626
+
31627
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31628
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31629
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31630
+ border: none !important;
31631
+ color: inherit !important;
31632
+ cursor: auto !important;
31633
+ }
31634
+
31635
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31636
+ border-bottom: none;
31637
+ }
31638
+
31639
+ .amis-scope .a-Portlet .a-Tabs-pane {
31640
+ padding: unset;
31641
+ }
31642
+
31643
+ .amis-scope .a-Portlet-toolbar {
31644
+ display: inline-flex;
31645
+ float: right;
31646
+ justify-content: flex-end;
31647
+ }
31648
+
31649
+ .amis-scope .a-Portlet-toolbar .a-Button {
31650
+ margin-left: calc(var(--gap-xs));
31651
+ }
31652
+
31653
+ .amis-scope .a-Portlet-header-desc {
31654
+ height: 100%;
31655
+ overflow: hidden;
31656
+ position: relative;
31657
+ margin-left: var(--gap-base);
31658
+ }
31659
+
31660
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31661
+ display: none;
31662
+ }
31663
+
30751
31664
  .amis-scope fieldset.a-Collapse--lg,
30752
31665
  .amis-scope fieldset.a-Collapse--md,
30753
31666
  .amis-scope fieldset.a-Collapse--base,
@@ -30806,11 +31719,14 @@ readers do not read off random characters that represent icons */
30806
31719
  margin: var(--gap-base) 0;
30807
31720
  padding: 0 0 0 14px;
30808
31721
  cursor: pointer;
30809
- border-bottom: 0;
31722
+ border-bottom: none !important;
31723
+ background: transparent;
30810
31724
  display: flex;
30811
31725
  flex-direction: row;
30812
- justify-content: space-between;
30813
- width: 100%;
31726
+ }
31727
+
31728
+ .amis-scope fieldset.a-Collapse > legend:hover {
31729
+ background: transparent;
30814
31730
  }
30815
31731
 
30816
31732
  .amis-scope fieldset.a-Collapse--xs {
@@ -31544,6 +32460,14 @@ readers do not read off random characters that represent icons */
31544
32460
  color: var(--danger);
31545
32461
  }
31546
32462
 
32463
+ .amis-scope .a-TextControl-input:hover {
32464
+ border-color: var(--Form-input-onHover-borderColor);
32465
+ }
32466
+
32467
+ .amis-scope .a-TextControl.is-disabled-input input {
32468
+ color: var(--Form-input-onDisabled-color);
32469
+ }
32470
+
31547
32471
  .amis-scope .a-TextareaControl {
31548
32472
  position: relative;
31549
32473
  }
@@ -31575,12 +32499,21 @@ readers do not read off random characters that represent icons */
31575
32499
  color: var(--Form-input-placeholderColor);
31576
32500
  }
31577
32501
 
32502
+ .amis-scope .a-TextareaControl > textarea:hover {
32503
+ border-color: var(--Form-input-onHover-borderColor);
32504
+ }
32505
+
31578
32506
  .amis-scope .a-TextareaControl > textarea:focus,
31579
32507
  .amis-scope .a-TextareaControl.is-focused > textarea {
31580
32508
  border-color: var(--Form-input-onFocused-borderColor);
31581
32509
  box-shadow: var(--Form-input-boxShadow);
31582
32510
  }
31583
32511
 
32512
+ .amis-scope .a-TextareaControl > textarea:focus:hover,
32513
+ .amis-scope .a-TextareaControl.is-focused > textarea:hover {
32514
+ border-color: var(--Form-input-onFocused-borderColor);
32515
+ }
32516
+
31584
32517
  .amis-scope .a-TextareaControl.is-disabled > textarea,
31585
32518
  .amis-scope .a-TextareaControl > textarea[disabled] {
31586
32519
  background: #e5e7eb;
@@ -31877,7 +32810,7 @@ readers do not read off random characters that represent icons */
31877
32810
  color: #999;
31878
32811
  }
31879
32812
 
31880
- .amis-scope .a-Checkboxes > .a-Checkbox {
32813
+ .amis-scope .a-Selection > .a-Checkbox {
31881
32814
  display: block;
31882
32815
  height: var(--Form-input-height);
31883
32816
  line-height: var(--Form-input-lineHeight);
@@ -31885,43 +32818,36 @@ readers do not read off random characters that represent icons */
31885
32818
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
31886
32819
  }
31887
32820
 
31888
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
32821
+ .amis-scope .a-Selection--inline > .a-Checkbox {
31889
32822
  display: inline-block;
31890
32823
  }
31891
32824
 
31892
- .amis-scope .a-Checkboxes-addBtn {
32825
+ .amis-scope .a-Selection-addBtn {
31893
32826
  display: block;
31894
32827
  cursor: pointer;
31895
32828
  }
31896
32829
 
31897
- .amis-scope .a-Checkboxes-addBtn:hover {
32830
+ .amis-scope .a-Selection-addBtn:hover {
31898
32831
  text-decoration: none;
31899
32832
  }
31900
32833
 
31901
- .amis-scope .a-Checkboxes-addBtn > svg {
32834
+ .amis-scope .a-Selection-addBtn > svg {
31902
32835
  width: 0.875rem;
31903
32836
  height: 0.875rem;
31904
32837
  margin-right: var(--Checkbox-gap);
31905
32838
  }
31906
32839
 
31907
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31908
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
31909
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31910
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
32840
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
31911
32841
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
31912
32842
  }
31913
32843
 
31914
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
31915
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
31916
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
31917
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
32844
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
31918
32845
  font-size: var(--fontSizeSm);
31919
32846
  padding: var(--gap-xs) var(--gap-xs);
31920
32847
  color: var(--text--muted-color);
31921
32848
  }
31922
32849
 
31923
- .amis-scope .a-ListCheckboxes-item,
31924
- .amis-scope .a-ListRadios-item {
32850
+ .amis-scope .a-GroupedSelection-item {
31925
32851
  display: flex;
31926
32852
  height: var(--Form-input-height);
31927
32853
  line-height: var(--Form-input-lineHeight);
@@ -31932,51 +32858,37 @@ readers do not read off random characters that represent icons */
31932
32858
  user-select: none;
31933
32859
  }
31934
32860
 
31935
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
31936
- .amis-scope .a-ListRadios-item > .a-Checkbox {
32861
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
31937
32862
  margin-right: 0;
31938
32863
  }
31939
32864
 
31940
- .amis-scope .a-ListCheckboxes-item.is-active,
31941
- .amis-scope .a-ListRadios-item.is-active {
32865
+ .amis-scope .a-GroupedSelection-item.is-active {
31942
32866
  color: var(--Form-select-menu-onActive-color);
31943
32867
  background: var(--Form-select-menu-onActive-bg);
31944
32868
  }
31945
32869
 
31946
- .amis-scope .a-ListCheckboxes-item:hover,
31947
- .amis-scope .a-ListRadios-item:hover {
32870
+ .amis-scope .a-GroupedSelection-item:hover {
31948
32871
  background: var(--Tree-item-onHover-bg);
31949
32872
  }
31950
32873
 
31951
- .amis-scope .a-ListCheckboxes-item.is-disabled,
31952
- .amis-scope .a-ListRadios-item.is-disabled {
32874
+ .amis-scope .a-GroupedSelection-item.is-disabled {
31953
32875
  pointer-events: none;
31954
32876
  color: var(--text--muted-color);
31955
32877
  }
31956
32878
 
31957
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31958
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31959
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31960
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
31961
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31962
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31963
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31964
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
32879
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
31965
32880
  padding-left: var(--gap-base);
31966
32881
  }
31967
32882
 
31968
- .amis-scope .a-ListCheckboxes-itemLabel,
31969
- .amis-scope .a-ListRadios-itemLabel {
32883
+ .amis-scope .a-GroupedSelection-itemLabel {
31970
32884
  flex-grow: 1;
31971
32885
  }
31972
32886
 
31973
- .amis-scope .a-ListCheckboxes-itemLabel span,
31974
- .amis-scope .a-ListRadios-itemLabel span {
32887
+ .amis-scope .a-GroupedSelection-itemLabel span {
31975
32888
  white-space: nowrap;
31976
32889
  }
31977
32890
 
31978
- .amis-scope .a-ListCheckboxes-placeholder,
31979
- .amis-scope .a-ListRadios-placeholder {
32891
+ .amis-scope .a-GroupedSelection-placeholder {
31980
32892
  height: var(--Form-input-height);
31981
32893
  line-height: var(--Form-input-lineHeight);
31982
32894
  font-size: var(--Form-input-fontSize);
@@ -31984,52 +32896,54 @@ readers do not read off random characters that represent icons */
31984
32896
  color: var(--text--muted-color);
31985
32897
  }
31986
32898
 
31987
- .amis-scope .a-TableCheckboxes .a-Table-content {
32899
+ .amis-scope .a-TableSelection .a-Table-content {
31988
32900
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
31989
32901
  }
31990
32902
 
31991
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
31992
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
32903
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
32904
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
31993
32905
  font-size: var(--fontSizeSm);
31994
32906
  padding-top: var(--gap-xs);
31995
32907
  padding-bottom: 0.375rem;
31996
32908
  vertical-align: middle;
31997
32909
  }
31998
32910
 
31999
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
32911
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
32000
32912
  padding-top: 0.375rem;
32001
32913
  }
32002
32914
 
32003
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
32004
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
32915
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
32916
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
32005
32917
  padding-left: 0.625rem;
32006
32918
  padding-right: 0;
32007
32919
  }
32008
32920
 
32009
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
32010
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
32921
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
32922
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
32011
32923
  padding-right: var(--gap-md);
32012
32924
  }
32013
32925
 
32014
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
32926
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
32015
32927
  cursor: pointer;
32016
32928
  }
32017
32929
 
32018
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
32019
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
32930
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
32931
+ color: var(--Form-select-menu-onActive-color);
32932
+ background: var(--Form-select-menu-onActive-bg);
32933
+ }
32934
+
32935
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
32020
32936
  color: var(--icon-color);
32021
32937
  margin-right: 5px;
32022
32938
  }
32023
32939
 
32024
- .amis-scope .a-TreeCheckboxes-sublist,
32025
- .amis-scope .a-TreeRadios-sublist {
32940
+ .amis-scope .a-TreeSelection-sublist {
32026
32941
  position: relative;
32027
32942
  margin: 0 0 0 2.1875rem;
32028
32943
  display: none;
32029
32944
  }
32030
32945
 
32031
- .amis-scope .a-TreeCheckboxes-sublist:before,
32032
- .amis-scope .a-TreeRadios-sublist:before {
32946
+ .amis-scope .a-TreeSelection-sublist:before {
32033
32947
  width: 1px;
32034
32948
  content: "";
32035
32949
  display: block;
@@ -32040,29 +32954,19 @@ readers do not read off random characters that represent icons */
32040
32954
  border-left: dashed 1px var(--icon-color);
32041
32955
  }
32042
32956
 
32043
- .amis-scope .a-TreeCheckboxes-item,
32044
- .amis-scope .a-TreeRadios-item {
32957
+ .amis-scope .a-TreeSelection-item {
32045
32958
  position: relative;
32046
32959
  }
32047
32960
 
32048
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
32049
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
32050
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
32051
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
32961
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32052
32962
  display: block;
32053
32963
  }
32054
32964
 
32055
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32056
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
32057
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32058
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
32965
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32059
32966
  bottom: 0;
32060
32967
  }
32061
32968
 
32062
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
32063
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
32064
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
32065
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
32969
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32066
32970
  height: 1px;
32067
32971
  content: "";
32068
32972
  display: block;
@@ -32073,8 +32977,7 @@ readers do not read off random characters that represent icons */
32073
32977
  border-top: dashed 1px var(--icon-color);
32074
32978
  }
32075
32979
 
32076
- .amis-scope .a-TreeCheckboxes-itemInner,
32077
- .amis-scope .a-TreeRadios-itemInner {
32980
+ .amis-scope .a-TreeSelection-itemInner {
32078
32981
  display: flex;
32079
32982
  align-items: center;
32080
32983
  height: var(--Form-input-height);
@@ -32087,20 +32990,17 @@ readers do not read off random characters that represent icons */
32087
32990
  position: relative;
32088
32991
  }
32089
32992
 
32090
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32091
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
32993
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32092
32994
  margin-right: 0;
32093
32995
  margin-left: var(--gap-sm);
32094
32996
  }
32095
32997
 
32096
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32097
- .amis-scope .a-TreeRadios-itemInner > * {
32998
+ .amis-scope .a-TreeSelection-itemInner > * {
32098
32999
  position: relative;
32099
33000
  z-index: 2;
32100
33001
  }
32101
33002
 
32102
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32103
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33003
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32104
33004
  position: absolute;
32105
33005
  content: "";
32106
33006
  z-index: 1;
@@ -32111,24 +33011,20 @@ readers do not read off random characters that represent icons */
32111
33011
  background: var(--Tree-item-onHover-bg);
32112
33012
  }
32113
33013
 
32114
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32115
- .amis-scope .a-TreeRadios-itemInner.is-active {
33014
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32116
33015
  color: var(--Form-select-menu-onActive-color);
32117
33016
  }
32118
33017
 
32119
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32120
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33018
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32121
33019
  pointer-events: none;
32122
33020
  color: var(--text--muted-color);
32123
33021
  }
32124
33022
 
32125
- .amis-scope .a-TreeCheckboxes-itemLabel,
32126
- .amis-scope .a-TreeRadios-itemLabel {
33023
+ .amis-scope .a-TreeSelection-itemLabel {
32127
33024
  flex-grow: 1;
32128
33025
  }
32129
33026
 
32130
- .amis-scope .a-TreeCheckboxes-placeholder,
32131
- .amis-scope .a-TreeRadios-placeholder {
33027
+ .amis-scope .a-TreeSelection-placeholder {
32132
33028
  height: var(--Form-input-height);
32133
33029
  line-height: var(--Form-input-lineHeight);
32134
33030
  font-size: var(--Form-input-fontSize);
@@ -32136,27 +33032,27 @@ readers do not read off random characters that represent icons */
32136
33032
  color: var(--text--muted-color);
32137
33033
  }
32138
33034
 
32139
- .amis-scope .a-ChainedCheckboxes {
33035
+ .amis-scope .a-ChainedSelection {
32140
33036
  display: flex;
32141
33037
  flex-direction: row;
32142
33038
  }
32143
33039
 
32144
- .amis-scope .a-ChainedCheckboxes-col {
33040
+ .amis-scope .a-ChainedSelection-col {
32145
33041
  flex-grow: 1;
32146
33042
  min-width: 150px;
32147
33043
  }
32148
33044
 
32149
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33045
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32150
33046
  border-right: 1px solid var(--borderColor);
32151
33047
  }
32152
33048
 
32153
- .amis-scope .a-ChainedCheckboxes-subTitle {
33049
+ .amis-scope .a-ChainedSelection-subTitle {
32154
33050
  font-size: var(--fontSizeSm);
32155
33051
  padding: var(--gap-xs) var(--gap-xs);
32156
33052
  color: var(--text--muted-color);
32157
33053
  }
32158
33054
 
32159
- .amis-scope .a-ChainedCheckboxes-item {
33055
+ .amis-scope .a-ChainedSelection-item {
32160
33056
  display: flex;
32161
33057
  height: var(--Form-input-height);
32162
33058
  line-height: var(--Form-input-lineHeight);
@@ -32167,29 +33063,29 @@ readers do not read off random characters that represent icons */
32167
33063
  user-select: none;
32168
33064
  }
32169
33065
 
32170
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33066
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32171
33067
  margin-right: 0;
32172
33068
  }
32173
33069
 
32174
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33070
+ .amis-scope .a-ChainedSelection-item.is-active {
32175
33071
  color: var(--Form-select-menu-onActive-color);
32176
33072
  background: var(--Form-select-menu-onActive-bg);
32177
33073
  }
32178
33074
 
32179
- .amis-scope .a-ChainedCheckboxes-item:hover {
33075
+ .amis-scope .a-ChainedSelection-item:hover {
32180
33076
  background: var(--Tree-item-onHover-bg);
32181
33077
  }
32182
33078
 
32183
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33079
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32184
33080
  pointer-events: none;
32185
33081
  color: var(--text--muted-color);
32186
33082
  }
32187
33083
 
32188
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33084
+ .amis-scope .a-ChainedSelection-itemLabel {
32189
33085
  flex-grow: 1;
32190
33086
  }
32191
33087
 
32192
- .amis-scope .a-ChainedCheckboxes-placeholder {
33088
+ .amis-scope .a-ChainedSelection-placeholder {
32193
33089
  height: var(--Form-input-height);
32194
33090
  line-height: var(--Form-input-lineHeight);
32195
33091
  font-size: var(--Form-input-fontSize);
@@ -32197,34 +33093,35 @@ readers do not read off random characters that represent icons */
32197
33093
  color: var(--text--muted-color);
32198
33094
  }
32199
33095
 
32200
- .amis-scope .a-AssociatedCheckboxes {
33096
+ .amis-scope .a-AssociatedSelection {
32201
33097
  display: flex;
32202
33098
  flex-direction: row;
32203
33099
  }
32204
33100
 
32205
- .amis-scope .a-AssociatedCheckboxes-left,
32206
- .amis-scope .a-AssociatedCheckboxes-right {
33101
+ .amis-scope .a-AssociatedSelection-left,
33102
+ .amis-scope .a-AssociatedSelection-right {
32207
33103
  flex-grow: 1;
32208
33104
  width: 0;
32209
- height: 10.9375rem;
33105
+ min-height: 12.5rem;
33106
+ max-height: 25rem;
32210
33107
  overflow: auto;
32211
33108
  }
32212
33109
 
32213
- .amis-scope .a-AssociatedCheckboxes-left {
33110
+ .amis-scope .a-AssociatedSelection-left {
32214
33111
  border-right: 1px solid var(--borderColor);
32215
33112
  }
32216
33113
 
32217
- .amis-scope .a-AssociatedCheckboxes-reload {
33114
+ .amis-scope .a-AssociatedSelection-reload {
32218
33115
  text-align: center;
32219
33116
  color: var(--info);
32220
33117
  margin: 20px 0 0;
32221
33118
  }
32222
33119
 
32223
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33120
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32224
33121
  cursor: pointer;
32225
33122
  }
32226
33123
 
32227
- .amis-scope .a-AssociatedCheckboxes-box {
33124
+ .amis-scope .a-AssociatedSelection-box {
32228
33125
  line-height: var(--Form-input-lineHeight);
32229
33126
  font-size: var(--fontSizeSm);
32230
33127
  color: var(--text--muted-color);
@@ -32236,7 +33133,7 @@ readers do not read off random characters that represent icons */
32236
33133
  height: 100%;
32237
33134
  }
32238
33135
 
32239
- .amis-scope .a-AssociatedCheckboxes-box > p {
33136
+ .amis-scope .a-AssociatedSelection-box > p {
32240
33137
  text-align: center;
32241
33138
  margin: 10px 0 20px;
32242
33139
  color: var(--text--muted-color);
@@ -32973,6 +33870,7 @@ readers do not read off random characters that represent icons */
32973
33870
  color: var(--ListControl-item-color);
32974
33871
  transition: var(--ListControl-item-transition);
32975
33872
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
33873
+ border-radius: var(--ListControl-item-borderRadius);
32976
33874
  }
32977
33875
 
32978
33876
  .amis-scope .a-ListControl-item:not(.is-disabled) {
@@ -33084,7 +33982,7 @@ readers do not read off random characters that represent icons */
33084
33982
  white-space: nowrap;
33085
33983
  color: var(--DatePicker-color);
33086
33984
  background: var(--DatePicker-bg);
33087
- border-radius: var(--DatePicker-borderRadius);
33985
+ border-radius: var(--LocationPicker-borderRadius);
33088
33986
  }
33089
33987
 
33090
33988
  .amis-scope .a-LocationPicker:not(.is-disabled) {
@@ -33236,6 +34134,7 @@ readers do not read off random characters that represent icons */
33236
34134
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
33237
34135
  background: var(--ColorPicker-bg);
33238
34136
  color: var(--ColorPicker-color);
34137
+ border-radius: var(--borderRadius);
33239
34138
  }
33240
34139
 
33241
34140
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -33397,6 +34296,8 @@ readers do not read off random characters that represent icons */
33397
34296
  .amis-scope .a-DatePicker-toggler {
33398
34297
  cursor: pointer;
33399
34298
  color: var(--DatePicker-iconColor);
34299
+ display: inline-flex;
34300
+ align-items: center;
33400
34301
  }
33401
34302
 
33402
34303
  .amis-scope .a-DatePicker-toggler:hover {
@@ -33690,6 +34591,12 @@ readers do not read off random characters that represent icons */
33690
34591
  border-color: var(--Calendar-btn-onHover-border);
33691
34592
  }
33692
34593
 
34594
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
34595
+ color: var(--Calendar-btn-onActive-color);
34596
+ background: var(--Calendar-btn-onActive-bg);
34597
+ border-color: var(--Calendar-btn-onActive-border);
34598
+ }
34599
+
33693
34600
  .amis-scope .rdtBtn:hover:focus {
33694
34601
  box-shadow: var(--Button-boxShadow);
33695
34602
  }
@@ -33712,6 +34619,12 @@ readers do not read off random characters that represent icons */
33712
34619
  border-color: var(--Calendar-btnCancel-onHover-border);
33713
34620
  }
33714
34621
 
34622
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
34623
+ color: var(--Calendar-btnCancel-onActive-color);
34624
+ background: var(--Calendar-btnCancel-onActive-bg);
34625
+ border-color: var(--Calendar-btnCancel-onActive-border);
34626
+ }
34627
+
33715
34628
  .amis-scope .rdtBtnCancel:hover:focus {
33716
34629
  box-shadow: var(--Button-boxShadow);
33717
34630
  }
@@ -33903,6 +34816,8 @@ readers do not read off random characters that represent icons */
33903
34816
  .amis-scope .a-DateRangePicker-toggler {
33904
34817
  cursor: pointer;
33905
34818
  color: var(--DatePicker-iconColor);
34819
+ display: inline-flex;
34820
+ align-items: center;
33906
34821
  }
33907
34822
 
33908
34823
  .amis-scope .a-DateRangePicker-toggler:hover {
@@ -34018,9 +34933,11 @@ readers do not read off random characters that represent icons */
34018
34933
  width: 7.5rem;
34019
34934
  height: 7.5rem;
34020
34935
  display: inline-flex;
34936
+ flex-direction: column;
34021
34937
  justify-content: center;
34022
34938
  align-items: center;
34023
34939
  border: var(--borderWidth) solid var(--borderColor);
34940
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34024
34941
  cursor: pointer;
34025
34942
  margin-right: var(--gap-base);
34026
34943
  color: var(--ImageControl-addBtn-color);
@@ -34036,14 +34953,21 @@ readers do not read off random characters that represent icons */
34036
34953
  border-color: var(--ImageControl-addBtn-onHover-border);
34037
34954
  }
34038
34955
 
34956
+ .amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
34957
+ color: var(--ImageControl-addBtn-onActive-color);
34958
+ background: var(--ImageControl-addBtn-onActive-bg);
34959
+ border-color: var(--ImageControl-addBtn-onActive-border);
34960
+ }
34961
+
34039
34962
  .amis-scope .a-ImageControl-addBtn:hover:focus {
34040
34963
  box-shadow: var(--Button-boxShadow);
34041
34964
  }
34042
34965
 
34043
34966
  .amis-scope .a-ImageControl-addBtn > svg {
34044
- width: 2.5rem;
34045
- height: 2.5rem;
34967
+ width: 1.5rem;
34968
+ height: 1.5rem;
34046
34969
  top: 0;
34970
+ margin-bottom: 0.5rem;
34047
34971
  }
34048
34972
 
34049
34973
  .amis-scope .a-ImageControl-addBtn.is-disabled {
@@ -34081,6 +35005,7 @@ readers do not read off random characters that represent icons */
34081
35005
 
34082
35006
  .amis-scope .a-ImageControl-item {
34083
35007
  border: var(--borderWidth) solid var(--borderColor);
35008
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34084
35009
  vertical-align: top;
34085
35010
  padding: var(--gap-xs);
34086
35011
  display: inline-block;
@@ -34138,6 +35063,7 @@ readers do not read off random characters that represent icons */
34138
35063
 
34139
35064
  .amis-scope .a-ImageControl-progressValue {
34140
35065
  height: 5px;
35066
+ border-radius: var(--ImageControl-progress-borderRadius);
34141
35067
  display: block;
34142
35068
  background: var(--info);
34143
35069
  min-width: 10%;
@@ -34247,13 +35173,13 @@ readers do not read off random characters that represent icons */
34247
35173
  }
34248
35174
 
34249
35175
  .amis-scope .a-FileControl-selectBtn {
34250
- width: 7.5rem;
35176
+ display: flex;
35177
+ align-items: center;
34251
35178
  }
34252
35179
 
34253
35180
  .amis-scope .a-FileControl-selectBtn > svg {
34254
- margin-right: 10px;
34255
- width: pxrem(16px);
34256
- height: pxrem(16px);
35181
+ width: 0.875rem;
35182
+ height: 0.875rem;
34257
35183
  }
34258
35184
 
34259
35185
  .amis-scope .a-FileControl-description {
@@ -34365,6 +35291,7 @@ readers do not read off random characters that represent icons */
34365
35291
  .amis-scope .a-FileControl-progress > span {
34366
35292
  display: block;
34367
35293
  background: var(--info);
35294
+ border-radius: var(--FileControl-progress-borderRadius);
34368
35295
  height: 100%;
34369
35296
  min-width: 10%;
34370
35297
  transition: ease-out width var(--animation-duration);
@@ -35318,6 +36245,17 @@ readers do not read off random characters that represent icons */
35318
36245
  margin-left: var(--Combo-addBtn-paddingX);
35319
36246
  }
35320
36247
 
36248
+ .amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
36249
+ .amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
36250
+ .amis-scope .a-Combo-addBtn > .pull-left {
36251
+ margin-right: var(--Combo-addBtn-paddingX);
36252
+ }
36253
+
36254
+ .amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
36255
+ .amis-scope .a-Combo-addBtn > .pull-right {
36256
+ margin-left: var(--Combo-addBtn-paddingX);
36257
+ }
36258
+
35321
36259
  .amis-scope .a-Combo-addBtn img.a-Button-icon {
35322
36260
  height: var(--Button-fontSize);
35323
36261
  vertical-align: middle;
@@ -35329,6 +36267,12 @@ readers do not read off random characters that represent icons */
35329
36267
  border-color: var(--Combo-addBtn-onHover-border);
35330
36268
  }
35331
36269
 
36270
+ .amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
36271
+ color: var(--Combo-addBtn-onActive-color);
36272
+ background: var(--Combo-addBtn-onActive-bg);
36273
+ border-color: var(--Combo-addBtn-onActive-border);
36274
+ }
36275
+
35332
36276
  .amis-scope .a-Combo-addBtn:hover:focus {
35333
36277
  box-shadow: var(--Button-boxShadow);
35334
36278
  }
@@ -35999,6 +36943,17 @@ readers do not read off random characters that represent icons */
35999
36943
  margin-left: var(--TagControl-sugBtn-paddingX);
36000
36944
  }
36001
36945
 
36946
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
36947
+ .amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
36948
+ .amis-scope .a-TagControl-sugItem > .pull-left {
36949
+ margin-right: var(--TagControl-sugBtn-paddingX);
36950
+ }
36951
+
36952
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
36953
+ .amis-scope .a-TagControl-sugItem > .pull-right {
36954
+ margin-left: var(--TagControl-sugBtn-paddingX);
36955
+ }
36956
+
36002
36957
  .amis-scope .a-TagControl-sugItem img.a-Button-icon {
36003
36958
  height: var(--Button-fontSize);
36004
36959
  vertical-align: middle;
@@ -36010,6 +36965,12 @@ readers do not read off random characters that represent icons */
36010
36965
  border-color: var(--TagControl-sugBtn-onHover-border);
36011
36966
  }
36012
36967
 
36968
+ .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
36969
+ color: var(--TagControl-sugBtn-onActive-color);
36970
+ background: var(--TagControl-sugBtn-onActive-bg);
36971
+ border-color: var(--TagControl-sugBtn-onActive-border);
36972
+ }
36973
+
36013
36974
  .amis-scope .a-TagControl-sugItem:hover:focus {
36014
36975
  box-shadow: var(--Button-boxShadow);
36015
36976
  }
@@ -36087,6 +37048,7 @@ readers do not read off random characters that represent icons */
36087
37048
  font-size: var(--Form-input-fontSize);
36088
37049
  padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36089
37050
  flex-direction: row;
37051
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
36090
37052
  }
36091
37053
 
36092
37054
  .amis-scope .a-Transfer-title--light {
@@ -36106,21 +37068,22 @@ readers do not read off random characters that represent icons */
36106
37068
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
36107
37069
  display: flex;
36108
37070
  flex-direction: column;
37071
+ border-radius: var(--borderRadius);
36109
37072
  }
36110
37073
 
36111
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36112
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37074
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37075
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36113
37076
  flex-grow: 1;
36114
37077
  max-height: 100%;
36115
37078
  overflow: auto;
36116
37079
  position: relative;
36117
37080
  }
36118
37081
 
36119
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37082
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36120
37083
  border-top: 1px solid var(--borderColor);
36121
37084
  }
36122
37085
 
36123
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37086
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36124
37087
  height: 100%;
36125
37088
  display: flex;
36126
37089
  align-items: center;
@@ -36168,13 +37131,29 @@ readers do not read off random characters that represent icons */
36168
37131
  color: var(--text--muted-color);
36169
37132
  }
36170
37133
 
36171
- .amis-scope .a-Transfer-tabs {
37134
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37135
+ height: 40px;
37136
+ }
37137
+
37138
+ .amis-scope .a-TabsTransfer-placeholder {
37139
+ height: var(--Form-input-height);
37140
+ line-height: var(--Form-input-lineHeight);
37141
+ font-size: var(--Form-input-fontSize);
37142
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37143
+ color: var(--text--muted-color);
37144
+ }
37145
+
37146
+ .amis-scope .a-TabsTransfer-tab {
37147
+ padding: 0;
37148
+ }
37149
+
37150
+ .amis-scope .a-TabsTransfer-tabs {
36172
37151
  display: flex;
36173
37152
  flex-direction: column;
36174
37153
  height: 100%;
36175
37154
  }
36176
37155
 
36177
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37156
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36178
37157
  border-top: 0 none;
36179
37158
  padding: 5px 0 0 5px;
36180
37159
  display: flex;
@@ -36183,59 +37162,48 @@ readers do not read off random characters that represent icons */
36183
37162
  align-items: center;
36184
37163
  }
36185
37164
 
36186
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37165
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36187
37166
  font-size: 12px;
36188
37167
  padding: 7px 8px;
36189
37168
  }
36190
37169
 
36191
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37170
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36192
37171
  flex-grow: 1;
36193
37172
  }
36194
37173
 
36195
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37174
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36196
37175
  margin: -5px 5px 0 10px;
36197
37176
  }
36198
37177
 
36199
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37178
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36200
37179
  width: 150px;
36201
37180
  margin-right: 10px;
36202
37181
  padding-left: 10px;
36203
37182
  }
36204
37183
 
36205
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37184
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36206
37185
  flex-grow: 1;
37186
+ min-height: 0;
36207
37187
  position: relative;
36208
37188
  padding: 5px 0 0;
36209
37189
  }
36210
37190
 
36211
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37191
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36212
37192
  position: relative;
36213
- min-height: 100%;
37193
+ height: 100%;
36214
37194
  }
36215
37195
 
36216
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37196
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36217
37197
  display: flex;
36218
37198
  flex-direction: column;
36219
37199
  }
36220
37200
 
36221
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37201
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36222
37202
  flex-grow: 1;
36223
37203
  max-height: 100%;
36224
37204
  overflow: auto;
36225
37205
  }
36226
37206
 
36227
- .amis-scope .a-TabsTransfer .a-Transfer-title {
36228
- height: 40px;
36229
- }
36230
-
36231
- .amis-scope .a-TabsTransfer-placeholder {
36232
- height: var(--Form-input-height);
36233
- line-height: var(--Form-input-lineHeight);
36234
- font-size: var(--Form-input-fontSize);
36235
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36236
- color: var(--text--muted-color);
36237
- }
36238
-
36239
37207
  .amis-scope .a-TransferControl {
36240
37208
  position: relative;
36241
37209
  }
@@ -36244,6 +37212,57 @@ readers do not read off random characters that represent icons */
36244
37212
  display: inline-block;
36245
37213
  }
36246
37214
 
37215
+ .amis-scope .a-TransferPicker-icon {
37216
+ transition: transform var(--animation-duration) ease-out;
37217
+ margin: 5px 5px 5px auto;
37218
+ display: flex;
37219
+ color: var(--Form-select-caret-iconColor);
37220
+ }
37221
+
37222
+ .amis-scope .a-TransferPicker-icon:hover {
37223
+ color: var(--Form-select-caret-onHover-iconColor);
37224
+ }
37225
+
37226
+ .amis-scope .a-TransferPicker-icon > svg {
37227
+ width: 0.75rem;
37228
+ height: 0.75rem;
37229
+ top: 0;
37230
+ }
37231
+
37232
+ .amis-scope .a-TransferDropDown-icon {
37233
+ transition: transform var(--animation-duration) ease-out;
37234
+ margin: 5px 5px 5px auto;
37235
+ display: flex;
37236
+ color: var(--Form-select-caret-iconColor);
37237
+ }
37238
+
37239
+ .amis-scope .a-TransferDropDown-icon:hover {
37240
+ color: var(--Form-select-caret-onHover-iconColor);
37241
+ }
37242
+
37243
+ .amis-scope .a-TransferDropDown-icon > svg {
37244
+ width: 0.625rem;
37245
+ height: 0.625rem;
37246
+ top: 0;
37247
+ }
37248
+
37249
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37250
+ transform: rotate(180deg);
37251
+ }
37252
+
37253
+ .amis-scope .a-TransferDropDown-content {
37254
+ min-height: 12.5rem;
37255
+ display: flex;
37256
+ flex-direction: column;
37257
+ }
37258
+
37259
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37260
+ flex-grow: 1;
37261
+ max-height: 100%;
37262
+ overflow: auto;
37263
+ position: relative;
37264
+ }
37265
+
36247
37266
  .amis-scope .a-NestedSelectControl {
36248
37267
  position: relative;
36249
37268
  }
@@ -36947,12 +37966,61 @@ readers do not read off random characters that represent icons */
36947
37966
  min-width: var(--Form-control-widthSm);
36948
37967
  }
36949
37968
 
37969
+ .amis-scope .a-Form--column {
37970
+ display: flex;
37971
+ flex-wrap: wrap;
37972
+ margin-left: calc(var(--Form-group-gutterWidth) / -2);
37973
+ margin-right: calc(var(--Form-group-gutterWidth) / -2);
37974
+ }
37975
+
37976
+ .amis-scope .a-Form--column > .a-Form-item {
37977
+ flex-grow: 1;
37978
+ padding-left: calc(var(--Form-group-gutterWidth) / 2);
37979
+ padding-right: calc(var(--Form-group-gutterWidth) / 2);
37980
+ }
37981
+
37982
+ .amis-scope .a-Form--column-2 > .a-Form-item {
37983
+ width: 50%;
37984
+ }
37985
+
37986
+ .amis-scope .a-Form--column-3 > .a-Form-item {
37987
+ width: 33%;
37988
+ }
37989
+
37990
+ .amis-scope .a-Form--column-4 > .a-Form-item {
37991
+ width: 25%;
37992
+ }
37993
+
37994
+ .amis-scope .a-Form--column-5 > .a-Form-item {
37995
+ width: 20%;
37996
+ }
37997
+
37998
+ .amis-scope .a-Form--column-6 > .a-Form-item {
37999
+ width: 16.6%;
38000
+ }
38001
+
38002
+ .amis-scope .a-Form--column-7 > .a-Form-item {
38003
+ width: 14.2%;
38004
+ }
38005
+
38006
+ .amis-scope .a-Form--column-8 > .a-Form-item {
38007
+ width: 12.5%;
38008
+ }
38009
+
38010
+ .amis-scope .a-Form-column-9 > .a-Form-item {
38011
+ width: 11.1%;
38012
+ }
38013
+
38014
+ .amis-scope .a-Form-column-10 > .a-Form-item {
38015
+ width: 10%;
38016
+ }
38017
+
36950
38018
  .amis-scope .a-AnchorNav {
36951
38019
  display: flex;
36952
38020
  height: 25rem;
36953
38021
  }
36954
38022
 
36955
- .amis-scope .a-AnchorNav-link-wrap {
38023
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
36956
38024
  margin: 0;
36957
38025
  padding: 0;
36958
38026
  width: var(--Tabs--vertical-width);
@@ -36960,12 +38028,12 @@ readers do not read off random characters that represent icons */
36960
38028
  padding-bottom: 3.75rem;
36961
38029
  }
36962
38030
 
36963
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38031
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36964
38032
  position: relative;
36965
38033
  display: block;
36966
38034
  }
36967
38035
 
36968
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
38036
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36969
38037
  display: block;
36970
38038
  border: var(--Tabs-borderWidth) solid transparent;
36971
38039
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -36979,16 +38047,70 @@ readers do not read off random characters that represent icons */
36979
38047
  margin: 0;
36980
38048
  }
36981
38049
 
36982
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38050
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
36983
38051
  color: var(--primary);
36984
38052
  }
36985
38053
 
36986
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
36987
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
38054
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38055
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
36988
38056
  color: var(--Tabs--vertical-onActive-color);
36989
38057
  border-color: var(--Tabs--vertical-onActive-border);
36990
38058
  }
36991
38059
 
38060
+ .amis-scope .a-AnchorNav--horizontal {
38061
+ flex-direction: column;
38062
+ }
38063
+
38064
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38065
+ user-select: none;
38066
+ margin: 0px;
38067
+ padding: 0px;
38068
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38069
+ list-style: none;
38070
+ }
38071
+
38072
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38073
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38074
+ display: inline-block;
38075
+ position: relative;
38076
+ }
38077
+
38078
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38079
+ font-size: var(--Tabs-linkFontSize);
38080
+ outline: 0;
38081
+ border: var(--Tabs-borderWidth) solid transparent;
38082
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38083
+ border-top-left-radius: var(--Tabs-borderRadius);
38084
+ border-top-right-radius: var(--Tabs-borderRadius);
38085
+ color: var(--Tabs-color);
38086
+ margin: var(--Tabs-linkMargin);
38087
+ padding: var(--Tabs-linkPadding);
38088
+ text-decoration: none;
38089
+ cursor: pointer;
38090
+ display: block;
38091
+ }
38092
+
38093
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38094
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38095
+ color: var(--primary);
38096
+ background: transparent;
38097
+ border-color: transparent;
38098
+ }
38099
+
38100
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38101
+ margin: 0;
38102
+ }
38103
+
38104
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38105
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38106
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38107
+ font-size: var(--Tabs-linkFontSize);
38108
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38109
+ border-color: var(--Tabs--line-onHover-borderColor);
38110
+ color: var(--Tabs--line-onHover-color);
38111
+ background: transparent;
38112
+ }
38113
+
36992
38114
  .amis-scope .a-AnchorNav-section-wrap {
36993
38115
  border: none;
36994
38116
  flex-grow: 1;
@@ -37266,6 +38388,19 @@ readers do not read off random characters that represent icons */
37266
38388
  border-bottom-color: #eee;
37267
38389
  }
37268
38390
 
38391
+ .amis-scope .a-Link.is-disabled {
38392
+ cursor: not-allowed;
38393
+ color: var(--text--muted-color);
38394
+ }
38395
+
38396
+ .amis-scope .a-MappingField {
38397
+ margin-right: var(--gap-xs);
38398
+ }
38399
+
38400
+ .amis-scope .a-MappingField:last-child {
38401
+ margin-right: 0;
38402
+ }
38403
+
37269
38404
  /*
37270
38405
  * utilities
37271
38406
  */
@@ -37712,6 +38847,10 @@ readers do not read off random characters that represent icons */
37712
38847
  background: none !important;
37713
38848
  }
37714
38849
 
38850
+ .cursor-pointer {
38851
+ cursor: pointer;
38852
+ }
38853
+
37715
38854
  .amis-scope a.bg-primary:hover {
37716
38855
  background: #6254b2;
37717
38856
  }