amis 1.4.2-beta.1 → 1.4.2-beta.15

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 (449) hide show
  1. package/lib/Schema.d.ts +11 -3
  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/Checkbox.d.ts +20 -20
  16. package/lib/components/Collapse.d.ts +51 -23
  17. package/lib/components/Collapse.js +69 -11
  18. package/lib/components/Collapse.js.map +2 -2
  19. package/lib/components/CollapseGroup.d.ts +88 -0
  20. package/lib/components/CollapseGroup.js +81 -0
  21. package/lib/components/CollapseGroup.js.map +13 -0
  22. package/lib/components/ColorPicker.d.ts +84 -84
  23. package/lib/components/DatePicker.d.ts +84 -84
  24. package/lib/components/DateRangePicker.d.ts +84 -84
  25. package/lib/components/Editor.d.ts +84 -84
  26. package/lib/components/GridNav.d.ts +52 -0
  27. package/lib/components/GridNav.js +123 -0
  28. package/lib/components/GridNav.js.map +13 -0
  29. package/lib/components/GroupedSelection.d.ts +907 -0
  30. package/lib/components/GroupedSelection.js +48 -0
  31. package/lib/components/GroupedSelection.js.map +13 -0
  32. package/lib/components/InputBox.d.ts +22 -21
  33. package/lib/components/InputBox.js +10 -2
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +29 -36
  36. package/lib/components/Link.js +14 -15
  37. package/lib/components/Link.js.map +2 -2
  38. package/lib/components/ListGroup.d.ts +21 -21
  39. package/lib/components/ModalManager.js +1 -1
  40. package/lib/components/ModalManager.js.map +2 -2
  41. package/lib/components/MonthRangePicker.d.ts +84 -84
  42. package/lib/components/NumberInput.d.ts +20 -20
  43. package/lib/components/PickerColumn.d.ts +514 -0
  44. package/lib/components/PickerColumn.js +279 -0
  45. package/lib/components/PickerColumn.js.map +13 -0
  46. package/lib/components/PickerContainer.d.ts +513 -0
  47. package/lib/components/PickerContainer.js +96 -0
  48. package/lib/components/PickerContainer.js.map +13 -0
  49. package/lib/components/Radios.d.ts +22 -21
  50. package/lib/components/Radios.js +1 -0
  51. package/lib/components/Radios.js.map +2 -2
  52. package/lib/components/Rating.d.ts +21 -21
  53. package/lib/components/ResultBox.d.ts +84 -84
  54. package/lib/components/ResultBox.js +10 -2
  55. package/lib/components/ResultBox.js.map +2 -2
  56. package/lib/components/SearchBox.d.ts +84 -84
  57. package/lib/components/SearchBox.js +4 -4
  58. package/lib/components/SearchBox.js.map +2 -2
  59. package/lib/components/Select.d.ts +245 -237
  60. package/lib/components/Select.js +25 -4
  61. package/lib/components/Select.js.map +2 -2
  62. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  63. package/lib/components/Selection.js +134 -0
  64. package/lib/components/Selection.js.map +13 -0
  65. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  66. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  67. package/lib/components/TableSelection.js.map +13 -0
  68. package/lib/components/Tabs.d.ts +20 -20
  69. package/lib/components/TabsTransfer.d.ts +84 -84
  70. package/lib/components/TabsTransfer.js +9 -9
  71. package/lib/components/TabsTransfer.js.map +2 -2
  72. package/lib/components/TabsTransferPicker.d.ts +489 -0
  73. package/lib/components/TabsTransferPicker.js +60 -0
  74. package/lib/components/TabsTransferPicker.js.map +13 -0
  75. package/lib/components/Toast.d.ts +86 -85
  76. package/lib/components/Toast.js +6 -3
  77. package/lib/components/Toast.js.map +2 -2
  78. package/lib/components/Transfer.d.ts +908 -274
  79. package/lib/components/Transfer.js +31 -24
  80. package/lib/components/Transfer.js.map +2 -2
  81. package/lib/components/TransferDropDown.d.ts +488 -0
  82. package/lib/components/TransferDropDown.js +59 -0
  83. package/lib/components/TransferDropDown.js.map +13 -0
  84. package/lib/components/TransferPicker.d.ts +493 -0
  85. package/lib/components/TransferPicker.js +60 -0
  86. package/lib/components/TransferPicker.js.map +13 -0
  87. package/lib/components/Tree.d.ts +115 -84
  88. package/lib/components/Tree.js +183 -30
  89. package/lib/components/Tree.js.map +2 -2
  90. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  91. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  92. package/lib/components/TreeSelection.js.map +13 -0
  93. package/lib/components/WithRemoteConfig.js +1 -1
  94. package/lib/components/WithRemoteConfig.js.map +2 -2
  95. package/lib/components/condition-builder/Field.js +5 -2
  96. package/lib/components/condition-builder/Field.js.map +2 -2
  97. package/lib/components/condition-builder/Func.js +2 -2
  98. package/lib/components/condition-builder/Func.js.map +2 -2
  99. package/lib/components/condition-builder/InputSwitch.js +2 -2
  100. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  101. package/lib/components/condition-builder/Item.js +3 -3
  102. package/lib/components/condition-builder/Item.js.map +2 -2
  103. package/lib/components/icons.js +2 -0
  104. package/lib/components/icons.js.map +2 -2
  105. package/lib/components/index.d.ts +8 -8
  106. package/lib/components/index.js +16 -16
  107. package/lib/components/index.js.map +2 -2
  108. package/lib/envOverwrite.d.ts +1 -1
  109. package/lib/envOverwrite.js +24 -9
  110. package/lib/envOverwrite.js.map +2 -2
  111. package/lib/factory.d.ts +15 -1
  112. package/lib/factory.js +35 -6
  113. package/lib/factory.js.map +2 -2
  114. package/lib/helper.css.map +1 -1
  115. package/lib/hooks/index.d.ts +5 -0
  116. package/lib/hooks/index.js +14 -0
  117. package/lib/hooks/index.js.map +13 -0
  118. package/lib/hooks/use-set-state.d.ts +2 -0
  119. package/lib/hooks/use-set-state.js +15 -0
  120. package/lib/hooks/use-set-state.js.map +13 -0
  121. package/lib/hooks/use-touch.d.ts +16 -0
  122. package/lib/hooks/use-touch.js +73 -0
  123. package/lib/hooks/use-touch.js.map +13 -0
  124. package/lib/hooks/use-update-effect.d.ts +3 -0
  125. package/lib/hooks/use-update-effect.js +17 -0
  126. package/lib/hooks/use-update-effect.js.map +13 -0
  127. package/lib/icons/download.js +7 -0
  128. package/lib/icons/drag-bar.js +10 -3
  129. package/lib/index.d.ts +5 -0
  130. package/lib/index.js +6 -1
  131. package/lib/index.js.map +2 -2
  132. package/lib/locale/de-DE.js +2 -0
  133. package/lib/locale/de-DE.js.map +2 -2
  134. package/lib/locale/en-US.js +3 -0
  135. package/lib/locale/en-US.js.map +2 -2
  136. package/lib/locale/zh-CN.js +5 -2
  137. package/lib/locale/zh-CN.js.map +2 -2
  138. package/lib/renderers/Action.d.ts +4 -3
  139. package/lib/renderers/Action.js +17 -4
  140. package/lib/renderers/Action.js.map +2 -2
  141. package/lib/renderers/AnchorNav.d.ts +1 -0
  142. package/lib/renderers/AnchorNav.js +2 -2
  143. package/lib/renderers/AnchorNav.js.map +2 -2
  144. package/lib/renderers/Avatar.js +3 -3
  145. package/lib/renderers/Avatar.js.map +2 -2
  146. package/lib/renderers/Breadcrumb.js +1 -1
  147. package/lib/renderers/Breadcrumb.js.map +2 -2
  148. package/lib/renderers/CRUD.d.ts +9 -0
  149. package/lib/renderers/CRUD.js +24 -4
  150. package/lib/renderers/CRUD.js.map +2 -2
  151. package/lib/renderers/Card.d.ts +4 -0
  152. package/lib/renderers/Card.js +29 -23
  153. package/lib/renderers/Card.js.map +2 -2
  154. package/lib/renderers/Chart.js +1 -1
  155. package/lib/renderers/Chart.js.map +2 -2
  156. package/lib/renderers/Collapse.d.ts +25 -20
  157. package/lib/renderers/Collapse.js +10 -72
  158. package/lib/renderers/Collapse.js.map +2 -2
  159. package/lib/renderers/CollapseGroup.d.ts +42 -0
  160. package/lib/renderers/CollapseGroup.js +33 -0
  161. package/lib/renderers/CollapseGroup.js.map +13 -0
  162. package/lib/renderers/DropDownButton.js +1 -1
  163. package/lib/renderers/DropDownButton.js.map +2 -2
  164. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  165. package/lib/renderers/Form/Editor.d.ts +3 -2
  166. package/lib/renderers/Form/InputCity.d.ts +84 -84
  167. package/lib/renderers/Form/InputCity.js +7 -6
  168. package/lib/renderers/Form/InputCity.js.map +2 -2
  169. package/lib/renderers/Form/InputColor.d.ts +84 -84
  170. package/lib/renderers/Form/InputFile.d.ts +6 -0
  171. package/lib/renderers/Form/InputFile.js +28 -8
  172. package/lib/renderers/Form/InputFile.js.map +2 -2
  173. package/lib/renderers/Form/InputImage.js +11 -4
  174. package/lib/renderers/Form/InputImage.js.map +2 -2
  175. package/lib/renderers/Form/Item.d.ts +1 -1
  176. package/lib/renderers/Form/Item.js +2 -1
  177. package/lib/renderers/Form/Item.js.map +2 -2
  178. package/lib/renderers/Form/Options.js +13 -3
  179. package/lib/renderers/Form/Options.js.map +2 -2
  180. package/lib/renderers/Form/Select.d.ts +42 -4
  181. package/lib/renderers/Form/Select.js +37 -3
  182. package/lib/renderers/Form/Select.js.map +2 -2
  183. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  184. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  185. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  186. package/lib/renderers/Form/Transfer.js +18 -3
  187. package/lib/renderers/Form/Transfer.js.map +2 -2
  188. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  189. package/lib/renderers/Form/TransferPicker.js +43 -0
  190. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  191. package/lib/renderers/Form/TreeSelect.js +2 -2
  192. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  193. package/lib/renderers/Form/index.d.ts +5 -0
  194. package/lib/renderers/Form/index.js +5 -3
  195. package/lib/renderers/Form/index.js.map +2 -2
  196. package/lib/renderers/Form/wrapControl.js +13 -1
  197. package/lib/renderers/Form/wrapControl.js.map +2 -2
  198. package/lib/renderers/GridNav.d.ts +99 -0
  199. package/lib/renderers/GridNav.js +82 -0
  200. package/lib/renderers/GridNav.js.map +13 -0
  201. package/lib/renderers/IFrame.js +1 -3
  202. package/lib/renderers/IFrame.js.map +2 -2
  203. package/lib/renderers/Json.d.ts +4 -0
  204. package/lib/renderers/Json.js +4 -13
  205. package/lib/renderers/Json.js.map +2 -2
  206. package/lib/renderers/Link.d.ts +4 -2
  207. package/lib/renderers/Link.js +15 -6
  208. package/lib/renderers/Link.js.map +2 -2
  209. package/lib/renderers/List.js +1 -1
  210. package/lib/renderers/List.js.map +2 -2
  211. package/lib/renderers/Mapping.d.ts +9 -2
  212. package/lib/renderers/Mapping.js +18 -6
  213. package/lib/renderers/Mapping.js.map +2 -2
  214. package/lib/renderers/Nav.d.ts +21 -21
  215. package/lib/renderers/Nav.js +39 -21
  216. package/lib/renderers/Nav.js.map +2 -2
  217. package/lib/renderers/Portlet.d.ts +125 -0
  218. package/lib/renderers/Portlet.js +156 -0
  219. package/lib/renderers/Portlet.js.map +13 -0
  220. package/lib/renderers/Property.js +2 -1
  221. package/lib/renderers/Property.js.map +2 -2
  222. package/lib/renderers/SearchBox.d.ts +6 -1
  223. package/lib/renderers/SearchBox.js +19 -5
  224. package/lib/renderers/SearchBox.js.map +2 -2
  225. package/lib/renderers/Table/TableContent.d.ts +4 -1
  226. package/lib/renderers/Table/TableContent.js +21 -1
  227. package/lib/renderers/Table/TableContent.js.map +2 -2
  228. package/lib/renderers/Table/index.d.ts +5 -1
  229. package/lib/renderers/Table/index.js +65 -30
  230. package/lib/renderers/Table/index.js.map +2 -2
  231. package/lib/renderers/Tabs.js +9 -1
  232. package/lib/renderers/Tabs.js.map +2 -2
  233. package/lib/renderers/WebComponent.js +1 -1
  234. package/lib/renderers/WebComponent.js.map +2 -2
  235. package/lib/store/combo.d.ts +2 -16
  236. package/lib/store/crud.js +3 -7
  237. package/lib/store/crud.js.map +2 -2
  238. package/lib/store/form.d.ts +1 -1
  239. package/lib/store/form.js +5 -6
  240. package/lib/store/form.js.map +2 -2
  241. package/lib/store/formItem.js +44 -4
  242. package/lib/store/formItem.js.map +2 -2
  243. package/lib/store/service.js +5 -4
  244. package/lib/store/service.js.map +2 -2
  245. package/lib/store/table.d.ts +3 -2
  246. package/lib/store/table.js +35 -12
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +689 -175
  249. package/lib/themes/ang.css +689 -175
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +689 -175
  252. package/lib/themes/antd.css +689 -175
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +728 -213
  255. package/lib/themes/cxd.css +728 -213
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +689 -175
  258. package/lib/themes/dark.css +689 -175
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +728 -213
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/types.d.ts +38 -1
  263. package/lib/types.js +0 -5
  264. package/lib/types.js.map +2 -2
  265. package/lib/utils/api.d.ts +4 -2
  266. package/lib/utils/api.js +104 -17
  267. package/lib/utils/api.js.map +2 -2
  268. package/lib/utils/dom.d.ts +4 -0
  269. package/lib/utils/dom.js +11 -1
  270. package/lib/utils/dom.js.map +2 -2
  271. package/lib/utils/helper.d.ts +8 -0
  272. package/lib/utils/helper.js +28 -2
  273. package/lib/utils/helper.js.map +2 -2
  274. package/lib/utils/icon.js +3 -0
  275. package/lib/utils/icon.js.map +2 -2
  276. package/package.json +1 -1
  277. package/schema.json +3326 -836
  278. package/scss/_mixins.scss +1 -3
  279. package/scss/_properties.scss +25 -1
  280. package/scss/base/_common.scss +3 -0
  281. package/scss/base/_normalize.scss +2 -0
  282. package/scss/components/_anchor-nav.scss +89 -29
  283. package/scss/components/_card.scss +8 -14
  284. package/scss/components/_collapse-group.scss +11 -0
  285. package/scss/components/_collapse.scss +48 -22
  286. package/scss/components/_grid-nav.scss +128 -0
  287. package/scss/components/_input-box.scss +1 -0
  288. package/scss/components/_mapping.scss +6 -0
  289. package/scss/components/_nav.scss +2 -2
  290. package/scss/components/_picker-columns.scss +124 -0
  291. package/scss/components/_popover.scss +13 -0
  292. package/scss/components/_portlet.scss +51 -0
  293. package/scss/components/_result-box.scss +1 -0
  294. package/scss/components/_spinner.scss +5 -4
  295. package/scss/components/_status.scss +1 -1
  296. package/scss/components/_table.scss +32 -0
  297. package/scss/components/form/_checks.scss +0 -351
  298. package/scss/components/form/_combo.scss +4 -0
  299. package/scss/components/form/_fieldset.scss +5 -1
  300. package/scss/components/form/_file.scss +11 -0
  301. package/scss/components/form/_form.scss +48 -0
  302. package/scss/components/form/_selection.scss +354 -0
  303. package/scss/components/form/_transfer.scss +75 -18
  304. package/scss/components/form/_tree.scss +42 -0
  305. package/scss/themes/_common.scss +7 -0
  306. package/scss/themes/_cxd-variables.scss +8 -6
  307. package/scss/themes/cxd.scss +17 -12
  308. package/sdk/ang-ie11.css +786 -196
  309. package/sdk/ang.css +820 -213
  310. package/sdk/antd-ie11.css +786 -196
  311. package/sdk/antd.css +820 -213
  312. package/sdk/charts.js +13 -13
  313. package/sdk/color-picker.js +65 -69
  314. package/sdk/cropperjs.js +2 -2
  315. package/sdk/cxd-ie11.css +825 -236
  316. package/sdk/cxd.css +862 -254
  317. package/sdk/dark-ie11.css +787 -197
  318. package/sdk/dark.css +820 -213
  319. package/sdk/exceljs.js +1 -1
  320. package/sdk/helper.css.map +1 -1
  321. package/sdk/iconfont.svg +2513 -0
  322. package/sdk/iconfont.ttf +0 -0
  323. package/sdk/iconfont.woff +0 -0
  324. package/sdk/locale/de-DE.js +2 -0
  325. package/sdk/markdown.js +69 -69
  326. package/sdk/papaparse.js +1 -1
  327. package/sdk/renderers/Form/CityDB.js +1 -1
  328. package/sdk/rest.js +20 -28
  329. package/sdk/rich-text.js +62 -62
  330. package/sdk/sdk-ie11.css +825 -236
  331. package/sdk/sdk.css +862 -254
  332. package/sdk/sdk.js +1243 -1175
  333. package/sdk/thirds/hls.js/hls.js +1 -1
  334. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  335. package/sdk/tinymce.js +57 -57
  336. package/src/Schema.ts +19 -1
  337. package/src/components/AnchorNav.tsx +15 -4
  338. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  339. package/src/components/Badge.tsx +3 -3
  340. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  341. package/src/components/Collapse.tsx +144 -20
  342. package/src/components/CollapseGroup.tsx +130 -0
  343. package/src/components/GridNav.tsx +233 -0
  344. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  345. package/src/components/InputBox.tsx +10 -9
  346. package/src/components/Link.tsx +28 -37
  347. package/src/components/ModalManager.ts +1 -1
  348. package/src/components/PickerColumn.tsx +429 -0
  349. package/src/components/PickerContainer.tsx +128 -0
  350. package/src/components/Radios.tsx +3 -8
  351. package/src/components/ResultBox.tsx +9 -9
  352. package/src/components/SearchBox.tsx +4 -5
  353. package/src/components/Select.tsx +57 -5
  354. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  355. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  356. package/src/components/TabsTransfer.tsx +13 -7
  357. package/src/components/TabsTransferPicker.tsx +85 -0
  358. package/src/components/Toast.tsx +23 -16
  359. package/src/components/Transfer.tsx +71 -50
  360. package/src/components/TransferDropDown.tsx +120 -0
  361. package/src/components/TransferPicker.tsx +91 -0
  362. package/src/components/Tree.tsx +194 -8
  363. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  364. package/src/components/WithRemoteConfig.tsx +7 -2
  365. package/src/components/condition-builder/Field.tsx +5 -5
  366. package/src/components/condition-builder/Func.tsx +3 -3
  367. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  368. package/src/components/condition-builder/Item.tsx +5 -12
  369. package/src/components/icons.tsx +2 -0
  370. package/src/components/index.tsx +13 -13
  371. package/src/envOverwrite.ts +20 -8
  372. package/src/factory.tsx +70 -9
  373. package/src/hooks/index.ts +5 -0
  374. package/src/hooks/use-set-state.ts +19 -0
  375. package/src/hooks/use-touch.ts +100 -0
  376. package/src/hooks/use-update-effect.ts +16 -0
  377. package/src/icons/download.svg +4 -0
  378. package/src/icons/drag-bar.svg +12 -6
  379. package/src/index.tsx +5 -0
  380. package/src/locale/de-DE.ts +2 -0
  381. package/src/locale/en-US.ts +3 -0
  382. package/src/locale/zh-CN.ts +5 -2
  383. package/src/renderers/Action.tsx +28 -2
  384. package/src/renderers/AnchorNav.tsx +4 -0
  385. package/src/renderers/Avatar.tsx +8 -4
  386. package/src/renderers/Breadcrumb.tsx +5 -1
  387. package/src/renderers/CRUD.tsx +33 -3
  388. package/src/renderers/Card.tsx +63 -34
  389. package/src/renderers/Chart.tsx +6 -2
  390. package/src/renderers/Collapse.tsx +70 -115
  391. package/src/renderers/CollapseGroup.tsx +80 -0
  392. package/src/renderers/DropDownButton.tsx +1 -1
  393. package/src/renderers/Form/InputCity.tsx +4 -8
  394. package/src/renderers/Form/InputFile.tsx +65 -24
  395. package/src/renderers/Form/InputImage.tsx +11 -3
  396. package/src/renderers/Form/Item.tsx +3 -2
  397. package/src/renderers/Form/Options.tsx +16 -2
  398. package/src/renderers/Form/Select.tsx +162 -21
  399. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  400. package/src/renderers/Form/Transfer.tsx +19 -4
  401. package/src/renderers/Form/TransferPicker.tsx +145 -0
  402. package/src/renderers/Form/TreeSelect.tsx +25 -0
  403. package/src/renderers/Form/index.tsx +15 -2
  404. package/src/renderers/Form/wrapControl.tsx +26 -1
  405. package/src/renderers/GridNav.tsx +204 -0
  406. package/src/renderers/IFrame.tsx +2 -4
  407. package/src/renderers/Json.tsx +9 -9
  408. package/src/renderers/Link.tsx +27 -13
  409. package/src/renderers/List.tsx +1 -1
  410. package/src/renderers/Mapping.tsx +27 -11
  411. package/src/renderers/Nav.tsx +108 -60
  412. package/src/renderers/Portlet.tsx +423 -0
  413. package/src/renderers/Property.tsx +3 -2
  414. package/src/renderers/SearchBox.tsx +23 -4
  415. package/src/renderers/Table/TableContent.tsx +40 -2
  416. package/src/renderers/Table/index.tsx +88 -43
  417. package/src/renderers/Tabs.tsx +9 -1
  418. package/src/renderers/WebComponent.tsx +2 -2
  419. package/src/store/crud.ts +3 -8
  420. package/src/store/form.ts +5 -10
  421. package/src/store/formItem.ts +94 -2
  422. package/src/store/service.ts +5 -4
  423. package/src/store/table.ts +55 -14
  424. package/src/types.ts +58 -1
  425. package/src/utils/api.ts +133 -26
  426. package/src/utils/dom.tsx +12 -0
  427. package/src/utils/helper.ts +27 -0
  428. package/src/utils/icon.tsx +4 -0
  429. package/tsconfig-for-declaration.json +1 -1
  430. package/dump.rdb +0 -0
  431. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  432. package/lib/components/AssociatedCheckboxes.js +0 -90
  433. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  434. package/lib/components/ChainedCheckboxes.js.map +0 -13
  435. package/lib/components/Checkboxes.js +0 -101
  436. package/lib/components/Checkboxes.js.map +0 -13
  437. package/lib/components/ListCheckboxes.d.ts +0 -739
  438. package/lib/components/ListCheckboxes.js +0 -48
  439. package/lib/components/ListCheckboxes.js.map +0 -13
  440. package/lib/components/ListRadios.d.ts +0 -763
  441. package/lib/components/ListRadios.js +0 -86
  442. package/lib/components/ListRadios.js.map +0 -13
  443. package/lib/components/TableCheckboxes.js.map +0 -13
  444. package/lib/components/TreeCheckboxes.js.map +0 -13
  445. package/lib/components/TreeRadios.d.ts +0 -838
  446. package/lib/components/TreeRadios.js +0 -116
  447. package/lib/components/TreeRadios.js.map +0 -13
  448. package/src/components/ListRadios.tsx +0 -159
  449. 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 {
@@ -20843,6 +20867,10 @@ readers do not read off random characters that represent icons */
20843
20867
  height: 100%;
20844
20868
  }
