amis 1.4.1 → 1.4.2-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +26 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/AnchorNav.d.ts +22 -21
  7. package/lib/components/AnchorNav.js +7 -3
  8. package/lib/components/AnchorNav.js.map +2 -2
  9. package/lib/components/ArrayInput.d.ts +84 -84
  10. package/lib/components/AssociatedSelection.d.ts +930 -0
  11. package/lib/components/AssociatedSelection.js +89 -0
  12. package/lib/components/AssociatedSelection.js.map +13 -0
  13. package/lib/components/Badge.d.ts +2 -2
  14. package/lib/components/Badge.js +13 -7
  15. package/lib/components/Badge.js.map +2 -2
  16. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  17. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  18. package/lib/components/ChainedSelection.js.map +13 -0
  19. package/lib/components/Collapse.js +1 -1
  20. package/lib/components/Collapse.js.map +2 -2
  21. package/lib/components/ColorPicker.d.ts +84 -84
  22. package/lib/components/DatePicker.d.ts +84 -84
  23. package/lib/components/DatePicker.js +1 -1
  24. package/lib/components/DatePicker.js.map +2 -2
  25. package/lib/components/DateRangePicker.d.ts +84 -84
  26. package/lib/components/DateRangePicker.js +1 -1
  27. package/lib/components/DateRangePicker.js.map +2 -2
  28. package/lib/components/Editor.d.ts +84 -84
  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 +11 -3
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +84 -0
  36. package/lib/components/Link.js +43 -0
  37. package/lib/components/Link.js.map +13 -0
  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/MonthRangePicker.js +1 -1
  43. package/lib/components/MonthRangePicker.js.map +2 -2
  44. package/lib/components/NumberInput.d.ts +20 -20
  45. package/lib/components/PickerColumn.d.ts +514 -0
  46. package/lib/components/PickerColumn.js +279 -0
  47. package/lib/components/PickerColumn.js.map +13 -0
  48. package/lib/components/PickerContainer.d.ts +513 -0
  49. package/lib/components/PickerContainer.js +96 -0
  50. package/lib/components/PickerContainer.js.map +13 -0
  51. package/lib/components/Radios.d.ts +22 -21
  52. package/lib/components/Radios.js +1 -0
  53. package/lib/components/Radios.js.map +2 -2
  54. package/lib/components/Rating.d.ts +21 -21
  55. package/lib/components/ResultBox.d.ts +84 -84
  56. package/lib/components/ResultBox.js +10 -2
  57. package/lib/components/ResultBox.js.map +2 -2
  58. package/lib/components/RichText.js +17 -53
  59. package/lib/components/RichText.js.map +2 -2
  60. package/lib/components/SearchBox.d.ts +84 -84
  61. package/lib/components/SearchBox.js +4 -4
  62. package/lib/components/SearchBox.js.map +2 -2
  63. package/lib/components/Select.d.ts +245 -237
  64. package/lib/components/Select.js +28 -4
  65. package/lib/components/Select.js.map +2 -2
  66. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  67. package/lib/components/Selection.js +134 -0
  68. package/lib/components/Selection.js.map +13 -0
  69. package/lib/components/SparkLine.d.ts +85 -84
  70. package/lib/components/SparkLine.js +2 -2
  71. package/lib/components/SparkLine.js.map +2 -2
  72. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  73. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  74. package/lib/components/TableSelection.js.map +13 -0
  75. package/lib/components/Tabs.d.ts +20 -20
  76. package/lib/components/TabsTransfer.d.ts +84 -84
  77. package/lib/components/TabsTransfer.js +9 -9
  78. package/lib/components/TabsTransfer.js.map +2 -2
  79. package/lib/components/TabsTransferPicker.d.ts +489 -0
  80. package/lib/components/TabsTransferPicker.js +60 -0
  81. package/lib/components/TabsTransferPicker.js.map +13 -0
  82. package/lib/components/Toast.js +2 -2
  83. package/lib/components/Toast.js.map +2 -2
  84. package/lib/components/Transfer.d.ts +908 -274
  85. package/lib/components/Transfer.js +31 -24
  86. package/lib/components/Transfer.js.map +2 -2
  87. package/lib/components/TransferDropDown.d.ts +488 -0
  88. package/lib/components/TransferDropDown.js +59 -0
  89. package/lib/components/TransferDropDown.js.map +13 -0
  90. package/lib/components/TransferPicker.d.ts +493 -0
  91. package/lib/components/TransferPicker.js +60 -0
  92. package/lib/components/TransferPicker.js.map +13 -0
  93. package/lib/components/Tree.d.ts +84 -84
  94. package/lib/components/Tree.js +5 -3
  95. package/lib/components/Tree.js.map +2 -2
  96. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  97. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  98. package/lib/components/TreeSelection.js.map +13 -0
  99. package/lib/components/WithRemoteConfig.js +1 -1
  100. package/lib/components/WithRemoteConfig.js.map +2 -2
  101. package/lib/components/condition-builder/Field.js +5 -2
  102. package/lib/components/condition-builder/Field.js.map +2 -2
  103. package/lib/components/condition-builder/Func.js +2 -2
  104. package/lib/components/condition-builder/Func.js.map +2 -2
  105. package/lib/components/condition-builder/InputSwitch.js +2 -2
  106. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  107. package/lib/components/condition-builder/Item.js +3 -3
  108. package/lib/components/condition-builder/Item.js.map +2 -2
  109. package/lib/components/icons.js +14 -0
  110. package/lib/components/icons.js.map +2 -2
  111. package/lib/components/index.d.ts +8 -8
  112. package/lib/components/index.js +16 -16
  113. package/lib/components/index.js.map +2 -2
  114. package/lib/envOverwrite.js.map +2 -2
  115. package/lib/factory.d.ts +4 -0
  116. package/lib/factory.js +4 -2
  117. package/lib/factory.js.map +2 -2
  118. package/lib/helper.css.map +1 -1
  119. package/lib/hooks/index.d.ts +5 -0
  120. package/lib/hooks/index.js +14 -0
  121. package/lib/hooks/index.js.map +13 -0
  122. package/lib/hooks/use-set-state.d.ts +2 -0
  123. package/lib/hooks/use-set-state.js +15 -0
  124. package/lib/hooks/use-set-state.js.map +13 -0
  125. package/lib/hooks/use-touch.d.ts +16 -0
  126. package/lib/hooks/use-touch.js +73 -0
  127. package/lib/hooks/use-touch.js.map +13 -0
  128. package/lib/hooks/use-update-effect.d.ts +3 -0
  129. package/lib/hooks/use-update-effect.js +17 -0
  130. package/lib/hooks/use-update-effect.js.map +13 -0
  131. package/lib/icons/clock.js +10 -0
  132. package/lib/icons/download.js +7 -0
  133. package/lib/icons/status-close.js +11 -0
  134. package/lib/icons/status-fail.js +11 -0
  135. package/lib/icons/status-info.js +10 -0
  136. package/lib/icons/status-success.js +11 -0
  137. package/lib/icons/status-warning.js +10 -0
  138. package/lib/index.d.ts +3 -0
  139. package/lib/index.js +4 -1
  140. package/lib/index.js.map +2 -2
  141. package/lib/locale/de-DE.js +4 -0
  142. package/lib/locale/de-DE.js.map +2 -2
  143. package/lib/locale/en-US.js +5 -0
  144. package/lib/locale/en-US.js.map +2 -2
  145. package/lib/locale/zh-CN.js +8 -3
  146. package/lib/locale/zh-CN.js.map +2 -2
  147. package/lib/renderers/Action.d.ts +8 -0
  148. package/lib/renderers/Action.js +17 -4
  149. package/lib/renderers/Action.js.map +2 -2
  150. package/lib/renderers/AnchorNav.d.ts +1 -0
  151. package/lib/renderers/AnchorNav.js +2 -2
  152. package/lib/renderers/AnchorNav.js.map +2 -2
  153. package/lib/renderers/Avatar.js +3 -3
  154. package/lib/renderers/Avatar.js.map +2 -2
  155. package/lib/renderers/Breadcrumb.js +1 -1
  156. package/lib/renderers/Breadcrumb.js.map +2 -2
  157. package/lib/renderers/CRUD.d.ts +9 -0
  158. package/lib/renderers/CRUD.js +43 -8
  159. package/lib/renderers/CRUD.js.map +2 -2
  160. package/lib/renderers/Card.d.ts +4 -0
  161. package/lib/renderers/Card.js +29 -23
  162. package/lib/renderers/Card.js.map +2 -2
  163. package/lib/renderers/Chart.js +1 -1
  164. package/lib/renderers/Chart.js.map +2 -2
  165. package/lib/renderers/Collapse.js +3 -2
  166. package/lib/renderers/Collapse.js.map +2 -2
  167. package/lib/renderers/Dialog.js +0 -3
  168. package/lib/renderers/Dialog.js.map +2 -2
  169. package/lib/renderers/Drawer.js +0 -3
  170. package/lib/renderers/Drawer.js.map +2 -2
  171. package/lib/renderers/DropDownButton.d.ts +5 -1
  172. package/lib/renderers/DropDownButton.js +8 -6
  173. package/lib/renderers/DropDownButton.js.map +2 -2
  174. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  175. package/lib/renderers/Form/Checkbox.js +4 -0
  176. package/lib/renderers/Form/Checkbox.js.map +2 -2
  177. package/lib/renderers/Form/Combo.js +2 -2
  178. package/lib/renderers/Form/Combo.js.map +2 -2
  179. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  180. package/lib/renderers/Form/Editor.d.ts +3 -2
  181. package/lib/renderers/Form/InputCity.d.ts +84 -84
  182. package/lib/renderers/Form/InputCity.js +7 -6
  183. package/lib/renderers/Form/InputCity.js.map +2 -2
  184. package/lib/renderers/Form/InputColor.d.ts +84 -84
  185. package/lib/renderers/Form/InputFile.d.ts +6 -0
  186. package/lib/renderers/Form/InputFile.js +30 -10
  187. package/lib/renderers/Form/InputFile.js.map +2 -2
  188. package/lib/renderers/Form/InputImage.js +16 -7
  189. package/lib/renderers/Form/InputImage.js.map +2 -2
  190. package/lib/renderers/Form/Item.d.ts +1 -1
  191. package/lib/renderers/Form/Item.js.map +1 -1
  192. package/lib/renderers/Form/Options.js +19 -6
  193. package/lib/renderers/Form/Options.js.map +2 -2
  194. package/lib/renderers/Form/Picker.js +2 -2
  195. package/lib/renderers/Form/Picker.js.map +2 -2
  196. package/lib/renderers/Form/Select.d.ts +42 -4
  197. package/lib/renderers/Form/Select.js +37 -3
  198. package/lib/renderers/Form/Select.js.map +2 -2
  199. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  200. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  201. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  202. package/lib/renderers/Form/Transfer.js +18 -3
  203. package/lib/renderers/Form/Transfer.js.map +2 -2
  204. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  205. package/lib/renderers/Form/TransferPicker.js +43 -0
  206. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  207. package/lib/renderers/Form/TreeSelect.js +2 -2
  208. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  209. package/lib/renderers/Form/index.d.ts +5 -0
  210. package/lib/renderers/Form/index.js +5 -3
  211. package/lib/renderers/Form/index.js.map +2 -2
  212. package/lib/renderers/Form/wrapControl.js +15 -3
  213. package/lib/renderers/Form/wrapControl.js.map +2 -2
  214. package/lib/renderers/IFrame.js +3 -5
  215. package/lib/renderers/IFrame.js.map +2 -2
  216. package/lib/renderers/Image.d.ts +1 -0
  217. package/lib/renderers/Image.js +15 -1
  218. package/lib/renderers/Image.js.map +2 -2
  219. package/lib/renderers/Json.d.ts +4 -0
  220. package/lib/renderers/Json.js +4 -13
  221. package/lib/renderers/Json.js.map +2 -2
  222. package/lib/renderers/Link.d.ts +18 -3
  223. package/lib/renderers/Link.js +27 -15
  224. package/lib/renderers/Link.js.map +2 -2
  225. package/lib/renderers/List.js +1 -1
  226. package/lib/renderers/List.js.map +2 -2
  227. package/lib/renderers/Log.d.ts +2 -2
  228. package/lib/renderers/Log.js +7 -1
  229. package/lib/renderers/Log.js.map +2 -2
  230. package/lib/renderers/Mapping.d.ts +9 -2
  231. package/lib/renderers/Mapping.js +18 -6
  232. package/lib/renderers/Mapping.js.map +2 -2
  233. package/lib/renderers/Nav.d.ts +62 -36
  234. package/lib/renderers/Nav.js +272 -96
  235. package/lib/renderers/Nav.js.map +2 -2
  236. package/lib/renderers/Portlet.d.ts +125 -0
  237. package/lib/renderers/Portlet.js +156 -0
  238. package/lib/renderers/Portlet.js.map +13 -0
  239. package/lib/renderers/Property.js +2 -1
  240. package/lib/renderers/Property.js.map +2 -2
  241. package/lib/renderers/SearchBox.d.ts +6 -1
  242. package/lib/renderers/SearchBox.js +19 -5
  243. package/lib/renderers/SearchBox.js.map +2 -2
  244. package/lib/renderers/SparkLine.d.ts +4 -0
  245. package/lib/renderers/SparkLine.js.map +2 -2
  246. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  247. package/lib/renderers/Table/ColumnToggler.js +216 -0
  248. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  249. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  250. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  251. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  252. package/lib/renderers/Table/TableBody.d.ts +4 -0
  253. package/lib/renderers/Table/TableCell.js +3 -1
  254. package/lib/renderers/Table/TableCell.js.map +2 -2
  255. package/lib/renderers/Table/TableContent.d.ts +4 -1
  256. package/lib/renderers/Table/TableContent.js +21 -1
  257. package/lib/renderers/Table/TableContent.js.map +2 -2
  258. package/lib/renderers/Table/index.d.ts +19 -2
  259. package/lib/renderers/Table/index.js +172 -57
  260. package/lib/renderers/Table/index.js.map +2 -2
  261. package/lib/renderers/Tabs.js +9 -1
  262. package/lib/renderers/Tabs.js.map +2 -2
  263. package/lib/renderers/WebComponent.js +1 -1
  264. package/lib/renderers/WebComponent.js.map +2 -2
  265. package/lib/store/combo.d.ts +2 -16
  266. package/lib/store/crud.js +3 -7
  267. package/lib/store/crud.js.map +2 -2
  268. package/lib/store/form.d.ts +1 -1
  269. package/lib/store/form.js +5 -6
  270. package/lib/store/form.js.map +2 -2
  271. package/lib/store/service.js +5 -4
  272. package/lib/store/service.js.map +2 -2
  273. package/lib/store/table.d.ts +260 -3
  274. package/lib/store/table.js +69 -11
  275. package/lib/store/table.js.map +2 -2
  276. package/lib/themes/ang-ie11.css +888 -238
  277. package/lib/themes/ang.css +888 -238
  278. package/lib/themes/ang.css.map +1 -1
  279. package/lib/themes/antd-ie11.css +888 -238
  280. package/lib/themes/antd.css +888 -238
  281. package/lib/themes/antd.css.map +1 -1
  282. package/lib/themes/cxd-ie11.css +1446 -457
  283. package/lib/themes/cxd.css +1446 -457
  284. package/lib/themes/cxd.css.map +1 -1
  285. package/lib/themes/dark-ie11.css +888 -238
  286. package/lib/themes/dark.css +888 -238
  287. package/lib/themes/dark.css.map +1 -1
  288. package/lib/themes/default.css +1446 -457
  289. package/lib/themes/default.css.map +1 -1
  290. package/lib/types.d.ts +37 -0
  291. package/lib/types.js +0 -5
  292. package/lib/types.js.map +2 -2
  293. package/lib/utils/api.d.ts +3 -2
  294. package/lib/utils/api.js +31 -15
  295. package/lib/utils/api.js.map +2 -2
  296. package/lib/utils/dom.d.ts +4 -0
  297. package/lib/utils/dom.js +11 -1
  298. package/lib/utils/dom.js.map +2 -2
  299. package/lib/utils/handleAction.d.ts +7 -0
  300. package/lib/utils/handleAction.js +30 -0
  301. package/lib/utils/handleAction.js.map +13 -0
  302. package/lib/utils/helper.d.ts +3 -1
  303. package/lib/utils/helper.js +14 -5
  304. package/lib/utils/helper.js.map +2 -2
  305. package/lib/utils/icon.js +3 -0
  306. package/lib/utils/icon.js.map +2 -2
  307. package/lib/utils/tpl-builtin.d.ts +1 -1
  308. package/lib/utils/tpl-builtin.js +25 -15
  309. package/lib/utils/tpl-builtin.js.map +2 -2
  310. package/package.json +1 -1
  311. package/schema.json +3341 -998
  312. package/scss/_mixins.scss +1 -3
  313. package/scss/_properties.scss +63 -4
  314. package/scss/_utilities.scss +4 -0
  315. package/scss/base/_common.scss +3 -0
  316. package/scss/base/_normalize.scss +2 -0
  317. package/scss/components/_anchor-nav.scss +88 -29
  318. package/scss/components/_button.scss +4 -5
  319. package/scss/components/_card.scss +8 -14
  320. package/scss/components/_collapse.scss +41 -8
  321. package/scss/components/_column-toggler.scss +234 -0
  322. package/scss/components/_dropdown.scss +2 -1
  323. package/scss/components/_images.scss +2 -1
  324. package/scss/components/_input-box.scss +1 -0
  325. package/scss/components/_link.scss +6 -0
  326. package/scss/components/_mapping.scss +6 -0
  327. package/scss/components/_nav.scss +231 -223
  328. package/scss/components/_page.scss +5 -4
  329. package/scss/components/_picker-columns.scss +124 -0
  330. package/scss/components/_popover.scss +13 -0
  331. package/scss/components/_portlet.scss +51 -0
  332. package/scss/components/_progress.scss +2 -0
  333. package/scss/components/_result-box.scss +1 -0
  334. package/scss/components/_status.scss +1 -1
  335. package/scss/components/_steps.scss +1 -1
  336. package/scss/components/_table.scss +51 -1
  337. package/scss/components/form/_checks.scss +0 -351
  338. package/scss/components/form/_color.scss +1 -0
  339. package/scss/components/form/_date-range.scss +2 -0
  340. package/scss/components/form/_date.scss +2 -0
  341. package/scss/components/form/_fieldset.scss +6 -3
  342. package/scss/components/form/_file.scss +16 -4
  343. package/scss/components/form/_form.scss +48 -0
  344. package/scss/components/form/_image.scss +7 -2
  345. package/scss/components/form/_list.scss +1 -0
  346. package/scss/components/form/_location.scss +1 -1
  347. package/scss/components/form/_selection.scss +354 -0
  348. package/scss/components/form/_text.scss +13 -0
  349. package/scss/components/form/_textarea.scss +10 -0
  350. package/scss/components/form/_transfer.scss +77 -18
  351. package/scss/themes/_common.scss +7 -0
  352. package/scss/themes/_cxd-colors.scss +56 -0
  353. package/scss/themes/_cxd-variables.scss +217 -89
  354. package/scss/themes/cxd.scss +370 -0
  355. package/sdk/ang-ie11.css +1117 -392
  356. package/sdk/ang.css +1110 -342
  357. package/sdk/antd-ie11.css +1105 -380
  358. package/sdk/antd.css +1110 -342
  359. package/sdk/charts.js +13 -13
  360. package/sdk/color-picker.js +65 -69
  361. package/sdk/cropperjs.js +2 -2
  362. package/sdk/cxd-ie11.css +2086 -1062
  363. package/sdk/cxd.css +1643 -495
  364. package/sdk/dark-ie11.css +1117 -392
  365. package/sdk/dark.css +1110 -342
  366. package/sdk/exceljs.js +1 -1
  367. package/sdk/helper.css.map +1 -1
  368. package/sdk/iconfont.svg +2513 -0
  369. package/sdk/iconfont.ttf +0 -0
  370. package/sdk/iconfont.woff +0 -0
  371. package/sdk/ie11-patch.css +1 -0
  372. package/sdk/locale/de-DE.js +4 -0
  373. package/sdk/markdown.js +69 -69
  374. package/sdk/papaparse.js +1 -1
  375. package/sdk/renderers/Form/CityDB.js +1 -1
  376. package/sdk/rest.js +20 -28
  377. package/sdk/rich-text.js +62 -62
  378. package/sdk/sdk-ie11.css +2086 -1062
  379. package/sdk/sdk.css +1643 -495
  380. package/sdk/sdk.js +1219 -1165
  381. package/sdk/thirds/hls.js/hls.js +1 -1
  382. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  383. package/sdk/tinymce.js +57 -57
  384. package/src/Schema.ts +32 -0
  385. package/src/components/Alert.tsx +3 -1
  386. package/src/components/AnchorNav.tsx +15 -4
  387. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  388. package/src/components/Badge.tsx +38 -26
  389. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  390. package/src/components/Collapse.tsx +14 -9
  391. package/src/components/DatePicker.tsx +1 -1
  392. package/src/components/DateRangePicker.tsx +23 -11
  393. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  394. package/src/components/InputBox.tsx +11 -10
  395. package/src/components/Link.tsx +85 -0
  396. package/src/components/ModalManager.ts +1 -1
  397. package/src/components/MonthRangePicker.tsx +10 -2
  398. package/src/components/PickerColumn.tsx +429 -0
  399. package/src/components/PickerContainer.tsx +128 -0
  400. package/src/components/Radios.tsx +3 -8
  401. package/src/components/ResultBox.tsx +9 -9
  402. package/src/components/RichText.tsx +17 -57
  403. package/src/components/SearchBox.tsx +4 -5
  404. package/src/components/Select.tsx +60 -5
  405. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  406. package/src/components/SparkLine.tsx +4 -1
  407. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  408. package/src/components/TabsTransfer.tsx +13 -7
  409. package/src/components/TabsTransferPicker.tsx +85 -0
  410. package/src/components/Toast.tsx +5 -5
  411. package/src/components/Transfer.tsx +71 -50
  412. package/src/components/TransferDropDown.tsx +120 -0
  413. package/src/components/TransferPicker.tsx +91 -0
  414. package/src/components/Tree.tsx +6 -8
  415. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  416. package/src/components/WithRemoteConfig.tsx +7 -2
  417. package/src/components/condition-builder/Field.tsx +5 -5
  418. package/src/components/condition-builder/Func.tsx +3 -3
  419. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  420. package/src/components/condition-builder/Item.tsx +5 -12
  421. package/src/components/icons.tsx +15 -0
  422. package/src/components/index.tsx +13 -13
  423. package/src/envOverwrite.ts +0 -1
  424. package/src/factory.tsx +18 -3
  425. package/src/hooks/index.ts +5 -0
  426. package/src/hooks/use-set-state.ts +19 -0
  427. package/src/hooks/use-touch.ts +100 -0
  428. package/src/hooks/use-update-effect.ts +16 -0
  429. package/src/icons/clock.svg +1 -0
  430. package/src/icons/download.svg +4 -0
  431. package/src/icons/status-close.svg +10 -0
  432. package/src/icons/status-fail.svg +10 -0
  433. package/src/icons/status-info.svg +8 -0
  434. package/src/icons/status-success.svg +10 -0
  435. package/src/icons/status-warning.svg +8 -0
  436. package/src/index.tsx +3 -0
  437. package/src/locale/de-DE.ts +4 -0
  438. package/src/locale/en-US.ts +5 -0
  439. package/src/locale/zh-CN.ts +8 -3
  440. package/src/renderers/Action.tsx +33 -2
  441. package/src/renderers/AnchorNav.tsx +4 -0
  442. package/src/renderers/Avatar.tsx +8 -4
  443. package/src/renderers/Breadcrumb.tsx +5 -1
  444. package/src/renderers/CRUD.tsx +63 -28
  445. package/src/renderers/Card.tsx +63 -34
  446. package/src/renderers/Chart.tsx +6 -2
  447. package/src/renderers/Collapse.tsx +4 -2
  448. package/src/renderers/Dialog.tsx +0 -4
  449. package/src/renderers/Drawer.tsx +0 -4
  450. package/src/renderers/DropDownButton.tsx +18 -13
  451. package/src/renderers/Form/Checkbox.tsx +8 -0
  452. package/src/renderers/Form/Combo.tsx +2 -3
  453. package/src/renderers/Form/InputCity.tsx +4 -8
  454. package/src/renderers/Form/InputFile.tsx +66 -24
  455. package/src/renderers/Form/InputImage.tsx +16 -5
  456. package/src/renderers/Form/Item.tsx +3 -2
  457. package/src/renderers/Form/Options.tsx +32 -7
  458. package/src/renderers/Form/Picker.tsx +3 -2
  459. package/src/renderers/Form/Select.tsx +162 -21
  460. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  461. package/src/renderers/Form/Transfer.tsx +19 -4
  462. package/src/renderers/Form/TransferPicker.tsx +145 -0
  463. package/src/renderers/Form/TreeSelect.tsx +25 -0
  464. package/src/renderers/Form/index.tsx +15 -2
  465. package/src/renderers/Form/wrapControl.tsx +28 -3
  466. package/src/renderers/IFrame.tsx +4 -5
  467. package/src/renderers/Image.tsx +10 -0
  468. package/src/renderers/Json.tsx +9 -9
  469. package/src/renderers/Link.tsx +53 -14
  470. package/src/renderers/List.tsx +1 -1
  471. package/src/renderers/Log.tsx +16 -3
  472. package/src/renderers/Mapping.tsx +27 -11
  473. package/src/renderers/Nav.tsx +325 -122
  474. package/src/renderers/Portlet.tsx +423 -0
  475. package/src/renderers/Property.tsx +3 -2
  476. package/src/renderers/SearchBox.tsx +23 -4
  477. package/src/renderers/SparkLine.tsx +5 -0
  478. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  479. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  480. package/src/renderers/Table/TableCell.tsx +16 -1
  481. package/src/renderers/Table/TableContent.tsx +40 -2
  482. package/src/renderers/Table/index.tsx +257 -80
  483. package/src/renderers/Tabs.tsx +9 -1
  484. package/src/renderers/WebComponent.tsx +2 -2
  485. package/src/store/crud.ts +3 -8
  486. package/src/store/form.ts +5 -10
  487. package/src/store/service.ts +5 -4
  488. package/src/store/table.ts +103 -11
  489. package/src/types.ts +57 -0
  490. package/src/utils/api.ts +52 -23
  491. package/src/utils/dom.tsx +12 -0
  492. package/src/utils/handleAction.ts +41 -0
  493. package/src/utils/helper.ts +12 -4
  494. package/src/utils/icon.tsx +4 -0
  495. package/src/utils/tpl-builtin.ts +48 -17
  496. package/dump.rdb +0 -0
  497. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  498. package/lib/components/AssociatedCheckboxes.js +0 -90
  499. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  500. package/lib/components/ChainedCheckboxes.js.map +0 -13
  501. package/lib/components/Checkboxes.js +0 -101
  502. package/lib/components/Checkboxes.js.map +0 -13
  503. package/lib/components/ListCheckboxes.d.ts +0 -739
  504. package/lib/components/ListCheckboxes.js +0 -48
  505. package/lib/components/ListCheckboxes.js.map +0 -13
  506. package/lib/components/ListRadios.d.ts +0 -763
  507. package/lib/components/ListRadios.js +0 -86
  508. package/lib/components/ListRadios.js.map +0 -13
  509. package/lib/components/TableCheckboxes.js.map +0 -13
  510. package/lib/components/TreeCheckboxes.js.map +0 -13
  511. package/lib/components/TreeRadios.d.ts +0 -838
  512. package/lib/components/TreeRadios.js +0 -116
  513. package/lib/components/TreeRadios.js.map +0 -13
  514. package/sdk.zip +0 -0
  515. package/src/components/ListRadios.tsx +0 -159
  516. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang.css CHANGED
