amis 1.4.2-beta.1 → 1.4.2-beta.11

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 (381) hide show
  1. package/lib/Schema.d.ts +9 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/ColorPicker.d.ts +84 -84
  16. package/lib/components/DatePicker.d.ts +84 -84
  17. package/lib/components/DateRangePicker.d.ts +84 -84
  18. package/lib/components/Editor.d.ts +84 -84
  19. package/lib/components/GroupedSelection.d.ts +907 -0
  20. package/lib/components/GroupedSelection.js +48 -0
  21. package/lib/components/GroupedSelection.js.map +13 -0
  22. package/lib/components/Link.d.ts +29 -36
  23. package/lib/components/Link.js +14 -15
  24. package/lib/components/Link.js.map +2 -2
  25. package/lib/components/ListGroup.d.ts +21 -21
  26. package/lib/components/ModalManager.js +1 -1
  27. package/lib/components/ModalManager.js.map +2 -2
  28. package/lib/components/MonthRangePicker.d.ts +84 -84
  29. package/lib/components/NumberInput.d.ts +20 -20
  30. package/lib/components/PickerColumn.d.ts +514 -0
  31. package/lib/components/PickerColumn.js +279 -0
  32. package/lib/components/PickerColumn.js.map +13 -0
  33. package/lib/components/PickerContainer.d.ts +513 -0
  34. package/lib/components/PickerContainer.js +96 -0
  35. package/lib/components/PickerContainer.js.map +13 -0
  36. package/lib/components/Radios.d.ts +22 -21
  37. package/lib/components/Radios.js +1 -0
  38. package/lib/components/Radios.js.map +2 -2
  39. package/lib/components/Rating.d.ts +21 -21
  40. package/lib/components/ResultBox.d.ts +84 -84
  41. package/lib/components/SearchBox.d.ts +84 -84
  42. package/lib/components/SearchBox.js +4 -4
  43. package/lib/components/SearchBox.js.map +2 -2
  44. package/lib/components/Select.d.ts +245 -237
  45. package/lib/components/Select.js +25 -4
  46. package/lib/components/Select.js.map +2 -2
  47. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  48. package/lib/components/Selection.js +134 -0
  49. package/lib/components/Selection.js.map +13 -0
  50. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  51. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  52. package/lib/components/TableSelection.js.map +13 -0
  53. package/lib/components/Tabs.d.ts +20 -20
  54. package/lib/components/TabsTransfer.d.ts +84 -84
  55. package/lib/components/TabsTransfer.js +9 -9
  56. package/lib/components/TabsTransfer.js.map +2 -2
  57. package/lib/components/TabsTransferPicker.d.ts +489 -0
  58. package/lib/components/TabsTransferPicker.js +60 -0
  59. package/lib/components/TabsTransferPicker.js.map +13 -0
  60. package/lib/components/Transfer.d.ts +908 -274
  61. package/lib/components/Transfer.js +31 -24
  62. package/lib/components/Transfer.js.map +2 -2
  63. package/lib/components/TransferDropDown.d.ts +487 -0
  64. package/lib/components/TransferDropDown.js +59 -0
  65. package/lib/components/TransferDropDown.js.map +13 -0
  66. package/lib/components/TransferPicker.d.ts +489 -0
  67. package/lib/components/TransferPicker.js +60 -0
  68. package/lib/components/TransferPicker.js.map +13 -0
  69. package/lib/components/Tree.d.ts +84 -84
  70. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  71. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  72. package/lib/components/TreeSelection.js.map +13 -0
  73. package/lib/components/WithRemoteConfig.js +1 -1
  74. package/lib/components/WithRemoteConfig.js.map +2 -2
  75. package/lib/components/condition-builder/Field.js +5 -2
  76. package/lib/components/condition-builder/Field.js.map +2 -2
  77. package/lib/components/condition-builder/Func.js +2 -2
  78. package/lib/components/condition-builder/Func.js.map +2 -2
  79. package/lib/components/condition-builder/InputSwitch.js +2 -2
  80. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  81. package/lib/components/condition-builder/Item.js +3 -3
  82. package/lib/components/condition-builder/Item.js.map +2 -2
  83. package/lib/components/index.d.ts +8 -8
  84. package/lib/components/index.js +16 -16
  85. package/lib/components/index.js.map +2 -2
  86. package/lib/envOverwrite.js.map +2 -2
  87. package/lib/factory.d.ts +4 -0
  88. package/lib/factory.js +4 -2
  89. package/lib/factory.js.map +2 -2
  90. package/lib/helper.css.map +1 -1
  91. package/lib/hooks/index.d.ts +5 -0
  92. package/lib/hooks/index.js +14 -0
  93. package/lib/hooks/index.js.map +13 -0
  94. package/lib/hooks/use-set-state.d.ts +2 -0
  95. package/lib/hooks/use-set-state.js +15 -0
  96. package/lib/hooks/use-set-state.js.map +13 -0
  97. package/lib/hooks/use-touch.d.ts +16 -0
  98. package/lib/hooks/use-touch.js +73 -0
  99. package/lib/hooks/use-touch.js.map +13 -0
  100. package/lib/hooks/use-update-effect.d.ts +3 -0
  101. package/lib/hooks/use-update-effect.js +17 -0
  102. package/lib/hooks/use-update-effect.js.map +13 -0
  103. package/lib/index.d.ts +3 -0
  104. package/lib/index.js +4 -1
  105. package/lib/index.js.map +2 -2
  106. package/lib/locale/de-DE.js +2 -0
  107. package/lib/locale/de-DE.js.map +2 -2
  108. package/lib/locale/en-US.js +2 -0
  109. package/lib/locale/en-US.js.map +2 -2
  110. package/lib/locale/zh-CN.js +4 -2
  111. package/lib/locale/zh-CN.js.map +2 -2
  112. package/lib/renderers/Action.d.ts +4 -3
  113. package/lib/renderers/Action.js +17 -4
  114. package/lib/renderers/Action.js.map +2 -2
  115. package/lib/renderers/AnchorNav.d.ts +1 -0
  116. package/lib/renderers/AnchorNav.js +2 -2
  117. package/lib/renderers/AnchorNav.js.map +2 -2
  118. package/lib/renderers/Avatar.js +3 -3
  119. package/lib/renderers/Avatar.js.map +2 -2
  120. package/lib/renderers/Breadcrumb.js +1 -1
  121. package/lib/renderers/Breadcrumb.js.map +2 -2
  122. package/lib/renderers/CRUD.d.ts +9 -0
  123. package/lib/renderers/CRUD.js +24 -4
  124. package/lib/renderers/CRUD.js.map +2 -2
  125. package/lib/renderers/Card.d.ts +4 -0
  126. package/lib/renderers/Card.js +29 -23
  127. package/lib/renderers/Card.js.map +2 -2
  128. package/lib/renderers/Chart.js +1 -1
  129. package/lib/renderers/Chart.js.map +2 -2
  130. package/lib/renderers/Collapse.js +3 -2
  131. package/lib/renderers/Collapse.js.map +2 -2
  132. package/lib/renderers/DropDownButton.js +1 -1
  133. package/lib/renderers/DropDownButton.js.map +2 -2
  134. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  135. package/lib/renderers/Form/Editor.d.ts +3 -2
  136. package/lib/renderers/Form/InputCity.d.ts +84 -84
  137. package/lib/renderers/Form/InputCity.js +7 -6
  138. package/lib/renderers/Form/InputCity.js.map +2 -2
  139. package/lib/renderers/Form/InputColor.d.ts +84 -84
  140. package/lib/renderers/Form/InputFile.js +10 -4
  141. package/lib/renderers/Form/InputFile.js.map +2 -2
  142. package/lib/renderers/Form/InputImage.js +11 -4
  143. package/lib/renderers/Form/InputImage.js.map +2 -2
  144. package/lib/renderers/Form/Item.d.ts +1 -1
  145. package/lib/renderers/Form/Item.js.map +1 -1
  146. package/lib/renderers/Form/Options.js +13 -3
  147. package/lib/renderers/Form/Options.js.map +2 -2
  148. package/lib/renderers/Form/Select.d.ts +41 -4
  149. package/lib/renderers/Form/Select.js +23 -3
  150. package/lib/renderers/Form/Select.js.map +2 -2
  151. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  152. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  153. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  154. package/lib/renderers/Form/Transfer.js +3 -2
  155. package/lib/renderers/Form/Transfer.js.map +2 -2
  156. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  157. package/lib/renderers/Form/TransferPicker.js +29 -0
  158. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  159. package/lib/renderers/Form/TreeSelect.js +2 -2
  160. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  161. package/lib/renderers/Form/index.js +1 -1
  162. package/lib/renderers/Form/index.js.map +2 -2
  163. package/lib/renderers/Form/wrapControl.js +13 -1
  164. package/lib/renderers/Form/wrapControl.js.map +2 -2
  165. package/lib/renderers/IFrame.js +1 -3
  166. package/lib/renderers/IFrame.js.map +2 -2
  167. package/lib/renderers/Json.d.ts +4 -0
  168. package/lib/renderers/Json.js +4 -13
  169. package/lib/renderers/Json.js.map +2 -2
  170. package/lib/renderers/Link.d.ts +4 -2
  171. package/lib/renderers/Link.js +15 -6
  172. package/lib/renderers/Link.js.map +2 -2
  173. package/lib/renderers/List.js +1 -1
  174. package/lib/renderers/List.js.map +2 -2
  175. package/lib/renderers/Mapping.d.ts +9 -2
  176. package/lib/renderers/Mapping.js +18 -6
  177. package/lib/renderers/Mapping.js.map +2 -2
  178. package/lib/renderers/Nav.d.ts +21 -21
  179. package/lib/renderers/Nav.js +39 -21
  180. package/lib/renderers/Nav.js.map +2 -2
  181. package/lib/renderers/Portlet.d.ts +125 -0
  182. package/lib/renderers/Portlet.js +156 -0
  183. package/lib/renderers/Portlet.js.map +13 -0
  184. package/lib/renderers/Property.js +2 -1
  185. package/lib/renderers/Property.js.map +2 -2
  186. package/lib/renderers/SearchBox.d.ts +6 -1
  187. package/lib/renderers/SearchBox.js +19 -5
  188. package/lib/renderers/SearchBox.js.map +2 -2
  189. package/lib/renderers/Table/TableContent.d.ts +4 -1
  190. package/lib/renderers/Table/TableContent.js +21 -1
  191. package/lib/renderers/Table/TableContent.js.map +2 -2
  192. package/lib/renderers/Table/index.d.ts +5 -1
  193. package/lib/renderers/Table/index.js +64 -29
  194. package/lib/renderers/Table/index.js.map +2 -2
  195. package/lib/renderers/Tabs.js +9 -1
  196. package/lib/renderers/Tabs.js.map +2 -2
  197. package/lib/renderers/WebComponent.js +1 -1
  198. package/lib/renderers/WebComponent.js.map +2 -2
  199. package/lib/store/combo.d.ts +2 -16
  200. package/lib/store/crud.js +3 -7
  201. package/lib/store/crud.js.map +2 -2
  202. package/lib/store/form.d.ts +1 -1
  203. package/lib/store/form.js +5 -6
  204. package/lib/store/form.js.map +2 -2
  205. package/lib/store/service.js +5 -4
  206. package/lib/store/service.js.map +2 -2
  207. package/lib/store/table.d.ts +2 -2
  208. package/lib/themes/ang-ie11.css +422 -149
  209. package/lib/themes/ang.css +422 -149
  210. package/lib/themes/ang.css.map +1 -1
  211. package/lib/themes/antd-ie11.css +422 -149
  212. package/lib/themes/antd.css +422 -149
  213. package/lib/themes/antd.css.map +1 -1
  214. package/lib/themes/cxd-ie11.css +456 -182
  215. package/lib/themes/cxd.css +456 -182
  216. package/lib/themes/cxd.css.map +1 -1
  217. package/lib/themes/dark-ie11.css +422 -149
  218. package/lib/themes/dark.css +422 -149
  219. package/lib/themes/dark.css.map +1 -1
  220. package/lib/themes/default.css +456 -182
  221. package/lib/themes/default.css.map +1 -1
  222. package/lib/types.d.ts +37 -0
  223. package/lib/types.js +0 -5
  224. package/lib/types.js.map +2 -2
  225. package/lib/utils/api.d.ts +3 -2
  226. package/lib/utils/api.js +28 -12
  227. package/lib/utils/api.js.map +2 -2
  228. package/lib/utils/dom.d.ts +4 -0
  229. package/lib/utils/dom.js +11 -1
  230. package/lib/utils/dom.js.map +2 -2
  231. package/lib/utils/helper.d.ts +2 -0
  232. package/lib/utils/helper.js +11 -2
  233. package/lib/utils/helper.js.map +2 -2
  234. package/lib/utils/icon.js +3 -0
  235. package/lib/utils/icon.js.map +2 -2
  236. package/package.json +1 -1
  237. package/schema.json +3038 -790
  238. package/scss/_mixins.scss +1 -3
  239. package/scss/_properties.scss +25 -1
  240. package/scss/base/_normalize.scss +2 -0
  241. package/scss/components/_anchor-nav.scss +88 -29
  242. package/scss/components/_card.scss +8 -14
  243. package/scss/components/_collapse.scss +16 -1
  244. package/scss/components/_mapping.scss +6 -0
  245. package/scss/components/_nav.scss +1 -1
  246. package/scss/components/_picker-columns.scss +123 -0
  247. package/scss/components/_popover.scss +17 -0
  248. package/scss/components/_portlet.scss +51 -0
  249. package/scss/components/_status.scss +1 -1
  250. package/scss/components/_table.scss +26 -0
  251. package/scss/components/form/_checks.scss +0 -351
  252. package/scss/components/form/_fieldset.scss +5 -1
  253. package/scss/components/form/_selection.scss +354 -0
  254. package/scss/components/form/_transfer.scss +75 -18
  255. package/scss/themes/_common.scss +4 -0
  256. package/scss/themes/_cxd-variables.scss +4 -1
  257. package/scss/themes/cxd.scss +16 -12
  258. package/sdk/ang-ie11.css +457 -152
  259. package/sdk/ang.css +480 -154
  260. package/sdk/antd-ie11.css +456 -151
  261. package/sdk/antd.css +480 -154
  262. package/sdk/charts.js +13 -13
  263. package/sdk/color-picker.js +65 -69
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +496 -194
  266. package/sdk/cxd.css +517 -190
  267. package/sdk/dark-ie11.css +457 -152
  268. package/sdk/dark.css +480 -154
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/helper.css.map +1 -1
  271. package/sdk/locale/de-DE.js +2 -0
  272. package/sdk/markdown.js +69 -69
  273. package/sdk/papaparse.js +1 -1
  274. package/sdk/renderers/Form/CityDB.js +1 -1
  275. package/sdk/rest.js +20 -28
  276. package/sdk/rich-text.js +62 -62
  277. package/sdk/sdk-ie11.css +496 -194
  278. package/sdk/sdk.css +517 -190
  279. package/sdk/sdk.js +1268 -1236
  280. package/sdk/thirds/hls.js/hls.js +1 -1
  281. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  282. package/sdk/tinymce.js +57 -57
  283. package/src/Schema.ts +14 -0
  284. package/src/components/AnchorNav.tsx +15 -4
  285. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  286. package/src/components/Badge.tsx +3 -3
  287. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  288. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  289. package/src/components/Link.tsx +28 -37
  290. package/src/components/ModalManager.ts +1 -1
  291. package/src/components/PickerColumn.tsx +429 -0
  292. package/src/components/PickerContainer.tsx +128 -0
  293. package/src/components/Radios.tsx +3 -8
  294. package/src/components/SearchBox.tsx +4 -5
  295. package/src/components/Select.tsx +57 -5
  296. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  297. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  298. package/src/components/TabsTransfer.tsx +13 -7
  299. package/src/components/TabsTransferPicker.tsx +85 -0
  300. package/src/components/Transfer.tsx +71 -50
  301. package/src/components/TransferDropDown.tsx +117 -0
  302. package/src/components/TransferPicker.tsx +84 -0
  303. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  304. package/src/components/WithRemoteConfig.tsx +7 -2
  305. package/src/components/condition-builder/Field.tsx +5 -5
  306. package/src/components/condition-builder/Func.tsx +3 -3
  307. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  308. package/src/components/condition-builder/Item.tsx +5 -12
  309. package/src/components/index.tsx +13 -13
  310. package/src/envOverwrite.ts +0 -1
  311. package/src/factory.tsx +18 -3
  312. package/src/hooks/index.ts +5 -0
  313. package/src/hooks/use-set-state.ts +19 -0
  314. package/src/hooks/use-touch.ts +100 -0
  315. package/src/hooks/use-update-effect.ts +16 -0
  316. package/src/index.tsx +3 -0
  317. package/src/locale/de-DE.ts +2 -0
  318. package/src/locale/en-US.ts +2 -0
  319. package/src/locale/zh-CN.ts +4 -2
  320. package/src/renderers/Action.tsx +28 -2
  321. package/src/renderers/AnchorNav.tsx +4 -0
  322. package/src/renderers/Avatar.tsx +8 -4
  323. package/src/renderers/Breadcrumb.tsx +5 -1
  324. package/src/renderers/CRUD.tsx +33 -3
  325. package/src/renderers/Card.tsx +63 -34
  326. package/src/renderers/Chart.tsx +6 -2
  327. package/src/renderers/Collapse.tsx +4 -2
  328. package/src/renderers/DropDownButton.tsx +1 -1
  329. package/src/renderers/Form/InputCity.tsx +4 -8
  330. package/src/renderers/Form/InputFile.tsx +29 -20
  331. package/src/renderers/Form/InputImage.tsx +11 -3
  332. package/src/renderers/Form/Item.tsx +1 -1
  333. package/src/renderers/Form/Options.tsx +16 -2
  334. package/src/renderers/Form/Select.tsx +144 -21
  335. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  336. package/src/renderers/Form/Transfer.tsx +3 -2
  337. package/src/renderers/Form/TransferPicker.tsx +123 -0
  338. package/src/renderers/Form/TreeSelect.tsx +25 -0
  339. package/src/renderers/Form/index.tsx +1 -1
  340. package/src/renderers/Form/wrapControl.tsx +26 -1
  341. package/src/renderers/IFrame.tsx +2 -4
  342. package/src/renderers/Json.tsx +9 -9
  343. package/src/renderers/Link.tsx +27 -13
  344. package/src/renderers/List.tsx +1 -1
  345. package/src/renderers/Mapping.tsx +27 -11
  346. package/src/renderers/Nav.tsx +108 -60
  347. package/src/renderers/Portlet.tsx +423 -0
  348. package/src/renderers/Property.tsx +3 -2
  349. package/src/renderers/SearchBox.tsx +23 -4
  350. package/src/renderers/Table/TableContent.tsx +40 -2
  351. package/src/renderers/Table/index.tsx +87 -41
  352. package/src/renderers/Tabs.tsx +9 -1
  353. package/src/renderers/WebComponent.tsx +2 -2
  354. package/src/store/crud.ts +3 -8
  355. package/src/store/form.ts +5 -10
  356. package/src/store/service.ts +5 -4
  357. package/src/types.ts +57 -0
  358. package/src/utils/api.ts +40 -20
  359. package/src/utils/dom.tsx +12 -0
  360. package/src/utils/helper.ts +8 -0
  361. package/src/utils/icon.tsx +4 -0
  362. package/dump.rdb +0 -0
  363. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  364. package/lib/components/AssociatedCheckboxes.js +0 -90
  365. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  366. package/lib/components/ChainedCheckboxes.js.map +0 -13
  367. package/lib/components/Checkboxes.js +0 -101
  368. package/lib/components/Checkboxes.js.map +0 -13
  369. package/lib/components/ListCheckboxes.d.ts +0 -739
  370. package/lib/components/ListCheckboxes.js +0 -48
  371. package/lib/components/ListCheckboxes.js.map +0 -13
  372. package/lib/components/ListRadios.d.ts +0 -763
  373. package/lib/components/ListRadios.js +0 -86
  374. package/lib/components/ListRadios.js.map +0 -13
  375. package/lib/components/TableCheckboxes.js.map +0 -13
  376. package/lib/components/TreeCheckboxes.js.map +0 -13
  377. package/lib/components/TreeRadios.d.ts +0 -838
  378. package/lib/components/TreeRadios.js +0 -116
  379. package/lib/components/TreeRadios.js.map +0 -13
  380. package/src/components/ListRadios.tsx +0 -159
  381. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang.css CHANGED