20845
20869
 
20870
+ .amis-scope .has-popover {
20871
+ position: relative;
20872
+ }
20873
+
20846
20874
  .amis-scope,
20847
20875
  .amis-scope {
20848
20876
  width: 100%;
@@ -23986,6 +24014,140 @@ readers do not read off random characters that represent icons */
23986
24014
  background: transparent;
23987
24015
  }
23988
24016
 
24017
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
24018
+ background: rgba(0, 0, 0, 0.3);
24019
+ }
24020
+
24021
+ .amis-scope .a-PopOver--leftBottomLeftTop {
24022
+ margin-top: 0.25rem;
24023
+ }
24024
+
24025
+ .amis-scope .a-PopOver--leftTopLeftBottom {
24026
+ margin-top: -0.25rem;
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
+ touch-action: none;
24083
+ position: relative;
24084
+ display: flex;
24085
+ cursor: grab;
24086
+ }
24087
+
24088
+ .amis-scope .a-PickerColumns-loading {
24089
+ position: absolute;
24090
+ top: 0;
24091
+ right: 0;
24092
+ bottom: 0;
24093
+ left: 0;
24094
+ z-index: 3;
24095
+ display: flex;
24096
+ align-items: center;
24097
+ justify-content: center;
24098
+ color: var(--PickerColumns-loadingIcon-color);
24099
+ background-color: var(--PickerColumns-loadingMask-color);
24100
+ }
24101
+
24102
+ .amis-scope .a-PickerColumns-frame {
24103
+ position: absolute;
24104
+ top: 50%;
24105
+ right: var(--gap-md);
24106
+ left: var(--gap-md);
24107
+ z-index: 2;
24108
+ transform: translateY(-50%);
24109
+ pointer-events: none;
24110
+ }
24111
+
24112
+ .amis-scope .a-PickerColumns-mask {
24113
+ position: absolute;
24114
+ top: 0;
24115
+ left: 0;
24116
+ z-index: 1;
24117
+ width: 100%;
24118
+ height: 100%;
24119
+ 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));
24120
+ background-repeat: no-repeat;
24121
+ background-position: top, bottom;
24122
+ transform: translateZ(0);
24123
+ pointer-events: none;
24124
+ }
24125
+
24126
+ .amis-scope .a-PickerColumns-column {
24127
+ flex: 1;
24128
+ overflow: hidden;
24129
+ font-size: var(--PickerColumns-option-fontSize);
24130
+ }
24131
+
24132
+ .amis-scope .a-PickerColumns-columnWrapper {
24133
+ margin: 0;
24134
+ padding: 0;
24135
+ list-style: none;
24136
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24137
+ }
24138
+
24139
+ .amis-scope .a-PickerColumns-columnItem {
24140
+ display: flex;
24141
+ align-items: center;
24142
+ justify-content: center;
24143
+ color: var(--PickerColumns-optionText-color);
24144
+ }
24145
+
24146
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
24147
+ cursor: not-allowed;
24148
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24149
+ }
24150
+
23989
24151
  @keyframes bounceIn {
23990
24152
  from, 20%, 40%, 60%, 80%, to {
23991
24153
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -24986,8 +25148,8 @@ readers do not read off random characters that represent icons */
24986
25148
  cursor: move;
24987
25149
  position: absolute;
24988
25150
  left: 0;
24989
- top: 0.6875rem;
24990
25151
  display: none;
25152
+ line-height: 0;
24991
25153
  }
24992
25154
 
24993
25155
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
@@ -25074,7 +25236,7 @@ readers do not read off random characters that represent icons */
25074
25236
  border-color: var(--Nav-item-onHover-color);
25075
25237
  text-decoration: none;
25076
25238
  background: var(--Nav-item-onHover-bg);
25077
- z-index: 9999;
25239
+ z-index: 1;
25078
25240
  }
