amis 1.4.0 → 1.4.2-beta.12

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 (520) 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 +4 -3
  14. package/lib/components/Badge.js +42 -7
  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/Collapse.js +1 -1
  23. package/lib/components/Collapse.js.map +2 -2
  24. package/lib/components/ColorPicker.d.ts +84 -84
  25. package/lib/components/DatePicker.d.ts +84 -84
  26. package/lib/components/DatePicker.js +1 -1
  27. package/lib/components/DatePicker.js.map +2 -2
  28. package/lib/components/DateRangePicker.d.ts +84 -84
  29. package/lib/components/DateRangePicker.js +1 -1
  30. package/lib/components/DateRangePicker.js.map +2 -2
  31. package/lib/components/Editor.d.ts +84 -84
  32. package/lib/components/GroupedSelection.d.ts +907 -0
  33. package/lib/components/GroupedSelection.js +48 -0
  34. package/lib/components/GroupedSelection.js.map +13 -0
  35. package/lib/components/InputBox.js +1 -1
  36. package/lib/components/InputBox.js.map +2 -2
  37. package/lib/components/Link.d.ts +84 -0
  38. package/lib/components/Link.js +43 -0
  39. package/lib/components/Link.js.map +13 -0
  40. package/lib/components/ListGroup.d.ts +21 -21
  41. package/lib/components/ModalManager.js +1 -1
  42. package/lib/components/ModalManager.js.map +2 -2
  43. package/lib/components/MonthRangePicker.d.ts +84 -84
  44. package/lib/components/MonthRangePicker.js +1 -1
  45. package/lib/components/MonthRangePicker.js.map +2 -2
  46. package/lib/components/NumberInput.d.ts +20 -20
  47. package/lib/components/PickerColumn.d.ts +514 -0
  48. package/lib/components/PickerColumn.js +279 -0
  49. package/lib/components/PickerColumn.js.map +13 -0
  50. package/lib/components/PickerContainer.d.ts +513 -0
  51. package/lib/components/PickerContainer.js +96 -0
  52. package/lib/components/PickerContainer.js.map +13 -0
  53. package/lib/components/Radios.d.ts +22 -21
  54. package/lib/components/Radios.js +1 -0
  55. package/lib/components/Radios.js.map +2 -2
  56. package/lib/components/Rating.d.ts +21 -21
  57. package/lib/components/ResultBox.d.ts +84 -84
  58. package/lib/components/RichText.d.ts +6 -1
  59. package/lib/components/RichText.js +207 -8
  60. package/lib/components/RichText.js.map +2 -2
  61. package/lib/components/SearchBox.d.ts +84 -84
  62. package/lib/components/SearchBox.js +4 -4
  63. package/lib/components/SearchBox.js.map +2 -2
  64. package/lib/components/Select.d.ts +245 -237
  65. package/lib/components/Select.js +28 -4
  66. package/lib/components/Select.js.map +2 -2
  67. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  68. package/lib/components/Selection.js +134 -0
  69. package/lib/components/Selection.js.map +13 -0
  70. package/lib/components/SparkLine.d.ts +85 -84
  71. package/lib/components/SparkLine.js +2 -2
  72. package/lib/components/SparkLine.js.map +2 -2
  73. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  74. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  75. package/lib/components/TableSelection.js.map +13 -0
  76. package/lib/components/Tabs.d.ts +20 -20
  77. package/lib/components/TabsTransfer.d.ts +84 -84
  78. package/lib/components/TabsTransfer.js +9 -9
  79. package/lib/components/TabsTransfer.js.map +2 -2
  80. package/lib/components/TabsTransferPicker.d.ts +489 -0
  81. package/lib/components/TabsTransferPicker.js +60 -0
  82. package/lib/components/TabsTransferPicker.js.map +13 -0
  83. package/lib/components/Toast.js +2 -2
  84. package/lib/components/Toast.js.map +2 -2
  85. package/lib/components/Transfer.d.ts +908 -274
  86. package/lib/components/Transfer.js +31 -24
  87. package/lib/components/Transfer.js.map +2 -2
  88. package/lib/components/TransferDropDown.d.ts +487 -0
  89. package/lib/components/TransferDropDown.js +59 -0
  90. package/lib/components/TransferDropDown.js.map +13 -0
  91. package/lib/components/TransferPicker.d.ts +489 -0
  92. package/lib/components/TransferPicker.js +60 -0
  93. package/lib/components/TransferPicker.js.map +13 -0
  94. package/lib/components/Tree.d.ts +84 -84
  95. package/lib/components/Tree.js +5 -3
  96. package/lib/components/Tree.js.map +2 -2
  97. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  98. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  99. package/lib/components/TreeSelection.js.map +13 -0
  100. package/lib/components/WithRemoteConfig.js +1 -1
  101. package/lib/components/WithRemoteConfig.js.map +2 -2
  102. package/lib/components/calendar/DaysView.js +2 -2
  103. package/lib/components/calendar/DaysView.js.map +2 -2
  104. package/lib/components/condition-builder/Field.js +5 -2
  105. package/lib/components/condition-builder/Field.js.map +2 -2
  106. package/lib/components/condition-builder/Func.js +2 -2
  107. package/lib/components/condition-builder/Func.js.map +2 -2
  108. package/lib/components/condition-builder/InputSwitch.js +2 -2
  109. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  110. package/lib/components/condition-builder/Item.js +3 -3
  111. package/lib/components/condition-builder/Item.js.map +2 -2
  112. package/lib/components/icons.js +14 -0
  113. package/lib/components/icons.js.map +2 -2
  114. package/lib/components/index.d.ts +8 -8
  115. package/lib/components/index.js +16 -16
  116. package/lib/components/index.js.map +2 -2
  117. package/lib/envOverwrite.js.map +2 -2
  118. package/lib/factory.d.ts +4 -0
  119. package/lib/factory.js +4 -2
  120. package/lib/factory.js.map +2 -2
  121. package/lib/helper.css.map +1 -1
  122. package/lib/hooks/index.d.ts +5 -0
  123. package/lib/hooks/index.js +14 -0
  124. package/lib/hooks/index.js.map +13 -0
  125. package/lib/hooks/use-set-state.d.ts +2 -0
  126. package/lib/hooks/use-set-state.js +15 -0
  127. package/lib/hooks/use-set-state.js.map +13 -0
  128. package/lib/hooks/use-touch.d.ts +16 -0
  129. package/lib/hooks/use-touch.js +73 -0
  130. package/lib/hooks/use-touch.js.map +13 -0
  131. package/lib/hooks/use-update-effect.d.ts +3 -0
  132. package/lib/hooks/use-update-effect.js +17 -0
  133. package/lib/hooks/use-update-effect.js.map +13 -0
  134. package/lib/icons/clock.js +10 -0
  135. package/lib/icons/loading-outline.js +7 -0
  136. package/lib/icons/status-close.js +11 -0
  137. package/lib/icons/status-fail.js +11 -0
  138. package/lib/icons/status-info.js +10 -0
  139. package/lib/icons/status-success.js +11 -0
  140. package/lib/icons/status-warning.js +10 -0
  141. package/lib/index.d.ts +3 -0
  142. package/lib/index.js +4 -1
  143. package/lib/index.js.map +2 -2
  144. package/lib/locale/de-DE.js +4 -0
  145. package/lib/locale/de-DE.js.map +2 -2
  146. package/lib/locale/en-US.js +4 -0
  147. package/lib/locale/en-US.js.map +2 -2
  148. package/lib/locale/zh-CN.js +7 -3
  149. package/lib/locale/zh-CN.js.map +2 -2
  150. package/lib/renderers/Action.d.ts +17 -1
  151. package/lib/renderers/Action.js +21 -8
  152. package/lib/renderers/Action.js.map +2 -2
  153. package/lib/renderers/AnchorNav.d.ts +1 -0
  154. package/lib/renderers/AnchorNav.js +2 -2
  155. package/lib/renderers/AnchorNav.js.map +2 -2
  156. package/lib/renderers/Avatar.js +3 -3
  157. package/lib/renderers/Avatar.js.map +2 -2
  158. package/lib/renderers/Breadcrumb.js +1 -1
  159. package/lib/renderers/Breadcrumb.js.map +2 -2
  160. package/lib/renderers/CRUD.d.ts +9 -0
  161. package/lib/renderers/CRUD.js +43 -8
  162. package/lib/renderers/CRUD.js.map +2 -2
  163. package/lib/renderers/Card.d.ts +4 -0
  164. package/lib/renderers/Card.js +29 -23
  165. package/lib/renderers/Card.js.map +2 -2
  166. package/lib/renderers/Chart.js +1 -1
  167. package/lib/renderers/Chart.js.map +2 -2
  168. package/lib/renderers/Collapse.js +3 -2
  169. package/lib/renderers/Collapse.js.map +2 -2
  170. package/lib/renderers/Dialog.js +0 -3
  171. package/lib/renderers/Dialog.js.map +2 -2
  172. package/lib/renderers/Drawer.js +0 -3
  173. package/lib/renderers/Drawer.js.map +2 -2
  174. package/lib/renderers/DropDownButton.d.ts +9 -1
  175. package/lib/renderers/DropDownButton.js +8 -4
  176. package/lib/renderers/DropDownButton.js.map +2 -2
  177. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  178. package/lib/renderers/Form/Checkbox.js +4 -0
  179. package/lib/renderers/Form/Checkbox.js.map +2 -2
  180. package/lib/renderers/Form/Combo.js +2 -2
  181. package/lib/renderers/Form/Combo.js.map +2 -2
  182. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  183. package/lib/renderers/Form/Editor.d.ts +3 -2
  184. package/lib/renderers/Form/InputCity.d.ts +84 -84
  185. package/lib/renderers/Form/InputCity.js +7 -6
  186. package/lib/renderers/Form/InputCity.js.map +2 -2
  187. package/lib/renderers/Form/InputColor.d.ts +84 -84
  188. package/lib/renderers/Form/InputFile.js +12 -6
  189. package/lib/renderers/Form/InputFile.js.map +2 -2
  190. package/lib/renderers/Form/InputImage.js +16 -7
  191. package/lib/renderers/Form/InputImage.js.map +2 -2
  192. package/lib/renderers/Form/Item.d.ts +1 -1
  193. package/lib/renderers/Form/Item.js.map +1 -1
  194. package/lib/renderers/Form/Options.js +19 -6
  195. package/lib/renderers/Form/Options.js.map +2 -2
  196. package/lib/renderers/Form/Picker.js +2 -2
  197. package/lib/renderers/Form/Picker.js.map +2 -2
  198. package/lib/renderers/Form/Select.d.ts +41 -4
  199. package/lib/renderers/Form/Select.js +37 -3
  200. package/lib/renderers/Form/Select.js.map +2 -2
  201. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  202. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  203. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  204. package/lib/renderers/Form/Transfer.js +18 -3
  205. package/lib/renderers/Form/Transfer.js.map +2 -2
  206. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  207. package/lib/renderers/Form/TransferPicker.js +43 -0
  208. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  209. package/lib/renderers/Form/TreeSelect.js +2 -2
  210. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  211. package/lib/renderers/Form/index.d.ts +5 -0
  212. package/lib/renderers/Form/index.js +5 -3
  213. package/lib/renderers/Form/index.js.map +2 -2
  214. package/lib/renderers/Form/wrapControl.js +15 -3
  215. package/lib/renderers/Form/wrapControl.js.map +2 -2
  216. package/lib/renderers/IFrame.js +3 -5
  217. package/lib/renderers/IFrame.js.map +2 -2
  218. package/lib/renderers/Image.d.ts +1 -0
  219. package/lib/renderers/Image.js +15 -1
  220. package/lib/renderers/Image.js.map +2 -2
  221. package/lib/renderers/Json.d.ts +4 -0
  222. package/lib/renderers/Json.js +4 -13
  223. package/lib/renderers/Json.js.map +2 -2
  224. package/lib/renderers/Link.d.ts +18 -3
  225. package/lib/renderers/Link.js +27 -15
  226. package/lib/renderers/Link.js.map +2 -2
  227. package/lib/renderers/List.js +1 -1
  228. package/lib/renderers/List.js.map +2 -2
  229. package/lib/renderers/Log.d.ts +2 -2
  230. package/lib/renderers/Log.js +7 -1
  231. package/lib/renderers/Log.js.map +2 -2
  232. package/lib/renderers/Mapping.d.ts +9 -2
  233. package/lib/renderers/Mapping.js +18 -6
  234. package/lib/renderers/Mapping.js.map +2 -2
  235. package/lib/renderers/Nav.d.ts +81 -25
  236. package/lib/renderers/Nav.js +292 -31
  237. package/lib/renderers/Nav.js.map +2 -2
  238. package/lib/renderers/Page.js +1 -1
  239. package/lib/renderers/Page.js.map +2 -2
  240. package/lib/renderers/Portlet.d.ts +125 -0
  241. package/lib/renderers/Portlet.js +156 -0
  242. package/lib/renderers/Portlet.js.map +13 -0
  243. package/lib/renderers/Property.js +2 -1
  244. package/lib/renderers/Property.js.map +2 -2
  245. package/lib/renderers/SearchBox.d.ts +6 -1
  246. package/lib/renderers/SearchBox.js +19 -5
  247. package/lib/renderers/SearchBox.js.map +2 -2
  248. package/lib/renderers/SparkLine.d.ts +4 -0
  249. package/lib/renderers/SparkLine.js.map +2 -2
  250. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  251. package/lib/renderers/Table/ColumnToggler.js +216 -0
  252. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  253. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  254. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  255. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  256. package/lib/renderers/Table/TableBody.d.ts +4 -0
  257. package/lib/renderers/Table/TableCell.js +3 -1
  258. package/lib/renderers/Table/TableCell.js.map +2 -2
  259. package/lib/renderers/Table/TableContent.d.ts +4 -1
  260. package/lib/renderers/Table/TableContent.js +21 -1
  261. package/lib/renderers/Table/TableContent.js.map +2 -2
  262. package/lib/renderers/Table/index.d.ts +19 -2
  263. package/lib/renderers/Table/index.js +172 -57
  264. package/lib/renderers/Table/index.js.map +2 -2
  265. package/lib/renderers/Tabs.js +9 -1
  266. package/lib/renderers/Tabs.js.map +2 -2
  267. package/lib/renderers/WebComponent.js +1 -1
  268. package/lib/renderers/WebComponent.js.map +2 -2
  269. package/lib/store/combo.d.ts +2 -16
  270. package/lib/store/crud.js +3 -7
  271. package/lib/store/crud.js.map +2 -2
  272. package/lib/store/form.d.ts +1 -1
  273. package/lib/store/form.js +5 -6
  274. package/lib/store/form.js.map +2 -2
  275. package/lib/store/service.js +5 -4
  276. package/lib/store/service.js.map +2 -2
  277. package/lib/store/table.d.ts +260 -3
  278. package/lib/store/table.js +64 -6
  279. package/lib/store/table.js.map +2 -2
  280. package/lib/themes/ang-ie11.css +1175 -255
  281. package/lib/themes/ang.css +1175 -255
  282. package/lib/themes/ang.css.map +1 -1
  283. package/lib/themes/antd-ie11.css +1175 -255
  284. package/lib/themes/antd.css +1175 -255
  285. package/lib/themes/antd.css.map +1 -1
  286. package/lib/themes/cxd-ie11.css +1761 -514
  287. package/lib/themes/cxd.css +1761 -514
  288. package/lib/themes/cxd.css.map +1 -1
  289. package/lib/themes/dark-ie11.css +1175 -255
  290. package/lib/themes/dark.css +1175 -255
  291. package/lib/themes/dark.css.map +1 -1
  292. package/lib/themes/default.css +1761 -514
  293. package/lib/themes/default.css.map +1 -1
  294. package/lib/types.d.ts +37 -0
  295. package/lib/types.js +0 -5
  296. package/lib/types.js.map +2 -2
  297. package/lib/utils/api.d.ts +3 -2
  298. package/lib/utils/api.js +31 -15
  299. package/lib/utils/api.js.map +2 -2
  300. package/lib/utils/dom.d.ts +4 -0
  301. package/lib/utils/dom.js +11 -1
  302. package/lib/utils/dom.js.map +2 -2
  303. package/lib/utils/handleAction.d.ts +7 -0
  304. package/lib/utils/handleAction.js +30 -0
  305. package/lib/utils/handleAction.js.map +13 -0
  306. package/lib/utils/helper.d.ts +3 -1
  307. package/lib/utils/helper.js +14 -5
  308. package/lib/utils/helper.js.map +2 -2
  309. package/lib/utils/icon.js +3 -0
  310. package/lib/utils/icon.js.map +2 -2
  311. package/lib/utils/tpl-builtin.d.ts +1 -1
  312. package/lib/utils/tpl-builtin.js +25 -15
  313. package/lib/utils/tpl-builtin.js.map +2 -2
  314. package/package.json +1 -2
  315. package/schema.json +3534 -1028
  316. package/scss/_mixins.scss +27 -0
  317. package/scss/_properties.scss +84 -13
  318. package/scss/_utilities.scss +4 -0
  319. package/scss/base/_normalize.scss +2 -0
  320. package/scss/components/_anchor-nav.scss +88 -29
  321. package/scss/components/_badge.scss +52 -1
  322. package/scss/components/_button.scss +34 -3
  323. package/scss/components/_card.scss +8 -14
  324. package/scss/components/_collapse.scss +41 -8
  325. package/scss/components/_column-toggler.scss +234 -0
  326. package/scss/components/_dropdown.scss +2 -1
  327. package/scss/components/_image-gallery.scss +1 -1
  328. package/scss/components/_images.scss +2 -1
  329. package/scss/components/_link.scss +6 -0
  330. package/scss/components/_mapping.scss +6 -0
  331. package/scss/components/_nav.scss +236 -154
  332. package/scss/components/_page.scss +5 -4
  333. package/scss/components/_picker-columns.scss +123 -0
  334. package/scss/components/_popover.scss +17 -0
  335. package/scss/components/_portlet.scss +51 -0
  336. package/scss/components/_progress.scss +2 -0
  337. package/scss/components/_status.scss +1 -1
  338. package/scss/components/_steps.scss +1 -1
  339. package/scss/components/_table.scss +51 -1
  340. package/scss/components/form/_checks.scss +0 -351
  341. package/scss/components/form/_color.scss +1 -0
  342. package/scss/components/form/_date-range.scss +2 -0
  343. package/scss/components/form/_date.scss +2 -0
  344. package/scss/components/form/_fieldset.scss +6 -3
  345. package/scss/components/form/_file.scss +5 -4
  346. package/scss/components/form/_form.scss +48 -0
  347. package/scss/components/form/_image.scss +7 -2
  348. package/scss/components/form/_list.scss +1 -0
  349. package/scss/components/form/_location.scss +1 -1
  350. package/scss/components/form/_selection.scss +354 -0
  351. package/scss/components/form/_text.scss +13 -0
  352. package/scss/components/form/_textarea.scss +10 -0
  353. package/scss/components/form/_transfer.scss +77 -18
  354. package/scss/themes/_common.scss +6 -0
  355. package/scss/themes/_cxd-colors.scss +56 -0
  356. package/scss/themes/_cxd-variables.scss +219 -91
  357. package/scss/themes/cxd.scss +370 -0
  358. package/sdk/ang-ie11.css +1596 -515
  359. package/sdk/ang.css +1395 -256
  360. package/sdk/antd-ie11.css +1397 -318
  361. package/sdk/antd.css +1395 -256
  362. package/sdk/charts.js +13 -13
  363. package/sdk/color-picker.js +65 -65
  364. package/sdk/cropperjs.js +2 -2
  365. package/sdk/cxd-ie11.css +2739 -1361
  366. package/sdk/cxd.css +2095 -588
  367. package/sdk/dark-ie11.css +1593 -512
  368. package/sdk/dark.css +1395 -256
  369. package/sdk/exceljs.js +1 -1
  370. package/sdk/helper.css.map +1 -1
  371. package/sdk/iconfont.svg +2513 -0
  372. package/sdk/iconfont.ttf +0 -0
  373. package/sdk/iconfont.woff +0 -0
  374. package/sdk/ie11-patch.css +1 -0
  375. package/sdk/locale/de-DE.js +4 -0
  376. package/sdk/markdown.js +69 -69
  377. package/sdk/papaparse.js +1 -1
  378. package/sdk/renderers/Form/CityDB.js +1 -1
  379. package/sdk/rest.js +18 -32
  380. package/sdk/rich-text.js +62 -64
  381. package/sdk/sdk-ie11.css +2739 -1361
  382. package/sdk/sdk.css +2095 -588
  383. package/sdk/sdk.js +1189 -1133
  384. package/sdk/thirds/hls.js/hls.js +1 -1
  385. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  386. package/sdk/tinymce.js +57 -57
  387. package/src/Schema.ts +32 -0
  388. package/src/components/Alert.tsx +3 -1
  389. package/src/components/AnchorNav.tsx +15 -4
  390. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  391. package/src/components/Badge.tsx +96 -28
  392. package/src/components/Button.tsx +23 -7
  393. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  394. package/src/components/Collapse.tsx +14 -9
  395. package/src/components/DatePicker.tsx +1 -1
  396. package/src/components/DateRangePicker.tsx +23 -11
  397. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  398. package/src/components/InputBox.tsx +1 -1
  399. package/src/components/Link.tsx +85 -0
  400. package/src/components/ModalManager.ts +1 -1
  401. package/src/components/MonthRangePicker.tsx +10 -2
  402. package/src/components/PickerColumn.tsx +429 -0
  403. package/src/components/PickerContainer.tsx +128 -0
  404. package/src/components/Radios.tsx +3 -8
  405. package/src/components/RichText.tsx +244 -3
  406. package/src/components/SearchBox.tsx +4 -5
  407. package/src/components/Select.tsx +60 -5
  408. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  409. package/src/components/SparkLine.tsx +4 -1
  410. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  411. package/src/components/TabsTransfer.tsx +13 -7
  412. package/src/components/TabsTransferPicker.tsx +85 -0
  413. package/src/components/Toast.tsx +5 -5
  414. package/src/components/Transfer.tsx +71 -50
  415. package/src/components/TransferDropDown.tsx +117 -0
  416. package/src/components/TransferPicker.tsx +84 -0
  417. package/src/components/Tree.tsx +6 -8
  418. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  419. package/src/components/WithRemoteConfig.tsx +7 -2
  420. package/src/components/calendar/DaysView.tsx +2 -2
  421. package/src/components/condition-builder/Field.tsx +5 -5
  422. package/src/components/condition-builder/Func.tsx +3 -3
  423. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  424. package/src/components/condition-builder/Item.tsx +5 -12
  425. package/src/components/icons.tsx +15 -0
  426. package/src/components/index.tsx +13 -13
  427. package/src/envOverwrite.ts +0 -1
  428. package/src/factory.tsx +18 -3
  429. package/src/hooks/index.ts +5 -0
  430. package/src/hooks/use-set-state.ts +19 -0
  431. package/src/hooks/use-touch.ts +100 -0
  432. package/src/hooks/use-update-effect.ts +16 -0
  433. package/src/icons/clock.svg +1 -0
  434. package/src/icons/loading-outline.svg +4 -0
  435. package/src/icons/status-close.svg +10 -0
  436. package/src/icons/status-fail.svg +10 -0
  437. package/src/icons/status-info.svg +8 -0
  438. package/src/icons/status-success.svg +10 -0
  439. package/src/icons/status-warning.svg +8 -0
  440. package/src/index.tsx +3 -0
  441. package/src/locale/de-DE.ts +4 -0
  442. package/src/locale/en-US.ts +4 -0
  443. package/src/locale/zh-CN.ts +7 -3
  444. package/src/renderers/Action.tsx +99 -15
  445. package/src/renderers/AnchorNav.tsx +4 -0
  446. package/src/renderers/Avatar.tsx +8 -4
  447. package/src/renderers/Breadcrumb.tsx +5 -1
  448. package/src/renderers/CRUD.tsx +63 -28
  449. package/src/renderers/Card.tsx +63 -34
  450. package/src/renderers/Chart.tsx +6 -2
  451. package/src/renderers/Collapse.tsx +4 -2
  452. package/src/renderers/Dialog.tsx +0 -4
  453. package/src/renderers/Drawer.tsx +0 -4
  454. package/src/renderers/DropDownButton.tsx +26 -12
  455. package/src/renderers/Form/Checkbox.tsx +8 -0
  456. package/src/renderers/Form/Combo.tsx +2 -3
  457. package/src/renderers/Form/InputCity.tsx +4 -8
  458. package/src/renderers/Form/InputFile.tsx +30 -20
  459. package/src/renderers/Form/InputImage.tsx +16 -5
  460. package/src/renderers/Form/Item.tsx +1 -1
  461. package/src/renderers/Form/Options.tsx +32 -7
  462. package/src/renderers/Form/Picker.tsx +3 -2
  463. package/src/renderers/Form/Select.tsx +158 -21
  464. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  465. package/src/renderers/Form/Transfer.tsx +19 -4
  466. package/src/renderers/Form/TransferPicker.tsx +139 -0
  467. package/src/renderers/Form/TreeSelect.tsx +25 -0
  468. package/src/renderers/Form/index.tsx +16 -2
  469. package/src/renderers/Form/wrapControl.tsx +28 -3
  470. package/src/renderers/IFrame.tsx +4 -5
  471. package/src/renderers/Image.tsx +10 -0
  472. package/src/renderers/Json.tsx +9 -9
  473. package/src/renderers/Link.tsx +53 -14
  474. package/src/renderers/List.tsx +1 -1
  475. package/src/renderers/Log.tsx +16 -3
  476. package/src/renderers/Mapping.tsx +27 -11
  477. package/src/renderers/Nav.tsx +392 -60
  478. package/src/renderers/Page.tsx +1 -1
  479. package/src/renderers/Portlet.tsx +423 -0
  480. package/src/renderers/Property.tsx +3 -2
  481. package/src/renderers/SearchBox.tsx +23 -4
  482. package/src/renderers/SparkLine.tsx +5 -0
  483. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  484. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  485. package/src/renderers/Table/TableCell.tsx +16 -1
  486. package/src/renderers/Table/TableContent.tsx +40 -2
  487. package/src/renderers/Table/index.tsx +257 -80
  488. package/src/renderers/Tabs.tsx +9 -1
  489. package/src/renderers/WebComponent.tsx +2 -2
  490. package/src/store/crud.ts +3 -8
  491. package/src/store/form.ts +5 -10
  492. package/src/store/service.ts +5 -4
  493. package/src/store/table.ts +94 -6
  494. package/src/types.ts +57 -0
  495. package/src/utils/api.ts +52 -23
  496. package/src/utils/dom.tsx +12 -0
  497. package/src/utils/handleAction.ts +41 -0
  498. package/src/utils/helper.ts +12 -3
  499. package/src/utils/icon.tsx +4 -0
  500. package/src/utils/tpl-builtin.ts +48 -17
  501. package/dump.rdb +0 -0
  502. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  503. package/lib/components/AssociatedCheckboxes.js +0 -90
  504. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  505. package/lib/components/ChainedCheckboxes.js.map +0 -13
  506. package/lib/components/Checkboxes.js +0 -101
  507. package/lib/components/Checkboxes.js.map +0 -13
  508. package/lib/components/ListCheckboxes.d.ts +0 -739
  509. package/lib/components/ListCheckboxes.js +0 -48
  510. package/lib/components/ListCheckboxes.js.map +0 -13
  511. package/lib/components/ListRadios.d.ts +0 -763
  512. package/lib/components/ListRadios.js +0 -86
  513. package/lib/components/ListRadios.js.map +0 -13
  514. package/lib/components/TableCheckboxes.js.map +0 -13
  515. package/lib/components/TreeCheckboxes.js.map +0 -13
  516. package/lib/components/TreeRadios.d.ts +0 -838
  517. package/lib/components/TreeRadios.js +0 -116
  518. package/lib/components/TreeRadios.js.map +0 -13
  519. package/src/components/ListRadios.tsx +0 -159
  520. package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang-ie11.css CHANGED
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
19493
19493
  width: 1em;