@@ -19623,8 +19623,13 @@ readers do not read off random characters that represent icons */
19623
19623
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
19624
  --Collapse-header-bg: transparent;
19625
19625
  --Collapse-header-onHover-bg: transparent;
19626
- --Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
19626
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19627
19627
  var(--Collapse-border-color);
19628
+ --Collapse-header-collapsed-borderTop: none;
19629
+ --Collapse-header-collapsed-borderBottom: var(
19630
+ --Collapse-header-collapsed-border
19631
+ );
19632
+ --Collapse-header-wrapper-direction: row;
19628
19633
  --Collapse-content-padding: 1.125rem 0;
19629
19634
  --Collapse-content-color: var(--body-color);
19630
19635
  --Collapse-content-fontSize: var(--body-size);
@@ -20112,11 +20117,28 @@ readers do not read off random characters that represent icons */
20112
20117
  --Panel-titleMarginTop: 0;
20113
20118
  --Picker-iconColor: var(--icon-color);
20114
20119
  --Picker-onHover-iconColor: var(--icon-onHover-color);
20120
+ --PickerColumns-bg: white;
20121
+ --PickerColumns-toolbar-height: 3.125rem;
20122
+ --PickerColumns-title-fontSize: var(--fontSizeLg);
20123
+ --PickerColumns-title-lineHeight: 1.5;
20124
+ --PickerColumns-action-padding: 0 var(--gap-sm);
20125
+ --PickerColumns-action-fontSize: var(--fontSizeMd);
20126
+ --PickerColumns-confirmAction-color: var(--Button--info-bg);
20127
+ --PickerColumns-cancelAction-color: var(--Button--light-bg);
20128
+ --PickerColumns-option-fontSize: var(--fontSizeLg);
20129
+ --PickerColumns-optionText-color: var(--text-color);
20130
+ --PickerColumns-optionDisabled-opacity: 0.3;
20131
+ --PickerColumns-loadingIcon-color: var(--icon-color);
20132
+ --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
20115
20133
  --PopOver-bg: white;
