amis 2.7.2 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (422) hide show
  1. package/esm/compat.js +1 -1
  2. package/esm/index.js +1 -1
  3. package/esm/preset.js +1 -1
  4. package/esm/renderers/Action.d.ts +12 -12
  5. package/esm/renderers/Action.js +11 -5
  6. package/esm/renderers/Alert.d.ts +1 -1
  7. package/esm/renderers/Alert.js +1 -1
  8. package/esm/renderers/AnchorNav.js +1 -1
  9. package/esm/renderers/App.js +1 -1
  10. package/esm/renderers/Audio.js +1 -1
  11. package/esm/renderers/Avatar.js +1 -1
  12. package/esm/renderers/BarCode.js +1 -1
  13. package/esm/renderers/Breadcrumb.js +1 -1
  14. package/esm/renderers/ButtonGroup.js +1 -1
  15. package/esm/renderers/CRUD.js +2 -2
  16. package/esm/renderers/CRUD2.d.ts +2 -2
  17. package/esm/renderers/CRUD2.js +23 -9
  18. package/esm/renderers/Calendar.js +1 -1
  19. package/esm/renderers/Card.js +6 -5
  20. package/esm/renderers/Card2.js +1 -1
  21. package/esm/renderers/Cards.js +1 -1
  22. package/esm/renderers/Carousel.js +4 -4
  23. package/esm/renderers/Chart.js +34 -24
  24. package/esm/renderers/Code.js +25 -15
  25. package/esm/renderers/Collapse.js +1 -1
  26. package/esm/renderers/CollapseGroup.js +1 -1
  27. package/esm/renderers/Color.js +1 -1
  28. package/esm/renderers/Container.js +1 -1
  29. package/esm/renderers/Copyable.d.ts +5 -0
  30. package/esm/renderers/Copyable.js +10 -7
  31. package/esm/renderers/Custom.js +3 -3
  32. package/esm/renderers/Date.js +1 -1
  33. package/esm/renderers/DateRange.js +3 -3
  34. package/esm/renderers/Dialog.d.ts +40 -40
  35. package/esm/renderers/Dialog.js +11 -10
  36. package/esm/renderers/Divider.js +1 -1
  37. package/esm/renderers/Drawer.js +11 -10
  38. package/esm/renderers/DropDownButton.d.ts +1 -1
  39. package/esm/renderers/DropDownButton.js +7 -8
  40. package/esm/renderers/Each.js +1 -1
  41. package/esm/renderers/Flex.js +1 -1
  42. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  43. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  44. package/esm/renderers/Form/ChainedSelect.d.ts +7 -6
  45. package/esm/renderers/Form/ChainedSelect.js +13 -11
  46. package/esm/renderers/Form/ChartRadios.js +1 -1
  47. package/esm/renderers/Form/Checkbox.js +1 -1
  48. package/esm/renderers/Form/Checkboxes.js +1 -1
  49. package/esm/renderers/Form/Combo.js +40 -20
  50. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  51. package/esm/renderers/Form/Control.js +1 -1
  52. package/esm/renderers/Form/DiffEditor.d.ts +895 -151
  53. package/esm/renderers/Form/DiffEditor.js +1 -1
  54. package/esm/renderers/Form/Editor.d.ts +895 -151
  55. package/esm/renderers/Form/Editor.js +1 -1
  56. package/esm/renderers/Form/FieldSet.js +1 -1
  57. package/esm/renderers/Form/Formula.js +1 -1
  58. package/esm/renderers/Form/Group.js +1 -1
  59. package/esm/renderers/Form/Hidden.js +1 -1
  60. package/esm/renderers/Form/IconPicker.js +1 -1
  61. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  62. package/esm/renderers/Form/IconSelect.js +1 -1
  63. package/esm/renderers/Form/IconSelectStore.js +1 -1
  64. package/esm/renderers/Form/InputArray.js +1 -1
  65. package/esm/renderers/Form/InputCity.js +1 -1
  66. package/esm/renderers/Form/InputColor.js +1 -1
  67. package/esm/renderers/Form/InputDate.js +1 -1
  68. package/esm/renderers/Form/InputDateRange.js +1 -1
  69. package/esm/renderers/Form/InputExcel.js +21 -11
  70. package/esm/renderers/Form/InputFile.js +4 -4
  71. package/esm/renderers/Form/InputFormula.js +1 -1
  72. package/esm/renderers/Form/InputGroup.d.ts +29 -2
  73. package/esm/renderers/Form/InputGroup.js +70 -6
  74. package/esm/renderers/Form/InputImage.js +4 -4
  75. package/esm/renderers/Form/InputMonthRange.js +1 -1
  76. package/esm/renderers/Form/InputNumber.d.ts +4 -0
  77. package/esm/renderers/Form/InputNumber.js +30 -18
  78. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  79. package/esm/renderers/Form/InputRange.js +5 -5
  80. package/esm/renderers/Form/InputRating.js +1 -1
  81. package/esm/renderers/Form/InputRepeat.js +1 -1
  82. package/esm/renderers/Form/InputRichText.js +1 -1
  83. package/esm/renderers/Form/InputSubForm.js +1 -1
  84. package/esm/renderers/Form/InputTable.d.ts +15 -5
  85. package/esm/renderers/Form/InputTable.js +66 -36
  86. package/esm/renderers/Form/InputTag.js +1 -1
  87. package/esm/renderers/Form/InputText.js +1 -1
  88. package/esm/renderers/Form/InputTree.d.ts +54 -2
  89. package/esm/renderers/Form/InputTree.js +78 -10
  90. package/esm/renderers/Form/InputYearRange.js +1 -1
  91. package/esm/renderers/Form/JSONSchema.js +1 -1
  92. package/esm/renderers/Form/JSONSchemaEditor.d.ts +22 -1
  93. package/esm/renderers/Form/JSONSchemaEditor.js +21 -5
  94. package/esm/renderers/Form/ListSelect.js +1 -1
  95. package/esm/renderers/Form/LocationPicker.js +1 -1
  96. package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
  97. package/esm/renderers/Form/NestedSelect.js +1 -1
  98. package/esm/renderers/Form/Picker.js +1 -1
  99. package/esm/renderers/Form/Radios.js +1 -1
  100. package/esm/renderers/Form/Select.d.ts +13 -0
  101. package/esm/renderers/Form/Select.js +5 -5
  102. package/esm/renderers/Form/Static.d.ts +1 -0
  103. package/esm/renderers/Form/Static.js +4 -3
  104. package/esm/renderers/Form/StaticHoc.js +3 -3
  105. package/esm/renderers/Form/Switch.js +1 -1
  106. package/esm/renderers/Form/TabsTransfer.js +1 -1
  107. package/esm/renderers/Form/TabsTransferPicker.js +1 -1
  108. package/esm/renderers/Form/Textarea.js +1 -1
  109. package/esm/renderers/Form/Transfer.js +1 -1
  110. package/esm/renderers/Form/TransferPicker.js +1 -1
  111. package/esm/renderers/Form/TreeSelect.d.ts +15 -0
  112. package/esm/renderers/Form/TreeSelect.js +34 -8
  113. package/esm/renderers/Form/UUID.js +1 -1
  114. package/esm/renderers/Form/UserSelect.js +1 -1
  115. package/esm/renderers/Grid.js +1 -1
  116. package/esm/renderers/Grid2D.js +1 -1
  117. package/esm/renderers/GridNav.js +1 -1
  118. package/esm/renderers/HBox.js +1 -1
  119. package/esm/renderers/IFrame.js +3 -3
  120. package/esm/renderers/Icon.js +1 -1
  121. package/esm/renderers/Image.js +1 -1
  122. package/esm/renderers/Images.js +1 -1
  123. package/esm/renderers/Json.js +1 -1
  124. package/esm/renderers/Link.js +1 -1
  125. package/esm/renderers/List.d.ts +4 -0
  126. package/esm/renderers/List.js +8 -9
  127. package/esm/renderers/Log.js +1 -1
  128. package/esm/renderers/Mapping.js +1 -1
  129. package/esm/renderers/Markdown.js +1 -1
  130. package/esm/renderers/MultilineText.js +1 -1
  131. package/esm/renderers/Nav.d.ts +19 -11
  132. package/esm/renderers/Nav.js +35 -20
  133. package/esm/renderers/Operation.js +1 -1
  134. package/esm/renderers/Page.js +5 -5
  135. package/esm/renderers/Pagination.js +1 -1
  136. package/esm/renderers/PaginationWrapper.js +1 -1
  137. package/esm/renderers/Panel.js +1 -1
  138. package/esm/renderers/Password.js +1 -1
  139. package/esm/renderers/Plain.js +1 -1
  140. package/esm/renderers/PopOver.js +3 -3
  141. package/esm/renderers/Portlet.js +4 -4
  142. package/esm/renderers/Progress.js +1 -1
  143. package/esm/renderers/Property.js +34 -24
  144. package/esm/renderers/QRCode.js +1 -1
  145. package/esm/renderers/QuickEdit.js +2 -2
  146. package/esm/renderers/Remark.js +1 -1
  147. package/esm/renderers/SearchBox.d.ts +5 -0
  148. package/esm/renderers/SearchBox.js +5 -4
  149. package/esm/renderers/Service.js +1 -1
  150. package/esm/renderers/SparkLine.js +1 -1
  151. package/esm/renderers/Spinner.js +1 -1
  152. package/esm/renderers/Status.d.ts +16 -1
  153. package/esm/renderers/Status.js +68 -22
  154. package/esm/renderers/Steps.js +1 -1
  155. package/esm/renderers/Table/ColumnToggler.d.ts +1 -0
  156. package/esm/renderers/Table/ColumnToggler.js +5 -5
  157. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  158. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  159. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  160. package/esm/renderers/Table/TableBody.js +3 -3
  161. package/esm/renderers/Table/TableCell.d.ts +4 -2
  162. package/esm/renderers/Table/TableCell.js +16 -10
  163. package/esm/renderers/Table/TableContent.js +1 -1
  164. package/esm/renderers/Table/TableRow.js +1 -1
  165. package/esm/renderers/Table/exportExcel.js +121 -74
  166. package/esm/renderers/Table/index.d.ts +1 -3
  167. package/esm/renderers/Table/index.js +31 -13
  168. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  169. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  170. package/esm/renderers/Table2/TableCell.d.ts +1 -0
  171. package/esm/renderers/Table2/TableCell.js +5 -2
  172. package/esm/renderers/Table2/index.js +8 -7
  173. package/esm/renderers/TableView.js +1 -1
  174. package/esm/renderers/Tabs.d.ts +7 -2
  175. package/esm/renderers/Tabs.js +22 -13
  176. package/esm/renderers/Tag.js +1 -1
  177. package/esm/renderers/Tasks.js +1 -1
  178. package/esm/renderers/Timeline.js +1 -1
  179. package/esm/renderers/TooltipWrapper.js +1 -1
  180. package/esm/renderers/Tpl.js +1 -1
  181. package/esm/renderers/VBox.js +1 -1
  182. package/esm/renderers/Video.js +1 -1
  183. package/esm/renderers/WebComponent.js +1 -1
  184. package/esm/renderers/Wizard.js +1 -1
  185. package/esm/renderers/Words.js +1 -1
  186. package/esm/renderers/Wrapper.js +1 -1
  187. package/esm/schemaExtend.js +3 -3
  188. package/lib/compat.js +1 -1
  189. package/lib/index.js +1 -1
  190. package/lib/preset.js +1 -1
  191. package/lib/renderers/Action.d.ts +12 -12
  192. package/lib/renderers/Action.js +10 -4
  193. package/lib/renderers/Alert.d.ts +1 -1
  194. package/lib/renderers/Alert.js +1 -1
  195. package/lib/renderers/AnchorNav.js +1 -1
  196. package/lib/renderers/App.js +1 -1
  197. package/lib/renderers/Audio.js +1 -1
  198. package/lib/renderers/Avatar.js +1 -1
  199. package/lib/renderers/BarCode.js +1 -1
  200. package/lib/renderers/Breadcrumb.js +1 -1
  201. package/lib/renderers/ButtonGroup.js +1 -1
  202. package/lib/renderers/CRUD.js +2 -2
  203. package/lib/renderers/CRUD2.d.ts +2 -2
  204. package/lib/renderers/CRUD2.js +23 -9
  205. package/lib/renderers/Calendar.js +1 -1
  206. package/lib/renderers/Card.js +5 -4
  207. package/lib/renderers/Card2.js +1 -1
  208. package/lib/renderers/Cards.js +1 -1
  209. package/lib/renderers/Carousel.js +3 -3
  210. package/lib/renderers/Chart.js +33 -23
  211. package/lib/renderers/Code.js +24 -14
  212. package/lib/renderers/Collapse.js +1 -1
  213. package/lib/renderers/CollapseGroup.js +1 -1
  214. package/lib/renderers/Color.js +1 -1
  215. package/lib/renderers/Container.d.ts +1 -1
  216. package/lib/renderers/Container.js +1 -1
  217. package/lib/renderers/Copyable.d.ts +5 -0
  218. package/lib/renderers/Copyable.js +10 -7
  219. package/lib/renderers/Custom.js +2 -2
  220. package/lib/renderers/Date.js +1 -1
  221. package/lib/renderers/DateRange.js +2 -2
  222. package/lib/renderers/Dialog.d.ts +40 -40
  223. package/lib/renderers/Dialog.js +10 -9
  224. package/lib/renderers/Divider.js +1 -1
  225. package/lib/renderers/Drawer.js +10 -9
  226. package/lib/renderers/DropDownButton.d.ts +1 -1
  227. package/lib/renderers/DropDownButton.js +7 -8
  228. package/lib/renderers/Each.js +1 -1
  229. package/lib/renderers/Flex.js +1 -1
  230. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  231. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  232. package/lib/renderers/Form/ChainedSelect.d.ts +7 -6
  233. package/lib/renderers/Form/ChainedSelect.js +11 -9
  234. package/lib/renderers/Form/ChartRadios.js +1 -1
  235. package/lib/renderers/Form/Checkbox.js +1 -1
  236. package/lib/renderers/Form/Checkboxes.js +1 -1
  237. package/lib/renderers/Form/Combo.js +39 -19
  238. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  239. package/lib/renderers/Form/Control.js +1 -1
  240. package/lib/renderers/Form/DiffEditor.d.ts +915 -171
  241. package/lib/renderers/Form/DiffEditor.js +1 -1
  242. package/lib/renderers/Form/Editor.d.ts +897 -153
  243. package/lib/renderers/Form/Editor.js +1 -1
  244. package/lib/renderers/Form/FieldSet.js +1 -1
  245. package/lib/renderers/Form/Formula.js +1 -1
  246. package/lib/renderers/Form/Group.js +1 -1
  247. package/lib/renderers/Form/Hidden.js +1 -1
  248. package/lib/renderers/Form/IconPicker.js +1 -1
  249. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  250. package/lib/renderers/Form/IconSelect.js +1 -1
  251. package/lib/renderers/Form/IconSelectStore.js +1 -1
  252. package/lib/renderers/Form/InputArray.js +1 -1
  253. package/lib/renderers/Form/InputCity.d.ts +40 -40
  254. package/lib/renderers/Form/InputCity.js +1 -1
  255. package/lib/renderers/Form/InputColor.d.ts +40 -40
  256. package/lib/renderers/Form/InputColor.js +1 -1
  257. package/lib/renderers/Form/InputDate.js +1 -1
  258. package/lib/renderers/Form/InputDateRange.js +1 -1
  259. package/lib/renderers/Form/InputExcel.js +20 -10
  260. package/lib/renderers/Form/InputFile.js +4 -4
  261. package/lib/renderers/Form/InputFormula.js +1 -1
  262. package/lib/renderers/Form/InputGroup.d.ts +30 -3
  263. package/lib/renderers/Form/InputGroup.js +68 -4
  264. package/lib/renderers/Form/InputImage.js +3 -3
  265. package/lib/renderers/Form/InputMonthRange.js +1 -1
  266. package/lib/renderers/Form/InputNumber.d.ts +4 -0
  267. package/lib/renderers/Form/InputNumber.js +29 -17
  268. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  269. package/lib/renderers/Form/InputRange.js +4 -4
  270. package/lib/renderers/Form/InputRating.js +1 -1
  271. package/lib/renderers/Form/InputRepeat.js +1 -1
  272. package/lib/renderers/Form/InputRichText.js +1 -1
  273. package/lib/renderers/Form/InputSubForm.js +1 -1
  274. package/lib/renderers/Form/InputTable.d.ts +15 -5
  275. package/lib/renderers/Form/InputTable.js +65 -35
  276. package/lib/renderers/Form/InputTag.js +1 -1
  277. package/lib/renderers/Form/InputText.js +1 -1
  278. package/lib/renderers/Form/InputTree.d.ts +54 -2
  279. package/lib/renderers/Form/InputTree.js +77 -7
  280. package/lib/renderers/Form/InputYearRange.js +1 -1
  281. package/lib/renderers/Form/JSONSchema.js +1 -1
  282. package/lib/renderers/Form/JSONSchemaEditor.d.ts +22 -1
  283. package/lib/renderers/Form/JSONSchemaEditor.js +20 -3
  284. package/lib/renderers/Form/ListSelect.js +1 -1
  285. package/lib/renderers/Form/LocationPicker.js +1 -1
  286. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  287. package/lib/renderers/Form/NestedSelect.js +1 -1
  288. package/lib/renderers/Form/Picker.js +1 -1
  289. package/lib/renderers/Form/Radios.js +1 -1
  290. package/lib/renderers/Form/Select.d.ts +13 -0
  291. package/lib/renderers/Form/Select.js +5 -5
  292. package/lib/renderers/Form/Static.d.ts +1 -0
  293. package/lib/renderers/Form/Static.js +4 -3
  294. package/lib/renderers/Form/StaticHoc.js +2 -2
  295. package/lib/renderers/Form/Switch.js +1 -1
  296. package/lib/renderers/Form/TabsTransfer.js +1 -1
  297. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  298. package/lib/renderers/Form/Textarea.js +1 -1
  299. package/lib/renderers/Form/Transfer.js +1 -1
  300. package/lib/renderers/Form/TransferPicker.js +1 -1
  301. package/lib/renderers/Form/TreeSelect.d.ts +15 -0
  302. package/lib/renderers/Form/TreeSelect.js +33 -7
  303. package/lib/renderers/Form/UUID.js +1 -1
  304. package/lib/renderers/Form/UserSelect.js +1 -1
  305. package/lib/renderers/Grid.js +1 -1
  306. package/lib/renderers/Grid2D.js +1 -1
  307. package/lib/renderers/GridNav.js +1 -1
  308. package/lib/renderers/HBox.js +1 -1
  309. package/lib/renderers/IFrame.js +2 -2
  310. package/lib/renderers/Icon.js +1 -1
  311. package/lib/renderers/Image.js +1 -1
  312. package/lib/renderers/Images.js +1 -1
  313. package/lib/renderers/Json.js +1 -1
  314. package/lib/renderers/Link.js +1 -1
  315. package/lib/renderers/List.d.ts +4 -0
  316. package/lib/renderers/List.js +7 -8
  317. package/lib/renderers/Log.js +1 -1
  318. package/lib/renderers/Mapping.js +1 -1
  319. package/lib/renderers/Markdown.js +1 -1
  320. package/lib/renderers/MultilineText.js +1 -1
  321. package/lib/renderers/Nav.d.ts +19 -11
  322. package/lib/renderers/Nav.js +35 -20
  323. package/lib/renderers/Operation.js +1 -1
  324. package/lib/renderers/Page.js +4 -4
  325. package/lib/renderers/Pagination.js +1 -1
  326. package/lib/renderers/PaginationWrapper.js +1 -1
  327. package/lib/renderers/Panel.js +1 -1
  328. package/lib/renderers/Password.js +1 -1
  329. package/lib/renderers/Plain.js +1 -1
  330. package/lib/renderers/PopOver.js +3 -3
  331. package/lib/renderers/Portlet.js +3 -3
  332. package/lib/renderers/Progress.js +1 -1
  333. package/lib/renderers/Property.js +33 -23
  334. package/lib/renderers/QRCode.js +1 -1
  335. package/lib/renderers/QuickEdit.js +2 -2
  336. package/lib/renderers/Remark.d.ts +1 -1
  337. package/lib/renderers/Remark.js +1 -1
  338. package/lib/renderers/SearchBox.d.ts +5 -0
  339. package/lib/renderers/SearchBox.js +5 -4
  340. package/lib/renderers/Service.js +1 -1
  341. package/lib/renderers/SparkLine.js +1 -1
  342. package/lib/renderers/Spinner.js +1 -1
  343. package/lib/renderers/Status.d.ts +16 -1
  344. package/lib/renderers/Status.js +67 -20
  345. package/lib/renderers/Steps.js +1 -1
  346. package/lib/renderers/Table/ColumnToggler.d.ts +1 -0
  347. package/lib/renderers/Table/ColumnToggler.js +4 -4
  348. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  349. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  350. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  351. package/lib/renderers/Table/TableBody.js +2 -2
  352. package/lib/renderers/Table/TableCell.d.ts +4 -2
  353. package/lib/renderers/Table/TableCell.js +15 -9
  354. package/lib/renderers/Table/TableContent.js +1 -1
  355. package/lib/renderers/Table/TableRow.js +1 -1
  356. package/lib/renderers/Table/exportExcel.js +120 -73
  357. package/lib/renderers/Table/index.d.ts +1 -3
  358. package/lib/renderers/Table/index.js +30 -12
  359. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  360. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  361. package/lib/renderers/Table2/TableCell.d.ts +1 -0
  362. package/lib/renderers/Table2/TableCell.js +5 -2
  363. package/lib/renderers/Table2/index.js +7 -6
  364. package/lib/renderers/TableView.js +1 -1
  365. package/lib/renderers/Tabs.d.ts +7 -2
  366. package/lib/renderers/Tabs.js +20 -11
  367. package/lib/renderers/Tag.js +1 -1
  368. package/lib/renderers/Tasks.js +1 -1
  369. package/lib/renderers/Timeline.js +1 -1
  370. package/lib/renderers/TooltipWrapper.js +1 -1
  371. package/lib/renderers/Tpl.js +1 -1
  372. package/lib/renderers/VBox.js +1 -1
  373. package/lib/renderers/Video.js +1 -1
  374. package/lib/renderers/WebComponent.js +1 -1
  375. package/lib/renderers/Wizard.js +1 -1
  376. package/lib/renderers/Words.js +1 -1
  377. package/lib/renderers/Wrapper.js +1 -1
  378. package/lib/schemaExtend.js +2 -2
  379. package/lib/themes/ang-ie11.css +541 -267
  380. package/lib/themes/ang.css +903 -429
  381. package/lib/themes/antd-ie11.css +1350 -1076
  382. package/lib/themes/antd.css +917 -435
  383. package/lib/themes/cxd-ie11.css +527 -253
  384. package/lib/themes/cxd.css +903 -429
  385. package/lib/themes/dark-ie11.css +541 -267
  386. package/lib/themes/dark.css +903 -429
  387. package/lib/themes/default-ie11.css +527 -253
  388. package/lib/themes/default.css +903 -429
  389. package/package.json +4 -4
  390. package/schema.json +523 -296
  391. package/sdk/ang-ie11.css +598 -278
  392. package/sdk/ang.css +965 -445
  393. package/sdk/antd-ie11.css +1420 -1100
  394. package/sdk/antd.css +979 -451
  395. package/sdk/barcode.js +50 -50
  396. package/sdk/charts.js +15 -15
  397. package/sdk/codemirror.js +7 -7
  398. package/sdk/color-picker.js +66 -66
  399. package/sdk/cropperjs.js +2 -2
  400. package/sdk/cxd-ie11.css +588 -268
  401. package/sdk/cxd.css +965 -445
  402. package/sdk/dark-ie11.css +598 -278
  403. package/sdk/dark.css +965 -445
  404. package/sdk/exceljs.js +1 -1
  405. package/sdk/markdown.js +68 -68
  406. package/sdk/papaparse.js +1 -1
  407. package/sdk/rest.js +16 -16
  408. package/sdk/rich-text.js +62 -62
  409. package/sdk/sdk-ie11.css +588 -268
  410. package/sdk/sdk.css +965 -445
  411. package/sdk/sdk.js +1543 -1531
  412. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  413. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  414. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  415. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  416. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  417. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  418. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
  419. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
  420. package/sdk/thirds/hls.js/hls.js +1 -1
  421. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  422. package/sdk/tinymce.js +55 -55