@@ -19134,8 +19134,8 @@ readers do not read off random characters that represent icons */
19134
19134
  --black: #1c2b36;
19135
19135
  --white: #fff;
19136
19136
  --primary: #7266ba;
19137
- --primary-onHover: #4F86F4;
19138
- --primary-onActive: #1C53C1;
19137
+ --primary-onHover: #4f86f4;
19138
+ --primary-onActive: #1c53c1;
19139
19139
  --secondary: #6c757d;
19140
19140
  --secondary-onHover: #5a6268;
19141
19141
  --secondary-onActive: #545b62;
@@ -19427,6 +19427,7 @@ readers do not read off random characters that represent icons */
19427
19427
  --Button-onActive-border: var(--primary);
19428
19428
  --Button-onDisabled-borderColor: #dee2e6;
19429
19429
  --Button-onDisabled-opacity: 0.65;
19430
+ --Button-onDisabled-bg: #f2f3f3;
19430
19431
  --Button-onFocus-boxShadow: none;
19431
19432
  --Button-paddingX: 0.75rem;
19432
19433
  --Button-paddingX-right: 0.625rem;
@@ -19615,6 +19616,24 @@ readers do not read off random characters that represent icons */
19615
19616
  --Combo-toolbarBtn-paddingY: 0.125rem;
