amis 1.4.2-beta.6 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (488) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/Alert2.d.ts +26 -21
  4. package/lib/components/Alert2.js +11 -4
  5. package/lib/components/Alert2.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.js +2 -2
  14. package/lib/components/Badge.js.map +2 -2
  15. package/lib/components/Button.js +1 -1
  16. package/lib/components/Button.js.map +2 -2
  17. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  18. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  19. package/lib/components/ChainedSelection.js.map +13 -0
  20. package/lib/components/Checkbox.d.ts +20 -20
  21. package/lib/components/Collapse.d.ts +51 -23
  22. package/lib/components/Collapse.js +70 -11
  23. package/lib/components/Collapse.js.map +2 -2
  24. package/lib/components/CollapseGroup.d.ts +88 -0
  25. package/lib/components/CollapseGroup.js +81 -0
  26. package/lib/components/CollapseGroup.js.map +13 -0
  27. package/lib/components/ColorPicker.d.ts +89 -85
  28. package/lib/components/ColorPicker.js +17 -4
  29. package/lib/components/ColorPicker.js.map +2 -2
  30. package/lib/components/DatePicker.d.ts +84 -84
  31. package/lib/components/DateRangePicker.d.ts +84 -84
  32. package/lib/components/Drawer.js +2 -2
  33. package/lib/components/Drawer.js.map +2 -2
  34. package/lib/components/Editor.d.ts +84 -84
  35. package/lib/components/GridNav.d.ts +52 -0
  36. package/lib/components/GridNav.js +123 -0
  37. package/lib/components/GridNav.js.map +13 -0
  38. package/lib/components/GroupedSelection.d.ts +907 -0
  39. package/lib/components/GroupedSelection.js +48 -0
  40. package/lib/components/GroupedSelection.js.map +13 -0
  41. package/lib/components/InputBox.d.ts +22 -21
  42. package/lib/components/InputBox.js +10 -2
  43. package/lib/components/InputBox.js.map +2 -2
  44. package/lib/components/Link.d.ts +29 -36
  45. package/lib/components/Link.js +14 -15
  46. package/lib/components/Link.js.map +2 -2
  47. package/lib/components/ListGroup.d.ts +21 -21
  48. package/lib/components/ModalManager.js +1 -1
  49. package/lib/components/ModalManager.js.map +2 -2
  50. package/lib/components/MonthRangePicker.d.ts +84 -84
  51. package/lib/components/NumberInput.d.ts +20 -20
  52. package/lib/components/Overlay.js +5 -0
  53. package/lib/components/Overlay.js.map +2 -2
  54. package/lib/components/PickerColumn.d.ts +514 -0
  55. package/lib/components/PickerColumn.js +279 -0
  56. package/lib/components/PickerColumn.js.map +13 -0
  57. package/lib/components/PickerContainer.d.ts +513 -0
  58. package/lib/components/PickerContainer.js +96 -0
  59. package/lib/components/PickerContainer.js.map +13 -0
  60. package/lib/components/PopOver.d.ts +1 -0
  61. package/lib/components/PopOver.js +12 -1
  62. package/lib/components/PopOver.js.map +2 -2
  63. package/lib/components/Progress.d.ts +85 -0
  64. package/lib/components/Progress.js +81 -0
  65. package/lib/components/Progress.js.map +13 -0
  66. package/lib/components/Radios.d.ts +22 -21
  67. package/lib/components/Radios.js +1 -0
  68. package/lib/components/Radios.js.map +2 -2
  69. package/lib/components/Rating.d.ts +21 -21
  70. package/lib/components/ResultBox.d.ts +84 -84
  71. package/lib/components/ResultBox.js +10 -2
  72. package/lib/components/ResultBox.js.map +2 -2
  73. package/lib/components/SearchBox.d.ts +84 -84
  74. package/lib/components/Select.d.ts +245 -237
  75. package/lib/components/Select.js +25 -4
  76. package/lib/components/Select.js.map +2 -2
  77. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  78. package/lib/components/Selection.js +134 -0
  79. package/lib/components/Selection.js.map +13 -0
  80. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  81. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  82. package/lib/components/TableSelection.js.map +13 -0
  83. package/lib/components/Tabs.d.ts +20 -20
  84. package/lib/components/TabsTransfer.d.ts +84 -84
  85. package/lib/components/TabsTransfer.js +9 -9
  86. package/lib/components/TabsTransfer.js.map +2 -2
  87. package/lib/components/TabsTransferPicker.d.ts +489 -0
  88. package/lib/components/TabsTransferPicker.js +60 -0
  89. package/lib/components/TabsTransferPicker.js.map +13 -0
  90. package/lib/components/Toast.d.ts +90 -87
  91. package/lib/components/Toast.js +15 -5
  92. package/lib/components/Toast.js.map +2 -2
  93. package/lib/components/Transfer.d.ts +908 -274
  94. package/lib/components/Transfer.js +31 -24
  95. package/lib/components/Transfer.js.map +2 -2
  96. package/lib/components/TransferDropDown.d.ts +488 -0
  97. package/lib/components/TransferDropDown.js +59 -0
  98. package/lib/components/TransferDropDown.js.map +13 -0
  99. package/lib/components/TransferPicker.d.ts +493 -0
  100. package/lib/components/TransferPicker.js +60 -0
  101. package/lib/components/TransferPicker.js.map +13 -0
  102. package/lib/components/Tree.d.ts +115 -84
  103. package/lib/components/Tree.js +183 -30
  104. package/lib/components/Tree.js.map +2 -2
  105. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  106. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  107. package/lib/components/TreeSelection.js.map +13 -0
  108. package/lib/components/condition-builder/Field.js +4 -2
  109. package/lib/components/condition-builder/Field.js.map +2 -2
  110. package/lib/components/condition-builder/Func.js +2 -2
  111. package/lib/components/condition-builder/Func.js.map +2 -2
  112. package/lib/components/condition-builder/InputSwitch.js +2 -2
  113. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  114. package/lib/components/condition-builder/Item.js +3 -3
  115. package/lib/components/condition-builder/Item.js.map +2 -2
  116. package/lib/components/icons.js +10 -0
  117. package/lib/components/icons.js.map +2 -2
  118. package/lib/components/index.d.ts +8 -8
  119. package/lib/components/index.js +16 -16
  120. package/lib/components/index.js.map +2 -2
  121. package/lib/envOverwrite.d.ts +1 -1
  122. package/lib/envOverwrite.js +24 -9
  123. package/lib/envOverwrite.js.map +2 -2
  124. package/lib/factory.d.ts +15 -1
  125. package/lib/factory.js +35 -6
  126. package/lib/factory.js.map +2 -2
  127. package/lib/helper.css.map +1 -1
  128. package/lib/hooks/index.d.ts +5 -0
  129. package/lib/hooks/index.js +14 -0
  130. package/lib/hooks/index.js.map +13 -0
  131. package/lib/hooks/use-set-state.d.ts +2 -0
  132. package/lib/hooks/use-set-state.js +15 -0
  133. package/lib/hooks/use-set-state.js.map +13 -0
  134. package/lib/hooks/use-touch.d.ts +16 -0
  135. package/lib/hooks/use-touch.js +73 -0
  136. package/lib/hooks/use-touch.js.map +13 -0
  137. package/lib/hooks/use-update-effect.d.ts +3 -0
  138. package/lib/hooks/use-update-effect.js +17 -0
  139. package/lib/hooks/use-update-effect.js.map +13 -0
  140. package/lib/icons/alert-danger.js +7 -0
  141. package/lib/icons/alert-info.js +7 -0
  142. package/lib/icons/alert-success.js +7 -0
  143. package/lib/icons/alert-warning.js +7 -0
  144. package/lib/icons/download.js +7 -0
  145. package/lib/icons/drag-bar.js +10 -3
  146. package/lib/index.d.ts +5 -0
  147. package/lib/index.js +6 -1
  148. package/lib/index.js.map +2 -2
  149. package/lib/locale/de-DE.js +2 -0
  150. package/lib/locale/de-DE.js.map +2 -2
  151. package/lib/locale/en-US.js +3 -0
  152. package/lib/locale/en-US.js.map +2 -2
  153. package/lib/locale/zh-CN.js +5 -2
  154. package/lib/locale/zh-CN.js.map +2 -2
  155. package/lib/renderers/Action.d.ts +10 -5
  156. package/lib/renderers/Action.js +23 -5
  157. package/lib/renderers/Action.js.map +2 -2
  158. package/lib/renderers/Alert.d.ts +21 -1
  159. package/lib/renderers/Alert.js.map +2 -2
  160. package/lib/renderers/AnchorNav.d.ts +1 -0
  161. package/lib/renderers/AnchorNav.js +2 -2
  162. package/lib/renderers/AnchorNav.js.map +2 -2
  163. package/lib/renderers/Avatar.js +3 -3
  164. package/lib/renderers/Avatar.js.map +2 -2
  165. package/lib/renderers/Breadcrumb.js +1 -1
  166. package/lib/renderers/Breadcrumb.js.map +2 -2
  167. package/lib/renderers/CRUD.d.ts +5 -0
  168. package/lib/renderers/CRUD.js +25 -4
  169. package/lib/renderers/CRUD.js.map +2 -2
  170. package/lib/renderers/Card.d.ts +5 -0
  171. package/lib/renderers/Card.js +34 -23
  172. package/lib/renderers/Card.js.map +2 -2
  173. package/lib/renderers/Collapse.d.ts +25 -20
  174. package/lib/renderers/Collapse.js +10 -72
  175. package/lib/renderers/Collapse.js.map +2 -2
  176. package/lib/renderers/CollapseGroup.d.ts +42 -0
  177. package/lib/renderers/CollapseGroup.js +33 -0
  178. package/lib/renderers/CollapseGroup.js.map +13 -0
  179. package/lib/renderers/Form/ConditionBuilder.js +2 -2
  180. package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
  181. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  182. package/lib/renderers/Form/Editor.d.ts +3 -2
  183. package/lib/renderers/Form/InputCity.d.ts +84 -84
  184. package/lib/renderers/Form/InputCity.js +7 -6
  185. package/lib/renderers/Form/InputCity.js.map +2 -2
  186. package/lib/renderers/Form/InputColor.d.ts +86 -85
  187. package/lib/renderers/Form/InputColor.js +1 -1
  188. package/lib/renderers/Form/InputColor.js.map +2 -2
  189. package/lib/renderers/Form/InputFile.d.ts +6 -0
  190. package/lib/renderers/Form/InputFile.js +28 -8
  191. package/lib/renderers/Form/InputFile.js.map +2 -2
  192. package/lib/renderers/Form/InputImage.js +11 -4
  193. package/lib/renderers/Form/InputImage.js.map +2 -2
  194. package/lib/renderers/Form/Item.d.ts +1 -1
  195. package/lib/renderers/Form/Item.js +2 -1
  196. package/lib/renderers/Form/Item.js.map +2 -2
  197. package/lib/renderers/Form/Options.js +25 -4
  198. package/lib/renderers/Form/Options.js.map +2 -2
  199. package/lib/renderers/Form/Select.d.ts +42 -4
  200. package/lib/renderers/Form/Select.js +37 -3
  201. package/lib/renderers/Form/Select.js.map +2 -2
  202. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  203. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  204. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  205. package/lib/renderers/Form/Transfer.js +18 -3
  206. package/lib/renderers/Form/Transfer.js.map +2 -2
  207. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  208. package/lib/renderers/Form/TransferPicker.js +43 -0
  209. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  210. package/lib/renderers/Form/TreeSelect.js +2 -2
  211. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  212. package/lib/renderers/Form/index.d.ts +5 -0
  213. package/lib/renderers/Form/index.js +5 -3
  214. package/lib/renderers/Form/index.js.map +2 -2
  215. package/lib/renderers/Form/wrapControl.js +13 -1
  216. package/lib/renderers/Form/wrapControl.js.map +2 -2
  217. package/lib/renderers/GridNav.d.ts +99 -0
  218. package/lib/renderers/GridNav.js +82 -0
  219. package/lib/renderers/GridNav.js.map +13 -0
  220. package/lib/renderers/IFrame.js +1 -3
  221. package/lib/renderers/IFrame.js.map +2 -2
  222. package/lib/renderers/Image.js +7 -5
  223. package/lib/renderers/Image.js.map +2 -2
  224. package/lib/renderers/Json.d.ts +4 -0
  225. package/lib/renderers/Json.js +4 -13
  226. package/lib/renderers/Json.js.map +2 -2
  227. package/lib/renderers/Link.d.ts +4 -2
  228. package/lib/renderers/Link.js +15 -8
  229. package/lib/renderers/Link.js.map +2 -2
  230. package/lib/renderers/List.js +1 -1
  231. package/lib/renderers/List.js.map +2 -2
  232. package/lib/renderers/Nav.d.ts +21 -21
  233. package/lib/renderers/Nav.js +37 -19
  234. package/lib/renderers/Nav.js.map +2 -2
  235. package/lib/renderers/Page.d.ts +18 -0
  236. package/lib/renderers/Page.js +53 -9
  237. package/lib/renderers/Page.js.map +2 -2
  238. package/lib/renderers/Portlet.d.ts +125 -0
  239. package/lib/renderers/Portlet.js +156 -0
  240. package/lib/renderers/Portlet.js.map +13 -0
  241. package/lib/renderers/Progress.d.ts +23 -3
  242. package/lib/renderers/Progress.js +15 -19
  243. package/lib/renderers/Progress.js.map +2 -2
  244. package/lib/renderers/Property.js +1 -1
  245. package/lib/renderers/Property.js.map +2 -2
  246. package/lib/renderers/Table/ColumnToggler.js +1 -1
  247. package/lib/renderers/Table/ColumnToggler.js.map +2 -2
  248. package/lib/renderers/Table/TableContent.d.ts +4 -1
  249. package/lib/renderers/Table/TableContent.js +21 -1
  250. package/lib/renderers/Table/TableContent.js.map +2 -2
  251. package/lib/renderers/Table/index.d.ts +5 -1
  252. package/lib/renderers/Table/index.js +65 -30
  253. package/lib/renderers/Table/index.js.map +2 -2
  254. package/lib/renderers/Tabs.js +9 -1
  255. package/lib/renderers/Tabs.js.map +2 -2
  256. package/lib/renderers/WebComponent.js +1 -1
  257. package/lib/renderers/WebComponent.js.map +2 -2
  258. package/lib/store/combo.d.ts +2 -2
  259. package/lib/store/form.d.ts +1 -1
  260. package/lib/store/form.js +3 -5
  261. package/lib/store/form.js.map +2 -2
  262. package/lib/store/formItem.js +44 -4
  263. package/lib/store/formItem.js.map +2 -2
  264. package/lib/store/table.d.ts +3 -2
  265. package/lib/store/table.js +35 -12
  266. package/lib/store/table.js.map +2 -2
  267. package/lib/themes/ang-ie11.css +934 -222
  268. package/lib/themes/ang.css +934 -222
  269. package/lib/themes/ang.css.map +1 -1
  270. package/lib/themes/antd-ie11.css +934 -222
  271. package/lib/themes/antd.css +934 -222
  272. package/lib/themes/antd.css.map +1 -1
  273. package/lib/themes/cxd-ie11.css +970 -260
  274. package/lib/themes/cxd.css +970 -260
  275. package/lib/themes/cxd.css.map +1 -1
  276. package/lib/themes/dark-ie11.css +934 -222
  277. package/lib/themes/dark.css +934 -222
  278. package/lib/themes/dark.css.map +1 -1
  279. package/lib/themes/default.css +970 -260
  280. package/lib/themes/default.css.map +1 -1
  281. package/lib/types.d.ts +38 -1
  282. package/lib/types.js +0 -5
  283. package/lib/types.js.map +2 -2
  284. package/lib/utils/api.d.ts +3 -2
  285. package/lib/utils/api.js +90 -17
  286. package/lib/utils/api.js.map +2 -2
  287. package/lib/utils/dom.d.ts +4 -0
  288. package/lib/utils/dom.js +11 -1
  289. package/lib/utils/dom.js.map +2 -2
  290. package/lib/utils/helper.d.ts +12 -23
  291. package/lib/utils/helper.js +62 -166
  292. package/lib/utils/helper.js.map +2 -2
  293. package/lib/utils/tpl-builtin.d.ts +2 -20
  294. package/lib/utils/tpl-builtin.js +25 -743
  295. package/lib/utils/tpl-builtin.js.map +2 -2
  296. package/lib/utils/tpl.js +24 -0
  297. package/lib/utils/tpl.js.map +2 -2
  298. package/package.json +5 -2
  299. package/schema.json +3966 -1263
  300. package/scss/_mixins.scss +1 -3
  301. package/scss/_properties.scss +42 -13
  302. package/scss/base/_common.scss +3 -0
  303. package/scss/base/_normalize.scss +2 -0
  304. package/scss/components/_alert.scss +28 -5
  305. package/scss/components/_anchor-nav.scss +89 -29
  306. package/scss/components/_button.scss +12 -0
  307. package/scss/components/_card.scss +9 -15
  308. package/scss/components/_collapse-group.scss +15 -0
  309. package/scss/components/_collapse.scss +48 -23
  310. package/scss/components/_grid-nav.scss +128 -0
  311. package/scss/components/_images.scss +1 -0
  312. package/scss/components/_input-box.scss +1 -0
  313. package/scss/components/_nav.scss +2 -7
  314. package/scss/components/_page.scss +35 -2
  315. package/scss/components/_picker-columns.scss +124 -0
  316. package/scss/components/_popover.scss +13 -0
  317. package/scss/components/_portlet.scss +51 -0
  318. package/scss/components/_progress.scss +141 -33
  319. package/scss/components/_result-box.scss +1 -0
  320. package/scss/components/_spinner.scss +5 -4
  321. package/scss/components/_status.scss +1 -1
  322. package/scss/components/_table.scss +32 -0
  323. package/scss/components/_toast.scss +41 -11
  324. package/scss/components/form/_checks.scss +0 -351
  325. package/scss/components/form/_color.scss +32 -3
  326. package/scss/components/form/_combo.scss +4 -0
  327. package/scss/components/form/_fieldset.scss +6 -1
  328. package/scss/components/form/_file.scss +11 -0
  329. package/scss/components/form/_form.scss +48 -0
  330. package/scss/components/form/_selection.scss +354 -0
  331. package/scss/components/form/_transfer.scss +76 -18
  332. package/scss/components/form/_tree.scss +42 -0
  333. package/scss/themes/_common.scss +6 -0
  334. package/scss/themes/_cxd-variables.scss +13 -6
  335. package/scss/themes/cxd.scss +19 -20
  336. package/sdk/ang-ie11.css +1065 -246
  337. package/sdk/ang.css +1069 -230
  338. package/sdk/antd-ie11.css +1068 -249
  339. package/sdk/antd.css +1069 -230
  340. package/sdk/charts.js +17 -17
  341. package/sdk/color-picker.js +65 -69
  342. package/sdk/cropperjs.js +3 -3
  343. package/sdk/cxd-ie11.css +1081 -268
  344. package/sdk/cxd.css +1116 -279
  345. package/sdk/dark-ie11.css +1069 -250
  346. package/sdk/dark.css +1069 -230
  347. package/sdk/exceljs.js +1 -1
  348. package/sdk/helper.css.map +1 -1
  349. package/sdk/iconfont.svg +2513 -0
  350. package/sdk/iconfont.ttf +0 -0
  351. package/sdk/iconfont.woff +0 -0
  352. package/sdk/locale/de-DE.js +2 -0
  353. package/sdk/markdown.js +69 -69
  354. package/sdk/papaparse.js +1 -1
  355. package/sdk/renderers/Form/CityDB.js +1 -1
  356. package/sdk/rest.js +20 -28
  357. package/sdk/rich-text.js +62 -62
  358. package/sdk/sdk-ie11.css +1081 -268
  359. package/sdk/sdk.css +1116 -279
  360. package/sdk/sdk.js +1371 -1189
  361. package/sdk/thirds/hls.js/hls.js +18 -18
  362. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  363. package/sdk/tinymce.js +57 -57
  364. package/src/Schema.ts +19 -1
  365. package/src/components/Alert2.tsx +32 -4
  366. package/src/components/AnchorNav.tsx +15 -4
  367. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  368. package/src/components/Badge.tsx +3 -3
  369. package/src/components/Button.tsx +1 -0
  370. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  371. package/src/components/Collapse.tsx +139 -20
  372. package/src/components/CollapseGroup.tsx +130 -0
  373. package/src/components/ColorPicker.tsx +32 -10
  374. package/src/components/Drawer.tsx +8 -6
  375. package/src/components/GridNav.tsx +233 -0
  376. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  377. package/src/components/InputBox.tsx +10 -9
  378. package/src/components/Link.tsx +28 -37
  379. package/src/components/ModalManager.ts +1 -1
  380. package/src/components/Overlay.tsx +6 -0
  381. package/src/components/PickerColumn.tsx +429 -0
  382. package/src/components/PickerContainer.tsx +128 -0
  383. package/src/components/PopOver.tsx +15 -1
  384. package/src/components/Progress.tsx +140 -0
  385. package/src/components/Radios.tsx +3 -8
  386. package/src/components/ResultBox.tsx +9 -9
  387. package/src/components/Select.tsx +57 -5
  388. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  389. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  390. package/src/components/TabsTransfer.tsx +13 -7
  391. package/src/components/TabsTransferPicker.tsx +85 -0
  392. package/src/components/Toast.tsx +48 -21
  393. package/src/components/Transfer.tsx +71 -50
  394. package/src/components/TransferDropDown.tsx +120 -0
  395. package/src/components/TransferPicker.tsx +91 -0
  396. package/src/components/Tree.tsx +194 -8
  397. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  398. package/src/components/condition-builder/Field.tsx +7 -5
  399. package/src/components/condition-builder/Func.tsx +3 -3
  400. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  401. package/src/components/condition-builder/Item.tsx +5 -12
  402. package/src/components/icons.tsx +10 -0
  403. package/src/components/index.tsx +13 -13
  404. package/src/envOverwrite.ts +20 -8
  405. package/src/factory.tsx +70 -9
  406. package/src/hooks/index.ts +5 -0
  407. package/src/hooks/use-set-state.ts +19 -0
  408. package/src/hooks/use-touch.ts +100 -0
  409. package/src/hooks/use-update-effect.ts +16 -0
  410. package/src/icons/alert-danger.svg +1 -0
  411. package/src/icons/alert-info.svg +1 -0
  412. package/src/icons/alert-success.svg +1 -0
  413. package/src/icons/alert-warning.svg +1 -0
  414. package/src/icons/download.svg +4 -0
  415. package/src/icons/drag-bar.svg +12 -6
  416. package/src/index.tsx +5 -0
  417. package/src/locale/de-DE.ts +2 -0
  418. package/src/locale/en-US.ts +3 -0
  419. package/src/locale/zh-CN.ts +5 -2
  420. package/src/renderers/Action.tsx +58 -3
  421. package/src/renderers/Alert.tsx +31 -1
  422. package/src/renderers/AnchorNav.tsx +4 -0
  423. package/src/renderers/Avatar.tsx +8 -4
  424. package/src/renderers/Breadcrumb.tsx +5 -1
  425. package/src/renderers/CRUD.tsx +29 -3
  426. package/src/renderers/Card.tsx +76 -36
  427. package/src/renderers/Collapse.tsx +70 -115
  428. package/src/renderers/CollapseGroup.tsx +80 -0
  429. package/src/renderers/Form/ConditionBuilder.tsx +2 -2
  430. package/src/renderers/Form/InputCity.tsx +4 -8
  431. package/src/renderers/Form/InputColor.tsx +4 -2
  432. package/src/renderers/Form/InputFile.tsx +65 -24
  433. package/src/renderers/Form/InputImage.tsx +11 -3
  434. package/src/renderers/Form/Item.tsx +3 -2
  435. package/src/renderers/Form/Options.tsx +29 -3
  436. package/src/renderers/Form/Select.tsx +162 -21
  437. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  438. package/src/renderers/Form/Transfer.tsx +19 -4
  439. package/src/renderers/Form/TransferPicker.tsx +145 -0
  440. package/src/renderers/Form/TreeSelect.tsx +25 -0
  441. package/src/renderers/Form/index.tsx +15 -2
  442. package/src/renderers/Form/wrapControl.tsx +26 -1
  443. package/src/renderers/GridNav.tsx +204 -0
  444. package/src/renderers/IFrame.tsx +2 -4
  445. package/src/renderers/Image.tsx +19 -15
  446. package/src/renderers/Json.tsx +9 -9
  447. package/src/renderers/Link.tsx +29 -16
  448. package/src/renderers/List.tsx +1 -1
  449. package/src/renderers/Nav.tsx +105 -56
  450. package/src/renderers/Page.tsx +62 -1
  451. package/src/renderers/Portlet.tsx +423 -0
  452. package/src/renderers/Progress.tsx +56 -38
  453. package/src/renderers/Property.tsx +6 -4
  454. package/src/renderers/Table/ColumnToggler.tsx +1 -1
  455. package/src/renderers/Table/TableContent.tsx +40 -2
  456. package/src/renderers/Table/index.tsx +88 -43
  457. package/src/renderers/Tabs.tsx +9 -1
  458. package/src/renderers/WebComponent.tsx +2 -2
  459. package/src/store/form.ts +3 -9
  460. package/src/store/formItem.ts +94 -2
  461. package/src/store/table.ts +55 -14
  462. package/src/types.ts +58 -1
  463. package/src/utils/api.ts +120 -26
  464. package/src/utils/dom.tsx +12 -0
  465. package/src/utils/helper.ts +55 -185
  466. package/src/utils/tpl-builtin.ts +40 -866
  467. package/src/utils/tpl.ts +33 -0
  468. package/tsconfig-for-declaration.json +1 -1
  469. package/dump.rdb +0 -0
  470. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  471. package/lib/components/AssociatedCheckboxes.js +0 -90
  472. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  473. package/lib/components/ChainedCheckboxes.js.map +0 -13
  474. package/lib/components/Checkboxes.js +0 -101
  475. package/lib/components/Checkboxes.js.map +0 -13
  476. package/lib/components/ListCheckboxes.d.ts +0 -739
  477. package/lib/components/ListCheckboxes.js +0 -48
  478. package/lib/components/ListCheckboxes.js.map +0 -13
  479. package/lib/components/ListRadios.d.ts +0 -763
  480. package/lib/components/ListRadios.js +0 -86
  481. package/lib/components/ListRadios.js.map +0 -13
  482. package/lib/components/TableCheckboxes.js.map +0 -13
  483. package/lib/components/TreeCheckboxes.js.map +0 -13
  484. package/lib/components/TreeRadios.d.ts +0 -838
  485. package/lib/components/TreeRadios.js +0 -116
  486. package/lib/components/TreeRadios.js.map +0 -13
  487. package/src/components/ListRadios.tsx +0 -159
  488. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang.css CHANGED