package/sdk/cxd-ie11.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
  */
6
6
 
7
7
  .fa {
@@ -296,7 +296,9 @@
296
296
  animation-duration: 1ms;
297
297
  -webkit-animation-iteration-count: 1;
298
298
  animation-iteration-count: 1;
299
+ -webkit-transition-delay: 0s;
299
300
  transition-delay: 0s;
301
+ -webkit-transition-duration: 0s;
300
302
  transition-duration: 0s;
301
303
  }
302
304
  }
@@ -10299,6 +10301,10 @@ readers do not read off random characters that represent icons */
10299
10301
  content: "\f26b";
10300
10302
  }
10301
10303
 
10304
+ .fa-stubber:before {
10305
+ content: "\e5c7";
10306
+ }
10307
+
10302
10308
  .fa-telegram:before {
10303
10309
  content: "\f2c6";
10304
10310
  }
@@ -10311,6 +10317,10 @@ readers do not read off random characters that represent icons */
10311
10317
  content: "\f510";
10312
10318
  }
10313
10319
 
10320
+ .fa-odysee:before {
10321
+ content: "\e5c6";
10322
+ }
10323
+
10314
10324
  .fa-square-whatsapp:before {
10315
10325
  content: "\f40c";
10316
10326
  }
@@ -10553,9 +10563,9 @@ readers do not read off random characters that represent icons */
10553
10563
  }
