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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/Checkbox.d.ts +20 -20
  16. package/lib/components/Collapse.d.ts +51 -23
  17. package/lib/components/Collapse.js +69 -11
  18. package/lib/components/Collapse.js.map +2 -2
  19. package/lib/components/CollapseGroup.d.ts +88 -0
  20. package/lib/components/CollapseGroup.js +81 -0
  21. package/lib/components/CollapseGroup.js.map +13 -0
  22. package/lib/components/ColorPicker.d.ts +84 -84
  23. package/lib/components/DatePicker.d.ts +84 -84
  24. package/lib/components/DateRangePicker.d.ts +84 -84
  25. package/lib/components/Editor.d.ts +84 -84
  26. package/lib/components/GridNav.d.ts +52 -0
  27. package/lib/components/GridNav.js +123 -0
  28. package/lib/components/GridNav.js.map +13 -0
  29. package/lib/components/GroupedSelection.d.ts +907 -0
  30. package/lib/components/GroupedSelection.js +48 -0
  31. package/lib/components/GroupedSelection.js.map +13 -0
  32. package/lib/components/InputBox.d.ts +22 -21
  33. package/lib/components/InputBox.js +10 -2
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +29 -36
  36. package/lib/components/Link.js +14 -15
  37. package/lib/components/Link.js.map +2 -2
  38. package/lib/components/ListGroup.d.ts +21 -21
  39. package/lib/components/ModalManager.js +1 -1
  40. package/lib/components/ModalManager.js.map +2 -2
  41. package/lib/components/MonthRangePicker.d.ts +84 -84
  42. package/lib/components/NumberInput.d.ts +20 -20
  43. package/lib/components/PickerColumn.d.ts +514 -0
  44. package/lib/components/PickerColumn.js +279 -0
  45. package/lib/components/PickerColumn.js.map +13 -0
  46. package/lib/components/PickerContainer.d.ts +513 -0
  47. package/lib/components/PickerContainer.js +96 -0
  48. package/lib/components/PickerContainer.js.map +13 -0
  49. package/lib/components/Radios.d.ts +22 -21
  50. package/lib/components/Radios.js +1 -0
  51. package/lib/components/Radios.js.map +2 -2
  52. package/lib/components/Rating.d.ts +21 -21
  53. package/lib/components/ResultBox.d.ts +84 -84
  54. package/lib/components/ResultBox.js +10 -2
  55. package/lib/components/ResultBox.js.map +2 -2
  56. package/lib/components/SearchBox.d.ts +84 -84
  57. package/lib/components/SearchBox.js +4 -4
  58. package/lib/components/SearchBox.js.map +2 -2
  59. package/lib/components/Select.d.ts +245 -237
  60. package/lib/components/Select.js +25 -4
  61. package/lib/components/Select.js.map +2 -2
  62. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  63. package/lib/components/Selection.js +134 -0
  64. package/lib/components/Selection.js.map +13 -0
  65. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  66. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  67. package/lib/components/TableSelection.js.map +13 -0
  68. package/lib/components/Tabs.d.ts +20 -20
  69. package/lib/components/TabsTransfer.d.ts +84 -84
  70. package/lib/components/TabsTransfer.js +9 -9
  71. package/lib/components/TabsTransfer.js.map +2 -2
  72. package/lib/components/TabsTransferPicker.d.ts +489 -0
  73. package/lib/components/TabsTransferPicker.js +60 -0
  74. package/lib/components/TabsTransferPicker.js.map +13 -0
  75. package/lib/components/Toast.d.ts +86 -85
  76. package/lib/components/Toast.js +6 -3
  77. package/lib/components/Toast.js.map +2 -2
  78. package/lib/components/Transfer.d.ts +908 -274
  79. package/lib/components/Transfer.js +31 -24
  80. package/lib/components/Transfer.js.map +2 -2
  81. package/lib/components/TransferDropDown.d.ts +488 -0
  82. package/lib/components/TransferDropDown.js +59 -0
  83. package/lib/components/TransferDropDown.js.map +13 -0
  84. package/lib/components/TransferPicker.d.ts +493 -0
  85. package/lib/components/TransferPicker.js +60 -0
  86. package/lib/components/TransferPicker.js.map +13 -0
  87. package/lib/components/Tree.d.ts +115 -84
  88. package/lib/components/Tree.js +183 -30
  89. package/lib/components/Tree.js.map +2 -2
  90. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  91. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  92. package/lib/components/TreeSelection.js.map +13 -0
  93. package/lib/components/WithRemoteConfig.js +1 -1
  94. package/lib/components/WithRemoteConfig.js.map +2 -2
  95. package/lib/components/condition-builder/Field.js +5 -2
  96. package/lib/components/condition-builder/Field.js.map +2 -2
  97. package/lib/components/condition-builder/Func.js +2 -2
  98. package/lib/components/condition-builder/Func.js.map +2 -2
  99. package/lib/components/condition-builder/InputSwitch.js +2 -2
  100. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  101. package/lib/components/condition-builder/Item.js +3 -3
  102. package/lib/components/condition-builder/Item.js.map +2 -2
  103. package/lib/components/icons.js +2 -0
  104. package/lib/components/icons.js.map +2 -2
  105. package/lib/components/index.d.ts +8 -8
  106. package/lib/components/index.js +16 -16
  107. package/lib/components/index.js.map +2 -2
  108. package/lib/envOverwrite.d.ts +1 -1
  109. package/lib/envOverwrite.js +24 -9
  110. package/lib/envOverwrite.js.map +2 -2
  111. package/lib/factory.d.ts +15 -1
  112. package/lib/factory.js +35 -6
  113. package/lib/factory.js.map +2 -2
  114. package/lib/helper.css.map +1 -1
  115. package/lib/hooks/index.d.ts +5 -0
  116. package/lib/hooks/index.js +14 -0
  117. package/lib/hooks/index.js.map +13 -0
  118. package/lib/hooks/use-set-state.d.ts +2 -0
  119. package/lib/hooks/use-set-state.js +15 -0
  120. package/lib/hooks/use-set-state.js.map +13 -0
  121. package/lib/hooks/use-touch.d.ts +16 -0
  122. package/lib/hooks/use-touch.js +73 -0
  123. package/lib/hooks/use-touch.js.map +13 -0
  124. package/lib/hooks/use-update-effect.d.ts +3 -0
  125. package/lib/hooks/use-update-effect.js +17 -0
  126. package/lib/hooks/use-update-effect.js.map +13 -0
  127. package/lib/icons/download.js +7 -0
  128. package/lib/icons/drag-bar.js +10 -3
  129. package/lib/index.d.ts +5 -0
  130. package/lib/index.js +6 -1
  131. package/lib/index.js.map +2 -2
  132. package/lib/locale/de-DE.js +2 -0
  133. package/lib/locale/de-DE.js.map +2 -2
  134. package/lib/locale/en-US.js +3 -0
  135. package/lib/locale/en-US.js.map +2 -2
  136. package/lib/locale/zh-CN.js +5 -2
  137. package/lib/locale/zh-CN.js.map +2 -2
  138. package/lib/renderers/Action.d.ts +4 -3
  139. package/lib/renderers/Action.js +17 -4
  140. package/lib/renderers/Action.js.map +2 -2
  141. package/lib/renderers/AnchorNav.d.ts +1 -0
  142. package/lib/renderers/AnchorNav.js +2 -2
  143. package/lib/renderers/AnchorNav.js.map +2 -2
  144. package/lib/renderers/Avatar.js +3 -3
  145. package/lib/renderers/Avatar.js.map +2 -2
  146. package/lib/renderers/Breadcrumb.js +1 -1
  147. package/lib/renderers/Breadcrumb.js.map +2 -2
  148. package/lib/renderers/CRUD.d.ts +9 -0
  149. package/lib/renderers/CRUD.js +24 -4
  150. package/lib/renderers/CRUD.js.map +2 -2
  151. package/lib/renderers/Card.d.ts +4 -0
  152. package/lib/renderers/Card.js +29 -23
  153. package/lib/renderers/Card.js.map +2 -2
  154. package/lib/renderers/Chart.js +1 -1
  155. package/lib/renderers/Chart.js.map +2 -2
  156. package/lib/renderers/Collapse.d.ts +25 -20
  157. package/lib/renderers/Collapse.js +10 -72
  158. package/lib/renderers/Collapse.js.map +2 -2
  159. package/lib/renderers/CollapseGroup.d.ts +42 -0
  160. package/lib/renderers/CollapseGroup.js +33 -0
  161. package/lib/renderers/CollapseGroup.js.map +13 -0
  162. package/lib/renderers/DropDownButton.js +1 -1
  163. package/lib/renderers/DropDownButton.js.map +2 -2
  164. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  165. package/lib/renderers/Form/Editor.d.ts +3 -2
  166. package/lib/renderers/Form/InputCity.d.ts +84 -84
  167. package/lib/renderers/Form/InputCity.js +7 -6
  168. package/lib/renderers/Form/InputCity.js.map +2 -2
  169. package/lib/renderers/Form/InputColor.d.ts +84 -84
  170. package/lib/renderers/Form/InputFile.d.ts +6 -0
  171. package/lib/renderers/Form/InputFile.js +28 -8
  172. package/lib/renderers/Form/InputFile.js.map +2 -2
  173. package/lib/renderers/Form/InputImage.js +11 -4
  174. package/lib/renderers/Form/InputImage.js.map +2 -2
  175. package/lib/renderers/Form/Item.d.ts +1 -1
  176. package/lib/renderers/Form/Item.js +2 -1
  177. package/lib/renderers/Form/Item.js.map +2 -2
  178. package/lib/renderers/Form/Options.js +13 -3
  179. package/lib/renderers/Form/Options.js.map +2 -2
  180. package/lib/renderers/Form/Select.d.ts +42 -4
  181. package/lib/renderers/Form/Select.js +37 -3
  182. package/lib/renderers/Form/Select.js.map +2 -2
  183. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  184. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  185. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  186. package/lib/renderers/Form/Transfer.js +18 -3
  187. package/lib/renderers/Form/Transfer.js.map +2 -2
  188. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  189. package/lib/renderers/Form/TransferPicker.js +43 -0
  190. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  191. package/lib/renderers/Form/TreeSelect.js +2 -2
  192. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  193. package/lib/renderers/Form/index.d.ts +5 -0
  194. package/lib/renderers/Form/index.js +5 -3
  195. package/lib/renderers/Form/index.js.map +2 -2
  196. package/lib/renderers/Form/wrapControl.js +13 -1
  197. package/lib/renderers/Form/wrapControl.js.map +2 -2
  198. package/lib/renderers/GridNav.d.ts +99 -0
  199. package/lib/renderers/GridNav.js +82 -0
  200. package/lib/renderers/GridNav.js.map +13 -0
  201. package/lib/renderers/IFrame.js +1 -3
  202. package/lib/renderers/IFrame.js.map +2 -2
  203. package/lib/renderers/Json.d.ts +4 -0
  204. package/lib/renderers/Json.js +4 -13
  205. package/lib/renderers/Json.js.map +2 -2
  206. package/lib/renderers/Link.d.ts +4 -2
  207. package/lib/renderers/Link.js +15 -6
  208. package/lib/renderers/Link.js.map +2 -2
  209. package/lib/renderers/List.js +1 -1
  210. package/lib/renderers/List.js.map +2 -2
  211. package/lib/renderers/Mapping.d.ts +9 -2
  212. package/lib/renderers/Mapping.js +18 -6
  213. package/lib/renderers/Mapping.js.map +2 -2
  214. package/lib/renderers/Nav.d.ts +21 -21
  215. package/lib/renderers/Nav.js +39 -21
  216. package/lib/renderers/Nav.js.map +2 -2
  217. package/lib/renderers/Portlet.d.ts +125 -0
  218. package/lib/renderers/Portlet.js +156 -0
  219. package/lib/renderers/Portlet.js.map +13 -0
  220. package/lib/renderers/Property.js +2 -1
  221. package/lib/renderers/Property.js.map +2 -2
  222. package/lib/renderers/SearchBox.d.ts +6 -1
  223. package/lib/renderers/SearchBox.js +19 -5
  224. package/lib/renderers/SearchBox.js.map +2 -2
  225. package/lib/renderers/Table/TableContent.d.ts +4 -1
  226. package/lib/renderers/Table/TableContent.js +21 -1
  227. package/lib/renderers/Table/TableContent.js.map +2 -2
  228. package/lib/renderers/Table/index.d.ts +5 -1
  229. package/lib/renderers/Table/index.js +65 -30
  230. package/lib/renderers/Table/index.js.map +2 -2
  231. package/lib/renderers/Tabs.js +9 -1
  232. package/lib/renderers/Tabs.js.map +2 -2
  233. package/lib/renderers/WebComponent.js +1 -1
  234. package/lib/renderers/WebComponent.js.map +2 -2
  235. package/lib/store/combo.d.ts +2 -16
  236. package/lib/store/crud.js +3 -7
  237. package/lib/store/crud.js.map +2 -2
  238. package/lib/store/form.d.ts +1 -1
  239. package/lib/store/form.js +5 -6
  240. package/lib/store/form.js.map +2 -2
  241. package/lib/store/formItem.js +44 -4
  242. package/lib/store/formItem.js.map +2 -2
  243. package/lib/store/service.js +5 -4
  244. package/lib/store/service.js.map +2 -2
  245. package/lib/store/table.d.ts +3 -2
  246. package/lib/store/table.js +35 -12
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +689 -175
  249. package/lib/themes/ang.css +689 -175
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +689 -175
  252. package/lib/themes/antd.css +689 -175
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +728 -213
  255. package/lib/themes/cxd.css +728 -213
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +689 -175
  258. package/lib/themes/dark.css +689 -175
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +728 -213
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/types.d.ts +38 -1
  263. package/lib/types.js +0 -5
  264. package/lib/types.js.map +2 -2
  265. package/lib/utils/api.d.ts +4 -2
  266. package/lib/utils/api.js +104 -17
  267. package/lib/utils/api.js.map +2 -2
  268. package/lib/utils/dom.d.ts +4 -0
  269. package/lib/utils/dom.js +11 -1
  270. package/lib/utils/dom.js.map +2 -2
  271. package/lib/utils/helper.d.ts +8 -0
  272. package/lib/utils/helper.js +28 -2
  273. package/lib/utils/helper.js.map +2 -2
  274. package/lib/utils/icon.js +3 -0
  275. package/lib/utils/icon.js.map +2 -2
  276. package/package.json +1 -1
  277. package/schema.json +3326 -836
  278. package/scss/_mixins.scss +1 -3
  279. package/scss/_properties.scss +25 -1
  280. package/scss/base/_common.scss +3 -0
  281. package/scss/base/_normalize.scss +2 -0
  282. package/scss/components/_anchor-nav.scss +89 -29
  283. package/scss/components/_card.scss +8 -14
  284. package/scss/components/_collapse-group.scss +11 -0
  285. package/scss/components/_collapse.scss +48 -22
  286. package/scss/components/_grid-nav.scss +128 -0
  287. package/scss/components/_input-box.scss +1 -0
  288. package/scss/components/_mapping.scss +6 -0
  289. package/scss/components/_nav.scss +2 -2
  290. package/scss/components/_picker-columns.scss +124 -0
  291. package/scss/components/_popover.scss +13 -0
  292. package/scss/components/_portlet.scss +51 -0
  293. package/scss/components/_result-box.scss +1 -0
  294. package/scss/components/_spinner.scss +5 -4
  295. package/scss/components/_status.scss +1 -1
  296. package/scss/components/_table.scss +32 -0
  297. package/scss/components/form/_checks.scss +0 -351
  298. package/scss/components/form/_combo.scss +4 -0
  299. package/scss/components/form/_fieldset.scss +5 -1
  300. package/scss/components/form/_file.scss +11 -0
  301. package/scss/components/form/_form.scss +48 -0
  302. package/scss/components/form/_selection.scss +354 -0
  303. package/scss/components/form/_transfer.scss +75 -18
  304. package/scss/components/form/_tree.scss +42 -0
  305. package/scss/themes/_common.scss +7 -0
  306. package/scss/themes/_cxd-variables.scss +8 -6
  307. package/scss/themes/cxd.scss +17 -12
  308. package/sdk/ang-ie11.css +786 -196
  309. package/sdk/ang.css +820 -213
  310. package/sdk/antd-ie11.css +786 -196
  311. package/sdk/antd.css +820 -213
  312. package/sdk/charts.js +13 -13
  313. package/sdk/color-picker.js +65 -69
  314. package/sdk/cropperjs.js +2 -2
  315. package/sdk/cxd-ie11.css +825 -236
  316. package/sdk/cxd.css +862 -254
  317. package/sdk/dark-ie11.css +787 -197
  318. package/sdk/dark.css +820 -213
  319. package/sdk/exceljs.js +1 -1
  320. package/sdk/helper.css.map +1 -1
  321. package/sdk/iconfont.svg +2513 -0
  322. package/sdk/iconfont.ttf +0 -0
  323. package/sdk/iconfont.woff +0 -0
  324. package/sdk/locale/de-DE.js +2 -0
  325. package/sdk/markdown.js +69 -69
  326. package/sdk/papaparse.js +1 -1
  327. package/sdk/renderers/Form/CityDB.js +1 -1
  328. package/sdk/rest.js +20 -28
  329. package/sdk/rich-text.js +62 -62
  330. package/sdk/sdk-ie11.css +825 -236
  331. package/sdk/sdk.css +862 -254
  332. package/sdk/sdk.js +1243 -1175
  333. package/sdk/thirds/hls.js/hls.js +1 -1
  334. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  335. package/sdk/tinymce.js +57 -57
  336. package/src/Schema.ts +19 -1
  337. package/src/components/AnchorNav.tsx +15 -4
  338. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  339. package/src/components/Badge.tsx +3 -3
  340. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  341. package/src/components/Collapse.tsx +144 -20
  342. package/src/components/CollapseGroup.tsx +130 -0
  343. package/src/components/GridNav.tsx +233 -0
  344. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  345. package/src/components/InputBox.tsx +10 -9
  346. package/src/components/Link.tsx +28 -37
  347. package/src/components/ModalManager.ts +1 -1
  348. package/src/components/PickerColumn.tsx +429 -0
  349. package/src/components/PickerContainer.tsx +128 -0
  350. package/src/components/Radios.tsx +3 -8
  351. package/src/components/ResultBox.tsx +9 -9
  352. package/src/components/SearchBox.tsx +4 -5
  353. package/src/components/Select.tsx +57 -5
  354. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  355. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  356. package/src/components/TabsTransfer.tsx +13 -7
  357. package/src/components/TabsTransferPicker.tsx +85 -0
  358. package/src/components/Toast.tsx +23 -16
  359. package/src/components/Transfer.tsx +71 -50
  360. package/src/components/TransferDropDown.tsx +120 -0
  361. package/src/components/TransferPicker.tsx +91 -0
  362. package/src/components/Tree.tsx +194 -8
  363. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  364. package/src/components/WithRemoteConfig.tsx +7 -2
  365. package/src/components/condition-builder/Field.tsx +5 -5
  366. package/src/components/condition-builder/Func.tsx +3 -3
  367. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  368. package/src/components/condition-builder/Item.tsx +5 -12
  369. package/src/components/icons.tsx +2 -0
  370. package/src/components/index.tsx +13 -13
  371. package/src/envOverwrite.ts +20 -8
  372. package/src/factory.tsx +70 -9
  373. package/src/hooks/index.ts +5 -0
  374. package/src/hooks/use-set-state.ts +19 -0
  375. package/src/hooks/use-touch.ts +100 -0
  376. package/src/hooks/use-update-effect.ts +16 -0
  377. package/src/icons/download.svg +4 -0
  378. package/src/icons/drag-bar.svg +12 -6
  379. package/src/index.tsx +5 -0
  380. package/src/locale/de-DE.ts +2 -0
  381. package/src/locale/en-US.ts +3 -0
  382. package/src/locale/zh-CN.ts +5 -2
  383. package/src/renderers/Action.tsx +28 -2
  384. package/src/renderers/AnchorNav.tsx +4 -0
  385. package/src/renderers/Avatar.tsx +8 -4
  386. package/src/renderers/Breadcrumb.tsx +5 -1
  387. package/src/renderers/CRUD.tsx +33 -3
  388. package/src/renderers/Card.tsx +63 -34
  389. package/src/renderers/Chart.tsx +6 -2
  390. package/src/renderers/Collapse.tsx +70 -115
  391. package/src/renderers/CollapseGroup.tsx +80 -0
  392. package/src/renderers/DropDownButton.tsx +1 -1
  393. package/src/renderers/Form/InputCity.tsx +4 -8
  394. package/src/renderers/Form/InputFile.tsx +65 -24
  395. package/src/renderers/Form/InputImage.tsx +11 -3
  396. package/src/renderers/Form/Item.tsx +3 -2
  397. package/src/renderers/Form/Options.tsx +16 -2
  398. package/src/renderers/Form/Select.tsx +162 -21
  399. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  400. package/src/renderers/Form/Transfer.tsx +19 -4
  401. package/src/renderers/Form/TransferPicker.tsx +145 -0
  402. package/src/renderers/Form/TreeSelect.tsx +25 -0
  403. package/src/renderers/Form/index.tsx +15 -2
  404. package/src/renderers/Form/wrapControl.tsx +26 -1
  405. package/src/renderers/GridNav.tsx +204 -0
  406. package/src/renderers/IFrame.tsx +2 -4
  407. package/src/renderers/Json.tsx +9 -9
  408. package/src/renderers/Link.tsx +27 -13
  409. package/src/renderers/List.tsx +1 -1
  410. package/src/renderers/Mapping.tsx +27 -11
  411. package/src/renderers/Nav.tsx +108 -60
  412. package/src/renderers/Portlet.tsx +423 -0
  413. package/src/renderers/Property.tsx +3 -2
  414. package/src/renderers/SearchBox.tsx +23 -4
  415. package/src/renderers/Table/TableContent.tsx +40 -2
  416. package/src/renderers/Table/index.tsx +88 -43
  417. package/src/renderers/Tabs.tsx +9 -1
  418. package/src/renderers/WebComponent.tsx +2 -2
  419. package/src/store/crud.ts +3 -8
  420. package/src/store/form.ts +5 -10
  421. package/src/store/formItem.ts +94 -2
  422. package/src/store/service.ts +5 -4
  423. package/src/store/table.ts +55 -14
  424. package/src/types.ts +58 -1
  425. package/src/utils/api.ts +133 -26
  426. package/src/utils/dom.tsx +12 -0
  427. package/src/utils/helper.ts +27 -0
  428. package/src/utils/icon.tsx +4 -0
  429. package/tsconfig-for-declaration.json +1 -1
  430. package/dump.rdb +0 -0
  431. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  432. package/lib/components/AssociatedCheckboxes.js +0 -90
  433. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  434. package/lib/components/ChainedCheckboxes.js.map +0 -13
  435. package/lib/components/Checkboxes.js +0 -101
  436. package/lib/components/Checkboxes.js.map +0 -13
  437. package/lib/components/ListCheckboxes.d.ts +0 -739
  438. package/lib/components/ListCheckboxes.js +0 -48
  439. package/lib/components/ListCheckboxes.js.map +0 -13
  440. package/lib/components/ListRadios.d.ts +0 -763
  441. package/lib/components/ListRadios.js +0 -86
  442. package/lib/components/ListRadios.js.map +0 -13
  443. package/lib/components/TableCheckboxes.js.map +0 -13
  444. package/lib/components/TreeCheckboxes.js.map +0 -13
  445. package/lib/components/TreeRadios.d.ts +0 -838
  446. package/lib/components/TreeRadios.js +0 -116
  447. package/lib/components/TreeRadios.js.map +0 -13
  448. package/src/components/ListRadios.tsx +0 -159
  449. package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd-ie11.css CHANGED