19616
19617
  --Copyable-iconColor: var(--icon-color);
19617
19618
  --Copyable-onHover-iconColor: var(--icon-onHover-color);
19619
+ --Collapse-border: none;
19620
+ --Collapse-border-color: var(--borderColorLight);
19621
+ --Collapse-header-fontSize: var(--fontSizeMd);
19622
+ --Collapse-header-fontWeight: var(--fontWeightNormal);
19623
+ --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
+ --Collapse-header-bg: transparent;
19625
+ --Collapse-header-onHover-bg: transparent;
19626
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19627
+ var(--Collapse-border-color);
19628
+ --Collapse-header-collapsed-borderTop: none;
19629
+ --Collapse-header-collapsed-borderBottom: var(
19630
+ --Collapse-header-collapsed-border
19631
+ );
19632
+ --Collapse-header-wrapper-direction: row;
19633
+ --Collapse-content-padding: 1.125rem 0;
19634
+ --Collapse-content-color: var(--body-color);
19635
+ --Collapse-content-fontSize: var(--body-size);
19636
+ --Collapse-content-fontWeight: var(--body-weight);
19618
19637
  --Crud-toolbar-gap: var(--gap-xs);
19619
19638
  --Crud-toolbar-height: 1.875rem;
19620
19639
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
@@ -19640,6 +19659,7 @@ readers do not read off random characters that represent icons */
19640
19659
  ) / 2 - var(--DatePicker-borderWidth)
19641
19660
  );
19642
19661
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
19662
+ --LocationPicker-borderRadius: var(--Form-input-borderWidth);
19643
19663
  --Divider-borderStyle: dashed;
19644
19664
  --Drawer-bg: var(--background);
19645
19665
  --Drawer-body-padding: var(--gap-base);
@@ -19673,8 +19693,9 @@ readers do not read off random characters that represent icons */
19673
19693
  --DropDown-menu-paddingX: 0;
19674
19694
  --DropDown-menu-paddingY: var(--gap-xs);
19675
19695
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
19676
- --DropDown-menuItem-onHover-color: inherit;
19677
- --DropDown-menuItem-onActive-color: var(--info);
19696
+ --DropDown-menuItem-color: var(--text-color);
19697
+ --DropDown-menuItem-onHover-color: var(--primary);
19698
+ --DropDown-menuItem-onActive-color: var(--primary);
19678
19699
  --DropDown-menuItem-onDisabled-color: var(--text--muted-color);
19679
19700
  --DropDown-menuItem-paddingX: var(--gap-sm);
19680
19701
  --DropDown-menuItem-paddingY: calc(
@@ -19736,6 +19757,7 @@ readers do not read off random characters that represent icons */
19736
19757
  ) / 2
19737
19758
  );
19738
19759
  --Form-input-placeholderColor: var(--text--muted-color);
19760
+ --Form-input-onDisabled-color: var(--text--muted-color);
19739
19761
  --Form-item-gap: var(--gap-base);
19740
19762
  --Form-label-paddingTop: calc(
19741
19763
  (
@@ -19794,6 +19816,7 @@ readers do not read off random characters that represent icons */
19794
19816
  --IconPicker-tabs-bg: #f0f3f4;
19795
19817
  --ImageControl-addBtn-bg: var(--Button--default-bg);
19796
19818
  --ImageControl-addBtn-border: var(--Button--default-border);
19819
+ --ImageControl-addBtn-borderRadius: 0;
19797
19820
  --ImageControl-addBtn-color: var(--Button--default-color);
19798
19821
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
19799
19822
  --ImageControl-addBtn-onActive-border: #adb4bf;
@@ -19806,6 +19829,8 @@ readers do not read off random characters that represent icons */
19806
19829
  --ImageControl-addBtn-onHover-bg: #ececec;
19807
19830
  --ImageControl-addBtn-onHover-border: #b4bbc5;
19808
19831
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
19832
+ --ImageControl-progress-borderRadius: 0;
19833
+ --FileControl-progress-borderRadius: 0;
19809
19834
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
19810
19835
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
19811
19836
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
@@ -19921,6 +19946,7 @@ readers do not read off random characters that represent icons */
19921
19946
  --ListControl-item-bg: var(--white);
19922
19947
  --ListControl-item-borderColor: var(--borderColor);
19923
19948
  --ListControl-item-borderWidth: var(--borderWidth);
19949
+ --ListControl-item-borderRadius: 0.1875rem;
19924
19950
  --ListControl-item-color: var(--text-color);
19925
19951
  --ListControl-item-onActive-after-borderColor: var(--primary);
19926
19952
  --ListControl-item-onActive-before-bg: var(--white);
@@ -20091,11 +20117,28 @@ readers do not read off random characters that represent icons */
20091
20117
  --Panel-titleMarginTop: 0;
20092
20118
  --Picker-iconColor: var(--icon-color);
20093
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);
20094
20133
  --PopOver-bg: white;
20095
20134
  --PopOverAble-iconColor: inherit;
20096
20135
  --PopOverAble-onHover-iconColor: inherit;
20097
20136
  --Property-title-bg: #f2f2f2;
20098
20137
  --Property-label-bg: #f7f7f7;
20138
+ --Portlet-borderColor: var(--borderColor);
20139
+ --Portlet-borderStyle: solid;
20140
+ --Portlet-borderWidth: var(--borderWidth);
20141
+ --Portlet-borderRadius: var(--borderRadius);
20099
20142
  --QuickEdit-iconColor: inherit;
20100
20143
  --QuickEdit-onFocus-borderColor: var(--info);
20101
20144
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20188,6 +20231,8 @@ readers do not read off random characters that represent icons */
20188
20231
  --Table-toolbar-marginX: 0;
20189
20232
  --Table-toolbar-marginY: var(--gap-base);
20190
20233
  --Table-tree-borderColor: var(--Table-borderColor);
20234
+ --Table-searchableForm-backgroundColor: #f6f7f8;
20235
+ --Table-searchableForm-borderRadius: 0.25rem;
20191
20236
  --TableCell--edge-paddingX: var(--gap-md);
20192
20237
  --TableCell-filterBtn--onActive-color: var(--primary);
20193
20238
  --TableCell-filterBtn-width: 1rem;
@@ -20373,6 +20418,14 @@ readers do not read off random characters that represent icons */
20373
20418
  --Steps-sub-title-color: var(--text-color);
20374
20419
  --Steps-line-bg: var(--Steps-bg);
20375
20420
  --Steps-line-success-bg: var(--Steps-status-success);
20421
+ --Progress-borderRadius: var(--borderRadius);
20422
+ --ColumnToggler-backgroundColor: var(--white);
20423
+ --ColumnToggler-borderRadius: 0.25rem;
20424
+ --ColumnToggler-lineHeight: 1.5rem;
20425
+ --ColumnToggler-title-fontColor: #080e1a;
20426
+ --ColumnToggler-fontColor: #151a26;
20427
+ --ColumnToggler-item-backgroundColor: #f6f7f8;
20428
+ --ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
20376
20429
  }
20377
20430
 
20378
20431
  /* Reset
@@ -20738,6 +20791,8 @@ readers do not read off random characters that represent icons */
20738
20791
  width: 1em;
20739
20792
  height: 1em;
20740
20793
  fill: currentColor;
20794
+ position: relative;
20795
+ top: 0.125em;
20741
20796
  }
20742
20797
 
20743
20798
  .amis-scope svg.r90 {
@@ -20812,6 +20867,10 @@ readers do not read off random characters that represent icons */
20812
20867
  height: 100%;
20813
20868
  }
20814
20869
 
20870
+ .amis-scope .has-popover {
20871
+ position: relative;
20872
+ }
20873
+
20815
20874
  .amis-scope,
20816
20875
  .amis-scope {
20817
20876
  width: 100%;
@@ -22370,8 +22429,8 @@ readers do not read off random characters that represent icons */
22370
22429
  cursor: not-allowed;
22371
22430
  color: var(--text--muted-color);
22372
22431
  pointer-events: auto;
22373
- border: none;
22374
- background: #F2F3F3;
22432
+ border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
22433
+ background: var(--Button-onDisabled-bg);
22375
22434
  }
22376
22435
 
22377
22436
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
@@ -22380,6 +22439,7 @@ readers do not read off random characters that represent icons */
22380
22439
 
22381
22440
  .amis-scope .a-Button.cxd-Button--link.is-disabled {
22382
22441
  background: transparent;
22442
+ border: none;
22383
22443
  }
22384
22444
 
22385
22445
  .amis-scope .a-Button > .pull-left,
@@ -22845,7 +22905,7 @@ readers do not read off random characters that represent icons */
22845
22905
  .amis-scope .a-Button--link.is-disabled {
22846
22906
  color: var(--text--muted-color);
22847
22907
  pointer-events: none;
22848
- background: #F2F3F3;
22908
+ background: var(--Button-onDisabled-bg);
22849
22909
  }
22850
22910
 
22851
22911
  .amis-scope .a-Button--block {
@@ -23954,6 +24014,140 @@ readers do not read off random characters that represent icons */
23954
24014
  background: transparent;
23955
24015
  }
23956
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
+
23957
24151
  @keyframes bounceIn {
23958
24152
  from, 20%, 40%, 60%, 80%, to {
23959
24153
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -24870,6 +25064,10 @@ readers do not read off random characters that represent icons */
24870
25064
  }
24871
25065
 
24872
25066
  .amis-scope .a-Nav {
25067
+ position: relative;
25068
+ }
25069
+
25070
+ .amis-scope .a-Nav .a-Nav-list {
24873
25071
  list-style: none;
24874
25072
  user-select: none;
24875
25073
  margin: 0;
@@ -24877,26 +25075,26 @@ readers do not read off random characters that represent icons */
24877
25075
  position: relative;
24878
25076
  }
24879
25077
 
24880
- .amis-scope .a-Nav .a-Nav-itemIcon {
25078
+ .amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
24881
25079
  margin-right: var(--gap-sm);
24882
25080
  }
24883
25081
 
24884
- .amis-scope .a-Nav img.a-Nav-itemIcon {
25082
+ .amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
24885
25083
  height: var(--Tabs-linkFontSize);
24886
25084
  vertical-align: middle;
24887
25085
  }
24888
25086
 
24889
- .amis-scope .a-Nav--tabs {
25087
+ .amis-scope .a-Nav .a-Nav-list--tabs {
24890
25088
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
24891
25089
  }
24892
25090
 
24893
- .amis-scope .a-Nav--tabs .a-Nav-item {
25091
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
24894
25092
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
24895
25093
  display: inline-block;
24896
25094
  position: relative;
24897
25095
  }
24898
25096
 
24899
- .amis-scope .a-Nav--tabs .a-Nav-item > a {
25097
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
24900
25098
  font-size: var(--Tabs-linkFontSize);
24901
25099
  display: block;
24902
25100
  outline: none;
@@ -24910,34 +25108,34 @@ readers do not read off random characters that represent icons */
24910
25108
  cursor: pointer;
24911
25109
  }
24912
25110
 
24913
- .amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
24914
- .amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
25111
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
25112
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
24915
25113
  border-color: var(--Tabs-onHover-borderColor);
24916
25114
  text-decoration: none;
24917
25115
  }
24918
25116
 
24919
- .amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
24920
- .amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
25117
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
25118
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
24921
25119
  color: var(--Tabs-onDisabled-color);
24922
25120
  background: transparent;
24923
25121
  border-color: transparent;
24924
25122
  pointer-events: none;
24925
25123
  }
24926
25124
 
24927
- .amis-scope .a-Nav--tabs .a-Nav-item.active > a,
24928
- .amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
25125
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
25126
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
24929
25127
  color: var(--Tabs-onActive-color);
24930
25128
  background: var(--Tabs-onActive-bg);
24931
25129
  border-color: var(--Tabs-onActive-borderColor);
24932
25130
  border-bottom-color: var(--Tabs-content-bg);
24933
25131
  }
24934
25132
 
