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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/Checkbox.d.ts +20 -20
  16. package/lib/components/Collapse.d.ts +51 -23
  17. package/lib/components/Collapse.js +69 -11
  18. package/lib/components/Collapse.js.map +2 -2
  19. package/lib/components/CollapseGroup.d.ts +88 -0
  20. package/lib/components/CollapseGroup.js +81 -0
  21. package/lib/components/CollapseGroup.js.map +13 -0
  22. package/lib/components/ColorPicker.d.ts +84 -84
  23. package/lib/components/DatePicker.d.ts +84 -84
  24. package/lib/components/DateRangePicker.d.ts +84 -84
  25. package/lib/components/Editor.d.ts +84 -84
  26. package/lib/components/GridNav.d.ts +52 -0
  27. package/lib/components/GridNav.js +123 -0
  28. package/lib/components/GridNav.js.map +13 -0
  29. package/lib/components/GroupedSelection.d.ts +907 -0
  30. package/lib/components/GroupedSelection.js +48 -0
  31. package/lib/components/GroupedSelection.js.map +13 -0
  32. package/lib/components/InputBox.d.ts +22 -21
  33. package/lib/components/InputBox.js +10 -2
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +29 -36
  36. package/lib/components/Link.js +14 -15
  37. package/lib/components/Link.js.map +2 -2
  38. package/lib/components/ListGroup.d.ts +21 -21
  39. package/lib/components/ModalManager.js +1 -1
  40. package/lib/components/ModalManager.js.map +2 -2
  41. package/lib/components/MonthRangePicker.d.ts +84 -84
  42. package/lib/components/NumberInput.d.ts +20 -20
  43. package/lib/components/PickerColumn.d.ts +514 -0
  44. package/lib/components/PickerColumn.js +279 -0
  45. package/lib/components/PickerColumn.js.map +13 -0
  46. package/lib/components/PickerContainer.d.ts +513 -0
  47. package/lib/components/PickerContainer.js +96 -0
  48. package/lib/components/PickerContainer.js.map +13 -0
  49. package/lib/components/Radios.d.ts +22 -21
  50. package/lib/components/Radios.js +1 -0
  51. package/lib/components/Radios.js.map +2 -2
  52. package/lib/components/Rating.d.ts +21 -21
  53. package/lib/components/ResultBox.d.ts +84 -84
  54. package/lib/components/ResultBox.js +10 -2
  55. package/lib/components/ResultBox.js.map +2 -2
  56. package/lib/components/SearchBox.d.ts +84 -84
  57. package/lib/components/SearchBox.js +4 -4
  58. package/lib/components/SearchBox.js.map +2 -2
  59. package/lib/components/Select.d.ts +245 -237
  60. package/lib/components/Select.js +25 -4
  61. package/lib/components/Select.js.map +2 -2
  62. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  63. package/lib/components/Selection.js +134 -0
  64. package/lib/components/Selection.js.map +13 -0
  65. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  66. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  67. package/lib/components/TableSelection.js.map +13 -0
  68. package/lib/components/Tabs.d.ts +20 -20
  69. package/lib/components/TabsTransfer.d.ts +84 -84
  70. package/lib/components/TabsTransfer.js +9 -9
  71. package/lib/components/TabsTransfer.js.map +2 -2
  72. package/lib/components/TabsTransferPicker.d.ts +489 -0
  73. package/lib/components/TabsTransferPicker.js +60 -0
  74. package/lib/components/TabsTransferPicker.js.map +13 -0
  75. package/lib/components/Toast.d.ts +86 -85
  76. package/lib/components/Toast.js +6 -3
  77. package/lib/components/Toast.js.map +2 -2
  78. package/lib/components/Transfer.d.ts +908 -274
  79. package/lib/components/Transfer.js +31 -24
  80. package/lib/components/Transfer.js.map +2 -2
  81. package/lib/components/TransferDropDown.d.ts +488 -0
  82. package/lib/components/TransferDropDown.js +59 -0
  83. package/lib/components/TransferDropDown.js.map +13 -0
  84. package/lib/components/TransferPicker.d.ts +493 -0
  85. package/lib/components/TransferPicker.js +60 -0
  86. package/lib/components/TransferPicker.js.map +13 -0
  87. package/lib/components/Tree.d.ts +115 -84
  88. package/lib/components/Tree.js +183 -30
  89. package/lib/components/Tree.js.map +2 -2
  90. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  91. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  92. package/lib/components/TreeSelection.js.map +13 -0
  93. package/lib/components/WithRemoteConfig.js +1 -1
  94. package/lib/components/WithRemoteConfig.js.map +2 -2
  95. package/lib/components/condition-builder/Field.js +5 -2
  96. package/lib/components/condition-builder/Field.js.map +2 -2
  97. package/lib/components/condition-builder/Func.js +2 -2
  98. package/lib/components/condition-builder/Func.js.map +2 -2
  99. package/lib/components/condition-builder/InputSwitch.js +2 -2
  100. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  101. package/lib/components/condition-builder/Item.js +3 -3
  102. package/lib/components/condition-builder/Item.js.map +2 -2
  103. package/lib/components/icons.js +2 -0
  104. package/lib/components/icons.js.map +2 -2
  105. package/lib/components/index.d.ts +8 -8
  106. package/lib/components/index.js +16 -16
  107. package/lib/components/index.js.map +2 -2
  108. package/lib/envOverwrite.d.ts +1 -1
  109. package/lib/envOverwrite.js +24 -9
  110. package/lib/envOverwrite.js.map +2 -2
  111. package/lib/factory.d.ts +15 -1
  112. package/lib/factory.js +35 -6
  113. package/lib/factory.js.map +2 -2
  114. package/lib/helper.css.map +1 -1
  115. package/lib/hooks/index.d.ts +5 -0
  116. package/lib/hooks/index.js +14 -0
  117. package/lib/hooks/index.js.map +13 -0
  118. package/lib/hooks/use-set-state.d.ts +2 -0
  119. package/lib/hooks/use-set-state.js +15 -0
  120. package/lib/hooks/use-set-state.js.map +13 -0
  121. package/lib/hooks/use-touch.d.ts +16 -0
  122. package/lib/hooks/use-touch.js +73 -0
  123. package/lib/hooks/use-touch.js.map +13 -0
  124. package/lib/hooks/use-update-effect.d.ts +3 -0
  125. package/lib/hooks/use-update-effect.js +17 -0
  126. package/lib/hooks/use-update-effect.js.map +13 -0
  127. package/lib/icons/download.js +7 -0
  128. package/lib/icons/drag-bar.js +10 -3
  129. package/lib/index.d.ts +5 -0
  130. package/lib/index.js +6 -1
  131. package/lib/index.js.map +2 -2
  132. package/lib/locale/de-DE.js +2 -0
  133. package/lib/locale/de-DE.js.map +2 -2
  134. package/lib/locale/en-US.js +3 -0
  135. package/lib/locale/en-US.js.map +2 -2
  136. package/lib/locale/zh-CN.js +5 -2
  137. package/lib/locale/zh-CN.js.map +2 -2
  138. package/lib/renderers/Action.d.ts +4 -3
  139. package/lib/renderers/Action.js +17 -4
  140. package/lib/renderers/Action.js.map +2 -2
  141. package/lib/renderers/AnchorNav.d.ts +1 -0
  142. package/lib/renderers/AnchorNav.js +2 -2
  143. package/lib/renderers/AnchorNav.js.map +2 -2
  144. package/lib/renderers/Avatar.js +3 -3
  145. package/lib/renderers/Avatar.js.map +2 -2
  146. package/lib/renderers/Breadcrumb.js +1 -1
  147. package/lib/renderers/Breadcrumb.js.map +2 -2
  148. package/lib/renderers/CRUD.d.ts +9 -0
  149. package/lib/renderers/CRUD.js +24 -4
  150. package/lib/renderers/CRUD.js.map +2 -2
  151. package/lib/renderers/Card.d.ts +4 -0
  152. package/lib/renderers/Card.js +29 -23
  153. package/lib/renderers/Card.js.map +2 -2
  154. package/lib/renderers/Chart.js +1 -1
  155. package/lib/renderers/Chart.js.map +2 -2
  156. package/lib/renderers/Collapse.d.ts +25 -20
  157. package/lib/renderers/Collapse.js +10 -72
  158. package/lib/renderers/Collapse.js.map +2 -2
  159. package/lib/renderers/CollapseGroup.d.ts +42 -0
  160. package/lib/renderers/CollapseGroup.js +33 -0
  161. package/lib/renderers/CollapseGroup.js.map +13 -0
  162. package/lib/renderers/DropDownButton.js +1 -1
  163. package/lib/renderers/DropDownButton.js.map +2 -2
  164. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  165. package/lib/renderers/Form/Editor.d.ts +3 -2
  166. package/lib/renderers/Form/InputCity.d.ts +84 -84
  167. package/lib/renderers/Form/InputCity.js +7 -6
  168. package/lib/renderers/Form/InputCity.js.map +2 -2
  169. package/lib/renderers/Form/InputColor.d.ts +84 -84
  170. package/lib/renderers/Form/InputFile.d.ts +6 -0
  171. package/lib/renderers/Form/InputFile.js +28 -8
  172. package/lib/renderers/Form/InputFile.js.map +2 -2
  173. package/lib/renderers/Form/InputImage.js +11 -4
  174. package/lib/renderers/Form/InputImage.js.map +2 -2
  175. package/lib/renderers/Form/Item.d.ts +1 -1
  176. package/lib/renderers/Form/Item.js +2 -1
  177. package/lib/renderers/Form/Item.js.map +2 -2
  178. package/lib/renderers/Form/Options.js +13 -3
  179. package/lib/renderers/Form/Options.js.map +2 -2
  180. package/lib/renderers/Form/Select.d.ts +42 -4
  181. package/lib/renderers/Form/Select.js +37 -3
  182. package/lib/renderers/Form/Select.js.map +2 -2
  183. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  184. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  185. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  186. package/lib/renderers/Form/Transfer.js +18 -3
  187. package/lib/renderers/Form/Transfer.js.map +2 -2
  188. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  189. package/lib/renderers/Form/TransferPicker.js +43 -0
  190. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  191. package/lib/renderers/Form/TreeSelect.js +2 -2
  192. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  193. package/lib/renderers/Form/index.d.ts +5 -0
  194. package/lib/renderers/Form/index.js +5 -3
  195. package/lib/renderers/Form/index.js.map +2 -2
  196. package/lib/renderers/Form/wrapControl.js +13 -1
  197. package/lib/renderers/Form/wrapControl.js.map +2 -2
  198. package/lib/renderers/GridNav.d.ts +99 -0
  199. package/lib/renderers/GridNav.js +82 -0
  200. package/lib/renderers/GridNav.js.map +13 -0
  201. package/lib/renderers/IFrame.js +1 -3
  202. package/lib/renderers/IFrame.js.map +2 -2
  203. package/lib/renderers/Json.d.ts +4 -0
  204. package/lib/renderers/Json.js +4 -13
  205. package/lib/renderers/Json.js.map +2 -2
  206. package/lib/renderers/Link.d.ts +4 -2
  207. package/lib/renderers/Link.js +15 -6
  208. package/lib/renderers/Link.js.map +2 -2
  209. package/lib/renderers/List.js +1 -1
  210. package/lib/renderers/List.js.map +2 -2
  211. package/lib/renderers/Mapping.d.ts +9 -2
  212. package/lib/renderers/Mapping.js +18 -6
  213. package/lib/renderers/Mapping.js.map +2 -2
  214. package/lib/renderers/Nav.d.ts +21 -21
  215. package/lib/renderers/Nav.js +39 -21
  216. package/lib/renderers/Nav.js.map +2 -2
  217. package/lib/renderers/Portlet.d.ts +125 -0
  218. package/lib/renderers/Portlet.js +156 -0
  219. package/lib/renderers/Portlet.js.map +13 -0
  220. package/lib/renderers/Property.js +2 -1
  221. package/lib/renderers/Property.js.map +2 -2
  222. package/lib/renderers/SearchBox.d.ts +6 -1
  223. package/lib/renderers/SearchBox.js +19 -5
  224. package/lib/renderers/SearchBox.js.map +2 -2
  225. package/lib/renderers/Table/TableContent.d.ts +4 -1
  226. package/lib/renderers/Table/TableContent.js +21 -1
  227. package/lib/renderers/Table/TableContent.js.map +2 -2
  228. package/lib/renderers/Table/index.d.ts +5 -1
  229. package/lib/renderers/Table/index.js +65 -30
  230. package/lib/renderers/Table/index.js.map +2 -2
  231. package/lib/renderers/Tabs.js +9 -1
  232. package/lib/renderers/Tabs.js.map +2 -2
  233. package/lib/renderers/WebComponent.js +1 -1
  234. package/lib/renderers/WebComponent.js.map +2 -2
  235. package/lib/store/combo.d.ts +2 -16
  236. package/lib/store/crud.js +3 -7
  237. package/lib/store/crud.js.map +2 -2
  238. package/lib/store/form.d.ts +1 -1
  239. package/lib/store/form.js +5 -6
  240. package/lib/store/form.js.map +2 -2
  241. package/lib/store/formItem.js +44 -4
  242. package/lib/store/formItem.js.map +2 -2
  243. package/lib/store/service.js +5 -4
  244. package/lib/store/service.js.map +2 -2
  245. package/lib/store/table.d.ts +3 -2
  246. package/lib/store/table.js +35 -12
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +689 -175
  249. package/lib/themes/ang.css +689 -175
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +689 -175
  252. package/lib/themes/antd.css +689 -175
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +728 -213
  255. package/lib/themes/cxd.css +728 -213
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +689 -175
  258. package/lib/themes/dark.css +689 -175
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +728 -213
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/types.d.ts +38 -1
  263. package/lib/types.js +0 -5
  264. package/lib/types.js.map +2 -2
  265. package/lib/utils/api.d.ts +4 -2
  266. package/lib/utils/api.js +104 -17
  267. package/lib/utils/api.js.map +2 -2
  268. package/lib/utils/dom.d.ts +4 -0
  269. package/lib/utils/dom.js +11 -1
  270. package/lib/utils/dom.js.map +2 -2
  271. package/lib/utils/helper.d.ts +8 -0
  272. package/lib/utils/helper.js +28 -2
  273. package/lib/utils/helper.js.map +2 -2
  274. package/lib/utils/icon.js +3 -0
  275. package/lib/utils/icon.js.map +2 -2
  276. package/package.json +1 -1
  277. package/schema.json +3326 -836
  278. package/scss/_mixins.scss +1 -3
  279. package/scss/_properties.scss +25 -1
  280. package/scss/base/_common.scss +3 -0
  281. package/scss/base/_normalize.scss +2 -0
  282. package/scss/components/_anchor-nav.scss +89 -29
  283. package/scss/components/_card.scss +8 -14
  284. package/scss/components/_collapse-group.scss +11 -0
  285. package/scss/components/_collapse.scss +48 -22
  286. package/scss/components/_grid-nav.scss +128 -0
  287. package/scss/components/_input-box.scss +1 -0
  288. package/scss/components/_mapping.scss +6 -0
  289. package/scss/components/_nav.scss +2 -2
  290. package/scss/components/_picker-columns.scss +124 -0
  291. package/scss/components/_popover.scss +13 -0
  292. package/scss/components/_portlet.scss +51 -0
  293. package/scss/components/_result-box.scss +1 -0
  294. package/scss/components/_spinner.scss +5 -4
  295. package/scss/components/_status.scss +1 -1
  296. package/scss/components/_table.scss +32 -0
  297. package/scss/components/form/_checks.scss +0 -351
  298. package/scss/components/form/_combo.scss +4 -0
  299. package/scss/components/form/_fieldset.scss +5 -1
  300. package/scss/components/form/_file.scss +11 -0
  301. package/scss/components/form/_form.scss +48 -0
  302. package/scss/components/form/_selection.scss +354 -0
  303. package/scss/components/form/_transfer.scss +75 -18
  304. package/scss/components/form/_tree.scss +42 -0
  305. package/scss/themes/_common.scss +7 -0
  306. package/scss/themes/_cxd-variables.scss +8 -6
  307. package/scss/themes/cxd.scss +17 -12
  308. package/sdk/ang-ie11.css +786 -196
  309. package/sdk/ang.css +820 -213
  310. package/sdk/antd-ie11.css +786 -196
  311. package/sdk/antd.css +820 -213
  312. package/sdk/charts.js +13 -13
  313. package/sdk/color-picker.js +65 -69
  314. package/sdk/cropperjs.js +2 -2
  315. package/sdk/cxd-ie11.css +825 -236
  316. package/sdk/cxd.css +862 -254
  317. package/sdk/dark-ie11.css +787 -197
  318. package/sdk/dark.css +820 -213
  319. package/sdk/exceljs.js +1 -1
  320. package/sdk/helper.css.map +1 -1
  321. package/sdk/iconfont.svg +2513 -0
  322. package/sdk/iconfont.ttf +0 -0
  323. package/sdk/iconfont.woff +0 -0
  324. package/sdk/locale/de-DE.js +2 -0
  325. package/sdk/markdown.js +69 -69
  326. package/sdk/papaparse.js +1 -1
  327. package/sdk/renderers/Form/CityDB.js +1 -1
  328. package/sdk/rest.js +20 -28
  329. package/sdk/rich-text.js +62 -62
  330. package/sdk/sdk-ie11.css +825 -236
  331. package/sdk/sdk.css +862 -254
  332. package/sdk/sdk.js +1243 -1175
  333. package/sdk/thirds/hls.js/hls.js +1 -1
  334. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  335. package/sdk/tinymce.js +57 -57
  336. package/src/Schema.ts +19 -1
  337. package/src/components/AnchorNav.tsx +15 -4
  338. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  339. package/src/components/Badge.tsx +3 -3
  340. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  341. package/src/components/Collapse.tsx +144 -20
  342. package/src/components/CollapseGroup.tsx +130 -0
  343. package/src/components/GridNav.tsx +233 -0
  344. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  345. package/src/components/InputBox.tsx +10 -9
  346. package/src/components/Link.tsx +28 -37
  347. package/src/components/ModalManager.ts +1 -1
  348. package/src/components/PickerColumn.tsx +429 -0
  349. package/src/components/PickerContainer.tsx +128 -0
  350. package/src/components/Radios.tsx +3 -8
  351. package/src/components/ResultBox.tsx +9 -9
  352. package/src/components/SearchBox.tsx +4 -5
  353. package/src/components/Select.tsx +57 -5
  354. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  355. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  356. package/src/components/TabsTransfer.tsx +13 -7
  357. package/src/components/TabsTransferPicker.tsx +85 -0
  358. package/src/components/Toast.tsx +23 -16
  359. package/src/components/Transfer.tsx +71 -50
  360. package/src/components/TransferDropDown.tsx +120 -0
  361. package/src/components/TransferPicker.tsx +91 -0
  362. package/src/components/Tree.tsx +194 -8
  363. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  364. package/src/components/WithRemoteConfig.tsx +7 -2
  365. package/src/components/condition-builder/Field.tsx +5 -5
  366. package/src/components/condition-builder/Func.tsx +3 -3
  367. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  368. package/src/components/condition-builder/Item.tsx +5 -12
  369. package/src/components/icons.tsx +2 -0
  370. package/src/components/index.tsx +13 -13
  371. package/src/envOverwrite.ts +20 -8
  372. package/src/factory.tsx +70 -9
  373. package/src/hooks/index.ts +5 -0
  374. package/src/hooks/use-set-state.ts +19 -0
  375. package/src/hooks/use-touch.ts +100 -0
  376. package/src/hooks/use-update-effect.ts +16 -0
  377. package/src/icons/download.svg +4 -0
  378. package/src/icons/drag-bar.svg +12 -6
  379. package/src/index.tsx +5 -0
  380. package/src/locale/de-DE.ts +2 -0
  381. package/src/locale/en-US.ts +3 -0
  382. package/src/locale/zh-CN.ts +5 -2
  383. package/src/renderers/Action.tsx +28 -2
  384. package/src/renderers/AnchorNav.tsx +4 -0
  385. package/src/renderers/Avatar.tsx +8 -4
  386. package/src/renderers/Breadcrumb.tsx +5 -1
  387. package/src/renderers/CRUD.tsx +33 -3
  388. package/src/renderers/Card.tsx +63 -34
  389. package/src/renderers/Chart.tsx +6 -2
  390. package/src/renderers/Collapse.tsx +70 -115
  391. package/src/renderers/CollapseGroup.tsx +80 -0
  392. package/src/renderers/DropDownButton.tsx +1 -1
  393. package/src/renderers/Form/InputCity.tsx +4 -8
  394. package/src/renderers/Form/InputFile.tsx +65 -24
  395. package/src/renderers/Form/InputImage.tsx +11 -3
  396. package/src/renderers/Form/Item.tsx +3 -2
  397. package/src/renderers/Form/Options.tsx +16 -2
  398. package/src/renderers/Form/Select.tsx +162 -21
  399. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  400. package/src/renderers/Form/Transfer.tsx +19 -4
  401. package/src/renderers/Form/TransferPicker.tsx +145 -0
  402. package/src/renderers/Form/TreeSelect.tsx +25 -0
  403. package/src/renderers/Form/index.tsx +15 -2
  404. package/src/renderers/Form/wrapControl.tsx +26 -1
  405. package/src/renderers/GridNav.tsx +204 -0
  406. package/src/renderers/IFrame.tsx +2 -4
  407. package/src/renderers/Json.tsx +9 -9
  408. package/src/renderers/Link.tsx +27 -13
  409. package/src/renderers/List.tsx +1 -1
  410. package/src/renderers/Mapping.tsx +27 -11
  411. package/src/renderers/Nav.tsx +108 -60
  412. package/src/renderers/Portlet.tsx +423 -0
  413. package/src/renderers/Property.tsx +3 -2
  414. package/src/renderers/SearchBox.tsx +23 -4
  415. package/src/renderers/Table/TableContent.tsx +40 -2
  416. package/src/renderers/Table/index.tsx +88 -43
  417. package/src/renderers/Tabs.tsx +9 -1
  418. package/src/renderers/WebComponent.tsx +2 -2
  419. package/src/store/crud.ts +3 -8
  420. package/src/store/form.ts +5 -10
  421. package/src/store/formItem.ts +94 -2
  422. package/src/store/service.ts +5 -4
  423. package/src/store/table.ts +55 -14
  424. package/src/types.ts +58 -1
  425. package/src/utils/api.ts +133 -26
  426. package/src/utils/dom.tsx +12 -0
  427. package/src/utils/helper.ts +27 -0
  428. package/src/utils/icon.tsx +4 -0
  429. package/tsconfig-for-declaration.json +1 -1
  430. package/dump.rdb +0 -0
  431. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  432. package/lib/components/AssociatedCheckboxes.js +0 -90
  433. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  434. package/lib/components/ChainedCheckboxes.js.map +0 -13
  435. package/lib/components/Checkboxes.js +0 -101
  436. package/lib/components/Checkboxes.js.map +0 -13
  437. package/lib/components/ListCheckboxes.d.ts +0 -739
  438. package/lib/components/ListCheckboxes.js +0 -48
  439. package/lib/components/ListCheckboxes.js.map +0 -13
  440. package/lib/components/ListRadios.d.ts +0 -763
  441. package/lib/components/ListRadios.js +0 -86
  442. package/lib/components/ListRadios.js.map +0 -13
  443. package/lib/components/TableCheckboxes.js.map +0 -13
  444. package/lib/components/TreeCheckboxes.js.map +0 -13
  445. package/lib/components/TreeRadios.d.ts +0 -838
  446. package/lib/components/TreeRadios.js +0 -116
  447. package/lib/components/TreeRadios.js.map +0 -13
  448. package/src/components/ListRadios.tsx +0 -159
  449. package/src/components/TreeRadios.tsx +0 -202