@@ -12953,14 +12953,11 @@ readers do not read off random characters that represent icons */
12953
12953
  .tox-fullscreen {
12954
12954
  border: 0;
12955
12955
  height: 100%;
12956
- left: 0;
12957
12956
  margin: 0;
12958
12957
  overflow: hidden;
12959
12958
  -ms-scroll-chaining: none;
12960
12959
  overscroll-behavior: none;
12961
12960
  padding: 0;
12962
- position: fixed;
12963
- top: 0;
12964
12961
  touch-action: pinch-zoom;
12965
12962
  width: 100%;
12966
12963
  }
@@ -12969,13 +12966,16 @@ readers do not read off random characters that represent icons */
12969
12966
  display: none;
12970
12967
  }
12971
12968
 
12972
- .tox.tox-tinymce.tox-fullscreen {
12973
- background-color: transparent;
12969
+ .tox.tox-tinymce.tox-fullscreen,
12970
+ .tox-shadowhost.tox-fullscreen {
12971
+ left: 0;
12972
+ position: fixed;
12973
+ top: 0;
12974
12974
  z-index: 1200;
12975
12975
  }
12976
12976
 
12977
- .tox-shadowhost.tox-fullscreen {
12978
- z-index: 1200;
12977
+ .tox.tox-tinymce.tox-fullscreen {
12978
+ background-color: transparent;
12979
12979
  }
12980
12980
 
12981
12981
  .tox-fullscreen .tox.tox-tinymce-aux,
@@ -19578,6 +19578,7 @@ readers do not read off random characters that represent icons */
19578
19578
  ) / 2 - var(--ColorPicker-borderWidth)
19579
19579
  );