24935
- .amis-scope .a-Nav--stacked {
25133
+ .amis-scope .a-Nav .a-Nav-list--stacked {
24936
25134
  min-height: 3.125rem;
24937
25135
  }
24938
25136
 
24939
- .amis-scope .a-Nav--stacked .a-Nav-item,
24940
- .amis-scope .a-Nav--stacked .a-Badge {
25137
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
25138
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
24941
25139
  position: relative;
24942
25140
  display: flex;
24943
25141
  flex-wrap: wrap;
@@ -24945,8 +25143,8 @@ readers do not read off random characters that represent icons */
24945
25143
  width: 100%;
24946
25144
  }
24947
25145
 
24948
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager,
24949
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager {
25146
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
25147
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
24950
25148
  cursor: move;
24951
25149
  position: absolute;
24952
25150
  left: 0;
@@ -24954,28 +25152,28 @@ readers do not read off random characters that represent icons */
24954
25152
  display: none;
24955
25153
  }
24956
25154
 
24957
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a,
24958
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a,
24959
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a,
24960
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a {
25155
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
25156
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
25157
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
25158
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
24961
25159
  color: var(--icon-color);
24962
25160
  }
24963
25161
 
24964
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a:hover,
24965
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a:hover,
24966
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a:hover,
24967
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a:hover {
25162
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
25163
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
25164
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
25165
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
24968
25166
  color: var(--icon-onHover-color);
24969
25167
  }
24970
25168
 
24971
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager svg,
24972
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager svg {
25169
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
25170
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
24973
25171
  width: 1rem;
24974
25172
  height: 1rem;
24975
25173
  }
24976
25174
 
24977
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText,
24978
- .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText {
25175
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
25176
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
24979
25177
  position: absolute;
24980
25178
  top: 0;
24981
25179
  bottom: 0;
@@ -24983,8 +25181,8 @@ readers do not read off random characters that represent icons */
24983
25181
  overflow: hidden;
24984
25182
  }
24985
25183
 
24986
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
24987
- .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText > span {
25184
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
25185
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
24988
25186
  position: absolute;
24989
25187
  top: 0.125rem;
24990
25188
  left: -0.8125rem;
@@ -24996,16 +25194,16 @@ readers do not read off random characters that represent icons */
24996
25194
  background: var(--success);
24997
25195
  }
24998
25196
 
24999
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-atcions,
25000
- .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-atcions {
25197
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
25198
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
25001
25199
  display: flex;
25002
25200
  align-items: center;
25003
25201
  }
25004
25202
 
25005
- .amis-scope .a-Nav--stacked .a-Nav-item > a,
25006
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a,
25007
- .amis-scope .a-Nav--stacked .a-Badge > a,
25008
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a {
25203
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
25204
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
25205
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
25206
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
25009
25207
  display: flex;
25010
25208
  align-items: center;
25011
25209
  outline: none;
@@ -25019,115 +25217,115 @@ readers do not read off random characters that represent icons */
25019
25217
  flex: 1;
25020
25218
  }
25021
25219
 
25022
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
25023
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus,
25024
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
25025
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
25026
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover,
25027
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus,
25028
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
25029
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
25030
- .amis-scope .a-Nav--stacked .a-Badge > a:hover,
25031
- .amis-scope .a-Nav--stacked .a-Badge > a:focus,
25032
- .amis-scope .a-Nav--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
25033
- .amis-scope .a-Nav--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
25034
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover,
25035
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus,
25036
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
25037
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
25220
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
25221
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
25222
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
25223
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
25224
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
25225
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
25226
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
25227
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
25228
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
25229
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
25230
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
25231
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
25232
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
25233
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
25234
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
25235
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
25038
25236
  border-color: var(--Nav-item-onHover-color);
25039
25237
  text-decoration: none;
25040
25238
  background: var(--Nav-item-onHover-bg);
25041
- z-index: 9999;
25239
+ z-index: 1;
25042
25240
  }
25043
25241
 
25044
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
25045
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
25046
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
25047
- .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
25048
- .amis-scope .a-Nav--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
25049
- .amis-scope .a-Nav--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
25050
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
25051
- .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
25242
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
25243
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
25244
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
25245
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
25246
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
25247
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
25248
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
25249
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
25052
25250
  display: block;
25053
25251
  }
25054
25252
 
25055
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
25056
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a,
25057
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > .a-Badge > a,
25058
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > .a-Badge > a,
25059
- .amis-scope .a-Nav--stacked .a-Badge.disabled > a,
25060
- .amis-scope .a-Nav--stacked .a-Badge.is-disabled > a,
25061
- .amis-scope .a-Nav--stacked .a-Badge.disabled > .a-Badge > a,
25062
- .amis-scope .a-Nav--stacked .a-Badge.is-disabled > .a-Badge > a {
25253
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
25254
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
25255
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
25256
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
25257
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
25258
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
25259
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
25260
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
25063
25261
  color: var(--Nav-item-onDisabled-color);
25064
25262
  background: transparent;
25065
25263
  pointer-events: none;
25066
25264
  }
25067
25265
 
25068
- .amis-scope .a-Nav--stacked .a-Nav-item.active,
25069
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active,
25070
- .amis-scope .a-Nav--stacked .a-Badge.active,
25071
- .amis-scope .a-Nav--stacked .a-Badge.is-active {
25266
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
25267
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
25268
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
25269
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
25072
25270
  background: var(--Nav-item-onActive-bg) !important;
25073
25271
  }
25074
25272
 
25075
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
25076
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
25077
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a,
25078
- .amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a,
25079
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
25080
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a,
25081
- .amis-scope .a-Nav--stacked .a-Badge.active > a,
25082
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions,
25083
- .amis-scope .a-Nav--stacked .a-Badge.is-active > a,
25084
- .amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a,
25085
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
25086
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a {
25273
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
25274
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
25275
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
25276
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
25277
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
25278
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
25279
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
25280
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
25281
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
25282
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
25283
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
25284
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
25087
25285
  color: var(--Nav-item-onActive-color);
25088
25286
  position: relative;
25089
25287
  }
25090
25288
 
25091
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
25092
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
25093
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after,
25094
- .amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a::after,
25095
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
25096
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a::after,
25097
- .amis-scope .a-Nav--stacked .a-Badge.active > a::after,
25098
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
25099
- .amis-scope .a-Nav--stacked .a-Badge.is-active > a::after,
25100
- .amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a::after,
25101
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
25102
- .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a::after {
25289
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
25290
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
25291
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
25292
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
25293
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
25294
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
25295
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
25296
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
25297
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
25298
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
25299
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
25300
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
25103
25301
  transform: scaleY(1);
25104
25302
  }
25105
25303
 
25106
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
25107
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
25108
- .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
25109
- .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
25304
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
25305
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
25306
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
25307
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
25110
25308
  transform: rotate(180deg) scale(0.8);
25111
25309
  }
25112
25310
 
25113
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
25114
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
25115
- .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
25116
- .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
25311
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
25312
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
25313
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
25314
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
25117
25315
  display: block;
25118
25316
  }
25119
25317
 
25120
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner,
25121
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-spinner {
25318
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
25319
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
25122
25320
  position: absolute;
25123
25321
  right: 0.625rem;
25124
25322
  top: 0.5rem;
25125
25323
  }
25126
25324
 
25127
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler,
25128
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler {
25325
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
25326
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
25129
25327
  float: left;
25130
- width: 1.5rem;
25328
+ margin-right: 0.625rem;
25131
25329
  height: 1.5rem;
25132
25330
  text-align: center;
25133
25331
  line-height: 1.5rem;
@@ -25137,29 +25335,36 @@ readers do not read off random characters that represent icons */
25137
25335
  transition: transform var(--animation-duration);
25138
25336
  }
25139
25337
 
25140
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg,
25141
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler > svg {
25338
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
25339
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
25142
25340
  width: 10px;
25143
25341
  height: 10px;
25144
25342
  top: 0;
25145
25343
  }
25146
25344
 
25147
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems,
25148
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-subItems {
25345
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
25346
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
25149
25347
  display: none;
25150
25348
  padding-left: 0;
25151
25349
  list-style: none;
25152
25350
  width: 100%;
25153
25351
  }
25154
25352
 
25155
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item,
25156
- .amis-scope .a-Nav--stacked .a-Badge .a-Nav-item {
25353
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
25354
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
25157
25355
  font-size: var(--Nav-subItem-fontSize);
25158
25356
  }
25159
25357
 
25358
+ .amis-scope .a-Nav .a-Nav-dropIndicator {
25359
+ position: absolute;
25360
+ background: var(--Nav-item-onActive-color);
25361
+ height: 2px;
25362
+ }
25363
+
25160
25364
  .amis-scope .a-Page {
25161
25365
  width: 100%;
25162
25366
  height: 100%;
25367
+ background: var(--Page-main-bg);
25163
25368
  }
25164
25369
 
25165
25370
  .amis-scope .a-Page-header {
@@ -25167,7 +25372,6 @@ readers do not read off random characters that represent icons */
25167
25372
  }
25168
25373
 
25169
25374
  .amis-scope .a-Page-main {
25170
- background: var(--Page-main-bg);
25171
25375
  height: 100%;
25172
25376
  display: flex;
25173
25377
  flex-direction: column;
@@ -25182,11 +25386,9 @@ readers do not read off random characters that represent icons */
25182
25386
 
25183
25387
  .amis-scope .a-Page-main > .a-Page-header {
25184
25388
  border-bottom: var(--borderWidth) solid var(--borderColor);
25185
- background: var(--Page-header-bg);
25186
25389
  }
25187
25390
 
25188
25391
  .amis-scope .a-Page-headerRow {
25189
- background: var(--Page-header-bg);
25190
25392
  border-bottom: var(--borderWidth) solid var(--borderColor);
25191
25393
  display: flex;
25192
25394
  flex-direction: row;
@@ -25231,10 +25433,6 @@ readers do not read off random characters that represent icons */
25231
25433
  margin-left: var(--gap-xs);
25232
25434
  }
25233
25435
 
25234
- .amis-scope .a-Page-aside {
25235
- background: var(--Page-aside-bg);
25236
- }
25237
-
25238
25436
  @media (min-width: 768px) {
25239
25437
  .amis-scope .a-Page-aside {
25240
25438
  min-width: var(--Page-aside-width);
@@ -26029,7 +26227,7 @@ readers do not read off random characters that represent icons */
26029
26227
  height: var(--DropDown-menu-height);
26030
26228
  vertical-align: middle;
26031
26229
  user-select: none;
26032
- color: var(--link-color);
26230
+ color: var(--DropDown-menuItem-color);
26033
26231
  text-decoration: var(--link-decoration);
26034
26232
  }
26035
26233
 
@@ -26041,6 +26239,7 @@ readers do not read off random characters that represent icons */
26041
26239
 
26042
26240
  .amis-scope .a-DropDown-menuItem.is-active,
26043
26241
  .amis-scope .a-DropDown-menu > li.is-active {
26242
+ background: var(--DropDown-menuItem-onHover-bg);
26044
26243
  color: var(--DropDown-menuItem-onActive-color);
26045
26244
  }
26046
26245
 
@@ -26089,24 +26288,39 @@ readers do not read off random characters that represent icons */
26089
26288
  }
26090
26289
 
26091
26290
  .amis-scope .a-Collapse {
26092
- border: none;
26291
+ border: var(--Collapse-border);
26093
26292
  padding: 0;
26094
26293
  margin-bottom: var(--Form-item-gap);
26095
26294
  }
26096
26295
 
26097
26296
  .amis-scope .a-Collapse-header {
26098
- font-size: var(--fontSizeMd);
26099
- font-weight: var(--fontWeightNormal);
26297
+ font-size: var(--Collapse-header-fontSize);
26298
+ font-weight: var(--Collapse-header-fontWeight);
26100
26299
  color: var(--text--loud-color);
26101
- padding: var(--gap-xs) 0;
26102
- border-bottom: var(--borderWidth) solid var(--borderColorLight);
26300
+ padding: var(--Collapse-header-padding);
26301
+ margin: 0;
26302
+ border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26303
+ background: var(--Collapse-header-bg);
26304
+ }
26305
+
26306
+ .amis-scope .a-Collapse-header-wrapper {
26307
+ display: inline-flex;
26308
+ flex-direction: var(--Collapse-header-wrapper-direction);
26309
+ }
26310
+
26311
+ .amis-scope .a-Collapse-header-tpl {
26312
+ margin-right: 0.5rem;
26313
+ }
26314
+
26315
+ .amis-scope .a-Collapse-header:hover {
26316
+ background: var(--Collapse-header-onHover-bg);
26103
26317
  }
26104
26318
 
26105
26319
  .amis-scope .a-Collapse-arrow {
26106
26320
  display: inline-block;
26107
26321
  width: 1rem;
26108
26322
  text-align: center;
26109
- margin-left: var(--gap-xs);
26323
+ margin-right: 0.5rem;
26110
26324
  cursor: pointer;
26111
26325
  }
26112
26326
 
@@ -26124,11 +26338,19 @@ readers do not read off random characters that represent icons */
26124
26338
  transform-origin: 50% 50%;
26125
26339
  }
26126
26340
 
26341
+ .amis-scope .a-Collapse-TplField {
26342
+ display: inline-block;
26343
+ }
26344
+
26127
26345
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
26128
26346
  transform: rotate(45deg);
26129
26347
  transform-origin: 0% 50%;
26130
26348
  }
26131
26349
 
26350
+ .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26351
+ border-bottom: var(--Collapse-header-collapsed-border);
26352
+ }
26353
+
26132
26354
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
26133
26355
  cursor: pointer;
26134
26356
  user-select: none;
@@ -26139,6 +26361,12 @@ readers do not read off random characters that represent icons */
26139
26361
  color: var(--link-color);
26140
26362
  border-left: none;
26141
26363
  font-size: var(--fontSizeBase);
26364
+ border-top: var(--Collapse-header-collapsed-borderTop);
26365
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26366
+ }
26367
+
26368
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26369
+ border-top: none;
26142
26370
  }
26143
26371
 
26144
26372
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -26153,16 +26381,23 @@ readers do not read off random characters that represent icons */
26153
26381
  transform-origin: 0% 50%;
26154
26382
  }
26155
26383
 
26156
- .amis-scope .a-Collapse-content {
26384
+ .amis-scope .a-Collapse-contentWrapper {
26157
26385
  transition: height var(--animation-duration) ease;
26158
26386
  }
26159
26387
 
26160
- .amis-scope .a-Collapse-content.in,
26161
- .amis-scope .a-Collapse-content.out {
26388
+ .amis-scope .a-Collapse-contentWrapper.in,
26389
+ .amis-scope .a-Collapse-contentWrapper.out {
26162
26390
  height: 0;
26163
26391
  overflow: hidden;
26164
26392
  }
26165
26393
 
26394
+ .amis-scope .a-Collapse-content {
26395
+ padding: var(--Collapse-content-padding);
26396
+ color: var(--body-color);
26397
+ font-size: var(--Collapse-content-fontSize);
26398
+ font-weight: var(--Collapse-content-fontWeight);
26399
+ }
26400
+
26166
26401
  .amis-scope .a-ColorField {
26167
26402
  display: inline-block;
26168
26403
  }
@@ -27204,6 +27439,20 @@ readers do not read off random characters that represent icons */
27204
27439
  text-align: center;
27205
27440
  }
27206
27441
 
27442
+ .amis-scope .a-Table-searchableForm {
27443
+ background: var(--Table-searchableForm-backgroundColor);
27444
+ border-radius: var(--Table-searchableForm-borderRadius);
27445
+ }
27446
+
27447
+ .amis-scope .a-Table-searchableForm-footer {
27448
+ padding: var(--Panel-footerPadding);
27449
+ clear: both;
27450
+ }
27451
+
27452
+ .amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
27453
+ padding-top: 0;
27454
+ }
27455
+
27207
27456
  .amis-scope .a-Table-header {
27208
27457
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
27209
27458
  }
