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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/lib/Schema.d.ts +9 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/ColorPicker.d.ts +84 -84
  16. package/lib/components/DatePicker.d.ts +84 -84
  17. package/lib/components/DateRangePicker.d.ts +84 -84
  18. package/lib/components/Editor.d.ts +84 -84
  19. package/lib/components/GroupedSelection.d.ts +907 -0
  20. package/lib/components/GroupedSelection.js +48 -0
  21. package/lib/components/GroupedSelection.js.map +13 -0
  22. package/lib/components/Link.d.ts +29 -36
  23. package/lib/components/Link.js +14 -15
  24. package/lib/components/Link.js.map +2 -2
  25. package/lib/components/ListGroup.d.ts +21 -21
  26. package/lib/components/ModalManager.js +1 -1
  27. package/lib/components/ModalManager.js.map +2 -2
  28. package/lib/components/MonthRangePicker.d.ts +84 -84
  29. package/lib/components/NumberInput.d.ts +20 -20
  30. package/lib/components/PickerColumn.d.ts +514 -0
  31. package/lib/components/PickerColumn.js +279 -0
  32. package/lib/components/PickerColumn.js.map +13 -0
  33. package/lib/components/PickerContainer.d.ts +513 -0
  34. package/lib/components/PickerContainer.js +96 -0
  35. package/lib/components/PickerContainer.js.map +13 -0
  36. package/lib/components/Radios.d.ts +22 -21
  37. package/lib/components/Radios.js +1 -0
  38. package/lib/components/Radios.js.map +2 -2
  39. package/lib/components/Rating.d.ts +21 -21
  40. package/lib/components/ResultBox.d.ts +84 -84
  41. package/lib/components/SearchBox.d.ts +84 -84
  42. package/lib/components/SearchBox.js +4 -4
  43. package/lib/components/SearchBox.js.map +2 -2
  44. package/lib/components/Select.d.ts +245 -237
  45. package/lib/components/Select.js +25 -4
  46. package/lib/components/Select.js.map +2 -2
  47. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  48. package/lib/components/Selection.js +134 -0
  49. package/lib/components/Selection.js.map +13 -0
  50. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  51. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  52. package/lib/components/TableSelection.js.map +13 -0
  53. package/lib/components/Tabs.d.ts +20 -20
  54. package/lib/components/TabsTransfer.d.ts +84 -84
  55. package/lib/components/TabsTransfer.js +9 -9
  56. package/lib/components/TabsTransfer.js.map +2 -2
  57. package/lib/components/TabsTransferPicker.d.ts +489 -0
  58. package/lib/components/TabsTransferPicker.js +60 -0
  59. package/lib/components/TabsTransferPicker.js.map +13 -0
  60. package/lib/components/Transfer.d.ts +908 -274
  61. package/lib/components/Transfer.js +31 -24
  62. package/lib/components/Transfer.js.map +2 -2
  63. package/lib/components/TransferDropDown.d.ts +487 -0
  64. package/lib/components/TransferDropDown.js +59 -0
  65. package/lib/components/TransferDropDown.js.map +13 -0
  66. package/lib/components/TransferPicker.d.ts +489 -0
  67. package/lib/components/TransferPicker.js +60 -0
  68. package/lib/components/TransferPicker.js.map +13 -0
  69. package/lib/components/Tree.d.ts +84 -84
  70. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  71. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  72. package/lib/components/TreeSelection.js.map +13 -0
  73. package/lib/components/WithRemoteConfig.js +1 -1
  74. package/lib/components/WithRemoteConfig.js.map +2 -2
  75. package/lib/components/condition-builder/Field.js +5 -2
  76. package/lib/components/condition-builder/Field.js.map +2 -2
  77. package/lib/components/condition-builder/Func.js +2 -2
  78. package/lib/components/condition-builder/Func.js.map +2 -2
  79. package/lib/components/condition-builder/InputSwitch.js +2 -2
  80. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  81. package/lib/components/condition-builder/Item.js +3 -3
  82. package/lib/components/condition-builder/Item.js.map +2 -2
  83. package/lib/components/index.d.ts +8 -8
  84. package/lib/components/index.js +16 -16
  85. package/lib/components/index.js.map +2 -2
  86. package/lib/envOverwrite.js.map +2 -2
  87. package/lib/factory.d.ts +4 -0
  88. package/lib/factory.js +4 -2
  89. package/lib/factory.js.map +2 -2
  90. package/lib/helper.css.map +1 -1
  91. package/lib/hooks/index.d.ts +5 -0
  92. package/lib/hooks/index.js +14 -0
  93. package/lib/hooks/index.js.map +13 -0
  94. package/lib/hooks/use-set-state.d.ts +2 -0
  95. package/lib/hooks/use-set-state.js +15 -0
  96. package/lib/hooks/use-set-state.js.map +13 -0
  97. package/lib/hooks/use-touch.d.ts +16 -0
  98. package/lib/hooks/use-touch.js +73 -0
  99. package/lib/hooks/use-touch.js.map +13 -0
  100. package/lib/hooks/use-update-effect.d.ts +3 -0
  101. package/lib/hooks/use-update-effect.js +17 -0
  102. package/lib/hooks/use-update-effect.js.map +13 -0
  103. package/lib/index.d.ts +3 -0
  104. package/lib/index.js +4 -1
  105. package/lib/index.js.map +2 -2
  106. package/lib/locale/de-DE.js +2 -0
  107. package/lib/locale/de-DE.js.map +2 -2
  108. package/lib/locale/en-US.js +2 -0
  109. package/lib/locale/en-US.js.map +2 -2
  110. package/lib/locale/zh-CN.js +4 -2
  111. package/lib/locale/zh-CN.js.map +2 -2
  112. package/lib/renderers/Action.d.ts +4 -3
  113. package/lib/renderers/Action.js +17 -4
  114. package/lib/renderers/Action.js.map +2 -2
  115. package/lib/renderers/AnchorNav.d.ts +1 -0
  116. package/lib/renderers/AnchorNav.js +2 -2
  117. package/lib/renderers/AnchorNav.js.map +2 -2
  118. package/lib/renderers/Avatar.js +3 -3
  119. package/lib/renderers/Avatar.js.map +2 -2
  120. package/lib/renderers/Breadcrumb.js +1 -1
  121. package/lib/renderers/Breadcrumb.js.map +2 -2
  122. package/lib/renderers/CRUD.d.ts +9 -0
  123. package/lib/renderers/CRUD.js +24 -4
  124. package/lib/renderers/CRUD.js.map +2 -2
  125. package/lib/renderers/Card.d.ts +4 -0
  126. package/lib/renderers/Card.js +29 -23
  127. package/lib/renderers/Card.js.map +2 -2
  128. package/lib/renderers/Chart.js +1 -1
  129. package/lib/renderers/Chart.js.map +2 -2
  130. package/lib/renderers/Collapse.js +3 -2
  131. package/lib/renderers/Collapse.js.map +2 -2
  132. package/lib/renderers/DropDownButton.js +1 -1
  133. package/lib/renderers/DropDownButton.js.map +2 -2
  134. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  135. package/lib/renderers/Form/Editor.d.ts +3 -2
  136. package/lib/renderers/Form/InputCity.d.ts +84 -84
  137. package/lib/renderers/Form/InputCity.js +7 -6
  138. package/lib/renderers/Form/InputCity.js.map +2 -2
  139. package/lib/renderers/Form/InputColor.d.ts +84 -84
  140. package/lib/renderers/Form/InputFile.js +10 -4
  141. package/lib/renderers/Form/InputFile.js.map +2 -2
  142. package/lib/renderers/Form/InputImage.js +11 -4
  143. package/lib/renderers/Form/InputImage.js.map +2 -2
  144. package/lib/renderers/Form/Item.d.ts +1 -1
  145. package/lib/renderers/Form/Item.js.map +1 -1
  146. package/lib/renderers/Form/Options.js +13 -3
  147. package/lib/renderers/Form/Options.js.map +2 -2
  148. package/lib/renderers/Form/Select.d.ts +41 -4
  149. package/lib/renderers/Form/Select.js +23 -3
  150. package/lib/renderers/Form/Select.js.map +2 -2
  151. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  152. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  153. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  154. package/lib/renderers/Form/Transfer.js +3 -2
  155. package/lib/renderers/Form/Transfer.js.map +2 -2
  156. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  157. package/lib/renderers/Form/TransferPicker.js +29 -0
  158. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  159. package/lib/renderers/Form/TreeSelect.js +2 -2
  160. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  161. package/lib/renderers/Form/index.js +1 -1
  162. package/lib/renderers/Form/index.js.map +2 -2
  163. package/lib/renderers/Form/wrapControl.js +13 -1
  164. package/lib/renderers/Form/wrapControl.js.map +2 -2
  165. package/lib/renderers/IFrame.js +1 -3
  166. package/lib/renderers/IFrame.js.map +2 -2
  167. package/lib/renderers/Json.d.ts +4 -0
  168. package/lib/renderers/Json.js +4 -13
  169. package/lib/renderers/Json.js.map +2 -2
  170. package/lib/renderers/Link.d.ts +4 -2
  171. package/lib/renderers/Link.js +15 -6
  172. package/lib/renderers/Link.js.map +2 -2
  173. package/lib/renderers/List.js +1 -1
  174. package/lib/renderers/List.js.map +2 -2
  175. package/lib/renderers/Mapping.d.ts +9 -2
  176. package/lib/renderers/Mapping.js +18 -6
  177. package/lib/renderers/Mapping.js.map +2 -2
  178. package/lib/renderers/Nav.d.ts +21 -21
  179. package/lib/renderers/Nav.js +39 -21
  180. package/lib/renderers/Nav.js.map +2 -2
  181. package/lib/renderers/Portlet.d.ts +125 -0
  182. package/lib/renderers/Portlet.js +156 -0
  183. package/lib/renderers/Portlet.js.map +13 -0
  184. package/lib/renderers/Property.js +2 -1
  185. package/lib/renderers/Property.js.map +2 -2
  186. package/lib/renderers/SearchBox.d.ts +6 -1
  187. package/lib/renderers/SearchBox.js +19 -5
  188. package/lib/renderers/SearchBox.js.map +2 -2
  189. package/lib/renderers/Table/TableContent.d.ts +4 -1
  190. package/lib/renderers/Table/TableContent.js +21 -1
  191. package/lib/renderers/Table/TableContent.js.map +2 -2
  192. package/lib/renderers/Table/index.d.ts +5 -1
  193. package/lib/renderers/Table/index.js +64 -29
  194. package/lib/renderers/Table/index.js.map +2 -2
  195. package/lib/renderers/Tabs.js +9 -1
  196. package/lib/renderers/Tabs.js.map +2 -2
  197. package/lib/renderers/WebComponent.js +1 -1
  198. package/lib/renderers/WebComponent.js.map +2 -2
  199. package/lib/store/combo.d.ts +2 -16
  200. package/lib/store/crud.js +3 -7
  201. package/lib/store/crud.js.map +2 -2
  202. package/lib/store/form.d.ts +1 -1
  203. package/lib/store/form.js +5 -6
  204. package/lib/store/form.js.map +2 -2
  205. package/lib/store/service.js +5 -4
  206. package/lib/store/service.js.map +2 -2
  207. package/lib/store/table.d.ts +2 -2
  208. package/lib/themes/ang-ie11.css +422 -149
  209. package/lib/themes/ang.css +422 -149
  210. package/lib/themes/ang.css.map +1 -1
  211. package/lib/themes/antd-ie11.css +422 -149
  212. package/lib/themes/antd.css +422 -149
  213. package/lib/themes/antd.css.map +1 -1
  214. package/lib/themes/cxd-ie11.css +456 -182
  215. package/lib/themes/cxd.css +456 -182
  216. package/lib/themes/cxd.css.map +1 -1
  217. package/lib/themes/dark-ie11.css +422 -149
  218. package/lib/themes/dark.css +422 -149
  219. package/lib/themes/dark.css.map +1 -1
  220. package/lib/themes/default.css +456 -182
  221. package/lib/themes/default.css.map +1 -1
  222. package/lib/types.d.ts +37 -0
  223. package/lib/types.js +0 -5
  224. package/lib/types.js.map +2 -2
  225. package/lib/utils/api.d.ts +3 -2
  226. package/lib/utils/api.js +28 -12
  227. package/lib/utils/api.js.map +2 -2
  228. package/lib/utils/dom.d.ts +4 -0
  229. package/lib/utils/dom.js +11 -1
  230. package/lib/utils/dom.js.map +2 -2
  231. package/lib/utils/helper.d.ts +2 -0
  232. package/lib/utils/helper.js +11 -2
  233. package/lib/utils/helper.js.map +2 -2
  234. package/lib/utils/icon.js +3 -0
  235. package/lib/utils/icon.js.map +2 -2
  236. package/package.json +1 -1
  237. package/schema.json +3038 -790
  238. package/scss/_mixins.scss +1 -3
  239. package/scss/_properties.scss +25 -1
  240. package/scss/base/_normalize.scss +2 -0
  241. package/scss/components/_anchor-nav.scss +88 -29
  242. package/scss/components/_card.scss +8 -14
  243. package/scss/components/_collapse.scss +16 -1
  244. package/scss/components/_mapping.scss +6 -0
  245. package/scss/components/_nav.scss +1 -1
  246. package/scss/components/_picker-columns.scss +123 -0
  247. package/scss/components/_popover.scss +17 -0
  248. package/scss/components/_portlet.scss +51 -0
  249. package/scss/components/_status.scss +1 -1
  250. package/scss/components/_table.scss +26 -0
  251. package/scss/components/form/_checks.scss +0 -351
  252. package/scss/components/form/_fieldset.scss +5 -1
  253. package/scss/components/form/_selection.scss +354 -0
  254. package/scss/components/form/_transfer.scss +75 -18
  255. package/scss/themes/_common.scss +4 -0
  256. package/scss/themes/_cxd-variables.scss +4 -1
  257. package/scss/themes/cxd.scss +16 -12
  258. package/sdk/ang-ie11.css +457 -152
  259. package/sdk/ang.css +480 -154
  260. package/sdk/antd-ie11.css +456 -151
  261. package/sdk/antd.css +480 -154
  262. package/sdk/charts.js +13 -13
  263. package/sdk/color-picker.js +65 -69
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +496 -194
  266. package/sdk/cxd.css +517 -190
  267. package/sdk/dark-ie11.css +457 -152
  268. package/sdk/dark.css +480 -154
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/helper.css.map +1 -1
  271. package/sdk/locale/de-DE.js +2 -0
  272. package/sdk/markdown.js +69 -69
  273. package/sdk/papaparse.js +1 -1
  274. package/sdk/renderers/Form/CityDB.js +1 -1
  275. package/sdk/rest.js +20 -28
  276. package/sdk/rich-text.js +62 -62
  277. package/sdk/sdk-ie11.css +496 -194
  278. package/sdk/sdk.css +517 -190
  279. package/sdk/sdk.js +1268 -1236
  280. package/sdk/thirds/hls.js/hls.js +1 -1
  281. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  282. package/sdk/tinymce.js +57 -57
  283. package/src/Schema.ts +14 -0
  284. package/src/components/AnchorNav.tsx +15 -4
  285. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  286. package/src/components/Badge.tsx +3 -3
  287. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  288. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  289. package/src/components/Link.tsx +28 -37
  290. package/src/components/ModalManager.ts +1 -1
  291. package/src/components/PickerColumn.tsx +429 -0
  292. package/src/components/PickerContainer.tsx +128 -0
  293. package/src/components/Radios.tsx +3 -8
  294. package/src/components/SearchBox.tsx +4 -5
  295. package/src/components/Select.tsx +57 -5
  296. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  297. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  298. package/src/components/TabsTransfer.tsx +13 -7
  299. package/src/components/TabsTransferPicker.tsx +85 -0
  300. package/src/components/Transfer.tsx +71 -50
  301. package/src/components/TransferDropDown.tsx +117 -0
  302. package/src/components/TransferPicker.tsx +84 -0
  303. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  304. package/src/components/WithRemoteConfig.tsx +7 -2
  305. package/src/components/condition-builder/Field.tsx +5 -5
  306. package/src/components/condition-builder/Func.tsx +3 -3
  307. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  308. package/src/components/condition-builder/Item.tsx +5 -12
  309. package/src/components/index.tsx +13 -13
  310. package/src/envOverwrite.ts +0 -1
  311. package/src/factory.tsx +18 -3
  312. package/src/hooks/index.ts +5 -0
  313. package/src/hooks/use-set-state.ts +19 -0
  314. package/src/hooks/use-touch.ts +100 -0
  315. package/src/hooks/use-update-effect.ts +16 -0
  316. package/src/index.tsx +3 -0
  317. package/src/locale/de-DE.ts +2 -0
  318. package/src/locale/en-US.ts +2 -0
  319. package/src/locale/zh-CN.ts +4 -2
  320. package/src/renderers/Action.tsx +28 -2
  321. package/src/renderers/AnchorNav.tsx +4 -0
  322. package/src/renderers/Avatar.tsx +8 -4
  323. package/src/renderers/Breadcrumb.tsx +5 -1
  324. package/src/renderers/CRUD.tsx +33 -3
  325. package/src/renderers/Card.tsx +63 -34
  326. package/src/renderers/Chart.tsx +6 -2
  327. package/src/renderers/Collapse.tsx +4 -2
  328. package/src/renderers/DropDownButton.tsx +1 -1
  329. package/src/renderers/Form/InputCity.tsx +4 -8
  330. package/src/renderers/Form/InputFile.tsx +29 -20
  331. package/src/renderers/Form/InputImage.tsx +11 -3
  332. package/src/renderers/Form/Item.tsx +1 -1
  333. package/src/renderers/Form/Options.tsx +16 -2
  334. package/src/renderers/Form/Select.tsx +144 -21
  335. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  336. package/src/renderers/Form/Transfer.tsx +3 -2
  337. package/src/renderers/Form/TransferPicker.tsx +123 -0
  338. package/src/renderers/Form/TreeSelect.tsx +25 -0
  339. package/src/renderers/Form/index.tsx +1 -1
  340. package/src/renderers/Form/wrapControl.tsx +26 -1
  341. package/src/renderers/IFrame.tsx +2 -4
  342. package/src/renderers/Json.tsx +9 -9
  343. package/src/renderers/Link.tsx +27 -13
  344. package/src/renderers/List.tsx +1 -1
  345. package/src/renderers/Mapping.tsx +27 -11
  346. package/src/renderers/Nav.tsx +108 -60
  347. package/src/renderers/Portlet.tsx +423 -0
  348. package/src/renderers/Property.tsx +3 -2
  349. package/src/renderers/SearchBox.tsx +23 -4
  350. package/src/renderers/Table/TableContent.tsx +40 -2
  351. package/src/renderers/Table/index.tsx +87 -41
  352. package/src/renderers/Tabs.tsx +9 -1
  353. package/src/renderers/WebComponent.tsx +2 -2
  354. package/src/store/crud.ts +3 -8
  355. package/src/store/form.ts +5 -10
  356. package/src/store/service.ts +5 -4
  357. package/src/types.ts +57 -0
  358. package/src/utils/api.ts +40 -20
  359. package/src/utils/dom.tsx +12 -0
  360. package/src/utils/helper.ts +8 -0
  361. package/src/utils/icon.tsx +4 -0
  362. package/dump.rdb +0 -0
  363. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  364. package/lib/components/AssociatedCheckboxes.js +0 -90
  365. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  366. package/lib/components/ChainedCheckboxes.js.map +0 -13
  367. package/lib/components/Checkboxes.js +0 -101
  368. package/lib/components/Checkboxes.js.map +0 -13
  369. package/lib/components/ListCheckboxes.d.ts +0 -739
  370. package/lib/components/ListCheckboxes.js +0 -48
  371. package/lib/components/ListCheckboxes.js.map +0 -13
  372. package/lib/components/ListRadios.d.ts +0 -763
  373. package/lib/components/ListRadios.js +0 -86
  374. package/lib/components/ListRadios.js.map +0 -13
  375. package/lib/components/TableCheckboxes.js.map +0 -13
  376. package/lib/components/TreeCheckboxes.js.map +0 -13
  377. package/lib/components/TreeRadios.d.ts +0 -838
  378. package/lib/components/TreeRadios.js +0 -116
  379. package/lib/components/TreeRadios.js.map +0 -13
  380. package/src/components/ListRadios.tsx +0 -159
  381. package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd.css CHANGED