25079
25241
 
25080
25242
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
@@ -25861,13 +26023,14 @@ readers do not read off random characters that represent icons */
25861
26023
  .amis-scope .a-Spinner--icon {
25862
26024
  background: transparent;
25863
26025
  animation: spin 2s linear infinite;
25864
- width: var(--fontSizeLg);
25865
- height: var(--fontSizeLg);
26026
+ width: 16px;
26027
+ height: 16px;
25866
26028
  }
25867
26029
 
25868
26030
  .amis-scope .a-Spinner--icon svg.icon {
25869
- width: var(--fontSizeLg);
25870
- height: var(--fontSizeLg);
26031
+ width: 16px;
26032
+ height: 16px;
26033
+ top: 0;
25871
26034
  }
25872
26035
 
25873
26036
  .amis-scope .a-Spinner--overlay {
@@ -26128,7 +26291,7 @@ readers do not read off random characters that represent icons */
26128
26291
  .amis-scope .a-Collapse {
26129
26292
  border: var(--Collapse-border);
26130
26293
  padding: 0;
26131
- margin-bottom: var(--Form-item-gap);
26294
+ line-height: 1.25rem;
26132
26295
  }
26133
26296
 
26134
26297
  .amis-scope .a-Collapse-header {
@@ -26138,9 +26301,19 @@ readers do not read off random characters that represent icons */
26138
26301
  padding: var(--Collapse-header-padding);
26139
26302
  margin: 0;
26140
26303
  border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26304
+ cursor: pointer;
26141
26305
  background: var(--Collapse-header-bg);
26142
26306
  }
26143
26307
 
26308
+ .amis-scope .a-Collapse-header-wrapper {
26309
+ display: inline-flex;
26310
+ flex-direction: var(--Collapse-header-wrapper-direction);
26311
+ }
26312
+
26313
+ .amis-scope .a-Collapse-header-tpl {
26314
+ margin-right: 0.5rem;
26315
+ }
26316
+
26144
26317
  .amis-scope .a-Collapse-header:hover {
26145
26318
  background: var(--Collapse-header-onHover-bg);
26146
26319
  }
@@ -26149,8 +26322,7 @@ readers do not read off random characters that represent icons */
26149
26322
  display: inline-block;
26150
26323
  width: 1rem;
26151
26324
  text-align: center;
26152
- margin-right: 0.5rem;
26153
- cursor: pointer;
26325
+ margin-right: var(--gap-xs);
26154
26326
  }