@@ -27337,6 +27586,10 @@ readers do not read off random characters that represent icons */
27337
27586
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27338
27587
  }
27339
27588
 
27589
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27590
+ cursor: pointer;
27591
+ }
27592
+
27340
27593
  .amis-scope .a-Table-table > thead > tr > th {
27341
27594
  background: var(--Table-thead-bg);
27342
27595
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -27377,6 +27630,7 @@ readers do not read off random characters that represent icons */
27377
27630
  }
27378
27631
 
27379
27632
  .amis-scope .a-Table-table > tbody > tr {
27633
+ position: relative;
27380
27634
  background: transparent;
27381
27635
  }
27382
27636
 
@@ -28561,7 +28815,7 @@ readers do not read off random characters that represent icons */
28561
28815
  top: var(--Table-borderWidth);
28562
28816
  bottom: 0;
28563
28817
  right: 0;
28564
- padding-left: 3.125rem;
28818
+ padding-left: 5rem;
28565
28819
  padding-right: var(--TableCell-paddingX);
28566
28820
  display: flex;
28567
28821
  align-items: center;
@@ -28673,6 +28927,34 @@ readers do not read off random characters that represent icons */
28673
28927
  position: absolute;
28674
28928
  }
28675
28929
 
28930
+ .amis-scope .a-Table-badge {
28931
+ position: absolute;
28932
+ top: 0;
28933
+ left: 0;
28934
+ }
28935
+
28936
+ .amis-scope .a-Table--autoFillHeight {
28937
+ margin-bottom: 0;
28938
+ }
28939
+
28940
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
28941
+ border-top: none;
28942
+ }
28943
+
28944
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
28945
+ position: sticky;
28946
+ top: 0;
28947
+ z-index: 1;
28948
+ }
28949
+
28950
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
28951
+ display: none;
28952
+ }
28953
+
28954
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
28955
+ margin-bottom: 0;
28956
+ }
28957
+
28676
28958
  .amis-scope .a-InputTable-toolbar {
28677
28959
  display: flex;
28678
28960
  flex-direction: row;
@@ -28702,70 +28984,311 @@ readers do not read off random characters that represent icons */
28702
28984
  margin-right: 0.625rem;
28703
28985
  }
28704
28986
 
28705
- .amis-scope .a-List {
28987
+ .amis-scope .a-ColumnToggler {
28706
28988
  position: relative;
28989
+ display: inline-block;
28707
28990
  }
28708
28991
 
28709
- .amis-scope .a-List-items {
28710
- border-radius: var(--List-borderRadius);
28711
- border: var(--List-borderWidth) solid var(--List-borderColor);
28712
- background: var(--List-bg);
28713
- margin-bottom: var(--gap-sm);
28992
+ .amis-scope .a-ColumnToggler-caret {
28993
+ margin-left: var(--DropDown-caret-marginLeft);
28994
+ display: inline-block;
28995
+ vertical-align: top;
28996
+ transition: transform var(--animation-duration) ease;
28714
28997
  }
28715
28998
 
28716
- .amis-scope .a-List-toolbar {
28717
- display: flex;
28718
- flex-wrap: wrap;
28719
- margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
28999
+ .amis-scope .a-ColumnToggler-caret > svg {
29000
+ width: 0.625rem;
29001
+ height: 0.625rem;
29002
+ top: 0.125em;
28720
29003
  }
28721
29004
 
28722
- .amis-scope .a-List-toolbar::before,
28723
- .amis-scope .a-List-toolbar::after {
28724
- display: table;
28725
- content: "";
29005
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
29006
+ transform: rotate(180deg);
28726
29007
  }
28727
29008
 
28728
- .amis-scope .a-List-toolbar::after {
28729
- clear: both;
29009
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
29010
+ color: var(--link-color);
28730
29011
  }
28731
29012
 
28732
- .amis-scope .a-List-actions {
28733
- display: inline-block;
29013
+ .amis-scope .a-ColumnToggler--block {
29014
+ display: block;
28734
29015
  }
28735
29016
 
28736
- .amis-scope .a-List-actions > * {
28737
- margin-right: var(--Crud-toolbar-gap);
29017
+ .amis-scope .a-ColumnToggler--block .a-Button {
29018
+ display: block;
28738
29019
  }
28739
29020
 
28740
- .amis-scope .a-List-header {
28741
- padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
29021
+ .amis-scope .a-ColumnToggler-menu {
29022
+ position: absolute;
29023
+ z-index: 1000;
29024
+ top: 100%;
29025
+ left: 0;
29026
+ margin: 0.0625rem 0 0;
29027
+ background: var(--DropDown-menu-bg);
29028
+ list-style: none;
29029
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
29030
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
29031
+ border-radius: var(--DropDown-menu-borderRadius);
29032
+ box-shadow: var(--DropDown-menu-boxShadow);
29033
+ min-width: var(--DropDown-menu-minWidth);
29034
+ text-align: left;
28742
29035
  }
28743
29036
 
28744
- .amis-scope .a-List-header > * + .a-Button,
28745
- .amis-scope .a-List-header > * + .a-ButtonGroup,
28746
- .amis-scope .a-List-header > * + .a-ButtonToolbar {
28747
- margin-left: var(--Crud-toolbar-gap);
29037
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
29038
+ left: auto;
29039
+ right: 0;
28748
29040
  }
28749
29041
 
28750
- .amis-scope .a-List-header + .a-List-toolbar {
28751
- padding-top: 0;
29042
+ .amis-scope .a-ColumnToggler-menuItem,
29043
+ .amis-scope .a-ColumnToggler-menu > li {
29044
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
29045
+ white-space: nowrap;
29046
+ box-sizing: border-box;
29047
+ height: var(--DropDown-menu-height);
29048
+ vertical-align: middle;
29049
+ user-select: none;
29050
+ color: var(--link-color);
29051
+ text-decoration: var(--link-decoration);
28752
29052
  }
28753
29053
 
28754
- .amis-scope .a-List-heading {
28755
- padding: var(--gap-xs) 0;
29054
+ .amis-scope .a-ColumnToggler-menuItem:hover,
29055
+ .amis-scope .a-ColumnToggler-menu > li:hover {
29056
+ background: var(--DropDown-menuItem-onHover-bg);
29057
+ color: var(--DropDown-menuItem-onHover-color);
28756
29058
  }
28757
29059
 
28758
- .amis-scope .a-List-fixedTop {
28759
- position: absolute;
28760
- background: var(--white);
28761
- z-index: -1;
28762
- opacity: 0;
28763
- box-shadow: var(--List-fixedTop-boxShadow);
29060
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
29061
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
29062
+ color: var(--DropDown-menuItem-onActive-color);
28764
29063
  }
28765
29064
 
28766
- .amis-scope .a-List-fixedTop.in {
28767
- position: fixed;
28768
- opacity: 1;
29065
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
29066
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
29067
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
29068
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
29069
+ cursor: pointer;
29070
+ }
29071
+
29072
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
29073
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
29074
+ cursor: not-allowed;
29075
+ color: var(--DropDown-menuItem-onDisabled-color);
29076
+ filter: grayscale(80%);
29077
+ }
29078
+
29079
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
29080
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
29081
+ height: 0.0625rem;
29082
+ margin: 0.5625rem 0;
29083
+ overflow: hidden;
29084
+ background: var(--DropDown-menu-borderColor);
29085
+ padding: 0;
29086
+ }
29087
+
29088
+ .amis-scope .a-ColumnToggler-menu > li a {
29089
+ color: inherit;
29090
+ display: block;
29091
+ text-decoration: none;
29092
+ }
29093
+
29094
+ .amis-scope .a-ColumnToggler-popover {
29095
+ border: none;
29096
+ box-shadow: none;
29097
+ }
29098
+
29099
+ .amis-scope .a-ColumnToggler > .a-Button {
29100
+ min-width: unset;
29101
+ }
29102
+
29103
+ .amis-scope .a-ColumnToggler-modal {
29104
+ display: flex;
29105
+ flex-flow: column nowrap;
29106
+ justify-content: space-between;
29107
+ align-items: center;
29108
+ width: 25rem;
29109
+ padding: var(--ColumnToggler-lineHeight);
29110
+ margin-top: calc(50vh - 100px);
29111
+ border-radius: var(--ColumnToggler-borderRadius);
29112
+ background: var(--ColumnToggler-backgroundColor);
29113
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
29114
+ }
29115
+
29116
+ .amis-scope .a-ColumnToggler-modal-header {
29117
+ width: 100%;
29118
+ display: flex;
29119
+ flex-flow: row nowrap;
29120
+ justify-content: space-between;
29121
+ align-items: center;
29122
+ }
29123
+
29124
+ .amis-scope .a-ColumnToggler-modal-header a,
29125
+ .amis-scope .a-ColumnToggler-modal-header span {
29126
+ display: inline-block;
29127
+ }
29128
+
29129
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
29130
+ opacity: 0.95;
29131
+ font-size: var(--fontSizeMd);
29132
+ color: var(--ColumnToggler-title-fontColor);
29133
+ line-height: var(--ColumnToggler-lineHeight);
29134
+ font-weight: bold;
29135
+ }
29136
+
29137
+ .amis-scope .a-ColumnToggler-modal-content {
29138
+ padding: 0;
29139
+ width: 100%;
29140
+ list-style: none;
29141
+ margin: 0.5rem 0;
29142
+ }
29143
+
29144
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
29145
+ color: var(--ColumnToggler-title-fontColor);
29146
+ background: var(--ColumnToggler-item-backgroundColor);
29147
+ border-radius: 0.125rem;
29148
+ font-size: var(--fontSizeSm);
29149
+ padding: 0.25rem 0.5rem;
29150
+ height: var(--ColumnToggler-lineHeight);
29151
+ width: calc((100% - 24px) / 3);
29152
+ float: left;
29153
+ margin: 0.25rem;
29154
+ text-overflow: ellipsis;
29155
+ white-space: nowrap;
29156
+ overflow: hidden;
29157
+ }
29158
+
29159
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
29160
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
29161
+ }
29162
+
29163
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
29164
+ border: 1px solid var(--link-color);
29165
+ }
29166
+
29167
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
29168
+ height: var(--fontSizeLg);
29169
+ width: var(--fontSizeLg);
29170
+ vertical-align: top;
29171
+ }
29172
+
29173
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
29174
+ margin-left: 0;
29175
+ margin-right: var(--gap-xs);
29176
+ cursor: move;
29177
+ color: #d8d8d8;
29178
+ }
29179
+
29180
+ .amis-scope .a-ColumnToggler-modal-footer {
29181
+ width: 100%;
29182
+ display: flex;
29183
+ flex-flow: row nowrap;
29184
+ justify-content: space-between;
29185
+ align-items: center;
29186
+ }
29187
+
29188
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
29189
+ color: var(--ColumnToggler-fontColor);
29190
+ font-size: var(--fontSizeSm);
29191
+ }
29192
+
29193
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
29194
+ color: var(--link-color);
29195
+ }
29196
+
29197
+ .amis-scope .a-ColumnToggler-modal-footer > div {
29198
+ display: flex;
29199
+ flex-flow: row nowrap;
29200
+ justify-content: space-between;
29201
+ align-items: center;
29202
+ }
29203
+
29204
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
29205
+ justify-content: flex-start;
29206
+ }
29207
+
29208
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
29209
+ display: inline-block;
29210
+ }
29211
+
29212
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
29213
+ justify-content: flex-end;
29214
+ }
29215
+
29216
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
29217
+ width: 72px;
29218
+ }
29219
+
29220
+ .amis-scope .a-ColumnToggler-tooltip {
29221
+ border: none;
29222
+ }
29223
+
29224
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
29225
+ border-top-color: transparent;
29226
+ }
29227
+
29228
+ .amis-scope .a-List {
29229
+ position: relative;
29230
+ }
29231
+
29232
+ .amis-scope .a-List-items {
29233
+ border-radius: var(--List-borderRadius);
29234
+ border: var(--List-borderWidth) solid var(--List-borderColor);
29235
+ background: var(--List-bg);
29236
+ margin-bottom: var(--gap-sm);
29237
+ }
29238
+
29239
+ .amis-scope .a-List-toolbar {
29240
+ display: flex;
29241
+ flex-wrap: wrap;
29242
+ margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
29243
+ }
29244
+
29245
+ .amis-scope .a-List-toolbar::before,
29246
+ .amis-scope .a-List-toolbar::after {
29247
+ display: table;
29248
+ content: "";
29249
+ }
29250
+
29251
+ .amis-scope .a-List-toolbar::after {
29252
+ clear: both;
29253
+ }
29254
+
29255
+ .amis-scope .a-List-actions {
29256
+ display: inline-block;
29257
+ }
29258
+
29259
+ .amis-scope .a-List-actions > * {
29260
+ margin-right: var(--Crud-toolbar-gap);
29261
+ }
29262
+
29263
+ .amis-scope .a-List-header {
29264
+ padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
29265
+ }
29266
+
29267
+ .amis-scope .a-List-header > * + .a-Button,
29268
+ .amis-scope .a-List-header > * + .a-ButtonGroup,
29269
+ .amis-scope .a-List-header > * + .a-ButtonToolbar {
29270
+ margin-left: var(--Crud-toolbar-gap);
29271
+ }
29272
+
29273
+ .amis-scope .a-List-header + .a-List-toolbar {
29274
+ padding-top: 0;
29275
+ }
29276
+
29277
+ .amis-scope .a-List-heading {
29278
+ padding: var(--gap-xs) 0;
29279
+ }
29280
+
29281
+ .amis-scope .a-List-fixedTop {
29282
+ position: absolute;
29283
+ background: var(--white);
29284
+ z-index: -1;
29285
+ opacity: 0;
29286
+ box-shadow: var(--List-fixedTop-boxShadow);
29287
+ }
29288
+
29289
+ .amis-scope .a-List-fixedTop.in {
29290
+ position: fixed;
29291
+ opacity: 1;
28769
29292
  z-index: 900;
28770
29293
  }
28771
29294
 
