amis 1.3.5-beta.7 → 1.4.2-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (577) 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 +16 -3
  14. package/lib/components/Badge.js +54 -5
  15. package/lib/components/Badge.js.map +2 -2
  16. package/lib/components/Button.d.ts +24 -22
  17. package/lib/components/Button.js +13 -7
  18. package/lib/components/Button.js.map +2 -2
  19. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  20. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  21. package/lib/components/ChainedSelection.js.map +13 -0
  22. package/lib/components/Checkbox.d.ts +1 -1
  23. package/lib/components/Checkbox.js +1 -1
  24. package/lib/components/Checkbox.js.map +2 -2
  25. package/lib/components/Collapse.js +1 -1
  26. package/lib/components/Collapse.js.map +2 -2
  27. package/lib/components/ColorPicker.d.ts +84 -84
  28. package/lib/components/DatePicker.d.ts +84 -84
  29. package/lib/components/DatePicker.js +1 -1
  30. package/lib/components/DatePicker.js.map +2 -2
  31. package/lib/components/DateRangePicker.d.ts +84 -84
  32. package/lib/components/DateRangePicker.js +1 -1
  33. package/lib/components/DateRangePicker.js.map +2 -2
  34. package/lib/components/Drawer.js +1 -1
  35. package/lib/components/Drawer.js.map +2 -2
  36. package/lib/components/Editor.d.ts +84 -84
  37. package/lib/components/GroupedSelection.d.ts +907 -0
  38. package/lib/components/GroupedSelection.js +48 -0
  39. package/lib/components/GroupedSelection.js.map +13 -0
  40. package/lib/components/InputBox.js +1 -1
  41. package/lib/components/InputBox.js.map +2 -2
  42. package/lib/components/Link.d.ts +84 -0
  43. package/lib/components/Link.js +43 -0
  44. package/lib/components/Link.js.map +13 -0
  45. package/lib/components/ListGroup.d.ts +21 -21
  46. package/lib/components/Modal.js +1 -1
  47. package/lib/components/Modal.js.map +2 -2
  48. package/lib/components/ModalManager.js +1 -1
  49. package/lib/components/ModalManager.js.map +2 -2
  50. package/lib/components/MonthRangePicker.d.ts +84 -84
  51. package/lib/components/MonthRangePicker.js +1 -1
  52. package/lib/components/MonthRangePicker.js.map +2 -2
  53. package/lib/components/NumberInput.d.ts +20 -20
  54. package/lib/components/PickerColumn.d.ts +514 -0
  55. package/lib/components/PickerColumn.js +279 -0
  56. package/lib/components/PickerColumn.js.map +13 -0
  57. package/lib/components/PickerContainer.d.ts +513 -0
  58. package/lib/components/PickerContainer.js +96 -0
  59. package/lib/components/PickerContainer.js.map +13 -0
  60. package/lib/components/Radios.d.ts +22 -21
  61. package/lib/components/Radios.js +1 -0
  62. package/lib/components/Radios.js.map +2 -2
  63. package/lib/components/Rating.d.ts +21 -21
  64. package/lib/components/ResultBox.d.ts +84 -84
  65. package/lib/components/RichText.d.ts +6 -1
  66. package/lib/components/RichText.js +207 -8
  67. package/lib/components/RichText.js.map +2 -2
  68. package/lib/components/SearchBox.d.ts +84 -84
  69. package/lib/components/SearchBox.js +4 -4
  70. package/lib/components/SearchBox.js.map +2 -2
  71. package/lib/components/Select.d.ts +252 -237
  72. package/lib/components/Select.js +28 -4
  73. package/lib/components/Select.js.map +2 -2
  74. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  75. package/lib/components/Selection.js +134 -0
  76. package/lib/components/Selection.js.map +13 -0
  77. package/lib/components/SparkLine.d.ts +85 -84
  78. package/lib/components/SparkLine.js +2 -2
  79. package/lib/components/SparkLine.js.map +2 -2
  80. package/lib/components/Steps.d.ts +3 -3
  81. package/lib/components/Steps.js.map +1 -1
  82. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  83. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  84. package/lib/components/TableSelection.js.map +13 -0
  85. package/lib/components/Tabs.d.ts +20 -20
  86. package/lib/components/TabsTransfer.d.ts +84 -84
  87. package/lib/components/TabsTransfer.js +9 -9
  88. package/lib/components/TabsTransfer.js.map +2 -2
  89. package/lib/components/TabsTransferPicker.d.ts +489 -0
  90. package/lib/components/TabsTransferPicker.js +60 -0
  91. package/lib/components/TabsTransferPicker.js.map +13 -0
  92. package/lib/components/Toast.js +2 -2
  93. package/lib/components/Toast.js.map +2 -2
  94. package/lib/components/Transfer.d.ts +908 -274
  95. package/lib/components/Transfer.js +31 -24
  96. package/lib/components/Transfer.js.map +2 -2
  97. package/lib/components/TransferDropDown.d.ts +487 -0
  98. package/lib/components/TransferDropDown.js +59 -0
  99. package/lib/components/TransferDropDown.js.map +13 -0
  100. package/lib/components/TransferPicker.d.ts +489 -0
  101. package/lib/components/TransferPicker.js +60 -0
  102. package/lib/components/TransferPicker.js.map +13 -0
  103. package/lib/components/Tree.d.ts +84 -84
  104. package/lib/components/Tree.js +5 -3
  105. package/lib/components/Tree.js.map +2 -2
  106. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  107. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  108. package/lib/components/TreeSelection.js.map +13 -0
  109. package/lib/components/WithRemoteConfig.d.ts +8 -0
  110. package/lib/components/WithRemoteConfig.js +29 -3
  111. package/lib/components/WithRemoteConfig.js.map +2 -2
  112. package/lib/components/calendar/DaysView.js +2 -2
  113. package/lib/components/calendar/DaysView.js.map +2 -2
  114. package/lib/components/condition-builder/Field.js +5 -3
  115. package/lib/components/condition-builder/Field.js.map +2 -2
  116. package/lib/components/condition-builder/Func.js +2 -2
  117. package/lib/components/condition-builder/Func.js.map +2 -2
  118. package/lib/components/condition-builder/InputSwitch.js +2 -2
  119. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  120. package/lib/components/condition-builder/Item.js +3 -3
  121. package/lib/components/condition-builder/Item.js.map +2 -2
  122. package/lib/components/condition-builder/Value.js +2 -1
  123. package/lib/components/condition-builder/Value.js.map +2 -2
  124. package/lib/components/condition-builder/types.d.ts +5 -0
  125. package/lib/components/condition-builder/types.js.map +1 -1
  126. package/lib/components/icons.js +14 -0
  127. package/lib/components/icons.js.map +2 -2
  128. package/lib/components/index.d.ts +8 -8
  129. package/lib/components/index.js +16 -16
  130. package/lib/components/index.js.map +2 -2
  131. package/lib/envOverwrite.js.map +2 -2
  132. package/lib/factory.d.ts +9 -1
  133. package/lib/factory.js +13 -6
  134. package/lib/factory.js.map +2 -2
  135. package/lib/helper.css.map +1 -1
  136. package/lib/hooks/index.d.ts +5 -0
  137. package/lib/hooks/index.js +14 -0
  138. package/lib/hooks/index.js.map +13 -0
  139. package/lib/hooks/use-set-state.d.ts +2 -0
  140. package/lib/hooks/use-set-state.js +15 -0
  141. package/lib/hooks/use-set-state.js.map +13 -0
  142. package/lib/hooks/use-touch.d.ts +16 -0
  143. package/lib/hooks/use-touch.js +73 -0
  144. package/lib/hooks/use-touch.js.map +13 -0
  145. package/lib/hooks/use-update-effect.d.ts +3 -0
  146. package/lib/hooks/use-update-effect.js +17 -0
  147. package/lib/hooks/use-update-effect.js.map +13 -0
  148. package/lib/icons/clock.js +10 -0
  149. package/lib/icons/loading-outline.js +7 -0
  150. package/lib/icons/status-close.js +11 -0
  151. package/lib/icons/status-fail.js +11 -0
  152. package/lib/icons/status-info.js +10 -0
  153. package/lib/icons/status-success.js +11 -0
  154. package/lib/icons/status-warning.js +10 -0
  155. package/lib/index.d.ts +3 -0
  156. package/lib/index.js +4 -1
  157. package/lib/index.js.map +2 -2
  158. package/lib/locale/de-DE.js +5 -0
  159. package/lib/locale/de-DE.js.map +2 -2
  160. package/lib/locale/en-US.js +6 -1
  161. package/lib/locale/en-US.js.map +2 -2
  162. package/lib/locale/zh-CN.js +9 -4
  163. package/lib/locale/zh-CN.js.map +2 -2
  164. package/lib/renderers/Action.d.ts +17 -1
  165. package/lib/renderers/Action.js +21 -8
  166. package/lib/renderers/Action.js.map +2 -2
  167. package/lib/renderers/AnchorNav.d.ts +1 -0
  168. package/lib/renderers/AnchorNav.js +2 -2
  169. package/lib/renderers/AnchorNav.js.map +2 -2
  170. package/lib/renderers/Avatar.js +3 -3
  171. package/lib/renderers/Avatar.js.map +2 -2
  172. package/lib/renderers/Breadcrumb.js +1 -1
  173. package/lib/renderers/Breadcrumb.js.map +2 -2
  174. package/lib/renderers/CRUD.d.ts +9 -0
  175. package/lib/renderers/CRUD.js +48 -23
  176. package/lib/renderers/CRUD.js.map +2 -2
  177. package/lib/renderers/Card.d.ts +4 -0
  178. package/lib/renderers/Card.js +29 -23
  179. package/lib/renderers/Card.js.map +2 -2
  180. package/lib/renderers/Chart.js +1 -1
  181. package/lib/renderers/Chart.js.map +2 -2
  182. package/lib/renderers/Collapse.d.ts +1 -1
  183. package/lib/renderers/Collapse.js +8 -3
  184. package/lib/renderers/Collapse.js.map +2 -2
  185. package/lib/renderers/Dialog.d.ts +0 -252
  186. package/lib/renderers/Dialog.js +1 -4
  187. package/lib/renderers/Dialog.js.map +2 -2
  188. package/lib/renderers/Drawer.js +0 -3
  189. package/lib/renderers/Drawer.js.map +2 -2
  190. package/lib/renderers/DropDownButton.d.ts +13 -1
  191. package/lib/renderers/DropDownButton.js +9 -5
  192. package/lib/renderers/DropDownButton.js.map +2 -2
  193. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  194. package/lib/renderers/Form/Checkbox.js +4 -0
  195. package/lib/renderers/Form/Checkbox.js.map +2 -2
  196. package/lib/renderers/Form/Combo.js +2 -2
  197. package/lib/renderers/Form/Combo.js.map +2 -2
  198. package/lib/renderers/Form/DiffEditor.d.ts +4 -5
  199. package/lib/renderers/Form/Editor.d.ts +3 -4
  200. package/lib/renderers/Form/Editor.js +1 -1
  201. package/lib/renderers/Form/Editor.js.map +2 -2
  202. package/lib/renderers/Form/InputCity.d.ts +84 -84
  203. package/lib/renderers/Form/InputCity.js +7 -6
  204. package/lib/renderers/Form/InputCity.js.map +2 -2
  205. package/lib/renderers/Form/InputColor.d.ts +84 -84
  206. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  207. package/lib/renderers/Form/InputExcel.js +24 -3
  208. package/lib/renderers/Form/InputExcel.js.map +2 -2
  209. package/lib/renderers/Form/InputFile.js +12 -6
  210. package/lib/renderers/Form/InputFile.js.map +2 -2
  211. package/lib/renderers/Form/InputImage.d.ts +8 -0
  212. package/lib/renderers/Form/InputImage.js +18 -8
  213. package/lib/renderers/Form/InputImage.js.map +2 -2
  214. package/lib/renderers/Form/InputTable.d.ts +23 -5
  215. package/lib/renderers/Form/InputTable.js +32 -3
  216. package/lib/renderers/Form/InputTable.js.map +2 -2
  217. package/lib/renderers/Form/Item.d.ts +1 -1
  218. package/lib/renderers/Form/Item.js.map +1 -1
  219. package/lib/renderers/Form/Options.js +19 -6
  220. package/lib/renderers/Form/Options.js.map +2 -2
  221. package/lib/renderers/Form/Picker.js +2 -2
  222. package/lib/renderers/Form/Picker.js.map +2 -2
  223. package/lib/renderers/Form/Select.d.ts +41 -4
  224. package/lib/renderers/Form/Select.js +23 -3
  225. package/lib/renderers/Form/Select.js.map +2 -2
  226. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  227. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  228. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  229. package/lib/renderers/Form/Transfer.js +3 -2
  230. package/lib/renderers/Form/Transfer.js.map +2 -2
  231. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  232. package/lib/renderers/Form/TransferPicker.js +29 -0
  233. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  234. package/lib/renderers/Form/TreeSelect.js +2 -2
  235. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  236. package/lib/renderers/Form/index.js +1 -1
  237. package/lib/renderers/Form/index.js.map +2 -2
  238. package/lib/renderers/Form/wrapControl.js +15 -3
  239. package/lib/renderers/Form/wrapControl.js.map +2 -2
  240. package/lib/renderers/IFrame.js +3 -5
  241. package/lib/renderers/IFrame.js.map +2 -2
  242. package/lib/renderers/Image.d.ts +1 -0
  243. package/lib/renderers/Image.js +15 -1
  244. package/lib/renderers/Image.js.map +2 -2
  245. package/lib/renderers/Json.d.ts +4 -0
  246. package/lib/renderers/Json.js +7 -12
  247. package/lib/renderers/Json.js.map +2 -2
  248. package/lib/renderers/Link.d.ts +18 -3
  249. package/lib/renderers/Link.js +27 -15
  250. package/lib/renderers/Link.js.map +2 -2
  251. package/lib/renderers/List.js +1 -1
  252. package/lib/renderers/List.js.map +2 -2
  253. package/lib/renderers/Log.d.ts +2 -2
  254. package/lib/renderers/Log.js +7 -1
  255. package/lib/renderers/Log.js.map +2 -2
  256. package/lib/renderers/Mapping.d.ts +9 -2
  257. package/lib/renderers/Mapping.js +18 -6
  258. package/lib/renderers/Mapping.js.map +2 -2
  259. package/lib/renderers/Nav.d.ts +81 -25
  260. package/lib/renderers/Nav.js +292 -31
  261. package/lib/renderers/Nav.js.map +2 -2
  262. package/lib/renderers/Page.js +4 -1
  263. package/lib/renderers/Page.js.map +2 -2
  264. package/lib/renderers/Portlet.d.ts +125 -0
  265. package/lib/renderers/Portlet.js +156 -0
  266. package/lib/renderers/Portlet.js.map +13 -0
  267. package/lib/renderers/Property.js +2 -1
  268. package/lib/renderers/Property.js.map +2 -2
  269. package/lib/renderers/SearchBox.d.ts +6 -1
  270. package/lib/renderers/SearchBox.js +19 -5
  271. package/lib/renderers/SearchBox.js.map +2 -2
  272. package/lib/renderers/Service.d.ts +10 -1
  273. package/lib/renderers/Service.js +85 -3
  274. package/lib/renderers/Service.js.map +2 -2
  275. package/lib/renderers/SparkLine.d.ts +4 -0
  276. package/lib/renderers/SparkLine.js.map +2 -2
  277. package/lib/renderers/Steps.d.ts +4 -4
  278. package/lib/renderers/Steps.js +5 -2
  279. package/lib/renderers/Steps.js.map +2 -2
  280. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  281. package/lib/renderers/Table/ColumnToggler.js +216 -0
  282. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  283. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  284. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  285. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  286. package/lib/renderers/Table/TableBody.d.ts +5 -1
  287. package/lib/renderers/Table/TableBody.js.map +1 -1
  288. package/lib/renderers/Table/TableCell.js +3 -1
  289. package/lib/renderers/Table/TableCell.js.map +2 -2
  290. package/lib/renderers/Table/TableContent.d.ts +5 -2
  291. package/lib/renderers/Table/TableContent.js +21 -1
  292. package/lib/renderers/Table/TableContent.js.map +2 -2
  293. package/lib/renderers/Table/index.d.ts +27 -5
  294. package/lib/renderers/Table/index.js +251 -101
  295. package/lib/renderers/Table/index.js.map +2 -2
  296. package/lib/renderers/Tabs.js +9 -1
  297. package/lib/renderers/Tabs.js.map +2 -2
  298. package/lib/renderers/WebComponent.js +1 -1
  299. package/lib/renderers/WebComponent.js.map +2 -2
  300. package/lib/store/app.d.ts +0 -1
  301. package/lib/store/combo.d.ts +2 -18
  302. package/lib/store/crud.d.ts +0 -1
  303. package/lib/store/crud.js +3 -7
  304. package/lib/store/crud.js.map +2 -2
  305. package/lib/store/form.d.ts +1 -2
  306. package/lib/store/form.js +5 -6
  307. package/lib/store/form.js.map +2 -2
  308. package/lib/store/modal.d.ts +1 -1
  309. package/lib/store/modal.js +4 -0
  310. package/lib/store/modal.js.map +2 -2
  311. package/lib/store/root.d.ts +0 -1
  312. package/lib/store/service.d.ts +0 -1
  313. package/lib/store/service.js +5 -17
  314. package/lib/store/service.js.map +2 -2
  315. package/lib/store/table.d.ts +260 -5
  316. package/lib/store/table.js +83 -7
  317. package/lib/store/table.js.map +2 -2
  318. package/lib/themes/ang-ie11.css +1360 -244
  319. package/lib/themes/ang.css +1360 -244
  320. package/lib/themes/ang.css.map +1 -1
  321. package/lib/themes/antd-ie11.css +1360 -244
  322. package/lib/themes/antd.css +1360 -244
  323. package/lib/themes/antd.css.map +1 -1
  324. package/lib/themes/cxd-ie11.css +1960 -517
  325. package/lib/themes/cxd.css +1960 -517
  326. package/lib/themes/cxd.css.map +1 -1
  327. package/lib/themes/dark-ie11.css +1360 -244
  328. package/lib/themes/dark.css +1360 -244
  329. package/lib/themes/dark.css.map +1 -1
  330. package/lib/themes/default.css +1960 -517
  331. package/lib/themes/default.css.map +1 -1
  332. package/lib/types.d.ts +37 -0
  333. package/lib/types.js +0 -5
  334. package/lib/types.js.map +2 -2
  335. package/lib/utils/api.d.ts +3 -2
  336. package/lib/utils/api.js +43 -15
  337. package/lib/utils/api.js.map +2 -2
  338. package/lib/utils/attachmentAdpator.d.ts +7 -0
  339. package/lib/utils/attachmentAdpator.js +82 -0
  340. package/lib/utils/attachmentAdpator.js.map +13 -0
  341. package/lib/utils/dom.d.ts +4 -0
  342. package/lib/utils/dom.js +11 -1
  343. package/lib/utils/dom.js.map +2 -2
  344. package/lib/utils/handleAction.d.ts +7 -0
  345. package/lib/utils/handleAction.js +30 -0
  346. package/lib/utils/handleAction.js.map +13 -0
  347. package/lib/utils/helper.d.ts +3 -1
  348. package/lib/utils/helper.js +14 -5
  349. package/lib/utils/helper.js.map +2 -2
  350. package/lib/utils/icon.js +3 -0
  351. package/lib/utils/icon.js.map +2 -2
  352. package/lib/utils/tpl-builtin.d.ts +1 -1
  353. package/lib/utils/tpl-builtin.js +25 -15
  354. package/lib/utils/tpl-builtin.js.map +2 -2
  355. package/lib/utils/validations.js +62 -5
  356. package/lib/utils/validations.js.map +2 -2
  357. package/package.json +1 -2
  358. package/schema.json +3638 -1030
  359. package/scss/_mixins.scss +27 -0
  360. package/scss/_properties.scss +88 -13
  361. package/scss/_utilities.scss +4 -0
  362. package/scss/base/_normalize.scss +2 -0
  363. package/scss/components/_anchor-nav.scss +88 -29
  364. package/scss/components/_badge.scss +67 -2
  365. package/scss/components/_button.scss +34 -3
  366. package/scss/components/_card.scss +8 -14
  367. package/scss/components/_collapse.scss +41 -8
  368. package/scss/components/_column-toggler.scss +234 -0
  369. package/scss/components/_dropdown.scss +2 -1
  370. package/scss/components/_image-gallery.scss +1 -1
  371. package/scss/components/_images.scss +2 -1
  372. package/scss/components/_link.scss +6 -0
  373. package/scss/components/_mapping.scss +6 -0
  374. package/scss/components/_markdown.scss +266 -0
  375. package/scss/components/_nav.scss +236 -154
  376. package/scss/components/_page.scss +5 -4
  377. package/scss/components/_picker-columns.scss +123 -0
  378. package/scss/components/_popover.scss +17 -0
  379. package/scss/components/_portlet.scss +51 -0
  380. package/scss/components/_progress.scss +2 -0
  381. package/scss/components/_spinner.scss +6 -2
  382. package/scss/components/_status.scss +1 -1
  383. package/scss/components/_steps.scss +1 -1
  384. package/scss/components/_table.scss +51 -1
  385. package/scss/components/form/_checks.scss +0 -351
  386. package/scss/components/form/_color.scss +1 -0
  387. package/scss/components/form/_date-range.scss +2 -0
  388. package/scss/components/form/_date.scss +2 -0
  389. package/scss/components/form/_fieldset.scss +6 -3
  390. package/scss/components/form/_file.scss +5 -4
  391. package/scss/components/form/_group.scss +4 -0
  392. package/scss/components/form/_image.scss +7 -2
  393. package/scss/components/form/_list.scss +1 -0
  394. package/scss/components/form/_location.scss +1 -1
  395. package/scss/components/form/_selection.scss +354 -0
  396. package/scss/components/form/_text.scss +13 -0
  397. package/scss/components/form/_textarea.scss +10 -0
  398. package/scss/components/form/_transfer.scss +77 -18
  399. package/scss/themes/_common.scss +7 -0
  400. package/scss/themes/_cxd-colors.scss +56 -0
  401. package/scss/themes/_cxd-variables.scss +219 -91
  402. package/scss/themes/cxd.scss +370 -0
  403. package/sdk/ang-ie11.css +1752 -431
  404. package/sdk/ang.css +1706 -323
  405. package/sdk/antd-ie11.css +1739 -420
  406. package/sdk/antd.css +1706 -323
  407. package/sdk/charts.js +13 -13
  408. package/sdk/color-picker.js +65 -69
  409. package/sdk/cropperjs.js +2 -2
  410. package/sdk/cxd-ie11.css +3015 -1397
  411. package/sdk/cxd.css +2402 -651
  412. package/sdk/dark-ie11.css +1750 -429
  413. package/sdk/dark.css +1706 -323
  414. package/sdk/exceljs.js +1 -1
  415. package/sdk/helper.css.map +1 -1
  416. package/sdk/ie11-patch.css +1 -0
  417. package/sdk/locale/de-DE.js +5 -0
  418. package/sdk/markdown.js +69 -69
  419. package/sdk/papaparse.js +1 -1
  420. package/sdk/renderers/Form/CityDB.js +1 -1
  421. package/sdk/rest.js +20 -30
  422. package/sdk/rich-text.js +62 -64
  423. package/sdk/sdk-ie11.css +3015 -1397
  424. package/sdk/sdk.css +2402 -651
  425. package/sdk/sdk.js +1278 -1220
  426. package/sdk/thirds/hls.js/hls.js +1 -1
  427. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  428. package/sdk/tinymce.js +57 -57
  429. package/src/Schema.ts +32 -0
  430. package/src/components/Alert.tsx +3 -1
  431. package/src/components/AnchorNav.tsx +15 -4
  432. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  433. package/src/components/Badge.tsx +126 -23
  434. package/src/components/Button.tsx +23 -7
  435. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  436. package/src/components/Checkbox.tsx +5 -2
  437. package/src/components/Collapse.tsx +14 -9
  438. package/src/components/DatePicker.tsx +1 -1
  439. package/src/components/DateRangePicker.tsx +23 -11
  440. package/src/components/Drawer.tsx +3 -2
  441. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  442. package/src/components/InputBox.tsx +1 -1
  443. package/src/components/Link.tsx +85 -0
  444. package/src/components/Modal.tsx +3 -2
  445. package/src/components/ModalManager.ts +1 -1
  446. package/src/components/MonthRangePicker.tsx +10 -2
  447. package/src/components/PickerColumn.tsx +429 -0
  448. package/src/components/PickerContainer.tsx +128 -0
  449. package/src/components/Radios.tsx +3 -8
  450. package/src/components/RichText.tsx +244 -3
  451. package/src/components/SearchBox.tsx +4 -5
  452. package/src/components/Select.tsx +61 -5
  453. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  454. package/src/components/SparkLine.tsx +4 -1
  455. package/src/components/Steps.tsx +3 -3
  456. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  457. package/src/components/TabsTransfer.tsx +13 -7
  458. package/src/components/TabsTransferPicker.tsx +85 -0
  459. package/src/components/Toast.tsx +5 -5
  460. package/src/components/Transfer.tsx +71 -50
  461. package/src/components/TransferDropDown.tsx +117 -0
  462. package/src/components/TransferPicker.tsx +84 -0
  463. package/src/components/Tree.tsx +6 -8
  464. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  465. package/src/components/WithRemoteConfig.tsx +44 -4
  466. package/src/components/calendar/DaysView.tsx +2 -2
  467. package/src/components/condition-builder/Field.tsx +6 -7
  468. package/src/components/condition-builder/Func.tsx +3 -3
  469. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  470. package/src/components/condition-builder/Item.tsx +5 -12
  471. package/src/components/condition-builder/Value.tsx +3 -0
  472. package/src/components/condition-builder/types.ts +6 -0
  473. package/src/components/icons.tsx +15 -0
  474. package/src/components/index.tsx +13 -13
  475. package/src/envOverwrite.ts +0 -1
  476. package/src/factory.tsx +31 -6
  477. package/src/hooks/index.ts +5 -0
  478. package/src/hooks/use-set-state.ts +19 -0
  479. package/src/hooks/use-touch.ts +100 -0
  480. package/src/hooks/use-update-effect.ts +16 -0
  481. package/src/icons/clock.svg +1 -0
  482. package/src/icons/loading-outline.svg +4 -0
  483. package/src/icons/status-close.svg +10 -0
  484. package/src/icons/status-fail.svg +10 -0
  485. package/src/icons/status-info.svg +8 -0
  486. package/src/icons/status-success.svg +10 -0
  487. package/src/icons/status-warning.svg +8 -0
  488. package/src/index.tsx +3 -0
  489. package/src/locale/de-DE.ts +5 -0
  490. package/src/locale/en-US.ts +6 -1
  491. package/src/locale/zh-CN.ts +9 -4
  492. package/src/renderers/Action.tsx +99 -15
  493. package/src/renderers/AnchorNav.tsx +4 -0
  494. package/src/renderers/Avatar.tsx +8 -4
  495. package/src/renderers/Breadcrumb.tsx +5 -1
  496. package/src/renderers/CRUD.tsx +70 -56
  497. package/src/renderers/Card.tsx +63 -34
  498. package/src/renderers/Chart.tsx +6 -2
  499. package/src/renderers/Collapse.tsx +9 -3
  500. package/src/renderers/Dialog.tsx +1 -5
  501. package/src/renderers/Drawer.tsx +0 -4
  502. package/src/renderers/DropDownButton.tsx +34 -12
  503. package/src/renderers/Form/Checkbox.tsx +8 -0
  504. package/src/renderers/Form/Combo.tsx +2 -3
  505. package/src/renderers/Form/Editor.tsx +19 -20
  506. package/src/renderers/Form/InputCity.tsx +4 -8
  507. package/src/renderers/Form/InputExcel.tsx +28 -3
  508. package/src/renderers/Form/InputFile.tsx +30 -20
  509. package/src/renderers/Form/InputImage.tsx +39 -13
  510. package/src/renderers/Form/InputTable.tsx +88 -9
  511. package/src/renderers/Form/Item.tsx +1 -1
  512. package/src/renderers/Form/Options.tsx +32 -7
  513. package/src/renderers/Form/Picker.tsx +3 -2
  514. package/src/renderers/Form/Select.tsx +144 -21
  515. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  516. package/src/renderers/Form/Transfer.tsx +3 -2
  517. package/src/renderers/Form/TransferPicker.tsx +123 -0
  518. package/src/renderers/Form/TreeSelect.tsx +25 -0
  519. package/src/renderers/Form/index.tsx +1 -1
  520. package/src/renderers/Form/wrapControl.tsx +28 -3
  521. package/src/renderers/IFrame.tsx +4 -5
  522. package/src/renderers/Image.tsx +10 -0
  523. package/src/renderers/Json.tsx +19 -10
  524. package/src/renderers/Link.tsx +53 -14
  525. package/src/renderers/List.tsx +1 -1
  526. package/src/renderers/Log.tsx +16 -3
  527. package/src/renderers/Mapping.tsx +27 -11
  528. package/src/renderers/Nav.tsx +392 -60
  529. package/src/renderers/Page.tsx +3 -1
  530. package/src/renderers/Portlet.tsx +423 -0
  531. package/src/renderers/Property.tsx +3 -2
  532. package/src/renderers/SearchBox.tsx +23 -4
  533. package/src/renderers/Service.tsx +101 -3
  534. package/src/renderers/SparkLine.tsx +5 -0
  535. package/src/renderers/Steps.tsx +12 -9
  536. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  537. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  538. package/src/renderers/Table/TableBody.tsx +1 -1
  539. package/src/renderers/Table/TableCell.tsx +16 -1
  540. package/src/renderers/Table/TableContent.tsx +41 -3
  541. package/src/renderers/Table/index.tsx +318 -92
  542. package/src/renderers/Tabs.tsx +9 -1
  543. package/src/renderers/WebComponent.tsx +2 -2
  544. package/src/store/crud.ts +3 -8
  545. package/src/store/form.ts +5 -10
  546. package/src/store/modal.ts +4 -0
  547. package/src/store/service.ts +5 -23
  548. package/src/store/table.ts +103 -4
  549. package/src/types.ts +57 -0
  550. package/src/utils/api.ts +63 -23
  551. package/src/utils/attachmentAdpator.ts +90 -0
  552. package/src/utils/dom.tsx +12 -0
  553. package/src/utils/handleAction.ts +41 -0
  554. package/src/utils/helper.ts +12 -3
  555. package/src/utils/icon.tsx +4 -0
  556. package/src/utils/tpl-builtin.ts +48 -17
  557. package/src/utils/validations.ts +80 -12
  558. package/dump.rdb +0 -0
  559. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  560. package/lib/components/AssociatedCheckboxes.js +0 -90
  561. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  562. package/lib/components/ChainedCheckboxes.js.map +0 -13
  563. package/lib/components/Checkboxes.js +0 -101
  564. package/lib/components/Checkboxes.js.map +0 -13
  565. package/lib/components/ListCheckboxes.d.ts +0 -739
  566. package/lib/components/ListCheckboxes.js +0 -48
  567. package/lib/components/ListCheckboxes.js.map +0 -13
  568. package/lib/components/ListRadios.d.ts +0 -763
  569. package/lib/components/ListRadios.js +0 -86
  570. package/lib/components/ListRadios.js.map +0 -13
  571. package/lib/components/TableCheckboxes.js.map +0 -13
  572. package/lib/components/TreeCheckboxes.js.map +0 -13
  573. package/lib/components/TreeRadios.d.ts +0 -838
  574. package/lib/components/TreeRadios.js +0 -116
  575. package/lib/components/TreeRadios.js.map +0 -13
  576. package/src/components/ListRadios.tsx +0 -159
  577. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang.css CHANGED
