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/ang-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 {
@@ -22768,6 +22770,143 @@ readers do not read off random characters that represent icons */
22768
22770
  background: transparent;
22769
22771
  }
22770
22772
 
22773
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
22774
+ background: rgba(0, 0, 0, 0.3);
22775
+ }
22776
+
22777
+ .amis-scope .a-PopOver--leftBottomLeftTop {
22778
+ margin-top: 0.25rem;
22779
+ }
22780
+
22781
+ .amis-scope .a-PopOver--leftTopLeftBottom {
22782
+ margin-top: -0.25rem;
22783
+ }
22784
+
22785
+ .amis-scope .has-popover {
22786
+ position: relative;
22787
+ }
22788
+
22789
+ .amis-scope .a-PickerColumns {
22790
+ position: relative;
22791
+ background-color: white;
22792
+ user-select: none;
22793
+ }
22794
+
22795
+ .amis-scope .a-PickerColumns-popOver {
22796
+ position: fixed;
22797
+ bottom: 0;
22798
+ left: 0;
22799
+ width: 100%;
22800
+ padding: 0 0.5rem;
22801
+ }
22802
+
22803
+ .amis-scope .a-PickerColumns-toolbar {
22804
+ display: flex;
22805
+ align-items: center;
22806
+ justify-content: space-between;
22807
+ height: 3.125rem;
22808
+ }
22809
+
22810
+ .amis-scope .a-PickerColumns-cancel,
22811
+ .amis-scope .a-PickerColumns-confirm {
22812
+ height: 100%;
22813
+ padding: 0 0.5rem;
22814
+ font-size: 0.875rem;
22815
+ background-color: transparent;
22816
+ border: none;
22817
+ cursor: pointer;
22818
+ }
22819
+
22820
+ .amis-scope .a-PickerColumns-cancel:active,
22821
+ .amis-scope .a-PickerColumns-confirm:active {
22822
+ opacity: 0.7;
22823
+ }
22824
+
22825
+ .amis-scope .a-PickerColumns-confirm {
22826
+ color: #23b7e5;
22827
+ }
22828
+
22829
+ .amis-scope .a-PickerColumns-cancel {
22830
+ color: #edf1f2;
22831
+ }
22832
+
22833
+ .amis-scope .a-PickerColumns-title {
22834
+ max-width: 50%;
22835
+ font-weight: 500;
22836
+ font-size: 1rem;
22837
+ line-height: 1.5;
22838
+ text-align: center;
22839
+ }
22840
+
22841
+ .amis-scope .a-PickerColumns-columns {
22842
+ position: relative;
22843
+ display: flex;
22844
+ cursor: grab;
22845
+ }
22846
+
22847
+ .amis-scope .a-PickerColumns-loading {
22848
+ position: absolute;
22849
+ top: 0;
22850
+ right: 0;
22851
+ bottom: 0;
22852
+ left: 0;
22853
+ z-index: 3;
22854
+ display: flex;
22855
+ align-items: center;
22856
+ justify-content: center;
22857
+ color: #4b5563;
22858
+ background-color: var(--PickerColumns-loadingMask-color);
22859
+ }
22860
+
22861
+ .amis-scope .a-PickerColumns-frame {
22862
+ position: absolute;
22863
+ top: 50%;
22864
+ right: 1rem;
22865
+ left: 1rem;
22866
+ z-index: 2;
22867
+ transform: translateY(-50%);
22868
+ pointer-events: none;
22869
+ }
22870
+
22871
+ .amis-scope .a-PickerColumns-mask {
22872
+ position: absolute;
22873
+ top: 0;
22874
+ left: 0;
22875
+ z-index: 1;
22876
+ width: 100%;
22877
+ height: 100%;
22878
+ 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));
22879
+ background-repeat: no-repeat;
22880
+ background-position: top, bottom;
22881
+ transform: translateZ(0);
22882
+ pointer-events: none;
22883
+ }
22884
+
22885
+ .amis-scope .a-PickerColumns-column {
22886
+ flex: 1;
22887
+ overflow: hidden;
22888
+ font-size: 1rem;
22889
+ }
22890
+
22891
+ .amis-scope .a-PickerColumns-columnWrapper {
22892
+ margin: 0;
22893
+ padding: 0;
22894
+ list-style: none;
22895
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22896
+ }
22897
+
22898
+ .amis-scope .a-PickerColumns-columnItem {
22899
+ display: flex;
22900
+ align-items: center;
22901
+ justify-content: center;
22902
+ color: #58666e;
22903
+ }
22904
+
22905
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
22906
+ cursor: not-allowed;
22907
+ opacity: 0.3;
22908
+ }
22909
+
22771
22910
  @keyframes bounceIn {
22772
22911
  from, 20%, 40%, 60%, 80%, to {
22773
22912
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -23873,7 +24012,7 @@ readers do not read off random characters that represent icons */
23873
24012
  border-color: #414c52;
23874
24013
  text-decoration: none;
23875
24014
  background: rgba(0, 0, 0, 0.05);
23876
- z-index: 9999;
24015
+ z-index: 1;
23877
24016
  }
23878
24017
 
23879
24018
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
@@ -24943,6 +25082,15 @@ readers do not read off random characters that represent icons */
24943
25082
  background: transparent;
24944
25083
  }