19580
19580
  --ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
19581
+ --ColorPicker-boxShadow: var(--boxShadow);
19581
19582
  --Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
19582
19583
  --Combo--horizontal-item-gap: var(--gap-xs);
19583
19584
  --Combo--vertical-item-borderColor: var(--borderColor);
@@ -19623,8 +19624,13 @@ readers do not read off random characters that represent icons */
19623
19624
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
19625
  --Collapse-header-bg: transparent;
19625
19626
  --Collapse-header-onHover-bg: transparent;
19626
- --Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
19627
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19627
19628
  var(--Collapse-border-color);
19629
+ --Collapse-header-collapsed-borderTop: none;
19630
+ --Collapse-header-collapsed-borderBottom: var(
19631
+ --Collapse-header-collapsed-border
19632
+ );
19633
+ --Collapse-header-wrapper-direction: row;
19628
19634
  --Collapse-content-padding: 1.125rem 0;
19629
19635
  --Collapse-content-color: var(--body-color);
19630
19636
  --Collapse-content-fontSize: var(--body-size);
@@ -20112,11 +20118,28 @@ readers do not read off random characters that represent icons */
20112
20118
  --Panel-titleMarginTop: 0;
20113
20119
  --Picker-iconColor: var(--icon-color);
20114
20120
  --Picker-onHover-iconColor: var(--icon-onHover-color);
20121
+ --PickerColumns-bg: white;
20122
+ --PickerColumns-toolbar-height: 3.125rem;
20123
+ --PickerColumns-title-fontSize: var(--fontSizeLg);
20124
+ --PickerColumns-title-lineHeight: 1.5;
20125
+ --PickerColumns-action-padding: 0 var(--gap-sm);
20126
+ --PickerColumns-action-fontSize: var(--fontSizeMd);
20127
+ --PickerColumns-confirmAction-color: var(--Button--info-bg);
20128
+ --PickerColumns-cancelAction-color: var(--Button--light-bg);
20129
+ --PickerColumns-option-fontSize: var(--fontSizeLg);
20130
+ --PickerColumns-optionText-color: var(--text-color);
20131
+ --PickerColumns-optionDisabled-opacity: 0.3;
20132
+ --PickerColumns-loadingIcon-color: var(--icon-color);
20133
+ --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
20115
20134
  --PopOver-bg: white;
20116
20135
  --PopOverAble-iconColor: inherit;
20117
20136
  --PopOverAble-onHover-iconColor: inherit;
20118
20137
  --Property-title-bg: #f2f2f2;
20119
20138
  --Property-label-bg: #f7f7f7;
20139
+ --Portlet-borderColor: var(--borderColor);
20140
+ --Portlet-borderStyle: solid;
20141
+ --Portlet-borderWidth: var(--borderWidth);
20142
+ --Portlet-borderRadius: var(--borderRadius);
20120
20143
  --QuickEdit-iconColor: inherit;
20121
20144
  --QuickEdit-onFocus-borderColor: var(--info);
20122
20145
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20293,29 +20316,29 @@ readers do not read off random characters that represent icons */
20293
20316
  ) / 2
20294
20317
  );
20295
20318
  --TagControl-sugTip-color: var(--info);
20296
- --Toast--danger-bgColor: var(--danger);
20297
- --Toast--danger-borderColor: var(--danger);
20319
+ --Toast-color: var(--text-color);
20320
+ --Toast--danger-bgColor: var(--background);
20321
+ --Toast--danger-borderColor: transparent;
20298
20322
  --Toast--danger-color: var(--Toast-color);
20299
- --Toast--info-bgColor: var(--info);
20300
- --Toast--info-borderColor: var(--info);
20323
+ --Toast--info-bgColor: var(--background);
20324
+ --Toast--info-borderColor: transparent;
20301
20325
  --Toast--info-color: var(--Toast-color);
20302
- --Toast--success-bgColor: var(--success);
20303
- --Toast--success-borderColor: var(--success);
20326
+ --Toast--success-bgColor: var(--background);
20327
+ --Toast--success-borderColor: transparent;
20304
20328
  --Toast--success-color: var(--Toast-color);
20305
- --Toast--warning-bgColor: var(--warning);
20306
- --Toast--warning-borderColor: var(--warning);
20329
+ --Toast--warning-bgColor: var(--background);
20330
+ --Toast--warning-borderColor: transparent;
20307
20331
  --Toast--warning-color: var(--Toast-color);
20308
20332
  --Toast-border-width: 0;
20309
- --Toast-borderRadius: var(--borderRadiusLg);
20333
+ --Toast-borderRadius: 0.125rem;
20310
20334
  --Toast-box-shadow: var(--boxShadow);
20335
+ --Toast-close-color: var(--icon-color);
20311
20336
  --Toast-close--onHover-color: var(--Toast-close-color);
20312
- --Toast-close-color: var(--white);
20313
- --Toast-color: var(--white);
20314
20337
  --Toast-icon-width: 1rem;
20315
20338
  --Toast-icon-height: var(--Toast-icon-width);
20316
20339
  --Toast-opacity: 0.8;
20317
20340
  --Toast-paddingL: 2.5rem;
20318
- --Toast-paddingX: var(--gap-sm);
20341
+ --Toast-paddingX: var(--gap-md);
20319
20342
  --Toast-paddingY: var(--gap-xs);
20320
20343
  --Toast-title-display: block;
20321
20344
  --Toast-width: 18.75rem;
@@ -20397,6 +20420,8 @@ readers do not read off random characters that represent icons */
20397
20420
  --Steps-line-bg: var(--Steps-bg);
20398
20421
  --Steps-line-success-bg: var(--Steps-status-success);
20399
20422
  --Progress-borderRadius: var(--borderRadius);
20423
+ --Progress-animate-backgroundColor: #fff;
20424
+ --Progress-bar-backgroundColor: #d3d9e6;
20400
20425
  --ColumnToggler-backgroundColor: var(--white);
20401
20426
  --ColumnToggler-borderRadius: 0.25rem;
20402
20427
  --ColumnToggler-lineHeight: 1.5rem;
@@ -20769,6 +20794,8 @@ readers do not read off random characters that represent icons */
20769
20794
  width: 1em;
20770
20795
  height: 1em;
20771
20796
  fill: currentColor;
20797
+ position: relative;
20798
+ top: 0.125em;
20772
20799
  }
20773
20800
 
20774
20801
  .amis-scope svg.r90 {
@@ -20843,6 +20870,10 @@ readers do not read off random characters that represent icons */
20843
20870
  height: 100%;
20844
20871
  }
20845
20872
 
20873
+ .amis-scope .has-popover {
20874
+ position: relative;
20875
+ }
20876
+
20846
20877
  .amis-scope,
20847
20878
  .amis-scope {
20848
20879
  width: 100%;
@@ -22405,6 +22436,13 @@ readers do not read off random characters that represent icons */
22405
22436
  background: var(--Button-onDisabled-bg);
22406
22437
  }
22407
22438
 
22439
+ .amis-scope .a-Button.is-disabled > svg,
22440
+ .amis-scope .a-Button.is-disabled > svg path,
22441
+ .amis-scope .a-Button:disabled > svg,
22442
+ .amis-scope .a-Button:disabled > svg path {
22443
+ fill: currentColor;
22444
+ }
22445
+
22408
22446
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
22409
22447
  cursor: pointer;
22410
22448
  }
@@ -22905,6 +22943,14 @@ readers do not read off random characters that represent icons */
22905
22943
  margin-top: var(--gap-xs);
22906
22944
  }
22907
22945
 
22946
+ .amis-scope .a-Action {
22947
+ display: inline-block;
22948
+ }
22949
+
22950
+ .amis-scope .a-Action:hover {
22951
+ cursor: pointer;
22952
+ }
22953
+
22908
22954
  .amis-scope .a-Avatar {
22909
22955
  background: var(--Avatar-bg);
22910
22956
  width: var(--Avatar-width);
@@ -23986,6 +24032,140 @@ readers do not read off random characters that represent icons */
23986
24032
  background: transparent;
23987
24033
  }
23988
24034
 