@@ -19134,8 +19134,8 @@ readers do not read off random characters that represent icons */
19134
19134
  --black: #1c2b36;
19135
19135
  --white: #fff;
19136
19136
  --primary: #7266ba;
19137
- --primary-onHover: #5b4eac;
19138
- --primary-onActive: #564aa3;
19137
+ --primary-onHover: #4f86f4;
19138
+ --primary-onActive: #1c53c1;
19139
19139
  --secondary: #6c757d;
19140
19140
  --secondary-onHover: #5a6268;
19141
19141
  --secondary-onActive: #545b62;
@@ -19270,6 +19270,10 @@ readers do not read off random characters that represent icons */
19270
19270
  --Avatar-width: 2.5rem;
19271
19271
  --Badge-size: var(--gap-md);
19272
19272
  --Badge-color: var(--white);
19273
+ --Badge--success-bg: var(--success);
19274
+ --Badge--info-bg: var(--info);
19275
+ --Badge--warning-bg: var(--warning);
19276
+ --Badge--danger-bg: var(--danger);
19273
19277
  --Button--danger-bg: var(--danger);
19274
19278
  --Button--danger-border: var(--Button--danger-bg);
19275
19279
  --Button--danger-color: var(--button-color);
@@ -19291,12 +19295,12 @@ readers do not read off random characters that represent icons */
19291
19295
  --Button--default-bg: var(--white);
19292
19296
  --Button--default-border: var(--borderColor);
19293
19297
  --Button--default-color: var(--text-color);
19294
- --Button--default-onActive-bg: #e6e6e6;
19295
- --Button--default-onActive-border: #adb4bf;
19296
- --Button--default-onActive-color: var(--Button--default-color);
19297
- --Button--default-onHover-bg: #ececec;
19298
- --Button--default-onHover-border: #b4bbc5;
19299
- --Button--default-onHover-color: var(--Button--default-color);
19298
+ --Button--default-onActive-bg: var(--white);
19299
+ --Button--default-onActive-border: var(--primary-onActive);
19300
+ --Button--default-onActive-color: var(--primary-onActive);
19301
+ --Button--default-onHover-bg: var(--white);
19302
+ --Button--default-onHover-border: var(--primary);
19303
+ --Button--default-onHover-color: var(--primary);
19300
19304
  --Button--iconOnly-minWidthRate: 4 / 3;
19301
19305
  --Button--info-bg: var(--info);
19302
19306
  --Button--info-border: var(--Button--info-bg);
@@ -19329,7 +19333,8 @@ readers do not read off random characters that represent icons */
19329
19333
  --Button--light-onHover-color: var(--Button--light-color);
19330
19334
  --Button--link-color: var(--primary);
19331
19335
  --Button--link-onDisabled-color: #4b5563;
19332
- --Button--link-onHover-color: var(--text--loud-color);
19336
+ --Button--link-onHover-color: var(--primary-onHover);
19337
+ --Button--link-onActive-color: var(--primary-onActive);
19333
19338
  --Button--md-fontSize: var(--Button-fontSize);
19334
19339
  --Button--md-height: var(--Button-height);
19335
19340
  --Button--md-lineHeight: var(--Button-lineHeight);
@@ -19344,10 +19349,10 @@ readers do not read off random characters that represent icons */
19344
19349
  --Button--primary-border: var(--Button--primary-bg);
19345
19350
  --Button--primary-color: var(--button-color);
19346
19351
  --Button--primary-onActive-bg: var(--primary-onActive);
19347
- --Button--primary-onActive-border: #52469b;
19352
+ --Button--primary-onActive-border: var(--primary-onActive);
19348
19353
  --Button--primary-onActive-color: var(--Button--primary-color);
19349
19354
  --Button--primary-onHover-bg: var(--primary-onHover);
19350
- --Button--primary-onHover-border: var(--primary-onActive);
19355
+ --Button--primary-onHover-border: var(--primary-onHover);
19351
19356
  --Button--primary-onHover-color: var(--Button--primary-color);
19352
19357
  --Button--secondary-bg: var(--secondary);
19353
19358
  --Button--secondary-border: var(--Button--secondary-bg);
@@ -19378,6 +19383,14 @@ readers do not read off random characters that represent icons */
19378
19383
  --Button--success-onHover-bg: var(--success-onHover);
19379
19384
  --Button--success-onHover-border: var(--success-onActive);
19380
19385
  --Button--success-onHover-color: var(--Button--success-color);
19386
+ --Button--enhance-border: var(--primary);
19387
+ --Button--enhance-color: var(--primary);
19388
+ --Button--enhance-onActive-bg: var(--white);
19389
+ --Button--enhance-onActive-border: var(--primary-onActive);
19390
+ --Button--enhance-onActive-color: var(--primary-onActive);
19391
+ --Button--enhance-onHover-bg: var(--white);
19392
+ --Button--enhance-onHover-border: var(--primary-onHover);
19393
+ --Button--enhance-onHover-color: var(--primary-onHover);
19381
19394
  --Button--warning-bg: var(--warning);
19382
19395
  --Button--warning-border: var(--Button--warning-bg);
19383
19396
  --Button--warning-color: var(--button-color);
@@ -19408,12 +19421,16 @@ readers do not read off random characters that represent icons */
19408
19421
  --Button-lineHeight: var(--Form-input-lineHeight);
19409
19422
  --Button-mimWidth: auto;
19410
19423
  --Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
19424
+ --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
19425
+ --Button-animation-spin: spin 1s infinite linear;
19411
19426
  --Button-onActive-color: var(--primary);
19412
19427
  --Button-onActive-border: var(--primary);
19413
19428
  --Button-onDisabled-borderColor: #dee2e6;
19414
19429
  --Button-onDisabled-opacity: 0.65;
19430
+ --Button-onDisabled-bg: #f2f3f3;
19415
19431
  --Button-onFocus-boxShadow: none;
19416
19432
  --Button-paddingX: 0.75rem;
19433
+ --Button-paddingX-right: 0.625rem;
19417
19434
  --Button-paddingY: calc(
19418
19435
  (
19419
19436
  var(--Button-height) - var(--Button-borderWidth) * 2 -
@@ -19599,6 +19616,24 @@ readers do not read off random characters that represent icons */
19599
19616
  --Combo-toolbarBtn-paddingY: 0.125rem;
19600
19617
  --Copyable-iconColor: var(--icon-color);
19601
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);
19602
19637
  --Crud-toolbar-gap: var(--gap-xs);
19603
19638
  --Crud-toolbar-height: 1.875rem;
19604
19639
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
@@ -19624,6 +19659,7 @@ readers do not read off random characters that represent icons */
19624
19659
  ) / 2 - var(--DatePicker-borderWidth)