19494
19494
  height: 1em;
19495
19495
  fill: currentColor;
19496
+ position: relative;
19497
+ top: 0.125em;
19496
19498
  }
19497
19499
 
19498
19500
  .amis-scope svg.r90 {
@@ -19742,7 +19744,7 @@ readers do not read off random characters that represent icons */
19742
19744
 
19743
19745
  @media (max-width: 767px) {
19744
19746
  .amis-scope .a-Layout-content {
19745
- transition: transform 0.2s ease;
19747
+ transition: transform 0s ease;
19746
19748
  }
19747
19749
 
19748
19750
  .amis-scope .a-Layout-aside {
@@ -19769,7 +19771,7 @@ readers do not read off random characters that represent icons */
19769
19771
  .amis-scope .a-Layout--offScreen .a-Layout-body,
19770
19772
  .amis-scope .a-Layout--offScreen .a-Layout-footer {
19771
19773
  background: #edf1f2;
19772
- transition: transform 0.2s ease;
19774
+ transition: transform 0s ease;
19773
19775
  backface-visibility: hidden;
19774
19776
  transform: translate3d(75%, 0px, 0px);
19775
19777
  overflow: hidden;
@@ -19815,7 +19817,7 @@ readers do not read off random characters that represent icons */
19815
19817
  .amis-scope .a-Layout-brandBar,
19816
19818
  .amis-scope .a-Layout-aside {
19817
19819
  width: 12.5rem;
19818
- transition: width 0.2s ease;
19820
+ transition: width 0s ease;
19819
19821
  }
19820
19822
 
19821
19823
  .amis-scope .a-Layout-brandBar {
@@ -19837,7 +19839,7 @@ readers do not read off random characters that represent icons */
19837
19839
  .amis-scope .a-Layout--withAside .a-Layout-headerBar,
19838
19840
  .amis-scope .a-Layout--withAside .a-Layout-footer {
19839
19841
  margin-left: 12.5rem;
19840
- transition: margin 0.2s ease;
19842
+ transition: margin 0s ease;
19841
19843
  }
19842
19844
 
19843
19845
  .amis-scope .a-Layout .visible-folded {
@@ -20600,7 +20602,7 @@ readers do not read off random characters that represent icons */
20600
20602
  content: "";
20601
20603
  display: inline-block;
20602
20604
  transform-origin: center;
20603
- transition: transform 0.2s ease;
20605
+ transition: transform 0s ease;
20604
20606
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
20605
20607
  width: 0.625rem;
20606
20608
  height: 0.625rem;
@@ -20618,7 +20620,7 @@ readers do not read off random characters that represent icons */
20618
20620
  width: 0.625rem;
20619
20621
  height: 0.625rem;
20620
20622
  transform-origin: center;
20621
- transition: transform 0.2s ease;
20623
+ transition: transform 0s ease;
20622
20624
  }
20623
20625
 
20624
20626
  .amis-scope .a-AsideNav-item.is-open > a > .a-AsideNav-itemArrow > svg {
@@ -20666,7 +20668,7 @@ readers do not read off random characters that represent icons */
20666
20668
  height: 0;
20667
20669
  overflow: hidden;
20668
20670
  margin-left: calc(1rem * -1);
20669
- transition: all 0.2s ease-in-out 0s;
20671
+ transition: all 0s ease-in-out 0s;
20670
20672
  background: #242734;
20671
20673
  }
20672
20674
 
@@ -20699,7 +20701,7 @@ readers do not read off random characters that represent icons */
20699
20701
  font-size: 0.875rem;
20700
20702
  padding: calc( ( 2.5rem - 1.5 * 0.875rem ) / 2 ) 0.75rem;
20701
20703
  position: relative;
20702
- transition: background-color 0.2s ease-in-out 0s;
20704
+ transition: background-color 0s ease-in-out 0s;
20703
20705
  color: #b4b6bd;
20704
20706
  text-decoration: none;
20705
20707
  user-select: none;
@@ -20786,7 +20788,7 @@ readers do not read off random characters that represent icons */
20786
20788
  color: #fff;
20787
20789
  padding: 0.125rem 0.625rem;
20788
20790
  opacity: 0;
20789
- transition: all 0.2s ease-in-out;
20791
+ transition: all 0s ease-in-out;
20790
20792
  }
20791
20793
 
20792
20794
  .amis-scope .a-AsideNav-divider {
@@ -21064,10 +21066,10 @@ readers do not read off random characters that represent icons */
21064
21066
  user-select: none;
21065
21067
  background: transparent;
21066
21068
  border: 0.0625rem solid transparent;
21067
- transition: color 0.2s ease-in-out,
21068
- background-color 0.2s ease-in-out,
21069
- border-color 0.2s ease-in-out,
21070
- box-shadow 0.2s ease-in-out;
21069
+ transition: color 0s ease-in-out,
21070
+ background-color 0s ease-in-out,
21071
+ border-color 0s ease-in-out,
21072
+ box-shadow 0s ease-in-out;
21071
21073
  white-space: nowrap;
21072
21074
  min-width: auto;
21073
21075
  padding: calc(
@@ -21105,6 +21107,17 @@ readers do not read off random characters that represent icons */
21105
21107
  margin-left: 0.75rem;
21106
21108
  }
21107
21109
 
21110
+ .amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21111
+ .amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
21112
+ .amis-scope .a-Button > .pull-left {
21113
+ margin-right: 0.75rem;
21114
+ }
21115
+
21116
+ .amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21117
+ .amis-scope .a-Button > .pull-right {
21118
+ margin-left: 0.75rem;
21119
+ }
21120
+
21108
21121
  .amis-scope .a-Button img.a-Button-icon {
21109
21122
  height: 0.875rem;
21110
21123
  vertical-align: middle;
@@ -21122,16 +21135,24 @@ readers do not read off random characters that represent icons */
21122
21135
 
21123
21136
  .amis-scope .a-Button.is-disabled,
21124
21137
  .amis-scope .a-Button:disabled {
21125
- opacity: 0.65;
21126
21138
  filter: grayscale(100%);
21127
21139
  box-shadow: none;
21128
21140
  cursor: not-allowed;
21141
+ color: #99a6ad;
21142
+ pointer-events: auto;
21143
+ border: 0.0625rem solid #dee2e6;
21144
+ background: #f2f3f3;
21129
21145
  }
21130
21146
 
21131
21147
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
21132
21148
  cursor: pointer;
21133
21149
  }
21134
21150
 
21151
+ .amis-scope .a-Button.cxd-Button--link.is-disabled {
21152
+ background: transparent;
21153
+ border: none;
21154
+ }
21155
+
21135
21156
  .amis-scope .a-Button > .pull-left,
21136
21157
  .amis-scope .a-Button > .pull-right {
21137
21158
  line-height: inherit;
@@ -21159,8 +21180,14 @@ readers do not read off random characters that represent icons */
21159
21180
 
21160
21181
  .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
21161
21182
  color: #fff;
21162
- background: #5b4eac;
21163
- border-color: #564aa3;
21183
+ background: #4f86f4;
21184
+ border-color: #4f86f4;
21185
+ }
21186
+
21187
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21188
+ color: #fff;
21189
+ background: #1c53c1;
21190
+ border-color: #1c53c1;
21164
21191
  }
21165
21192
 
21166
21193
  .amis-scope .a-Button--primary:hover:focus {
@@ -21183,6 +21210,12 @@ readers do not read off random characters that represent icons */
21183
21210
  border-color: #545b62;
21184
21211
  }
21185
21212
 
21213
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21214
+ color: #fff;
21215
+ background: #545b62;
21216
+ border-color: #4e555b;
21217
+ }
21218
+
21186
21219
  .amis-scope .a-Button--secondary:hover:focus {
21187
21220
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21188
21221
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21203,11 +21236,43 @@ readers do not read off random characters that represent icons */
21203
21236
  border-color: #1e983b;
21204
21237
  }
21205
21238
 
21239
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
21240
+ color: #fff;
21241
+ background: #1e983b;
21242
+ border-color: #1c8d37;
21243
+ }
21244
+
21206
21245
  .amis-scope .a-Button--success:hover:focus {
21207
21246
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21208
21247
  0 1px 1px rgba(0, 0, 0, 0.075);
21209
21248
  }
21210
21249
 
21250
+ .amis-scope .a-Button--enhance {
21251
+ color: #7266ba;
21252
+ background: var(--Button--enhance-bg);
21253
+ border-color: #7266ba;
21254
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21255
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21256
+ text-shadow: none;
21257
+ }
21258
+
21259
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
21260
+ color: #4f86f4;
21261
+ background: #fff;
21262
+ border-color: #4f86f4;
21263
+ }
21264
+
21265
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21266
+ color: #1c53c1;
21267
+ background: #fff;
21268
+ border-color: #1c53c1;
21269
+ }
21270
+
21271
+ .amis-scope .a-Button--enhance:hover:focus {
21272
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21273
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21274
+ }
21275
+
21211
21276
  .amis-scope .a-Button--info {
21212
21277
  color: #fff;
21213
21278
  background: #23b7e5;
@@ -21223,6 +21288,12 @@ readers do not read off random characters that represent icons */
21223
21288
  border-color: #1797be;
21224
21289
  }
21225
21290
 
21291
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
21292
+ color: #fff;
21293
+ background: #1797be;
21294
+ border-color: #158eb3;
21295
+ }
21296
+
21226
21297
  .amis-scope .a-Button--info:hover:focus {
21227
21298
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21228
21299
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21243,6 +21314,12 @@ readers do not read off random characters that represent icons */
21243
21314
  border-color: #f4ca06;
21244
21315
  }
21245
21316
 
21317
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21318
+ color: #fff;
21319
+ background: #f4ca06;
21320
+ border-color: #e8c006;
21321
+ }
21322
+
21246
21323
  .amis-scope .a-Button--warning:hover:focus {
21247
21324
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21248
21325
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21263,6 +21340,12 @@ readers do not read off random characters that represent icons */
21263
21340
  border-color: #ec2121;
21264
21341
  }
21265
21342
 
21343
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21344
+ color: #fff;
21345
+ background: #ec2121;
21346
+ border-color: #eb1515;
21347
+ }
21348
+
21266
21349
  .amis-scope .a-Button--danger:hover:focus {
21267
21350
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21268
21351
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21283,6 +21366,12 @@ readers do not read off random characters that represent icons */
21283
21366
  border-color: #cfdadd;
21284
21367
  }
21285
21368
 
21369
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
21370
+ color: #58666e;
21371
+ background: #cfdadd;
21372
+ border-color: #c8d4d7;
21373
+ }
21374
+
21286
21375
  .amis-scope .a-Button--light:hover:focus {
21287
21376
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21288
21377
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21303,6 +21392,12 @@ readers do not read off random characters that represent icons */
21303
21392
  border-color: #252833;
21304
21393
  }
21305
21394
 
21395
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21396
+ color: #fff;
21397
+ background: #252833;
21398
+ border-color: #1f222c;
21399
+ }
21400
+
21306
21401
  .amis-scope .a-Button--dark:hover:focus {
21307
21402
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21308
21403
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21318,9 +21413,15 @@ readers do not read off random characters that represent icons */
21318
21413
  }
21319
21414
 
21320
21415
  .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
21321
- color: #58666e;
21322
- background: #ececec;
21323
- border-color: #b4bbc5;
21416
+ color: #7266ba;
21417
+ background: #fff;
21418
+ border-color: #7266ba;
21419
+ }
21420
+
21421
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
21422
+ color: #1c53c1;
21423
+ background: #fff;
21424
+ border-color: #1c53c1;
21324
21425
  }