package/sdk/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 {
@@ -19571,6 +19573,10 @@ readers do not read off random characters that represent icons */
19571
19573
  height: 100%;
19572
19574
  }
19573
19575
 
19576
+ .amis-scope .has-popover {
19577
+ position: relative;
19578
+ }
19579
+
19574
19580
  .amis-scope,
19575
19581
  .amis-scope {
19576
19582
  width: 100%;
@@ -22768,6 +22774,140 @@ readers do not read off random characters that represent icons */
22768
22774
  background: transparent;
22769
22775
  }
22770
22776
 
22777
+ .amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
22778
+ background: rgba(0, 0, 0, 0.3);
22779
+ }
22780
+
22781
+ .amis-scope .a-PopOver--leftBottomLeftTop {
22782
+ margin-top: 0.25rem;
22783
+ }
22784
+
22785
+ .amis-scope .a-PopOver--leftTopLeftBottom {
22786
+ margin-top: -0.25rem;
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
+ touch-action: none;
22843
+ position: relative;
22844
+ display: flex;
22845
+ cursor: grab;
22846
+ }
22847
+
22848
+ .amis-scope .a-PickerColumns-loading {
22849
+ position: absolute;
22850
+ top: 0;
22851
+ right: 0;
22852
+ bottom: 0;
22853
+ left: 0;
22854
+ z-index: 3;
22855
+ display: flex;
22856
+ align-items: center;
22857
+ justify-content: center;
22858
+ color: #4b5563;
22859
+ background-color: var(--PickerColumns-loadingMask-color);
22860
+ }
22861
+
22862
+ .amis-scope .a-PickerColumns-frame {
22863
+ position: absolute;
22864
+ top: 50%;
22865
+ right: 1rem;
22866
+ left: 1rem;
22867
+ z-index: 2;
22868
+ transform: translateY(-50%);
22869
+ pointer-events: none;
22870
+ }
22871
+
22872
+ .amis-scope .a-PickerColumns-mask {
22873
+ position: absolute;
22874
+ top: 0;
22875
+ left: 0;
22876
+ z-index: 1;
22877
+ width: 100%;
22878
+ height: 100%;
22879
+ 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));
22880
+ background-repeat: no-repeat;
22881
+ background-position: top, bottom;
22882
+ transform: translateZ(0);
22883
+ pointer-events: none;
22884
+ }
22885
+
22886
+ .amis-scope .a-PickerColumns-column {
22887
+ flex: 1;
22888
+ overflow: hidden;
22889
+ font-size: 1rem;
22890
+ }
22891
+
22892
+ .amis-scope .a-PickerColumns-columnWrapper {
22893
+ margin: 0;
22894
+ padding: 0;
22895
+ list-style: none;
22896
+ transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
22897
+ }
22898
+
22899
+ .amis-scope .a-PickerColumns-columnItem {
22900
+ display: flex;
22901
+ align-items: center;
22902
+ justify-content: center;
22903
+ color: #58666e;
22904
+ }
22905
+
22906
+ .amis-scope .a-PickerColumns-columnItem.is-disabled {
22907
+ cursor: not-allowed;
22908
+ opacity: 0.3;
22909
+ }
22910
+
22771
22911
  @keyframes bounceIn {
22772
22912
  from, 20%, 40%, 60%, 80%, to {
22773
22913
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -23785,8 +23925,8 @@ readers do not read off random characters that represent icons */
23785
23925
  cursor: move;
23786
23926
  position: absolute;
23787
23927
  left: 0;
23788
- top: 0.6875rem;
23789
23928
  display: none;
23929
+ line-height: 0;
23790
23930
  }
23791
23931
 
23792
23932
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
@@ -23873,7 +24013,7 @@ readers do not read off random characters that represent icons */
23873
24013
  border-color: #414c52;
23874
24014
  text-decoration: none;
23875
24015
  background: rgba(0, 0, 0, 0.05);
23876
- z-index: 9999;
24016
+ z-index: 1;
23877
24017
  }