@@ -29196,18 +29719,6 @@ readers do not read off random characters that represent icons */
29196
29719
  margin-top: var(--gap-xs);
29197
29720
  }
29198
29721
 
29199
- .amis-scope .a-Card-checkBtn {
29200
- position: absolute;
29201
- top: 0;
29202
- right: 0;
29203
- margin: var(--gap-sm);
29204
- z-index: 1;
29205
- }
29206
-
29207
- .amis-scope .a-Card-checkBtn .a-Checkbox {
29208
- margin-right: 0;
29209
- }
29210
-
29211
29722
  .amis-scope .a-Card-dragBtn {
29212
29723
  cursor: pointer;
29213
29724
  float: right;
@@ -29215,7 +29726,8 @@ readers do not read off random characters that represent icons */
29215
29726
  }
29216
29727
 
29217
29728
  .amis-scope .a-Card-heading {
29218
- overflow: hidden;
29729
+ display: flex;
29730
+ flex-direction: row;
29219
29731
  padding: var(--gap-sm) var(--gap-base);
29220
29732
  flex: 1 0 auto;
29221
29733
  }
@@ -29247,12 +29759,17 @@ readers do not read off random characters that represent icons */
29247
29759
 
29248
29760
  .amis-scope .a-Card-meta {
29249
29761
  display: block;
29762
+ flex-grow: 1;
29250
29763
  height: 100%;
29251
- overflow: hidden;
29252
29764
  position: relative;
29253
29765
  margin-right: var(--gap-md);
29254
29766
  }
29255
29767
 
29768
+ .amis-scope .a-Card-toolbar {
29769
+ margin-right: calc(-1 * var(--gap-base));
29770
+ text-align: right;
29771
+ }
29772
+
29256
29773
  .amis-scope .a-Card-highlight {
29257
29774
  background: var(--success);
29258
29775
  width: 0.5rem;
@@ -29502,6 +30019,7 @@ readers do not read off random characters that represent icons */
29502
30019
  height: 10px;
29503
30020
  background: #ebebeb;
29504
30021
  overflow: hidden;
30022
+ border-radius: var(--Progress-borderRadius);
29505
30023
  }
29506
30024
 
29507
30025
  .amis-scope .a-Progress-bar {
@@ -29514,6 +30032,7 @@ readers do not read off random characters that represent icons */
29514
30032
  text-align: center;
29515
30033
  background: var(--primary);
29516
30034
  transition: width var(--animation-duration) ease;
30035
+ border-radius: var(--Progress-borderRadius);
29517
30036
  }
29518
30037
 
29519
30038
  .amis-scope .a-Progress-bar--stripe {
@@ -29739,7 +30258,7 @@ readers do not read off random characters that represent icons */
29739
30258
 
29740
30259
  .amis-scope .a-StatusField-label {
29741
30260
  font-size: var(--fontSizeSm);
29742
- margin-left: var(--gap-sm);
30261
+ margin-left: var(--gap-xs);
29743
30262
  }
29744
30263
 
29745
30264
  @keyframes animation-rolling_red {
@@ -30264,6 +30783,7 @@ readers do not read off random characters that represent icons */
30264
30783
 
30265
30784
  .amis-scope .a-Image-thumbWrap {
30266
30785
  position: relative;
30786
+ height: 100%;
30267
30787
  }
30268
30788
 
30269
30789
  .amis-scope .a-Image-image {
@@ -30379,7 +30899,7 @@ readers do not read off random characters that represent icons */
30379
30899
  }
30380
30900
 
30381
30901
  .amis-scope .a-Image-overlay {
30382
- background: rgba(0, 0, 0, 0.6);
30902
+ background: rgba(8, 14, 26, 0.5);
30383
30903
  position: absolute;
30384
30904
  width: 100%;
30385
30905
  height: 100%;
@@ -30473,6 +30993,16 @@ readers do not read off random characters that represent icons */
30473
30993
  border-color: var(--Form-input-onFocused-borderColor);
30474
30994
  }
30475
30995
 
30996
+ .amis-scope .a-InputBox--borderHalf {
30997
+ border-left-color: transparent !important;
30998
+ border-right-color: transparent !important;
30999
+ border-top-color: transparent !important;
31000
+ }
31001
+
31002
+ .amis-scope .a-InputBox--borderNone {
31003
+ border-color: transparent !important;
31004
+ }
31005
+
30476
31006
  .amis-scope .a-InputBox--inline {
30477
31007
  display: inline-flex;
30478
31008
  }
@@ -30574,6 +31104,16 @@ readers do not read off random characters that represent icons */
30574
31104
  border-color: var(--Form-input-onFocused-borderColor);
30575
31105
  }
30576
31106
 
31107
+ .amis-scope .a-ResultBox--borderHalf {
31108
+ border-left-color: transparent !important;
31109
+ border-right-color: transparent !important;
31110
+ border-top-color: transparent !important;
31111
+ }
31112
+
31113
+ .amis-scope .a-ResultBox--borderNone {
31114
+ border-color: transparent !important;
31115
+ }
31116
+
30577
31117
  .amis-scope .a-ResultBox.is-error {
30578
31118
  border-color: var(--Form-input-onError-borderColor);
30579
31119
  background: var(--Form-input-onError-bg);
@@ -31011,7 +31551,7 @@ readers do not read off random characters that represent icons */
31011
31551
  height: 1px;
31012
31552
  left: 100%;
31013
31553
  width: 9999px;
31014
- padding-right: 10px;
31554
+ padding-right: 0.625rem;
31015
31555
  background-color: var(--Steps-line-bg);
31016
31556
  }
31017
31557
 
@@ -31099,6 +31639,49 @@ readers do not read off random characters that represent icons */
31099
31639
  border: 1px solid var(--Steps-status-success);
31100
31640
  }
31101
31641
 
31642
+ .amis-scope .a-Portlet {
31643
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31644
+ border-radius: var(--Portlet-borderRadius);
31645
+ padding: var(--gap-base);
31646
+ }
31647
+
31648
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31649
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31650
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31651
+ border: none !important;
31652
+ color: inherit !important;
31653
+ cursor: auto !important;
31654
+ }
31655
+
31656
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31657
+ border-bottom: none;
31658
+ }
31659
+
31660
+ .amis-scope .a-Portlet .a-Tabs-pane {
31661
+ padding: unset;
31662
+ }
31663
+
31664
+ .amis-scope .a-Portlet-toolbar {
31665
+ display: inline-flex;
31666
+ float: right;
31667
+ justify-content: flex-end;
31668
+ }
31669
+
31670
+ .amis-scope .a-Portlet-toolbar .a-Button {
31671
+ margin-left: calc(var(--gap-xs));
31672
+ }
31673
+
31674
+ .amis-scope .a-Portlet-header-desc {
31675
+ height: 100%;
31676
+ overflow: hidden;
31677
+ position: relative;
31678
+ margin-left: var(--gap-base);
31679
+ }
31680
+
31681
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31682
+ display: none;
31683
+ }
31684
+
31102
31685
  .amis-scope fieldset.a-Collapse--lg,
31103
31686
  .amis-scope fieldset.a-Collapse--md,
31104
31687
  .amis-scope fieldset.a-Collapse--base,
@@ -31157,11 +31740,14 @@ readers do not read off random characters that represent icons */
31157
31740
  margin: var(--gap-base) 0;
31158
31741
  padding: 0 0 0 14px;
31159
31742
  cursor: pointer;
31160
- border-bottom: 0;
31743
+ border-bottom: none !important;
31744
+ background: transparent;
31161
31745
  display: flex;
31162
31746
  flex-direction: row;
31163
- justify-content: space-between;
31164
- width: 100%;
31747
+ }
31748
+
31749
+ .amis-scope fieldset.a-Collapse > legend:hover {
31750
+ background: transparent;
31165
31751
  }
31166
31752
 
31167
31753
  .amis-scope fieldset.a-Collapse--xs {
@@ -31895,6 +32481,14 @@ readers do not read off random characters that represent icons */
31895
32481
  color: var(--danger);
31896
32482
  }
31897
32483
 
32484
+ .amis-scope .a-TextControl-input:hover {
32485
+ border-color: var(--Form-input-onHover-borderColor);
32486
+ }
32487
+
32488
+ .amis-scope .a-TextControl.is-disabled-input input {
32489
+ color: var(--Form-input-onDisabled-color);
32490
+ }
32491
+
31898
32492
  .amis-scope .a-TextareaControl {
31899
32493
  position: relative;
31900
32494
  }
@@ -31926,12 +32520,21 @@ readers do not read off random characters that represent icons */
31926
32520
  color: var(--Form-input-placeholderColor);
31927
32521
  }
31928
32522
 
32523
+ .amis-scope .a-TextareaControl > textarea:hover {
32524
+ border-color: var(--Form-input-onHover-borderColor);
32525
+ }
32526
+
31929
32527
  .amis-scope .a-TextareaControl > textarea:focus,
31930
32528
  .amis-scope .a-TextareaControl.is-focused > textarea {
31931
32529
  border-color: var(--Form-input-onFocused-borderColor);
31932
32530
  box-shadow: var(--Form-input-boxShadow);
31933
32531
  }
31934
32532
 
32533
+ .amis-scope .a-TextareaControl > textarea:focus:hover,
32534
+ .amis-scope .a-TextareaControl.is-focused > textarea:hover {
32535
+ border-color: var(--Form-input-onFocused-borderColor);
32536
+ }
32537
+
31935
32538
  .amis-scope .a-TextareaControl.is-disabled > textarea,
31936
32539
  .amis-scope .a-TextareaControl > textarea[disabled] {
31937
32540
  background: #e5e7eb;
@@ -32228,7 +32831,7 @@ readers do not read off random characters that represent icons */
32228
32831
  color: #999;
32229
32832
  }
32230
32833
 
32231
- .amis-scope .a-Checkboxes > .a-Checkbox {
32834
+ .amis-scope .a-Selection > .a-Checkbox {
32232
32835
  display: block;
32233
32836
  height: var(--Form-input-height);
32234
32837
  line-height: var(--Form-input-lineHeight);
@@ -32236,43 +32839,36 @@ readers do not read off random characters that represent icons */
32236
32839
  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));
32237
32840
  }
32238
32841
 
32239
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
32842
+ .amis-scope .a-Selection--inline > .a-Checkbox {
32240
32843
  display: inline-block;
32241
32844
  }
32242
32845
 
