amis 1.4.2-beta.6 → 1.5.0

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 (488) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/Alert2.d.ts +26 -21
  4. package/lib/components/Alert2.js +11 -4
  5. package/lib/components/Alert2.js.map +2 -2
  6. package/lib/components/AnchorNav.d.ts +22 -21
  7. package/lib/components/AnchorNav.js +7 -3
  8. package/lib/components/AnchorNav.js.map +2 -2
  9. package/lib/components/ArrayInput.d.ts +84 -84
  10. package/lib/components/AssociatedSelection.d.ts +930 -0
  11. package/lib/components/AssociatedSelection.js +89 -0
  12. package/lib/components/AssociatedSelection.js.map +13 -0
  13. package/lib/components/Badge.js +2 -2
  14. package/lib/components/Badge.js.map +2 -2
  15. package/lib/components/Button.js +1 -1
  16. package/lib/components/Button.js.map +2 -2
  17. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  18. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  19. package/lib/components/ChainedSelection.js.map +13 -0
  20. package/lib/components/Checkbox.d.ts +20 -20
  21. package/lib/components/Collapse.d.ts +51 -23
  22. package/lib/components/Collapse.js +70 -11
  23. package/lib/components/Collapse.js.map +2 -2
  24. package/lib/components/CollapseGroup.d.ts +88 -0
  25. package/lib/components/CollapseGroup.js +81 -0
  26. package/lib/components/CollapseGroup.js.map +13 -0
  27. package/lib/components/ColorPicker.d.ts +89 -85
  28. package/lib/components/ColorPicker.js +17 -4
  29. package/lib/components/ColorPicker.js.map +2 -2
  30. package/lib/components/DatePicker.d.ts +84 -84
  31. package/lib/components/DateRangePicker.d.ts +84 -84
  32. package/lib/components/Drawer.js +2 -2
  33. package/lib/components/Drawer.js.map +2 -2
  34. package/lib/components/Editor.d.ts +84 -84
  35. package/lib/components/GridNav.d.ts +52 -0
  36. package/lib/components/GridNav.js +123 -0
  37. package/lib/components/GridNav.js.map +13 -0
  38. package/lib/components/GroupedSelection.d.ts +907 -0
  39. package/lib/components/GroupedSelection.js +48 -0
  40. package/lib/components/GroupedSelection.js.map +13 -0
  41. package/lib/components/InputBox.d.ts +22 -21
  42. package/lib/components/InputBox.js +10 -2
  43. package/lib/components/InputBox.js.map +2 -2
  44. package/lib/components/Link.d.ts +29 -36
  45. package/lib/components/Link.js +14 -15
  46. package/lib/components/Link.js.map +2 -2
  47. package/lib/components/ListGroup.d.ts +21 -21
  48. package/lib/components/ModalManager.js +1 -1
  49. package/lib/components/ModalManager.js.map +2 -2
  50. package/lib/components/MonthRangePicker.d.ts +84 -84
  51. package/lib/components/NumberInput.d.ts +20 -20
  52. package/lib/components/Overlay.js +5 -0
  53. package/lib/components/Overlay.js.map +2 -2
  54. package/lib/components/PickerColumn.d.ts +514 -0
  55. package/lib/components/PickerColumn.js +279 -0
  56. package/lib/components/PickerColumn.js.map +13 -0
  57. package/lib/components/PickerContainer.d.ts +513 -0
  58. package/lib/components/PickerContainer.js +96 -0
  59. package/lib/components/PickerContainer.js.map +13 -0
  60. package/lib/components/PopOver.d.ts +1 -0
  61. package/lib/components/PopOver.js +12 -1
  62. package/lib/components/PopOver.js.map +2 -2
  63. package/lib/components/Progress.d.ts +85 -0
  64. package/lib/components/Progress.js +81 -0
  65. package/lib/components/Progress.js.map +13 -0
  66. package/lib/components/Radios.d.ts +22 -21
  67. package/lib/components/Radios.js +1 -0
  68. package/lib/components/Radios.js.map +2 -2
  69. package/lib/components/Rating.d.ts +21 -21
  70. package/lib/components/ResultBox.d.ts +84 -84
  71. package/lib/components/ResultBox.js +10 -2
  72. package/lib/components/ResultBox.js.map +2 -2
  73. package/lib/components/SearchBox.d.ts +84 -84
  74. package/lib/components/Select.d.ts +245 -237
  75. package/lib/components/Select.js +25 -4
  76. package/lib/components/Select.js.map +2 -2
  77. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  78. package/lib/components/Selection.js +134 -0
  79. package/lib/components/Selection.js.map +13 -0
  80. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  81. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  82. package/lib/components/TableSelection.js.map +13 -0
  83. package/lib/components/Tabs.d.ts +20 -20
  84. package/lib/components/TabsTransfer.d.ts +84 -84
  85. package/lib/components/TabsTransfer.js +9 -9
  86. package/lib/components/TabsTransfer.js.map +2 -2
  87. package/lib/components/TabsTransferPicker.d.ts +489 -0
  88. package/lib/components/TabsTransferPicker.js +60 -0
  89. package/lib/components/TabsTransferPicker.js.map +13 -0
  90. package/lib/components/Toast.d.ts +90 -87
  91. package/lib/components/Toast.js +15 -5
  92. package/lib/components/Toast.js.map +2 -2
  93. package/lib/components/Transfer.d.ts +908 -274
  94. package/lib/components/Transfer.js +31 -24
  95. package/lib/components/Transfer.js.map +2 -2
  96. package/lib/components/TransferDropDown.d.ts +488 -0
  97. package/lib/components/TransferDropDown.js +59 -0
  98. package/lib/components/TransferDropDown.js.map +13 -0
  99. package/lib/components/TransferPicker.d.ts +493 -0
  100. package/lib/components/TransferPicker.js +60 -0
  101. package/lib/components/TransferPicker.js.map +13 -0
  102. package/lib/components/Tree.d.ts +115 -84
  103. package/lib/components/Tree.js +183 -30
  104. package/lib/components/Tree.js.map +2 -2
  105. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  106. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  107. package/lib/components/TreeSelection.js.map +13 -0
  108. package/lib/components/condition-builder/Field.js +4 -2
  109. package/lib/components/condition-builder/Field.js.map +2 -2
  110. package/lib/components/condition-builder/Func.js +2 -2
  111. package/lib/components/condition-builder/Func.js.map +2 -2
  112. package/lib/components/condition-builder/InputSwitch.js +2 -2
  113. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  114. package/lib/components/condition-builder/Item.js +3 -3
  115. package/lib/components/condition-builder/Item.js.map +2 -2
  116. package/lib/components/icons.js +10 -0
  117. package/lib/components/icons.js.map +2 -2
  118. package/lib/components/index.d.ts +8 -8
  119. package/lib/components/index.js +16 -16
  120. package/lib/components/index.js.map +2 -2
  121. package/lib/envOverwrite.d.ts +1 -1
  122. package/lib/envOverwrite.js +24 -9
  123. package/lib/envOverwrite.js.map +2 -2
  124. package/lib/factory.d.ts +15 -1
  125. package/lib/factory.js +35 -6
  126. package/lib/factory.js.map +2 -2
  127. package/lib/helper.css.map +1 -1
  128. package/lib/hooks/index.d.ts +5 -0
  129. package/lib/hooks/index.js +14 -0
  130. package/lib/hooks/index.js.map +13 -0
  131. package/lib/hooks/use-set-state.d.ts +2 -0
  132. package/lib/hooks/use-set-state.js +15 -0
  133. package/lib/hooks/use-set-state.js.map +13 -0
  134. package/lib/hooks/use-touch.d.ts +16 -0
  135. package/lib/hooks/use-touch.js +73 -0
  136. package/lib/hooks/use-touch.js.map +13 -0
  137. package/lib/hooks/use-update-effect.d.ts +3 -0
  138. package/lib/hooks/use-update-effect.js +17 -0
  139. package/lib/hooks/use-update-effect.js.map +13 -0
  140. package/lib/icons/alert-danger.js +7 -0
  141. package/lib/icons/alert-info.js +7 -0
  142. package/lib/icons/alert-success.js +7 -0
  143. package/lib/icons/alert-warning.js +7 -0
  144. package/lib/icons/download.js +7 -0
  145. package/lib/icons/drag-bar.js +10 -3
  146. package/lib/index.d.ts +5 -0
  147. package/lib/index.js +6 -1
  148. package/lib/index.js.map +2 -2
  149. package/lib/locale/de-DE.js +2 -0
  150. package/lib/locale/de-DE.js.map +2 -2
  151. package/lib/locale/en-US.js +3 -0
  152. package/lib/locale/en-US.js.map +2 -2
  153. package/lib/locale/zh-CN.js +5 -2
  154. package/lib/locale/zh-CN.js.map +2 -2
  155. package/lib/renderers/Action.d.ts +10 -5
  156. package/lib/renderers/Action.js +23 -5
  157. package/lib/renderers/Action.js.map +2 -2
  158. package/lib/renderers/Alert.d.ts +21 -1
  159. package/lib/renderers/Alert.js.map +2 -2
  160. package/lib/renderers/AnchorNav.d.ts +1 -0
  161. package/lib/renderers/AnchorNav.js +2 -2
  162. package/lib/renderers/AnchorNav.js.map +2 -2
  163. package/lib/renderers/Avatar.js +3 -3
  164. package/lib/renderers/Avatar.js.map +2 -2
  165. package/lib/renderers/Breadcrumb.js +1 -1
  166. package/lib/renderers/Breadcrumb.js.map +2 -2
  167. package/lib/renderers/CRUD.d.ts +5 -0
  168. package/lib/renderers/CRUD.js +25 -4
  169. package/lib/renderers/CRUD.js.map +2 -2
  170. package/lib/renderers/Card.d.ts +5 -0
  171. package/lib/renderers/Card.js +34 -23
  172. package/lib/renderers/Card.js.map +2 -2
  173. package/lib/renderers/Collapse.d.ts +25 -20
  174. package/lib/renderers/Collapse.js +10 -72
  175. package/lib/renderers/Collapse.js.map +2 -2
  176. package/lib/renderers/CollapseGroup.d.ts +42 -0
  177. package/lib/renderers/CollapseGroup.js +33 -0
  178. package/lib/renderers/CollapseGroup.js.map +13 -0
  179. package/lib/renderers/Form/ConditionBuilder.js +2 -2
  180. package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
  181. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  182. package/lib/renderers/Form/Editor.d.ts +3 -2
  183. package/lib/renderers/Form/InputCity.d.ts +84 -84
  184. package/lib/renderers/Form/InputCity.js +7 -6
  185. package/lib/renderers/Form/InputCity.js.map +2 -2
  186. package/lib/renderers/Form/InputColor.d.ts +86 -85
  187. package/lib/renderers/Form/InputColor.js +1 -1
  188. package/lib/renderers/Form/InputColor.js.map +2 -2
  189. package/lib/renderers/Form/InputFile.d.ts +6 -0
  190. package/lib/renderers/Form/InputFile.js +28 -8
  191. package/lib/renderers/Form/InputFile.js.map +2 -2
  192. package/lib/renderers/Form/InputImage.js +11 -4
  193. package/lib/renderers/Form/InputImage.js.map +2 -2
  194. package/lib/renderers/Form/Item.d.ts +1 -1
  195. package/lib/renderers/Form/Item.js +2 -1
  196. package/lib/renderers/Form/Item.js.map +2 -2
  197. package/lib/renderers/Form/Options.js +25 -4
  198. package/lib/renderers/Form/Options.js.map +2 -2
  199. package/lib/renderers/Form/Select.d.ts +42 -4
  200. package/lib/renderers/Form/Select.js +37 -3
  201. package/lib/renderers/Form/Select.js.map +2 -2
  202. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  203. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  204. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  205. package/lib/renderers/Form/Transfer.js +18 -3
  206. package/lib/renderers/Form/Transfer.js.map +2 -2
  207. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  208. package/lib/renderers/Form/TransferPicker.js +43 -0
  209. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  210. package/lib/renderers/Form/TreeSelect.js +2 -2
  211. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  212. package/lib/renderers/Form/index.d.ts +5 -0
  213. package/lib/renderers/Form/index.js +5 -3
  214. package/lib/renderers/Form/index.js.map +2 -2
  215. package/lib/renderers/Form/wrapControl.js +13 -1
  216. package/lib/renderers/Form/wrapControl.js.map +2 -2
  217. package/lib/renderers/GridNav.d.ts +99 -0
  218. package/lib/renderers/GridNav.js +82 -0
  219. package/lib/renderers/GridNav.js.map +13 -0
  220. package/lib/renderers/IFrame.js +1 -3
  221. package/lib/renderers/IFrame.js.map +2 -2
  222. package/lib/renderers/Image.js +7 -5
  223. package/lib/renderers/Image.js.map +2 -2
  224. package/lib/renderers/Json.d.ts +4 -0
  225. package/lib/renderers/Json.js +4 -13
  226. package/lib/renderers/Json.js.map +2 -2
  227. package/lib/renderers/Link.d.ts +4 -2
  228. package/lib/renderers/Link.js +15 -8
  229. package/lib/renderers/Link.js.map +2 -2
  230. package/lib/renderers/List.js +1 -1
  231. package/lib/renderers/List.js.map +2 -2
  232. package/lib/renderers/Nav.d.ts +21 -21
  233. package/lib/renderers/Nav.js +37 -19
  234. package/lib/renderers/Nav.js.map +2 -2
  235. package/lib/renderers/Page.d.ts +18 -0
  236. package/lib/renderers/Page.js +53 -9
  237. package/lib/renderers/Page.js.map +2 -2
  238. package/lib/renderers/Portlet.d.ts +125 -0
  239. package/lib/renderers/Portlet.js +156 -0
  240. package/lib/renderers/Portlet.js.map +13 -0
  241. package/lib/renderers/Progress.d.ts +23 -3
  242. package/lib/renderers/Progress.js +15 -19
  243. package/lib/renderers/Progress.js.map +2 -2
  244. package/lib/renderers/Property.js +1 -1
  245. package/lib/renderers/Property.js.map +2 -2
  246. package/lib/renderers/Table/ColumnToggler.js +1 -1
  247. package/lib/renderers/Table/ColumnToggler.js.map +2 -2
  248. package/lib/renderers/Table/TableContent.d.ts +4 -1
  249. package/lib/renderers/Table/TableContent.js +21 -1
  250. package/lib/renderers/Table/TableContent.js.map +2 -2
  251. package/lib/renderers/Table/index.d.ts +5 -1
  252. package/lib/renderers/Table/index.js +65 -30
  253. package/lib/renderers/Table/index.js.map +2 -2
  254. package/lib/renderers/Tabs.js +9 -1
  255. package/lib/renderers/Tabs.js.map +2 -2
  256. package/lib/renderers/WebComponent.js +1 -1
  257. package/lib/renderers/WebComponent.js.map +2 -2
  258. package/lib/store/combo.d.ts +2 -2
  259. package/lib/store/form.d.ts +1 -1
  260. package/lib/store/form.js +3 -5
  261. package/lib/store/form.js.map +2 -2
  262. package/lib/store/formItem.js +44 -4
  263. package/lib/store/formItem.js.map +2 -2
  264. package/lib/store/table.d.ts +3 -2
  265. package/lib/store/table.js +35 -12
  266. package/lib/store/table.js.map +2 -2
  267. package/lib/themes/ang-ie11.css +934 -222
  268. package/lib/themes/ang.css +934 -222
  269. package/lib/themes/ang.css.map +1 -1
  270. package/lib/themes/antd-ie11.css +934 -222
  271. package/lib/themes/antd.css +934 -222
  272. package/lib/themes/antd.css.map +1 -1
  273. package/lib/themes/cxd-ie11.css +970 -260
  274. package/lib/themes/cxd.css +970 -260
  275. package/lib/themes/cxd.css.map +1 -1
  276. package/lib/themes/dark-ie11.css +934 -222
  277. package/lib/themes/dark.css +934 -222
  278. package/lib/themes/dark.css.map +1 -1
  279. package/lib/themes/default.css +970 -260
  280. package/lib/themes/default.css.map +1 -1
  281. package/lib/types.d.ts +38 -1
  282. package/lib/types.js +0 -5
  283. package/lib/types.js.map +2 -2
  284. package/lib/utils/api.d.ts +3 -2
  285. package/lib/utils/api.js +90 -17
  286. package/lib/utils/api.js.map +2 -2
  287. package/lib/utils/dom.d.ts +4 -0
  288. package/lib/utils/dom.js +11 -1
  289. package/lib/utils/dom.js.map +2 -2
  290. package/lib/utils/helper.d.ts +12 -23
  291. package/lib/utils/helper.js +62 -166
  292. package/lib/utils/helper.js.map +2 -2
  293. package/lib/utils/tpl-builtin.d.ts +2 -20
  294. package/lib/utils/tpl-builtin.js +25 -743
  295. package/lib/utils/tpl-builtin.js.map +2 -2
  296. package/lib/utils/tpl.js +24 -0
  297. package/lib/utils/tpl.js.map +2 -2
  298. package/package.json +5 -2
  299. package/schema.json +3966 -1263
  300. package/scss/_mixins.scss +1 -3
  301. package/scss/_properties.scss +42 -13
  302. package/scss/base/_common.scss +3 -0
  303. package/scss/base/_normalize.scss +2 -0
  304. package/scss/components/_alert.scss +28 -5
  305. package/scss/components/_anchor-nav.scss +89 -29
  306. package/scss/components/_button.scss +12 -0
  307. package/scss/components/_card.scss +9 -15
  308. package/scss/components/_collapse-group.scss +15 -0
  309. package/scss/components/_collapse.scss +48 -23
  310. package/scss/components/_grid-nav.scss +128 -0
  311. package/scss/components/_images.scss +1 -0
  312. package/scss/components/_input-box.scss +1 -0
  313. package/scss/components/_nav.scss +2 -7
  314. package/scss/components/_page.scss +35 -2
  315. package/scss/components/_picker-columns.scss +124 -0
  316. package/scss/components/_popover.scss +13 -0
  317. package/scss/components/_portlet.scss +51 -0
  318. package/scss/components/_progress.scss +141 -33
  319. package/scss/components/_result-box.scss +1 -0
  320. package/scss/components/_spinner.scss +5 -4
  321. package/scss/components/_status.scss +1 -1
  322. package/scss/components/_table.scss +32 -0
  323. package/scss/components/_toast.scss +41 -11
  324. package/scss/components/form/_checks.scss +0 -351
  325. package/scss/components/form/_color.scss +32 -3
  326. package/scss/components/form/_combo.scss +4 -0
  327. package/scss/components/form/_fieldset.scss +6 -1
  328. package/scss/components/form/_file.scss +11 -0
  329. package/scss/components/form/_form.scss +48 -0
  330. package/scss/components/form/_selection.scss +354 -0
  331. package/scss/components/form/_transfer.scss +76 -18
  332. package/scss/components/form/_tree.scss +42 -0
  333. package/scss/themes/_common.scss +6 -0
  334. package/scss/themes/_cxd-variables.scss +13 -6
  335. package/scss/themes/cxd.scss +19 -20
  336. package/sdk/ang-ie11.css +1065 -246
  337. package/sdk/ang.css +1069 -230
  338. package/sdk/antd-ie11.css +1068 -249
  339. package/sdk/antd.css +1069 -230
  340. package/sdk/charts.js +17 -17
  341. package/sdk/color-picker.js +65 -69
  342. package/sdk/cropperjs.js +3 -3
  343. package/sdk/cxd-ie11.css +1081 -268
  344. package/sdk/cxd.css +1116 -279
  345. package/sdk/dark-ie11.css +1069 -250
  346. package/sdk/dark.css +1069 -230
  347. package/sdk/exceljs.js +1 -1
  348. package/sdk/helper.css.map +1 -1
  349. package/sdk/iconfont.svg +2513 -0
  350. package/sdk/iconfont.ttf +0 -0
  351. package/sdk/iconfont.woff +0 -0
  352. package/sdk/locale/de-DE.js +2 -0
  353. package/sdk/markdown.js +69 -69
  354. package/sdk/papaparse.js +1 -1
  355. package/sdk/renderers/Form/CityDB.js +1 -1
  356. package/sdk/rest.js +20 -28
  357. package/sdk/rich-text.js +62 -62
  358. package/sdk/sdk-ie11.css +1081 -268
  359. package/sdk/sdk.css +1116 -279
  360. package/sdk/sdk.js +1371 -1189
  361. package/sdk/thirds/hls.js/hls.js +18 -18
  362. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  363. package/sdk/tinymce.js +57 -57
  364. package/src/Schema.ts +19 -1
  365. package/src/components/Alert2.tsx +32 -4
  366. package/src/components/AnchorNav.tsx +15 -4
  367. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  368. package/src/components/Badge.tsx +3 -3
  369. package/src/components/Button.tsx +1 -0
  370. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  371. package/src/components/Collapse.tsx +139 -20
  372. package/src/components/CollapseGroup.tsx +130 -0
  373. package/src/components/ColorPicker.tsx +32 -10
  374. package/src/components/Drawer.tsx +8 -6
  375. package/src/components/GridNav.tsx +233 -0
  376. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  377. package/src/components/InputBox.tsx +10 -9
  378. package/src/components/Link.tsx +28 -37
  379. package/src/components/ModalManager.ts +1 -1
  380. package/src/components/Overlay.tsx +6 -0
  381. package/src/components/PickerColumn.tsx +429 -0
  382. package/src/components/PickerContainer.tsx +128 -0
  383. package/src/components/PopOver.tsx +15 -1
  384. package/src/components/Progress.tsx +140 -0
  385. package/src/components/Radios.tsx +3 -8
  386. package/src/components/ResultBox.tsx +9 -9
  387. package/src/components/Select.tsx +57 -5
  388. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  389. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  390. package/src/components/TabsTransfer.tsx +13 -7
  391. package/src/components/TabsTransferPicker.tsx +85 -0
  392. package/src/components/Toast.tsx +48 -21
  393. package/src/components/Transfer.tsx +71 -50
  394. package/src/components/TransferDropDown.tsx +120 -0
  395. package/src/components/TransferPicker.tsx +91 -0
  396. package/src/components/Tree.tsx +194 -8
  397. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  398. package/src/components/condition-builder/Field.tsx +7 -5
  399. package/src/components/condition-builder/Func.tsx +3 -3
  400. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  401. package/src/components/condition-builder/Item.tsx +5 -12
  402. package/src/components/icons.tsx +10 -0
  403. package/src/components/index.tsx +13 -13
  404. package/src/envOverwrite.ts +20 -8
  405. package/src/factory.tsx +70 -9
  406. package/src/hooks/index.ts +5 -0
  407. package/src/hooks/use-set-state.ts +19 -0
  408. package/src/hooks/use-touch.ts +100 -0
  409. package/src/hooks/use-update-effect.ts +16 -0
  410. package/src/icons/alert-danger.svg +1 -0
  411. package/src/icons/alert-info.svg +1 -0
  412. package/src/icons/alert-success.svg +1 -0
  413. package/src/icons/alert-warning.svg +1 -0
  414. package/src/icons/download.svg +4 -0
  415. package/src/icons/drag-bar.svg +12 -6
  416. package/src/index.tsx +5 -0
  417. package/src/locale/de-DE.ts +2 -0
  418. package/src/locale/en-US.ts +3 -0
  419. package/src/locale/zh-CN.ts +5 -2
  420. package/src/renderers/Action.tsx +58 -3
  421. package/src/renderers/Alert.tsx +31 -1
  422. package/src/renderers/AnchorNav.tsx +4 -0
  423. package/src/renderers/Avatar.tsx +8 -4
  424. package/src/renderers/Breadcrumb.tsx +5 -1
  425. package/src/renderers/CRUD.tsx +29 -3
  426. package/src/renderers/Card.tsx +76 -36
  427. package/src/renderers/Collapse.tsx +70 -115
  428. package/src/renderers/CollapseGroup.tsx +80 -0
  429. package/src/renderers/Form/ConditionBuilder.tsx +2 -2
  430. package/src/renderers/Form/InputCity.tsx +4 -8
  431. package/src/renderers/Form/InputColor.tsx +4 -2
  432. package/src/renderers/Form/InputFile.tsx +65 -24
  433. package/src/renderers/Form/InputImage.tsx +11 -3
  434. package/src/renderers/Form/Item.tsx +3 -2
  435. package/src/renderers/Form/Options.tsx +29 -3
  436. package/src/renderers/Form/Select.tsx +162 -21
  437. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  438. package/src/renderers/Form/Transfer.tsx +19 -4
  439. package/src/renderers/Form/TransferPicker.tsx +145 -0
  440. package/src/renderers/Form/TreeSelect.tsx +25 -0
  441. package/src/renderers/Form/index.tsx +15 -2
  442. package/src/renderers/Form/wrapControl.tsx +26 -1
  443. package/src/renderers/GridNav.tsx +204 -0
  444. package/src/renderers/IFrame.tsx +2 -4
  445. package/src/renderers/Image.tsx +19 -15
  446. package/src/renderers/Json.tsx +9 -9
  447. package/src/renderers/Link.tsx +29 -16
  448. package/src/renderers/List.tsx +1 -1
  449. package/src/renderers/Nav.tsx +105 -56
  450. package/src/renderers/Page.tsx +62 -1
  451. package/src/renderers/Portlet.tsx +423 -0
  452. package/src/renderers/Progress.tsx +56 -38
  453. package/src/renderers/Property.tsx +6 -4
  454. package/src/renderers/Table/ColumnToggler.tsx +1 -1
  455. package/src/renderers/Table/TableContent.tsx +40 -2
  456. package/src/renderers/Table/index.tsx +88 -43
  457. package/src/renderers/Tabs.tsx +9 -1
  458. package/src/renderers/WebComponent.tsx +2 -2
  459. package/src/store/form.ts +3 -9
  460. package/src/store/formItem.ts +94 -2
  461. package/src/store/table.ts +55 -14
  462. package/src/types.ts +58 -1
  463. package/src/utils/api.ts +120 -26
  464. package/src/utils/dom.tsx +12 -0
  465. package/src/utils/helper.ts +55 -185
  466. package/src/utils/tpl-builtin.ts +40 -866
  467. package/src/utils/tpl.ts +33 -0
  468. package/tsconfig-for-declaration.json +1 -1
  469. package/dump.rdb +0 -0
  470. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  471. package/lib/components/AssociatedCheckboxes.js +0 -90
  472. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  473. package/lib/components/ChainedCheckboxes.js.map +0 -13
  474. package/lib/components/Checkboxes.js +0 -101
  475. package/lib/components/Checkboxes.js.map +0 -13
  476. package/lib/components/ListCheckboxes.d.ts +0 -739
  477. package/lib/components/ListCheckboxes.js +0 -48
  478. package/lib/components/ListCheckboxes.js.map +0 -13
  479. package/lib/components/ListRadios.d.ts +0 -763
  480. package/lib/components/ListRadios.js +0 -86
  481. package/lib/components/ListRadios.js.map +0 -13
  482. package/lib/components/TableCheckboxes.js.map +0 -13
  483. package/lib/components/TreeCheckboxes.js.map +0 -13
  484. package/lib/components/TreeRadios.d.ts +0 -838
  485. package/lib/components/TreeRadios.js +0 -116
  486. package/lib/components/TreeRadios.js.map +0 -13
  487. package/src/components/ListRadios.tsx +0 -159
  488. package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd-ie11.css CHANGED