10554
10564
 
10555
10565
  /*!
10556
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
10566
+ * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
10557
10567
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
10558
- * Copyright 2022 Fonticons, Inc.
10568
+ * Copyright 2023 Fonticons, Inc.
10559
10569
  */
10560
10570
 
10561
10571
  .fa.fa-glass:before {
@@ -85082,7 +85092,7 @@ title: Word Break
85082
85092
 
85083
85093
  .amis-scope .rdtPicker td > span {
85084
85094
  display: inline-block;
85085
- border-radius: 2px;
85095
+ border-radius: 2px 2px 2px 2px;
85086
85096
  height: 24px;
85087
85097
  width: 24px;
85088
85098
  }
@@ -85101,6 +85111,11 @@ title: Word Break
85101
85111
  color: #b8babf;
85102
85112
  }
85103
85113
 
85114
+ .amis-scope .rdtPicker td.rdtOld span,
85115
+ .amis-scope .rdtPicker td.rdtNew span {
85116
+ background: transparent;
85117
+ }
85118
+
85104
85119
  .amis-scope .rdtPicker td.rdtToday {
85105
85120
  position: relative;
85106
85121
  }
@@ -85661,6 +85676,18 @@ title: Word Break
85661
85676
  display: none;
85662
85677
  }
85663
85678
 
85679
+ /** Browser Compatibility
85680
+ ========================================================================== */
85681
+
85682
+ /* 兼容Safari浏览器input disbaled状态下文字颜色不显示 */
85683
+
85684
+ .amis-scope input[disabled],
85685
+ .amis-scope input:disabled,
85686
+ .amis-scope input.disabled,
85687
+ .amis-scope input.is-disabled {
85688
+ -webkit-text-fill-color: #b8babf;
85689
+ }
85690
+
85664
85691
  .amis-scope svg.icon {
85665
85692
  width: 1em;
85666
85693
  height: 1em;
@@ -87864,6 +87891,10 @@ title: Word Break
87864
87891
  vertical-align: middle;
87865
87892
  }
87866
87893
 
87894
+ .amis-scope .cxd-Button--size-default.cxd-Button--iconOnly {
87895
+ min-width: 2rem;
87896
+ }
87897
+
87867
87898
  .amis-scope .cxd-Button--size-xs {
87868
87899
  font-size: 12px;
87869
87900
  font-weight: 400;
@@ -87906,7 +87937,7 @@ title: Word Break
87906
87937
  }
87907
87938
 
87908
87939
  .amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly {
87909
- min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
87940
+ min-width: 1.375rem;
87910
87941
  }
87911
87942
 
87912
87943
  .amis-scope .cxd-Button--size-sm {
@@ -87951,7 +87982,7 @@ title: Word Break
87951
87982
  }
87952
87983
 
87953
87984
  .amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly {
87954
- min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
87985
+ min-width: 1.875rem;
87955
87986
  }
87956
87987
 
87957
87988
  .amis-scope .cxd-Button--size-md {
@@ -87996,7 +88027,7 @@ title: Word Break
87996
88027
  }
87997
88028
 
87998
88029
  .amis-scope .cxd-Button--size-md.cxd-Button--iconOnly {
87999
- min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
88030
+ min-width: 2rem;
88000
88031
  }
88001
88032
 
88002
88033
  .amis-scope .cxd-Button--size-lg {
@@ -88041,17 +88072,16 @@ title: Word Break
88041
88072
  }
88042
88073
 
88043
88074
  .amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly {
88044
- min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
88075
+ min-width: 2.375rem;
88045
88076
  }
88046
88077
 
88047
88078
  .amis-scope .cxd-Button--iconOnly {
88048
- min-width: calc( var(--Button-height) * var(--Button--iconOnly-minWidthRate) );
88079
+ padding: 0;
88049
88080
  }
88050
88081
 
88051
88082
  .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
88052
88083
  width: 0.875rem;
88053
88084
  height: 0.875rem;
88054
- top: 0.125rem;
88055
88085
  }
88056
88086
 
88057
88087
  .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
@@ -91427,6 +91457,10 @@ title: Word Break
91427
91457
  border-left-width: 4px;
91428
91458
  }
91429
91459
 
91460
+ .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper + .cxd-Tabs-content {
91461
+ width: calc(100% - 8.75rem);
91462
+ }
91463
+
91430
91464
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-content {
91431
91465
  border: none;
91432
91466
  flex-grow: 1;
@@ -93525,7 +93559,7 @@ title: Word Break
93525
93559
  }
93526
93560
 
93527
93561
  .amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
93528
- background: #f7f7f9;
93562
+ background: #f7f8fa;
93529
93563
  }
93530
93564
 
93531
93565
  .amis-scope .cxd-ScheduleCalendar-large {
@@ -93785,7 +93819,7 @@ title: Word Break
93785
93819
  }
93786
93820
 
93787
93821
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
93788
- background: rgba(0, 123, 255, 0.1) !important;
93822
+ background: #e6f0ff !important;
93789
93823
  color: var(--Button--primary-bg);
93790
93824
  }
93791
93825
 
@@ -93804,12 +93838,12 @@ title: Word Break
93804
93838
 
93805
93839
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
93806
93840
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
93807
- background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0, 123, 255, 0.1) 51%, rgba(0, 123, 255, 0.1) 100%) !important;
93841
+ background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%) !important;
93808
93842
  }
93809
93843
 
93810
93844
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
93811
93845
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
93812
- background: linear-gradient(to right, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.1) 50%, transparent 51%, transparent 100%) !important;
93846
+ background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%) !important;
93813
93847
  }
93814
93848
 
93815
93849
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday {
@@ -97040,11 +97074,6 @@ title: Word Break
97040
97074
  justify-content: space-between;
97041
97075
  }
97042
97076
 
97043
- .amis-scope .cxd-InputTable-toolbar .cxd-Button {
97044
- border-color: transparent;
97045
- color: #2468f2;
97046
- }
97047
-
97048
97077
  .amis-scope .cxd-InputTable-pager {
97049
97078
  margin-left: auto;
97050
97079
  }
@@ -101594,6 +101623,23 @@ title: Word Break
101594
101623
  align-items: center;
101595
101624
  border-radius: 3px;
101596
101625
  position: relative;
101626
+ color: #151b26;
101627
+ font-weight: 400;
101628
+ border-width: 1px
101629
+ 1px
101630
+ 1px
101631
+ 1px;
101632
+ border-style: solid solid solid solid;
101633
+ border-color: #e8e9eb
101634
+ #e8e9eb
101635
+ #e8e9eb
101636
+ #e8e9eb;
101637
+ background: transparent;
101638
+ border-radius: 4px
101639
+ 4px
101640
+ 4px
101641
+ 4px;
101642
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
101597
101643
  }
101598
101644
 
101599
101645
  .amis-scope .cxd-ResultBox input {
@@ -101632,12 +101678,21 @@ title: Word Break
101632
101678
  }
101633
101679
 
101634
101680
  .amis-scope .cxd-ResultBox.is-focused,
101635
- .amis-scope .cxd-ResultBox.is-active,
101636
101681
  .amis-scope .cxd-ResultBox:focus {
101637
101682
  outline: none;
101638
- border-color: #2468f2;
101639
- box-shadow: none;
101640
- background: #ffffff;
101683
+ background: transparent;
101684
+ border-width: 1px 1px 1px 1px;
101685
+ border-style: solid solid solid solid;
101686
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
101687
+ }
101688
+
101689
+ .amis-scope .cxd-ResultBox.is-active,
101690
+ .amis-scope .cxd-ResultBox.is-opened {
101691
+ border-width: 1px 1px 1px 1px;
101692
+ border-style: solid solid solid solid;
101693
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
101694
+ box-shadow: 0px 0px 0px 0px transparent;
101695
+ background: transparent;
101641
101696
  }
101642
101697
 
101643
101698
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled) {
@@ -101645,9 +101700,10 @@ title: Word Break
101645
101700
  }
101646
101701
 
101647
101702
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
101648
- border-color: #2468f2;
101649
- box-shadow: none;
101650
- background: #ffffff;
101703
+ background: transparent;
101704
+ border-width: 1px 1px 1px 1px;
101705
+ border-style: solid solid solid solid;
101706
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
101651
101707
  }
101652
101708
 
101653
101709
  .amis-scope .cxd-ResultBox.is-error.is-focused {
@@ -101656,10 +101712,11 @@ title: Word Break
101656
101712
 
101657
101713
  .amis-scope .cxd-ResultBox.is-disabled {
101658
101714
  color: #b8babf;
101659
- background: #f7f8fa;
101660
- border-color: #e8e9eb;
101661
101715
  pointer-events: none;
101662
- background: #f7f7f9;
101716
+ border-width: 1px 1px 1px 1px;
101717
+ border-style: solid solid solid solid;
101718
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
101719
+ background: #f7f8fa;
101663
101720
  }
101664
101721
 
101665
101722
  .amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
@@ -101773,17 +101830,16 @@ title: Word Break
101773
101830
 
101774
101831
  .amis-scope .cxd-ResultBox-value {
101775
101832
  background: #f7f8fa;
101776
- color: #000;
101777
- font-size: 14px;
101778
- padding: 0 0.25rem;
101833
+ color: #151b26;
101834
+ font-size: 12px;
101779
101835
  min-height: 1.5rem;
101780
101836
  flex-wrap: nowrap;
101781
101837
  display: inline-flex;
101782
101838
  align-items: center;
101783
- margin-right: 0.25rem;
101784
- margin-bottom: 0.125rem;
101839
+ padding: 0rem 0.25rem 0rem 0.25rem;
101840
+ margin: 0rem 0.25rem 0.125rem 0rem;
101785
101841
  user-select: none;
101786
- border-radius: 0.125rem;
101842
+ border-radius: 2px 2px 2px 2px;
101787
101843
  }
101788
101844
 
101789
101845
  .amis-scope .cxd-ResultBox-value > a {
@@ -101793,7 +101849,7 @@ title: Word Break
101793
101849
  }
101794
101850
 
101795
101851
  .amis-scope .cxd-ResultBox-value > a:hover {
101796
- color: #666666;
101852
+ color: #151b26;
101797
101853
  }
101798
101854
 
101799
101855
  .amis-scope .cxd-ResultBox-value > a > svg {
@@ -101806,7 +101862,7 @@ title: Word Break
101806
101862
  }
101807
101863
 
101808
101864
  .amis-scope .cxd-ResultBox-value:hover {
101809
- background: rgba(0, 145, 255, 0.1);
101865
+ background: #e6f0ff;
101810
101866
  }
101811
101867
 
101812
101868
  .amis-scope .cxd-ResultBox-value.is-disabled {
@@ -101833,10 +101889,6 @@ title: Word Break
101833
101889
  min-height: 24px;
101834
101890
  }
101835
101891
 
101836
- .amis-scope .cxd-ResultBox.cxd-TransferDropDown {
101837
- padding: 0 0.75rem;
101838
- }
101839
-
101840
101892
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-TransferDropDown-icon {
101841
101893
  margin-right: 0.5rem;
101842
101894
  }
@@ -101850,7 +101902,7 @@ title: Word Break
101850
101902
  }
101851
101903
 
101852
101904
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
101853
- background: #e8e9eb;
101905
+ background: #e6f0ff;
101854
101906
  }
101855
101907
 
101856
101908
  .amis-scope .cxd-ResultBox-overflow-wrapper {
@@ -103478,6 +103530,17 @@ title: Word Break
103478
103530
  display: flex;
103479
103531
  }
103480
103532
 