24945
25084
 
25085
+ .amis-scope .a-Collapse-header-wrapper {
25086
+ display: inline-flex;
25087
+ flex-direction: row;
25088
+ }
25089
+
25090
+ .amis-scope .a-Collapse-header-tpl {
25091
+ margin-right: 0.5rem;
25092
+ }
25093
+
24946
25094
  .amis-scope .a-Collapse-header:hover {
24947
25095
  background: transparent;
24948
25096
  }
@@ -24993,6 +25141,13 @@ readers do not read off random characters that represent icons */
24993
25141
  color: #23b7e5;
24994
25142
  border-left: none;
24995
25143
  font-size: 0.875rem;
25144
+ border-top: none;
25145
+ border-bottom: 0.0625rem solid
25146
+ #dfe2e6;
25147
+ }
25148
+
25149
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
25150
+ border-top: none;
24996
25151
  }
24997
25152
 
24998
25153
  .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
@@ -26212,6 +26367,10 @@ readers do not read off random characters that represent icons */
26212
26367
  border-right: 0.0625rem solid #d1d5db;
26213
26368
  }
26214
26369
 
26370
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
26371
+ cursor: pointer;
26372
+ }
26373
+
26215
26374
  .amis-scope .a-Table-table > thead > tr > th {
26216
26375
  background: #f6f8f8;
26217
26376
  padding: calc(
@@ -27567,6 +27726,28 @@ readers do not read off random characters that represent icons */
27567
27726
  left: 0;
27568
27727
  }
27569
27728
 
27729
+ .amis-scope .a-Table--autoFillHeight {
27730
+ margin-bottom: 0;
27731
+ }
27732
+
27733
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
27734
+ border-top: none;
27735
+ }
27736
+
27737
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
27738
+ position: sticky;
27739
+ top: 0;
27740
+ z-index: 1;
27741
+ }
27742
+
27743
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
27744
+ display: none;
27745
+ }
27746
+
27747
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
27748
+ margin-bottom: 0;
27749
+ }
27750
+
27570
27751
  .amis-scope .a-InputTable-toolbar {
27571
27752
  display: flex;
27572
27753
  flex-direction: row;
@@ -28334,18 +28515,6 @@ readers do not read off random characters that represent icons */
28334
28515
  margin-top: 0.25rem;
28335
28516
  }
28336
28517
 
28337
- .amis-scope .a-Card-checkBtn {
28338
- position: absolute;
28339
- top: 0;
28340
- right: 0;
28341
- margin: 0.5rem;
28342
- z-index: 1;
28343
- }
28344
-
28345
- .amis-scope .a-Card-checkBtn .a-Checkbox {
28346
- margin-right: 0;
28347
- }
28348
-
28349
28518
  .amis-scope .a-Card-dragBtn {
28350
28519
  cursor: pointer;
28351
28520
  float: right;
@@ -28353,7 +28522,8 @@ readers do not read off random characters that represent icons */
28353
28522
  }
28354
28523
 
28355
28524
  .amis-scope .a-Card-heading {
28356
- overflow: hidden;
28525
+ display: flex;
28526
+ flex-direction: row;
28357
28527
  padding: 0.5rem 0.75rem;
28358
28528
  flex: 1 0 auto;
28359
28529
  }
@@ -28385,12 +28555,17 @@ readers do not read off random characters that represent icons */
28385
28555
 
28386
28556
  .amis-scope .a-Card-meta {
28387
28557
  display: block;
28558
+ flex-grow: 1;
28388
28559
  height: 100%;
28389
- overflow: hidden;
28390
28560
  position: relative;
28391
28561
  margin-right: 1rem;
28392
28562
  }
28393
28563
 