@@ -12953,14 +12953,11 @@ readers do not read off random characters that represent icons */
12953
12953
  .tox-fullscreen {
12954
12954
  border: 0;
12955
12955
  height: 100%;
12956
- left: 0;
12957
12956
  margin: 0;
12958
12957
  overflow: hidden;
12959
12958
  -ms-scroll-chaining: none;
12960
12959
  overscroll-behavior: none;
12961
12960
  padding: 0;
12962
- position: fixed;
12963
- top: 0;
12964
12961
  touch-action: pinch-zoom;
12965
12962
  width: 100%;
12966
12963
  }
@@ -12969,13 +12966,16 @@ readers do not read off random characters that represent icons */
12969
12966
  display: none;
12970
12967
  }
12971
12968
 
12972
- .tox.tox-tinymce.tox-fullscreen {
12973
- background-color: transparent;
12969
+ .tox.tox-tinymce.tox-fullscreen,
12970
+ .tox-shadowhost.tox-fullscreen {
12971
+ left: 0;
12972
+ position: fixed;
12973
+ top: 0;
12974
12974
  z-index: 1200;
12975
12975
  }
12976
12976
 
12977
- .tox-shadowhost.tox-fullscreen {
12978
- z-index: 1200;
12977
+ .tox.tox-tinymce.tox-fullscreen {
12978
+ background-color: transparent;
12979
12979
  }
12980
12980
 
12981
12981
  .tox-fullscreen .tox.tox-tinymce-aux,
@@ -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%;
@@ -21142,6 +21148,13 @@ readers do not read off random characters that represent icons */
21142
21148
  background: #f2f3f3;
21143
21149
  }
21144
21150
 
21151
+ .amis-scope .antd-Button.is-disabled > svg,
21152
+ .amis-scope .antd-Button.is-disabled > svg path,
21153
+ .amis-scope .antd-Button:disabled > svg,
21154
+ .amis-scope .antd-Button:disabled > svg path {
21155
+ fill: currentColor;
21156
+ }
21157
+
21145
21158
  .amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
21146
21159
  cursor: pointer;
21147
21160
  }