19625
19660
  );
19626
19661
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
19662
+ --LocationPicker-borderRadius: var(--Form-input-borderWidth);
19627
19663
  --Divider-borderStyle: dashed;
19628
19664
  --Drawer-bg: var(--background);
19629
19665
  --Drawer-body-padding: var(--gap-base);
@@ -19657,8 +19693,9 @@ readers do not read off random characters that represent icons */
19657
19693
  --DropDown-menu-paddingX: 0;
19658
19694
  --DropDown-menu-paddingY: var(--gap-xs);
19659
19695
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
19660
- --DropDown-menuItem-onHover-color: inherit;
19661
- --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);
19662
19699
  --DropDown-menuItem-onDisabled-color: var(--text--muted-color);
19663
19700
  --DropDown-menuItem-paddingX: var(--gap-sm);
19664
19701
  --DropDown-menuItem-paddingY: calc(
@@ -19720,6 +19757,7 @@ readers do not read off random characters that represent icons */
19720
19757
  ) / 2
19721
19758
  );
19722
19759
  --Form-input-placeholderColor: var(--text--muted-color);
19760
+ --Form-input-onDisabled-color: var(--text--muted-color);
19723
19761
  --Form-item-gap: var(--gap-base);
19724
19762
  --Form-label-paddingTop: calc(
19725
19763
  (
@@ -19778,6 +19816,7 @@ readers do not read off random characters that represent icons */
19778
19816
  --IconPicker-tabs-bg: #f0f3f4;
19779
19817
  --ImageControl-addBtn-bg: var(--Button--default-bg);
19780
19818
  --ImageControl-addBtn-border: var(--Button--default-border);
19819
+ --ImageControl-addBtn-borderRadius: 0;
19781
19820
  --ImageControl-addBtn-color: var(--Button--default-color);
19782
19821
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
19783
19822
  --ImageControl-addBtn-onActive-border: #adb4bf;
@@ -19790,6 +19829,8 @@ readers do not read off random characters that represent icons */
19790
19829
  --ImageControl-addBtn-onHover-bg: #ececec;
19791
19830
  --ImageControl-addBtn-onHover-border: #b4bbc5;
19792
19831
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
19832
+ --ImageControl-progress-borderRadius: 0;
19833
+ --FileControl-progress-borderRadius: 0;
19793
19834
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
19794
19835
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
19795
19836
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
@@ -19905,6 +19946,7 @@ readers do not read off random characters that represent icons */
19905
19946
  --ListControl-item-bg: var(--white);
19906
19947
  --ListControl-item-borderColor: var(--borderColor);
19907
19948
  --ListControl-item-borderWidth: var(--borderWidth);
19949
+ --ListControl-item-borderRadius: 0.1875rem;
19908
19950
  --ListControl-item-color: var(--text-color);
19909
19951
  --ListControl-item-onActive-after-borderColor: var(--primary);
19910
19952
  --ListControl-item-onActive-before-bg: var(--white);
@@ -20075,11 +20117,28 @@ readers do not read off random characters that represent icons */
20075
20117
  --Panel-titleMarginTop: 0;
20076
20118
  --Picker-iconColor: var(--icon-color);
20077
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);
20078
20133
  --PopOver-bg: white;
20079
20134
  --PopOverAble-iconColor: inherit;
20080
20135
  --PopOverAble-onHover-iconColor: inherit;
20081
20136
  --Property-title-bg: #f2f2f2;
20082
20137
  --Property-label-bg: #f7f7f7;
20138
+ --Portlet-borderColor: var(--borderColor);
20139
+ --Portlet-borderStyle: solid;
20140
+ --Portlet-borderWidth: var(--borderWidth);
20141
+ --Portlet-borderRadius: var(--borderRadius);
20083
20142
  --QuickEdit-iconColor: inherit;
20084
20143
  --QuickEdit-onFocus-borderColor: var(--info);
20085
20144
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20172,6 +20231,8 @@ readers do not read off random characters that represent icons */
20172
20231
  --Table-toolbar-marginX: 0;
20173
20232
  --Table-toolbar-marginY: var(--gap-base);
20174
20233
  --Table-tree-borderColor: var(--Table-borderColor);
20234
+ --Table-searchableForm-backgroundColor: #f6f7f8;
20235
+ --Table-searchableForm-borderRadius: 0.25rem;
20175
20236
  --TableCell--edge-paddingX: var(--gap-md);
20176
20237
  --TableCell-filterBtn--onActive-color: var(--primary);
20177
20238
  --TableCell-filterBtn-width: 1rem;
@@ -20357,6 +20418,14 @@ readers do not read off random characters that represent icons */
20357
20418
  --Steps-sub-title-color: var(--text-color);
20358
20419
  --Steps-line-bg: var(--Steps-bg);
20359
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);
20360
20429
  }
20361
20430
 
20362
20431
  /* Reset
@@ -20722,6 +20791,8 @@ readers do not read off random characters that represent icons */
20722
20791
  width: 1em;
20723
20792
  height: 1em;
20724
20793
  fill: currentColor;
20794
+ position: relative;
20795
+ top: 0.125em;
20725
20796
  }
20726
20797
 
20727
20798
  .amis-scope svg.r90 {
@@ -22321,6 +22392,17 @@ readers do not read off random characters that represent icons */
22321
22392
  margin-left: var(--Button-paddingX);
22322
22393
  }
22323
22394
 
22395
+ .amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22396
+ .amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
22397
+ .amis-scope .a-Button > .pull-left {
22398
+ margin-right: var(--Button-paddingX);
22399
+ }
22400
+
22401
+ .amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22402
+ .amis-scope .a-Button > .pull-right {
22403
+ margin-left: var(--Button-paddingX);
22404
+ }
22405
+
22324
22406
  .amis-scope .a-Button img.a-Button-icon {
22325
22407
  height: var(--Button-fontSize);
22326
22408
  vertical-align: middle;
@@ -22338,16 +22420,24 @@ readers do not read off random characters that represent icons */
22338
22420
 
22339
22421
  .amis-scope .a-Button.is-disabled,
22340
22422
  .amis-scope .a-Button:disabled {
22341
- opacity: var(--Button-onDisabled-opacity);
22342
22423
  filter: grayscale(100%);
22343
22424
  box-shadow: none;
22344
22425
  cursor: not-allowed;
22426
+ color: var(--text--muted-color);
22427
+ pointer-events: auto;
22428
+ border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
22429
+ background: var(--Button-onDisabled-bg);
22345
22430
  }
22346
22431
 
22347
22432
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
22348
22433
  cursor: pointer;
22349
22434
  }
22350
22435
 
22436
+ .amis-scope .a-Button.cxd-Button--link.is-disabled {
22437
+ background: transparent;
22438
+ border: none;
22439
+ }
22440
+
22351
22441
  .amis-scope .a-Button > .pull-left,
22352
22442
  .amis-scope .a-Button > .pull-right {
22353
22443
  line-height: inherit;
@@ -22378,6 +22468,12 @@ readers do not read off random characters that represent icons */
22378
22468
  border-color: var(--Button--primary-onHover-border);
22379
22469
  }
22380
22470
 
22471
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
22472
+ color: var(--Button--primary-onActive-color);
22473
+ background: var(--Button--primary-onActive-bg);
22474
+ border-color: var(--Button--primary-onActive-border);
22475
+ }
22476
+
22381
22477
  .amis-scope .a-Button--primary:hover:focus {
22382
22478
  box-shadow: var(--Button-boxShadow);
22383
22479
  }
@@ -22396,6 +22492,12 @@ readers do not read off random characters that represent icons */
22396
22492
  border-color: var(--Button--secondary-onHover-border);
22397
22493
  }
22398
22494
 
22495
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
22496
+ color: var(--Button--secondary-onActive-color);
22497
+ background: var(--Button--secondary-onActive-bg);
22498
+ border-color: var(--Button--secondary-onActive-border);
22499
+ }
22500
+
22399
22501
  .amis-scope .a-Button--secondary:hover:focus {
22400
22502
  box-shadow: var(--Button-boxShadow);
22401
22503
  }
@@ -22414,10 +22516,40 @@ readers do not read off random characters that represent icons */
22414
22516
  border-color: var(--Button--success-onHover-border);
22415
22517
  }
22416
22518
 
22519
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
22520
+ color: var(--Button--success-onActive-color);
22521
+ background: var(--Button--success-onActive-bg);
22522
+ border-color: var(--Button--success-onActive-border);
22523
+ }
22524
+
22417
22525
  .amis-scope .a-Button--success:hover:focus {
22418
22526
  box-shadow: var(--Button-boxShadow);
22419
22527
  }
22420
22528
 
22529
+ .amis-scope .a-Button--enhance {
22530
+ color: var(--Button--enhance-color);
22531
+ background: var(--Button--enhance-bg);
22532
+ border-color: var(--Button--enhance-border);
22533
+ box-shadow: var(--Button-boxShadow);
22534
+ text-shadow: var(--Button-textShadow);
22535
+ }
22536
+
22537
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
22538
+ color: var(--Button--enhance-onHover-color);
22539
+ background: var(--Button--enhance-onHover-bg);
22540
+ border-color: var(--Button--enhance-onHover-border);
22541
+ }
22542
+
22543
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
22544
+ color: var(--Button--enhance-onActive-color);
22545
+ background: var(--Button--enhance-onActive-bg);
22546
+ border-color: var(--Button--enhance-onActive-border);
22547
+ }
22548
+
22549
+ .amis-scope .a-Button--enhance:hover:focus {
22550
+ box-shadow: var(--Button-boxShadow);
22551
+ }
22552
+
22421
22553
  .amis-scope .a-Button--info {
22422
22554
  color: var(--Button--info-color);
22423
22555
  background: var(--Button--info-bg);
@@ -22432,6 +22564,12 @@ readers do not read off random characters that represent icons */
22432
22564
  border-color: var(--Button--info-onHover-border);
22433
22565
  }
22434
22566
 
22567
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
22568
+ color: var(--Button--info-onActive-color);
22569
+ background: var(--Button--info-onActive-bg);
22570
+ border-color: var(--Button--info-onActive-border);
22571
+ }
22572
+
22435
22573
  .amis-scope .a-Button--info:hover:focus {
22436
22574
  box-shadow: var(--Button-boxShadow);
22437
22575
  }
@@ -22450,6 +22588,12 @@ readers do not read off random characters that represent icons */
22450
22588
  border-color: var(--Button--warning-onHover-border);
22451
22589
  }
22452
22590
 
22591
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
22592
+ color: var(--Button--warning-onActive-color);
22593
+ background: var(--Button--warning-onActive-bg);
22594
+ border-color: var(--Button--warning-onActive-border);
22595
+ }
22596
+
22453
22597
  .amis-scope .a-Button--warning:hover:focus {
22454
22598
  box-shadow: var(--Button-boxShadow);
22455
22599
  }
@@ -22468,6 +22612,12 @@ readers do not read off random characters that represent icons */
22468
22612
  border-color: var(--Button--danger-onHover-border);
22469
22613
  }
22470
22614
 
22615
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
22616
+ color: var(--Button--danger-onActive-color);
22617
+ background: var(--Button--danger-onActive-bg);
22618
+ border-color: var(--Button--danger-onActive-border);
22619
+ }
22620
+
22471
22621
  .amis-scope .a-Button--danger:hover:focus {
22472
22622
  box-shadow: var(--Button-boxShadow);
22473
22623
  }
@@ -22486,6 +22636,12 @@ readers do not read off random characters that represent icons */
22486
22636
  border-color: var(--Button--light-onHover-border);
22487
22637
  }
22488
22638
 
22639
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
22640
+ color: var(--Button--light-onActive-color);
22641
+ background: var(--Button--light-onActive-bg);
22642
+ border-color: var(--Button--light-onActive-border);
22643
+ }
22644
+
22489
22645
  .amis-scope .a-Button--light:hover:focus {
22490
22646
  box-shadow: var(--Button-boxShadow);
22491
22647
  }
@@ -22504,6 +22660,12 @@ readers do not read off random characters that represent icons */
22504
22660
  border-color: var(--Button--dark-onHover-border);
22505
22661
  }
22506
22662
 
22663
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
22664
+ color: var(--Button--dark-onActive-color);
22665
+ background: var(--Button--dark-onActive-bg);
22666
+ border-color: var(--Button--dark-onActive-border);
22667
+ }
22668
+
22507
22669
  .amis-scope .a-Button--dark:hover:focus {
22508
22670
  box-shadow: var(--Button-boxShadow);
22509
22671
  }
@@ -22522,6 +22684,12 @@ readers do not read off random characters that represent icons */
22522
22684
  border-color: var(--Button--default-onHover-border);
22523
22685
  }
22524
22686
 
22687
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
22688
+ color: var(--Button--default-onActive-color);
22689
+ background: var(--Button--default-onActive-bg);
22690
+ border-color: var(--Button--default-onActive-border);
22691
+ }
22692
+
22525
22693
  .amis-scope .a-Button--default:hover:focus {
22526
22694
  box-shadow: var(--Button-boxShadow);
22527
22695
  }
@@ -22545,6 +22713,17 @@ readers do not read off random characters that represent icons */
22545
22713
  margin-left: var(--Button--xs-paddingX);
22546
22714
  }
22547
22715
 
22716
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22717
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
22718
+ .amis-scope .a-Button--xs > .pull-left {
22719
+ margin-right: var(--Button--xs-paddingX);
22720
+ }
22721
+
22722
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22723
+ .amis-scope .a-Button--xs > .pull-right {
22724
+ margin-left: var(--Button--xs-paddingX);
22725
+ }
22726
+
22548
22727
  .amis-scope .a-Button--xs img.a-Button-icon {
22549
22728
  height: var(--Button-fontSize);
22550
22729
  vertical-align: middle;
@@ -22573,6 +22752,17 @@ readers do not read off random characters that represent icons */
22573
22752
  margin-left: var(--Button--sm-paddingX);
22574
22753
  }
22575
22754
 
22755
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22756
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
22757
+ .amis-scope .a-Button--sm > .pull-left {
22758
+ margin-right: var(--Button--sm-paddingX);
22759
+ }
22760
+
22761
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22762
+ .amis-scope .a-Button--sm > .pull-right {
22763
+ margin-left: var(--Button--sm-paddingX);
22764
+ }
22765
+
22576
22766
  .amis-scope .a-Button--sm img.a-Button-icon {
22577
22767
  height: var(--Button-fontSize);
22578
22768
  vertical-align: middle;
@@ -22601,6 +22791,17 @@ readers do not read off random characters that represent icons */
22601
22791
  margin-left: var(--Button--md-paddingX);
22602
22792
  }
22603
22793
 
22794
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22795
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
22796
+ .amis-scope .a-Button--md > .pull-left {
22797
+ margin-right: var(--Button--md-paddingX);
22798
+ }
22799
+
22800
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22801
+ .amis-scope .a-Button--md > .pull-right {
22802
+ margin-left: var(--Button--md-paddingX);
22803
+ }
22804
+
22604
22805
  .amis-scope .a-Button--md img.a-Button-icon {
22605
22806
  height: var(--Button-fontSize);
22606
22807
  vertical-align: middle;
@@ -22629,6 +22830,17 @@ readers do not read off random characters that represent icons */
22629
22830
  margin-left: var(--Button--lg-paddingX);
22630
22831
  }
22631
22832
 
22833
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
22834
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
22835
+ .amis-scope .a-Button--lg > .pull-left {
22836
+ margin-right: var(--Button--lg-paddingX);
22837
+ }
22838
+
22839
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
22840
+ .amis-scope .a-Button--lg > .pull-right {
22841
+ margin-left: var(--Button--lg-paddingX);
22842
+ }
22843
+
22632
22844
  .amis-scope .a-Button--lg img.a-Button-icon {
22633
22845
  height: var(--Button-fontSize);
22634
22846
  vertical-align: middle;
@@ -22657,6 +22869,14 @@ readers do not read off random characters that represent icons */
22657
22869
  line-height: 1;
22658
22870
  }
22659
22871
 