26155
26327
 
26156
26328
  .amis-scope .a-Collapse-arrow:before {
@@ -26159,49 +26331,67 @@ readers do not read off random characters that represent icons */
26159
26331
  display: inline-block;
26160
26332
  width: 0.375rem;
26161
26333
  height: 0.375rem;
26162
- top: -0.25rem;
26334
+ top: -0.125rem;
26163
26335
  border-color: var(--text-color);
26164
26336
  border-style: solid;
26165
26337
  border-width: 0.0625rem 0.0625rem 0 0;
26166
- transform: rotate(135deg);
26338
+ transform: rotate(45deg);
26167
26339
  transform-origin: 50% 50%;
26168
26340
  }
26169
26341
 
26170
- .amis-scope .a-Collapse-TplField {
26342
+ .amis-scope .a-Collapse-icon-tranform {
26171
26343
  display: inline-block;
26344
+ width: 1rem;
26345
+ text-align: center;
26346
+ margin-right: var(--gap-xs);
26172
26347
  }
26173
26348
 
26174
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
26175
- transform: rotate(45deg);
26176
- transform-origin: 0% 50%;
26349
+ .amis-scope .a-Collapse .a-TplField {
26350
+ display: inline-block;
26177
26351
  }
26178
26352
 
26179
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26180
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26353
+ .amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
26354
+ transform: rotate(135deg);
26355
+ transform-origin: 50% 30%;
26181
26356
  }
26182
26357
 
26183
- .amis-scope .a-Collapse--collapsable .a-Collapse-header {
26184
- cursor: pointer;
26358
+ .amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
26359
+ transform: rotate(90deg);
26360
+ }
26361
+
26362
+ .amis-scope .a-Collapse--disabled .a-Collapse-header {
26363
+ cursor: not-allowed;
26185
26364
  user-select: none;
26365
+ color: var(--text--muted-color);
26366
+ }
26367
+
26368
+ .amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
26369
+ background-color: var(--Collapse-header-bg-disabled-color);
26370
+ }
26371
+
26372
+ .amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
26373
+ border-color: var(--text--muted-color);
26186
26374
  }
26187
26375
 
26188
26376
  .amis-scope .a-Collapse--title-bottom .a-Collapse-header {
26189
26377
  text-align: center;
26190
- color: var(--link-color);
26191
- border-left: none;
26192
26378
  font-size: var(--fontSizeBase);
26379
+ border-top: var(--Collapse-header-collapsed-borderTop);
26380
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26193
26381
  }
26194
26382
 
26195
- .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26196
- top: 0.125rem;
26197
- transform: rotate(-45deg);
26198
- transform-origin: 0% 50%;
26383
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26384
+ border-top: none;
26199
26385
  }
26200
26386
 
26201
- .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-arrow:before {
26202
- top: -0.375rem;
26387
+ .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
26388
+ top: -0.25rem;
26203
26389
  transform: rotate(135deg);
26204
- transform-origin: 0% 50%;
26390
+ }
26391
+
26392
+ .amis-scope .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
26393
+ top: 0;
26394
+ transform: rotate(-45deg);
26205
26395
  }
26206
26396
 
26207
26397
  .amis-scope .a-Collapse-contentWrapper {
@@ -26221,6 +26411,10 @@ readers do not read off random characters that represent icons */
26221
26411
  font-weight: var(--Collapse-content-fontWeight);
26222
26412
  }
26223
26413
 
26414
+ .amis-scope .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow {
26415
+ float: right;
26416
+ }
26417
+
26224
26418
  .amis-scope .a-ColorField {
26225
26419
  display: inline-block;
26226
26420
  }
@@ -27409,6 +27603,10 @@ readers do not read off random characters that represent icons */
27409
27603
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27410
27604
  }
27411
27605
 
27606
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27607
+ cursor: pointer;
27608
+ }
27609
+
27412
27610
  .amis-scope .a-Table-table > thead > tr > th {
27413
27611
  background: var(--Table-thead-bg);
27414
27612
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -28368,6 +28566,11 @@ readers do not read off random characters that represent icons */
28368
28566
  cursor: move;
28369
28567
  }
28370
28568
 
28569
+ .amis-scope .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
28570
+ .amis-scope .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
28571
+ vertical-align: middle;
28572
+ }
28573
+
28371
28574
  .amis-scope .a-Table-table > tbody > tr > td.a-Table-expandCell {
28372
28575
  position: relative;
28373
28576
  }
@@ -28735,6 +28938,10 @@ readers do not read off random characters that represent icons */
28735
28938
  color: var(--icon-onHover-color);
28736
28939
  }
28737
28940
 
28941
+ .amis-scope .a-Table-dragBtn > svg {
28942
+ vertical-align: -2px;
28943
+ }
28944
+
28738
28945
  .amis-scope .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
28739
28946
  .amis-scope .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
28740
28947
  .amis-scope .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
@@ -28752,6 +28959,28 @@ readers do not read off random characters that represent icons */
28752
28959
  left: 0;
28753
28960
  }
28754
28961
 
28962
+ .amis-scope .a-Table--autoFillHeight {
28963
+ margin-bottom: 0;
28964
+ }
28965
+
28966
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
28967
+ border-top: none;
28968
+ }
28969
+
28970
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
28971
+ position: sticky;
28972
+ top: 0;
28973
+ z-index: 1;
28974
+ }
28975
+
28976
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
28977
+ display: none;
28978
+ }
28979
+
28980
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
28981
+ margin-bottom: 0;
28982
+ }
28983
+
28755
28984
  .amis-scope .a-InputTable-toolbar {
28756
28985
  display: flex;
28757
28986
  flex-direction: row;
@@ -29516,18 +29745,6 @@ readers do not read off random characters that represent icons */
29516
29745
  margin-top: var(--gap-xs);
29517
29746
  }
29518
29747
 
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
29748
  .amis-scope .a-Card-dragBtn {
29532
29749
  cursor: pointer;
29533
29750
  float: right;
@@ -29535,7 +29752,8 @@ readers do not read off random characters that represent icons */
29535
29752
  }
29536
29753
 
29537
29754
  .amis-scope .a-Card-heading {
29538
- overflow: hidden;
29755
+ display: flex;
29756
+ flex-direction: row;
29539
29757
  padding: var(--gap-sm) var(--gap-base);
29540
29758
  flex: 1 0 auto;
29541
29759
  }
@@ -29567,12 +29785,17 @@ readers do not read off random characters that represent icons */
29567
29785
 
29568
29786
  .amis-scope .a-Card-meta {
29569
29787
  display: block;
29788
+ flex-grow: 1;
29570
29789
  height: 100%;
29571
- overflow: hidden;
29572
29790
  position: relative;
29573
29791
  margin-right: var(--gap-md);
29574
29792
  }
29575
29793
 
29794
+ .amis-scope .a-Card-toolbar {
29795
+ margin-right: calc(-1 * var(--gap-base));
29796
+ text-align: right;
29797
+ }
29798
+
29576
29799
  .amis-scope .a-Card-highlight {
29577
29800
  background: var(--success);
29578
29801
  width: 0.5rem;
@@ -30061,7 +30284,7 @@ readers do not read off random characters that represent icons */
30061
30284
 
30062
30285
  .amis-scope .a-StatusField-label {
30063
30286
  font-size: var(--fontSizeSm);
30064
- margin-left: var(--gap-sm);
30287
+ margin-left: var(--gap-xs);
30065
30288
  }
30066
30289
 
30067
30290
  @keyframes animation-rolling_red {
@@ -30796,6 +31019,16 @@ readers do not read off random characters that represent icons */
30796
31019
  border-color: var(--Form-input-onFocused-borderColor);
30797
31020
  }
30798
31021
 
31022
+ .amis-scope .a-InputBox--borderHalf {
31023
+ border-left-color: transparent !important;
31024
+ border-right-color: transparent !important;
31025
+ border-top-color: transparent !important;
31026
+ }
31027
+
31028
+ .amis-scope .a-InputBox--borderNone {
31029
+ border-color: transparent !important;
31030
+ }
31031
+
30799
31032
  .amis-scope .a-InputBox--inline {
30800
31033
  display: inline-flex;
30801
31034
  }
@@ -30897,6 +31130,16 @@ readers do not read off random characters that represent icons */
30897
31130
  border-color: var(--Form-input-onFocused-borderColor);
30898
31131
  }
30899
31132
 
31133
+ .amis-scope .a-ResultBox--borderHalf {
31134
+ border-left-color: transparent !important;
31135
+ border-right-color: transparent !important;
31136
+ border-top-color: transparent !important;
31137
+ }
31138
+
31139
+ .amis-scope .a-ResultBox--borderNone {
31140
+ border-color: transparent !important;
31141
+ }
31142
+
30900
31143
  .amis-scope .a-ResultBox.is-error {
30901
31144
  border-color: var(--Form-input-onError-borderColor);
30902
31145
  background: var(--Form-input-onError-bg);
@@ -31422,43 +31665,213 @@ readers do not read off random characters that represent icons */
31422
31665
  border: 1px solid var(--Steps-status-success);
31423
31666
  }
31424
31667
 
