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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/lib/Schema.d.ts +9 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/ColorPicker.d.ts +84 -84
  16. package/lib/components/DatePicker.d.ts +84 -84
  17. package/lib/components/DateRangePicker.d.ts +84 -84
  18. package/lib/components/Editor.d.ts +84 -84
  19. package/lib/components/GroupedSelection.d.ts +907 -0
  20. package/lib/components/GroupedSelection.js +48 -0
  21. package/lib/components/GroupedSelection.js.map +13 -0
  22. package/lib/components/Link.d.ts +29 -36
  23. package/lib/components/Link.js +14 -15
  24. package/lib/components/Link.js.map +2 -2
  25. package/lib/components/ListGroup.d.ts +21 -21
  26. package/lib/components/ModalManager.js +1 -1
  27. package/lib/components/ModalManager.js.map +2 -2
  28. package/lib/components/MonthRangePicker.d.ts +84 -84
  29. package/lib/components/NumberInput.d.ts +20 -20
  30. package/lib/components/PickerColumn.d.ts +514 -0
  31. package/lib/components/PickerColumn.js +279 -0
  32. package/lib/components/PickerColumn.js.map +13 -0
  33. package/lib/components/PickerContainer.d.ts +513 -0
  34. package/lib/components/PickerContainer.js +96 -0
  35. package/lib/components/PickerContainer.js.map +13 -0
  36. package/lib/components/Radios.d.ts +22 -21
  37. package/lib/components/Radios.js +1 -0
  38. package/lib/components/Radios.js.map +2 -2
  39. package/lib/components/Rating.d.ts +21 -21
  40. package/lib/components/ResultBox.d.ts +84 -84
  41. package/lib/components/SearchBox.d.ts +84 -84
  42. package/lib/components/SearchBox.js +4 -4
  43. package/lib/components/SearchBox.js.map +2 -2
  44. package/lib/components/Select.d.ts +245 -237
  45. package/lib/components/Select.js +25 -4
  46. package/lib/components/Select.js.map +2 -2
  47. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  48. package/lib/components/Selection.js +134 -0
  49. package/lib/components/Selection.js.map +13 -0
  50. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  51. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  52. package/lib/components/TableSelection.js.map +13 -0
  53. package/lib/components/Tabs.d.ts +20 -20
  54. package/lib/components/TabsTransfer.d.ts +84 -84
  55. package/lib/components/TabsTransfer.js +9 -9
  56. package/lib/components/TabsTransfer.js.map +2 -2
  57. package/lib/components/TabsTransferPicker.d.ts +489 -0
  58. package/lib/components/TabsTransferPicker.js +60 -0
  59. package/lib/components/TabsTransferPicker.js.map +13 -0
  60. package/lib/components/Transfer.d.ts +908 -274
  61. package/lib/components/Transfer.js +31 -24
  62. package/lib/components/Transfer.js.map +2 -2
  63. package/lib/components/TransferDropDown.d.ts +487 -0
  64. package/lib/components/TransferDropDown.js +59 -0
  65. package/lib/components/TransferDropDown.js.map +13 -0
  66. package/lib/components/TransferPicker.d.ts +489 -0
  67. package/lib/components/TransferPicker.js +60 -0
  68. package/lib/components/TransferPicker.js.map +13 -0
  69. package/lib/components/Tree.d.ts +84 -84
  70. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  71. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  72. package/lib/components/TreeSelection.js.map +13 -0
  73. package/lib/components/WithRemoteConfig.js +1 -1
  74. package/lib/components/WithRemoteConfig.js.map +2 -2
  75. package/lib/components/condition-builder/Field.js +5 -2
  76. package/lib/components/condition-builder/Field.js.map +2 -2
  77. package/lib/components/condition-builder/Func.js +2 -2
  78. package/lib/components/condition-builder/Func.js.map +2 -2
  79. package/lib/components/condition-builder/InputSwitch.js +2 -2
  80. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  81. package/lib/components/condition-builder/Item.js +3 -3
  82. package/lib/components/condition-builder/Item.js.map +2 -2
  83. package/lib/components/index.d.ts +8 -8
  84. package/lib/components/index.js +16 -16
  85. package/lib/components/index.js.map +2 -2
  86. package/lib/envOverwrite.js.map +2 -2
  87. package/lib/factory.d.ts +4 -0
  88. package/lib/factory.js +4 -2
  89. package/lib/factory.js.map +2 -2
  90. package/lib/helper.css.map +1 -1
  91. package/lib/hooks/index.d.ts +5 -0
  92. package/lib/hooks/index.js +14 -0
  93. package/lib/hooks/index.js.map +13 -0
  94. package/lib/hooks/use-set-state.d.ts +2 -0
  95. package/lib/hooks/use-set-state.js +15 -0
  96. package/lib/hooks/use-set-state.js.map +13 -0
  97. package/lib/hooks/use-touch.d.ts +16 -0
  98. package/lib/hooks/use-touch.js +73 -0
  99. package/lib/hooks/use-touch.js.map +13 -0
  100. package/lib/hooks/use-update-effect.d.ts +3 -0
  101. package/lib/hooks/use-update-effect.js +17 -0
  102. package/lib/hooks/use-update-effect.js.map +13 -0
  103. package/lib/index.d.ts +3 -0
  104. package/lib/index.js +4 -1
  105. package/lib/index.js.map +2 -2
  106. package/lib/locale/de-DE.js +2 -0
  107. package/lib/locale/de-DE.js.map +2 -2
  108. package/lib/locale/en-US.js +2 -0
  109. package/lib/locale/en-US.js.map +2 -2
  110. package/lib/locale/zh-CN.js +4 -2
  111. package/lib/locale/zh-CN.js.map +2 -2
  112. package/lib/renderers/Action.d.ts +4 -3
  113. package/lib/renderers/Action.js +17 -4
  114. package/lib/renderers/Action.js.map +2 -2
  115. package/lib/renderers/AnchorNav.d.ts +1 -0
  116. package/lib/renderers/AnchorNav.js +2 -2
  117. package/lib/renderers/AnchorNav.js.map +2 -2
  118. package/lib/renderers/Avatar.js +3 -3
  119. package/lib/renderers/Avatar.js.map +2 -2
  120. package/lib/renderers/Breadcrumb.js +1 -1
  121. package/lib/renderers/Breadcrumb.js.map +2 -2
  122. package/lib/renderers/CRUD.d.ts +9 -0
  123. package/lib/renderers/CRUD.js +24 -4
  124. package/lib/renderers/CRUD.js.map +2 -2
  125. package/lib/renderers/Card.d.ts +4 -0
  126. package/lib/renderers/Card.js +29 -23
  127. package/lib/renderers/Card.js.map +2 -2
  128. package/lib/renderers/Chart.js +1 -1
  129. package/lib/renderers/Chart.js.map +2 -2
  130. package/lib/renderers/Collapse.js +3 -2
  131. package/lib/renderers/Collapse.js.map +2 -2
  132. package/lib/renderers/DropDownButton.js +1 -1
  133. package/lib/renderers/DropDownButton.js.map +2 -2
  134. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  135. package/lib/renderers/Form/Editor.d.ts +3 -2
  136. package/lib/renderers/Form/InputCity.d.ts +84 -84
  137. package/lib/renderers/Form/InputCity.js +7 -6
  138. package/lib/renderers/Form/InputCity.js.map +2 -2
  139. package/lib/renderers/Form/InputColor.d.ts +84 -84
  140. package/lib/renderers/Form/InputFile.js +10 -4
  141. package/lib/renderers/Form/InputFile.js.map +2 -2
  142. package/lib/renderers/Form/InputImage.js +11 -4
  143. package/lib/renderers/Form/InputImage.js.map +2 -2
  144. package/lib/renderers/Form/Item.d.ts +1 -1
  145. package/lib/renderers/Form/Item.js.map +1 -1
  146. package/lib/renderers/Form/Options.js +13 -3
  147. package/lib/renderers/Form/Options.js.map +2 -2
  148. package/lib/renderers/Form/Select.d.ts +41 -4
  149. package/lib/renderers/Form/Select.js +23 -3
  150. package/lib/renderers/Form/Select.js.map +2 -2
  151. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  152. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  153. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  154. package/lib/renderers/Form/Transfer.js +3 -2
  155. package/lib/renderers/Form/Transfer.js.map +2 -2
  156. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  157. package/lib/renderers/Form/TransferPicker.js +29 -0
  158. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  159. package/lib/renderers/Form/TreeSelect.js +2 -2
  160. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  161. package/lib/renderers/Form/index.js +1 -1
  162. package/lib/renderers/Form/index.js.map +2 -2
  163. package/lib/renderers/Form/wrapControl.js +13 -1
  164. package/lib/renderers/Form/wrapControl.js.map +2 -2
  165. package/lib/renderers/IFrame.js +1 -3
  166. package/lib/renderers/IFrame.js.map +2 -2
  167. package/lib/renderers/Json.d.ts +4 -0
  168. package/lib/renderers/Json.js +4 -13
  169. package/lib/renderers/Json.js.map +2 -2
  170. package/lib/renderers/Link.d.ts +4 -2
  171. package/lib/renderers/Link.js +15 -6
  172. package/lib/renderers/Link.js.map +2 -2
  173. package/lib/renderers/List.js +1 -1
  174. package/lib/renderers/List.js.map +2 -2
  175. package/lib/renderers/Mapping.d.ts +9 -2
  176. package/lib/renderers/Mapping.js +18 -6
  177. package/lib/renderers/Mapping.js.map +2 -2
  178. package/lib/renderers/Nav.d.ts +21 -21
  179. package/lib/renderers/Nav.js +39 -21
  180. package/lib/renderers/Nav.js.map +2 -2
  181. package/lib/renderers/Portlet.d.ts +125 -0
  182. package/lib/renderers/Portlet.js +156 -0
  183. package/lib/renderers/Portlet.js.map +13 -0
  184. package/lib/renderers/Property.js +2 -1
  185. package/lib/renderers/Property.js.map +2 -2
  186. package/lib/renderers/SearchBox.d.ts +6 -1
  187. package/lib/renderers/SearchBox.js +19 -5
  188. package/lib/renderers/SearchBox.js.map +2 -2
  189. package/lib/renderers/Table/TableContent.d.ts +4 -1
  190. package/lib/renderers/Table/TableContent.js +21 -1
  191. package/lib/renderers/Table/TableContent.js.map +2 -2
  192. package/lib/renderers/Table/index.d.ts +5 -1
  193. package/lib/renderers/Table/index.js +64 -29
  194. package/lib/renderers/Table/index.js.map +2 -2
  195. package/lib/renderers/Tabs.js +9 -1
  196. package/lib/renderers/Tabs.js.map +2 -2
  197. package/lib/renderers/WebComponent.js +1 -1
  198. package/lib/renderers/WebComponent.js.map +2 -2
  199. package/lib/store/combo.d.ts +2 -16
  200. package/lib/store/crud.js +3 -7
  201. package/lib/store/crud.js.map +2 -2
  202. package/lib/store/form.d.ts +1 -1
  203. package/lib/store/form.js +5 -6
  204. package/lib/store/form.js.map +2 -2
  205. package/lib/store/service.js +5 -4
  206. package/lib/store/service.js.map +2 -2
  207. package/lib/store/table.d.ts +2 -2
  208. package/lib/themes/ang-ie11.css +422 -149
  209. package/lib/themes/ang.css +422 -149
  210. package/lib/themes/ang.css.map +1 -1
  211. package/lib/themes/antd-ie11.css +422 -149
  212. package/lib/themes/antd.css +422 -149
  213. package/lib/themes/antd.css.map +1 -1
  214. package/lib/themes/cxd-ie11.css +456 -182
  215. package/lib/themes/cxd.css +456 -182
  216. package/lib/themes/cxd.css.map +1 -1
  217. package/lib/themes/dark-ie11.css +422 -149
  218. package/lib/themes/dark.css +422 -149
  219. package/lib/themes/dark.css.map +1 -1
  220. package/lib/themes/default.css +456 -182
  221. package/lib/themes/default.css.map +1 -1
  222. package/lib/types.d.ts +37 -0
  223. package/lib/types.js +0 -5
  224. package/lib/types.js.map +2 -2
  225. package/lib/utils/api.d.ts +3 -2
  226. package/lib/utils/api.js +28 -12
  227. package/lib/utils/api.js.map +2 -2
  228. package/lib/utils/dom.d.ts +4 -0
  229. package/lib/utils/dom.js +11 -1
  230. package/lib/utils/dom.js.map +2 -2
  231. package/lib/utils/helper.d.ts +2 -0
  232. package/lib/utils/helper.js +11 -2
  233. package/lib/utils/helper.js.map +2 -2
  234. package/lib/utils/icon.js +3 -0
  235. package/lib/utils/icon.js.map +2 -2
  236. package/package.json +1 -1
  237. package/schema.json +3038 -790
  238. package/scss/_mixins.scss +1 -3
  239. package/scss/_properties.scss +25 -1
  240. package/scss/base/_normalize.scss +2 -0
  241. package/scss/components/_anchor-nav.scss +88 -29
  242. package/scss/components/_card.scss +8 -14
  243. package/scss/components/_collapse.scss +16 -1
  244. package/scss/components/_mapping.scss +6 -0
  245. package/scss/components/_nav.scss +1 -1
  246. package/scss/components/_picker-columns.scss +123 -0
  247. package/scss/components/_popover.scss +17 -0
  248. package/scss/components/_portlet.scss +51 -0
  249. package/scss/components/_status.scss +1 -1
  250. package/scss/components/_table.scss +26 -0
  251. package/scss/components/form/_checks.scss +0 -351
  252. package/scss/components/form/_fieldset.scss +5 -1
  253. package/scss/components/form/_selection.scss +354 -0
  254. package/scss/components/form/_transfer.scss +75 -18
  255. package/scss/themes/_common.scss +4 -0
  256. package/scss/themes/_cxd-variables.scss +4 -1
  257. package/scss/themes/cxd.scss +16 -12
  258. package/sdk/ang-ie11.css +457 -152
  259. package/sdk/ang.css +480 -154
  260. package/sdk/antd-ie11.css +456 -151
  261. package/sdk/antd.css +480 -154
  262. package/sdk/charts.js +13 -13
  263. package/sdk/color-picker.js +65 -69
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +496 -194
  266. package/sdk/cxd.css +517 -190
  267. package/sdk/dark-ie11.css +457 -152
  268. package/sdk/dark.css +480 -154
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/helper.css.map +1 -1
  271. package/sdk/locale/de-DE.js +2 -0
  272. package/sdk/markdown.js +69 -69
  273. package/sdk/papaparse.js +1 -1
  274. package/sdk/renderers/Form/CityDB.js +1 -1
  275. package/sdk/rest.js +20 -28
  276. package/sdk/rich-text.js +62 -62
  277. package/sdk/sdk-ie11.css +496 -194
  278. package/sdk/sdk.css +517 -190
  279. package/sdk/sdk.js +1268 -1236
  280. package/sdk/thirds/hls.js/hls.js +1 -1
  281. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  282. package/sdk/tinymce.js +57 -57
  283. package/src/Schema.ts +14 -0
  284. package/src/components/AnchorNav.tsx +15 -4
  285. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  286. package/src/components/Badge.tsx +3 -3
  287. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  288. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  289. package/src/components/Link.tsx +28 -37
  290. package/src/components/ModalManager.ts +1 -1
  291. package/src/components/PickerColumn.tsx +429 -0
  292. package/src/components/PickerContainer.tsx +128 -0
  293. package/src/components/Radios.tsx +3 -8
  294. package/src/components/SearchBox.tsx +4 -5
  295. package/src/components/Select.tsx +57 -5
  296. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  297. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  298. package/src/components/TabsTransfer.tsx +13 -7
  299. package/src/components/TabsTransferPicker.tsx +85 -0
  300. package/src/components/Transfer.tsx +71 -50
  301. package/src/components/TransferDropDown.tsx +117 -0
  302. package/src/components/TransferPicker.tsx +84 -0
  303. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  304. package/src/components/WithRemoteConfig.tsx +7 -2
  305. package/src/components/condition-builder/Field.tsx +5 -5
  306. package/src/components/condition-builder/Func.tsx +3 -3
  307. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  308. package/src/components/condition-builder/Item.tsx +5 -12
  309. package/src/components/index.tsx +13 -13
  310. package/src/envOverwrite.ts +0 -1
  311. package/src/factory.tsx +18 -3
  312. package/src/hooks/index.ts +5 -0
  313. package/src/hooks/use-set-state.ts +19 -0
  314. package/src/hooks/use-touch.ts +100 -0
  315. package/src/hooks/use-update-effect.ts +16 -0
  316. package/src/index.tsx +3 -0
  317. package/src/locale/de-DE.ts +2 -0
  318. package/src/locale/en-US.ts +2 -0
  319. package/src/locale/zh-CN.ts +4 -2
  320. package/src/renderers/Action.tsx +28 -2
  321. package/src/renderers/AnchorNav.tsx +4 -0
  322. package/src/renderers/Avatar.tsx +8 -4
  323. package/src/renderers/Breadcrumb.tsx +5 -1
  324. package/src/renderers/CRUD.tsx +33 -3
  325. package/src/renderers/Card.tsx +63 -34
  326. package/src/renderers/Chart.tsx +6 -2
  327. package/src/renderers/Collapse.tsx +4 -2
  328. package/src/renderers/DropDownButton.tsx +1 -1
  329. package/src/renderers/Form/InputCity.tsx +4 -8
  330. package/src/renderers/Form/InputFile.tsx +29 -20
  331. package/src/renderers/Form/InputImage.tsx +11 -3
  332. package/src/renderers/Form/Item.tsx +1 -1
  333. package/src/renderers/Form/Options.tsx +16 -2
  334. package/src/renderers/Form/Select.tsx +144 -21
  335. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  336. package/src/renderers/Form/Transfer.tsx +3 -2
  337. package/src/renderers/Form/TransferPicker.tsx +123 -0
  338. package/src/renderers/Form/TreeSelect.tsx +25 -0
  339. package/src/renderers/Form/index.tsx +1 -1
  340. package/src/renderers/Form/wrapControl.tsx +26 -1
  341. package/src/renderers/IFrame.tsx +2 -4
  342. package/src/renderers/Json.tsx +9 -9
  343. package/src/renderers/Link.tsx +27 -13
  344. package/src/renderers/List.tsx +1 -1
  345. package/src/renderers/Mapping.tsx +27 -11
  346. package/src/renderers/Nav.tsx +108 -60
  347. package/src/renderers/Portlet.tsx +423 -0
  348. package/src/renderers/Property.tsx +3 -2
  349. package/src/renderers/SearchBox.tsx +23 -4
  350. package/src/renderers/Table/TableContent.tsx +40 -2
  351. package/src/renderers/Table/index.tsx +87 -41
  352. package/src/renderers/Tabs.tsx +9 -1
  353. package/src/renderers/WebComponent.tsx +2 -2
  354. package/src/store/crud.ts +3 -8
  355. package/src/store/form.ts +5 -10
  356. package/src/store/service.ts +5 -4
  357. package/src/types.ts +57 -0
  358. package/src/utils/api.ts +40 -20
  359. package/src/utils/dom.tsx +12 -0
  360. package/src/utils/helper.ts +8 -0
  361. package/src/utils/icon.tsx +4 -0
  362. package/dump.rdb +0 -0
  363. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  364. package/lib/components/AssociatedCheckboxes.js +0 -90
  365. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  366. package/lib/components/ChainedCheckboxes.js.map +0 -13
  367. package/lib/components/Checkboxes.js +0 -101
  368. package/lib/components/Checkboxes.js.map +0 -13
  369. package/lib/components/ListCheckboxes.d.ts +0 -739
  370. package/lib/components/ListCheckboxes.js +0 -48
  371. package/lib/components/ListCheckboxes.js.map +0 -13
  372. package/lib/components/ListRadios.d.ts +0 -763
  373. package/lib/components/ListRadios.js +0 -86
  374. package/lib/components/ListRadios.js.map +0 -13
  375. package/lib/components/TableCheckboxes.js.map +0 -13
  376. package/lib/components/TreeCheckboxes.js.map +0 -13
  377. package/lib/components/TreeRadios.d.ts +0 -838
  378. package/lib/components/TreeRadios.js +0 -116
  379. package/lib/components/TreeRadios.js.map +0 -13
  380. package/src/components/ListRadios.tsx +0 -159
  381. package/src/components/TreeRadios.tsx +0 -202