23878
24018
 
23879
24019
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
@@ -24660,13 +24800,14 @@ readers do not read off random characters that represent icons */
24660
24800
  .amis-scope .a-Spinner--icon {
24661
24801
  background: transparent;
24662
24802
  animation: spin 2s linear infinite;
24663
- width: 1rem;
24664
- height: 1rem;
24803
+ width: 16px;
24804
+ height: 16px;
24665
24805
  }
24666
24806
 
24667
24807
  .amis-scope .a-Spinner--icon svg.icon {
24668
- width: 1rem;
24669
- height: 1rem;
24808
+ width: 16px;
24809
+ height: 16px;
24810
+ top: 0;
24670
24811
  }
24671
24812
 
24672
24813
  .amis-scope .a-Spinner--overlay {
@@ -24930,7 +25071,7 @@ readers do not read off random characters that represent icons */
24930
25071
  .amis-scope .a-Collapse {
24931
25072
  border: none;
24932
25073
  padding: 0;
24933
- margin-bottom: 0.75rem;
25074
+ line-height: 1.25rem;
24934
25075
  }
24935
25076
 
24936
25077
  .amis-scope .a-Collapse-header {
@@ -24940,9 +25081,19 @@ readers do not read off random characters that represent icons */
24940
25081
  padding: 1.125rem 0 0.25rem 0;
24941
25082
  margin: 0;
24942
25083
  border-bottom: 0.0625rem solid #dfe2e6;
25084
+ cursor: pointer;
24943
25085
  background: transparent;
24944
25086
  }
24945
25087
 
25088
+ .amis-scope .a-Collapse-header-wrapper {
25089
+ display: inline-flex;
25090
+ flex-direction: row;
25091
+ }
25092
+
25093
+ .amis-scope .a-Collapse-header-tpl {
25094
+ margin-right: 0.5rem;
25095
+ }
25096
+
24946
25097
  .amis-scope .a-Collapse-header:hover {
24947
25098
  background: transparent;
24948
25099
  }
@@ -24951,8 +25102,7 @@ readers do not read off random characters that represent icons */
24951
25102
  display: inline-block;
24952
25103
  width: 1rem;
24953
25104
  text-align: center;
24954
- margin-right: 0.5rem;
24955
- cursor: pointer;
25105
+ margin-right: 0.25rem;
24956
25106
  }