20116
20134
  --PopOverAble-iconColor: inherit;
20117
20135
  --PopOverAble-onHover-iconColor: inherit;
20118
20136
  --Property-title-bg: #f2f2f2;
20119
20137
  --Property-label-bg: #f7f7f7;
20138
+ --Portlet-borderColor: var(--borderColor);
20139
+ --Portlet-borderStyle: solid;
20140
+ --Portlet-borderWidth: var(--borderWidth);
20141
+ --Portlet-borderRadius: var(--borderRadius);
20120
20142
  --QuickEdit-iconColor: inherit;
20121
20143
  --QuickEdit-onFocus-borderColor: var(--info);
20122
20144
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20769,6 +20791,8 @@ readers do not read off random characters that represent icons */
20769
20791
  width: 1em;
20770
20792
  height: 1em;
20771
20793
  fill: currentColor;
20794
+ position: relative;
20795
+ top: 0.125em;
20772
20796
  }
20773
20797
 
20774
20798
  .amis-scope svg.r90 {
@@ -23986,6 +24010,143 @@ readers do not read off random characters that represent icons */
23986
24010
  background: transparent;
23987
24011
  }
23988
24012
 
24013
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
24014
+ background: rgba(0, 0, 0, 0.3);
24015
+ }
24016
+
24017
+ .amis-scope .a-PopOver--leftBottomLeftTop {
24018
+ margin-top: 0.25rem;
24019
+ }
24020
+
24021
+ .amis-scope .a-PopOver--leftTopLeftBottom {
24022
+ margin-top: -0.25rem;
24023
+ }
24024
+
24025
+ .amis-scope .has-popover {
24026
+ position: relative;
24027
+ }
24028
+
24029
+ .amis-scope .a-PickerColumns {
24030
+ position: relative;
24031
+ background-color: var(--PickerColumns-bg);
24032
+ user-select: none;
24033
+ }
24034
+
24035
+ .amis-scope .a-PickerColumns-popOver {
24036
+ position: fixed;
24037
+ bottom: 0;
24038
+ left: 0;
24039
+ width: 100%;
24040
+ padding: 0 var(--gap-sm);
24041
+ }
24042
+
24043
+ .amis-scope .a-PickerColumns-toolbar {
24044
+ display: flex;
24045
+ align-items: center;
24046
+ justify-content: space-between;
24047
+ height: var(--PickerColumns-toolbar-height);
24048
+ }
24049
+
24050
+ .amis-scope .a-PickerColumns-cancel,
24051
+ .amis-scope .a-PickerColumns-confirm {
24052
+ height: 100%;
24053
+ padding: var(--PickerColumns-action-padding);
24054
+ font-size: var(--PickerColumns-action-fontSize);
24055
+ background-color: transparent;
24056
+ border: none;
24057
+ cursor: pointer;
24058
+ }
24059
+
24060
+ .amis-scope .a-PickerColumns-cancel:active,
24061
+ .amis-scope .a-PickerColumns-confirm:active {
24062
+ opacity: 0.7;
24063
+ }
24064
+
24065
+ .amis-scope .a-PickerColumns-confirm {
24066
+ color: var(--PickerColumns-confirmAction-color);
24067
+ }
24068
+
24069
+ .amis-scope .a-PickerColumns-cancel {
24070
+ color: var(--PickerColumns-cancelAction-color);
24071
+ }
24072
+
24073
+ .amis-scope .a-PickerColumns-title {
24074
+ max-width: 50%;
24075
+ font-weight: 500;
24076
+ font-size: var(--PickerColumns-title-fontSize);
24077
+ line-height: var(--PickerColumns-title-lineHeight);
24078
+ text-align: center;
24079
+ }
24080
+
24081
+ .amis-scope .a-PickerColumns-columns {
24082
+ position: relative;
24083
+ display: flex;
24084
+ cursor: grab;
24085
+ }
24086
+
24087
+ .amis-scope .a-PickerColumns-loading {
24088
+ position: absolute;
24089
+ top: 0;
24090
+ right: 0;
24091
+ bottom: 0;
24092
+ left: 0;
24093
+ z-index: 3;
24094
+ display: flex;
24095
+ align-items: center;
24096
+ justify-content: center;
24097
+ color: var(--PickerColumns-loadingIcon-color);
24098
+ background-color: var(--PickerColumns-loadingMask-color);
24099
+ }
24100
+
24101
+ .amis-scope .a-PickerColumns-frame {
24102
+ position: absolute;
24103
+ top: 50%;
24104
+ right: var(--gap-md);
24105
+ left: var(--gap-md);
24106
+ z-index: 2;
24107
+ transform: translateY(-50%);
24108
+ pointer-events: none;
24109
+ }
24110
+
24111
+ .amis-scope .a-PickerColumns-mask {
24112
+ position: absolute;
24113
+ top: 0;
24114
+ left: 0;
24115
+ z-index: 1;
24116
+ width: 100%;
24117
+ height: 100%;
24118
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
24119
+ background-repeat: no-repeat;
24120
+ background-position: top, bottom;
24121
+ transform: translateZ(0);
24122
+ pointer-events: none;
24123
+ }
24124
+
24125
+ .amis-scope .a-PickerColumns-column {
24126
+ flex: 1;
24127
+ overflow: hidden;
24128
+ font-size: var(--PickerColumns-option-fontSize);
24129
+ }
24130
+
24131
+ .amis-scope .a-PickerColumns-columnWrapper {
24132
+ margin: 0;
24133
+ padding: 0;
24134
+ list-style: none;
24135
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24136
+ }
24137
+
24138
+ .amis-scope .a-PickerColumns-columnItem {
24139
+ display: flex;
24140
+ align-items: center;
24141
+ justify-content: center;
24142
+ color: var(--PickerColumns-optionText-color);
24143
+ }
24144
+
24145
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
24146
+ cursor: not-allowed;
24147
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24148
+ }
24149
+
23989
24150
  @keyframes bounceIn {
23990
24151
  from, 20%, 40%, 60%, 80%, to {
23991
24152
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25074,7 +25235,7 @@ readers do not read off random characters that represent icons */
25074
25235
  border-color: var(--Nav-item-onHover-color);
25075
25236
  text-decoration: none;
25076
25237
  background: var(--Nav-item-onHover-bg);
25077
- z-index: 9999;
25238
+ z-index: 1;
25078
25239
  }
25079
25240
 
25080
25241
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
@@ -26141,6 +26302,15 @@ readers do not read off random characters that represent icons */
26141
26302
  background: var(--Collapse-header-bg);
26142
26303
  }