103533
+ .amis-scope .cxd-InputGroup-validation--full.is-error > .cxd-Form-control {
103534
+ border-color: #f23d3d;
103535
+ transition: all 0s;
103536
+ }
103537
+
103538
+ .amis-scope .cxd-InputGroup-validation--partial.is-error > .cxd-Form-control.is-error {
103539
+ border-color: #f23d3d;
103540
+ background: #ffffff;
103541
+ transition: all 0s;
103542
+ }
103543
+
103481
103544
  .amis-scope .cxd-TextControl {
103482
103545
  position: relative;
103483
103546
  max-width: 100%;
@@ -103619,6 +103682,7 @@ title: Word Break
103619
103682
  .amis-scope .cxd-TextControl .cxd-TextControl-clear svg {
103620
103683
  font-size: 0.875rem;
103621
103684
  fill: #2468f2;
103685
+ color: #2468f2;
103622
103686
  width: 0.875rem;
103623
103687
  height: 0.875rem;
103624
103688
  }
@@ -103697,6 +103761,12 @@ title: Word Break
103697
103761
  flex-wrap: nowrap;
103698
103762
  }
103699
103763
 
103764
+ .amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-input,
103765
+ .amis-scope .cxd-TextControl--withAddOn:hover .cxd-Button,
103766
+ .amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-addOn {
103767
+ border-color: #2468f2;
103768
+ }
103769
+
103700
103770
  @media (min-width: 576px) {
103701
103771
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs,
103702
103772
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm,
@@ -103713,19 +103783,22 @@ title: Word Break
103713
103783
  }
103714
103784
  }
103715
103785
 
103716
- .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input {
103786
+ .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input,
103787
+ .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input {
103717
103788
  flex-basis: 1;
103718
103789
  flex-grow: 1;
103719
103790
  min-width: 0;
103720
103791
  border-radius: 0;
103721
103792
  }
103722
103793
 
103723
- .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child {
103794
+ .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child,
103795
+ .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:first-child {
103724
103796
  border-top-left-radius: 4px;
103725
103797
  border-bottom-left-radius: 4px;
103726
103798
  }
103727
103799
 
103728
- .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child {
103800
+ .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child,
103801
+ .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:last-child {
103729
103802
  border-top-right-radius: 4px;
103730
103803
  border-bottom-right-radius: 4px;
103731
103804
  }
@@ -103748,7 +103821,9 @@ title: Word Break
103748
103821
  }
103749
103822
 
103750
103823
  .amis-scope .cxd-TextControl-addOn:first-child {
103751
- border-left-width: 0px;
103824
+ border-left-width: 1px;
103825
+ border-top-left-radius: 4px;
103826
+ border-bottom-left-radius: 4px;
103752
103827
  }
103753
103828
 
103754
103829
  .amis-scope .cxd-TextControl-addOn:last-child {
@@ -103761,7 +103836,7 @@ title: Word Break
103761
103836
  position: relative;
103762
103837
  border-radius: 0;
103763
103838
  margin-left: -0.0625rem;
103764
- border: 1px solid #e8e9eb;
103839
+ transition: none;
103765
103840
  }
103766
103841
 
103767
103842
  .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
@@ -104404,10 +104479,6 @@ title: Word Break
104404
104479
  background: #144bcc;
104405
104480
  }
104406
104481
 
104407
- .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i:before {
104408
- background: #144bcc;
104409
- }
104410
-
104411
104482
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
104412
104483
  border-color: #2468f2;
104413
104484
  background: #2468f2;
@@ -104877,16 +104948,21 @@ title: Word Break
104877
104948
  }
104878
104949
 
104879
104950
  .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
104880
- height: 2rem;
104881
- padding: 0.25rem 0.75rem;
104951
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
104882
104952
  color: #84878c;
104953
+ font-size: 14px;
104954
+ font-weight: 400;
104955
+ line-height: 1.5;
104883
104956
  }
104884
104957
 
104885
104958
  .amis-scope .cxd-GroupedSelection-item {
104886
104959
  display: flex;
104887
- line-height: 1.5;
104960
+ color: #151b26;
104961
+ background: transparent;
104962
+ line-height: 2rem;
104888
104963
  font-size: 14px;
104889
- padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104964
+ font-weight: 400;
104965
+ padding: 0rem 0.625rem 0rem 0.625rem;
104890
104966
  flex-direction: row;
104891
104967
  cursor: pointer;
104892
104968
  user-select: none;
@@ -104896,21 +104972,26 @@ title: Word Break
104896
104972
  margin-right: 0.625rem;
104897
104973
  }
104898
104974
 
104899
- .amis-scope .cxd-GroupedSelection-item.is-active {
104900
- background: transparent;
104901
- }
104902
-
104903
104975
  .amis-scope .cxd-GroupedSelection-item:hover {
104904
- background: #f7f8fa;
104976
+ color: #151b26;
104977
+ background: #e6f0ff;
104905
104978
  }
104906
104979
 
104907
104980
  .amis-scope .cxd-GroupedSelection-item:hover i {
104908
104981
  border: 1px solid #2468f2;
104909
104982
  }
104910
104983
 
104984
+ .amis-scope .cxd-GroupedSelection-item.is-active,
104985
+ .amis-scope .cxd-GroupedSelection-item.is-focused,
104986
+ .amis-scope .cxd-GroupedSelection-item.is-opened {
104987
+ color: #2468f2;
104988
+ background: transparent;
104989
+ }
104990
+
104911
104991
  .amis-scope .cxd-GroupedSelection-item.is-disabled {
104912
104992
  pointer-events: none;
104913
104993
  color: #b8babf;
104994
+ background: transparent;
104914
104995
  }
104915
104996
 
104916
104997
  .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
@@ -104968,31 +105049,38 @@ title: Word Break
104968
105049
 
104969
105050
  .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
104970
105051
  .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
105052
+ color: #151b26;
104971
105053
  font-size: 12px;
104972
- padding-top: 0.25rem;
104973
- padding-bottom: 0.375rem;
104974
105054
  vertical-align: middle;
104975
105055
  }
104976
105056
 
104977
105057
  .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
104978
- padding-top: 0.375rem;
105058
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
104979
105059
  }
104980
105060
 
104981
- .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
104982
- .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
104983
- padding-left: 0.625rem;
105061
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
105062
+ padding: 0.375rem 0.75rem 0.5rem 0.75rem;
105063
+ }
105064
+
105065
+ .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child {
105066
+ padding-right: 1.125rem;
104984
105067
  }
104985
105068
 
104986
- .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
104987
105069
  .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
104988
- padding-right: 1rem;
105070
+ padding-right: 1.125rem;
104989
105071
  }
104990
105072
 
104991
- .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
105073
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
104992
105074
  color: #2468f2;
104993
105075
  background: transparent;
104994
105076
  }
104995
105077
 
105078
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr:hover > td,
105079
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-hovered > td {
105080
+ color: #151b26;
105081
+ background: #e6f0ff;
105082
+ }
105083
+
104996
105084
  .amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
104997
105085
  color: #84878c;
104998
105086
  margin-right: 0.25rem;
@@ -105098,9 +105186,12 @@ title: Word Break
105098
105186
 
105099
105187
  .amis-scope .cxd-ChainedSelection-item {
105100
105188
  display: flex;
105101
- line-height: 1.5;
105102
105189
  font-size: 14px;
105103
- padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
105190
+ font-weight: 400;
105191
+ color: #151b26;
105192
+ background: transparent;
105193
+ line-height: 2rem;
105194
+ padding: 0rem 0.625rem 0rem 0.625rem;
105104
105195
  flex-direction: row;
105105
105196
  cursor: pointer;
105106
105197
  user-select: none;
@@ -105116,12 +105207,14 @@ title: Word Break
105116
105207
  }
105117
105208
 
105118
105209
  .amis-scope .cxd-ChainedSelection-item:hover {
105119
- background: #f7f8fa;
105210
+ color: #151b26;
105211
+ background: #e6f0ff;
105120
105212
  }
105121
105213
 
105122
105214
  .amis-scope .cxd-ChainedSelection-item.is-disabled {
105123
105215
  pointer-events: none;
105124
105216
  color: #b8babf;
105217
+ background: transparent;
105125
105218
  }
105126
105219
 
105127
105220
  .amis-scope .cxd-ChainedSelection-itemLabel {
@@ -105458,6 +105551,7 @@ title: Word Break
105458
105551
  border: 1px solid #e8e9eb;
105459
105552
  border-radius: 4px;
105460
105553
  overflow: hidden;
105554
+ position: relative;
105461
105555
  border-width: 1px 1px 1px 1px;
105462
105556
  border-style: solid solid solid solid;
105463
105557
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
@@ -105473,6 +105567,10 @@ title: Word Break
105473
105567
  background: transparent;
105474
105568
  }
105475
105569
 
105570
+ .amis-scope .cxd-Number:hover .cxd-Number-input {
105571
+ padding-right: calc( 1.5rem + 0.75rem );
105572
+ }
105573
+
105476
105574
  .amis-scope .cxd-Number-focused {
105477
105575
  border-width: 1px 1px 1px 1px;
105478
105576
  border-style: solid solid solid solid;
@@ -105588,7 +105686,8 @@ title: Word Break
105588
105686
 
105589
105687
  .amis-scope .cxd-Number-handler-wrap {
105590
105688
  display: none;
105591
- float: right;
105689
+ position: absolute;
105690
+ right: 0;
105592
105691
  border-left: 0.0625rem solid #e8e9eb;
105593
105692
  width: 1.5rem;
105594
105693
  height: 100%;
@@ -105619,8 +105718,6 @@ title: Word Break
105619
105718
  .amis-scope .cxd-Number-disabled .cxd-Number-input {
105620
105719
  opacity: 0.72;
105621
105720
  cursor: not-allowed;
105622
- border-top-right-radius: 0px;
105623
- border-bottom-right-radius: 0px;
105624
105721
  color: #b8babf;
105625
105722
  background: #f7f8fa;
105626
105723
  border-color: #e8e9eb;
@@ -105668,12 +105765,12 @@ title: Word Break
105668
105765
  padding: calc(
105669
105766
  (
105670
105767
  2rem - 1.5 *
105671
- 14px - 1px * 2
105768
+ 14px - 0.0625rem * 2
105672
105769
  ) / 2
105673
105770
  ) 0 calc(
105674
105771
  (
105675
105772
  2rem - 1.5 *
105676
- 14px - 1px * 2
105773
+ 14px - 0.0625rem * 2
105677
105774
  ) / 2
105678
105775
  ) 0.625rem;
105679
105776
  }
@@ -105718,6 +105815,10 @@ title: Word Break
105718
105815
  border-radius: 4px 4px 4px 4px;
105719
105816
  }
105720
105817
 
105818
+ .amis-scope .cxd-Number--enhance:hover .cxd-Number-input {
105819
+ padding-right: 0.75rem;
105820
+ }
105821
+
105721
105822
  .amis-scope .cxd-Number--enhance:hover .cxd-Number--enhance-input {
105722
105823
  background: transparent;
105723
105824
  }
@@ -105912,11 +106013,23 @@ title: Word Break
105912
106013
  outline: none;
105913
106014
  position: relative;
105914
106015
  font-size: 14px;
105915
- border: 1px solid #e8e9eb;
105916
- background: #ffffff;
105917
- border-radius: 4px;
106016
+ font-weight: 400;
106017
+ border-width: 1px
106018
+ 1px
106019
+ 1px
106020
+ 1px;
106021
+ border-style: solid solid solid solid;
106022
+ border-color: #e8e9eb
106023
+ #e8e9eb
106024
+ #e8e9eb
106025
+ #e8e9eb;
106026
+ background: transparent;
106027
+ border-radius: 4px
106028
+ 4px
106029
+ 4px
106030
+ 4px;
105918
106031
  min-height: 2rem;
105919
- padding: calc( ( 2rem - 1.5 * 14px - 1px * 2 ) / 2 ) 0 calc( ( 2rem - 1.5 * 14px - 1px * 2 ) / 2 ) 0.625rem;
106032
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
105920
106033
  cursor: pointer;
105921
106034
  color: #151b26;
105922
106035
  }
@@ -105926,8 +106039,10 @@ title: Word Break
105926
106039
  }
105927
106040
 
105928
106041
  .amis-scope .cxd-Select:hover {
105929
- background: #ffffff;
105930
- border-color: #2468f2;
106042
+ background: transparent;
106043
+ border-width: 1px 1px 1px 1px;
106044
+ border-style: solid solid solid solid;
106045
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
105931
106046
  }
105932
106047
 
105933
106048
  .amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
@@ -105935,13 +106050,28 @@ title: Word Break
105935
106050
  }
105936
106051
 
