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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/Checkbox.d.ts +20 -20
  16. package/lib/components/Collapse.d.ts +51 -23
  17. package/lib/components/Collapse.js +69 -11
  18. package/lib/components/Collapse.js.map +2 -2
  19. package/lib/components/CollapseGroup.d.ts +88 -0
  20. package/lib/components/CollapseGroup.js +81 -0
  21. package/lib/components/CollapseGroup.js.map +13 -0
  22. package/lib/components/ColorPicker.d.ts +84 -84
  23. package/lib/components/DatePicker.d.ts +84 -84
  24. package/lib/components/DateRangePicker.d.ts +84 -84
  25. package/lib/components/Editor.d.ts +84 -84
  26. package/lib/components/GridNav.d.ts +52 -0
  27. package/lib/components/GridNav.js +123 -0
  28. package/lib/components/GridNav.js.map +13 -0
  29. package/lib/components/GroupedSelection.d.ts +907 -0
  30. package/lib/components/GroupedSelection.js +48 -0
  31. package/lib/components/GroupedSelection.js.map +13 -0
  32. package/lib/components/InputBox.d.ts +22 -21
  33. package/lib/components/InputBox.js +10 -2
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +29 -36
  36. package/lib/components/Link.js +14 -15
  37. package/lib/components/Link.js.map +2 -2
  38. package/lib/components/ListGroup.d.ts +21 -21
  39. package/lib/components/ModalManager.js +1 -1
  40. package/lib/components/ModalManager.js.map +2 -2
  41. package/lib/components/MonthRangePicker.d.ts +84 -84
  42. package/lib/components/NumberInput.d.ts +20 -20
  43. package/lib/components/PickerColumn.d.ts +514 -0
  44. package/lib/components/PickerColumn.js +279 -0
  45. package/lib/components/PickerColumn.js.map +13 -0
  46. package/lib/components/PickerContainer.d.ts +513 -0
  47. package/lib/components/PickerContainer.js +96 -0
  48. package/lib/components/PickerContainer.js.map +13 -0
  49. package/lib/components/Radios.d.ts +22 -21
  50. package/lib/components/Radios.js +1 -0
  51. package/lib/components/Radios.js.map +2 -2
  52. package/lib/components/Rating.d.ts +21 -21
  53. package/lib/components/ResultBox.d.ts +84 -84
  54. package/lib/components/ResultBox.js +10 -2
  55. package/lib/components/ResultBox.js.map +2 -2
  56. package/lib/components/SearchBox.d.ts +84 -84
  57. package/lib/components/SearchBox.js +4 -4
  58. package/lib/components/SearchBox.js.map +2 -2
  59. package/lib/components/Select.d.ts +245 -237
  60. package/lib/components/Select.js +25 -4
  61. package/lib/components/Select.js.map +2 -2
  62. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  63. package/lib/components/Selection.js +134 -0
  64. package/lib/components/Selection.js.map +13 -0
  65. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  66. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  67. package/lib/components/TableSelection.js.map +13 -0
  68. package/lib/components/Tabs.d.ts +20 -20
  69. package/lib/components/TabsTransfer.d.ts +84 -84
  70. package/lib/components/TabsTransfer.js +9 -9
  71. package/lib/components/TabsTransfer.js.map +2 -2
  72. package/lib/components/TabsTransferPicker.d.ts +489 -0
  73. package/lib/components/TabsTransferPicker.js +60 -0
  74. package/lib/components/TabsTransferPicker.js.map +13 -0
  75. package/lib/components/Toast.d.ts +86 -85
  76. package/lib/components/Toast.js +6 -3
  77. package/lib/components/Toast.js.map +2 -2
  78. package/lib/components/Transfer.d.ts +908 -274
  79. package/lib/components/Transfer.js +31 -24
  80. package/lib/components/Transfer.js.map +2 -2
  81. package/lib/components/TransferDropDown.d.ts +488 -0
  82. package/lib/components/TransferDropDown.js +59 -0
  83. package/lib/components/TransferDropDown.js.map +13 -0
  84. package/lib/components/TransferPicker.d.ts +493 -0
  85. package/lib/components/TransferPicker.js +60 -0
  86. package/lib/components/TransferPicker.js.map +13 -0
  87. package/lib/components/Tree.d.ts +115 -84
  88. package/lib/components/Tree.js +183 -30
  89. package/lib/components/Tree.js.map +2 -2
  90. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  91. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  92. package/lib/components/TreeSelection.js.map +13 -0
  93. package/lib/components/WithRemoteConfig.js +1 -1
  94. package/lib/components/WithRemoteConfig.js.map +2 -2
  95. package/lib/components/condition-builder/Field.js +5 -2
  96. package/lib/components/condition-builder/Field.js.map +2 -2
  97. package/lib/components/condition-builder/Func.js +2 -2
  98. package/lib/components/condition-builder/Func.js.map +2 -2
  99. package/lib/components/condition-builder/InputSwitch.js +2 -2
  100. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  101. package/lib/components/condition-builder/Item.js +3 -3
  102. package/lib/components/condition-builder/Item.js.map +2 -2
  103. package/lib/components/icons.js +2 -0
  104. package/lib/components/icons.js.map +2 -2
  105. package/lib/components/index.d.ts +8 -8
  106. package/lib/components/index.js +16 -16
  107. package/lib/components/index.js.map +2 -2
  108. package/lib/envOverwrite.d.ts +1 -1
  109. package/lib/envOverwrite.js +24 -9
  110. package/lib/envOverwrite.js.map +2 -2
  111. package/lib/factory.d.ts +15 -1
  112. package/lib/factory.js +35 -6
  113. package/lib/factory.js.map +2 -2
  114. package/lib/helper.css.map +1 -1
  115. package/lib/hooks/index.d.ts +5 -0
  116. package/lib/hooks/index.js +14 -0
  117. package/lib/hooks/index.js.map +13 -0
  118. package/lib/hooks/use-set-state.d.ts +2 -0
  119. package/lib/hooks/use-set-state.js +15 -0
  120. package/lib/hooks/use-set-state.js.map +13 -0
  121. package/lib/hooks/use-touch.d.ts +16 -0
  122. package/lib/hooks/use-touch.js +73 -0
  123. package/lib/hooks/use-touch.js.map +13 -0
  124. package/lib/hooks/use-update-effect.d.ts +3 -0
  125. package/lib/hooks/use-update-effect.js +17 -0
  126. package/lib/hooks/use-update-effect.js.map +13 -0
  127. package/lib/icons/download.js +7 -0
  128. package/lib/icons/drag-bar.js +10 -3
  129. package/lib/index.d.ts +5 -0
  130. package/lib/index.js +6 -1
  131. package/lib/index.js.map +2 -2
  132. package/lib/locale/de-DE.js +2 -0
  133. package/lib/locale/de-DE.js.map +2 -2
  134. package/lib/locale/en-US.js +3 -0
  135. package/lib/locale/en-US.js.map +2 -2
  136. package/lib/locale/zh-CN.js +5 -2
  137. package/lib/locale/zh-CN.js.map +2 -2
  138. package/lib/renderers/Action.d.ts +4 -3
  139. package/lib/renderers/Action.js +17 -4
  140. package/lib/renderers/Action.js.map +2 -2
  141. package/lib/renderers/AnchorNav.d.ts +1 -0
  142. package/lib/renderers/AnchorNav.js +2 -2
  143. package/lib/renderers/AnchorNav.js.map +2 -2
  144. package/lib/renderers/Avatar.js +3 -3
  145. package/lib/renderers/Avatar.js.map +2 -2
  146. package/lib/renderers/Breadcrumb.js +1 -1
  147. package/lib/renderers/Breadcrumb.js.map +2 -2
  148. package/lib/renderers/CRUD.d.ts +9 -0
  149. package/lib/renderers/CRUD.js +24 -4
  150. package/lib/renderers/CRUD.js.map +2 -2
  151. package/lib/renderers/Card.d.ts +4 -0
  152. package/lib/renderers/Card.js +29 -23
  153. package/lib/renderers/Card.js.map +2 -2
  154. package/lib/renderers/Chart.js +1 -1
  155. package/lib/renderers/Chart.js.map +2 -2
  156. package/lib/renderers/Collapse.d.ts +25 -20
  157. package/lib/renderers/Collapse.js +10 -72
  158. package/lib/renderers/Collapse.js.map +2 -2
  159. package/lib/renderers/CollapseGroup.d.ts +42 -0
  160. package/lib/renderers/CollapseGroup.js +33 -0
  161. package/lib/renderers/CollapseGroup.js.map +13 -0
  162. package/lib/renderers/DropDownButton.js +1 -1
  163. package/lib/renderers/DropDownButton.js.map +2 -2
  164. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  165. package/lib/renderers/Form/Editor.d.ts +3 -2
  166. package/lib/renderers/Form/InputCity.d.ts +84 -84
  167. package/lib/renderers/Form/InputCity.js +7 -6
  168. package/lib/renderers/Form/InputCity.js.map +2 -2
  169. package/lib/renderers/Form/InputColor.d.ts +84 -84
  170. package/lib/renderers/Form/InputFile.d.ts +6 -0
  171. package/lib/renderers/Form/InputFile.js +28 -8
  172. package/lib/renderers/Form/InputFile.js.map +2 -2
  173. package/lib/renderers/Form/InputImage.js +11 -4
  174. package/lib/renderers/Form/InputImage.js.map +2 -2
  175. package/lib/renderers/Form/Item.d.ts +1 -1
  176. package/lib/renderers/Form/Item.js +2 -1
  177. package/lib/renderers/Form/Item.js.map +2 -2
  178. package/lib/renderers/Form/Options.js +13 -3
  179. package/lib/renderers/Form/Options.js.map +2 -2
  180. package/lib/renderers/Form/Select.d.ts +42 -4
  181. package/lib/renderers/Form/Select.js +37 -3
  182. package/lib/renderers/Form/Select.js.map +2 -2
  183. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  184. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  185. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  186. package/lib/renderers/Form/Transfer.js +18 -3
  187. package/lib/renderers/Form/Transfer.js.map +2 -2
  188. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  189. package/lib/renderers/Form/TransferPicker.js +43 -0
  190. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  191. package/lib/renderers/Form/TreeSelect.js +2 -2
  192. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  193. package/lib/renderers/Form/index.d.ts +5 -0
  194. package/lib/renderers/Form/index.js +5 -3
  195. package/lib/renderers/Form/index.js.map +2 -2
  196. package/lib/renderers/Form/wrapControl.js +13 -1
  197. package/lib/renderers/Form/wrapControl.js.map +2 -2
  198. package/lib/renderers/GridNav.d.ts +99 -0
  199. package/lib/renderers/GridNav.js +82 -0
  200. package/lib/renderers/GridNav.js.map +13 -0
  201. package/lib/renderers/IFrame.js +1 -3
  202. package/lib/renderers/IFrame.js.map +2 -2
  203. package/lib/renderers/Json.d.ts +4 -0
  204. package/lib/renderers/Json.js +4 -13
  205. package/lib/renderers/Json.js.map +2 -2
  206. package/lib/renderers/Link.d.ts +4 -2
  207. package/lib/renderers/Link.js +15 -6
  208. package/lib/renderers/Link.js.map +2 -2
  209. package/lib/renderers/List.js +1 -1
  210. package/lib/renderers/List.js.map +2 -2
  211. package/lib/renderers/Mapping.d.ts +9 -2
  212. package/lib/renderers/Mapping.js +18 -6
  213. package/lib/renderers/Mapping.js.map +2 -2
  214. package/lib/renderers/Nav.d.ts +21 -21
  215. package/lib/renderers/Nav.js +39 -21
  216. package/lib/renderers/Nav.js.map +2 -2
  217. package/lib/renderers/Portlet.d.ts +125 -0
  218. package/lib/renderers/Portlet.js +156 -0
  219. package/lib/renderers/Portlet.js.map +13 -0
  220. package/lib/renderers/Property.js +2 -1
  221. package/lib/renderers/Property.js.map +2 -2
  222. package/lib/renderers/SearchBox.d.ts +6 -1
  223. package/lib/renderers/SearchBox.js +19 -5
  224. package/lib/renderers/SearchBox.js.map +2 -2
  225. package/lib/renderers/Table/TableContent.d.ts +4 -1
  226. package/lib/renderers/Table/TableContent.js +21 -1
  227. package/lib/renderers/Table/TableContent.js.map +2 -2
  228. package/lib/renderers/Table/index.d.ts +5 -1
  229. package/lib/renderers/Table/index.js +65 -30
  230. package/lib/renderers/Table/index.js.map +2 -2
  231. package/lib/renderers/Tabs.js +9 -1
  232. package/lib/renderers/Tabs.js.map +2 -2
  233. package/lib/renderers/WebComponent.js +1 -1
  234. package/lib/renderers/WebComponent.js.map +2 -2
  235. package/lib/store/combo.d.ts +2 -16
  236. package/lib/store/crud.js +3 -7
  237. package/lib/store/crud.js.map +2 -2
  238. package/lib/store/form.d.ts +1 -1
  239. package/lib/store/form.js +5 -6
  240. package/lib/store/form.js.map +2 -2
  241. package/lib/store/formItem.js +44 -4
  242. package/lib/store/formItem.js.map +2 -2
  243. package/lib/store/service.js +5 -4
  244. package/lib/store/service.js.map +2 -2
  245. package/lib/store/table.d.ts +3 -2
  246. package/lib/store/table.js +35 -12
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +689 -175
  249. package/lib/themes/ang.css +689 -175
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +689 -175
  252. package/lib/themes/antd.css +689 -175
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +728 -213
  255. package/lib/themes/cxd.css +728 -213
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +689 -175
  258. package/lib/themes/dark.css +689 -175
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +728 -213
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/types.d.ts +38 -1
  263. package/lib/types.js +0 -5
  264. package/lib/types.js.map +2 -2
  265. package/lib/utils/api.d.ts +4 -2
  266. package/lib/utils/api.js +104 -17
  267. package/lib/utils/api.js.map +2 -2
  268. package/lib/utils/dom.d.ts +4 -0
  269. package/lib/utils/dom.js +11 -1
  270. package/lib/utils/dom.js.map +2 -2
  271. package/lib/utils/helper.d.ts +8 -0
  272. package/lib/utils/helper.js +28 -2
  273. package/lib/utils/helper.js.map +2 -2
  274. package/lib/utils/icon.js +3 -0
  275. package/lib/utils/icon.js.map +2 -2
  276. package/package.json +1 -1
  277. package/schema.json +3326 -836
  278. package/scss/_mixins.scss +1 -3
  279. package/scss/_properties.scss +25 -1
  280. package/scss/base/_common.scss +3 -0
  281. package/scss/base/_normalize.scss +2 -0
  282. package/scss/components/_anchor-nav.scss +89 -29
  283. package/scss/components/_card.scss +8 -14
  284. package/scss/components/_collapse-group.scss +11 -0
  285. package/scss/components/_collapse.scss +48 -22
  286. package/scss/components/_grid-nav.scss +128 -0
  287. package/scss/components/_input-box.scss +1 -0
  288. package/scss/components/_mapping.scss +6 -0
  289. package/scss/components/_nav.scss +2 -2
  290. package/scss/components/_picker-columns.scss +124 -0
  291. package/scss/components/_popover.scss +13 -0
  292. package/scss/components/_portlet.scss +51 -0
  293. package/scss/components/_result-box.scss +1 -0
  294. package/scss/components/_spinner.scss +5 -4
  295. package/scss/components/_status.scss +1 -1
  296. package/scss/components/_table.scss +32 -0
  297. package/scss/components/form/_checks.scss +0 -351
  298. package/scss/components/form/_combo.scss +4 -0
  299. package/scss/components/form/_fieldset.scss +5 -1
  300. package/scss/components/form/_file.scss +11 -0
  301. package/scss/components/form/_form.scss +48 -0
  302. package/scss/components/form/_selection.scss +354 -0
  303. package/scss/components/form/_transfer.scss +75 -18
  304. package/scss/components/form/_tree.scss +42 -0
  305. package/scss/themes/_common.scss +7 -0
  306. package/scss/themes/_cxd-variables.scss +8 -6
  307. package/scss/themes/cxd.scss +17 -12
  308. package/sdk/ang-ie11.css +786 -196
  309. package/sdk/ang.css +820 -213
  310. package/sdk/antd-ie11.css +786 -196
  311. package/sdk/antd.css +820 -213
  312. package/sdk/charts.js +13 -13
  313. package/sdk/color-picker.js +65 -69
  314. package/sdk/cropperjs.js +2 -2
  315. package/sdk/cxd-ie11.css +825 -236
  316. package/sdk/cxd.css +862 -254
  317. package/sdk/dark-ie11.css +787 -197
  318. package/sdk/dark.css +820 -213
  319. package/sdk/exceljs.js +1 -1
  320. package/sdk/helper.css.map +1 -1
  321. package/sdk/iconfont.svg +2513 -0
  322. package/sdk/iconfont.ttf +0 -0
  323. package/sdk/iconfont.woff +0 -0
  324. package/sdk/locale/de-DE.js +2 -0
  325. package/sdk/markdown.js +69 -69
  326. package/sdk/papaparse.js +1 -1
  327. package/sdk/renderers/Form/CityDB.js +1 -1
  328. package/sdk/rest.js +20 -28
  329. package/sdk/rich-text.js +62 -62
  330. package/sdk/sdk-ie11.css +825 -236
  331. package/sdk/sdk.css +862 -254
  332. package/sdk/sdk.js +1243 -1175
  333. package/sdk/thirds/hls.js/hls.js +1 -1
  334. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  335. package/sdk/tinymce.js +57 -57
  336. package/src/Schema.ts +19 -1
  337. package/src/components/AnchorNav.tsx +15 -4
  338. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  339. package/src/components/Badge.tsx +3 -3
  340. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  341. package/src/components/Collapse.tsx +144 -20
  342. package/src/components/CollapseGroup.tsx +130 -0
  343. package/src/components/GridNav.tsx +233 -0
  344. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  345. package/src/components/InputBox.tsx +10 -9
  346. package/src/components/Link.tsx +28 -37
  347. package/src/components/ModalManager.ts +1 -1
  348. package/src/components/PickerColumn.tsx +429 -0
  349. package/src/components/PickerContainer.tsx +128 -0
  350. package/src/components/Radios.tsx +3 -8
  351. package/src/components/ResultBox.tsx +9 -9
  352. package/src/components/SearchBox.tsx +4 -5
  353. package/src/components/Select.tsx +57 -5
  354. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  355. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  356. package/src/components/TabsTransfer.tsx +13 -7
  357. package/src/components/TabsTransferPicker.tsx +85 -0
  358. package/src/components/Toast.tsx +23 -16
  359. package/src/components/Transfer.tsx +71 -50
  360. package/src/components/TransferDropDown.tsx +120 -0
  361. package/src/components/TransferPicker.tsx +91 -0
  362. package/src/components/Tree.tsx +194 -8
  363. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  364. package/src/components/WithRemoteConfig.tsx +7 -2
  365. package/src/components/condition-builder/Field.tsx +5 -5
  366. package/src/components/condition-builder/Func.tsx +3 -3
  367. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  368. package/src/components/condition-builder/Item.tsx +5 -12
  369. package/src/components/icons.tsx +2 -0
  370. package/src/components/index.tsx +13 -13
  371. package/src/envOverwrite.ts +20 -8
  372. package/src/factory.tsx +70 -9
  373. package/src/hooks/index.ts +5 -0
  374. package/src/hooks/use-set-state.ts +19 -0
  375. package/src/hooks/use-touch.ts +100 -0
  376. package/src/hooks/use-update-effect.ts +16 -0
  377. package/src/icons/download.svg +4 -0
  378. package/src/icons/drag-bar.svg +12 -6
  379. package/src/index.tsx +5 -0
  380. package/src/locale/de-DE.ts +2 -0
  381. package/src/locale/en-US.ts +3 -0
  382. package/src/locale/zh-CN.ts +5 -2
  383. package/src/renderers/Action.tsx +28 -2
  384. package/src/renderers/AnchorNav.tsx +4 -0
  385. package/src/renderers/Avatar.tsx +8 -4
  386. package/src/renderers/Breadcrumb.tsx +5 -1
  387. package/src/renderers/CRUD.tsx +33 -3
  388. package/src/renderers/Card.tsx +63 -34
  389. package/src/renderers/Chart.tsx +6 -2
  390. package/src/renderers/Collapse.tsx +70 -115
  391. package/src/renderers/CollapseGroup.tsx +80 -0
  392. package/src/renderers/DropDownButton.tsx +1 -1
  393. package/src/renderers/Form/InputCity.tsx +4 -8
  394. package/src/renderers/Form/InputFile.tsx +65 -24
  395. package/src/renderers/Form/InputImage.tsx +11 -3
  396. package/src/renderers/Form/Item.tsx +3 -2
  397. package/src/renderers/Form/Options.tsx +16 -2
  398. package/src/renderers/Form/Select.tsx +162 -21
  399. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  400. package/src/renderers/Form/Transfer.tsx +19 -4
  401. package/src/renderers/Form/TransferPicker.tsx +145 -0
  402. package/src/renderers/Form/TreeSelect.tsx +25 -0
  403. package/src/renderers/Form/index.tsx +15 -2
  404. package/src/renderers/Form/wrapControl.tsx +26 -1
  405. package/src/renderers/GridNav.tsx +204 -0
  406. package/src/renderers/IFrame.tsx +2 -4
  407. package/src/renderers/Json.tsx +9 -9
  408. package/src/renderers/Link.tsx +27 -13
  409. package/src/renderers/List.tsx +1 -1
  410. package/src/renderers/Mapping.tsx +27 -11
  411. package/src/renderers/Nav.tsx +108 -60
  412. package/src/renderers/Portlet.tsx +423 -0
  413. package/src/renderers/Property.tsx +3 -2
  414. package/src/renderers/SearchBox.tsx +23 -4
  415. package/src/renderers/Table/TableContent.tsx +40 -2
  416. package/src/renderers/Table/index.tsx +88 -43
  417. package/src/renderers/Tabs.tsx +9 -1
  418. package/src/renderers/WebComponent.tsx +2 -2
  419. package/src/store/crud.ts +3 -8
  420. package/src/store/form.ts +5 -10
  421. package/src/store/formItem.ts +94 -2
  422. package/src/store/service.ts +5 -4
  423. package/src/store/table.ts +55 -14
  424. package/src/types.ts +58 -1
  425. package/src/utils/api.ts +133 -26
  426. package/src/utils/dom.tsx +12 -0
  427. package/src/utils/helper.ts +27 -0
  428. package/src/utils/icon.tsx +4 -0
  429. package/tsconfig-for-declaration.json +1 -1
  430. package/dump.rdb +0 -0
  431. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  432. package/lib/components/AssociatedCheckboxes.js +0 -90
  433. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  434. package/lib/components/ChainedCheckboxes.js.map +0 -13
  435. package/lib/components/Checkboxes.js +0 -101
  436. package/lib/components/Checkboxes.js.map +0 -13
  437. package/lib/components/ListCheckboxes.d.ts +0 -739
  438. package/lib/components/ListCheckboxes.js +0 -48
  439. package/lib/components/ListCheckboxes.js.map +0 -13
  440. package/lib/components/ListRadios.d.ts +0 -763
  441. package/lib/components/ListRadios.js +0 -86
  442. package/lib/components/ListRadios.js.map +0 -13
  443. package/lib/components/TableCheckboxes.js.map +0 -13
  444. package/lib/components/TreeCheckboxes.js.map +0 -13
  445. package/lib/components/TreeRadios.d.ts +0 -838
  446. package/lib/components/TreeRadios.js +0 -116
  447. package/lib/components/TreeRadios.js.map +0 -13
  448. package/src/components/ListRadios.tsx +0 -159
  449. package/src/components/TreeRadios.tsx +0 -202