22872
+ .amis-scope .a-Button--loading {
22873
+ transition: --Button-transition;
22874
+ }
22875
+
22876
+ .amis-scope .a-Button--loading svg {
22877
+ animation: var(--Button-animation-spin);
22878
+ }
22879
+
22660
22880
  .amis-scope .a-Button--link {
22661
22881
  width: auto;
22662
22882
  min-width: auto;
@@ -22669,7 +22889,11 @@ readers do not read off random characters that represent icons */
22669
22889
 
22670
22890
  .amis-scope .a-Button--link:hover:focus {
22671
22891
  color: var(--Button--link-onHover-color);
22672
- text-decoration: var(--link-onHover-decoration);
22892
+ box-shadow: none;
22893
+ }
22894
+
22895
+ .amis-scope .a-Button--link:hover:active {
22896
+ color: var(--Button--link-onActive-color);
22673
22897
  box-shadow: none;
22674
22898
  }
22675
22899
 
@@ -22677,7 +22901,7 @@ readers do not read off random characters that represent icons */
22677
22901
  .amis-scope .a-Button--link.is-disabled {
22678
22902
  color: var(--text--muted-color);
22679
22903
  pointer-events: none;
22680
- background: transparent;
22904
+ background: var(--Button-onDisabled-bg);
22681
22905
  }
22682
22906
 
22683
22907
  .amis-scope .a-Button--block {
@@ -22756,7 +22980,8 @@ readers do not read off random characters that represent icons */
22756
22980
  }
22757
22981
 
22758
22982
  .amis-scope .a-Badge-text,
22759
- .amis-scope .a-Badge-dot {
22983
+ .amis-scope .a-Badge-dot,
22984
+ .amis-scope .a-Badge-ribbon {
22760
22985
  background: var(--danger);
22761
22986
  position: absolute;
22762
22987
  top: 0;
@@ -22765,7 +22990,6 @@ readers do not read off random characters that represent icons */
22765
22990
  transform-origin: 100% 0;
22766
22991
  z-index: auto;
22767
22992
  border-radius: calc(var(--Badge-size) / 2);
22768
- box-shadow: 0 0 0 1px #fff;
22769
22993
  }
22770
22994
 
22771
22995
  .amis-scope .a-Badge--top-left {
@@ -22791,6 +23015,22 @@ readers do not read off random characters that represent icons */
22791
23015
  transform: translate(50%, 50%);
22792
23016
  }
22793
23017
 
23018
+ .amis-scope .a-Badge--danger {
23019
+ background: var(--Badge--danger-bg);
23020
+ }
23021
+
23022
+ .amis-scope .a-Badge--info {
23023
+ background: var(--Badge--info-bg);
23024
+ }
23025
+
23026
+ .amis-scope .a-Badge--success {
23027
+ background: var(--Badge--success-bg);
23028
+ }
23029
+
23030
+ .amis-scope .a-Badge--warning {
23031
+ background: var(--Badge--warning-bg);
23032
+ }
23033
+
22794
23034
  .amis-scope .a-Badge-text {
22795
23035
  color: var(--Badge-color);
22796
23036
  height: var(--Badge-size);
@@ -22807,6 +23047,56 @@ readers do not read off random characters that represent icons */
22807
23047
  border-radius: 50%;
22808
23048
  }
22809
23049
 
23050
+ .amis-scope .a-Badge-ribbon-out {
23051
+ overflow: hidden;
23052
+ position: absolute;
23053
+ top: 0;
23054
+ bottom: 0;
23055
+ right: 0;
23056
+ }
23057
+
23058
+ .amis-scope .a-Badge-ribbon {
23059
+ color: var(--Badge-color);
23060
+ height: var(--Badge-size);
23061
+ line-height: var(--Badge-size);
23062
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
23063
+ transform-origin: 50% 0;
23064
+ border-radius: 0;
23065
+ text-align: center;
23066
+ width: 62.5rem;
23067
+ top: 5px;
23068
+ }
23069
+
23070
+ .amis-scope .a-Badge-ribbon-out--top-left,
23071
+ .amis-scope .a-Badge-ribbon-out--bottom-left {
23072
+ left: 0;
23073
+ right: auto;
23074
+ }
23075
+
23076
+ .amis-scope .a-Badge-ribbon--top-left {
23077
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
23078
+ left: 0;
23079
+ right: auto;
23080
+ }
23081
+
23082
+ .amis-scope .a-Badge-ribbon--bottom-left {
23083
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
23084
+ transform-origin: 50% 100%;
23085
+ left: 0;
23086
+ right: auto;
23087
+ bottom: 5px;
23088
+ top: auto;
23089
+ }
23090
+
23091
+ .amis-scope .a-Badge-ribbon--bottom-right {
23092
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
23093
+ transform-origin: 50% 100%;
23094
+ left: auto;
23095
+ right: 0;
23096
+ bottom: 5px;
23097
+ top: auto;
23098
+ }
23099
+
22810
23100
  @keyframes badgeDotAnimation {
22811
23101
  0% {
22812
23102
  transform: scale(0.8);
@@ -23720,6 +24010,143 @@ readers do not read off random characters that represent icons */
23720
24010
  background: transparent;
23721
24011
  }
23722
24012
 
24013
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
24014
+ background: rgba(0, 0, 0, 0.3);
24015
+ }
24016
+
24017
+ .amis-scope .a-PopOver--leftBottomLeftTop {
24018
+ margin-top: 0.25rem;
24019
+ }
24020
+
24021
+ .amis-scope .a-PopOver--leftTopLeftBottom {
24022
+ margin-top: -0.25rem;
24023
+ }
24024
+
24025
+ .amis-scope .has-popover {
24026
+ position: relative;
24027
+ }
24028
+
24029
+ .amis-scope .a-PickerColumns {
24030
+ position: relative;
24031
+ background-color: var(--PickerColumns-bg);
24032
+ user-select: none;
24033
+ }
24034
+
24035
+ .amis-scope .a-PickerColumns-popOver {
24036
+ position: fixed;
24037
+ bottom: 0;
24038
+ left: 0;
24039
+ width: 100%;
24040
+ padding: 0 var(--gap-sm);
24041
+ }
24042
+
24043
+ .amis-scope .a-PickerColumns-toolbar {
24044
+ display: flex;
24045
+ align-items: center;
24046
+ justify-content: space-between;
24047
+ height: var(--PickerColumns-toolbar-height);
24048
+ }
24049
+
24050
+ .amis-scope .a-PickerColumns-cancel,
24051
+ .amis-scope .a-PickerColumns-confirm {
24052
+ height: 100%;
24053
+ padding: var(--PickerColumns-action-padding);
24054
+ font-size: var(--PickerColumns-action-fontSize);
24055
+ background-color: transparent;
24056
+ border: none;
24057
+ cursor: pointer;
24058
+ }
24059
+
24060
+ .amis-scope .a-PickerColumns-cancel:active,
24061
+ .amis-scope .a-PickerColumns-confirm:active {
24062
+ opacity: 0.7;
24063
+ }
24064
+
24065
+ .amis-scope .a-PickerColumns-confirm {
24066
+ color: var(--PickerColumns-confirmAction-color);
24067
+ }
24068
+
24069
+ .amis-scope .a-PickerColumns-cancel {
24070
+ color: var(--PickerColumns-cancelAction-color);
24071
+ }
24072
+
24073
+ .amis-scope .a-PickerColumns-title {
24074
+ max-width: 50%;
24075
+ font-weight: 500;
24076
+ font-size: var(--PickerColumns-title-fontSize);
24077
+ line-height: var(--PickerColumns-title-lineHeight);
24078
+ text-align: center;
24079
+ }
24080
+
24081
+ .amis-scope .a-PickerColumns-columns {
24082
+ position: relative;
24083
+ display: flex;
24084
+ cursor: grab;
24085
+ }
24086
+
24087
+ .amis-scope .a-PickerColumns-loading {
24088
+ position: absolute;
24089
+ top: 0;
24090
+ right: 0;
24091
+ bottom: 0;
24092
+ left: 0;
24093
+ z-index: 3;
24094
+ display: flex;
24095
+ align-items: center;
24096
+ justify-content: center;
24097
+ color: var(--PickerColumns-loadingIcon-color);
24098
+ background-color: var(--PickerColumns-loadingMask-color);
24099
+ }
24100
+
24101
+ .amis-scope .a-PickerColumns-frame {
24102
+ position: absolute;
24103
+ top: 50%;
24104
+ right: var(--gap-md);
24105
+ left: var(--gap-md);
24106
+ z-index: 2;
24107
+ transform: translateY(-50%);
24108
+ pointer-events: none;
24109
+ }
24110
+
24111
+ .amis-scope .a-PickerColumns-mask {
24112
+ position: absolute;
24113
+ top: 0;
24114
+ left: 0;
24115
+ z-index: 1;
24116
+ width: 100%;
24117
+ height: 100%;
24118
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
24119
+ background-repeat: no-repeat;
24120
+ background-position: top, bottom;
24121
+ transform: translateZ(0);
24122
+ pointer-events: none;
24123
+ }
24124
+
24125
+ .amis-scope .a-PickerColumns-column {
24126
+ flex: 1;
24127
+ overflow: hidden;
24128
+ font-size: var(--PickerColumns-option-fontSize);
24129
+ }
24130
+
24131
+ .amis-scope .a-PickerColumns-columnWrapper {
24132
+ margin: 0;
24133
+ padding: 0;
24134
+ list-style: none;
24135
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24136
+ }
24137
+
24138
+ .amis-scope .a-PickerColumns-columnItem {
24139
+ display: flex;
24140
+ align-items: center;
24141
+ justify-content: center;
24142
+ color: var(--PickerColumns-optionText-color);
24143
+ }
24144
+
24145
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
24146
+ cursor: not-allowed;
24147
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24148
+ }
24149
+
23723
24150
  @keyframes bounceIn {
23724
24151
  from, 20%, 40%, 60%, 80%, to {
23725
24152
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -24029,6 +24456,17 @@ readers do not read off random characters that represent icons */
24029
24456
  margin-left: var(--Combo-addBtn-paddingX);
24030
24457
  }
24031
24458
 
24459
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
24460
+ .amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
24461
+ .amis-scope .a-ArrayInput-addBtn > .pull-left {
24462
+ margin-right: var(--Combo-addBtn-paddingX);
24463
+ }
24464
+
24465
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
24466
+ .amis-scope .a-ArrayInput-addBtn > .pull-right {
24467
+ margin-left: var(--Combo-addBtn-paddingX);
24468
+ }
24469
+
24032
24470
  .amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
24033
24471
  height: var(--Button-fontSize);
24034
24472
  vertical-align: middle;
@@ -24040,6 +24478,12 @@ readers do not read off random characters that represent icons */
24040
24478
  border-color: var(--Combo-addBtn-onHover-border);
24041
24479
  }
24042
24480
 
24481
+ .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
24482
+ color: var(--Combo-addBtn-onActive-color);
24483
+ background: var(--Combo-addBtn-onActive-bg);
24484
+ border-color: var(--Combo-addBtn-onActive-border);
24485
+ }
24486
+
24043
24487
  .amis-scope .a-ArrayInput-addBtn:hover:focus {
24044
24488
  box-shadow: var(--Button-boxShadow);
24045
24489
  }
@@ -24619,6 +25063,10 @@ readers do not read off random characters that represent icons */
24619
25063
  }
24620
25064
 
24621
25065
  .amis-scope .a-Nav {
25066
+ position: relative;
25067
+ }
25068
+
25069
+ .amis-scope .a-Nav .a-Nav-list {
24622
25070
  list-style: none;
24623
25071
  user-select: none;
24624
25072
  margin: 0;
@@ -24626,25 +25074,26 @@ readers do not read off random characters that represent icons */
24626
25074
  position: relative;
24627
25075
  }
24628
25076
 
24629
- .amis-scope .a-Nav .a-Nav-itemIcon {
25077
+ .amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
24630
25078
  margin-right: var(--gap-sm);
24631
25079
  }
24632
25080
 
24633
- .amis-scope .a-Nav img.a-Nav-itemIcon {
25081
+ .amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
24634
25082
  height: var(--Tabs-linkFontSize);
24635
25083
  vertical-align: middle;
24636
25084
  }
24637
25085
 
24638
- .amis-scope .a-Nav--tabs {
25086
+ .amis-scope .a-Nav .a-Nav-list--tabs {
24639
25087
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
24640
25088
  }
24641
25089
 
24642
- .amis-scope .a-Nav--tabs .a-Nav-item {
25090
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
24643
25091
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
24644
25092
  display: inline-block;
25093
+ position: relative;
24645
25094
  }
24646
25095
 
24647
- .amis-scope .a-Nav--tabs .a-Nav-item > a {
25096
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
24648
25097
  font-size: var(--Tabs-linkFontSize);
24649
25098
  display: block;
24650
25099
  outline: none;
@@ -24654,142 +25103,267 @@ readers do not read off random characters that represent icons */
24654
25103
  color: var(--Tabs-color);
24655
25104
  text-decoration: none;
24656
25105
  margin-right: 0.125rem;
24657
- padding: var(--gap-sm) var(--gap-base);
25106
+ padding: var(--gap-sm) var(--gap-xl);
24658
25107
  cursor: pointer;
24659
25108
  }
24660
25109
 
24661
- .amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
24662
- .amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
25110
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
25111
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
24663
25112
  border-color: var(--Tabs-onHover-borderColor);
24664
25113
  text-decoration: none;
24665
25114
  }
24666
25115
 
24667
- .amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
24668
- .amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
25116
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
25117
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
24669
25118
  color: var(--Tabs-onDisabled-color);
24670
25119
  background: transparent;
24671
25120
  border-color: transparent;
24672
25121
  pointer-events: none;
24673
25122
  }
24674
25123
 
24675
- .amis-scope .a-Nav--tabs .a-Nav-item.active > a,
24676
- .amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
25124
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
25125
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
24677
25126
  color: var(--Tabs-onActive-color);
24678
25127
  background: var(--Tabs-onActive-bg);
24679
25128
  border-color: var(--Tabs-onActive-borderColor);
24680
25129
  border-bottom-color: var(--Tabs-content-bg);
24681
25130
  }
24682
25131
 
24683
- .amis-scope .a-Nav--stacked {
25132
+ .amis-scope .a-Nav .a-Nav-list--stacked {
24684
25133
  min-height: 3.125rem;
24685
25134
  }
24686
25135
 
24687
- .amis-scope .a-Nav--stacked .a-Nav-item {
25136
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
25137
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
24688
25138
  position: relative;
25139
+ display: flex;
25140
+ flex-wrap: wrap;
25141
+ align-items: stretch;
25142
+ width: 100%;
24689
25143
  }
24690
25144
 
24691
- .amis-scope .a-Nav--stacked .a-Nav-item > a {
24692
- display: block;
24693
- outline: none;
24694
- color: var(--Nav-item-color);
24695
- text-decoration: none;
24696
- padding: var(--gap-sm) var(--gap-base);
24697
- cursor: pointer;
24698
- background: var(--Nav-item-bg);
24699
- border-radius: var(--Nav-item-borderRadius);
24700
- text-overflow: ellipsis;
25145
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
25146
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
25147
+ cursor: move;
25148
+ position: absolute;
25149
+ left: 0;
25150
+ top: 0.6875rem;
25151
+ display: none;
25152
+ }
25153
+
25154
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
25155
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
25156
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
25157
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
25158
+ color: var(--icon-color);
25159
+ }
25160
+
25161
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
25162
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
25163
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
25164
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
25165
+ color: var(--icon-onHover-color);
25166
+ }
25167
+
25168
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
25169
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
25170
+ width: 1rem;
25171
+ height: 1rem;
24701
25172
  }
24702
25173
 
24703
- .amis-scope .a-Nav--stacked .a-Nav-item > a::after {
24704
- border-left: var(--Nav-item-onActive-borderLeft);
25174
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
25175
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
24705
25176
  position: absolute;
24706
- left: 0;
24707
25177
  top: 0;
24708
- content: "";
24709
- width: 1px;
24710
- height: 100%;
24711
- transform: scaleY(0.0001);
24712
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
25178
+ bottom: 0;
25179
+ width: 2.1875rem;
25180
+ overflow: hidden;
25181
+ }
25182
+
25183
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
25184
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
25185
+ position: absolute;
25186
+ top: 0.125rem;
25187
+ left: -0.8125rem;
25188
+ transform: rotate(-45deg);
25189
+ width: 3.125rem;
25190
+ font-size: 12px;
25191
+ text-align: center;
25192
+ color: var(--white);
25193
+ background: var(--success);
25194
+ }
25195
+
25196
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
25197
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
25198
+ display: flex;
25199
+ align-items: center;
24713
25200
  }
24714
25201
 
24715
- .amis-scope .a-Nav--stacked .a-Nav-item.has-sub > a {
24716
- padding-right: calc(var(--gap-base) + var(--gap-sm));
25202
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
25203
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
25204
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
25205
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
25206
+ display: flex;
25207
+ align-items: center;
25208
+ outline: none;
25209
+ color: var(--Nav-item-color);
25210
+ text-decoration: none;
25211
+ padding: var(--gap-sm) var(--gap-sm);
25212
+ cursor: pointer;
25213
+ background: var(--Nav-item-bg);
25214
+ border-radius: var(--Nav-item-borderRadius);
25215
+ text-overflow: ellipsis;
25216
+ flex: 1;
24717
25217
  }
24718
25218
 
24719
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
24720
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
25219
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
25220
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
25221
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
25222
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
25223
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
25224
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
25225
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
25226
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
25227
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
25228
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
25229
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
25230
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
25231
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
25232
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
25233
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
25234
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
24721
25235
  border-color: var(--Nav-item-onHover-color);
24722
25236
  text-decoration: none;
24723
25237
  background: var(--Nav-item-onHover-bg);
25238
+ z-index: 1;
25239
+ }
25240
+
25241
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
25242
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
25243
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
25244
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
25245
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
25246
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
25247
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
25248
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
25249
+ display: block;
24724
25250
  }
24725
25251
 
24726
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
24727
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a {
25252
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
25253
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
25254
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
25255
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
25256
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
25257
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
25258
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
25259
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
24728
25260
  color: var(--Nav-item-onDisabled-color);
24729
25261
  background: transparent;
24730
25262
  pointer-events: none;
24731
25263
  }
24732
25264
 
24733
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
24734
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a {
25265
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
25266
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
25267
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
25268
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
25269
+ background: var(--Nav-item-onActive-bg) !important;
25270
+ }
25271
+
25272
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
25273
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
25274
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
25275
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
25276
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
25277
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
25278
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
25279
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
25280
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
25281
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
25282
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
25283
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
24735
25284
  color: var(--Nav-item-onActive-color);
24736
- background: var(--Nav-item-onActive-bg);
24737
- padding-left: 0.75rem;
24738
25285
  position: relative;
24739
25286
  }
24740
25287
 
24741
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
24742
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after {
25288
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
25289
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
25290
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
25291
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
25292
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
25293
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
25294
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
25295
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
25296
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
25297
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
25298
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
25299
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
24743
25300
  transform: scaleY(1);
24744
25301
  }
24745
25302
 
24746
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler {
25303
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
25304
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
25305
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
25306
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
24747
25307
  transform: rotate(180deg) scale(0.8);
24748
25308
  }
24749
25309
 
24750
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems {
25310
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
25311
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
25312
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
25313
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
24751
25314
  display: block;
24752
25315
  }
24753
25316
 
24754
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner {
25317
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
25318
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
24755
25319
  position: absolute;
24756
25320
  right: 0.625rem;
24757
25321
  top: 0.5rem;
24758
25322
  }
24759
25323
 
24760
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler {
24761
- position: absolute;
24762
- right: 0;
24763
- top: 0.1875rem;
24764
- width: 1.875rem;
24765
- height: 1.875rem;
25324
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
25325
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
25326
+ float: left;
25327
+ margin-right: 0.625rem;
25328
+ height: 1.5rem;
24766
25329
  text-align: center;
24767
- line-height: 1.875rem;
25330
+ line-height: 1.5rem;
24768
25331
  vertical-align: middle;
24769
25332
  cursor: pointer;
24770
25333
  transform: scale(0.8);
24771
25334
  transition: transform var(--animation-duration);
24772
25335
  }
24773
25336
 
24774
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg {
25337
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
25338
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
24775
25339
  width: 10px;
24776
25340
  height: 10px;
24777
25341
  top: 0;
24778
25342
  }
24779
25343
 
24780
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
25344
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
25345
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
24781
25346
  display: none;
24782
25347
  padding-left: 0;
24783
25348
  list-style: none;
25349
+ width: 100%;
24784
25350
  }
24785
25351
 
24786
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
25352
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
25353
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
24787
25354
  font-size: var(--Nav-subItem-fontSize);
24788
25355
  }
24789
25356
 
25357
+ .amis-scope .a-Nav .a-Nav-dropIndicator {
25358
+ position: absolute;
25359
+ background: var(--Nav-item-onActive-color);
25360
+ height: 2px;
25361
+ }
25362
+
24790
25363
  .amis-scope .a-Page {
24791
25364
  width: 100%;
24792
25365
  height: 100%;
25366
+ background: var(--Page-main-bg);
24793
25367
  }
24794
25368
 
24795
25369
  .amis-scope .a-Page-header {
@@ -24797,7 +25371,6 @@ readers do not read off random characters that represent icons */
24797
25371
  }
24798
25372
 