@@ -19497,6 +19497,8 @@ readers do not read off random characters that represent icons */
19497
19497
  width: 1em;
19498
19498
  height: 1em;
19499
19499
  fill: currentColor;
19500
+ position: relative;
19501
+ top: 0.125em;
19500
19502
  }
19501
19503
 
19502
19504
  .amis-scope svg.r90 {
@@ -19574,6 +19576,10 @@ readers do not read off random characters that represent icons */
19574
19576
  height: 100%;
19575
19577
  }
19576
19578
 
19579
+ .amis-scope .has-popover {
19580
+ position: relative;
19581
+ }
19582
+
19577
19583
  .amis-scope,
19578
19584
  .amis-scope {
19579
19585
  width: 100%;
@@ -22748,6 +22754,140 @@ readers do not read off random characters that represent icons */
22748
22754
  background: transparent;
22749
22755
  }
22750
22756
 
22757
+ .amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
22758
+ background: rgba(0, 0, 0, 0.3);
22759
+ }
22760
+
22761
+ .amis-scope .antd-PopOver--leftBottomLeftTop {
22762
+ margin-top: 0.25rem;
22763
+ }
22764
+
22765
+ .amis-scope .antd-PopOver--leftTopLeftBottom {
22766
+ margin-top: -0.25rem;
22767
+ }
22768
+
22769
+ .amis-scope .antd-PickerColumns {
22770
+ position: relative;
22771
+ background-color: white;
22772
+ user-select: none;
22773
+ }
22774
+
22775
+ .amis-scope .antd-PickerColumns-popOver {
22776
+ position: fixed;
22777
+ bottom: 0;
22778
+ left: 0;
22779
+ width: 100%;
22780
+ padding: 0 0.5rem;
22781
+ }
22782
+
22783
+ .amis-scope .antd-PickerColumns-toolbar {
22784
+ display: flex;
22785
+ align-items: center;
22786
+ justify-content: space-between;
22787
+ height: 3.125rem;
22788
+ }
22789
+
22790
+ .amis-scope .antd-PickerColumns-cancel,
22791
+ .amis-scope .antd-PickerColumns-confirm {
22792
+ height: 100%;
22793
+ padding: 0 0.5rem;
22794
+ font-size: 0.875rem;
22795
+ background-color: transparent;
22796
+ border: none;
22797
+ cursor: pointer;
22798
+ }
22799
+
22800
+ .amis-scope .antd-PickerColumns-cancel:active,
22801
+ .amis-scope .antd-PickerColumns-confirm:active {
22802
+ opacity: 0.7;
22803
+ }
22804
+
22805
+ .amis-scope .antd-PickerColumns-confirm {
22806
+ color: #1890ff;
22807
+ }
22808
+
22809
+ .amis-scope .antd-PickerColumns-cancel {
22810
+ color: #d9d9d9;
22811
+ }
22812
+
22813
+ .amis-scope .antd-PickerColumns-title {
22814
+ max-width: 50%;
22815
+ font-weight: 500;
22816
+ font-size: 1rem;
22817
+ line-height: 1.5;
22818
+ text-align: center;
22819
+ }
22820
+
22821
+ .amis-scope .antd-PickerColumns-columns {
22822
+ touch-action: none;
22823
+ position: relative;
22824
+ display: flex;
22825
+ cursor: grab;
22826
+ }
22827
+
22828
+ .amis-scope .antd-PickerColumns-loading {
22829
+ position: absolute;
22830
+ top: 0;
22831
+ right: 0;
22832
+ bottom: 0;
22833
+ left: 0;
22834
+ z-index: 3;
22835
+ display: flex;
22836
+ align-items: center;
22837
+ justify-content: center;
22838
+ color: inherit;
22839
+ background-color: var(--PickerColumns-loadingMask-color);
22840
+ }
22841
+
22842
+ .amis-scope .antd-PickerColumns-frame {
22843
+ position: absolute;
22844
+ top: 50%;
22845
+ right: 1rem;
22846
+ left: 1rem;
22847
+ z-index: 2;
22848
+ transform: translateY(-50%);
22849
+ pointer-events: none;
22850
+ }
22851
+
22852
+ .amis-scope .antd-PickerColumns-mask {
22853
+ position: absolute;
22854
+ top: 0;
22855
+ left: 0;
22856
+ z-index: 1;
22857
+ width: 100%;
22858
+ height: 100%;
22859
+ 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));
22860
+ background-repeat: no-repeat;
22861
+ background-position: top, bottom;
22862
+ transform: translateZ(0);
22863
+ pointer-events: none;
22864
+ }
22865
+
22866
+ .amis-scope .antd-PickerColumns-column {
22867
+ flex: 1;
22868
+ overflow: hidden;
22869
+ font-size: 1rem;
22870
+ }
22871
+
22872
+ .amis-scope .antd-PickerColumns-columnWrapper {
22873
+ margin: 0;
22874
+ padding: 0;
22875
+ list-style: none;
22876
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22877
+ }
22878
+
22879
+ .amis-scope .antd-PickerColumns-columnItem {
22880
+ display: flex;
22881
+ align-items: center;
22882
+ justify-content: center;
22883
+ color: rgba(0, 0, 0, 0.85);
22884
+ }
22885
+
22886
+ .amis-scope .antd-PickerColumns-columnItem.is-disabled {
22887
+ cursor: not-allowed;
22888
+ opacity: 0.3;
22889
+ }
22890
+
22751
22891
  @keyframes bounceIn {
22752
22892
  from, 20%, 40%, 60%, 80%, to {
22753
22893
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -23763,8 +23903,8 @@ readers do not read off random characters that represent icons */
23763
23903
  cursor: move;
23764
23904
  position: absolute;
23765
23905
  left: 0;
23766
- top: 0.6875rem;
23767
23906
  display: none;
23907
+ line-height: 0;
23768
23908
  }
23769
23909
 
23770
23910
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
@@ -23851,7 +23991,7 @@ readers do not read off random characters that represent icons */
23851
23991
  border-color: #333;
23852
23992
  text-decoration: none;
23853
23993
  background: rgba(0, 0, 0, 0.05);
23854
- z-index: 9999;
23994
+ z-index: 1;
23855
23995
  }