24035
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
24036
+ background: rgba(0, 0, 0, 0.3);
24037
+ }
24038
+
24039
+ .amis-scope .a-PopOver--leftBottomLeftTop {
24040
+ margin-top: 0.25rem;
24041
+ }
24042
+
24043
+ .amis-scope .a-PopOver--leftTopLeftBottom {
24044
+ margin-top: -0.25rem;
24045
+ }
24046
+
24047
+ .amis-scope .a-PickerColumns {
24048
+ position: relative;
24049
+ background-color: var(--PickerColumns-bg);
24050
+ user-select: none;
24051
+ }
24052
+
24053
+ .amis-scope .a-PickerColumns-popOver {
24054
+ position: fixed;
24055
+ bottom: 0;
24056
+ left: 0;
24057
+ width: 100%;
24058
+ padding: 0 var(--gap-sm);
24059
+ }
24060
+
24061
+ .amis-scope .a-PickerColumns-toolbar {
24062
+ display: flex;
24063
+ align-items: center;
24064
+ justify-content: space-between;
24065
+ height: var(--PickerColumns-toolbar-height);
24066
+ }
24067
+
24068
+ .amis-scope .a-PickerColumns-cancel,
24069
+ .amis-scope .a-PickerColumns-confirm {
24070
+ height: 100%;
24071
+ padding: var(--PickerColumns-action-padding);
24072
+ font-size: var(--PickerColumns-action-fontSize);
24073
+ background-color: transparent;
24074
+ border: none;
24075
+ cursor: pointer;
24076
+ }
24077
+
24078
+ .amis-scope .a-PickerColumns-cancel:active,
24079
+ .amis-scope .a-PickerColumns-confirm:active {
24080
+ opacity: 0.7;
24081
+ }
24082
+
24083
+ .amis-scope .a-PickerColumns-confirm {
24084
+ color: var(--PickerColumns-confirmAction-color);
24085
+ }
24086
+
24087
+ .amis-scope .a-PickerColumns-cancel {
24088
+ color: var(--PickerColumns-cancelAction-color);
24089
+ }
24090
+
24091
+ .amis-scope .a-PickerColumns-title {
24092
+ max-width: 50%;
24093
+ font-weight: 500;
24094
+ font-size: var(--PickerColumns-title-fontSize);
24095
+ line-height: var(--PickerColumns-title-lineHeight);
24096
+ text-align: center;
24097
+ }
24098
+
24099
+ .amis-scope .a-PickerColumns-columns {
24100
+ touch-action: none;
24101
+ position: relative;
24102
+ display: flex;
24103
+ cursor: grab;
24104
+ }
24105
+
24106
+ .amis-scope .a-PickerColumns-loading {
24107
+ position: absolute;
24108
+ top: 0;
24109
+ right: 0;
24110
+ bottom: 0;
24111
+ left: 0;
24112
+ z-index: 3;
24113
+ display: flex;
24114
+ align-items: center;
24115
+ justify-content: center;
24116
+ color: var(--PickerColumns-loadingIcon-color);
24117
+ background-color: var(--PickerColumns-loadingMask-color);
24118
+ }
24119
+
24120
+ .amis-scope .a-PickerColumns-frame {
24121
+ position: absolute;
24122
+ top: 50%;
24123
+ right: var(--gap-md);
24124
+ left: var(--gap-md);
24125
+ z-index: 2;
24126
+ transform: translateY(-50%);
24127
+ pointer-events: none;
24128
+ }
24129
+
24130
+ .amis-scope .a-PickerColumns-mask {
24131
+ position: absolute;
24132
+ top: 0;
24133
+ left: 0;
24134
+ z-index: 1;
24135
+ width: 100%;
24136
+ height: 100%;
24137
+ 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));
24138
+ background-repeat: no-repeat;
24139
+ background-position: top, bottom;
24140
+ transform: translateZ(0);
24141
+ pointer-events: none;
24142
+ }
24143
+
24144
+ .amis-scope .a-PickerColumns-column {
24145
+ flex: 1;
24146
+ overflow: hidden;
24147
+ font-size: var(--PickerColumns-option-fontSize);
24148
+ }
24149
+
24150
+ .amis-scope .a-PickerColumns-columnWrapper {
24151
+ margin: 0;
24152
+ padding: 0;
24153
+ list-style: none;
24154
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24155
+ }
24156
+
24157
+ .amis-scope .a-PickerColumns-columnItem {
24158
+ display: flex;
24159
+ align-items: center;
24160
+ justify-content: center;
24161
+ color: var(--PickerColumns-optionText-color);
24162
+ }
24163
+
24164
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
24165
+ cursor: not-allowed;
24166
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24167
+ }
24168
+
23989
24169
  @keyframes bounceIn {
23990
24170
  from, 20%, 40%, 60%, 80%, to {
23991
24171
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -24037,7 +24217,9 @@ readers do not read off random characters that represent icons */
24037
24217
 
24038
24218
  .amis-scope .a-Toast {
24039
24219
  display: flex;
24040
- align-items: center;
24220
+ flex-flow: row nowrap;
24221
+ justify-content: space-between;
24222
+ align-items: flex-start;
24041
24223
  max-width: var(--Toast-width);
24042
24224
  pointer-events: auto;
24043
24225
  margin-bottom: var(--gap-xs);
@@ -24048,7 +24230,6 @@ readers do not read off random characters that represent icons */
24048
24230
  color: var(--Toast-color);
24049
24231
  position: relative;
24050
24232
  opacity: var(--Toast-opacity);
24051
- cursor: pointer;
24052
24233
  opacity: 0;
24053
24234
  transform: translateZ(0);
24054
24235
  }
@@ -24075,10 +24256,15 @@ readers do not read off random characters that represent icons */
24075
24256
  }
24076
24257
 
24077
24258
  .amis-scope .a-Toast-close {
24078
- color: var(--Toast-close-color);
24079
24259
  display: inline-flex;
24080
- margin-left: var(--gap-xs);
24260
+ font-size: var(--fontSizeLg);
24261
+ line-height: var(--gap-xl);
24262
+ height: var(--gap-xl);
24263
+ color: var(--Toast-close-color);
24264
+ margin-left: var(--gap-sm);
24081
24265
  opacity: 0.8;
24266
+ align-items: center;
24267
+ cursor: pointer;
24082
24268
  }
24083
24269
 
24084
24270
  .amis-scope .a-Toast-close:hover {
@@ -24086,11 +24272,33 @@ readers do not read off random characters that represent icons */
24086
24272
  opacity: 1;
24087
24273
  }
24088
24274
 
24089
- .amis-scope .a-Toast-body {
24275
+ .amis-scope .a-Toast-close > svg {
24276
+ top: 0;
24277
+ }
24278
+
24279
+ .amis-scope .a-Toast-content {
24280
+ flex: 1;
24281
+ display: flex;
24282
+ flex-flow: column nowrap;
24283
+ justify-content: space-between;
24284
+ align-items: flex-start;
24285
+ }
24286
+
24287
+ .amis-scope .a-Toast-content .a-Toast-title {
24288
+ color: var(--text-color);
24289
+ font-size: var(--fontSizeBase);
24290
+ font-weight: 500;
24291
+ line-height: var(--gap-xl);
24292
+ margin-bottom: var(--gap-xs);
24293
+ }
24294
+
24295
+ .amis-scope .a-Toast-content .a-Toast-body {
24296
+ font-size: var(--fontSizeSm);
24090
24297
  display: inline-block;
24091
24298
  vertical-align: middle;
24092
24299
  white-space: pre-wrap;
24093
24300
  flex-grow: 1;
24301
+ line-height: var(--gap-xl);
24094
24302
  }
24095
24303
 
24096
24304
  .amis-scope .a-Toast-icon {
@@ -24098,7 +24306,10 @@ readers do not read off random characters that represent icons */
24098
24306
  text-rendering: auto;
24099
24307
  -webkit-font-smoothing: antialiased;
24100
24308
  vertical-align: middle;
24101
- margin-right: var(--gap-xs);
24309
+ margin-right: var(--gap-sm);
24310
+ height: var(--gap-xl);
24311
+ line-height: var(--gap-xl);
24312
+ align-items: center;
24102
24313
  }
24103
24314
 
24104
24315
  .amis-scope .a-Toast-icon > svg {
@@ -24172,24 +24383,47 @@ readers do not read off random characters that represent icons */
24172
24383
  border-radius: var(--Alert-borderRadius);
24173
24384
  margin-bottom: var(--Alert-marginBottom);
24174
24385
  position: relative;
24386
+ color: var(--Alert-fontColor);
24387
+ display: flex;
24388
+ flex-flow: row nowrap;
24389
+ justify-content: space-between;
24390
+ align-items: flex-start;
24391
+ }
24392
+
24393
+ .amis-scope .a-Alert-icon {
24394
+ margin-right: 0.5rem;
24395
+ font-size: var(--fontSizeLg);
24396
+ }
24397
+
24398
+ .amis-scope .a-Alert-content {
24399
+ flex: 1;
24400
+ }
24401
+
24402
+ .amis-scope .a-Alert-content .a-Alert-title {
24403
+ color: var(--text-color);
24404
+ font-size: var(--fontSizeBase);
24405
+ font-weight: 500;
24406
+ line-height: 1.5rem;
24407
+ margin-bottom: 0.25rem;
24408
+ }
24409
+
24410
+ .amis-scope .a-Alert-content .a-Alert-desc {
24411
+ line-height: 1.5rem;
24175
24412
  }
24176
24413
 
24177
24414
  .amis-scope .a-Alert-close {
24178
- position: absolute;
24179
24415
  outline: none;
24180
24416
  padding: 0;
24181
24417
  cursor: pointer;
24182
24418
  background: transparent;
24183
24419
  border: 0;
24184
- float: right;
24185
24420
  line-height: 1;
24186
24421
  color: #000;
24187
24422
  text-shadow: 0 1px 0 #fff;
24188
24423
  filter: alpha(opacity=20);
24189
24424
  opacity: 0.2;
24190
- right: var(--Alert-paddingX);
24191
- top: 50%;
24192
- transform: translateY(-50%);
24425
+ margin-left: 0.5rem;
24426
+ line-height: 1.5rem;
24193
24427
  }
24194
24428
 
24195
24429
  .amis-scope .a-Alert-close:hover {
@@ -24986,8 +25220,8 @@ readers do not read off random characters that represent icons */
24986
25220
  cursor: move;
24987
25221
  position: absolute;
24988
25222
  left: 0;
24989
- top: 0.6875rem;
24990
25223
  display: none;
25224
+ line-height: 0;
24991
25225
  }
24992
25226
 
24993
25227
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
@@ -25101,13 +25335,6 @@ readers do not read off random characters that represent icons */
25101
25335
  pointer-events: none;
25102
25336
  }
25103
25337
 
25104
- .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
25105
- .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
25106
- .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
25107
- .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
25108
- background: var(--Nav-item-onActive-bg) !important;
25109
- }
25110
-
25111
25338
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
25112
25339
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
25113
25340
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
@@ -25122,6 +25349,7 @@ readers do not read off random characters that represent icons */
25122
25349
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
25123
25350
  color: var(--Nav-item-onActive-color);
25124
25351
  position: relative;
25352
+ background: var(--Nav-item-onActive-bg);
25125
25353
  }
25126
25354
 
25127
25355
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
@@ -25267,14 +25495,41 @@ readers do not read off random characters that represent icons */
25267
25495
  padding: var(--gap-xs);
25268
25496
  }
25269
25497
 
25498
+ .amis-scope .a-Page-asideResizor {
25499
+ position: absolute;
25500
+ right: -0.375rem;
25501
+ top: 50%;
25502
+ cursor: ew-resize;
25503
+ writing-mode: vertical-lr;
25504
+ width: 0.75rem;
25505
+ height: 1.5rem;
25506
+ margin-top: -0.75rem;
25507
+ border: 0.0625rem solid #dee2e6;
25508
+ background-color: #fff;
25509
+ border-radius: 0.142rem;
25510
+ font-size: 12px;
25511
+ line-height: 0.625rem;
25512
+ text-align: center;
25513
+ user-select: none;
25514
+ color: #666;
25515
+ }
25516
+
25517
+ .amis-scope .a-Page-asideResizor:hover {
25518
+ color: #000;
25519
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
25520
+ }
25521
+
25522
+ .amis-scope .a-Page-asideResizor:after {
25523
+ content: "···";
25524
+ }
25525
+
25270
25526
  .amis-scope .a-Page-toolbar > * + * {
25271
25527
  margin-left: var(--gap-xs);
25272
25528
  }
25273
25529
 
25274
25530
  @media (min-width: 768px) {
25275
25531
  .amis-scope .a-Page-aside {
25276
- min-width: var(--Page-aside-width);
25277
- max-width: var(--Page-aside-maxWidth);
25532
+ width: var(--Page-aside-width);
25278
25533
  border-right: var(--borderWidth) solid var(--borderColor);
25279
25534
  }
25280
25535
 
@@ -25289,6 +25544,11 @@ readers do not read off random characters that represent icons */
25289
25544
  border: inherit;
25290
25545
  }
25291
25546
 
25547
+ .amis-scope .a-Page-aside--withWidth {
25548
+ min-width: var(--Page-aside-width);
25549
+ max-width: var(--Page-aside-maxWidth);
25550
+ }
25551
+
25292
25552
  .amis-scope .a-Page--withSidebar {
25293
25553
  display: flex;
25294
25554
  flex-direction: row;
@@ -25861,13 +26121,14 @@ readers do not read off random characters that represent icons */
25861
26121
  .amis-scope .a-Spinner--icon {
25862
26122
  background: transparent;
25863
26123
  animation: spin 2s linear infinite;
25864
- width: var(--fontSizeLg);
25865
- height: var(--fontSizeLg);
26124
+ width: 16px;
26125
+ height: 16px;
25866
26126
  }
25867
26127
 
25868
26128
  .amis-scope .a-Spinner--icon svg.icon {
25869
- width: var(--fontSizeLg);
25870
- height: var(--fontSizeLg);
26129
+ width: 16px;
26130
+ height: 16px;
26131
+ top: 0;
25871
26132
  }
25872
26133
 
25873
26134
  .amis-scope .a-Spinner--overlay {
@@ -26128,7 +26389,7 @@ readers do not read off random characters that represent icons */
26128
26389
  .amis-scope .a-Collapse {
26129
26390
  border: var(--Collapse-border);
26130
26391
  padding: 0;
26131
- margin-bottom: var(--Form-item-gap);
26392
+ line-height: 1.25rem;
26132
26393
  }
26133
26394
 
26134
26395
  .amis-scope .a-Collapse-header {
@@ -26137,10 +26398,19 @@ readers do not read off random characters that represent icons */
26137
26398
  color: var(--text--loud-color);
26138
26399
  padding: var(--Collapse-header-padding);
26139
26400
  margin: 0;
26140
- border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26401
+ cursor: pointer;
26141
26402
  background: var(--Collapse-header-bg);
26142
26403
  }
26143
26404
 
26405
+ .amis-scope .a-Collapse-header-wrapper {
26406
+ display: inline-flex;
26407
+ flex-direction: var(--Collapse-header-wrapper-direction);
26408
+ }
26409
+
26410
+ .amis-scope .a-Collapse-header-tpl {
26411
+ margin-right: 0.5rem;
26412
+ }
26413
+
26144
26414
  .amis-scope .a-Collapse-header:hover {
26145
26415
  background: var(--Collapse-header-onHover-bg);
26146
26416
  }
@@ -26149,8 +26419,7 @@ readers do not read off random characters that represent icons */
26149
26419
  display: inline-block;
26150
26420
  width: 1rem;
26151
26421
  text-align: center;
26152
- margin-right: 0.5rem;
26153
- cursor: pointer;
26422
+ margin-right: var(--gap-sm);
26154
26423
  }
26155
26424
 
26156
26425
  .amis-scope .a-Collapse-arrow:before {
@@ -26159,49 +26428,67 @@ readers do not read off random characters that represent icons */
26159
26428
  display: inline-block;
26160
26429
  width: 0.375rem;
26161
26430
  height: 0.375rem;
26162
- top: -0.25rem;
26431
+ top: -0.125rem;
26163
26432
  border-color: var(--text-color);
26164
26433
  border-style: solid;
26165
26434
  border-width: 0.0625rem 0.0625rem 0 0;
26166
- transform: rotate(135deg);
26435
+ transform: rotate(45deg);
26167
26436
  transform-origin: 50% 50%;
26168
26437
  }
26169
26438
 
26170
- .amis-scope .a-Collapse-TplField {
26439
+ .amis-scope .a-Collapse-icon-tranform {
26171
26440
  display: inline-block;
26441
+ width: 1rem;
26442
+ text-align: center;
26443
+ margin-right: var(--gap-xs);
26172
26444
  }
26173
26445
 
26174
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
26175
- transform: rotate(45deg);
26176
- transform-origin: 0% 50%;
26446
+ .amis-scope .a-Collapse .a-TplField {
26447
+ display: inline-block;
26177
26448
  }
26178
26449
 
26179
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26180
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26450
+ .amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
26451
+ transform: rotate(135deg);
26452
+ transform-origin: 50% 30%;
26181
26453
  }
26182
26454
 
26183
- .amis-scope .a-Collapse--collapsable .a-Collapse-header {
26184
- cursor: pointer;
26455
+ .amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
26456
+ transform: rotate(90deg);
26457
+ }
26458
+
26459
+ .amis-scope .a-Collapse--disabled .a-Collapse-header {
26460
+ cursor: not-allowed;
26185
26461
  user-select: none;
26462
+ color: var(--text--muted-color);
26463
+ }
26464
+
26465
+ .amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
26466
+ background-color: var(--Collapse-header-bg-disabled-color);
26467
+ }
26468
+
26469
+ .amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
26470
+ border-color: var(--text--muted-color);
26186
26471
  }