105937
106052
  .amis-scope .cxd-Select:active {
105938
- border-color: var(--Button--default-onActive-border);
106053
+ border-width: 1px 1px 1px 1px;
106054
+ border-style: solid solid solid solid;
106055
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
106056
+ box-shadow: 0px 0px 0px 0px transparent;
106057
+ background: transparent;
106058
+ }
106059
+
106060
+ .amis-scope .cxd-Select.is-focused:not(.is-mobile),
106061
+ .amis-scope .cxd-Select.is-opened:not(.is-mobile) {
106062
+ border-width: 1px 1px 1px 1px;
106063
+ border-style: solid solid solid solid;
106064
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
106065
+ box-shadow: 0px 0px 0px 0px transparent;
106066
+ background: transparent;
106067
+ color: #151b26;
105939
106068
  }
105940
106069
 
105941
106070
  .amis-scope .cxd-Select.is-disabled {
105942
- color: #b8babf;
106071
+ border-width: 1px 1px 1px 1px;
106072
+ border-style: solid solid solid solid;
106073
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
105943
106074
  background: #f7f8fa;
105944
- border-color: #e8e9eb;
105945
106075
  }
105946
106076
 
105947
106077
  .amis-scope .cxd-Select:focus {
@@ -105953,13 +106083,11 @@ title: Word Break
105953
106083
  }
105954
106084
 
105955
106085
  .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
105956
- height: 2rem;
105957
106086
  line-height: 2rem;
105958
106087
  }
105959
106088
 
105960
106089
  .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
105961
- height: 2rem;
105962
- line-height: 1.875rem;
106090
+ line-height: 2rem;
105963
106091
  }
105964
106092
 
105965
106093
  .amis-scope .cxd-Select--borderHalf {
@@ -105997,7 +106125,6 @@ title: Word Break
105997
106125
  }
105998
106126
 
105999
106127
  .amis-scope .cxd-Select-value {
106000
- line-height: calc( 1.5 * 14px );
106001
106128
  white-space: nowrap;
106002
106129
  max-width: 100%;
106003
106130
  overflow: hidden;
@@ -106015,7 +106142,7 @@ title: Word Break
106015
106142
  .amis-scope .cxd-Select--multi {
106016
106143
  height: auto;
106017
106144
  min-height: 2rem;
106018
- padding: 0.25rem 0 0.25rem 0.25rem;
106145
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
106019
106146
  }
106020
106147
 
106021
106148
  .amis-scope .cxd-Select--multi .cxd-Select-valueWrap > input {
@@ -106040,21 +106167,22 @@ title: Word Break
106040
106167
  display: inline-block;
106041
106168
  vertical-align: middle;
106042
106169
  font-size: 12px;
106170
+ font-weight: 400;
106171
+ color: #151b26;
106043
106172
  background: #f7f8fa;
106044
106173
  border: 0.0625rem solid #f2f3f5;
106045
- border-radius: 0.125rem;
106046
- margin-right: 0.25rem;
106047
- margin-bottom: 0.25rem;
106174
+ border-radius: 2px 2px 2px 2px;
106175
+ padding: 0rem 0.25rem 0rem 0.25rem;
106176
+ margin: 0rem 0.25rem 0.125rem 0rem;
106048
106177
  }
106049
106178
 
106050
106179
  .amis-scope .cxd-Select--multi .cxd-Select-value:hover {
106051
- background-color: #e8e9eb;
106180
+ background-color: #e6f0ff;
106052
106181
  }
106053
106182
 
106054
106183
  .amis-scope .cxd-Select--multi .cxd-Select-valueLabel {
106055
106184
  display: inline-block;
106056
106185
  max-width: 7.5rem;
106057
- padding: 0 0.25rem;
106058
106186
  overflow: hidden;
106059
106187
  vertical-align: top;
106060
106188
  text-overflow: ellipsis;
@@ -106063,8 +106191,8 @@ title: Word Break
106063
106191
 
106064
106192
  .amis-scope .cxd-Select-valueIcon {
106065
106193
  cursor: pointer;
106066
- padding: 1px 5px;
106067
- color: #5c5f66;
106194
+ margin-left: 0.625rem;
106195
+ color: #b8babf;
106068
106196
  }
106069
106197
 
106070
106198
  .amis-scope .cxd-Select-valueIcon:hover {
@@ -106084,7 +106212,6 @@ title: Word Break
106084
106212
  }
106085
106213
 
106086
106214
  .amis-scope .cxd-Select-arrow {
106087
- margin-right: 0.75rem;
106088
106215
  width: 1rem;
106089
106216
  text-align: center;
106090
106217
  display: flex;
@@ -106182,8 +106309,13 @@ title: Word Break
106182
106309
 
106183
106310
  .amis-scope .cxd-Select-option {
106184
106311
  cursor: pointer;
106185
- padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
106312
+ padding: 0rem 0.625rem 0rem 0.625rem;
106186
106313
  display: flex;
106314
+ color: #151b26;
106315
+ font-size: 14px;
106316
+ font-weight: 400;
106317
+ background: transparent;
106318
+ line-height: 2rem;
106187
106319
  }
106188
106320
 
106189
106321
  .amis-scope .cxd-Select-option-checkbox {
@@ -106213,6 +106345,9 @@ title: Word Break
106213
106345
  overflow: hidden;
106214
106346
  white-space: nowrap;
106215
106347
  width: 100%;
106348
+ font-size: 14px;
106349
+ font-weight: 400;
106350
+ color: #151b26;
106216
106351
  }
106217
106352
 
106218
106353
  .amis-scope .cxd-Select-option.is-active {
@@ -106220,16 +106355,28 @@ title: Word Break
106220
106355
  background: transparent;
106221
106356
  }
106222
106357
 
106358
+ .amis-scope .cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
106359
+ color: #2468f2;
106360
+ }
106361
+
106223
106362
  .amis-scope .cxd-Select-option.is-highlight {
106224
106363
  color: #151b26;
106225
106364
  background: #e6f0ff;
106226
106365
  }
106227
106366
 
106367
+ .amis-scope .cxd-Select-option.is-highlight .cxd-Select-option-checkbox > label > span {
106368
+ color: #151b26;
106369
+ }
106370
+
106228
106371
  .amis-scope .cxd-Select-option.is-disabled {
106229
106372
  color: #b8babf;
106230
106373
  background: transparent;
106231
106374
  }
106232
106375
 
106376
+ .amis-scope .cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
106377
+ color: #b8babf;
106378
+ }
106379
+
106233
106380
  .amis-scope .cxd-Select-option > label {
106234
106381
  display: block;
106235
106382
  }
@@ -106269,7 +106416,7 @@ title: Word Break
106269
106416
  .amis-scope .cxd-Select-addBtn {
106270
106417
  display: block;
106271
106418
  cursor: pointer;
106272
- padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
106419
+ padding: 0rem 0.625rem 0rem 0.625rem;
106273
106420
  }
106274
106421
 
106275
106422
  .amis-scope .cxd-Select-addBtn:hover {
@@ -106282,12 +106429,6 @@ title: Word Break
106282
106429
  margin-right: 0.25rem;
106283
106430
  }
106284
106431
 
106285
- .amis-scope .cxd-Select.is-focused:not(.is-mobile),
106286
- .amis-scope .cxd-Select.is-opened:not(.is-mobile) {
106287
- border-color: #2468f2;
106288
- color: #151b26;
106289
- }
106290
-
106291
106432
  .amis-scope .cxd-Select-spinner {
106292
106433
  line-height: calc( 1.5 * 14px );
106293
106434
  }
@@ -106311,7 +106452,7 @@ title: Word Break
106311
106452
  }
106312
106453
 
106313
106454
  .amis-scope .cxd-Select-clear svg:hover > path:first-of-type {
106314
- fill: #5c5f66;
106455
+ fill: #b8babf;
106315
106456
  }
106316
106457
 
106317
106458
  .amis-scope .cxd-Select-popup {
@@ -106336,21 +106477,22 @@ title: Word Break
106336
106477
  display: inline-block;
106337
106478
  vertical-align: middle;
106338
106479
  font-size: 12px;
106480
+ font-weight: 400;
106481
+ color: #151b26;
106339
106482
  background: #f7f8fa;
106340
106483
  border: 0.0625rem solid #f2f3f5;
106341
- border-radius: 0.125rem;
106342
- margin-right: 0.25rem;
106343
- margin-bottom: 0.25rem;
106484
+ border-radius: 2px 2px 2px 2px;
106485
+ padding: 0rem 0.25rem 0rem 0.25rem;
106486
+ margin: 0rem 0.25rem 0.125rem 0rem;
106344
106487
  }
106345
106488
 
106346
106489
  .amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value:hover {
106347
- background-color: #e8e9eb;
106490
+ background-color: #e6f0ff;
106348
106491
  }
106349
106492
 
106350
106493
  .amis-scope .cxd-Select-overflow-wrapper .cxd-Select-valueLabel {
106351
106494
  display: inline-block;
106352
106495
  max-width: 7.5rem;
106353
- padding: 0 0.25rem;
106354
106496
  overflow: hidden;
106355
106497
  vertical-align: top;
106356
106498
  text-overflow: ellipsis;
@@ -106705,13 +106847,8 @@ title: Word Break
106705
106847
  display: inline-flex;
106706
106848
  flex-wrap: nowrap;
106707
106849
  border: 1px solid #e8e9eb;
106708
- font-size: 12px;
106709
- padding: calc(
106710
- (
106711
- 2rem - 1.5 *
106712
- 12px
106713
- ) / 2 - 1px
106714
- ) 0.75rem;
106850
+ font-size: 14px;
106851
+ padding: 0.375rem 0.75rem;
106715
106852
  height: 2rem;
106716
106853
  outline: none;
106717
106854
  white-space: nowrap;
@@ -106735,7 +106872,7 @@ title: Word Break
106735
106872
 
106736
106873
  .amis-scope .cxd-LocationPicker.is-focused,
106737
106874
  .amis-scope .cxd-LocationPicker.is-active {
106738
- border-color: #144bcc;
106875
+ border-color: #2468f2;
106739
106876
  box-shadow: none;
106740
106877
  }
106741
106878
 
@@ -107016,20 +107153,29 @@ title: Word Break
107016
107153
  position: relative;
107017
107154
  display: inline-flex;
107018
107155
  flex-wrap: nowrap;
107019
- border: 1px solid #e8e9eb;
107020
- font-size: 12px;
107021
- padding: calc(
107022
- (
107023
- 2rem - 1.5 *
107024
- 12px
107025
- ) / 2 - 1px
107026
- ) 0.75rem;
107156
+ border-width: 1px
107157
+ 1px
107158
+ 1px
107159
+ 1px;
107160
+ border-style: solid
107161
+ solid
107162
+ solid
107163
+ solid;
107164
+ border-color: #e8e9eb
107165
+ #e8e9eb
107166
+ #e8e9eb
107167
+ #e8e9eb;
107168
+ font-size: 14px;
107169
+ padding: 0.25rem 0.75rem 0.25rem 0.625rem;
107027
107170
  height: 2rem;
107028
107171
  outline: none;
107029
107172
  white-space: nowrap;
107030
107173
  color: #151b26;
107031
107174
  background: #ffffff;
107032
- border-radius: 4px;
107175
+ border-radius: 4px
107176
+ 4px
107177
+ 4px
107178
+ 4px;
107033
107179
  min-width: calc(
107034
107180
  16px * 5 + 0.75rem * 2 +
107035
107181
  14px * 2
@@ -107042,6 +107188,9 @@ title: Word Break
107042
107188
  background: none;
107043
107189
  padding: 0;
107044
107190
  border: 0;
107191
+ font-size: 14px;
107192
+ font-weight: 400;
107193
+ color: #151b26;
107045
107194
  }
107046
107195
 
107047
107196
  .amis-scope .cxd-DatePicker-input:focus {
@@ -107074,7 +107223,16 @@ title: Word Break
107074
107223
 
107075
107224
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover {
107076
107225
  background: #ffffff;
107077
- border-color: #2468f2;
107226
+ border-color: #2468f2
107227
+ #2468f2
107228
+ #2468f2
107229
+ #2468f2;
107230
+ border-style: solid solid solid solid;
107231
+ border-width: 1px 1px 1px 1px;
107232
+ }
107233
+
107234
+ .amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
107235
+ color: #151b26;
107078
107236
  }
107079
107237
 
107080
107238
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
@@ -107086,20 +107244,29 @@ title: Word Break
107086
107244
  }
107087
107245
 
107088
107246
  .amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
107089
- border-color: #144bcc;
107090
- box-shadow: none;
107247
+ background: #ffffff;
107248
+ border-color: #2468f2
107249
+ #2468f2
107250
+ #2468f2
107251
+ #2468f2;
107252
+ box-shadow: 0px 0px 0px 0px transparent;
107253
+ border-style: solid solid solid solid;
107254
+ border-width: 1px 1px 1px 1px;
107091
107255
  }
107092
107256
 