24957
25107
 
24958
25108
  .amis-scope .a-Collapse-arrow:before {
@@ -24961,50 +25111,68 @@ readers do not read off random characters that represent icons */
24961
25111
  display: inline-block;
24962
25112
  width: 0.375rem;
24963
25113
  height: 0.375rem;
24964
- top: -0.25rem;
25114
+ top: -0.125rem;
24965
25115
  border-color: #58666e;
24966
25116
  border-style: solid;
24967
25117
  border-width: 0.0625rem 0.0625rem 0 0;
24968
- transform: rotate(135deg);
25118
+ transform: rotate(45deg);
24969
25119
  transform-origin: 50% 50%;
24970
25120
  }
24971
25121
 
24972
- .amis-scope .a-Collapse-TplField {
25122
+ .amis-scope .a-Collapse-icon-tranform {
24973
25123
  display: inline-block;
25124
+ width: 1rem;
25125
+ text-align: center;
25126
+ margin-right: 0.25rem;
24974
25127
  }
24975
25128
 
24976
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
24977
- transform: rotate(45deg);
24978
- transform-origin: 0% 50%;
25129
+ .amis-scope .a-Collapse .a-TplField {
25130
+ display: inline-block;
24979
25131
  }
24980
25132
 
24981
- .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
24982
- border-bottom: 0.0625rem solid
24983
- #dfe2e6;
25133
+ .amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
25134
+ transform: rotate(135deg);
25135
+ transform-origin: 50% 30%;
24984
25136
  }
24985
25137
 
24986
- .amis-scope .a-Collapse--collapsable .a-Collapse-header {
24987
- cursor: pointer;
25138
+ .amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
25139
+ transform: rotate(90deg);
25140
+ }
25141
+
25142
+ .amis-scope .a-Collapse--disabled .a-Collapse-header {
25143
+ cursor: not-allowed;
24988
25144
  user-select: none;
25145
+ color: #99a6ad;
25146
+ }
25147
+
25148
+ .amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
25149
+ background-color: var(--Collapse-header-bg-disabled-color);
25150
+ }
25151
+
25152
+ .amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
25153
+ border-color: #99a6ad;
24989
25154
  }
24990
25155
 
24991
25156
  .amis-scope .a-Collapse--title-bottom .a-Collapse-header {
24992
25157
  text-align: center;
24993
- color: #23b7e5;
24994
- border-left: none;
24995
25158
  font-size: 0.875rem;
25159
+ border-top: none;
25160
+ border-bottom: 0.0625rem solid
25161
+ #dfe2e6;
24996
25162
  }
24997
25163
 
24998
- .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
24999
- top: 0.125rem;
25000
- transform: rotate(-45deg);
25001
- transform-origin: 0% 50%;
25164
+ .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
25165
+ border-top: none;
25002
25166
  }
25003
25167
 
25004
- .amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-arrow:before {
25005
- top: -0.375rem;
25168
+ .amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
25169
+ top: -0.25rem;
25006
25170
  transform: rotate(135deg);
25007
- transform-origin: 0% 50%;
25171
+ }
25172
+
25173
+ .amis-scope .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
25174
+ top: 0;
25175
+ transform: rotate(-45deg);
25008
25176
  }
25009
25177
 
25010
25178
  .amis-scope .a-Collapse-contentWrapper {
@@ -25024,6 +25192,10 @@ readers do not read off random characters that represent icons */
25024
25192
  font-weight: 400;
25025
25193
  }
25026
25194
 
25195
+ .amis-scope .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow {
25196
+ float: right;
25197
+ }
25198
+
25027
25199
  .amis-scope .a-ColorField {
25028
25200
  display: inline-block;
25029
25201
  }
@@ -26212,6 +26384,10 @@ readers do not read off random characters that represent icons */
26212
26384
  border-right: 0.0625rem solid #d1d5db;
26213
26385
  }
26214
26386
 
26387
+ .amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
26388
+ cursor: pointer;
26389
+ }
26390
+
26215
26391
  .amis-scope .a-Table-table > thead > tr > th {
26216
26392
  background: #f6f8f8;
26217
26393
  padding: calc(
@@ -27177,6 +27353,11 @@ readers do not read off random characters that represent icons */
27177
27353
  cursor: move;
27178
27354
  }
27179
27355
 
27356
+ .amis-scope .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
27357
+ .amis-scope .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
27358
+ vertical-align: middle;
27359
+ }
27360
+
27180
27361
  .amis-scope .a-Table-table > tbody > tr > td.a-Table-expandCell {
27181
27362
  position: relative;
27182
27363
  }
@@ -27550,6 +27731,10 @@ readers do not read off random characters that represent icons */
27550
27731
  color: #111827;
27551
27732
  }
27552
27733
 
27734
+ .amis-scope .a-Table-dragBtn > svg {
27735
+ vertical-align: -2px;
27736
+ }
27737
+
27553
27738
  .amis-scope .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
27554
27739
  .amis-scope .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
27555
27740
  .amis-scope .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
@@ -27567,6 +27752,28 @@ readers do not read off random characters that represent icons */
27567
27752
  left: 0;
27568
27753
  }
27569
27754
 
27755
+ .amis-scope .a-Table--autoFillHeight {
27756
+ margin-bottom: 0;
27757
+ }
27758
+
27759
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
27760
+ border-top: none;
27761
+ }
27762
+
27763
+ .amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
27764
+ position: sticky;
27765
+ top: 0;
27766
+ z-index: 1;
27767
+ }
27768
+
27769
+ .amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
27770
+ display: none;
27771
+ }
27772
+
27773
+ .amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
27774
+ margin-bottom: 0;
27775
+ }
27776
+
27570
27777
  .amis-scope .a-InputTable-toolbar {
27571
27778
  display: flex;
27572
27779
  flex-direction: row;
@@ -28334,18 +28541,6 @@ readers do not read off random characters that represent icons */
28334
28541
  margin-top: 0.25rem;
28335
28542
  }
28336
28543
 
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
28544
  .amis-scope .a-Card-dragBtn {
28350
28545
  cursor: pointer;
28351
28546
  float: right;
@@ -28353,7 +28548,8 @@ readers do not read off random characters that represent icons */
28353
28548
  }
28354
28549
 
28355
28550
  .amis-scope .a-Card-heading {
28356
- overflow: hidden;
28551
+ display: flex;
28552
+ flex-direction: row;
28357
28553
  padding: 0.5rem 0.75rem;
28358
28554
  flex: 1 0 auto;
28359
28555
  }
@@ -28385,12 +28581,17 @@ readers do not read off random characters that represent icons */
28385
28581
 
28386
28582
  .amis-scope .a-Card-meta {
28387
28583
  display: block;
28584
+ flex-grow: 1;
28388
28585
  height: 100%;
28389
- overflow: hidden;
28390
28586
  position: relative;
28391
28587
  margin-right: 1rem;
28392
28588
  }
28393
28589
 
28590
+ .amis-scope .a-Card-toolbar {
28591
+ margin-right: calc(-1 * 0.75rem);
28592
+ text-align: right;
28593
+ }
28594
+
28394
28595
  .amis-scope .a-Card-highlight {
28395
28596
  background: #27c24c;
28396
28597
  width: 0.5rem;
@@ -28879,7 +29080,7 @@ readers do not read off random characters that represent icons */
28879
29080
 
28880
29081
  .amis-scope .a-StatusField-label {
28881
29082
  font-size: 0.75rem;
28882
- margin-left: 0.5rem;
29083
+ margin-left: 0.25rem;
28883
29084
  }
28884
29085
 
28885
29086
  @keyframes animation-rolling_red {
@@ -29619,6 +29820,16 @@ readers do not read off random characters that represent icons */
29619
29820
  border-color: #23b7e5;
29620
29821
  }
29621
29822
 
29823
+ .amis-scope .a-InputBox--borderHalf {
29824
+ border-left-color: transparent !important;
29825
+ border-right-color: transparent !important;
29826
+ border-top-color: transparent !important;
29827
+ }
29828
+
29829
+ .amis-scope .a-InputBox--borderNone {
29830
+ border-color: transparent !important;
29831
+ }
29832
+
29622
29833
  .amis-scope .a-InputBox--inline {
29623
29834
  display: inline-flex;
29624
29835
  }
@@ -29725,6 +29936,16 @@ readers do not read off random characters that represent icons */
29725
29936
  border-color: #23b7e5;
29726
29937
  }
29727
29938
 
29939
+ .amis-scope .a-ResultBox--borderHalf {
29940
+ border-left-color: transparent !important;
29941
+ border-right-color: transparent !important;
29942
+ border-top-color: transparent !important;
29943
+ }
29944
+
29945
+ .amis-scope .a-ResultBox--borderNone {
29946
+ border-color: transparent !important;
29947
+ }
29948
+
29728
29949
  .amis-scope .a-ResultBox.is-error {
29729
29950
  border-color: #f05050;
29730
29951
  background: #fff;
@@ -30251,24 +30472,194 @@ readers do not read off random characters that represent icons */
30251
30472
  border: 1px solid #23b7e5;
30252
30473
  }
30253
30474
 