package/sdk/cxd.css CHANGED
@@ -19151,7 +19151,7 @@ readers do not read off random characters that represent icons */
19151
19151
  --danger: #e8684a;
19152
19152
  --danger-onHover: #e44c28;
19153
19153
  --danger-onActive: #e2421d;
19154
- --light: #1ac5ff;
19154
+ --light: #eaf6fe;
19155
19155
  --dark: #343a40;
19156
19156
  --fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
19157
19157
  "Liberation Mono", "Courier New", monospace;
@@ -19325,11 +19325,11 @@ readers do not read off random characters that represent icons */
19325
19325
  --Button--light-bg: var(--light);
19326
19326
  --Button--light-border: var(--borderColor);
19327
19327
  --Button--light-color: var(--text-color);
19328
- --Button--light-onActive-bg: #00ace6;
19329
- --Button--light-onActive-border: #00a2d9;
19328
+ --Button--light-onActive-bg: #b9e1fc;
19329
+ --Button--light-onActive-border: #addcfb;
19330
19330
  --Button--light-onActive-color: var(--Button--light-color);
19331
- --Button--light-onHover-bg: #00b5f3;
19332
- --Button--light-onHover-border: #00ace6;
19331
+ --Button--light-onHover-bg: #c5e6fc;
19332
+ --Button--light-onHover-border: #b9e1fc;
19333
19333
  --Button--light-onHover-color: var(--Button--light-color);