31425
- .amis-scope fieldset.a-Collapse--lg,
31426
- .amis-scope fieldset.a-Collapse--md,
31427
- .amis-scope fieldset.a-Collapse--base,
31428
- .amis-scope fieldset.a-Collapse--sm,
31429
- .amis-scope fieldset.a-Collapse--xs {
31430
- position: relative;
31668
+ .amis-scope .a-Portlet {
31669
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31670
+ border-radius: var(--Portlet-borderRadius);
31671
+ padding: var(--gap-base);
31431
31672
  }
31432
31673
 
31433
- .amis-scope fieldset.a-Collapse--lg:after,
31434
- .amis-scope fieldset.a-Collapse--md:after,
31435
- .amis-scope fieldset.a-Collapse--base:after,
31436
- .amis-scope fieldset.a-Collapse--sm:after,
31437
- .amis-scope fieldset.a-Collapse--xs:after {
31438
- content: "";
31439
- pointer-events: none;
31440
- border: 1px solid var(--borderColor);
31441
- position: absolute;
31442
- z-index: 0;
31443
- top: 11px;
31444
- left: 0;
31445
- bottom: 0;
31446
- right: 0;
31674
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31675
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31676
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31677
+ border: none !important;
31678
+ color: inherit !important;
31679
+ cursor: auto !important;
31447
31680
  }
31448
31681
 
31449
- .amis-scope fieldset.a-Collapse--lg > legend,
31450
- .amis-scope fieldset.a-Collapse--md > legend,
31451
- .amis-scope fieldset.a-Collapse--base > legend,
31452
- .amis-scope fieldset.a-Collapse--sm > legend,
31453
- .amis-scope fieldset.a-Collapse--xs > legend {
31454
- position: absolute;
31455
- top: 0;
31456
- left: 0;
31457
- display: inline-block;
31458
- border: 0;
31459
- width: auto;
31460
- z-index: 1;
31461
- background: var(--Fieldset-legend-bgColor);
31682
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31683
+ border-bottom: none;
31684
+ }
31685
+
31686
+ .amis-scope .a-Portlet .a-Tabs-pane {
31687
+ padding: unset;
31688
+ }
31689
+
31690
+ .amis-scope .a-Portlet-toolbar {
31691
+ display: inline-flex;
31692
+ float: right;
31693
+ justify-content: flex-end;
31694
+ }
31695
+
31696
+ .amis-scope .a-Portlet-toolbar .a-Button {
31697
+ margin-left: calc(var(--gap-xs));
31698
+ }
31699
+
31700
+ .amis-scope .a-Portlet-header-desc {
31701
+ height: 100%;
31702
+ overflow: hidden;
31703
+ position: relative;
31704
+ margin-left: var(--gap-base);
31705
+ }
31706
+
31707
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31708
+ display: none;
31709
+ }
31710
+
31711
+ .amis-scope .u-hairline::after {
31712
+ position: absolute;
31713
+ box-sizing: border-box;
31714
+ content: " ";
31715
+ pointer-events: none;
31716
+ top: -50%;
31717
+ right: -50%;
31718
+ bottom: -50%;
31719
+ left: -50%;
31720
+ border: 0 solid var(--borderColorLight);
31721
+ z-index: 1;
31722
+ transform: scale(0.5);
31723
+ }
31724
+
31725
+ .amis-scope .a-GridNav {
31726
+ display: flex;
31727
+ flex-wrap: wrap;
31728
+ }
31729
+
31730
+ .amis-scope .a-GridNav-top {
31731
+ position: relative;
31732
+ }
31733
+
31734
+ .amis-scope .a-GridNav-top::after {
31735
+ border-top-width: 0.0625rem;
31736
+ }
31737
+
31738
+ .amis-scope .a-GridNavItem {
31739
+ position: relative;
31740
+ box-sizing: border-box;
31741
+ }
31742
+
31743
+ .amis-scope .a-GridNavItem--square {
31744
+ height: 0;
31745
+ position: relative;
31746
+ }
31747
+
31748
+ .amis-scope .a-GridNavItem-icon {
31749
+ width: var(--rv-grid-item-icon-size);
31750
+ }
31751
+
31752
+ .amis-scope .a-GridNavItem-text {
31753
+ color: var(--text-color);
31754
+ font-size: var(--fontSizeSm);
31755
+ line-height: 1.5;
31756
+ word-break: break-all;
31757
+ flex-shrink: 0;
31758
+ }
31759
+
31760
+ .amis-scope .a-GridNavItem-icon + .a-GridNavItem-text {
31761
+ margin-top: 0.5rem;
31762
+ }
31763
+
31764
+ .amis-scope .a-GridNavItem-image {
31765
+ display: inline-block;
31766
+ }
31767
+
31768
+ .amis-scope .a-GridNavItem-image svg,
31769
+ .amis-scope .a-GridNavItem-image img {
31770
+ max-width: 100%;
31771
+ display: block;
31772
+ width: 60%;
31773
+ margin: 0 auto;
31774
+ }
31775
+
31776
+ .amis-scope .a-GridNavItem-content {
31777
+ display: flex;
31778
+ flex-direction: column;
31779
+ box-sizing: border-box;
31780
+ height: 100%;
31781
+ padding: var(--gap-md) var(--gap-sm);
31782
+ background-color: var(--white);
31783
+ position: relative;
31784
+ }
31785
+
31786
+ .amis-scope .a-GridNavItem-content .a-Badge-text {
31787
+ z-index: 10;
31788
+ }
31789
+
31790
+ .amis-scope .a-GridNavItem-content--border::after {
31791
+ border-width: 0 var(--borderWidth) var(--borderWidth) 0;
31792
+ }
31793
+
31794
+ .amis-scope .a-GridNavItem-content--square {
31795
+ position: absolute;
31796
+ top: 0;
31797
+ right: 0;
31798
+ left: 0;
31799
+ }
31800
+
31801
+ .amis-scope .a-GridNavItem-content--center {
31802
+ align-items: center;
31803
+ justify-content: center;
31804
+ }
31805
+
31806
+ .amis-scope .a-GridNavItem-content--horizontal {
31807
+ flex-direction: row;
31808
+ }
31809
+
31810
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-text {
31811
+ margin: 0 0 0 var(--gap-sm);
31812
+ }
31813
+
31814
+ .amis-scope .a-GridNavItem-content--reverse {
31815
+ flex-direction: column-reverse;
31816
+ }
31817
+
31818
+ .amis-scope .a-GridNavItem-content--reverse .a-GridNavItem-text {
31819
+ margin: 0 0 var(--gap-sm);
31820
+ }
31821
+
31822
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse {
31823
+ flex-direction: row-reverse;
31824
+ }
31825
+
31826
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse .a-GridNavItem-text {
31827
+ margin: 0 var(--gap-sm) 0 0;
31828
+ }
31829
+
31830
+ .amis-scope .a-GridNavItem-content--surround::after {
31831
+ border-width: var(--borderWidth);
31832
+ }
31833
+
31834
+ .amis-scope .a-GridNavItem-content--clickable {
31835
+ cursor: pointer;
31836
+ }
31837
+
31838
+ .amis-scope fieldset.a-Collapse--lg,
31839
+ .amis-scope fieldset.a-Collapse--md,
31840
+ .amis-scope fieldset.a-Collapse--base,
31841
+ .amis-scope fieldset.a-Collapse--sm,
31842
+ .amis-scope fieldset.a-Collapse--xs {
31843
+ position: relative;
31844
+ }
31845
+
31846
+ .amis-scope fieldset.a-Collapse--lg:after,
31847
+ .amis-scope fieldset.a-Collapse--md:after,
31848
+ .amis-scope fieldset.a-Collapse--base:after,
31849
+ .amis-scope fieldset.a-Collapse--sm:after,
31850
+ .amis-scope fieldset.a-Collapse--xs:after {
31851
+ content: "";
31852
+ pointer-events: none;
31853
+ border: 1px solid var(--borderColor);
31854
+ position: absolute;
31855
+ z-index: 0;
31856
+ top: 11px;
31857
+ left: 0;
31858
+ bottom: 0;
31859
+ right: 0;
31860
+ }
31861
+
31862
+ .amis-scope fieldset.a-Collapse--lg > legend,
31863
+ .amis-scope fieldset.a-Collapse--md > legend,
31864
+ .amis-scope fieldset.a-Collapse--base > legend,
31865
+ .amis-scope fieldset.a-Collapse--sm > legend,
31866
+ .amis-scope fieldset.a-Collapse--xs > legend {
31867
+ position: absolute;
31868
+ top: 0;
31869
+ left: 0;
31870
+ display: inline-block;
31871
+ border: 0;
31872
+ width: auto;
31873
+ z-index: 1;
31874
+ background: var(--Fieldset-legend-bgColor);
31462
31875
  border-left: 0 !important;
31463
31876
  }
31464
31877
 
@@ -31480,11 +31893,16 @@ readers do not read off random characters that represent icons */
31480
31893
  margin: var(--gap-base) 0;
31481
31894
  padding: 0 0 0 14px;
31482
31895
  cursor: pointer;
31483
- border-bottom: 0;
31896
+ border-bottom: none !important;
31897
+ background: transparent;
31484
31898
  display: flex;
31485
31899
  flex-direction: row;
31486
31900
  }
31487
31901
 
31902
+ .amis-scope fieldset.a-Collapse > legend:hover {
31903
+ background: transparent;
31904
+ }
31905
+
31488
31906
  .amis-scope fieldset.a-Collapse--xs {
31489
31907
  padding: 20px 5px 5px 5px;
31490
31908
  }
@@ -32566,7 +32984,7 @@ readers do not read off random characters that represent icons */
32566
32984
  color: #999;
32567
32985
  }
32568
32986
 