@@ -19627,8 +19627,13 @@ readers do not read off random characters that represent icons */
19627
19627
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19628
19628
  --Collapse-header-bg: transparent;
19629
19629
  --Collapse-header-onHover-bg: transparent;
19630
- --Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
19630
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19631
19631
  var(--Collapse-border-color);
19632
+ --Collapse-header-collapsed-borderTop: none;
19633
+ --Collapse-header-collapsed-borderBottom: var(
19634
+ --Collapse-header-collapsed-border
19635
+ );
19636
+ --Collapse-header-wrapper-direction: row;
19632
19637
  --Collapse-content-padding: 1.125rem 0;
19633
19638
  --Collapse-content-color: var(--body-color);
19634
19639
  --Collapse-content-fontSize: var(--body-size);
@@ -20116,11 +20121,28 @@ readers do not read off random characters that represent icons */
20116
20121
  --Panel-titleMarginTop: 0;
20117
20122
  --Picker-iconColor: var(--icon-color);
20118
20123
  --Picker-onHover-iconColor: var(--icon-onHover-color);
20124
+ --PickerColumns-bg: white;
20125
+ --PickerColumns-toolbar-height: 3.125rem;
20126
+ --PickerColumns-title-fontSize: var(--fontSizeLg);
20127
+ --PickerColumns-title-lineHeight: 1.5;
20128
+ --PickerColumns-action-padding: 0 var(--gap-sm);
20129
+ --PickerColumns-action-fontSize: var(--fontSizeMd);
20130
+ --PickerColumns-confirmAction-color: var(--Button--info-bg);
20131
+ --PickerColumns-cancelAction-color: var(--Button--light-bg);
20132
+ --PickerColumns-option-fontSize: var(--fontSizeLg);
20133
+ --PickerColumns-optionText-color: var(--text-color);
20134
+ --PickerColumns-optionDisabled-opacity: 0.3;
20135
+ --PickerColumns-loadingIcon-color: var(--icon-color);
20136
+ --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
20119
20137
  --PopOver-bg: white;