30254
- .amis-scope fieldset.a-Collapse--lg,
30255
- .amis-scope fieldset.a-Collapse--md,
30256
- .amis-scope fieldset.a-Collapse--base,
30257
- .amis-scope fieldset.a-Collapse--sm,
30258
- .amis-scope fieldset.a-Collapse--xs {
30259
- position: relative;
30475
+ .amis-scope .a-Portlet {
30476
+ border: 0.0625rem solid #d1d5db;
30477
+ border-radius: 0.142rem;
30478
+ padding: 0.75rem;
30260
30479
  }
30261
30480
 
30262
- .amis-scope fieldset.a-Collapse--lg:after,
30263
- .amis-scope fieldset.a-Collapse--md:after,
30264
- .amis-scope fieldset.a-Collapse--base:after,
30265
- .amis-scope fieldset.a-Collapse--sm:after,
30266
- .amis-scope fieldset.a-Collapse--xs:after {
30267
- content: "";
30268
- pointer-events: none;
30269
- border: 1px solid #d1d5db;
30270
- position: absolute;
30271
- z-index: 0;
30481
+ .amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
30482
+ .amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
30483
+ .amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
30484
+ border: none !important;
30485
+ color: inherit !important;
30486
+ cursor: auto !important;
30487
+ }
30488
+
30489
+ .amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
30490
+ border-bottom: none;
30491
+ }
30492
+
30493
+ .amis-scope .a-Portlet .a-Tabs-pane {
30494
+ padding: unset;
30495
+ }
30496
+
30497
+ .amis-scope .a-Portlet-toolbar {
30498
+ display: inline-flex;
30499
+ float: right;
30500
+ justify-content: flex-end;
30501
+ }
30502
+
30503
+ .amis-scope .a-Portlet-toolbar .a-Button {
30504
+ margin-left: calc(0.25rem);
30505
+ }
30506
+
30507
+ .amis-scope .a-Portlet-header-desc {
30508
+ height: 100%;
30509
+ overflow: hidden;
30510
+ position: relative;
30511
+ margin-left: 0.75rem;
30512
+ }
30513
+
30514
+ .amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
30515
+ display: none;
30516
+ }
30517
+
30518
+ .amis-scope .u-hairline::after {
30519
+ position: absolute;
30520
+ box-sizing: border-box;
30521
+ content: " ";
30522
+ pointer-events: none;
30523
+ top: -50%;
30524
+ right: -50%;
30525
+ bottom: -50%;
30526
+ left: -50%;
30527
+ border: 0 solid #dfe2e6;
30528
+ z-index: 1;
30529
+ transform: scale(0.5);
30530
+ }
30531
+
30532
+ .amis-scope .a-GridNav {
30533
+ display: flex;
30534
+ flex-wrap: wrap;
30535
+ }
30536
+
30537
+ .amis-scope .a-GridNav-top {
30538
+ position: relative;
30539
+ }
30540
+
30541
+ .amis-scope .a-GridNav-top::after {
30542
+ border-top-width: 0.0625rem;
30543
+ }
30544
+
30545
+ .amis-scope .a-GridNavItem {
30546
+ position: relative;
30547
+ box-sizing: border-box;
30548
+ }
30549
+
30550
+ .amis-scope .a-GridNavItem--square {
30551
+ height: 0;
30552
+ position: relative;
30553
+ }
30554
+
30555
+ .amis-scope .a-GridNavItem-icon {
30556
+ width: var(--rv-grid-item-icon-size);
30557
+ }
30558
+
30559
+ .amis-scope .a-GridNavItem-text {
30560
+ color: #58666e;
30561
+ font-size: 0.75rem;
30562
+ line-height: 1.5;
30563
+ word-break: break-all;
30564
+ flex-shrink: 0;
30565
+ }
30566
+
30567
+ .amis-scope .a-GridNavItem-icon + .a-GridNavItem-text {
30568
+ margin-top: 0.5rem;
30569
+ }
30570
+
30571
+ .amis-scope .a-GridNavItem-image {
30572
+ display: inline-block;
30573
+ }
30574
+
30575
+ .amis-scope .a-GridNavItem-image svg,
30576
+ .amis-scope .a-GridNavItem-image img {
30577
+ max-width: 100%;
30578
+ display: block;
30579
+ width: 60%;
30580
+ margin: 0 auto;
30581
+ }
30582
+
30583
+ .amis-scope .a-GridNavItem-content {
30584
+ display: flex;
30585
+ flex-direction: column;
30586
+ box-sizing: border-box;
30587
+ height: 100%;
30588
+ padding: 1rem 0.5rem;
30589
+ background-color: #fff;
30590
+ position: relative;
30591
+ }
30592
+
30593
+ .amis-scope .a-GridNavItem-content .a-Badge-text {
30594
+ z-index: 10;
30595
+ }
30596
+
30597
+ .amis-scope .a-GridNavItem-content--border::after {
30598
+ border-width: 0 0.0625rem 0.0625rem 0;
30599
+ }
30600
+
30601
+ .amis-scope .a-GridNavItem-content--square {
30602
+ position: absolute;
30603
+ top: 0;
30604
+ right: 0;
30605
+ left: 0;
30606
+ }
30607
+
30608
+ .amis-scope .a-GridNavItem-content--center {
30609
+ align-items: center;
30610
+ justify-content: center;
30611
+ }
30612
+
30613
+ .amis-scope .a-GridNavItem-content--horizontal {
30614
+ flex-direction: row;
30615
+ }
30616
+
30617
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-text {
30618
+ margin: 0 0 0 0.5rem;
30619
+ }
30620
+
30621
+ .amis-scope .a-GridNavItem-content--reverse {
30622
+ flex-direction: column-reverse;
30623
+ }
30624
+
30625
+ .amis-scope .a-GridNavItem-content--reverse .a-GridNavItem-text {
30626
+ margin: 0 0 0.5rem;
30627
+ }
30628
+
30629
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse {
30630
+ flex-direction: row-reverse;
30631
+ }
30632
+
30633
+ .amis-scope .a-GridNavItem-content--horizontal .a-GridNavItem-content--reverse .a-GridNavItem-text {
30634
+ margin: 0 0.5rem 0 0;
30635
+ }
30636
+
30637
+ .amis-scope .a-GridNavItem-content--surround::after {
30638
+ border-width: 0.0625rem;
30639
+ }
30640
+
30641
+ .amis-scope .a-GridNavItem-content--clickable {
30642
+ cursor: pointer;
30643
+ }
30644
+
30645
+ .amis-scope fieldset.a-Collapse--lg,
30646
+ .amis-scope fieldset.a-Collapse--md,
30647
+ .amis-scope fieldset.a-Collapse--base,
30648
+ .amis-scope fieldset.a-Collapse--sm,
30649
+ .amis-scope fieldset.a-Collapse--xs {
30650
+ position: relative;
30651
+ }
30652
+
30653
+ .amis-scope fieldset.a-Collapse--lg:after,
30654
+ .amis-scope fieldset.a-Collapse--md:after,
30655
+ .amis-scope fieldset.a-Collapse--base:after,
30656
+ .amis-scope fieldset.a-Collapse--sm:after,
30657
+ .amis-scope fieldset.a-Collapse--xs:after {
30658
+ content: "";
30659
+ pointer-events: none;
30660
+ border: 1px solid #d1d5db;
30661
+ position: absolute;
30662
+ z-index: 0;
30272
30663
  top: 11px;
30273
30664
  left: 0;
30274
30665
  bottom: 0;
@@ -30309,11 +30700,16 @@ readers do not read off random characters that represent icons */
30309
30700
  margin: 0.75rem 0;
30310
30701
  padding: 0 0 0 14px;
30311
30702
  cursor: pointer;
30312
- border-bottom: 0;
30703
+ border-bottom: none !important;
30704
+ background: transparent;
30313
30705
  display: flex;
30314
30706
  flex-direction: row;
30315
30707
  }
30316
30708
 
30709
+ .amis-scope fieldset.a-Collapse > legend:hover {
30710
+ background: transparent;
30711
+ }
30712
+
30317
30713
  .amis-scope fieldset.a-Collapse--xs {
30318
30714
  padding: 20px 5px 5px 5px;
30319
30715
  }
@@ -31435,7 +31831,7 @@ readers do not read off random characters that represent icons */
31435
31831
  color: #999;
31436
31832
  }
31437
31833
 