32243
- .amis-scope .a-Checkboxes-addBtn {
32846
+ .amis-scope .a-Selection-addBtn {
32244
32847
  display: block;
32245
32848
  cursor: pointer;
32246
32849
  }
32247
32850
 
32248
- .amis-scope .a-Checkboxes-addBtn:hover {
32851
+ .amis-scope .a-Selection-addBtn:hover {
32249
32852
  text-decoration: none;
32250
32853
  }
32251
32854
 
32252
- .amis-scope .a-Checkboxes-addBtn > svg {
32855
+ .amis-scope .a-Selection-addBtn > svg {
32253
32856
  width: 0.875rem;
32254
32857
  height: 0.875rem;
32255
32858
  margin-right: var(--Checkbox-gap);
32256
32859
  }
32257
32860
 
32258
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
32259
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
32260
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
32261
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
32861
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
32262
32862
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32263
32863
  }
32264
32864
 
32265
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
32266
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
32267
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
32268
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
32865
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
32269
32866
  font-size: var(--fontSizeSm);
32270
32867
  padding: var(--gap-xs) var(--gap-xs);
32271
32868
  color: var(--text--muted-color);
32272
32869
  }
32273
32870
 
32274
- .amis-scope .a-ListCheckboxes-item,
32275
- .amis-scope .a-ListRadios-item {
32871
+ .amis-scope .a-GroupedSelection-item {
32276
32872
  display: flex;
32277
32873
  height: var(--Form-input-height);
32278
32874
  line-height: var(--Form-input-lineHeight);
@@ -32283,51 +32879,37 @@ readers do not read off random characters that represent icons */
32283
32879
  user-select: none;
32284
32880
  }
32285
32881
 
32286
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
32287
- .amis-scope .a-ListRadios-item > .a-Checkbox {
32882
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
32288
32883
  margin-right: 0;
32289
32884
  }
32290
32885
 
32291
- .amis-scope .a-ListCheckboxes-item.is-active,
32292
- .amis-scope .a-ListRadios-item.is-active {
32886
+ .amis-scope .a-GroupedSelection-item.is-active {
32293
32887
  color: var(--Form-select-menu-onActive-color);
32294
32888
  background: var(--Form-select-menu-onActive-bg);
32295
32889
  }
32296
32890
 
32297
- .amis-scope .a-ListCheckboxes-item:hover,
32298
- .amis-scope .a-ListRadios-item:hover {
32891
+ .amis-scope .a-GroupedSelection-item:hover {
32299
32892
  background: var(--Tree-item-onHover-bg);
32300
32893
  }
32301
32894
 
32302
- .amis-scope .a-ListCheckboxes-item.is-disabled,
32303
- .amis-scope .a-ListRadios-item.is-disabled {
32895
+ .amis-scope .a-GroupedSelection-item.is-disabled {
32304
32896
  pointer-events: none;
32305
32897
  color: var(--text--muted-color);
32306
32898
  }
32307
32899
 
32308
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
32309
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
32310
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
32311
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
32312
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
32313
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
32314
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
32315
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
32900
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
32316
32901
  padding-left: var(--gap-base);
32317
32902
  }
32318
32903
 
32319
- .amis-scope .a-ListCheckboxes-itemLabel,
32320
- .amis-scope .a-ListRadios-itemLabel {
32904
+ .amis-scope .a-GroupedSelection-itemLabel {
32321
32905
  flex-grow: 1;
32322
32906
  }
32323
32907
 
32324
- .amis-scope .a-ListCheckboxes-itemLabel span,
32325
- .amis-scope .a-ListRadios-itemLabel span {
32908
+ .amis-scope .a-GroupedSelection-itemLabel span {
32326
32909
  white-space: nowrap;
32327
32910
  }
32328
32911
 
32329
- .amis-scope .a-ListCheckboxes-placeholder,
32330
- .amis-scope .a-ListRadios-placeholder {
32912
+ .amis-scope .a-GroupedSelection-placeholder {
32331
32913
  height: var(--Form-input-height);
32332
32914
  line-height: var(--Form-input-lineHeight);
32333
32915
  font-size: var(--Form-input-fontSize);
@@ -32335,52 +32917,54 @@ readers do not read off random characters that represent icons */
32335
32917
  color: var(--text--muted-color);
32336
32918
  }
32337
32919
 
32338
- .amis-scope .a-TableCheckboxes .a-Table-content {
32920
+ .amis-scope .a-TableSelection .a-Table-content {
32339
32921
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32340
32922
  }
32341
32923
 
32342
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
32343
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
32924
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
32925
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
32344
32926
  font-size: var(--fontSizeSm);
32345
32927
  padding-top: var(--gap-xs);
32346
32928
  padding-bottom: 0.375rem;
32347
32929
  vertical-align: middle;
32348
32930
  }
32349
32931
 
32350
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
32932
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
32351
32933
  padding-top: 0.375rem;
32352
32934
  }
32353
32935
 
32354
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
32355
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
32936
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
32937
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
32356
32938
  padding-left: 0.625rem;
32357
32939
  padding-right: 0;
32358
32940
  }
32359
32941
 
32360
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
32361
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
32942
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
32943
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
32362
32944
  padding-right: var(--gap-md);
32363
32945
  }
32364
32946
 
32365
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
32947
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
32366
32948
  cursor: pointer;
32367
32949
  }
32368
32950
 
32369
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
32370
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
32951
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
32952
+ color: var(--Form-select-menu-onActive-color);
32953
+ background: var(--Form-select-menu-onActive-bg);
32954
+ }
32955
+
32956
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
32371
32957
  color: var(--icon-color);
32372
32958
  margin-right: 5px;
32373
32959
  }
32374
32960
 
32375
- .amis-scope .a-TreeCheckboxes-sublist,
32376
- .amis-scope .a-TreeRadios-sublist {
32961
+ .amis-scope .a-TreeSelection-sublist {
32377
32962
  position: relative;
32378
32963
  margin: 0 0 0 2.1875rem;
32379
32964
  display: none;
32380
32965
  }
32381
32966
 
32382
- .amis-scope .a-TreeCheckboxes-sublist:before,
32383
- .amis-scope .a-TreeRadios-sublist:before {
32967
+ .amis-scope .a-TreeSelection-sublist:before {
32384
32968
  width: 1px;
32385
32969
  content: "";
32386
32970
  display: block;
@@ -32391,29 +32975,19 @@ readers do not read off random characters that represent icons */
32391
32975
  border-left: dashed 1px var(--icon-color);
32392
32976
  }
32393
32977
 
32394
- .amis-scope .a-TreeCheckboxes-item,
32395
- .amis-scope .a-TreeRadios-item {
32978
+ .amis-scope .a-TreeSelection-item {
32396
32979
  position: relative;
32397
32980
  }
32398
32981
 
32399
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
32400
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
32401
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
32402
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
32982
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32403
32983
  display: block;
32404
32984
  }
32405
32985
 
32406
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32407
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
32408
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32409
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
32986
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32410
32987
  bottom: 0;
32411
32988
  }
32412
32989
 
32413
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
32414
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
32415
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
32416
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
32990
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32417
32991
  height: 1px;
32418
32992
  content: "";
32419
32993
  display: block;
@@ -32424,8 +32998,7 @@ readers do not read off random characters that represent icons */
32424
32998
  border-top: dashed 1px var(--icon-color);
32425
32999
  }
32426
33000
 
32427
- .amis-scope .a-TreeCheckboxes-itemInner,
32428
- .amis-scope .a-TreeRadios-itemInner {
33001
+ .amis-scope .a-TreeSelection-itemInner {
32429
33002
  display: flex;
32430
33003
  align-items: center;
32431
33004
  height: var(--Form-input-height);
@@ -32438,20 +33011,17 @@ readers do not read off random characters that represent icons */
32438
33011
  position: relative;
32439
33012
  }
32440
33013
 
32441
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32442
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
33014
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32443
33015
  margin-right: 0;
32444
33016
  margin-left: var(--gap-sm);
32445
33017
  }
32446
33018
 
32447
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32448
- .amis-scope .a-TreeRadios-itemInner > * {
33019
+ .amis-scope .a-TreeSelection-itemInner > * {
32449
33020
  position: relative;
32450
33021
  z-index: 2;
32451
33022
  }
32452
33023
 
32453
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32454
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33024
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32455
33025
  position: absolute;
32456
33026
  content: "";
32457
33027
  z-index: 1;
@@ -32462,24 +33032,20 @@ readers do not read off random characters that represent icons */
32462
33032
  background: var(--Tree-item-onHover-bg);
32463
33033
  }
32464
33034
 
32465
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32466
- .amis-scope .a-TreeRadios-itemInner.is-active {
33035
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32467
33036
  color: var(--Form-select-menu-onActive-color);
32468
33037
  }
32469
33038
 
32470
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32471
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33039
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32472
33040
  pointer-events: none;
32473
33041
  color: var(--text--muted-color);
32474
33042
  }
32475
33043
 
32476
- .amis-scope .a-TreeCheckboxes-itemLabel,
32477
- .amis-scope .a-TreeRadios-itemLabel {
33044
+ .amis-scope .a-TreeSelection-itemLabel {
32478
33045
  flex-grow: 1;
32479
33046
  }
32480
33047
 
32481
- .amis-scope .a-TreeCheckboxes-placeholder,
32482
- .amis-scope .a-TreeRadios-placeholder {
33048
+ .amis-scope .a-TreeSelection-placeholder {
32483
33049
  height: var(--Form-input-height);
32484
33050
  line-height: var(--Form-input-lineHeight);
32485
33051
  font-size: var(--Form-input-fontSize);
@@ -32487,27 +33053,27 @@ readers do not read off random characters that represent icons */
32487
33053
  color: var(--text--muted-color);
32488
33054
  }
32489
33055
 
32490
- .amis-scope .a-ChainedCheckboxes {
33056
+ .amis-scope .a-ChainedSelection {
32491
33057
  display: flex;
32492
33058
  flex-direction: row;
32493
33059
  }
32494
33060
 
32495
- .amis-scope .a-ChainedCheckboxes-col {
33061
+ .amis-scope .a-ChainedSelection-col {
32496
33062
  flex-grow: 1;
32497
33063
  min-width: 150px;
32498
33064
  }
32499
33065
 
32500
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33066
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32501
33067
  border-right: 1px solid var(--borderColor);
32502
33068
  }
32503
33069
 
32504
- .amis-scope .a-ChainedCheckboxes-subTitle {
33070
+ .amis-scope .a-ChainedSelection-subTitle {
32505
33071
  font-size: var(--fontSizeSm);
32506
33072
  padding: var(--gap-xs) var(--gap-xs);
32507
33073
  color: var(--text--muted-color);
32508
33074
  }
32509
33075
 
32510
- .amis-scope .a-ChainedCheckboxes-item {
33076
+ .amis-scope .a-ChainedSelection-item {
32511
33077
  display: flex;
32512
33078
  height: var(--Form-input-height);
32513
33079
  line-height: var(--Form-input-lineHeight);
@@ -32518,29 +33084,29 @@ readers do not read off random characters that represent icons */
32518
33084
  user-select: none;
32519
33085
  }
32520
33086
 
32521
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33087
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32522
33088
  margin-right: 0;
32523
33089
  }
32524
33090
 
32525
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33091
+ .amis-scope .a-ChainedSelection-item.is-active {
32526
33092
  color: var(--Form-select-menu-onActive-color);
32527
33093
  background: var(--Form-select-menu-onActive-bg);
32528
33094
  }
32529
33095
 
32530
- .amis-scope .a-ChainedCheckboxes-item:hover {
33096
+ .amis-scope .a-ChainedSelection-item:hover {
32531
33097
  background: var(--Tree-item-onHover-bg);
32532
33098
  }
32533
33099
 
32534
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33100
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32535
33101
  pointer-events: none;
32536
33102
  color: var(--text--muted-color);
32537
33103
  }
32538
33104
 
32539
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33105
+ .amis-scope .a-ChainedSelection-itemLabel {
32540
33106
  flex-grow: 1;
32541
33107
  }
32542
33108
 
32543
- .amis-scope .a-ChainedCheckboxes-placeholder {
33109
+ .amis-scope .a-ChainedSelection-placeholder {
32544
33110
  height: var(--Form-input-height);
32545
33111
  line-height: var(--Form-input-lineHeight);
32546
33112
  font-size: var(--Form-input-fontSize);
@@ -32548,34 +33114,35 @@ readers do not read off random characters that represent icons */
32548
33114
  color: var(--text--muted-color);
32549
33115
  }
32550
33116
 
32551
- .amis-scope .a-AssociatedCheckboxes {
33117
+ .amis-scope .a-AssociatedSelection {
32552
33118
  display: flex;
32553
33119
  flex-direction: row;
32554
33120
  }
32555
33121
 
32556
- .amis-scope .a-AssociatedCheckboxes-left,
32557
- .amis-scope .a-AssociatedCheckboxes-right {
33122
+ .amis-scope .a-AssociatedSelection-left,
33123
+ .amis-scope .a-AssociatedSelection-right {
32558
33124
  flex-grow: 1;
32559
33125
  width: 0;
32560
- height: 10.9375rem;
33126
+ min-height: 12.5rem;
33127
+ max-height: 25rem;
32561
33128
  overflow: auto;
32562
33129
  }
32563
33130
 
32564
- .amis-scope .a-AssociatedCheckboxes-left {
33131
+ .amis-scope .a-AssociatedSelection-left {
32565
33132
  border-right: 1px solid var(--borderColor);
32566
33133
  }
32567
33134
 
32568
- .amis-scope .a-AssociatedCheckboxes-reload {
33135
+ .amis-scope .a-AssociatedSelection-reload {
32569
33136
  text-align: center;
32570
33137
  color: var(--info);
32571
33138
  margin: 20px 0 0;
32572
33139
  }
32573
33140
 
32574
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33141
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32575
33142
  cursor: pointer;
32576
33143
  }
32577
33144
 
32578
- .amis-scope .a-AssociatedCheckboxes-box {
33145
+ .amis-scope .a-AssociatedSelection-box {
32579
33146
  line-height: var(--Form-input-lineHeight);
32580
33147
  font-size: var(--fontSizeSm);
32581
33148
  color: var(--text--muted-color);
@@ -32587,7 +33154,7 @@ readers do not read off random characters that represent icons */
32587
33154
  height: 100%;
32588
33155
  }
32589
33156
 
32590
- .amis-scope .a-AssociatedCheckboxes-box > p {
33157
+ .amis-scope .a-AssociatedSelection-box > p {
32591
33158
  text-align: center;
32592
33159
  margin: 10px 0 20px;
32593
33160
  color: var(--text--muted-color);
@@ -33324,6 +33891,7 @@ readers do not read off random characters that represent icons */
33324
33891
  color: var(--ListControl-item-color);
33325
33892
  transition: var(--ListControl-item-transition);
33326
33893
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
33894
+ border-radius: var(--ListControl-item-borderRadius);
33327
33895
  }
33328
33896
 
33329
33897
  .amis-scope .a-ListControl-item:not(.is-disabled) {
@@ -33435,7 +34003,7 @@ readers do not read off random characters that represent icons */
33435
34003
  white-space: nowrap;
33436
34004
  color: var(--DatePicker-color);
33437
34005
  background: var(--DatePicker-bg);
33438
- border-radius: var(--DatePicker-borderRadius);
34006
+ border-radius: var(--LocationPicker-borderRadius);
33439
34007
  }
33440
34008
 
33441
34009
  .amis-scope .a-LocationPicker:not(.is-disabled) {
@@ -33587,6 +34155,7 @@ readers do not read off random characters that represent icons */
33587
34155
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
33588
34156
  background: var(--ColorPicker-bg);
33589
34157
  color: var(--ColorPicker-color);
34158
+ border-radius: var(--borderRadius);
33590
34159
  }
33591
34160
 
33592
34161
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -33748,6 +34317,8 @@ readers do not read off random characters that represent icons */
33748
34317
  .amis-scope .a-DatePicker-toggler {
33749
34318
  cursor: pointer;
33750
34319
  color: var(--DatePicker-iconColor);
34320
+ display: inline-flex;
34321
+ align-items: center;
33751
34322
  }
33752
34323
 
33753
34324
  .amis-scope .a-DatePicker-toggler:hover {
@@ -34266,6 +34837,8 @@ readers do not read off random characters that represent icons */
34266
34837
  .amis-scope .a-DateRangePicker-toggler {
34267
34838
  cursor: pointer;
34268
34839
  color: var(--DatePicker-iconColor);
34840
+ display: inline-flex;
34841
+ align-items: center;
34269
34842
  }
34270
34843
 
34271
34844
  .amis-scope .a-DateRangePicker-toggler:hover {
@@ -34381,9 +34954,11 @@ readers do not read off random characters that represent icons */
34381
34954
  width: 7.5rem;
34382
34955
  height: 7.5rem;
34383
34956
  display: inline-flex;
34957
+ flex-direction: column;
34384
34958
  justify-content: center;
34385
34959
  align-items: center;
34386
34960
  border: var(--borderWidth) solid var(--borderColor);
34961
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34387
34962
  cursor: pointer;
34388
34963
  margin-right: var(--gap-base);
34389
34964
  color: var(--ImageControl-addBtn-color);
@@ -34410,9 +34985,10 @@ readers do not read off random characters that represent icons */
34410
34985
  }
34411
34986
 
34412
34987
  .amis-scope .a-ImageControl-addBtn > svg {
34413
- width: 2.5rem;
34414
- height: 2.5rem;
34988
+ width: 1.5rem;
34989
+ height: 1.5rem;
34415
34990
  top: 0;
34991
+ margin-bottom: 0.5rem;
34416
34992
  }
34417
34993
 
34418
34994
  .amis-scope .a-ImageControl-addBtn.is-disabled {
@@ -34450,6 +35026,7 @@ readers do not read off random characters that represent icons */
34450
35026
 
34451
35027
  .amis-scope .a-ImageControl-item {
34452
35028
  border: var(--borderWidth) solid var(--borderColor);
35029
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34453
35030
  vertical-align: top;
34454
35031
  padding: var(--gap-xs);
34455
35032
  display: inline-block;
@@ -34507,6 +35084,7 @@ readers do not read off random characters that represent icons */
34507
35084
 
34508
35085
  .amis-scope .a-ImageControl-progressValue {
34509
35086
  height: 5px;
35087
+ border-radius: var(--ImageControl-progress-borderRadius);
34510
35088
  display: block;
34511
35089
  background: var(--info);
34512
35090
  min-width: 10%;
@@ -34611,18 +35189,29 @@ readers do not read off random characters that represent icons */
34611
35189
  height: 100%;
34612
35190
  }
34613
35191
 
35192
+ .amis-scope .a-FileControl-templateInfo {
35193
+ display: block;
35194
+ margin-bottom: var(--gap-base);
35195
+ padding: var(--Button-paddingY) var(--Button-paddingX);
35196
+ cursor: pointer;
35197
+ }
35198
+
35199
+ .amis-scope .a-FileControl-templateInfo > svg {
35200
+ margin-right: var(--gap-xs);
35201
+ }
35202
+
34614
35203
  .amis-scope .a-FileControl-dropzone {
34615
35204
  outline: none;
34616
35205
  }
34617
35206
 
34618
35207
  .amis-scope .a-FileControl-selectBtn {
34619
- width: 7.5rem;
35208
+ display: flex;
35209
+ align-items: center;
34620
35210
  }
34621
35211
 
34622
35212
  .amis-scope .a-FileControl-selectBtn > svg {
34623
- margin-right: 10px;
34624
- width: pxrem(16px);
34625
- height: pxrem(16px);
35213
+ width: 0.875rem;
35214
+ height: 0.875rem;
34626
35215
  }
34627
35216
 
34628
35217
  .amis-scope .a-FileControl-description {
@@ -34734,6 +35323,7 @@ readers do not read off random characters that represent icons */
34734
35323
  .amis-scope .a-FileControl-progress > span {
34735
35324
  display: block;
34736
35325
  background: var(--info);
35326
+ border-radius: var(--FileControl-progress-borderRadius);
34737
35327
  height: 100%;
34738
35328
  min-width: 10%;
34739
35329
  transition: ease-out width var(--animation-duration);
@@ -36490,6 +37080,7 @@ readers do not read off random characters that represent icons */
36490
37080
  font-size: var(--Form-input-fontSize);
36491
37081
  padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36492
37082
  flex-direction: row;
37083
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
36493
37084
  }
36494
37085
 
36495
37086
  .amis-scope .a-Transfer-title--light {
@@ -36509,21 +37100,22 @@ readers do not read off random characters that represent icons */
36509
37100
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
36510
37101
  display: flex;
36511
37102
  flex-direction: column;
37103
+ border-radius: var(--borderRadius);
36512
37104
  }
36513
37105
 
36514
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36515
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37106
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37107
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36516
37108
  flex-grow: 1;
36517
37109
  max-height: 100%;
36518
37110
  overflow: auto;
36519
37111
  position: relative;
36520
37112
  }
36521
37113
 
36522
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37114
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36523
37115
  border-top: 1px solid var(--borderColor);
36524
37116
  }
36525
37117
 
36526
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37118
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36527
37119
  height: 100%;
36528
37120
  display: flex;
36529
37121
  align-items: center;
@@ -36571,13 +37163,29 @@ readers do not read off random characters that represent icons */
36571
37163
  color: var(--text--muted-color);
36572
37164
  }
36573
37165
 
36574
- .amis-scope .a-Transfer-tabs {
37166
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37167
+ height: 40px;
37168
+ }
37169
+
37170
+ .amis-scope .a-TabsTransfer-placeholder {
37171
+ height: var(--Form-input-height);
37172
+ line-height: var(--Form-input-lineHeight);
37173
+ font-size: var(--Form-input-fontSize);
37174
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37175
+ color: var(--text--muted-color);
37176
+ }
37177
+
37178
+ .amis-scope .a-TabsTransfer-tab {
37179
+ padding: 0;
37180
+ }
37181
+
37182
+ .amis-scope .a-TabsTransfer-tabs {
36575
37183
  display: flex;
36576
37184
  flex-direction: column;
36577
37185
  height: 100%;
36578
37186
  }
36579
37187
 
36580
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37188
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36581
37189
  border-top: 0 none;
36582
37190
  padding: 5px 0 0 5px;
36583
37191
  display: flex;
@@ -36586,59 +37194,48 @@ readers do not read off random characters that represent icons */
36586
37194
  align-items: center;
36587
37195
  }
36588
37196
 
36589
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37197
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36590
37198
  font-size: 12px;
36591
37199
  padding: 7px 8px;
36592
37200
  }
36593
37201
 
36594
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37202
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36595
37203
  flex-grow: 1;
36596
37204
  }
36597
37205
 
36598
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37206
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36599
37207
  margin: -5px 5px 0 10px;
36600
37208
  }
36601
37209
 
36602
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37210
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36603
37211
  width: 150px;
36604
37212
  margin-right: 10px;
36605
37213
  padding-left: 10px;
36606
37214
  }
36607
37215
 
36608
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37216
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36609
37217
  flex-grow: 1;
37218
+ min-height: 0;
36610
37219
  position: relative;
36611
37220
  padding: 5px 0 0;
36612
37221
  }
36613
37222
 
36614
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37223
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36615
37224
  position: relative;
36616
- min-height: 100%;
37225
+ height: 100%;
36617
37226
  }
36618
37227
 
36619
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37228
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36620
37229
  display: flex;
36621
37230
  flex-direction: column;
36622
37231
  }
36623
37232
 
36624
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37233
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36625
37234
  flex-grow: 1;
36626
37235
  max-height: 100%;
36627
37236
  overflow: auto;
36628
37237
  }
36629
37238
 
36630
- .amis-scope .a-TabsTransfer .a-Transfer-title {
36631
- height: 40px;
36632
- }
36633
-
36634
- .amis-scope .a-TabsTransfer-placeholder {
36635
- height: var(--Form-input-height);
36636
- line-height: var(--Form-input-lineHeight);
36637
- font-size: var(--Form-input-fontSize);
36638
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36639
- color: var(--text--muted-color);
36640
- }
36641
-
36642
37239
  .amis-scope .a-TransferControl {
36643
37240
  position: relative;
36644
37241
  }
@@ -36647,6 +37244,57 @@ readers do not read off random characters that represent icons */
36647
37244
  display: inline-block;
36648
37245
  }
36649
37246
 
37247
+ .amis-scope .a-TransferPicker-icon {
37248
+ transition: transform var(--animation-duration) ease-out;
37249
+ margin: 5px 5px 5px auto;
37250
+ display: flex;
37251
+ color: var(--Form-select-caret-iconColor);
37252
+ }
37253
+
37254
+ .amis-scope .a-TransferPicker-icon:hover {
37255
+ color: var(--Form-select-caret-onHover-iconColor);
37256
+ }
37257
+
37258
+ .amis-scope .a-TransferPicker-icon > svg {
37259
+ width: 0.75rem;
37260
+ height: 0.75rem;
37261
+ top: 0;
37262
+ }
37263
+
37264
+ .amis-scope .a-TransferDropDown-icon {
37265
+ transition: transform var(--animation-duration) ease-out;
37266
+ margin: 5px 5px 5px auto;
37267
+ display: flex;
37268
+ color: var(--Form-select-caret-iconColor);
37269
+ }
37270
+
37271
+ .amis-scope .a-TransferDropDown-icon:hover {
37272
+ color: var(--Form-select-caret-onHover-iconColor);
37273
+ }
37274
+
37275
+ .amis-scope .a-TransferDropDown-icon > svg {
37276
+ width: 0.625rem;
37277
+ height: 0.625rem;
37278
+ top: 0;
37279
+ }
37280
+
37281
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37282
+ transform: rotate(180deg);
37283
+ }
37284
+
37285
+ .amis-scope .a-TransferDropDown-content {
37286
+ min-height: 12.5rem;
37287
+ display: flex;
37288
+ flex-direction: column;
37289
+ }
37290
+
37291
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37292
+ flex-grow: 1;
37293
+ max-height: 100%;
37294
+ overflow: auto;
37295
+ position: relative;
37296
+ }
37297
+
36650
37298
  .amis-scope .a-NestedSelectControl {
36651
37299
  position: relative;
36652
37300
  }
