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/dark.css CHANGED
@@ -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);
@@ -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);
@@ -20853,6 +20875,8 @@ readers do not read off random characters that represent icons */
20853
20875
  width: 1em;
20854
20876
  height: 1em;
20855
20877
  fill: currentColor;
20878
+ position: relative;
20879
+ top: 0.125em;
20856
20880
  }
20857
20881
 
20858
20882
  .amis-scope svg.r90 {
@@ -24070,6 +24094,143 @@ readers do not read off random characters that represent icons */
24070
24094
  background: transparent;
24071
24095
  }
24072
24096
 
24097
+ .amis-scope .dark-PopOver-isMobile .dark-PopOver-overlay {
24098
+ background: rgba(0, 0, 0, 0.3);
24099
+ }
24100
+
24101
+ .amis-scope .dark-PopOver--leftBottomLeftTop {
24102
+ margin-top: 0.25rem;
24103
+ }
24104
+
24105
+ .amis-scope .dark-PopOver--leftTopLeftBottom {
24106
+ margin-top: -0.25rem;
24107
+ }
24108
+
24109
+ .amis-scope .has-popover {
24110
+ position: relative;
24111
+ }
24112
+
24113
+ .amis-scope .dark-PickerColumns {
24114
+ position: relative;
24115
+ background-color: var(--PickerColumns-bg);
24116
+ user-select: none;
24117
+ }
24118
+
24119
+ .amis-scope .dark-PickerColumns-popOver {
24120
+ position: fixed;
24121
+ bottom: 0;
24122
+ left: 0;
24123
+ width: 100%;
24124
+ padding: 0 var(--gap-sm);
24125
+ }
24126
+
24127
+ .amis-scope .dark-PickerColumns-toolbar {
24128
+ display: flex;
24129
+ align-items: center;
24130
+ justify-content: space-between;
24131
+ height: var(--PickerColumns-toolbar-height);
24132
+ }
24133
+
24134
+ .amis-scope .dark-PickerColumns-cancel,
24135
+ .amis-scope .dark-PickerColumns-confirm {
24136
+ height: 100%;
24137
+ padding: var(--PickerColumns-action-padding);
24138
+ font-size: var(--PickerColumns-action-fontSize);
24139
+ background-color: transparent;
24140
+ border: none;
24141
+ cursor: pointer;
24142
+ }
24143
+
24144
+ .amis-scope .dark-PickerColumns-cancel:active,
24145
+ .amis-scope .dark-PickerColumns-confirm:active {
24146
+ opacity: 0.7;
24147
+ }
24148
+
24149
+ .amis-scope .dark-PickerColumns-confirm {
24150
+ color: var(--PickerColumns-confirmAction-color);
24151
+ }
24152
+
24153
+ .amis-scope .dark-PickerColumns-cancel {
24154
+ color: var(--PickerColumns-cancelAction-color);
24155
+ }
24156
+
24157
+ .amis-scope .dark-PickerColumns-title {
24158
+ max-width: 50%;
24159
+ font-weight: 500;
24160
+ font-size: var(--PickerColumns-title-fontSize);
24161
+ line-height: var(--PickerColumns-title-lineHeight);
24162
+ text-align: center;
24163
+ }
24164
+
24165
+ .amis-scope .dark-PickerColumns-columns {
24166
+ position: relative;
24167
+ display: flex;
24168
+ cursor: grab;
24169
+ }
24170
+
24171
+ .amis-scope .dark-PickerColumns-loading {
24172
+ position: absolute;
24173
+ top: 0;
24174
+ right: 0;
24175
+ bottom: 0;
24176
+ left: 0;
24177
+ z-index: 3;
24178
+ display: flex;
24179
+ align-items: center;
24180
+ justify-content: center;
24181
+ color: var(--PickerColumns-loadingIcon-color);
24182
+ background-color: var(--PickerColumns-loadingMask-color);
24183
+ }
24184
+
24185
+ .amis-scope .dark-PickerColumns-frame {
24186
+ position: absolute;
24187
+ top: 50%;
24188
+ right: var(--gap-md);
24189
+ left: var(--gap-md);
24190
+ z-index: 2;
24191
+ transform: translateY(-50%);
24192
+ pointer-events: none;
24193
+ }
24194
+
24195
+ .amis-scope .dark-PickerColumns-mask {
24196
+ position: absolute;
24197
+ top: 0;
24198
+ left: 0;
24199
+ z-index: 1;
24200
+ width: 100%;
24201
+ height: 100%;
24202
+ 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));
24203
+ background-repeat: no-repeat;
24204
+ background-position: top, bottom;
24205
+ transform: translateZ(0);
24206
+ pointer-events: none;
24207
+ }
24208
+
24209
+ .amis-scope .dark-PickerColumns-column {
24210
+ flex: 1;
24211
+ overflow: hidden;
24212
+ font-size: var(--PickerColumns-option-fontSize);
24213
+ }
24214
+
24215
+ .amis-scope .dark-PickerColumns-columnWrapper {
24216
+ margin: 0;
24217
+ padding: 0;
24218
+ list-style: none;
24219
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
24220
+ }
24221
+
24222
+ .amis-scope .dark-PickerColumns-columnItem {
24223
+ display: flex;
24224
+ align-items: center;
24225
+ justify-content: center;
24226
+ color: var(--PickerColumns-optionText-color);
24227
+ }
24228
+
24229
+ .amis-scope .dark-PickerColumns-columnItem.is-disabled {
24230
+ cursor: not-allowed;
24231
+ opacity: var(--PickerColumns-optionDisabled-opacity);
24232
+ }
24233
+
24073
24234
  @keyframes bounceIn {
24074
24235
  from, 20%, 40%, 60%, 80%, to {
24075
24236
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25158,7 +25319,7 @@ readers do not read off random characters that represent icons */
25158
25319
  border-color: var(--Nav-item-onHover-color);
25159
25320
  text-decoration: none;
25160
25321
  background: var(--Nav-item-onHover-bg);
25161
- z-index: 9999;
25322
+ z-index: 1;
25162
25323
  }
25163
25324
 
25164
25325
  .amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item > a:hover > .dark-Nav-itemDrager,
@@ -26225,6 +26386,15 @@ readers do not read off random characters that represent icons */
26225
26386
  background: var(--Collapse-header-bg);
26226
26387
  }