24799
25373
  .amis-scope .a-Page-main {
24800
- background: var(--Page-main-bg);
24801
25374
  height: 100%;
24802
25375
  display: flex;
24803
25376
  flex-direction: column;
@@ -24812,11 +25385,9 @@ readers do not read off random characters that represent icons */
24812
25385
 
24813
25386
  .amis-scope .a-Page-main > .a-Page-header {
24814
25387
  border-bottom: var(--borderWidth) solid var(--borderColor);
24815
- background: var(--Page-header-bg);
24816
25388
  }
24817
25389
 
24818
25390
  .amis-scope .a-Page-headerRow {
24819
- background: var(--Page-header-bg);
24820
25391
  border-bottom: var(--borderWidth) solid var(--borderColor);
24821
25392
  display: flex;
24822
25393
  flex-direction: row;
@@ -24861,10 +25432,6 @@ readers do not read off random characters that represent icons */
24861
25432
  margin-left: var(--gap-xs);
24862
25433
  }
24863
25434
 
24864
- .amis-scope .a-Page-aside {
24865
- background: var(--Page-aside-bg);
24866
- }
24867
-
24868
25435
  @media (min-width: 768px) {
24869
25436
  .amis-scope .a-Page-aside {
24870
25437
  min-width: var(--Page-aside-width);
@@ -25455,8 +26022,13 @@ readers do not read off random characters that represent icons */
25455
26022
  .amis-scope .a-Spinner--icon {
25456
26023
  background: transparent;
25457
26024
  animation: spin 2s linear infinite;
25458
- width: auto;
25459
- height: auto;
26025
+ width: var(--fontSizeLg);
26026
+ height: var(--fontSizeLg);
26027
+ }
26028
+
26029
+ .amis-scope .a-Spinner--icon svg.icon {
26030
+ width: var(--fontSizeLg);
26031
+ height: var(--fontSizeLg);
25460
26032
  }
25461
26033
 
25462
26034
  .amis-scope .a-Spinner--overlay {
@@ -25654,7 +26226,7 @@ readers do not read off random characters that represent icons */
25654
26226
  height: var(--DropDown-menu-height);
25655
26227
  vertical-align: middle;
25656
26228
  user-select: none;
25657
- color: var(--link-color);
26229
+ color: var(--DropDown-menuItem-color);
25658
26230
  text-decoration: var(--link-decoration);
25659
26231
  }
25660
26232
 
@@ -25666,6 +26238,7 @@ readers do not read off random characters that represent icons */
25666
26238
 
25667
26239
  .amis-scope .a-DropDown-menuItem.is-active,
25668
26240
  .amis-scope .a-DropDown-menu > li.is-active {
26241
+ background: var(--DropDown-menuItem-onHover-bg);
25669
26242
  color: var(--DropDown-menuItem-onActive-color);
25670
26243
  }
25671
26244
 
@@ -25714,24 +26287,39 @@ readers do not read off random characters that represent icons */
25714
26287
  }
25715
26288
 
25716
26289
  .amis-scope .a-Collapse {
25717
- border: none;
26290
+ border: var(--Collapse-border);
25718
26291
  padding: 0;
25719
26292
  margin-bottom: var(--Form-item-gap);
25720
26293
  }
25721
26294
 
25722
26295
  .amis-scope .a-Collapse-header {
25723
- font-size: var(--fontSizeMd);
25724
- font-weight: var(--fontWeightNormal);
26296
+ font-size: var(--Collapse-header-fontSize);
26297
+ font-weight: var(--Collapse-header-fontWeight);
25725
26298
  color: var(--text--loud-color);
25726
- padding: var(--gap-xs) 0;
25727
- border-bottom: var(--borderWidth) solid var(--borderColorLight);
26299
+ padding: var(--Collapse-header-padding);
26300
+ margin: 0;
26301
+ border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26302
+ background: var(--Collapse-header-bg);
26303
+ }
26304
+
26305
+ .amis-scope .a-Collapse-header-wrapper {
26306
+ display: inline-flex;
26307
+ flex-direction: var(--Collapse-header-wrapper-direction);
26308
+ }
26309
+
26310
+ .amis-scope .a-Collapse-header-tpl {
26311
+ margin-right: 0.5rem;
26312
+ }
26313
+
26314
+ .amis-scope .a-Collapse-header:hover {
26315
+ background: var(--Collapse-header-onHover-bg);
25728
26316
  }
25729
26317
 
25730
26318
  .amis-scope .a-Collapse-arrow {
25731
26319
  display: inline-block;
25732
26320
  width: 1rem;
25733
26321
  text-align: center;
25734
- margin-left: var(--gap-xs);
26322
+ margin-right: 0.5rem;
25735
26323
  cursor: pointer;
25736
26324
  }
25737
26325
 
@@ -25749,11 +26337,19 @@ readers do not read off random characters that represent icons */
25749
26337
  transform-origin: 50% 50%;
25750
26338
  }
25751
26339
 
26340
+ .amis-scope .a-Collapse-TplField {
26341
+ display: inline-block;
26342
+ }
26343
+
25752
26344
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
25753
26345
  transform: rotate(45deg);
25754
26346
  transform-origin: 0% 50%;
25755
26347
  }
25756
26348
 
26349
+ .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
26350
+ border-bottom: var(--Collapse-header-collapsed-border);
26351
+ }
26352
+
25757
26353
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
25758
26354
  cursor: pointer;
25759
26355
  user-select: none;
@@ -25764,6 +26360,12 @@ readers do not read off random characters that represent icons */
25764
26360
  color: var(--link-color);
25765
26361
  border-left: none;
25766
26362
  font-size: var(--fontSizeBase);
26363
+ border-top: var(--Collapse-header-collapsed-borderTop);
26364
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26365
+ }
26366
+
26367
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
26368
+ border-top: none;
25767
26369
  }
25768
26370
 
25769
26371
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -25778,16 +26380,23 @@ readers do not read off random characters that represent icons */
25778
26380
  transform-origin: 0% 50%;
25779
26381
  }
25780
26382
 
25781
- .amis-scope .a-Collapse-content {
26383
+ .amis-scope .a-Collapse-contentWrapper {
25782
26384
  transition: height var(--animation-duration) ease;
25783
26385
  }
25784
26386
 
25785
- .amis-scope .a-Collapse-content.in,
25786
- .amis-scope .a-Collapse-content.out {
26387
+ .amis-scope .a-Collapse-contentWrapper.in,
26388
+ .amis-scope .a-Collapse-contentWrapper.out {
25787
26389
  height: 0;
25788
26390
  overflow: hidden;
25789
26391
  }
25790
26392
 
26393
+ .amis-scope .a-Collapse-content {
26394
+ padding: var(--Collapse-content-padding);
26395
+ color: var(--body-color);
26396
+ font-size: var(--Collapse-content-fontSize);
26397
+ font-weight: var(--Collapse-content-fontWeight);
26398
+ }
26399
+
25791
26400
  .amis-scope .a-ColorField {
25792
26401
  display: inline-block;
25793
26402
  }
@@ -26829,6 +27438,20 @@ readers do not read off random characters that represent icons */
26829
27438
  text-align: center;
26830
27439
  }
26831
27440
 
27441
+ .amis-scope .a-Table-searchableForm {
27442
+ background: var(--Table-searchableForm-backgroundColor);
27443
+ border-radius: var(--Table-searchableForm-borderRadius);
27444
+ }
27445
+
27446
+ .amis-scope .a-Table-searchableForm-footer {
27447
+ padding: var(--Panel-footerPadding);
27448
+ clear: both;
27449
+ }
27450
+
27451
+ .amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
27452
+ padding-top: 0;
27453
+ }
27454
+
26832
27455
  .amis-scope .a-Table-header {
26833
27456
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
26834
27457
  }
@@ -26962,6 +27585,10 @@ readers do not read off random characters that represent icons */
26962
27585
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
26963
27586
  }
26964
27587
 
27588
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
27589
+ cursor: pointer;
27590
+ }
27591
+
26965
27592
  .amis-scope .a-Table-table > thead > tr > th {
26966
27593
  background: var(--Table-thead-bg);
26967
27594
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -27002,6 +27629,7 @@ readers do not read off random characters that represent icons */
27002
27629
  }
27003
27630
 
27004
27631
  .amis-scope .a-Table-table > tbody > tr {
27632
+ position: relative;
27005
27633
  background: transparent;
27006
27634
  }
27007
27635
 
@@ -28186,7 +28814,7 @@ readers do not read off random characters that represent icons */
28186
28814
  top: var(--Table-borderWidth);
28187
28815
  bottom: 0;
28188
28816
  right: 0;
28189
- padding-left: 3.125rem;
28817
+ padding-left: 5rem;
28190
28818
  padding-right: var(--TableCell-paddingX);
28191
28819
  display: flex;
28192
28820
  align-items: center;
@@ -28298,6 +28926,34 @@ readers do not read off random characters that represent icons */
28298
28926
  position: absolute;
28299
28927
  }
28300
28928
 
28929
+ .amis-scope .a-Table-badge {
28930
+ position: absolute;
28931
+ top: 0;
28932
+ left: 0;
28933
+ }
28934
+
28935
+ .amis-scope .a-Table--autoFillHeight {
28936
+ margin-bottom: 0;
28937
+ }
28938
+
28939
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
28940
+ border-top: none;
28941
+ }
28942
+
28943
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
28944
+ position: sticky;
28945
+ top: 0;
28946
+ z-index: 1;
28947
+ }
28948
+
28949
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
28950
+ display: none;
28951
+ }
28952
+
28953
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
28954
+ margin-bottom: 0;
28955
+ }
28956
+
28301
28957
  .amis-scope .a-InputTable-toolbar {
28302
28958
  display: flex;
28303
28959
  flex-direction: row;
@@ -28327,111 +28983,352 @@ readers do not read off random characters that represent icons */
28327
28983
  margin-right: 0.625rem;
28328
28984
  }
28329
28985
 
28330
- .amis-scope .a-List {
28986
+ .amis-scope .a-ColumnToggler {
28331
28987
  position: relative;
28988
+ display: inline-block;
28332
28989
  }
28333
28990
 
28334
- .amis-scope .a-List-items {
28335
- border-radius: var(--List-borderRadius);
28336
- border: var(--List-borderWidth) solid var(--List-borderColor);
28337
- background: var(--List-bg);
28338
- margin-bottom: var(--gap-sm);
28991
+ .amis-scope .a-ColumnToggler-caret {
28992
+ margin-left: var(--DropDown-caret-marginLeft);
28993
+ display: inline-block;
28994
+ vertical-align: top;
28995
+ transition: transform var(--animation-duration) ease;
28339
28996
  }
28340
28997
 
28341
- .amis-scope .a-List-toolbar {
28342
- display: flex;
28343
- flex-wrap: wrap;
28344
- margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
28998
+ .amis-scope .a-ColumnToggler-caret > svg {
28999
+ width: 0.625rem;
29000
+ height: 0.625rem;
29001
+ top: 0.125em;
28345
29002
  }
28346
29003
 
28347
- .amis-scope .a-List-toolbar::before,
28348
- .amis-scope .a-List-toolbar::after {
28349
- display: table;
28350
- content: "";
29004
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
29005
+ transform: rotate(180deg);
28351
29006
  }
28352
29007
 
28353
- .amis-scope .a-List-toolbar::after {
28354
- clear: both;
29008
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
29009
+ color: var(--link-color);
28355
29010
  }
28356
29011
 
28357
- .amis-scope .a-List-actions {
28358
- display: inline-block;
29012
+ .amis-scope .a-ColumnToggler--block {
29013
+ display: block;
28359
29014
  }
28360
29015
 
28361
- .amis-scope .a-List-actions > * {
28362
- margin-right: var(--Crud-toolbar-gap);
29016
+ .amis-scope .a-ColumnToggler--block .a-Button {
29017
+ display: block;
28363
29018
  }
28364
29019
 
28365
- .amis-scope .a-List-header {
28366
- padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
29020
+ .amis-scope .a-ColumnToggler-menu {
29021
+ position: absolute;
29022
+ z-index: 1000;
29023
+ top: 100%;
29024
+ left: 0;
29025
+ margin: 0.0625rem 0 0;
29026
+ background: var(--DropDown-menu-bg);
29027
+ list-style: none;
29028
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
29029
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
29030
+ border-radius: var(--DropDown-menu-borderRadius);
29031
+ box-shadow: var(--DropDown-menu-boxShadow);
29032
+ min-width: var(--DropDown-menu-minWidth);
29033
+ text-align: left;
28367
29034
  }
28368
29035
 
28369
- .amis-scope .a-List-header > * + .a-Button,
28370
- .amis-scope .a-List-header > * + .a-ButtonGroup,
28371
- .amis-scope .a-List-header > * + .a-ButtonToolbar {
28372
- margin-left: var(--Crud-toolbar-gap);
29036
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
29037
+ left: auto;
29038
+ right: 0;
28373
29039
  }
28374
29040
 
28375
- .amis-scope .a-List-header + .a-List-toolbar {
28376
- padding-top: 0;
29041
+ .amis-scope .a-ColumnToggler-menuItem,
29042
+ .amis-scope .a-ColumnToggler-menu > li {
29043
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
29044
+ white-space: nowrap;
29045
+ box-sizing: border-box;
29046
+ height: var(--DropDown-menu-height);
29047
+ vertical-align: middle;
29048
+ user-select: none;
29049
+ color: var(--link-color);
29050
+ text-decoration: var(--link-decoration);
28377
29051
  }
28378
29052
 
28379
- .amis-scope .a-List-heading {
28380
- padding: var(--gap-xs) 0;
29053
+ .amis-scope .a-ColumnToggler-menuItem:hover,
29054
+ .amis-scope .a-ColumnToggler-menu > li:hover {
29055
+ background: var(--DropDown-menuItem-onHover-bg);
29056
+ color: var(--DropDown-menuItem-onHover-color);
28381
29057
  }
28382
29058
 
28383
- .amis-scope .a-List-fixedTop {
28384
- position: absolute;
28385
- background: var(--white);
28386
- z-index: -1;
28387
- opacity: 0;
28388
- box-shadow: var(--List-fixedTop-boxShadow);
29059
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
29060
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
29061
+ color: var(--DropDown-menuItem-onActive-color);
28389
29062
  }
28390
29063
 
28391
- .amis-scope .a-List-fixedTop.in {
28392
- position: fixed;
28393
- opacity: 1;
28394
- z-index: 900;
29064
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
29065
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
29066
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
29067
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
29068
+ cursor: pointer;
28395
29069
  }
28396
29070
 
28397
- .amis-scope .a-List-fixedTop .a-Cards-toolbar {
28398
- margin-bottom: 0;
29071
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
29072
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
29073
+ cursor: not-allowed;
29074
+ color: var(--DropDown-menuItem-onDisabled-color);
29075
+ filter: grayscale(80%);
28399
29076
  }
28400
29077
 
28401
- .amis-scope .a-List-fixedTop:empty {
28402
- display: none;
29078
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
29079
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
29080
+ height: 0.0625rem;
29081
+ margin: 0.5625rem 0;
29082
+ overflow: hidden;
29083
+ background: var(--DropDown-menu-borderColor);
29084
+ padding: 0;
28403
29085
  }
28404
29086
 
28405
- .amis-scope .a-List--unsaved .a-List-heading {
28406
- background: var(--List--unsaved-heading-bg);
28407
- color: var(--List--unsaved-heading-color);
28408
- padding: var(--gap-xs) var(--gap-sm);
28409
- margin-bottom: var(--gap-sm);
29087
+ .amis-scope .a-ColumnToggler-menu > li a {
29088
+ color: inherit;
29089
+ display: block;
29090
+ text-decoration: none;
28410
29091
  }
28411
29092
 
28412
- .amis-scope .a-List-dragTip {
28413
- width: 100%;
28414
- color: var(--info);
28415
- clear: both;
28416
- margin-top: var(--gap-xs);
29093
+ .amis-scope .a-ColumnToggler-popover {
29094
+ border: none;
29095
+ box-shadow: none;
28417
29096
  }
28418
29097
 
28419
- .amis-scope .a-List-placeholder {
28420
- color: var(--text--muted-color);
28421
- text-align: center;
28422
- min-height: var(--List-placeholder-height);
28423
- line-height: var(--List-placeholder-height);
29098
+ .amis-scope .a-ColumnToggler > .a-Button {
29099
+ min-width: unset;
28424
29100
  }
28425
29101
 
28426
- .amis-scope .a-ListGroup {
28427
- max-width: 25rem;
29102
+ .amis-scope .a-ColumnToggler-modal {
28428
29103
  display: flex;
28429
- flex-direction: column;
29104
+ flex-flow: column nowrap;
29105
+ justify-content: space-between;
29106
+ align-items: center;
29107
+ width: 25rem;
29108
+ padding: var(--ColumnToggler-lineHeight);
29109
+ margin-top: calc(50vh - 100px);
29110
+ border-radius: var(--ColumnToggler-borderRadius);
29111
+ background: var(--ColumnToggler-backgroundColor);
29112
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
28430
29113
  }
28431
29114
 
28432
- .amis-scope .a-ListGroup-item {
28433
- position: relative;
28434
- display: block;
29115
+ .amis-scope .a-ColumnToggler-modal-header {
29116
+ width: 100%;
29117
+ display: flex;
29118
+ flex-flow: row nowrap;
29119
+ justify-content: space-between;
29120
+ align-items: center;
29121
+ }
29122
+
29123
+ .amis-scope .a-ColumnToggler-modal-header a,
29124
+ .amis-scope .a-ColumnToggler-modal-header span {
29125
+ display: inline-block;
29126
+ }
29127
+
29128
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
29129
+ opacity: 0.95;
29130
+ font-size: var(--fontSizeMd);
29131
+ color: var(--ColumnToggler-title-fontColor);
29132
+ line-height: var(--ColumnToggler-lineHeight);
29133
+ font-weight: bold;
29134
+ }
29135
+
29136
+ .amis-scope .a-ColumnToggler-modal-content {
29137
+ padding: 0;
29138
+ width: 100%;
29139
+ list-style: none;
29140
+ margin: 0.5rem 0;
29141
+ }
29142
+
29143
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
29144
+ color: var(--ColumnToggler-title-fontColor);
29145
+ background: var(--ColumnToggler-item-backgroundColor);
29146
+ border-radius: 0.125rem;
29147
+ font-size: var(--fontSizeSm);
29148
+ padding: 0.25rem 0.5rem;
29149
+ height: var(--ColumnToggler-lineHeight);
29150
+ width: calc((100% - 24px) / 3);
29151
+ float: left;
29152
+ margin: 0.25rem;
29153
+ text-overflow: ellipsis;
29154
+ white-space: nowrap;
29155
+ overflow: hidden;
29156
+ }
29157
+
29158
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
29159
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
29160
+ }
29161
+
29162
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
29163
+ border: 1px solid var(--link-color);
29164
+ }
29165
+
29166
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
29167
+ height: var(--fontSizeLg);
29168
+ width: var(--fontSizeLg);
29169
+ vertical-align: top;
29170
+ }
29171
+
29172
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
29173
+ margin-left: 0;
29174
+ margin-right: var(--gap-xs);
29175
+ cursor: move;
29176
+ color: #d8d8d8;
29177
+ }
29178
+
29179
+ .amis-scope .a-ColumnToggler-modal-footer {
29180
+ width: 100%;
29181
+ display: flex;
29182
+ flex-flow: row nowrap;
29183
+ justify-content: space-between;
29184
+ align-items: center;
29185
+ }
29186
+
29187
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
29188
+ color: var(--ColumnToggler-fontColor);
29189
+ font-size: var(--fontSizeSm);
29190
+ }
29191
+
29192
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
29193
+ color: var(--link-color);
29194
+ }
29195
+
29196
+ .amis-scope .a-ColumnToggler-modal-footer > div {
29197
+ display: flex;
29198
+ flex-flow: row nowrap;
29199
+ justify-content: space-between;
29200
+ align-items: center;
29201
+ }
29202
+
29203
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
29204
+ justify-content: flex-start;
29205
+ }
29206
+
29207
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
29208
+ display: inline-block;
29209
+ }
29210
+
29211
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
29212
+ justify-content: flex-end;
29213
+ }
29214
+
29215
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
29216
+ width: 72px;
29217
+ }
29218
+
29219
+ .amis-scope .a-ColumnToggler-tooltip {
29220
+ border: none;
29221
+ }
29222
+
29223
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
29224
+ border-top-color: transparent;
29225
+ }
29226
+
29227
+ .amis-scope .a-List {
29228
+ position: relative;
29229
+ }
29230
+
29231
+ .amis-scope .a-List-items {
29232
+ border-radius: var(--List-borderRadius);
29233
+ border: var(--List-borderWidth) solid var(--List-borderColor);
29234
+ background: var(--List-bg);
29235
+ margin-bottom: var(--gap-sm);
29236
+ }
29237
+
29238
+ .amis-scope .a-List-toolbar {
29239
+ display: flex;
29240
+ flex-wrap: wrap;
29241
+ margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
29242
+ }
29243
+
29244
+ .amis-scope .a-List-toolbar::before,
29245
+ .amis-scope .a-List-toolbar::after {
29246
+ display: table;
29247
+ content: "";
29248
+ }
29249
+
29250
+ .amis-scope .a-List-toolbar::after {
29251
+ clear: both;
29252
+ }
29253
+
29254
+ .amis-scope .a-List-actions {
29255
+ display: inline-block;
29256
+ }
29257
+
29258
+ .amis-scope .a-List-actions > * {
29259
+ margin-right: var(--Crud-toolbar-gap);
29260
+ }
29261
+
29262
+ .amis-scope .a-List-header {
29263
+ padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
29264
+ }
29265
+
29266
+ .amis-scope .a-List-header > * + .a-Button,
29267
+ .amis-scope .a-List-header > * + .a-ButtonGroup,
29268
+ .amis-scope .a-List-header > * + .a-ButtonToolbar {
29269
+ margin-left: var(--Crud-toolbar-gap);
29270
+ }
29271
+
29272
+ .amis-scope .a-List-header + .a-List-toolbar {
29273
+ padding-top: 0;
29274
+ }
29275
+
29276
+ .amis-scope .a-List-heading {
29277
+ padding: var(--gap-xs) 0;
29278
+ }
29279
+
29280
+ .amis-scope .a-List-fixedTop {
29281
+ position: absolute;
29282
+ background: var(--white);
29283
+ z-index: -1;
29284
+ opacity: 0;
29285
+ box-shadow: var(--List-fixedTop-boxShadow);
29286
+ }
29287
+
29288
+ .amis-scope .a-List-fixedTop.in {
29289
+ position: fixed;
29290
+ opacity: 1;
29291
+ z-index: 900;
29292
+ }
29293
+
29294
+ .amis-scope .a-List-fixedTop .a-Cards-toolbar {
29295
+ margin-bottom: 0;
29296
+ }
29297
+
29298
+ .amis-scope .a-List-fixedTop:empty {
29299
+ display: none;
29300
+ }
29301
+
29302
+ .amis-scope .a-List--unsaved .a-List-heading {
29303
+ background: var(--List--unsaved-heading-bg);
29304
+ color: var(--List--unsaved-heading-color);
29305
+ padding: var(--gap-xs) var(--gap-sm);
29306
+ margin-bottom: var(--gap-sm);
29307
+ }
29308
+
29309
+ .amis-scope .a-List-dragTip {
29310
+ width: 100%;
29311
+ color: var(--info);
29312
+ clear: both;
29313
+ margin-top: var(--gap-xs);
29314
+ }
29315
+
29316
+ .amis-scope .a-List-placeholder {
29317
+ color: var(--text--muted-color);
29318
+ text-align: center;
29319
+ min-height: var(--List-placeholder-height);
29320
+ line-height: var(--List-placeholder-height);
29321
+ }
29322
+
29323
+ .amis-scope .a-ListGroup {
29324
+ max-width: 25rem;
29325
+ display: flex;
29326
+ flex-direction: column;
29327
+ }
29328
+
29329
+ .amis-scope .a-ListGroup-item {
29330
+ position: relative;
29331
+ display: block;
28435
29332
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
28436
29333
  margin-bottom: -0.0625rem;
28437
29334
  background: var(--white);
@@ -28821,18 +29718,6 @@ readers do not read off random characters that represent icons */
28821
29718
  margin-top: var(--gap-xs);
28822
29719
  }