20120
20138
  --PopOverAble-iconColor: inherit;
20121
20139
  --PopOverAble-onHover-iconColor: inherit;
20122
20140
  --Property-title-bg: #f2f2f2;
20123
20141
  --Property-label-bg: #f7f7f7;
20142
+ --Portlet-borderColor: var(--borderColor);
20143
+ --Portlet-borderStyle: solid;
20144
+ --Portlet-borderWidth: var(--borderWidth);
20145
+ --Portlet-borderRadius: var(--borderRadius);
20124
20146
  --QuickEdit-iconColor: inherit;
20125
20147
  --QuickEdit-onFocus-borderColor: var(--info);
20126
20148
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20877,6 +20899,8 @@ readers do not read off random characters that represent icons */
20877
20899
  width: 1em;
20878
20900
  height: 1em;
20879
20901
  fill: currentColor;
20902
+ position: relative;
20903
+ top: 0.125em;
20880
20904
  }
20881
20905
 
20882
20906
  .amis-scope svg.r90 {
@@ -24094,6 +24118,143 @@ readers do not read off random characters that represent icons */
24094
24118
  background: transparent;
24095
24119
  }
24096
24120
 
24121
+ .amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
24122
+ background: rgba(0, 0, 0, 0.3);
24123
+ }
24124
+
24125
+ .amis-scope .antd-PopOver--leftBottomLeftTop {
24126
+ margin-top: 0.25rem;
24127
+ }
24128
+
24129
+ .amis-scope .antd-PopOver--leftTopLeftBottom {
24130
+ margin-top: -0.25rem;
24131
+ }
24132
+
24133
+ .amis-scope .has-popover {
24134
+ position: relative;
24135
+ }
24136
+
24137
+ .amis-scope .antd-PickerColumns {
24138
+ position: relative;
24139
+ background-color: var(--PickerColumns-bg);
24140
+ user-select: none;
24141
+ }
24142
+
24143
+ .amis-scope .antd-PickerColumns-popOver {
24144
+ position: fixed;
24145
+ bottom: 0;
24146
+ left: 0;
24147
+ width: 100%;
24148
+ padding: 0 var(--gap-sm);
24149
+ }
24150
+
24151
+ .amis-scope .antd-PickerColumns-toolbar {
24152
+ display: flex;
24153
+ align-items: center;
24154
+ justify-content: space-between;
24155
+ height: var(--PickerColumns-toolbar-height);
24156
+ }
24157
+
24158
+ .amis-scope .antd-PickerColumns-cancel,
24159
+ .amis-scope .antd-PickerColumns-confirm {
24160
+ height: 100%;
24161
+ padding: var(--PickerColumns-action-padding);
24162
+ font-size: var(--PickerColumns-action-fontSize);
24163
+ background-color: transparent;
24164
+ border: none;
24165
+ cursor: pointer;
24166
+ }
24167
+
24168
+ .amis-scope .antd-PickerColumns-cancel:active,
24169
+ .amis-scope .antd-PickerColumns-confirm:active {
24170
+ opacity: 0.7;
24171
+ }
24172
+
24173
+ .amis-scope .antd-PickerColumns-confirm {
24174
+ color: var(--PickerColumns-confirmAction-color);
24175
+ }
24176
+
24177
+ .amis-scope .antd-PickerColumns-cancel {
24178
+ color: var(--PickerColumns-cancelAction-color);
24179
+ }
24180
+
24181
+ .amis-scope .antd-PickerColumns-title {
24182
+ max-width: 50%;
24183
+ font-weight: 500;
24184
+ font-size: var(--PickerColumns-title-fontSize);
24185
+ line-height: var(--PickerColumns-title-lineHeight);
24186
+ text-align: center;
24187
+ }
24188
+
24189
+ .amis-scope .antd-PickerColumns-columns {
24190
+ position: relative;
24191
+ display: flex;
24192
+ cursor: grab;
24193
+ }
24194
+
24195
+ .amis-scope .antd-PickerColumns-loading {
24196
+ position: absolute;
24197
+ top: 0;
24198
+ right: 0;
24199
+ bottom: 0;
24200
+ left: 0;
24201
+ z-index: 3;
24202
+ display: flex;
24203
+ align-items: center;
24204
+ justify-content: center;
24205
+ color: var(--PickerColumns-loadingIcon-color);
24206
+ background-color: var(--PickerColumns-loadingMask-color);
24207
+ }
24208
+
24209
+ .amis-scope .antd-PickerColumns-frame {
24210
+ position: absolute;
24211
+ top: 50%;
24212
+ right: var(--gap-md);
24213
+ left: var(--gap-md);
24214
+ z-index: 2;
24215
+ transform: translateY(-50%);
24216
+ pointer-events: none;
24217
+ }
24218
+
24219
+ .amis-scope .antd-PickerColumns-mask {
24220
+ position: absolute;
24221
+ top: 0;
24222
+ left: 0;
24223
+ z-index: 1;
24224
+ width: 100%;
24225
+ height: 100%;
24226
+ 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));
24227
+ background-repeat: no-repeat;
24228
+ background-position: top, bottom;
24229
+ transform: translateZ(0);
24230
+ pointer-events: none;
24231
+ }
24232
+
24233
+ .amis-scope .antd-PickerColumns-column {
24234
+ flex: 1;
24235
+ overflow: hidden;
24236
+ font-size: var(--PickerColumns-option-fontSize);
24237
+ }
24238
+
24239
+ .amis-scope .antd-PickerColumns-columnWrapper {
24240
+ margin: 0;
24241
+ padding: 0;
24242
+ list-style: none;
24243
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24244
+ }
24245
+
24246
+ .amis-scope .antd-PickerColumns-columnItem {
24247
+ display: flex;
24248
+ align-items: center;
24249
+ justify-content: center;
24250
+ color: var(--PickerColumns-optionText-color);
24251
+ }
24252
+
24253
+ .amis-scope .antd-PickerColumns-columnItem.is-disabled {
24254
+ cursor: not-allowed;
24255
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24256
+ }
24257
+
24097
24258
  @keyframes bounceIn {
24098
24259
  from, 20%, 40%, 60%, 80%, to {
24099
24260
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25182,7 +25343,7 @@ readers do not read off random characters that represent icons */
25182
25343
  border-color: var(--Nav-item-onHover-color);
25183
25344
  text-decoration: none;
25184
25345
  background: var(--Nav-item-onHover-bg);
25185
- z-index: 9999;
25346
+ z-index: 1;
25186
25347
  }
25187
25348
 
25188
25349
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
@@ -26249,6 +26410,15 @@ readers do not read off random characters that represent icons */
26249
26410
  background: var(--Collapse-header-bg);
26250
26411
  }