26143
26304
 
26305
+ .amis-scope .a-Collapse-header-wrapper {
26306
+ display: inline-flex;
26307
+ flex-direction: var(--Collapse-header-wrapper-direction);
26308
+ }
26309
+
26310
+ .amis-scope .a-Collapse-header-tpl {
26311
+ margin-right: 0.5rem;
26312
+ }
26313
+
26144
26314
  .amis-scope .a-Collapse-header:hover {
26145
26315
  background: var(--Collapse-header-onHover-bg);
26146
26316
  }
@@ -26177,7 +26347,7 @@ readers do not read off random characters that represent icons */
26177
26347
  }
26178
26348
 
26179
26349
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26180
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26350
+ border-bottom: var(--Collapse-header-collapsed-border);
26181
26351
  }
26182
26352
 
26183
26353
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
@@ -26190,6 +26360,12 @@ readers do not read off random characters that represent icons */
26190
26360
  color: var(--link-color);
26191
26361
  border-left: none;
26192
26362
  font-size: var(--fontSizeBase);
26363
+ border-top: var(--Collapse-header-collapsed-borderTop);
26364
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26365
+ }
26366
+
26367
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26368
+ border-top: none;
26193
26369
  }
26194
26370
 
26195
26371
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -27409,6 +27585,10 @@ readers do not read off random characters that represent icons */
27409
27585
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27410
27586
  }