28564
+ .amis-scope .a-Card-toolbar {
28565
+ margin-right: calc(-1 * 0.75rem);
28566
+ text-align: right;
28567
+ }
28568
+
28394
28569
  .amis-scope .a-Card-highlight {
28395
28570
  background: #27c24c;
28396
28571
  width: 0.5rem;
@@ -28879,7 +29054,7 @@ readers do not read off random characters that represent icons */
28879
29054
 
28880
29055
  .amis-scope .a-StatusField-label {
28881
29056
  font-size: 0.75rem;
28882
- margin-left: 0.5rem;
29057
+ margin-left: 0.25rem;
28883
29058
  }
28884
29059
 
28885
29060
  @keyframes animation-rolling_red {
@@ -30251,6 +30426,49 @@ readers do not read off random characters that represent icons */
30251
30426
  border: 1px solid #23b7e5;
30252
30427
  }
30253
30428
 
30429
+ .amis-scope .a-Portlet {
30430
+ border: 0.0625rem solid #d1d5db;
30431
+ border-radius: 0.142rem;
30432
+ padding: 0.75rem;
30433
+ }
30434
+
30435
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
30436
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30437
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30438
+ border: none !important;
30439
+ color: inherit !important;
30440
+ cursor: auto !important;
30441
+ }
30442
+
30443
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
30444
+ border-bottom: none;
30445
+ }
30446
+
30447
+ .amis-scope .a-Portlet .a-Tabs-pane {
30448
+ padding: unset;
30449
+ }
30450
+
30451
+ .amis-scope .a-Portlet-toolbar {
30452
+ display: inline-flex;
30453
+ float: right;
30454
+ justify-content: flex-end;
30455
+ }
30456
+
30457
+ .amis-scope .a-Portlet-toolbar .a-Button {
30458
+ margin-left: calc(0.25rem);
30459
+ }
30460
+
30461
+ .amis-scope .a-Portlet-header-desc {
30462
+ height: 100%;
30463
+ overflow: hidden;
30464
+ position: relative;
30465
+ margin-left: 0.75rem;
30466
+ }
30467
+
30468
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
30469
+ display: none;
30470
+ }
30471
+
30254
30472
  .amis-scope fieldset.a-Collapse--lg,
30255
30473
  .amis-scope fieldset.a-Collapse--md,
30256
30474
  .amis-scope fieldset.a-Collapse--base,
@@ -30309,11 +30527,16 @@ readers do not read off random characters that represent icons */
30309
30527
  margin: 0.75rem 0;
30310
30528
  padding: 0 0 0 14px;
30311
30529
  cursor: pointer;
30312
- border-bottom: 0;
30530
+ border-bottom: none !important;
30531
+ background: transparent;
30313
30532
  display: flex;
30314
30533
  flex-direction: row;
30315
30534
  }
30316
30535
 
30536
+ .amis-scope fieldset.a-Collapse > legend:hover {
30537
+ background: transparent;
30538
+ }
30539
+
30317
30540
  .amis-scope fieldset.a-Collapse--xs {
30318
30541
  padding: 20px 5px 5px 5px;
30319
30542
  }
@@ -31435,7 +31658,7 @@ readers do not read off random characters that represent icons */
31435
31658
  color: #999;
31436
31659
  }
31437
31660
 