21325
21426
 
21326
21427
  .amis-scope .a-Button--default:hover:focus {
@@ -21352,6 +21453,17 @@ readers do not read off random characters that represent icons */
21352
21453
  margin-left: 0.25rem;
21353
21454
  }
21354
21455
 
21456
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21457
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21458
+ .amis-scope .a-Button--xs > .pull-left {
21459
+ margin-right: 0.25rem;
21460
+ }
21461
+
21462
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21463
+ .amis-scope .a-Button--xs > .pull-right {
21464
+ margin-left: 0.25rem;
21465
+ }
21466
+
21355
21467
  .amis-scope .a-Button--xs img.a-Button-icon {
21356
21468
  height: 0.875rem;
21357
21469
  vertical-align: middle;
@@ -21385,6 +21497,17 @@ readers do not read off random characters that represent icons */
21385
21497
  margin-left: 0.5rem;
21386
21498
  }
21387
21499
 
21500
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21501
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21502
+ .amis-scope .a-Button--sm > .pull-left {
21503
+ margin-right: 0.5rem;
21504
+ }
21505
+
21506
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21507
+ .amis-scope .a-Button--sm > .pull-right {
21508
+ margin-left: 0.5rem;
21509
+ }
21510
+
21388
21511
  .amis-scope .a-Button--sm img.a-Button-icon {
21389
21512
  height: 0.875rem;
21390
21513
  vertical-align: middle;
@@ -21418,6 +21541,17 @@ readers do not read off random characters that represent icons */
21418
21541
  margin-left: 0.75rem;
21419
21542
  }
21420
21543
 
21544
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21545
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
21546
+ .amis-scope .a-Button--md > .pull-left {
21547
+ margin-right: 0.75rem;
21548
+ }
21549
+
21550
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21551
+ .amis-scope .a-Button--md > .pull-right {
21552
+ margin-left: 0.75rem;
21553
+ }
21554
+
21421
21555
  .amis-scope .a-Button--md img.a-Button-icon {
21422
21556
  height: 0.875rem;
21423
21557
  vertical-align: middle;
@@ -21451,6 +21585,17 @@ readers do not read off random characters that represent icons */
21451
21585
  margin-left: 1rem;
21452
21586
  }
21453
21587
 
21588
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21589
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21590
+ .amis-scope .a-Button--lg > .pull-left {
21591
+ margin-right: 1rem;
21592
+ }
21593
+
21594
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21595
+ .amis-scope .a-Button--lg > .pull-right {
21596
+ margin-left: 1rem;
21597
+ }
21598
+
21454
21599
  .amis-scope .a-Button--lg img.a-Button-icon {
21455
21600
  height: 0.875rem;
21456
21601
  vertical-align: middle;
@@ -21479,6 +21624,14 @@ readers do not read off random characters that represent icons */
21479
21624
  line-height: 1;
21480
21625
  }
21481
21626
 
21627
+ .amis-scope .a-Button--loading {
21628
+ transition: --Button-transition;
21629
+ }
21630
+
21631
+ .amis-scope .a-Button--loading svg {
21632
+ animation: spin 1s infinite linear;
21633
+ }
21634
+
21482
21635
  .amis-scope .a-Button--link {
21483
21636
  width: auto;
21484
21637
  min-width: auto;
@@ -21490,8 +21643,12 @@ readers do not read off random characters that represent icons */
21490
21643
  }
21491
21644
 
21492
21645
  .amis-scope .a-Button--link:hover:focus {
21493
- color: #414c52;
21494
- text-decoration: underline;
21646
+ color: #4f86f4;
21647
+ box-shadow: none;
21648
+ }
21649
+
21650
+ .amis-scope .a-Button--link:hover:active {
21651
+ color: #1c53c1;
21495
21652
  box-shadow: none;
21496
21653
  }
21497
21654
 
@@ -21499,7 +21656,7 @@ readers do not read off random characters that represent icons */
21499
21656
  .amis-scope .a-Button--link.is-disabled {
21500
21657
  color: #99a6ad;
21501
21658
  pointer-events: none;
21502
- background: transparent;
21659
+ background: #f2f3f3;
21503
21660
  }
21504
21661
 
21505
21662
  .amis-scope .a-Button--block {
@@ -21578,7 +21735,8 @@ readers do not read off random characters that represent icons */
21578
21735
  }
21579
21736
 
21580
21737
  .amis-scope .a-Badge-text,
21581
- .amis-scope .a-Badge-dot {
21738
+ .amis-scope .a-Badge-dot,
21739
+ .amis-scope .a-Badge-ribbon {
21582
21740
  background: #f05050;
21583
21741
  position: absolute;
21584
21742
  top: 0;
@@ -21644,6 +21802,56 @@ readers do not read off random characters that represent icons */
21644
21802
  border-radius: 50%;
21645
21803
  }
21646
21804
 
21805
+ .amis-scope .a-Badge-ribbon-out {
21806
+ overflow: hidden;
21807
+ position: absolute;
21808
+ top: 0;
21809
+ bottom: 0;
21810
+ right: 0;
21811
+ }
21812
+
21813
+ .amis-scope .a-Badge-ribbon {
21814
+ color: #fff;
21815
+ height: 1rem;
21816
+ line-height: 1rem;
21817
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21818
+ transform-origin: 50% 0;
21819
+ border-radius: 0;
21820
+ text-align: center;
21821
+ width: 62.5rem;
21822
+ top: 5px;
21823
+ }
21824
+
21825
+ .amis-scope .a-Badge-ribbon-out--top-left,
21826
+ .amis-scope .a-Badge-ribbon-out--bottom-left {
21827
+ left: 0;
21828
+ right: auto;
21829
+ }
21830
+
21831
+ .amis-scope .a-Badge-ribbon--top-left {
21832
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21833
+ left: 0;
21834
+ right: auto;
21835
+ }
21836
+
21837
+ .amis-scope .a-Badge-ribbon--bottom-left {
21838
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21839
+ transform-origin: 50% 100%;
21840
+ left: 0;
21841
+ right: auto;
21842
+ bottom: 5px;
21843
+ top: auto;
21844
+ }
21845
+
21846
+ .amis-scope .a-Badge-ribbon--bottom-right {
21847
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21848
+ transform-origin: 50% 100%;
21849
+ left: auto;
21850
+ right: 0;
21851
+ bottom: 5px;
21852
+ top: auto;
21853
+ }
21854
+
21647
21855
  @keyframes badgeDotAnimation {
21648
21856
  0% {
21649
21857
  transform: scale(0.8);
@@ -21710,7 +21918,7 @@ readers do not read off random characters that represent icons */
21710
21918
 
21711
21919
  .amis-scope .a-Modal-content.in,
21712
21920
  .amis-scope .a-Modal-content.out {
21713
- animation-duration: 0.2s;
21921
+ animation-duration: 0s;
21714
21922
  animation-fill-mode: both;
21715
21923
  }
21716
21924
 
@@ -21723,7 +21931,7 @@ readers do not read off random characters that represent icons */
21723
21931
  }
21724
21932
 
21725
21933
  .amis-scope .a-Modal-overlay {
21726
- transition: ease-in-out opacity 0.2s;
21934
+ transition: ease-in-out opacity 0s;
21727
21935
  position: fixed;
21728
21936
  top: 0;
21729
21937
  right: 0;
@@ -21947,11 +22155,11 @@ readers do not read off random characters that represent icons */
21947
22155
  z-index: 2;
21948
22156
  border: 0.0625rem solid #d1d5db;
21949
22157
  border-radius: 0;
21950
- transition: transform ease-in-out 0.2s;
22158
+ transition: transform ease-in-out 0s;
21951
22159
  }
21952
22160
 
21953
22161
  .amis-scope .a-Drawer-overlay {
21954
- transition: ease-out opacity 0.2s;
22162
+ transition: ease-out opacity 0s;
21955
22163
  position: fixed;
21956
22164
  top: 0;
21957
22165
  right: 0;
@@ -22459,7 +22667,7 @@ readers do not read off random characters that represent icons */
22459
22667
  color: #fff;
22460
22668
  padding: 0.125rem 0.625rem;
22461
22669
  display: none;
22462
- animation-duration: 0.2s;
22670
+ animation-duration: 0s;
22463
22671
  animation-fill-mode: both;
22464
22672
  }
22465
22673
 
@@ -22562,104 +22770,241 @@ readers do not read off random characters that represent icons */
22562
22770
  background: transparent;
22563
22771
  }
22564
22772
 
22565
- @keyframes bounceIn {
22566
- from, 20%, 40%, 60%, 80%, to {
22567
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
22568
- }
22569
-
22570
- 0% {
22571
- opacity: 0;
22572
- transform: scale3d(0.3, 0.3, 0.3);
22573
- }
22574
-
22575
- 20% {
22576
- transform: scale3d(1.1, 1.1, 1.1);
22577
- }
22578
-
22579
- 40% {
22580
- transform: scale3d(0.9, 0.9, 0.9);
22581
- }
22582
-
22583
- 60% {
22584
- opacity: 1;
22585
- transform: scale3d(1.03, 1.03, 1.03);
22586
- }
22773
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
22774
+ background: rgba(0, 0, 0, 0.3);
22775
+ }
22587
22776
 
22588
- 80% {
22589
- transform: scale3d(0.97, 0.97, 0.97);
22590
- }
22777
+ .amis-scope .a-PopOver--leftBottomLeftTop {
22778
+ margin-top: 0.25rem;
22779
+ }
22591
22780
 
22592
- to {
22593
- opacity: 1;
22594
- transform: scale3d(1, 1, 1);
22595
- }
22781
+ .amis-scope .a-PopOver--leftTopLeftBottom {
22782
+ margin-top: -0.25rem;
22596
22783
  }
22597
22784
 
22598
- @keyframes bounceOut {
22599
- 20% {
22600
- transform: scale3d(0.9, 0.9, 0.9);
22601
- }
22785
+ .amis-scope .has-popover {
22786
+ position: relative;
22787
+ }
22602
22788
 
22603
- 50%, 55% {
22604
- opacity: 1;
22605
- transform: scale3d(1.1, 1.1, 1.1);
22606
- }
22789
+ .amis-scope .a-PickerColumns {
22790
+ position: relative;
22791
+ background-color: white;
22792
+ user-select: none;
22793
+ }
22607
22794
 
22608
- to {
22609
- opacity: 0;
22610
- transform: scale3d(0.3, 0.3, 0.3);
22611
- }
22795
+ .amis-scope .a-PickerColumns-popOver {
22796
+ position: fixed;
22797
+ bottom: 0;
22798
+ left: 0;
22799
+ width: 100%;
22800
+ padding: 0 0.5rem;
22612
22801
  }
22613
22802
 
22614
- .amis-scope .a-Toast {
22803
+ .amis-scope .a-PickerColumns-toolbar {
22615
22804
  display: flex;
22616
22805
  align-items: center;
22617
- max-width: 18.75rem;
22618
- pointer-events: auto;
22619
- margin-bottom: 0.25rem;
22620
- padding: 0.25rem 0.5rem;
22621
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
22622
- border-radius: 0.428rem;
22623
- border: 0 solid;
22624
- color: #fff;
22625
- position: relative;
22626
- opacity: 0.8;
22627
- cursor: pointer;
22628
- opacity: 0;
22629
- transform: translateZ(0);
22806
+ justify-content: space-between;
22807
+ height: 3.125rem;
22630
22808
  }
22631
22809
 
22632
- .amis-scope .a-Toast-wrap {
22633
- pointer-events: none;
22634
- position: fixed;
22635
- z-index: 2000;
22810
+ .amis-scope .a-PickerColumns-cancel,
22811
+ .amis-scope .a-PickerColumns-confirm {
22812
+ height: 100%;
22813
+ padding: 0 0.5rem;
22814
+ font-size: 0.875rem;
22815
+ background-color: transparent;
22816
+ border: none;
22817
+ cursor: pointer;
22636
22818
  }
22637
22819
 
22638
- .amis-scope .a-Toast.in,
22639
- .amis-scope .a-Toast.out {
22640
- animation-fill-mode: both;
22641
- animation-duration: 0.2s;
22642
- opacity: 1;
22820
+ .amis-scope .a-PickerColumns-cancel:active,
22821
+ .amis-scope .a-PickerColumns-confirm:active {
22822
+ opacity: 0.7;
22643
22823
  }
22644
22824
 
22645
- .amis-scope .a-Toast.in {
22646
- animation-name: bounceIn;
22825
+ .amis-scope .a-PickerColumns-confirm {
22826
+ color: #23b7e5;
22647
22827
  }
22648
22828
 
22649
- .amis-scope .a-Toast.out {
22650
- animation-name: bounceOut;
22829
+ .amis-scope .a-PickerColumns-cancel {
22830
+ color: #edf1f2;
22651
22831
  }
22652
22832
 
22653
- .amis-scope .a-Toast-close {
22654
- color: #fff;
22655
- display: inline-flex;
22656
- margin-left: 0.25rem;
22657
- opacity: 0.8;
22833
+ .amis-scope .a-PickerColumns-title {
22834
+ max-width: 50%;
22835
+ font-weight: 500;
22836
+ font-size: 1rem;
22837
+ line-height: 1.5;
22838
+ text-align: center;
22658
22839
  }
22659
22840
 
22660
- .amis-scope .a-Toast-close:hover {
22661
- color: #fff;
22662
- opacity: 1;
22841
+ .amis-scope .a-PickerColumns-columns {
22842
+ position: relative;
22843
+ display: flex;
22844
+ cursor: grab;
22845
+ }
22846
+
22847
+ .amis-scope .a-PickerColumns-loading {
22848
+ position: absolute;
22849
+ top: 0;
22850
+ right: 0;
22851
+ bottom: 0;
22852
+ left: 0;
22853
+ z-index: 3;
22854
+ display: flex;
22855
+ align-items: center;
22856
+ justify-content: center;
22857
+ color: #4b5563;
22858
+ background-color: var(--PickerColumns-loadingMask-color);
22859
+ }
22860
+
22861
+ .amis-scope .a-PickerColumns-frame {
22862
+ position: absolute;
22863
+ top: 50%;
22864
+ right: 1rem;
22865
+ left: 1rem;
22866
+ z-index: 2;
22867
+ transform: translateY(-50%);
22868
+ pointer-events: none;
22869
+ }
22870
+
22871
+ .amis-scope .a-PickerColumns-mask {
22872
+ position: absolute;
22873
+ top: 0;
22874
+ left: 0;
22875
+ z-index: 1;
22876
+ width: 100%;
22877
+ height: 100%;
22878
+ 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));
22879
+ background-repeat: no-repeat;
22880
+ background-position: top, bottom;
22881
+ transform: translateZ(0);
22882
+ pointer-events: none;
22883
+ }
22884
+
22885
+ .amis-scope .a-PickerColumns-column {
22886
+ flex: 1;
22887
+ overflow: hidden;
22888
+ font-size: 1rem;
22889
+ }
22890
+
22891
+ .amis-scope .a-PickerColumns-columnWrapper {
22892
+ margin: 0;
22893
+ padding: 0;
22894
+ list-style: none;
22895
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22896
+ }
22897
+
22898
+ .amis-scope .a-PickerColumns-columnItem {
22899
+ display: flex;
22900
+ align-items: center;
22901
+ justify-content: center;
22902
+ color: #58666e;
22903
+ }
22904
+
22905
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
22906
+ cursor: not-allowed;
22907
+ opacity: 0.3;
22908
+ }
22909
+
22910
+ @keyframes bounceIn {
22911
+ from, 20%, 40%, 60%, 80%, to {
22912
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
22913
+ }
22914
+
22915
+ 0% {
22916
+ opacity: 0;
22917
+ transform: scale3d(0.3, 0.3, 0.3);
22918
+ }
22919
+
22920
+ 20% {
22921
+ transform: scale3d(1.1, 1.1, 1.1);
22922
+ }
22923
+
22924
+ 40% {
22925
+ transform: scale3d(0.9, 0.9, 0.9);
22926
+ }
22927
+
22928
+ 60% {
22929
+ opacity: 1;
22930
+ transform: scale3d(1.03, 1.03, 1.03);
22931
+ }
22932
+
22933
+ 80% {
22934
+ transform: scale3d(0.97, 0.97, 0.97);
22935
+ }
22936
+
22937
+ to {
22938
+ opacity: 1;
22939
+ transform: scale3d(1, 1, 1);
22940
+ }
22941
+ }
22942
+
22943
+ @keyframes bounceOut {
22944
+ 20% {
22945
+ transform: scale3d(0.9, 0.9, 0.9);
22946
+ }
22947
+
22948
+ 50%, 55% {
22949
+ opacity: 1;
22950
+ transform: scale3d(1.1, 1.1, 1.1);
22951
+ }
22952
+
22953
+ to {
22954
+ opacity: 0;
22955
+ transform: scale3d(0.3, 0.3, 0.3);
22956
+ }
22957
+ }
22958
+
22959
+ .amis-scope .a-Toast {
22960
+ display: flex;
22961
+ align-items: center;
22962
+ max-width: 18.75rem;
22963
+ pointer-events: auto;
22964
+ margin-bottom: 0.25rem;
22965
+ padding: 0.25rem 0.5rem;
22966
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
22967
+ border-radius: 0.428rem;
22968
+ border: 0 solid;
22969
+ color: #fff;
22970
+ position: relative;
22971
+ opacity: 0.8;
22972
+ cursor: pointer;
22973
+ opacity: 0;
22974
+ transform: translateZ(0);
22975
+ }
22976
+
22977
+ .amis-scope .a-Toast-wrap {
22978
+ pointer-events: none;
22979
+ position: fixed;
22980
+ z-index: 2000;
22981
+ }
22982
+
22983
+ .amis-scope .a-Toast.in,
22984
+ .amis-scope .a-Toast.out {
22985
+ animation-fill-mode: both;
22986
+ animation-duration: 0s;
22987
+ opacity: 1;
22988
+ }
22989
+
22990
+ .amis-scope .a-Toast.in {
22991
+ animation-name: bounceIn;
22992
+ }
22993
+
22994
+ .amis-scope .a-Toast.out {
22995
+ animation-name: bounceOut;
22996
+ }
22997
+
22998
+ .amis-scope .a-Toast-close {
22999
+ color: #fff;
23000
+ display: inline-flex;
23001
+ margin-left: 0.25rem;
23002
+ opacity: 0.8;
23003
+ }
23004
+
23005
+ .amis-scope .a-Toast-close:hover {
23006
+ color: #fff;
23007
+ opacity: 1;
22663
23008
  }
22664
23009
 
22665
23010
  .amis-scope .a-Toast-body {
@@ -22882,6 +23227,17 @@ readers do not read off random characters that represent icons */
22882
23227
  margin-left: 0.5rem;
22883
23228
  }
22884
23229
 
23230
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
23231
+ .amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23232
+ .amis-scope .a-ArrayInput-addBtn > .pull-left {
23233
+ margin-right: 0.5rem;
23234
+ }
23235
+
23236
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
23237
+ .amis-scope .a-ArrayInput-addBtn > .pull-right {
23238
+ margin-left: 0.5rem;
23239
+ }
23240
+
22885
23241
  .amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
22886
23242
  height: 0.875rem;
22887
23243
  vertical-align: middle;
@@ -22893,6 +23249,12 @@ readers do not read off random characters that represent icons */
22893
23249
  border-color: #b4bbc5;
22894
23250
  }
22895
23251
 
23252
+ .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23253
+ color: #fff;
23254
+ background: #1797be;
23255
+ border-color: #adb4bf;
23256
+ }
23257
+
22896
23258
  .amis-scope .a-ArrayInput-addBtn:hover:focus {
22897
23259
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
22898
23260
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -23115,7 +23477,7 @@ readers do not read off random characters that represent icons */
23115
23477
  display: none;
23116
23478
  padding: 0.75rem;
23117
23479
  opacity: 0;
23118
- transition: opacity 0.2s linear;
23480
+ transition: opacity 0s linear;
23119
23481
  }
23120
23482
 
23121
23483
  .amis-scope .a-Tabs-pane.is-active {
@@ -23478,6 +23840,10 @@ readers do not read off random characters that represent icons */
23478
23840
  }
23479
23841
 
23480
23842
  .amis-scope .a-Nav {
23843
+ position: relative;
23844
+ }
23845
+
23846
+ .amis-scope .a-Nav .a-Nav-list {
23481
23847
  list-style: none;
23482
23848
  user-select: none;
23483
23849
  margin: 0;
@@ -23485,25 +23851,26 @@ readers do not read off random characters that represent icons */
23485
23851
  position: relative;
23486
23852
  }
23487
23853
 
23488
- .amis-scope .a-Nav .a-Nav-itemIcon {
23854
+ .amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
23489
23855
  margin-right: 0.5rem;
23490
23856
  }
23491
23857
 
23492
- .amis-scope .a-Nav img.a-Nav-itemIcon {
23858
+ .amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
23493
23859
  height: 0.875rem;
23494
23860
  vertical-align: middle;
23495
23861
  }
23496
23862
 
23497
- .amis-scope .a-Nav--tabs {
23863
+ .amis-scope .a-Nav .a-Nav-list--tabs {
23498
23864
  border-bottom: 0.0625rem solid #d1d5db;
23499
23865
  }
23500
23866
 
23501
- .amis-scope .a-Nav--tabs .a-Nav-item {
23867
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
23502
23868
  margin-bottom: calc(0.0625rem * -1);
23503
23869
  display: inline-block;
23870
+ position: relative;
23504
23871
  }
23505
23872
 
23506
- .amis-scope .a-Nav--tabs .a-Nav-item > a {
23873
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
23507
23874
  font-size: 0.875rem;
23508
23875
  display: block;
23509
23876
  outline: none;
@@ -23513,142 +23880,267 @@ readers do not read off random characters that represent icons */
23513
23880
  color: #58666e;
23514
23881
  text-decoration: none;
23515
23882
  margin-right: 0.125rem;
23516
- padding: 0.5rem 0.75rem;
23883
+ padding: 0.5rem 1.5rem;
23517
23884
  cursor: pointer;
23518
23885
  }
23519
23886
 
23520
- .amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
23521
- .amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
23887
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
23888
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
23522
23889
  border-color: #e5e7eb;
23523
23890
  text-decoration: none;
23524
23891
  }
23525
23892
 
23526
- .amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
23527
- .amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
23893
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
23894
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
23528
23895
  color: #4b5563;
23529
23896
  background: transparent;
23530
23897
  border-color: transparent;
23531
23898
  pointer-events: none;
23532
23899
  }
23533
23900
 
23534
- .amis-scope .a-Nav--tabs .a-Nav-item.active > a,
23535
- .amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
23901
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
23902
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
23536
23903
  color: #374151;
23537
23904
  background: #fff;
23538
23905
  border-color: #d1d5db;
23539
23906
  border-bottom-color: #fff;
23540
23907
  }
23541
23908
 
23542
- .amis-scope .a-Nav--stacked {
23909
+ .amis-scope .a-Nav .a-Nav-list--stacked {
23543
23910
  min-height: 3.125rem;
23544
23911
  }
23545
23912
 
23546
- .amis-scope .a-Nav--stacked .a-Nav-item {
23913
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
23914
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
23547
23915
  position: relative;
23916
+ display: flex;
23917
+ flex-wrap: wrap;
23918
+ align-items: stretch;
23919
+ width: 100%;
23548
23920
  }
23549
23921
 
23550
- .amis-scope .a-Nav--stacked .a-Nav-item > a {
23551
- display: block;
23922
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
23923
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
23924
+ cursor: move;
23925
+ position: absolute;
23926
+ left: 0;
23927
+ top: 0.6875rem;
23928
+ display: none;
23929
+ }
23930
+
23931
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
23932
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
23933
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
23934
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
23935
+ color: #4b5563;
23936
+ }
23937
+
23938
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
23939
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
23940
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
23941
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
23942
+ color: #111827;
23943
+ }
23944
+
23945
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
23946
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
23947
+ width: 1rem;
23948
+ height: 1rem;
23949
+ }
23950
+
23951
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
23952
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
23953
+ position: absolute;
23954
+ top: 0;
23955
+ bottom: 0;
23956
+ width: 2.1875rem;
23957
+ overflow: hidden;
23958
+ }
23959
+
23960
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
23961
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
23962
+ position: absolute;
23963
+ top: 0.125rem;
23964
+ left: -0.8125rem;
23965
+ transform: rotate(-45deg);
23966
+ width: 3.125rem;
23967
+ font-size: 12px;
23968
+ text-align: center;
23969
+ color: #fff;
23970
+ background: #27c24c;
23971
+ }
23972
+
23973
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
23974
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
23975
+ display: flex;
23976
+ align-items: center;
23977
+ }
23978
+
23979
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
23980
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
23981
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
23982
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
23983
+ display: flex;
23984
+ align-items: center;
23552
23985
  outline: none;