26187
26472
 
26188
26473
  .amis-scope .a-Collapse--title-bottom .a-Collapse-header {
26189
26474
  text-align: center;
26190
- color: var(--link-color);
26191
- border-left: none;
26192
26475
  font-size: var(--fontSizeBase);
26476
+ border-top: var(--Collapse-header-collapsed-borderTop);
26477
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26193
26478
  }
26194
26479
 
26195
- .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26196
- top: 0.125rem;
26197
- transform: rotate(-45deg);
26198
- transform-origin: 0% 50%;
26480
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26481
+ border-top: none;
26199
26482
  }
26200
26483
 
26201
- .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-arrow:before {
26202
- top: -0.375rem;
26484
+ .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26485
+ top: -0.25rem;
26203
26486
  transform: rotate(135deg);
26204
- transform-origin: 0% 50%;
26487
+ }
26488
+
26489
+ .amis-scope .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
26490
+ top: 0;
26491
+ transform: rotate(-45deg);
26205
26492
  }
26206
26493
 
26207
26494
  .amis-scope .a-Collapse-contentWrapper {
@@ -26221,6 +26508,14 @@ readers do not read off random characters that represent icons */
26221
26508
  font-weight: var(--Collapse-content-fontWeight);
26222
26509
  }
26223
26510
 
26511
+ .amis-scope .a-CollapseGroup .a-Collapse:not(:last-child) {
26512
+ border-bottom: none;
26513
+ }
26514
+
26515
+ .amis-scope .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow {
26516
+ float: right;
26517
+ }
26518
+
26224
26519
  .amis-scope .a-ColorField {
26225
26520
  display: inline-block;
26226
26521
  }
@@ -27409,6 +27704,10 @@ readers do not read off random characters that represent icons */
27409
27704
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27410
27705
  }
27411
27706
 
27707
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27708
+ cursor: pointer;
27709
+ }
27710
+
27412
27711
  .amis-scope .a-Table-table > thead > tr > th {
27413
27712
  background: var(--Table-thead-bg);
27414
27713
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -28368,6 +28667,11 @@ readers do not read off random characters that represent icons */
28368
28667
  cursor: move;
28369
28668
  }
28370
28669
 
28670
+ .amis-scope .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
28671
+ .amis-scope .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
28672
+ vertical-align: middle;
28673
+ }
28674
+
28371
28675
  .amis-scope .a-Table-table > tbody > tr > td.a-Table-expandCell {
28372
28676
  position: relative;
28373
28677
  }
@@ -28735,6 +29039,10 @@ readers do not read off random characters that represent icons */
28735
29039
  color: var(--icon-onHover-color);
28736
29040
  }
28737
29041
 
29042
+ .amis-scope .a-Table-dragBtn > svg {
29043
+ vertical-align: -2px;
29044
+ }
29045
+
28738
29046
  .amis-scope .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
28739
29047
  .amis-scope .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
28740
29048
  .amis-scope .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
@@ -28752,6 +29060,28 @@ readers do not read off random characters that represent icons */
28752
29060
  left: 0;
28753
29061
  }
28754
29062
 
29063
+ .amis-scope .a-Table--autoFillHeight {
29064
+ margin-bottom: 0;
29065
+ }
29066
+
29067
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
29068
+ border-top: none;
29069
+ }
29070
+
29071
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
29072
+ position: sticky;
29073
+ top: 0;
29074
+ z-index: 1;
29075
+ }
29076
+
29077
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
29078
+ display: none;
29079
+ }
29080
+
29081
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
29082
+ margin-bottom: 0;
29083
+ }
29084
+
28755
29085
  .amis-scope .a-InputTable-toolbar {
28756
29086
  display: flex;
28757
29087
  flex-direction: row;
@@ -29516,18 +29846,6 @@ readers do not read off random characters that represent icons */
29516
29846
  margin-top: var(--gap-xs);
29517
29847
  }
29518
29848
 
29519
- .amis-scope .a-Card-checkBtn {
29520
- position: absolute;
29521
- top: 0;
29522
- right: 0;
29523
- margin: var(--gap-sm);
29524
- z-index: 1;
29525
- }
29526
-
29527
- .amis-scope .a-Card-checkBtn .a-Checkbox {
29528
- margin-right: 0;
29529
- }
29530
-
29531
29849
  .amis-scope .a-Card-dragBtn {
29532
29850
  cursor: pointer;
29533
29851
  float: right;
@@ -29535,7 +29853,8 @@ readers do not read off random characters that represent icons */
29535
29853
  }
29536
29854
 
29537
29855
  .amis-scope .a-Card-heading {
29538
- overflow: hidden;
29856
+ display: flex;
29857
+ flex-direction: row;
29539
29858
  padding: var(--gap-sm) var(--gap-base);
29540
29859
  flex: 1 0 auto;
29541
29860
  }
@@ -29562,17 +29881,22 @@ readers do not read off random characters that represent icons */
29562
29881
  float: left;
29563
29882
  margin-right: var(--gap-base);
29564
29883
  font-size: var(--fontSizeXl);
29565
- text-transform: uppercase();
29884
+ text-transform: uppercase;
29566
29885
  }
29567
29886
 
29568
29887
  .amis-scope .a-Card-meta {
29569
29888
  display: block;
29889
+ flex-grow: 1;
29570
29890
  height: 100%;
29571
- overflow: hidden;
29572
29891
  position: relative;
29573
29892
  margin-right: var(--gap-md);
29574
29893
  }
29575
29894
 
29895
+ .amis-scope .a-Card-toolbar {
29896
+ margin-right: calc(-1 * var(--gap-base));
29897
+ text-align: right;
29898
+ }
29899
+
29576
29900
  .amis-scope .a-Card-highlight {
29577
29901
  background: var(--success);
29578
29902
  width: 0.5rem;
@@ -29818,35 +30142,140 @@ readers do not read off random characters that represent icons */
29818
30142
  right: 0;
29819
30143
  }
29820
30144
 
29821
- .amis-scope .a-Progress {
30145
+ .amis-scope .a-Progress-line {
30146
+ display: inline-block;
30147
+ width: 100%;
30148
+ margin-right: calc(-2em + -8px);
30149
+ padding-right: calc(2em + 8px);
30150
+ }
30151
+
30152
+ .amis-scope .a-Progress-line-inter {
29822
30153
  height: 10px;
29823
- background: #ebebeb;
30154
+ background-color: var(--Progress-bar-backgroundColor);
29824
30155
  overflow: hidden;
29825
30156
  border-radius: var(--Progress-borderRadius);
29826
30157
  }
29827
30158
 
29828
- .amis-scope .a-Progress-bar {
30159
+ .amis-scope .a-Progress-line-no-label {
30160
+ padding-right: 0;
30161
+ margin-right: 0;
30162
+ }
30163
+
30164
+ .amis-scope .a-Progress-line-text {
30165
+ display: inline-block;
30166
+ width: 2em;
30167
+ margin-left: 8px;
30168
+ color: var(--text-color);
30169
+ font-size: var(--fontSizeXs);
30170
+ white-space: nowrap;
30171
+ text-align: left;
30172
+ word-break: normal;
30173
+ }
30174
+
30175
+ .amis-scope .a-Progress-line-text .icon {
30176
+ font-size: 15px;
30177
+ }
30178
+
30179
+ .amis-scope .a-Progress-line-bar {
29829
30180
  float: left;
29830
30181
  width: 0;
29831
30182
  height: 100%;
29832
30183
  font-size: 12px;
29833
30184
  line-height: 10px;
29834
- color: #fff;
29835
30185
  text-align: center;
29836
30186
  background: var(--primary);
29837
30187
  transition: width var(--animation-duration) ease;
29838
- border-radius: var(--Progress-borderRadius);
29839
30188
  }
29840
30189
 
29841
- .amis-scope .a-Progress-bar--stripe {
30190
+ .amis-scope .a-Progress-line-bar--stripe {
29842
30191
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
29843
30192
  background-size: 2rem 2rem;
29844
30193
  }
29845
30194
 
29846
- .amis-scope .a-Progress-bar--animate {
30195
+ .amis-scope .a-Progress-line-bar--animate {
30196
+ position: relative;
30197
+ transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
30198
+ }
30199
+
30200
+ .amis-scope .a-Progress-line-bar--animate::before {
30201
+ position: absolute;
30202
+ top: 0;
30203
+ right: 0;
30204
+ bottom: 0;
30205
+ left: 0;
30206
+ background: var(--Progress-animate-backgroundColor);
30207
+ border-radius: 10px;
30208
+ opacity: 0;
30209
+ animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
30210
+ content: "";
30211
+ }
30212
+
30213
+ .amis-scope .a-Progress-line-bar--stripe-animate {
29847
30214
  animation: progress-bar-stripes 1s linear infinite;
29848
30215
  }
29849
30216
 
30217
+ .amis-scope .a-Progress-circle {
30218
+ width: 120px;
30219
+ height: 120px;
30220
+ position: relative;
30221
+ }
30222
+
30223
+ .amis-scope .a-Progress-circle-text {
30224
+ position: absolute;
30225
+ top: 50%;
30226
+ left: 50%;
30227
+ width: 100%;
30228
+ margin: 0;
30229
+ padding: 0;
30230
+ color: var(--text-color);
30231
+ font-size: 1em;
30232
+ line-height: 1;
30233
+ white-space: normal;
30234
+ text-align: center;
30235
+ transform: translate(-50%, -50%);
30236
+ }
30237
+
30238
+ .amis-scope .a-Progress-circle-text .icon {
30239
+ font-size: 1.2em;
30240
+ }
30241
+
30242
+ .amis-scope .a-Progress-circle .bg-warning-circle-path {
30243
+ stroke: var(--warning);
30244
+ }
30245
+
30246
+ .amis-scope .a-Progress-circle .bg-danger-circle-path {
30247
+ stroke: var(--danger);
30248
+ }
30249
+
30250
+ .amis-scope .a-Progress-circle .bg-info-circle-path {
30251
+ stroke: var(--info);
30252
+ }
30253
+
30254
+ .amis-scope .a-Progress-circle .bg-success-circle-path {
30255
+ stroke: var(--success);
30256
+ }
30257
+
30258
+ .amis-scope .a-Progress-circle .bg-primary-circle-path {
30259
+ stroke: var(--primary);
30260
+ }
30261
+
30262
+ @keyframes progress-bar-active {
30263
+ 0% {
30264
+ transform: translateX(-100%) scaleX(0);
30265
+ opacity: 0.1;
30266
+ }
30267
+
30268
+ 20% {
30269
+ transform: translateX(-100%) scaleX(0);
30270
+ opacity: 0.5;
30271
+ }
30272
+
30273
+ 100% {
30274
+ transform: translateX(0) scaleX(1);
30275
+ opacity: 0;
30276
+ }
30277
+ }
30278
+
29850
30279
  @keyframes progress-bar-stripes {
29851
30280
  from {
29852
30281
  background-position: 2rem 0;
@@ -30061,7 +30490,7 @@ readers do not read off random characters that represent icons */
30061
30490
 
30062
30491
  .amis-scope .a-StatusField-label {
30063
30492
  font-size: var(--fontSizeSm);
30064
- margin-left: var(--gap-sm);
30493
+ margin-left: var(--gap-xs);
30065
30494
  }
30066
30495
 
30067
30496
  @keyframes animation-rolling_red {
@@ -30731,6 +31160,7 @@ readers do not read off random characters that represent icons */
30731
31160
  font-size: 1rem;
30732
31161
  }
30733
31162
 
31163
+ .amis-scope .a-Image-origin:hover .a-Image-overlay,
30734
31164
  .amis-scope .a-Image-thumbWrap:hover .a-Image-overlay {
30735
31165
  display: flex;
30736
31166
  }
@@ -30796,6 +31226,16 @@ readers do not read off random characters that represent icons */
30796
31226
  border-color: var(--Form-input-onFocused-borderColor);
30797
31227
  }
30798
31228
 
31229
+ .amis-scope .a-InputBox--borderHalf {
31230
+ border-left-color: transparent !important;
31231
+ border-right-color: transparent !important;
31232
+ border-top-color: transparent !important;
31233
+ }
31234
+
31235
+ .amis-scope .a-InputBox--borderNone {
31236
+ border-color: transparent !important;
31237
+ }
31238
+
30799
31239
  .amis-scope .a-InputBox--inline {
30800
31240
  display: inline-flex;
30801
31241
  }
@@ -30897,6 +31337,16 @@ readers do not read off random characters that represent icons */
30897
31337
  border-color: var(--Form-input-onFocused-borderColor);
30898
31338
  }
30899
31339
 
31340
+ .amis-scope .a-ResultBox--borderHalf {
31341
+ border-left-color: transparent !important;
31342
+ border-right-color: transparent !important;
31343
+ border-top-color: transparent !important;
31344
+ }
31345
+
31346
+ .amis-scope .a-ResultBox--borderNone {
31347
+ border-color: transparent !important;
31348
+ }
31349
+
30900
31350
  .amis-scope .a-ResultBox.is-error {
30901
31351
  border-color: var(--Form-input-onError-borderColor);
30902
31352
  background: var(--Form-input-onError-bg);
@@ -31422,6 +31872,176 @@ readers do not read off random characters that represent icons */
31422
31872
  border: 1px solid var(--Steps-status-success);
31423
31873
  }
31424
31874
 
31875
+ .amis-scope .a-Portlet {
31876
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31877
+ border-radius: var(--Portlet-borderRadius);
31878
+ padding: var(--gap-base);
31879
+ }
31880
+
31881
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31882
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31883
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31884
+ border: none !important;
31885
+ color: inherit !important;
31886
+ cursor: auto !important;
31887
+ }
31888
+
31889
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31890
+ border-bottom: none;
31891
+ }
31892
+
31893
+ .amis-scope .a-Portlet .a-Tabs-pane {
31894
+ padding: unset;
31895
+ }
31896
+
31897
+ .amis-scope .a-Portlet-toolbar {
31898
+ display: inline-flex;
31899
+ float: right;
31900
+ justify-content: flex-end;
31901
+ }
31902
+
31903
+ .amis-scope .a-Portlet-toolbar .a-Button {
31904
+ margin-left: calc(var(--gap-xs));
31905
+ }
31906
+
31907
+ .amis-scope .a-Portlet-header-desc {
31908
+ height: 100%;
31909
+ overflow: hidden;
31910
+ position: relative;
31911
+ margin-left: var(--gap-base);
31912
+ }
31913
+
31914
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31915
+ display: none;
31916
+ }
31917
+
31918
+ .amis-scope .u-hairline::after {
31919
+ position: absolute;
31920
+ box-sizing: border-box;
31921
+ content: " ";
31922
+ pointer-events: none;
31923
+ top: -50%;
31924
+ right: -50%;
31925
+ bottom: -50%;
31926
+ left: -50%;
31927
+ border: 0 solid var(--borderColorLight);
31928
+ z-index: 1;
31929
+ transform: scale(0.5);
31930
+ }
31931
+
31932
+ .amis-scope .a-GridNav {
31933
+ display: flex;
31934
+ flex-wrap: wrap;
31935
+ }
31936
+
31937
+ .amis-scope .a-GridNav-top {
31938
+ position: relative;
31939
+ }
31940
+
31941
+ .amis-scope .a-GridNav-top::after {
31942
+ border-top-width: 0.0625rem;
31943
+ }
31944
+
31945
+ .amis-scope .a-GridNavItem {
31946
+ position: relative;
31947
+ box-sizing: border-box;
31948
+ }
31949
+
31950
+ .amis-scope .a-GridNavItem--square {
31951
+ height: 0;
31952
+ position: relative;
31953
+ }
31954
+
31955
+ .amis-scope .a-GridNavItem-icon {
31956
+ width: var(--rv-grid-item-icon-size);
31957
+ }
31958
+
31959
+ .amis-scope .a-GridNavItem-text {
31960
+ color: var(--text-color);
31961
+ font-size: var(--fontSizeSm);
31962
+ line-height: 1.5;
31963
+ word-break: break-all;
31964
+ flex-shrink: 0;
31965
+ }
31966
+
31967
+ .amis-scope .a-GridNavItem-icon + .a-GridNavItem-text {
31968
+ margin-top: 0.5rem;
31969
+ }
31970
+
31971
+ .amis-scope .a-GridNavItem-image {
31972
+ display: inline-block;
31973
+ }
31974
+
31975
+ .amis-scope .a-GridNavItem-image svg,
31976
+ .amis-scope .a-GridNavItem-image img {
31977
+ max-width: 100%;
31978
+ display: block;
31979
+ width: 60%;
31980
+ margin: 0 auto;
31981
+ }
31982
+
31983
+ .amis-scope .a-GridNavItem-content {
31984
+ display: flex;
31985
+ flex-direction: column;
31986
+ box-sizing: border-box;
31987
+ height: 100%;
31988
+ padding: var(--gap-md) var(--gap-sm);
31989
+ background-color: var(--white);
31990
+ position: relative;
31991
+ }
31992
+
31993
+ .amis-scope .a-GridNavItem-content .a-Badge-text {
31994
+ z-index: 10;
31995
+ }
31996
+
31997
+ .amis-scope .a-GridNavItem-content--border::after {
31998
+ border-width: 0 var(--borderWidth) var(--borderWidth) 0;
31999
+ }
32000
+
32001
+ .amis-scope .a-GridNavItem-content--square {
32002
+ position: absolute;
32003
+ top: 0;
32004
+ right: 0;
32005
+ left: 0;
32006
+ }
32007
+
32008
+ .amis-scope .a-GridNavItem-content--center {
32009
+ align-items: center;
32010
+ justify-content: center;
32011
+ }
32012
+
32013
+ .amis-scope .a-GridNavItem-content--horizontal {
32014
+ flex-direction: row;
32015
+ }
32016
+
32017
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-text {
32018
+ margin: 0 0 0 var(--gap-sm);
32019
+ }
32020
+
32021
+ .amis-scope .a-GridNavItem-content--reverse {
32022
+ flex-direction: column-reverse;
32023
+ }
32024
+
32025
+ .amis-scope .a-GridNavItem-content--reverse .a-GridNavItem-text {
32026
+ margin: 0 0 var(--gap-sm);
32027
+ }
32028
+
32029
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse {
32030
+ flex-direction: row-reverse;
32031
+ }
32032
+
32033
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse .a-GridNavItem-text {
32034
+ margin: 0 var(--gap-sm) 0 0;
32035
+ }
32036
+
32037
+ .amis-scope .a-GridNavItem-content--surround::after {
32038
+ border-width: var(--borderWidth);
32039
+ }
32040
+
32041
+ .amis-scope .a-GridNavItem-content--clickable {
32042
+ cursor: pointer;
32043
+ }
32044
+
31425
32045
  .amis-scope fieldset.a-Collapse--lg,
31426
32046
  .amis-scope fieldset.a-Collapse--md,
31427
32047
  .amis-scope fieldset.a-Collapse--base,
@@ -31470,6 +32090,10 @@ readers do not read off random characters that represent icons */
31470
32090
  position: relative;
31471
32091
  }