31438
- .amis-scope .a-Checkboxes > .a-Checkbox {
31661
+ .amis-scope .a-Selection > .a-Checkbox {
31439
31662
  display: block;
31440
31663
  height: 1.875rem;
31441
31664
  line-height: 1.4285714286;
@@ -31443,43 +31666,36 @@ readers do not read off random characters that represent icons */
31443
31666
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
31444
31667
  }
31445
31668
 
31446
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
31669
+ .amis-scope .a-Selection--inline > .a-Checkbox {
31447
31670
  display: inline-block;
31448
31671
  }
31449
31672
 
31450
- .amis-scope .a-Checkboxes-addBtn {
31673
+ .amis-scope .a-Selection-addBtn {
31451
31674
  display: block;
31452
31675
  cursor: pointer;
31453
31676
  }
31454
31677
 
31455
- .amis-scope .a-Checkboxes-addBtn:hover {
31678
+ .amis-scope .a-Selection-addBtn:hover {
31456
31679
  text-decoration: none;
31457
31680
  }
31458
31681
 
31459
- .amis-scope .a-Checkboxes-addBtn > svg {
31682
+ .amis-scope .a-Selection-addBtn > svg {
31460
31683
  width: 0.875rem;
31461
31684
  height: 0.875rem;
31462
31685
  margin-right: 0.25rem;
31463
31686
  }
31464
31687
 
31465
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31466
- .amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
31467
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
31468
- .amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
31688
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
31469
31689
  border-top: 0.0625rem solid #dfe2e6;
31470
31690
  }
31471
31691
 
31472
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-itemLabel,
31473
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
31474
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
31475
- .amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
31692
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
31476
31693
  font-size: 0.75rem;
31477
31694
  padding: 0.25rem 0.25rem;
31478
31695
  color: #99a6ad;
31479
31696
  }
31480
31697
 
31481
- .amis-scope .a-ListCheckboxes-item,
31482
- .amis-scope .a-ListRadios-item {
31698
+ .amis-scope .a-GroupedSelection-item {
31483
31699
  display: flex;
31484
31700
  height: 1.875rem;
31485
31701
  line-height: 1.4285714286;
@@ -31490,51 +31706,37 @@ readers do not read off random characters that represent icons */
31490
31706
  user-select: none;
31491
31707
  }
31492
31708
 
31493
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
31494
- .amis-scope .a-ListRadios-item > .a-Checkbox {
31709
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
31495
31710
  margin-right: 0;
31496
31711
  }
31497
31712
 
31498
- .amis-scope .a-ListCheckboxes-item.is-active,
31499
- .amis-scope .a-ListRadios-item.is-active {
31713
+ .amis-scope .a-GroupedSelection-item.is-active {
31500
31714
  color: #23b7e5;
31501
31715
  background: transparent;
31502
31716
  }
31503
31717
 
31504
- .amis-scope .a-ListCheckboxes-item:hover,
31505
- .amis-scope .a-ListRadios-item:hover {
31718
+ .amis-scope .a-GroupedSelection-item:hover {
31506
31719
  background: rgba(0, 126, 255, 0.08);
31507
31720
  }
31508
31721
 
31509
- .amis-scope .a-ListCheckboxes-item.is-disabled,
31510
- .amis-scope .a-ListRadios-item.is-disabled {
31722
+ .amis-scope .a-GroupedSelection-item.is-disabled {
31511
31723
  pointer-events: none;
31512
31724
  color: #99a6ad;
31513
31725
  }
31514
31726
 
31515
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31516
- .amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31517
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31518
- .amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
31519
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
31520
- .amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
31521
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
31522
- .amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
31727
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
31523
31728
  padding-left: 0.75rem;
31524
31729
  }
31525
31730
 
31526
- .amis-scope .a-ListCheckboxes-itemLabel,
31527
- .amis-scope .a-ListRadios-itemLabel {
31731
+ .amis-scope .a-GroupedSelection-itemLabel {
31528
31732
  flex-grow: 1;
31529
31733
  }
31530
31734
 
31531
- .amis-scope .a-ListCheckboxes-itemLabel span,
31532
- .amis-scope .a-ListRadios-itemLabel span {
31735
+ .amis-scope .a-GroupedSelection-itemLabel span {
31533
31736
  white-space: nowrap;
31534
31737
  }
31535
31738
 
31536
- .amis-scope .a-ListCheckboxes-placeholder,
31537
- .amis-scope .a-ListRadios-placeholder {
31739
+ .amis-scope .a-GroupedSelection-placeholder {
31538
31740
  height: 1.875rem;
31539
31741
  line-height: 1.4285714286;
31540
31742
  font-size: 0.875rem;
@@ -31542,52 +31744,54 @@ readers do not read off random characters that represent icons */
31542
31744
  color: #99a6ad;
31543
31745
  }
31544
31746
 
31545
- .amis-scope .a-TableCheckboxes .a-Table-content {
31747
+ .amis-scope .a-TableSelection .a-Table-content {
31546
31748
  border-top: 0.0625rem solid #d1d5db;
31547
31749
  }
31548
31750
 
31549
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
31550
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
31751
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
31752
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
31551
31753
  font-size: 0.75rem;
31552
31754
  padding-top: 0.25rem;
31553
31755
  padding-bottom: 0.375rem;
31554
31756
  vertical-align: middle;
31555
31757
  }
31556
31758
 
31557
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
31759
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
31558
31760
  padding-top: 0.375rem;
31559
31761
  }
31560
31762
 
31561
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:first-child,
31562
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:first-child {
31763
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
31764
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
31563
31765
  padding-left: 0.625rem;
31564
31766
  padding-right: 0;
31565
31767
  }
31566
31768
 
31567
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th:last-child,
31568
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td:last-child {
31769
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
31770
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
31569
31771
  padding-right: 1rem;
31570
31772
  }
31571
31773
 
31572
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
31774
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
31573
31775
  cursor: pointer;
31574
31776
  }
31575
31777
 
31576
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
31577
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
31778
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
31779
+ color: #23b7e5;
31780
+ background: transparent;
31781
+ }
31782
+
31783
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
31578
31784
  color: #4b5563;
31579
31785
  margin-right: 5px;
31580
31786
  }
31581
31787
 
31582
- .amis-scope .a-TreeCheckboxes-sublist,
31583
- .amis-scope .a-TreeRadios-sublist {
31788
+ .amis-scope .a-TreeSelection-sublist {
31584
31789
  position: relative;
31585
31790
  margin: 0 0 0 2.1875rem;
31586
31791
  display: none;
31587
31792
  }
31588
31793
 
31589
- .amis-scope .a-TreeCheckboxes-sublist:before,
31590
- .amis-scope .a-TreeRadios-sublist:before {
31794
+ .amis-scope .a-TreeSelection-sublist:before {
31591
31795
  width: 1px;
31592
31796
  content: "";
31593
31797
  display: block;
@@ -31598,29 +31802,19 @@ readers do not read off random characters that represent icons */
31598
31802
  border-left: dashed 1px #4b5563;
31599
31803
  }
31600
31804
 
31601
- .amis-scope .a-TreeCheckboxes-item,
31602
- .amis-scope .a-TreeRadios-item {
31805
+ .amis-scope .a-TreeSelection-item {
31603
31806
  position: relative;
31604
31807
  }
31605
31808
 
31606
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeCheckboxes-sublist,
31607
- .amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
31608
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
31609
- .amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
31809
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
31610
31810
  display: block;
31611
31811
  }
31612
31812
 
31613
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
31614
- .amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
31615
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
31616
- .amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
31813
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
31617
31814
  bottom: 0;
31618
31815
  }
31619
31816
 
31620
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeCheckboxes-item:before,
31621
- .amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
31622
- .amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
31623
- .amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
31817
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
31624
31818
  height: 1px;
31625
31819
  content: "";
31626
31820
  display: block;
@@ -31631,8 +31825,7 @@ readers do not read off random characters that represent icons */
31631
31825
  border-top: dashed 1px #4b5563;
31632
31826
  }
31633
31827
 
31634
- .amis-scope .a-TreeCheckboxes-itemInner,
31635
- .amis-scope .a-TreeRadios-itemInner {
31828
+ .amis-scope .a-TreeSelection-itemInner {
31636
31829
  display: flex;
31637
31830
  align-items: center;
31638
31831
  height: 1.875rem;
@@ -31645,20 +31838,17 @@ readers do not read off random characters that represent icons */
31645
31838
  position: relative;
31646
31839
  }
31647
31840
 
31648
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
31649
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
31841
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
31650
31842
  margin-right: 0;
31651
31843
  margin-left: 0.5rem;
31652
31844
  }
31653
31845
 
31654
- .amis-scope .a-TreeCheckboxes-itemInner > *,
31655
- .amis-scope .a-TreeRadios-itemInner > * {
31846
+ .amis-scope .a-TreeSelection-itemInner > * {
31656
31847
  position: relative;
31657
31848
  z-index: 2;
31658
31849
  }
31659
31850
 
31660
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
31661
- .amis-scope .a-TreeRadios-itemInner:hover:after {
31851
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
31662
31852
  position: absolute;
31663
31853
  content: "";
31664
31854
  z-index: 1;
@@ -31669,24 +31859,20 @@ readers do not read off random characters that represent icons */
31669
31859
  background: rgba(0, 126, 255, 0.08);
31670
31860
  }
31671
31861
 
31672
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
31673
- .amis-scope .a-TreeRadios-itemInner.is-active {
31862
+ .amis-scope .a-TreeSelection-itemInner.is-active {
31674
31863
  color: #23b7e5;
31675
31864
  }
31676
31865
 
31677
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
31678
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
31866
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
31679
31867
  pointer-events: none;
31680
31868
  color: #99a6ad;
31681
31869
  }
31682
31870
 
31683
- .amis-scope .a-TreeCheckboxes-itemLabel,
31684
- .amis-scope .a-TreeRadios-itemLabel {
31871
+ .amis-scope .a-TreeSelection-itemLabel {
31685
31872
  flex-grow: 1;
31686
31873
  }
31687
31874
 
31688
- .amis-scope .a-TreeCheckboxes-placeholder,
31689
- .amis-scope .a-TreeRadios-placeholder {
31875
+ .amis-scope .a-TreeSelection-placeholder {
31690
31876
  height: 1.875rem;
31691
31877
  line-height: 1.4285714286;
31692
31878
  font-size: 0.875rem;
@@ -31694,27 +31880,27 @@ readers do not read off random characters that represent icons */
31694
31880
  color: #99a6ad;
31695
31881
  }
31696
31882
 
31697
- .amis-scope .a-ChainedCheckboxes {
31883
+ .amis-scope .a-ChainedSelection {
31698
31884
  display: flex;
31699
31885
  flex-direction: row;
31700
31886
  }
31701
31887
 
31702
- .amis-scope .a-ChainedCheckboxes-col {
31888
+ .amis-scope .a-ChainedSelection-col {
31703
31889
  flex-grow: 1;
31704
31890
  min-width: 150px;
31705
31891
  }
31706
31892
 
31707
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
31893
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
31708
31894
  border-right: 1px solid #d1d5db;
31709
31895
  }
31710
31896
 
31711
- .amis-scope .a-ChainedCheckboxes-subTitle {
31897
+ .amis-scope .a-ChainedSelection-subTitle {
31712
31898
  font-size: 0.75rem;
31713
31899
  padding: 0.25rem 0.25rem;
31714
31900
  color: #99a6ad;
31715
31901
  }
31716
31902
 
31717
- .amis-scope .a-ChainedCheckboxes-item {
31903
+ .amis-scope .a-ChainedSelection-item {
31718
31904
  display: flex;
31719
31905
  height: 1.875rem;
31720
31906
  line-height: 1.4285714286;
@@ -31725,29 +31911,29 @@ readers do not read off random characters that represent icons */
31725
31911
  user-select: none;
31726
31912
  }
31727
31913
 
31728
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
31914
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
31729
31915
  margin-right: 0;
31730
31916
  }
31731
31917
 
31732
- .amis-scope .a-ChainedCheckboxes-item.is-active {
31918
+ .amis-scope .a-ChainedSelection-item.is-active {
31733
31919
  color: #23b7e5;
31734
31920
  background: transparent;
31735
31921
  }
31736
31922
 
31737
- .amis-scope .a-ChainedCheckboxes-item:hover {
31923
+ .amis-scope .a-ChainedSelection-item:hover {
31738
31924
  background: rgba(0, 126, 255, 0.08);
31739
31925
  }
31740
31926
 
31741
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
31927
+ .amis-scope .a-ChainedSelection-item.is-disabled {
31742
31928
  pointer-events: none;
31743
31929
  color: #99a6ad;
31744
31930
  }
31745
31931
 
31746
- .amis-scope .a-ChainedCheckboxes-itemLabel {
31932
+ .amis-scope .a-ChainedSelection-itemLabel {
31747
31933
  flex-grow: 1;
31748
31934
  }
31749
31935
 
31750
- .amis-scope .a-ChainedCheckboxes-placeholder {
31936
+ .amis-scope .a-ChainedSelection-placeholder {
31751
31937
  height: 1.875rem;
31752
31938
  line-height: 1.4285714286;
31753
31939
  font-size: 0.875rem;
@@ -31755,34 +31941,35 @@ readers do not read off random characters that represent icons */
31755
31941
  color: #99a6ad;
31756
31942
  }
31757
31943
 
31758
- .amis-scope .a-AssociatedCheckboxes {
31944
+ .amis-scope .a-AssociatedSelection {
31759
31945
  display: flex;
31760
31946
  flex-direction: row;
31761
31947
  }
31762
31948
 
31763
- .amis-scope .a-AssociatedCheckboxes-left,
31764
- .amis-scope .a-AssociatedCheckboxes-right {
31949
+ .amis-scope .a-AssociatedSelection-left,
31950
+ .amis-scope .a-AssociatedSelection-right {
31765
31951
  flex-grow: 1;
31766
31952
  width: 0;
31767
- height: 10.9375rem;
31953
+ min-height: 12.5rem;
31954
+ max-height: 25rem;
31768
31955
  overflow: auto;
31769
31956
  }
31770
31957
 
31771
- .amis-scope .a-AssociatedCheckboxes-left {
31958
+ .amis-scope .a-AssociatedSelection-left {
31772
31959
  border-right: 1px solid #d1d5db;
31773
31960
  }
31774
31961
 
31775
- .amis-scope .a-AssociatedCheckboxes-reload {
31962
+ .amis-scope .a-AssociatedSelection-reload {
31776
31963
  text-align: center;
31777
31964
  color: #23b7e5;
31778
31965
  margin: 20px 0 0;
31779
31966
  }
31780
31967
 
31781
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
31968
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
31782
31969
  cursor: pointer;
31783
31970
  }
31784
31971
 
31785
- .amis-scope .a-AssociatedCheckboxes-box {
31972
+ .amis-scope .a-AssociatedSelection-box {
31786
31973
  line-height: 1.4285714286;
31787
31974
  font-size: 0.75rem;
31788
31975
  color: #99a6ad;
@@ -31794,7 +31981,7 @@ readers do not read off random characters that represent icons */
31794
31981
  height: 100%;
31795
31982
  }
31796
31983
 
31797
- .amis-scope .a-AssociatedCheckboxes-box > p {
31984
+ .amis-scope .a-AssociatedSelection-box > p {
31798
31985
  text-align: center;
31799
31986
  margin: 10px 0 20px;
31800
31987
  color: #99a6ad;
@@ -35818,19 +36005,19 @@ readers do not read off random characters that represent icons */
35818
36005
  border-radius: 0.142rem;
35819
36006
  }
35820
36007
 
35821
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
35822
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
36008
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
36009
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
35823
36010
  flex-grow: 1;
35824
36011
  max-height: 100%;
35825
36012
  overflow: auto;
35826
36013
  position: relative;
35827
36014
  }
35828
36015
 
35829
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
36016
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
35830
36017
  border-top: 1px solid #d1d5db;
35831
36018
  }
35832
36019
 
35833
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
36020
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
35834
36021
  height: 100%;
35835
36022
  display: flex;
35836
36023
  align-items: center;
@@ -35878,13 +36065,29 @@ readers do not read off random characters that represent icons */
35878
36065
  color: #99a6ad;
35879
36066
  }
35880
36067
 
35881
- .amis-scope .a-Transfer-tabs {
36068
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
36069
+ height: 40px;
36070
+ }
36071
+
36072
+ .amis-scope .a-TabsTransfer-placeholder {
36073
+ height: 1.875rem;
36074
+ line-height: 1.4285714286;
36075
+ font-size: 0.875rem;
36076
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36077
+ color: #99a6ad;
36078
+ }
36079
+
36080
+ .amis-scope .a-TabsTransfer-tab {
36081
+ padding: 0;
36082
+ }
36083
+
36084
+ .amis-scope .a-TabsTransfer-tabs {
35882
36085
  display: flex;
35883
36086
  flex-direction: column;
35884
36087
  height: 100%;
35885
36088
  }
35886
36089
 
35887
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
36090
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
35888
36091
  border-top: 0 none;
35889
36092
  padding: 5px 0 0 5px;
35890
36093
  display: flex;
@@ -35893,59 +36096,48 @@ readers do not read off random characters that represent icons */
35893
36096
  align-items: center;
35894
36097
  }
35895
36098
 
35896
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36099
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
35897
36100
  font-size: 12px;
35898
36101
  padding: 7px 8px;
35899
36102
  }
35900
36103
 
35901
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36104
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
35902
36105
  flex-grow: 1;
35903
36106
  }
35904
36107
 
35905
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
36108
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
35906
36109
  margin: -5px 5px 0 10px;
35907
36110
  }
35908
36111
 
35909
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36112
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
35910
36113
  width: 150px;
35911
36114
  margin-right: 10px;
35912
36115
  padding-left: 10px;
35913
36116
  }
35914
36117
 
35915
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
36118
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
35916
36119
  flex-grow: 1;
36120
+ min-height: 0;
35917
36121
  position: relative;
35918
36122
  padding: 5px 0 0;
35919
36123
  }
35920
36124
 
35921
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36125
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
35922
36126
  position: relative;
35923
- min-height: 100%;
36127
+ height: 100%;
35924
36128
  }
35925
36129
 
35926
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36130
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
35927
36131
  display: flex;
35928
36132
  flex-direction: column;
35929
36133
  }
35930
36134
 
35931
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
36135
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
35932
36136
  flex-grow: 1;
35933
36137
  max-height: 100%;
35934
36138
  overflow: auto;
35935
36139
  }
35936
36140
 
35937
- .amis-scope .a-TabsTransfer .a-Transfer-title {
35938
- height: 40px;
35939
- }
35940
-
35941
- .amis-scope .a-TabsTransfer-placeholder {
35942
- height: 1.875rem;
35943
- line-height: 1.4285714286;
35944
- font-size: 0.875rem;
35945
- padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35946
- color: #99a6ad;
35947
- }
35948
-
35949
36141
  .amis-scope .a-TransferControl {
35950
36142
  position: relative;
35951
36143
  }
@@ -35954,6 +36146,57 @@ readers do not read off random characters that represent icons */
35954
36146
  display: inline-block;
35955
36147
  }
35956
36148
 
36149
+ .amis-scope .a-TransferPicker-icon {
36150
+ transition: transform 0s ease-out;
36151
+ margin: 5px 5px 5px auto;
36152
+ display: flex;
36153
+ color: #4b5563;
36154
+ }
36155
+
36156
+ .amis-scope .a-TransferPicker-icon:hover {
36157
+ color: #111827;
36158
+ }
36159
+
36160
+ .amis-scope .a-TransferPicker-icon > svg {
36161
+ width: 0.75rem;
36162
+ height: 0.75rem;
36163
+ top: 0;
36164
+ }
36165
+
36166
+ .amis-scope .a-TransferDropDown-icon {
36167
+ transition: transform 0s ease-out;
36168
+ margin: 5px 5px 5px auto;
36169
+ display: flex;
36170
+ color: #4b5563;
36171
+ }
36172
+
36173
+ .amis-scope .a-TransferDropDown-icon:hover {
36174
+ color: #111827;
36175
+ }
36176
+
36177
+ .amis-scope .a-TransferDropDown-icon > svg {
36178
+ width: 0.625rem;
36179
+ height: 0.625rem;
36180
+ top: 0;
36181
+ }
36182
+
36183
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
36184
+ transform: rotate(180deg);
36185
+ }
36186
+
36187
+ .amis-scope .a-TransferDropDown-content {
36188
+ min-height: 12.5rem;
36189
+ display: flex;
36190
+ flex-direction: column;
36191
+ }
36192
+
36193
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
36194
+ flex-grow: 1;
36195
+ max-height: 100%;
36196
+ overflow: auto;
36197
+ position: relative;
36198
+ }
36199
+
35957
36200
  .amis-scope .a-NestedSelectControl {
35958
36201
  position: relative;
35959
36202
  }
@@ -36727,7 +36970,7 @@ readers do not read off random characters that represent icons */
36727
36970
  height: 25rem;
36728
36971
  }
36729
36972
 
36730
- .amis-scope .a-AnchorNav-link-wrap {
36973
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
36731
36974
  margin: 0;
36732
36975
  padding: 0;
36733
36976
  width: 8.75rem;
@@ -36735,12 +36978,12 @@ readers do not read off random characters that represent icons */
36735
36978
  padding-bottom: 3.75rem;
36736
36979
  }
36737
36980
 
36738
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36981
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36739
36982
  position: relative;
36740
36983
  display: block;
36741
36984
  }
36742
36985
 
36743
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36986
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36744
36987
  display: block;
36745
36988
  border: 0.0625rem solid transparent;
36746
36989
  border-width: 0 0.125rem 0 0;
@@ -36754,14 +36997,68 @@ readers do not read off random characters that represent icons */
36754
36997
  margin: 0;
36755
36998
  }