19334
19334
  --Button--link-color: var(--primary);
19335
19335
  --Button--link-onDisabled-color: #4b5563;
@@ -19623,8 +19623,13 @@ readers do not read off random characters that represent icons */
19623
19623
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
19624
  --Collapse-header-bg: transparent;
19625
19625
  --Collapse-header-onHover-bg: transparent;
19626
- --Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
19626
+ --Collapse-header-collapsed-border: var(--borderWidth) solid
19627
19627
  var(--Collapse-border-color);
19628
+ --Collapse-header-collapsed-borderTop: none;
19629
+ --Collapse-header-collapsed-borderBottom: var(
19630
+ --Collapse-header-collapsed-border
19631
+ );
19632
+ --Collapse-header-wrapper-direction: row;
19628
19633
  --Collapse-content-padding: 1.125rem 0;
19629
19634
  --Collapse-content-color: var(--body-color);
19630
19635
  --Collapse-content-fontSize: var(--body-size);
@@ -20062,7 +20067,7 @@ readers do not read off random characters that represent icons */
20062
20067
  --Number-handler-onHover-color: var(--text-color);
20063
20068
  --Number-handler-width: var(--gap-lg);
20064
20069
  --Number-onDisabled-bg: var(--Form-input-bg);
20065
- --Page-aside-bg: #0ec0fc;
20070
+ --Page-aside-bg: #dcf0fd;
20066
20071
  --Page-aside-maxWidth: 18.75rem;
20067
20072
  --Page-aside-width: 12.5rem;
20068
20073
  --Page-body-padding: var(--gap-base);
@@ -20112,11 +20117,28 @@ readers do not read off random characters that represent icons */
20112
20117
  --Panel-titleMarginTop: 0;
20113
20118
  --Picker-iconColor: var(--icon-color);
20114
20119
  --Picker-onHover-iconColor: var(--icon-onHover-color);
20120
+ --PickerColumns-bg: white;
20121
+ --PickerColumns-toolbar-height: 3.125rem;
20122
+ --PickerColumns-title-fontSize: var(--fontSizeLg);
20123
+ --PickerColumns-title-lineHeight: 1.5;
20124
+ --PickerColumns-action-padding: 0 var(--gap-sm);
20125
+ --PickerColumns-action-fontSize: var(--fontSizeMd);
20126
+ --PickerColumns-confirmAction-color: var(--Button--info-bg);
20127
+ --PickerColumns-cancelAction-color: var(--Button--light-bg);
20128
+ --PickerColumns-option-fontSize: var(--fontSizeLg);
20129
+ --PickerColumns-optionText-color: var(--text-color);
20130
+ --PickerColumns-optionDisabled-opacity: 0.3;
20131
+ --PickerColumns-loadingIcon-color: var(--icon-color);
20132
+ --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
20115
20133
  --PopOver-bg: white;
20116
20134
  --PopOverAble-iconColor: inherit;
20117
20135
  --PopOverAble-onHover-iconColor: inherit;
20118
20136
  --Property-title-bg: #f2f2f2;
20119
20137
  --Property-label-bg: #f7f7f7;
20138
+ --Portlet-borderColor: var(--borderColor);
20139
+ --Portlet-borderStyle: solid;
20140
+ --Portlet-borderWidth: var(--borderWidth);
20141
+ --Portlet-borderRadius: var(--borderRadius);
20120
20142
  --QuickEdit-iconColor: inherit;
20121
20143
  --QuickEdit-onFocus-borderColor: var(--info);
20122
20144
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
@@ -20544,14 +20566,16 @@ readers do not read off random characters that represent icons */
20544
20566
  --ColorPicker-placeholderColor: #999;
20545
20567
  --ColorPicker-onDisabled-bg: #f5f5f5;
20546
20568
  --ColorPicker-onDisabled-color: #999;
20547
- --Collapse-border: 0.0625rem solid #dadbdd;
20548
- --Collapse-border-color: #dadbdd;
20569
+ --Collapse-border: 0.0625rem solid #EBEDF5;
20570
+ --Collapse-border-color: #EBEDF5;
20549
20571
  --Collapse-header-fontSize: 14px;
20550
20572
  --Collapse-header-fontWeight: 500;
20551
- --Collapse-header-padding: 1rem;
20552
- --Collapse-header-bg: #f2f2f4;
20553
- --Collapse-header-onHover-bg: #e6e6e8;
20573
+ --Collapse-header-padding: 0.875rem;
20574
+ --Collapse-header-bg: #F6F7FA;
20575
+ --Collapse-header-onHover-bg: #F3F9FE;
20576
+ --Collapse-header-bg-disabled-color: #F6F7FA;
20554
20577
  --Collapse-header-collapsed-borderBottom: none;
20578
+ --Collapse-header-wrapper-direction: row-reverse;
20555
20579
  --Collapse-content-padding: 1rem;
20556
20580
  --Collapse-content-color: #5e626a;
20557
20581
  --Collapse-content-fontSize: 12px;
@@ -21188,6 +21212,8 @@ readers do not read off random characters that represent icons */
21188
21212
  width: 1em;
21189
21213
  height: 1em;
21190
21214
  fill: currentColor;
21215
+ position: relative;
21216
+ top: 0.125em;
21191
21217
  }
21192
21218
 
21193
21219
  .amis-scope svg.r90 {
@@ -21262,6 +21288,10 @@ readers do not read off random characters that represent icons */
21262
21288
  height: 100%;
21263
21289
  }
21264
21290
 
21291
+ .amis-scope .has-popover {
21292
+ position: relative;
21293
+ }
21294
+
21265
21295
  .amis-scope,
21266
21296
  .amis-scope {
21267
21297
  width: 100%;
@@ -24405,6 +24435,140 @@ readers do not read off random characters that represent icons */
24405
24435
  background: transparent;
24406
24436
  }
24407
24437
 
24438
+ .amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
24439
+ background: rgba(0, 0, 0, 0.3);
24440
+ }
24441
+
24442
+ .amis-scope .cxd-PopOver--leftBottomLeftTop {
24443
+ margin-top: 0.25rem;
24444
+ }
24445
+
24446
+ .amis-scope .cxd-PopOver--leftTopLeftBottom {
24447
+ margin-top: -0.25rem;
24448
+ }
24449
+
24450
+ .amis-scope .cxd-PickerColumns {
24451
+ position: relative;
24452
+ background-color: var(--PickerColumns-bg);
24453
+ user-select: none;
24454
+ }
24455
+
24456
+ .amis-scope .cxd-PickerColumns-popOver {
24457
+ position: fixed;
24458
+ bottom: 0;
24459
+ left: 0;
24460
+ width: 100%;
24461
+ padding: 0 var(--gap-sm);
24462
+ }
24463
+
24464
+ .amis-scope .cxd-PickerColumns-toolbar {
24465
+ display: flex;
24466
+ align-items: center;
24467
+ justify-content: space-between;
24468
+ height: var(--PickerColumns-toolbar-height);
24469
+ }
24470
+
24471
+ .amis-scope .cxd-PickerColumns-cancel,
24472
+ .amis-scope .cxd-PickerColumns-confirm {
24473
+ height: 100%;
24474
+ padding: var(--PickerColumns-action-padding);
24475
+ font-size: var(--PickerColumns-action-fontSize);
24476
+ background-color: transparent;
24477
+ border: none;
24478
+ cursor: pointer;
24479
+ }
24480
+
24481
+ .amis-scope .cxd-PickerColumns-cancel:active,
24482
+ .amis-scope .cxd-PickerColumns-confirm:active {
24483
+ opacity: 0.7;
24484
+ }
24485
+
24486
+ .amis-scope .cxd-PickerColumns-confirm {
24487
+ color: var(--PickerColumns-confirmAction-color);
24488
+ }
24489
+
24490
+ .amis-scope .cxd-PickerColumns-cancel {
24491
+ color: var(--PickerColumns-cancelAction-color);
24492
+ }
24493
+
24494
+ .amis-scope .cxd-PickerColumns-title {
24495
+ max-width: 50%;
24496
+ font-weight: 500;
24497
+ font-size: var(--PickerColumns-title-fontSize);
24498
+ line-height: var(--PickerColumns-title-lineHeight);
24499
+ text-align: center;
24500
+ }
24501
+
24502
+ .amis-scope .cxd-PickerColumns-columns {
24503
+ touch-action: none;
24504
+ position: relative;
24505
+ display: flex;
24506
+ cursor: grab;
24507
+ }
24508
+
24509
+ .amis-scope .cxd-PickerColumns-loading {
24510
+ position: absolute;
24511
+ top: 0;
24512
+ right: 0;
24513
+ bottom: 0;
24514
+ left: 0;
24515
+ z-index: 3;
24516
+ display: flex;
24517
+ align-items: center;
24518
+ justify-content: center;
24519
+ color: var(--PickerColumns-loadingIcon-color);
24520
+ background-color: var(--PickerColumns-loadingMask-color);
24521
+ }
24522
+
24523
+ .amis-scope .cxd-PickerColumns-frame {
24524
+ position: absolute;
24525
+ top: 50%;
24526
+ right: var(--gap-md);
24527
+ left: var(--gap-md);
24528
+ z-index: 2;
24529
+ transform: translateY(-50%);
24530
+ pointer-events: none;
24531
+ }
24532
+
24533
+ .amis-scope .cxd-PickerColumns-mask {
24534
+ position: absolute;
24535
+ top: 0;
24536
+ left: 0;
24537
+ z-index: 1;
24538
+ width: 100%;
24539
+ height: 100%;
24540
+ 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));
24541
+ background-repeat: no-repeat;
24542
+ background-position: top, bottom;
24543
+ transform: translateZ(0);
24544
+ pointer-events: none;
24545
+ }
24546
+
24547
+ .amis-scope .cxd-PickerColumns-column {
24548
+ flex: 1;
24549
+ overflow: hidden;
24550
+ font-size: var(--PickerColumns-option-fontSize);
24551
+ }
24552
+
24553
+ .amis-scope .cxd-PickerColumns-columnWrapper {
24554
+ margin: 0;
24555
+ padding: 0;
24556
+ list-style: none;
24557
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24558
+ }
24559
+
24560
+ .amis-scope .cxd-PickerColumns-columnItem {
24561
+ display: flex;
24562
+ align-items: center;
24563
+ justify-content: center;
24564
+ color: var(--PickerColumns-optionText-color);
24565
+ }
24566
+
24567
+ .amis-scope .cxd-PickerColumns-columnItem.is-disabled {
24568
+ cursor: not-allowed;
24569
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24570
+ }
24571
+
24408
24572
  @keyframes bounceIn {
24409
24573
  from, 20%, 40%, 60%, 80%, to {
24410
24574
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25405,8 +25569,8 @@ readers do not read off random characters that represent icons */
25405
25569
  cursor: move;
25406
25570
  position: absolute;
25407
25571
  left: 0;
25408
- top: 0.6875rem;
25409
25572
  display: none;
25573
+ line-height: 0;
25410
25574
  }
25411
25575
 
25412
25576
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
@@ -25493,7 +25657,7 @@ readers do not read off random characters that represent icons */
25493
25657
  border-color: var(--Nav-item-onHover-color);
25494
25658
  text-decoration: none;
25495
25659
  background: var(--Nav-item-onHover-bg);
25496
- z-index: 9999;
25660
+ z-index: 1;
25497
25661
  }
25498
25662
 
25499
25663
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
@@ -26280,13 +26444,14 @@ readers do not read off random characters that represent icons */
26280
26444
  .amis-scope .cxd-Spinner--icon {
26281
26445
  background: transparent;
26282
26446
  animation: spin 2s linear infinite;
26283
- width: var(--fontSizeLg);
26284
- height: var(--fontSizeLg);
26447
+ width: 16px;
26448
+ height: 16px;
26285
26449
  }