31438
- .amis-scope .a-Checkboxes > .a-Checkbox {
31834
+ .amis-scope .a-Selection > .a-Checkbox {
31439
31835
  display: block;
31440
31836
  height: 1.875rem;
31441
31837
  line-height: 1.4285714286;
@@ -31443,43 +31839,36 @@ readers do not read off random characters that represent icons */
31443
31839
  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
31840
  }
31445
31841
 
31446
- .amis-scope .a-Checkboxes--inline > .a-Checkbox {
31842
+ .amis-scope .a-Selection--inline > .a-Checkbox {
31447
31843
  display: inline-block;
31448
31844
  }
31449
31845
 
31450
- .amis-scope .a-Checkboxes-addBtn {
31846
+ .amis-scope .a-Selection-addBtn {
31451
31847
  display: block;
31452
31848
  cursor: pointer;
31453
31849
  }
31454
31850
 
31455
- .amis-scope .a-Checkboxes-addBtn:hover {
31851
+ .amis-scope .a-Selection-addBtn:hover {
31456
31852
  text-decoration: none;
31457
31853
  }
31458
31854
 
31459
- .amis-scope .a-Checkboxes-addBtn > svg {
31855
+ .amis-scope .a-Selection-addBtn > svg {
31460
31856
  width: 0.875rem;
31461
31857
  height: 0.875rem;
31462
31858
  margin-right: 0.25rem;
31463
31859
  }
31464
31860
 
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 {
31861
+ .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
31469
31862
  border-top: 0.0625rem solid #dfe2e6;
31470
31863
  }
31471
31864
 
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 {
31865
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
31476
31866
  font-size: 0.75rem;
31477
31867
  padding: 0.25rem 0.25rem;
31478
31868
  color: #99a6ad;
31479
31869
  }
31480
31870
 
31481
- .amis-scope .a-ListCheckboxes-item,
31482
- .amis-scope .a-ListRadios-item {
31871
+ .amis-scope .a-GroupedSelection-item {
31483
31872
  display: flex;
31484
31873
  height: 1.875rem;
31485
31874
  line-height: 1.4285714286;
@@ -31490,51 +31879,37 @@ readers do not read off random characters that represent icons */
31490
31879
  user-select: none;
31491
31880
  }
31492
31881
 
31493
- .amis-scope .a-ListCheckboxes-item > .a-Checkbox,
31494
- .amis-scope .a-ListRadios-item > .a-Checkbox {
31882
+ .amis-scope .a-GroupedSelection-item > .a-Checkbox {
31495
31883
  margin-right: 0;
31496
31884
  }
31497
31885
 
31498
- .amis-scope .a-ListCheckboxes-item.is-active,
31499
- .amis-scope .a-ListRadios-item.is-active {
31886
+ .amis-scope .a-GroupedSelection-item.is-active {
31500
31887
  color: #23b7e5;
31501
31888
  background: transparent;
31502
31889
  }
31503
31890
 
31504
- .amis-scope .a-ListCheckboxes-item:hover,
31505
- .amis-scope .a-ListRadios-item:hover {
31891
+ .amis-scope .a-GroupedSelection-item:hover {
31506
31892
  background: rgba(0, 126, 255, 0.08);
31507
31893
  }
31508
31894
 
31509
- .amis-scope .a-ListCheckboxes-item.is-disabled,
31510
- .amis-scope .a-ListRadios-item.is-disabled {
31895
+ .amis-scope .a-GroupedSelection-item.is-disabled {
31511
31896
  pointer-events: none;
31512
31897
  color: #99a6ad;
31513
31898
  }
31514
31899
 
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 {
31900
+ .amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
31523
31901
  padding-left: 0.75rem;
31524
31902
  }
31525
31903
 
31526
- .amis-scope .a-ListCheckboxes-itemLabel,
31527
- .amis-scope .a-ListRadios-itemLabel {
31904
+ .amis-scope .a-GroupedSelection-itemLabel {
31528
31905
  flex-grow: 1;
31529
31906
  }
31530
31907
 
31531
- .amis-scope .a-ListCheckboxes-itemLabel span,
31532
- .amis-scope .a-ListRadios-itemLabel span {
31908
+ .amis-scope .a-GroupedSelection-itemLabel span {
31533
31909
  white-space: nowrap;
31534
31910
  }
31535
31911
 
31536
- .amis-scope .a-ListCheckboxes-placeholder,
31537
- .amis-scope .a-ListRadios-placeholder {
31912
+ .amis-scope .a-GroupedSelection-placeholder {
31538
31913
  height: 1.875rem;
31539
31914
  line-height: 1.4285714286;
31540
31915
  font-size: 0.875rem;
@@ -31542,52 +31917,54 @@ readers do not read off random characters that represent icons */
31542
31917
  color: #99a6ad;
31543
31918
  }
31544
31919
 
31545
- .amis-scope .a-TableCheckboxes .a-Table-content {
31920
+ .amis-scope .a-TableSelection .a-Table-content {
31546
31921
  border-top: 0.0625rem solid #d1d5db;
31547
31922
  }
31548
31923
 
31549
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th,
31550
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr > td {
31924
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
31925
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
31551
31926
  font-size: 0.75rem;
31552
31927
  padding-top: 0.25rem;
31553
31928
  padding-bottom: 0.375rem;
31554
31929
  vertical-align: middle;
31555
31930
  }
31556
31931
 
31557
- .amis-scope .a-TableCheckboxes .a-Table-table > thead > tr > th {
31932
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
31558
31933
  padding-top: 0.375rem;
31559
31934
  }
31560
31935
 
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 {
31936
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
31937
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
31563
31938
  padding-left: 0.625rem;
31564
31939
  padding-right: 0;
31565
31940
  }
31566
31941
 
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 {
31942
+ .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
31943
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
31569
31944
  padding-right: 1rem;
31570
31945
  }
31571
31946
 
31572
- .amis-scope .a-TableCheckboxes .a-Table-table > tbody > tr {
31947
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr {
31573
31948
  cursor: pointer;
31574
31949
  }
31575
31950
 
31576
- .amis-scope .a-TreeCheckboxes .a-Table-expandBtn,
31577
- .amis-scope .a-TreeRadios .a-Table-expandBtn {
31951
+ .amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
31952
+ color: #23b7e5;
31953
+ background: transparent;
31954
+ }
31955
+
31956
+ .amis-scope .a-TreeSelection .a-Table-expandBtn {
31578
31957
  color: #4b5563;
31579
31958
  margin-right: 5px;
31580
31959
  }
31581
31960
 
31582
- .amis-scope .a-TreeCheckboxes-sublist,
31583
- .amis-scope .a-TreeRadios-sublist {
31961
+ .amis-scope .a-TreeSelection-sublist {
31584
31962
  position: relative;
31585
31963
  margin: 0 0 0 2.1875rem;
31586
31964
  display: none;
31587
31965
  }
31588
31966
 
31589
- .amis-scope .a-TreeCheckboxes-sublist:before,
31590
- .amis-scope .a-TreeRadios-sublist:before {
31967
+ .amis-scope .a-TreeSelection-sublist:before {
31591
31968
  width: 1px;
31592
31969
  content: "";
31593
31970
  display: block;
@@ -31598,29 +31975,19 @@ readers do not read off random characters that represent icons */
31598
31975
  border-left: dashed 1px #4b5563;
31599
31976
  }
31600
31977
 
31601
- .amis-scope .a-TreeCheckboxes-item,
31602
- .amis-scope .a-TreeRadios-item {
31978
+ .amis-scope .a-TreeSelection-item {
31603
31979
  position: relative;
31604
31980
  }
31605
31981
 
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 {
31982
+ .amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
31610
31983
  display: block;
31611
31984
  }
31612
31985
 
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 {
31986
+ .amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
31617
31987
  bottom: 0;
31618
31988
  }
31619
31989
 
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 {
31990
+ .amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
31624
31991
  height: 1px;
31625
31992
  content: "";
31626
31993
  display: block;
@@ -31631,8 +31998,7 @@ readers do not read off random characters that represent icons */
31631
31998
  border-top: dashed 1px #4b5563;
31632
31999
  }
31633
32000
 
31634
- .amis-scope .a-TreeCheckboxes-itemInner,
31635
- .amis-scope .a-TreeRadios-itemInner {
32001
+ .amis-scope .a-TreeSelection-itemInner {
31636
32002
  display: flex;
31637
32003
  align-items: center;
31638
32004
  height: 1.875rem;
@@ -31645,20 +32011,17 @@ readers do not read off random characters that represent icons */
31645
32011
  position: relative;
31646
32012
  }
31647
32013
 
31648
- .amis-scope .a-TreeCheckboxes-itemInner > .a-Checkbox,
31649
- .amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
32014
+ .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
31650
32015
  margin-right: 0;
31651
32016
  margin-left: 0.5rem;
31652
32017
  }
31653
32018
 
31654
- .amis-scope .a-TreeCheckboxes-itemInner > *,
31655
- .amis-scope .a-TreeRadios-itemInner > * {
32019
+ .amis-scope .a-TreeSelection-itemInner > * {
31656
32020
  position: relative;
31657
32021
  z-index: 2;
31658
32022
  }
31659
32023
 
31660
- .amis-scope .a-TreeCheckboxes-itemInner:hover:after,
31661
- .amis-scope .a-TreeRadios-itemInner:hover:after {
32024
+ .amis-scope .a-TreeSelection-itemInner:hover:after {
31662
32025
  position: absolute;
31663
32026
  content: "";
31664
32027
  z-index: 1;
@@ -31669,24 +32032,20 @@ readers do not read off random characters that represent icons */
31669
32032
  background: rgba(0, 126, 255, 0.08);
31670
32033
  }
31671
32034
 
31672
- .amis-scope .a-TreeCheckboxes-itemInner.is-active,
31673
- .amis-scope .a-TreeRadios-itemInner.is-active {
32035
+ .amis-scope .a-TreeSelection-itemInner.is-active {
31674
32036
  color: #23b7e5;
31675
32037
  }
31676
32038
 
31677
- .amis-scope .a-TreeCheckboxes-itemInner.is-disabled,
31678
- .amis-scope .a-TreeRadios-itemInner.is-disabled {
32039
+ .amis-scope .a-TreeSelection-itemInner.is-disabled {
31679
32040
  pointer-events: none;
31680
32041
  color: #99a6ad;
31681
32042
  }
31682
32043
 
31683
- .amis-scope .a-TreeCheckboxes-itemLabel,
31684
- .amis-scope .a-TreeRadios-itemLabel {
32044
+ .amis-scope .a-TreeSelection-itemLabel {
31685
32045
  flex-grow: 1;
31686
32046
  }
31687
32047
 
31688
- .amis-scope .a-TreeCheckboxes-placeholder,
31689
- .amis-scope .a-TreeRadios-placeholder {
32048
+ .amis-scope .a-TreeSelection-placeholder {
31690
32049
  height: 1.875rem;
31691
32050
  line-height: 1.4285714286;
31692
32051
  font-size: 0.875rem;
@@ -31694,27 +32053,27 @@ readers do not read off random characters that represent icons */
31694
32053
  color: #99a6ad;
31695
32054
  }
31696
32055
 
31697
- .amis-scope .a-ChainedCheckboxes {
32056
+ .amis-scope .a-ChainedSelection {
31698
32057
  display: flex;
31699
32058
  flex-direction: row;
31700
32059
  }
31701
32060
 
31702
- .amis-scope .a-ChainedCheckboxes-col {
32061
+ .amis-scope .a-ChainedSelection-col {
31703
32062
  flex-grow: 1;
31704
32063
  min-width: 150px;
31705
32064
  }
31706
32065
 
31707
- .amis-scope .a-ChainedCheckboxes-col:not(:last-child) {
32066
+ .amis-scope .a-ChainedSelection-col:not(:last-child) {
31708
32067
  border-right: 1px solid #d1d5db;
31709
32068
  }
31710
32069
 
31711
- .amis-scope .a-ChainedCheckboxes-subTitle {
32070
+ .amis-scope .a-ChainedSelection-subTitle {
31712
32071
  font-size: 0.75rem;
31713
32072
  padding: 0.25rem 0.25rem;
31714
32073
  color: #99a6ad;
31715
32074
  }
31716
32075
 
31717
- .amis-scope .a-ChainedCheckboxes-item {
32076
+ .amis-scope .a-ChainedSelection-item {
31718
32077
  display: flex;
31719
32078
  height: 1.875rem;
31720
32079
  line-height: 1.4285714286;
@@ -31725,29 +32084,29 @@ readers do not read off random characters that represent icons */
31725
32084
  user-select: none;
31726
32085
  }
31727
32086
 
31728
- .amis-scope .a-ChainedCheckboxes-item > .a-Checkbox {
32087
+ .amis-scope .a-ChainedSelection-item > .a-Checkbox {
31729
32088
  margin-right: 0;
31730
32089
  }
31731
32090
 
31732
- .amis-scope .a-ChainedCheckboxes-item.is-active {
32091
+ .amis-scope .a-ChainedSelection-item.is-active {
31733
32092
  color: #23b7e5;
31734
32093
  background: transparent;
31735
32094
  }
31736
32095
 
31737
- .amis-scope .a-ChainedCheckboxes-item:hover {
32096
+ .amis-scope .a-ChainedSelection-item:hover {
31738
32097
  background: rgba(0, 126, 255, 0.08);
31739
32098
  }
31740
32099
 
31741
- .amis-scope .a-ChainedCheckboxes-item.is-disabled {
32100
+ .amis-scope .a-ChainedSelection-item.is-disabled {
31742
32101
  pointer-events: none;
31743
32102
  color: #99a6ad;
31744
32103
  }
31745
32104
 
31746
- .amis-scope .a-ChainedCheckboxes-itemLabel {
32105
+ .amis-scope .a-ChainedSelection-itemLabel {
31747
32106
  flex-grow: 1;
31748
32107
  }
31749
32108
 
31750
- .amis-scope .a-ChainedCheckboxes-placeholder {
32109
+ .amis-scope .a-ChainedSelection-placeholder {
31751
32110
  height: 1.875rem;
31752
32111
  line-height: 1.4285714286;
31753
32112
  font-size: 0.875rem;
@@ -31755,34 +32114,35 @@ readers do not read off random characters that represent icons */
31755
32114
  color: #99a6ad;
31756
32115
  }
31757
32116
 
31758
- .amis-scope .a-AssociatedCheckboxes {
32117
+ .amis-scope .a-AssociatedSelection {
31759
32118
  display: flex;
31760
32119
  flex-direction: row;
31761
32120
  }
31762
32121
 
31763
- .amis-scope .a-AssociatedCheckboxes-left,
31764
- .amis-scope .a-AssociatedCheckboxes-right {
32122
+ .amis-scope .a-AssociatedSelection-left,
32123
+ .amis-scope .a-AssociatedSelection-right {
31765
32124
  flex-grow: 1;
31766
32125
  width: 0;
31767
- height: 10.9375rem;
32126
+ min-height: 12.5rem;
32127
+ max-height: 25rem;
31768
32128
  overflow: auto;
31769
32129
  }
31770
32130
 
31771
- .amis-scope .a-AssociatedCheckboxes-left {
32131
+ .amis-scope .a-AssociatedSelection-left {
31772
32132
  border-right: 1px solid #d1d5db;
31773
32133
  }
31774
32134
 
31775
- .amis-scope .a-AssociatedCheckboxes-reload {
32135
+ .amis-scope .a-AssociatedSelection-reload {
31776
32136
  text-align: center;
31777
32137
  color: #23b7e5;
31778
32138
  margin: 20px 0 0;
31779
32139
  }
31780
32140
 
31781
- .amis-scope .a-AssociatedCheckboxes-reload.is-clickable {
32141
+ .amis-scope .a-AssociatedSelection-reload.is-clickable {
31782
32142
  cursor: pointer;
31783
32143
  }
31784
32144
 
31785
- .amis-scope .a-AssociatedCheckboxes-box {
32145
+ .amis-scope .a-AssociatedSelection-box {
31786
32146
  line-height: 1.4285714286;
31787
32147
  font-size: 0.75rem;
31788
32148
  color: #99a6ad;
@@ -31794,7 +32154,7 @@ readers do not read off random characters that represent icons */
31794
32154
  height: 100%;
31795
32155
  }
31796
32156
 
31797
- .amis-scope .a-AssociatedCheckboxes-box > p {
32157
+ .amis-scope .a-AssociatedSelection-box > p {
31798
32158
  text-align: center;
31799
32159
  margin: 10px 0 20px;
31800
32160
  color: #99a6ad;
@@ -33866,6 +34226,22 @@ readers do not read off random characters that represent icons */
33866
34226
  height: 100%;
33867
34227
  }
33868
34228
 
34229
+ .amis-scope .a-FileControl-templateInfo {
34230
+ display: block;
34231
+ margin-bottom: 0.75rem;
34232
+ padding: calc(
34233
+ (
34234
+ 1.875rem - 0.0625rem * 2 -
34235
+ 1.4285714286 * 0.875rem
34236
+ ) / 2
34237
+ ) 0.75rem;
34238
+ cursor: pointer;
34239
+ }
34240
+
34241
+ .amis-scope .a-FileControl-templateInfo > svg {
34242
+ margin-right: 0.25rem;
34243
+ }
34244
+
33869
34245
  .amis-scope .a-FileControl-dropzone {
33870
34246
  outline: none;
33871
34247
  }
@@ -34555,6 +34931,10 @@ readers do not read off random characters that represent icons */
34555
34931
  pointer-events: none;
34556
34932
  }
34557
34933
 
34934
+ .amis-scope .a-Tree.is-draggable {
34935
+ position: relative;
34936
+ }
34937
+
34558
34938
  .amis-scope .a-Tree--outline .a-Tree-sublist .a-Tree-item--isLeaf:before {
34559
34939
  position: absolute;
34560
34940
  top: -8px;
@@ -34595,6 +34975,10 @@ readers do not read off random characters that represent icons */
34595
34975
  left: -99999px;
34596
34976
  }
34597
34977
 
34978
+ .amis-scope .a-Tree.is-draggable .a-Tree-itemLabel:hover::after {
34979
+ display: none;
34980
+ }
34981
+
34598
34982
  .amis-scope .a-Tree-item-icons {
34599
34983
  visibility: hidden;
34600
34984
  transition: visibility 0s ease;
@@ -34708,6 +35092,11 @@ readers do not read off random characters that represent icons */
34708
35092
  width: calc(0.75rem + 0.25rem);
34709
35093
  }
34710
35094
 
35095
+ .amis-scope .a-Tree-itemDrager {
35096
+ cursor: move;
35097
+ color: #4b5563;
35098
+ }
35099
+
34711
35100
  .amis-scope .a-Tree-spinner {
34712
35101
  margin-right: 0.25rem;
34713
35102
  }
@@ -34754,6 +35143,35 @@ readers do not read off random characters that represent icons */
34754
35143
  color: #99a6ad;
34755
35144
  }
34756
35145
 
35146
+ .amis-scope .a-Tree-dropIndicator {
35147
+ position: absolute;
35148
+ height: 0.125rem;
35149
+ background-color: #23b7e5;
35150
+ border-radius: 0.0625rem;
35151
+ z-index: 1;
35152
+ }
35153
+
35154
+ .amis-scope .a-Tree-dropIndicator::after {
35155
+ position: absolute;
35156
+ top: -0.1875rem;
35157
+ left: -0.375rem;
35158
+ width: 0.5rem;
35159
+ height: 0.5rem;
35160
+ background-color: transparent;
35161
+ border: 0.125rem solid #23b7e5;
35162
+ border-radius: 50%;
35163
+ content: "";
35164
+ }
35165
+
35166
+ .amis-scope .a-Tree-dropIndicator--hover {
35167
+ border-radius: 0;
35168
+ background-color: rgba(0, 126, 255, 0.08);
35169
+ }
35170
+
35171
+ .amis-scope .a-Tree-dropIndicator--hover::after {
35172
+ display: none;
35173
+ }
35174
+
34757
35175
  .amis-scope .a-TreeSelectControl {
34758
35176
  position: relative;
34759
35177
  }
@@ -35111,6 +35529,8 @@ readers do not read off random characters that represent icons */
35111
35529
  0.875rem
35112
35530
  ) / 2
35113
35531
  ) 0.375rem 0 0;
35532
+ display: flex;
35533
+ align-items: center;
35114
35534
  }
35115
35535
 
35116
35536
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::before,
@@ -35177,6 +35597,8 @@ readers do not read off random characters that represent icons */
35177
35597
  ) / 2
35178
35598
  );
35179
35599
  left: -1.875rem;
35600
+ display: flex;
35601
+ align-items: center;
35180
35602
  }
35181
35603
 
35182
35604
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder).is-draggable > .a-Combo-items > .a-Combo-item {
@@ -35818,19 +36240,19 @@ readers do not read off random characters that represent icons */
35818
36240
  border-radius: 0.142rem;
35819
36241
  }
35820
36242
 
35821
- .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
35822
- .amis-scope .a-Transfer-result > .a-Transfer-selections {
36243
+ .amis-scope .a-Transfer-select > .a-Transfer-selection,
36244
+ .amis-scope .a-Transfer-result > .a-Transfer-value {
35823
36245
  flex-grow: 1;
35824
36246
  max-height: 100%;
35825
36247
  overflow: auto;
35826
36248
  position: relative;
35827
36249
  }
35828
36250
 
35829
- .amis-scope .a-Transfer-search + .a-Transfer-checkboxes {
36251
+ .amis-scope .a-Transfer-search + .a-Transfer-selection {
35830
36252
  border-top: 1px solid #d1d5db;
35831
36253
  }
35832
36254
 
35833
- .amis-scope .a-Transfer-checkboxes .a-ListCheckboxes-placeholder {
36255
+ .amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
35834
36256
  height: 100%;
35835
36257
  display: flex;
35836
36258
  align-items: center;
@@ -35878,13 +36300,29 @@ readers do not read off random characters that represent icons */
35878
36300
  color: #99a6ad;
35879
36301
  }
35880
36302
 
35881
- .amis-scope .a-Transfer-tabs {
36303
+ .amis-scope .a-TabsTransfer .a-Transfer-title {
36304
+ height: 40px;
36305
+ }
36306
+
36307
+ .amis-scope .a-TabsTransfer-placeholder {
36308
+ height: 1.875rem;
36309
+ line-height: 1.4285714286;
36310
+ font-size: 0.875rem;
36311
+ padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
36312
+ color: #99a6ad;
36313
+ }
36314
+
36315
+ .amis-scope .a-TabsTransfer-tab {
36316
+ padding: 0;
36317
+ }
36318
+
36319
+ .amis-scope .a-TabsTransfer-tabs {
35882
36320
  display: flex;
35883
36321
  flex-direction: column;
35884
36322
  height: 100%;
35885
36323
  }
35886
36324
 
35887
- .amis-scope .a-Transfer-tabs > .a-Tabs-links {
36325
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
35888
36326
  border-top: 0 none;
35889
36327
  padding: 5px 0 0 5px;
35890
36328
  display: flex;
@@ -35893,59 +36331,48 @@ readers do not read off random characters that represent icons */
35893
36331
  align-items: center;
35894
36332
  }
35895
36333
 
35896
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
36334
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
35897
36335
  font-size: 12px;
35898
36336
  padding: 7px 8px;
35899
36337
  }
35900
36338
 
35901
- .amis-scope .a-Transfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
36339
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
35902
36340
  flex-grow: 1;
35903
36341
  }
35904
36342
 
35905
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox {
36343
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
35906
36344
  margin: -5px 5px 0 10px;
35907
36345
  }
35908
36346
 
35909
- .amis-scope .a-Transfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
36347
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
35910
36348
  width: 150px;
35911
36349
  margin-right: 10px;
35912
36350
  padding-left: 10px;
35913
36351
  }
35914
36352
 
35915
- .amis-scope .a-Transfer-tabs > .a-Tabs-content {
36353
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
35916
36354
  flex-grow: 1;
36355
+ min-height: 0;
35917
36356
  position: relative;
35918
36357
  padding: 5px 0 0;
35919
36358
  }
35920
36359
 
35921
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane {
36360
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
35922
36361
  position: relative;
35923
- min-height: 100%;
36362
+ height: 100%;
35924
36363
  }
35925
36364
 
35926
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
36365
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
35927
36366
  display: flex;
35928
36367
  flex-direction: column;
35929
36368
  }
35930
36369
 
35931
- .amis-scope .a-Transfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-checkboxes {
36370
+ .amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
35932
36371
  flex-grow: 1;
35933
36372
  max-height: 100%;
35934
36373
  overflow: auto;
35935
36374
  }
35936
36375
 
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
36376
  .amis-scope .a-TransferControl {
35950
36377
  position: relative;
35951
36378
  }
@@ -35954,6 +36381,57 @@ readers do not read off random characters that represent icons */
35954
36381
  display: inline-block;
35955
36382
  }
35956
36383
 
36384
+ .amis-scope .a-TransferPicker-icon {
36385
+ transition: transform 0s ease-out;
36386
+ margin: 5px 5px 5px auto;
36387
+ display: flex;
36388
+ color: #4b5563;
36389
+ }
36390
+
36391
+ .amis-scope .a-TransferPicker-icon:hover {
36392
+ color: #111827;
36393
+ }
36394
+
36395
+ .amis-scope .a-TransferPicker-icon > svg {
36396
+ width: 0.75rem;
36397
+ height: 0.75rem;
36398
+ top: 0;
36399
+ }
36400
+
36401
+ .amis-scope .a-TransferDropDown-icon {
36402
+ transition: transform 0s ease-out;
36403
+ margin: 5px 5px 5px auto;
36404
+ display: flex;
36405
+ color: #4b5563;
36406
+ }
36407
+
36408
+ .amis-scope .a-TransferDropDown-icon:hover {
36409
+ color: #111827;
36410
+ }
36411
+
36412
+ .amis-scope .a-TransferDropDown-icon > svg {
36413
+ width: 0.625rem;
36414
+ height: 0.625rem;
36415
+ top: 0;
36416
+ }
36417
+
36418
+ .amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
36419
+ transform: rotate(180deg);
36420
+ }
36421
+
36422
+ .amis-scope .a-TransferDropDown-content {
36423
+ min-height: 12.5rem;
36424
+ display: flex;
36425
+ flex-direction: column;
36426
+ }
36427
+
36428
+ .amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
36429
+ flex-grow: 1;
36430
+ max-height: 100%;
36431
+ overflow: auto;
36432
+ position: relative;
36433
+ }
36434
+
35957
36435
  .amis-scope .a-NestedSelectControl {
35958
36436
  position: relative;
35959
36437
  }
@@ -36722,12 +37200,61 @@ readers do not read off random characters that represent icons */
36722
37200
  min-width: 10rem;
36723
37201
  }
36724
37202
 
37203
+ .amis-scope .a-Form--column {
37204
+ display: flex;
37205
+ flex-wrap: wrap;
37206
+ margin-left: calc(1rem / -2);
37207
+ margin-right: calc(1rem / -2);
37208
+ }
37209
+
37210
+ .amis-scope .a-Form--column > .a-Form-item {
37211
+ flex-grow: 1;
37212
+ padding-left: calc(1rem / 2);
37213
+ padding-right: calc(1rem / 2);
37214
+ }
37215
+
37216
+ .amis-scope .a-Form--column-2 > .a-Form-item {
37217
+ width: 50%;
37218
+ }
37219
+
37220
+ .amis-scope .a-Form--column-3 > .a-Form-item {
37221
+ width: 33%;
37222
+ }
37223
+
37224
+ .amis-scope .a-Form--column-4 > .a-Form-item {
37225
+ width: 25%;
37226
+ }
37227
+
37228
+ .amis-scope .a-Form--column-5 > .a-Form-item {
37229
+ width: 20%;
37230
+ }
37231
+
37232
+ .amis-scope .a-Form--column-6 > .a-Form-item {
37233
+ width: 16.6%;
37234
+ }
37235
+
37236
+ .amis-scope .a-Form--column-7 > .a-Form-item {
37237
+ width: 14.2%;
37238
+ }
37239
+
37240
+ .amis-scope .a-Form--column-8 > .a-Form-item {
37241
+ width: 12.5%;
37242
+ }
37243
+
37244
+ .amis-scope .a-Form-column-9 > .a-Form-item {
37245
+ width: 11.1%;
37246
+ }
37247
+
37248
+ .amis-scope .a-Form-column-10 > .a-Form-item {
37249
+ width: 10%;
37250
+ }
37251
+
36725
37252
  .amis-scope .a-AnchorNav {
36726
37253
  display: flex;
36727
37254
  height: 25rem;
36728
37255
  }
36729
37256
 
36730
- .amis-scope .a-AnchorNav-link-wrap {
37257
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
36731
37258
  margin: 0;
36732
37259
  padding: 0;
36733
37260
  width: 8.75rem;
@@ -36735,12 +37262,12 @@ readers do not read off random characters that represent icons */
36735
37262
  padding-bottom: 3.75rem;
36736
37263
  }
36737
37264
 
36738
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37265
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
36739
37266
  position: relative;
36740
37267
  display: block;
36741
37268
  }
36742
37269
 
36743
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
37270
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
36744
37271
  display: block;
36745
37272
  border: 0.0625rem solid transparent;
36746
37273
  border-width: 0 0.125rem 0 0;
@@ -36754,20 +37281,75 @@ readers do not read off random characters that represent icons */
36754
37281
  margin: 0;
36755
37282
  }
36756
37283
 
36757
- .amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
37284
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
36758
37285
  color: #7266ba;
36759
37286
  }
36760
37287
 
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 {
37288
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
37289
+ .amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
37290
+ color: #7266ba;
37291
+ border-color: #7266ba;
37292
+ }
37293
+
37294
+ .amis-scope .a-AnchorNav--horizontal {
37295
+ flex-direction: column;
37296
+ }
37297
+
37298
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
37299
+ user-select: none;
37300
+ margin: 0px;
37301
+ padding: 0px;
37302
+ border-bottom: 0.0625rem solid #d1d5db;
37303
+ list-style: none;
37304
+ }
37305
+
37306
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
37307
+ margin-bottom: calc(0.0625rem * -1);
37308
+ display: inline-block;
37309
+ position: relative;
37310
+ }
37311
+
37312
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
37313
+ font-size: 0.875rem;
37314
+ outline: 0;
37315
+ border: 0.0625rem solid transparent;
37316
+ border-width: 0 0 0.125rem 0;
37317
+ border-top-left-radius: 0.142rem;
37318
+ border-top-right-radius: 0.142rem;
37319
+ color: #58666e;
37320
+ margin: 0 0.1875rem 0 0;
37321
+ padding: 0.5rem 0.75rem;
37322
+ text-decoration: none;
37323
+ cursor: pointer;
37324
+ display: block;
37325
+ }
37326
+
37327
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
37328
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
36763
37329
  color: #7266ba;
37330
+ background: transparent;
37331
+ border-color: transparent;
37332
+ }
37333
+
37334
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
37335
+ margin: 0;
37336
+ }
37337
+
37338
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
37339
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
37340
+ .amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
37341
+ font-size: 0.875rem;
37342
+ border-width: 0 0 0.125rem 0;
36764
37343
  border-color: #7266ba;
37344
+ color: #7266ba;
37345
+ background: transparent;
36765
37346
  }
36766
37347
 
36767
37348
  .amis-scope .a-AnchorNav-section-wrap {
36768
37349
  border: none;
36769
37350
  flex-grow: 1;
36770
37351
  overflow: auto;
37352
+ scroll-behavior: smooth;
36771
37353
  background: #fff;
36772
37354
  }
36773
37355
 
@@ -37046,6 +37628,14 @@ readers do not read off random characters that represent icons */
37046
37628
  color: #99a6ad;
37047
37629
  }
37048
37630
 
37631
+ .amis-scope .a-MappingField {
37632
+ margin-right: 0.25rem;
37633
+ }
37634
+
37635
+ .amis-scope .a-MappingField:last-child {
37636
+ margin-right: 0;
37637
+ }
37638
+
37049
37639
  /*
37050
37640
  * utilities
37051
37641
  */