package/sdk/cxd-ie11.css CHANGED
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
19493
19493
  width: 1em;
19494
19494
  height: 1em;
19495
19495
  fill: currentColor;
19496
+ position: relative;
19497
+ top: 0.125em;
19496
19498
  }
19497
19499
 
19498
19500
  .amis-scope svg.r90 {
@@ -21336,22 +21338,22 @@ readers do not read off random characters that represent icons */
21336
21338
 
21337
21339
  .amis-scope .cxd-Button--light {
21338
21340
  color: #fff;
21339
- background: #1ac5ff;
21340
- border-color: #1ac5ff;
21341
+ background: #eaf6fe;
21342
+ border-color: #eaf6fe;
21341
21343
  box-shadow: none;
21342
21344
  text-shadow: none;
21343
21345
  }
21344
21346
 
21345
21347
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
21346
21348
  color: #fff;
21347
- background: #00b5f3;
21348
- border-color: #00ace6;
21349
+ background: #c5e6fc;
21350
+ border-color: #b9e1fc;
21349
21351
  }
21350
21352
 
21351
21353
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
21352
21354
  color: #fff;
21353
- background: #00ace6;
21354
- border-color: #00a2d9;
21355
+ background: #b9e1fc;
21356
+ border-color: #addcfb;
21355
21357
  }