26251
26412
 
26413
+ .amis-scope .antd-Collapse-header-wrapper {
26414
+ display: inline-flex;
26415
+ flex-direction: var(--Collapse-header-wrapper-direction);
26416
+ }
26417
+
26418
+ .amis-scope .antd-Collapse-header-tpl {
26419
+ margin-right: 0.5rem;
26420
+ }
26421
+
26252
26422
  .amis-scope .antd-Collapse-header:hover {
26253
26423
  background: var(--Collapse-header-onHover-bg);
26254
26424
  }
@@ -26285,7 +26455,7 @@ readers do not read off random characters that represent icons */
26285
26455
  }
26286
26456
 
26287
26457
  .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
26288
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26458
+ border-bottom: var(--Collapse-header-collapsed-border);
26289
26459
  }
26290
26460
 
26291
26461
  .amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
@@ -26298,6 +26468,12 @@ readers do not read off random characters that represent icons */
26298
26468
  color: var(--link-color);
26299
26469
  border-left: none;
26300
26470
  font-size: var(--fontSizeBase);
26471
+ border-top: var(--Collapse-header-collapsed-borderTop);
26472
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26473
+ }
26474
+
26475
+ .amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
26476
+ border-top: none;
26301
26477
  }
26302
26478
 
26303
26479
  .amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
@@ -27517,6 +27693,10 @@ readers do not read off random characters that represent icons */
27517
27693
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27518
27694
  }
27519
27695
 
27696
+ .amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
27697
+ cursor: pointer;
27698
+ }
27699
+
27520
27700
  .amis-scope .antd-Table-table > thead > tr > th {
27521
27701
  background: var(--Table-thead-bg);
27522
27702
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -28860,6 +29040,28 @@ readers do not read off random characters that represent icons */
28860
29040
  left: 0;
28861
29041
  }
28862
29042
 
29043
+ .amis-scope .antd-Table--autoFillHeight {
29044
+ margin-bottom: 0;
29045
+ }
29046
+
29047
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
29048
+ border-top: none;
29049
+ }
29050
+
29051
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
29052
+ position: sticky;
29053
+ top: 0;
29054
+ z-index: 1;
29055
+ }
29056
+
29057
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
29058
+ display: none;
29059
+ }
29060
+
29061
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
29062
+ margin-bottom: 0;
29063
+ }
29064
+
28863
29065
  .amis-scope .antd-InputTable-toolbar {
28864
29066
  display: flex;
28865
29067
  flex-direction: row;
@@ -29624,18 +29826,6 @@ readers do not read off random characters that represent icons */
29624
29826
  margin-top: var(--gap-xs);
29625
29827
  }
29626
29828
 