28823
29720
 
28824
- .amis-scope .a-Card-checkBtn {
28825
- position: absolute;
28826
- top: 0;
28827
- right: 0;
28828
- margin: var(--gap-sm);
28829
- z-index: 1;
28830
- }
28831
-
28832
- .amis-scope .a-Card-checkBtn .a-Checkbox {
28833
- margin-right: 0;
28834
- }
28835
-
28836
29721
  .amis-scope .a-Card-dragBtn {
28837
29722
  cursor: pointer;
28838
29723
  float: right;
@@ -28840,7 +29725,8 @@ readers do not read off random characters that represent icons */
28840
29725
  }
28841
29726
 
28842
29727
  .amis-scope .a-Card-heading {
28843
- overflow: hidden;
29728
+ display: flex;
29729
+ flex-direction: row;
28844
29730
  padding: var(--gap-sm) var(--gap-base);
28845
29731
  flex: 1 0 auto;
28846
29732
  }
@@ -28872,12 +29758,17 @@ readers do not read off random characters that represent icons */
28872
29758
 
28873
29759
  .amis-scope .a-Card-meta {
28874
29760
  display: block;
29761
+ flex-grow: 1;
28875
29762
  height: 100%;
28876
- overflow: hidden;
28877
29763
  position: relative;
28878
29764
  margin-right: var(--gap-md);
28879
29765
  }
28880
29766
 
29767
+ .amis-scope .a-Card-toolbar {
29768
+ margin-right: calc(-1 * var(--gap-base));
29769
+ text-align: right;
29770
+ }
29771
+
28881
29772
  .amis-scope .a-Card-highlight {
28882
29773
  background: var(--success);
28883
29774
  width: 0.5rem;
@@ -29127,6 +30018,7 @@ readers do not read off random characters that represent icons */
29127
30018
  height: 10px;
29128
30019
  background: #ebebeb;
29129
30020
  overflow: hidden;
30021
+ border-radius: var(--Progress-borderRadius);
29130
30022
  }
29131
30023
 
29132
30024
  .amis-scope .a-Progress-bar {
@@ -29139,6 +30031,7 @@ readers do not read off random characters that represent icons */
29139
30031
  text-align: center;
29140
30032
  background: var(--primary);
29141
30033
  transition: width var(--animation-duration) ease;
30034
+ border-radius: var(--Progress-borderRadius);
29142
30035
  }
29143
30036
 
29144
30037
  .amis-scope .a-Progress-bar--stripe {
@@ -29364,7 +30257,7 @@ readers do not read off random characters that represent icons */
29364
30257
 
29365
30258
  .amis-scope .a-StatusField-label {
29366
30259
  font-size: var(--fontSizeSm);
29367
- margin-left: var(--gap-sm);
30260
+ margin-left: var(--gap-xs);
29368
30261
  }
29369
30262
 
29370
30263
  @keyframes animation-rolling_red {
@@ -29860,7 +30753,7 @@ readers do not read off random characters that represent icons */
29860
30753
  }
29861
30754
 
29862
30755
  .amis-scope .a-ImageGallery-item.is-active {
29863
- border: 1px solid #108cee;
30756
+ border: 1px solid var(--primary);
29864
30757
  }
29865
30758
 
29866
30759
  .amis-scope .a-ImageGallery-item.is-active:after {
@@ -29889,6 +30782,7 @@ readers do not read off random characters that represent icons */
29889
30782
 
29890
30783
  .amis-scope .a-Image-thumbWrap {
29891
30784
  position: relative;
30785
+ height: 100%;
29892
30786
  }
29893
30787
 
29894
30788
  .amis-scope .a-Image-image {
@@ -30004,7 +30898,7 @@ readers do not read off random characters that represent icons */
30004
30898
  }
30005
30899
 
30006
30900
  .amis-scope .a-Image-overlay {
30007
- background: rgba(0, 0, 0, 0.6);
30901
+ background: rgba(8, 14, 26, 0.5);
30008
30902
  position: absolute;
30009
30903
  width: 100%;
30010
30904
  height: 100%;
@@ -30636,7 +31530,7 @@ readers do not read off random characters that represent icons */
30636
31530
  height: 1px;
30637
31531
  left: 100%;
30638
31532
  width: 9999px;
30639
- padding-right: 10px;
31533
+ padding-right: 0.625rem;
30640
31534
  background-color: var(--Steps-line-bg);
30641
31535
  }
30642
31536
 
@@ -30724,6 +31618,49 @@ readers do not read off random characters that represent icons */
30724
31618
  border: 1px solid var(--Steps-status-success);
30725
31619
  }
30726
31620
 
31621
+ .amis-scope .a-Portlet {
31622
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31623
+ border-radius: var(--Portlet-borderRadius);
31624
+ padding: var(--gap-base);
31625
+ }
31626
+
31627
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
31628
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31629
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31630
+ border: none !important;
31631
+ color: inherit !important;
31632
+ cursor: auto !important;
31633
+ }
31634
+
31635
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
31636
+ border-bottom: none;
31637
+ }
31638
+
31639
+ .amis-scope .a-Portlet .a-Tabs-pane {
31640
+ padding: unset;
31641
+ }
31642
+
31643
+ .amis-scope .a-Portlet-toolbar {
31644
+ display: inline-flex;
31645
+ float: right;
31646
+ justify-content: flex-end;
31647
+ }
31648
+
31649
+ .amis-scope .a-Portlet-toolbar .a-Button {
31650
+ margin-left: calc(var(--gap-xs));
31651
+ }
31652
+
31653
+ .amis-scope .a-Portlet-header-desc {
31654
+ height: 100%;
31655
+ overflow: hidden;
31656
+ position: relative;
31657
+ margin-left: var(--gap-base);
31658
+ }
31659
+
31660
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
31661
+ display: none;
31662
+ }
31663
+
30727
31664
  .amis-scope fieldset.a-Collapse--lg,
30728
31665
  .amis-scope fieldset.a-Collapse--md,
30729
31666
  .amis-scope fieldset.a-Collapse--base,
@@ -30782,11 +31719,14 @@ readers do not read off random characters that represent icons */
30782
31719
  margin: var(--gap-base) 0;
30783
31720
  padding: 0 0 0 14px;
30784
31721
  cursor: pointer;
30785
- border-bottom: 0;
31722
+ border-bottom: none !important;
31723
+ background: transparent;
30786
31724
  display: flex;
30787
31725
  flex-direction: row;
30788
- justify-content: space-between;
30789
- width: 100%;
31726
+ }
31727
+
31728
+ .amis-scope fieldset.a-Collapse > legend:hover {
31729
+ background: transparent;
30790
31730
  }
30791
31731
 
30792
31732
  .amis-scope fieldset.a-Collapse--xs {
@@ -30873,6 +31813,10 @@ readers do not read off random characters that represent icons */
30873
31813
  margin-bottom: var(--Form-item-gap);
30874
31814
  }
30875
31815
 
31816
+ .amis-scope .a-Form-group:last-child {
31817
+ margin-bottom: 0;
31818
+ }
31819
+
30876
31820
  .amis-scope .a-Form-value > .a-Form-group {
30877
31821
  margin-bottom: var(--Form-input-marginBottom);
30878
31822
  }
@@ -31516,6 +32460,14 @@ readers do not read off random characters that represent icons */
31516
32460
  color: var(--danger);
31517
32461
  }
31518
32462
 
32463
+ .amis-scope .a-TextControl-input:hover {
32464
+ border-color: var(--Form-input-onHover-borderColor);
32465
+ }
32466
+
32467
+ .amis-scope .a-TextControl.is-disabled-input input {
32468
+ color: var(--Form-input-onDisabled-color);
32469
+ }
32470
+
31519
32471
  .amis-scope .a-TextareaControl {
31520
32472
  position: relative;
31521
32473
  }
@@ -31547,12 +32499,21 @@ readers do not read off random characters that represent icons */
31547
32499
  color: var(--Form-input-placeholderColor);
31548
32500
  }
31549
32501
 
32502
+ .amis-scope .a-TextareaControl > textarea:hover {
32503
+ border-color: var(--Form-input-onHover-borderColor);
32504
+ }
32505
+
31550
32506
  .amis-scope .a-TextareaControl > textarea:focus,
31551
32507
  .amis-scope .a-TextareaControl.is-focused > textarea {
31552
32508
  border-color: var(--Form-input-onFocused-borderColor);
31553
32509
  box-shadow: var(--Form-input-boxShadow);
31554
32510
  }
31555
32511
 
32512
+ .amis-scope .a-TextareaControl > textarea:focus:hover,
32513
+ .amis-scope .a-TextareaControl.is-focused > textarea:hover {
32514
+ border-color: var(--Form-input-onFocused-borderColor);
32515
+ }
32516
+
31556
32517
  .amis-scope .a-TextareaControl.is-disabled > textarea,
31557
32518
  .amis-scope .a-TextareaControl > textarea[disabled] {
31558
32519
  background: #e5e7eb;
@@ -31849,7 +32810,7 @@ readers do not read off random characters that represent icons */
31849
32810
  color: #999;
31850
32811
  }
31851
32812
 