@@ -21662,6 +21675,14 @@ readers do not read off random characters that represent icons */
21662
21675
  margin-top: 0.25rem;
21663
21676
  }
21664
21677
 
21678
+ .amis-scope .antd-Action {
21679
+ display: inline-block;
21680
+ }
21681
+
21682
+ .amis-scope .antd-Action:hover {
21683
+ cursor: pointer;
21684
+ }
21685
+
21665
21686
  .amis-scope .antd-Avatar {
21666
21687
  background: #d1d5db;
21667
21688
  width: 2.5rem;
@@ -22748,6 +22769,140 @@ readers do not read off random characters that represent icons */
22748
22769
  background: transparent;
22749
22770
  }
22750
22771
 
22772
+ .amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
22773
+ background: rgba(0, 0, 0, 0.3);
22774
+ }
22775
+
22776
+ .amis-scope .antd-PopOver--leftBottomLeftTop {
22777
+ margin-top: 0.25rem;
22778
+ }
22779
+
22780
+ .amis-scope .antd-PopOver--leftTopLeftBottom {
22781
+ margin-top: -0.25rem;
22782
+ }
22783
+
22784
+ .amis-scope .antd-PickerColumns {
22785
+ position: relative;
22786
+ background-color: white;
22787
+ user-select: none;
22788
+ }
22789
+
22790
+ .amis-scope .antd-PickerColumns-popOver {
22791
+ position: fixed;
22792
+ bottom: 0;
22793
+ left: 0;
22794
+ width: 100%;
22795
+ padding: 0 0.5rem;
22796
+ }
22797
+
22798
+ .amis-scope .antd-PickerColumns-toolbar {
22799
+ display: flex;
22800
+ align-items: center;
22801
+ justify-content: space-between;
22802
+ height: 3.125rem;
22803
+ }
22804
+
22805
+ .amis-scope .antd-PickerColumns-cancel,
22806
+ .amis-scope .antd-PickerColumns-confirm {
22807
+ height: 100%;
22808
+ padding: 0 0.5rem;
22809
+ font-size: 0.875rem;
22810
+ background-color: transparent;
22811
+ border: none;
22812
+ cursor: pointer;
22813
+ }
22814
+
22815
+ .amis-scope .antd-PickerColumns-cancel:active,
22816
+ .amis-scope .antd-PickerColumns-confirm:active {
22817
+ opacity: 0.7;
22818
+ }
22819
+
22820
+ .amis-scope .antd-PickerColumns-confirm {
22821
+ color: #1890ff;
22822
+ }
22823
+
22824
+ .amis-scope .antd-PickerColumns-cancel {
22825
+ color: #d9d9d9;
22826
+ }
22827
+
22828
+ .amis-scope .antd-PickerColumns-title {
22829
+ max-width: 50%;
22830
+ font-weight: 500;
22831
+ font-size: 1rem;
22832
+ line-height: 1.5;
22833
+ text-align: center;
22834
+ }
22835
+
22836
+ .amis-scope .antd-PickerColumns-columns {
22837
+ touch-action: none;
22838
+ position: relative;
22839
+ display: flex;
22840
+ cursor: grab;
22841
+ }
22842
+
22843
+ .amis-scope .antd-PickerColumns-loading {
22844
+ position: absolute;
22845
+ top: 0;
22846
+ right: 0;
22847
+ bottom: 0;
22848
+ left: 0;
22849
+ z-index: 3;
22850
+ display: flex;
22851
+ align-items: center;
22852
+ justify-content: center;
22853
+ color: inherit;
22854
+ background-color: var(--PickerColumns-loadingMask-color);
22855
+ }
22856
+
22857
+ .amis-scope .antd-PickerColumns-frame {
22858
+ position: absolute;
22859
+ top: 50%;
22860
+ right: 1rem;
22861
+ left: 1rem;
22862
+ z-index: 2;
22863
+ transform: translateY(-50%);
22864
+ pointer-events: none;
22865
+ }
22866
+
22867
+ .amis-scope .antd-PickerColumns-mask {
22868
+ position: absolute;
22869
+ top: 0;
22870
+ left: 0;
22871
+ z-index: 1;
22872
+ width: 100%;
22873
+ height: 100%;
22874
+ 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));
22875
+ background-repeat: no-repeat;
22876
+ background-position: top, bottom;
22877
+ transform: translateZ(0);
22878
+ pointer-events: none;
22879
+ }
22880
+
22881
+ .amis-scope .antd-PickerColumns-column {
22882
+ flex: 1;
22883
+ overflow: hidden;
22884
+ font-size: 1rem;
22885
+ }
22886
+
22887
+ .amis-scope .antd-PickerColumns-columnWrapper {
22888
+ margin: 0;
22889
+ padding: 0;
22890
+ list-style: none;
22891
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22892
+ }
22893
+
22894
+ .amis-scope .antd-PickerColumns-columnItem {
22895
+ display: flex;
22896
+ align-items: center;
22897
+ justify-content: center;
22898
+ color: rgba(0, 0, 0, 0.85);
22899
+ }
22900
+
22901
+ .amis-scope .antd-PickerColumns-columnItem.is-disabled {
22902
+ cursor: not-allowed;
22903
+ opacity: 0.3;
22904
+ }
22905
+
22751
22906
  @keyframes bounceIn {
22752
22907
  from, 20%, 40%, 60%, 80%, to {
22753
22908
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -22799,18 +22954,19 @@ readers do not read off random characters that represent icons */
22799
22954
 
22800
22955
  .amis-scope .antd-Toast {
22801
22956
  display: flex;
22802
- align-items: center;
22957
+ flex-flow: row nowrap;
22958
+ justify-content: space-between;
22959
+ align-items: flex-start;
22803
22960
  max-width: 18.75rem;
22804
22961
  pointer-events: auto;
22805
22962
  margin-bottom: 0.25rem;
22806
- padding: 0.25rem 0.5rem;
22963
+ padding: 0.25rem 1rem;
22807
22964
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
22808
- border-radius: 0.428rem;
22965
+ border-radius: 0.125rem;
22809
22966
  border: 0 solid;
22810
- color: #fff;
22967
+ color: rgba(0, 0, 0, 0.85);
22811
22968
  position: relative;
22812
22969
  opacity: 0.8;
22813
- cursor: pointer;
22814
22970
  opacity: 0;
22815
22971
  transform: translateZ(0);
22816
22972
  }
@@ -22837,22 +22993,49 @@ readers do not read off random characters that represent icons */
22837
22993
  }
22838
22994
 
22839
22995
  .amis-scope .antd-Toast-close {
22840
- color: #fff;
22841
22996
  display: inline-flex;
22842
- margin-left: 0.25rem;
22997
+ font-size: 1rem;
22998
+ line-height: 1.5rem;
22999
+ height: 1.5rem;
23000
+ color: inherit;
23001
+ margin-left: 0.5rem;
22843
23002
  opacity: 0.8;
23003
+ align-items: center;
23004
+ cursor: pointer;
22844
23005
  }
22845
23006
 
22846
23007
  .amis-scope .antd-Toast-close:hover {
22847
- color: #fff;
23008
+ color: inherit;
22848
23009
  opacity: 1;
22849
23010
  }
22850
23011
 
22851
- .amis-scope .antd-Toast-body {
23012
+ .amis-scope .antd-Toast-close > svg {
23013
+ top: 0;
23014
+ }
23015
+
23016
+ .amis-scope .antd-Toast-content {
23017
+ flex: 1;
23018
+ display: flex;
23019
+ flex-flow: column nowrap;
23020
+ justify-content: space-between;
23021
+ align-items: flex-start;
23022
+ }
23023
+
23024
+ .amis-scope .antd-Toast-content .antd-Toast-title {
23025
+ color: rgba(0, 0, 0, 0.85);
23026
+ font-size: 0.875rem;
23027
+ font-weight: 500;
23028
+ line-height: 1.5rem;
23029
+ margin-bottom: 0.25rem;
23030
+ }
23031
+
23032
+ .amis-scope .antd-Toast-content .antd-Toast-body {
23033
+ font-size: 0.75rem;
22852
23034
  display: inline-block;
22853
23035
  vertical-align: middle;
22854
23036
  white-space: pre-wrap;
22855
23037
  flex-grow: 1;
23038
+ line-height: 1.5rem;
22856
23039
  }
22857
23040
 
22858
23041
  .amis-scope .antd-Toast-icon {
@@ -22860,7 +23043,10 @@ readers do not read off random characters that represent icons */
22860
23043
  text-rendering: auto;
22861
23044
  -webkit-font-smoothing: antialiased;
22862
23045
  vertical-align: middle;
22863
- margin-right: 0.25rem;
23046
+ margin-right: 0.5rem;
23047
+ height: 1.5rem;
23048
+ line-height: 1.5rem;
23049
+ align-items: center;
22864
23050
  }
22865
23051
 
22866
23052
  .amis-scope .antd-Toast-icon > svg {
@@ -22871,27 +23057,27 @@ readers do not read off random characters that represent icons */
22871
23057
  }
22872
23058
 
22873
23059
  .amis-scope .antd-Toast--error {
22874
- color: #fff;
22875
- border-color: #ff4d4f;
22876
- background: #ff4d4f;
23060
+ color: rgba(0, 0, 0, 0.85);
23061
+ border-color: transparent;
23062
+ background: #fff;
22877
23063
  }
22878
23064
 
22879
23065
  .amis-scope .antd-Toast--warning {
22880
- color: #fff;
22881
- border-color: #faad14;
22882
- background: #faad14;
23066
+ color: rgba(0, 0, 0, 0.85);
23067
+ border-color: transparent;
23068
+ background: #fff;
22883
23069
  }
22884
23070
 
22885
23071
  .amis-scope .antd-Toast--info {
22886
- color: #fff;
22887
- border-color: #1890ff;
22888
- background: #1890ff;
23072
+ color: rgba(0, 0, 0, 0.85);
23073
+ border-color: transparent;
23074
+ background: #fff;
22889
23075
  }
22890
23076
 
22891
23077
  .amis-scope .antd-Toast--success {
22892
- color: #fff;
22893
- border-color: #52c41a;
22894
- background: #52c41a;
23078
+ color: rgba(0, 0, 0, 0.85);
23079
+ border-color: transparent;
23080
+ background: #fff;
22895
23081
  }
22896
23082
 
22897
23083
  .amis-scope .antd-Toast-wrap--topRight {
@@ -22934,24 +23120,47 @@ readers do not read off random characters that represent icons */
22934
23120
  border-radius: 0.285rem;
22935
23121
  margin-bottom: 1rem;
22936
23122
  position: relative;
23123
+ color: var(--Alert-fontColor);
23124
+ display: flex;
23125
+ flex-flow: row nowrap;
23126
+ justify-content: space-between;
23127
+ align-items: flex-start;
23128
+ }
23129
+
23130
+ .amis-scope .antd-Alert-icon {
23131
+ margin-right: 0.5rem;
23132
+ font-size: 1rem;
23133
+ }
23134
+
23135
+ .amis-scope .antd-Alert-content {
23136
+ flex: 1;
23137
+ }
23138
+
23139
+ .amis-scope .antd-Alert-content .antd-Alert-title {
23140
+ color: rgba(0, 0, 0, 0.85);
23141
+ font-size: 0.875rem;
23142
+ font-weight: 500;
23143
+ line-height: 1.5rem;
23144
+ margin-bottom: 0.25rem;
23145
+ }
23146
+
23147
+ .amis-scope .antd-Alert-content .antd-Alert-desc {
23148
+ line-height: 1.5rem;
22937
23149
  }
22938
23150
 
22939
23151
  .amis-scope .antd-Alert-close {
22940
- position: absolute;
22941
23152
  outline: none;
22942
23153
  padding: 0;
22943
23154
  cursor: pointer;
22944
23155
  background: transparent;
22945
23156
  border: 0;
22946
- float: right;
22947
23157
  line-height: 1;
22948
23158
  color: #000;
22949
23159
  text-shadow: 0 1px 0 #fff;
22950
23160
  filter: alpha(opacity=20);
22951
23161
  opacity: 0.2;
22952
- right: 0.5rem;
22953
- top: 50%;
22954
- transform: translateY(-50%);
23162
+ margin-left: 0.5rem;
23163
+ line-height: 1.5rem;
22955
23164
  }
22956
23165
 
22957
23166
  .amis-scope .antd-Alert-close:hover {
@@ -23763,8 +23972,8 @@ readers do not read off random characters that represent icons */
23763
23972
  cursor: move;
23764
23973
  position: absolute;
23765
23974
  left: 0;
23766
- top: 0.6875rem;
23767
23975
  display: none;
23976
+ line-height: 0;
23768
23977
  }
23769
23978
 
23770
23979
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
@@ -23878,13 +24087,6 @@ readers do not read off random characters that represent icons */
23878
24087
  pointer-events: none;
23879
24088
  }
23880
24089
 
23881
- .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
23882
- .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
23883
- .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
23884
- .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
23885
- background: #1890ff !important;
23886
- }
23887
-
23888
24090
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
23889
24091
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
23890
24092
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
@@ -23899,6 +24101,7 @@ readers do not read off random characters that represent icons */
23899
24101
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
23900
24102
  color: #fff;