32569
- .amis-scope .a-Checkboxes > .a-Checkbox {
32987
+ .amis-scope .a-Selection > .a-Checkbox {
32570
32988
  display: block;
32571
32989
  height: var(--Form-input-height);
32572
32990
  line-height: var(--Form-input-lineHeight);
@@ -32574,43 +32992,36 @@ readers do not read off random characters that represent icons */
32574
32992
  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
32993
  }
32576
32994
 
32577
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
32995
+ .amis-scope .a-Selection--inline > .a-Checkbox {
32578
32996
  display: inline-block;
32579
32997
  }
32580
32998
 
32581
- .amis-scope .a-Checkboxes-addBtn {
32999
+ .amis-scope .a-Selection-addBtn {
32582
33000
  display: block;
32583
33001
  cursor: pointer;
32584
33002
  }
32585
33003
 
32586
- .amis-scope .a-Checkboxes-addBtn:hover {
33004
+ .amis-scope .a-Selection-addBtn:hover {
32587
33005
  text-decoration: none;
32588
33006
  }
32589
33007
 
32590
- .amis-scope .a-Checkboxes-addBtn > svg {
33008
+ .amis-scope .a-Selection-addBtn > svg {
32591
33009
  width: 0.875rem;
32592
33010
  height: 0.875rem;
32593
33011
  margin-right: var(--Checkbox-gap);
32594
33012
  }
32595
33013
 
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 {
33014
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
32600
33015
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32601
33016
  }
32602
33017
 
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 {
33018
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
32607
33019
  font-size: var(--fontSizeSm);
32608
33020
  padding: var(--gap-xs) var(--gap-xs);
32609
33021
  color: var(--text--muted-color);
32610
33022
  }
32611
33023
 
32612
- .amis-scope .a-ListCheckboxes-item,
32613
- .amis-scope .a-ListRadios-item {
33024
+ .amis-scope .a-GroupedSelection-item {
32614
33025
  display: flex;
32615
33026
  height: var(--Form-input-height);
32616
33027
  line-height: var(--Form-input-lineHeight);
@@ -32621,51 +33032,37 @@ readers do not read off random characters that represent icons */
32621
33032
  user-select: none;
32622
33033
  }
32623
33034
 
32624
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
32625
- .amis-scope .a-ListRadios-item > .a-Checkbox {
33035
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
32626
33036
  margin-right: 0;
32627
33037
  }
32628
33038
 
32629
- .amis-scope .a-ListCheckboxes-item.is-active,
32630
- .amis-scope .a-ListRadios-item.is-active {
33039
+ .amis-scope .a-GroupedSelection-item.is-active {
32631
33040
  color: var(--Form-select-menu-onActive-color);
32632
33041
  background: var(--Form-select-menu-onActive-bg);
32633
33042
  }
32634
33043
 
32635
- .amis-scope .a-ListCheckboxes-item:hover,
32636
- .amis-scope .a-ListRadios-item:hover {
33044
+ .amis-scope .a-GroupedSelection-item:hover {
32637
33045
  background: var(--Tree-item-onHover-bg);
32638
33046
  }
32639
33047
 
32640
- .amis-scope .a-ListCheckboxes-item.is-disabled,
32641
- .amis-scope .a-ListRadios-item.is-disabled {
33048
+ .amis-scope .a-GroupedSelection-item.is-disabled {
32642
33049
  pointer-events: none;
32643
33050
  color: var(--text--muted-color);
32644
33051
  }
32645
33052
 
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 {
33053
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
32654
33054
  padding-left: var(--gap-base);
32655
33055
  }
32656
33056
 
32657
- .amis-scope .a-ListCheckboxes-itemLabel,
32658
- .amis-scope .a-ListRadios-itemLabel {
33057
+ .amis-scope .a-GroupedSelection-itemLabel {
32659
33058
  flex-grow: 1;
32660
33059
  }
32661
33060
 
32662
- .amis-scope .a-ListCheckboxes-itemLabel span,
32663
- .amis-scope .a-ListRadios-itemLabel span {
33061
+ .amis-scope .a-GroupedSelection-itemLabel span {
32664
33062
  white-space: nowrap;
32665
33063
  }
32666
33064
 
32667
- .amis-scope .a-ListCheckboxes-placeholder,
32668
- .amis-scope .a-ListRadios-placeholder {
33065
+ .amis-scope .a-GroupedSelection-placeholder {
32669
33066
  height: var(--Form-input-height);
32670
33067
  line-height: var(--Form-input-lineHeight);
32671
33068
  font-size: var(--Form-input-fontSize);
@@ -32673,52 +33070,54 @@ readers do not read off random characters that represent icons */
32673
33070
  color: var(--text--muted-color);
32674
33071
  }
32675
33072
 
32676
- .amis-scope .a-TableCheckboxes .a-Table-content {
33073
+ .amis-scope .a-TableSelection .a-Table-content {
32677
33074
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32678
33075
  }
32679
33076
 
32680
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
32681
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
33077
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
33078
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
32682
33079
  font-size: var(--fontSizeSm);
32683
33080
  padding-top: var(--gap-xs);
32684
33081
  padding-bottom: 0.375rem;
32685
33082
  vertical-align: middle;
32686
33083
  }
32687
33084
 
32688
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
33085
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
32689
33086
  padding-top: 0.375rem;
32690
33087
  }
32691
33088
 
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 {
33089
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
33090
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
32694
33091
  padding-left: 0.625rem;
32695
33092
  padding-right: 0;
32696
33093
  }
32697
33094
 
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 {
33095
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
33096
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
32700
33097
  padding-right: var(--gap-md);
32701
33098
  }
32702
33099
 
32703
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
33100
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
32704
33101
  cursor: pointer;
32705
33102
  }
32706
33103
 
32707
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
32708
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
33104
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
33105
+ color: var(--Form-select-menu-onActive-color);
33106
+ background: var(--Form-select-menu-onActive-bg);
33107
+ }
33108
+
33109
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
32709
33110
  color: var(--icon-color);
32710
33111
  margin-right: 5px;
32711
33112
  }
32712
33113
 
32713
- .amis-scope .a-TreeCheckboxes-sublist,
32714
- .amis-scope .a-TreeRadios-sublist {
33114
+ .amis-scope .a-TreeSelection-sublist {
32715
33115
  position: relative;
32716
33116
  margin: 0 0 0 2.1875rem;
32717
33117
  display: none;
32718
33118
  }
32719
33119
 
32720
- .amis-scope .a-TreeCheckboxes-sublist:before,
32721
- .amis-scope .a-TreeRadios-sublist:before {
33120
+ .amis-scope .a-TreeSelection-sublist:before {
32722
33121
  width: 1px;
32723
33122
  content: "";
32724
33123
  display: block;
@@ -32729,29 +33128,19 @@ readers do not read off random characters that represent icons */
32729
33128
  border-left: dashed 1px var(--icon-color);
32730
33129
  }
32731
33130
 
32732
- .amis-scope .a-TreeCheckboxes-item,
32733
- .amis-scope .a-TreeRadios-item {
33131
+ .amis-scope .a-TreeSelection-item {
32734
33132
  position: relative;
32735
33133
  }
32736
33134
 
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 {
33135
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32741
33136
  display: block;
32742
33137
  }
32743
33138
 
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 {
33139
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32748
33140
  bottom: 0;
32749
33141
  }
32750
33142
 
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 {
33143
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32755
33144
  height: 1px;
32756
33145
  content: "";
32757
33146
  display: block;
@@ -32762,8 +33151,7 @@ readers do not read off random characters that represent icons */
32762
33151
  border-top: dashed 1px var(--icon-color);
32763
33152
  }
32764
33153
 
32765
- .amis-scope .a-TreeCheckboxes-itemInner,
32766
- .amis-scope .a-TreeRadios-itemInner {
33154
+ .amis-scope .a-TreeSelection-itemInner {
32767
33155
  display: flex;
32768
33156
  align-items: center;
32769
33157
  height: var(--Form-input-height);
@@ -32776,20 +33164,17 @@ readers do not read off random characters that represent icons */
32776
33164
  position: relative;
32777
33165
  }
32778
33166
 
32779
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32780
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
33167
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32781
33168
  margin-right: 0;
32782
33169
  margin-left: var(--gap-sm);
32783
33170
  }
32784
33171
 
32785
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32786
- .amis-scope .a-TreeRadios-itemInner > * {
33172
+ .amis-scope .a-TreeSelection-itemInner > * {
32787
33173
  position: relative;
32788
33174
  z-index: 2;
32789
33175
  }
32790
33176
 
32791
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32792
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33177
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32793
33178
  position: absolute;
32794
33179
  content: "";
32795
33180
  z-index: 1;
@@ -32800,24 +33185,20 @@ readers do not read off random characters that represent icons */
32800
33185
  background: var(--Tree-item-onHover-bg);
32801
33186
  }
32802
33187
 
32803
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32804
- .amis-scope .a-TreeRadios-itemInner.is-active {
33188
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32805
33189
  color: var(--Form-select-menu-onActive-color);
32806
33190
  }
32807
33191
 
32808
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32809
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33192
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32810
33193
  pointer-events: none;
32811
33194
  color: var(--text--muted-color);
32812
33195
  }
32813
33196
 
32814
- .amis-scope .a-TreeCheckboxes-itemLabel,
32815
- .amis-scope .a-TreeRadios-itemLabel {
33197
+ .amis-scope .a-TreeSelection-itemLabel {
32816
33198
  flex-grow: 1;
32817
33199
  }
32818
33200
 
32819
- .amis-scope .a-TreeCheckboxes-placeholder,
32820
- .amis-scope .a-TreeRadios-placeholder {
33201
+ .amis-scope .a-TreeSelection-placeholder {
32821
33202
  height: var(--Form-input-height);
32822
33203
  line-height: var(--Form-input-lineHeight);
32823
33204
  font-size: var(--Form-input-fontSize);
@@ -32825,27 +33206,27 @@ readers do not read off random characters that represent icons */
32825
33206
  color: var(--text--muted-color);
32826
33207
  }
32827
33208
 
32828
- .amis-scope .a-ChainedCheckboxes {
33209
+ .amis-scope .a-ChainedSelection {
32829
33210
  display: flex;
32830
33211
  flex-direction: row;
32831
33212
  }
32832
33213
 
32833
- .amis-scope .a-ChainedCheckboxes-col {
33214
+ .amis-scope .a-ChainedSelection-col {
32834
33215
  flex-grow: 1;
32835
33216
  min-width: 150px;
32836
33217
  }
32837
33218
 
32838
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33219
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32839
33220
  border-right: 1px solid var(--borderColor);
32840
33221
  }
32841
33222
 
32842
- .amis-scope .a-ChainedCheckboxes-subTitle {
33223
+ .amis-scope .a-ChainedSelection-subTitle {
32843
33224
  font-size: var(--fontSizeSm);
32844
33225
  padding: var(--gap-xs) var(--gap-xs);
32845
33226
  color: var(--text--muted-color);
32846
33227
  }
32847
33228
 
32848
- .amis-scope .a-ChainedCheckboxes-item {
33229
+ .amis-scope .a-ChainedSelection-item {
32849
33230
  display: flex;
32850
33231
  height: var(--Form-input-height);
32851
33232
  line-height: var(--Form-input-lineHeight);
@@ -32856,29 +33237,29 @@ readers do not read off random characters that represent icons */
32856
33237
  user-select: none;
32857
33238
  }
32858
33239
 
32859
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33240
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32860
33241
  margin-right: 0;
32861
33242
  }
32862
33243
 
32863
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33244
+ .amis-scope .a-ChainedSelection-item.is-active {
32864
33245
  color: var(--Form-select-menu-onActive-color);
32865
33246
  background: var(--Form-select-menu-onActive-bg);
32866
33247
  }
32867
33248
 
32868
- .amis-scope .a-ChainedCheckboxes-item:hover {
33249
+ .amis-scope .a-ChainedSelection-item:hover {
32869
33250
  background: var(--Tree-item-onHover-bg);
32870
33251
  }
32871
33252
 
32872
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33253
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32873
33254
  pointer-events: none;
32874
33255
  color: var(--text--muted-color);
32875
33256
  }
32876
33257
 
32877
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33258
+ .amis-scope .a-ChainedSelection-itemLabel {
32878
33259
  flex-grow: 1;
32879
33260
  }
32880
33261
 
32881
- .amis-scope .a-ChainedCheckboxes-placeholder {
33262
+ .amis-scope .a-ChainedSelection-placeholder {
32882
33263
  height: var(--Form-input-height);
32883
33264
  line-height: var(--Form-input-lineHeight);
32884
33265
  font-size: var(--Form-input-fontSize);
@@ -32886,34 +33267,35 @@ readers do not read off random characters that represent icons */
32886
33267
  color: var(--text--muted-color);
32887
33268
  }
32888
33269
 
32889
- .amis-scope .a-AssociatedCheckboxes {
33270
+ .amis-scope .a-AssociatedSelection {
32890
33271
  display: flex;
32891
33272
  flex-direction: row;
32892
33273
  }
32893
33274
 
32894
- .amis-scope .a-AssociatedCheckboxes-left,
32895
- .amis-scope .a-AssociatedCheckboxes-right {
33275
+ .amis-scope .a-AssociatedSelection-left,
33276
+ .amis-scope .a-AssociatedSelection-right {
32896
33277
  flex-grow: 1;
32897
33278
  width: 0;
32898
- height: 10.9375rem;
33279
+ min-height: 12.5rem;
33280
+ max-height: 25rem;
32899
33281
  overflow: auto;
32900
33282
  }
32901
33283
 
32902
- .amis-scope .a-AssociatedCheckboxes-left {
33284
+ .amis-scope .a-AssociatedSelection-left {
32903
33285
  border-right: 1px solid var(--borderColor);
32904
33286
  }
32905
33287
 
32906
- .amis-scope .a-AssociatedCheckboxes-reload {
33288
+ .amis-scope .a-AssociatedSelection-reload {
32907
33289
  text-align: center;
32908
33290
  color: var(--info);
32909
33291
  margin: 20px 0 0;
32910
33292
  }
32911
33293
 
32912
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33294
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32913
33295
  cursor: pointer;
32914
33296
  }
32915
33297
 
32916
- .amis-scope .a-AssociatedCheckboxes-box {
33298
+ .amis-scope .a-AssociatedSelection-box {
32917
33299
  line-height: var(--Form-input-lineHeight);
32918
33300
  font-size: var(--fontSizeSm);
32919
33301
  color: var(--text--muted-color);
@@ -32925,7 +33307,7 @@ readers do not read off random characters that represent icons */
32925
33307
  height: 100%;
32926
33308
  }
32927
33309
 
32928
- .amis-scope .a-AssociatedCheckboxes-box > p {
33310
+ .amis-scope .a-AssociatedSelection-box > p {
32929
33311
  text-align: center;
32930
33312
  margin: 10px 0 20px;
32931
33313
  color: var(--text--muted-color);
@@ -34960,6 +35342,17 @@ readers do not read off random characters that represent icons */
34960
35342
  height: 100%;
34961
35343
  }
34962
35344
 
35345
+ .amis-scope .a-FileControl-templateInfo {
35346
+ display: block;
35347
+ margin-bottom: var(--gap-base);
35348
+ padding: var(--Button-paddingY) var(--Button-paddingX);
35349
+ cursor: pointer;
35350
+ }
35351
+
35352
+ .amis-scope .a-FileControl-templateInfo > svg {
35353
+ margin-right: var(--gap-xs);
35354
+ }
35355
+
34963
35356
  .amis-scope .a-FileControl-dropzone {
34964
35357
  outline: none;
34965
35358
  }
@@ -35645,6 +36038,10 @@ readers do not read off random characters that represent icons */
35645
36038
  pointer-events: none;
35646
36039
  }
35647
36040
 
36041
+ .amis-scope .a-Tree.is-draggable {
36042
+ position: relative;
36043
+ }
36044
+
35648
36045
  .amis-scope .a-Tree--outline .a-Tree-sublist .a-Tree-item--isLeaf:before {
35649
36046
  position: absolute;
35650
36047
  top: -8px;
@@ -35685,6 +36082,10 @@ readers do not read off random characters that represent icons */
35685
36082
  left: -99999px;
35686
36083
  }
35687
36084
 
36085
+ .amis-scope .a-Tree.is-draggable .a-Tree-itemLabel:hover::after {
36086
+ display: none;
36087
+ }
36088
+
35688
36089
  .amis-scope .a-Tree-item-icons {
35689
36090
  visibility: hidden;
35690
36091
  transition: visibility var(--animation-duration) ease;
@@ -35798,6 +36199,11 @@ readers do not read off random characters that represent icons */
35798
36199
  width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
35799
36200
  }
35800
36201
 
36202
+ .amis-scope .a-Tree-itemDrager {
36203
+ cursor: move;
36204
+ color: var(--icon-color);
36205
+ }
36206
+
35801
36207
  .amis-scope .a-Tree-spinner {
35802
36208
  margin-right: var(--gap-xs);
35803
36209
  }
@@ -35844,6 +36250,35 @@ readers do not read off random characters that represent icons */
35844
36250
  color: var(--text--muted-color);
35845
36251
  }
35846
36252
 
36253
+ .amis-scope .a-Tree-dropIndicator {
36254
+ position: absolute;
36255
+ height: 0.125rem;
36256
+ background-color: var(--Tree-itemLabel--onChecked-color);
36257
+ border-radius: 0.0625rem;
36258
+ z-index: 1;
36259
+ }
36260
+
36261
+ .amis-scope .a-Tree-dropIndicator::after {
36262
+ position: absolute;
36263
+ top: -0.1875rem;
36264
+ left: -0.375rem;
36265
+ width: 0.5rem;
36266
+ height: 0.5rem;
36267
+ background-color: transparent;
36268
+ border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
36269
+ border-radius: 50%;
36270
+ content: "";
36271
+ }
36272
+
36273
+ .amis-scope .a-Tree-dropIndicator--hover {
36274
+ border-radius: 0;
36275
+ background-color: var(--Tree-item-onHover-bg);
36276
+ }
36277
+
36278
+ .amis-scope .a-Tree-dropIndicator--hover::after {
36279
+ display: none;
36280
+ }
36281
+
35847
36282
  .amis-scope .a-TreeSelectControl {
35848
36283
  position: relative;
35849
36284
  }
@@ -36174,6 +36609,8 @@ readers do not read off random characters that represent icons */
36174
36609
 
36175
36610
  .amis-scope .a-Combo--hor .a-Combo-itemDrager {
36176
36611
  padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
36612
+ display: flex;
36613
+ align-items: center;
36177
36614
  }
36178
36615
 
36179
36616
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::before,
@@ -36235,6 +36672,8 @@ readers do not read off random characters that represent icons */
36235
36672
  position: absolute;
36236
36673
  top: var(--Combo--horizontal-dragger-top);
36237
36674
  left: -1.875rem;
36675
+ display: flex;
36676
+ align-items: center;
36238
36677
  }
36239
36678
 
36240
36679
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder).is-draggable > .a-Combo-items > .a-Combo-item {
@@ -36863,19 +37302,19 @@ readers do not read off random characters that represent icons */
36863
37302
  border-radius: var(--borderRadius);
36864
37303
  }
36865
37304
 
36866
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36867
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37305
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37306
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36868
37307
  flex-grow: 1;
36869
37308
  max-height: 100%;
36870
37309
  overflow: auto;
36871
37310
  position: relative;
36872
37311
  }
36873
37312
 
36874
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37313
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36875
37314
  border-top: 1px solid var(--borderColor);
36876
37315
  }
36877
37316
 
36878
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37317
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36879
37318
  height: 100%;
36880
37319
  display: flex;
36881
37320
  align-items: center;
@@ -36923,13 +37362,29 @@ readers do not read off random characters that represent icons */
36923
37362
  color: var(--text--muted-color);
36924
37363
  }
36925
37364
 
36926
- .amis-scope .a-Transfer-tabs {
37365
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37366
+ height: 40px;
37367
+ }
37368
+
37369
+ .amis-scope .a-TabsTransfer-placeholder {
37370
+ height: var(--Form-input-height);
37371
+ line-height: var(--Form-input-lineHeight);
37372
+ font-size: var(--Form-input-fontSize);
37373
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37374
+ color: var(--text--muted-color);
37375
+ }
37376
+
37377
+ .amis-scope .a-TabsTransfer-tab {
37378
+ padding: 0;
37379
+ }
37380
+
37381
+ .amis-scope .a-TabsTransfer-tabs {
36927
37382
  display: flex;
36928
37383
  flex-direction: column;
36929
37384
  height: 100%;
36930
37385
  }
36931
37386
 
36932
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37387
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36933
37388
  border-top: 0 none;
36934
37389
  padding: 5px 0 0 5px;
36935
37390
  display: flex;
@@ -36938,59 +37393,48 @@ readers do not read off random characters that represent icons */
36938
37393
  align-items: center;
36939
37394
  }
36940
37395
 
36941
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37396
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36942
37397
  font-size: 12px;
36943
37398
  padding: 7px 8px;
36944
37399
  }
36945
37400
 
36946
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37401
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36947
37402
  flex-grow: 1;
36948
37403
  }
36949
37404
 
36950
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37405
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36951
37406
  margin: -5px 5px 0 10px;
36952
37407
  }
36953
37408
 
36954
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37409
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36955
37410
  width: 150px;
36956
37411
  margin-right: 10px;
36957
37412
  padding-left: 10px;
36958
37413
  }
36959
37414
 
36960
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37415
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36961
37416
  flex-grow: 1;
37417
+ min-height: 0;
36962
37418
  position: relative;
36963
37419
  padding: 5px 0 0;
36964
37420
  }
36965
37421
 
36966
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37422
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36967
37423
  position: relative;
36968
- min-height: 100%;
37424
+ height: 100%;
36969
37425
  }
36970
37426
 
36971
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37427
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36972
37428
  display: flex;
36973
37429
  flex-direction: column;
36974
37430
  }
36975
37431
 
36976
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37432
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36977
37433
  flex-grow: 1;
36978
37434
  max-height: 100%;
36979
37435
  overflow: auto;
36980
37436
  }
36981
37437
 
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
37438
  .amis-scope .a-TransferControl {
36995
37439
  position: relative;
36996
37440
  }
@@ -36999,6 +37443,57 @@ readers do not read off random characters that represent icons */
36999
37443
  display: inline-block;
37000
37444
  }
37001
37445
 
37446
+ .amis-scope .a-TransferPicker-icon {
37447
+ transition: transform var(--animation-duration) ease-out;
37448
+ margin: 5px 5px 5px auto;
37449
+ display: flex;
37450
+ color: var(--Form-select-caret-iconColor);
37451
+ }
37452
+
37453
+ .amis-scope .a-TransferPicker-icon:hover {
37454
+ color: var(--Form-select-caret-onHover-iconColor);
37455
+ }
37456
+
37457
+ .amis-scope .a-TransferPicker-icon > svg {
37458
+ width: 0.75rem;
37459
+ height: 0.75rem;
37460
+ top: 0;
37461
+ }
37462
+
37463
+ .amis-scope .a-TransferDropDown-icon {
37464
+ transition: transform var(--animation-duration) ease-out;
37465
+ margin: 5px 5px 5px auto;
37466
+ display: flex;
37467
+ color: var(--Form-select-caret-iconColor);
37468
+ }
37469
+
37470
+ .amis-scope .a-TransferDropDown-icon:hover {
37471
+ color: var(--Form-select-caret-onHover-iconColor);
37472
+ }
37473
+
37474
+ .amis-scope .a-TransferDropDown-icon > svg {
37475
+ width: 0.625rem;
37476
+ height: 0.625rem;
37477
+ top: 0;
37478
+ }
37479
+
37480
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37481
+ transform: rotate(180deg);
37482
+ }
37483
+
37484
+ .amis-scope .a-TransferDropDown-content {
37485
+ min-height: 12.5rem;
37486
+ display: flex;
37487
+ flex-direction: column;
37488
+ }
37489
+
37490
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37491
+ flex-grow: 1;
37492
+ max-height: 100%;
37493
+ overflow: auto;
37494
+ position: relative;
37495
+ }
37496
+
37002
37497
  .amis-scope .a-NestedSelectControl {
37003
37498
  position: relative;
37004
37499
  }