27411
27587
 
27588
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27589
+ cursor: pointer;
27590
+ }
27591
+
27412
27592
  .amis-scope .a-Table-table > thead > tr > th {
27413
27593
  background: var(--Table-thead-bg);
27414
27594
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -28752,6 +28932,28 @@ readers do not read off random characters that represent icons */
28752
28932
  left: 0;
28753
28933
  }
28754
28934
 
28935
+ .amis-scope .a-Table--autoFillHeight {
28936
+ margin-bottom: 0;
28937
+ }
28938
+
28939
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
28940
+ border-top: none;
28941
+ }
28942
+
28943
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
28944
+ position: sticky;
28945
+ top: 0;
28946
+ z-index: 1;
28947
+ }
28948
+
28949
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
28950
+ display: none;
28951
+ }
28952
+
28953
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
28954
+ margin-bottom: 0;
28955
+ }
28956
+
28755
28957
  .amis-scope .a-InputTable-toolbar {
28756
28958
  display: flex;
28757
28959
  flex-direction: row;
@@ -29516,18 +29718,6 @@ readers do not read off random characters that represent icons */
29516
29718
  margin-top: var(--gap-xs);
29517
29719
  }
29518
29720
 
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
29721
  .amis-scope .a-Card-dragBtn {
29532
29722
  cursor: pointer;
29533
29723
  float: right;
@@ -29535,7 +29725,8 @@ readers do not read off random characters that represent icons */
29535
29725
  }
29536
29726
 
29537
29727
  .amis-scope .a-Card-heading {
29538
- overflow: hidden;
29728
+ display: flex;
29729
+ flex-direction: row;
29539
29730
  padding: var(--gap-sm) var(--gap-base);
29540
29731
  flex: 1 0 auto;
29541
29732
  }
@@ -29567,12 +29758,17 @@ readers do not read off random characters that represent icons */
29567
29758
 
29568
29759
  .amis-scope .a-Card-meta {
29569
29760
  display: block;
29761
+ flex-grow: 1;
29570
29762
  height: 100%;
29571
- overflow: hidden;
29572
29763
  position: relative;
29573
29764
  margin-right: var(--gap-md);
29574
29765
  }
29575
29766
 
29767
+ .amis-scope .a-Card-toolbar {
29768
+ margin-right: calc(-1 * var(--gap-base));
29769
+ text-align: right;
29770
+ }
29771
+
29576
29772
  .amis-scope .a-Card-highlight {
29577
29773
  background: var(--success);
29578
29774
  width: 0.5rem;
@@ -30061,7 +30257,7 @@ readers do not read off random characters that represent icons */
30061
30257
 
30062
30258
  .amis-scope .a-StatusField-label {
30063
30259
  font-size: var(--fontSizeSm);
30064
- margin-left: var(--gap-sm);
30260
+ margin-left: var(--gap-xs);
30065
30261
  }
30066
30262
 
30067
30263
  @keyframes animation-rolling_red {
@@ -31422,6 +31618,49 @@ readers do not read off random characters that represent icons */
31422
31618
  border: 1px solid var(--Steps-status-success);
31423
31619
  }
31424
31620
 
31621
+ .amis-scope .a-Portlet {
31622
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31623
+ border-radius: var(--Portlet-borderRadius);
31624
+ padding: var(--gap-base);
31625
+ }
31626
+
31627
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31628
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31629
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31630
+ border: none !important;
31631
+ color: inherit !important;
31632
+ cursor: auto !important;
31633
+ }
31634
+
31635
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31636
+ border-bottom: none;
31637
+ }
31638
+
31639
+ .amis-scope .a-Portlet .a-Tabs-pane {
31640
+ padding: unset;
31641
+ }
31642
+
31643
+ .amis-scope .a-Portlet-toolbar {
31644
+ display: inline-flex;
31645
+ float: right;
31646
+ justify-content: flex-end;
31647
+ }
31648
+
31649
+ .amis-scope .a-Portlet-toolbar .a-Button {
31650
+ margin-left: calc(var(--gap-xs));
31651
+ }
31652
+
31653
+ .amis-scope .a-Portlet-header-desc {
31654
+ height: 100%;
31655
+ overflow: hidden;
31656
+ position: relative;
31657
+ margin-left: var(--gap-base);
31658
+ }
31659
+
31660
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31661
+ display: none;
31662
+ }
31663
+
31425
31664
  .amis-scope fieldset.a-Collapse--lg,
31426
31665
  .amis-scope fieldset.a-Collapse--md,
31427
31666
  .amis-scope fieldset.a-Collapse--base,
@@ -31480,11 +31719,16 @@ readers do not read off random characters that represent icons */
31480
31719
  margin: var(--gap-base) 0;
31481
31720
  padding: 0 0 0 14px;
31482
31721
  cursor: pointer;
31483
- border-bottom: 0;
31722
+ border-bottom: none !important;
31723
+ background: transparent;
31484
31724
  display: flex;
31485
31725
  flex-direction: row;
31486
31726
  }
31487
31727
 
31728
+ .amis-scope fieldset.a-Collapse > legend:hover {
31729
+ background: transparent;
31730
+ }
31731
+
31488
31732
  .amis-scope fieldset.a-Collapse--xs {
31489
31733
  padding: 20px 5px 5px 5px;
31490
31734
  }
@@ -32566,7 +32810,7 @@ readers do not read off random characters that represent icons */
32566
32810
  color: #999;
32567
32811
  }
32568
32812
 