23856
23996
 
23857
23997
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
@@ -24638,13 +24778,14 @@ readers do not read off random characters that represent icons */
24638
24778
  .amis-scope .antd-Spinner--icon {
24639
24779
  background: transparent;
24640
24780
  animation: spin 2s linear infinite;
24641
- width: 1rem;
24642
- height: 1rem;
24781
+ width: 16px;
24782
+ height: 16px;
24643
24783
  }
24644
24784
 
24645
24785
  .amis-scope .antd-Spinner--icon svg.icon {
24646
- width: 1rem;
24647
- height: 1rem;
24786
+ width: 16px;
24787
+ height: 16px;
24788
+ top: 0;
24648
24789
  }
24649
24790
 
24650
24791
  .amis-scope .antd-Spinner--overlay {
@@ -24908,7 +25049,7 @@ readers do not read off random characters that represent icons */
24908
25049
  .amis-scope .antd-Collapse {
24909
25050
  border: none;
24910
25051
  padding: 0;
24911
- margin-bottom: 0.75rem;
25052
+ line-height: 1.25rem;
24912
25053
  }
24913
25054
 
24914
25055
  .amis-scope .antd-Collapse-header {
@@ -24918,9 +25059,19 @@ readers do not read off random characters that represent icons */
24918
25059
  padding: 1.125rem 0 0.25rem 0;
24919
25060
  margin: 0;
24920
25061
  border-bottom: 0.0625rem solid #dfe2e6;
25062
+ cursor: pointer;
24921
25063
  background: transparent;
24922
25064
  }
24923
25065
 
25066
+ .amis-scope .antd-Collapse-header-wrapper {
25067
+ display: inline-flex;
25068
+ flex-direction: row;
25069
+ }
25070
+
25071
+ .amis-scope .antd-Collapse-header-tpl {
25072
+ margin-right: 0.5rem;
25073
+ }
25074
+
24924
25075
  .amis-scope .antd-Collapse-header:hover {
24925
25076
  background: transparent;
24926
25077
  }
@@ -24929,8 +25080,7 @@ readers do not read off random characters that represent icons */
24929
25080
  display: inline-block;
24930
25081
  width: 1rem;
24931
25082
  text-align: center;
24932
- margin-right: 0.5rem;
24933
- cursor: pointer;
25083
+ margin-right: 0.25rem;
24934
25084
  }