23901
24103
  position: relative;
24104
+ background: #1890ff;
23902
24105
  }
23903
24106
 
23904
24107
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
@@ -24044,14 +24247,41 @@ readers do not read off random characters that represent icons */
24044
24247
  padding: 0.25rem;
24045
24248
  }
24046
24249
 
24250
+ .amis-scope .antd-Page-asideResizor {
24251
+ position: absolute;
24252
+ right: -0.375rem;
24253
+ top: 50%;
24254
+ cursor: ew-resize;
24255
+ writing-mode: vertical-lr;
24256
+ width: 0.75rem;
24257
+ height: 1.5rem;
24258
+ margin-top: -0.75rem;
24259
+ border: 0.0625rem solid #dee2e6;
24260
+ background-color: #fff;
24261
+ border-radius: 0.142rem;
24262
+ font-size: 12px;
24263
+ line-height: 0.625rem;
24264
+ text-align: center;
24265
+ user-select: none;
24266
+ color: #666;
24267
+ }
24268
+
24269
+ .amis-scope .antd-Page-asideResizor:hover {
24270
+ color: #000;
24271
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
24272
+ }
24273
+
24274
+ .amis-scope .antd-Page-asideResizor:after {
24275
+ content: "···";
24276
+ }
24277
+
24047
24278
  .amis-scope .antd-Page-toolbar > * + * {
24048
24279
  margin-left: 0.25rem;
24049
24280
  }
24050
24281
 
24051
24282
  @media (min-width: 768px) {
24052
24283
  .amis-scope .antd-Page-aside {
24053
- min-width: 12.5rem;
24054
- max-width: 18.75rem;
24284
+ width: 12.5rem;
24055
24285
  border-right: 0.0625rem solid #eceff8;
24056
24286
  }
24057
24287
 
@@ -24066,6 +24296,11 @@ readers do not read off random characters that represent icons */
24066
24296
  border: inherit;
24067
24297
  }
24068
24298
 
24299
+ .amis-scope .antd-Page-aside--withWidth {
24300
+ min-width: 12.5rem;
24301
+ max-width: 18.75rem;
24302
+ }
24303
+
24069
24304
  .amis-scope .antd-Page--withSidebar {
24070
24305
  display: flex;
24071
24306
  flex-direction: row;
@@ -24638,13 +24873,14 @@ readers do not read off random characters that represent icons */
24638
24873
  .amis-scope .antd-Spinner--icon {
24639
24874
  background: transparent;
24640
24875
  animation: spin 2s linear infinite;
24641
- width: 1rem;
24642
- height: 1rem;
24876
+ width: 16px;
24877
+ height: 16px;
24643
24878
  }
24644
24879
 
24645
24880
  .amis-scope .antd-Spinner--icon svg.icon {
24646
- width: 1rem;
24647
- height: 1rem;
24881
+ width: 16px;
24882
+ height: 16px;
24883
+ top: 0;
24648
24884
  }
24649
24885
 
24650
24886
  .amis-scope .antd-Spinner--overlay {
@@ -24908,7 +25144,7 @@ readers do not read off random characters that represent icons */
24908
25144
  .amis-scope .antd-Collapse {
24909
25145
  border: none;
24910
25146
  padding: 0;
24911
- margin-bottom: 0.75rem;
25147
+ line-height: 1.25rem;
24912
25148
  }
24913
25149
 
24914
25150
  .amis-scope .antd-Collapse-header {
@@ -24917,10 +25153,19 @@ readers do not read off random characters that represent icons */
24917
25153
  color: #333;
24918
25154
  padding: 1.125rem 0 0.25rem 0;
24919
25155
  margin: 0;
24920
- border-bottom: 0.0625rem solid #dfe2e6;
25156
+ cursor: pointer;
24921
25157
  background: transparent;
24922
25158
  }
24923
25159
 
25160
+ .amis-scope .antd-Collapse-header-wrapper {
25161
+ display: inline-flex;
25162
+ flex-direction: row;
25163
+ }
25164
+
25165
+ .amis-scope .antd-Collapse-header-tpl {
25166
+ margin-right: 0.5rem;
25167
+ }
25168
+
24924
25169
  .amis-scope .antd-Collapse-header:hover {
24925
25170
  background: transparent;
24926
25171
  }
@@ -24930,7 +25175,6 @@ readers do not read off random characters that represent icons */
24930
25175
  width: 1rem;
24931
25176
  text-align: center;
24932
25177
  margin-right: 0.5rem;
24933
- cursor: pointer;
24934
25178
  }
24935
25179
 
24936
25180
  .amis-scope .antd-Collapse-arrow:before {
@@ -24939,50 +25183,68 @@ readers do not read off random characters that represent icons */
24939
25183
  display: inline-block;
24940
25184
  width: 0.375rem;
24941
25185
  height: 0.375rem;
24942
- top: -0.25rem;
25186
+ top: -0.125rem;
24943
25187
  border-color: rgba(0, 0, 0, 0.85);
24944
25188
  border-style: solid;
24945
25189
  border-width: 0.0625rem 0.0625rem 0 0;
24946
- transform: rotate(135deg);
25190
+ transform: rotate(45deg);
24947
25191
  transform-origin: 50% 50%;
24948
25192
  }
24949
25193
 
24950
- .amis-scope .antd-Collapse-TplField {
25194
+ .amis-scope .antd-Collapse-icon-tranform {
24951
25195
  display: inline-block;
25196
+ width: 1rem;
25197
+ text-align: center;
25198
+ margin-right: 0.25rem;
24952
25199
  }
24953
25200
 
24954
- .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
24955
- transform: rotate(45deg);
24956
- transform-origin: 0% 50%;
25201
+ .amis-scope .antd-Collapse .antd-TplField {
25202
+ display: inline-block;
24957
25203
  }
24958
25204
 
24959
- .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
24960
- border-bottom: 0.0625rem solid
24961
- #dfe2e6;
25205
+ .amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
25206
+ transform: rotate(135deg);
25207
+ transform-origin: 50% 30%;
24962
25208
  }
24963
25209
 
24964
- .amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
24965
- cursor: pointer;
25210
+ .amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
25211
+ transform: rotate(90deg);
25212
+ }
25213
+
25214
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-header {
25215
+ cursor: not-allowed;
24966
25216
  user-select: none;
25217
+ color: #999;
25218
+ }
25219
+
25220
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
25221
+ background-color: var(--Collapse-header-bg-disabled-color);
25222
+ }
25223
+
25224
+ .amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
25225
+ border-color: #999;
24967
25226
  }
24968
25227
 
24969
25228
  .amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
24970
25229
  text-align: center;
24971
- color: #1890ff;
24972
- border-left: none;
24973
25230
  font-size: 0.875rem;
25231
+ border-top: none;
25232
+ border-bottom: 0.0625rem solid
25233
+ #dfe2e6;
24974
25234
  }
24975
25235
 
24976
- .amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
24977
- top: 0.125rem;
24978
- transform: rotate(-45deg);
24979
- transform-origin: 0% 50%;
25236
+ .amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
25237
+ border-top: none;
24980
25238
  }
24981
25239
 
24982
- .amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-arrow:before {
24983
- top: -0.375rem;
25240
+ .amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
25241
+ top: -0.25rem;
24984
25242
  transform: rotate(135deg);
24985
- transform-origin: 0% 50%;
25243
+ }
25244
+
25245
+ .amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
25246
+ top: 0;
25247
+ transform: rotate(-45deg);
24986
25248
  }
24987
25249
 
24988
25250
  .amis-scope .antd-Collapse-contentWrapper {
@@ -25002,6 +25264,14 @@ readers do not read off random characters that represent icons */
25002
25264
  font-weight: 400;
25003
25265
  }
25004
25266
 
25267
+ .amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
25268
+ border-bottom: none;
25269
+ }
25270
+
25271
+ .amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
25272
+ float: right;
25273
+ }
25274
+
25005
25275
  .amis-scope .antd-ColorField {
25006
25276
  display: inline-block;
25007
25277
  }
@@ -26190,6 +26460,10 @@ readers do not read off random characters that represent icons */
26190
26460
  border-right: 0.0625rem solid #eceff8;
26191
26461
  }
26192
26462
 
26463
+ .amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
26464
+ cursor: pointer;
26465
+ }
26466
+
26193
26467
  .amis-scope .antd-Table-table > thead > tr > th {
26194
26468
  background: #fafafa;
26195
26469
  padding: calc(
@@ -27155,6 +27429,11 @@ readers do not read off random characters that represent icons */
27155
27429
  cursor: move;
27156
27430
  }
27157
27431
 
27432
+ .amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
27433
+ .amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
27434
+ vertical-align: middle;
27435
+ }
27436
+
27158
27437
  .amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
27159
27438
  position: relative;
27160
27439
  }
@@ -27528,6 +27807,10 @@ readers do not read off random characters that represent icons */
27528
27807
  color: #1890ff;
27529
27808
  }
27530
27809
 
27810
+ .amis-scope .antd-Table-dragBtn > svg {
27811
+ vertical-align: -2px;
27812
+ }
27813
+
27531
27814
  .amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