31852
- .amis-scope .a-Checkboxes > .a-Checkbox {
32813
+ .amis-scope .a-Selection > .a-Checkbox {
31853
32814
  display: block;
31854
32815
  height: var(--Form-input-height);
31855
32816
  line-height: var(--Form-input-lineHeight);
@@ -31857,43 +32818,36 @@ readers do not read off random characters that represent icons */
31857
32818
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
31858
32819
  }
31859
32820
 
31860
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
32821
+ .amis-scope .a-Selection--inline > .a-Checkbox {
31861
32822
  display: inline-block;
31862
32823
  }
31863
32824
 
31864
- .amis-scope .a-Checkboxes-addBtn {
32825
+ .amis-scope .a-Selection-addBtn {
31865
32826
  display: block;
31866
32827
  cursor: pointer;
31867
32828
  }
31868
32829
 
31869
- .amis-scope .a-Checkboxes-addBtn:hover {
32830
+ .amis-scope .a-Selection-addBtn:hover {
31870
32831
  text-decoration: none;
31871
32832
  }
31872
32833
 
31873
- .amis-scope .a-Checkboxes-addBtn > svg {
32834
+ .amis-scope .a-Selection-addBtn > svg {
31874
32835
  width: 0.875rem;
31875
32836
  height: 0.875rem;
31876
32837
  margin-right: var(--Checkbox-gap);
31877
32838
  }
31878
32839
 
31879
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31880
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
31881
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31882
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
32840
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
31883
32841
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
31884
32842
  }
31885
32843
 
31886
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
31887
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
31888
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
31889
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
32844
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
31890
32845
  font-size: var(--fontSizeSm);
31891
32846
  padding: var(--gap-xs) var(--gap-xs);
31892
32847
  color: var(--text--muted-color);
31893
32848
  }
31894
32849
 
31895
- .amis-scope .a-ListCheckboxes-item,
31896
- .amis-scope .a-ListRadios-item {
32850
+ .amis-scope .a-GroupedSelection-item {
31897
32851
  display: flex;
31898
32852
  height: var(--Form-input-height);
31899
32853
  line-height: var(--Form-input-lineHeight);
@@ -31904,51 +32858,37 @@ readers do not read off random characters that represent icons */
31904
32858
  user-select: none;
31905
32859
  }
31906
32860
 
31907
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
31908
- .amis-scope .a-ListRadios-item > .a-Checkbox {
32861
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
31909
32862
  margin-right: 0;
31910
32863
  }
31911
32864
 
31912
- .amis-scope .a-ListCheckboxes-item.is-active,
31913
- .amis-scope .a-ListRadios-item.is-active {
32865
+ .amis-scope .a-GroupedSelection-item.is-active {
31914
32866
  color: var(--Form-select-menu-onActive-color);
31915
32867
  background: var(--Form-select-menu-onActive-bg);
31916
32868
  }
31917
32869
 
31918
- .amis-scope .a-ListCheckboxes-item:hover,
31919
- .amis-scope .a-ListRadios-item:hover {
32870
+ .amis-scope .a-GroupedSelection-item:hover {
31920
32871
  background: var(--Tree-item-onHover-bg);
31921
32872
  }
31922
32873
 
31923
- .amis-scope .a-ListCheckboxes-item.is-disabled,
31924
- .amis-scope .a-ListRadios-item.is-disabled {
32874
+ .amis-scope .a-GroupedSelection-item.is-disabled {
31925
32875
  pointer-events: none;
31926
32876
  color: var(--text--muted-color);
31927
32877
  }
31928
32878
 
31929
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31930
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31931
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31932
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
31933
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31934
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31935
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31936
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
32879
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
31937
32880
  padding-left: var(--gap-base);
31938
32881
  }
31939
32882
 
31940
- .amis-scope .a-ListCheckboxes-itemLabel,
31941
- .amis-scope .a-ListRadios-itemLabel {
32883
+ .amis-scope .a-GroupedSelection-itemLabel {
31942
32884
  flex-grow: 1;
31943
32885
  }
31944
32886
 
31945
- .amis-scope .a-ListCheckboxes-itemLabel span,
31946
- .amis-scope .a-ListRadios-itemLabel span {
32887
+ .amis-scope .a-GroupedSelection-itemLabel span {
31947
32888
  white-space: nowrap;
31948
32889
  }
31949
32890
 
31950
- .amis-scope .a-ListCheckboxes-placeholder,
31951
- .amis-scope .a-ListRadios-placeholder {
32891
+ .amis-scope .a-GroupedSelection-placeholder {
31952
32892
  height: var(--Form-input-height);
31953
32893
  line-height: var(--Form-input-lineHeight);
31954
32894
  font-size: var(--Form-input-fontSize);
@@ -31956,52 +32896,54 @@ readers do not read off random characters that represent icons */
31956
32896
  color: var(--text--muted-color);
31957
32897
  }
31958
32898
 
31959
- .amis-scope .a-TableCheckboxes .a-Table-content {
32899
+ .amis-scope .a-TableSelection .a-Table-content {
31960
32900
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
31961
32901
  }
31962
32902
 
31963
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
31964
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
32903
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
32904
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
31965
32905
  font-size: var(--fontSizeSm);
31966
32906
  padding-top: var(--gap-xs);
31967
32907
  padding-bottom: 0.375rem;
31968
32908
  vertical-align: middle;
31969
32909
  }
31970
32910
 
31971
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
32911
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
31972
32912
  padding-top: 0.375rem;
31973
32913
  }
31974
32914
 
31975
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
31976
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
32915
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
32916
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
31977
32917
  padding-left: 0.625rem;
31978
32918
  padding-right: 0;
31979
32919
  }
31980
32920
 
31981
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
31982
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
32921
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
32922
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
31983
32923
  padding-right: var(--gap-md);
31984
32924
  }
31985
32925
 
31986
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
32926
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
31987
32927
  cursor: pointer;
31988
32928
  }
31989
32929
 
31990
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
31991
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
32930
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
32931
+ color: var(--Form-select-menu-onActive-color);
32932
+ background: var(--Form-select-menu-onActive-bg);
32933
+ }
32934
+
32935
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
31992
32936
  color: var(--icon-color);
31993
32937
  margin-right: 5px;
31994
32938
  }
31995
32939
 
31996
- .amis-scope .a-TreeCheckboxes-sublist,
31997
- .amis-scope .a-TreeRadios-sublist {
32940
+ .amis-scope .a-TreeSelection-sublist {
31998
32941
  position: relative;
31999
32942
  margin: 0 0 0 2.1875rem;
32000
32943
  display: none;
32001
32944
  }
32002
32945
 
32003
- .amis-scope .a-TreeCheckboxes-sublist:before,
32004
- .amis-scope .a-TreeRadios-sublist:before {
32946
+ .amis-scope .a-TreeSelection-sublist:before {
32005
32947
  width: 1px;
32006
32948
  content: "";
32007
32949
  display: block;
@@ -32012,29 +32954,19 @@ readers do not read off random characters that represent icons */
32012
32954
  border-left: dashed 1px var(--icon-color);
32013
32955
  }
32014
32956
 
32015
- .amis-scope .a-TreeCheckboxes-item,
32016
- .amis-scope .a-TreeRadios-item {
32957
+ .amis-scope .a-TreeSelection-item {
32017
32958
  position: relative;
32018
32959
  }
32019
32960
 
32020
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
32021
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
32022
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
32023
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
32961
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
32024
32962
  display: block;
32025
32963
  }
32026
32964
 
32027
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32028
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
32029
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
32030
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
32965
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
32031
32966
  bottom: 0;
32032
32967
  }
32033
32968
 
32034
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
32035
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
32036
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
32037
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
32969
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
32038
32970
  height: 1px;
32039
32971
  content: "";
32040
32972
  display: block;
@@ -32045,8 +32977,7 @@ readers do not read off random characters that represent icons */
32045
32977
  border-top: dashed 1px var(--icon-color);
32046
32978
  }
32047
32979
 
32048
- .amis-scope .a-TreeCheckboxes-itemInner,
32049
- .amis-scope .a-TreeRadios-itemInner {
32980
+ .amis-scope .a-TreeSelection-itemInner {
32050
32981
  display: flex;
32051
32982
  align-items: center;
32052
32983
  height: var(--Form-input-height);
@@ -32059,20 +32990,17 @@ readers do not read off random characters that represent icons */
32059
32990
  position: relative;
32060
32991
  }
32061
32992
 
32062
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
32063
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
32993
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
32064
32994
  margin-right: 0;
32065
32995
  margin-left: var(--gap-sm);
32066
32996
  }
32067
32997
 
32068
- .amis-scope .a-TreeCheckboxes-itemInner > *,
32069
- .amis-scope .a-TreeRadios-itemInner > * {
32998
+ .amis-scope .a-TreeSelection-itemInner > * {
32070
32999
  position: relative;
32071
33000
  z-index: 2;
32072
33001
  }
32073
33002
 
32074
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
32075
- .amis-scope .a-TreeRadios-itemInner:hover:after {
33003
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
32076
33004
  position: absolute;
32077
33005
  content: "";
32078
33006
  z-index: 1;
@@ -32083,24 +33011,20 @@ readers do not read off random characters that represent icons */
32083
33011
  background: var(--Tree-item-onHover-bg);
32084
33012
  }
32085
33013
 
32086
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
32087
- .amis-scope .a-TreeRadios-itemInner.is-active {
33014
+ .amis-scope .a-TreeSelection-itemInner.is-active {
32088
33015
  color: var(--Form-select-menu-onActive-color);
32089
33016
  }
32090
33017
 
32091
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
32092
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
33018
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
32093
33019
  pointer-events: none;
32094
33020
  color: var(--text--muted-color);
32095
33021
  }
32096
33022
 
32097
- .amis-scope .a-TreeCheckboxes-itemLabel,
32098
- .amis-scope .a-TreeRadios-itemLabel {
33023
+ .amis-scope .a-TreeSelection-itemLabel {
32099
33024
  flex-grow: 1;
32100
33025
  }
32101
33026
 
32102
- .amis-scope .a-TreeCheckboxes-placeholder,
32103
- .amis-scope .a-TreeRadios-placeholder {
33027
+ .amis-scope .a-TreeSelection-placeholder {
32104
33028
  height: var(--Form-input-height);
32105
33029
  line-height: var(--Form-input-lineHeight);
32106
33030
  font-size: var(--Form-input-fontSize);
@@ -32108,27 +33032,27 @@ readers do not read off random characters that represent icons */
32108
33032
  color: var(--text--muted-color);
32109
33033
  }
32110
33034
 
32111
- .amis-scope .a-ChainedCheckboxes {
33035
+ .amis-scope .a-ChainedSelection {
32112
33036
  display: flex;
32113
33037
  flex-direction: row;
32114
33038
  }
32115
33039
 
32116
- .amis-scope .a-ChainedCheckboxes-col {
33040
+ .amis-scope .a-ChainedSelection-col {
32117
33041
  flex-grow: 1;
32118
33042
  min-width: 150px;
32119
33043
  }
32120
33044
 
32121
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
33045
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
32122
33046
  border-right: 1px solid var(--borderColor);
32123
33047
  }
32124
33048
 
32125
- .amis-scope .a-ChainedCheckboxes-subTitle {
33049
+ .amis-scope .a-ChainedSelection-subTitle {
32126
33050
  font-size: var(--fontSizeSm);
32127
33051
  padding: var(--gap-xs) var(--gap-xs);
32128
33052
  color: var(--text--muted-color);
32129
33053
  }
32130
33054
 
32131
- .amis-scope .a-ChainedCheckboxes-item {
33055
+ .amis-scope .a-ChainedSelection-item {
32132
33056
  display: flex;
32133
33057
  height: var(--Form-input-height);
32134
33058
  line-height: var(--Form-input-lineHeight);
@@ -32139,29 +33063,29 @@ readers do not read off random characters that represent icons */
32139
33063
  user-select: none;
32140
33064
  }
32141
33065
 
32142
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
33066
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
32143
33067
  margin-right: 0;
32144
33068
  }
32145
33069
 
32146
- .amis-scope .a-ChainedCheckboxes-item.is-active {
33070
+ .amis-scope .a-ChainedSelection-item.is-active {
32147
33071
  color: var(--Form-select-menu-onActive-color);
32148
33072
  background: var(--Form-select-menu-onActive-bg);
32149
33073
  }
32150
33074
 
32151
- .amis-scope .a-ChainedCheckboxes-item:hover {
33075
+ .amis-scope .a-ChainedSelection-item:hover {
32152
33076
  background: var(--Tree-item-onHover-bg);
32153
33077
  }
32154
33078
 
32155
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
33079
+ .amis-scope .a-ChainedSelection-item.is-disabled {
32156
33080
  pointer-events: none;
32157
33081
  color: var(--text--muted-color);
32158
33082
  }
32159
33083
 
32160
- .amis-scope .a-ChainedCheckboxes-itemLabel {
33084
+ .amis-scope .a-ChainedSelection-itemLabel {
32161
33085
  flex-grow: 1;
32162
33086
  }
32163
33087
 
32164
- .amis-scope .a-ChainedCheckboxes-placeholder {
33088
+ .amis-scope .a-ChainedSelection-placeholder {
32165
33089
  height: var(--Form-input-height);
32166
33090
  line-height: var(--Form-input-lineHeight);
32167
33091
  font-size: var(--Form-input-fontSize);
@@ -32169,34 +33093,35 @@ readers do not read off random characters that represent icons */
32169
33093
  color: var(--text--muted-color);
32170
33094
  }
32171
33095
 
32172
- .amis-scope .a-AssociatedCheckboxes {
33096
+ .amis-scope .a-AssociatedSelection {
32173
33097
  display: flex;
32174
33098
  flex-direction: row;
32175
33099
  }
32176
33100
 
32177
- .amis-scope .a-AssociatedCheckboxes-left,
32178
- .amis-scope .a-AssociatedCheckboxes-right {
33101
+ .amis-scope .a-AssociatedSelection-left,
33102
+ .amis-scope .a-AssociatedSelection-right {
32179
33103
  flex-grow: 1;
32180
33104
  width: 0;
32181
- height: 10.9375rem;
33105
+ min-height: 12.5rem;
33106
+ max-height: 25rem;
32182
33107
  overflow: auto;
32183
33108
  }
32184
33109
 
32185
- .amis-scope .a-AssociatedCheckboxes-left {
33110
+ .amis-scope .a-AssociatedSelection-left {
32186
33111
  border-right: 1px solid var(--borderColor);
32187
33112
  }
32188
33113
 
32189
- .amis-scope .a-AssociatedCheckboxes-reload {
33114
+ .amis-scope .a-AssociatedSelection-reload {
32190
33115
  text-align: center;
32191
33116
  color: var(--info);
32192
33117
  margin: 20px 0 0;
32193
33118
  }
32194
33119
 
32195
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
33120
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
32196
33121
  cursor: pointer;
32197
33122
  }
32198
33123
 
32199
- .amis-scope .a-AssociatedCheckboxes-box {
33124
+ .amis-scope .a-AssociatedSelection-box {
32200
33125
  line-height: var(--Form-input-lineHeight);
32201
33126
  font-size: var(--fontSizeSm);
32202
33127
  color: var(--text--muted-color);
@@ -32208,7 +33133,7 @@ readers do not read off random characters that represent icons */
32208
33133
  height: 100%;
32209
33134
  }
32210
33135
 
32211
- .amis-scope .a-AssociatedCheckboxes-box > p {
33136
+ .amis-scope .a-AssociatedSelection-box > p {
32212
33137
  text-align: center;
32213
33138
  margin: 10px 0 20px;
32214
33139
  color: var(--text--muted-color);
@@ -32945,6 +33870,7 @@ readers do not read off random characters that represent icons */
32945
33870
  color: var(--ListControl-item-color);
32946
33871
  transition: var(--ListControl-item-transition);
32947
33872
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
33873
+ border-radius: var(--ListControl-item-borderRadius);
32948
33874
  }
32949
33875
 
32950
33876
  .amis-scope .a-ListControl-item:not(.is-disabled) {
@@ -33056,7 +33982,7 @@ readers do not read off random characters that represent icons */
33056
33982
  white-space: nowrap;
33057
33983
  color: var(--DatePicker-color);
33058
33984
  background: var(--DatePicker-bg);
33059
- border-radius: var(--DatePicker-borderRadius);
33985
+ border-radius: var(--LocationPicker-borderRadius);
33060
33986
  }
33061
33987
 
33062
33988
  .amis-scope .a-LocationPicker:not(.is-disabled) {
@@ -33208,6 +34134,7 @@ readers do not read off random characters that represent icons */
33208
34134
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
33209
34135
  background: var(--ColorPicker-bg);
33210
34136
  color: var(--ColorPicker-color);
34137
+ border-radius: var(--borderRadius);
33211
34138
  }
33212
34139
 
33213
34140
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -33369,6 +34296,8 @@ readers do not read off random characters that represent icons */
33369
34296
  .amis-scope .a-DatePicker-toggler {
33370
34297
  cursor: pointer;
33371
34298
  color: var(--DatePicker-iconColor);
34299
+ display: inline-flex;
34300
+ align-items: center;
33372
34301
  }
33373
34302
 
33374
34303
  .amis-scope .a-DatePicker-toggler:hover {
@@ -33662,6 +34591,12 @@ readers do not read off random characters that represent icons */
33662
34591
  border-color: var(--Calendar-btn-onHover-border);
33663
34592
  }
33664
34593
 
34594
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
34595
+ color: var(--Calendar-btn-onActive-color);
34596
+ background: var(--Calendar-btn-onActive-bg);
34597
+ border-color: var(--Calendar-btn-onActive-border);
34598
+ }
34599
+
33665
34600
  .amis-scope .rdtBtn:hover:focus {
33666
34601
  box-shadow: var(--Button-boxShadow);
33667
34602
  }
@@ -33684,6 +34619,12 @@ readers do not read off random characters that represent icons */
33684
34619
  border-color: var(--Calendar-btnCancel-onHover-border);
33685
34620
  }
33686
34621
 
34622
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
34623
+ color: var(--Calendar-btnCancel-onActive-color);
34624
+ background: var(--Calendar-btnCancel-onActive-bg);
34625
+ border-color: var(--Calendar-btnCancel-onActive-border);
34626
+ }
34627
+
33687
34628
  .amis-scope .rdtBtnCancel:hover:focus {
33688
34629
  box-shadow: var(--Button-boxShadow);
33689
34630
  }
@@ -33875,6 +34816,8 @@ readers do not read off random characters that represent icons */
33875
34816
  .amis-scope .a-DateRangePicker-toggler {
33876
34817
  cursor: pointer;
33877
34818
  color: var(--DatePicker-iconColor);
34819
+ display: inline-flex;
34820
+ align-items: center;
33878
34821
  }
33879
34822
 
33880
34823
  .amis-scope .a-DateRangePicker-toggler:hover {
@@ -33990,9 +34933,11 @@ readers do not read off random characters that represent icons */
33990
34933
  width: 7.5rem;
33991
34934
  height: 7.5rem;
33992
34935
  display: inline-flex;
34936
+ flex-direction: column;
33993
34937
  justify-content: center;
33994
34938
  align-items: center;
33995
34939
  border: var(--borderWidth) solid var(--borderColor);
34940
+ border-radius: var(--ImageControl-addBtn-borderRadius);
33996
34941
  cursor: pointer;
33997
34942
  margin-right: var(--gap-base);
33998
34943
  color: var(--ImageControl-addBtn-color);
@@ -34008,14 +34953,21 @@ readers do not read off random characters that represent icons */
34008
34953
  border-color: var(--ImageControl-addBtn-onHover-border);
34009
34954
  }
34010
34955
 
34956
+ .amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
34957
+ color: var(--ImageControl-addBtn-onActive-color);
34958
+ background: var(--ImageControl-addBtn-onActive-bg);
34959
+ border-color: var(--ImageControl-addBtn-onActive-border);
34960
+ }
34961
+
34011
34962
  .amis-scope .a-ImageControl-addBtn:hover:focus {
34012
34963
  box-shadow: var(--Button-boxShadow);
34013
34964
  }
34014
34965
 
34015
34966
  .amis-scope .a-ImageControl-addBtn > svg {
34016
- width: 2.5rem;
34017
- height: 2.5rem;
34967
+ width: 1.5rem;
34968
+ height: 1.5rem;
34018
34969
  top: 0;
34970
+ margin-bottom: 0.5rem;
34019
34971
  }
34020
34972
 
34021
34973
  .amis-scope .a-ImageControl-addBtn.is-disabled {
@@ -34053,6 +35005,7 @@ readers do not read off random characters that represent icons */
34053
35005
 
34054
35006
  .amis-scope .a-ImageControl-item {
34055
35007
  border: var(--borderWidth) solid var(--borderColor);
35008
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34056
35009
  vertical-align: top;
34057
35010
  padding: var(--gap-xs);
34058
35011
  display: inline-block;
@@ -34110,6 +35063,7 @@ readers do not read off random characters that represent icons */
34110
35063
 
34111
35064
  .amis-scope .a-ImageControl-progressValue {
34112
35065
  height: 5px;
35066
+ border-radius: var(--ImageControl-progress-borderRadius);
34113
35067
  display: block;
34114
35068
  background: var(--info);
34115
35069
  min-width: 10%;
@@ -34219,13 +35173,13 @@ readers do not read off random characters that represent icons */
34219
35173
  }
34220
35174
 
34221
35175
  .amis-scope .a-FileControl-selectBtn {
34222
- width: 7.5rem;
35176
+ display: flex;
35177
+ align-items: center;
34223
35178
  }
34224
35179
 
34225
35180
  .amis-scope .a-FileControl-selectBtn > svg {
34226
- margin-right: 10px;
34227
- width: pxrem(16px);
34228
- height: pxrem(16px);
35181
+ width: 0.875rem;
35182
+ height: 0.875rem;
34229
35183
  }
34230
35184
 
34231
35185
  .amis-scope .a-FileControl-description {
@@ -34337,6 +35291,7 @@ readers do not read off random characters that represent icons */
34337
35291
  .amis-scope .a-FileControl-progress > span {
34338
35292
  display: block;
34339
35293
  background: var(--info);
35294
+ border-radius: var(--FileControl-progress-borderRadius);
34340
35295
  height: 100%;
34341
35296
  min-width: 10%;
34342
35297
  transition: ease-out width var(--animation-duration);
@@ -35290,6 +36245,17 @@ readers do not read off random characters that represent icons */
35290
36245
  margin-left: var(--Combo-addBtn-paddingX);
35291
36246
  }
35292
36247
 
36248
+ .amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
36249
+ .amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
36250
+ .amis-scope .a-Combo-addBtn > .pull-left {
36251
+ margin-right: var(--Combo-addBtn-paddingX);
36252
+ }
36253
+
36254
+ .amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
36255
+ .amis-scope .a-Combo-addBtn > .pull-right {
36256
+ margin-left: var(--Combo-addBtn-paddingX);
36257
+ }
36258
+
35293
36259
  .amis-scope .a-Combo-addBtn img.a-Button-icon {
35294
36260
  height: var(--Button-fontSize);
35295
36261
  vertical-align: middle;
@@ -35301,6 +36267,12 @@ readers do not read off random characters that represent icons */
35301
36267
  border-color: var(--Combo-addBtn-onHover-border);
35302
36268
  }
35303
36269
 
36270
+ .amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
36271
+ color: var(--Combo-addBtn-onActive-color);
36272
+ background: var(--Combo-addBtn-onActive-bg);
36273
+ border-color: var(--Combo-addBtn-onActive-border);
36274
+ }
36275
+
35304
36276
  .amis-scope .a-Combo-addBtn:hover:focus {
35305
36277
  box-shadow: var(--Button-boxShadow);
35306
36278
  }
@@ -35971,6 +36943,17 @@ readers do not read off random characters that represent icons */
35971
36943
  margin-left: var(--TagControl-sugBtn-paddingX);
35972
36944
  }
35973
36945
 
36946
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
36947
+ .amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
36948
+ .amis-scope .a-TagControl-sugItem > .pull-left {
36949
+ margin-right: var(--TagControl-sugBtn-paddingX);
36950
+ }
36951
+
36952
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
36953
+ .amis-scope .a-TagControl-sugItem > .pull-right {
36954
+ margin-left: var(--TagControl-sugBtn-paddingX);
36955
+ }
36956
+
35974
36957
  .amis-scope .a-TagControl-sugItem img.a-Button-icon {
35975
36958
  height: var(--Button-fontSize);
35976
36959
  vertical-align: middle;
@@ -35982,6 +36965,12 @@ readers do not read off random characters that represent icons */
35982
36965
  border-color: var(--TagControl-sugBtn-onHover-border);
35983
36966
  }
35984
36967
 
36968
+ .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
36969
+ color: var(--TagControl-sugBtn-onActive-color);
36970
+ background: var(--TagControl-sugBtn-onActive-bg);
36971
+ border-color: var(--TagControl-sugBtn-onActive-border);
36972
+ }
36973
+
35985
36974
  .amis-scope .a-TagControl-sugItem:hover:focus {
35986
36975
  box-shadow: var(--Button-boxShadow);
35987
36976
  }
@@ -36059,6 +37048,7 @@ readers do not read off random characters that represent icons */
36059
37048
  font-size: var(--Form-input-fontSize);
36060
37049
  padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36061
37050
  flex-direction: row;
37051
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
36062
37052
  }
36063
37053
 
36064
37054
  .amis-scope .a-Transfer-title--light {
@@ -36078,21 +37068,22 @@ readers do not read off random characters that represent icons */
36078
37068
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
36079
37069
  display: flex;
36080
37070
  flex-direction: column;
37071
+ border-radius: var(--borderRadius);
36081
37072
  }
36082
37073
 
36083
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
36084
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
37074
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
37075
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
36085
37076
  flex-grow: 1;
36086
37077
  max-height: 100%;
36087
37078
  overflow: auto;
36088
37079
  position: relative;
36089
37080
  }
36090
37081
 
36091
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
37082
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
36092
37083
  border-top: 1px solid var(--borderColor);
36093
37084
  }
36094
37085
 
36095
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
37086
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
36096
37087
  height: 100%;
36097
37088
  display: flex;
36098
37089
  align-items: center;
@@ -36140,13 +37131,29 @@ readers do not read off random characters that represent icons */
36140
37131
  color: var(--text--muted-color);
36141
37132
  }
36142
37133
 
36143
- .amis-scope .a-Transfer-tabs {
37134
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
37135
+ height: 40px;
37136
+ }
37137
+
37138
+ .amis-scope .a-TabsTransfer-placeholder {
37139
+ height: var(--Form-input-height);
37140
+ line-height: var(--Form-input-lineHeight);
37141
+ font-size: var(--Form-input-fontSize);
37142
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37143
+ color: var(--text--muted-color);
37144
+ }
37145
+
37146
+ .amis-scope .a-TabsTransfer-tab {
37147
+ padding: 0;
37148
+ }
37149
+
37150
+ .amis-scope .a-TabsTransfer-tabs {
36144
37151
  display: flex;
36145
37152
  flex-direction: column;
36146
37153
  height: 100%;
36147
37154
  }
36148
37155
 
36149
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
37156
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
36150
37157
  border-top: 0 none;
36151
37158
  padding: 5px 0 0 5px;
36152
37159
  display: flex;
@@ -36155,59 +37162,48 @@ readers do not read off random characters that represent icons */
36155
37162
  align-items: center;
36156
37163
  }
36157
37164
 
36158
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
37165
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36159
37166
  font-size: 12px;
36160
37167
  padding: 7px 8px;
36161
37168
  }
36162
37169
 
36163
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
37170
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36164
37171
  flex-grow: 1;
36165
37172
  }
36166
37173
 
36167
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
37174
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
36168
37175
  margin: -5px 5px 0 10px;
36169
37176
  }
36170
37177
 
36171
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
37178
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36172
37179
  width: 150px;
36173
37180
  margin-right: 10px;
36174
37181
  padding-left: 10px;
36175
37182
  }
36176
37183
 
36177
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
37184
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
36178
37185
  flex-grow: 1;
37186
+ min-height: 0;
36179
37187
  position: relative;
36180
37188
  padding: 5px 0 0;
36181
37189
  }
36182
37190
 
36183
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
37191
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36184
37192
  position: relative;
36185
- min-height: 100%;
37193
+ height: 100%;
36186
37194
  }
36187
37195
 
36188
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
37196
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36189
37197
  display: flex;
36190
37198
  flex-direction: column;
36191
37199
  }