24935
25085
 
24936
25086
  .amis-scope .antd-Collapse-arrow:before {
@@ -24939,50 +25089,68 @@ readers do not read off random characters that represent icons */
24939
25089
  display: inline-block;
24940
25090
  width: 0.375rem;
24941
25091
  height: 0.375rem;
24942
- top: -0.25rem;
25092
+ top: -0.125rem;
24943
25093
  border-color: rgba(0, 0, 0, 0.85);
24944
25094
  border-style: solid;
24945
25095
  border-width: 0.0625rem 0.0625rem 0 0;
24946
- transform: rotate(135deg);
25096
+ transform: rotate(45deg);
24947
25097
  transform-origin: 50% 50%;
24948
25098
  }
24949
25099
 
24950
- .amis-scope .antd-Collapse-TplField {
25100
+ .amis-scope .antd-Collapse-icon-tranform {
24951
25101
  display: inline-block;
25102
+ width: 1rem;
25103
+ text-align: center;
25104
+ margin-right: 0.25rem;
24952
25105
  }
24953
25106
 
24954
- .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
24955
- transform: rotate(45deg);
24956
- transform-origin: 0% 50%;
25107
+ .amis-scope .antd-Collapse .antd-TplField {
25108
+ display: inline-block;
24957
25109
  }
24958
25110
 
24959
- .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
24960
- border-bottom: 0.0625rem solid
24961
- #dfe2e6;
25111
+ .amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
25112
+ transform: rotate(135deg);
25113
+ transform-origin: 50% 30%;
24962
25114
  }
24963
25115
 
24964
- .amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
24965
- cursor: pointer;
25116
+ .amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
25117
+ transform: rotate(90deg);
25118
+ }
25119
+
25120
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-header {
25121
+ cursor: not-allowed;
24966
25122
  user-select: none;
25123
+ color: #999;
25124
+ }
25125
+
25126
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
25127
+ background-color: var(--Collapse-header-bg-disabled-color);
25128
+ }
25129
+
25130
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
25131
+ border-color: #999;
24967
25132
  }
24968
25133
 
24969
25134
  .amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
24970
25135
  text-align: center;
24971
- color: #1890ff;
24972
- border-left: none;
24973
25136
  font-size: 0.875rem;
25137
+ border-top: none;
25138
+ border-bottom: 0.0625rem solid
25139
+ #dfe2e6;
24974
25140
  }
24975
25141
 
24976
- .amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
24977
- top: 0.125rem;
24978
- transform: rotate(-45deg);
24979
- transform-origin: 0% 50%;
25142
+ .amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
25143
+ border-top: none;
24980
25144
  }
24981
25145
 
24982
- .amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-arrow:before {
24983
- top: -0.375rem;
25146
+ .amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
25147
+ top: -0.25rem;
24984
25148
  transform: rotate(135deg);
24985
- transform-origin: 0% 50%;
25149
+ }
25150
+
25151
+ .amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
25152
+ top: 0;
25153
+ transform: rotate(-45deg);
24986
25154
  }
24987
25155
 
24988
25156
  .amis-scope .antd-Collapse-contentWrapper {
@@ -25002,6 +25170,10 @@ readers do not read off random characters that represent icons */
25002
25170
  font-weight: 400;
25003
25171
  }
25004
25172
 
25173
+ .amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
25174
+ float: right;
25175
+ }
25176
+
25005
25177
  .amis-scope .antd-ColorField {
25006
25178
  display: inline-block;
25007
25179
  }
@@ -26190,6 +26362,10 @@ readers do not read off random characters that represent icons */
26190
26362
  border-right: 0.0625rem solid #eceff8;
26191
26363
  }
26192
26364
 
26365
+ .amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
26366
+ cursor: pointer;
26367
+ }
26368
+
26193
26369
  .amis-scope .antd-Table-table > thead > tr > th {
26194
26370
  background: #fafafa;
26195
26371
  padding: calc(
@@ -27155,6 +27331,11 @@ readers do not read off random characters that represent icons */
27155
27331
  cursor: move;
27156
27332
  }
27157
27333
 
27334
+ .amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
27335
+ .amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
27336
+ vertical-align: middle;
27337
+ }
27338
+
27158
27339
  .amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
27159
27340
  position: relative;
27160
27341
  }
@@ -27528,6 +27709,10 @@ readers do not read off random characters that represent icons */
27528
27709
  color: #1890ff;
27529
27710
  }
27530
27711
 
27712
+ .amis-scope .antd-Table-dragBtn > svg {
27713
+ vertical-align: -2px;
27714
+ }
27715
+
27531
27716
  .amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
27532
27717
  .amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
27533
27718
  .amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
@@ -27545,6 +27730,28 @@ readers do not read off random characters that represent icons */
27545
27730
  left: 0;
27546
27731
  }
27547
27732
 
27733
+ .amis-scope .antd-Table--autoFillHeight {
27734
+ margin-bottom: 0;
27735
+ }
27736
+
27737
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
27738
+ border-top: none;
27739
+ }
27740
+
27741
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
27742
+ position: sticky;
27743
+ top: 0;
27744
+ z-index: 1;
27745
+ }
27746
+
27747
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
27748
+ display: none;
27749
+ }
27750
+
27751
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
27752
+ margin-bottom: 0;
27753
+ }
27754
+
27548
27755
  .amis-scope .antd-InputTable-toolbar {
27549
27756
  display: flex;
27550
27757
  flex-direction: row;
@@ -28312,18 +28519,6 @@ readers do not read off random characters that represent icons */
28312
28519
  margin-top: 0.25rem;
28313
28520
  }
28314
28521
 
28315
- .amis-scope .antd-Card-checkBtn {
28316
- position: absolute;
28317
- top: 0;
28318
- right: 0;
28319
- margin: 0.5rem;
28320
- z-index: 1;
28321
- }
28322
-
28323
- .amis-scope .antd-Card-checkBtn .antd-Checkbox {
28324
- margin-right: 0;
28325
- }
28326
-
28327
28522
  .amis-scope .antd-Card-dragBtn {
28328
28523
  cursor: pointer;
28329
28524
  float: right;
@@ -28331,7 +28526,8 @@ readers do not read off random characters that represent icons */
28331
28526
  }
28332
28527
 
28333
28528
  .amis-scope .antd-Card-heading {
28334
- overflow: hidden;
28529
+ display: flex;
28530
+ flex-direction: row;
28335
28531
  padding: 0.5rem 0.75rem;
28336
28532
  flex: 1 0 auto;
28337
28533
  }
@@ -28363,12 +28559,17 @@ readers do not read off random characters that represent icons */
28363
28559
 
28364
28560
  .amis-scope .antd-Card-meta {
28365
28561
  display: block;
28562
+ flex-grow: 1;
28366
28563
  height: 100%;
28367
- overflow: hidden;
28368
28564
  position: relative;
28369
28565
  margin-right: 1rem;
28370
28566
  }
28371
28567
 
28568
+ .amis-scope .antd-Card-toolbar {
28569
+ margin-right: calc(-1 * 0.75rem);
28570
+ text-align: right;
28571
+ }
28572
+
28372
28573
  .amis-scope .antd-Card-highlight {
28373
28574
  background: #52c41a;
28374
28575
  width: 0.5rem;
@@ -28857,7 +29058,7 @@ readers do not read off random characters that represent icons */
28857
29058
 
28858
29059
  .amis-scope .antd-StatusField-label {
28859
29060
  font-size: 0.75rem;
28860
- margin-left: 0.5rem;
29061
+ margin-left: 0.25rem;
28861
29062
  }
28862
29063
 
28863
29064
  @keyframes animation-rolling_red {
@@ -29597,6 +29798,16 @@ readers do not read off random characters that represent icons */
29597
29798
  border-color: #40a9ff;
29598
29799
  }
29599
29800
 
29801
+ .amis-scope .antd-InputBox--borderHalf {
29802
+ border-left-color: transparent !important;
29803
+ border-right-color: transparent !important;
29804
+ border-top-color: transparent !important;
29805
+ }
29806
+
29807
+ .amis-scope .antd-InputBox--borderNone {
29808
+ border-color: transparent !important;
29809
+ }
29810
+
29600
29811
  .amis-scope .antd-InputBox--inline {
29601
29812
  display: inline-flex;
29602
29813
  }
@@ -29703,6 +29914,16 @@ readers do not read off random characters that represent icons */
29703
29914
  border-color: #40a9ff;
29704
29915
  }
29705
29916
 
29917
+ .amis-scope .antd-ResultBox--borderHalf {
29918
+ border-left-color: transparent !important;
29919
+ border-right-color: transparent !important;
29920
+ border-top-color: transparent !important;
29921
+ }
29922
+
29923
+ .amis-scope .antd-ResultBox--borderNone {
29924
+ border-color: transparent !important;
29925
+ }
29926
+
29706
29927
  .amis-scope .antd-ResultBox.is-error {
29707
29928
  border-color: #ff4d4f;
29708
29929
  background: #fff;
@@ -30229,25 +30450,195 @@ readers do not read off random characters that represent icons */
30229
30450
  border: 1px solid #1890ff;
30230
30451
  }