27532
27815
  .amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
27533
27816
  .amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
@@ -27545,6 +27828,28 @@ readers do not read off random characters that represent icons */
27545
27828
  left: 0;
27546
27829
  }
27547
27830
 
27831
+ .amis-scope .antd-Table--autoFillHeight {
27832
+ margin-bottom: 0;
27833
+ }
27834
+
27835
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
27836
+ border-top: none;
27837
+ }
27838
+
27839
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
27840
+ position: sticky;
27841
+ top: 0;
27842
+ z-index: 1;
27843
+ }
27844
+
27845
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
27846
+ display: none;
27847
+ }
27848
+
27849
+ .amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
27850
+ margin-bottom: 0;
27851
+ }
27852
+
27548
27853
  .amis-scope .antd-InputTable-toolbar {
27549
27854
  display: flex;
27550
27855
  flex-direction: row;
@@ -28312,18 +28617,6 @@ readers do not read off random characters that represent icons */
28312
28617
  margin-top: 0.25rem;
28313
28618
  }
28314
28619
 
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
28620
  .amis-scope .antd-Card-dragBtn {
28328
28621
  cursor: pointer;
28329
28622
  float: right;
@@ -28331,7 +28624,8 @@ readers do not read off random characters that represent icons */
28331
28624
  }
28332
28625
 
28333
28626
  .amis-scope .antd-Card-heading {
28334
- overflow: hidden;
28627
+ display: flex;
28628
+ flex-direction: row;
28335
28629
  padding: 0.5rem 0.75rem;
28336
28630
  flex: 1 0 auto;
28337
28631
  }
@@ -28358,17 +28652,22 @@ readers do not read off random characters that represent icons */
28358
28652
  float: left;
28359
28653
  margin-right: 0.75rem;
28360
28654
  font-size: 1.25rem;
28361
- text-transform: uppercase();
28655
+ text-transform: uppercase;
28362
28656
  }
28363
28657
 
28364
28658
  .amis-scope .antd-Card-meta {
28365
28659
  display: block;
28660
+ flex-grow: 1;
28366
28661
  height: 100%;
28367
- overflow: hidden;
28368
28662
  position: relative;
28369
28663
  margin-right: 1rem;
28370
28664
  }
28371
28665
 
28666
+ .amis-scope .antd-Card-toolbar {
28667
+ margin-right: calc(-1 * 0.75rem);
28668
+ text-align: right;
28669
+ }
28670
+
28372
28671
  .amis-scope .antd-Card-highlight {
28373
28672
  background: #52c41a;
28374
28673
  width: 0.5rem;
@@ -28614,35 +28913,140 @@ readers do not read off random characters that represent icons */
28614
28913
  right: 0;
28615
28914
  }
28616
28915
 
28617
- .amis-scope .antd-Progress {
28916
+ .amis-scope .antd-Progress-line {
28917
+ display: inline-block;
28918
+ width: 100%;
28919
+ margin-right: calc(-2em + -8px);
28920
+ padding-right: calc(2em + 8px);
28921
+ }
28922
+
28923
+ .amis-scope .antd-Progress-line-inter {
28618
28924
  height: 10px;
28619
- background: #ebebeb;
28925
+ background-color: #d3d9e6;
28620
28926
  overflow: hidden;
28621
28927
  border-radius: 2px;
28622
28928
  }
28623
28929
 
28624
- .amis-scope .antd-Progress-bar {
28930
+ .amis-scope .antd-Progress-line-no-label {
28931
+ padding-right: 0;
28932
+ margin-right: 0;
28933
+ }
28934
+
28935
+ .amis-scope .antd-Progress-line-text {
28936
+ display: inline-block;
28937
+ width: 2em;
28938
+ margin-left: 8px;
28939
+ color: rgba(0, 0, 0, 0.85);
28940
+ font-size: 0.6875rem;
28941
+ white-space: nowrap;
28942
+ text-align: left;
28943
+ word-break: normal;
28944
+ }
28945
+
28946
+ .amis-scope .antd-Progress-line-text .icon {
28947
+ font-size: 15px;
28948
+ }
28949
+
28950
+ .amis-scope .antd-Progress-line-bar {
28625
28951
  float: left;
28626
28952
  width: 0;
28627
28953
  height: 100%;
28628
28954
  font-size: 12px;
28629
28955
  line-height: 10px;
28630
- color: #fff;
28631
28956
  text-align: center;
28632
28957
  background: #1890ff;
28633
28958
  transition: width 0s ease;
28634
- border-radius: 2px;
28635
28959
  }
28636
28960
 
28637
- .amis-scope .antd-Progress-bar--stripe {
28961
+ .amis-scope .antd-Progress-line-bar--stripe {
28638
28962
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
28639
28963
  background-size: 2rem 2rem;
28640
28964
  }
28641
28965
 
28642
- .amis-scope .antd-Progress-bar--animate {
28966
+ .amis-scope .antd-Progress-line-bar--animate {
28967
+ position: relative;
28968
+ transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
28969
+ }
28970
+
28971
+ .amis-scope .antd-Progress-line-bar--animate::before {
28972
+ position: absolute;
28973
+ top: 0;
28974
+ right: 0;
28975
+ bottom: 0;
28976
+ left: 0;
28977
+ background: #fff;
28978
+ border-radius: 10px;
28979
+ opacity: 0;
28980
+ animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
28981
+ content: "";
28982
+ }
28983
+
28984
+ .amis-scope .antd-Progress-line-bar--stripe-animate {
28643
28985
  animation: progress-bar-stripes 1s linear infinite;
28644
28986
  }
28645
28987
 
28988
+ .amis-scope .antd-Progress-circle {
28989
+ width: 120px;
28990
+ height: 120px;
28991
+ position: relative;
28992
+ }
28993
+
28994
+ .amis-scope .antd-Progress-circle-text {
28995
+ position: absolute;
28996
+ top: 50%;
28997
+ left: 50%;
28998
+ width: 100%;
28999
+ margin: 0;
29000
+ padding: 0;
29001
+ color: rgba(0, 0, 0, 0.85);
29002
+ font-size: 1em;
29003
+ line-height: 1;
29004
+ white-space: normal;
29005
+ text-align: center;
29006
+ transform: translate(-50%, -50%);
29007
+ }
29008
+
29009
+ .amis-scope .antd-Progress-circle-text .icon {
29010
+ font-size: 1.2em;
29011
+ }
29012
+
29013
+ .amis-scope .antd-Progress-circle .bg-warning-circle-path {
29014
+ stroke: #faad14;
29015
+ }
29016
+
29017
+ .amis-scope .antd-Progress-circle .bg-danger-circle-path {
29018
+ stroke: #ff4d4f;
29019
+ }
29020
+
29021
+ .amis-scope .antd-Progress-circle .bg-info-circle-path {
29022
+ stroke: #1890ff;
29023
+ }
29024
+
29025
+ .amis-scope .antd-Progress-circle .bg-success-circle-path {
29026
+ stroke: #52c41a;
29027
+ }
29028
+
29029
+ .amis-scope .antd-Progress-circle .bg-primary-circle-path {
29030
+ stroke: #1890ff;
29031
+ }
29032
+
29033
+ @keyframes progress-bar-active {
29034
+ 0% {
29035
+ transform: translateX(-100%) scaleX(0);
29036
+ opacity: 0.1;
29037
+ }
29038
+
29039
+ 20% {
29040
+ transform: translateX(-100%) scaleX(0);
29041
+ opacity: 0.5;
29042
+ }
29043
+
29044
+ 100% {
29045
+ transform: translateX(0) scaleX(1);
29046
+ opacity: 0;
29047
+ }
29048
+ }
29049
+
28646
29050
  @keyframes progress-bar-stripes {
28647
29051
  from {
28648
29052
  background-position: 2rem 0;
@@ -28857,7 +29261,7 @@ readers do not read off random characters that represent icons */
28857
29261
 
28858
29262
  .amis-scope .antd-StatusField-label {
28859
29263
  font-size: 0.75rem;
28860
- margin-left: 0.5rem;
29264
+ margin-left: 0.25rem;
28861
29265
  }
28862
29266
 
28863
29267
  @keyframes animation-rolling_red {
@@ -29527,6 +29931,7 @@ readers do not read off random characters that represent icons */
29527
29931
  font-size: 1rem;
29528
29932
  }
29529
29933
 
29934
+ .amis-scope .antd-Image-origin:hover .antd-Image-overlay,
29530
29935
  .amis-scope .antd-Image-thumbWrap:hover .antd-Image-overlay {
29531
29936
  display: flex;
29532
29937
  }
@@ -29597,6 +30002,16 @@ readers do not read off random characters that represent icons */
29597
30002
  border-color: #40a9ff;
29598
30003
  }
29599
30004
 
30005
+ .amis-scope .antd-InputBox--borderHalf {
30006
+ border-left-color: transparent !important;
30007
+ border-right-color: transparent !important;
30008
+ border-top-color: transparent !important;
30009
+ }
30010
+
30011
+ .amis-scope .antd-InputBox--borderNone {
30012
+ border-color: transparent !important;
30013
+ }
30014
+
29600
30015
  .amis-scope .antd-InputBox--inline {
29601
30016
  display: inline-flex;
29602
30017
  }
@@ -29703,6 +30118,16 @@ readers do not read off random characters that represent icons */
29703
30118
  border-color: #40a9ff;
29704
30119
  }
29705
30120
 
30121
+ .amis-scope .antd-ResultBox--borderHalf {
30122
+ border-left-color: transparent !important;
30123
+ border-right-color: transparent !important;
30124
+ border-top-color: transparent !important;
30125
+ }
30126
+
30127
+ .amis-scope .antd-ResultBox--borderNone {
30128
+ border-color: transparent !important;
30129
+ }
30130
+
29706
30131
  .amis-scope .antd-ResultBox.is-error {
29707
30132
  border-color: #ff4d4f;
29708
30133
  background: #fff;
@@ -30204,29 +30629,199 @@ readers do not read off random characters that represent icons */
30204
30629
  display: none;
30205
30630
  }
30206
30631
 
30207
- .amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-icon {
30208
- background-color: #fff;
30209
- color: #b4bbc5;
30210
- border: 1px solid #b4bbc5;
30632
+ .amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-icon {
30633
+ background-color: #fff;
30634
+ color: #b4bbc5;
30635
+ border: 1px solid #b4bbc5;
30636
+ }
30637
+
30638
+ .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-icon {
30639
+ background-color: #ff4d4f;
30640
+ color: #fff;
30641
+ border: 1px solid #ff4d4f;
30642
+ }
30643
+
30644
+ .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-title,
30645
+ .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-subTitle,
30646
+ .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-description {
30647
+ color: #ff4d4f;
30648
+ }
30649
+
30650
+ .amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
30651
+ .amis-scope .antd-Steps .antd-StepsItem.is-process .antd-StepsItem-icon {
30652
+ background-color: #1890ff;
30653
+ color: #fff;
30654
+ border: 1px solid #1890ff;
30655
+ }
30656
+
30657
+ .amis-scope .antd-Portlet {
30658
+ border: 0.0625rem solid #eceff8;
30659
+ border-radius: 2px;
30660
+ padding: 0.75rem;
30661
+ }
30662
+
30663
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
30664
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30665
+ .amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30666
+ border: none !important;
30667
+ color: inherit !important;
30668
+ cursor: auto !important;
30669
+ }
30670
+
30671
+ .amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
30672
+ border-bottom: none;
30673
+ }
30674
+
30675
+ .amis-scope .antd-Portlet .antd-Tabs-pane {
30676
+ padding: unset;
30677
+ }
30678
+
30679
+ .amis-scope .antd-Portlet-toolbar {
30680
+ display: inline-flex;
30681
+ float: right;
30682
+ justify-content: flex-end;
30683
+ }
30684
+
30685
+ .amis-scope .antd-Portlet-toolbar .antd-Button {
30686
+ margin-left: calc(0.25rem);
30687
+ }
30688
+
30689
+ .amis-scope .antd-Portlet-header-desc {
30690
+ height: 100%;
30691
+ overflow: hidden;
30692
+ position: relative;
30693
+ margin-left: 0.75rem;
30694
+ }
30695
+
30696
+ .amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
30697
+ display: none;
30698
+ }
30699
+
30700
+ .amis-scope .u-hairline::after {
30701
+ position: absolute;
30702
+ box-sizing: border-box;
30703
+ content: " ";
30704
+ pointer-events: none;
30705
+ top: -50%;
30706
+ right: -50%;
30707
+ bottom: -50%;
30708
+ left: -50%;
30709
+ border: 0 solid #dfe2e6;
30710
+ z-index: 1;
30711
+ transform: scale(0.5);
30712
+ }
30713
+
30714
+ .amis-scope .antd-GridNav {
30715
+ display: flex;
30716
+ flex-wrap: wrap;
30717
+ }
30718
+
30719
+ .amis-scope .antd-GridNav-top {
30720
+ position: relative;
30721
+ }
30722
+
30723
+ .amis-scope .antd-GridNav-top::after {
30724
+ border-top-width: 0.0625rem;
30725
+ }
30726
+
30727
+ .amis-scope .antd-GridNavItem {
30728
+ position: relative;
30729
+ box-sizing: border-box;
30730
+ }
30731
+
30732
+ .amis-scope .antd-GridNavItem--square {
30733
+ height: 0;
30734
+ position: relative;
30735
+ }
30736
+
30737
+ .amis-scope .antd-GridNavItem-icon {
30738
+ width: var(--rv-grid-item-icon-size);
30739
+ }
30740
+
30741
+ .amis-scope .antd-GridNavItem-text {
30742
+ color: rgba(0, 0, 0, 0.85);
30743
+ font-size: 0.75rem;
30744
+ line-height: 1.5;
30745
+ word-break: break-all;
30746
+ flex-shrink: 0;
30747
+ }
30748
+
30749
+ .amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
30750
+ margin-top: 0.5rem;
30751
+ }
30752
+
30753
+ .amis-scope .antd-GridNavItem-image {
30754
+ display: inline-block;
30755
+ }
30756
+
30757
+ .amis-scope .antd-GridNavItem-image svg,
30758
+ .amis-scope .antd-GridNavItem-image img {
30759
+ max-width: 100%;
30760
+ display: block;
30761
+ width: 60%;
30762
+ margin: 0 auto;
30763
+ }
30764
+
30765
+ .amis-scope .antd-GridNavItem-content {
30766
+ display: flex;
30767
+ flex-direction: column;
30768
+ box-sizing: border-box;
30769
+ height: 100%;
30770
+ padding: 1rem 0.5rem;
30771
+ background-color: #fff;
30772
+ position: relative;
30773
+ }
30774
+
30775
+ .amis-scope .antd-GridNavItem-content .antd-Badge-text {
30776
+ z-index: 10;
30777
+ }
30778
+
30779
+ .amis-scope .antd-GridNavItem-content--border::after {
30780
+ border-width: 0 0.0625rem 0.0625rem 0;
30781
+ }
30782
+
30783
+ .amis-scope .antd-GridNavItem-content--square {
30784
+ position: absolute;
30785
+ top: 0;
30786
+ right: 0;
30787
+ left: 0;
30788
+ }
30789
+
30790
+ .amis-scope .antd-GridNavItem-content--center {
30791
+ align-items: center;
30792
+ justify-content: center;
30793
+ }
30794
+
30795
+ .amis-scope .antd-GridNavItem-content--horizontal {
30796
+ flex-direction: row;
30797
+ }
30798
+
30799
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
30800
+ margin: 0 0 0 0.5rem;
30801
+ }
30802
+
30803
+ .amis-scope .antd-GridNavItem-content--reverse {
30804
+ flex-direction: column-reverse;
30805
+ }
30806
+
30807
+ .amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
30808
+ margin: 0 0 0.5rem;
30809
+ }
30810
+
30811
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
30812
+ flex-direction: row-reverse;
30211
30813
  }