26286
26450
 
26287
26451
  .amis-scope .cxd-Spinner--icon svg.icon {
26288
- width: var(--fontSizeLg);
26289
- height: var(--fontSizeLg);
26452
+ width: 16px;
26453
+ height: 16px;
26454
+ top: 0;
26290
26455
  }
26291
26456
 
26292
26457
  .amis-scope .cxd-Spinner--overlay {
@@ -26547,7 +26712,7 @@ readers do not read off random characters that represent icons */
26547
26712
  .amis-scope .cxd-Collapse {
26548
26713
  border: var(--Collapse-border);
26549
26714
  padding: 0;
26550
- margin-bottom: var(--Form-item-gap);
26715
+ line-height: 1.25rem;
26551
26716
  }
26552
26717
 
26553
26718
  .amis-scope .cxd-Collapse-header {
@@ -26557,9 +26722,19 @@ readers do not read off random characters that represent icons */
26557
26722
  padding: var(--Collapse-header-padding);
26558
26723
  margin: 0;
26559
26724
  border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26725
+ cursor: pointer;
26560
26726
  background: var(--Collapse-header-bg);
26561
26727
  }
26562
26728
 
26729
+ .amis-scope .cxd-Collapse-header-wrapper {
26730
+ display: inline-flex;
26731
+ flex-direction: var(--Collapse-header-wrapper-direction);
26732
+ }
26733
+
26734
+ .amis-scope .cxd-Collapse-header-tpl {
26735
+ margin-right: 0.5rem;
26736
+ }
26737
+
26563
26738
  .amis-scope .cxd-Collapse-header:hover {
26564
26739
  background: var(--Collapse-header-onHover-bg);
26565
26740
  }
@@ -26568,8 +26743,7 @@ readers do not read off random characters that represent icons */
26568
26743
  display: inline-block;
26569
26744
  width: 1rem;
26570
26745
  text-align: center;
26571
- margin-right: 0.5rem;
26572
- cursor: pointer;
26746
+ margin-right: var(--gap-xs);
26573
26747
  }
26574
26748
 
26575
26749
  .amis-scope .cxd-Collapse-arrow:before {
@@ -26578,49 +26752,67 @@ readers do not read off random characters that represent icons */
26578
26752
  display: inline-block;
26579
26753
  width: 0.375rem;
26580
26754
  height: 0.375rem;
26581
- top: -0.25rem;
26755
+ top: -0.125rem;
26582
26756
  border-color: var(--text-color);
26583
26757
  border-style: solid;
26584
26758
  border-width: 0.0625rem 0.0625rem 0 0;
26585
- transform: rotate(135deg);
26759
+ transform: rotate(45deg);
26586
26760
  transform-origin: 50% 50%;
26587
26761
  }
26588
26762
 
26589
- .amis-scope .cxd-Collapse-TplField {
26763
+ .amis-scope .cxd-Collapse-icon-tranform {
26590
26764
  display: inline-block;
26765
+ width: 1rem;
26766
+ text-align: center;
26767
+ margin-right: var(--gap-xs);
26591
26768
  }
26592
26769
 
26593
- .amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
26594
- transform: rotate(45deg);
26595
- transform-origin: 0% 50%;
26770
+ .amis-scope .cxd-Collapse .cxd-TplField {
26771
+ display: inline-block;
26596
26772
  }
26597
26773
 
26598
- .amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-header {
26599
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26774
+ .amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
26775
+ transform: rotate(135deg);
26776
+ transform-origin: 50% 30%;
26600
26777
  }
26601
26778
 
26602
- .amis-scope .cxd-Collapse--collapsable .cxd-Collapse-header {
26603
- cursor: pointer;
26779
+ .amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
26780
+ transform: rotate(90deg);
26781
+ }
26782
+
26783
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
26784
+ cursor: not-allowed;
26604
26785
  user-select: none;
26786
+ color: var(--text--muted-color);
26787
+ }
26788
+
26789
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
26790
+ background-color: var(--Collapse-header-bg-disabled-color);
26791
+ }
26792
+
26793
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
26794
+ border-color: var(--text--muted-color);
26605
26795
  }
26606
26796
 
26607
26797
  .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
26608
26798
  text-align: center;
26609
- color: var(--link-color);
26610
- border-left: none;
26611
26799
  font-size: var(--fontSizeBase);
26800
+ border-top: var(--Collapse-header-collapsed-borderTop);
26801
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26612
26802
  }
26613
26803
 
26614
- .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
26615
- top: 0.125rem;
26616
- transform: rotate(-45deg);
26617
- transform-origin: 0% 50%;
26804
+ .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
26805
+ border-top: none;
26618
26806
  }
26619
26807
 
26620
- .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-arrow:before {
26621
- top: -0.375rem;
26808
+ .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
26809
+ top: -0.25rem;
26622
26810
  transform: rotate(135deg);
26623
- transform-origin: 0% 50%;
26811
+ }
26812
+
26813
+ .amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
26814
+ top: 0;
26815
+ transform: rotate(-45deg);
26624
26816
  }
26625
26817
 
26626
26818
  .amis-scope .cxd-Collapse-contentWrapper {
@@ -26640,6 +26832,10 @@ readers do not read off random characters that represent icons */
26640
26832
  font-weight: var(--Collapse-content-fontWeight);
26641
26833
  }
26642
26834
 
26835
+ .amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
26836
+ float: right;
26837
+ }
26838
+
26643
26839
  .amis-scope .cxd-ColorField {
26644
26840
  display: inline-block;
26645
26841
  }
@@ -27828,6 +28024,10 @@ readers do not read off random characters that represent icons */
27828
28024
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27829
28025
  }
27830
28026
 
28027
+ .amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
28028
+ cursor: pointer;
28029
+ }
28030
+
27831
28031
  .amis-scope .cxd-Table-table > thead > tr > th {
27832
28032
  background: var(--Table-thead-bg);
27833
28033
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -27952,33 +28152,33 @@ readers do not read off random characters that represent icons */
27952
28152
  }
27953
28153
 
27954
28154
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
27955
- background-color: #1ac5ff;
28155
+ background-color: #eaf6fe;
27956
28156
  color: #151a26;
27957
28157
  }
27958
28158
 
27959
28159
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
27960
28160
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
27961
- background: #27c6fc;
28161
+ background: #f4fafe;
27962
28162
  }
27963
28163
 
27964
28164
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
27965
28165
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
27966
- background: #2fc6fa;
28166
+ background: #f9fcff;
27967
28167
  }
27968
28168
 
27969
28169
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
27970
28170
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
27971
- background: #0bc1ff;
28171
+ background: #dbf0fe;
27972
28172
  }
27973
28173
 
27974
28174
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
27975
28175
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
27976
- background: #01bfff;
28176
+ background: #d0ecfe;
27977
28177
  }
27978
28178
 
27979
28179
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
27980
28180
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
27981
- background-color: #1ac5ff;
28181
+ background-color: #eaf6fe;
27982
28182
  }
27983
28183
 
27984
28184
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark {
@@ -28787,6 +28987,11 @@ readers do not read off random characters that represent icons */
28787
28987
  cursor: move;
28788
28988
  }
28789
28989
 
28990
+ .amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
28991
+ .amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
28992
+ vertical-align: middle;
28993
+ }
28994
+
28790
28995
  .amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
28791
28996
  position: relative;
28792
28997
  }
@@ -29154,6 +29359,10 @@ readers do not read off random characters that represent icons */
29154
29359
  color: var(--icon-onHover-color);
29155
29360
  }
29156
29361
 
29362
+ .amis-scope .cxd-Table-dragBtn > svg {
29363
+ vertical-align: -2px;
29364
+ }
29365
+
29157
29366
  .amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
29158
29367
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
29159
29368
  .amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
@@ -29171,6 +29380,28 @@ readers do not read off random characters that represent icons */
29171
29380
  left: 0;
29172
29381
  }
29173
29382
 
29383
+ .amis-scope .cxd-Table--autoFillHeight {
29384
+ margin-bottom: 0;
29385
+ }
29386
+
29387
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
29388
+ border-top: none;
29389
+ }
29390
+
29391
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
29392
+ position: sticky;
29393
+ top: 0;
29394
+ z-index: 1;
29395
+ }
29396
+
29397
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
29398
+ display: none;
29399
+ }
29400
+
29401
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
29402
+ margin-bottom: 0;
29403
+ }
29404
+
29174
29405
  .amis-scope .cxd-InputTable-toolbar {
29175
29406
  display: flex;
29176
29407
  flex-direction: row;
@@ -29935,18 +30166,6 @@ readers do not read off random characters that represent icons */
29935
30166
  margin-top: var(--gap-xs);
29936
30167
  }
29937
30168
 
29938
- .amis-scope .cxd-Card-checkBtn {
29939
- position: absolute;
29940
- top: 0;
29941
- right: 0;
29942
- margin: var(--gap-sm);
29943
- z-index: 1;
29944
- }
29945
-
29946
- .amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
29947
- margin-right: 0;
29948
- }
29949
-
29950
30169
  .amis-scope .cxd-Card-dragBtn {
29951
30170
  cursor: pointer;
29952
30171
  float: right;
@@ -29954,7 +30173,8 @@ readers do not read off random characters that represent icons */
29954
30173
  }
29955
30174
 
29956
30175
  .amis-scope .cxd-Card-heading {
29957
- overflow: hidden;
30176
+ display: flex;
30177
+ flex-direction: row;
29958
30178
  padding: var(--gap-sm) var(--gap-base);
29959
30179
  flex: 1 0 auto;
29960
30180
  }
@@ -29986,12 +30206,17 @@ readers do not read off random characters that represent icons */
29986
30206
 
29987
30207
  .amis-scope .cxd-Card-meta {
29988
30208
  display: block;
30209
+ flex-grow: 1;
29989
30210
  height: 100%;
29990
- overflow: hidden;
29991
30211
  position: relative;
29992
30212
  margin-right: var(--gap-md);
29993
30213
  }
29994
30214
 
30215
+ .amis-scope .cxd-Card-toolbar {
30216
+ margin-right: calc(-1 * var(--gap-base));
30217
+ text-align: right;
30218
+ }
30219
+
29995
30220
  .amis-scope .cxd-Card-highlight {
29996
30221
  background: var(--success);
29997
30222
  width: 0.5rem;
@@ -30480,7 +30705,7 @@ readers do not read off random characters that represent icons */
30480
30705
 
30481
30706
  .amis-scope .cxd-StatusField-label {
30482
30707
  font-size: var(--fontSizeSm);
30483
- margin-left: var(--gap-sm);
30708
+ margin-left: var(--gap-xs);
30484
30709
  }
30485
30710
 
30486
30711
  @keyframes animation-rolling_red {
@@ -31215,6 +31440,16 @@ readers do not read off random characters that represent icons */
31215
31440
  border-color: var(--Form-input-onFocused-borderColor);
31216
31441
  }
31217
31442
 
31443
+ .amis-scope .cxd-InputBox--borderHalf {
31444
+ border-left-color: transparent !important;
31445
+ border-right-color: transparent !important;
31446
+ border-top-color: transparent !important;
31447
+ }
31448
+
31449
+ .amis-scope .cxd-InputBox--borderNone {
31450
+ border-color: transparent !important;
31451
+ }
31452
+
31218
31453
  .amis-scope .cxd-InputBox--inline {
31219
31454
  display: inline-flex;
31220
31455
  }
@@ -31316,6 +31551,16 @@ readers do not read off random characters that represent icons */
31316
31551
  border-color: var(--Form-input-onFocused-borderColor);
31317
31552
  }
31318
31553
 
31554
+ .amis-scope .cxd-ResultBox--borderHalf {
31555
+ border-left-color: transparent !important;
31556
+ border-right-color: transparent !important;
31557
+ border-top-color: transparent !important;
31558
+ }
31559
+
31560
+ .amis-scope .cxd-ResultBox--borderNone {
31561
+ border-color: transparent !important;
31562
+ }
31563
+
31319
31564
  .amis-scope .cxd-ResultBox.is-error {
31320
31565
  border-color: var(--Form-input-onError-borderColor);
31321
31566
  background: var(--Form-input-onError-bg);
@@ -31841,43 +32086,213 @@ readers do not read off random characters that represent icons */
31841
32086
  border: 1px solid var(--Steps-status-success);
31842
32087
  }