30231
30452
 
30232
- .amis-scope fieldset.antd-Collapse--lg,
30233
- .amis-scope fieldset.antd-Collapse--md,
30234
- .amis-scope fieldset.antd-Collapse--base,
30235
- .amis-scope fieldset.antd-Collapse--sm,
30236
- .amis-scope fieldset.antd-Collapse--xs {
30237
- position: relative;
30453
+ .amis-scope .antd-Portlet {
30454
+ border: 0.0625rem solid #eceff8;
30455
+ border-radius: 2px;
30456
+ padding: 0.75rem;
30238
30457
  }
30239
30458
 
30240
- .amis-scope fieldset.antd-Collapse--lg:after,
30241
- .amis-scope fieldset.antd-Collapse--md:after,
30242
- .amis-scope fieldset.antd-Collapse--base:after,
30243
- .amis-scope fieldset.antd-Collapse--sm:after,
30244
- .amis-scope fieldset.antd-Collapse--xs:after {
30245
- content: "";
30246
- pointer-events: none;
30247
- border: 1px solid #eceff8;
30248
- position: absolute;
30249
- z-index: 0;
30250
- top: 11px;
30459
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
30460
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30461
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30462
+ border: none !important;
30463
+ color: inherit !important;
30464
+ cursor: auto !important;
30465
+ }
30466
+
30467
+ .amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
30468
+ border-bottom: none;
30469
+ }
30470
+
30471
+ .amis-scope .antd-Portlet .antd-Tabs-pane {
30472
+ padding: unset;
30473
+ }
30474
+
30475
+ .amis-scope .antd-Portlet-toolbar {
30476
+ display: inline-flex;
30477
+ float: right;
30478
+ justify-content: flex-end;
30479
+ }
30480
+
30481
+ .amis-scope .antd-Portlet-toolbar .antd-Button {
30482
+ margin-left: calc(0.25rem);
30483
+ }
30484
+
30485
+ .amis-scope .antd-Portlet-header-desc {
30486
+ height: 100%;
30487
+ overflow: hidden;
30488
+ position: relative;
30489
+ margin-left: 0.75rem;
30490
+ }
30491
+
30492
+ .amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
30493
+ display: none;
30494
+ }
30495
+
30496
+ .amis-scope .u-hairline::after {
30497
+ position: absolute;
30498
+ box-sizing: border-box;
30499
+ content: " ";
30500
+ pointer-events: none;
30501
+ top: -50%;
30502
+ right: -50%;
30503
+ bottom: -50%;
30504
+ left: -50%;
30505
+ border: 0 solid #dfe2e6;
30506
+ z-index: 1;
30507
+ transform: scale(0.5);
30508
+ }
30509
+
30510
+ .amis-scope .antd-GridNav {
30511
+ display: flex;
30512
+ flex-wrap: wrap;
30513
+ }
30514
+
30515
+ .amis-scope .antd-GridNav-top {
30516
+ position: relative;
30517
+ }
30518
+
30519
+ .amis-scope .antd-GridNav-top::after {
30520
+ border-top-width: 0.0625rem;
30521
+ }
30522
+
30523
+ .amis-scope .antd-GridNavItem {
30524
+ position: relative;
30525
+ box-sizing: border-box;
30526
+ }
30527
+
30528
+ .amis-scope .antd-GridNavItem--square {
30529
+ height: 0;
30530
+ position: relative;
30531
+ }
30532
+
30533
+ .amis-scope .antd-GridNavItem-icon {
30534
+ width: var(--rv-grid-item-icon-size);
30535
+ }
30536
+
30537
+ .amis-scope .antd-GridNavItem-text {
30538
+ color: rgba(0, 0, 0, 0.85);
30539
+ font-size: 0.75rem;
30540
+ line-height: 1.5;
30541
+ word-break: break-all;
30542
+ flex-shrink: 0;
30543
+ }
30544
+
30545
+ .amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
30546
+ margin-top: 0.5rem;
30547
+ }
30548
+
30549
+ .amis-scope .antd-GridNavItem-image {
30550
+ display: inline-block;
30551
+ }
30552
+
30553
+ .amis-scope .antd-GridNavItem-image svg,
30554
+ .amis-scope .antd-GridNavItem-image img {
30555
+ max-width: 100%;
30556
+ display: block;
30557
+ width: 60%;
30558
+ margin: 0 auto;
30559
+ }
30560
+
30561
+ .amis-scope .antd-GridNavItem-content {
30562
+ display: flex;
30563
+ flex-direction: column;
30564
+ box-sizing: border-box;
30565
+ height: 100%;
30566
+ padding: 1rem 0.5rem;
30567
+ background-color: #fff;
30568
+ position: relative;
30569
+ }
30570
+
30571
+ .amis-scope .antd-GridNavItem-content .antd-Badge-text {
30572
+ z-index: 10;
30573
+ }
30574
+
30575
+ .amis-scope .antd-GridNavItem-content--border::after {
30576
+ border-width: 0 0.0625rem 0.0625rem 0;
30577
+ }
30578
+
30579
+ .amis-scope .antd-GridNavItem-content--square {
30580
+ position: absolute;
30581
+ top: 0;
30582
+ right: 0;
30583
+ left: 0;
30584
+ }
30585
+
30586
+ .amis-scope .antd-GridNavItem-content--center {
30587
+ align-items: center;
30588
+ justify-content: center;
30589
+ }
30590
+
30591
+ .amis-scope .antd-GridNavItem-content--horizontal {
30592
+ flex-direction: row;
30593
+ }
30594
+
30595
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
30596
+ margin: 0 0 0 0.5rem;
30597
+ }
30598
+
30599
+ .amis-scope .antd-GridNavItem-content--reverse {
30600
+ flex-direction: column-reverse;
30601
+ }
30602
+
30603
+ .amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
30604
+ margin: 0 0 0.5rem;
30605
+ }
30606
+
30607
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
30608
+ flex-direction: row-reverse;
30609
+ }
30610
+
30611
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
30612
+ margin: 0 0.5rem 0 0;
30613
+ }
30614
+
30615
+ .amis-scope .antd-GridNavItem-content--surround::after {
30616
+ border-width: 0.0625rem;
30617
+ }
30618
+
30619
+ .amis-scope .antd-GridNavItem-content--clickable {
30620
+ cursor: pointer;
30621
+ }
30622
+
30623
+ .amis-scope fieldset.antd-Collapse--lg,
30624
+ .amis-scope fieldset.antd-Collapse--md,
30625
+ .amis-scope fieldset.antd-Collapse--base,
30626
+ .amis-scope fieldset.antd-Collapse--sm,
30627
+ .amis-scope fieldset.antd-Collapse--xs {
30628
+ position: relative;
30629
+ }
30630
+
30631
+ .amis-scope fieldset.antd-Collapse--lg:after,
30632
+ .amis-scope fieldset.antd-Collapse--md:after,
30633
+ .amis-scope fieldset.antd-Collapse--base:after,
30634
+ .amis-scope fieldset.antd-Collapse--sm:after,
30635
+ .amis-scope fieldset.antd-Collapse--xs:after {
30636
+ content: "";
30637
+ pointer-events: none;
30638
+ border: 1px solid #eceff8;
30639
+ position: absolute;
30640
+ z-index: 0;
30641
+ top: 11px;
30251
30642
  left: 0;
30252
30643
  bottom: 0;
30253
30644
  right: 0;
@@ -30287,11 +30678,16 @@ readers do not read off random characters that represent icons */
30287
30678
  margin: 0.75rem 0;
30288
30679
  padding: 0 0 0 14px;
30289
30680
  cursor: pointer;
30290
- border-bottom: 0;
30681
+ border-bottom: none !important;
30682
+ background: transparent;
30291
30683
  display: flex;
30292
30684
  flex-direction: row;
30293
30685
  }
30294
30686
 
30687
+ .amis-scope fieldset.antd-Collapse > legend:hover {
30688
+ background: transparent;
30689
+ }
30690
+
30295
30691
  .amis-scope fieldset.antd-Collapse--xs {
30296
30692
  padding: 20px 5px 5px 5px;
30297
30693
  }
@@ -31413,7 +31809,7 @@ readers do not read off random characters that represent icons */
31413
31809
  color: #999;
31414
31810
  }
31415
31811
 