23553
23986
  color: #58666e;
23554
23987
  text-decoration: none;
23555
- padding: 0.5rem 0.75rem;
23988
+ padding: 0.5rem 0.5rem;
23556
23989
  cursor: pointer;
23557
23990
  background: transparent;
23558
23991
  border-radius: 0;
23559
23992
  text-overflow: ellipsis;
23993
+ flex: 1;
23560
23994
  }
23561
23995
 
23562
- .amis-scope .a-Nav--stacked .a-Nav-item > a::after {
23563
- border-left: 3px solid transparent;
23564
- position: absolute;
23565
- left: 0;
23566
- top: 0;
23567
- content: "";
23568
- width: 1px;
23569
- height: 100%;
23570
- transform: scaleY(0.0001);
23571
- 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);
23572
- }
23573
-
23574
- .amis-scope .a-Nav--stacked .a-Nav-item.has-sub > a {
23575
- padding-right: calc(0.75rem + 0.5rem);
23576
- }
23577
-
23578
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
23579
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
23996
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
23997
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
23998
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
23999
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
24000
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
24001
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
24002
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
24003
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
24004
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
24005
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
24006
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
24007
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
24008
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
24009
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
24010
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
24011
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
23580
24012
  border-color: #414c52;
23581
24013
  text-decoration: none;
23582
24014
  background: rgba(0, 0, 0, 0.05);
24015
+ z-index: 1;
24016
+ }
24017
+
24018
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
24019
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
24020
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
24021
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
24022
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
24023
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
24024
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
24025
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
24026
+ display: block;
23583
24027
  }
23584
24028
 
23585
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
23586
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a {
24029
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
24030
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
24031
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
24032
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
24033
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
24034
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
24035
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
24036
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
23587
24037
  color: #99a6ad;
23588
24038
  background: transparent;
23589
24039
  pointer-events: none;
23590
24040
  }
23591
24041
 
23592
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
23593
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a {
24042
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
24043
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
24044
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
24045
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
24046
+ background: #23b7e5 !important;
24047
+ }
24048
+
24049
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
24050
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
24051
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
24052
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
24053
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
24054
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
24055
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
24056
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
24057
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
24058
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
24059
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
24060
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
23594
24061
  color: #fff;
23595
- background: #23b7e5;
23596
- padding-left: 0.75rem;
23597
24062
  position: relative;
23598
24063
  }
23599
24064
 
23600
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
23601
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after {
24065
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
24066
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
24067
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
24068
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
24069
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
24070
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
24071
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
24072
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
24073
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
24074
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
24075
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
24076
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
23602
24077
  transform: scaleY(1);
23603
24078
  }
23604
24079
 
23605
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler {
24080
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
24081
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
24082
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
24083
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
23606
24084
  transform: rotate(180deg) scale(0.8);
23607
24085
  }
23608
24086
 
23609
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems {
24087
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
24088
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
24089
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
24090
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
23610
24091
  display: block;
23611
24092
  }
23612
24093
 
23613
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner {
24094
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
24095
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
23614
24096
  position: absolute;
23615
24097
  right: 0.625rem;
23616
24098
  top: 0.5rem;
23617
24099
  }
23618
24100
 
23619
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler {
23620
- position: absolute;
23621
- right: 0;
23622
- top: 0.1875rem;
23623
- width: 1.875rem;
23624
- height: 1.875rem;
24101
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
24102
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
24103
+ float: left;
24104
+ margin-right: 0.625rem;
24105
+ height: 1.5rem;
23625
24106
  text-align: center;
23626
- line-height: 1.875rem;
24107
+ line-height: 1.5rem;
23627
24108
  vertical-align: middle;
23628
24109
  cursor: pointer;
23629
24110
  transform: scale(0.8);
23630
- transition: transform 0.2s;
24111
+ transition: transform 0s;
23631
24112
  }
23632
24113
 
23633
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg {
24114
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
24115
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
23634
24116
  width: 10px;
23635
24117
  height: 10px;
23636
24118
  top: 0;
23637
24119
  }
23638
24120
 
23639
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
24121
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
24122
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
23640
24123
  display: none;
23641
24124
  padding-left: 0;
23642
24125
  list-style: none;
24126
+ width: 100%;
23643
24127
  }
23644
24128
 
23645
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
24129
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
24130
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
23646
24131
  font-size: 0.875rem;
23647
24132
  }
23648
24133
 
24134
+ .amis-scope .a-Nav .a-Nav-dropIndicator {
24135
+ position: absolute;
24136
+ background: #fff;
24137
+ height: 2px;
24138
+ }
24139
+
23649
24140
  .amis-scope .a-Page {
23650
24141
  width: 100%;
23651
24142
  height: 100%;
24143
+ background: transparent;
23652
24144
  }
23653
24145
 
23654
24146
  .amis-scope .a-Page-header {
@@ -23656,7 +24148,6 @@ readers do not read off random characters that represent icons */
23656
24148
  }
23657
24149
 
23658
24150
  .amis-scope .a-Page-main {
23659
- background: transparent;
23660
24151
  height: 100%;
23661
24152
  display: flex;
23662
24153
  flex-direction: column;
@@ -23671,11 +24162,9 @@ readers do not read off random characters that represent icons */
23671
24162
 
23672
24163
  .amis-scope .a-Page-main > .a-Page-header {
23673
24164
  border-bottom: 0.0625rem solid #d1d5db;
23674
- background: transparent;
23675
24165
  }
23676
24166
 
23677
24167
  .amis-scope .a-Page-headerRow {
23678
- background: transparent;
23679
24168
  border-bottom: 0.0625rem solid #d1d5db;
23680
24169
  display: flex;
23681
24170
  flex-direction: row;
@@ -23720,10 +24209,6 @@ readers do not read off random characters that represent icons */
23720
24209
  margin-left: 0.25rem;
23721
24210
  }
23722
24211
 
23723
- .amis-scope .a-Page-aside {
23724
- background: #e5eaeb;
23725
- }
23726
-
23727
24212
  @media (min-width: 768px) {
23728
24213
  .amis-scope .a-Page-aside {
23729
24214
  min-width: 12.5rem;
@@ -23838,7 +24323,7 @@ readers do not read off random characters that represent icons */
23838
24323
  .amis-scope .a-Video-cursor {
23839
24324
  position: absolute;
23840
24325
  border: 2px solid #23b7e5;
23841
- transition: all 0.2s ease-out;
24326
+ transition: all 0s ease-out;
23842
24327
  }
23843
24328
 
23844
24329
  .amis-scope .a-Video-frameList .a-Video-frameItem {
@@ -24283,7 +24768,7 @@ readers do not read off random characters that represent icons */
24283
24768
  right: 0;
24284
24769
  bottom: 0;
24285
24770
  background: rgba(255, 255, 255, 0.4);
24286
- transition: ease-out opacity 0.2s;
24771
+ transition: ease-out opacity 0s;
24287
24772
  opacity: 0;
24288
24773
  }
24289
24774
 
@@ -24298,7 +24783,7 @@ readers do not read off random characters that represent icons */
24298
24783
  display: inline-block;
24299
24784
  background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
24300
24785
  background-size: 100%;
24301
- transition: ease-out all 0.2s;
24786
+ transition: ease-out all 0s;
24302
24787
  }
24303
24788
 
24304
24789
  .amis-scope .a-Spinner--lg {
@@ -24464,7 +24949,7 @@ readers do not read off random characters that represent icons */
24464
24949
  margin-left: 0.5rem;
24465
24950
  display: inline-block;
24466
24951
  vertical-align: top;
24467
- transition: transform 0.2s ease;
24952
+ transition: transform 0s ease;
24468
24953
  }
24469
24954
 
24470
24955
  .amis-scope .a-DropDown-caret > svg {
@@ -24521,19 +25006,20 @@ readers do not read off random characters that represent icons */
24521
25006
  height: 2.125rem;
24522
25007
  vertical-align: middle;
24523
25008
  user-select: none;
24524
- color: #23b7e5;
25009
+ color: #58666e;
24525
25010
  text-decoration: none;
24526
25011
  }
24527
25012
 
24528
25013
  .amis-scope .a-DropDown-menuItem:hover,
24529
25014
  .amis-scope .a-DropDown-menu > li:hover {
24530
25015
  background: rgba(0, 126, 255, 0.08);
24531
- color: inherit;
25016
+ color: #7266ba;
24532
25017
  }
24533
25018
 
24534
25019
  .amis-scope .a-DropDown-menuItem.is-active,
24535
25020
  .amis-scope .a-DropDown-menu > li.is-active {
24536
- color: #23b7e5;
25021
+ background: rgba(0, 126, 255, 0.08);
25022
+ color: #7266ba;
24537
25023
  }
24538
25024
 
24539
25025
  .amis-scope .a-DropDown-menuItem:not(.is-disabled),
@@ -24590,15 +25076,30 @@ readers do not read off random characters that represent icons */
24590
25076
  font-size: 0.875rem;
24591
25077
  font-weight: 400;
24592
25078
  color: #414c52;
24593
- padding: 0.25rem 0;
25079
+ padding: 1.125rem 0 0.25rem 0;
25080
+ margin: 0;
24594
25081
  border-bottom: 0.0625rem solid #dfe2e6;
25082
+ background: transparent;
25083
+ }
25084
+
25085
+ .amis-scope .a-Collapse-header-wrapper {
25086
+ display: inline-flex;
25087
+ flex-direction: row;
25088
+ }
25089
+
25090
+ .amis-scope .a-Collapse-header-tpl {
25091
+ margin-right: 0.5rem;
25092
+ }
25093
+
25094
+ .amis-scope .a-Collapse-header:hover {
25095
+ background: transparent;
24595
25096
  }
24596
25097
 
24597
25098
  .amis-scope .a-Collapse-arrow {
24598
25099
  display: inline-block;
24599
25100
  width: 1rem;
24600
25101
  text-align: center;
24601
- margin-left: 0.25rem;
25102
+ margin-right: 0.5rem;
24602
25103
  cursor: pointer;
24603
25104
  }
24604
25105
 
@@ -24616,11 +25117,20 @@ readers do not read off random characters that represent icons */
24616
25117
  transform-origin: 50% 50%;
24617
25118
  }
24618
25119
 
25120
+ .amis-scope .a-Collapse-TplField {
25121
+ display: inline-block;
25122
+ }
25123
+
24619
25124
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
24620
25125
  transform: rotate(45deg);
24621
25126
  transform-origin: 0% 50%;
24622
25127
  }
24623
25128
 
25129
+ .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
25130
+ border-bottom: 0.0625rem solid
25131
+ #dfe2e6;
25132
+ }
25133
+
24624
25134
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
24625
25135
  cursor: pointer;
24626
25136
  user-select: none;
@@ -24631,6 +25141,13 @@ readers do not read off random characters that represent icons */
24631
25141
  color: #23b7e5;
24632
25142
  border-left: none;
24633
25143
  font-size: 0.875rem;
25144
+ border-top: none;
25145
+ border-bottom: 0.0625rem solid
25146
+ #dfe2e6;
25147
+ }
25148
+
25149
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
25150
+ border-top: none;
24634
25151
  }
24635
25152
 
24636
25153
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -24645,16 +25162,23 @@ readers do not read off random characters that represent icons */
24645
25162
  transform-origin: 0% 50%;
24646
25163
  }
24647
25164
 
24648
- .amis-scope .a-Collapse-content {
24649
- transition: height 0.2s ease;
25165
+ .amis-scope .a-Collapse-contentWrapper {
25166
+ transition: height 0s ease;
24650
25167
  }
24651
25168
 
24652
- .amis-scope .a-Collapse-content.in,
24653
- .amis-scope .a-Collapse-content.out {
25169
+ .amis-scope .a-Collapse-contentWrapper.in,
25170
+ .amis-scope .a-Collapse-contentWrapper.out {
24654
25171
  height: 0;
24655
25172
  overflow: hidden;
24656
25173
  }
24657
25174
 
25175
+ .amis-scope .a-Collapse-content {
25176
+ padding: 1.125rem 0;
25177
+ color: #58666e;
25178
+ font-size: 0.875rem;
25179
+ font-weight: 400;
25180
+ }
25181
+
24658
25182
  .amis-scope .a-ColorField {
24659
25183
  display: inline-block;
24660
25184
  }
@@ -24685,7 +25209,7 @@ readers do not read off random characters that represent icons */
24685
25209
  }
24686
25210
 
24687
25211
  .amis-scope .a-CBGroup-toolbar .a-Button {
24688
- transition: padding 0.2s;
25212
+ transition: padding 0s;
24689
25213
  min-width: unset;
24690
25214
  }
24691
25215
 
@@ -24706,7 +25230,7 @@ readers do not read off random characters that represent icons */
24706
25230
  }
24707
25231
 
24708
25232
  .amis-scope .a-CBGroup-toolbar .a-CBGroup-toolbarConditionAdd {
24709
- transition: opacity 0.2s;
25233
+ transition: opacity 0s;
24710
25234
  display: flex;
24711
25235
  align-items: center;
24712
25236
  margin-left: 0.75rem;
@@ -24730,7 +25254,7 @@ readers do not read off random characters that represent icons */
24730
25254
 
24731
25255
  .amis-scope .a-CBGroup-fieldCaret,
24732
25256
  .amis-scope .a-CBGroup-operatorCaret {
24733
- transition: transform 0.2s ease-out;
25257
+ transition: transform 0s ease-out;
24734
25258
  margin: 5px;
24735
25259
  display: flex;
24736
25260
  color: #4b5563;
@@ -24795,7 +25319,7 @@ readers do not read off random characters that represent icons */
24795
25319
  color: #4b5563;
24796
25320
  cursor: pointer;
24797
25321
  margin-left: auto;
24798
- transition: opacity 0.2s;
25322
+ transition: opacity 0s;
24799
25323
  }
24800
25324
 
24801
25325
  .amis-scope .a-CBDelete:hover {
@@ -24819,7 +25343,7 @@ readers do not read off random characters that represent icons */
24819
25343
  align-items: center;
24820
25344
  position: relative;
24821
25345
  background: rgba(0, 0, 0, 0.03);
24822
- transition: all 0.2s ease-out;
25346
+ transition: all 0s ease-out;
24823
25347
  }
24824
25348
 
24825
25349
  .amis-scope .a-CBGroupOrItem-body > .a-CBGroup {
@@ -24851,7 +25375,7 @@ readers do not read off random characters that represent icons */
24851
25375
  margin-left: -5px;
24852
25376
  opacity: 0.6;
24853
25377
  text-align: center;
24854
- transition: opacity 0.2s ease-out;
25378
+ transition: opacity 0s ease-out;
24855
25379
  color: #4b5563;
24856
25380
  }
24857
25381
 
@@ -25032,13 +25556,13 @@ readers do not read off random characters that represent icons */
25032
25556
 
25033
25557
  .amis-scope .a-ContextMenu-menu.in,
25034
25558
  .amis-scope .a-ContextMenu-menu.out {
25035
- animation-duration: 0.2s;
25559
+ animation-duration: 0s;
25036
25560
  animation-fill-mode: both;
25037
25561
  }
25038
25562
 
25039
25563
  .amis-scope .a-ContextMenu-menu.in {
25040
25564
  animation-name: contextMenuInSpecial;
25041
- animation-duration: 0.2s;
25565
+ animation-duration: 0s;
25042
25566
  }
25043
25567
 
25044
25568
  .amis-scope .a-ContextMenu-menu.out {
@@ -25130,7 +25654,7 @@ readers do not read off random characters that represent icons */
25130
25654
 
25131
25655
  .amis-scope .a-ContextMenu-item:hover > .a-ContextMenu-subList {
25132
25656
  display: block;
25133
- animation-duration: 0.2s;
25657
+ animation-duration: 0s;
25134
25658
  animation-fill-mode: both;
25135
25659
  animation-name: contextMenuIn;
25136
25660
  display: block;
@@ -25696,6 +26220,20 @@ readers do not read off random characters that represent icons */
25696
26220
  text-align: center;
25697
26221
  }
25698
26222
 
26223
+ .amis-scope .a-Table-searchableForm {
26224
+ background: #f6f7f8;
26225
+ border-radius: 0.25rem;
26226
+ }
26227
+
26228
+ .amis-scope .a-Table-searchableForm-footer {
26229
+ padding: 0.5rem 0.75rem;
26230
+ clear: both;
26231
+ }
26232
+
26233
+ .amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
26234
+ padding-top: 0;
26235
+ }
26236
+
25699
26237
  .amis-scope .a-Table-header {
25700
26238
  padding: 0.75rem 0;
25701
26239
  }
@@ -25829,6 +26367,10 @@ readers do not read off random characters that represent icons */
25829
26367
  border-right: 0.0625rem solid #d1d5db;
25830
26368
  }