30212
30814
 
30213
- .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-icon {
30214
- background-color: #ff4d4f;
30215
- color: #fff;
30216
- border: 1px solid #ff4d4f;
30815
+ .amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
30816
+ margin: 0 0.5rem 0 0;
30217
30817
  }
30218
30818
 
30219
- .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-title,
30220
- .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-subTitle,
30221
- .amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-description {
30222
- color: #ff4d4f;
30819
+ .amis-scope .antd-GridNavItem-content--surround::after {
30820
+ border-width: 0.0625rem;
30223
30821
  }
30224
30822
 
30225
- .amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
30226
- .amis-scope .antd-Steps .antd-StepsItem.is-process .antd-StepsItem-icon {
30227
- background-color: #1890ff;
30228
- color: #fff;
30229
- border: 1px solid #1890ff;
30823
+ .amis-scope .antd-GridNavItem-content--clickable {
30824
+ cursor: pointer;
30230
30825
  }
30231
30826
 
30232
30827
  .amis-scope fieldset.antd-Collapse--lg,
@@ -30277,6 +30872,10 @@ readers do not read off random characters that represent icons */
30277
30872
  position: relative;
30278
30873
  }
30279
30874
 
30875
+ .amis-scope fieldset.antd-Collapse {
30876
+ margin-bottom: 0.75rem;
30877
+ }
30878
+
30280
30879
  .amis-scope fieldset.antd-Collapse > legend {
30281
30880
  font-weight: 400;
30282
30881
  padding: 0.25rem 0;
@@ -30287,11 +30886,16 @@ readers do not read off random characters that represent icons */
30287
30886
  margin: 0.75rem 0;
30288
30887
  padding: 0 0 0 14px;
30289
30888
  cursor: pointer;
30290
- border-bottom: 0;
30889
+ border-bottom: none !important;
30890
+ background: transparent;
30291
30891
  display: flex;
30292
30892
  flex-direction: row;
30293
30893
  }
30294
30894
 
30895
+ .amis-scope fieldset.antd-Collapse > legend:hover {
30896
+ background: transparent;
30897
+ }
30898
+
30295
30899
  .amis-scope fieldset.antd-Collapse--xs {
30296
30900
  padding: 20px 5px 5px 5px;
30297
30901
  }
@@ -31413,7 +32017,7 @@ readers do not read off random characters that represent icons */
31413
32017
  color: #999;
31414
32018
  }
31415
32019
 