31416
- .amis-scope .antd-Checkboxes > .antd-Checkbox {
31812
+ .amis-scope .antd-Selection > .antd-Checkbox {
31417
31813
  display: block;
31418
31814
  height: 1.875rem;
31419
31815
  line-height: 1.4285714286;
@@ -31421,43 +31817,36 @@ readers do not read off random characters that represent icons */
31421
31817
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
31422
31818
  }
31423
31819
 
31424
- .amis-scope .antd-Checkboxes--inline > .antd-Checkbox {
31820
+ .amis-scope .antd-Selection--inline > .antd-Checkbox {
31425
31821
  display: inline-block;
31426
31822
  }
31427
31823
 
31428
- .amis-scope .antd-Checkboxes-addBtn {
31824
+ .amis-scope .antd-Selection-addBtn {
31429
31825
  display: block;
31430
31826
  cursor: pointer;
31431
31827
  }
31432
31828
 
31433
- .amis-scope .antd-Checkboxes-addBtn:hover {
31829
+ .amis-scope .antd-Selection-addBtn:hover {
31434
31830
  text-decoration: none;
31435
31831
  }
31436
31832
 
31437
- .amis-scope .antd-Checkboxes-addBtn > svg {
31833
+ .amis-scope .antd-Selection-addBtn > svg {
31438
31834
  width: 0.875rem;
31439
31835
  height: 0.875rem;
31440
31836
  margin-right: 0.25rem;
31441
31837
  }
31442
31838
 
31443
- .amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
31444
- .amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
31445
- .amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
31446
- .amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
31839
+ .amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
31447
31840
  border-top: 0.0625rem solid #dfe2e6;
31448
31841
  }
31449
31842
 
31450
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-itemLabel,
31451
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
31452
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
31453
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
31843
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
31454
31844
  font-size: 0.75rem;
31455
31845
  padding: 0.25rem 0.25rem;
31456
31846
  color: #999;
31457
31847
  }
31458
31848
 
31459
- .amis-scope .antd-ListCheckboxes-item,
31460
- .amis-scope .antd-ListRadios-item {
31849
+ .amis-scope .antd-GroupedSelection-item {
31461
31850
  display: flex;
31462
31851
  height: 1.875rem;
31463
31852
  line-height: 1.4285714286;
@@ -31468,51 +31857,37 @@ readers do not read off random characters that represent icons */
31468
31857
  user-select: none;
31469
31858
  }
31470
31859
 
31471
- .amis-scope .antd-ListCheckboxes-item > .antd-Checkbox,
31472
- .amis-scope .antd-ListRadios-item > .antd-Checkbox {
31860
+ .amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
31473
31861
  margin-right: 0;
31474
31862
  }
31475
31863
 
31476
- .amis-scope .antd-ListCheckboxes-item.is-active,
31477
- .amis-scope .antd-ListRadios-item.is-active {
31864
+ .amis-scope .antd-GroupedSelection-item.is-active {
31478
31865
  color: #1890ff;
31479
31866
  background: transparent;
31480
31867
  }
31481
31868
 
31482
- .amis-scope .antd-ListCheckboxes-item:hover,
31483
- .amis-scope .antd-ListRadios-item:hover {
31869
+ .amis-scope .antd-GroupedSelection-item:hover {
31484
31870
  background: rgba(0, 126, 255, 0.08);
31485
31871
  }
31486
31872
 
31487
- .amis-scope .antd-ListCheckboxes-item.is-disabled,
31488
- .amis-scope .antd-ListRadios-item.is-disabled {
31873
+ .amis-scope .antd-GroupedSelection-item.is-disabled {
31489
31874
  pointer-events: none;
31490
31875
  color: #999;
31491
31876
  }
31492
31877
 
31493
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
31494
- .amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
31495
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
31496
- .amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
31497
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
31498
- .amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
31499
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
31500
- .amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
31878
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
31501
31879
  padding-left: 0.75rem;
31502
31880
  }
31503
31881
 
31504
- .amis-scope .antd-ListCheckboxes-itemLabel,
31505
- .amis-scope .antd-ListRadios-itemLabel {
31882
+ .amis-scope .antd-GroupedSelection-itemLabel {
31506
31883
  flex-grow: 1;
31507
31884
  }
31508
31885
 
31509
- .amis-scope .antd-ListCheckboxes-itemLabel span,
31510
- .amis-scope .antd-ListRadios-itemLabel span {
31886
+ .amis-scope .antd-GroupedSelection-itemLabel span {
31511
31887
  white-space: nowrap;
31512
31888
  }
31513
31889
 
31514
- .amis-scope .antd-ListCheckboxes-placeholder,
31515
- .amis-scope .antd-ListRadios-placeholder {
31890
+ .amis-scope .antd-GroupedSelection-placeholder {
31516
31891
  height: 1.875rem;
31517
31892
  line-height: 1.4285714286;
31518
31893
  font-size: 0.875rem;
@@ -31520,52 +31895,54 @@ readers do not read off random characters that represent icons */
31520
31895
  color: #999;
31521
31896
  }
31522
31897
 
31523
- .amis-scope .antd-TableCheckboxes .antd-Table-content {
31898
+ .amis-scope .antd-TableSelection .antd-Table-content {
31524
31899
  border-top: 0.0625rem solid #eceff8;
31525
31900
  }
31526
31901
 
31527
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th,
31528
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td {
31902
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
31903
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
31529
31904
  font-size: 0.75rem;
31530
31905
  padding-top: 0.25rem;
31531
31906
  padding-bottom: 0.375rem;
31532
31907
  vertical-align: middle;
31533
31908
  }
31534
31909
 
31535
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th {
31910
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
31536
31911
  padding-top: 0.375rem;
31537
31912
  }
31538
31913
 
31539
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:first-child,
31540
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:first-child {
31914
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
31915
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
31541
31916
  padding-left: 0.625rem;
31542
31917
  padding-right: 0;
31543
31918
  }
31544
31919
 
31545
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:last-child,
31546
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:last-child {
31920
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
31921
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
31547
31922
  padding-right: 1rem;
31548
31923
  }
31549
31924
 
31550
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr {
31925
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
31551
31926
  cursor: pointer;
31552
31927
  }
31553
31928
 
31554
- .amis-scope .antd-TreeCheckboxes .antd-Table-expandBtn,
31555
- .amis-scope .antd-TreeRadios .antd-Table-expandBtn {
31929
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
31930
+ color: #1890ff;
31931
+ background: transparent;
31932
+ }
31933
+
31934
+ .amis-scope .antd-TreeSelection .antd-Table-expandBtn {
31556
31935
  color: inherit;
31557
31936
  margin-right: 5px;
31558
31937
  }
31559
31938
 
31560
- .amis-scope .antd-TreeCheckboxes-sublist,
31561
- .amis-scope .antd-TreeRadios-sublist {
31939
+ .amis-scope .antd-TreeSelection-sublist {
31562
31940
  position: relative;
31563
31941
  margin: 0 0 0 2.1875rem;
31564
31942
  display: none;
31565
31943
  }
31566
31944
 
31567
- .amis-scope .antd-TreeCheckboxes-sublist:before,
31568
- .amis-scope .antd-TreeRadios-sublist:before {
31945
+ .amis-scope .antd-TreeSelection-sublist:before {
31569
31946
  width: 1px;
31570
31947
  content: "";
31571
31948
  display: block;
@@ -31576,29 +31953,19 @@ readers do not read off random characters that represent icons */
31576
31953
  border-left: dashed 1px inherit;
31577
31954
  }
31578
31955
 
31579
- .amis-scope .antd-TreeCheckboxes-item,
31580
- .amis-scope .antd-TreeRadios-item {
31956
+ .amis-scope .antd-TreeSelection-item {
31581
31957
  position: relative;
31582
31958
  }
31583
31959
 
31584
- .amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeCheckboxes-sublist,
31585
- .amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
31586
- .amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
31587
- .amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
31960
+ .amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
31588
31961
  display: block;
31589
31962
  }
31590
31963
 
31591
- .amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
31592
- .amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
31593
- .amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
31594
- .amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
31964
+ .amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
31595
31965
  bottom: 0;
31596
31966
  }
31597
31967
 
31598
- .amis-scope .antd-TreeCheckboxes-sublist .antd-TreeCheckboxes-item:before,
31599
- .amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
31600
- .amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
31601
- .amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
31968
+ .amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
31602
31969
  height: 1px;
31603
31970
  content: "";
31604
31971
  display: block;
@@ -31609,8 +31976,7 @@ readers do not read off random characters that represent icons */
31609
31976
  border-top: dashed 1px inherit;
31610
31977
  }
31611
31978
 
31612
- .amis-scope .antd-TreeCheckboxes-itemInner,
31613
- .amis-scope .antd-TreeRadios-itemInner {
31979
+ .amis-scope .antd-TreeSelection-itemInner {
31614
31980
  display: flex;
31615
31981
  align-items: center;
31616
31982
  height: 1.875rem;
@@ -31623,20 +31989,17 @@ readers do not read off random characters that represent icons */
31623
31989
  position: relative;
31624
31990
  }
31625
31991
 
31626
- .amis-scope .antd-TreeCheckboxes-itemInner > .antd-Checkbox,
31627
- .amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
31992
+ .amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
31628
31993
  margin-right: 0;
31629
31994
  margin-left: 0.5rem;
31630
31995
  }
31631
31996
 
31632
- .amis-scope .antd-TreeCheckboxes-itemInner > *,
31633
- .amis-scope .antd-TreeRadios-itemInner > * {
31997
+ .amis-scope .antd-TreeSelection-itemInner > * {
31634
31998
  position: relative;
31635
31999
  z-index: 2;
31636
32000
  }
31637
32001
 
31638
- .amis-scope .antd-TreeCheckboxes-itemInner:hover:after,
31639
- .amis-scope .antd-TreeRadios-itemInner:hover:after {
32002
+ .amis-scope .antd-TreeSelection-itemInner:hover:after {
31640
32003
  position: absolute;
31641
32004
  content: "";
31642
32005
  z-index: 1;
@@ -31647,24 +32010,20 @@ readers do not read off random characters that represent icons */
31647
32010
  background: rgba(0, 126, 255, 0.08);
31648
32011
  }
31649
32012
 
31650
- .amis-scope .antd-TreeCheckboxes-itemInner.is-active,
31651
- .amis-scope .antd-TreeRadios-itemInner.is-active {
32013
+ .amis-scope .antd-TreeSelection-itemInner.is-active {
31652
32014
  color: #1890ff;
31653
32015
  }
31654
32016
 
31655
- .amis-scope .antd-TreeCheckboxes-itemInner.is-disabled,
31656
- .amis-scope .antd-TreeRadios-itemInner.is-disabled {
32017
+ .amis-scope .antd-TreeSelection-itemInner.is-disabled {
31657
32018
  pointer-events: none;
31658
32019
  color: #999;
31659
32020
  }
31660
32021
 
31661
- .amis-scope .antd-TreeCheckboxes-itemLabel,
31662
- .amis-scope .antd-TreeRadios-itemLabel {
32022
+ .amis-scope .antd-TreeSelection-itemLabel {
31663
32023
  flex-grow: 1;
31664
32024
  }
31665
32025
 
31666
- .amis-scope .antd-TreeCheckboxes-placeholder,
31667
- .amis-scope .antd-TreeRadios-placeholder {
32026
+ .amis-scope .antd-TreeSelection-placeholder {
31668
32027
  height: 1.875rem;
31669
32028
  line-height: 1.4285714286;
31670
32029
  font-size: 0.875rem;
@@ -31672,27 +32031,27 @@ readers do not read off random characters that represent icons */
31672
32031
  color: #999;
31673
32032
  }
31674
32033
 
31675
- .amis-scope .antd-ChainedCheckboxes {
32034
+ .amis-scope .antd-ChainedSelection {
31676
32035
  display: flex;
31677
32036
  flex-direction: row;
31678
32037
  }
31679
32038
 
31680
- .amis-scope .antd-ChainedCheckboxes-col {
32039
+ .amis-scope .antd-ChainedSelection-col {
31681
32040
  flex-grow: 1;
31682
32041
  min-width: 150px;
31683
32042
  }
31684
32043
 
31685
- .amis-scope .antd-ChainedCheckboxes-col:not(:last-child) {
32044
+ .amis-scope .antd-ChainedSelection-col:not(:last-child) {
31686
32045
  border-right: 1px solid #eceff8;
31687
32046
  }
31688
32047
 
31689
- .amis-scope .antd-ChainedCheckboxes-subTitle {
32048
+ .amis-scope .antd-ChainedSelection-subTitle {
31690
32049
  font-size: 0.75rem;
31691
32050
  padding: 0.25rem 0.25rem;
31692
32051
  color: #999;
31693
32052
  }
31694
32053
 
31695
- .amis-scope .antd-ChainedCheckboxes-item {
32054
+ .amis-scope .antd-ChainedSelection-item {
31696
32055
  display: flex;
31697
32056
  height: 1.875rem;
31698
32057
  line-height: 1.4285714286;
@@ -31703,29 +32062,29 @@ readers do not read off random characters that represent icons */
31703
32062
  user-select: none;
31704
32063
  }
31705
32064
 
31706
- .amis-scope .antd-ChainedCheckboxes-item > .antd-Checkbox {
32065
+ .amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
31707
32066
  margin-right: 0;
31708
32067
  }
31709
32068
 
31710
- .amis-scope .antd-ChainedCheckboxes-item.is-active {
32069
+ .amis-scope .antd-ChainedSelection-item.is-active {
31711
32070
  color: #1890ff;
31712
32071
  background: transparent;
31713
32072
  }
31714
32073
 
31715
- .amis-scope .antd-ChainedCheckboxes-item:hover {
32074
+ .amis-scope .antd-ChainedSelection-item:hover {
31716
32075
  background: rgba(0, 126, 255, 0.08);
31717
32076
  }
31718
32077
 
31719
- .amis-scope .antd-ChainedCheckboxes-item.is-disabled {
32078
+ .amis-scope .antd-ChainedSelection-item.is-disabled {
31720
32079
  pointer-events: none;
31721
32080
  color: #999;
31722
32081
  }
31723
32082
 
31724
- .amis-scope .antd-ChainedCheckboxes-itemLabel {
32083
+ .amis-scope .antd-ChainedSelection-itemLabel {
31725
32084
  flex-grow: 1;
31726
32085
  }
31727
32086
 
31728
- .amis-scope .antd-ChainedCheckboxes-placeholder {
32087
+ .amis-scope .antd-ChainedSelection-placeholder {
31729
32088
  height: 1.875rem;
31730
32089
  line-height: 1.4285714286;
31731
32090
  font-size: 0.875rem;
@@ -31733,34 +32092,35 @@ readers do not read off random characters that represent icons */
31733
32092
  color: #999;
31734
32093
  }
31735
32094
 
31736
- .amis-scope .antd-AssociatedCheckboxes {
32095
+ .amis-scope .antd-AssociatedSelection {
31737
32096
  display: flex;
31738
32097
  flex-direction: row;
31739
32098
  }
31740
32099
 
31741
- .amis-scope .antd-AssociatedCheckboxes-left,
31742
- .amis-scope .antd-AssociatedCheckboxes-right {
32100
+ .amis-scope .antd-AssociatedSelection-left,
32101
+ .amis-scope .antd-AssociatedSelection-right {
31743
32102
  flex-grow: 1;
31744
32103
  width: 0;
31745
- height: 10.9375rem;
32104
+ min-height: 12.5rem;
32105
+ max-height: 25rem;
31746
32106
  overflow: auto;
31747
32107
  }
31748
32108
 
31749
- .amis-scope .antd-AssociatedCheckboxes-left {
32109
+ .amis-scope .antd-AssociatedSelection-left {
31750
32110
  border-right: 1px solid #eceff8;
31751
32111
  }
31752
32112
 
31753
- .amis-scope .antd-AssociatedCheckboxes-reload {
32113
+ .amis-scope .antd-AssociatedSelection-reload {
31754
32114
  text-align: center;
31755
32115
  color: #1890ff;
31756
32116
  margin: 20px 0 0;
31757
32117
  }
31758
32118
 
31759
- .amis-scope .antd-AssociatedCheckboxes-reload.is-clickable {
32119
+ .amis-scope .antd-AssociatedSelection-reload.is-clickable {
31760
32120
  cursor: pointer;
31761
32121
  }
31762
32122
 
31763
- .amis-scope .antd-AssociatedCheckboxes-box {
32123
+ .amis-scope .antd-AssociatedSelection-box {
31764
32124
  line-height: 1.4285714286;
31765
32125
  font-size: 0.75rem;
31766
32126
  color: #999;
@@ -31772,7 +32132,7 @@ readers do not read off random characters that represent icons */
31772
32132
  height: 100%;
31773
32133
  }
31774
32134
 
31775
- .amis-scope .antd-AssociatedCheckboxes-box > p {
32135
+ .amis-scope .antd-AssociatedSelection-box > p {
31776
32136
  text-align: center;
31777
32137
  margin: 10px 0 20px;
31778
32138
  color: #999;
@@ -33839,6 +34199,22 @@ readers do not read off random characters that represent icons */
33839
34199
  height: 100%;
33840
34200
  }
33841
34201
 
34202
+ .amis-scope .antd-FileControl-templateInfo {
34203
+ display: block;
34204
+ margin-bottom: 0.75rem;
34205
+ padding: calc(
34206
+ (
34207
+ 1.875rem - 0.0625rem * 2 -
34208
+ 1.4285714286 * 0.875rem
34209
+ ) / 2
34210
+ ) 0.75rem;
34211
+ cursor: pointer;
34212
+ }
34213
+
34214
+ .amis-scope .antd-FileControl-templateInfo > svg {
34215
+ margin-right: 0.25rem;
34216
+ }
34217
+
33842
34218
  .amis-scope .antd-FileControl-dropzone {
33843
34219
  outline: none;
33844
34220
  }
@@ -34528,6 +34904,10 @@ readers do not read off random characters that represent icons */
34528
34904
  pointer-events: none;
34529
34905
  }
34530
34906
 
34907
+ .amis-scope .antd-Tree.is-draggable {
34908
+ position: relative;
34909
+ }
34910
+
34531
34911
  .amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
34532
34912
  position: absolute;
34533
34913
  top: -8px;
@@ -34568,6 +34948,10 @@ readers do not read off random characters that represent icons */
34568
34948
  left: -99999px;
34569
34949
  }
34570
34950
 
34951
+ .amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
34952
+ display: none;
34953
+ }
34954
+
34571
34955
  .amis-scope .antd-Tree-item-icons {
34572
34956
  visibility: hidden;
34573
34957
  transition: visibility 0s ease;
@@ -34681,6 +35065,11 @@ readers do not read off random characters that represent icons */
34681
35065
  width: calc(0.75rem + 0.25rem);
34682
35066
  }
34683
35067
 
35068
+ .amis-scope .antd-Tree-itemDrager {
35069
+ cursor: move;
35070
+ color: inherit;
35071
+ }
35072
+
34684
35073
  .amis-scope .antd-Tree-spinner {
34685
35074
  margin-right: 0.25rem;
34686
35075
  }
@@ -34727,6 +35116,35 @@ readers do not read off random characters that represent icons */
34727
35116
  color: #999;
34728
35117
  }
34729
35118
 
35119
+ .amis-scope .antd-Tree-dropIndicator {
35120
+ position: absolute;
35121
+ height: 0.125rem;
35122
+ background-color: #1890ff;
35123
+ border-radius: 0.0625rem;
35124
+ z-index: 1;
35125
+ }
35126
+
35127
+ .amis-scope .antd-Tree-dropIndicator::after {
35128
+ position: absolute;
35129
+ top: -0.1875rem;
35130
+ left: -0.375rem;
35131
+ width: 0.5rem;
35132
+ height: 0.5rem;
35133
+ background-color: transparent;
35134
+ border: 0.125rem solid #1890ff;
35135
+ border-radius: 50%;
35136
+ content: "";
35137
+ }
35138
+
35139
+ .amis-scope .antd-Tree-dropIndicator--hover {
35140
+ border-radius: 0;
35141
+ background-color: rgba(0, 126, 255, 0.08);
35142
+ }
35143
+
35144
+ .amis-scope .antd-Tree-dropIndicator--hover::after {
35145
+ display: none;
35146
+ }
35147
+
34730
35148
  .amis-scope .antd-TreeSelectControl {
34731
35149
  position: relative;
34732
35150
  }
@@ -35082,6 +35500,8 @@ readers do not read off random characters that represent icons */
35082
35500
  0.875rem
35083
35501
  ) / 2
35084
35502
  ) 0.375rem 0 0;
35503
+ display: flex;
35504
+ align-items: center;
35085
35505
  }
35086
35506
 
35087
35507
  .amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
@@ -35148,6 +35568,8 @@ readers do not read off random characters that represent icons */
35148
35568
  ) / 2
35149
35569
  );
35150
35570
  left: -1.875rem;
35571
+ display: flex;
35572
+ align-items: center;
35151
35573
  }
35152
35574
 
35153
35575
  .amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
@@ -35787,19 +36209,19 @@ readers do not read off random characters that represent icons */
35787
36209
  border-radius: 2px;
35788
36210
  }
35789
36211
 
35790
- .amis-scope .antd-Transfer-select > .antd-Transfer-checkboxes,
35791
- .amis-scope .antd-Transfer-result > .antd-Transfer-selections {
36212
+ .amis-scope .antd-Transfer-select > .antd-Transfer-selection,
36213
+ .amis-scope .antd-Transfer-result > .antd-Transfer-value {
35792
36214
  flex-grow: 1;
35793
36215
  max-height: 100%;
35794
36216
  overflow: auto;
35795
36217
  position: relative;
35796
36218
  }
35797
36219
 
35798
- .amis-scope .antd-Transfer-search + .antd-Transfer-checkboxes {
36220
+ .amis-scope .antd-Transfer-search + .antd-Transfer-selection {
35799
36221
  border-top: 1px solid #eceff8;
35800
36222
  }
35801
36223
 
35802
- .amis-scope .antd-Transfer-checkboxes .antd-ListCheckboxes-placeholder {
36224
+ .amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
35803
36225
  height: 100%;
35804
36226
  display: flex;
35805
36227
  align-items: center;
@@ -35847,13 +36269,29 @@ readers do not read off random characters that represent icons */
35847
36269
  color: #999;
35848
36270
  }
35849
36271
 
35850
- .amis-scope .antd-Transfer-tabs {
36272
+ .amis-scope .antd-TabsTransfer .antd-Transfer-title {
36273
+ height: 40px;
36274
+ }
36275
+
36276
+ .amis-scope .antd-TabsTransfer-placeholder {
36277
+ height: 1.875rem;
36278
+ line-height: 1.4285714286;
36279
+ font-size: 0.875rem;
36280
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36281
+ color: #999;
36282
+ }
36283
+
36284
+ .amis-scope .antd-TabsTransfer-tab {
36285
+ padding: 0;
36286
+ }
36287
+
36288
+ .amis-scope .antd-TabsTransfer-tabs {
35851
36289
  display: flex;
35852
36290
  flex-direction: column;
35853
36291
  height: 100%;
35854
36292
  }
35855
36293
 
35856
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links {
36294
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
35857
36295
  border-top: 0 none;
35858
36296
  padding: 5px 0 0 5px;
35859
36297
  display: flex;
@@ -35862,65 +36300,105 @@ readers do not read off random characters that represent icons */
35862
36300
  align-items: center;
35863
36301
  }
35864
36302
 
35865
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
36303
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
35866
36304
  font-size: 12px;
35867
36305
  padding: 7px 8px;
35868
36306
  }
35869
36307
 
35870
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
36308
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
35871
36309
  flex-grow: 1;
35872
36310
  }
35873
36311
 
35874
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox {
36312
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
35875
36313
  margin: -5px 5px 0 10px;
35876
36314
  }
35877
36315
 
35878
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
36316
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
35879
36317
  width: 150px;
35880
36318
  margin-right: 10px;
35881
36319
  padding-left: 10px;
35882
36320
  }
35883
36321
 
35884
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content {
36322
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
35885
36323
  flex-grow: 1;
36324
+ min-height: 0;
35886
36325
  position: relative;
35887
36326
  padding: 5px 0 0;
35888
36327
  }
35889
36328
 
35890
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
36329
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
35891
36330
  position: relative;
35892
- min-height: 100%;
36331
+ height: 100%;
35893
36332
  }
35894
36333
 
35895
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
36334
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
35896
36335
  display: flex;
35897
36336
  flex-direction: column;
35898
36337
  }
35899
36338
 
35900
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-checkboxes {
36339
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
35901
36340
  flex-grow: 1;
35902
36341
  max-height: 100%;
35903
36342
  overflow: auto;
35904
36343
  }
35905
36344
 
35906
- .amis-scope .antd-TabsTransfer .antd-Transfer-title {
35907
- height: 40px;
36345
+ .amis-scope .antd-TransferControl {
36346
+ position: relative;
35908
36347
  }
35909
36348
 
35910
- .amis-scope .antd-TabsTransfer-placeholder {
35911
- height: 1.875rem;
35912
- line-height: 1.4285714286;
35913
- font-size: 0.875rem;
35914
- padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36349
+ .amis-scope .antd-TransferControl.is-inline {
36350
+ display: inline-block;
36351
+ }
36352
+
36353
+ .amis-scope .antd-TransferPicker-icon {
36354
+ transition: transform 0s ease-out;
36355
+ margin: 5px 5px 5px auto;
36356
+ display: flex;
35915
36357
  color: #999;
35916
36358
  }
35917
36359
 
35918
- .amis-scope .antd-TransferControl {
35919
- position: relative;
36360
+ .amis-scope .antd-TransferPicker-icon:hover {
36361
+ color: #1890ff;
35920
36362
  }
35921
36363
 
35922
- .amis-scope .antd-TransferControl.is-inline {
35923
- display: inline-block;
36364
+ .amis-scope .antd-TransferPicker-icon > svg {
36365
+ width: 0.75rem;
36366
+ height: 0.75rem;
36367
+ top: 0;
36368
+ }
36369
+
36370
+ .amis-scope .antd-TransferDropDown-icon {
36371
+ transition: transform 0s ease-out;
36372
+ margin: 5px 5px 5px auto;
36373
+ display: flex;
36374
+ color: #999;
36375
+ }
36376
+
36377
+ .amis-scope .antd-TransferDropDown-icon:hover {
36378
+ color: #1890ff;
36379
+ }
36380
+
36381
+ .amis-scope .antd-TransferDropDown-icon > svg {
36382
+ width: 0.625rem;
36383
+ height: 0.625rem;
36384
+ top: 0;
36385
+ }
36386
+
36387
+ .amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
36388
+ transform: rotate(180deg);
36389
+ }
36390
+
36391
+ .amis-scope .antd-TransferDropDown-content {
36392
+ min-height: 12.5rem;
36393
+ display: flex;
36394
+ flex-direction: column;
36395
+ }
36396
+
36397
+ .amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
36398
+ flex-grow: 1;
36399
+ max-height: 100%;
36400
+ overflow: auto;
36401
+ position: relative;
35924
36402
  }
35925
36403
 
35926
36404
  .amis-scope .antd-NestedSelectControl {
@@ -36692,12 +37170,61 @@ readers do not read off random characters that represent icons */
36692
37170
  min-width: 10rem;
36693
37171
  }
36694
37172
 
37173
+ .amis-scope .antd-Form--column {
37174
+ display: flex;
37175
+ flex-wrap: wrap;
37176
+ margin-left: calc(1rem / -2);
37177
+ margin-right: calc(1rem / -2);
37178
+ }
37179
+
37180
+ .amis-scope .antd-Form--column > .antd-Form-item {
37181
+ flex-grow: 1;
37182
+ padding-left: calc(1rem / 2);
37183
+ padding-right: calc(1rem / 2);
37184
+ }
37185
+
37186
+ .amis-scope .antd-Form--column-2 > .antd-Form-item {
37187
+ width: 50%;
37188
+ }
37189
+
37190
+ .amis-scope .antd-Form--column-3 > .antd-Form-item {
37191
+ width: 33%;
37192
+ }
37193
+
37194
+ .amis-scope .antd-Form--column-4 > .antd-Form-item {
37195
+ width: 25%;
37196
+ }
37197
+
37198
+ .amis-scope .antd-Form--column-5 > .antd-Form-item {
37199
+ width: 20%;
37200
+ }
37201
+
37202
+ .amis-scope .antd-Form--column-6 > .antd-Form-item {
37203
+ width: 16.6%;
37204
+ }
37205
+
37206
+ .amis-scope .antd-Form--column-7 > .antd-Form-item {
37207
+ width: 14.2%;
37208
+ }
37209
+
37210
+ .amis-scope .antd-Form--column-8 > .antd-Form-item {
37211
+ width: 12.5%;
37212
+ }
37213
+
37214
+ .amis-scope .antd-Form-column-9 > .antd-Form-item {
37215
+ width: 11.1%;
37216
+ }
37217
+
37218
+ .amis-scope .antd-Form-column-10 > .antd-Form-item {
37219
+ width: 10%;
37220
+ }
37221
+
36695
37222
  .amis-scope .antd-AnchorNav {
36696
37223
  display: flex;
36697
37224
  height: 25rem;
36698
37225
  }
36699
37226
 
36700
- .amis-scope .antd-AnchorNav-link-wrap {
37227
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
36701
37228
  margin: 0;
36702
37229
  padding: 0;
36703
37230
  width: 8.75rem;
@@ -36705,12 +37232,12 @@ readers do not read off random characters that represent icons */
36705
37232
  padding-bottom: 3.75rem;
36706
37233
  }
36707
37234
 
36708
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
37235
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
36709
37236
  position: relative;
36710
37237
  display: block;
36711
37238
  }
36712
37239
 
36713
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
37240
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
36714
37241
  display: block;
36715
37242
  border: 0.0625rem solid transparent;
36716
37243
  border-width: 0 0.125rem 0 0;
@@ -36724,20 +37251,75 @@ readers do not read off random characters that represent icons */
36724
37251
  margin: 0;
36725
37252
  }
36726
37253
 
36727
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
37254
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
36728
37255
  color: #1890ff;
36729
37256
  }
36730
37257
 
36731
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
36732
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
37258
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
37259
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
37260
+ color: #1890ff;
37261
+ border-color: #1890ff;
37262
+ }
37263
+
37264
+ .amis-scope .antd-AnchorNav--horizontal {
37265
+ flex-direction: column;
37266
+ }
37267
+
37268
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
37269
+ user-select: none;
37270
+ margin: 0px;
37271
+ padding: 0px;
37272
+ border-bottom: 0.0625rem solid #eceff8;
37273
+ list-style: none;
37274
+ }
37275
+
37276
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
37277
+ margin-bottom: calc(0.0625rem * -1);
37278
+ display: inline-block;
37279
+ position: relative;
37280
+ }
37281
+
37282
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
37283
+ font-size: 0.875rem;
37284
+ outline: 0;
37285
+ border: 0.0625rem solid transparent;
37286
+ border-width: 0 0 0.125rem 0;
37287
+ border-top-left-radius: 2px;
37288
+ border-top-right-radius: 2px;
37289
+ color: rgba(0, 0, 0, 0.85);
37290
+ margin: 0 0.1875rem 0 0;
37291
+ padding: 0.5rem 0.75rem;
37292
+ text-decoration: none;
37293
+ cursor: pointer;
37294
+ display: block;
37295
+ }
37296
+
37297
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
37298
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
36733
37299
  color: #1890ff;
37300
+ background: transparent;
37301
+ border-color: transparent;
37302
+ }
37303
+
37304
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
37305
+ margin: 0;
37306
+ }
37307
+
37308
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
37309
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
37310
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
37311
+ font-size: 0.875rem;
37312
+ border-width: 0 0 0.125rem 0;
36734
37313
  border-color: #1890ff;
37314
+ color: #1890ff;
37315
+ background: transparent;
36735
37316
  }
36736
37317
 
36737
37318
  .amis-scope .antd-AnchorNav-section-wrap {
36738
37319
  border: none;
36739
37320
  flex-grow: 1;
36740
37321
  overflow: auto;
37322
+ scroll-behavior: smooth;
36741
37323
  background: #fff;
36742
37324
  }
36743
37325
 
@@ -37016,6 +37598,14 @@ readers do not read off random characters that represent icons */
37016
37598
  color: #999;
37017
37599
  }
37018
37600
 
37601
+ .amis-scope .antd-MappingField {
37602
+ margin-right: 0.25rem;
37603
+ }
37604
+
37605
+ .amis-scope .antd-MappingField:last-child {
37606
+ margin-right: 0;
37607
+ }
37608
+
37019
37609
  /*
37020
37610
  * utilities
37021
37611
  */