25831
26369
 
26370
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
26371
+ cursor: pointer;
26372
+ }
26373
+
25832
26374
  .amis-scope .a-Table-table > thead > tr > th {
25833
26375
  background: #f6f8f8;
25834
26376
  padding: calc(
@@ -25872,6 +26414,7 @@ readers do not read off random characters that represent icons */
25872
26414
  }
25873
26415
 
25874
26416
  .amis-scope .a-Table-table > tbody > tr {
26417
+ position: relative;
25875
26418
  background: transparent;
25876
26419
  }
25877
26420
 
@@ -27026,184 +27569,456 @@ readers do not read off random characters that represent icons */
27026
27569
  margin: 0;
27027
27570
  }
27028
27571
 
27029
- .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
27030
- background: #edf1f2;
27572
+ .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
27573
+ background: #edf1f2;
27574
+ color: #7266ba;
27575
+ }
27576
+
27577
+ .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
27578
+ background: #edf1f2;
27579
+ color: #7266ba;
27580
+ }
27581
+
27582
+ .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
27583
+ width: 100%;
27584
+ margin: 0;
27585
+ }
27586
+
27587
+ .amis-scope .a-Table-itemActions-wrap {
27588
+ position: absolute;
27589
+ width: 100%;
27590
+ z-index: calc(5 + 1);
27591
+ left: 0;
27592
+ top: 0;
27593
+ min-height: 30px;
27594
+ pointer-events: none;
27595
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27596
+ }
27597
+
27598
+ .amis-scope .a-Table-itemActions {
27599
+ pointer-events: all;
27600
+ position: absolute;
27601
+ background: linear-gradient(90deg, rgba(243, 246, 246, 0) 0%, rgba(243, 246, 246, 1) 20%, rgba(243, 246, 246, 1) 100%);
27602
+ top: 0.0625rem;
27603
+ bottom: 0;
27604
+ right: 0;
27605
+ padding-left: 5rem;
27606
+ padding-right: 0.5rem;
27607
+ display: flex;
27608
+ align-items: center;
27609
+ }
27610
+
27611
+ .amis-scope .a-Table-itemActions a {
27612
+ cursor: pointer;
27613
+ padding: 0.25rem 0.5rem;
27614
+ color: #23b7e5;
27615
+ text-decoration: none;
27616
+ }
27617
+
27618
+ .amis-scope .a-Table-itemActions a:hover {
27619
+ color: #18a0ca;
27620
+ text-decoration: underline;
27621
+ }
27622
+
27623
+ .amis-scope .a-Table-itemActions a.is-disabled {
27624
+ pointer-events: none;
27625
+ opacity: 0.65;
27626
+ color: #99a6ad;
27627
+ }
27628
+
27629
+ .amis-scope .a-Table-dragTip {
27630
+ color: #414c52;
27631
+ clear: both;
27632
+ margin-top: 0.25rem;
27633
+ width: 100%;
27634
+ color: #23b7e5;
27635
+ }
27636
+
27637
+ .amis-scope .a-Table-footTable {
27638
+ position: relative;
27639
+ width: 100%;
27640
+ border-spacing: 0;
27641
+ border-collapse: collapse;
27642
+ margin-bottom: 0;
27643
+ background: transparent;
27644
+ }
27645
+
27646
+ .amis-scope .a-Table-footTable > tbody > tr > th {
27647
+ width: 7.5rem;
27648
+ text-align: right;
27649
+ padding: calc(
27650
+ (2.5rem - 0.875rem * 1.5) /
27651
+ 2
27652
+ ) 0.5rem;
27653
+ }
27654
+
27655
+ .amis-scope .a-Table-footTable > tbody > tr > td {
27656
+ word-break: break-all;
27657
+ padding: calc(
27658
+ (2.5rem - 0.875rem * 1.5) /
27659
+ 2
27660
+ ) 0.5rem;
27661
+ }
27662
+
27663
+ .amis-scope .a-Table-footTable > tbody > tr:not(:first-child) {
27664
+ border-top: 0.0625rem solid #d8dce1;
27665
+ }
27666
+
27667
+ .amis-scope .a-Table-expandBtn {
27668
+ position: relative;
27669
+ z-index: 1;
27670
+ color: #23b7e5;
27671
+ display: inline-flex;
27672
+ justify-content: center;
27673
+ align-items: center;
27674
+ width: 0.875rem;
27675
+ line-height: 1;
27676
+ height: 16px;
27677
+ }
27678
+
27679
+ .amis-scope .a-Table-expandBtn > svg {
27680
+ display: inline-block;
27681
+ text-align: center;
27682
+ cursor: pointer;
27683
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
27684
+ position: relative;
27685
+ transform-origin: 50% 50%;
27686
+ width: 0.625rem;
27687
+ height: 0.625rem;
27688
+ top: 0;
27689
+ }
27690
+
27691
+ .amis-scope .a-Table-expandBtn.is-active > svg {
27692
+ transform: rotate(90deg);
27693
+ }
27694
+
27695
+ .amis-scope .a-Table-expandBtn:hover {
27696
+ text-decoration: none;
27697
+ }
27698
+
27699
+ .amis-scope .a-Table-dragBtn {
27700
+ margin-right: 0.25rem;
27701
+ display: inline-block;
27702
+ visibility: hidden;
27703
+ cursor: move;
27704
+ color: #4b5563;
27705
+ }
27706
+
27707
+ .amis-scope .a-Table-dragBtn:hover {
27708
+ text-decoration: none;
27709
+ color: #111827;
27710
+ }
27711
+
27712
+ .amis-scope .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
27713
+ .amis-scope .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
27714
+ .amis-scope .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
27715
+ visibility: visible;
27716
+ }
27717
+
27718
+ .amis-scope .a-Table .fake-hide {
27719
+ visibility: hidden;
27720
+ position: absolute;
27721
+ }
27722
+
27723
+ .amis-scope .a-Table-badge {
27724
+ position: absolute;
27725
+ top: 0;
27726
+ left: 0;
27727
+ }
27728
+
27729
+ .amis-scope .a-Table--autoFillHeight {
27730
+ margin-bottom: 0;
27731
+ }
27732
+
27733
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
27734
+ border-top: none;
27735
+ }
27736
+
27737
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
27738
+ position: sticky;
27739
+ top: 0;
27740
+ z-index: 1;
27741
+ }
27742
+
27743
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
27744
+ display: none;
27745
+ }
27746
+
27747
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
27748
+ margin-bottom: 0;
27749
+ }
27750
+
27751
+ .amis-scope .a-InputTable-toolbar {
27752
+ display: flex;
27753
+ flex-direction: row;
27754
+ flex-wrap: wrap;
27755
+ justify-content: space-between;
27756
+ }
27757
+
27758
+ .amis-scope .a-InputTable-pager {
27759
+ margin-left: auto;
27760
+ }
27761
+
27762
+ .amis-scope .a-OperationField {
27763
+ margin: -0.1875rem;
27764
+ }
27765
+
27766
+ .amis-scope .a-OperationField > .a-Button,
27767
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
27768
+ margin: 0.1875rem;
27769
+ }
27770
+
27771
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
27772
+ padding: 0;
27773
+ }
27774
+
27775
+ .amis-scope .a-OperationField > .a-Button--link {
27776
+ padding: 0;
27777
+ margin-right: 0.625rem;
27778
+ }
27779
+
27780
+ .amis-scope .a-ColumnToggler {
27781
+ position: relative;
27782
+ display: inline-block;
27783
+ }
27784
+
27785
+ .amis-scope .a-ColumnToggler-caret {
27786
+ margin-left: 0.5rem;
27787
+ display: inline-block;
27788
+ vertical-align: top;
27789
+ transition: transform 0s ease;
27790
+ }
27791
+
27792
+ .amis-scope .a-ColumnToggler-caret > svg {
27793
+ width: 0.625rem;
27794
+ height: 0.625rem;
27795
+ top: 0.125em;
27796
+ }
27797
+
27798
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
27799
+ transform: rotate(180deg);
27800
+ }
27801
+
27802
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
27803
+ color: #23b7e5;
27804
+ }
27805
+
27806
+ .amis-scope .a-ColumnToggler--block {
27807
+ display: block;
27808
+ }
27809
+
27810
+ .amis-scope .a-ColumnToggler--block .a-Button {
27811
+ display: block;
27812
+ }
27813
+
27814
+ .amis-scope .a-ColumnToggler-menu {
27815
+ position: absolute;
27816
+ z-index: 1000;
27817
+ top: 100%;
27818
+ left: 0;
27819
+ margin: 0.0625rem 0 0;
27820
+ background: #fff;
27821
+ list-style: none;
27822
+ padding: 0.25rem 0;
27823
+ border: 0.0625rem solid #d1d5db;
27824
+ border-radius: 0.142rem;
27825
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27826
+ min-width: 10rem;
27827
+ text-align: left;
27828
+ }
27829
+
27830
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
27831
+ left: auto;
27832
+ right: 0;
27833
+ }
27834
+
27835
+ .amis-scope .a-ColumnToggler-menuItem,
27836
+ .amis-scope .a-ColumnToggler-menu > li {
27837
+ padding: calc(
27838
+ (2.125rem - 0.875rem * 1.5) /
27839
+ 2
27840
+ ) 0.5rem;
27841
+ white-space: nowrap;
27842
+ box-sizing: border-box;
27843
+ height: 2.125rem;
27844
+ vertical-align: middle;
27845
+ user-select: none;
27846
+ color: #23b7e5;
27847
+ text-decoration: none;
27848
+ }
27849
+
27850
+ .amis-scope .a-ColumnToggler-menuItem:hover,
27851
+ .amis-scope .a-ColumnToggler-menu > li:hover {
27852
+ background: rgba(0, 126, 255, 0.08);
27031
27853
  color: #7266ba;
27032
27854
  }
27033
27855
 
27034
- .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
27035
- background: #edf1f2;
27856
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
27857
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
27036
27858
  color: #7266ba;
27037
27859
  }
27038
27860
 
27039
- .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
27040
- width: 100%;
27041
- margin: 0;
27861
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
27862
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
27863
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
27864
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
27865
+ cursor: pointer;
27042
27866
  }
27043
27867
 
27044
- .amis-scope .a-Table-itemActions-wrap {
27045
- position: absolute;
27046
- width: 100%;
27047
- z-index: calc(5 + 1);
27048
- left: 0;
27049
- top: 0;
27050
- min-height: 30px;
27051
- pointer-events: none;
27052
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27868
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
27869
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
27870
+ cursor: not-allowed;
27871
+ color: #99a6ad;
27872
+ filter: grayscale(80%);
27053
27873
  }
27054
27874
 
27055
- .amis-scope .a-Table-itemActions {
27056
- pointer-events: all;
27057
- position: absolute;
27058
- background: linear-gradient(90deg, rgba(243, 246, 246, 0) 0%, rgba(243, 246, 246, 1) 20%, rgba(243, 246, 246, 1) 100%);
27059
- top: 0.0625rem;
27060
- bottom: 0;
27061
- right: 0;
27062
- padding-left: 3.125rem;
27063
- padding-right: 0.5rem;
27064
- display: flex;
27065
- align-items: center;
27875
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
27876
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
27877
+ height: 0.0625rem;
27878
+ margin: 0.5625rem 0;
27879
+ overflow: hidden;
27880
+ background: #d1d5db;
27881
+ padding: 0;
27066
27882
  }
27067
27883
 