29627
- .amis-scope .antd-Card-checkBtn {
29628
- position: absolute;
29629
- top: 0;
29630
- right: 0;
29631
- margin: var(--gap-sm);
29632
- z-index: 1;
29633
- }
29634
-
29635
- .amis-scope .antd-Card-checkBtn .antd-Checkbox {
29636
- margin-right: 0;
29637
- }
29638
-
29639
29829
  .amis-scope .antd-Card-dragBtn {
29640
29830
  cursor: pointer;
29641
29831
  float: right;
@@ -29643,7 +29833,8 @@ readers do not read off random characters that represent icons */
29643
29833
  }
29644
29834
 
29645
29835
  .amis-scope .antd-Card-heading {
29646
- overflow: hidden;
29836
+ display: flex;
29837
+ flex-direction: row;
29647
29838
  padding: var(--gap-sm) var(--gap-base);
29648
29839
  flex: 1 0 auto;
29649
29840
  }
@@ -29675,12 +29866,17 @@ readers do not read off random characters that represent icons */
29675
29866
 
29676
29867
  .amis-scope .antd-Card-meta {
29677
29868
  display: block;
29869
+ flex-grow: 1;
29678
29870
  height: 100%;
29679
- overflow: hidden;
29680
29871
  position: relative;
29681
29872
  margin-right: var(--gap-md);
29682
29873
  }
29683
29874
 
29875
+ .amis-scope .antd-Card-toolbar {
29876
+ margin-right: calc(-1 * var(--gap-base));
29877
+ text-align: right;
29878
+ }
29879
+
29684
29880
  .amis-scope .antd-Card-highlight {
29685
29881
  background: var(--success);
29686
29882
  width: 0.5rem;
@@ -30169,7 +30365,7 @@ readers do not read off random characters that represent icons */
30169
30365
 
30170
30366
  .amis-scope .antd-StatusField-label {
30171
30367
  font-size: var(--fontSizeSm);
30172
- margin-left: var(--gap-sm);
30368
+ margin-left: var(--gap-xs);
30173
30369
  }
30174
30370
 
30175
30371
  @keyframes animation-rolling_red {
@@ -31530,6 +31726,49 @@ readers do not read off random characters that represent icons */
31530
31726
  border: 1px solid var(--Steps-status-success);
31531
31727
  }
31532
31728
 
31729
+ .amis-scope .antd-Portlet {
31730
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31731
+ border-radius: var(--Portlet-borderRadius);
31732
+ padding: var(--gap-base);
31733
+ }
31734
+
31735
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
31736
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31737
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31738
+ border: none !important;
31739
+ color: inherit !important;
31740
+ cursor: auto !important;
31741
+ }
31742
+
31743
+ .amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
31744
+ border-bottom: none;
31745
+ }
31746
+
31747
+ .amis-scope .antd-Portlet .antd-Tabs-pane {
31748
+ padding: unset;
31749
+ }
31750
+
31751
+ .amis-scope .antd-Portlet-toolbar {
31752
+ display: inline-flex;
31753
+ float: right;
31754
+ justify-content: flex-end;
31755
+ }
31756
+
31757
+ .amis-scope .antd-Portlet-toolbar .antd-Button {
31758
+ margin-left: calc(var(--gap-xs));
31759
+ }
31760
+
31761
+ .amis-scope .antd-Portlet-header-desc {
31762
+ height: 100%;
31763
+ overflow: hidden;
31764
+ position: relative;
31765
+ margin-left: var(--gap-base);
31766
+ }
31767
+
31768
+ .amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
31769
+ display: none;
31770
+ }
31771
+
31533
31772
  .amis-scope fieldset.antd-Collapse--lg,
31534
31773
  .amis-scope fieldset.antd-Collapse--md,
31535
31774
  .amis-scope fieldset.antd-Collapse--base,
@@ -31588,11 +31827,16 @@ readers do not read off random characters that represent icons */
31588
31827
  margin: var(--gap-base) 0;
31589
31828
  padding: 0 0 0 14px;
31590
31829
  cursor: pointer;
31591
- border-bottom: 0;
31830
+ border-bottom: none !important;
31831
+ background: transparent;
31592
31832
  display: flex;
31593
31833
  flex-direction: row;
31594
31834
  }
31595
31835
 
31836
+ .amis-scope fieldset.antd-Collapse > legend:hover {
31837
+ background: transparent;
31838
+ }
31839
+
31596
31840
  .amis-scope fieldset.antd-Collapse--xs {
31597
31841
  padding: 20px 5px 5px 5px;
31598
31842
  }
@@ -32674,7 +32918,7 @@ readers do not read off random characters that represent icons */
32674
32918
  color: #999;
32675
32919
  }
32676
32920
 