31472
32092
 
32093
+ .amis-scope fieldset.a-Collapse {
32094
+ margin-bottom: var(--Form-item-gap);
32095
+ }
32096
+
31473
32097
  .amis-scope fieldset.a-Collapse > legend {
31474
32098
  font-weight: var(--fontWeightNormal);
31475
32099
  padding: var(--gap-xs) 0;
@@ -31480,11 +32104,16 @@ readers do not read off random characters that represent icons */
31480
32104
  margin: var(--gap-base) 0;
31481
32105
  padding: 0 0 0 14px;
31482
32106
  cursor: pointer;
31483
- border-bottom: 0;
32107
+ border-bottom: none !important;
32108
+ background: transparent;
31484
32109
  display: flex;
31485
32110
  flex-direction: row;
31486
32111
  }
31487
32112
 
32113
+ .amis-scope fieldset.a-Collapse > legend:hover {
32114
+ background: transparent;
32115
+ }
32116
+
31488
32117
  .amis-scope fieldset.a-Collapse--xs {
31489
32118
  padding: 20px 5px 5px 5px;
31490
32119
  }
@@ -32566,7 +33195,7 @@ readers do not read off random characters that represent icons */
32566
33195
  color: #999;
32567
33196
  }
32568
33197
 
32569
- .amis-scope .a-Checkboxes > .a-Checkbox {
33198
+ .amis-scope .a-Selection > .a-Checkbox {
32570
33199
  display: block;
32571
33200
  height: var(--Form-input-height);
32572
33201
  line-height: var(--Form-input-lineHeight);
@@ -32574,43 +33203,36 @@ readers do not read off random characters that represent icons */
32574
33203
  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));
32575
33204
  }
32576
33205
 
32577
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
33206
+ .amis-scope .a-Selection--inline > .a-Checkbox {
32578
33207
  display: inline-block;
32579
33208
  }
32580
33209
 
32581
- .amis-scope .a-Checkboxes-addBtn {
33210
+ .amis-scope .a-Selection-addBtn {
32582
33211
  display: block;
32583
33212
  cursor: pointer;
32584
33213
  }
32585
33214
 
32586
- .amis-scope .a-Checkboxes-addBtn:hover {
33215
+ .amis-scope .a-Selection-addBtn:hover {
32587
33216
  text-decoration: none;
32588
33217
  }
32589
33218
 
32590
- .amis-scope .a-Checkboxes-addBtn > svg {
33219
+ .amis-scope .a-Selection-addBtn > svg {
32591
33220
  width: 0.875rem;
32592
33221
  height: 0.875rem;
32593
33222
  margin-right: var(--Checkbox-gap);
32594
33223
  }
32595
33224
 
32596
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
32597
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
32598
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
32599
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
33225
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
32600
33226
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32601
33227
  }
32602
33228
 
32603
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
32604
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
32605
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
32606
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
33229
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
32607
33230
  font-size: var(--fontSizeSm);
32608
33231
  padding: var(--gap-xs) var(--gap-xs);
32609
33232
  color: var(--text--muted-color);
32610
33233
  }
32611
33234
 
32612
- .amis-scope .a-ListCheckboxes-item,
32613
- .amis-scope .a-ListRadios-item {
33235
+ .amis-scope .a-GroupedSelection-item {
32614
33236
  display: flex;
32615
33237
  height: var(--Form-input-height);
32616
33238
  line-height: var(--Form-input-lineHeight);
@@ -32621,51 +33243,37 @@ readers do not read off random characters that represent icons */
32621
33243
  user-select: none;
32622
33244
  }
32623
33245
 
32624
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
32625
- .amis-scope .a-ListRadios-item > .a-Checkbox {
33246
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
32626
33247
  margin-right: 0;
32627
33248
  }
32628
33249
 
32629
- .amis-scope .a-ListCheckboxes-item.is-active,
32630
- .amis-scope .a-ListRadios-item.is-active {
33250
+ .amis-scope .a-GroupedSelection-item.is-active {
32631
33251
  color: var(--Form-select-menu-onActive-color);
32632
33252
  background: var(--Form-select-menu-onActive-bg);
32633
33253
  }
32634
33254
 
32635
- .amis-scope .a-ListCheckboxes-item:hover,
32636
- .amis-scope .a-ListRadios-item:hover {
33255
+ .amis-scope .a-GroupedSelection-item:hover {
32637
33256
  background: var(--Tree-item-onHover-bg);
32638
33257
  }
32639
33258
 
32640
- .amis-scope .a-ListCheckboxes-item.is-disabled,
32641
- .amis-scope .a-ListRadios-item.is-disabled {
33259
+ .amis-scope .a-GroupedSelection-item.is-disabled {
32642
33260
  pointer-events: none;
32643
33261
  color: var(--text--muted-color);
32644
33262
  }
32645
33263
 
32646
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
32647
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
32648
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
32649
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
32650
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
32651
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
32652
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
32653
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
33264
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
32654
33265
  padding-left: var(--gap-base);
32655
33266
  }
32656
33267
 
32657
- .amis-scope .a-ListCheckboxes-itemLabel,
32658
- .amis-scope .a-ListRadios-itemLabel {
33268
+ .amis-scope .a-GroupedSelection-itemLabel {
32659
33269
  flex-grow: 1;
32660
33270
  }
32661
33271
 
32662
- .amis-scope .a-ListCheckboxes-itemLabel span,
32663
- .amis-scope .a-ListRadios-itemLabel span {
33272
+ .amis-scope .a-GroupedSelection-itemLabel span {
32664
33273
  white-space: nowrap;
32665
33274
  }
32666
33275
 
32667
- .amis-scope .a-ListCheckboxes-placeholder,
32668
- .amis-scope .a-ListRadios-placeholder {
33276
+ .amis-scope .a-GroupedSelection-placeholder {
32669
33277
  height: var(--Form-input-height);
32670
33278
  line-height: var(--Form-input-lineHeight);
32671
33279
  font-size: var(--Form-input-fontSize);
@@ -32673,52 +33281,54 @@ readers do not read off random characters that represent icons */
32673
33281
  color: var(--text--muted-color);
32674
33282
  }
32675
33283
 
32676
- .amis-scope .a-TableCheckboxes .a-Table-content {
33284
+ .amis-scope .a-TableSelection .a-Table-content {
32677
33285
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32678
33286
  }
32679
33287
 
32680
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
32681
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
33288
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
33289
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
32682
33290
  font-size: var(--fontSizeSm);
32683
33291
  padding-top: var(--gap-xs);
32684
33292
  padding-bottom: 0.375rem;
32685
33293
  vertical-align: middle;
32686
33294
  }
32687
33295
 
32688
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
33296
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
32689
33297
  padding-top: 0.375rem;
32690
33298
  }
32691
33299
 
32692
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
32693
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
33300
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
33301
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
32694
33302
  padding-left: 0.625rem;
32695
33303
  padding-right: 0;
32696
33304
  }
32697
33305
 
32698
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
32699
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
33306
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
33307
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
32700
33308
  padding-right: var(--gap-md);
32701
33309
  }
32702
33310
 
32703
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
33311
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
32704
33312
  cursor: pointer;
32705
33313
  }
32706
33314
 
32707
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
32708
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
33315
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
33316
+ color: var(--Form-select-menu-onActive-color);
33317
+ background: var(--Form-select-menu-onActive-bg);
33318
+ }
33319
+
33320
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
32709
33321
  color: var(--icon-color);
32710
33322
  margin-right: 5px;
32711
33323
  }
32712
33324
 
32713
- .amis-scope .a-TreeCheckboxes-sublist,
32714
- .amis-scope .a-TreeRadios-sublist {
33325
+ .amis-scope .a-TreeSelection-sublist {
32715
33326
  position: relative;
32716
33327
  margin: 0 0 0 2.1875rem;
32717
33328
  display: none;
32718
33329
  }
32719
33330
 
32720
- .amis-scope .a-TreeCheckboxes-sublist:before,
32721
- .amis-scope .a-TreeRadios-sublist:before {
33331
+ .amis-scope .a-TreeSelection-sublist:before {
32722
33332
  width: 1px;
32723
33333
  content: "";
32724
33334
  display: block;
@@ -32729,29 +33339,19 @@ readers do not read off random characters that represent icons */
32729
33339
  border-left: dashed 1px var(--icon-color);
32730
33340
  }
32731
33341
 
32732
- .amis-scope .a-TreeCheckboxes-item,
32733
- .amis-scope .a-TreeRadios-item {
33342
+ .amis-scope .a-TreeSelection-item {
32734
33343
  position: relative;
32735
33344
  }
32736
33345
 
32737
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
32738
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
32739
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
32740
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
33346
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32741
33347
  display: block;
32742
33348
  }
32743
33349
 
32744
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32745
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
32746
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32747
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
33350
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32748
33351
  bottom: 0;
32749
33352
  }
32750
33353
 
32751
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
32752
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
32753
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
32754
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
33354
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32755
33355
  height: 1px;
32756
33356
  content: "";
32757
33357
  display: block;
@@ -32762,8 +33362,7 @@ readers do not read off random characters that represent icons */
32762
33362
  border-top: dashed 1px var(--icon-color);
32763
33363
  }
32764
33364
 
32765
- .amis-scope .a-TreeCheckboxes-itemInner,
32766
- .amis-scope .a-TreeRadios-itemInner {
33365
+ .amis-scope .a-TreeSelection-itemInner {
32767
33366
  display: flex;
32768
33367
  align-items: center;
32769
33368
  height: var(--Form-input-height);
@@ -32776,20 +33375,17 @@ readers do not read off random characters that represent icons */
32776
33375
  position: relative;
32777
33376
  }
32778
33377
 
32779
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32780
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
33378
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32781
33379
  margin-right: 0;
32782
33380
  margin-left: var(--gap-sm);
32783
33381
  }
32784
33382
 
32785
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32786
- .amis-scope .a-TreeRadios-itemInner > * {
33383
+ .amis-scope .a-TreeSelection-itemInner > * {
32787
33384
  position: relative;
32788
33385
  z-index: 2;
32789
33386
  }
32790
33387
 
32791
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32792
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33388
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32793
33389
  position: absolute;
32794
33390
  content: "";
32795
33391
  z-index: 1;
@@ -32800,24 +33396,20 @@ readers do not read off random characters that represent icons */
32800
33396
  background: var(--Tree-item-onHover-bg);
32801
33397
  }
32802
33398
 
32803
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32804
- .amis-scope .a-TreeRadios-itemInner.is-active {
33399
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32805
33400
  color: var(--Form-select-menu-onActive-color);
32806
33401
  }
32807
33402
 
32808
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32809
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33403
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32810
33404
  pointer-events: none;
32811
33405
  color: var(--text--muted-color);
32812
33406
  }