27068
- .amis-scope .a-Table-itemActions a {
27069
- cursor: pointer;
27070
- padding: 0.25rem 0.5rem;
27071
- color: #23b7e5;
27884
+ .amis-scope .a-ColumnToggler-menu > li a {
27885
+ color: inherit;
27886
+ display: block;
27072
27887
  text-decoration: none;
27073
27888
  }
27074
27889
 
27075
- .amis-scope .a-Table-itemActions a:hover {
27076
- color: #18a0ca;
27077
- text-decoration: underline;
27890
+ .amis-scope .a-ColumnToggler-popover {
27891
+ border: none;
27892
+ box-shadow: none;
27078
27893
  }
27079
27894
 
27080
- .amis-scope .a-Table-itemActions a.is-disabled {
27081
- pointer-events: none;
27082
- opacity: 0.65;
27083
- color: #99a6ad;
27895
+ .amis-scope .a-ColumnToggler > .a-Button {
27896
+ min-width: unset;
27084
27897
  }
27085
27898
 
27086
- .amis-scope .a-Table-dragTip {
27087
- color: #414c52;
27088
- clear: both;
27089
- margin-top: 0.25rem;
27090
- width: 100%;
27091
- color: #23b7e5;
27899
+ .amis-scope .a-ColumnToggler-modal {
27900
+ display: flex;
27901
+ flex-flow: column nowrap;
27902
+ justify-content: space-between;
27903
+ align-items: center;
27904
+ width: 25rem;
27905
+ padding: 1.5rem;
27906
+ margin-top: calc(50vh - 100px);
27907
+ border-radius: 0.25rem;
27908
+ background: #fff;
27909
+ 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);
27092
27910
  }
27093
27911
 
27094
- .amis-scope .a-Table-footTable {
27095
- position: relative;
27912
+ .amis-scope .a-ColumnToggler-modal-header {
27096
27913
  width: 100%;
27097
- border-spacing: 0;
27098
- border-collapse: collapse;
27099
- margin-bottom: 0;
27100
- background: transparent;
27914
+ display: flex;
27915
+ flex-flow: row nowrap;
27916
+ justify-content: space-between;
27917
+ align-items: center;
27101
27918
  }
27102
27919
 
27103
- .amis-scope .a-Table-footTable > tbody > tr > th {
27104
- width: 7.5rem;
27105
- text-align: right;
27106
- padding: calc(
27107
- (2.5rem - 0.875rem * 1.5) /
27108
- 2
27109
- ) 0.5rem;
27920
+ .amis-scope .a-ColumnToggler-modal-header a,
27921
+ .amis-scope .a-ColumnToggler-modal-header span {
27922
+ display: inline-block;
27110
27923
  }
27111
27924
 
27112
- .amis-scope .a-Table-footTable > tbody > tr > td {
27113
- word-break: break-all;
27114
- padding: calc(
27115
- (2.5rem - 0.875rem * 1.5) /
27116
- 2
27117
- ) 0.5rem;
27925
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
27926
+ opacity: 0.95;
27927
+ font-size: 0.875rem;
27928
+ color: #080e1a;
27929
+ line-height: 1.5rem;
27930
+ font-weight: bold;
27118
27931
  }
27119
27932
 
27120
- .amis-scope .a-Table-footTable > tbody > tr:not(:first-child) {
27121
- border-top: 0.0625rem solid #d8dce1;
27933
+ .amis-scope .a-ColumnToggler-modal-content {
27934
+ padding: 0;
27935
+ width: 100%;
27936
+ list-style: none;
27937
+ margin: 0.5rem 0;
27122
27938
  }
27123
27939
 
27124
- .amis-scope .a-Table-expandBtn {
27125
- position: relative;
27126
- z-index: 1;
27127
- color: #23b7e5;
27128
- display: inline-flex;
27129
- justify-content: center;
27130
- align-items: center;
27131
- width: 0.875rem;
27132
- line-height: 1;
27133
- height: 16px;
27940
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
27941
+ color: #080e1a;
27942
+ background: #f6f7f8;
27943
+ border-radius: 0.125rem;
27944
+ font-size: 0.75rem;
27945
+ padding: 0.25rem 0.5rem;
27946
+ height: 1.5rem;
27947
+ width: calc((100% - 24px) / 3);
27948
+ float: left;
27949
+ margin: 0.25rem;
27950
+ text-overflow: ellipsis;
27951
+ white-space: nowrap;
27952
+ overflow: hidden;
27134
27953
  }
27135
27954
 
27136
- .amis-scope .a-Table-expandBtn > svg {
27137
- display: inline-block;
27138
- text-align: center;
27139
- cursor: pointer;
27140
- transition: transform ease-in-out 0.2s, top ease-in-out 0.2s;
27141
- position: relative;
27142
- transform-origin: 50% 50%;
27143
- width: 0.625rem;
27144
- height: 0.625rem;
27145
- top: 0;
27955
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
27956
+ background: rgba(36, 104, 242, 0.1);
27146
27957
  }
27147
27958
 
27148
- .amis-scope .a-Table-expandBtn.is-active > svg {
27149
- transform: rotate(90deg);
27959
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
27960
+ border: 1px solid #23b7e5;
27150
27961
  }
27151
27962
 
27152
- .amis-scope .a-Table-expandBtn:hover {
27153
- text-decoration: none;
27963
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
27964
+ height: 1rem;
27965
+ width: 1rem;
27966
+ vertical-align: top;
27154
27967
  }
27155
27968
 
27156
- .amis-scope .a-Table-dragBtn {
27969
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
27970
+ margin-left: 0;
27157
27971
  margin-right: 0.25rem;
27158
- display: inline-block;
27159
- visibility: hidden;
27160
27972
  cursor: move;
27161
- color: #4b5563;
27973
+ color: #d8d8d8;
27162
27974
  }
27163
27975
 
27164
- .amis-scope .a-Table-dragBtn:hover {
27165
- text-decoration: none;
27166
- color: #111827;
27976
+ .amis-scope .a-ColumnToggler-modal-footer {
27977
+ width: 100%;
27978
+ display: flex;
27979
+ flex-flow: row nowrap;
27980
+ justify-content: space-between;
27981
+ align-items: center;
27167
27982
  }
27168
27983
 
27169
- .amis-scope .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
27170
- .amis-scope .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
27171
- .amis-scope .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
27172
- visibility: visible;
27984
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
27985
+ color: #151a26;
27986
+ font-size: 0.75rem;
27173
27987
  }
27174
27988
 
27175
- .amis-scope .a-Table .fake-hide {
27176
- visibility: hidden;
27177
- position: absolute;
27989
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
27990
+ color: #23b7e5;
27178
27991
  }
27179
27992
 
27180
- .amis-scope .a-InputTable-toolbar {
27993
+ .amis-scope .a-ColumnToggler-modal-footer > div {
27181
27994
  display: flex;
27182
- flex-direction: row;
27183
- flex-wrap: wrap;
27995
+ flex-flow: row nowrap;
27184
27996
  justify-content: space-between;
27997
+ align-items: center;
27185
27998
  }
27186
27999
 
27187
- .amis-scope .a-InputTable-pager {
27188
- margin-left: auto;
28000
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
28001
+ justify-content: flex-start;
27189
28002
  }
27190
28003
 
27191
- .amis-scope .a-OperationField {
27192
- margin: -0.1875rem;
28004
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
28005
+ display: inline-block;
27193
28006
  }
27194
28007
 
27195
- .amis-scope .a-OperationField > .a-Button,
27196
- .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
27197
- margin: 0.1875rem;
28008
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
28009
+ justify-content: flex-end;
27198
28010
  }
27199
28011
 
27200
- .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
27201
- padding: 0;
28012
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
28013
+ width: 72px;
27202
28014
  }
27203
28015
 
27204
- .amis-scope .a-OperationField > .a-Button--link {
27205
- padding: 0;
27206
- margin-right: 0.625rem;
28016
+ .amis-scope .a-ColumnToggler-tooltip {
28017
+ border: none;
28018
+ }
28019
+
28020
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
28021
+ border-top-color: transparent;
27207
28022
  }
27208
28023
 
27209
28024
  .amis-scope .a-List {
@@ -27700,18 +28515,6 @@ readers do not read off random characters that represent icons */
27700
28515
  margin-top: 0.25rem;
27701
28516
  }
27702
28517
 
27703
- .amis-scope .a-Card-checkBtn {
27704
- position: absolute;
27705
- top: 0;
27706
- right: 0;
27707
- margin: 0.5rem;
27708
- z-index: 1;
27709
- }
27710
-
27711
- .amis-scope .a-Card-checkBtn .a-Checkbox {
27712
- margin-right: 0;
27713
- }
27714
-
27715
28518
  .amis-scope .a-Card-dragBtn {
27716
28519
  cursor: pointer;
27717
28520
  float: right;
@@ -27719,7 +28522,8 @@ readers do not read off random characters that represent icons */
27719
28522
  }
27720
28523
 
27721
28524
  .amis-scope .a-Card-heading {
27722
- overflow: hidden;
28525
+ display: flex;
28526
+ flex-direction: row;
27723
28527
  padding: 0.5rem 0.75rem;
27724
28528
  flex: 1 0 auto;
27725
28529
  }
@@ -27751,12 +28555,17 @@ readers do not read off random characters that represent icons */
27751
28555
 
27752
28556
  .amis-scope .a-Card-meta {
27753
28557
  display: block;
28558
+ flex-grow: 1;
27754
28559
  height: 100%;
27755
- overflow: hidden;
27756
28560
  position: relative;
27757
28561
  margin-right: 1rem;
27758
28562
  }
27759
28563
 
28564
+ .amis-scope .a-Card-toolbar {
28565
+ margin-right: calc(-1 * 0.75rem);
28566
+ text-align: right;
28567
+ }
28568
+
27760
28569
  .amis-scope .a-Card-highlight {
27761
28570
  background: #27c24c;
27762
28571
  width: 0.5rem;
@@ -28006,6 +28815,7 @@ readers do not read off random characters that represent icons */
28006
28815
  height: 10px;
28007
28816
  background: #ebebeb;
28008
28817
  overflow: hidden;
28818
+ border-radius: 0.142rem;
28009
28819
  }
28010
28820
 
28011
28821
  .amis-scope .a-Progress-bar {
@@ -28017,7 +28827,8 @@ readers do not read off random characters that represent icons */
28017
28827
  color: #fff;
28018
28828
  text-align: center;
28019
28829
  background: #7266ba;
28020
- transition: width 0.2s ease;
28830
+ transition: width 0s ease;
28831
+ border-radius: 0.142rem;
28021
28832
  }
28022
28833
 
28023
28834
  .amis-scope .a-Progress-bar--stripe {
@@ -28243,7 +29054,7 @@ readers do not read off random characters that represent icons */
28243
29054
 
28244
29055
  .amis-scope .a-StatusField-label {
28245
29056
  font-size: 0.75rem;
28246
- margin-left: 0.5rem;
29057
+ margin-left: 0.25rem;
28247
29058
  }
28248
29059
 
28249
29060
  @keyframes animation-rolling_red {
@@ -28379,7 +29190,7 @@ readers do not read off random characters that represent icons */
28379
29190
  position: absolute;
28380
29191
  left: 0;
28381
29192
  top: 0;
28382
- transition-duration: 0.2s;
29193
+ transition-duration: 0s;
28383
29194
  transition-timing-function: ease-out;
28384
29195
  transition-property: transform, opacity;
28385
29196
  }
@@ -28462,7 +29273,7 @@ readers do not read off random characters that represent icons */
28462
29273
  width: 0.5rem;
28463
29274
  border-radius: 0.25rem;
28464
29275
  margin: 0.4375rem 0.25rem;
28465
- transition-duration: 0.2s;
29276
+ transition-duration: 0s;
28466
29277
  opacity: 0.3;
28467
29278
  }
28468
29279
 
@@ -28478,7 +29289,7 @@ readers do not read off random characters that represent icons */
28478
29289
  top: 0;
28479
29290
  bottom: 0;
28480
29291
  position: absolute;
28481
- transition-duration: 0.2s;
29292
+ transition-duration: 0s;
28482
29293
  display: none;
28483
29294
  left: 0;
28484
29295
  }
@@ -28501,7 +29312,7 @@ readers do not read off random characters that represent icons */
28501
29312
  top: 0;
28502
29313
  bottom: 0;
28503
29314
  position: absolute;
28504
- transition-duration: 0.2s;
29315
+ transition-duration: 0s;
28505
29316
  display: none;
28506
29317
  right: 0;
28507
29318
  }
@@ -28608,8 +29419,8 @@ readers do not read off random characters that represent icons */
28608
29419
  color: #999;
28609
29420
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
28610
29421
  animation-name: disappear;
28611
- animation-delay: 0.2s;
28612
- animation-duration: 0.2s;
29422
+ animation-delay: 0s;
29423
+ animation-duration: 0s;
28613
29424
  animation-fill-mode: both;
28614
29425
  }
28615
29426
 
@@ -28634,7 +29445,7 @@ readers do not read off random characters that represent icons */
28634
29445
  .amis-scope .a-ImageGallery-main:hover .a-ImageGallery-nextBtn {
28635
29446
  animation-name: appear;
28636
29447
  animation-delay: 0s;
28637
- animation-duration: 0.2s;
29448
+ animation-duration: 0s;
28638
29449
  }
28639
29450
 
28640
29451
  .amis-scope .a-ImageGallery-prevBtn {
@@ -28739,7 +29550,7 @@ readers do not read off random characters that represent icons */
28739
29550
  }
28740
29551
 
28741
29552
  .amis-scope .a-ImageGallery-item.is-active {
28742
- border: 1px solid #108cee;
29553
+ border: 1px solid #7266ba;
28743
29554
  }
28744
29555
 
28745
29556
  .amis-scope .a-ImageGallery-item.is-active:after {
@@ -28768,6 +29579,7 @@ readers do not read off random characters that represent icons */
28768
29579
 
28769
29580
  .amis-scope .a-Image-thumbWrap {
28770
29581
  position: relative;
29582
+ height: 100%;
28771
29583
  }
28772
29584
 
28773
29585
  .amis-scope .a-Image-image {
@@ -28883,7 +29695,7 @@ readers do not read off random characters that represent icons */
28883
29695
  }
28884
29696
 
28885
29697
  .amis-scope .a-Image-overlay {
28886
- background: rgba(0, 0, 0, 0.6);
29698
+ background: rgba(8, 14, 26, 0.5);
28887
29699
  position: absolute;
28888
29700
  width: 100%;
28889
29701
  height: 100%;
@@ -29237,7 +30049,7 @@ readers do not read off random characters that represent icons */
29237
30049
  height: 30px;
29238
30050
  width: 30px;
29239
30051
  padding: 0 8px;
29240
- transition: all 0.2s ease-in-out;
30052
+ transition: all 0s ease-in-out;
29241
30053
  border: 0.0625rem solid transparent;
29242
30054
  border-radius: 0.142rem;
29243
30055
  height: 30px;
@@ -29526,7 +30338,7 @@ readers do not read off random characters that represent icons */
29526
30338
  height: 1px;
29527
30339
  left: 100%;
29528
30340
  width: 9999px;
29529
- padding-right: 10px;
30341
+ padding-right: 0.625rem;
29530
30342
  background-color: #b4bbc5;
29531
30343
  }
29532
30344
 
@@ -29614,6 +30426,49 @@ readers do not read off random characters that represent icons */
29614
30426
  border: 1px solid #23b7e5;
29615
30427
  }
29616
30428
 
30429
+ .amis-scope .a-Portlet {
30430
+ border: 0.0625rem solid #d1d5db;
30431
+ border-radius: 0.142rem;
30432
+ padding: 0.75rem;
30433
+ }
30434
+
30435
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
30436
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30437
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30438
+ border: none !important;
30439
+ color: inherit !important;
30440
+ cursor: auto !important;
30441
+ }
30442
+
30443
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
30444
+ border-bottom: none;
30445
+ }
30446
+
30447
+ .amis-scope .a-Portlet .a-Tabs-pane {
30448
+ padding: unset;
30449
+ }
30450
+
30451
+ .amis-scope .a-Portlet-toolbar {
30452
+ display: inline-flex;
30453
+ float: right;
30454
+ justify-content: flex-end;
30455
+ }
30456
+
30457
+ .amis-scope .a-Portlet-toolbar .a-Button {
30458
+ margin-left: calc(0.25rem);
30459
+ }
30460
+
30461
+ .amis-scope .a-Portlet-header-desc {
30462
+ height: 100%;
30463
+ overflow: hidden;
30464
+ position: relative;
30465
+ margin-left: 0.75rem;
30466
+ }
30467
+
30468
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
30469
+ display: none;
30470
+ }
30471
+
29617
30472
  .amis-scope fieldset.a-Collapse--lg,
29618
30473
  .amis-scope fieldset.a-Collapse--md,
29619
30474
  .amis-scope fieldset.a-Collapse--base,
@@ -29672,11 +30527,14 @@ readers do not read off random characters that represent icons */
29672
30527
  margin: 0.75rem 0;
29673
30528
  padding: 0 0 0 14px;
29674
30529
  cursor: pointer;
29675
- border-bottom: 0;
30530
+ border-bottom: none !important;
30531
+ background: transparent;
29676
30532
  display: flex;
29677
30533
  flex-direction: row;
29678
- justify-content: space-between;
29679
- width: 100%;
30534
+ }
30535
+
30536
+ .amis-scope fieldset.a-Collapse > legend:hover {
30537
+ background: transparent;
29680
30538
  }
29681
30539
 
29682
30540
  .amis-scope fieldset.a-Collapse--xs {
@@ -30142,14 +31000,14 @@ readers do not read off random characters that represent icons */
30142
31000
  .amis-scope .a-TextControl.is-error > .a-TextControl-input {
30143
31001
  border-color: #f05050;
30144
31002
  background: #fff;
30145
- transition: all 0.2s;
31003
+ transition: all 0s;
30146
31004
  }
30147
31005
 
30148
31006
  .amis-scope .a-TextControl.is-focused > .a-TextControl-input {
30149
31007
  border-color: #23b7e5;
30150
31008
  box-shadow: none;
30151
31009
  background: #fff;
30152
- transition: all 0.2s;
31010
+ transition: all 0s;
30153
31011
  }
30154
31012
 
30155
31013
  .amis-scope .a-TextControl.is-error.is-focused > .a-TextControl-input {
@@ -30160,7 +31018,7 @@ readers do not read off random characters that represent icons */
30160
31018
  color: #99a6ad;
30161
31019
  background: #e5e7eb;
30162
31020
  border-color: #d1d5db;
30163
- transition: all 0.2s;
31021
+ transition: all 0s;
30164
31022
  }
30165
31023
 
30166
31024
  .amis-scope .a-TextControl-spinner {
@@ -30435,6 +31293,14 @@ readers do not read off random characters that represent icons */
30435
31293
  color: #f05050;
30436
31294
  }
30437
31295
 
31296
+ .amis-scope .a-TextControl-input:hover {
31297
+ border-color: #23b7e5;
31298
+ }
31299
+
31300
+ .amis-scope .a-TextControl.is-disabled-input input {
31301
+ color: #99a6ad;
31302
+ }
31303
+
30438
31304
  .amis-scope .a-TextareaControl {
30439
31305
  position: relative;
30440
31306
  }
@@ -30471,12 +31337,21 @@ readers do not read off random characters that represent icons */
30471
31337
  color: #99a6ad;
30472
31338
  }
30473
31339
 
31340
+ .amis-scope .a-TextareaControl > textarea:hover {
31341
+ border-color: #23b7e5;
31342
+ }
31343
+
30474
31344
  .amis-scope .a-TextareaControl > textarea:focus,
30475
31345
  .amis-scope .a-TextareaControl.is-focused > textarea {
30476
31346
  border-color: #23b7e5;
30477
31347
  box-shadow: none;
30478
31348
  }
30479
31349
 
31350
+ .amis-scope .a-TextareaControl > textarea:focus:hover,
31351
+ .amis-scope .a-TextareaControl.is-focused > textarea:hover {
31352
+ border-color: #23b7e5;
31353
+ }
31354
+
30480
31355
  .amis-scope .a-TextareaControl.is-disabled > textarea,
30481
31356
  .amis-scope .a-TextareaControl > textarea[disabled] {
30482
31357
  background: #e5e7eb;
@@ -30563,7 +31438,7 @@ readers do not read off random characters that represent icons */
30563
31438
  width: 0px;
30564
31439
  height: 0px;
30565
31440
  background: transparent;
30566
- transition: all 0.2s;
31441
+ transition: all 0s;
30567
31442
  transform-origin: 50% 50%;
30568
31443
  transform: translate(-50%, -50%);
30569
31444
  }
@@ -30656,7 +31531,7 @@ readers do not read off random characters that represent icons */
30656
31531
  width: 0;
30657
31532
  height: 0;
30658
31533
  border-color: transparent;
30659
- transition: width 0.2s, height 0.2s, transform 0.2s;
31534
+ transition: width 0s, height 0s, transform 0s;
30660
31535
  border-width: 0 0 0.125rem 0.125rem;
30661
31536
  transform: translate(-50%, -60%) rotate(-40deg);
30662
31537
  border-style: solid;
@@ -30783,7 +31658,7 @@ readers do not read off random characters that represent icons */
30783
31658
  color: #999;
30784
31659
  }
30785
31660
 