@@ -37350,12 +37998,61 @@ readers do not read off random characters that represent icons */
37350
37998
  min-width: var(--Form-control-widthSm);
37351
37999
  }
37352
38000
 
38001
+ .amis-scope .a-Form--column {
38002
+ display: flex;
38003
+ flex-wrap: wrap;
38004
+ margin-left: calc(var(--Form-group-gutterWidth) / -2);
38005
+ margin-right: calc(var(--Form-group-gutterWidth) / -2);
38006
+ }
38007
+
38008
+ .amis-scope .a-Form--column > .a-Form-item {
38009
+ flex-grow: 1;
38010
+ padding-left: calc(var(--Form-group-gutterWidth) / 2);
38011
+ padding-right: calc(var(--Form-group-gutterWidth) / 2);
38012
+ }
38013
+
38014
+ .amis-scope .a-Form--column-2 > .a-Form-item {
38015
+ width: 50%;
38016
+ }
38017
+
38018
+ .amis-scope .a-Form--column-3 > .a-Form-item {
38019
+ width: 33%;
38020
+ }
38021
+
38022
+ .amis-scope .a-Form--column-4 > .a-Form-item {
38023
+ width: 25%;
38024
+ }
38025
+
38026
+ .amis-scope .a-Form--column-5 > .a-Form-item {
38027
+ width: 20%;
38028
+ }
38029
+
38030
+ .amis-scope .a-Form--column-6 > .a-Form-item {
38031
+ width: 16.6%;
38032
+ }
38033
+
38034
+ .amis-scope .a-Form--column-7 > .a-Form-item {
38035
+ width: 14.2%;
38036
+ }
38037
+
38038
+ .amis-scope .a-Form--column-8 > .a-Form-item {
38039
+ width: 12.5%;
38040
+ }
38041
+
38042
+ .amis-scope .a-Form-column-9 > .a-Form-item {
38043
+ width: 11.1%;
38044
+ }
38045
+
38046
+ .amis-scope .a-Form-column-10 > .a-Form-item {
38047
+ width: 10%;
38048
+ }
38049
+
37353
38050
  .amis-scope .a-AnchorNav {
37354
38051
  display: flex;
37355
38052
  height: 25rem;
37356
38053
  }
37357
38054
 
37358
- .amis-scope .a-AnchorNav-link-wrap {
38055
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
37359
38056
  margin: 0;
37360
38057
  padding: 0;
37361
38058
  width: var(--Tabs--vertical-width);
@@ -37363,12 +38060,12 @@ readers do not read off random characters that represent icons */
37363
38060
  padding-bottom: 3.75rem;
37364
38061
  }
37365
38062
 
37366
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38063
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37367
38064
  position: relative;
37368
38065
  display: block;
37369
38066
  }
37370
38067
 
37371
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
38068
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37372
38069
  display: block;
37373
38070
  border: var(--Tabs-borderWidth) solid transparent;
37374
38071
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37382,16 +38079,70 @@ readers do not read off random characters that represent icons */
37382
38079
  margin: 0;
37383
38080
  }
37384
38081
 
37385
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38082
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37386
38083
  color: var(--primary);
37387
38084
  }
37388
38085
 
37389
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
37390
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
38086
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38087
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37391
38088
  color: var(--Tabs--vertical-onActive-color);
37392
38089
  border-color: var(--Tabs--vertical-onActive-border);
37393
38090
  }
37394
38091
 
38092
+ .amis-scope .a-AnchorNav--horizontal {
38093
+ flex-direction: column;
38094
+ }
38095
+
38096
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38097
+ user-select: none;
38098
+ margin: 0px;
38099
+ padding: 0px;
38100
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38101
+ list-style: none;
38102
+ }
38103
+
38104
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38105
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38106
+ display: inline-block;
38107
+ position: relative;
38108
+ }
38109
+
38110
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38111
+ font-size: var(--Tabs-linkFontSize);
38112
+ outline: 0;
38113
+ border: var(--Tabs-borderWidth) solid transparent;
38114
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38115
+ border-top-left-radius: var(--Tabs-borderRadius);
38116
+ border-top-right-radius: var(--Tabs-borderRadius);
38117
+ color: var(--Tabs-color);
38118
+ margin: var(--Tabs-linkMargin);
38119
+ padding: var(--Tabs-linkPadding);
38120
+ text-decoration: none;
38121
+ cursor: pointer;
38122
+ display: block;
38123
+ }
38124
+
38125
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38126
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38127
+ color: var(--primary);
38128
+ background: transparent;
38129
+ border-color: transparent;
38130
+ }
38131
+
38132
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38133
+ margin: 0;
38134
+ }
38135
+
38136
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38137
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38138
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38139
+ font-size: var(--Tabs-linkFontSize);
38140
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38141
+ border-color: var(--Tabs--line-onHover-borderColor);
38142
+ color: var(--Tabs--line-onHover-color);
38143
+ background: transparent;
38144
+ }
38145
+
37395
38146
  .amis-scope .a-AnchorNav-section-wrap {
37396
38147
  border: none;
37397
38148
  flex-grow: 1;
@@ -37669,6 +38420,19 @@ readers do not read off random characters that represent icons */
37669
38420
  border-bottom-color: #eee;
37670
38421
  }
37671
38422
 
38423
+ .amis-scope .a-Link.is-disabled {
38424
+ cursor: not-allowed;
38425
+ color: var(--text--muted-color);
38426
+ }
38427
+
38428
+ .amis-scope .a-MappingField {
38429
+ margin-right: var(--gap-xs);
38430
+ }
38431
+
38432
+ .amis-scope .a-MappingField:last-child {
38433
+ margin-right: 0;
38434
+ }
38435
+
37672
38436
  /*
37673
38437
  * utilities
37674
38438
  */
@@ -38115,6 +38879,10 @@ readers do not read off random characters that represent icons */
38115
38879
  background: none !important;
38116
38880
  }
38117
38881
 
38882
+ .cursor-pointer {
38883
+ cursor: pointer;
38884
+ }
38885
+
38118
38886
  .amis-scope a.bg-primary:hover {
38119
38887
  background: #6254b2;
38120
38888
  }