36192
37200
 
36193
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
37201
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
36194
37202
  flex-grow: 1;
36195
37203
  max-height: 100%;
36196
37204
  overflow: auto;
36197
37205
  }
36198
37206
 
36199
- .amis-scope .a-TabsTransfer .a-Transfer-title {
36200
- height: 40px;
36201
- }
36202
-
36203
- .amis-scope .a-TabsTransfer-placeholder {
36204
- height: var(--Form-input-height);
36205
- line-height: var(--Form-input-lineHeight);
36206
- font-size: var(--Form-input-fontSize);
36207
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36208
- color: var(--text--muted-color);
36209
- }
36210
-
36211
37207
  .amis-scope .a-TransferControl {
36212
37208
  position: relative;
36213
37209
  }
@@ -36216,6 +37212,57 @@ readers do not read off random characters that represent icons */
36216
37212
  display: inline-block;
36217
37213
  }
36218
37214
 
37215
+ .amis-scope .a-TransferPicker-icon {
37216
+ transition: transform var(--animation-duration) ease-out;
37217
+ margin: 5px 5px 5px auto;
37218
+ display: flex;
37219
+ color: var(--Form-select-caret-iconColor);
37220
+ }
37221
+
37222
+ .amis-scope .a-TransferPicker-icon:hover {
37223
+ color: var(--Form-select-caret-onHover-iconColor);
37224
+ }
37225
+
37226
+ .amis-scope .a-TransferPicker-icon > svg {
37227
+ width: 0.75rem;
37228
+ height: 0.75rem;
37229
+ top: 0;
37230
+ }
37231
+
37232
+ .amis-scope .a-TransferDropDown-icon {
37233
+ transition: transform var(--animation-duration) ease-out;
37234
+ margin: 5px 5px 5px auto;
37235
+ display: flex;
37236
+ color: var(--Form-select-caret-iconColor);
37237
+ }
37238
+
37239
+ .amis-scope .a-TransferDropDown-icon:hover {
37240
+ color: var(--Form-select-caret-onHover-iconColor);
37241
+ }
37242
+
37243
+ .amis-scope .a-TransferDropDown-icon > svg {
37244
+ width: 0.625rem;
37245
+ height: 0.625rem;
37246
+ top: 0;
37247
+ }
37248
+
37249
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
37250
+ transform: rotate(180deg);
37251
+ }
37252
+
37253
+ .amis-scope .a-TransferDropDown-content {
37254
+ min-height: 12.5rem;
37255
+ display: flex;
37256
+ flex-direction: column;
37257
+ }
37258
+
37259
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
37260
+ flex-grow: 1;
37261
+ max-height: 100%;
37262
+ overflow: auto;
37263
+ position: relative;
37264
+ }
37265
+
36219
37266
  .amis-scope .a-NestedSelectControl {
36220
37267
  position: relative;
36221
37268
  }
@@ -36924,7 +37971,7 @@ readers do not read off random characters that represent icons */
36924
37971
  height: 25rem;
36925
37972
  }
36926
37973
 
36927
- .amis-scope .a-AnchorNav-link-wrap {
37974
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
36928
37975
  margin: 0;
36929
37976
  padding: 0;
36930
37977
  width: var(--Tabs--vertical-width);
@@ -36932,12 +37979,12 @@ readers do not read off random characters that represent icons */
36932
37979
  padding-bottom: 3.75rem;
36933
37980
  }
36934
37981
 
36935
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37982
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36936
37983
  position: relative;
36937
37984
  display: block;
36938
37985
  }
36939
37986
 
36940
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37987
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36941
37988
  display: block;
36942
37989
  border: var(--Tabs-borderWidth) solid transparent;
36943
37990
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -36951,16 +37998,70 @@ readers do not read off random characters that represent icons */
36951
37998
  margin: 0;
36952
37999
  }
36953
38000
 
36954
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
38001
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
36955
38002
  color: var(--primary);
36956
38003
  }
36957
38004
 
36958
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
36959
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
38005
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
38006
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
36960
38007
  color: var(--Tabs--vertical-onActive-color);
36961
38008
  border-color: var(--Tabs--vertical-onActive-border);
36962
38009
  }
36963
38010
 
38011
+ .amis-scope .a-AnchorNav--horizontal {
38012
+ flex-direction: column;
38013
+ }
38014
+
38015
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
38016
+ user-select: none;
38017
+ margin: 0px;
38018
+ padding: 0px;
38019
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38020
+ list-style: none;
38021
+ }
38022
+
38023
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
38024
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38025
+ display: inline-block;
38026
+ position: relative;
38027
+ }
38028
+
38029
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
38030
+ font-size: var(--Tabs-linkFontSize);
38031
+ outline: 0;
38032
+ border: var(--Tabs-borderWidth) solid transparent;
38033
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38034
+ border-top-left-radius: var(--Tabs-borderRadius);
38035
+ border-top-right-radius: var(--Tabs-borderRadius);
38036
+ color: var(--Tabs-color);
38037
+ margin: var(--Tabs-linkMargin);
38038
+ padding: var(--Tabs-linkPadding);
38039
+ text-decoration: none;
38040
+ cursor: pointer;
38041
+ display: block;
38042
+ }
38043
+
38044
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
38045
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
38046
+ color: var(--primary);
38047
+ background: transparent;
38048
+ border-color: transparent;
38049
+ }
38050
+
38051
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
38052
+ margin: 0;
38053
+ }
38054
+
38055
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
38056
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
38057
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
38058
+ font-size: var(--Tabs-linkFontSize);
38059
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38060
+ border-color: var(--Tabs--line-onHover-borderColor);
38061
+ color: var(--Tabs--line-onHover-color);
38062
+ background: transparent;
38063
+ }
38064
+
36964
38065
  .amis-scope .a-AnchorNav-section-wrap {
36965
38066
  border: none;
36966
38067
  flex-grow: 1;
@@ -36973,6 +38074,284 @@ readers do not read off random characters that represent icons */
36973
38074
  padding: var(--gap-base);
36974
38075
  }
36975
38076
 
38077
+ .amis-scope .a-Markdown strong {
38078
+ font-weight: bolder;
38079
+ }
38080
+
38081
+ .amis-scope .a-Markdown img {
38082
+ border-style: none;
38083
+ }
38084
+
38085
+ .amis-scope .a-Markdown svg:not(:root) {
38086
+ overflow: hidden;
38087
+ }
38088
+
38089
+ .amis-scope .a-Markdown button:-moz-focusring,
38090
+ .amis-scope .a-Markdown [type=button]:-moz-focusring,
38091
+ .amis-scope .a-Markdown [type=reset]:-moz-focusring,
38092
+ .amis-scope .a-Markdown [type=submit]:-moz-focusring {
38093
+ outline: 1px dotted ButtonText;
38094
+ }
38095
+
38096
+ .amis-scope .a-Markdown [type=checkbox] {
38097
+ box-sizing: border-box;
38098
+ padding: 0;
38099
+ }
38100
+
38101
+ .amis-scope .a-Markdown table {
38102
+ border-spacing: 0;
38103
+ border-collapse: collapse;
38104
+ }
38105
+
38106
+ .amis-scope .a-Markdown table td,
38107
+ .amis-scope .a-Markdown table th {
38108
+ padding: 0;
38109
+ }
38110
+
38111
+ .amis-scope .a-Markdown hr {
38112
+ height: 0;
38113
+ margin: 15px 0;
38114
+ overflow: hidden;
38115
+ background: transparent;
38116
+ border: 0;
38117
+ border-bottom: 1px solid #ddd;
38118
+ }
38119
+
38120
+ .amis-scope .a-Markdown hr::before {
38121
+ display: table;
38122
+ content: "";
38123
+ }
38124
+
38125
+ .amis-scope .a-Markdown hr::after {
38126
+ display: table;
38127
+ clear: both;
38128
+ content: "";
38129
+ }
38130
+
38131
+ .amis-scope .a-Markdown p {
38132
+ margin-top: 0;
38133
+ margin-bottom: 10px;
38134
+ }
38135
+
38136
+ .amis-scope .a-Markdown blockquote {
38137
+ margin: 0;
38138
+ }
38139
+
38140
+ .amis-scope .a-Markdown ul,
38141
+ .amis-scope .a-Markdown ol {
38142
+ padding-left: 0;
38143
+ margin-top: 0;
38144
+ margin-bottom: 0;
38145
+ }
38146
+
38147
+ .amis-scope .a-Markdown ol ol,
38148
+ .amis-scope .a-Markdown ul ol {
38149
+ list-style-type: lower-roman;
38150
+ }
38151
+
38152
+ .amis-scope .a-Markdown ul ul ol,
38153
+ .amis-scope .a-Markdown ul ol ol,
38154
+ .amis-scope .a-Markdown ol ul ol,
38155
+ .amis-scope .a-Markdown ol ol ol {
38156
+ list-style-type: lower-alpha;
38157
+ }
38158
+
38159
+ .amis-scope .a-Markdown dd {
38160
+ margin-left: 0;
38161
+ }
38162
+
38163
+ .amis-scope .a-Markdown p,
38164
+ .amis-scope .a-Markdown blockquote,
38165
+ .amis-scope .a-Markdown ul,
38166
+ .amis-scope .a-Markdown ol,
38167
+ .amis-scope .a-Markdown dl,
38168
+ .amis-scope .a-Markdown table,
38169
+ .amis-scope .a-Markdown pre {
38170
+ margin-top: 0;
38171
+ margin-bottom: 16px;
38172
+ }
38173
+
38174
+ .amis-scope .a-Markdown hr {
38175
+ height: 4px;
38176
+ padding: 0;
38177
+ margin: 16px 0;
38178
+ background-color: #e7e7e7;
38179
+ border: 0 none;
38180
+ }
38181
+
38182
+ .amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
38183
+ .amis-scope .a-Markdown ol {
38184
+ padding-left: 2em;
38185
+ }
38186
+
38187
+ .amis-scope .a-Markdown ul ul,
38188
+ .amis-scope .a-Markdown ul ol,
38189
+ .amis-scope .a-Markdown ol ol,
38190
+ .amis-scope .a-Markdown ol ul {
38191
+ margin-top: 0;
38192
+ margin-bottom: 0;
38193
+ }
38194
+
38195
+ .amis-scope .a-Markdown li > p {
38196
+ margin-top: 16px;
38197
+ }
38198
+
38199
+ .amis-scope .a-Markdown dl {
38200
+ padding: 0;
38201
+ }
38202
+
38203
+ .amis-scope .a-Markdown dl dt {
38204
+ padding: 0;
38205
+ margin-top: 16px;
38206
+ font-size: 1em;
38207
+ font-style: italic;
38208
+ font-weight: bold;
38209
+ }
38210
+
38211
+ .amis-scope .a-Markdown dl dd {
38212
+ padding: 0 16px;
38213
+ margin-bottom: 16px;
38214
+ }
38215
+
38216
+ .amis-scope .a-Markdown blockquote {
38217
+ padding: 0 15px;
38218
+ color: #777;
38219
+ border-left: 4px solid #ddd;
38220
+ }
38221
+
38222
+ .amis-scope .a-Markdown blockquote > :first-child {
38223
+ margin-top: 0;
38224
+ }
38225
+
38226
+ .amis-scope .a-Markdown blockquote > :last-child {
38227
+ margin-bottom: 0;
38228
+ }
38229
+
38230
+ .amis-scope .a-Markdown table {
38231
+ display: block;
38232
+ width: 100%;
38233
+ overflow: auto;
38234
+ word-break: normal;
38235
+ }
38236
+
38237
+ .amis-scope .a-Markdown table th {
38238
+ font-weight: bold;
38239
+ }
38240
+
38241
+ .amis-scope .a-Markdown table th,
38242
+ .amis-scope .a-Markdown table td {
38243
+ padding: 6px 13px;
38244
+ border: 1px solid #ddd;
38245
+ }
38246
+
38247
+ .amis-scope .a-Markdown table tr {
38248
+ background-color: #fff;
38249
+ border-top: 1px solid #ccc;
38250
+ }
38251
+
38252
+ .amis-scope .a-Markdown table tr:nth-child(2n) {
38253
+ background-color: #f8f8f8;
38254
+ }
38255
+
38256
+ @media (min-width: 1200px) {
38257
+ .amis-scope .a-Markdown img {
38258
+ max-width: 800px;
38259
+ }
38260
+ }
38261
+
38262
+ .amis-scope .a-Markdown code {
38263
+ padding: 0;
38264
+ padding-top: 0.2em;
38265
+ padding-bottom: 0.2em;
38266
+ margin: 0;
38267
+ background-color: rgba(0, 0, 0, 0.04);
38268
+ border-radius: 3px;
38269
+ }
38270
+
38271
+ .amis-scope .a-Markdown code:before,
38272
+ .amis-scope .a-Markdown code:after {
38273
+ letter-spacing: -0.2em;
38274
+ content: " ";
38275
+ }
38276
+
38277
+ .amis-scope .a-Markdown pre > code {
38278
+ padding: 0;
38279
+ margin: 0;
38280
+ word-break: normal;
38281
+ white-space: pre;
38282
+ background: transparent;
38283
+ border: 0;
38284
+ }
38285
+
38286
+ .amis-scope .a-Markdown .highlight {
38287
+ margin-bottom: 16px;
38288
+ }
38289
+
38290
+ .amis-scope .a-Markdown .highlight pre,
38291
+ .amis-scope .a-Markdown pre {
38292
+ padding: 16px;
38293
+ overflow: auto;
38294
+ line-height: 1.45;
38295
+ background-color: #f7f7f7;
38296
+ border-radius: 3px;
38297
+ }
38298
+
38299
+ .amis-scope .a-Markdown .highlight pre {
38300
+ margin-bottom: 0;
38301
+ word-break: normal;
38302
+ }
38303
+
38304
+ .amis-scope .a-Markdown pre {
38305
+ word-wrap: normal;
38306
+ }
38307
+
38308
+ .amis-scope .a-Markdown pre code {
38309
+ display: inline;
38310
+ max-width: initial;
38311
+ padding: 0;
38312
+ margin: 0;
38313
+ overflow: initial;
38314
+ line-height: inherit;
38315
+ word-wrap: normal;
38316
+ background-color: transparent;
38317
+ border: 0;
38318
+ }
38319
+
38320
+ .amis-scope .a-Markdown pre code:before,
38321
+ .amis-scope .a-Markdown pre code:after {
38322
+ content: normal;
38323
+ }
38324
+
38325
+ .amis-scope .a-Markdown kbd {
38326
+ display: inline-block;
38327
+ padding: 3px 5px;
38328
+ line-height: 10px;
38329
+ color: #555;
38330
+ vertical-align: middle;
38331
+ background-color: #fcfcfc;
38332
+ border: solid 1px #ccc;
38333
+ border-bottom-color: #bbb;
38334
+ border-radius: 3px;
38335
+ box-shadow: inset 0 -1px 0 #bbb;
38336
+ }
38337
+
38338
+ .amis-scope .a-Markdown hr {
38339
+ border-bottom-color: #eee;
38340
+ }
38341
+
38342
+ .amis-scope .a-Link.is-disabled {
38343
+ cursor: not-allowed;
38344
+ color: var(--text--muted-color);
38345
+ }
38346
+
38347
+ .amis-scope .a-MappingField {
38348
+ margin-right: var(--gap-xs);
38349
+ }
38350
+
38351
+ .amis-scope .a-MappingField:last-child {
38352
+ margin-right: 0;
38353
+ }
38354
+
36976
38355
  /*
36977
38356
  * utilities
36978
38357
  */
@@ -37419,6 +38798,10 @@ readers do not read off random characters that represent icons */
37419
38798
  background: none !important;
37420
38799
  }
37421
38800
 
38801
+ .cursor-pointer {
38802
+ cursor: pointer;
38803
+ }
38804
+
37422
38805
  .amis-scope a.bg-primary:hover {
37423
38806
  background: #6254b2;
37424
38807
  }