21356
21358
 
21357
21359
  .amis-scope .cxd-Button--light:hover:focus {
@@ -22742,6 +22744,143 @@ readers do not read off random characters that represent icons */
22742
22744
  background: transparent;
22743
22745
  }
22744
22746
 
22747
+ .amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
22748
+ background: rgba(0, 0, 0, 0.3);
22749
+ }
22750
+
22751
+ .amis-scope .cxd-PopOver--leftBottomLeftTop {
22752
+ margin-top: 0.25rem;
22753
+ }
22754
+
22755
+ .amis-scope .cxd-PopOver--leftTopLeftBottom {
22756
+ margin-top: -0.25rem;
22757
+ }
22758
+
22759
+ .amis-scope .has-popover {
22760
+ position: relative;
22761
+ }
22762
+
22763
+ .amis-scope .cxd-PickerColumns {
22764
+ position: relative;
22765
+ background-color: white;
22766
+ user-select: none;
22767
+ }
22768
+
22769
+ .amis-scope .cxd-PickerColumns-popOver {
22770
+ position: fixed;
22771
+ bottom: 0;
22772
+ left: 0;
22773
+ width: 100%;
22774
+ padding: 0 0.5rem;
22775
+ }
22776
+
22777
+ .amis-scope .cxd-PickerColumns-toolbar {
22778
+ display: flex;
22779
+ align-items: center;
22780
+ justify-content: space-between;
22781
+ height: 3.125rem;
22782
+ }
22783
+
22784
+ .amis-scope .cxd-PickerColumns-cancel,
22785
+ .amis-scope .cxd-PickerColumns-confirm {
22786
+ height: 100%;
22787
+ padding: 0 0.5rem;
22788
+ font-size: 0.875rem;
22789
+ background-color: transparent;
22790
+ border: none;
22791
+ cursor: pointer;
22792
+ }
22793
+
22794
+ .amis-scope .cxd-PickerColumns-cancel:active,
22795
+ .amis-scope .cxd-PickerColumns-confirm:active {
22796
+ opacity: 0.7;
22797
+ }
22798
+
22799
+ .amis-scope .cxd-PickerColumns-confirm {
22800
+ color: #2468f2;
22801
+ }
22802
+
22803
+ .amis-scope .cxd-PickerColumns-cancel {
22804
+ color: #eaf6fe;
22805
+ }
22806
+
22807
+ .amis-scope .cxd-PickerColumns-title {
22808
+ max-width: 50%;
22809
+ font-weight: 500;
22810
+ font-size: 1rem;
22811
+ line-height: 1.5;
22812
+ text-align: center;
22813
+ }
22814
+
22815
+ .amis-scope .cxd-PickerColumns-columns {
22816
+ position: relative;
22817
+ display: flex;
22818
+ cursor: grab;
22819
+ }
22820
+
22821
+ .amis-scope .cxd-PickerColumns-loading {
22822
+ position: absolute;
22823
+ top: 0;
22824
+ right: 0;
22825
+ bottom: 0;
22826
+ left: 0;
22827
+ z-index: 3;
22828
+ display: flex;
22829
+ align-items: center;
22830
+ justify-content: center;
22831
+ color: #999;
22832
+ background-color: var(--PickerColumns-loadingMask-color);
22833
+ }
22834
+
22835
+ .amis-scope .cxd-PickerColumns-frame {
22836
+ position: absolute;
22837
+ top: 50%;
22838
+ right: 1rem;
22839
+ left: 1rem;
22840
+ z-index: 2;
22841
+ transform: translateY(-50%);
22842
+ pointer-events: none;
22843
+ }
22844
+
22845
+ .amis-scope .cxd-PickerColumns-mask {
22846
+ position: absolute;
22847
+ top: 0;
22848
+ left: 0;
22849
+ z-index: 1;
22850
+ width: 100%;
22851
+ height: 100%;
22852
+ 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));
22853
+ background-repeat: no-repeat;
22854
+ background-position: top, bottom;
22855
+ transform: translateZ(0);
22856
+ pointer-events: none;
22857
+ }
22858
+
22859
+ .amis-scope .cxd-PickerColumns-column {
22860
+ flex: 1;
22861
+ overflow: hidden;
22862
+ font-size: 1rem;
22863
+ }
22864
+
22865
+ .amis-scope .cxd-PickerColumns-columnWrapper {
22866
+ margin: 0;
22867
+ padding: 0;
22868
+ list-style: none;
22869
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22870
+ }
22871
+
22872
+ .amis-scope .cxd-PickerColumns-columnItem {
22873
+ display: flex;
22874
+ align-items: center;
22875
+ justify-content: center;
22876
+ color: #151a26;
22877
+ }
22878
+
22879
+ .amis-scope .cxd-PickerColumns-columnItem.is-disabled {
22880
+ cursor: not-allowed;
22881
+ opacity: 0.3;
22882
+ }
22883
+
22745
22884
  @keyframes bounceIn {
22746
22885
  from, 20%, 40%, 60%, 80%, to {
22747
22886
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -23845,7 +23984,7 @@ readers do not read off random characters that represent icons */
23845
23984
  border-color: #333;
23846
23985
  text-decoration: none;
23847
23986
  background: rgba(0, 0, 0, 0.05);
23848
- z-index: 9999;
23987
+ z-index: 1;
23849
23988
  }
23850
23989
 
23851
23990
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
@@ -24915,6 +25054,15 @@ readers do not read off random characters that represent icons */
24915
25054
  background: #f2f2f4;
24916
25055
  }