32813
33407
 
32814
- .amis-scope .a-TreeCheckboxes-itemLabel,
32815
- .amis-scope .a-TreeRadios-itemLabel {
33408
+ .amis-scope .a-TreeSelection-itemLabel {
32816
33409
  flex-grow: 1;
32817
33410
  }
32818
33411
 
32819
- .amis-scope .a-TreeCheckboxes-placeholder,
32820
- .amis-scope .a-TreeRadios-placeholder {
33412
+ .amis-scope .a-TreeSelection-placeholder {
32821
33413
  height: var(--Form-input-height);
32822
33414
  line-height: var(--Form-input-lineHeight);
32823
33415
  font-size: var(--Form-input-fontSize);
@@ -32825,27 +33417,27 @@ readers do not read off random characters that represent icons */
32825
33417
  color: var(--text--muted-color);
32826
33418
  }
32827
33419
 
32828
- .amis-scope .a-ChainedCheckboxes {
33420
+ .amis-scope .a-ChainedSelection {
32829
33421
  display: flex;
32830
33422
  flex-direction: row;
32831
33423
  }
32832
33424
 
32833
- .amis-scope .a-ChainedCheckboxes-col {
33425
+ .amis-scope .a-ChainedSelection-col {
32834
33426
  flex-grow: 1;
32835
33427
  min-width: 150px;
32836
33428
  }
32837
33429
 
32838
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33430
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32839
33431
  border-right: 1px solid var(--borderColor);
32840
33432
  }
32841
33433
 
32842
- .amis-scope .a-ChainedCheckboxes-subTitle {
33434
+ .amis-scope .a-ChainedSelection-subTitle {
32843
33435
  font-size: var(--fontSizeSm);
32844
33436
  padding: var(--gap-xs) var(--gap-xs);
32845
33437
  color: var(--text--muted-color);
32846
33438
  }
32847
33439
 
32848
- .amis-scope .a-ChainedCheckboxes-item {
33440
+ .amis-scope .a-ChainedSelection-item {
32849
33441
  display: flex;
32850
33442
  height: var(--Form-input-height);
32851
33443
  line-height: var(--Form-input-lineHeight);
@@ -32856,29 +33448,29 @@ readers do not read off random characters that represent icons */
32856
33448
  user-select: none;
32857
33449
  }
32858
33450
 
32859
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33451
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32860
33452
  margin-right: 0;
32861
33453
  }
32862
33454
 
32863
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33455
+ .amis-scope .a-ChainedSelection-item.is-active {
32864
33456
  color: var(--Form-select-menu-onActive-color);
32865
33457
  background: var(--Form-select-menu-onActive-bg);
32866
33458
  }
32867
33459
 
32868
- .amis-scope .a-ChainedCheckboxes-item:hover {
33460
+ .amis-scope .a-ChainedSelection-item:hover {
32869
33461
  background: var(--Tree-item-onHover-bg);
32870
33462
  }
32871
33463
 
32872
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33464
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32873
33465
  pointer-events: none;
32874
33466
  color: var(--text--muted-color);
32875
33467
  }
32876
33468
 
32877
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33469
+ .amis-scope .a-ChainedSelection-itemLabel {
32878
33470
  flex-grow: 1;
32879
33471
  }
32880
33472
 
32881
- .amis-scope .a-ChainedCheckboxes-placeholder {
33473
+ .amis-scope .a-ChainedSelection-placeholder {
32882
33474
  height: var(--Form-input-height);
32883
33475
  line-height: var(--Form-input-lineHeight);
32884
33476
  font-size: var(--Form-input-fontSize);
@@ -32886,34 +33478,35 @@ readers do not read off random characters that represent icons */
32886
33478
  color: var(--text--muted-color);
32887
33479
  }
32888
33480
 
32889
- .amis-scope .a-AssociatedCheckboxes {
33481
+ .amis-scope .a-AssociatedSelection {
32890
33482
  display: flex;
32891
33483
  flex-direction: row;
32892
33484
  }
32893
33485
 
32894
- .amis-scope .a-AssociatedCheckboxes-left,
32895
- .amis-scope .a-AssociatedCheckboxes-right {
33486
+ .amis-scope .a-AssociatedSelection-left,
33487
+ .amis-scope .a-AssociatedSelection-right {
32896
33488
  flex-grow: 1;
32897
33489
  width: 0;
32898
- height: 10.9375rem;
33490
+ min-height: 12.5rem;
33491
+ max-height: 25rem;
32899
33492
  overflow: auto;
32900
33493
  }
32901
33494
 
32902
- .amis-scope .a-AssociatedCheckboxes-left {
33495
+ .amis-scope .a-AssociatedSelection-left {
32903
33496
  border-right: 1px solid var(--borderColor);
32904
33497
  }
32905
33498
 
32906
- .amis-scope .a-AssociatedCheckboxes-reload {
33499
+ .amis-scope .a-AssociatedSelection-reload {
32907
33500
  text-align: center;
32908
33501
  color: var(--info);
32909
33502
  margin: 20px 0 0;
32910
33503
  }
32911
33504
 
32912
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33505
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32913
33506
  cursor: pointer;
32914
33507
  }
32915
33508
 
32916
- .amis-scope .a-AssociatedCheckboxes-box {
33509
+ .amis-scope .a-AssociatedSelection-box {
32917
33510
  line-height: var(--Form-input-lineHeight);
32918
33511
  font-size: var(--fontSizeSm);
32919
33512
  color: var(--text--muted-color);
@@ -32925,7 +33518,7 @@ readers do not read off random characters that represent icons */
32925
33518
  height: 100%;
32926
33519
  }
32927
33520
 
32928
- .amis-scope .a-AssociatedCheckboxes-box > p {
33521
+ .amis-scope .a-AssociatedSelection-box > p {
32929
33522
  text-align: center;
32930
33523
  margin: 10px 0 20px;
32931
33524
  color: var(--text--muted-color);
@@ -33976,7 +34569,7 @@ readers do not read off random characters that represent icons */
33976
34569
  .amis-scope .a-ColorPicker-preview {
33977
34570
  display: flex;
33978
34571
  align-items: center;
33979
- margin-left: var(--gap-xs);
34572
+ margin-right: var(--gap-sm);
33980
34573
  cursor: pointer;
33981
34574
  }
33982
34575
 
@@ -34009,14 +34602,42 @@ readers do not read off random characters that represent icons */
34009
34602
  fill: var(--Form-input-onHover-iconColor);
34010
34603
  }
34011
34604
 
34605
+ .amis-scope .a-ColorPicker-arrow {
34606
+ margin-right: var(--gap-xs);
34607
+ width: var(--gap-md);
34608
+ text-align: center;
34609
+ display: flex;
34610
+ align-items: center;
34611
+ justify-content: center;
34612
+ line-height: 1;
34613
+ }
34614
+
34615
+ .amis-scope .a-ColorPicker-arrow > svg {
34616
+ transition: transform var(--animation-duration);
34617
+ display: inline-block;
34618
+ color: var(--Form-select-caret-iconColor);
34619
+ width: 10px;
34620
+ height: 10px;
34621
+ top: 0;
34622
+ }
34623
+
34624
+ .amis-scope .a-ColorPicker.is-opened .a-ColorPicker-arrow > svg {
34625
+ transform: rotate(180deg);
34626
+ }
34627
+
34628
+ .amis-scope .a-ColorPicker-popover {
34629
+ border: none;
34630
+ box-shadow: none;
34631
+ }
34632
+
34012
34633
  .amis-scope .a-ColorControl:not(.is-inline) > .a-ColorPicker {
34013
34634
  display: flex;
34014
34635
  }
34015
34636
 
34016
34637
  .amis-scope .sketch-picker {
34017
- box-shadow: none !important;
34018
- border-radius: 0 !important;
34019
34638
  border: none !important;
34639
+ border-radius: var(--borderRadius) !important;
34640
+ box-shadow: var(--ColorPicker-boxShadow) !important;
34020
34641
  }
34021
34642
 
34022
34643
  .amis-scope .a-DatePicker {
@@ -34960,6 +35581,17 @@ readers do not read off random characters that represent icons */
34960
35581
  height: 100%;
34961
35582
  }
34962
35583
 
35584
+ .amis-scope .a-FileControl-templateInfo {
35585
+ display: block;
35586
+ margin-bottom: var(--gap-base);
35587
+ padding: var(--Button-paddingY) var(--Button-paddingX);
35588
+ cursor: pointer;
35589
+ }
35590
+
35591
+ .amis-scope .a-FileControl-templateInfo > svg {
35592
+ margin-right: var(--gap-xs);
35593
+ }
35594
+
34963
35595
  .amis-scope .a-FileControl-dropzone {
34964
35596
  outline: none;
34965
35597
  }
@@ -35645,6 +36277,10 @@ readers do not read off random characters that represent icons */
35645
36277
  pointer-events: none;
35646
36278
  }
35647
36279
 
36280
+ .amis-scope .a-Tree.is-draggable {
36281
+ position: relative;
36282
+ }
36283
+
35648
36284
  .amis-scope .a-Tree--outline .a-Tree-sublist .a-Tree-item--isLeaf:before {
35649
36285
  position: absolute;
35650
36286
  top: -8px;
@@ -35685,6 +36321,10 @@ readers do not read off random characters that represent icons */
35685
36321
  left: -99999px;
35686
36322
  }
35687
36323
 
36324
+ .amis-scope .a-Tree.is-draggable .a-Tree-itemLabel:hover::after {
36325
+ display: none;
36326
+ }
36327
+
35688
36328
  .amis-scope .a-Tree-item-icons {
35689
36329
  visibility: hidden;
35690
36330
  transition: visibility var(--animation-duration) ease;
@@ -35798,6 +36438,11 @@ readers do not read off random characters that represent icons */
35798
36438
  width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
35799
36439
  }
35800
36440
 
36441
+ .amis-scope .a-Tree-itemDrager {
36442
+ cursor: move;
36443
+ color: var(--icon-color);
36444
+ }
36445
+
35801
36446
  .amis-scope .a-Tree-spinner {
35802
36447
  margin-right: var(--gap-xs);
35803
36448
  }
@@ -35844,6 +36489,35 @@ readers do not read off random characters that represent icons */
35844
36489
  color: var(--text--muted-color);
35845
36490
  }
35846
36491
 
36492
+ .amis-scope .a-Tree-dropIndicator {
36493
+ position: absolute;
36494
+ height: 0.125rem;
36495
+ background-color: var(--Tree-itemLabel--onChecked-color);
36496
+ border-radius: 0.0625rem;
36497
+ z-index: 1;
36498
+ }
36499
+
36500
+ .amis-scope .a-Tree-dropIndicator::after {
36501
+ position: absolute;
36502
+ top: -0.1875rem;
36503
+ left: -0.375rem;
36504
+ width: 0.5rem;
36505
+ height: 0.5rem;
36506
+ background-color: transparent;
36507
+ border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
36508
+ border-radius: 50%;
36509
+ content: "";
36510
+ }
36511
+
36512
+ .amis-scope .a-Tree-dropIndicator--hover {
36513
+ border-radius: 0;
36514
+ background-color: var(--Tree-item-onHover-bg);
36515
+ }
36516
+
36517
+ .amis-scope .a-Tree-dropIndicator--hover::after {
36518
+ display: none;
36519
+ }
36520
+
35847
36521
  .amis-scope .a-TreeSelectControl {
35848
36522
  position: relative;
35849
36523
  }
@@ -36174,6 +36848,8 @@ readers do not read off random characters that represent icons */
36174
36848
 
36175
36849
  .amis-scope .a-Combo--hor .a-Combo-itemDrager {
36176
36850
  padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
36851
+ display: flex;
36852
+ align-items: center;
36177
36853
  }
36178
36854
 
36179
36855
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::before,
@@ -36235,6 +36911,8 @@ readers do not read off random characters that represent icons */
36235
36911
  position: absolute;
36236
36912
  top: var(--Combo--horizontal-dragger-top);
36237
36913
  left: -1.875rem;
36914
+ display: flex;
36915
+ align-items: center;
36238
36916
  }
36239
36917
 
36240
36918
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder).is-draggable > .a-Combo-items > .a-Combo-item {
@@ -36863,19 +37541,19 @@ readers do not read off random characters that represent icons */
36863
37541
  border-radius: var(--borderRadius);
36864
37542
  }
36865
37543
 
36866
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36867
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37544
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37545
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36868
37546
  flex-grow: 1;
36869
37547
  max-height: 100%;
36870
37548
  overflow: auto;
36871
37549
  position: relative;
36872
37550
  }
36873
37551
 
36874
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37552
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36875
37553
  border-top: 1px solid var(--borderColor);
36876
37554
  }
36877
37555
 
36878
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37556
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36879
37557
  height: 100%;
36880
37558
  display: flex;
36881
37559
  align-items: center;
@@ -36923,13 +37601,30 @@ readers do not read off random characters that represent icons */
36923
37601
  color: var(--text--muted-color);
36924
37602
  }
36925
37603
 
36926
- .amis-scope .a-Transfer-tabs {
37604
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37605
+ height: 40px;
37606
+ }
37607
+
37608
+ .amis-scope .a-TabsTransfer-placeholder {
37609
+ height: var(--Form-input-height);
37610
+ line-height: var(--Form-input-lineHeight);
37611
+ font-size: var(--Form-input-fontSize);
37612
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37613
+ color: var(--text--muted-color);
37614
+ }
37615
+
37616
+ .amis-scope .a-TabsTransfer-tab {
37617
+ padding: 0;
37618
+ overflow: auto;
37619
+ }
37620
+
37621
+ .amis-scope .a-TabsTransfer-tabs {
36927
37622
  display: flex;
36928
37623
  flex-direction: column;
36929
37624
  height: 100%;
36930
37625
  }
36931
37626
 
36932
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37627
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36933
37628
  border-top: 0 none;
36934
37629
  padding: 5px 0 0 5px;
36935
37630
  display: flex;
@@ -36938,59 +37633,48 @@ readers do not read off random characters that represent icons */
36938
37633
  align-items: center;
36939
37634
  }
36940
37635
 
36941
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37636
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36942
37637
  font-size: 12px;
36943
37638
  padding: 7px 8px;
36944
37639
  }
36945
37640
 
36946
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37641
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36947
37642
  flex-grow: 1;
36948
37643
  }