31416
- .amis-scope .antd-Checkboxes > .antd-Checkbox {
32020
+ .amis-scope .antd-Selection > .antd-Checkbox {
31417
32021
  display: block;
31418
32022
  height: 1.875rem;
31419
32023
  line-height: 1.4285714286;
@@ -31421,43 +32025,36 @@ readers do not read off random characters that represent icons */
31421
32025
  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
32026
  }
31423
32027
 
31424
- .amis-scope .antd-Checkboxes--inline > .antd-Checkbox {
32028
+ .amis-scope .antd-Selection--inline > .antd-Checkbox {
31425
32029
  display: inline-block;
31426
32030
  }
31427
32031
 
31428
- .amis-scope .antd-Checkboxes-addBtn {
32032
+ .amis-scope .antd-Selection-addBtn {
31429
32033
  display: block;
31430
32034
  cursor: pointer;
31431
32035
  }
31432
32036
 
31433
- .amis-scope .antd-Checkboxes-addBtn:hover {
32037
+ .amis-scope .antd-Selection-addBtn:hover {
31434
32038
  text-decoration: none;
31435
32039
  }
31436
32040
 
31437
- .amis-scope .antd-Checkboxes-addBtn > svg {
32041
+ .amis-scope .antd-Selection-addBtn > svg {
31438
32042
  width: 0.875rem;
31439
32043
  height: 0.875rem;
31440
32044
  margin-right: 0.25rem;
31441
32045
  }
31442
32046
 
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 {
32047
+ .amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
31447
32048
  border-top: 0.0625rem solid #dfe2e6;
31448
32049
  }
31449
32050
 
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 {
32051
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
31454
32052
  font-size: 0.75rem;
31455
32053
  padding: 0.25rem 0.25rem;
31456
32054
  color: #999;
31457
32055
  }
31458
32056
 
31459
- .amis-scope .antd-ListCheckboxes-item,
31460
- .amis-scope .antd-ListRadios-item {
32057
+ .amis-scope .antd-GroupedSelection-item {
31461
32058
  display: flex;
31462
32059
  height: 1.875rem;
31463
32060
  line-height: 1.4285714286;
@@ -31468,51 +32065,37 @@ readers do not read off random characters that represent icons */
31468
32065
  user-select: none;
31469
32066
  }
31470
32067
 
31471
- .amis-scope .antd-ListCheckboxes-item > .antd-Checkbox,
31472
- .amis-scope .antd-ListRadios-item > .antd-Checkbox {
32068
+ .amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
31473
32069
  margin-right: 0;
31474
32070
  }
31475
32071
 
31476
- .amis-scope .antd-ListCheckboxes-item.is-active,
31477
- .amis-scope .antd-ListRadios-item.is-active {
32072
+ .amis-scope .antd-GroupedSelection-item.is-active {
31478
32073
  color: #1890ff;
31479
32074
  background: transparent;
31480
32075
  }
31481
32076
 
31482
- .amis-scope .antd-ListCheckboxes-item:hover,
31483
- .amis-scope .antd-ListRadios-item:hover {
32077
+ .amis-scope .antd-GroupedSelection-item:hover {
31484
32078
  background: rgba(0, 126, 255, 0.08);
31485
32079
  }
31486
32080
 
31487
- .amis-scope .antd-ListCheckboxes-item.is-disabled,
31488
- .amis-scope .antd-ListRadios-item.is-disabled {
32081
+ .amis-scope .antd-GroupedSelection-item.is-disabled {
31489
32082
  pointer-events: none;
31490
32083
  color: #999;
31491
32084
  }
31492
32085
 
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 {
32086
+ .amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
31501
32087
  padding-left: 0.75rem;
31502
32088
  }
31503
32089
 
31504
- .amis-scope .antd-ListCheckboxes-itemLabel,
31505
- .amis-scope .antd-ListRadios-itemLabel {
32090
+ .amis-scope .antd-GroupedSelection-itemLabel {
31506
32091
  flex-grow: 1;
31507
32092
  }
31508
32093
 
31509
- .amis-scope .antd-ListCheckboxes-itemLabel span,
31510
- .amis-scope .antd-ListRadios-itemLabel span {
32094
+ .amis-scope .antd-GroupedSelection-itemLabel span {
31511
32095
  white-space: nowrap;
31512
32096
  }
31513
32097
 
31514
- .amis-scope .antd-ListCheckboxes-placeholder,
31515
- .amis-scope .antd-ListRadios-placeholder {
32098
+ .amis-scope .antd-GroupedSelection-placeholder {
31516
32099
  height: 1.875rem;
31517
32100
  line-height: 1.4285714286;
31518
32101
  font-size: 0.875rem;
@@ -31520,52 +32103,54 @@ readers do not read off random characters that represent icons */
31520
32103
  color: #999;
31521
32104
  }
31522
32105
 
31523
- .amis-scope .antd-TableCheckboxes .antd-Table-content {
32106
+ .amis-scope .antd-TableSelection .antd-Table-content {
31524
32107
  border-top: 0.0625rem solid #eceff8;
31525
32108
  }
31526
32109
 
31527
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th,
31528
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td {
32110
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
32111
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
31529
32112
  font-size: 0.75rem;
31530
32113
  padding-top: 0.25rem;
31531
32114
  padding-bottom: 0.375rem;
31532
32115
  vertical-align: middle;
31533
32116
  }
31534
32117
 
31535
- .amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th {
32118
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
31536
32119
  padding-top: 0.375rem;
31537
32120
  }
31538
32121
 
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 {
32122
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
32123
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
31541
32124
  padding-left: 0.625rem;
31542
32125
  padding-right: 0;
31543
32126
  }
31544
32127
 
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 {
32128
+ .amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
32129
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
31547
32130
  padding-right: 1rem;
31548
32131
  }
31549
32132
 
31550
- .amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr {
32133
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
31551
32134
  cursor: pointer;
31552
32135
  }
31553
32136
 
31554
- .amis-scope .antd-TreeCheckboxes .antd-Table-expandBtn,
31555
- .amis-scope .antd-TreeRadios .antd-Table-expandBtn {
32137
+ .amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
32138
+ color: #1890ff;
32139
+ background: transparent;
32140
+ }
32141
+
32142
+ .amis-scope .antd-TreeSelection .antd-Table-expandBtn {
31556
32143
  color: inherit;
31557
32144
  margin-right: 5px;
31558
32145
  }
31559
32146
 
31560
- .amis-scope .antd-TreeCheckboxes-sublist,
31561
- .amis-scope .antd-TreeRadios-sublist {
32147
+ .amis-scope .antd-TreeSelection-sublist {
31562
32148
  position: relative;
31563
32149
  margin: 0 0 0 2.1875rem;
31564
32150
  display: none;
31565
32151
  }
31566
32152
 
31567
- .amis-scope .antd-TreeCheckboxes-sublist:before,
31568
- .amis-scope .antd-TreeRadios-sublist:before {
32153
+ .amis-scope .antd-TreeSelection-sublist:before {
31569
32154
  width: 1px;
31570
32155
  content: "";
31571
32156
  display: block;
@@ -31576,29 +32161,19 @@ readers do not read off random characters that represent icons */
31576
32161
  border-left: dashed 1px inherit;
31577
32162
  }
31578
32163
 
31579
- .amis-scope .antd-TreeCheckboxes-item,
31580
- .amis-scope .antd-TreeRadios-item {
32164
+ .amis-scope .antd-TreeSelection-item {
31581
32165
  position: relative;
31582
32166
  }
31583
32167
 
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 {
32168
+ .amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
31588
32169
  display: block;
31589
32170
  }
31590
32171
 
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 {
32172
+ .amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
31595
32173
  bottom: 0;
31596
32174
  }
31597
32175
 
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 {
32176
+ .amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
31602
32177
  height: 1px;
31603
32178
  content: "";
31604
32179
  display: block;
@@ -31609,8 +32184,7 @@ readers do not read off random characters that represent icons */
31609
32184
  border-top: dashed 1px inherit;
31610
32185
  }
31611
32186
 
31612
- .amis-scope .antd-TreeCheckboxes-itemInner,
31613
- .amis-scope .antd-TreeRadios-itemInner {
32187
+ .amis-scope .antd-TreeSelection-itemInner {
31614
32188
  display: flex;
31615
32189
  align-items: center;
31616
32190
  height: 1.875rem;
@@ -31623,20 +32197,17 @@ readers do not read off random characters that represent icons */
31623
32197
  position: relative;
31624
32198
  }
31625
32199
 
31626
- .amis-scope .antd-TreeCheckboxes-itemInner > .antd-Checkbox,
31627
- .amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
32200
+ .amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
31628
32201
  margin-right: 0;
31629
32202
  margin-left: 0.5rem;
31630
32203
  }
31631
32204
 
31632
- .amis-scope .antd-TreeCheckboxes-itemInner > *,
31633
- .amis-scope .antd-TreeRadios-itemInner > * {
32205
+ .amis-scope .antd-TreeSelection-itemInner > * {
31634
32206
  position: relative;
31635
32207
  z-index: 2;
31636
32208
  }
31637
32209
 
31638
- .amis-scope .antd-TreeCheckboxes-itemInner:hover:after,
31639
- .amis-scope .antd-TreeRadios-itemInner:hover:after {
32210
+ .amis-scope .antd-TreeSelection-itemInner:hover:after {
31640
32211
  position: absolute;
31641
32212
  content: "";
31642
32213
  z-index: 1;
@@ -31647,24 +32218,20 @@ readers do not read off random characters that represent icons */
31647
32218
  background: rgba(0, 126, 255, 0.08);
31648
32219
  }
31649
32220
 
31650
- .amis-scope .antd-TreeCheckboxes-itemInner.is-active,
31651
- .amis-scope .antd-TreeRadios-itemInner.is-active {
32221
+ .amis-scope .antd-TreeSelection-itemInner.is-active {
31652
32222
  color: #1890ff;
31653
32223
  }
31654
32224
 
31655
- .amis-scope .antd-TreeCheckboxes-itemInner.is-disabled,
31656
- .amis-scope .antd-TreeRadios-itemInner.is-disabled {
32225
+ .amis-scope .antd-TreeSelection-itemInner.is-disabled {
31657
32226
  pointer-events: none;
31658
32227
  color: #999;
31659
32228
  }
31660
32229
 
31661
- .amis-scope .antd-TreeCheckboxes-itemLabel,
31662
- .amis-scope .antd-TreeRadios-itemLabel {
32230
+ .amis-scope .antd-TreeSelection-itemLabel {
31663
32231
  flex-grow: 1;
31664
32232
  }
31665
32233
 
31666
- .amis-scope .antd-TreeCheckboxes-placeholder,
31667
- .amis-scope .antd-TreeRadios-placeholder {
32234
+ .amis-scope .antd-TreeSelection-placeholder {
31668
32235
  height: 1.875rem;
31669
32236
  line-height: 1.4285714286;
31670
32237
  font-size: 0.875rem;
@@ -31672,27 +32239,27 @@ readers do not read off random characters that represent icons */
31672
32239
  color: #999;
31673
32240
  }
31674
32241
 
31675
- .amis-scope .antd-ChainedCheckboxes {
32242
+ .amis-scope .antd-ChainedSelection {
31676
32243
  display: flex;
31677
32244
  flex-direction: row;
31678
32245
  }
31679
32246
 
31680
- .amis-scope .antd-ChainedCheckboxes-col {
32247
+ .amis-scope .antd-ChainedSelection-col {
31681
32248
  flex-grow: 1;
31682
32249
  min-width: 150px;
31683
32250
  }
31684
32251
 
31685
- .amis-scope .antd-ChainedCheckboxes-col:not(:last-child) {
32252
+ .amis-scope .antd-ChainedSelection-col:not(:last-child) {
31686
32253
  border-right: 1px solid #eceff8;
31687
32254
  }
31688
32255
 
31689
- .amis-scope .antd-ChainedCheckboxes-subTitle {
32256
+ .amis-scope .antd-ChainedSelection-subTitle {
31690
32257
  font-size: 0.75rem;
31691
32258
  padding: 0.25rem 0.25rem;
31692
32259
  color: #999;
31693
32260
  }
31694
32261
 
31695
- .amis-scope .antd-ChainedCheckboxes-item {
32262
+ .amis-scope .antd-ChainedSelection-item {
31696
32263
  display: flex;
31697
32264
  height: 1.875rem;
31698
32265
  line-height: 1.4285714286;
@@ -31703,29 +32270,29 @@ readers do not read off random characters that represent icons */
31703
32270
  user-select: none;
31704
32271
  }
31705
32272
 
31706
- .amis-scope .antd-ChainedCheckboxes-item > .antd-Checkbox {
32273
+ .amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
31707
32274
  margin-right: 0;
31708
32275
  }
31709
32276
 
31710
- .amis-scope .antd-ChainedCheckboxes-item.is-active {
32277
+ .amis-scope .antd-ChainedSelection-item.is-active {
31711
32278
  color: #1890ff;
31712
32279
  background: transparent;
31713
32280
  }
31714
32281
 
31715
- .amis-scope .antd-ChainedCheckboxes-item:hover {
32282
+ .amis-scope .antd-ChainedSelection-item:hover {
31716
32283
  background: rgba(0, 126, 255, 0.08);
31717
32284
  }
31718
32285
 
31719
- .amis-scope .antd-ChainedCheckboxes-item.is-disabled {
32286
+ .amis-scope .antd-ChainedSelection-item.is-disabled {
31720
32287
  pointer-events: none;
31721
32288
  color: #999;
31722
32289
  }
31723
32290
 
31724
- .amis-scope .antd-ChainedCheckboxes-itemLabel {
32291
+ .amis-scope .antd-ChainedSelection-itemLabel {
31725
32292
  flex-grow: 1;
31726
32293
  }
31727
32294
 
31728
- .amis-scope .antd-ChainedCheckboxes-placeholder {
32295
+ .amis-scope .antd-ChainedSelection-placeholder {
31729
32296
  height: 1.875rem;
31730
32297
  line-height: 1.4285714286;
31731
32298
  font-size: 0.875rem;
@@ -31733,34 +32300,35 @@ readers do not read off random characters that represent icons */
31733
32300
  color: #999;
31734
32301
  }
31735
32302
 
31736
- .amis-scope .antd-AssociatedCheckboxes {
32303
+ .amis-scope .antd-AssociatedSelection {
31737
32304
  display: flex;
31738
32305
  flex-direction: row;
31739
32306
  }
31740
32307
 
31741
- .amis-scope .antd-AssociatedCheckboxes-left,
31742
- .amis-scope .antd-AssociatedCheckboxes-right {
32308
+ .amis-scope .antd-AssociatedSelection-left,
32309
+ .amis-scope .antd-AssociatedSelection-right {
31743
32310
  flex-grow: 1;
31744
32311
  width: 0;
31745
- height: 10.9375rem;
32312
+ min-height: 12.5rem;
32313
+ max-height: 25rem;
31746
32314
  overflow: auto;
31747
32315
  }
31748
32316
 
31749
- .amis-scope .antd-AssociatedCheckboxes-left {
32317
+ .amis-scope .antd-AssociatedSelection-left {
31750
32318
  border-right: 1px solid #eceff8;
31751
32319
  }
31752
32320
 
31753
- .amis-scope .antd-AssociatedCheckboxes-reload {
32321
+ .amis-scope .antd-AssociatedSelection-reload {
31754
32322
  text-align: center;
31755
32323
  color: #1890ff;
31756
32324
  margin: 20px 0 0;
31757
32325
  }
31758
32326
 
31759
- .amis-scope .antd-AssociatedCheckboxes-reload.is-clickable {
32327
+ .amis-scope .antd-AssociatedSelection-reload.is-clickable {
31760
32328
  cursor: pointer;
31761
32329
  }
31762
32330
 
31763
- .amis-scope .antd-AssociatedCheckboxes-box {
32331
+ .amis-scope .antd-AssociatedSelection-box {
31764
32332
  line-height: 1.4285714286;
31765
32333
  font-size: 0.75rem;
31766
32334
  color: #999;
@@ -31772,7 +32340,7 @@ readers do not read off random characters that represent icons */
31772
32340
  height: 100%;
31773
32341
  }
31774
32342
 
31775
- .amis-scope .antd-AssociatedCheckboxes-box > p {
32343
+ .amis-scope .antd-AssociatedSelection-box > p {
31776
32344
  text-align: center;
31777
32345
  margin: 10px 0 20px;
31778
32346
  color: #999;
@@ -32837,7 +33405,7 @@ readers do not read off random characters that represent icons */
32837
33405
  .amis-scope .antd-ColorPicker-preview {
32838
33406
  display: flex;
32839
33407
  align-items: center;
32840
- margin-left: 0.25rem;
33408
+ margin-right: 0.5rem;
32841
33409
  cursor: pointer;
32842
33410
  }
32843
33411
 
@@ -32870,14 +33438,42 @@ readers do not read off random characters that represent icons */
32870
33438
  fill: #1f2329;
32871
33439
  }
32872
33440
 
33441
+ .amis-scope .antd-ColorPicker-arrow {
33442
+ margin-right: 0.25rem;
33443
+ width: 1rem;
33444
+ text-align: center;
33445
+ display: flex;
33446
+ align-items: center;
33447
+ justify-content: center;
33448
+ line-height: 1;
33449
+ }
33450
+
33451
+ .amis-scope .antd-ColorPicker-arrow > svg {
33452
+ transition: transform 0s;
33453
+ display: inline-block;
33454
+ color: #999;
33455
+ width: 10px;
33456
+ height: 10px;
33457
+ top: 0;
33458
+ }
33459
+
33460
+ .amis-scope .antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
33461
+ transform: rotate(180deg);
33462
+ }
33463
+
33464
+ .amis-scope .antd-ColorPicker-popover {
33465
+ border: none;
33466
+ box-shadow: none;
33467
+ }
33468
+
32873
33469
  .amis-scope .antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
32874
33470
  display: flex;
32875
33471
  }
32876
33472
 
32877
33473
  .amis-scope .sketch-picker {
32878
- box-shadow: none !important;
32879
- border-radius: 0 !important;
32880
33474
  border: none !important;
33475
+ border-radius: 2px !important;
33476
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
32881
33477
  }
32882
33478
 
32883
33479
  .amis-scope .antd-DatePicker {
@@ -33839,6 +34435,22 @@ readers do not read off random characters that represent icons */
33839
34435
  height: 100%;
33840
34436
  }
33841
34437
 
34438
+ .amis-scope .antd-FileControl-templateInfo {
34439
+ display: block;
34440
+ margin-bottom: 0.75rem;
34441
+ padding: calc(
34442
+ (
34443
+ 1.875rem - 0.0625rem * 2 -
34444
+ 1.4285714286 * 0.875rem
34445
+ ) / 2
34446
+ ) 0.75rem;
34447
+ cursor: pointer;
34448
+ }
34449
+
34450
+ .amis-scope .antd-FileControl-templateInfo > svg {
34451
+ margin-right: 0.25rem;
34452
+ }
34453
+
33842
34454
  .amis-scope .antd-FileControl-dropzone {
33843
34455
  outline: none;
33844
34456
  }
@@ -34528,6 +35140,10 @@ readers do not read off random characters that represent icons */
34528
35140
  pointer-events: none;
34529
35141
  }
34530
35142
 
35143
+ .amis-scope .antd-Tree.is-draggable {
35144
+ position: relative;
35145
+ }
35146
+
34531
35147
  .amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
34532
35148
  position: absolute;
34533
35149
  top: -8px;
@@ -34568,6 +35184,10 @@ readers do not read off random characters that represent icons */
34568
35184
  left: -99999px;
34569
35185
  }
34570
35186
 
35187
+ .amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
35188
+ display: none;
35189
+ }
35190
+
34571
35191
  .amis-scope .antd-Tree-item-icons {
34572
35192
  visibility: hidden;
34573
35193
  transition: visibility 0s ease;
@@ -34681,6 +35301,11 @@ readers do not read off random characters that represent icons */
34681
35301
  width: calc(0.75rem + 0.25rem);
34682
35302
  }
34683
35303
 
35304
+ .amis-scope .antd-Tree-itemDrager {
35305
+ cursor: move;
35306
+ color: inherit;
35307
+ }
35308
+
34684
35309
  .amis-scope .antd-Tree-spinner {
34685
35310
  margin-right: 0.25rem;
34686
35311
  }
@@ -34727,6 +35352,35 @@ readers do not read off random characters that represent icons */
34727
35352
  color: #999;
34728
35353
  }
34729
35354
 
35355
+ .amis-scope .antd-Tree-dropIndicator {
35356
+ position: absolute;
35357
+ height: 0.125rem;
35358
+ background-color: #1890ff;
35359
+ border-radius: 0.0625rem;
35360
+ z-index: 1;
35361
+ }
35362
+
35363
+ .amis-scope .antd-Tree-dropIndicator::after {
35364
+ position: absolute;
35365
+ top: -0.1875rem;
35366
+ left: -0.375rem;
35367
+ width: 0.5rem;
35368
+ height: 0.5rem;
35369
+ background-color: transparent;
35370
+ border: 0.125rem solid #1890ff;
35371
+ border-radius: 50%;
35372
+ content: "";
35373
+ }
35374
+
35375
+ .amis-scope .antd-Tree-dropIndicator--hover {
35376
+ border-radius: 0;
35377
+ background-color: rgba(0, 126, 255, 0.08);
35378
+ }
35379
+
35380
+ .amis-scope .antd-Tree-dropIndicator--hover::after {
35381
+ display: none;
35382
+ }
35383
+
34730
35384
  .amis-scope .antd-TreeSelectControl {
34731
35385
  position: relative;
34732
35386
  }
@@ -35082,6 +35736,8 @@ readers do not read off random characters that represent icons */
35082
35736
  0.875rem
35083
35737
  ) / 2
35084
35738
  ) 0.375rem 0 0;
35739
+ display: flex;
35740
+ align-items: center;
35085
35741
  }
35086
35742
 
35087
35743
  .amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
@@ -35148,6 +35804,8 @@ readers do not read off random characters that represent icons */
35148
35804
  ) / 2
35149
35805
  );
35150
35806
  left: -1.875rem;
35807
+ display: flex;
35808
+ align-items: center;
35151
35809
  }
35152
35810
 
35153
35811
  .amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
@@ -35787,19 +36445,19 @@ readers do not read off random characters that represent icons */
35787
36445
  border-radius: 2px;
35788
36446
  }
35789
36447
 
35790
- .amis-scope .antd-Transfer-select > .antd-Transfer-checkboxes,
35791
- .amis-scope .antd-Transfer-result > .antd-Transfer-selections {
36448
+ .amis-scope .antd-Transfer-select > .antd-Transfer-selection,
36449
+ .amis-scope .antd-Transfer-result > .antd-Transfer-value {
35792
36450
  flex-grow: 1;
35793
36451
  max-height: 100%;
35794
36452
  overflow: auto;
35795
36453
  position: relative;
35796
36454
  }
35797
36455
 
35798
- .amis-scope .antd-Transfer-search + .antd-Transfer-checkboxes {
36456
+ .amis-scope .antd-Transfer-search + .antd-Transfer-selection {
35799
36457
  border-top: 1px solid #eceff8;
35800
36458
  }
35801
36459
 
35802
- .amis-scope .antd-Transfer-checkboxes .antd-ListCheckboxes-placeholder {
36460
+ .amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
35803
36461
  height: 100%;
35804
36462
  display: flex;
35805
36463
  align-items: center;
@@ -35847,13 +36505,30 @@ readers do not read off random characters that represent icons */
35847
36505
  color: #999;
35848
36506
  }
35849
36507
 
35850
- .amis-scope .antd-Transfer-tabs {
36508
+ .amis-scope .antd-TabsTransfer .antd-Transfer-title {
36509
+ height: 40px;
36510
+ }
36511
+
36512
+ .amis-scope .antd-TabsTransfer-placeholder {
36513
+ height: 1.875rem;
36514
+ line-height: 1.4285714286;
36515
+ font-size: 0.875rem;
36516
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36517
+ color: #999;
36518
+ }
36519
+
36520
+ .amis-scope .antd-TabsTransfer-tab {
36521
+ padding: 0;
36522
+ overflow: auto;
36523
+ }
36524
+
36525
+ .amis-scope .antd-TabsTransfer-tabs {
35851
36526
  display: flex;
35852
36527
  flex-direction: column;
35853
36528
  height: 100%;
35854
36529
  }
35855
36530
 
35856
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links {
36531
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
35857
36532
  border-top: 0 none;
35858
36533
  padding: 5px 0 0 5px;
35859
36534
  display: flex;
@@ -35862,65 +36537,105 @@ readers do not read off random characters that represent icons */
35862
36537
  align-items: center;
35863
36538
  }
35864
36539
 
35865
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
36540
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
35866
36541
  font-size: 12px;
35867
36542
  padding: 7px 8px;
35868
36543
  }
35869
36544
 
35870
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
36545
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
35871
36546
  flex-grow: 1;
35872
36547
  }
35873
36548
 
35874
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox {
36549
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
35875
36550
  margin: -5px 5px 0 10px;
35876
36551
  }
35877
36552
 
35878
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
36553
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
35879
36554
  width: 150px;
35880
36555
  margin-right: 10px;
35881
36556
  padding-left: 10px;
35882
36557
  }
35883
36558
 
35884
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content {
36559
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
35885
36560
  flex-grow: 1;
36561
+ min-height: 0;
35886
36562
  position: relative;
35887
36563
  padding: 5px 0 0;
35888
36564
  }
35889
36565
 
35890
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
36566
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
35891
36567
  position: relative;
35892
- min-height: 100%;
36568
+ height: 100%;
35893
36569
  }
35894
36570
 
35895
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
36571
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
35896
36572
  display: flex;
35897
36573
  flex-direction: column;
35898
36574
  }
35899
36575
 
35900
- .amis-scope .antd-Transfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-checkboxes {
36576
+ .amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
35901
36577
  flex-grow: 1;
35902
36578
  max-height: 100%;
35903
36579
  overflow: auto;
35904
36580
  }
35905
36581
 
35906
- .amis-scope .antd-TabsTransfer .antd-Transfer-title {
35907
- height: 40px;
36582
+ .amis-scope .antd-TransferControl {
36583
+ position: relative;
35908
36584
  }
35909
36585
 
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;
36586
+ .amis-scope .antd-TransferControl.is-inline {
36587
+ display: inline-block;
36588
+ }
36589
+
36590
+ .amis-scope .antd-TransferPicker-icon {
36591
+ transition: transform 0s ease-out;
36592
+ margin: 5px 5px 5px auto;
36593
+ display: flex;
35915
36594
  color: #999;
35916
36595
  }
35917
36596
 
35918
- .amis-scope .antd-TransferControl {
35919
- position: relative;
36597
+ .amis-scope .antd-TransferPicker-icon:hover {
36598
+ color: #1890ff;
35920
36599
  }
35921
36600
 
35922
- .amis-scope .antd-TransferControl.is-inline {
35923
- display: inline-block;
36601
+ .amis-scope .antd-TransferPicker-icon > svg {
36602
+ width: 0.75rem;
36603
+ height: 0.75rem;
36604
+ top: 0;
36605
+ }
36606
+
36607
+ .amis-scope .antd-TransferDropDown-icon {
36608
+ transition: transform 0s ease-out;
36609
+ margin: 5px 5px 5px auto;
36610
+ display: flex;
36611
+ color: #999;
36612
+ }
36613
+
36614
+ .amis-scope .antd-TransferDropDown-icon:hover {
36615
+ color: #1890ff;
36616
+ }
36617
+
36618
+ .amis-scope .antd-TransferDropDown-icon > svg {
36619
+ width: 0.625rem;
36620
+ height: 0.625rem;
36621
+ top: 0;
36622
+ }
36623
+
36624
+ .amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
36625
+ transform: rotate(180deg);
36626
+ }
36627
+
36628
+ .amis-scope .antd-TransferDropDown-content {
36629
+ min-height: 12.5rem;
36630
+ display: flex;
36631
+ flex-direction: column;
36632
+ }
36633
+
36634
+ .amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
36635
+ flex-grow: 1;
36636
+ max-height: 100%;
36637
+ overflow: auto;
36638
+ position: relative;
35924
36639
  }
35925
36640
 
35926
36641
  .amis-scope .antd-NestedSelectControl {
@@ -36692,12 +37407,61 @@ readers do not read off random characters that represent icons */
36692
37407
  min-width: 10rem;
36693
37408
  }
36694
37409
 
37410
+ .amis-scope .antd-Form--column {
37411
+ display: flex;
37412
+ flex-wrap: wrap;
37413
+ margin-left: calc(1rem / -2);
37414
+ margin-right: calc(1rem / -2);
37415
+ }
37416
+
37417
+ .amis-scope .antd-Form--column > .antd-Form-item {
37418
+ flex-grow: 1;
37419
+ padding-left: calc(1rem / 2);
37420
+ padding-right: calc(1rem / 2);
37421
+ }
37422
+
37423
+ .amis-scope .antd-Form--column-2 > .antd-Form-item {
37424
+ width: 50%;
37425
+ }
37426
+
37427
+ .amis-scope .antd-Form--column-3 > .antd-Form-item {
37428
+ width: 33%;
37429
+ }
37430
+
37431
+ .amis-scope .antd-Form--column-4 > .antd-Form-item {
37432
+ width: 25%;
37433
+ }
37434
+
37435
+ .amis-scope .antd-Form--column-5 > .antd-Form-item {
37436
+ width: 20%;
37437
+ }
37438
+
37439
+ .amis-scope .antd-Form--column-6 > .antd-Form-item {
37440
+ width: 16.6%;
37441
+ }
37442
+
37443
+ .amis-scope .antd-Form--column-7 > .antd-Form-item {
37444
+ width: 14.2%;
37445
+ }
37446
+
37447
+ .amis-scope .antd-Form--column-8 > .antd-Form-item {
37448
+ width: 12.5%;
37449
+ }
37450
+
37451
+ .amis-scope .antd-Form-column-9 > .antd-Form-item {
37452
+ width: 11.1%;
37453
+ }
37454
+
37455
+ .amis-scope .antd-Form-column-10 > .antd-Form-item {
37456
+ width: 10%;
37457
+ }
37458
+
36695
37459
  .amis-scope .antd-AnchorNav {
36696
37460
  display: flex;
36697
37461
  height: 25rem;
36698
37462
  }
36699
37463
 
36700
- .amis-scope .antd-AnchorNav-link-wrap {
37464
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
36701
37465
  margin: 0;
36702
37466
  padding: 0;
36703
37467
  width: 8.75rem;
@@ -36705,12 +37469,12 @@ readers do not read off random characters that represent icons */
36705
37469
  padding-bottom: 3.75rem;
36706
37470
  }
36707
37471
 
36708
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
37472
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
36709
37473
  position: relative;
36710
37474
  display: block;
36711
37475
  }
36712
37476
 
36713
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
37477
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
36714
37478
  display: block;
36715
37479
  border: 0.0625rem solid transparent;
36716
37480
  border-width: 0 0.125rem 0 0;
@@ -36724,20 +37488,75 @@ readers do not read off random characters that represent icons */
36724
37488
  margin: 0;
36725
37489
  }
36726
37490
 
36727
- .amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
37491
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
37492
+ color: #1890ff;
37493
+ }
37494
+
37495
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
37496
+ .amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
36728
37497
  color: #1890ff;
37498
+ border-color: #1890ff;
37499
+ }
37500
+
37501
+ .amis-scope .antd-AnchorNav--horizontal {
37502
+ flex-direction: column;
37503
+ }
37504
+
37505
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
37506
+ user-select: none;
37507
+ margin: 0px;
37508
+ padding: 0px;
37509
+ border-bottom: 0.0625rem solid #eceff8;
37510
+ list-style: none;
37511
+ }
37512
+
37513
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
37514
+ margin-bottom: calc(0.0625rem * -1);
37515
+ display: inline-block;
37516
+ position: relative;
37517
+ }
37518
+
37519
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
37520
+ font-size: 0.875rem;
37521
+ outline: 0;
37522
+ border: 0.0625rem solid transparent;
37523
+ border-width: 0 0 0.125rem 0;
37524
+ border-top-left-radius: 2px;
37525
+ border-top-right-radius: 2px;
37526
+ color: rgba(0, 0, 0, 0.85);
37527
+ margin: 0 0.1875rem 0 0;
37528
+ padding: 0.5rem 0.75rem;
37529
+ text-decoration: none;
37530
+ cursor: pointer;
37531
+ display: block;
36729
37532
  }
36730
37533
 
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 {
37534
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
37535
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
36733
37536
  color: #1890ff;
37537
+ background: transparent;
37538
+ border-color: transparent;
37539
+ }
37540
+
37541
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
37542
+ margin: 0;
37543
+ }
37544
+
37545
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
37546
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
37547
+ .amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
37548
+ font-size: 0.875rem;
37549
+ border-width: 0 0 0.125rem 0;
36734
37550
  border-color: #1890ff;
37551
+ color: #1890ff;
37552
+ background: transparent;
36735
37553
  }
36736
37554
 
36737
37555
  .amis-scope .antd-AnchorNav-section-wrap {
36738
37556
  border: none;
36739
37557
  flex-grow: 1;
36740
37558
  overflow: auto;
37559
+ scroll-behavior: smooth;
36741
37560
  background: #fff;
36742
37561
  }
36743
37562