24917
25056
 
25057
+ .amis-scope .cxd-Collapse-header-wrapper {
25058
+ display: inline-flex;
25059
+ flex-direction: row-reverse;
25060
+ }
25061
+
25062
+ .amis-scope .cxd-Collapse-header-tpl {
25063
+ margin-right: 0.5rem;
25064
+ }
25065
+
24918
25066
  .amis-scope .cxd-Collapse-header:hover {
24919
25067
  background: #e6e6e8;
24920
25068
  }
@@ -24964,6 +25112,12 @@ readers do not read off random characters that represent icons */
24964
25112
  color: #2468f2;
24965
25113
  border-left: none;
24966
25114
  font-size: 0.875rem;
25115
+ border-top: none;
25116
+ border-bottom: none;
25117
+ }
25118
+
25119
+ .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
25120
+ border-top: none;
24967
25121
  }
24968
25122
 
24969
25123
  .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
@@ -26183,6 +26337,10 @@ readers do not read off random characters that represent icons */
26183
26337
  border-right: 0.0625rem solid #f5f5f5;
26184
26338
  }
26185
26339
 
26340
+ .amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
26341
+ cursor: pointer;
26342
+ }
26343
+
26186
26344
  .amis-scope .cxd-Table-table > thead > tr > th {
26187
26345
  background: #f5f5f5;
26188
26346
  padding: calc(
@@ -26313,33 +26471,33 @@ readers do not read off random characters that represent icons */
26313
26471
  }
26314
26472
 
26315
26473
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
26316
- background-color: #1ac5ff;
26474
+ background-color: #eaf6fe;
26317
26475
  color: #151a26;
26318
26476
  }
26319
26477
 
26320
26478
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
26321
26479
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
26322
- background: #27c6fc;
26480
+ background: #f4fafe;
26323
26481
  }
26324
26482
 
26325
26483
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
26326
26484
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
26327
- background: #2fc6fa;
26485
+ background: #f9fcff;
26328
26486
  }
26329
26487
 
26330
26488
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
26331
26489
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
26332
- background: #0bc1ff;
26490
+ background: #dbf0fe;
26333
26491
  }
26334
26492
 
26335
26493
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
26336
26494
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
26337
- background: #01bfff;
26495
+ background: #d0ecfe;
26338
26496
  }
26339
26497
 
26340
26498
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
26341
26499
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
26342
- background-color: #1ac5ff;
26500
+ background-color: #eaf6fe;
26343
26501
  }
26344
26502
 
26345
26503
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark {
@@ -27382,12 +27540,12 @@ readers do not read off random characters that represent icons */
27382
27540
  }
27383
27541
 
27384
27542
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
27385
- background: #1ac5ff;
27543
+ background: #eaf6fe;
27386
27544
  color: #2468f2;
27387
27545
  }
27388
27546
 
27389
27547
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
27390
- background: #1ac5ff;
27548
+ background: #eaf6fe;
27391
27549
  color: #2468f2;
27392
27550
  }
27393
27551
 
@@ -27538,6 +27696,28 @@ readers do not read off random characters that represent icons */
27538
27696
  left: 0;
27539
27697
  }
27540
27698
 
27699
+ .amis-scope .cxd-Table--autoFillHeight {
27700
+ margin-bottom: 0;
27701
+ }
27702
+
27703
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
27704
+ border-top: none;
27705
+ }
27706
+
27707
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
27708
+ position: sticky;
27709
+ top: 0;
27710
+ z-index: 1;
27711
+ }
27712
+
27713
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
27714
+ display: none;
27715
+ }
27716
+
27717
+ .amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
27718
+ margin-bottom: 0;
27719
+ }
27720
+
27541
27721
  .amis-scope .cxd-InputTable-toolbar {
27542
27722
  display: flex;
27543
27723
  flex-direction: row;
@@ -28305,18 +28485,6 @@ readers do not read off random characters that represent icons */
28305
28485
  margin-top: 0.25rem;
28306
28486
  }
28307
28487
 
28308
- .amis-scope .cxd-Card-checkBtn {
28309
- position: absolute;
28310
- top: 0;
28311
- right: 0;
28312
- margin: 0.5rem;
28313
- z-index: 1;
28314
- }
28315
-
28316
- .amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
28317
- margin-right: 0;
28318
- }
28319
-
28320
28488
  .amis-scope .cxd-Card-dragBtn {
28321
28489
  cursor: pointer;
28322
28490
  float: right;
@@ -28324,7 +28492,8 @@ readers do not read off random characters that represent icons */
28324
28492
  }
28325
28493
 
28326
28494
  .amis-scope .cxd-Card-heading {
28327
- overflow: hidden;
28495
+ display: flex;
28496
+ flex-direction: row;
28328
28497
  padding: 0.5rem 0.75rem;
28329
28498
  flex: 1 0 auto;
28330
28499
  }
@@ -28356,12 +28525,17 @@ readers do not read off random characters that represent icons */
28356
28525
 
28357
28526
  .amis-scope .cxd-Card-meta {
28358
28527
  display: block;
28528
+ flex-grow: 1;
28359
28529
  height: 100%;
28360
- overflow: hidden;
28361
28530
  position: relative;
28362
28531
  margin-right: 1rem;
28363
28532
  }
28364
28533
 
28534
+ .amis-scope .cxd-Card-toolbar {
28535
+ margin-right: calc(-1 * 0.75rem);
28536
+ text-align: right;
28537
+ }
28538
+
28365
28539
  .amis-scope .cxd-Card-highlight {
28366
28540
  background: #0bc286;
28367
28541
  width: 0.5rem;
@@ -28850,7 +29024,7 @@ readers do not read off random characters that represent icons */
28850
29024
 
28851
29025
  .amis-scope .cxd-StatusField-label {
28852
29026
  font-size: 0.75rem;
28853
- margin-left: 0.5rem;
29027
+ margin-left: 0.25rem;
28854
29028
  }
28855
29029
 
28856
29030
  @keyframes animation-rolling_red {
@@ -30222,6 +30396,49 @@ readers do not read off random characters that represent icons */
30222
30396
  border: 1px solid #2468f2;
30223
30397
  }
30224
30398
 
30399
+ .amis-scope .cxd-Portlet {
30400
+ border: 0.0625rem solid #eceff8;
30401
+ border-radius: 0.25rem;
30402
+ padding: 0.75rem;
30403
+ }
30404
+
30405
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
30406
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30407
+ .amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30408
+ border: none !important;
30409
+ color: inherit !important;
30410
+ cursor: auto !important;
30411
+ }
30412
+
30413
+ .amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
30414
+ border-bottom: none;
30415
+ }
30416
+
30417
+ .amis-scope .cxd-Portlet .cxd-Tabs-pane {
30418
+ padding: unset;
30419
+ }
30420
+
30421
+ .amis-scope .cxd-Portlet-toolbar {
30422
+ display: inline-flex;
30423
+ float: right;
30424
+ justify-content: flex-end;
30425
+ }
30426
+
30427
+ .amis-scope .cxd-Portlet-toolbar .cxd-Button {
30428
+ margin-left: calc(0.25rem);
30429
+ }
30430
+
30431
+ .amis-scope .cxd-Portlet-header-desc {
30432
+ height: 100%;
30433
+ overflow: hidden;
30434
+ position: relative;
30435
+ margin-left: 0.75rem;
30436
+ }
30437
+
30438
+ .amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
30439
+ display: none;
30440
+ }
30441
+
30225
30442
  .amis-scope fieldset.cxd-Collapse--lg,
30226
30443
  .amis-scope fieldset.cxd-Collapse--md,
30227
30444
  .amis-scope fieldset.cxd-Collapse--base,