31843
32088
 
31844
- .amis-scope fieldset.cxd-Collapse--lg,
31845
- .amis-scope fieldset.cxd-Collapse--md,
31846
- .amis-scope fieldset.cxd-Collapse--base,
31847
- .amis-scope fieldset.cxd-Collapse--sm,
31848
- .amis-scope fieldset.cxd-Collapse--xs {
31849
- position: relative;
32089
+ .amis-scope .cxd-Portlet {
32090
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
32091
+ border-radius: var(--Portlet-borderRadius);
32092
+ padding: var(--gap-base);
31850
32093
  }
31851
32094
 
31852
- .amis-scope fieldset.cxd-Collapse--lg:after,
31853
- .amis-scope fieldset.cxd-Collapse--md:after,
31854
- .amis-scope fieldset.cxd-Collapse--base:after,
31855
- .amis-scope fieldset.cxd-Collapse--sm:after,
31856
- .amis-scope fieldset.cxd-Collapse--xs:after {
31857
- content: "";
31858
- pointer-events: none;
31859
- border: 1px solid var(--borderColor);
31860
- position: absolute;
31861
- z-index: 0;
31862
- top: 11px;
31863
- left: 0;
31864
- bottom: 0;
31865
- right: 0;
32095
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
32096
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
32097
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
32098
+ border: none !important;
32099
+ color: inherit !important;
32100
+ cursor: auto !important;
31866
32101
  }
31867
32102
 
31868
- .amis-scope fieldset.cxd-Collapse--lg > legend,
31869
- .amis-scope fieldset.cxd-Collapse--md > legend,
31870
- .amis-scope fieldset.cxd-Collapse--base > legend,
31871
- .amis-scope fieldset.cxd-Collapse--sm > legend,
31872
- .amis-scope fieldset.cxd-Collapse--xs > legend {
31873
- position: absolute;
31874
- top: 0;
31875
- left: 0;
31876
- display: inline-block;
31877
- border: 0;
31878
- width: auto;
31879
- z-index: 1;
31880
- background: var(--Fieldset-legend-bgColor);
32103
+ .amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
32104
+ border-bottom: none;
32105
+ }
32106
+
32107
+ .amis-scope .cxd-Portlet .cxd-Tabs-pane {
32108
+ padding: unset;
32109
+ }
32110
+
32111
+ .amis-scope .cxd-Portlet-toolbar {
32112
+ display: inline-flex;
32113
+ float: right;
32114
+ justify-content: flex-end;
32115
+ }
32116
+
32117
+ .amis-scope .cxd-Portlet-toolbar .cxd-Button {
32118
+ margin-left: calc(var(--gap-xs));
32119
+ }
32120
+
32121
+ .amis-scope .cxd-Portlet-header-desc {
32122
+ height: 100%;
32123
+ overflow: hidden;
32124
+ position: relative;
32125
+ margin-left: var(--gap-base);
32126
+ }
32127
+
32128
+ .amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
32129
+ display: none;
32130
+ }
32131
+
32132
+ .amis-scope .u-hairline::after {
32133
+ position: absolute;
32134
+ box-sizing: border-box;
32135
+ content: " ";
32136
+ pointer-events: none;
32137
+ top: -50%;
32138
+ right: -50%;
32139
+ bottom: -50%;
32140
+ left: -50%;
32141
+ border: 0 solid var(--borderColorLight);
32142
+ z-index: 1;
32143
+ transform: scale(0.5);
32144
+ }
32145
+
32146
+ .amis-scope .cxd-GridNav {
32147
+ display: flex;
32148
+ flex-wrap: wrap;
32149
+ }
32150
+
32151
+ .amis-scope .cxd-GridNav-top {
32152
+ position: relative;
32153
+ }
32154
+
32155
+ .amis-scope .cxd-GridNav-top::after {
32156
+ border-top-width: 0.0625rem;
32157
+ }
32158
+
32159
+ .amis-scope .cxd-GridNavItem {
32160
+ position: relative;
32161
+ box-sizing: border-box;
32162
+ }
32163
+
32164
+ .amis-scope .cxd-GridNavItem--square {
32165
+ height: 0;
32166
+ position: relative;
32167
+ }
32168
+
32169
+ .amis-scope .cxd-GridNavItem-icon {
32170
+ width: var(--rv-grid-item-icon-size);
32171
+ }
32172
+
32173
+ .amis-scope .cxd-GridNavItem-text {
32174
+ color: var(--text-color);
32175
+ font-size: var(--fontSizeSm);
32176
+ line-height: 1.5;
32177
+ word-break: break-all;
32178
+ flex-shrink: 0;
32179
+ }
32180
+
32181
+ .amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
32182
+ margin-top: 0.5rem;
32183
+ }
32184
+
32185
+ .amis-scope .cxd-GridNavItem-image {
32186
+ display: inline-block;
32187
+ }
32188
+
32189
+ .amis-scope .cxd-GridNavItem-image svg,
32190
+ .amis-scope .cxd-GridNavItem-image img {
32191
+ max-width: 100%;
32192
+ display: block;
32193
+ width: 60%;
32194
+ margin: 0 auto;
32195
+ }
32196
+
32197
+ .amis-scope .cxd-GridNavItem-content {
32198
+ display: flex;
32199
+ flex-direction: column;
32200
+ box-sizing: border-box;
32201
+ height: 100%;
32202
+ padding: var(--gap-md) var(--gap-sm);
32203
+ background-color: var(--white);
32204
+ position: relative;
32205
+ }
32206
+
32207
+ .amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
32208
+ z-index: 10;
32209
+ }
32210
+
32211
+ .amis-scope .cxd-GridNavItem-content--border::after {
32212
+ border-width: 0 var(--borderWidth) var(--borderWidth) 0;
32213
+ }
32214
+
32215
+ .amis-scope .cxd-GridNavItem-content--square {
32216
+ position: absolute;
32217
+ top: 0;
32218
+ right: 0;
32219
+ left: 0;
32220
+ }
32221
+
32222
+ .amis-scope .cxd-GridNavItem-content--center {
32223
+ align-items: center;
32224
+ justify-content: center;
32225
+ }
32226
+
32227
+ .amis-scope .cxd-GridNavItem-content--horizontal {
32228
+ flex-direction: row;
32229
+ }
32230
+
32231
+ .amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
32232
+ margin: 0 0 0 var(--gap-sm);
32233
+ }
32234
+
32235
+ .amis-scope .cxd-GridNavItem-content--reverse {
32236
+ flex-direction: column-reverse;
32237
+ }
32238
+
32239
+ .amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
32240
+ margin: 0 0 var(--gap-sm);
32241
+ }
32242
+
32243
+ .amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
32244
+ flex-direction: row-reverse;
32245
+ }
32246
+
32247
+ .amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
32248
+ margin: 0 var(--gap-sm) 0 0;
32249
+ }
32250
+
32251
+ .amis-scope .cxd-GridNavItem-content--surround::after {
32252
+ border-width: var(--borderWidth);
32253
+ }
32254
+
32255
+ .amis-scope .cxd-GridNavItem-content--clickable {
32256
+ cursor: pointer;
32257
+ }
32258
+
32259
+ .amis-scope fieldset.cxd-Collapse--lg,
32260
+ .amis-scope fieldset.cxd-Collapse--md,
32261
+ .amis-scope fieldset.cxd-Collapse--base,
32262
+ .amis-scope fieldset.cxd-Collapse--sm,
32263
+ .amis-scope fieldset.cxd-Collapse--xs {
32264
+ position: relative;
32265
+ }
32266
+
32267
+ .amis-scope fieldset.cxd-Collapse--lg:after,
32268
+ .amis-scope fieldset.cxd-Collapse--md:after,
32269
+ .amis-scope fieldset.cxd-Collapse--base:after,
32270
+ .amis-scope fieldset.cxd-Collapse--sm:after,
32271
+ .amis-scope fieldset.cxd-Collapse--xs:after {
32272
+ content: "";
32273
+ pointer-events: none;
32274
+ border: 1px solid var(--borderColor);
32275
+ position: absolute;
32276
+ z-index: 0;
32277
+ top: 11px;
32278
+ left: 0;
32279
+ bottom: 0;
32280
+ right: 0;
32281
+ }
32282
+
32283
+ .amis-scope fieldset.cxd-Collapse--lg > legend,
32284
+ .amis-scope fieldset.cxd-Collapse--md > legend,
32285
+ .amis-scope fieldset.cxd-Collapse--base > legend,
32286
+ .amis-scope fieldset.cxd-Collapse--sm > legend,
32287
+ .amis-scope fieldset.cxd-Collapse--xs > legend {
32288
+ position: absolute;
32289
+ top: 0;
32290
+ left: 0;
32291
+ display: inline-block;
32292
+ border: 0;
32293
+ width: auto;
32294
+ z-index: 1;
32295
+ background: var(--Fieldset-legend-bgColor);
31881
32296
  border-left: 0 !important;
31882
32297
  }
31883
32298
 
@@ -31899,11 +32314,16 @@ readers do not read off random characters that represent icons */
31899
32314
  margin: var(--gap-base) 0;
31900
32315
  padding: 0 0 0 14px;
31901
32316
  cursor: pointer;
31902
- border-bottom: 0;
32317
+ border-bottom: none !important;
32318
+ background: transparent;
31903
32319
  display: flex;
31904
32320
  flex-direction: row;
31905
32321
  }
31906
32322
 
32323
+ .amis-scope fieldset.cxd-Collapse > legend:hover {
32324
+ background: transparent;
32325
+ }
32326
+
31907
32327
  .amis-scope fieldset.cxd-Collapse--xs {
31908
32328
  padding: 20px 5px 5px 5px;
31909
32329
  }
@@ -32985,7 +33405,7 @@ readers do not read off random characters that represent icons */
32985
33405
  color: #999;
32986
33406
  }
32987
33407
 