36949
37644
 
36950
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37645
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36951
37646
  margin: -5px 5px 0 10px;
36952
37647
  }
36953
37648
 
36954
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37649
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36955
37650
  width: 150px;
36956
37651
  margin-right: 10px;
36957
37652
  padding-left: 10px;
36958
37653
  }
36959
37654
 
36960
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37655
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36961
37656
  flex-grow: 1;
37657
+ min-height: 0;
36962
37658
  position: relative;
36963
37659
  padding: 5px 0 0;
36964
37660
  }
36965
37661
 
36966
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37662
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36967
37663
  position: relative;
36968
- min-height: 100%;
37664
+ height: 100%;
36969
37665
  }
36970
37666
 
36971
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37667
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36972
37668
  display: flex;
36973
37669
  flex-direction: column;
36974
37670
  }
36975
37671
 
36976
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37672
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36977
37673
  flex-grow: 1;
36978
37674
  max-height: 100%;
36979
37675
  overflow: auto;
36980
37676
  }
36981
37677
 
36982
- .amis-scope .a-TabsTransfer .a-Transfer-title {
36983
- height: 40px;
36984
- }
36985
-
36986
- .amis-scope .a-TabsTransfer-placeholder {
36987
- height: var(--Form-input-height);
36988
- line-height: var(--Form-input-lineHeight);
36989
- font-size: var(--Form-input-fontSize);
36990
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36991
- color: var(--text--muted-color);
36992
- }
36993
-
36994
37678
  .amis-scope .a-TransferControl {
36995
37679
  position: relative;
36996
37680
  }
@@ -36999,6 +37683,57 @@ readers do not read off random characters that represent icons */
36999
37683
  display: inline-block;
37000
37684
  }
37001
37685
 
37686
+ .amis-scope .a-TransferPicker-icon {
37687
+ transition: transform var(--animation-duration) ease-out;
37688
+ margin: 5px 5px 5px auto;
37689
+ display: flex;
37690
+ color: var(--Form-select-caret-iconColor);
37691
+ }
37692
+
37693
+ .amis-scope .a-TransferPicker-icon:hover {
37694
+ color: var(--Form-select-caret-onHover-iconColor);
37695
+ }
37696
+
37697
+ .amis-scope .a-TransferPicker-icon > svg {
37698
+ width: 0.75rem;
37699
+ height: 0.75rem;
37700
+ top: 0;
37701
+ }
37702
+
37703
+ .amis-scope .a-TransferDropDown-icon {
37704
+ transition: transform var(--animation-duration) ease-out;
37705
+ margin: 5px 5px 5px auto;
37706
+ display: flex;
37707
+ color: var(--Form-select-caret-iconColor);
37708
+ }
37709
+
37710
+ .amis-scope .a-TransferDropDown-icon:hover {
37711
+ color: var(--Form-select-caret-onHover-iconColor);
37712
+ }
37713
+
37714
+ .amis-scope .a-TransferDropDown-icon > svg {
37715
+ width: 0.625rem;
37716
+ height: 0.625rem;
37717
+ top: 0;
37718
+ }
37719
+
37720
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37721
+ transform: rotate(180deg);
37722
+ }
37723
+
37724
+ .amis-scope .a-TransferDropDown-content {
37725
+ min-height: 12.5rem;
37726
+ display: flex;
37727
+ flex-direction: column;
37728
+ }
37729
+
37730
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37731
+ flex-grow: 1;
37732
+ max-height: 100%;
37733
+ overflow: auto;
37734
+ position: relative;
37735
+ }
37736
+
37002
37737
  .amis-scope .a-NestedSelectControl {
37003
37738
  position: relative;
37004
37739
  }
@@ -37702,12 +38437,61 @@ readers do not read off random characters that represent icons */
37702
38437
  min-width: var(--Form-control-widthSm);
37703
38438
  }
37704
38439
 
38440
+ .amis-scope .a-Form--column {
38441
+ display: flex;
38442
+ flex-wrap: wrap;
38443
+ margin-left: calc(var(--Form-group-gutterWidth) / -2);
38444
+ margin-right: calc(var(--Form-group-gutterWidth) / -2);
38445
+ }
38446
+
38447
+ .amis-scope .a-Form--column > .a-Form-item {
38448
+ flex-grow: 1;
38449
+ padding-left: calc(var(--Form-group-gutterWidth) / 2);
38450
+ padding-right: calc(var(--Form-group-gutterWidth) / 2);
38451
+ }
38452
+
38453
+ .amis-scope .a-Form--column-2 > .a-Form-item {
38454
+ width: 50%;
38455
+ }
38456
+
38457
+ .amis-scope .a-Form--column-3 > .a-Form-item {
38458
+ width: 33%;
38459
+ }
38460
+
38461
+ .amis-scope .a-Form--column-4 > .a-Form-item {
38462
+ width: 25%;
38463
+ }
38464
+
38465
+ .amis-scope .a-Form--column-5 > .a-Form-item {
38466
+ width: 20%;
38467
+ }
38468
+
38469
+ .amis-scope .a-Form--column-6 > .a-Form-item {
38470
+ width: 16.6%;
38471
+ }
38472
+
38473
+ .amis-scope .a-Form--column-7 > .a-Form-item {
38474
+ width: 14.2%;
38475
+ }
38476
+
38477
+ .amis-scope .a-Form--column-8 > .a-Form-item {
38478
+ width: 12.5%;
38479
+ }
38480
+
38481
+ .amis-scope .a-Form-column-9 > .a-Form-item {
38482
+ width: 11.1%;
38483
+ }
38484
+
38485
+ .amis-scope .a-Form-column-10 > .a-Form-item {
38486
+ width: 10%;
38487
+ }
38488
+
37705
38489
  .amis-scope .a-AnchorNav {
37706
38490
  display: flex;
37707
38491
  height: 25rem;
37708
38492
  }
37709
38493
 
37710
- .amis-scope .a-AnchorNav-link-wrap {
38494
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
37711
38495
  margin: 0;
37712
38496
  padding: 0;
37713
38497
  width: var(--Tabs--vertical-width);
@@ -37715,12 +38499,12 @@ readers do not read off random characters that represent icons */
37715
38499
  padding-bottom: 3.75rem;
37716
38500
  }
37717
38501
 
37718
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38502
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37719
38503
  position: relative;
37720
38504
  display: block;
37721
38505
  }
37722
38506
 
37723
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
38507
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37724
38508
  display: block;
37725
38509
  border: var(--Tabs-borderWidth) solid transparent;
37726
38510
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37734,20 +38518,75 @@ readers do not read off random characters that represent icons */
37734
38518
  margin: 0;
37735
38519
  }
37736
38520
 
37737
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38521
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37738
38522
  color: var(--primary);
37739
38523
  }
37740
38524
 
37741
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
37742
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
38525
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38526
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37743
38527
  color: var(--Tabs--vertical-onActive-color);
37744
38528
  border-color: var(--Tabs--vertical-onActive-border);
37745
38529
  }
37746
38530
 
38531
+ .amis-scope .a-AnchorNav--horizontal {
38532
+ flex-direction: column;
38533
+ }
38534
+
38535
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38536
+ user-select: none;
38537
+ margin: 0px;
38538
+ padding: 0px;
38539
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38540
+ list-style: none;
38541
+ }
38542
+
38543
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38544
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38545
+ display: inline-block;
38546
+ position: relative;
38547
+ }
38548
+
38549
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38550
+ font-size: var(--Tabs-linkFontSize);
38551
+ outline: 0;
38552
+ border: var(--Tabs-borderWidth) solid transparent;
38553
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38554
+ border-top-left-radius: var(--Tabs-borderRadius);
38555
+ border-top-right-radius: var(--Tabs-borderRadius);
38556
+ color: var(--Tabs-color);
38557
+ margin: var(--Tabs-linkMargin);
38558
+ padding: var(--Tabs-linkPadding);
38559
+ text-decoration: none;
38560
+ cursor: pointer;
38561
+ display: block;
38562
+ }
38563
+
38564
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38565
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38566
+ color: var(--primary);
38567
+ background: transparent;
38568
+ border-color: transparent;
38569
+ }
38570
+
38571
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38572
+ margin: 0;
38573
+ }
38574
+
38575
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38576
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38577
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38578
+ font-size: var(--Tabs-linkFontSize);
38579
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38580
+ border-color: var(--Tabs--line-onHover-borderColor);
38581
+ color: var(--Tabs--line-onHover-color);
38582
+ background: transparent;
38583
+ }
38584
+
37747
38585
  .amis-scope .a-AnchorNav-section-wrap {
37748
38586
  border: none;
37749
38587
  flex-grow: 1;
37750
38588
  overflow: auto;
38589
+ scroll-behavior: smooth;
37751
38590
  background: var(--Tabs-content-bg);
37752
38591
  }
37753
38592