@@ -30280,11 +30497,16 @@ readers do not read off random characters that represent icons */
30280
30497
  margin: 0.75rem 0;
30281
30498
  padding: 0 0 0 14px;
30282
30499
  cursor: pointer;
30283
- border-bottom: 0;
30500
+ border-bottom: none !important;
30501
+ background: transparent;
30284
30502
  display: flex;
30285
30503
  flex-direction: row;
30286
30504
  }
30287
30505
 
30506
+ .amis-scope fieldset.cxd-Collapse > legend:hover {
30507
+ background: transparent;
30508
+ }
30509
+
30288
30510
  .amis-scope fieldset.cxd-Collapse--xs {
30289
30511
  padding: 20px 5px 5px 5px;
30290
30512
  }
@@ -31406,7 +31628,7 @@ readers do not read off random characters that represent icons */
31406
31628
  color: #999;
31407
31629
  }
31408
31630
 
31409
- .amis-scope .cxd-Checkboxes > .cxd-Checkbox {
31631
+ .amis-scope .cxd-Selection > .cxd-Checkbox {
31410
31632
  display: block;
31411
31633
  height: 2rem;
31412
31634
  line-height: 1.4285714286;
@@ -31414,43 +31636,36 @@ readers do not read off random characters that represent icons */
31414
31636
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
31415
31637
  }
31416
31638
 
31417
- .amis-scope .cxd-Checkboxes--inline > .cxd-Checkbox {
31639
+ .amis-scope .cxd-Selection--inline > .cxd-Checkbox {
31418
31640
  display: inline-block;
31419
31641
  }
31420
31642
 
31421
- .amis-scope .cxd-Checkboxes-addBtn {
31643
+ .amis-scope .cxd-Selection-addBtn {
31422
31644
  display: block;
31423
31645
  cursor: pointer;
31424
31646
  }
31425
31647
 
31426
- .amis-scope .cxd-Checkboxes-addBtn:hover {
31648
+ .amis-scope .cxd-Selection-addBtn:hover {
31427
31649
  text-decoration: none;
31428
31650
  }
31429
31651
 
31430
- .amis-scope .cxd-Checkboxes-addBtn > svg {
31652
+ .amis-scope .cxd-Selection-addBtn > svg {
31431
31653
  width: 0.875rem;
31432
31654
  height: 0.875rem;
31433
31655
  margin-right: 0.25rem;
31434
31656
  }
31435
31657
 
31436
- .amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
31437
- .amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
31438
- .amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
31439
- .amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
31658
+ .amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
31440
31659
  border-top: 0.0625rem solid #dfe2e6;
31441
31660
  }
31442
31661
 
31443
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-itemLabel,
31444
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
31445
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
31446
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
31662
+ .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
31447
31663
  font-size: 0.75rem;
31448
31664
  padding: 0.25rem 0.25rem;
31449
31665
  color: #b4b6ba;
31450
31666
  }
31451
31667
 
31452
- .amis-scope .cxd-ListCheckboxes-item,
31453
- .amis-scope .cxd-ListRadios-item {
31668
+ .amis-scope .cxd-GroupedSelection-item {
31454
31669
  display: flex;
31455
31670
  height: 2rem;
31456
31671
  line-height: 1.4285714286;
@@ -31461,51 +31676,37 @@ readers do not read off random characters that represent icons */
31461
31676
  user-select: none;
31462
31677
  }
31463
31678
 
31464
- .amis-scope .cxd-ListCheckboxes-item > .cxd-Checkbox,
31465
- .amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
31679
+ .amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
31466
31680
  margin-right: 0;
31467
31681
  }
31468
31682
 
31469
- .amis-scope .cxd-ListCheckboxes-item.is-active,
31470
- .amis-scope .cxd-ListRadios-item.is-active {
31683
+ .amis-scope .cxd-GroupedSelection-item.is-active {
31471
31684
  color: #2468f2;
31472
31685
  background: transparent;
31473
31686
  }
31474
31687
 
31475
- .amis-scope .cxd-ListCheckboxes-item:hover,
31476
- .amis-scope .cxd-ListRadios-item:hover {
31688
+ .amis-scope .cxd-GroupedSelection-item:hover {
31477
31689
  background: rgba(0, 126, 255, 0.08);
31478
31690
  }
31479
31691
 
31480
- .amis-scope .cxd-ListCheckboxes-item.is-disabled,
31481
- .amis-scope .cxd-ListRadios-item.is-disabled {
31692
+ .amis-scope .cxd-GroupedSelection-item.is-disabled {
31482
31693
  pointer-events: none;
31483
31694
  color: #b4b6ba;
31484
31695
  }
31485
31696
 
31486
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
31487
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
31488
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
31489
- .amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
31490
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
31491
- .amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
31492
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
31493
- .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
31697
+ .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
31494
31698
  padding-left: 0.75rem;
31495
31699
  }
31496
31700
 
31497
- .amis-scope .cxd-ListCheckboxes-itemLabel,
31498
- .amis-scope .cxd-ListRadios-itemLabel {
31701
+ .amis-scope .cxd-GroupedSelection-itemLabel {
31499
31702
  flex-grow: 1;
31500
31703
  }
31501
31704
 
31502
- .amis-scope .cxd-ListCheckboxes-itemLabel span,
31503
- .amis-scope .cxd-ListRadios-itemLabel span {
31705
+ .amis-scope .cxd-GroupedSelection-itemLabel span {
31504
31706
  white-space: nowrap;
31505
31707
  }
31506
31708
 
31507
- .amis-scope .cxd-ListCheckboxes-placeholder,
31508
- .amis-scope .cxd-ListRadios-placeholder {
31709
+ .amis-scope .cxd-GroupedSelection-placeholder {
31509
31710
  height: 2rem;
31510
31711
  line-height: 1.4285714286;
31511
31712
  font-size: 0.875rem;
@@ -31513,52 +31714,54 @@ readers do not read off random characters that represent icons */
31513
31714
  color: #b4b6ba;
31514
31715
  }
31515
31716
 
31516
- .amis-scope .cxd-TableCheckboxes .cxd-Table-content {
31717
+ .amis-scope .cxd-TableSelection .cxd-Table-content {
31517
31718
  border-top: 0.0625rem solid #f5f5f5;
31518
31719
  }
31519
31720
 
31520
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th,
31521
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td {
31721
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
31722
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
31522
31723
  font-size: 0.75rem;
31523
31724
  padding-top: 0.25rem;
31524
31725
  padding-bottom: 0.375rem;
31525
31726
  vertical-align: middle;
31526
31727
  }
31527
31728
 
31528
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th {
31729
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
31529
31730
  padding-top: 0.375rem;
31530
31731
  }
31531
31732
 
31532
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:first-child,
31533
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:first-child {
31733
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
31734
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
31534
31735
  padding-left: 0.625rem;
31535
31736
  padding-right: 0;
31536
31737
  }
31537
31738
 
31538
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:last-child,
31539
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:last-child {
31739
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
31740
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
31540
31741
  padding-right: 1rem;
31541
31742
  }
31542
31743
 
31543
- .amis-scope .cxd-TableCheckboxes .cxd-Table-table > tbody > tr {
31744
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
31544
31745
  cursor: pointer;
31545
31746
  }
31546
31747
 
31547
- .amis-scope .cxd-TreeCheckboxes .cxd-Table-expandBtn,
31548
- .amis-scope .cxd-TreeRadios .cxd-Table-expandBtn {
31748
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
31749
+ color: #2468f2;
31750
+ background: transparent;
31751
+ }
31752
+
31753
+ .amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
31549
31754
  color: #999;
31550
31755
  margin-right: 5px;
31551
31756
  }
31552
31757
 
31553
- .amis-scope .cxd-TreeCheckboxes-sublist,
31554
- .amis-scope .cxd-TreeRadios-sublist {
31758
+ .amis-scope .cxd-TreeSelection-sublist {
31555
31759
  position: relative;
31556
31760
  margin: 0 0 0 2.1875rem;
31557
31761
  display: none;
31558
31762
  }
31559
31763
 
31560
- .amis-scope .cxd-TreeCheckboxes-sublist:before,
31561
- .amis-scope .cxd-TreeRadios-sublist:before {
31764
+ .amis-scope .cxd-TreeSelection-sublist:before {
31562
31765
  width: 1px;
31563
31766
  content: "";
31564
31767
  display: block;
@@ -31569,29 +31772,19 @@ readers do not read off random characters that represent icons */
31569
31772
  border-left: dashed 1px #999;
31570
31773
  }
31571
31774
 
31572
- .amis-scope .cxd-TreeCheckboxes-item,
31573
- .amis-scope .cxd-TreeRadios-item {
31775
+ .amis-scope .cxd-TreeSelection-item {
31574
31776
  position: relative;
31575
31777
  }
31576
31778
 
31577
- .amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeCheckboxes-sublist,
31578
- .amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
31579
- .amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
31580
- .amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
31779
+ .amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
31581
31780
  display: block;
31582
31781
  }
31583
31782
 
31584
- .amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
31585
- .amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
31586
- .amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
31587
- .amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
31783
+ .amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
31588
31784
  bottom: 0;
31589
31785
  }
31590
31786
 
31591
- .amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeCheckboxes-item:before,
31592
- .amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
31593
- .amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
31594
- .amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
31787
+ .amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
31595
31788
  height: 1px;
31596
31789
  content: "";
31597
31790
  display: block;
@@ -31602,8 +31795,7 @@ readers do not read off random characters that represent icons */
31602
31795
  border-top: dashed 1px #999;
31603
31796
  }
31604
31797
 
31605
- .amis-scope .cxd-TreeCheckboxes-itemInner,
31606
- .amis-scope .cxd-TreeRadios-itemInner {
31798
+ .amis-scope .cxd-TreeSelection-itemInner {
31607
31799
  display: flex;
31608
31800
  align-items: center;
31609
31801
  height: 2rem;
@@ -31616,20 +31808,17 @@ readers do not read off random characters that represent icons */
31616
31808
  position: relative;
31617
31809
  }
31618
31810
 
31619
- .amis-scope .cxd-TreeCheckboxes-itemInner > .cxd-Checkbox,
31620
- .amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
31811
+ .amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
31621
31812
  margin-right: 0;
31622
31813
  margin-left: 0.5rem;
31623
31814
  }
31624
31815
 
31625
- .amis-scope .cxd-TreeCheckboxes-itemInner > *,
31626
- .amis-scope .cxd-TreeRadios-itemInner > * {
31816
+ .amis-scope .cxd-TreeSelection-itemInner > * {
31627
31817
  position: relative;
31628
31818
  z-index: 2;
31629
31819
  }
31630
31820
 
31631
- .amis-scope .cxd-TreeCheckboxes-itemInner:hover:after,
31632
- .amis-scope .cxd-TreeRadios-itemInner:hover:after {
31821
+ .amis-scope .cxd-TreeSelection-itemInner:hover:after {
31633
31822
  position: absolute;
31634
31823
  content: "";
31635
31824
  z-index: 1;
@@ -31640,24 +31829,20 @@ readers do not read off random characters that represent icons */
31640
31829
  background: rgba(0, 126, 255, 0.08);
31641
31830
  }
31642
31831
 
31643
- .amis-scope .cxd-TreeCheckboxes-itemInner.is-active,
31644
- .amis-scope .cxd-TreeRadios-itemInner.is-active {
31832
+ .amis-scope .cxd-TreeSelection-itemInner.is-active {
31645
31833
  color: #2468f2;
31646
31834
  }
31647
31835
 
31648
- .amis-scope .cxd-TreeCheckboxes-itemInner.is-disabled,
31649
- .amis-scope .cxd-TreeRadios-itemInner.is-disabled {
31836
+ .amis-scope .cxd-TreeSelection-itemInner.is-disabled {
31650
31837
  pointer-events: none;
31651
31838
  color: #b4b6ba;
31652
31839
  }
31653
31840
 
31654
- .amis-scope .cxd-TreeCheckboxes-itemLabel,
31655
- .amis-scope .cxd-TreeRadios-itemLabel {
31841
+ .amis-scope .cxd-TreeSelection-itemLabel {
31656
31842
  flex-grow: 1;
31657
31843
  }
31658
31844
 
31659
- .amis-scope .cxd-TreeCheckboxes-placeholder,
31660
- .amis-scope .cxd-TreeRadios-placeholder {
31845
+ .amis-scope .cxd-TreeSelection-placeholder {
31661
31846
  height: 2rem;
31662
31847
  line-height: 1.4285714286;
31663
31848
  font-size: 0.875rem;
@@ -31665,27 +31850,27 @@ readers do not read off random characters that represent icons */
31665
31850
  color: #b4b6ba;
31666
31851
  }
31667
31852
 
31668
- .amis-scope .cxd-ChainedCheckboxes {
31853
+ .amis-scope .cxd-ChainedSelection {
31669
31854
  display: flex;
31670
31855
  flex-direction: row;
31671
31856
  }
31672
31857
 
31673
- .amis-scope .cxd-ChainedCheckboxes-col {
31858
+ .amis-scope .cxd-ChainedSelection-col {
31674
31859
  flex-grow: 1;
31675
31860
  min-width: 150px;
31676
31861
  }
31677
31862
 
31678
- .amis-scope .cxd-ChainedCheckboxes-col:not(:last-child) {
31863
+ .amis-scope .cxd-ChainedSelection-col:not(:last-child) {
31679
31864
  border-right: 1px solid #eceff8;
31680
31865
  }
31681
31866
 
31682
- .amis-scope .cxd-ChainedCheckboxes-subTitle {
31867
+ .amis-scope .cxd-ChainedSelection-subTitle {
31683
31868
  font-size: 0.75rem;
31684
31869
  padding: 0.25rem 0.25rem;
31685
31870
  color: #b4b6ba;
31686
31871
  }
31687
31872
 
31688
- .amis-scope .cxd-ChainedCheckboxes-item {
31873
+ .amis-scope .cxd-ChainedSelection-item {
31689
31874
  display: flex;
31690
31875
  height: 2rem;
31691
31876
  line-height: 1.4285714286;
@@ -31696,29 +31881,29 @@ readers do not read off random characters that represent icons */
31696
31881
  user-select: none;
31697
31882
  }
31698
31883
 
31699
- .amis-scope .cxd-ChainedCheckboxes-item > .cxd-Checkbox {
31884
+ .amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
31700
31885
  margin-right: 0;
31701
31886
  }
31702
31887
 
31703
- .amis-scope .cxd-ChainedCheckboxes-item.is-active {
31888
+ .amis-scope .cxd-ChainedSelection-item.is-active {
31704
31889
  color: #2468f2;
31705
31890
  background: transparent;
31706
31891
  }
31707
31892
 
31708
- .amis-scope .cxd-ChainedCheckboxes-item:hover {
31893
+ .amis-scope .cxd-ChainedSelection-item:hover {
31709
31894
  background: rgba(0, 126, 255, 0.08);
31710
31895
  }
31711
31896
 
31712
- .amis-scope .cxd-ChainedCheckboxes-item.is-disabled {
31897
+ .amis-scope .cxd-ChainedSelection-item.is-disabled {
31713
31898
  pointer-events: none;
31714
31899
  color: #b4b6ba;
31715
31900
  }
31716
31901
 
31717
- .amis-scope .cxd-ChainedCheckboxes-itemLabel {
31902
+ .amis-scope .cxd-ChainedSelection-itemLabel {
31718
31903
  flex-grow: 1;
31719
31904
  }
31720
31905
 
31721
- .amis-scope .cxd-ChainedCheckboxes-placeholder {
31906
+ .amis-scope .cxd-ChainedSelection-placeholder {
31722
31907
  height: 2rem;
31723
31908
  line-height: 1.4285714286;
31724
31909
  font-size: 0.875rem;
@@ -31726,34 +31911,35 @@ readers do not read off random characters that represent icons */
31726
31911
  color: #b4b6ba;
31727
31912
  }
31728
31913
 
31729
- .amis-scope .cxd-AssociatedCheckboxes {
31914
+ .amis-scope .cxd-AssociatedSelection {
31730
31915
  display: flex;
31731
31916
  flex-direction: row;
31732
31917
  }
31733
31918
 
31734
- .amis-scope .cxd-AssociatedCheckboxes-left,
31735
- .amis-scope .cxd-AssociatedCheckboxes-right {
31919
+ .amis-scope .cxd-AssociatedSelection-left,
31920
+ .amis-scope .cxd-AssociatedSelection-right {
31736
31921
  flex-grow: 1;
31737
31922
  width: 0;
31738
- height: 10.9375rem;
31923
+ min-height: 12.5rem;
31924
+ max-height: 25rem;
31739
31925
  overflow: auto;
31740
31926
  }
31741
31927
 
31742
- .amis-scope .cxd-AssociatedCheckboxes-left {
31928
+ .amis-scope .cxd-AssociatedSelection-left {
31743
31929
  border-right: 1px solid #eceff8;
31744
31930
  }
31745
31931
 
31746
- .amis-scope .cxd-AssociatedCheckboxes-reload {
31932
+ .amis-scope .cxd-AssociatedSelection-reload {
31747
31933
  text-align: center;
31748
31934
  color: #2468f2;
31749
31935
  margin: 20px 0 0;
31750
31936
  }
31751
31937
 
31752
- .amis-scope .cxd-AssociatedCheckboxes-reload.is-clickable {
31938
+ .amis-scope .cxd-AssociatedSelection-reload.is-clickable {
31753
31939
  cursor: pointer;
31754
31940
  }
31755
31941
 
31756
- .amis-scope .cxd-AssociatedCheckboxes-box {
31942
+ .amis-scope .cxd-AssociatedSelection-box {
31757
31943
  line-height: 1.4285714286;
31758
31944
  font-size: 0.75rem;
31759
31945
  color: #b4b6ba;
@@ -31765,7 +31951,7 @@ readers do not read off random characters that represent icons */
31765
31951
  height: 100%;
31766
31952
  }
31767
31953
 
31768
- .amis-scope .cxd-AssociatedCheckboxes-box > p {
31954
+ .amis-scope .cxd-AssociatedSelection-box > p {
31769
31955
  text-align: center;
31770
31956
  margin: 10px 0 20px;
31771
31957
  color: #b4b6ba;
@@ -33071,7 +33257,7 @@ readers do not read off random characters that represent icons */
33071
33257
 
33072
33258
  .amis-scope .rdt .rdtPicker td.rdtDisabled,
33073
33259
  .amis-scope .rdt .rdtPicker td.rdtDisabled:hover {
33074
- background: #1ac5ff;
33260
+ background: #eaf6fe;
33075
33261
  }
33076
33262
 
33077
33263
  .amis-scope .rdt thead tr:first-child th {
@@ -33266,7 +33452,7 @@ readers do not read off random characters that represent icons */
33266
33452
 
33267
33453
  .amis-scope .rdtBtnCancel {
33268
33454
  color: #151a26;
33269
- background: #1ac5ff;
33455
+ background: #eaf6fe;
33270
33456
  border-color: #dadbdd;
33271
33457
  box-shadow: none;
33272
33458
  text-shadow: none;
@@ -35769,19 +35955,19 @@ readers do not read off random characters that represent icons */
35769
35955
  border-radius: 0.25rem;
35770
35956
  }
35771
35957
 
35772
- .amis-scope .cxd-Transfer-select > .cxd-Transfer-checkboxes,
35773
- .amis-scope .cxd-Transfer-result > .cxd-Transfer-selections {
35958
+ .amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
35959
+ .amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
35774
35960
  flex-grow: 1;
35775
35961
  max-height: 100%;
35776
35962
  overflow: auto;
35777
35963
  position: relative;
35778
35964
  }
35779
35965
 
35780
- .amis-scope .cxd-Transfer-search + .cxd-Transfer-checkboxes {
35966
+ .amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
35781
35967
  border-top: 1px solid #eceff8;
35782
35968
  }
35783
35969
 
35784
- .amis-scope .cxd-Transfer-checkboxes .cxd-ListCheckboxes-placeholder {
35970
+ .amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
35785
35971
  height: 100%;
35786
35972
  display: flex;
35787
35973
  align-items: center;
@@ -35829,13 +36015,29 @@ readers do not read off random characters that represent icons */
35829
36015
  color: #b4b6ba;
35830
36016
  }
35831
36017
 
35832
- .amis-scope .cxd-Transfer-tabs {
36018
+ .amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
36019
+ height: 40px;
36020
+ }
36021
+
36022
+ .amis-scope .cxd-TabsTransfer-placeholder {
36023
+ height: 2rem;
36024
+ line-height: 1.4285714286;
36025
+ font-size: 0.875rem;
36026
+ padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36027
+ color: #b4b6ba;
36028
+ }
36029
+
36030
+ .amis-scope .cxd-TabsTransfer-tab {
36031
+ padding: 0;
36032
+ }
36033
+
36034
+ .amis-scope .cxd-TabsTransfer-tabs {
35833
36035
  display: flex;
35834
36036
  flex-direction: column;
35835
36037
  height: 100%;
35836
36038
  }
35837
36039
 
35838
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links {
36040
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
35839
36041
  border-top: 0 none;
35840
36042
  padding: 5px 0 0 5px;
35841
36043
  display: flex;
@@ -35844,59 +36046,48 @@ readers do not read off random characters that represent icons */
35844
36046
  align-items: center;
35845
36047
  }
35846
36048
 
35847
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
36049
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
35848
36050
  font-size: 12px;
35849
36051
  padding: 7px 8px;
35850
36052
  }
35851
36053
 
35852
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
36054
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
35853
36055
  flex-grow: 1;
35854
36056
  }
35855
36057
 
35856
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
36058
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
35857
36059
  margin: -5px 5px 0 10px;
35858
36060
  }
35859
36061
 
35860
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
36062
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
35861
36063
  width: 150px;
35862
36064
  margin-right: 10px;
35863
36065
  padding-left: 10px;
35864
36066
  }
35865
36067
 
35866
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content {
36068
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
35867
36069
  flex-grow: 1;
36070
+ min-height: 0;
35868
36071
  position: relative;
35869
36072
  padding: 5px 0 0;
35870
36073
  }
35871
36074
 
35872
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
36075
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
35873
36076
  position: relative;
35874
- min-height: 100%;
36077
+ height: 100%;
35875
36078
  }
35876
36079
 
35877
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
36080
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
35878
36081
  display: flex;
35879
36082
  flex-direction: column;
35880
36083
  }
35881
36084
 
35882
- .amis-scope .cxd-Transfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-checkboxes {
36085
+ .amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
35883
36086
  flex-grow: 1;
35884
36087
  max-height: 100%;
35885
36088
  overflow: auto;
35886
36089
  }
35887
36090
 
35888
- .amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
35889
- height: 40px;
35890
- }
35891
-
35892
- .amis-scope .cxd-TabsTransfer-placeholder {
35893
- height: 2rem;
35894
- line-height: 1.4285714286;
35895
- font-size: 0.875rem;
35896
- padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35897
- color: #b4b6ba;
35898
- }
35899
-
35900
36091
  .amis-scope .cxd-TransferControl {
35901
36092
  position: relative;
35902
36093
  }
@@ -35905,6 +36096,57 @@ readers do not read off random characters that represent icons */
35905
36096
  display: inline-block;
35906
36097
  }
35907
36098
 
36099
+ .amis-scope .cxd-TransferPicker-icon {
36100
+ transition: transform 0s ease-out;
36101
+ margin: 5px 5px 5px auto;
36102
+ display: flex;
36103
+ color: #83868c;
36104
+ }
36105
+
36106
+ .amis-scope .cxd-TransferPicker-icon:hover {
36107
+ color: #83868c;
36108
+ }
36109
+
36110
+ .amis-scope .cxd-TransferPicker-icon > svg {
36111
+ width: 0.75rem;
36112
+ height: 0.75rem;
36113
+ top: 0;
36114
+ }
36115
+
36116
+ .amis-scope .cxd-TransferDropDown-icon {
36117
+ transition: transform 0s ease-out;
36118
+ margin: 5px 5px 5px auto;
36119
+ display: flex;
36120
+ color: #83868c;
36121
+ }
36122
+
36123
+ .amis-scope .cxd-TransferDropDown-icon:hover {
36124
+ color: #83868c;
36125
+ }
36126
+
36127
+ .amis-scope .cxd-TransferDropDown-icon > svg {
36128
+ width: 0.625rem;
36129
+ height: 0.625rem;
36130
+ top: 0;
36131
+ }
36132
+
36133
+ .amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
36134
+ transform: rotate(180deg);
36135
+ }
36136
+
36137
+ .amis-scope .cxd-TransferDropDown-content {
36138
+ min-height: 12.5rem;
36139
+ display: flex;
36140
+ flex-direction: column;
36141
+ }
36142
+
36143
+ .amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
36144
+ flex-grow: 1;
36145
+ max-height: 100%;
36146
+ overflow: auto;
36147
+ position: relative;
36148
+ }
36149
+
35908
36150
  .amis-scope .cxd-NestedSelectControl {
35909
36151
  position: relative;
35910
36152
  }
@@ -36678,7 +36920,7 @@ readers do not read off random characters that represent icons */
36678
36920
  height: 25rem;
36679
36921
  }
36680
36922
 
36681
- .amis-scope .cxd-AnchorNav-link-wrap {
36923
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
36682
36924
  margin: 0;
36683
36925
  padding: 0;
36684
36926
  width: 8.75rem;
@@ -36686,12 +36928,12 @@ readers do not read off random characters that represent icons */
36686
36928
  padding-bottom: 3.75rem;
36687
36929
  }
36688
36930
 
36689
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
36931
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
36690
36932
  position: relative;
36691
36933
  display: block;
36692
36934
  }
36693
36935
 
36694
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
36936
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
36695
36937
  display: block;
36696
36938
  border: 0.0625rem solid transparent;
36697
36939
  border-width: 0 0.125rem 0 0;
@@ -36705,14 +36947,68 @@ readers do not read off random characters that represent icons */
36705
36947
  margin: 0;
36706
36948
  }
36707
36949
 
36708
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
36950
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
36709
36951
  color: #2468f2;
36710
36952
  }
36711
36953
 
36712
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
36713
- .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
36954
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
36955
+ .amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
36956
+ color: #2468f2;
36957
+ border-color: #2468f2;
36958
+ }
36959
+
36960
+ .amis-scope .cxd-AnchorNav--horizontal {
36961
+ flex-direction: column;
36962
+ }
36963
+
36964
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
36965
+ user-select: none;
36966
+ margin: 0px;
36967
+ padding: 0px;
36968
+ border-bottom: 0.0625rem solid #eceff8;
36969
+ list-style: none;
36970
+ }
36971
+
36972
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
36973
+ margin-bottom: calc(0.0625rem * -1);
36974
+ display: inline-block;
36975
+ position: relative;
36976
+ }
36977
+
36978
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
36979
+ font-size: 0.875rem;
36980
+ outline: 0;
36981
+ border: 0.0625rem solid transparent;
36982
+ border-width: 0 0 0.125rem 0;
36983
+ border-top-left-radius: 0.25rem;
36984
+ border-top-right-radius: 0.25rem;
36985
+ color: #151a26;
36986
+ margin: 0 0.1875rem 0 0;
36987
+ padding: 0.5rem 0.75rem;
36988
+ text-decoration: none;
36989
+ cursor: pointer;
36990
+ display: block;
36991
+ }
36992
+
36993
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
36994
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
36714
36995
  color: #2468f2;
36996
+ background: transparent;
36997
+ border-color: transparent;
36998
+ }
36999
+
37000
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
37001
+ margin: 0;
37002
+ }
37003
+
37004
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
37005
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
37006
+ .amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
37007
+ font-size: 0.875rem;
37008
+ border-width: 0 0 0.125rem 0;
36715
37009
  border-color: #2468f2;
37010
+ color: #2468f2;
37011
+ background: transparent;
36716
37012
  }
36717
37013
 
36718
37014
  .amis-scope .cxd-AnchorNav-section-wrap {
@@ -36997,38 +37293,46 @@ readers do not read off random characters that represent icons */
36997
37293
  color: #b4b6ba;
36998
37294
  }
36999
37295
 
37296
+ .amis-scope .cxd-MappingField {
37297
+ margin-right: 0.25rem;
37298
+ }
37299
+
37300
+ .amis-scope .cxd-MappingField:last-child {
37301
+ margin-right: 0;
37302
+ }
37303
+
37000
37304
  /*
37001
37305
  * utilities
37002
37306
  */
37003
37307
 
37004
37308
  .amis-scope .bg-light {
37005
- background-color: #1ac5ff;
37309
+ background-color: #eaf6fe;
37006
37310
  color: #151a26;
37007
37311
  }
37008
37312
 
37009
37313
  .amis-scope .bg-light.lt,
37010
37314
  .amis-scope .bg-light .lt {
37011
- background: #27c6fc;
37315
+ background: #f4fafe;
37012
37316
  }
37013
37317
 
37014
37318
  .amis-scope .bg-light.lter,
37015
37319
  .amis-scope .bg-light .lter {
37016
- background: #2fc6fa;
37320
+ background: #f9fcff;
37017
37321
  }
37018
37322
 
37019
37323
  .amis-scope .bg-light.dk,
37020
37324
  .amis-scope .bg-light .dk {
37021
- background: #0bc1ff;
37325
+ background: #dbf0fe;
37022
37326
  }
37023
37327
 
37024
37328
  .amis-scope .bg-light.dker,
37025
37329
  .amis-scope .bg-light .dker {
37026
- background: #01bfff;
37330
+ background: #d0ecfe;
37027
37331
  }
37028
37332
 
37029
37333
  .amis-scope .bg-light.bg,
37030
37334
  .amis-scope .bg-light .bg {
37031
- background-color: #1ac5ff;
37335
+ background-color: #eaf6fe;
37032
37336
  }
37033
37337
 
37034
37338
  .amis-scope .bg-dark {
@@ -38067,7 +38371,7 @@ readers do not read off random characters that represent icons */
38067
38371
  }
38068
38372
 
38069
38373
  .amis-scope .b-light {
38070
- border-color: #1ac5ff;
38374
+ border-color: #eaf6fe;
38071
38375
  }
38072
38376
 
38073
38377
  .amis-scope .b-dark {
@@ -38107,7 +38411,7 @@ readers do not read off random characters that represent icons */
38107
38411
  }
38108
38412
 
38109
38413
  .amis-scope .b-l-light {
38110
- border-left-color: #1ac5ff;
38414
+ border-left-color: #eaf6fe;
38111
38415
  }
38112
38416
 
38113
38417
  .amis-scope .b-l-dark {
@@ -39387,10 +39691,6 @@ readers do not read off random characters that represent icons */
39387
39691
  border: none;
39388
39692
  }
39389
39693
 
39390
- .amis-scope .cxd-Select .cxd-PopOver {
39391
- top: calc(2rem + 0.25rem) !important;
39392
- }
39393
-
39394
39694
  .amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
39395
39695
  border-radius: 0.25rem;
39396
39696
  }
@@ -39400,10 +39700,6 @@ readers do not read off random characters that represent icons */
39400
39700
  padding: 0.3125rem 0.75rem;
39401
39701
  }
39402
39702
 
39403
- .amis-scope .cxd-NestedSelectControl .cxd-PopOver {
39404
- top: calc(2rem + 0.25rem) !important;
39405
- }
39406
-
39407
39703
  .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
39408
39704
  border-radius: 0.25rem;
39409
39705
  }
@@ -39422,7 +39718,6 @@ readers do not read off random characters that represent icons */
39422
39718
  }
39423
39719
 
39424
39720
  .amis-scope .cxd-TreeSelectControl .cxd-PopOver {
39425
- top: calc(2rem + 0.25rem) !important;
39426
39721
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39427
39722
  }
39428
39723
 
@@ -39432,7 +39727,6 @@ readers do not read off random characters that represent icons */
39432
39727
  }
39433
39728
 
39434
39729
  .amis-scope .cxd-DropDown .cxd-DropDown-menu {
39435
- top: calc(2rem + 0.25rem) !important;
39436
39730
  border: none;
39437
39731
  }
39438
39732
 
@@ -39485,13 +39779,11 @@ readers do not read off random characters that represent icons */
39485
39779
 
39486
39780
  .amis-scope .cxd-ColorPicker .cxd-PopOver {
39487
39781
  border: none;
39488
- top: calc(2rem + 0.25rem) !important;
39489
39782
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39490
39783
  }
39491
39784
 
39492
39785
  .amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
39493
39786
  border: none;
39494
- top: calc(2rem + 0.25rem) !important;
39495
39787
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39496
39788
  border-radius: 0.1875rem;
39497
39789
  }
@@ -39502,7 +39794,6 @@ readers do not read off random characters that represent icons */
39502
39794
 
39503
39795
  .amis-scope .cxd-LocationControl .cxd-PopOver {
39504
39796
  border: none;
39505
- top: calc(2rem + 0.25rem) !important;
39506
39797
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39507
39798
  }
39508
39799
 
@@ -39554,6 +39845,10 @@ readers do not read off random characters that represent icons */
39554
39845
  font-weight: 400;
39555
39846
  }
39556
39847
 
39848
+ .amis-scope .cxd-Drawer--right .cxd-Drawer-header {
39849
+ border-radius: 0.375rem 0 0 0;
39850
+ }
39851
+
39557
39852
  .amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
39558
39853
  justify-content: flex-end;
39559
39854
  }
@@ -39562,11 +39857,22 @@ readers do not read off random characters that represent icons */
39562
39857
  margin-left: 1rem;
39563
39858
  }
39564
39859
 
39860
+ .amis-scope .cxd-Drawer--left .cxd-Drawer-header {
39861
+ border-radius: 0 0.375rem 0 0;
39862
+ }
39863
+
39565
39864
  .amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
39566
39865
  margin-left: 1rem;
39567
39866
  }
39568
39867
 
39569
- .amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button,
39868
+ .amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
39869
+ margin-left: 1rem;
39870
+ }
39871
+
39872
+ .amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
39873
+ border-radius: 0.375rem 0.375rem 0 0;
39874
+ }
39875
+
39570
39876
  .amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
39571
39877
  margin-left: 1rem;
39572
39878
  }
@@ -39633,10 +39939,6 @@ readers do not read off random characters that represent icons */
39633
39939
  border: none;
39634
39940
  }
39635
39941
 
39636
- .amis-scope .cxd-Form .cxd-Collapse-arrow {
39637
- margin-left: 0.5rem;
39638
- }
39639
-
39640
39942
  .amis-scope .cxd-Form .cxd-Collapse-header {
39641
39943
  background-color: #fff;
39642
39944
  display: inline-flex;