36756
36999
 
36757
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37000
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37001
+ color: #7266ba;
37002
+ }
37003
+
37004
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
37005
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
36758
37006
  color: #7266ba;
37007
+ border-color: #7266ba;
37008
+ }
37009
+
37010
+ .amis-scope .a-AnchorNav--horizontal {
37011
+ flex-direction: column;
37012
+ }
37013
+
37014
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
37015
+ user-select: none;
37016
+ margin: 0px;
37017
+ padding: 0px;
37018
+ border-bottom: 0.0625rem solid #d1d5db;
37019
+ list-style: none;
37020
+ }
37021
+
37022
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37023
+ margin-bottom: calc(0.0625rem * -1);
37024
+ display: inline-block;
37025
+ position: relative;
37026
+ }
37027
+
37028
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
37029
+ font-size: 0.875rem;
37030
+ outline: 0;
37031
+ border: 0.0625rem solid transparent;
37032
+ border-width: 0 0 0.125rem 0;
37033
+ border-top-left-radius: 0.142rem;
37034
+ border-top-right-radius: 0.142rem;
37035
+ color: #58666e;
37036
+ margin: 0 0.1875rem 0 0;
37037
+ padding: 0.5rem 0.75rem;
37038
+ text-decoration: none;
37039
+ cursor: pointer;
37040
+ display: block;
36759
37041
  }
36760
37042
 
36761
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
36762
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37043
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
37044
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
36763
37045
  color: #7266ba;
37046
+ background: transparent;
37047
+ border-color: transparent;
37048
+ }
37049
+
37050
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
37051
+ margin: 0;
37052
+ }
37053
+
37054
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
37055
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
37056
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
37057
+ font-size: 0.875rem;
37058
+ border-width: 0 0 0.125rem 0;
36764
37059
  border-color: #7266ba;
37060
+ color: #7266ba;
37061
+ background: transparent;
36765
37062
  }
36766
37063
 
36767
37064
  .amis-scope .a-AnchorNav-section-wrap {
@@ -37046,6 +37343,14 @@ readers do not read off random characters that represent icons */
37046
37343
  color: #99a6ad;
37047
37344
  }
37048
37345
 
37346
+ .amis-scope .a-MappingField {
37347
+ margin-right: 0.25rem;
37348
+ }
37349
+
37350
+ .amis-scope .a-MappingField:last-child {
37351
+ margin-right: 0;
37352
+ }
37353
+
37049
37354
  /*
37050
37355
  * utilities
37051
37356
  */