@@ -37702,12 +38197,61 @@ readers do not read off random characters that represent icons */
37702
38197
  min-width: var(--Form-control-widthSm);
37703
38198
  }
37704
38199
 
38200
+ .amis-scope .a-Form--column {
38201
+ display: flex;
38202
+ flex-wrap: wrap;
38203
+ margin-left: calc(var(--Form-group-gutterWidth) / -2);
38204
+ margin-right: calc(var(--Form-group-gutterWidth) / -2);
38205
+ }
38206
+
38207
+ .amis-scope .a-Form--column > .a-Form-item {
38208
+ flex-grow: 1;
38209
+ padding-left: calc(var(--Form-group-gutterWidth) / 2);
38210
+ padding-right: calc(var(--Form-group-gutterWidth) / 2);
38211
+ }
38212
+
38213
+ .amis-scope .a-Form--column-2 > .a-Form-item {
38214
+ width: 50%;
38215
+ }
38216
+
38217
+ .amis-scope .a-Form--column-3 > .a-Form-item {
38218
+ width: 33%;
38219
+ }
38220
+
38221
+ .amis-scope .a-Form--column-4 > .a-Form-item {
38222
+ width: 25%;
38223
+ }
38224
+
38225
+ .amis-scope .a-Form--column-5 > .a-Form-item {
38226
+ width: 20%;
38227
+ }
38228
+
38229
+ .amis-scope .a-Form--column-6 > .a-Form-item {
38230
+ width: 16.6%;
38231
+ }
38232
+
38233
+ .amis-scope .a-Form--column-7 > .a-Form-item {
38234
+ width: 14.2%;
38235
+ }
38236
+
38237
+ .amis-scope .a-Form--column-8 > .a-Form-item {
38238
+ width: 12.5%;
38239
+ }
38240
+
38241
+ .amis-scope .a-Form-column-9 > .a-Form-item {
38242
+ width: 11.1%;
38243
+ }
38244
+
38245
+ .amis-scope .a-Form-column-10 > .a-Form-item {
38246
+ width: 10%;
38247
+ }
38248
+
37705
38249
  .amis-scope .a-AnchorNav {
37706
38250
  display: flex;
37707
38251
  height: 25rem;
37708
38252
  }