26227
26388
 
26389
+ .amis-scope .dark-Collapse-header-wrapper {
26390
+ display: inline-flex;
26391
+ flex-direction: var(--Collapse-header-wrapper-direction);
26392
+ }
26393
+
26394
+ .amis-scope .dark-Collapse-header-tpl {
26395
+ margin-right: 0.5rem;
26396
+ }
26397
+
26228
26398
  .amis-scope .dark-Collapse-header:hover {
26229
26399
  background: var(--Collapse-header-onHover-bg);
26230
26400
  }
@@ -26261,7 +26431,7 @@ readers do not read off random characters that represent icons */
26261
26431
  }
26262
26432
 
26263
26433
  .amis-scope .dark-Collapse.is-collapsed .dark-Collapse-header {
26264
- border-bottom: var(--Collapse-header-collapsed-borderBottom);
26434
+ border-bottom: var(--Collapse-header-collapsed-border);
26265
26435
  }
26266
26436
 
26267
26437
  .amis-scope .dark-Collapse--collapsable .dark-Collapse-header {
@@ -26274,6 +26444,12 @@ readers do not read off random characters that represent icons */
26274
26444
  color: var(--link-color);
26275
26445
  border-left: none;
26276
26446
  font-size: var(--fontSizeBase);
26447
+ border-top: var(--Collapse-header-collapsed-borderTop);
26448
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26449
+ }
26450
+
26451
+ .amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
26452
+ border-top: none;
26277
26453
  }
26278
26454
 
26279
26455
  .amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
@@ -27493,6 +27669,10 @@ readers do not read off random characters that represent icons */
27493
27669
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
27494
27670
  }
27495
27671
 
27672
+ .amis-scope .dark-Table-table--checkOnItemClick > tbody > tr {
27673
+ cursor: pointer;
27674
+ }
27675
+
27496
27676
  .amis-scope .dark-Table-table > thead > tr > th {
27497
27677
  background: var(--Table-thead-bg);
27498
27678
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
@@ -28836,6 +29016,28 @@ readers do not read off random characters that represent icons */
28836
29016
  left: 0;
28837
29017
  }
28838
29018
 
29019
+ .amis-scope .dark-Table--autoFillHeight {
29020
+ margin-bottom: 0;
29021
+ }
29022
+
29023
+ .amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table {
29024
+ border-top: none;
29025
+ }
29026
+
29027
+ .amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
29028
+ position: sticky;
29029
+ top: 0;
29030
+ z-index: 1;
29031
+ }
29032
+
29033
+ .amis-scope .dark-Table--autoFillHeight > .dark-Table-fixedTop {
29034
+ display: none;
29035
+ }
29036
+
29037
+ .amis-scope .dark-Table--autoFillHeight > .dark-Table-footToolbar {
29038
+ margin-bottom: 0;
29039
+ }
29040
+
28839
29041
  .amis-scope .dark-InputTable-toolbar {
28840
29042
  display: flex;
28841
29043
  flex-direction: row;
@@ -29600,18 +29802,6 @@ readers do not read off random characters that represent icons */
29600
29802
  margin-top: var(--gap-xs);
29601
29803
  }
29602
29804
 
29603
- .amis-scope .dark-Card-checkBtn {
29604
- position: absolute;
29605
- top: 0;
29606
- right: 0;
29607
- margin: var(--gap-sm);
29608
- z-index: 1;
29609
- }
29610
-
29611
- .amis-scope .dark-Card-checkBtn .dark-Checkbox {
29612
- margin-right: 0;
29613
- }
29614
-
29615
29805
  .amis-scope .dark-Card-dragBtn {
29616
29806
  cursor: pointer;
29617
29807
  float: right;
@@ -29619,7 +29809,8 @@ readers do not read off random characters that represent icons */
29619
29809
  }
29620
29810
 
29621
29811
  .amis-scope .dark-Card-heading {
29622
- overflow: hidden;
29812
+ display: flex;
29813
+ flex-direction: row;
29623
29814
  padding: var(--gap-sm) var(--gap-base);
29624
29815
  flex: 1 0 auto;
29625
29816
  }
@@ -29651,12 +29842,17 @@ readers do not read off random characters that represent icons */
29651
29842
 
29652
29843
  .amis-scope .dark-Card-meta {
29653
29844
  display: block;
29845
+ flex-grow: 1;
29654
29846
  height: 100%;
29655
- overflow: hidden;
29656
29847
  position: relative;
29657
29848
  margin-right: var(--gap-md);
29658
29849
  }
29659
29850
 