32988
- .amis-scope .cxd-Checkboxes > .cxd-Checkbox {
33408
+ .amis-scope .cxd-Selection > .cxd-Checkbox {
32989
33409
  display: block;
32990
33410
  height: var(--Form-input-height);
32991
33411
  line-height: var(--Form-input-lineHeight);
@@ -32993,43 +33413,36 @@ readers do not read off random characters that represent icons */
32993
33413
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
32994
33414
  }
32995
33415
 
32996
- .amis-scope .cxd-Checkboxes--inline > .cxd-Checkbox {
33416
+ .amis-scope .cxd-Selection--inline > .cxd-Checkbox {
32997
33417
  display: inline-block;
32998
33418
  }
32999
33419
 
33000
- .amis-scope .cxd-Checkboxes-addBtn {
33420
+ .amis-scope .cxd-Selection-addBtn {
33001
33421
  display: block;
33002
33422
  cursor: pointer;
33003
33423
  }
33004
33424
 
33005
- .amis-scope .cxd-Checkboxes-addBtn:hover {
33425
+ .amis-scope .cxd-Selection-addBtn:hover {
33006
33426
  text-decoration: none;
33007
33427
  }
33008
33428
 
33009
- .amis-scope .cxd-Checkboxes-addBtn > svg {
33429
+ .amis-scope .cxd-Selection-addBtn > svg {
33010
33430
  width: 0.875rem;
33011
33431
  height: 0.875rem;
33012
33432
  margin-right: var(--Checkbox-gap);
33013
33433
  }
33014
33434
 
33015
- .amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
33016
- .amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
33017
- .amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
33018
- .amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
33435
+ .amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
33019
33436
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
33020
33437
  }
33021
33438
 
33022
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-itemLabel,
33023
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
33024
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
33025
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
33439
+ .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
33026
33440
  font-size: var(--fontSizeSm);
33027
33441
  padding: var(--gap-xs) var(--gap-xs);
33028
33442
  color: var(--text--muted-color);
33029
33443
  }
33030
33444
 
33031
- .amis-scope .cxd-ListCheckboxes-item,
33032
- .amis-scope .cxd-ListRadios-item {
33445
+ .amis-scope .cxd-GroupedSelection-item {
33033
33446
  display: flex;
33034
33447
  height: var(--Form-input-height);
33035
33448
  line-height: var(--Form-input-lineHeight);
@@ -33040,51 +33453,37 @@ readers do not read off random characters that represent icons */
33040
33453
  user-select: none;
33041
33454
  }
33042
33455
 
33043
- .amis-scope .cxd-ListCheckboxes-item > .cxd-Checkbox,
33044
- .amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
33456
+ .amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
33045
33457
  margin-right: 0;
33046
33458
  }
33047
33459
 
33048
- .amis-scope .cxd-ListCheckboxes-item.is-active,
33049
- .amis-scope .cxd-ListRadios-item.is-active {
33460
+ .amis-scope .cxd-GroupedSelection-item.is-active {
33050
33461
  color: var(--Form-select-menu-onActive-color);
33051
33462
  background: var(--Form-select-menu-onActive-bg);
33052
33463
  }
33053
33464
 
33054
- .amis-scope .cxd-ListCheckboxes-item:hover,
33055
- .amis-scope .cxd-ListRadios-item:hover {
33465
+ .amis-scope .cxd-GroupedSelection-item:hover {
33056
33466
  background: var(--Tree-item-onHover-bg);
33057
33467
  }
33058
33468
 
33059
- .amis-scope .cxd-ListCheckboxes-item.is-disabled,
33060
- .amis-scope .cxd-ListRadios-item.is-disabled {
33469
+ .amis-scope .cxd-GroupedSelection-item.is-disabled {
33061
33470
  pointer-events: none;
33062
33471
  color: var(--text--muted-color);
33063
33472
  }
33064
33473
 
33065
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
33066
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
33067
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
33068
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
33069
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
33070
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
33071
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
33072
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
33474
+ .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
33073
33475
  padding-left: var(--gap-base);
33074
33476
  }
33075
33477
 
33076
- .amis-scope .cxd-ListCheckboxes-itemLabel,
33077
- .amis-scope .cxd-ListRadios-itemLabel {
33478
+ .amis-scope .cxd-GroupedSelection-itemLabel {
33078
33479
  flex-grow: 1;
33079
33480
  }
33080
33481
 
33081
- .amis-scope .cxd-ListCheckboxes-itemLabel span,
33082
- .amis-scope .cxd-ListRadios-itemLabel span {
33482
+ .amis-scope .cxd-GroupedSelection-itemLabel span {
33083
33483
  white-space: nowrap;
33084
33484
  }
33085
33485
 
33086
- .amis-scope .cxd-ListCheckboxes-placeholder,
33087
- .amis-scope .cxd-ListRadios-placeholder {
33486
+ .amis-scope .cxd-GroupedSelection-placeholder {
33088
33487
  height: var(--Form-input-height);
33089
33488
  line-height: var(--Form-input-lineHeight);
33090
33489
  font-size: var(--Form-input-fontSize);
@@ -33092,52 +33491,54 @@ readers do not read off random characters that represent icons */
33092
33491
  color: var(--text--muted-color);
33093
33492
  }
33094
33493
 
33095
- .amis-scope .cxd-TableCheckboxes .cxd-Table-content {
33494
+ .amis-scope .cxd-TableSelection .cxd-Table-content {
33096
33495
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
33097
33496
  }
33098
33497
 
33099
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th,
33100
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td {
33498
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
33499
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
33101
33500
  font-size: var(--fontSizeSm);
33102
33501
  padding-top: var(--gap-xs);
33103
33502
  padding-bottom: 0.375rem;
33104
33503
  vertical-align: middle;
33105
33504
  }
33106
33505
 
33107
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th {
33506
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
33108
33507
  padding-top: 0.375rem;
33109
33508
  }
33110
33509
 
33111
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:first-child,
33112
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:first-child {
33510
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
33511
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
33113
33512
  padding-left: 0.625rem;
33114
33513
  padding-right: 0;
33115
33514
  }
33116
33515
 
33117
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:last-child,
33118
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:last-child {
33516
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
33517
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
33119
33518
  padding-right: var(--gap-md);
33120
33519
  }
33121
33520
 
33122
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr {
33521
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
33123
33522
  cursor: pointer;
33124
33523
  }
33125
33524
 
33126
- .amis-scope .cxd-TreeCheckboxes .cxd-Table-expandBtn,
33127
- .amis-scope .cxd-TreeRadios .cxd-Table-expandBtn {
33525
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
33526
+ color: var(--Form-select-menu-onActive-color);
33527
+ background: var(--Form-select-menu-onActive-bg);
33528
+ }
33529
+
33530
+ .amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
33128
33531
  color: var(--icon-color);
33129
33532
  margin-right: 5px;
33130
33533
  }
33131
33534
 
33132
- .amis-scope .cxd-TreeCheckboxes-sublist,
33133
- .amis-scope .cxd-TreeRadios-sublist {
33535
+ .amis-scope .cxd-TreeSelection-sublist {
33134
33536
  position: relative;
33135
33537
  margin: 0 0 0 2.1875rem;
33136
33538
  display: none;
33137
33539
  }
33138
33540
 
33139
- .amis-scope .cxd-TreeCheckboxes-sublist:before,
33140
- .amis-scope .cxd-TreeRadios-sublist:before {
33541
+ .amis-scope .cxd-TreeSelection-sublist:before {
33141
33542
  width: 1px;
33142
33543
  content: "";
33143
33544
  display: block;
@@ -33148,29 +33549,19 @@ readers do not read off random characters that represent icons */
33148
33549
  border-left: dashed 1px var(--icon-color);
33149
33550
  }
33150
33551
 
33151
- .amis-scope .cxd-TreeCheckboxes-item,
33152
- .amis-scope .cxd-TreeRadios-item {
33552
+ .amis-scope .cxd-TreeSelection-item {
33153
33553
  position: relative;
33154
33554
  }
33155
33555
 
33156
- .amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeCheckboxes-sublist,
33157
- .amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
33158
- .amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
33159
- .amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
33556
+ .amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
33160
33557
  display: block;
33161
33558
  }
33162
33559
 
33163
- .amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
33164
- .amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
33165
- .amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
33166
- .amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
33560
+ .amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
33167
33561
  bottom: 0;
33168
33562
  }
33169
33563
 
33170
- .amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeCheckboxes-item:before,
33171
- .amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
33172
- .amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
33173
- .amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
33564
+ .amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
33174
33565
  height: 1px;
33175
33566
  content: "";
33176
33567
  display: block;
@@ -33181,8 +33572,7 @@ readers do not read off random characters that represent icons */
33181
33572
  border-top: dashed 1px var(--icon-color);
33182
33573
  }
33183
33574
 
33184
- .amis-scope .cxd-TreeCheckboxes-itemInner,
33185
- .amis-scope .cxd-TreeRadios-itemInner {
33575
+ .amis-scope .cxd-TreeSelection-itemInner {
33186
33576
  display: flex;
33187
33577
  align-items: center;
33188
33578
  height: var(--Form-input-height);
@@ -33195,20 +33585,17 @@ readers do not read off random characters that represent icons */
33195
33585
  position: relative;
33196
33586
  }
33197
33587
 
33198
- .amis-scope .cxd-TreeCheckboxes-itemInner > .cxd-Checkbox,
33199
- .amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
33588
+ .amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
33200
33589
  margin-right: 0;
33201
33590
  margin-left: var(--gap-sm);
33202
33591
  }
33203
33592
 
33204
- .amis-scope .cxd-TreeCheckboxes-itemInner > *,
33205
- .amis-scope .cxd-TreeRadios-itemInner > * {
33593
+ .amis-scope .cxd-TreeSelection-itemInner > * {
33206
33594
  position: relative;
33207
33595
  z-index: 2;
33208
33596
  }
33209
33597
 
33210
- .amis-scope .cxd-TreeCheckboxes-itemInner:hover:after,
33211
- .amis-scope .cxd-TreeRadios-itemInner:hover:after {
33598
+ .amis-scope .cxd-TreeSelection-itemInner:hover:after {
33212
33599
  position: absolute;
33213
33600
  content: "";
33214
33601
  z-index: 1;
@@ -33219,24 +33606,20 @@ readers do not read off random characters that represent icons */
33219
33606
  background: var(--Tree-item-onHover-bg);
33220
33607
  }
33221
33608
 
33222
- .amis-scope .cxd-TreeCheckboxes-itemInner.is-active,
33223
- .amis-scope .cxd-TreeRadios-itemInner.is-active {
33609
+ .amis-scope .cxd-TreeSelection-itemInner.is-active {
33224
33610
  color: var(--Form-select-menu-onActive-color);
33225
33611
  }
33226
33612
 
33227
- .amis-scope .cxd-TreeCheckboxes-itemInner.is-disabled,
33228
- .amis-scope .cxd-TreeRadios-itemInner.is-disabled {
33613
+ .amis-scope .cxd-TreeSelection-itemInner.is-disabled {
33229
33614
  pointer-events: none;
33230
33615
  color: var(--text--muted-color);
33231
33616
  }
33232
33617
 
33233
- .amis-scope .cxd-TreeCheckboxes-itemLabel,
33234
- .amis-scope .cxd-TreeRadios-itemLabel {
33618
+ .amis-scope .cxd-TreeSelection-itemLabel {
33235
33619
  flex-grow: 1;
33236
33620
  }
33237
33621
 
33238
- .amis-scope .cxd-TreeCheckboxes-placeholder,
33239
- .amis-scope .cxd-TreeRadios-placeholder {
33622
+ .amis-scope .cxd-TreeSelection-placeholder {
33240
33623
  height: var(--Form-input-height);
33241
33624
  line-height: var(--Form-input-lineHeight);
33242
33625
  font-size: var(--Form-input-fontSize);
@@ -33244,27 +33627,27 @@ readers do not read off random characters that represent icons */
33244
33627
  color: var(--text--muted-color);
33245
33628
  }
33246
33629
 
33247
- .amis-scope .cxd-ChainedCheckboxes {
33630
+ .amis-scope .cxd-ChainedSelection {
33248
33631
  display: flex;
33249
33632
  flex-direction: row;
33250
33633
  }
33251
33634
 
33252
- .amis-scope .cxd-ChainedCheckboxes-col {
33635
+ .amis-scope .cxd-ChainedSelection-col {
33253
33636
  flex-grow: 1;
33254
33637
  min-width: 150px;
33255
33638
  }
33256
33639
 
33257
- .amis-scope .cxd-ChainedCheckboxes-col:not(:last-child) {
33640
+ .amis-scope .cxd-ChainedSelection-col:not(:last-child) {
33258
33641
  border-right: 1px solid var(--borderColor);
33259
33642
  }
33260
33643
 
33261
- .amis-scope .cxd-ChainedCheckboxes-subTitle {
33644
+ .amis-scope .cxd-ChainedSelection-subTitle {
33262
33645
  font-size: var(--fontSizeSm);
33263
33646
  padding: var(--gap-xs) var(--gap-xs);
33264
33647
  color: var(--text--muted-color);
33265
33648
  }
33266
33649
 
33267
- .amis-scope .cxd-ChainedCheckboxes-item {
33650
+ .amis-scope .cxd-ChainedSelection-item {
33268
33651
  display: flex;
33269
33652
  height: var(--Form-input-height);
33270
33653
  line-height: var(--Form-input-lineHeight);
@@ -33275,29 +33658,29 @@ readers do not read off random characters that represent icons */
33275
33658
  user-select: none;
33276
33659
  }
33277
33660
 
33278
- .amis-scope .cxd-ChainedCheckboxes-item > .cxd-Checkbox {
33661
+ .amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
33279
33662
  margin-right: 0;
33280
33663
  }
33281
33664
 
33282
- .amis-scope .cxd-ChainedCheckboxes-item.is-active {
33665
+ .amis-scope .cxd-ChainedSelection-item.is-active {
33283
33666
  color: var(--Form-select-menu-onActive-color);
33284
33667
  background: var(--Form-select-menu-onActive-bg);
33285
33668
  }
33286
33669
 
33287
- .amis-scope .cxd-ChainedCheckboxes-item:hover {
33670
+ .amis-scope .cxd-ChainedSelection-item:hover {
33288
33671
  background: var(--Tree-item-onHover-bg);
33289
33672
  }
33290
33673
 
33291
- .amis-scope .cxd-ChainedCheckboxes-item.is-disabled {
33674
+ .amis-scope .cxd-ChainedSelection-item.is-disabled {
33292
33675
  pointer-events: none;
33293
33676
  color: var(--text--muted-color);
33294
33677
  }
33295
33678
 
33296
- .amis-scope .cxd-ChainedCheckboxes-itemLabel {
33679
+ .amis-scope .cxd-ChainedSelection-itemLabel {
33297
33680
  flex-grow: 1;
33298
33681
  }
33299
33682
 
33300
- .amis-scope .cxd-ChainedCheckboxes-placeholder {
33683
+ .amis-scope .cxd-ChainedSelection-placeholder {
33301
33684
  height: var(--Form-input-height);
33302
33685
  line-height: var(--Form-input-lineHeight);
33303
33686
  font-size: var(--Form-input-fontSize);
@@ -33305,34 +33688,35 @@ readers do not read off random characters that represent icons */
33305
33688
  color: var(--text--muted-color);
33306
33689
  }
33307
33690
 
33308
- .amis-scope .cxd-AssociatedCheckboxes {
33691
+ .amis-scope .cxd-AssociatedSelection {
33309
33692
  display: flex;
33310
33693
  flex-direction: row;
33311
33694
  }
33312
33695
 
33313
- .amis-scope .cxd-AssociatedCheckboxes-left,
33314
- .amis-scope .cxd-AssociatedCheckboxes-right {
33696
+ .amis-scope .cxd-AssociatedSelection-left,
33697
+ .amis-scope .cxd-AssociatedSelection-right {
33315
33698
  flex-grow: 1;
33316
33699
  width: 0;
33317
- height: 10.9375rem;
33700
+ min-height: 12.5rem;
33701
+ max-height: 25rem;
33318
33702
  overflow: auto;
33319
33703
  }
33320
33704
 
33321
- .amis-scope .cxd-AssociatedCheckboxes-left {
33705
+ .amis-scope .cxd-AssociatedSelection-left {
33322
33706
  border-right: 1px solid var(--borderColor);
33323
33707
  }
33324
33708
 
33325
- .amis-scope .cxd-AssociatedCheckboxes-reload {
33709
+ .amis-scope .cxd-AssociatedSelection-reload {
33326
33710
  text-align: center;
33327
33711
  color: var(--info);
33328
33712
  margin: 20px 0 0;
33329
33713
  }
33330
33714
 
33331
- .amis-scope .cxd-AssociatedCheckboxes-reload.is-clickable {
33715
+ .amis-scope .cxd-AssociatedSelection-reload.is-clickable {
33332
33716
  cursor: pointer;
33333
33717
  }
33334
33718
 
33335
- .amis-scope .cxd-AssociatedCheckboxes-box {
33719
+ .amis-scope .cxd-AssociatedSelection-box {
33336
33720
  line-height: var(--Form-input-lineHeight);
33337
33721
  font-size: var(--fontSizeSm);
33338
33722
  color: var(--text--muted-color);
@@ -33344,7 +33728,7 @@ readers do not read off random characters that represent icons */
33344
33728
  height: 100%;
33345
33729
  }
33346
33730
 
33347
- .amis-scope .cxd-AssociatedCheckboxes-box > p {
33731
+ .amis-scope .cxd-AssociatedSelection-box > p {
33348
33732
  text-align: center;
33349
33733
  margin: 10px 0 20px;
33350
33734
  color: var(--text--muted-color);
@@ -35379,6 +35763,17 @@ readers do not read off random characters that represent icons */
35379
35763
  height: 100%;
35380
35764
  }
35381
35765
 
35766
+ .amis-scope .cxd-FileControl-templateInfo {
35767
+ display: block;
35768
+ margin-bottom: var(--gap-base);
35769
+ padding: var(--Button-paddingY) var(--Button-paddingX);
35770
+ cursor: pointer;
35771
+ }
35772
+
35773
+ .amis-scope .cxd-FileControl-templateInfo > svg {
35774
+ margin-right: var(--gap-xs);
35775
+ }
35776
+
35382
35777
  .amis-scope .cxd-FileControl-dropzone {
35383
35778
  outline: none;
35384
35779
  }
@@ -36064,6 +36459,10 @@ readers do not read off random characters that represent icons */
36064
36459
  pointer-events: none;
36065
36460
  }
36066
36461
 
36462
+ .amis-scope .cxd-Tree.is-draggable {
36463
+ position: relative;
36464
+ }
36465
+
36067
36466
  .amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
36068
36467
  position: absolute;
36069
36468
  top: -8px;
@@ -36104,6 +36503,10 @@ readers do not read off random characters that represent icons */
36104
36503
  left: -99999px;
36105
36504
  }
36106
36505
 
36506
+ .amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
36507
+ display: none;
36508
+ }
36509
+
36107
36510
  .amis-scope .cxd-Tree-item-icons {
36108
36511
  visibility: hidden;
36109
36512
  transition: visibility var(--animation-duration) ease;
@@ -36217,6 +36620,11 @@ readers do not read off random characters that represent icons */
36217
36620
  width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
36218
36621
  }
36219
36622
 
36623
+ .amis-scope .cxd-Tree-itemDrager {
36624
+ cursor: move;
36625
+ color: var(--icon-color);
36626
+ }
36627
+
36220
36628
  .amis-scope .cxd-Tree-spinner {
36221
36629
  margin-right: var(--gap-xs);
36222
36630
  }
@@ -36263,6 +36671,35 @@ readers do not read off random characters that represent icons */
36263
36671
  color: var(--text--muted-color);
36264
36672
  }
36265
36673
 
36674
+ .amis-scope .cxd-Tree-dropIndicator {
36675
+ position: absolute;
36676
+ height: 0.125rem;
36677
+ background-color: var(--Tree-itemLabel--onChecked-color);
36678
+ border-radius: 0.0625rem;
36679
+ z-index: 1;
36680
+ }
36681
+
36682
+ .amis-scope .cxd-Tree-dropIndicator::after {
36683
+ position: absolute;
36684
+ top: -0.1875rem;
36685
+ left: -0.375rem;
36686
+ width: 0.5rem;
36687
+ height: 0.5rem;
36688
+ background-color: transparent;
36689
+ border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
36690
+ border-radius: 50%;
36691
+ content: "";
36692
+ }
36693
+
36694
+ .amis-scope .cxd-Tree-dropIndicator--hover {
36695
+ border-radius: 0;
36696
+ background-color: var(--Tree-item-onHover-bg);
36697
+ }
36698
+
36699
+ .amis-scope .cxd-Tree-dropIndicator--hover::after {
36700
+ display: none;
36701
+ }
36702
+
36266
36703
  .amis-scope .cxd-TreeSelectControl {
36267
36704
  position: relative;
36268
36705
  }
@@ -36593,6 +37030,8 @@ readers do not read off random characters that represent icons */
36593
37030
 
36594
37031
  .amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
36595
37032
  padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
37033
+ display: flex;
37034
+ align-items: center;
36596
37035
  }
36597
37036
 
36598
37037
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
@@ -36654,6 +37093,8 @@ readers do not read off random characters that represent icons */
36654
37093
  position: absolute;
36655
37094
  top: var(--Combo--horizontal-dragger-top);
36656
37095
  left: -1.875rem;
37096
+ display: flex;
37097
+ align-items: center;
36657
37098
  }
36658
37099
 
36659
37100
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
@@ -37282,19 +37723,19 @@ readers do not read off random characters that represent icons */
37282
37723
  border-radius: var(--borderRadius);
37283
37724
  }
37284
37725
 
37285
- .amis-scope .cxd-Transfer-select > .cxd-Transfer-checkboxes,
37286
- .amis-scope .cxd-Transfer-result > .cxd-Transfer-selections {
37726
+ .amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
37727
+ .amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
37287
37728
  flex-grow: 1;
37288
37729
  max-height: 100%;
37289
37730
  overflow: auto;
37290
37731
  position: relative;
37291
37732
  }
37292
37733
 
37293
- .amis-scope .cxd-Transfer-search + .cxd-Transfer-checkboxes {
37734
+ .amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
37294
37735
  border-top: 1px solid var(--borderColor);
37295
37736
  }
37296
37737
 
37297
- .amis-scope .cxd-Transfer-checkboxes .cxd-ListCheckboxes-placeholder {
37738
+ .amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
37298
37739
  height: 100%;
37299
37740
  display: flex;
37300
37741
  align-items: center;
@@ -37342,13 +37783,29 @@ readers do not read off random characters that represent icons */
37342
37783
  color: var(--text--muted-color);
37343
37784
  }
37344
37785
 
37345
- .amis-scope .cxd-Transfer-tabs {
37786
+ .amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
37787
+ height: 40px;
37788
+ }
37789
+
37790
+ .amis-scope .cxd-TabsTransfer-placeholder {
37791
+ height: var(--Form-input-height);
37792
+ line-height: var(--Form-input-lineHeight);
37793
+ font-size: var(--Form-input-fontSize);
37794
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37795
+ color: var(--text--muted-color);
37796
+ }
37797
+
37798
+ .amis-scope .cxd-TabsTransfer-tab {
37799
+ padding: 0;
37800
+ }
37801
+
37802
+ .amis-scope .cxd-TabsTransfer-tabs {
37346
37803
  display: flex;
37347
37804
  flex-direction: column;
37348
37805
  height: 100%;
37349
37806
  }
37350
37807
 
37351
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links {
37808
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
37352
37809
  border-top: 0 none;
37353
37810
  padding: 5px 0 0 5px;
37354
37811
  display: flex;
@@ -37357,59 +37814,48 @@ readers do not read off random characters that represent icons */
37357
37814
  align-items: center;
37358
37815
  }
37359
37816
 
37360
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
37817
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
37361
37818
  font-size: 12px;
37362
37819
  padding: 7px 8px;
37363
37820
  }
37364
37821
 
37365
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
37822
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
37366
37823
  flex-grow: 1;
37367
37824
  }
37368
37825
 
37369
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
37826
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
37370
37827
  margin: -5px 5px 0 10px;
37371
37828
  }
37372
37829
 
37373
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
37830
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
37374
37831
  width: 150px;
37375
37832
  margin-right: 10px;
37376
37833
  padding-left: 10px;
37377
37834
  }
37378
37835
 
37379
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content {
37836
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
37380
37837
  flex-grow: 1;
37838
+ min-height: 0;
37381
37839
  position: relative;
37382
37840
  padding: 5px 0 0;
37383
37841
  }
37384
37842
 
37385
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
37843
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
37386
37844
  position: relative;
37387
- min-height: 100%;
37845
+ height: 100%;
37388
37846
  }
37389
37847
 
37390
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
37848
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
37391
37849
  display: flex;
37392
37850
  flex-direction: column;
37393
37851
  }
37394
37852
 
37395
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-checkboxes {
37853
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
37396
37854
  flex-grow: 1;
37397
37855
  max-height: 100%;
37398
37856
  overflow: auto;
37399
37857
  }
37400
37858
 
37401
- .amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
37402
- height: 40px;
37403
- }
37404
-
37405
- .amis-scope .cxd-TabsTransfer-placeholder {
37406
- height: var(--Form-input-height);
37407
- line-height: var(--Form-input-lineHeight);
37408
- font-size: var(--Form-input-fontSize);
37409
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37410
- color: var(--text--muted-color);
37411
- }
37412
-
37413
37859
  .amis-scope .cxd-TransferControl {
37414
37860
  position: relative;
37415
37861
  }
@@ -37418,6 +37864,57 @@ readers do not read off random characters that represent icons */
37418
37864
  display: inline-block;
37419
37865
  }
37420
37866
 
37867
+ .amis-scope .cxd-TransferPicker-icon {
37868
+ transition: transform var(--animation-duration) ease-out;
37869
+ margin: 5px 5px 5px auto;
37870
+ display: flex;
37871
+ color: var(--Form-select-caret-iconColor);
37872
+ }
37873
+
37874
+ .amis-scope .cxd-TransferPicker-icon:hover {
37875
+ color: var(--Form-select-caret-onHover-iconColor);
37876
+ }
37877
+
37878
+ .amis-scope .cxd-TransferPicker-icon > svg {
37879
+ width: 0.75rem;
37880
+ height: 0.75rem;
37881
+ top: 0;
37882
+ }
37883
+
37884
+ .amis-scope .cxd-TransferDropDown-icon {
37885
+ transition: transform var(--animation-duration) ease-out;
37886
+ margin: 5px 5px 5px auto;
37887
+ display: flex;
37888
+ color: var(--Form-select-caret-iconColor);
37889
+ }
37890
+
37891
+ .amis-scope .cxd-TransferDropDown-icon:hover {
37892
+ color: var(--Form-select-caret-onHover-iconColor);
37893
+ }
37894
+
37895
+ .amis-scope .cxd-TransferDropDown-icon > svg {
37896
+ width: 0.625rem;
37897
+ height: 0.625rem;
37898
+ top: 0;
37899
+ }
37900
+
37901
+ .amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
37902
+ transform: rotate(180deg);
37903
+ }
37904
+
37905
+ .amis-scope .cxd-TransferDropDown-content {
37906
+ min-height: 12.5rem;
37907
+ display: flex;
37908
+ flex-direction: column;
37909
+ }
37910
+
37911
+ .amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
37912
+ flex-grow: 1;
37913
+ max-height: 100%;
37914
+ overflow: auto;
37915
+ position: relative;
37916
+ }
37917
+
37421
37918
  .amis-scope .cxd-NestedSelectControl {
37422
37919
  position: relative;
37423
37920
  }
@@ -38121,12 +38618,61 @@ readers do not read off random characters that represent icons */
38121
38618
  min-width: var(--Form-control-widthSm);
38122
38619
  }
38123
38620
 
38621
+ .amis-scope .cxd-Form--column {
38622
+ display: flex;
38623
+ flex-wrap: wrap;
38624
+ margin-left: calc(var(--Form-group-gutterWidth) / -2);
38625
+ margin-right: calc(var(--Form-group-gutterWidth) / -2);
38626
+ }
38627
+
38628
+ .amis-scope .cxd-Form--column > .cxd-Form-item {
38629
+ flex-grow: 1;
38630
+ padding-left: calc(var(--Form-group-gutterWidth) / 2);
38631
+ padding-right: calc(var(--Form-group-gutterWidth) / 2);
38632
+ }
38633
+
38634
+ .amis-scope .cxd-Form--column-2 > .cxd-Form-item {
38635
+ width: 50%;
38636
+ }
38637
+
38638
+ .amis-scope .cxd-Form--column-3 > .cxd-Form-item {
38639
+ width: 33%;
38640
+ }
38641
+
38642
+ .amis-scope .cxd-Form--column-4 > .cxd-Form-item {
38643
+ width: 25%;
38644
+ }
38645
+
38646
+ .amis-scope .cxd-Form--column-5 > .cxd-Form-item {
38647
+ width: 20%;
38648
+ }
38649
+
38650
+ .amis-scope .cxd-Form--column-6 > .cxd-Form-item {
38651
+ width: 16.6%;
38652
+ }
38653
+
38654
+ .amis-scope .cxd-Form--column-7 > .cxd-Form-item {
38655
+ width: 14.2%;
38656
+ }
38657
+
38658
+ .amis-scope .cxd-Form--column-8 > .cxd-Form-item {
38659
+ width: 12.5%;
38660
+ }
38661
+
38662
+ .amis-scope .cxd-Form-column-9 > .cxd-Form-item {
38663
+ width: 11.1%;
38664
+ }
38665
+
38666
+ .amis-scope .cxd-Form-column-10 > .cxd-Form-item {
38667
+ width: 10%;
38668
+ }
38669
+
38124
38670
  .amis-scope .cxd-AnchorNav {
38125
38671
  display: flex;
38126
38672
  height: 25rem;
38127
38673
  }
38128
38674
 
38129
- .amis-scope .cxd-AnchorNav-link-wrap {
38675
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
38130
38676
  margin: 0;
38131
38677
  padding: 0;
38132
38678
  width: var(--Tabs--vertical-width);
@@ -38134,12 +38680,12 @@ readers do not read off random characters that represent icons */
38134
38680
  padding-bottom: 3.75rem;
38135
38681
  }
38136
38682
 
38137
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
38683
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
38138
38684
  position: relative;
38139
38685
  display: block;
38140
38686
  }
38141
38687
 
38142
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
38688
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
38143
38689
  display: block;
38144
38690
  border: var(--Tabs-borderWidth) solid transparent;
38145
38691
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -38153,20 +38699,75 @@ readers do not read off random characters that represent icons */
38153
38699
  margin: 0;
38154
38700
  }
38155
38701
 
38156
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
38702
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
38157
38703
  color: var(--primary);
38158
38704
  }
38159
38705
 
38160
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
38161
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
38706
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
38707
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
38162
38708
  color: var(--Tabs--vertical-onActive-color);
38163
38709
  border-color: var(--Tabs--vertical-onActive-border);
38164
38710
  }
38165
38711
 
38712
+ .amis-scope .cxd-AnchorNav--horizontal {
38713
+ flex-direction: column;
38714
+ }
38715
+
38716
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
38717
+ user-select: none;
38718
+ margin: 0px;
38719
+ padding: 0px;
38720
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38721
+ list-style: none;
38722
+ }
38723
+
38724
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
38725
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38726
+ display: inline-block;
38727
+ position: relative;
38728
+ }
38729
+
38730
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
38731
+ font-size: var(--Tabs-linkFontSize);
38732
+ outline: 0;
38733
+ border: var(--Tabs-borderWidth) solid transparent;
38734
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38735
+ border-top-left-radius: var(--Tabs-borderRadius);
38736
+ border-top-right-radius: var(--Tabs-borderRadius);
38737
+ color: var(--Tabs-color);
38738
+ margin: var(--Tabs-linkMargin);
38739
+ padding: var(--Tabs-linkPadding);
38740
+ text-decoration: none;
38741
+ cursor: pointer;
38742
+ display: block;
38743
+ }
38744
+
38745
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
38746
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
38747
+ color: var(--primary);
38748
+ background: transparent;
38749
+ border-color: transparent;
38750
+ }
38751
+
38752
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
38753
+ margin: 0;
38754
+ }
38755
+
38756
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
38757
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
38758
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
38759
+ font-size: var(--Tabs-linkFontSize);
38760
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38761
+ border-color: var(--Tabs--line-onHover-borderColor);
38762
+ color: var(--Tabs--line-onHover-color);
38763
+ background: transparent;
38764
+ }
38765
+
38166
38766
  .amis-scope .cxd-AnchorNav-section-wrap {
38167
38767
  border: none;
38168
38768
  flex-grow: 1;
38169
38769
  overflow: auto;
38770
+ scroll-behavior: smooth;
38170
38771
  background: var(--Tabs-content-bg);
38171
38772
  }
38172
38773
 
@@ -38445,38 +39046,46 @@ readers do not read off random characters that represent icons */
38445
39046
  color: var(--text--muted-color);
38446
39047
  }
38447
39048
 
39049
+ .amis-scope .cxd-MappingField {
39050
+ margin-right: var(--gap-xs);
39051
+ }
39052
+
39053
+ .amis-scope .cxd-MappingField:last-child {
39054
+ margin-right: 0;
39055
+ }
39056
+
38448
39057
  /*
38449
39058
  * utilities
38450
39059
  */
38451
39060
 
38452
39061
  .amis-scope .bg-light {
38453
- background-color: #1ac5ff;
39062
+ background-color: #eaf6fe;
38454
39063
  color: #151a26;
38455
39064
  }
38456
39065
 
38457
39066
  .amis-scope .bg-light.lt,
38458
39067
  .amis-scope .bg-light .lt {
38459
- background: #27c6fc;
39068
+ background: #f4fafe;
38460
39069
  }
38461
39070
 
38462
39071
  .amis-scope .bg-light.lter,
38463
39072
  .amis-scope .bg-light .lter {
38464
- background: #2fc6fa;
39073
+ background: #f9fcff;
38465
39074
  }
38466
39075
 
38467
39076
  .amis-scope .bg-light.dk,
38468
39077
  .amis-scope .bg-light .dk {
38469
- background: #0bc1ff;
39078
+ background: #dbf0fe;
38470
39079
  }
38471
39080
 
38472
39081
  .amis-scope .bg-light.dker,
38473
39082
  .amis-scope .bg-light .dker {
38474
- background: #01bfff;
39083
+ background: #d0ecfe;
38475
39084
  }
38476
39085
 
38477
39086
  .amis-scope .bg-light.bg,
38478
39087
  .amis-scope .bg-light .bg {
38479
- background-color: #1ac5ff;
39088
+ background-color: #eaf6fe;
38480
39089
  }
38481
39090
 
38482
39091
  .amis-scope .bg-dark {
@@ -40835,10 +41444,6 @@ readers do not read off random characters that represent icons */
40835
41444
  border: none;
40836
41445
  }
40837
41446
 
40838
- .amis-scope .cxd-Select .cxd-PopOver {
40839
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40840
- }
40841
-
40842
41447
  .amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
40843
41448
  border-radius: 0.25rem;
40844
41449
  }
@@ -40848,10 +41453,6 @@ readers do not read off random characters that represent icons */
40848
41453
  padding: 0.3125rem 0.75rem;
40849
41454
  }