37709
38253
 
37710
- .amis-scope .a-AnchorNav-link-wrap {
38254
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
37711
38255
  margin: 0;
37712
38256
  padding: 0;
37713
38257
  width: var(--Tabs--vertical-width);
@@ -37715,12 +38259,12 @@ readers do not read off random characters that represent icons */
37715
38259
  padding-bottom: 3.75rem;
37716
38260
  }
37717
38261
 
37718
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38262
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37719
38263
  position: relative;
37720
38264
  display: block;
37721
38265
  }
37722
38266
 
37723
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
38267
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37724
38268
  display: block;
37725
38269
  border: var(--Tabs-borderWidth) solid transparent;
37726
38270
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37734,20 +38278,75 @@ readers do not read off random characters that represent icons */
37734
38278
  margin: 0;
37735
38279
  }
37736
38280
 
37737
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38281
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37738
38282
  color: var(--primary);
37739
38283
  }
37740
38284
 
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 {
38285
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38286
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37743
38287
  color: var(--Tabs--vertical-onActive-color);
37744
38288
  border-color: var(--Tabs--vertical-onActive-border);
37745
38289
  }
37746
38290
 
38291
+ .amis-scope .a-AnchorNav--horizontal {
38292
+ flex-direction: column;
38293
+ }
38294
+
38295
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38296
+ user-select: none;
38297
+ margin: 0px;
38298
+ padding: 0px;
38299
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38300
+ list-style: none;
38301
+ }
38302
+
38303
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38304
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38305
+ display: inline-block;
38306
+ position: relative;
38307
+ }
38308
+
38309
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38310
+ font-size: var(--Tabs-linkFontSize);
38311
+ outline: 0;
38312
+ border: var(--Tabs-borderWidth) solid transparent;
38313
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38314
+ border-top-left-radius: var(--Tabs-borderRadius);
38315
+ border-top-right-radius: var(--Tabs-borderRadius);
38316
+ color: var(--Tabs-color);
38317
+ margin: var(--Tabs-linkMargin);
38318
+ padding: var(--Tabs-linkPadding);
38319
+ text-decoration: none;
38320
+ cursor: pointer;
38321
+ display: block;
38322
+ }
38323
+
38324
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38325
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38326
+ color: var(--primary);
38327
+ background: transparent;
38328
+ border-color: transparent;
38329
+ }
38330
+
38331
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38332
+ margin: 0;
38333
+ }
38334
+
38335
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38336
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38337
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38338
+ font-size: var(--Tabs-linkFontSize);
38339
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38340
+ border-color: var(--Tabs--line-onHover-borderColor);
38341
+ color: var(--Tabs--line-onHover-color);
38342
+ background: transparent;
38343
+ }
38344
+
37747
38345
  .amis-scope .a-AnchorNav-section-wrap {
37748
38346
  border: none;
37749
38347
  flex-grow: 1;
37750
38348
  overflow: auto;
38349
+ scroll-behavior: smooth;
37751
38350
  background: var(--Tabs-content-bg);
37752
38351
  }
37753
38352
 
@@ -38026,6 +38625,14 @@ readers do not read off random characters that represent icons */
38026
38625
  color: var(--text--muted-color);
38027
38626
  }
38028
38627
 
38628
+ .amis-scope .a-MappingField {
38629
+ margin-right: var(--gap-xs);
38630
+ }
38631
+
38632
+ .amis-scope .a-MappingField:last-child {
38633
+ margin-right: 0;
38634
+ }
38635
+
38029
38636
  /*
38030
38637
  * utilities
38031
38638
  */