29851
+ .amis-scope .dark-Card-toolbar {
29852
+ margin-right: calc(-1 * var(--gap-base));
29853
+ text-align: right;
29854
+ }
29855
+
29660
29856
  .amis-scope .dark-Card-highlight {
29661
29857
  background: var(--success);
29662
29858
  width: 0.5rem;
@@ -30145,7 +30341,7 @@ readers do not read off random characters that represent icons */
30145
30341
 
30146
30342
  .amis-scope .dark-StatusField-label {
30147
30343
  font-size: var(--fontSizeSm);
30148
- margin-left: var(--gap-sm);
30344
+ margin-left: var(--gap-xs);
30149
30345
  }
30150
30346
 
30151
30347
  @keyframes animation-rolling_red {
@@ -31506,6 +31702,49 @@ readers do not read off random characters that represent icons */
31506
31702
  border: 1px solid var(--Steps-status-success);
31507
31703
  }
31508
31704
 
31705
+ .amis-scope .dark-Portlet {
31706
+ border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
31707
+ border-radius: var(--Portlet-borderRadius);
31708
+ padding: var(--gap-base);
31709
+ }
31710
+
31711
+ .amis-scope .dark-Portlet-tab.unactive-select .is-active a:first-child,
31712
+ .amis-scope .dark-Portlet-tab.unactive-select .is-active:hover > a:first-child,
31713
+ .amis-scope .dark-Portlet-tab.unactive-select .is-active > a:first-child:focus {
31714
+ border: none !important;
31715
+ color: inherit !important;
31716
+ cursor: auto !important;
31717
+ }
31718
+
31719
+ .amis-scope .dark-Portlet-tab.no-divider .dark-Tabs-links {
31720
+ border-bottom: none;
31721
+ }
31722
+
31723
+ .amis-scope .dark-Portlet .dark-Tabs-pane {
31724
+ padding: unset;
31725
+ }
31726
+
31727
+ .amis-scope .dark-Portlet-toolbar {
31728
+ display: inline-flex;
31729
+ float: right;
31730
+ justify-content: flex-end;
31731
+ }
31732
+
31733
+ .amis-scope .dark-Portlet-toolbar .dark-Button {
31734
+ margin-left: calc(var(--gap-xs));
31735
+ }
31736
+
31737
+ .amis-scope .dark-Portlet-header-desc {
31738
+ height: 100%;
31739
+ overflow: hidden;
31740
+ position: relative;
31741
+ margin-left: var(--gap-base);
31742
+ }
31743
+
31744
+ .amis-scope .dark-Portlet.no-header .dark-Portlet-tab .dark-Tabs-links {
31745
+ display: none;
31746
+ }
31747
+
31509
31748
  .amis-scope fieldset.dark-Collapse--lg,
31510
31749
  .amis-scope fieldset.dark-Collapse--md,
31511
31750
  .amis-scope fieldset.dark-Collapse--base,
@@ -31564,11 +31803,16 @@ readers do not read off random characters that represent icons */
31564
31803
  margin: var(--gap-base) 0;
31565
31804
  padding: 0 0 0 14px;
31566
31805
  cursor: pointer;
31567
- border-bottom: 0;
31806
+ border-bottom: none !important;
31807
+ background: transparent;
31568
31808
  display: flex;
31569
31809
  flex-direction: row;
31570
31810
  }
31571
31811
 
31812
+ .amis-scope fieldset.dark-Collapse > legend:hover {
31813
+ background: transparent;
31814
+ }
31815
+
31572
31816
  .amis-scope fieldset.dark-Collapse--xs {
31573
31817
  padding: 20px 5px 5px 5px;
31574
31818
  }
@@ -32650,7 +32894,7 @@ readers do not read off random characters that represent icons */
32650
32894
  color: #999;
32651
32895
  }
32652
32896
 
32653
- .amis-scope .dark-Checkboxes > .dark-Checkbox {
32897
+ .amis-scope .dark-Selection > .dark-Checkbox {
32654
32898
  display: block;
32655
32899
  height: var(--Form-input-height);
32656
32900
  line-height: var(--Form-input-lineHeight);
@@ -32658,43 +32902,36 @@ readers do not read off random characters that represent icons */
32658
32902
  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));
32659
32903
  }
32660
32904
 