107093
- .amis-scope .cxd-DatePicker .cxd-DatePicker-input {
107094
- font-size: 14px;
107257
+ .amis-scope .cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
107258
+ color: #151b26;
107095
107259
  }
107096
107260
 
107097
107261
  .amis-scope .cxd-DatePicker.is-disabled {
107098
- background: #e5e7eb;
107262
+ background: #f7f8fa;
107263
+ border-width: 1px 1px 1px 1px;
107264
+ border-style: solid solid solid solid;
107265
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
107099
107266
  }
107100
107267
 
107101
107268
  .amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
107102
- color: #b8babf;
107269
+ color: #151b26;
107103
107270
  }
107104
107271
 
107105
107272
  .amis-scope .cxd-DatePicker-placeholder {
@@ -107143,6 +107310,20 @@ title: Word Break
107143
107310
  fill: #303540;
107144
107311
  }
107145
107312
 
107313
+ .amis-scope .cxd-DatePicker-toggler svg {
107314
+ color: #2468f2;
107315
+ width: 0.875rem;
107316
+ height: 0.875rem;
107317
+ }
107318
+
107319
+ .amis-scope .cxd-DatePicker .DatePicker-toggler-clock {
107320
+ content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
107321
+ }
107322
+
107323
+ .amis-scope .cxd-DatePicker .DatePicker-toggler-date {
107324
+ content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
107325
+ }
107326
+
107146
107327
  .amis-scope .cxd-DatePicker-clear {
107147
107328
  padding: 0.1875rem;
107148
107329
  cursor: pointer;
@@ -107169,6 +107350,11 @@ title: Word Break
107169
107350
  fill: #303540;
107170
107351
  }
107171
107352
 
107353
+ .amis-scope .cxd-DatePicker-clear svg {
107354
+ width: 0.875rem;
107355
+ height: 0.875rem;
107356
+ }
107357
+
107172
107358
  .amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
107173
107359
  display: flex;
107174
107360
  }
@@ -107327,7 +107513,8 @@ title: Word Break
107327
107513
  .amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
107328
107514
  .amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
107329
107515
  .amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
107330
- background: #f7f7f9;
107516
+ color: #151b26;
107517
+ background: #f7f8fa;
107331
107518
  }
107332
107519
 
107333
107520
  .amis-scope .rdt .rdtPicker td.rdtToday > span {
@@ -107339,7 +107526,7 @@ title: Word Break
107339
107526
  }
107340
107527
 
107341
107528
  .amis-scope .rdt .rdtPicker td.rdtBetween {
107342
- background: rgba(0, 123, 255, 0.1);
107529
+ background: #e6f0ff;
107343
107530
  }
107344
107531
 
107345
107532
  .amis-scope .rdt .rdtPicker td.rdtToday:before {
@@ -107358,6 +107545,7 @@ title: Word Break
107358
107545
 
107359
107546
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
107360
107547
  .amis-scope .rdt .rdtPicker td.rdtActive:hover > span {
107548
+ color: #ffffff;
107361
107549
  background: #2468f2;
107362
107550
  }
107363
107551
 
@@ -107370,7 +107558,7 @@ title: Word Break
107370
107558
  }
107371
107559
 
107372
107560
  .amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
107373
- background: #f7f7f9;
107561
+ background: #f7f8fa;
107374
107562
  }
107375
107563
 
107376
107564
  .amis-scope .rdt thead tr:first-child th {
@@ -107445,6 +107633,8 @@ title: Word Break
107445
107633
  text-align: center;
107446
107634
  height: 28px;
107447
107635
  line-height: 28px;
107636
+ font-size: 12px;
107637
+ font-weight: 400;
107448
107638
  cursor: pointer;
107449
107639
  }
107450
107640
 
@@ -107455,7 +107645,7 @@ title: Word Break
107455
107645
 
107456
107646
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
107457
107647
  color: #151b26;
107458
- background: #f7f7f9;
107648
+ background: #f7f8fa;
107459
107649
  }
107460
107650
 
107461
107651
  .amis-scope .cxd-TimeContentWrapper {
@@ -107715,7 +107905,7 @@ title: Word Break
107715
107905
  cursor: pointer !important;
107716
107906
  width: 1rem;
107717
107907
  padding: 0;
107718
- color: #84868c;
107908
+ color: #84878c;
107719
107909
  font-size: 18px;
107720
107910
  text-decoration: none;
107721
107911
  font-family: auto;
@@ -107789,12 +107979,15 @@ title: Word Break
107789
107979
  .amis-scope td.rdtYear > span,
107790
107980
  .amis-scope td.rdtQuarter > span {
107791
107981
  display: inline-block;
107982
+ color: #151b26;
107983
+ background: transparent;
107984
+ border-radius: 2px 2px 2px 2px;
107792
107985
  }
107793
107986
 
107794
107987
  .amis-scope td.rdtMonth.rdtBetween,
107795
107988
  .amis-scope td.rdtYear.rdtBetween,
107796
107989
  .amis-scope td.rdtQuarter.rdtBetween {
107797
- background: rgba(0, 123, 255, 0.1);
107990
+ background: #e6f0ff;
107798
107991
  }
107799
107992
 
107800
107993
  .amis-scope td.rdtMonth:hover,
@@ -107807,7 +108000,7 @@ title: Word Break
107807
108000
  .amis-scope td.rdtYear:hover > span,
107808
108001
  .amis-scope td.rdtQuarter:hover > span {
107809
108002
  color: #151b26;
107810
- background: #f7f7f9;
108003
+ background: #f7f8fa;
107811
108004
  }
107812
108005
 
107813
108006
  .amis-scope td.rdtMonth.rdtActive,
@@ -107826,7 +108019,7 @@ title: Word Break
107826
108019
  .amis-scope td.rdtQuarter.rdtActive > span,
107827
108020
  .amis-scope td.rdtQuarter.rdtActive:hover > span {
107828
108021
  background: #2468f2 !important;
107829
- color: #ffffff;
108022
+ color: #ffffff !important;
107830
108023
  }
107831
108024
 
107832
108025
  .amis-scope td.rdtMonth.rdtDisabled,
@@ -107835,22 +108028,31 @@ title: Word Break
107835
108028
  .amis-scope td.rdtYear.rdtDisabled:hover,
107836
108029
  .amis-scope td.rdtQuarter.rdtDisabled,
107837
108030
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
107838
- background: #f7f7f9;
108031
+ background: #f7f8fa;
108032
+ }
108033
+
108034
+ .amis-scope td.rdtMonth.rdtDisabled > span,
108035
+ .amis-scope td.rdtMonth.rdtDisabled:hover > span,
108036
+ .amis-scope td.rdtYear.rdtDisabled > span,
108037
+ .amis-scope td.rdtYear.rdtDisabled:hover > span,
108038
+ .amis-scope td.rdtQuarter.rdtDisabled > span,
108039
+ .amis-scope td.rdtQuarter.rdtDisabled:hover > span {
108040
+ background: #f7f8fa;
107839
108041
  color: #b8babf;
107840
108042
  }
107841
108043
 
107842
108044
  .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
107843
- background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0, 123, 255, 0.1) 51%, rgba(0, 123, 255, 0.1) 100%);
108045
+ background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%);
107844
108046
  }
107845
108047
 
107846
108048
  .amis-scope .rdt .rdtPicker td.is-disabled {
107847
108049
  cursor: not-allowed !important;
107848
- background: #f7f7f9;
108050
+ background: #f7f8fa;
107849
108051
  color: #b8babf;
107850
108052
  }
107851
108053
 
107852
108054
  .amis-scope .rdt .rdtPicker td.is-disabled:hover {
107853
- background: #f7f7f9;
108055
+ background: #f7f8fa;
107854
108056
  color: #b8babf;
107855
108057
  }
107856
108058
 
@@ -107860,26 +108062,49 @@ title: Word Break
107860
108062
  }
107861
108063
 
107862
108064
  .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
107863
- background: linear-gradient(to right, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.1) 50%, transparent 51%, transparent 100%);
108065
+ background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%);
107864
108066
  }
107865
108067
 
107866
108068
  .amis-scope .cxd-DateCalendar {
107867
108069
  display: inline-block;
107868
- border: 1px solid #e8e9eb;
108070
+ border: 1px
108071
+ 1px
108072
+ 1px
108073
+ 1px solid #e8e9eb
108074
+ #e8e9eb
108075
+ #e8e9eb
108076
+ #e8e9eb;
107869
108077
  background: #ffffff;
107870
- border-radius: 4px;
108078
+ border-radius: 4px
108079
+ 4px
108080
+ 4px
108081
+ 4px;
107871
108082
  }
107872
108083
 
107873
108084
  .amis-scope .cxd-DateRangePicker {
107874
108085
  position: relative;
107875
108086
  display: inline-flex;
107876
108087
  flex-wrap: nowrap;
107877
- border: 1px solid #e8e9eb;
107878
- font-size: 12px;
107879
- padding: 0 0.75rem;
108088
+ border-width: 1px
108089
+ 1px
108090
+ 1px
108091
+ 1px;
108092
+ border-style: solid
108093
+ solid
108094
+ solid
108095
+ solid;
108096
+ border-color: #e8e9eb
108097
+ #e8e9eb
108098
+ #e8e9eb
108099
+ #e8e9eb;
108100
+ font-size: 14px;
108101
+ padding: 0 0.75rem 0 0.625rem;
107880
108102
  height: 2rem;
107881
108103
  outline: none;
107882
- border-radius: 4px;
108104
+ border-radius: 4px
108105
+ 4px
108106
+ 4px
108107
+ 4px;
107883
108108
  color: #151b26;
107884
108109
  background: #ffffff;
107885
108110
  }
@@ -107900,7 +108125,16 @@ title: Word Break
107900
108125
 
107901
108126
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
107902
108127
  background: #ffffff;
107903
- border-color: #2468f2;
108128
+ border-color: #2468f2
108129
+ #2468f2
108130
+ #2468f2
108131
+ #2468f2;
108132
+ border-style: solid solid solid solid;
108133
+ border-width: 1px 1px 1px 1px;
108134
+ }
108135
+
108136
+ .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
108137
+ color: #151b26;
107904
108138
  }
107905
108139
 
107906
108140
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
@@ -107912,8 +108146,18 @@ title: Word Break
107912
108146
  }
107913
108147
 
107914
108148
  .amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
107915
- border-color: #144bcc;
107916
- box-shadow: none;
108149
+ background: #ffffff;
108150
+ border-color: #2468f2
108151
+ #2468f2
108152
+ #2468f2
108153
+ #2468f2;
108154
+ box-shadow: 0px 0px 0px 0px transparent;
108155
+ border-style: solid solid solid solid;
108156
+ border-width: 1px 1px 1px 1px;
108157
+ }
108158
+
108159
+ .amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
108160
+ color: #151b26;
107917
108161
  }
107918
108162
 
107919
108163
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
@@ -107926,6 +108170,8 @@ title: Word Break
107926
108170
  width: 50%;
107927
108171
  line-height: 1.875rem;
107928
108172
  font-size: 14px;
108173
+ font-weight: 400;
108174
+ color: #151b26;
107929
108175
  }
107930
108176
 
107931
108177
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
@@ -107949,11 +108195,14 @@ title: Word Break
107949
108195
  }
107950
108196
 
107951
108197
  .amis-scope .cxd-DateRangePicker.is-disabled {
107952
- background: #e5e7eb;
108198
+ background: #f7f8fa;
108199
+ border-width: 1px 1px 1px 1px;
108200
+ border-style: solid solid solid solid;
108201
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
107953
108202
  }
107954
108203
 
107955
108204
  .amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
107956
- color: #b8babf;
108205
+ color: #151b26;
107957
108206
  }
107958
108207
 
107959
108208
  .amis-scope .cxd-DateRangePicker-placeholder {
@@ -107996,6 +108245,20 @@ title: Word Break
107996
108245
  fill: #303540;
107997
108246
  }
107998
108247
 
108248
+ .amis-scope .cxd-DateRangePicker-toggler svg {
108249
+ color: #2468f2;
108250
+ width: 0.875rem;
108251
+ height: 0.875rem;
108252
+ }
108253
+
108254
+ .amis-scope .cxd-DateRangePicker .DatePicker-toggler-clock {
108255
+ content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
108256
+ }
108257
+
108258
+ .amis-scope .cxd-DateRangePicker .DatePicker-toggler-date {
108259
+ content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
108260
+ }
108261
+
107999
108262
  .amis-scope .cxd-DateRangePicker-clear {
108000
108263
  padding: 0.1875rem;
108001
108264
  cursor: pointer;
@@ -108022,6 +108285,11 @@ title: Word Break
108022
108285
  fill: #303540;
108023
108286
  }
108024
108287
 