30786
- .amis-scope .a-Checkboxes > .a-Checkbox {
31661
+ .amis-scope .a-Selection > .a-Checkbox {
30787
31662
  display: block;
30788
31663
  height: 1.875rem;
30789
31664
  line-height: 1.4285714286;
@@ -30791,43 +31666,36 @@ readers do not read off random characters that represent icons */
30791
31666
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
30792
31667
  }
30793
31668
 
30794
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
31669
+ .amis-scope .a-Selection--inline > .a-Checkbox {
30795
31670
  display: inline-block;
30796
31671
  }
30797
31672
 
30798
- .amis-scope .a-Checkboxes-addBtn {
31673
+ .amis-scope .a-Selection-addBtn {
30799
31674
  display: block;
30800
31675
  cursor: pointer;
30801
31676
  }
30802
31677
 
30803
- .amis-scope .a-Checkboxes-addBtn:hover {
31678
+ .amis-scope .a-Selection-addBtn:hover {
30804
31679
  text-decoration: none;
30805
31680
  }
30806
31681
 
30807
- .amis-scope .a-Checkboxes-addBtn > svg {
31682
+ .amis-scope .a-Selection-addBtn > svg {
30808
31683
  width: 0.875rem;
30809
31684
  height: 0.875rem;
30810
31685
  margin-right: 0.25rem;
30811
31686
  }
30812
31687
 
30813
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
30814
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
30815
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
30816
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
31688
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
30817
31689
  border-top: 0.0625rem solid #dfe2e6;
30818
31690
  }
30819
31691
 
30820
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
30821
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
30822
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
30823
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
31692
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
30824
31693
  font-size: 0.75rem;
30825
31694
  padding: 0.25rem 0.25rem;
30826
31695
  color: #99a6ad;
30827
31696
  }
30828
31697
 
30829
- .amis-scope .a-ListCheckboxes-item,
30830
- .amis-scope .a-ListRadios-item {
31698
+ .amis-scope .a-GroupedSelection-item {
30831
31699
  display: flex;
30832
31700
  height: 1.875rem;
30833
31701
  line-height: 1.4285714286;
@@ -30838,51 +31706,37 @@ readers do not read off random characters that represent icons */
30838
31706
  user-select: none;
30839
31707
  }
30840
31708
 
30841
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
30842
- .amis-scope .a-ListRadios-item > .a-Checkbox {
31709
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
30843
31710
  margin-right: 0;
30844
31711
  }
30845
31712
 
30846
- .amis-scope .a-ListCheckboxes-item.is-active,
30847
- .amis-scope .a-ListRadios-item.is-active {
31713
+ .amis-scope .a-GroupedSelection-item.is-active {
30848
31714
  color: #23b7e5;
30849
31715
  background: transparent;
30850
31716
  }
30851
31717
 
30852
- .amis-scope .a-ListCheckboxes-item:hover,
30853
- .amis-scope .a-ListRadios-item:hover {
31718
+ .amis-scope .a-GroupedSelection-item:hover {
30854
31719
  background: rgba(0, 126, 255, 0.08);
30855
31720
  }
30856
31721
 
30857
- .amis-scope .a-ListCheckboxes-item.is-disabled,
30858
- .amis-scope .a-ListRadios-item.is-disabled {
31722
+ .amis-scope .a-GroupedSelection-item.is-disabled {
30859
31723
  pointer-events: none;
30860
31724
  color: #99a6ad;
30861
31725
  }
30862
31726
 
30863
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
30864
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
30865
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
30866
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
30867
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
30868
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
30869
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
30870
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
31727
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
30871
31728
  padding-left: 0.75rem;
30872
31729
  }
30873
31730
 
30874
- .amis-scope .a-ListCheckboxes-itemLabel,
30875
- .amis-scope .a-ListRadios-itemLabel {
31731
+ .amis-scope .a-GroupedSelection-itemLabel {
30876
31732
  flex-grow: 1;
30877
31733
  }
30878
31734
 
30879
- .amis-scope .a-ListCheckboxes-itemLabel span,
30880
- .amis-scope .a-ListRadios-itemLabel span {
31735
+ .amis-scope .a-GroupedSelection-itemLabel span {
30881
31736
  white-space: nowrap;
30882
31737
  }
30883
31738
 
30884
- .amis-scope .a-ListCheckboxes-placeholder,
30885
- .amis-scope .a-ListRadios-placeholder {
31739
+ .amis-scope .a-GroupedSelection-placeholder {
30886
31740
  height: 1.875rem;
30887
31741
  line-height: 1.4285714286;
30888
31742
  font-size: 0.875rem;
@@ -30890,52 +31744,54 @@ readers do not read off random characters that represent icons */
30890
31744
  color: #99a6ad;
30891
31745
  }
30892
31746
 
30893
- .amis-scope .a-TableCheckboxes .a-Table-content {
31747
+ .amis-scope .a-TableSelection .a-Table-content {
30894
31748
  border-top: 0.0625rem solid #d1d5db;
30895
31749
  }
30896
31750
 
30897
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
30898
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
31751
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
31752
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
30899
31753
  font-size: 0.75rem;
30900
31754
  padding-top: 0.25rem;
30901
31755
  padding-bottom: 0.375rem;
30902
31756
  vertical-align: middle;
30903
31757
  }
30904
31758
 
30905
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
31759
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
30906
31760
  padding-top: 0.375rem;
30907
31761
  }
30908
31762
 
30909
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
30910
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
31763
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
31764
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
30911
31765
  padding-left: 0.625rem;
30912
31766
  padding-right: 0;
30913
31767
  }
30914
31768
 
30915
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
30916
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
31769
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
31770
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
30917
31771
  padding-right: 1rem;
30918
31772
  }
30919
31773
 
30920
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
31774
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
30921
31775
  cursor: pointer;
30922
31776
  }
30923
31777
 
30924
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
30925
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
31778
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
31779
+ color: #23b7e5;
31780
+ background: transparent;
31781
+ }
31782
+
31783
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
30926
31784
  color: #4b5563;
30927
31785
  margin-right: 5px;
30928
31786
  }
30929
31787
 
30930
- .amis-scope .a-TreeCheckboxes-sublist,
30931
- .amis-scope .a-TreeRadios-sublist {
31788
+ .amis-scope .a-TreeSelection-sublist {
30932
31789
  position: relative;
30933
31790
  margin: 0 0 0 2.1875rem;
30934
31791
  display: none;
30935
31792
  }
30936
31793
 
30937
- .amis-scope .a-TreeCheckboxes-sublist:before,
30938
- .amis-scope .a-TreeRadios-sublist:before {
31794
+ .amis-scope .a-TreeSelection-sublist:before {
30939
31795
  width: 1px;
30940
31796
  content: "";
30941
31797
  display: block;
@@ -30946,29 +31802,19 @@ readers do not read off random characters that represent icons */
30946
31802
  border-left: dashed 1px #4b5563;
30947
31803
  }
30948
31804
 
30949
- .amis-scope .a-TreeCheckboxes-item,
30950
- .amis-scope .a-TreeRadios-item {
31805
+ .amis-scope .a-TreeSelection-item {
30951
31806
  position: relative;
30952
31807
  }
30953
31808
 
30954
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
30955
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
30956
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
30957
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
31809
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
30958
31810
  display: block;
30959
31811
  }
30960
31812
 
30961
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
30962
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
30963
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
30964
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
31813
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
30965
31814
  bottom: 0;
30966
31815
  }
30967
31816
 
30968
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
30969
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
30970
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
30971
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
31817
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
30972
31818
  height: 1px;
30973
31819
  content: "";
30974
31820
  display: block;
@@ -30979,8 +31825,7 @@ readers do not read off random characters that represent icons */
30979
31825
  border-top: dashed 1px #4b5563;
30980
31826
  }
30981
31827
 
30982
- .amis-scope .a-TreeCheckboxes-itemInner,
30983
- .amis-scope .a-TreeRadios-itemInner {
31828
+ .amis-scope .a-TreeSelection-itemInner {
30984
31829
  display: flex;
30985
31830
  align-items: center;
30986
31831
  height: 1.875rem;
@@ -30993,20 +31838,17 @@ readers do not read off random characters that represent icons */
30993
31838
  position: relative;
30994
31839
  }
30995
31840
 
30996
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
30997
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
31841
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
30998
31842
  margin-right: 0;
30999
31843
  margin-left: 0.5rem;
31000
31844
  }
31001
31845
 
31002
- .amis-scope .a-TreeCheckboxes-itemInner > *,
31003
- .amis-scope .a-TreeRadios-itemInner > * {
31846
+ .amis-scope .a-TreeSelection-itemInner > * {
31004
31847
  position: relative;
31005
31848
  z-index: 2;
31006
31849
  }
31007
31850
 
31008
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
31009
- .amis-scope .a-TreeRadios-itemInner:hover:after {
31851
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
31010
31852
  position: absolute;
31011
31853
  content: "";
31012
31854
  z-index: 1;
@@ -31017,24 +31859,20 @@ readers do not read off random characters that represent icons */
31017
31859
  background: rgba(0, 126, 255, 0.08);
31018
31860
  }
31019
31861
 
31020
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
31021
- .amis-scope .a-TreeRadios-itemInner.is-active {
31862
+ .amis-scope .a-TreeSelection-itemInner.is-active {
31022
31863
  color: #23b7e5;
31023
31864
  }
31024
31865
 
31025
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
31026
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
31866
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
31027
31867
  pointer-events: none;
31028
31868
  color: #99a6ad;
31029
31869
  }
31030
31870
 
31031
- .amis-scope .a-TreeCheckboxes-itemLabel,
31032
- .amis-scope .a-TreeRadios-itemLabel {
31871
+ .amis-scope .a-TreeSelection-itemLabel {
31033
31872
  flex-grow: 1;
31034
31873
  }
31035
31874
 
31036
- .amis-scope .a-TreeCheckboxes-placeholder,
31037
- .amis-scope .a-TreeRadios-placeholder {
31875
+ .amis-scope .a-TreeSelection-placeholder {
31038
31876
  height: 1.875rem;
31039
31877
  line-height: 1.4285714286;
31040
31878
  font-size: 0.875rem;
@@ -31042,27 +31880,27 @@ readers do not read off random characters that represent icons */
31042
31880
  color: #99a6ad;
31043
31881
  }
31044
31882
 
31045
- .amis-scope .a-ChainedCheckboxes {
31883
+ .amis-scope .a-ChainedSelection {
31046
31884
  display: flex;
31047
31885
  flex-direction: row;
31048
31886
  }
31049
31887
 
31050
- .amis-scope .a-ChainedCheckboxes-col {
31888
+ .amis-scope .a-ChainedSelection-col {
31051
31889
  flex-grow: 1;
31052
31890
  min-width: 150px;
31053
31891
  }
31054
31892
 
31055
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
31893
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
31056
31894
  border-right: 1px solid #d1d5db;
31057
31895
  }
31058
31896
 
31059
- .amis-scope .a-ChainedCheckboxes-subTitle {
31897
+ .amis-scope .a-ChainedSelection-subTitle {
31060
31898
  font-size: 0.75rem;
31061
31899
  padding: 0.25rem 0.25rem;
31062
31900
  color: #99a6ad;
31063
31901
  }
31064
31902
 
31065
- .amis-scope .a-ChainedCheckboxes-item {
31903
+ .amis-scope .a-ChainedSelection-item {
31066
31904
  display: flex;
31067
31905
  height: 1.875rem;
31068
31906
  line-height: 1.4285714286;
@@ -31073,29 +31911,29 @@ readers do not read off random characters that represent icons */
31073
31911
  user-select: none;
31074
31912
  }
31075
31913
 
31076
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
31914
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
31077
31915
  margin-right: 0;
31078
31916
  }
31079
31917
 
31080
- .amis-scope .a-ChainedCheckboxes-item.is-active {
31918
+ .amis-scope .a-ChainedSelection-item.is-active {
31081
31919
  color: #23b7e5;
31082
31920
  background: transparent;
31083
31921
  }
31084
31922
 
31085
- .amis-scope .a-ChainedCheckboxes-item:hover {
31923
+ .amis-scope .a-ChainedSelection-item:hover {
31086
31924
  background: rgba(0, 126, 255, 0.08);
31087
31925
  }
31088
31926
 
31089
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
31927
+ .amis-scope .a-ChainedSelection-item.is-disabled {
31090
31928
  pointer-events: none;
31091
31929
  color: #99a6ad;
31092
31930
  }
31093
31931
 
31094
- .amis-scope .a-ChainedCheckboxes-itemLabel {
31932
+ .amis-scope .a-ChainedSelection-itemLabel {
31095
31933
  flex-grow: 1;
31096
31934
  }
31097
31935
 
31098
- .amis-scope .a-ChainedCheckboxes-placeholder {
31936
+ .amis-scope .a-ChainedSelection-placeholder {
31099
31937
  height: 1.875rem;
31100
31938
  line-height: 1.4285714286;
31101
31939
  font-size: 0.875rem;
@@ -31103,34 +31941,35 @@ readers do not read off random characters that represent icons */
31103
31941
  color: #99a6ad;
31104
31942
  }
31105
31943
 
31106
- .amis-scope .a-AssociatedCheckboxes {
31944
+ .amis-scope .a-AssociatedSelection {
31107
31945
  display: flex;
31108
31946
  flex-direction: row;
31109
31947
  }
31110
31948
 
31111
- .amis-scope .a-AssociatedCheckboxes-left,
31112
- .amis-scope .a-AssociatedCheckboxes-right {
31949
+ .amis-scope .a-AssociatedSelection-left,
31950
+ .amis-scope .a-AssociatedSelection-right {
31113
31951
  flex-grow: 1;
31114
31952
  width: 0;
31115
- height: 10.9375rem;
31953
+ min-height: 12.5rem;
31954
+ max-height: 25rem;
31116
31955
  overflow: auto;
31117
31956
  }
31118
31957
 
31119
- .amis-scope .a-AssociatedCheckboxes-left {
31958
+ .amis-scope .a-AssociatedSelection-left {
31120
31959
  border-right: 1px solid #d1d5db;
31121
31960
  }
31122
31961
 
31123
- .amis-scope .a-AssociatedCheckboxes-reload {
31962
+ .amis-scope .a-AssociatedSelection-reload {
31124
31963
  text-align: center;
31125
31964
  color: #23b7e5;
31126
31965
  margin: 20px 0 0;
31127
31966
  }
31128
31967
 
31129
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
31968
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
31130
31969
  cursor: pointer;
31131
31970
  }
31132
31971
 
31133
- .amis-scope .a-AssociatedCheckboxes-box {
31972
+ .amis-scope .a-AssociatedSelection-box {
31134
31973
  line-height: 1.4285714286;
31135
31974
  font-size: 0.75rem;
31136
31975
  color: #99a6ad;
@@ -31142,7 +31981,7 @@ readers do not read off random characters that represent icons */
31142
31981
  height: 100%;
31143
31982
  }
31144
31983
 
31145
- .amis-scope .a-AssociatedCheckboxes-box > p {
31984
+ .amis-scope .a-AssociatedSelection-box > p {
31146
31985
  text-align: center;
31147
31986
  margin: 10px 0 20px;
31148
31987
  color: #99a6ad;
@@ -31211,7 +32050,7 @@ readers do not read off random characters that represent icons */
31211
32050
  line-height: 1.375rem;
31212
32051
  font-style: normal;
31213
32052
  font-weight: bold;
31214
- transition: all 0.2s;
32053
+ transition: all 0s;
31215
32054
  }
31216
32055
 
31217
32056
  .amis-scope .a-Switch .slider:before {
@@ -31223,7 +32062,7 @@ readers do not read off random characters that represent icons */
31223
32062
  bottom: 0.0625rem;
31224
32063
  left: 0.0625rem;
31225
32064
  border-radius: 50%;
31226
- transition: margin-left 0.2s;
32065
+ transition: margin-left 0s;
31227
32066
  }
31228
32067
 
31229
32068
  .amis-scope .a-Switch.is-checked {
@@ -31359,7 +32198,7 @@ readers do not read off random characters that represent icons */
31359
32198
  -moz-appearance: textfield;
31360
32199
  line-height: calc(1.875rem - 0.0625rem * 2);
31361
32200
  height: 100%;
31362
- transition: all 0.2s ease;
32201
+ transition: all 0s ease;
31363
32202
  border: 0;
31364
32203
  border-radius: 0.142rem;
31365
32204
  padding: 0 0.5rem;
@@ -31595,7 +32434,7 @@ readers do not read off random characters that represent icons */
31595
32434
  }
31596
32435
 
31597
32436
  .amis-scope .a-Select-arrow > svg {
31598
- transition: transform 0.2s;
32437
+ transition: transform 0s;
31599
32438
  display: inline-block;
31600
32439
  color: #4b5563;
31601
32440
  width: 10px;
@@ -31884,6 +32723,7 @@ readers do not read off random characters that represent icons */
31884
32723
  color: #58666e;
31885
32724
  transition: none;
31886
32725
  max-width: calc(12.5rem + 2 * 0.75rem);
32726
+ border-radius: 0.1875rem;
31887
32727
  }
31888
32728
 
31889
32729
  .amis-scope .a-ListControl-item:not(.is-disabled) {
@@ -31999,7 +32839,7 @@ readers do not read off random characters that represent icons */
31999
32839
  white-space: nowrap;
32000
32840
  color: #58666e;
32001
32841
  background: #fff;
32002
- border-radius: 0.142rem;
32842
+ border-radius: 0.0625rem;
32003
32843
  }
32004
32844
 
32005
32845
  .amis-scope .a-LocationPicker:not(.is-disabled) {
@@ -32155,6 +32995,7 @@ readers do not read off random characters that represent icons */
32155
32995
  ) / 2 - 0.0625rem) 0.75rem;
32156
32996
  background: #fff;
32157
32997
  color: #58666e;
32998
+ border-radius: 0.142rem;
32158
32999
  }
32159
33000
 
32160
33001
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -32320,6 +33161,8 @@ readers do not read off random characters that represent icons */
32320
33161
  .amis-scope .a-DatePicker-toggler {
32321
33162
  cursor: pointer;
32322
33163
  color: #4b5563;
33164
+ display: inline-flex;
33165
+ align-items: center;
32323
33166
  }
32324
33167
 
32325
33168
  .amis-scope .a-DatePicker-toggler:hover {
@@ -32546,7 +33389,7 @@ readers do not read off random characters that represent icons */
32546
33389
  }
32547
33390
 
32548
33391
  .amis-scope .a-CalendarCounter-btn:hover {
32549
- color: #564aa3;
33392
+ color: #1c53c1;
32550
33393
  }
32551
33394
 
32552
33395
  .amis-scope .a-CalendarCounter-btn > svg {
@@ -32624,6 +33467,12 @@ readers do not read off random characters that represent icons */
32624
33467
  border-color: #1797be;
32625
33468
  }
32626
33469
 
33470
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
33471
+ color: #fff;
33472
+ background: #1797be;
33473
+ border-color: #158eb3;
33474
+ }
33475
+
32627
33476
  .amis-scope .rdtBtn:hover:focus {
32628
33477
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32629
33478
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -32643,9 +33492,15 @@ readers do not read off random characters that represent icons */
32643
33492
  }
32644
33493
 
32645
33494
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32646
- color: #58666e;
32647
- background: #ececec;
32648
- border-color: #b4bbc5;
33495
+ color: #7266ba;
33496
+ background: #fff;
33497
+ border-color: #7266ba;
33498
+ }
33499
+
33500
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
33501
+ color: #1c53c1;
33502
+ background: #fff;
33503
+ border-color: #1c53c1;
32649
33504
  }
32650
33505
 
32651
33506
  .amis-scope .rdtBtnCancel:hover:focus {
@@ -32844,6 +33699,8 @@ readers do not read off random characters that represent icons */
32844
33699
  .amis-scope .a-DateRangePicker-toggler {
32845
33700
  cursor: pointer;
32846
33701
  color: #4b5563;
33702
+ display: inline-flex;
33703
+ align-items: center;
32847
33704
  }
32848
33705
 
32849
33706
  .amis-scope .a-DateRangePicker-toggler:hover {
@@ -32959,9 +33816,11 @@ readers do not read off random characters that represent icons */
32959
33816
  width: 7.5rem;
32960
33817
  height: 7.5rem;
32961
33818
  display: inline-flex;
33819
+ flex-direction: column;
32962
33820
  justify-content: center;
32963
33821
  align-items: center;
32964
33822
  border: 0.0625rem solid #d1d5db;
33823
+ border-radius: 0;
32965
33824
  cursor: pointer;
32966
33825
  margin-right: 0.75rem;
32967
33826
  color: #58666e;
@@ -32978,15 +33837,22 @@ readers do not read off random characters that represent icons */
32978
33837
  border-color: #b4bbc5;
32979
33838
  }
32980
33839
 
33840
+ .amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33841
+ color: #58666e;
33842
+ background: #e6e6e6;
33843
+ border-color: #adb4bf;
33844
+ }
33845
+
32981
33846
  .amis-scope .a-ImageControl-addBtn:hover:focus {
32982
33847
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32983
33848
  0 1px 1px rgba(0, 0, 0, 0.075);
32984
33849
  }
32985
33850
 
32986
33851
  .amis-scope .a-ImageControl-addBtn > svg {
32987
- width: 2.5rem;
32988
- height: 2.5rem;
33852
+ width: 1.5rem;
33853
+ height: 1.5rem;
32989
33854
  top: 0;
33855
+ margin-bottom: 0.5rem;
32990
33856
  }
32991
33857
 
32992
33858
  .amis-scope .a-ImageControl-addBtn.is-disabled {
@@ -33024,6 +33890,7 @@ readers do not read off random characters that represent icons */
33024
33890
 
33025
33891
  .amis-scope .a-ImageControl-item {
33026
33892
  border: 0.0625rem solid #d1d5db;
33893
+ border-radius: 0;
33027
33894
  vertical-align: top;
33028
33895
  padding: 0.25rem;
33029
33896
  display: inline-block;
@@ -33081,10 +33948,11 @@ readers do not read off random characters that represent icons */
33081
33948
 
33082
33949
  .amis-scope .a-ImageControl-progressValue {
33083
33950
  height: 5px;
33951
+ border-radius: 0;
33084
33952
  display: block;
33085
33953
  background: #23b7e5;
33086
33954
  min-width: 10%;
33087
- transition: ease-out width 0.2s;
33955
+ transition: ease-out width 0s;
33088
33956
  }
33089
33957
 
33090
33958
  .amis-scope .a-ImageControl-item.is-invalid .a-ImageControl-itemClear {
@@ -33190,13 +34058,13 @@ readers do not read off random characters that represent icons */
33190
34058
  }
33191
34059
 
33192
34060
  .amis-scope .a-FileControl-selectBtn {
33193
- width: 7.5rem;
34061
+ display: flex;
34062
+ align-items: center;
33194
34063
  }
33195
34064
 
33196
34065
  .amis-scope .a-FileControl-selectBtn > svg {
33197
- margin-right: 10px;
33198
- width: pxrem(16px);
33199
- height: pxrem(16px);
34066
+ width: 0.875rem;
34067
+ height: 0.875rem;
33200
34068
  }
33201
34069
 
33202
34070
  .amis-scope .a-FileControl-description {
@@ -33308,9 +34176,10 @@ readers do not read off random characters that represent icons */
33308
34176
  .amis-scope .a-FileControl-progress > span {
33309
34177
  display: block;
33310
34178
  background: #23b7e5;
34179
+ border-radius: 0;
33311
34180
  height: 100%;
33312
34181
  min-width: 10%;
33313
- transition: ease-out width 0.2s;
34182
+ transition: ease-out width 0s;
33314
34183
  }
33315
34184
 
33316
34185
  .amis-scope .a-FileControl-acceptTip {
@@ -33679,8 +34548,8 @@ readers do not read off random characters that represent icons */
33679
34548
  position: absolute;
33680
34549
  z-index: 2;
33681
34550
  top: 50%;
33682
- transition: transform 0.2s ease-out,
33683
- box-shadow 0.2s ease-out;
34551
+ transition: transform 0s ease-out,
34552
+ box-shadow 0s ease-out;
33684
34553
  }
33685
34554
 
33686
34555
  .amis-scope .a-InputRange-slider:active {
@@ -33708,7 +34577,7 @@ readers do not read off random characters that represent icons */
33708
34577
  }
33709
34578
 
33710
34579
  .amis-scope .a-InputRange-sliderContainer {
33711
- transition: left 0.2s
34580
+ transition: left 0s
33712
34581
  ease-out;
33713
34582
  }
33714
34583
 
@@ -33749,8 +34618,8 @@ readers do not read off random characters that represent icons */
33749
34618
  display: block;
33750
34619
  height: 0.75rem;
33751
34620
  position: relative;
33752
- transition: left 0.2s ease-out,
33753
- width 0.2s ease-out;
34621
+ transition: left 0s ease-out,
34622
+ width 0s ease-out;
33754
34623
  }
33755
34624
 
33756
34625
  .amis-scope .a-InputRange.is-disabled .a-InputRange-track {
@@ -33915,7 +34784,7 @@ readers do not read off random characters that represent icons */
33915
34784
 
33916
34785
  .amis-scope .a-Tree-item-icons {
33917
34786
  visibility: hidden;
33918
- transition: visibility 0.2s ease;
34787
+ transition: visibility 0s ease;
33919
34788
  display: inline-block;
33920
34789
  vertical-align: top;
33921
34790
  height: 1.875rem;
@@ -34012,7 +34881,7 @@ readers do not read off random characters that represent icons */
34012
34881
  width: 0.75rem;
34013
34882
  height: 0.75rem;
34014
34883
  display: block;
34015
- transition: transform 0.2s;
34884
+ transition: transform 0s;
34016
34885
  top: 0;
34017
34886
  transform: rotate(90deg);
34018
34887
  }
@@ -34141,14 +35010,14 @@ readers do not read off random characters that represent icons */
34141
35010
  .amis-scope .a-TreeSelect.is-error > .a-TreeSelect-input {
34142
35011
  border-color: #f05050;
34143
35012
  background: #fff;
34144
- transition: all 0.2s;
35013
+ transition: all 0s;
34145
35014
  }
34146
35015
 
34147
35016
  .amis-scope .a-TreeSelect.is-focused > .a-TreeSelect-input {
34148
35017
  border-color: #23b7e5;
34149
35018
  box-shadow: none;
34150
35019
  background: #fff;
34151
- transition: all 0.2s;
35020
+ transition: all 0s;
34152
35021
  }
34153
35022
 
34154
35023
  .amis-scope .a-TreeSelect.is-error.is-focused > .a-TreeSelect-input {
@@ -34159,7 +35028,7 @@ readers do not read off random characters that represent icons */
34159
35028
  color: #99a6ad;
34160
35029
  background: #e5e7eb;
34161
35030
  border-color: #d1d5db;
34162
- transition: all 0.2s;
35031
+ transition: all 0s;
34163
35032
  }
34164
35033
 
34165
35034
  .amis-scope .a-TreeSelect-spinner {
@@ -34281,6 +35150,17 @@ readers do not read off random characters that represent icons */
34281
35150
  margin-left: 0.5rem;
34282
35151
  }
34283
35152
 
35153
+ .amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
35154
+ .amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
35155
+ .amis-scope .a-Combo-addBtn > .pull-left {
35156
+ margin-right: 0.5rem;
35157
+ }
35158
+
35159
+ .amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
35160
+ .amis-scope .a-Combo-addBtn > .pull-right {
35161
+ margin-left: 0.5rem;
35162
+ }
35163
+
34284
35164
  .amis-scope .a-Combo-addBtn img.a-Button-icon {
34285
35165
  height: 0.875rem;
34286
35166
  vertical-align: middle;
@@ -34292,6 +35172,12 @@ readers do not read off random characters that represent icons */
34292
35172
  border-color: #b4bbc5;
34293
35173
  }
34294
35174
 
35175
+ .amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
35176
+ color: #fff;
35177
+ background: #1797be;
35178
+ border-color: #adb4bf;
35179
+ }
35180
+
34295
35181
  .amis-scope .a-Combo-addBtn:hover:focus {
34296
35182
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
34297
35183
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -34651,7 +35537,7 @@ readers do not read off random characters that represent icons */
34651
35537
  }
34652
35538
 
34653
35539
  .amis-scope .a-SubForm-addBtn:hover:focus {
34654
- color: #414c52;
35540
+ color: #4f86f4;
34655
35541
  text-decoration: underline;
34656
35542
  box-shadow: none;
34657
35543
  }
@@ -34741,14 +35627,14 @@ readers do not read off random characters that represent icons */
34741
35627
  .amis-scope .a-Picker.is-error > .a-Picker-input {
34742
35628
  border-color: #f05050;
34743
35629
  background: #fff;
34744
- transition: all 0.2s;
35630
+ transition: all 0s;
34745
35631
  }
34746
35632
 
34747
35633
  .amis-scope .a-Picker.is-focused > .a-Picker-input {
34748
35634
  border-color: #23b7e5;
34749
35635
  box-shadow: none;
34750
35636
  background: #fff;
34751
- transition: all 0.2s;
35637
+ transition: all 0s;
34752
35638
  }
34753
35639
 
34754
35640
  .amis-scope .a-Picker.is-error.is-focused > .a-Picker-input {
@@ -34759,7 +35645,7 @@ readers do not read off random characters that represent icons */
34759
35645
  color: #99a6ad;
34760
35646
  background: #e5e7eb;
34761
35647
  border-color: #d1d5db;
34762
- transition: all 0.2s;
35648
+ transition: all 0s;
34763
35649
  }
34764
35650
 
34765
35651
  .amis-scope .a-Picker-spinner {
@@ -34990,6 +35876,17 @@ readers do not read off random characters that represent icons */
34990
35876
  margin-left: 0.5rem;
34991
35877
  }
34992
35878
 
35879
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
35880
+ .amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35881
+ .amis-scope .a-TagControl-sugItem > .pull-left {
35882
+ margin-right: 0.5rem;
35883
+ }
35884
+
35885
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
35886
+ .amis-scope .a-TagControl-sugItem > .pull-right {
35887
+ margin-left: 0.5rem;
35888
+ }
35889
+
34993
35890
  .amis-scope .a-TagControl-sugItem img.a-Button-icon {
34994
35891
  height: 0.875rem;
34995
35892
  vertical-align: middle;
@@ -35001,6 +35898,12 @@ readers do not read off random characters that represent icons */
35001
35898
  border-color: #b4bbc5;
35002
35899
  }
35003
35900
 
35901
+ .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35902
+ color: #58666e;
35903
+ background: #e6e6e6;
35904
+ border-color: #adb4bf;
35905
+ }
35906
+
35004
35907
  .amis-scope .a-TagControl-sugItem:hover:focus {
35005
35908
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
35006
35909
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -35079,6 +35982,7 @@ readers do not read off random characters that represent icons */
35079
35982
  font-size: 0.875rem;
35080
35983
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35081
35984
  flex-direction: row;
35985
+ border-radius: 0.142rem 0.142rem 0 0;
35082
35986
  }
35083
35987
 
35084
35988
  .amis-scope .a-Transfer-title--light {
@@ -35098,21 +36002,22 @@ readers do not read off random characters that represent icons */
35098
36002
  border: 0.0625rem solid #d1d5db;
35099
36003
  display: flex;
35100
36004
  flex-direction: column;
36005
+ border-radius: 0.142rem;
35101
36006
  }
35102
36007
 
35103
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
35104
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
36008
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
36009
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
35105
36010
  flex-grow: 1;
35106
36011
  max-height: 100%;
35107
36012
  overflow: auto;
35108
36013
  position: relative;
35109
36014
  }
35110
36015
 
35111
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
36016
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
35112
36017
  border-top: 1px solid #d1d5db;
35113
36018
  }
35114
36019
 
35115
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
36020
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
35116
36021
  height: 100%;
35117
36022
  display: flex;
35118
36023
  align-items: center;
@@ -35160,13 +36065,29 @@ readers do not read off random characters that represent icons */
35160
36065
  color: #99a6ad;
35161
36066
  }
35162
36067
 
35163
- .amis-scope .a-Transfer-tabs {
36068
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
36069
+ height: 40px;
36070
+ }
36071
+
36072
+ .amis-scope .a-TabsTransfer-placeholder {
36073
+ height: 1.875rem;
36074
+ line-height: 1.4285714286;
36075
+ font-size: 0.875rem;
36076
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36077
+ color: #99a6ad;
36078
+ }
36079
+
36080
+ .amis-scope .a-TabsTransfer-tab {
36081
+ padding: 0;
36082
+ }
36083
+
36084
+ .amis-scope .a-TabsTransfer-tabs {
35164
36085
  display: flex;
35165
36086
  flex-direction: column;
35166
36087
  height: 100%;
35167
36088
  }
35168
36089
 
35169
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
36090
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
35170
36091
  border-top: 0 none;
35171
36092
  padding: 5px 0 0 5px;
35172
36093
  display: flex;
@@ -35175,59 +36096,48 @@ readers do not read off random characters that represent icons */
35175
36096
  align-items: center;
35176
36097
  }
35177
36098
 
35178
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36099
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
35179
36100
  font-size: 12px;
35180
36101
  padding: 7px 8px;
35181
36102
  }
35182
36103
 
35183
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36104
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
35184
36105
  flex-grow: 1;
35185
36106
  }
35186
36107
 
35187
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
36108
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
35188
36109
  margin: -5px 5px 0 10px;
35189
36110
  }
35190
36111
 
35191
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36112
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
35192
36113
  width: 150px;
35193
36114
  margin-right: 10px;
35194
36115
  padding-left: 10px;
35195
36116
  }
35196
36117
 
35197
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
36118
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
35198
36119
  flex-grow: 1;
36120
+ min-height: 0;
35199
36121
  position: relative;
35200
36122
  padding: 5px 0 0;
35201
36123
  }
35202
36124
 
35203
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36125
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
35204
36126
  position: relative;
35205
- min-height: 100%;
36127
+ height: 100%;
35206
36128
  }
35207
36129
 
35208
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36130
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
35209
36131
  display: flex;
35210
36132
  flex-direction: column;
35211
36133
  }
35212
36134
 
35213
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
36135
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
35214
36136
  flex-grow: 1;
35215
36137
  max-height: 100%;
35216
36138
  overflow: auto;
35217
36139
  }