40850
41455
 
40851
- .amis-scope .cxd-NestedSelectControl .cxd-PopOver {
40852
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40853
- }
40854
-
40855
41456
  .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
40856
41457
  border-radius: 0.25rem;
40857
41458
  }
@@ -40870,7 +41471,6 @@ readers do not read off random characters that represent icons */
40870
41471
  }
40871
41472
 
40872
41473
  .amis-scope .cxd-TreeSelectControl .cxd-PopOver {
40873
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40874
41474
  box-shadow: var(--boxShadow);
40875
41475
  }
40876
41476
 
@@ -40880,7 +41480,6 @@ readers do not read off random characters that represent icons */
40880
41480
  }
40881
41481
 
40882
41482
  .amis-scope .cxd-DropDown .cxd-DropDown-menu {
40883
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40884
41483
  border: none;
40885
41484
  }
40886
41485
 
@@ -40933,13 +41532,11 @@ readers do not read off random characters that represent icons */
40933
41532
 
40934
41533
  .amis-scope .cxd-ColorPicker .cxd-PopOver {
40935
41534
  border: none;
40936
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40937
41535
  box-shadow: var(--boxShadow);
40938
41536
  }
40939
41537
 
40940
41538
  .amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
40941
41539
  border: none;
40942
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40943
41540
  box-shadow: var(--boxShadow);