32569
- .amis-scope .a-Checkboxes > .a-Checkbox {
32813
+ .amis-scope .a-Selection > .a-Checkbox {
32570
32814
  display: block;
32571
32815
  height: var(--Form-input-height);
32572
32816
  line-height: var(--Form-input-lineHeight);
@@ -32574,43 +32818,36 @@ readers do not read off random characters that represent icons */
32574
32818
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
32575
32819
  }
32576
32820
 
32577
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
32821
+ .amis-scope .a-Selection--inline > .a-Checkbox {
32578
32822
  display: inline-block;
32579
32823
  }
32580
32824
 
32581
- .amis-scope .a-Checkboxes-addBtn {
32825
+ .amis-scope .a-Selection-addBtn {
32582
32826
  display: block;
32583
32827
  cursor: pointer;
32584
32828
  }
32585
32829
 
32586
- .amis-scope .a-Checkboxes-addBtn:hover {
32830
+ .amis-scope .a-Selection-addBtn:hover {
32587
32831
  text-decoration: none;
32588
32832
  }
32589
32833
 
32590
- .amis-scope .a-Checkboxes-addBtn > svg {
32834
+ .amis-scope .a-Selection-addBtn > svg {
32591
32835
  width: 0.875rem;
32592
32836
  height: 0.875rem;
32593
32837
  margin-right: var(--Checkbox-gap);
32594
32838
  }
32595
32839
 
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 {
32840
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
32600
32841
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32601
32842
  }
32602
32843
 
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 {
32844
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
32607
32845
  font-size: var(--fontSizeSm);
32608
32846
  padding: var(--gap-xs) var(--gap-xs);
32609
32847
  color: var(--text--muted-color);
32610
32848
  }
32611
32849
 
32612
- .amis-scope .a-ListCheckboxes-item,
32613
- .amis-scope .a-ListRadios-item {
32850
+ .amis-scope .a-GroupedSelection-item {
32614
32851
  display: flex;
32615
32852
  height: var(--Form-input-height);
32616
32853
  line-height: var(--Form-input-lineHeight);
@@ -32621,51 +32858,37 @@ readers do not read off random characters that represent icons */
32621
32858
  user-select: none;
32622
32859
  }
32623
32860
 
32624
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
32625
- .amis-scope .a-ListRadios-item > .a-Checkbox {
32861
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
32626
32862
  margin-right: 0;
32627
32863
  }
32628
32864
 
32629
- .amis-scope .a-ListCheckboxes-item.is-active,
32630
- .amis-scope .a-ListRadios-item.is-active {
32865
+ .amis-scope .a-GroupedSelection-item.is-active {
32631
32866
  color: var(--Form-select-menu-onActive-color);
32632
32867
  background: var(--Form-select-menu-onActive-bg);
32633
32868
  }
32634
32869
 
32635
- .amis-scope .a-ListCheckboxes-item:hover,
32636
- .amis-scope .a-ListRadios-item:hover {
32870
+ .amis-scope .a-GroupedSelection-item:hover {
32637
32871
  background: var(--Tree-item-onHover-bg);
32638
32872
  }
32639
32873
 
32640
- .amis-scope .a-ListCheckboxes-item.is-disabled,
32641
- .amis-scope .a-ListRadios-item.is-disabled {
32874
+ .amis-scope .a-GroupedSelection-item.is-disabled {
32642
32875
  pointer-events: none;
32643
32876
  color: var(--text--muted-color);
32644
32877
  }
32645
32878
 
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 {
32879
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
32654
32880
  padding-left: var(--gap-base);
32655
32881
  }
32656
32882
 
32657
- .amis-scope .a-ListCheckboxes-itemLabel,
32658
- .amis-scope .a-ListRadios-itemLabel {
32883
+ .amis-scope .a-GroupedSelection-itemLabel {
32659
32884
  flex-grow: 1;
32660
32885
  }
32661
32886
 
32662
- .amis-scope .a-ListCheckboxes-itemLabel span,
32663
- .amis-scope .a-ListRadios-itemLabel span {
32887
+ .amis-scope .a-GroupedSelection-itemLabel span {
32664
32888
  white-space: nowrap;
32665
32889
  }
32666
32890
 
32667
- .amis-scope .a-ListCheckboxes-placeholder,
32668
- .amis-scope .a-ListRadios-placeholder {
32891
+ .amis-scope .a-GroupedSelection-placeholder {
32669
32892
  height: var(--Form-input-height);
32670
32893
  line-height: var(--Form-input-lineHeight);
32671
32894
  font-size: var(--Form-input-fontSize);
@@ -32673,52 +32896,54 @@ readers do not read off random characters that represent icons */
32673
32896
  color: var(--text--muted-color);
32674
32897
  }
32675
32898
 
32676
- .amis-scope .a-TableCheckboxes .a-Table-content {
32899
+ .amis-scope .a-TableSelection .a-Table-content {
32677
32900
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32678
32901
  }
32679
32902
 
32680
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
32681
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
32903
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
32904
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
32682
32905
  font-size: var(--fontSizeSm);
32683
32906
  padding-top: var(--gap-xs);
32684
32907
  padding-bottom: 0.375rem;
32685
32908
  vertical-align: middle;
32686
32909
  }
32687
32910
 
32688
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
32911
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
32689
32912
  padding-top: 0.375rem;
32690
32913
  }
32691
32914
 
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 {
32915
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
32916
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
32694
32917
  padding-left: 0.625rem;
32695
32918
  padding-right: 0;
32696
32919
  }
32697
32920
 
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 {
32921
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
32922
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
32700
32923
  padding-right: var(--gap-md);
32701
32924
  }
32702
32925
 
32703
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
32926
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
32704
32927
  cursor: pointer;
32705
32928
  }
32706
32929
 
32707
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
32708
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
32930
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
32931
+ color: var(--Form-select-menu-onActive-color);
32932
+ background: var(--Form-select-menu-onActive-bg);
32933
+ }
32934
+
32935
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
32709
32936
  color: var(--icon-color);
32710
32937
  margin-right: 5px;
32711
32938
  }
32712
32939
 
32713
- .amis-scope .a-TreeCheckboxes-sublist,
32714
- .amis-scope .a-TreeRadios-sublist {
32940
+ .amis-scope .a-TreeSelection-sublist {
32715
32941
  position: relative;
32716
32942
  margin: 0 0 0 2.1875rem;
32717
32943
  display: none;
32718
32944
  }
32719
32945
 
32720
- .amis-scope .a-TreeCheckboxes-sublist:before,
32721
- .amis-scope .a-TreeRadios-sublist:before {
32946
+ .amis-scope .a-TreeSelection-sublist:before {
32722
32947
  width: 1px;
32723
32948
  content: "";
32724
32949
  display: block;
@@ -32729,29 +32954,19 @@ readers do not read off random characters that represent icons */
32729
32954
  border-left: dashed 1px var(--icon-color);
32730
32955
  }
32731
32956
 
32732
- .amis-scope .a-TreeCheckboxes-item,
32733
- .amis-scope .a-TreeRadios-item {
32957
+ .amis-scope .a-TreeSelection-item {
32734
32958
  position: relative;
32735
32959
  }
32736
32960
 
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 {
32961
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32741
32962
  display: block;
32742
32963
  }
32743
32964
 
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 {
32965
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32748
32966
  bottom: 0;
32749
32967
  }
32750
32968
 
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 {
32969
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32755
32970
  height: 1px;
32756
32971
  content: "";
32757
32972
  display: block;
@@ -32762,8 +32977,7 @@ readers do not read off random characters that represent icons */
32762
32977
  border-top: dashed 1px var(--icon-color);
32763
32978
  }
32764
32979
 
32765
- .amis-scope .a-TreeCheckboxes-itemInner,
32766
- .amis-scope .a-TreeRadios-itemInner {
32980
+ .amis-scope .a-TreeSelection-itemInner {
32767
32981
  display: flex;
32768
32982
  align-items: center;
32769
32983
  height: var(--Form-input-height);
@@ -32776,20 +32990,17 @@ readers do not read off random characters that represent icons */
32776
32990
  position: relative;
32777
32991
  }
32778
32992
 
32779
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32780
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
32993
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32781
32994
  margin-right: 0;
32782
32995
  margin-left: var(--gap-sm);
32783
32996
  }
32784
32997
 
32785
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32786
- .amis-scope .a-TreeRadios-itemInner > * {
32998
+ .amis-scope .a-TreeSelection-itemInner > * {
32787
32999
  position: relative;
32788
33000
  z-index: 2;
32789
33001
  }
32790
33002
 
32791
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32792
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33003
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32793
33004
  position: absolute;
32794
33005
  content: "";
32795
33006
  z-index: 1;
@@ -32800,24 +33011,20 @@ readers do not read off random characters that represent icons */
32800
33011
  background: var(--Tree-item-onHover-bg);
32801
33012
  }
32802
33013
 
32803
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32804
- .amis-scope .a-TreeRadios-itemInner.is-active {
33014
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32805
33015
  color: var(--Form-select-menu-onActive-color);
32806
33016
  }
32807
33017
 
32808
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32809
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33018
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32810
33019
  pointer-events: none;
32811
33020
  color: var(--text--muted-color);
32812
33021
  }
32813
33022
 
32814
- .amis-scope .a-TreeCheckboxes-itemLabel,
32815
- .amis-scope .a-TreeRadios-itemLabel {
33023
+ .amis-scope .a-TreeSelection-itemLabel {
32816
33024
  flex-grow: 1;
32817
33025
  }
32818
33026
 
32819
- .amis-scope .a-TreeCheckboxes-placeholder,
32820
- .amis-scope .a-TreeRadios-placeholder {
33027
+ .amis-scope .a-TreeSelection-placeholder {
32821
33028
  height: var(--Form-input-height);
32822
33029
  line-height: var(--Form-input-lineHeight);
32823
33030
  font-size: var(--Form-input-fontSize);
@@ -32825,27 +33032,27 @@ readers do not read off random characters that represent icons */
32825
33032
  color: var(--text--muted-color);
32826
33033
  }
32827
33034
 
32828
- .amis-scope .a-ChainedCheckboxes {
33035
+ .amis-scope .a-ChainedSelection {
32829
33036
  display: flex;
32830
33037
  flex-direction: row;
32831
33038
  }
32832
33039
 
32833
- .amis-scope .a-ChainedCheckboxes-col {
33040
+ .amis-scope .a-ChainedSelection-col {
32834
33041
  flex-grow: 1;
32835
33042
  min-width: 150px;
32836
33043
  }
32837
33044
 
32838
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33045
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32839
33046
  border-right: 1px solid var(--borderColor);
32840
33047
  }
32841
33048
 
32842
- .amis-scope .a-ChainedCheckboxes-subTitle {
33049
+ .amis-scope .a-ChainedSelection-subTitle {
32843
33050
  font-size: var(--fontSizeSm);
32844
33051
  padding: var(--gap-xs) var(--gap-xs);
32845
33052
  color: var(--text--muted-color);
32846
33053
  }
32847
33054
 
32848
- .amis-scope .a-ChainedCheckboxes-item {
33055
+ .amis-scope .a-ChainedSelection-item {
32849
33056
  display: flex;
32850
33057
  height: var(--Form-input-height);
32851
33058
  line-height: var(--Form-input-lineHeight);
@@ -32856,29 +33063,29 @@ readers do not read off random characters that represent icons */
32856
33063
  user-select: none;
32857
33064
  }
32858
33065
 
32859
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33066
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32860
33067
  margin-right: 0;
32861
33068
  }
32862
33069
 
32863
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33070
+ .amis-scope .a-ChainedSelection-item.is-active {
32864
33071
  color: var(--Form-select-menu-onActive-color);
32865
33072
  background: var(--Form-select-menu-onActive-bg);
32866
33073
  }
32867
33074
 
32868
- .amis-scope .a-ChainedCheckboxes-item:hover {
33075
+ .amis-scope .a-ChainedSelection-item:hover {
32869
33076
  background: var(--Tree-item-onHover-bg);
32870
33077
  }
32871
33078
 
32872
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33079
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32873
33080
  pointer-events: none;
32874
33081
  color: var(--text--muted-color);
32875
33082
  }
32876
33083
 
32877
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33084
+ .amis-scope .a-ChainedSelection-itemLabel {
32878
33085
  flex-grow: 1;
32879
33086
  }
32880
33087
 
32881
- .amis-scope .a-ChainedCheckboxes-placeholder {
33088
+ .amis-scope .a-ChainedSelection-placeholder {
32882
33089
  height: var(--Form-input-height);
32883
33090
  line-height: var(--Form-input-lineHeight);
32884
33091
  font-size: var(--Form-input-fontSize);
@@ -32886,34 +33093,35 @@ readers do not read off random characters that represent icons */
32886
33093
  color: var(--text--muted-color);
32887
33094
  }
32888
33095
 
32889
- .amis-scope .a-AssociatedCheckboxes {
33096
+ .amis-scope .a-AssociatedSelection {
32890
33097
  display: flex;
32891
33098
  flex-direction: row;
32892
33099
  }
32893
33100
 
32894
- .amis-scope .a-AssociatedCheckboxes-left,
32895
- .amis-scope .a-AssociatedCheckboxes-right {
33101
+ .amis-scope .a-AssociatedSelection-left,
33102
+ .amis-scope .a-AssociatedSelection-right {
32896
33103
  flex-grow: 1;
32897
33104
  width: 0;
32898
- height: 10.9375rem;
33105
+ min-height: 12.5rem;
33106
+ max-height: 25rem;
32899
33107
  overflow: auto;
32900
33108
  }
32901
33109
 
32902
- .amis-scope .a-AssociatedCheckboxes-left {
33110
+ .amis-scope .a-AssociatedSelection-left {
32903
33111
  border-right: 1px solid var(--borderColor);
32904
33112
  }
32905
33113
 
32906
- .amis-scope .a-AssociatedCheckboxes-reload {
33114
+ .amis-scope .a-AssociatedSelection-reload {
32907
33115
  text-align: center;
32908
33116
  color: var(--info);
32909
33117
  margin: 20px 0 0;
32910
33118
  }
32911
33119
 
32912
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33120
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32913
33121
  cursor: pointer;
32914
33122
  }
32915
33123
 
32916
- .amis-scope .a-AssociatedCheckboxes-box {
33124
+ .amis-scope .a-AssociatedSelection-box {
32917
33125
  line-height: var(--Form-input-lineHeight);
32918
33126
  font-size: var(--fontSizeSm);
32919
33127
  color: var(--text--muted-color);
@@ -32925,7 +33133,7 @@ readers do not read off random characters that represent icons */
32925
33133
  height: 100%;
32926
33134
  }
32927
33135
 
32928
- .amis-scope .a-AssociatedCheckboxes-box > p {
33136
+ .amis-scope .a-AssociatedSelection-box > p {
32929
33137
  text-align: center;
32930
33138
  margin: 10px 0 20px;
32931
33139
  color: var(--text--muted-color);
@@ -36863,19 +37071,19 @@ readers do not read off random characters that represent icons */
36863
37071
  border-radius: var(--borderRadius);
36864
37072
  }
36865
37073
 
36866
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36867
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37074
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37075
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36868
37076
  flex-grow: 1;
36869
37077
  max-height: 100%;
36870
37078
  overflow: auto;
36871
37079
  position: relative;
36872
37080
  }
36873
37081
 
36874
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37082
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36875
37083
  border-top: 1px solid var(--borderColor);
36876
37084
  }
36877
37085
 
36878
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37086
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36879
37087
  height: 100%;
36880
37088
  display: flex;
36881
37089
  align-items: center;
@@ -36923,13 +37131,29 @@ readers do not read off random characters that represent icons */
36923
37131
  color: var(--text--muted-color);
36924
37132
  }
36925
37133
 
36926
- .amis-scope .a-Transfer-tabs {
37134
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37135
+ height: 40px;
37136
+ }
37137
+
37138
+ .amis-scope .a-TabsTransfer-placeholder {
37139
+ height: var(--Form-input-height);
37140
+ line-height: var(--Form-input-lineHeight);
37141
+ font-size: var(--Form-input-fontSize);
37142
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37143
+ color: var(--text--muted-color);
37144
+ }
37145
+
37146
+ .amis-scope .a-TabsTransfer-tab {
37147
+ padding: 0;
37148
+ }
37149
+
37150
+ .amis-scope .a-TabsTransfer-tabs {
36927
37151
  display: flex;
36928
37152
  flex-direction: column;
36929
37153
  height: 100%;
36930
37154
  }
36931
37155
 
36932
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37156
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36933
37157
  border-top: 0 none;
36934
37158
  padding: 5px 0 0 5px;
36935
37159
  display: flex;
@@ -36938,59 +37162,48 @@ readers do not read off random characters that represent icons */
36938
37162
  align-items: center;
36939
37163
  }
36940
37164
 
36941
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37165
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36942
37166
  font-size: 12px;
36943
37167
  padding: 7px 8px;
36944
37168
  }
36945
37169
 
36946
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37170
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36947
37171
  flex-grow: 1;
36948
37172
  }
36949
37173
 
36950
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37174
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36951
37175
  margin: -5px 5px 0 10px;
36952
37176
  }
36953
37177
 
36954
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37178
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36955
37179
  width: 150px;
36956
37180
  margin-right: 10px;
36957
37181
  padding-left: 10px;
36958
37182
  }
36959
37183
 
36960
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37184
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36961
37185
  flex-grow: 1;
37186
+ min-height: 0;
36962
37187
  position: relative;
36963
37188
  padding: 5px 0 0;
36964
37189
  }
36965
37190
 
36966
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37191
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36967
37192
  position: relative;
36968
- min-height: 100%;
37193
+ height: 100%;
36969
37194
  }
36970
37195
 
36971
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37196
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36972
37197
  display: flex;
36973
37198
  flex-direction: column;
36974
37199
  }
36975
37200
 
36976
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37201
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36977
37202
  flex-grow: 1;
36978
37203
  max-height: 100%;
36979
37204
  overflow: auto;
36980
37205
  }
36981
37206
 
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
37207
  .amis-scope .a-TransferControl {
36995
37208
  position: relative;
36996
37209
  }
@@ -36999,6 +37212,57 @@ readers do not read off random characters that represent icons */
36999
37212
  display: inline-block;
37000
37213
  }
37001
37214
 
37215
+ .amis-scope .a-TransferPicker-icon {
37216
+ transition: transform var(--animation-duration) ease-out;
37217
+ margin: 5px 5px 5px auto;
37218
+ display: flex;
37219
+ color: var(--Form-select-caret-iconColor);
37220
+ }
37221
+
37222
+ .amis-scope .a-TransferPicker-icon:hover {
37223
+ color: var(--Form-select-caret-onHover-iconColor);
37224
+ }
37225
+
37226
+ .amis-scope .a-TransferPicker-icon > svg {
37227
+ width: 0.75rem;
37228
+ height: 0.75rem;
37229
+ top: 0;
37230
+ }
37231
+
37232
+ .amis-scope .a-TransferDropDown-icon {
37233
+ transition: transform var(--animation-duration) ease-out;
37234
+ margin: 5px 5px 5px auto;
37235
+ display: flex;
37236
+ color: var(--Form-select-caret-iconColor);
37237
+ }
37238
+
37239
+ .amis-scope .a-TransferDropDown-icon:hover {
37240
+ color: var(--Form-select-caret-onHover-iconColor);
37241
+ }
37242
+
37243
+ .amis-scope .a-TransferDropDown-icon > svg {
37244
+ width: 0.625rem;
37245
+ height: 0.625rem;
37246
+ top: 0;
37247
+ }
37248
+
37249
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37250
+ transform: rotate(180deg);
37251
+ }
37252
+
37253
+ .amis-scope .a-TransferDropDown-content {
37254
+ min-height: 12.5rem;
37255
+ display: flex;
37256
+ flex-direction: column;
37257
+ }
37258
+
37259
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37260
+ flex-grow: 1;
37261
+ max-height: 100%;
37262
+ overflow: auto;
37263
+ position: relative;
37264
+ }
37265
+
37002
37266
  .amis-scope .a-NestedSelectControl {
37003
37267
  position: relative;
37004
37268
  }
@@ -37707,7 +37971,7 @@ readers do not read off random characters that represent icons */
37707
37971
  height: 25rem;
37708
37972
  }
37709
37973
 
37710
- .amis-scope .a-AnchorNav-link-wrap {
37974
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
37711
37975
  margin: 0;
37712
37976
  padding: 0;
37713
37977
  width: var(--Tabs--vertical-width);
@@ -37715,12 +37979,12 @@ readers do not read off random characters that represent icons */
37715
37979
  padding-bottom: 3.75rem;
37716
37980
  }
37717
37981
 
37718
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37982
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37719
37983
  position: relative;
37720
37984
  display: block;
37721
37985
  }
37722
37986
 
37723
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37987
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37724
37988
  display: block;
37725
37989
  border: var(--Tabs-borderWidth) solid transparent;
37726
37990
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37734,16 +37998,70 @@ readers do not read off random characters that represent icons */
37734
37998
  margin: 0;
37735
37999
  }
37736
38000
 
37737
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38001
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37738
38002
  color: var(--primary);
37739
38003
  }