108288
+ .amis-scope .cxd-DateRangePicker-clear svg {
108289
+ width: 0.875rem;
108290
+ height: 0.875rem;
108291
+ }
108292
+
108025
108293
  .amis-scope .cxd-DateRangePicker-activeCursor {
108026
108294
  bottom: 0;
108027
108295
  height: 2px;
@@ -108120,9 +108388,23 @@ title: Word Break
108120
108388
 
108121
108389
  .amis-scope .cxd-DateRangeCalendar {
108122
108390
  display: inline-block;
108123
- border: 1px solid #e8e9eb;
108391
+ border-width: 1px
108392
+ 1px
108393
+ 1px
108394
+ 1px;
108395
+ border-style: solid
108396
+ solid
108397
+ solid
108398
+ solid;
108399
+ border-color: #e8e9eb
108400
+ #e8e9eb
108401
+ #e8e9eb
108402
+ #e8e9eb;
108124
108403
  background: #ffffff;
108125
- border-radius: 4px;
108404
+ border-radius: 4px
108405
+ 4px
108406
+ 4px
108407
+ 4px;
108126
108408
  }
108127
108409
 
108128
108410
  .amis-scope .cxd-DateRangePicker.is-mobile {
@@ -108945,17 +109227,17 @@ title: Word Break
108945
109227
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
108946
109228
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
108947
109229
  color: #2468f2;
108948
- background: #ffffff;
109230
+ background: transparent;
108949
109231
  }
108950
109232
 
108951
109233
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:hover,
108952
109234
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:focus {
108953
- background: #ffffff;
109235
+ background: transparent;
108954
109236
  }
108955
109237
 
108956
109238
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
108957
109239
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
108958
- background: #ffffff;
109240
+ background: transparent;
108959
109241
  }
108960
109242
 
108961
109243
  .amis-scope .cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
@@ -109334,6 +109616,25 @@ title: Word Break
109334
109616
  border: 0;
109335
109617
  }
109336
109618
 
109619
+ .amis-scope .cxd-TreeControl.is-sticky {
109620
+ max-height: unset;
109621
+ overflow: unset;
109622
+ }
109623
+
109624
+ .amis-scope .cxd-TreeControl-searchbox {
109625
+ margin-top: 0.5rem;
109626
+ margin-bottom: 1rem;
109627
+ }
109628
+
109629
+ .amis-scope .cxd-TreeControl-searchbox.is-active {
109630
+ width: 100%;
109631
+ }
109632
+
109633
+ .amis-scope .cxd-TreeControl > .cxd-Tree {
109634
+ max-height: 300px;
109635
+ overflow: auto;
109636
+ }
109637
+
109337
109638
  .amis-scope .cxd-Tree-list,
109338
109639
  .amis-scope .cxd-Tree-sublist {
109339
109640
  list-style: none;
@@ -109600,6 +109901,7 @@ title: Word Break
109600
109901
  flex: 1 auto;
109601
109902
  display: inline-block;
109602
109903
  color: #151b26;
109904
+ font-size: 14px;
109603
109905
  max-width: 100%;
109604
109906
  overflow: hidden;
109605
109907
  text-overflow: ellipsis;
@@ -110227,7 +110529,7 @@ title: Word Break
110227
110529
 
110228
110530
  .amis-scope .cxd-SubForm-value {
110229
110531
  background: #f7f8fa;
110230
- color: #000;
110532
+ color: #151b26;
110231
110533
  font-size: 14px;
110232
110534
  padding: 0 0.25rem;
110233
110535
  min-height: 1.5rem;
@@ -110253,7 +110555,7 @@ title: Word Break
110253
110555
  .amis-scope .cxd-SubForm-valueDel:hover,
110254
110556
  .amis-scope .cxd-SubForm-valueEdit:hover,
110255
110557
  .amis-scope .cxd-SubForm-valueDragBar:hover {
110256
- color: #666666;
110558
+ color: #151b26;
110257
110559
  }
110258
110560
 
110259
110561
  .amis-scope .cxd-SubForm-valueDel > svg,
@@ -110270,7 +110572,7 @@ title: Word Break
110270
110572
  }
110271
110573
 
110272
110574
  .amis-scope .cxd-SubForm-value:hover {
110273
- background: rgba(0, 145, 255, 0.1);
110575
+ background: #e6f0ff;
110274
110576
  }
110275
110577
 
110276
110578
  .amis-scope .cxd-SubForm-value.is-disabled {
@@ -110343,6 +110645,11 @@ title: Word Break
110343
110645
  margin-right: 0.25rem;
110344
110646
  }
110345
110647
 
110648
+ .amis-scope .cxd-ChainedSelectControl-spinner {
110649
+ display: inline-block;
110650
+ vertical-align: middle;
110651
+ }
110652
+
110346
110653
  .amis-scope .cxd-Picker {
110347
110654
  position: relative;
110348
110655
  max-width: 100%;
@@ -110614,10 +110921,6 @@ title: Word Break
110614
110921
  position: relative;
110615
110922
  }
110616
110923
 
110617
- .amis-scope .cxd-TagControl-input.is-focused {
110618
- border-radius: 0;
110619
- }
110620
-
110621
110924
  .amis-scope .cxd-TagControl-input.is-disabled {
110622
110925
  border-style: dashed;
110623
110926
  background: transparent;
@@ -111136,7 +111439,7 @@ title: Word Break
111136
111439
  }
111137
111440
 
111138
111441
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
111139
- padding-right: var(--sizes-size-10);
111442
+ padding-right: 1.125rem;
111140
111443
  }
111141
111444
 
111142
111445
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
@@ -111151,7 +111454,7 @@ title: Word Break
111151
111454
  }
111152
111455
 
111153
111456
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
111154
- padding-right: var(--sizes-size-10);
111457
+ padding-right: 1.125rem;
111155
111458
  }
111156
111459
 
111157
111460
  .amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
@@ -111403,6 +111706,10 @@ title: Word Break
111403
111706
  line-height: 2rem;
111404
111707
  cursor: pointer;
111405
111708
  display: flex;
111709
+ font-size: 14px;
111710
+ font-weight: 400;
111711
+ color: #151b26;
111712
+ background: transparent;
111406
111713
  }
111407
111714
 
111408
111715
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
@@ -112330,7 +112637,7 @@ title: Word Break
112330
112637
  }
112331
112638
 
112332
112639
  .amis-scope .cxd-Form-item.is-error > .cxd-Form-label {
112333
- color: #2468f2;
112640
+ color: #f23d3d;
112334
112641
  }
112335
112642
 
112336
112643
  .amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
@@ -112417,7 +112724,6 @@ title: Word Break
112417
112724
  }
112418
112725
 
112419
112726
  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
112420
- height: 2rem;
112421
112727
  line-height: 2rem;
112422
112728
  margin: 0;
112423
112729
  margin-right: 1rem;
@@ -113967,6 +114273,10 @@ title: Word Break
113967
114273
  margin-top: 0.625rem;
113968
114274
  }
113969
114275
 
114276
+ .amis-scope .cxd-FormulaEditor-settings > div {
114277
+ width: 0;
114278
+ }
114279
+
113970
114280
  .amis-scope .cxd-FormulaEditor-settings.only-variable {
113971
114281
  height: 21.875rem;
113972
114282
  }
@@ -114153,11 +114463,17 @@ title: Word Break
114153
114463
  display: flex;
114154
114464
  flex-flow: row nowrap;
114155
114465
  justify-content: space-between;
114466
+ align-items: center;
114156
114467
  white-space: nowrap;
114157
114468
  }
114158
114469
 
114159
114470
  .amis-scope .cxd-FormulaEditor-VariableList-item > label {
114160
114471
  white-space: nowrap;
114472
+ overflow: hidden;
114473
+ text-overflow: ellipsis;
114474
+ flex: 1;
114475
+ width: 0;
114476
+ display: inline-block;
114161
114477
  }
114162
114478
 
114163
114479
  .amis-scope .cxd-FormulaEditor-VariableList-item-tag {
@@ -114167,6 +114483,9 @@ title: Word Break
114167
114483
  border-radius: 4px;
114168
114484
  background: #f5f5f5;
114169
114485
  color: var(--black);
114486
+ font-size: 12px;
114487
+ line-height: 1.5rem;
114488
+ height: 1.5rem;
114170
114489
  }
114171
114490
 
114172
114491
  .amis-scope .cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
@@ -115125,7 +115444,7 @@ title: Word Break
115125
115444
  --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
115126
115445
  --Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
115127
115446
  --Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
115128
- --Menu-light-groupTitle-fontColor: #d8d8d8;
115447
+ --Menu-light-groupTitle-fontColor: #84868c;
115129
115448
  --Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
115130
115449
  --Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
115131
115450
  --Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
@@ -115133,7 +115452,7 @@ title: Word Break
115133
115452
  --Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
115134
115453
  --Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
115135
115454
  --Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
115136
- --Menu-dark-groupTitle-fontColor: #d8d8d8;
115455
+ --Menu-dark-groupTitle-fontColor: #84868c;
115137
115456
  --Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
115138
115457
  outline: none;
115139
115458
  margin-bottom: 0;
@@ -115143,6 +115462,8 @@ title: Word Break
115143
115462
  list-style: none;
115144
115463
  color: var(--Menu-light-fontColor);
115145
115464
  background-color: var(--Menu-light-backgroundColor);
115465
+ transition: all 0.3s;
115466
+ width: 100%;
115146
115467
  }
115147
115468
 
115148
115469
  .amis-scope .cxd-Nav-Menu.cxd-Nav-Menu-dark {
@@ -115189,15 +115510,18 @@ title: Word Break
115189
115510
  cursor: not-allowed;
115190
115511
  }
115191
115512
 
115192
- .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item {
115513
+ .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item,
115514
+ .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-title {
115193
115515
  padding: 0;
115194
115516
  text-align: center;
115195
115517
  }
115196
115518
 
115197
115519
  .amis-scope .cxd-Nav-Menu-item-link {
115198
- display: block;
115520
+ display: flex;
115521
+ align-items: center;
115199
115522
  height: 2.5rem;
115200
115523
  flex-grow: 1;
115524
+ overflow: hidden;
115201
115525
  }
115202
115526
 
115203
115527
  .amis-scope .cxd-Nav-Menu-item-divider {
@@ -115211,12 +115535,7 @@ title: Word Break
115211
115535
  .amis-scope .cxd-Nav-Menu-item-icon {
115212
115536
  margin-right: 0.5rem;
115213
115537
  font-size: var(--Menu-icon-size);
115214
- width: var(--Menu-icon-size);
115215
115538
  color: var(--Menu-light-fontColor);
115216
- display: inline-block;
115217
- line-height: var(--Menu-item-height--vertical);
115218
- position: relative;
115219
- top: 1.5px;
115220
115539
  }
115221
115540
 
115222
115541
  .amis-scope .cxd-Nav-Menu-item-icon img {
@@ -115226,12 +115545,12 @@ title: Word Break
115226
115545
 
115227
115546
  .amis-scope .cxd-Nav-Menu-item-icon-collapsed {
115228
115547
  font-size: var(--Menu-fontSize--collapsed);
115229
- margin-right: 0;
115548
+ margin: 0 auto;
115230
115549
  }
115231
115550
 
115232
115551
  .amis-scope .cxd-Nav-Menu-item-icon-svg-collapsed {
115233
115552
  font-size: var(--Menu-fontSize--collapsed);
115234
- margin-right: 0;
115553
+ margin: 0 auto;
115235
115554
  height: var(--Menu-item-height--vertical);
115236
115555
  }
115237
115556
 
@@ -115255,12 +115574,12 @@ title: Word Break
115255
115574
  white-space: nowrap;
115256
115575
  overflow: hidden;
115257
115576
  text-overflow: ellipsis;
115258
- vertical-align: middle;
115259
115577
  user-select: none;
115260
115578
  }
115261
115579
 
115262
115580
  .amis-scope .cxd-Nav-Menu-item-label-collapsed {
115263
115581
  font-size: var(--Menu-fontSize--collapsed);
115582
+ margin: 0 auto;
115264
115583
  font-weight: 600;
115265
115584
  }
115266
115585
 
@@ -115286,9 +115605,10 @@ title: Word Break
115286
115605
 
115287
115606
  .amis-scope .cxd-Nav-Menu-item-group-title {
115288
115607
  color: var(--Menu-light-groupTitle-fontColor);
115289
- line-height: 1.5;
115290
- padding: 8px 10px;
115291
- border-bottom: 1px solid #dedede;
115608
+ line-height: 1.25rem;
115609
+ padding: 0 var(--Menu-Submenu-item-paddingX) 0 1rem;
115610
+ font-size: 0.75rem;
115611
+ margin: 0.75rem 0 0.25rem 0;
115292
115612
  }
115293
115613
 
115294
115614
  .amis-scope .cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-dark {
@@ -115348,6 +115668,9 @@ title: Word Break
115348
115668
  .amis-scope .cxd-Nav-Menu-item .cxd-Badge,
115349
115669
  .amis-scope .cxd-Nav-Menu-submenu .cxd-Badge {
115350
115670
  position: static;
115671
+ flex: 1;
115672
+ width: 0;
115673
+ display: flex;
115351
115674
  }
115352
115675
 
115353
115676
  .amis-scope .cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap,
@@ -115360,6 +115683,14 @@ title: Word Break
115360
115683
  position: relative;
115361
115684
  }
115362
115685
 
115686
+ .amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button {
115687
+ padding: 0;
115688
+ }
115689
+
115690
+ .amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button > i {
115691
+ margin: 0;
115692
+ }
115693
+
115363
115694
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
115364
115695
  background-color: var(--Menu-light-backgroundColor-onHover);
115365
115696
  }
@@ -115419,7 +115750,14 @@ title: Word Break
115419
115750
  }