32677
- .amis-scope .antd-Checkboxes > .antd-Checkbox {
32921
+ .amis-scope .antd-Selection > .antd-Checkbox {
32678
32922
  display: block;
32679
32923
  height: var(--Form-input-height);
32680
32924
  line-height: var(--Form-input-lineHeight);
@@ -32682,43 +32926,36 @@ readers do not read off random characters that represent icons */
32682
32926
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
32683
32927
  }
32684
32928
 
32685
- .amis-scope .antd-Checkboxes--inline > .antd-Checkbox {
32929
+ .amis-scope .antd-Selection--inline > .antd-Checkbox {
32686
32930
  display: inline-block;
32687
32931
  }
32688
32932
 
32689
- .amis-scope .antd-Checkboxes-addBtn {
32933
+ .amis-scope .antd-Selection-addBtn {
32690
32934
  display: block;
32691
32935
  cursor: pointer;
32692
32936
  }
32693
32937
 
32694
- .amis-scope .antd-Checkboxes-addBtn:hover {
32938
+ .amis-scope .antd-Selection-addBtn:hover {
32695
32939
  text-decoration: none;
32696
32940
  }
32697
32941
 
32698
- .amis-scope .antd-Checkboxes-addBtn > svg {
32942
+ .amis-scope .antd-Selection-addBtn > svg {
32699
32943
  width: 0.875rem;
32700
32944
  height: 0.875rem;
32701
32945
  margin-right: var(--Checkbox-gap);
32702
32946
  }
32703
32947
 
32704
- .amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
32705
- .amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
32706
- .amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
32707
- .amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
32948
+ .amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
32708
32949
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32709
32950
  }
32710
32951
 
32711
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-itemLabel,
32712
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
32713
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
32714
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
32952
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
32715
32953
  font-size: var(--fontSizeSm);
32716
32954
  padding: var(--gap-xs) var(--gap-xs);
32717
32955
  color: var(--text--muted-color);
32718
32956
  }
32719
32957
 
32720
- .amis-scope .antd-ListCheckboxes-item,
32721
- .amis-scope .antd-ListRadios-item {
32958
+ .amis-scope .antd-GroupedSelection-item {
32722
32959
  display: flex;
32723
32960
  height: var(--Form-input-height);
32724
32961
  line-height: var(--Form-input-lineHeight);
@@ -32729,51 +32966,37 @@ readers do not read off random characters that represent icons */
32729
32966
  user-select: none;
32730
32967
  }
32731
32968
 
32732
- .amis-scope .antd-ListCheckboxes-item > .antd-Checkbox,
32733
- .amis-scope .antd-ListRadios-item > .antd-Checkbox {
32969
+ .amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
32734
32970
  margin-right: 0;
32735
32971
  }
32736
32972
 
32737
- .amis-scope .antd-ListCheckboxes-item.is-active,
32738
- .amis-scope .antd-ListRadios-item.is-active {
32973
+ .amis-scope .antd-GroupedSelection-item.is-active {
32739
32974
  color: var(--Form-select-menu-onActive-color);
32740
32975
  background: var(--Form-select-menu-onActive-bg);
32741
32976
  }
32742
32977
 
32743
- .amis-scope .antd-ListCheckboxes-item:hover,
32744
- .amis-scope .antd-ListRadios-item:hover {
32978
+ .amis-scope .antd-GroupedSelection-item:hover {
32745
32979
  background: var(--Tree-item-onHover-bg);
32746
32980
  }
32747
32981
 
32748
- .amis-scope .antd-ListCheckboxes-item.is-disabled,
32749
- .amis-scope .antd-ListRadios-item.is-disabled {
32982
+ .amis-scope .antd-GroupedSelection-item.is-disabled {
32750
32983
  pointer-events: none;
32751
32984
  color: var(--text--muted-color);
32752
32985
  }
32753
32986
 
32754
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
32755
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
32756
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
32757
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
32758
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
32759
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
32760
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
32761
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
32987
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
32762
32988
  padding-left: var(--gap-base);
32763
32989
  }
32764
32990
 
32765
- .amis-scope .antd-ListCheckboxes-itemLabel,
32766
- .amis-scope .antd-ListRadios-itemLabel {
32991
+ .amis-scope .antd-GroupedSelection-itemLabel {
32767
32992
  flex-grow: 1;
32768
32993
  }
32769
32994
 
32770
- .amis-scope .antd-ListCheckboxes-itemLabel span,
32771
- .amis-scope .antd-ListRadios-itemLabel span {
32995
+ .amis-scope .antd-GroupedSelection-itemLabel span {
32772
32996
  white-space: nowrap;
32773
32997
  }
32774
32998
 
32775
- .amis-scope .antd-ListCheckboxes-placeholder,
32776
- .amis-scope .antd-ListRadios-placeholder {
32999
+ .amis-scope .antd-GroupedSelection-placeholder {
32777
33000
  height: var(--Form-input-height);
32778
33001
  line-height: var(--Form-input-lineHeight);
32779
33002
  font-size: var(--Form-input-fontSize);
@@ -32781,52 +33004,54 @@ readers do not read off random characters that represent icons */
32781
33004
  color: var(--text--muted-color);
32782
33005
  }
32783
33006
 
32784
- .amis-scope .antd-TableCheckboxes .antd-Table-content {
33007
+ .amis-scope .antd-TableSelection .antd-Table-content {
32785
33008
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32786
33009
  }
32787
33010
 
32788
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th,
32789
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td {
33011
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
33012
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
32790
33013
  font-size: var(--fontSizeSm);
32791
33014
  padding-top: var(--gap-xs);
32792
33015
  padding-bottom: 0.375rem;
32793
33016
  vertical-align: middle;
32794
33017
  }
32795
33018
 
32796
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th {
33019
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
32797
33020
  padding-top: 0.375rem;
32798
33021
  }
32799
33022
 
32800
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:first-child,
32801
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:first-child {
33023
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
33024
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
32802
33025
  padding-left: 0.625rem;
32803
33026
  padding-right: 0;
32804
33027
  }
32805
33028
 
32806
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:last-child,
32807
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:last-child {
33029
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
33030
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
32808
33031
  padding-right: var(--gap-md);
32809
33032
  }
32810
33033
 
32811
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr {
33034
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
32812
33035
  cursor: pointer;
32813
33036
  }
32814
33037
 
32815
- .amis-scope .antd-TreeCheckboxes .antd-Table-expandBtn,
32816
- .amis-scope .antd-TreeRadios .antd-Table-expandBtn {
33038
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
33039
+ color: var(--Form-select-menu-onActive-color);
33040
+ background: var(--Form-select-menu-onActive-bg);
33041
+ }
33042
+
33043
+ .amis-scope .antd-TreeSelection .antd-Table-expandBtn {
32817
33044
  color: var(--icon-color);
32818
33045
  margin-right: 5px;
32819
33046
  }
32820
33047
 
32821
- .amis-scope .antd-TreeCheckboxes-sublist,
32822
- .amis-scope .antd-TreeRadios-sublist {
33048
+ .amis-scope .antd-TreeSelection-sublist {
32823
33049
  position: relative;
32824
33050
  margin: 0 0 0 2.1875rem;
32825
33051
  display: none;
32826
33052
  }
32827
33053
 
32828
- .amis-scope .antd-TreeCheckboxes-sublist:before,
32829
- .amis-scope .antd-TreeRadios-sublist:before {
33054
+ .amis-scope .antd-TreeSelection-sublist:before {
32830
33055
  width: 1px;
32831
33056
  content: "";
32832
33057
  display: block;
@@ -32837,29 +33062,19 @@ readers do not read off random characters that represent icons */
32837
33062
  border-left: dashed 1px var(--icon-color);
32838
33063
  }
32839
33064
 
32840
- .amis-scope .antd-TreeCheckboxes-item,
32841
- .amis-scope .antd-TreeRadios-item {
33065
+ .amis-scope .antd-TreeSelection-item {
32842
33066
  position: relative;
32843
33067
  }
32844
33068
 
32845
- .amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeCheckboxes-sublist,
32846
- .amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
32847
- .amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
32848
- .amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
33069
+ .amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
32849
33070
  display: block;
32850
33071
  }
32851
33072
 
32852
- .amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
32853
- .amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
32854
- .amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
32855
- .amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
33073
+ .amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
32856
33074
  bottom: 0;
32857
33075
  }
32858
33076
 
32859
- .amis-scope .antd-TreeCheckboxes-sublist .antd-TreeCheckboxes-item:before,
32860
- .amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
32861
- .amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
32862
- .amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
33077
+ .amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
32863
33078
  height: 1px;
32864
33079
  content: "";
32865
33080
  display: block;
@@ -32870,8 +33085,7 @@ readers do not read off random characters that represent icons */
32870
33085
  border-top: dashed 1px var(--icon-color);
32871
33086
  }
32872
33087
 
32873
- .amis-scope .antd-TreeCheckboxes-itemInner,
32874
- .amis-scope .antd-TreeRadios-itemInner {
33088
+ .amis-scope .antd-TreeSelection-itemInner {
32875
33089
  display: flex;
32876
33090
  align-items: center;
32877
33091
  height: var(--Form-input-height);
@@ -32884,20 +33098,17 @@ readers do not read off random characters that represent icons */
32884
33098
  position: relative;
32885
33099
  }
32886
33100
 
32887
- .amis-scope .antd-TreeCheckboxes-itemInner > .antd-Checkbox,
32888
- .amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
33101
+ .amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
32889
33102
  margin-right: 0;
32890
33103
  margin-left: var(--gap-sm);
32891
33104
  }
32892
33105
 
32893
- .amis-scope .antd-TreeCheckboxes-itemInner > *,
32894
- .amis-scope .antd-TreeRadios-itemInner > * {
33106
+ .amis-scope .antd-TreeSelection-itemInner > * {
32895
33107
  position: relative;
32896
33108
  z-index: 2;
32897
33109
  }
32898
33110
 
32899
- .amis-scope .antd-TreeCheckboxes-itemInner:hover:after,
32900
- .amis-scope .antd-TreeRadios-itemInner:hover:after {
33111
+ .amis-scope .antd-TreeSelection-itemInner:hover:after {
32901
33112
  position: absolute;
32902
33113
  content: "";
32903
33114
  z-index: 1;
@@ -32908,24 +33119,20 @@ readers do not read off random characters that represent icons */
32908
33119
  background: var(--Tree-item-onHover-bg);
32909
33120
  }
32910
33121
 
32911
- .amis-scope .antd-TreeCheckboxes-itemInner.is-active,
32912
- .amis-scope .antd-TreeRadios-itemInner.is-active {
33122
+ .amis-scope .antd-TreeSelection-itemInner.is-active {
32913
33123
  color: var(--Form-select-menu-onActive-color);
32914
33124
  }
32915
33125
 
32916
- .amis-scope .antd-TreeCheckboxes-itemInner.is-disabled,
32917
- .amis-scope .antd-TreeRadios-itemInner.is-disabled {
33126
+ .amis-scope .antd-TreeSelection-itemInner.is-disabled {
32918
33127
  pointer-events: none;
32919
33128
  color: var(--text--muted-color);
32920
33129
  }
32921
33130
 
32922
- .amis-scope .antd-TreeCheckboxes-itemLabel,
32923
- .amis-scope .antd-TreeRadios-itemLabel {
33131
+ .amis-scope .antd-TreeSelection-itemLabel {
32924
33132
  flex-grow: 1;
32925
33133
  }
32926
33134
 
32927
- .amis-scope .antd-TreeCheckboxes-placeholder,
32928
- .amis-scope .antd-TreeRadios-placeholder {
33135
+ .amis-scope .antd-TreeSelection-placeholder {
32929
33136
  height: var(--Form-input-height);
32930
33137
  line-height: var(--Form-input-lineHeight);
32931
33138
  font-size: var(--Form-input-fontSize);
@@ -32933,27 +33140,27 @@ readers do not read off random characters that represent icons */
32933
33140
  color: var(--text--muted-color);
32934
33141
  }
32935
33142
 
32936
- .amis-scope .antd-ChainedCheckboxes {
33143
+ .amis-scope .antd-ChainedSelection {
32937
33144
  display: flex;
32938
33145
  flex-direction: row;
32939
33146
  }
32940
33147
 
32941
- .amis-scope .antd-ChainedCheckboxes-col {
33148
+ .amis-scope .antd-ChainedSelection-col {
32942
33149
  flex-grow: 1;
32943
33150
  min-width: 150px;
32944
33151
  }
32945
33152
 
32946
- .amis-scope .antd-ChainedCheckboxes-col:not(:last-child) {
33153
+ .amis-scope .antd-ChainedSelection-col:not(:last-child) {
32947
33154
  border-right: 1px solid var(--borderColor);
32948
33155
  }
32949
33156
 
32950
- .amis-scope .antd-ChainedCheckboxes-subTitle {
33157
+ .amis-scope .antd-ChainedSelection-subTitle {
32951
33158
  font-size: var(--fontSizeSm);
32952
33159
  padding: var(--gap-xs) var(--gap-xs);
32953
33160
  color: var(--text--muted-color);
32954
33161
  }
32955
33162
 
32956
- .amis-scope .antd-ChainedCheckboxes-item {
33163
+ .amis-scope .antd-ChainedSelection-item {
32957
33164
  display: flex;
32958
33165
  height: var(--Form-input-height);
32959
33166
  line-height: var(--Form-input-lineHeight);
@@ -32964,29 +33171,29 @@ readers do not read off random characters that represent icons */
32964
33171
  user-select: none;
32965
33172
  }
32966
33173
 
32967
- .amis-scope .antd-ChainedCheckboxes-item > .antd-Checkbox {
33174
+ .amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
32968
33175
  margin-right: 0;
32969
33176
  }
32970
33177
 
32971
- .amis-scope .antd-ChainedCheckboxes-item.is-active {
33178
+ .amis-scope .antd-ChainedSelection-item.is-active {
32972
33179
  color: var(--Form-select-menu-onActive-color);
32973
33180
  background: var(--Form-select-menu-onActive-bg);
32974
33181
  }
32975
33182
 
32976
- .amis-scope .antd-ChainedCheckboxes-item:hover {
33183
+ .amis-scope .antd-ChainedSelection-item:hover {
32977
33184
  background: var(--Tree-item-onHover-bg);
32978
33185
  }
32979
33186
 
32980
- .amis-scope .antd-ChainedCheckboxes-item.is-disabled {
33187
+ .amis-scope .antd-ChainedSelection-item.is-disabled {
32981
33188
  pointer-events: none;
32982
33189
  color: var(--text--muted-color);
32983
33190
  }
32984
33191
 
32985
- .amis-scope .antd-ChainedCheckboxes-itemLabel {
33192
+ .amis-scope .antd-ChainedSelection-itemLabel {
32986
33193
  flex-grow: 1;
32987
33194
  }
32988
33195
 
32989
- .amis-scope .antd-ChainedCheckboxes-placeholder {
33196
+ .amis-scope .antd-ChainedSelection-placeholder {
32990
33197
  height: var(--Form-input-height);
32991
33198
  line-height: var(--Form-input-lineHeight);
32992
33199
  font-size: var(--Form-input-fontSize);
@@ -32994,34 +33201,35 @@ readers do not read off random characters that represent icons */
32994
33201
  color: var(--text--muted-color);
32995
33202
  }
32996
33203
 
32997
- .amis-scope .antd-AssociatedCheckboxes {
33204
+ .amis-scope .antd-AssociatedSelection {
32998
33205
  display: flex;
32999
33206
  flex-direction: row;
33000
33207
  }
33001
33208
 
33002
- .amis-scope .antd-AssociatedCheckboxes-left,
33003
- .amis-scope .antd-AssociatedCheckboxes-right {
33209
+ .amis-scope .antd-AssociatedSelection-left,
33210
+ .amis-scope .antd-AssociatedSelection-right {
33004
33211
  flex-grow: 1;
33005
33212
  width: 0;
33006
- height: 10.9375rem;
33213
+ min-height: 12.5rem;
33214
+ max-height: 25rem;
33007
33215
  overflow: auto;
33008
33216
  }
33009
33217
 
33010
- .amis-scope .antd-AssociatedCheckboxes-left {
33218
+ .amis-scope .antd-AssociatedSelection-left {
33011
33219
  border-right: 1px solid var(--borderColor);
33012
33220
  }
33013
33221
 
33014
- .amis-scope .antd-AssociatedCheckboxes-reload {
33222
+ .amis-scope .antd-AssociatedSelection-reload {
33015
33223
  text-align: center;
33016
33224
  color: var(--info);
33017
33225
  margin: 20px 0 0;
33018
33226
  }
33019
33227
 
33020
- .amis-scope .antd-AssociatedCheckboxes-reload.is-clickable {
33228
+ .amis-scope .antd-AssociatedSelection-reload.is-clickable {
33021
33229
  cursor: pointer;
33022
33230
  }
33023
33231
 
33024
- .amis-scope .antd-AssociatedCheckboxes-box {
33232
+ .amis-scope .antd-AssociatedSelection-box {
33025
33233
  line-height: var(--Form-input-lineHeight);
33026
33234
  font-size: var(--fontSizeSm);
33027
33235
  color: var(--text--muted-color);
@@ -33033,7 +33241,7 @@ readers do not read off random characters that represent icons */
33033
33241
  height: 100%;
33034
33242
  }
33035
33243
 
33036
- .amis-scope .antd-AssociatedCheckboxes-box > p {
33244
+ .amis-scope .antd-AssociatedSelection-box > p {
33037
33245
  text-align: center;
33038
33246
  margin: 10px 0 20px;
33039
33247
  color: var(--text--muted-color);
@@ -36971,19 +37179,19 @@ readers do not read off random characters that represent icons */
36971
37179
  border-radius: var(--borderRadius);
36972
37180
  }
36973
37181
 
36974
- .amis-scope .antd-Transfer-select > .antd-Transfer-checkboxes,
36975
- .amis-scope .antd-Transfer-result > .antd-Transfer-selections {
37182
+ .amis-scope .antd-Transfer-select > .antd-Transfer-selection,
37183
+ .amis-scope .antd-Transfer-result > .antd-Transfer-value {
36976
37184
  flex-grow: 1;
36977
37185
  max-height: 100%;
36978
37186
  overflow: auto;
36979
37187
  position: relative;
36980
37188
  }
36981
37189
 
36982
- .amis-scope .antd-Transfer-search + .antd-Transfer-checkboxes {
37190
+ .amis-scope .antd-Transfer-search + .antd-Transfer-selection {
36983
37191
  border-top: 1px solid var(--borderColor);
36984
37192
  }
36985
37193
 
36986
- .amis-scope .antd-Transfer-checkboxes .antd-ListCheckboxes-placeholder {
37194
+ .amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
36987
37195
  height: 100%;
36988
37196
  display: flex;
36989
37197
  align-items: center;
@@ -37031,13 +37239,29 @@ readers do not read off random characters that represent icons */
37031
37239
  color: var(--text--muted-color);
37032
37240
  }
37033
37241
 
37034
- .amis-scope .antd-Transfer-tabs {
37242
+ .amis-scope .antd-TabsTransfer .antd-Transfer-title {
37243
+ height: 40px;
37244
+ }
37245
+
37246
+ .amis-scope .antd-TabsTransfer-placeholder {
37247
+ height: var(--Form-input-height);
37248
+ line-height: var(--Form-input-lineHeight);
37249
+ font-size: var(--Form-input-fontSize);
37250
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37251
+ color: var(--text--muted-color);
37252
+ }
37253
+
37254
+ .amis-scope .antd-TabsTransfer-tab {
37255
+ padding: 0;
37256
+ }
37257
+
37258
+ .amis-scope .antd-TabsTransfer-tabs {
37035
37259
  display: flex;
37036
37260
  flex-direction: column;
37037
37261
  height: 100%;
37038
37262
  }
37039
37263
 
37040
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links {
37264
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
37041
37265
  border-top: 0 none;
37042
37266
  padding: 5px 0 0 5px;
37043
37267
  display: flex;
@@ -37046,59 +37270,48 @@ readers do not read off random characters that represent icons */
37046
37270
  align-items: center;
37047
37271
  }
37048
37272
 
37049
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
37273
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
37050
37274
  font-size: 12px;
37051
37275
  padding: 7px 8px;
37052
37276
  }
37053
37277
 
37054
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
37278
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
37055
37279
  flex-grow: 1;
37056
37280
  }
37057
37281
 
37058
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox {
37282
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
37059
37283
  margin: -5px 5px 0 10px;
37060
37284
  }
37061
37285
 
37062
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
37286
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
37063
37287
  width: 150px;
37064
37288
  margin-right: 10px;
37065
37289
  padding-left: 10px;
37066
37290
  }
37067
37291
 
37068
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content {
37292
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
37069
37293
  flex-grow: 1;
37294
+ min-height: 0;
37070
37295
  position: relative;
37071
37296
  padding: 5px 0 0;
37072
37297
  }
37073
37298
 
37074
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
37299
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
37075
37300
  position: relative;
37076
- min-height: 100%;
37301
+ height: 100%;
37077
37302
  }
37078
37303
 
37079
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
37304
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
37080
37305
  display: flex;
37081
37306
  flex-direction: column;
37082
37307
  }
37083
37308
 
37084
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-checkboxes {
37309
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
37085
37310
  flex-grow: 1;
37086
37311
  max-height: 100%;
37087
37312
  overflow: auto;
37088
37313
  }
37089
37314
 
37090
- .amis-scope .antd-TabsTransfer .antd-Transfer-title {
37091
- height: 40px;
37092
- }
37093
-
37094
- .amis-scope .antd-TabsTransfer-placeholder {
37095
- height: var(--Form-input-height);
37096
- line-height: var(--Form-input-lineHeight);
37097
- font-size: var(--Form-input-fontSize);
37098
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37099
- color: var(--text--muted-color);
37100
- }
37101
-
37102
37315
  .amis-scope .antd-TransferControl {
37103
37316
  position: relative;
37104
37317
  }
@@ -37107,6 +37320,57 @@ readers do not read off random characters that represent icons */
37107
37320
  display: inline-block;
37108
37321
  }
37109
37322
 
37323
+ .amis-scope .antd-TransferPicker-icon {
37324
+ transition: transform var(--animation-duration) ease-out;
37325
+ margin: 5px 5px 5px auto;
37326
+ display: flex;
37327
+ color: var(--Form-select-caret-iconColor);
37328
+ }
37329
+
37330
+ .amis-scope .antd-TransferPicker-icon:hover {
37331
+ color: var(--Form-select-caret-onHover-iconColor);
37332
+ }
37333
+
37334
+ .amis-scope .antd-TransferPicker-icon > svg {
37335
+ width: 0.75rem;
37336
+ height: 0.75rem;
37337
+ top: 0;
37338
+ }
37339
+
37340
+ .amis-scope .antd-TransferDropDown-icon {
37341
+ transition: transform var(--animation-duration) ease-out;
37342
+ margin: 5px 5px 5px auto;
37343
+ display: flex;
37344
+ color: var(--Form-select-caret-iconColor);
37345
+ }
37346
+
37347
+ .amis-scope .antd-TransferDropDown-icon:hover {
37348
+ color: var(--Form-select-caret-onHover-iconColor);
37349
+ }
37350
+
37351
+ .amis-scope .antd-TransferDropDown-icon > svg {
37352
+ width: 0.625rem;
37353
+ height: 0.625rem;
37354
+ top: 0;
37355
+ }
37356
+
37357
+ .amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
37358
+ transform: rotate(180deg);
37359
+ }
37360
+
37361
+ .amis-scope .antd-TransferDropDown-content {
37362
+ min-height: 12.5rem;
37363
+ display: flex;
37364
+ flex-direction: column;
37365
+ }
37366
+
37367
+ .amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
37368
+ flex-grow: 1;
37369
+ max-height: 100%;
37370
+ overflow: auto;
37371
+ position: relative;
37372
+ }
37373
+
37110
37374
  .amis-scope .antd-NestedSelectControl {
37111
37375
  position: relative;
37112
37376
  }
@@ -37815,7 +38079,7 @@ readers do not read off random characters that represent icons */
37815
38079
  height: 25rem;
37816
38080
  }
37817
38081
 
37818
- .amis-scope .antd-AnchorNav-link-wrap {
38082
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
37819
38083
  margin: 0;
37820
38084
  padding: 0;
37821
38085
  width: var(--Tabs--vertical-width);
@@ -37823,12 +38087,12 @@ readers do not read off random characters that represent icons */
37823
38087
  padding-bottom: 3.75rem;
37824
38088
  }
37825
38089
 
37826
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
38090
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
37827
38091
  position: relative;
37828
38092
  display: block;
37829
38093
  }
37830
38094
 
37831
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
38095
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
37832
38096
  display: block;
37833
38097
  border: var(--Tabs-borderWidth) solid transparent;
37834
38098
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37842,16 +38106,70 @@ readers do not read off random characters that represent icons */
37842
38106
  margin: 0;
37843
38107
  }
37844
38108
 
37845
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
38109
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
37846
38110
  color: var(--primary);
37847
38111
  }
37848
38112
 
37849
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
37850
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
38113
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
38114
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
37851
38115
  color: var(--Tabs--vertical-onActive-color);
37852
38116
  border-color: var(--Tabs--vertical-onActive-border);
37853
38117
  }
37854
38118
 
38119
+ .amis-scope .antd-AnchorNav--horizontal {
38120
+ flex-direction: column;
38121
+ }
38122
+
38123
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
38124
+ user-select: none;
38125
+ margin: 0px;
38126
+ padding: 0px;
38127
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38128
+ list-style: none;
38129
+ }
38130
+
38131
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
38132
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38133
+ display: inline-block;
38134
+ position: relative;
38135
+ }
38136
+
38137
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
38138
+ font-size: var(--Tabs-linkFontSize);
38139
+ outline: 0;
38140
+ border: var(--Tabs-borderWidth) solid transparent;
38141
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38142
+ border-top-left-radius: var(--Tabs-borderRadius);
38143
+ border-top-right-radius: var(--Tabs-borderRadius);
38144
+ color: var(--Tabs-color);
38145
+ margin: var(--Tabs-linkMargin);
38146
+ padding: var(--Tabs-linkPadding);
38147
+ text-decoration: none;
38148
+ cursor: pointer;
38149
+ display: block;
38150
+ }
38151
+
38152
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
38153
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
38154
+ color: var(--primary);
38155
+ background: transparent;
38156
+ border-color: transparent;
38157
+ }
38158
+
38159
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
38160
+ margin: 0;
38161
+ }
38162
+
38163
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
38164
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
38165
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
38166
+ font-size: var(--Tabs-linkFontSize);
38167
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38168
+ border-color: var(--Tabs--line-onHover-borderColor);
38169
+ color: var(--Tabs--line-onHover-color);
38170
+ background: transparent;
38171
+ }
38172
+
37855
38173
  .amis-scope .antd-AnchorNav-section-wrap {
37856
38174
  border: none;
37857
38175
  flex-grow: 1;
@@ -38134,6 +38452,14 @@ readers do not read off random characters that represent icons */
38134
38452
  color: var(--text--muted-color);
38135
38453
  }
38136
38454
 
38455
+ .amis-scope .antd-MappingField {
38456
+ margin-right: var(--gap-xs);
38457
+ }
38458
+
38459
+ .amis-scope .antd-MappingField:last-child {
38460
+ margin-right: 0;
38461
+ }
38462
+
38137
38463
  /*
38138
38464
  * utilities
38139
38465
  */