37740
38004
 
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 {
38005
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38006
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37743
38007
  color: var(--Tabs--vertical-onActive-color);
37744
38008
  border-color: var(--Tabs--vertical-onActive-border);
37745
38009
  }
37746
38010
 
38011
+ .amis-scope .a-AnchorNav--horizontal {
38012
+ flex-direction: column;
38013
+ }
38014
+
38015
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38016
+ user-select: none;
38017
+ margin: 0px;
38018
+ padding: 0px;
38019
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38020
+ list-style: none;
38021
+ }
38022
+
38023
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38024
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38025
+ display: inline-block;
38026
+ position: relative;
38027
+ }
38028
+
38029
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38030
+ font-size: var(--Tabs-linkFontSize);
38031
+ outline: 0;
38032
+ border: var(--Tabs-borderWidth) solid transparent;
38033
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38034
+ border-top-left-radius: var(--Tabs-borderRadius);
38035
+ border-top-right-radius: var(--Tabs-borderRadius);
38036
+ color: var(--Tabs-color);
38037
+ margin: var(--Tabs-linkMargin);
38038
+ padding: var(--Tabs-linkPadding);
38039
+ text-decoration: none;
38040
+ cursor: pointer;
38041
+ display: block;
38042
+ }
38043
+
38044
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38045
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38046
+ color: var(--primary);
38047
+ background: transparent;
38048
+ border-color: transparent;
38049
+ }
38050
+
38051
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38052
+ margin: 0;
38053
+ }
38054
+
38055
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38056
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38057
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38058
+ font-size: var(--Tabs-linkFontSize);
38059
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38060
+ border-color: var(--Tabs--line-onHover-borderColor);
38061
+ color: var(--Tabs--line-onHover-color);
38062
+ background: transparent;
38063
+ }
38064
+
37747
38065
  .amis-scope .a-AnchorNav-section-wrap {
37748
38066
  border: none;
37749
38067
  flex-grow: 1;
@@ -38026,6 +38344,14 @@ readers do not read off random characters that represent icons */
38026
38344
  color: var(--text--muted-color);
38027
38345
  }
38028
38346
 
38347
+ .amis-scope .a-MappingField {
38348
+ margin-right: var(--gap-xs);
38349
+ }
38350
+
38351
+ .amis-scope .a-MappingField:last-child {
38352
+ margin-right: 0;
38353
+ }
38354
+
38029
38355
  /*
38030
38356
  * utilities
38031
38357
  */