115420
115751
 
115421
115752
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
115422
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
115753
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
115754
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
115755
+ color: var(--Menu-light-fontColor-onActive) !important;
115756
+ }
115757
+
115758
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
115759
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
115760
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
115423
115761
  color: var(--Menu-light-fontColor-onActive) !important;
115424
115762
  }
115425
115763
 
@@ -115466,19 +115804,7 @@ title: Word Break
115466
115804
  }
115467
115805
 
115468
115806
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
115469
- background-color: var(--Menu-dark-backgroundColor-onHover);
115470
- }
115471
-
115472
- .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
115473
- content: "";
115474
- position: absolute;
115475
- top: 0;
115476
- left: 0;
115477
- bottom: 0;
115478
- border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
115479
- transform: scaleY(1);
115480
- opacity: 1;
115481
- transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
115807
+ color: var(--Menu-dark-fontColor-onActive);
115482
115808
  }
115483
115809
 
115484
115810
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
@@ -115508,19 +115834,7 @@ title: Word Break
115508
115834
  }
115509
115835
 
115510
115836
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
115511
- background-color: var(--Menu-light-backgroundColor-onHover);
115512
- }
115513
-
115514
- .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
115515
- content: "";
115516
- position: absolute;
115517
- top: 0;
115518
- left: 0;
115519
- bottom: 0;
115520
- border-right: 3px solid var(--Menu-light-selectedIndicator-color);
115521
- transform: scaleY(1);
115522
- opacity: 1;
115523
- transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
115837
+ color: var(--Menu-dark-fontColor-onActive);
115524
115838
  }
115525
115839
 
115526
115840
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
@@ -115611,7 +115925,7 @@ title: Word Break
115611
115925
  .amis-scope .cxd-Nav-Menu-submenu-title {
115612
115926
  margin: 0;
115613
115927
  position: relative;
115614
- padding: 0;
115928
+ padding: 0 1rem;
115615
115929
  line-height: 2.5rem;
115616
115930
  display: block;
115617
115931
  white-space: nowrap;
@@ -115622,8 +115936,10 @@ title: Word Break
115622
115936
 
115623
115937
  .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115624
115938
  .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
115939
+ .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
115625
115940
  .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115626
- .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon {
115941
+ .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
115942
+ .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
115627
115943
  color: var(--Menu-light-fontColor-onHover);
115628
115944
  }
115629
115945
 
@@ -115640,8 +115956,10 @@ title: Word Break
115640
115956
 
115641
115957
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115642
115958
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
115959
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
115643
115960
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115644
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon {
115961
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
115962
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
115645
115963
  color: var(--Menu-dark-fontColor-onHover);
115646
115964
  }
115647
115965
 
@@ -115653,8 +115971,10 @@ title: Word Break
115653
115971
 
115654
115972
  .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115655
115973
  .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
115974
+ .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
115656
115975
  .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115657
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon {
115976
+ .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
115977
+ .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
115658
115978
  color: var(--Menu-light-fontColor-onHover);
115659
115979
  }
115660
115980
 
@@ -115670,6 +115990,10 @@ title: Word Break
115670
115990
  color: #777 !important;
115671
115991
  }
115672
115992
 
115993
+ .amis-scope .cxd-Nav-Menu-item-tooltip-wrap {
115994
+ padding: 0;
115995
+ }
115996
+
115673
115997
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-item,
115674
115998
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu-title,
115675
115999
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
@@ -115690,10 +116014,6 @@ title: Word Break
115690
116014
  z-index: 1500;
115691
116015
  }
115692
116016
 
115693
- .amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-item {
115694
- padding: 0 var(--Menu-Submenu-item-paddingX);
115695
- }
115696
-
115697
116017
  .amis-scope .cxd-Nav-Menu-submenu > .cxd-Nav-Menu {
115698
116018
  background-color: var(--Menu-light-backgroundColor);
115699
116019
  }
@@ -115745,6 +116065,12 @@ title: Word Break
115745
116065
  color: var(--Menu-dark-fontColor);
115746
116066
  }
115747
116067
 
116068
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116069
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116070
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116071
+ color: var(--Menu-dark-fontColor-onHover);
116072
+ }
116073
+
115748
116074
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
115749
116075
  background-color: var(--Menu-dark-backgroundColor);
115750
116076
  color: var(--Menu-dark-fontColor-onActive);
@@ -115822,7 +116148,7 @@ title: Word Break
115822
116148
 
115823
116149
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item,
115824
116150
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
115825
- padding: 0 20px;
116151
+ padding: 0 1rem;
115826
116152
  height: var(--Menu-item-height--horizontal);
115827
116153
  }
115828
116154
 
@@ -115838,12 +116164,6 @@ title: Word Break
115838
116164
  line-height: var(--Menu-item-height--horizontal);
115839
116165
  }
115840
116166
 
115841
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
115842
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
115843
- padding: 0;
115844
- top: 0;
115845
- }
115846
-
115847
116167
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
115848
116168
  content: " ";
115849
116169
  width: 100%;
@@ -115891,8 +116211,8 @@ title: Word Break
115891
116211
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
115892
116212
  display: inline-block;
115893
116213
  font-size: 0.5625rem;
115894
- vertical-align: baseline;
115895
116214
  text-align: center;
116215
+ vertical-align: middle;
115896
116216
  text-transform: none;
115897
116217
  text-rendering: auto;
115898
116218
  line-height: 1.25rem;
@@ -115901,7 +116221,10 @@ title: Word Break
115901
116221
  }
115902
116222
 
115903
116223
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
115904
- text-align: center;
116224
+ top: auto;
116225
+ }
116226
+
116227
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
115905
116228
  vertical-align: middle;
115906
116229
  }
115907
116230
 
@@ -115940,8 +116263,10 @@ title: Word Break
115940
116263
 
115941
116264
  .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
115942
116265
  .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116266
+ .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
115943
116267
  .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
115944
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116268
+ .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116269
+ .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
115945
116270
  color: var(--Menu-light-fontColor-onActive);
115946
116271
  }
115947
116272
 
@@ -115971,19 +116296,16 @@ title: Word Break
115971
116296
  text-transform: none;
115972
116297
  text-rendering: auto;
115973
116298
  position: absolute;
115974
- right: 0;
116299
+ right: var(--Menu-Submenu-item-paddingX);
115975
116300
  top: 0;
115976
- width: var(--Menu-Submenu-title-paddingX);
115977
116301
  line-height: var(--Menu-item-height--vertical);
115978
- transform: rotate(-90deg);
115979
116302
  }
115980
116303
 
115981
116304
  .amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow > svg,
115982
116305
  .amis-scope .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow > svg,
115983
116306
  .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow > svg,
115984
116307
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow > svg {
115985
- text-align: center;
115986
- vertical-align: middle;
116308
+ top: auto;
115987
116309
  }
115988
116310
 
115989
116311
  .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
@@ -116003,7 +116325,7 @@ title: Word Break
116003
116325
  .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116004
116326
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
116005
116327
  padding-right: 0;
116006
- padding-left: var(--Menu-Submenu-title-paddingX);
116328
+ padding-left: 1rem;
116007
116329
  }
116008
116330
 
116009
116331
  .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow,
@@ -116027,48 +116349,46 @@ title: Word Break
116027
116349
  color: var(--Menu-light-fontColor);
116028
116350
  }
116029
116351
 
116030
- .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-item,
116031
- .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item {
116032
- padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
116352
+ .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow {
116353
+ right: 0.625rem;
116033
116354
  }
116034
116355
 
116035
116356
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow,
116036
116357
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
116037
116358
  cursor: pointer;
116038
116359
  transition: transform 0.3s;
116039
- transform: rotate(0deg);
116360
+ transform: rotate(90deg);
116040
116361
  }
116041
116362
 
116042
116363
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow,
116043
116364
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116044
- transform: rotate(180deg);
116365
+ transform: rotate(270deg);
116045
116366
  }
116046
116367
 
116047
116368
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
116048
116369
  overflow: hidden;
116049
116370
  }
116050
116371
 
116051
- .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
116052
- padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
116053
- text-align: center;
116054
- }
116055
-
116056
116372
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
116057
116373
  display: none !important;
116058
116374
  }
116059
116375
 
116376
+ .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-title {
116377
+ display: none;
116378
+ }
116379
+
116380
+ .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-list .cxd-Nav-Menu-item-divider {
116381
+ height: 1px;
116382
+ width: 60%;
116383
+ margin: 0 auto;
116384
+ }
116385
+
116060
116386
  .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116061
116387
  .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116062
116388
  .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
116063
116389
  padding: 0;
116064
116390
  }
116065
116391
 
116066
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
116067
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
116068
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
116069
- padding: 0 var(--Menu-Submenu-item-paddingX);
116070
- }
116071
-
116072
116392
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116073
116393
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116074
116394
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
@@ -116086,7 +116406,6 @@ title: Word Break
116086
116406
  .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116087
116407
  padding-top: 0;
116088
116408
  padding-bottom: 0;
116089
- padding-right: 0;
116090
116409
  display: block;
116091
116410
  white-space: nowrap;
116092
116411
  overflow: hidden;
@@ -116103,7 +116422,8 @@ title: Word Break
116103
116422
  }
116104
116423
 
116105
116424
  .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116106
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
116425
+ .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116426
+ .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116107
116427
  color: var(--Menu-dark-ancestor-fontColor-onActive);
116108
116428
  }
116109
116429
 
@@ -116111,28 +116431,24 @@ title: Word Break
116111
116431
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled {
116112
116432
  cursor: not-allowed;
116113
116433
  color: var(--Menu-fontColor-onDisabled) !important;
116114
- pointer-events: none;
116115
116434
  }
116116
116435
 
116117
116436
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item,
116118
116437
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item {
116119
116438
  cursor: not-allowed;
116120
116439
  color: var(--Menu-fontColor-onDisabled) !important;
116121
- pointer-events: none;
116122
116440
  }
116123
116441
 
116124
116442
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link,
116125
116443
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link {
116126
116444
  cursor: not-allowed;
116127
116445
  color: var(--Menu-fontColor-onDisabled) !important;
116128
- pointer-events: none;
116129
116446
  }
116130
116447
 
116131
116448
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title,
116132
116449
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title {
116133
116450
  cursor: not-allowed;
116134
116451
  color: var(--Menu-fontColor-onDisabled) !important;
116135
- pointer-events: none;
116136
116452
  }
116137
116453
 
116138
116454
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon,
@@ -116143,7 +116459,6 @@ title: Word Break
116143
116459
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow {
116144
116460
  cursor: not-allowed;
116145
116461
  color: var(--Menu-fontColor-onDisabled) !important;
116146
- pointer-events: none;
116147
116462
  }
116148
116463
 
116149
116464
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon,
@@ -116154,7 +116469,6 @@ title: Word Break
116154
116469
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-arrow {
116155
116470
  cursor: not-allowed;
116156
116471
  color: var(--Menu-fontColor-onDisabled) !important;
116157
- pointer-events: none;
116158
116472
  }
116159
116473
 
116160
116474
  .amis-scope .cxd-Nav-Menu-open-slide-up-enter,
@@ -116319,6 +116633,12 @@ title: Word Break
116319
116633
  color: var(--Menu-dark-fontColor);
116320
116634
  }
116321
116635
 
116636
+ .amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116637
+ .amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116638
+ .amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116639
+ color: var(--Menu-dark-fontColor-onHover);
116640
+ }
116641
+
116322
116642
  .amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
116323
116643
  background-color: var(--Menu-dark-backgroundColor);
116324
116644
  color: var(--Menu-dark-fontColor-onActive);