40944
41541
  border-radius: 0.1875rem;
40945
41542
  }
@@ -40950,7 +41547,6 @@ readers do not read off random characters that represent icons */
40950
41547
 
40951
41548
  .amis-scope .cxd-LocationControl .cxd-PopOver {
40952
41549
  border: none;
40953
- top: calc(var(--Form-input-height) + 0.25rem) !important;
40954
41550
  box-shadow: var(--boxShadow);
40955
41551
  }
40956
41552
 
@@ -41002,6 +41598,10 @@ readers do not read off random characters that represent icons */
41002
41598
  font-weight: 400;
41003
41599
  }
41004
41600
 
41601
+ .amis-scope .cxd-Drawer--right .cxd-Drawer-header {
41602
+ border-radius: 0.375rem 0 0 0;
41603
+ }
41604
+
41005
41605
  .amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
41006
41606
  justify-content: flex-end;
41007
41607
  }
@@ -41010,11 +41610,22 @@ readers do not read off random characters that represent icons */
41010
41610
  margin-left: 1rem;
41011
41611
  }
41012
41612
 
41613
+ .amis-scope .cxd-Drawer--left .cxd-Drawer-header {
41614
+ border-radius: 0 0.375rem 0 0;
41615
+ }
41616
+
41013
41617
  .amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
41014
41618
  margin-left: 1rem;
41015
41619
  }
41016
41620
 
41017
- .amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button,
41621
+ .amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
41622
+ margin-left: 1rem;
41623
+ }
41624
+
41625
+ .amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
41626
+ border-radius: 0.375rem 0.375rem 0 0;
41627
+ }
41628
+
41018
41629
  .amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
41019
41630
  margin-left: 1rem;
41020
41631
  }
@@ -41034,6 +41645,7 @@ readers do not read off random characters that represent icons */
41034
41645
  .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
41035
41646
  width: 0.75rem;
41036
41647
  height: 0.75rem;
41648
+ top: 0;
41037
41649
  }
41038
41650
 
41039
41651
  .amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
@@ -41081,10 +41693,6 @@ readers do not read off random characters that represent icons */
41081
41693
  border: none;
41082
41694
  }
41083
41695
 
41084
- .amis-scope .cxd-Form .cxd-Collapse-arrow {
41085
- margin-left: 0.5rem;
41086
- }
41087
-
41088
41696
  .amis-scope .cxd-Form .cxd-Collapse-header {
41089
41697
  background-color: var(--white);
41090
41698
  display: inline-flex;