35218
36140
 
35219
- .amis-scope .a-TabsTransfer .a-Transfer-title {
35220
- height: 40px;
35221
- }
35222
-
35223
- .amis-scope .a-TabsTransfer-placeholder {
35224
- height: 1.875rem;
35225
- line-height: 1.4285714286;
35226
- font-size: 0.875rem;
35227
- padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35228
- color: #99a6ad;
35229
- }
35230
-
35231
36141
  .amis-scope .a-TransferControl {
35232
36142
  position: relative;
35233
36143
  }
@@ -35236,6 +36146,57 @@ readers do not read off random characters that represent icons */
35236
36146
  display: inline-block;
35237
36147
  }
35238
36148
 
36149
+ .amis-scope .a-TransferPicker-icon {
36150
+ transition: transform 0s ease-out;
36151
+ margin: 5px 5px 5px auto;
36152
+ display: flex;
36153
+ color: #4b5563;
36154
+ }
36155
+
36156
+ .amis-scope .a-TransferPicker-icon:hover {
36157
+ color: #111827;
36158
+ }
36159
+
36160
+ .amis-scope .a-TransferPicker-icon > svg {
36161
+ width: 0.75rem;
36162
+ height: 0.75rem;
36163
+ top: 0;
36164
+ }
36165
+
36166
+ .amis-scope .a-TransferDropDown-icon {
36167
+ transition: transform 0s ease-out;
36168
+ margin: 5px 5px 5px auto;
36169
+ display: flex;
36170
+ color: #4b5563;
36171
+ }
36172
+
36173
+ .amis-scope .a-TransferDropDown-icon:hover {
36174
+ color: #111827;
36175
+ }
36176
+
36177
+ .amis-scope .a-TransferDropDown-icon > svg {
36178
+ width: 0.625rem;
36179
+ height: 0.625rem;
36180
+ top: 0;
36181
+ }
36182
+
36183
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
36184
+ transform: rotate(180deg);
36185
+ }
36186
+
36187
+ .amis-scope .a-TransferDropDown-content {
36188
+ min-height: 12.5rem;
36189
+ display: flex;
36190
+ flex-direction: column;
36191
+ }
36192
+
36193
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
36194
+ flex-grow: 1;
36195
+ max-height: 100%;
36196
+ overflow: auto;
36197
+ position: relative;
36198
+ }
36199
+
35239
36200
  .amis-scope .a-NestedSelectControl {
35240
36201
  position: relative;
35241
36202
  }
@@ -35390,14 +36351,14 @@ readers do not read off random characters that represent icons */
35390
36351
  .amis-scope .a-IconPickerControl.is-error > .a-IconPickerControl-input {
35391
36352
  border-color: #f05050;
35392
36353
  background: #fff;
35393
- transition: all 0.2s;
36354
+ transition: all 0s;
35394
36355
  }
35395
36356
 
35396
36357
  .amis-scope .a-IconPickerControl.is-focused > .a-IconPickerControl-input {
35397
36358
  border-color: #23b7e5;
35398
36359
  box-shadow: none;
35399
36360
  background: #fff;
35400
- transition: all 0.2s;
36361
+ transition: all 0s;
35401
36362
  }
35402
36363
 
35403
36364
  .amis-scope .a-IconPickerControl.is-error.is-focused > .a-IconPickerControl-input {
@@ -35408,7 +36369,7 @@ readers do not read off random characters that represent icons */
35408
36369
  color: #99a6ad;
35409
36370
  background: #e5e7eb;
35410
36371
  border-color: #d1d5db;
35411
- transition: all 0.2s;
36372
+ transition: all 0s;
35412
36373
  }
35413
36374
 
35414
36375
  .amis-scope .a-IconPickerControl-spinner {
@@ -36004,12 +36965,61 @@ readers do not read off random characters that represent icons */
36004
36965
  min-width: 10rem;
36005
36966
  }
36006
36967
 
36968
+ .amis-scope .a-Form--column {
36969
+ display: flex;
36970
+ flex-wrap: wrap;
36971
+ margin-left: calc(1rem / -2);
36972
+ margin-right: calc(1rem / -2);
36973
+ }
36974
+
36975
+ .amis-scope .a-Form--column > .a-Form-item {
36976
+ flex-grow: 1;
36977
+ padding-left: calc(1rem / 2);
36978
+ padding-right: calc(1rem / 2);
36979
+ }
36980
+
36981
+ .amis-scope .a-Form--column-2 > .a-Form-item {
36982
+ width: 50%;
36983
+ }
36984
+
36985
+ .amis-scope .a-Form--column-3 > .a-Form-item {
36986
+ width: 33%;
36987
+ }
36988
+
36989
+ .amis-scope .a-Form--column-4 > .a-Form-item {
36990
+ width: 25%;
36991
+ }
36992
+
36993
+ .amis-scope .a-Form--column-5 > .a-Form-item {
36994
+ width: 20%;
36995
+ }
36996
+
36997
+ .amis-scope .a-Form--column-6 > .a-Form-item {
36998
+ width: 16.6%;
36999
+ }
37000
+
37001
+ .amis-scope .a-Form--column-7 > .a-Form-item {
37002
+ width: 14.2%;
37003
+ }
37004
+
37005
+ .amis-scope .a-Form--column-8 > .a-Form-item {
37006
+ width: 12.5%;
37007
+ }
37008
+
37009
+ .amis-scope .a-Form-column-9 > .a-Form-item {
37010
+ width: 11.1%;
37011
+ }
37012
+
37013
+ .amis-scope .a-Form-column-10 > .a-Form-item {
37014
+ width: 10%;
37015
+ }
37016
+
36007
37017
  .amis-scope .a-AnchorNav {
36008
37018
  display: flex;
36009
37019
  height: 25rem;
36010
37020
  }
36011
37021
 
36012
- .amis-scope .a-AnchorNav-link-wrap {
37022
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
36013
37023
  margin: 0;
36014
37024
  padding: 0;
36015
37025
  width: 8.75rem;
@@ -36017,12 +37027,12 @@ readers do not read off random characters that represent icons */
36017
37027
  padding-bottom: 3.75rem;
36018
37028
  }
36019
37029
 
36020
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37030
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36021
37031
  position: relative;
36022
37032
  display: block;
36023
37033
  }
36024
37034
 
36025
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37035
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36026
37036
  display: block;
36027
37037
  border: 0.0625rem solid transparent;
36028
37038
  border-width: 0 0.125rem 0 0;
@@ -36036,14 +37046,68 @@ readers do not read off random characters that represent icons */
36036
37046
  margin: 0;
36037
37047
  }
36038
37048
 
36039
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37049
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
36040
37050
  color: #7266ba;
36041
37051
  }
36042
37052
 
36043
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
36044
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37053
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
37054
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37055
+ color: #7266ba;
37056
+ border-color: #7266ba;
37057
+ }
37058
+
37059
+ .amis-scope .a-AnchorNav--horizontal {
37060
+ flex-direction: column;
37061
+ }
37062
+
37063
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
37064
+ user-select: none;
37065
+ margin: 0px;
37066
+ padding: 0px;
37067
+ border-bottom: 0.0625rem solid #d1d5db;
37068
+ list-style: none;
37069
+ }
37070
+
37071
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37072
+ margin-bottom: calc(0.0625rem * -1);
37073
+ display: inline-block;
37074
+ position: relative;
37075
+ }
37076
+
37077
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
37078
+ font-size: 0.875rem;
37079
+ outline: 0;
37080
+ border: 0.0625rem solid transparent;
37081
+ border-width: 0 0 0.125rem 0;
37082
+ border-top-left-radius: 0.142rem;
37083
+ border-top-right-radius: 0.142rem;
37084
+ color: #58666e;
37085
+ margin: 0 0.1875rem 0 0;
37086
+ padding: 0.5rem 0.75rem;
37087
+ text-decoration: none;
37088
+ cursor: pointer;
37089
+ display: block;
37090
+ }
37091
+
37092
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
37093
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
36045
37094
  color: #7266ba;
37095
+ background: transparent;
37096
+ border-color: transparent;
37097
+ }
37098
+
37099
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
37100
+ margin: 0;
37101
+ }
37102
+
37103
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
37104
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
37105
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
37106
+ font-size: 0.875rem;
37107
+ border-width: 0 0 0.125rem 0;
36046
37108
  border-color: #7266ba;
37109
+ color: #7266ba;
37110
+ background: transparent;
36047
37111
  }
36048
37112
 
36049
37113
  .amis-scope .a-AnchorNav-section-wrap {
@@ -36323,6 +37387,19 @@ readers do not read off random characters that represent icons */
36323
37387
  border-bottom-color: #eee;
36324
37388
  }
36325
37389
 
37390
+ .amis-scope .a-Link.is-disabled {
37391
+ cursor: not-allowed;
37392
+ color: #99a6ad;
37393
+ }
37394
+
37395
+ .amis-scope .a-MappingField {
37396
+ margin-right: 0.25rem;
37397
+ }
37398
+
37399
+ .amis-scope .a-MappingField:last-child {
37400
+ margin-right: 0;
37401
+ }
37402
+
36326
37403
  /*
36327
37404
  * utilities
36328
37405
  */
@@ -36769,6 +37846,10 @@ readers do not read off random characters that represent icons */
36769
37846
  background: none !important;
36770
37847
  }
36771
37848
 
37849
+ .cursor-pointer {
37850
+ cursor: pointer;
37851
+ }
37852
+
36772
37853
  .amis-scope a.bg-primary:hover {
36773
37854
  background: #6254b2;
36774
37855
  }
@@ -38326,7 +39407,7 @@ readers do not read off random characters that represent icons */
38326
39407
  }
38327
39408
 
38328
39409
  .amis-scope .hover-rotate {
38329
- transition: all 0.2s ease-in-out 0.2s;
39410
+ transition: all 0s ease-in-out 0s;
38330
39411
  }
38331
39412
 
38332
39413
  .amis-scope .hover-anchor:hover > .hover-action,
@@ -38660,4 +39741,4 @@ readers do not read off random characters that represent icons */
38660
39741
  .amis-scope .no-padder-xs {
38661
39742
  padding: 0 !important;
38662
39743
  }
38663
- }
39744
+ }