32661
- .amis-scope .dark-Checkboxes--inline > .dark-Checkbox {
32905
+ .amis-scope .dark-Selection--inline > .dark-Checkbox {
32662
32906
  display: inline-block;
32663
32907
  }
32664
32908
 
32665
- .amis-scope .dark-Checkboxes-addBtn {
32909
+ .amis-scope .dark-Selection-addBtn {
32666
32910
  display: block;
32667
32911
  cursor: pointer;
32668
32912
  }
32669
32913
 
32670
- .amis-scope .dark-Checkboxes-addBtn:hover {
32914
+ .amis-scope .dark-Selection-addBtn:hover {
32671
32915
  text-decoration: none;
32672
32916
  }
32673
32917
 
32674
- .amis-scope .dark-Checkboxes-addBtn > svg {
32918
+ .amis-scope .dark-Selection-addBtn > svg {
32675
32919
  width: 0.875rem;
32676
32920
  height: 0.875rem;
32677
32921
  margin-right: var(--Checkbox-gap);
32678
32922
  }
32679
32923
 
32680
- .amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
32681
- .amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListRadios-itemLabel,
32682
- .amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
32683
- .amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListRadios-itemLabel {
32924
+ .amis-scope .dark-GroupedSelection-group:not(:first-child) > .dark-GroupedSelection-itemLabel {
32684
32925
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
32685
32926
  }
32686
32927
 
32687
- .amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-itemLabel,
32688
- .amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-itemLabel,
32689
- .amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-itemLabel,
32690
- .amis-scope .dark-ListRadios-group > .dark-ListRadios-itemLabel {
32928
+ .amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-itemLabel {
32691
32929
  font-size: var(--fontSizeSm);
32692
32930
  padding: var(--gap-xs) var(--gap-xs);
32693
32931
  color: var(--text--muted-color);
32694
32932
  }
32695
32933
 
32696
- .amis-scope .dark-ListCheckboxes-item,
32697
- .amis-scope .dark-ListRadios-item {
32934
+ .amis-scope .dark-GroupedSelection-item {
32698
32935
  display: flex;
32699
32936
  height: var(--Form-input-height);
32700
32937
  line-height: var(--Form-input-lineHeight);
@@ -32705,51 +32942,37 @@ readers do not read off random characters that represent icons */
32705
32942
  user-select: none;
32706
32943
  }
32707
32944
 
32708
- .amis-scope .dark-ListCheckboxes-item > .dark-Checkbox,
32709
- .amis-scope .dark-ListRadios-item > .dark-Checkbox {
32945
+ .amis-scope .dark-GroupedSelection-item > .dark-Checkbox {
32710
32946
  margin-right: 0;
32711
32947
  }
32712
32948
 
32713
- .amis-scope .dark-ListCheckboxes-item.is-active,
32714
- .amis-scope .dark-ListRadios-item.is-active {
32949
+ .amis-scope .dark-GroupedSelection-item.is-active {
32715
32950
  color: var(--Form-select-menu-onActive-color);
32716
32951
  background: var(--Form-select-menu-onActive-bg);
32717
32952
  }
32718
32953
 
32719
- .amis-scope .dark-ListCheckboxes-item:hover,
32720
- .amis-scope .dark-ListRadios-item:hover {
32954
+ .amis-scope .dark-GroupedSelection-item:hover {
32721
32955
  background: var(--Tree-item-onHover-bg);
32722
32956
  }
32723
32957
 
32724
- .amis-scope .dark-ListCheckboxes-item.is-disabled,
32725
- .amis-scope .dark-ListRadios-item.is-disabled {
32958
+ .amis-scope .dark-GroupedSelection-item.is-disabled {
32726
32959
  pointer-events: none;
32727
32960
  color: var(--text--muted-color);
32728
32961
  }
32729
32962
 
32730
- .amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
32731
- .amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
32732
- .amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
32733
- .amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListRadios-item,
32734
- .amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
32735
- .amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
32736
- .amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
32737
- .amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListRadios-item {
32963
+ .amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-items > .dark-GroupedSelection-item {
32738
32964
  padding-left: var(--gap-base);
32739
32965
  }
32740
32966
 
32741
- .amis-scope .dark-ListCheckboxes-itemLabel,
32742
- .amis-scope .dark-ListRadios-itemLabel {
32967
+ .amis-scope .dark-GroupedSelection-itemLabel {
32743
32968
  flex-grow: 1;
32744
32969
  }
32745
32970
 
32746
- .amis-scope .dark-ListCheckboxes-itemLabel span,
32747
- .amis-scope .dark-ListRadios-itemLabel span {
32971
+ .amis-scope .dark-GroupedSelection-itemLabel span {
32748
32972
  white-space: nowrap;
32749
32973
  }
32750
32974
 
32751
- .amis-scope .dark-ListCheckboxes-placeholder,
32752
- .amis-scope .dark-ListRadios-placeholder {
32975
+ .amis-scope .dark-GroupedSelection-placeholder {
32753
32976
  height: var(--Form-input-height);
32754
32977
  line-height: var(--Form-input-lineHeight);
32755
32978
  font-size: var(--Form-input-fontSize);
@@ -32757,52 +32980,54 @@ readers do not read off random characters that represent icons */
32757
32980
  color: var(--text--muted-color);
32758
32981
  }
32759
32982
 
32760
- .amis-scope .dark-TableCheckboxes .dark-Table-content {
32983
+ .amis-scope .dark-TableSelection .dark-Table-content {
32761
32984
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
32762
32985
  }
32763
32986
 
32764
- .amis-scope .dark-TableCheckboxes .dark-Table-table > thead > tr > th,
32765
- .amis-scope .dark-TableCheckboxes .dark-Table-table > tbody > tr > td {
32987
+ .amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th,
32988
+ .amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td {
32766
32989
  font-size: var(--fontSizeSm);
32767
32990
  padding-top: var(--gap-xs);
32768
32991
  padding-bottom: 0.375rem;
32769
32992
  vertical-align: middle;
32770
32993
  }
32771
32994
 
32772
- .amis-scope .dark-TableCheckboxes .dark-Table-table > thead > tr > th {
32995
+ .amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th {
32773
32996
  padding-top: 0.375rem;
32774
32997
  }
32775
32998
 
32776
- .amis-scope .dark-TableCheckboxes .dark-Table-table > thead > tr > th:first-child,
32777
- .amis-scope .dark-TableCheckboxes .dark-Table-table > tbody > tr > td:first-child {
32999
+ .amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:first-child,
33000
+ .amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:first-child {
32778
33001
  padding-left: 0.625rem;
32779
33002
  padding-right: 0;
32780
33003
  }
32781
33004
 
32782
- .amis-scope .dark-TableCheckboxes .dark-Table-table > thead > tr > th:last-child,
32783
- .amis-scope .dark-TableCheckboxes .dark-Table-table > tbody > tr > td:last-child {
33005
+ .amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:last-child,
33006
+ .amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:last-child {
32784
33007
  padding-right: var(--gap-md);
32785
33008
  }
32786
33009
 
32787
- .amis-scope .dark-TableCheckboxes .dark-Table-table > tbody > tr {
33010
+ .amis-scope .dark-TableSelection .dark-Table-table > tbody > tr {
32788
33011
  cursor: pointer;
32789
33012
  }
32790
33013
 
32791
- .amis-scope .dark-TreeCheckboxes .dark-Table-expandBtn,
32792
- .amis-scope .dark-TreeRadios .dark-Table-expandBtn {
33014
+ .amis-scope .dark-TableSelection .dark-Table-table > tbody > tr.is-active {
33015
+ color: var(--Form-select-menu-onActive-color);
33016
+ background: var(--Form-select-menu-onActive-bg);
33017
+ }
33018
+
33019
+ .amis-scope .dark-TreeSelection .dark-Table-expandBtn {
32793
33020
  color: var(--icon-color);
32794
33021
  margin-right: 5px;
32795
33022
  }
32796
33023
 
32797
- .amis-scope .dark-TreeCheckboxes-sublist,
32798
- .amis-scope .dark-TreeRadios-sublist {
33024
+ .amis-scope .dark-TreeSelection-sublist {
32799
33025
  position: relative;
32800
33026
  margin: 0 0 0 2.1875rem;
32801
33027
  display: none;
32802
33028
  }
32803
33029
 
32804
- .amis-scope .dark-TreeCheckboxes-sublist:before,
32805
- .amis-scope .dark-TreeRadios-sublist:before {
33030
+ .amis-scope .dark-TreeSelection-sublist:before {
32806
33031
  width: 1px;
32807
33032
  content: "";
32808
33033
  display: block;
@@ -32813,29 +33038,19 @@ readers do not read off random characters that represent icons */
32813
33038
  border-left: dashed 1px var(--icon-color);
32814
33039
  }
32815
33040
 
32816
- .amis-scope .dark-TreeCheckboxes-item,
32817
- .amis-scope .dark-TreeRadios-item {
33041
+ .amis-scope .dark-TreeSelection-item {
32818
33042
  position: relative;
32819
33043
  }
32820
33044
 
32821
- .amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeCheckboxes-sublist,
32822
- .amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeRadios-sublist,
32823
- .amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeCheckboxes-sublist,
32824
- .amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeRadios-sublist {
33045
+ .amis-scope .dark-TreeSelection-item.is-expanded > .dark-TreeSelection-sublist {
32825
33046
  display: block;
32826
33047
  }
32827
33048
 
32828
- .amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
32829
- .amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeRadios-sublist:before,
32830
- .amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
32831
- .amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeRadios-sublist:before {
33049
+ .amis-scope .dark-TreeSelection-item:not(:last-child) > .dark-TreeSelection-sublist:before {
32832
33050
  bottom: 0;
32833
33051
  }
32834
33052
 
32835
- .amis-scope .dark-TreeCheckboxes-sublist .dark-TreeCheckboxes-item:before,
32836
- .amis-scope .dark-TreeCheckboxes-sublist .dark-TreeRadios-item:before,
32837
- .amis-scope .dark-TreeRadios-sublist .dark-TreeCheckboxes-item:before,
32838
- .amis-scope .dark-TreeRadios-sublist .dark-TreeRadios-item:before {
33053
+ .amis-scope .dark-TreeSelection-sublist .dark-TreeSelection-item:before {
32839
33054
  height: 1px;
32840
33055
  content: "";
32841
33056
  display: block;
@@ -32846,8 +33061,7 @@ readers do not read off random characters that represent icons */
32846
33061
  border-top: dashed 1px var(--icon-color);
32847
33062
  }
32848
33063
 
32849
- .amis-scope .dark-TreeCheckboxes-itemInner,
32850
- .amis-scope .dark-TreeRadios-itemInner {
33064
+ .amis-scope .dark-TreeSelection-itemInner {
32851
33065
  display: flex;
32852
33066
  align-items: center;
32853
33067
  height: var(--Form-input-height);
@@ -32860,20 +33074,17 @@ readers do not read off random characters that represent icons */
32860
33074
  position: relative;
32861
33075
  }
32862
33076
 
32863
- .amis-scope .dark-TreeCheckboxes-itemInner > .dark-Checkbox,
32864
- .amis-scope .dark-TreeRadios-itemInner > .dark-Checkbox {
33077
+ .amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
32865
33078
  margin-right: 0;
32866
33079
  margin-left: var(--gap-sm);
32867
33080
  }
32868
33081
 
32869
- .amis-scope .dark-TreeCheckboxes-itemInner > *,
32870
- .amis-scope .dark-TreeRadios-itemInner > * {
33082
+ .amis-scope .dark-TreeSelection-itemInner > * {
32871
33083
  position: relative;
32872
33084
  z-index: 2;
32873
33085
  }
32874
33086
 
32875
- .amis-scope .dark-TreeCheckboxes-itemInner:hover:after,
32876
- .amis-scope .dark-TreeRadios-itemInner:hover:after {
33087
+ .amis-scope .dark-TreeSelection-itemInner:hover:after {
32877
33088
  position: absolute;
32878
33089
  content: "";
32879
33090
  z-index: 1;
@@ -32884,24 +33095,20 @@ readers do not read off random characters that represent icons */
32884
33095
  background: var(--Tree-item-onHover-bg);
32885
33096
  }
32886
33097
 
32887
- .amis-scope .dark-TreeCheckboxes-itemInner.is-active,
32888
- .amis-scope .dark-TreeRadios-itemInner.is-active {
33098
+ .amis-scope .dark-TreeSelection-itemInner.is-active {
32889
33099
  color: var(--Form-select-menu-onActive-color);
32890
33100
  }
32891
33101
 
32892
- .amis-scope .dark-TreeCheckboxes-itemInner.is-disabled,
32893
- .amis-scope .dark-TreeRadios-itemInner.is-disabled {
33102
+ .amis-scope .dark-TreeSelection-itemInner.is-disabled {
32894
33103
  pointer-events: none;
32895
33104
  color: var(--text--muted-color);
32896
33105
  }
32897
33106
 
32898
- .amis-scope .dark-TreeCheckboxes-itemLabel,
32899
- .amis-scope .dark-TreeRadios-itemLabel {
33107
+ .amis-scope .dark-TreeSelection-itemLabel {
32900
33108
  flex-grow: 1;
32901
33109
  }
32902
33110
 
32903
- .amis-scope .dark-TreeCheckboxes-placeholder,
32904
- .amis-scope .dark-TreeRadios-placeholder {
33111
+ .amis-scope .dark-TreeSelection-placeholder {
32905
33112
  height: var(--Form-input-height);
32906
33113
  line-height: var(--Form-input-lineHeight);
32907
33114
  font-size: var(--Form-input-fontSize);
@@ -32909,27 +33116,27 @@ readers do not read off random characters that represent icons */
32909
33116
  color: var(--text--muted-color);
32910
33117
  }
32911
33118
 
32912
- .amis-scope .dark-ChainedCheckboxes {
33119
+ .amis-scope .dark-ChainedSelection {
32913
33120
  display: flex;
32914
33121
  flex-direction: row;
32915
33122
  }
32916
33123
 
32917
- .amis-scope .dark-ChainedCheckboxes-col {
33124
+ .amis-scope .dark-ChainedSelection-col {
32918
33125
  flex-grow: 1;
32919
33126
  min-width: 150px;
32920
33127
  }
32921
33128
 
32922
- .amis-scope .dark-ChainedCheckboxes-col:not(:last-child) {
33129
+ .amis-scope .dark-ChainedSelection-col:not(:last-child) {
32923
33130
  border-right: 1px solid var(--borderColor);
32924
33131
  }
32925
33132
 
32926
- .amis-scope .dark-ChainedCheckboxes-subTitle {
33133
+ .amis-scope .dark-ChainedSelection-subTitle {
32927
33134
  font-size: var(--fontSizeSm);
32928
33135
  padding: var(--gap-xs) var(--gap-xs);
32929
33136
  color: var(--text--muted-color);
32930
33137
  }
32931
33138
 
32932
- .amis-scope .dark-ChainedCheckboxes-item {
33139
+ .amis-scope .dark-ChainedSelection-item {
32933
33140
  display: flex;
32934
33141
  height: var(--Form-input-height);
32935
33142
  line-height: var(--Form-input-lineHeight);
@@ -32940,29 +33147,29 @@ readers do not read off random characters that represent icons */
32940
33147
  user-select: none;
32941
33148
  }
32942
33149
 
32943
- .amis-scope .dark-ChainedCheckboxes-item > .dark-Checkbox {
33150
+ .amis-scope .dark-ChainedSelection-item > .dark-Checkbox {
32944
33151
  margin-right: 0;
32945
33152
  }
32946
33153
 
32947
- .amis-scope .dark-ChainedCheckboxes-item.is-active {
33154
+ .amis-scope .dark-ChainedSelection-item.is-active {
32948
33155
  color: var(--Form-select-menu-onActive-color);
32949
33156
  background: var(--Form-select-menu-onActive-bg);
32950
33157
  }
32951
33158
 
32952
- .amis-scope .dark-ChainedCheckboxes-item:hover {
33159
+ .amis-scope .dark-ChainedSelection-item:hover {
32953
33160
  background: var(--Tree-item-onHover-bg);
32954
33161
  }
32955
33162
 
32956
- .amis-scope .dark-ChainedCheckboxes-item.is-disabled {
33163
+ .amis-scope .dark-ChainedSelection-item.is-disabled {
32957
33164
  pointer-events: none;
32958
33165
  color: var(--text--muted-color);
32959
33166
  }
32960
33167
 
32961
- .amis-scope .dark-ChainedCheckboxes-itemLabel {
33168
+ .amis-scope .dark-ChainedSelection-itemLabel {
32962
33169
  flex-grow: 1;
32963
33170
  }
32964
33171
 
32965
- .amis-scope .dark-ChainedCheckboxes-placeholder {
33172
+ .amis-scope .dark-ChainedSelection-placeholder {
32966
33173
  height: var(--Form-input-height);
32967
33174
  line-height: var(--Form-input-lineHeight);
32968
33175
  font-size: var(--Form-input-fontSize);
@@ -32970,34 +33177,35 @@ readers do not read off random characters that represent icons */
32970
33177
  color: var(--text--muted-color);
32971
33178
  }
32972
33179
 
32973
- .amis-scope .dark-AssociatedCheckboxes {
33180
+ .amis-scope .dark-AssociatedSelection {
32974
33181
  display: flex;
32975
33182
  flex-direction: row;
32976
33183
  }
32977
33184
 
32978
- .amis-scope .dark-AssociatedCheckboxes-left,
32979
- .amis-scope .dark-AssociatedCheckboxes-right {
33185
+ .amis-scope .dark-AssociatedSelection-left,
33186
+ .amis-scope .dark-AssociatedSelection-right {
32980
33187
  flex-grow: 1;
32981
33188
  width: 0;
32982
- height: 10.9375rem;
33189
+ min-height: 12.5rem;
33190
+ max-height: 25rem;
32983
33191
  overflow: auto;
32984
33192
  }
32985
33193
 
32986
- .amis-scope .dark-AssociatedCheckboxes-left {
33194
+ .amis-scope .dark-AssociatedSelection-left {
32987
33195
  border-right: 1px solid var(--borderColor);
32988
33196
  }
32989
33197
 
32990
- .amis-scope .dark-AssociatedCheckboxes-reload {
33198
+ .amis-scope .dark-AssociatedSelection-reload {
32991
33199
  text-align: center;
32992
33200
  color: var(--info);
32993
33201
  margin: 20px 0 0;
32994
33202
  }
32995
33203
 
32996
- .amis-scope .dark-AssociatedCheckboxes-reload.is-clickable {
33204
+ .amis-scope .dark-AssociatedSelection-reload.is-clickable {
32997
33205
  cursor: pointer;
32998
33206
  }
32999
33207
 
33000
- .amis-scope .dark-AssociatedCheckboxes-box {
33208
+ .amis-scope .dark-AssociatedSelection-box {
33001
33209
  line-height: var(--Form-input-lineHeight);
33002
33210
  font-size: var(--fontSizeSm);
33003
33211
  color: var(--text--muted-color);
@@ -33009,7 +33217,7 @@ readers do not read off random characters that represent icons */
33009
33217
  height: 100%;
33010
33218
  }
33011
33219
 
33012
- .amis-scope .dark-AssociatedCheckboxes-box > p {
33220
+ .amis-scope .dark-AssociatedSelection-box > p {
33013
33221
  text-align: center;
33014
33222
  margin: 10px 0 20px;
33015
33223
  color: var(--text--muted-color);
@@ -36947,19 +37155,19 @@ readers do not read off random characters that represent icons */
36947
37155
  border-radius: var(--borderRadius);
36948
37156
  }
36949
37157
 
36950
- .amis-scope .dark-Transfer-select > .dark-Transfer-checkboxes,
36951
- .amis-scope .dark-Transfer-result > .dark-Transfer-selections {
37158
+ .amis-scope .dark-Transfer-select > .dark-Transfer-selection,
37159
+ .amis-scope .dark-Transfer-result > .dark-Transfer-value {
36952
37160
  flex-grow: 1;
36953
37161
  max-height: 100%;
36954
37162
  overflow: auto;
36955
37163
  position: relative;
36956
37164
  }
36957
37165
 
36958
- .amis-scope .dark-Transfer-search + .dark-Transfer-checkboxes {
37166
+ .amis-scope .dark-Transfer-search + .dark-Transfer-selection {
36959
37167
  border-top: 1px solid var(--borderColor);
36960
37168
  }
36961
37169
 
36962
- .amis-scope .dark-Transfer-checkboxes .dark-ListCheckboxes-placeholder {
37170
+ .amis-scope .dark-Transfer-selection .dark-ListSelection-placeholder {
36963
37171
  height: 100%;
36964
37172
  display: flex;
36965
37173
  align-items: center;
@@ -37007,13 +37215,29 @@ readers do not read off random characters that represent icons */
37007
37215
  color: var(--text--muted-color);
37008
37216
  }
37009
37217
 
37010
- .amis-scope .dark-Transfer-tabs {
37218
+ .amis-scope .dark-TabsTransfer .dark-Transfer-title {
37219
+ height: 40px;
37220
+ }
37221
+
37222
+ .amis-scope .dark-TabsTransfer-placeholder {
37223
+ height: var(--Form-input-height);
37224
+ line-height: var(--Form-input-lineHeight);
37225
+ font-size: var(--Form-input-fontSize);
37226
+ padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37227
+ color: var(--text--muted-color);
37228
+ }
37229
+
37230
+ .amis-scope .dark-TabsTransfer-tab {
37231
+ padding: 0;
37232
+ }
37233
+
37234
+ .amis-scope .dark-TabsTransfer-tabs {
37011
37235
  display: flex;
37012
37236
  flex-direction: column;
37013
37237
  height: 100%;
37014
37238
  }
37015
37239
 
37016
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-links {
37240
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links {
37017
37241
  border-top: 0 none;
37018
37242
  padding: 5px 0 0 5px;
37019
37243
  display: flex;
@@ -37022,59 +37246,48 @@ readers do not read off random characters that represent icons */
37022
37246
  align-items: center;
37023
37247
  }
37024
37248
 
37025
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
37249
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
37026
37250
  font-size: 12px;
37027
37251
  padding: 7px 8px;
37028
37252
  }
37029
37253
 
37030
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
37254
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
37031
37255
  flex-grow: 1;
37032
37256
  }
37033
37257
 
37034
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-links > .dark-SearchBox {
37258
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox {
37035
37259
  margin: -5px 5px 0 10px;
37036
37260
  }
37037
37261
 
37038
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
37262
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
37039
37263
  width: 150px;
37040
37264
  margin-right: 10px;
37041
37265
  padding-left: 10px;
37042
37266
  }
37043
37267
 
37044
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-content {
37268
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content {
37045
37269
  flex-grow: 1;
37270
+ min-height: 0;
37046
37271
  position: relative;
37047
37272
  padding: 5px 0 0;
37048
37273
  }
37049
37274
 
37050
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
37275
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
37051
37276
  position: relative;
37052
- min-height: 100%;
37277
+ height: 100%;
37053
37278
  }
37054
37279
 
37055
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
37280
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
37056
37281
  display: flex;
37057
37282
  flex-direction: column;
37058
37283
  }
37059
37284
 
37060
- .amis-scope .dark-Transfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-checkboxes {
37285
+ .amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-selection {
37061
37286
  flex-grow: 1;
37062
37287
  max-height: 100%;
37063
37288
  overflow: auto;
37064
37289
  }
37065
37290
 
37066
- .amis-scope .dark-TabsTransfer .dark-Transfer-title {
37067
- height: 40px;
37068
- }
37069
-
37070
- .amis-scope .dark-TabsTransfer-placeholder {
37071
- height: var(--Form-input-height);
37072
- line-height: var(--Form-input-lineHeight);
37073
- font-size: var(--Form-input-fontSize);
37074
- padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
37075
- color: var(--text--muted-color);
37076
- }
37077
-
37078
37291
  .amis-scope .dark-TransferControl {
37079
37292
  position: relative;
37080
37293
  }
@@ -37083,6 +37296,57 @@ readers do not read off random characters that represent icons */
37083
37296
  display: inline-block;
37084
37297
  }
37085
37298
 
37299
+ .amis-scope .dark-TransferPicker-icon {
37300
+ transition: transform var(--animation-duration) ease-out;
37301
+ margin: 5px 5px 5px auto;
37302
+ display: flex;
37303
+ color: var(--Form-select-caret-iconColor);
37304
+ }
37305
+
37306
+ .amis-scope .dark-TransferPicker-icon:hover {
37307
+ color: var(--Form-select-caret-onHover-iconColor);
37308
+ }
37309
+
37310
+ .amis-scope .dark-TransferPicker-icon > svg {
37311
+ width: 0.75rem;
37312
+ height: 0.75rem;
37313
+ top: 0;
37314
+ }
37315
+
37316
+ .amis-scope .dark-TransferDropDown-icon {
37317
+ transition: transform var(--animation-duration) ease-out;
37318
+ margin: 5px 5px 5px auto;
37319
+ display: flex;
37320
+ color: var(--Form-select-caret-iconColor);
37321
+ }
37322
+
37323
+ .amis-scope .dark-TransferDropDown-icon:hover {
37324
+ color: var(--Form-select-caret-onHover-iconColor);
37325
+ }
37326
+
37327
+ .amis-scope .dark-TransferDropDown-icon > svg {
37328
+ width: 0.625rem;
37329
+ height: 0.625rem;
37330
+ top: 0;
37331
+ }
37332
+
37333
+ .amis-scope .dark-TransferDropDown.is-active .dark-TransferDropDown-icon {
37334
+ transform: rotate(180deg);
37335
+ }
37336
+
37337
+ .amis-scope .dark-TransferDropDown-content {
37338
+ min-height: 12.5rem;
37339
+ display: flex;
37340
+ flex-direction: column;
37341
+ }
37342
+
37343
+ .amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
37344
+ flex-grow: 1;
37345
+ max-height: 100%;
37346
+ overflow: auto;
37347
+ position: relative;
37348
+ }
37349
+
37086
37350
  .amis-scope .dark-NestedSelectControl {
37087
37351
  position: relative;
37088
37352
  }
@@ -37791,7 +38055,7 @@ readers do not read off random characters that represent icons */
37791
38055
  height: 25rem;
37792
38056
  }
37793
38057
 
37794
- .amis-scope .dark-AnchorNav-link-wrap {
38058
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap {
37795
38059
  margin: 0;
37796
38060
  padding: 0;
37797
38061
  width: var(--Tabs--vertical-width);
@@ -37799,12 +38063,12 @@ readers do not read off random characters that represent icons */
37799
38063
  padding-bottom: 3.75rem;
37800
38064
  }
37801
38065
 
37802
- .amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
38066
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
37803
38067
  position: relative;
37804
38068
  display: block;
37805
38069
  }
37806
38070
 
37807
- .amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
38071
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
37808
38072
  display: block;
37809
38073
  border: var(--Tabs-borderWidth) solid transparent;
37810
38074
  border-width: var(--AnchorNav-onActive-borderWidth);
@@ -37818,16 +38082,70 @@ readers do not read off random characters that represent icons */
37818
38082
  margin: 0;
37819
38083
  }
37820
38084
 
37821
- .amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
38085
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
37822
38086
  color: var(--primary);
37823
38087
  }
37824
38088
 
37825
- .amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
37826
- .amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
38089
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
38090
+ .amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
37827
38091
  color: var(--Tabs--vertical-onActive-color);
37828
38092
  border-color: var(--Tabs--vertical-onActive-border);
37829
38093
  }
37830
38094
 
38095
+ .amis-scope .dark-AnchorNav--horizontal {
38096
+ flex-direction: column;
38097
+ }
38098
+
38099
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap {
38100
+ user-select: none;
38101
+ margin: 0px;
38102
+ padding: 0px;
38103
+ border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
38104
+ list-style: none;
38105
+ }
38106
+
38107
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
38108
+ margin-bottom: calc(var(--Tabs-borderWidth) * -1);
38109
+ display: inline-block;
38110
+ position: relative;
38111
+ }
38112
+
38113
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child {
38114
+ font-size: var(--Tabs-linkFontSize);
38115
+ outline: 0;
38116
+ border: var(--Tabs-borderWidth) solid transparent;
38117
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38118
+ border-top-left-radius: var(--Tabs-borderRadius);
38119
+ border-top-right-radius: var(--Tabs-borderRadius);
38120
+ color: var(--Tabs-color);
38121
+ margin: var(--Tabs-linkMargin);
38122
+ padding: var(--Tabs-linkPadding);
38123
+ text-decoration: none;
38124
+ cursor: pointer;
38125
+ display: block;
38126
+ }
38127
+
38128
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:hover,
38129
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:focus {
38130
+ color: var(--primary);
38131
+ background: transparent;
38132
+ border-color: transparent;
38133
+ }
38134
+
38135
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link:last-child > a {
38136
+ margin: 0;
38137
+ }
38138
+
38139
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child,
38140
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:hover,
38141
+ .amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:focus {
38142
+ font-size: var(--Tabs-linkFontSize);
38143
+ border-width: 0 0 var(--Tabs--line-borderWidth) 0;
38144
+ border-color: var(--Tabs--line-onHover-borderColor);
38145
+ color: var(--Tabs--line-onHover-color);
38146
+ background: transparent;
38147
+ }
38148
+
37831
38149
  .amis-scope .dark-AnchorNav-section-wrap {
37832
38150
  border: none;
37833
38151
  flex-grow: 1;
@@ -38110,6 +38428,14 @@ readers do not read off random characters that represent icons */
38110
38428
  color: var(--text--muted-color);
38111
38429
  }
38112
38430
 
38431
+ .amis-scope .dark-MappingField {
38432
+ margin-right: var(--gap-xs);
38433
+ }
38434
+
38435
+ .amis-scope .dark-MappingField:last-child {
38436
+ margin-right: 0;
38437
+ }
38438
+
38113
38439
  /*
38114
38440
  * utilities
38115
38441
  */