amis 2.7.3-beta.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (410) 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 +7 -6
  5. package/esm/renderers/Action.js +9 -4
  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 +9 -9
  36. package/esm/renderers/Divider.js +1 -1
  37. package/esm/renderers/Drawer.js +9 -9
  38. package/esm/renderers/DropDownButton.js +4 -7
  39. package/esm/renderers/Each.js +1 -1
  40. package/esm/renderers/Flex.js +1 -1
  41. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  42. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  43. package/esm/renderers/Form/ChainedSelect.d.ts +7 -6
  44. package/esm/renderers/Form/ChainedSelect.js +13 -11
  45. package/esm/renderers/Form/ChartRadios.js +1 -1
  46. package/esm/renderers/Form/Checkbox.js +1 -1
  47. package/esm/renderers/Form/Checkboxes.js +1 -1
  48. package/esm/renderers/Form/Combo.js +40 -20
  49. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  50. package/esm/renderers/Form/Control.js +1 -1
  51. package/esm/renderers/Form/DiffEditor.d.ts +843 -151
  52. package/esm/renderers/Form/DiffEditor.js +1 -1
  53. package/esm/renderers/Form/Editor.d.ts +843 -151
  54. package/esm/renderers/Form/Editor.js +1 -1
  55. package/esm/renderers/Form/FieldSet.js +1 -1
  56. package/esm/renderers/Form/Formula.js +1 -1
  57. package/esm/renderers/Form/Group.js +1 -1
  58. package/esm/renderers/Form/Hidden.js +1 -1
  59. package/esm/renderers/Form/IconPicker.js +1 -1
  60. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  61. package/esm/renderers/Form/IconSelect.js +1 -1
  62. package/esm/renderers/Form/IconSelectStore.js +1 -1
  63. package/esm/renderers/Form/InputArray.js +1 -1
  64. package/esm/renderers/Form/InputCity.js +1 -1
  65. package/esm/renderers/Form/InputColor.js +1 -1
  66. package/esm/renderers/Form/InputDate.js +1 -1
  67. package/esm/renderers/Form/InputDateRange.js +1 -1
  68. package/esm/renderers/Form/InputExcel.js +21 -11
  69. package/esm/renderers/Form/InputFile.js +4 -4
  70. package/esm/renderers/Form/InputFormula.js +1 -1
  71. package/esm/renderers/Form/InputGroup.d.ts +29 -2
  72. package/esm/renderers/Form/InputGroup.js +70 -6
  73. package/esm/renderers/Form/InputImage.js +4 -4
  74. package/esm/renderers/Form/InputMonthRange.js +1 -1
  75. package/esm/renderers/Form/InputNumber.d.ts +4 -0
  76. package/esm/renderers/Form/InputNumber.js +30 -18
  77. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  78. package/esm/renderers/Form/InputRange.js +5 -5
  79. package/esm/renderers/Form/InputRating.js +1 -1
  80. package/esm/renderers/Form/InputRepeat.js +1 -1
  81. package/esm/renderers/Form/InputRichText.js +1 -1
  82. package/esm/renderers/Form/InputSubForm.js +1 -1
  83. package/esm/renderers/Form/InputTable.d.ts +15 -5
  84. package/esm/renderers/Form/InputTable.js +66 -36
  85. package/esm/renderers/Form/InputTag.js +1 -1
  86. package/esm/renderers/Form/InputText.js +1 -1
  87. package/esm/renderers/Form/InputTree.d.ts +54 -2
  88. package/esm/renderers/Form/InputTree.js +78 -10
  89. package/esm/renderers/Form/InputYearRange.js +1 -1
  90. package/esm/renderers/Form/JSONSchema.js +1 -1
  91. package/esm/renderers/Form/JSONSchemaEditor.d.ts +22 -1
  92. package/esm/renderers/Form/JSONSchemaEditor.js +21 -5
  93. package/esm/renderers/Form/ListSelect.js +1 -1
  94. package/esm/renderers/Form/LocationPicker.js +1 -1
  95. package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
  96. package/esm/renderers/Form/NestedSelect.js +1 -1
  97. package/esm/renderers/Form/Picker.js +1 -1
  98. package/esm/renderers/Form/Radios.js +1 -1
  99. package/esm/renderers/Form/Select.d.ts +13 -0
  100. package/esm/renderers/Form/Select.js +5 -5
  101. package/esm/renderers/Form/Static.d.ts +1 -0
  102. package/esm/renderers/Form/Static.js +4 -3
  103. package/esm/renderers/Form/StaticHoc.js +3 -3
  104. package/esm/renderers/Form/Switch.js +1 -1
  105. package/esm/renderers/Form/TabsTransfer.js +1 -1
  106. package/esm/renderers/Form/TabsTransferPicker.js +1 -1
  107. package/esm/renderers/Form/Textarea.js +1 -1
  108. package/esm/renderers/Form/Transfer.js +1 -1
  109. package/esm/renderers/Form/TransferPicker.js +1 -1
  110. package/esm/renderers/Form/TreeSelect.d.ts +12 -0
  111. package/esm/renderers/Form/TreeSelect.js +18 -4
  112. package/esm/renderers/Form/UUID.js +1 -1
  113. package/esm/renderers/Form/UserSelect.js +1 -1
  114. package/esm/renderers/Grid.js +1 -1
  115. package/esm/renderers/Grid2D.js +1 -1
  116. package/esm/renderers/GridNav.js +1 -1
  117. package/esm/renderers/HBox.js +1 -1
  118. package/esm/renderers/IFrame.js +3 -3
  119. package/esm/renderers/Icon.js +1 -1
  120. package/esm/renderers/Image.js +1 -1
  121. package/esm/renderers/Images.js +1 -1
  122. package/esm/renderers/Json.js +1 -1
  123. package/esm/renderers/Link.js +1 -1
  124. package/esm/renderers/List.d.ts +4 -0
  125. package/esm/renderers/List.js +8 -9
  126. package/esm/renderers/Log.js +1 -1
  127. package/esm/renderers/Mapping.js +1 -1
  128. package/esm/renderers/Markdown.js +1 -1
  129. package/esm/renderers/MultilineText.js +1 -1
  130. package/esm/renderers/Nav.d.ts +17 -9
  131. package/esm/renderers/Nav.js +25 -19
  132. package/esm/renderers/Operation.js +1 -1
  133. package/esm/renderers/Page.js +5 -5
  134. package/esm/renderers/Pagination.js +1 -1
  135. package/esm/renderers/PaginationWrapper.js +1 -1
  136. package/esm/renderers/Panel.js +1 -1
  137. package/esm/renderers/Password.js +1 -1
  138. package/esm/renderers/Plain.js +1 -1
  139. package/esm/renderers/PopOver.js +3 -3
  140. package/esm/renderers/Portlet.js +4 -4
  141. package/esm/renderers/Progress.js +1 -1
  142. package/esm/renderers/Property.js +34 -24
  143. package/esm/renderers/QRCode.js +1 -1
  144. package/esm/renderers/QuickEdit.js +2 -2
  145. package/esm/renderers/Remark.js +1 -1
  146. package/esm/renderers/SearchBox.d.ts +5 -0
  147. package/esm/renderers/SearchBox.js +5 -4
  148. package/esm/renderers/Service.js +1 -1
  149. package/esm/renderers/SparkLine.js +1 -1
  150. package/esm/renderers/Spinner.js +1 -1
  151. package/esm/renderers/Status.d.ts +16 -1
  152. package/esm/renderers/Status.js +68 -22
  153. package/esm/renderers/Steps.js +1 -1
  154. package/esm/renderers/Table/ColumnToggler.d.ts +1 -0
  155. package/esm/renderers/Table/ColumnToggler.js +5 -5
  156. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  157. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  158. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  159. package/esm/renderers/Table/TableBody.js +3 -3
  160. package/esm/renderers/Table/TableCell.d.ts +4 -2
  161. package/esm/renderers/Table/TableCell.js +16 -10
  162. package/esm/renderers/Table/TableContent.js +1 -1
  163. package/esm/renderers/Table/TableRow.js +1 -1
  164. package/esm/renderers/Table/exportExcel.js +121 -74
  165. package/esm/renderers/Table/index.d.ts +1 -3
  166. package/esm/renderers/Table/index.js +14 -11
  167. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  168. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  169. package/esm/renderers/Table2/TableCell.d.ts +1 -0
  170. package/esm/renderers/Table2/TableCell.js +5 -2
  171. package/esm/renderers/Table2/index.js +8 -7
  172. package/esm/renderers/TableView.js +1 -1
  173. package/esm/renderers/Tabs.js +10 -8
  174. package/esm/renderers/Tag.js +1 -1
  175. package/esm/renderers/Tasks.js +1 -1
  176. package/esm/renderers/Timeline.js +1 -1
  177. package/esm/renderers/TooltipWrapper.js +1 -1
  178. package/esm/renderers/Tpl.js +1 -1
  179. package/esm/renderers/VBox.js +1 -1
  180. package/esm/renderers/Video.js +1 -1
  181. package/esm/renderers/WebComponent.js +1 -1
  182. package/esm/renderers/Wizard.js +1 -1
  183. package/esm/renderers/Words.js +1 -1
  184. package/esm/renderers/Wrapper.js +1 -1
  185. package/esm/schemaExtend.js +3 -3
  186. package/lib/compat.js +1 -1
  187. package/lib/index.js +1 -1
  188. package/lib/preset.js +1 -1
  189. package/lib/renderers/Action.d.ts +7 -6
  190. package/lib/renderers/Action.js +8 -3
  191. package/lib/renderers/Alert.d.ts +1 -1
  192. package/lib/renderers/Alert.js +1 -1
  193. package/lib/renderers/AnchorNav.js +1 -1
  194. package/lib/renderers/App.js +1 -1
  195. package/lib/renderers/Audio.js +1 -1
  196. package/lib/renderers/Avatar.js +1 -1
  197. package/lib/renderers/BarCode.js +1 -1
  198. package/lib/renderers/Breadcrumb.js +1 -1
  199. package/lib/renderers/ButtonGroup.js +1 -1
  200. package/lib/renderers/CRUD.js +2 -2
  201. package/lib/renderers/CRUD2.d.ts +2 -2
  202. package/lib/renderers/CRUD2.js +23 -9
  203. package/lib/renderers/Calendar.js +1 -1
  204. package/lib/renderers/Card.js +5 -4
  205. package/lib/renderers/Card2.js +1 -1
  206. package/lib/renderers/Cards.js +1 -1
  207. package/lib/renderers/Carousel.js +3 -3
  208. package/lib/renderers/Chart.js +33 -23
  209. package/lib/renderers/Code.js +24 -14
  210. package/lib/renderers/Collapse.js +1 -1
  211. package/lib/renderers/CollapseGroup.js +1 -1
  212. package/lib/renderers/Color.js +1 -1
  213. package/lib/renderers/Container.d.ts +1 -1
  214. package/lib/renderers/Container.js +1 -1
  215. package/lib/renderers/Copyable.d.ts +5 -0
  216. package/lib/renderers/Copyable.js +10 -7
  217. package/lib/renderers/Custom.js +2 -2
  218. package/lib/renderers/Date.js +1 -1
  219. package/lib/renderers/DateRange.js +2 -2
  220. package/lib/renderers/Dialog.d.ts +40 -40
  221. package/lib/renderers/Dialog.js +8 -8
  222. package/lib/renderers/Divider.js +1 -1
  223. package/lib/renderers/Drawer.js +8 -8
  224. package/lib/renderers/DropDownButton.js +4 -7
  225. package/lib/renderers/Each.js +1 -1
  226. package/lib/renderers/Flex.js +1 -1
  227. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  228. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  229. package/lib/renderers/Form/ChainedSelect.d.ts +7 -6
  230. package/lib/renderers/Form/ChainedSelect.js +11 -9
  231. package/lib/renderers/Form/ChartRadios.js +1 -1
  232. package/lib/renderers/Form/Checkbox.js +1 -1
  233. package/lib/renderers/Form/Checkboxes.js +1 -1
  234. package/lib/renderers/Form/Combo.js +39 -19
  235. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  236. package/lib/renderers/Form/Control.js +1 -1
  237. package/lib/renderers/Form/DiffEditor.d.ts +863 -171
  238. package/lib/renderers/Form/DiffEditor.js +1 -1
  239. package/lib/renderers/Form/Editor.d.ts +845 -153
  240. package/lib/renderers/Form/Editor.js +1 -1
  241. package/lib/renderers/Form/FieldSet.js +1 -1
  242. package/lib/renderers/Form/Formula.js +1 -1
  243. package/lib/renderers/Form/Group.js +1 -1
  244. package/lib/renderers/Form/Hidden.js +1 -1
  245. package/lib/renderers/Form/IconPicker.js +1 -1
  246. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  247. package/lib/renderers/Form/IconSelect.js +1 -1
  248. package/lib/renderers/Form/IconSelectStore.js +1 -1
  249. package/lib/renderers/Form/InputArray.js +1 -1
  250. package/lib/renderers/Form/InputCity.d.ts +40 -40
  251. package/lib/renderers/Form/InputCity.js +1 -1
  252. package/lib/renderers/Form/InputColor.d.ts +40 -40
  253. package/lib/renderers/Form/InputColor.js +1 -1
  254. package/lib/renderers/Form/InputDate.js +1 -1
  255. package/lib/renderers/Form/InputDateRange.js +1 -1
  256. package/lib/renderers/Form/InputExcel.js +20 -10
  257. package/lib/renderers/Form/InputFile.js +4 -4
  258. package/lib/renderers/Form/InputFormula.js +1 -1
  259. package/lib/renderers/Form/InputGroup.d.ts +30 -3
  260. package/lib/renderers/Form/InputGroup.js +68 -4
  261. package/lib/renderers/Form/InputImage.js +3 -3
  262. package/lib/renderers/Form/InputMonthRange.js +1 -1
  263. package/lib/renderers/Form/InputNumber.d.ts +4 -0
  264. package/lib/renderers/Form/InputNumber.js +29 -17
  265. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  266. package/lib/renderers/Form/InputRange.js +4 -4
  267. package/lib/renderers/Form/InputRating.js +1 -1
  268. package/lib/renderers/Form/InputRepeat.js +1 -1
  269. package/lib/renderers/Form/InputRichText.js +1 -1
  270. package/lib/renderers/Form/InputSubForm.js +1 -1
  271. package/lib/renderers/Form/InputTable.d.ts +15 -5
  272. package/lib/renderers/Form/InputTable.js +65 -35
  273. package/lib/renderers/Form/InputTag.js +1 -1
  274. package/lib/renderers/Form/InputText.js +1 -1
  275. package/lib/renderers/Form/InputTree.d.ts +54 -2
  276. package/lib/renderers/Form/InputTree.js +77 -7
  277. package/lib/renderers/Form/InputYearRange.js +1 -1
  278. package/lib/renderers/Form/JSONSchema.js +1 -1
  279. package/lib/renderers/Form/JSONSchemaEditor.d.ts +22 -1
  280. package/lib/renderers/Form/JSONSchemaEditor.js +20 -3
  281. package/lib/renderers/Form/ListSelect.js +1 -1
  282. package/lib/renderers/Form/LocationPicker.js +1 -1
  283. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  284. package/lib/renderers/Form/NestedSelect.js +1 -1
  285. package/lib/renderers/Form/Picker.js +1 -1
  286. package/lib/renderers/Form/Radios.js +1 -1
  287. package/lib/renderers/Form/Select.d.ts +13 -0
  288. package/lib/renderers/Form/Select.js +5 -5
  289. package/lib/renderers/Form/Static.d.ts +1 -0
  290. package/lib/renderers/Form/Static.js +4 -3
  291. package/lib/renderers/Form/StaticHoc.js +2 -2
  292. package/lib/renderers/Form/Switch.js +1 -1
  293. package/lib/renderers/Form/TabsTransfer.js +1 -1
  294. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  295. package/lib/renderers/Form/Textarea.js +1 -1
  296. package/lib/renderers/Form/Transfer.js +1 -1
  297. package/lib/renderers/Form/TransferPicker.js +1 -1
  298. package/lib/renderers/Form/TreeSelect.d.ts +12 -0
  299. package/lib/renderers/Form/TreeSelect.js +17 -3
  300. package/lib/renderers/Form/UUID.js +1 -1
  301. package/lib/renderers/Form/UserSelect.js +1 -1
  302. package/lib/renderers/Grid.js +1 -1
  303. package/lib/renderers/Grid2D.js +1 -1
  304. package/lib/renderers/GridNav.js +1 -1
  305. package/lib/renderers/HBox.js +1 -1
  306. package/lib/renderers/IFrame.js +2 -2
  307. package/lib/renderers/Icon.js +1 -1
  308. package/lib/renderers/Image.js +1 -1
  309. package/lib/renderers/Images.js +1 -1
  310. package/lib/renderers/Json.js +1 -1
  311. package/lib/renderers/Link.js +1 -1
  312. package/lib/renderers/List.d.ts +4 -0
  313. package/lib/renderers/List.js +7 -8
  314. package/lib/renderers/Log.js +1 -1
  315. package/lib/renderers/Mapping.js +1 -1
  316. package/lib/renderers/Markdown.js +1 -1
  317. package/lib/renderers/MultilineText.js +1 -1
  318. package/lib/renderers/Nav.d.ts +17 -9
  319. package/lib/renderers/Nav.js +25 -19
  320. package/lib/renderers/Operation.js +1 -1
  321. package/lib/renderers/Page.js +4 -4
  322. package/lib/renderers/Pagination.js +1 -1
  323. package/lib/renderers/PaginationWrapper.js +1 -1
  324. package/lib/renderers/Panel.js +1 -1
  325. package/lib/renderers/Password.js +1 -1
  326. package/lib/renderers/Plain.js +1 -1
  327. package/lib/renderers/PopOver.js +3 -3
  328. package/lib/renderers/Portlet.js +3 -3
  329. package/lib/renderers/Progress.js +1 -1
  330. package/lib/renderers/Property.js +33 -23
  331. package/lib/renderers/QRCode.js +1 -1
  332. package/lib/renderers/QuickEdit.js +2 -2
  333. package/lib/renderers/Remark.d.ts +1 -1
  334. package/lib/renderers/Remark.js +1 -1
  335. package/lib/renderers/SearchBox.d.ts +5 -0
  336. package/lib/renderers/SearchBox.js +5 -4
  337. package/lib/renderers/Service.js +1 -1
  338. package/lib/renderers/SparkLine.js +1 -1
  339. package/lib/renderers/Spinner.js +1 -1
  340. package/lib/renderers/Status.d.ts +16 -1
  341. package/lib/renderers/Status.js +67 -20
  342. package/lib/renderers/Steps.js +1 -1
  343. package/lib/renderers/Table/ColumnToggler.d.ts +1 -0
  344. package/lib/renderers/Table/ColumnToggler.js +4 -4
  345. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  346. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  347. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  348. package/lib/renderers/Table/TableBody.js +2 -2
  349. package/lib/renderers/Table/TableCell.d.ts +4 -2
  350. package/lib/renderers/Table/TableCell.js +15 -9
  351. package/lib/renderers/Table/TableContent.js +1 -1
  352. package/lib/renderers/Table/TableRow.js +1 -1
  353. package/lib/renderers/Table/exportExcel.js +120 -73
  354. package/lib/renderers/Table/index.d.ts +1 -3
  355. package/lib/renderers/Table/index.js +13 -10
  356. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  357. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  358. package/lib/renderers/Table2/TableCell.d.ts +1 -0
  359. package/lib/renderers/Table2/TableCell.js +5 -2
  360. package/lib/renderers/Table2/index.js +7 -6
  361. package/lib/renderers/TableView.js +1 -1
  362. package/lib/renderers/Tabs.js +9 -7
  363. package/lib/renderers/Tag.js +1 -1
  364. package/lib/renderers/Tasks.js +1 -1
  365. package/lib/renderers/Timeline.js +1 -1
  366. package/lib/renderers/TooltipWrapper.js +1 -1
  367. package/lib/renderers/Tpl.js +1 -1
  368. package/lib/renderers/VBox.js +1 -1
  369. package/lib/renderers/Video.js +1 -1
  370. package/lib/renderers/WebComponent.js +1 -1
  371. package/lib/renderers/Wizard.js +1 -1
  372. package/lib/renderers/Words.js +1 -1
  373. package/lib/renderers/Wrapper.js +1 -1
  374. package/lib/schemaExtend.js +2 -2
  375. package/lib/themes/ang-ie11.css +528 -282
  376. package/lib/themes/ang.css +888 -442
  377. package/lib/themes/antd-ie11.css +1335 -1089
  378. package/lib/themes/antd.css +902 -448
  379. package/lib/themes/cxd-ie11.css +513 -267
  380. package/lib/themes/cxd.css +888 -442
  381. package/lib/themes/dark-ie11.css +528 -282
  382. package/lib/themes/dark.css +888 -442
  383. package/lib/themes/default-ie11.css +513 -267
  384. package/lib/themes/default.css +888 -442
  385. package/package.json +4 -4
  386. package/schema.json +485 -288
  387. package/sdk/ang-ie11.css +564 -289
  388. package/sdk/ang.css +931 -456
  389. package/sdk/antd-ie11.css +1386 -1111
  390. package/sdk/antd.css +945 -462
  391. package/sdk/barcode.js +50 -50
  392. package/sdk/charts.js +14 -14
  393. package/sdk/codemirror.js +7 -7
  394. package/sdk/color-picker.js +65 -65
  395. package/sdk/cropperjs.js +2 -2
  396. package/sdk/cxd-ie11.css +554 -279
  397. package/sdk/cxd.css +931 -456
  398. package/sdk/dark-ie11.css +564 -289
  399. package/sdk/dark.css +931 -456
  400. package/sdk/exceljs.js +1 -1
  401. package/sdk/markdown.js +68 -68
  402. package/sdk/papaparse.js +1 -1
  403. package/sdk/rest.js +16 -16
  404. package/sdk/rich-text.js +62 -62
  405. package/sdk/sdk-ie11.css +554 -279
  406. package/sdk/sdk.css +931 -456
  407. package/sdk/sdk.js +1538 -1528
  408. package/sdk/thirds/hls.js/hls.js +1 -1
  409. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  410. package/sdk/tinymce.js +55 -55
package/sdk/cxd-ie11.css CHANGED
@@ -85092,7 +85092,7 @@ title: Word Break
85092
85092
 
85093
85093
  .amis-scope .rdtPicker td > span {
85094
85094
  display: inline-block;
85095
- border-radius: 2px;
85095
+ border-radius: 2px 2px 2px 2px;
85096
85096
  height: 24px;
85097
85097
  width: 24px;
85098
85098
  }
@@ -85111,6 +85111,11 @@ title: Word Break
85111
85111
  color: #b8babf;
85112
85112
  }
85113
85113
 
85114
+ .amis-scope .rdtPicker td.rdtOld span,
85115
+ .amis-scope .rdtPicker td.rdtNew span {
85116
+ background: transparent;
85117
+ }
85118
+
85114
85119
  .amis-scope .rdtPicker td.rdtToday {
85115
85120
  position: relative;
85116
85121
  }
@@ -87886,6 +87891,10 @@ title: Word Break
87886
87891
  vertical-align: middle;
87887
87892
  }
87888
87893
 
87894
+ .amis-scope .cxd-Button--size-default.cxd-Button--iconOnly {
87895
+ min-width: 2rem;
87896
+ }
87897
+
87889
87898
  .amis-scope .cxd-Button--size-xs {
87890
87899
  font-size: 12px;
87891
87900
  font-weight: 400;
@@ -87928,7 +87937,7 @@ title: Word Break
87928
87937
  }
87929
87938
 
87930
87939
  .amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly {
87931
- min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
87940
+ min-width: 1.375rem;
87932
87941
  }
87933
87942
 
87934
87943
  .amis-scope .cxd-Button--size-sm {
@@ -87973,7 +87982,7 @@ title: Word Break
87973
87982
  }
87974
87983
 
87975
87984
  .amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly {
87976
- min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
87985
+ min-width: 1.875rem;
87977
87986
  }
87978
87987
 
87979
87988
  .amis-scope .cxd-Button--size-md {
@@ -88018,7 +88027,7 @@ title: Word Break
88018
88027
  }
88019
88028
 
88020
88029
  .amis-scope .cxd-Button--size-md.cxd-Button--iconOnly {
88021
- min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
88030
+ min-width: 2rem;
88022
88031
  }
88023
88032
 
88024
88033
  .amis-scope .cxd-Button--size-lg {
@@ -88063,17 +88072,16 @@ title: Word Break
88063
88072
  }
88064
88073
 
88065
88074
  .amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly {
88066
- min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
88075
+ min-width: 2.375rem;
88067
88076
  }
88068
88077
 
88069
88078
  .amis-scope .cxd-Button--iconOnly {
88070
- min-width: calc( var(--Button-height) * var(--Button--iconOnly-minWidthRate) );
88079
+ padding: 0;
88071
88080
  }
88072
88081
 
88073
88082
  .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
88074
88083
  width: 0.875rem;
88075
88084
  height: 0.875rem;
88076
- top: 0.125rem;
88077
88085
  }
88078
88086
 
88079
88087
  .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
@@ -93551,7 +93559,7 @@ title: Word Break
93551
93559
  }
93552
93560
 
93553
93561
  .amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
93554
- background: #f7f7f9;
93562
+ background: #f7f8fa;
93555
93563
  }
93556
93564
 
93557
93565
  .amis-scope .cxd-ScheduleCalendar-large {
@@ -93811,7 +93819,7 @@ title: Word Break
93811
93819
  }
93812
93820
 
93813
93821
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
93814
- background: rgba(0, 123, 255, 0.1) !important;
93822
+ background: #e6f0ff !important;
93815
93823
  color: var(--Button--primary-bg);
93816
93824
  }
93817
93825
 
@@ -93830,12 +93838,12 @@ title: Word Break
93830
93838
 
93831
93839
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
93832
93840
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
93833
- 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;
93834
93842
  }
93835
93843
 
93836
93844
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
93837
93845
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
93838
- 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;
93839
93847
  }
93840
93848
 
93841
93849
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday {
@@ -97066,11 +97074,6 @@ title: Word Break
97066
97074
  justify-content: space-between;
97067
97075
  }
97068
97076
 
97069
- .amis-scope .cxd-InputTable-toolbar .cxd-Button {
97070
- border-color: transparent;
97071
- color: #2468f2;
97072
- }
97073
-
97074
97077
  .amis-scope .cxd-InputTable-pager {
97075
97078
  margin-left: auto;
97076
97079
  }
@@ -101620,6 +101623,23 @@ title: Word Break
101620
101623
  align-items: center;
101621
101624
  border-radius: 3px;
101622
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;
101623
101643
  }
101624
101644
 
101625
101645
  .amis-scope .cxd-ResultBox input {
@@ -101658,12 +101678,21 @@ title: Word Break
101658
101678
  }
101659
101679
 
101660
101680
  .amis-scope .cxd-ResultBox.is-focused,
101661
- .amis-scope .cxd-ResultBox.is-active,
101662
101681
  .amis-scope .cxd-ResultBox:focus {
101663
101682
  outline: none;
101664
- border-color: #2468f2;
101665
- box-shadow: none;
101666
- 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;
101667
101696
  }
101668
101697
 
101669
101698
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled) {
@@ -101671,9 +101700,10 @@ title: Word Break
101671
101700
  }
101672
101701
 
101673
101702
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
101674
- border-color: #2468f2;
101675
- box-shadow: none;
101676
- 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;
101677
101707
  }
101678
101708
 
101679
101709
  .amis-scope .cxd-ResultBox.is-error.is-focused {
@@ -101682,10 +101712,11 @@ title: Word Break
101682
101712
 
101683
101713
  .amis-scope .cxd-ResultBox.is-disabled {
101684
101714
  color: #b8babf;
101685
- background: #f7f8fa;
101686
- border-color: #e8e9eb;
101687
101715
  pointer-events: none;
101688
- 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;
101689
101720
  }
101690
101721
 
101691
101722
  .amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
@@ -101799,17 +101830,16 @@ title: Word Break
101799
101830
 
101800
101831
  .amis-scope .cxd-ResultBox-value {
101801
101832
  background: #f7f8fa;
101802
- color: #000;
101803
- font-size: 14px;
101804
- padding: 0 0.25rem;
101833
+ color: #151b26;
101834
+ font-size: 12px;
101805
101835
  min-height: 1.5rem;
101806
101836
  flex-wrap: nowrap;
101807
101837
  display: inline-flex;
101808
101838
  align-items: center;
101809
- margin-right: 0.25rem;
101810
- margin-bottom: 0.125rem;
101839
+ padding: 0rem 0.25rem 0rem 0.25rem;
101840
+ margin: 0rem 0.25rem 0.125rem 0rem;
101811
101841
  user-select: none;
101812
- border-radius: 0.125rem;
101842
+ border-radius: 2px 2px 2px 2px;
101813
101843
  }
101814
101844
 
101815
101845
  .amis-scope .cxd-ResultBox-value > a {
@@ -101819,7 +101849,7 @@ title: Word Break
101819
101849
  }
101820
101850
 
101821
101851
  .amis-scope .cxd-ResultBox-value > a:hover {
101822
- color: #666666;
101852
+ color: #151b26;
101823
101853
  }
101824
101854
 
101825
101855
  .amis-scope .cxd-ResultBox-value > a > svg {
@@ -101832,7 +101862,7 @@ title: Word Break
101832
101862
  }
101833
101863
 
101834
101864
  .amis-scope .cxd-ResultBox-value:hover {
101835
- background: rgba(0, 145, 255, 0.1);
101865
+ background: #e6f0ff;
101836
101866
  }
101837
101867
 
101838
101868
  .amis-scope .cxd-ResultBox-value.is-disabled {
@@ -101859,10 +101889,6 @@ title: Word Break
101859
101889
  min-height: 24px;
101860
101890
  }
101861
101891
 
101862
- .amis-scope .cxd-ResultBox.cxd-TransferDropDown {
101863
- padding: 0 0.75rem;
101864
- }
101865
-
101866
101892
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-TransferDropDown-icon {
101867
101893
  margin-right: 0.5rem;
101868
101894
  }
@@ -101876,7 +101902,7 @@ title: Word Break
101876
101902
  }
101877
101903
 
101878
101904
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
101879
- background: #e8e9eb;
101905
+ background: #e6f0ff;
101880
101906
  }
101881
101907
 
101882
101908
  .amis-scope .cxd-ResultBox-overflow-wrapper {
@@ -103504,6 +103530,17 @@ title: Word Break
103504
103530
  display: flex;
103505
103531
  }
103506
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
+
103507
103544
  .amis-scope .cxd-TextControl {
103508
103545
  position: relative;
103509
103546
  max-width: 100%;
@@ -103645,6 +103682,7 @@ title: Word Break
103645
103682
  .amis-scope .cxd-TextControl .cxd-TextControl-clear svg {
103646
103683
  font-size: 0.875rem;
103647
103684
  fill: #2468f2;
103685
+ color: #2468f2;
103648
103686
  width: 0.875rem;
103649
103687
  height: 0.875rem;
103650
103688
  }
@@ -103723,6 +103761,12 @@ title: Word Break
103723
103761
  flex-wrap: nowrap;
103724
103762
  }
103725
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
+
103726
103770
  @media (min-width: 576px) {
103727
103771
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs,
103728
103772
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm,
@@ -103739,19 +103783,22 @@ title: Word Break
103739
103783
  }
103740
103784
  }
103741
103785
 
103742
- .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 {
103743
103788
  flex-basis: 1;
103744
103789
  flex-grow: 1;
103745
103790
  min-width: 0;
103746
103791
  border-radius: 0;
103747
103792
  }
103748
103793
 
103749
- .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 {
103750
103796
  border-top-left-radius: 4px;
103751
103797
  border-bottom-left-radius: 4px;
103752
103798
  }
103753
103799
 
103754
- .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 {
103755
103802
  border-top-right-radius: 4px;
103756
103803
  border-bottom-right-radius: 4px;
103757
103804
  }
@@ -103775,6 +103822,8 @@ title: Word Break
103775
103822
 
103776
103823
  .amis-scope .cxd-TextControl-addOn:first-child {
103777
103824
  border-left-width: 1px;
103825
+ border-top-left-radius: 4px;
103826
+ border-bottom-left-radius: 4px;
103778
103827
  }
103779
103828
 
103780
103829
  .amis-scope .cxd-TextControl-addOn:last-child {
@@ -103787,7 +103836,7 @@ title: Word Break
103787
103836
  position: relative;
103788
103837
  border-radius: 0;
103789
103838
  margin-left: -0.0625rem;
103790
- border: 1px solid #e8e9eb;
103839
+ transition: none;
103791
103840
  }
103792
103841
 
103793
103842
  .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
@@ -104430,10 +104479,6 @@ title: Word Break
104430
104479
  background: #144bcc;
104431
104480
  }
104432
104481
 
104433
- .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i:before {
104434
- background: #144bcc;
104435
- }
104436
-
104437
104482
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
104438
104483
  border-color: #2468f2;
104439
104484
  background: #2468f2;
@@ -104903,16 +104948,21 @@ title: Word Break
104903
104948
  }
104904
104949
 
104905
104950
  .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
104906
- height: 2rem;
104907
- padding: 0.25rem 0.75rem;
104951
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
104908
104952
  color: #84878c;
104953
+ font-size: 14px;
104954
+ font-weight: 400;
104955
+ line-height: 1.5;
104909
104956
  }
104910
104957
 
104911
104958
  .amis-scope .cxd-GroupedSelection-item {
104912
104959
  display: flex;
104913
- line-height: 1.5;
104960
+ color: #151b26;
104961
+ background: transparent;
104962
+ line-height: 2rem;
104914
104963
  font-size: 14px;
104915
- padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104964
+ font-weight: 400;
104965
+ padding: 0rem 0.625rem 0rem 0.625rem;
104916
104966
  flex-direction: row;
104917
104967
  cursor: pointer;
104918
104968
  user-select: none;
@@ -104922,21 +104972,26 @@ title: Word Break
104922
104972
  margin-right: 0.625rem;
104923
104973
  }
104924
104974
 
104925
- .amis-scope .cxd-GroupedSelection-item.is-active {
104926
- background: transparent;
104927
- }
104928
-
104929
104975
  .amis-scope .cxd-GroupedSelection-item:hover {
104930
- background: #f7f8fa;
104976
+ color: #151b26;
104977
+ background: #e6f0ff;
104931
104978
  }
104932
104979
 
104933
104980
  .amis-scope .cxd-GroupedSelection-item:hover i {
104934
104981
  border: 1px solid #2468f2;
104935
104982
  }
104936
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
+
104937
104991
  .amis-scope .cxd-GroupedSelection-item.is-disabled {
104938
104992
  pointer-events: none;
104939
104993
  color: #b8babf;
104994
+ background: transparent;
104940
104995
  }
104941
104996
 
104942
104997
  .amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
@@ -104994,31 +105049,38 @@ title: Word Break
104994
105049
 
104995
105050
  .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
104996
105051
  .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
105052
+ color: #151b26;
104997
105053
  font-size: 12px;
104998
- padding-top: 0.25rem;
104999
- padding-bottom: 0.375rem;
105000
105054
  vertical-align: middle;
105001
105055
  }
105002
105056
 
105003
105057
  .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
105004
- padding-top: 0.375rem;
105058
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
105005
105059
  }
105006
105060
 
105007
- .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
105008
- .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
105009
- 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;
105010
105067
  }
105011
105068
 
105012
- .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
105013
105069
  .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
105014
- padding-right: 1rem;
105070
+ padding-right: 1.125rem;
105015
105071
  }
105016
105072
 
105017
- .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
105073
+ .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
105018
105074
  color: #2468f2;
105019
105075
  background: transparent;
105020
105076
  }
105021
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
+
105022
105084
  .amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
105023
105085
  color: #84878c;
105024
105086
  margin-right: 0.25rem;
@@ -105124,9 +105186,12 @@ title: Word Break
105124
105186
 
105125
105187
  .amis-scope .cxd-ChainedSelection-item {
105126
105188
  display: flex;
105127
- line-height: 1.5;
105128
105189
  font-size: 14px;
105129
- 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;
105130
105195
  flex-direction: row;
105131
105196
  cursor: pointer;
105132
105197
  user-select: none;
@@ -105142,12 +105207,14 @@ title: Word Break
105142
105207
  }
105143
105208
 
105144
105209
  .amis-scope .cxd-ChainedSelection-item:hover {
105145
- background: #f7f8fa;
105210
+ color: #151b26;
105211
+ background: #e6f0ff;
105146
105212
  }
105147
105213
 
105148
105214
  .amis-scope .cxd-ChainedSelection-item.is-disabled {
105149
105215
  pointer-events: none;
105150
105216
  color: #b8babf;
105217
+ background: transparent;
105151
105218
  }
105152
105219
 
105153
105220
  .amis-scope .cxd-ChainedSelection-itemLabel {
@@ -105484,6 +105551,7 @@ title: Word Break
105484
105551
  border: 1px solid #e8e9eb;
105485
105552
  border-radius: 4px;
105486
105553
  overflow: hidden;
105554
+ position: relative;
105487
105555
  border-width: 1px 1px 1px 1px;
105488
105556
  border-style: solid solid solid solid;
105489
105557
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
@@ -105499,6 +105567,10 @@ title: Word Break
105499
105567
  background: transparent;
105500
105568
  }
105501
105569
 
105570
+ .amis-scope .cxd-Number:hover .cxd-Number-input {
105571
+ padding-right: calc( 1.5rem + 0.75rem );
105572
+ }
105573
+
105502
105574
  .amis-scope .cxd-Number-focused {
105503
105575
  border-width: 1px 1px 1px 1px;
105504
105576
  border-style: solid solid solid solid;
@@ -105614,7 +105686,8 @@ title: Word Break
105614
105686
 
105615
105687
  .amis-scope .cxd-Number-handler-wrap {
105616
105688
  display: none;
105617
- float: right;
105689
+ position: absolute;
105690
+ right: 0;
105618
105691
  border-left: 0.0625rem solid #e8e9eb;
105619
105692
  width: 1.5rem;
105620
105693
  height: 100%;
@@ -105645,8 +105718,6 @@ title: Word Break
105645
105718
  .amis-scope .cxd-Number-disabled .cxd-Number-input {
105646
105719
  opacity: 0.72;
105647
105720
  cursor: not-allowed;
105648
- border-top-right-radius: 0px;
105649
- border-bottom-right-radius: 0px;
105650
105721
  color: #b8babf;
105651
105722
  background: #f7f8fa;
105652
105723
  border-color: #e8e9eb;
@@ -105694,12 +105765,12 @@ title: Word Break
105694
105765
  padding: calc(
105695
105766
  (
105696
105767
  2rem - 1.5 *
105697
- 14px - 1px * 2
105768
+ 14px - 0.0625rem * 2
105698
105769
  ) / 2
105699
105770
  ) 0 calc(
105700
105771
  (
105701
105772
  2rem - 1.5 *
105702
- 14px - 1px * 2
105773
+ 14px - 0.0625rem * 2
105703
105774
  ) / 2
105704
105775
  ) 0.625rem;
105705
105776
  }
@@ -105744,6 +105815,10 @@ title: Word Break
105744
105815
  border-radius: 4px 4px 4px 4px;
105745
105816
  }
105746
105817
 
105818
+ .amis-scope .cxd-Number--enhance:hover .cxd-Number-input {
105819
+ padding-right: 0.75rem;
105820
+ }
105821
+
105747
105822
  .amis-scope .cxd-Number--enhance:hover .cxd-Number--enhance-input {
105748
105823
  background: transparent;
105749
105824
  }
@@ -105938,11 +106013,23 @@ title: Word Break
105938
106013
  outline: none;
105939
106014
  position: relative;
105940
106015
  font-size: 14px;
105941
- border: 1px solid #e8e9eb;
105942
- background: #ffffff;
105943
- 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;
105944
106031
  min-height: 2rem;
105945
- 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;
105946
106033
  cursor: pointer;
105947
106034
  color: #151b26;
105948
106035
  }
@@ -105952,8 +106039,10 @@ title: Word Break
105952
106039
  }
105953
106040
 
105954
106041
  .amis-scope .cxd-Select:hover {
105955
- background: #ffffff;
105956
- 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;
105957
106046
  }
105958
106047
 
105959
106048
  .amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
@@ -105961,13 +106050,28 @@ title: Word Break
105961
106050
  }
105962
106051
 
105963
106052
  .amis-scope .cxd-Select:active {
105964
- 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;
105965
106068
  }
105966
106069
 
105967
106070
  .amis-scope .cxd-Select.is-disabled {
105968
- color: #b8babf;
106071
+ border-width: 1px 1px 1px 1px;
106072
+ border-style: solid solid solid solid;
106073
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
105969
106074
  background: #f7f8fa;
105970
- border-color: #e8e9eb;
105971
106075
  }
105972
106076
 
105973
106077
  .amis-scope .cxd-Select:focus {
@@ -105979,13 +106083,11 @@ title: Word Break
105979
106083
  }
105980
106084
 
105981
106085
  .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
105982
- height: 2rem;
105983
106086
  line-height: 2rem;
105984
106087
  }
105985
106088
 
105986
106089
  .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
105987
- height: 2rem;
105988
- line-height: 1.875rem;
106090
+ line-height: 2rem;
105989
106091
  }
105990
106092
 
105991
106093
  .amis-scope .cxd-Select--borderHalf {
@@ -106023,7 +106125,6 @@ title: Word Break
106023
106125
  }
106024
106126
 
106025
106127
  .amis-scope .cxd-Select-value {
106026
- line-height: calc( 1.5 * 14px );
106027
106128
  white-space: nowrap;
106028
106129
  max-width: 100%;
106029
106130
  overflow: hidden;
@@ -106041,7 +106142,7 @@ title: Word Break
106041
106142
  .amis-scope .cxd-Select--multi {
106042
106143
  height: auto;
106043
106144
  min-height: 2rem;
106044
- padding: 0.25rem 0 0.25rem 0.25rem;
106145
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
106045
106146
  }
106046
106147
 
106047
106148
  .amis-scope .cxd-Select--multi .cxd-Select-valueWrap > input {
@@ -106066,21 +106167,22 @@ title: Word Break
106066
106167
  display: inline-block;
106067
106168
  vertical-align: middle;
106068
106169
  font-size: 12px;
106170
+ font-weight: 400;
106171
+ color: #151b26;
106069
106172
  background: #f7f8fa;
106070
106173
  border: 0.0625rem solid #f2f3f5;
106071
- border-radius: 0.125rem;
106072
- margin-right: 0.25rem;
106073
- 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;
106074
106177
  }
106075
106178
 
106076
106179
  .amis-scope .cxd-Select--multi .cxd-Select-value:hover {
106077
- background-color: #e8e9eb;
106180
+ background-color: #e6f0ff;
106078
106181
  }
106079
106182
 
106080
106183
  .amis-scope .cxd-Select--multi .cxd-Select-valueLabel {
106081
106184
  display: inline-block;
106082
106185
  max-width: 7.5rem;
106083
- padding: 0 0.25rem;
106084
106186
  overflow: hidden;
106085
106187
  vertical-align: top;
106086
106188
  text-overflow: ellipsis;
@@ -106089,8 +106191,8 @@ title: Word Break
106089
106191
 
106090
106192
  .amis-scope .cxd-Select-valueIcon {
106091
106193
  cursor: pointer;
106092
- padding: 1px 5px;
106093
- color: #5c5f66;
106194
+ margin-left: 0.625rem;
106195
+ color: #b8babf;
106094
106196
  }
106095
106197
 
106096
106198
  .amis-scope .cxd-Select-valueIcon:hover {
@@ -106110,7 +106212,6 @@ title: Word Break
106110
106212
  }
106111
106213
 
106112
106214
  .amis-scope .cxd-Select-arrow {
106113
- margin-right: 0.75rem;
106114
106215
  width: 1rem;
106115
106216
  text-align: center;
106116
106217
  display: flex;
@@ -106208,8 +106309,13 @@ title: Word Break
106208
106309
 
106209
106310
  .amis-scope .cxd-Select-option {
106210
106311
  cursor: pointer;
106211
- padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
106312
+ padding: 0rem 0.625rem 0rem 0.625rem;
106212
106313
  display: flex;
106314
+ color: #151b26;
106315
+ font-size: 14px;
106316
+ font-weight: 400;
106317
+ background: transparent;
106318
+ line-height: 2rem;
106213
106319
  }
106214
106320
 
106215
106321
  .amis-scope .cxd-Select-option-checkbox {
@@ -106239,6 +106345,9 @@ title: Word Break
106239
106345
  overflow: hidden;
106240
106346
  white-space: nowrap;
106241
106347
  width: 100%;
106348
+ font-size: 14px;
106349
+ font-weight: 400;
106350
+ color: #151b26;
106242
106351
  }
106243
106352
 
106244
106353
  .amis-scope .cxd-Select-option.is-active {
@@ -106246,16 +106355,28 @@ title: Word Break
106246
106355
  background: transparent;
106247
106356
  }
106248
106357
 
106358
+ .amis-scope .cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
106359
+ color: #2468f2;
106360
+ }
106361
+
106249
106362
  .amis-scope .cxd-Select-option.is-highlight {
106250
106363
  color: #151b26;
106251
106364
  background: #e6f0ff;
106252
106365
  }
106253
106366
 
106367
+ .amis-scope .cxd-Select-option.is-highlight .cxd-Select-option-checkbox > label > span {
106368
+ color: #151b26;
106369
+ }
106370
+
106254
106371
  .amis-scope .cxd-Select-option.is-disabled {
106255
106372
  color: #b8babf;
106256
106373
  background: transparent;
106257
106374
  }
106258
106375
 
106376
+ .amis-scope .cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
106377
+ color: #b8babf;
106378
+ }
106379
+
106259
106380
  .amis-scope .cxd-Select-option > label {
106260
106381
  display: block;
106261
106382
  }
@@ -106295,7 +106416,7 @@ title: Word Break
106295
106416
  .amis-scope .cxd-Select-addBtn {
106296
106417
  display: block;
106297
106418
  cursor: pointer;
106298
- padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
106419
+ padding: 0rem 0.625rem 0rem 0.625rem;
106299
106420
  }
106300
106421
 
106301
106422
  .amis-scope .cxd-Select-addBtn:hover {
@@ -106308,12 +106429,6 @@ title: Word Break
106308
106429
  margin-right: 0.25rem;
106309
106430
  }
106310
106431
 
106311
- .amis-scope .cxd-Select.is-focused:not(.is-mobile),
106312
- .amis-scope .cxd-Select.is-opened:not(.is-mobile) {
106313
- border-color: #2468f2;
106314
- color: #151b26;
106315
- }
106316
-
106317
106432
  .amis-scope .cxd-Select-spinner {
106318
106433
  line-height: calc( 1.5 * 14px );
106319
106434
  }
@@ -106337,7 +106452,7 @@ title: Word Break
106337
106452
  }
106338
106453
 
106339
106454
  .amis-scope .cxd-Select-clear svg:hover > path:first-of-type {
106340
- fill: #5c5f66;
106455
+ fill: #b8babf;
106341
106456
  }
106342
106457
 
106343
106458
  .amis-scope .cxd-Select-popup {
@@ -106362,21 +106477,22 @@ title: Word Break
106362
106477
  display: inline-block;
106363
106478
  vertical-align: middle;
106364
106479
  font-size: 12px;
106480
+ font-weight: 400;
106481
+ color: #151b26;
106365
106482
  background: #f7f8fa;
106366
106483
  border: 0.0625rem solid #f2f3f5;
106367
- border-radius: 0.125rem;
106368
- margin-right: 0.25rem;
106369
- 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;
106370
106487
  }
106371
106488
 
106372
106489
  .amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value:hover {
106373
- background-color: #e8e9eb;
106490
+ background-color: #e6f0ff;
106374
106491
  }
106375
106492
 
106376
106493
  .amis-scope .cxd-Select-overflow-wrapper .cxd-Select-valueLabel {
106377
106494
  display: inline-block;
106378
106495
  max-width: 7.5rem;
106379
- padding: 0 0.25rem;
106380
106496
  overflow: hidden;
106381
106497
  vertical-align: top;
106382
106498
  text-overflow: ellipsis;
@@ -106731,13 +106847,8 @@ title: Word Break
106731
106847
  display: inline-flex;
106732
106848
  flex-wrap: nowrap;
106733
106849
  border: 1px solid #e8e9eb;
106734
- font-size: 12px;
106735
- padding: calc(
106736
- (
106737
- 2rem - 1.5 *
106738
- 12px
106739
- ) / 2 - 1px
106740
- ) 0.75rem;
106850
+ font-size: 14px;
106851
+ padding: 0.375rem 0.75rem;
106741
106852
  height: 2rem;
106742
106853
  outline: none;
106743
106854
  white-space: nowrap;
@@ -106761,7 +106872,7 @@ title: Word Break
106761
106872
 
106762
106873
  .amis-scope .cxd-LocationPicker.is-focused,
106763
106874
  .amis-scope .cxd-LocationPicker.is-active {
106764
- border-color: #144bcc;
106875
+ border-color: #2468f2;
106765
106876
  box-shadow: none;
106766
106877
  }
106767
106878
 
@@ -107042,20 +107153,29 @@ title: Word Break
107042
107153
  position: relative;
107043
107154
  display: inline-flex;
107044
107155
  flex-wrap: nowrap;
107045
- border: 1px solid #e8e9eb;
107046
- font-size: 12px;
107047
- padding: calc(
107048
- (
107049
- 2rem - 1.5 *
107050
- 12px
107051
- ) / 2 - 1px
107052
- ) 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;
107053
107170
  height: 2rem;
107054
107171
  outline: none;
107055
107172
  white-space: nowrap;
107056
107173
  color: #151b26;
107057
107174
  background: #ffffff;
107058
- border-radius: 4px;
107175
+ border-radius: 4px
107176
+ 4px
107177
+ 4px
107178
+ 4px;
107059
107179
  min-width: calc(
107060
107180
  16px * 5 + 0.75rem * 2 +
107061
107181
  14px * 2
@@ -107068,6 +107188,9 @@ title: Word Break
107068
107188
  background: none;
107069
107189
  padding: 0;
107070
107190
  border: 0;
107191
+ font-size: 14px;
107192
+ font-weight: 400;
107193
+ color: #151b26;
107071
107194
  }
107072
107195
 
107073
107196
  .amis-scope .cxd-DatePicker-input:focus {
@@ -107100,7 +107223,16 @@ title: Word Break
107100
107223
 
107101
107224
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover {
107102
107225
  background: #ffffff;
107103
- 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;
107104
107236
  }
107105
107237
 
107106
107238
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
@@ -107112,20 +107244,29 @@ title: Word Break
107112
107244
  }
107113
107245
 
107114
107246
  .amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
107115
- border-color: #144bcc;
107116
- 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;
107117
107255
  }
107118
107256
 
107119
- .amis-scope .cxd-DatePicker .cxd-DatePicker-input {
107120
- font-size: 14px;
107257
+ .amis-scope .cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
107258
+ color: #151b26;
107121
107259
  }
107122
107260
 
107123
107261
  .amis-scope .cxd-DatePicker.is-disabled {
107124
- 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;
107125
107266
  }
107126
107267
 
107127
107268
  .amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
107128
- color: #b8babf;
107269
+ color: #151b26;
107129
107270
  }
107130
107271
 
107131
107272
  .amis-scope .cxd-DatePicker-placeholder {
@@ -107169,6 +107310,20 @@ title: Word Break
107169
107310
  fill: #303540;
107170
107311
  }
107171
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
+
107172
107327
  .amis-scope .cxd-DatePicker-clear {
107173
107328
  padding: 0.1875rem;
107174
107329
  cursor: pointer;
@@ -107195,6 +107350,11 @@ title: Word Break
107195
107350
  fill: #303540;
107196
107351
  }
107197
107352
 
107353
+ .amis-scope .cxd-DatePicker-clear svg {
107354
+ width: 0.875rem;
107355
+ height: 0.875rem;
107356
+ }
107357
+
107198
107358
  .amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
107199
107359
  display: flex;
107200
107360
  }
@@ -107353,7 +107513,8 @@ title: Word Break
107353
107513
  .amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
107354
107514
  .amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
107355
107515
  .amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
107356
- background: #f7f7f9;
107516
+ color: #151b26;
107517
+ background: #f7f8fa;
107357
107518
  }
107358
107519
 
107359
107520
  .amis-scope .rdt .rdtPicker td.rdtToday > span {
@@ -107365,7 +107526,7 @@ title: Word Break
107365
107526
  }
107366
107527
 
107367
107528
  .amis-scope .rdt .rdtPicker td.rdtBetween {
107368
- background: rgba(0, 123, 255, 0.1);
107529
+ background: #e6f0ff;
107369
107530
  }
107370
107531
 
107371
107532
  .amis-scope .rdt .rdtPicker td.rdtToday:before {
@@ -107384,6 +107545,7 @@ title: Word Break
107384
107545
 
107385
107546
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
107386
107547
  .amis-scope .rdt .rdtPicker td.rdtActive:hover > span {
107548
+ color: #ffffff;
107387
107549
  background: #2468f2;
107388
107550
  }
107389
107551
 
@@ -107396,7 +107558,7 @@ title: Word Break
107396
107558
  }
107397
107559
 
107398
107560
  .amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
107399
- background: #f7f7f9;
107561
+ background: #f7f8fa;
107400
107562
  }
107401
107563
 
107402
107564
  .amis-scope .rdt thead tr:first-child th {
@@ -107471,6 +107633,8 @@ title: Word Break
107471
107633
  text-align: center;
107472
107634
  height: 28px;
107473
107635
  line-height: 28px;
107636
+ font-size: 12px;
107637
+ font-weight: 400;
107474
107638
  cursor: pointer;
107475
107639
  }
107476
107640
 
@@ -107481,7 +107645,7 @@ title: Word Break
107481
107645
 
107482
107646
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
107483
107647
  color: #151b26;
107484
- background: #f7f7f9;
107648
+ background: #f7f8fa;
107485
107649
  }
107486
107650
 
107487
107651
  .amis-scope .cxd-TimeContentWrapper {
@@ -107741,7 +107905,7 @@ title: Word Break
107741
107905
  cursor: pointer !important;
107742
107906
  width: 1rem;
107743
107907
  padding: 0;
107744
- color: #84868c;
107908
+ color: #84878c;
107745
107909
  font-size: 18px;
107746
107910
  text-decoration: none;
107747
107911
  font-family: auto;
@@ -107815,12 +107979,15 @@ title: Word Break
107815
107979
  .amis-scope td.rdtYear > span,
107816
107980
  .amis-scope td.rdtQuarter > span {
107817
107981
  display: inline-block;
107982
+ color: #151b26;
107983
+ background: transparent;
107984
+ border-radius: 2px 2px 2px 2px;
107818
107985
  }
107819
107986
 
107820
107987
  .amis-scope td.rdtMonth.rdtBetween,
107821
107988
  .amis-scope td.rdtYear.rdtBetween,
107822
107989
  .amis-scope td.rdtQuarter.rdtBetween {
107823
- background: rgba(0, 123, 255, 0.1);
107990
+ background: #e6f0ff;
107824
107991
  }
107825
107992
 
107826
107993
  .amis-scope td.rdtMonth:hover,
@@ -107833,7 +108000,7 @@ title: Word Break
107833
108000
  .amis-scope td.rdtYear:hover > span,
107834
108001
  .amis-scope td.rdtQuarter:hover > span {
107835
108002
  color: #151b26;
107836
- background: #f7f7f9;
108003
+ background: #f7f8fa;
107837
108004
  }
107838
108005
 
107839
108006
  .amis-scope td.rdtMonth.rdtActive,
@@ -107852,7 +108019,7 @@ title: Word Break
107852
108019
  .amis-scope td.rdtQuarter.rdtActive > span,
107853
108020
  .amis-scope td.rdtQuarter.rdtActive:hover > span {
107854
108021
  background: #2468f2 !important;
107855
- color: #ffffff;
108022
+ color: #ffffff !important;
107856
108023
  }
107857
108024
 
107858
108025
  .amis-scope td.rdtMonth.rdtDisabled,
@@ -107861,22 +108028,31 @@ title: Word Break
107861
108028
  .amis-scope td.rdtYear.rdtDisabled:hover,
107862
108029
  .amis-scope td.rdtQuarter.rdtDisabled,
107863
108030
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
107864
- 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;
107865
108041
  color: #b8babf;
107866
108042
  }
107867
108043
 
107868
108044
  .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
107869
- 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%);
107870
108046
  }
107871
108047
 
107872
108048
  .amis-scope .rdt .rdtPicker td.is-disabled {
107873
108049
  cursor: not-allowed !important;
107874
- background: #f7f7f9;
108050
+ background: #f7f8fa;
107875
108051
  color: #b8babf;
107876
108052
  }
107877
108053
 
107878
108054
  .amis-scope .rdt .rdtPicker td.is-disabled:hover {
107879
- background: #f7f7f9;
108055
+ background: #f7f8fa;
107880
108056
  color: #b8babf;
107881
108057
  }
107882
108058
 
@@ -107886,26 +108062,49 @@ title: Word Break
107886
108062
  }
107887
108063
 
107888
108064
  .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
107889
- 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%);
107890
108066
  }
107891
108067
 
107892
108068
  .amis-scope .cxd-DateCalendar {
107893
108069
  display: inline-block;
107894
- border: 1px solid #e8e9eb;
108070
+ border: 1px
108071
+ 1px
108072
+ 1px
108073
+ 1px solid #e8e9eb
108074
+ #e8e9eb
108075
+ #e8e9eb
108076
+ #e8e9eb;
107895
108077
  background: #ffffff;
107896
- border-radius: 4px;
108078
+ border-radius: 4px
108079
+ 4px
108080
+ 4px
108081
+ 4px;
107897
108082
  }
107898
108083
 
107899
108084
  .amis-scope .cxd-DateRangePicker {
107900
108085
  position: relative;
107901
108086
  display: inline-flex;
107902
108087
  flex-wrap: nowrap;
107903
- border: 1px solid #e8e9eb;
107904
- font-size: 12px;
107905
- 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;
107906
108102
  height: 2rem;
107907
108103
  outline: none;
107908
- border-radius: 4px;
108104
+ border-radius: 4px
108105
+ 4px
108106
+ 4px
108107
+ 4px;
107909
108108
  color: #151b26;
107910
108109
  background: #ffffff;
107911
108110
  }
@@ -107926,7 +108125,16 @@ title: Word Break
107926
108125
 
107927
108126
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
107928
108127
  background: #ffffff;
107929
- 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;
107930
108138
  }
107931
108139
 
107932
108140
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
@@ -107938,8 +108146,18 @@ title: Word Break
107938
108146
  }
107939
108147
 
107940
108148
  .amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
107941
- border-color: #144bcc;
107942
- 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;
107943
108161
  }
107944
108162
 
107945
108163
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
@@ -107952,6 +108170,8 @@ title: Word Break
107952
108170
  width: 50%;
107953
108171
  line-height: 1.875rem;
107954
108172
  font-size: 14px;
108173
+ font-weight: 400;
108174
+ color: #151b26;
107955
108175
  }
107956
108176
 
107957
108177
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
@@ -107975,11 +108195,14 @@ title: Word Break
107975
108195
  }
107976
108196
 
107977
108197
  .amis-scope .cxd-DateRangePicker.is-disabled {
107978
- 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;
107979
108202
  }
107980
108203
 
107981
108204
  .amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
107982
- color: #b8babf;
108205
+ color: #151b26;
107983
108206
  }
107984
108207
 
107985
108208
  .amis-scope .cxd-DateRangePicker-placeholder {
@@ -108022,6 +108245,20 @@ title: Word Break
108022
108245
  fill: #303540;
108023
108246
  }
108024
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
+
108025
108262
  .amis-scope .cxd-DateRangePicker-clear {
108026
108263
  padding: 0.1875rem;
108027
108264
  cursor: pointer;
@@ -108048,6 +108285,11 @@ title: Word Break
108048
108285
  fill: #303540;
108049
108286
  }
108050
108287
 
108288
+ .amis-scope .cxd-DateRangePicker-clear svg {
108289
+ width: 0.875rem;
108290
+ height: 0.875rem;
108291
+ }
108292
+
108051
108293
  .amis-scope .cxd-DateRangePicker-activeCursor {
108052
108294
  bottom: 0;
108053
108295
  height: 2px;
@@ -108146,9 +108388,23 @@ title: Word Break
108146
108388
 
108147
108389
  .amis-scope .cxd-DateRangeCalendar {
108148
108390
  display: inline-block;
108149
- 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;
108150
108403
  background: #ffffff;
108151
- border-radius: 4px;
108404
+ border-radius: 4px
108405
+ 4px
108406
+ 4px
108407
+ 4px;
108152
108408
  }
108153
108409
 
108154
108410
  .amis-scope .cxd-DateRangePicker.is-mobile {
@@ -108971,17 +109227,17 @@ title: Word Break
108971
109227
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
108972
109228
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
108973
109229
  color: #2468f2;
108974
- background: #ffffff;
109230
+ background: transparent;
108975
109231
  }
108976
109232
 
108977
109233
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:hover,
108978
109234
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:focus {
108979
- background: #ffffff;
109235
+ background: transparent;
108980
109236
  }
108981
109237
 
108982
109238
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
108983
109239
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
108984
- background: #ffffff;
109240
+ background: transparent;
108985
109241
  }
108986
109242
 
108987
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 {
@@ -109360,6 +109616,25 @@ title: Word Break
109360
109616
  border: 0;
109361
109617
  }
109362
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
+
109363
109638
  .amis-scope .cxd-Tree-list,
109364
109639
  .amis-scope .cxd-Tree-sublist {
109365
109640
  list-style: none;
@@ -109626,6 +109901,7 @@ title: Word Break
109626
109901
  flex: 1 auto;
109627
109902
  display: inline-block;
109628
109903
  color: #151b26;
109904
+ font-size: 14px;
109629
109905
  max-width: 100%;
109630
109906
  overflow: hidden;
109631
109907
  text-overflow: ellipsis;
@@ -110253,7 +110529,7 @@ title: Word Break
110253
110529
 
110254
110530
  .amis-scope .cxd-SubForm-value {
110255
110531
  background: #f7f8fa;
110256
- color: #000;
110532
+ color: #151b26;
110257
110533
  font-size: 14px;
110258
110534
  padding: 0 0.25rem;
110259
110535
  min-height: 1.5rem;
@@ -110279,7 +110555,7 @@ title: Word Break
110279
110555
  .amis-scope .cxd-SubForm-valueDel:hover,
110280
110556
  .amis-scope .cxd-SubForm-valueEdit:hover,
110281
110557
  .amis-scope .cxd-SubForm-valueDragBar:hover {
110282
- color: #666666;
110558
+ color: #151b26;
110283
110559
  }
110284
110560
 
110285
110561
  .amis-scope .cxd-SubForm-valueDel > svg,
@@ -110296,7 +110572,7 @@ title: Word Break
110296
110572
  }
110297
110573
 
110298
110574
  .amis-scope .cxd-SubForm-value:hover {
110299
- background: rgba(0, 145, 255, 0.1);
110575
+ background: #e6f0ff;
110300
110576
  }
110301
110577
 
110302
110578
  .amis-scope .cxd-SubForm-value.is-disabled {
@@ -110369,6 +110645,11 @@ title: Word Break
110369
110645
  margin-right: 0.25rem;
110370
110646
  }
110371
110647
 
110648
+ .amis-scope .cxd-ChainedSelectControl-spinner {
110649
+ display: inline-block;
110650
+ vertical-align: middle;
110651
+ }
110652
+
110372
110653
  .amis-scope .cxd-Picker {
110373
110654
  position: relative;
110374
110655
  max-width: 100%;
@@ -110640,10 +110921,6 @@ title: Word Break
110640
110921
  position: relative;
110641
110922
  }
110642
110923
 
110643
- .amis-scope .cxd-TagControl-input.is-focused {
110644
- border-radius: 0;
110645
- }
110646
-
110647
110924
  .amis-scope .cxd-TagControl-input.is-disabled {
110648
110925
  border-style: dashed;
110649
110926
  background: transparent;
@@ -111162,7 +111439,7 @@ title: Word Break
111162
111439
  }
111163
111440
 
111164
111441
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
111165
- padding-right: var(--sizes-size-10);
111442
+ padding-right: 1.125rem;
111166
111443
  }
111167
111444
 
111168
111445
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
@@ -111177,7 +111454,7 @@ title: Word Break
111177
111454
  }
111178
111455
 
111179
111456
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
111180
- padding-right: var(--sizes-size-10);
111457
+ padding-right: 1.125rem;
111181
111458
  }
111182
111459
 
111183
111460
  .amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
@@ -111429,6 +111706,10 @@ title: Word Break
111429
111706
  line-height: 2rem;
111430
111707
  cursor: pointer;
111431
111708
  display: flex;
111709
+ font-size: 14px;
111710
+ font-weight: 400;
111711
+ color: #151b26;
111712
+ background: transparent;
111432
111713
  }
111433
111714
 
111434
111715
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
@@ -112356,7 +112637,7 @@ title: Word Break
112356
112637
  }
112357
112638
 
112358
112639
  .amis-scope .cxd-Form-item.is-error > .cxd-Form-label {
112359
- color: #2468f2;
112640
+ color: #f23d3d;
112360
112641
  }
112361
112642
 
112362
112643
  .amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
@@ -112443,7 +112724,6 @@ title: Word Break
112443
112724
  }
112444
112725
 
112445
112726
  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
112446
- height: 2rem;
112447
112727
  line-height: 2rem;
112448
112728
  margin: 0;
112449
112729
  margin-right: 1rem;
@@ -113993,6 +114273,10 @@ title: Word Break
113993
114273
  margin-top: 0.625rem;
113994
114274
  }
113995
114275
 
114276
+ .amis-scope .cxd-FormulaEditor-settings > div {
114277
+ width: 0;
114278
+ }
114279
+
113996
114280
  .amis-scope .cxd-FormulaEditor-settings.only-variable {
113997
114281
  height: 21.875rem;
113998
114282
  }
@@ -114179,11 +114463,17 @@ title: Word Break
114179
114463
  display: flex;
114180
114464
  flex-flow: row nowrap;
114181
114465
  justify-content: space-between;
114466
+ align-items: center;
114182
114467
  white-space: nowrap;
114183
114468
  }
114184
114469
 
114185
114470
  .amis-scope .cxd-FormulaEditor-VariableList-item > label {
114186
114471
  white-space: nowrap;
114472
+ overflow: hidden;
114473
+ text-overflow: ellipsis;
114474
+ flex: 1;
114475
+ width: 0;
114476
+ display: inline-block;
114187
114477
  }
114188
114478
 
114189
114479
  .amis-scope .cxd-FormulaEditor-VariableList-item-tag {
@@ -114193,6 +114483,9 @@ title: Word Break
114193
114483
  border-radius: 4px;
114194
114484
  background: #f5f5f5;
114195
114485
  color: var(--black);
114486
+ font-size: 12px;
114487
+ line-height: 1.5rem;
114488
+ height: 1.5rem;
114196
114489
  }
114197
114490
 
114198
114491
  .amis-scope .cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
@@ -115151,7 +115444,7 @@ title: Word Break
115151
115444
  --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
115152
115445
  --Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
115153
115446
  --Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
115154
- --Menu-light-groupTitle-fontColor: #d8d8d8;
115447
+ --Menu-light-groupTitle-fontColor: #84868c;
115155
115448
  --Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
115156
115449
  --Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
115157
115450
  --Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
@@ -115159,7 +115452,7 @@ title: Word Break
115159
115452
  --Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
115160
115453
  --Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
115161
115454
  --Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
115162
- --Menu-dark-groupTitle-fontColor: #d8d8d8;
115455
+ --Menu-dark-groupTitle-fontColor: #84868c;
115163
115456
  --Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
115164
115457
  outline: none;
115165
115458
  margin-bottom: 0;
@@ -115169,6 +115462,8 @@ title: Word Break
115169
115462
  list-style: none;
115170
115463
  color: var(--Menu-light-fontColor);
115171
115464
  background-color: var(--Menu-light-backgroundColor);
115465
+ transition: all 0.3s;
115466
+ width: 100%;
115172
115467
  }
115173
115468
 
115174
115469
  .amis-scope .cxd-Nav-Menu.cxd-Nav-Menu-dark {
@@ -115215,15 +115510,18 @@ title: Word Break
115215
115510
  cursor: not-allowed;
115216
115511
  }
115217
115512
 
115218
- .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 {
115219
115515
  padding: 0;
115220
115516
  text-align: center;
115221
115517
  }
115222
115518
 
115223
115519
  .amis-scope .cxd-Nav-Menu-item-link {
115224
- display: block;
115520
+ display: flex;
115521
+ align-items: center;
115225
115522
  height: 2.5rem;
115226
115523
  flex-grow: 1;
115524
+ overflow: hidden;
115227
115525
  }
115228
115526
 
115229
115527
  .amis-scope .cxd-Nav-Menu-item-divider {
@@ -115237,12 +115535,7 @@ title: Word Break
115237
115535
  .amis-scope .cxd-Nav-Menu-item-icon {
115238
115536
  margin-right: 0.5rem;
115239
115537
  font-size: var(--Menu-icon-size);
115240
- width: var(--Menu-icon-size);
115241
115538
  color: var(--Menu-light-fontColor);
115242
- display: inline-block;
115243
- line-height: var(--Menu-item-height--vertical);
115244
- position: relative;
115245
- top: 1.5px;
115246
115539
  }
115247
115540
 
115248
115541
  .amis-scope .cxd-Nav-Menu-item-icon img {
@@ -115252,12 +115545,12 @@ title: Word Break
115252
115545
 
115253
115546
  .amis-scope .cxd-Nav-Menu-item-icon-collapsed {
115254
115547
  font-size: var(--Menu-fontSize--collapsed);
115255
- margin-right: 0;
115548
+ margin: 0 auto;
115256
115549
  }
115257
115550
 
115258
115551
  .amis-scope .cxd-Nav-Menu-item-icon-svg-collapsed {
115259
115552
  font-size: var(--Menu-fontSize--collapsed);
115260
- margin-right: 0;
115553
+ margin: 0 auto;
115261
115554
  height: var(--Menu-item-height--vertical);
115262
115555
  }
115263
115556
 
@@ -115281,12 +115574,12 @@ title: Word Break
115281
115574
  white-space: nowrap;
115282
115575
  overflow: hidden;
115283
115576
  text-overflow: ellipsis;
115284
- vertical-align: middle;
115285
115577
  user-select: none;
115286
115578
  }
115287
115579
 
115288
115580
  .amis-scope .cxd-Nav-Menu-item-label-collapsed {
115289
115581
  font-size: var(--Menu-fontSize--collapsed);
115582
+ margin: 0 auto;
115290
115583
  font-weight: 600;
115291
115584
  }
115292
115585
 
@@ -115312,9 +115605,10 @@ title: Word Break
115312
115605
 
115313
115606
  .amis-scope .cxd-Nav-Menu-item-group-title {
115314
115607
  color: var(--Menu-light-groupTitle-fontColor);
115315
- line-height: 1.5;
115316
- padding: 8px 10px;
115317
- 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;
115318
115612
  }
115319
115613
 
115320
115614
  .amis-scope .cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-dark {
@@ -115374,6 +115668,9 @@ title: Word Break
115374
115668
  .amis-scope .cxd-Nav-Menu-item .cxd-Badge,
115375
115669
  .amis-scope .cxd-Nav-Menu-submenu .cxd-Badge {
115376
115670
  position: static;
115671
+ flex: 1;
115672
+ width: 0;
115673
+ display: flex;
115377
115674
  }
115378
115675
 
115379
115676
  .amis-scope .cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap,
@@ -115386,6 +115683,14 @@ title: Word Break
115386
115683
  position: relative;
115387
115684
  }
115388
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
+
115389
115694
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
115390
115695
  background-color: var(--Menu-light-backgroundColor-onHover);
115391
115696
  }
@@ -115445,28 +115750,14 @@ title: Word Break
115445
115750
  }
115446
115751
 
115447
115752
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
115448
- .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 {
115449
115755
  color: var(--Menu-light-fontColor-onActive) !important;
115450
115756
  }
115451
115757
 
115452
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title {
115453
- background-color: var(--Menu-light-backgroundColor-onHover);
115454
- }
115455
-
115456
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title::before {
115457
- content: "";
115458
- position: absolute;
115459
- top: 0;
115460
- left: 0;
115461
- bottom: 0;
115462
- border-right: 3px solid var(--Menu-light-selectedIndicator-color);
115463
- transform: scaleY(1);
115464
- opacity: 1;
115465
- 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);
115466
- }
115467
-
115468
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
115469
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
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 {
115470
115761
  color: var(--Menu-light-fontColor-onActive) !important;
115471
115762
  }
115472
115763
 
@@ -115513,19 +115804,7 @@ title: Word Break
115513
115804
  }
115514
115805
 
115515
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 {
115516
- background-color: var(--Menu-dark-backgroundColor-onHover);
115517
- }
115518
-
115519
- .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 {
115520
- content: "";
115521
- position: absolute;
115522
- top: 0;
115523
- left: 0;
115524
- bottom: 0;
115525
- border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
115526
- transform: scaleY(1);
115527
- opacity: 1;
115528
- 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);
115529
115808
  }
115530
115809
 
115531
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,
@@ -115555,19 +115834,7 @@ title: Word Break
115555
115834
  }
115556
115835
 
115557
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 {
115558
- background-color: var(--Menu-light-backgroundColor-onHover);
115559
- }
115560
-
115561
- .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 {
115562
- content: "";
115563
- position: absolute;
115564
- top: 0;
115565
- left: 0;
115566
- bottom: 0;
115567
- border-right: 3px solid var(--Menu-light-selectedIndicator-color);
115568
- transform: scaleY(1);
115569
- opacity: 1;
115570
- 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);
115571
115838
  }
115572
115839
 
115573
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,
@@ -115658,7 +115925,7 @@ title: Word Break
115658
115925
  .amis-scope .cxd-Nav-Menu-submenu-title {
115659
115926
  margin: 0;
115660
115927
  position: relative;
115661
- padding: 0;
115928
+ padding: 0 1rem;
115662
115929
  line-height: 2.5rem;
115663
115930
  display: block;
115664
115931
  white-space: nowrap;
@@ -115669,8 +115936,10 @@ title: Word Break
115669
115936
 
115670
115937
  .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115671
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,
115672
115940
  .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115673
- .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 {
115674
115943
  color: var(--Menu-light-fontColor-onHover);
115675
115944
  }
115676
115945
 
@@ -115687,8 +115956,10 @@ title: Word Break
115687
115956
 
115688
115957
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115689
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,
115690
115960
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115691
- .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 {
115692
115963
  color: var(--Menu-dark-fontColor-onHover);
115693
115964
  }
115694
115965
 
@@ -115700,8 +115971,10 @@ title: Word Break
115700
115971
 
115701
115972
  .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
115702
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,
115703
115975
  .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
115704
- .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 {
115705
115978
  color: var(--Menu-light-fontColor-onHover);
115706
115979
  }
115707
115980
 
@@ -115717,6 +115990,10 @@ title: Word Break
115717
115990
  color: #777 !important;
115718
115991
  }
115719
115992
 
115993
+ .amis-scope .cxd-Nav-Menu-item-tooltip-wrap {
115994
+ padding: 0;
115995
+ }
115996
+
115720
115997
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-item,
115721
115998
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu-title,
115722
115999
  .amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
@@ -115737,10 +116014,6 @@ title: Word Break
115737
116014
  z-index: 1500;
115738
116015
  }
115739
116016
 
115740
- .amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-item {
115741
- padding: 0 var(--Menu-Submenu-item-paddingX);
115742
- }
115743
-
115744
116017
  .amis-scope .cxd-Nav-Menu-submenu > .cxd-Nav-Menu {
115745
116018
  background-color: var(--Menu-light-backgroundColor);
115746
116019
  }
@@ -115792,6 +116065,12 @@ title: Word Break
115792
116065
  color: var(--Menu-dark-fontColor);
115793
116066
  }
115794
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
+
115795
116074
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
115796
116075
  background-color: var(--Menu-dark-backgroundColor);
115797
116076
  color: var(--Menu-dark-fontColor-onActive);
@@ -115812,10 +116091,6 @@ title: Word Break
115812
116091
  color: var(--Menu-dark-ancestor-fontColor-onActive);
115813
116092
  }
115814
116093
 
115815
- .amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow {
115816
- width: 2rem;
115817
- }
115818
-
115819
116094
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title,
115820
116095
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item {
115821
116096
  cursor: pointer;
@@ -115873,7 +116148,7 @@ title: Word Break
115873
116148
 
115874
116149
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item,
115875
116150
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
115876
- padding: 0 20px;
116151
+ padding: 0 1rem;
115877
116152
  height: var(--Menu-item-height--horizontal);
115878
116153
  }
115879
116154
 
@@ -115889,12 +116164,6 @@ title: Word Break
115889
116164
  line-height: var(--Menu-item-height--horizontal);
115890
116165
  }
115891
116166
 
115892
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
115893
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
115894
- padding: 0;
115895
- top: 0;
115896
- }
115897
-
115898
116167
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
115899
116168
  content: " ";
115900
116169
  width: 100%;
@@ -115942,8 +116211,8 @@ title: Word Break
115942
116211
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
115943
116212
  display: inline-block;
115944
116213
  font-size: 0.5625rem;
115945
- vertical-align: baseline;
115946
116214
  text-align: center;
116215
+ vertical-align: middle;
115947
116216
  text-transform: none;
115948
116217
  text-rendering: auto;
115949
116218
  line-height: 1.25rem;
@@ -115952,7 +116221,10 @@ title: Word Break
115952
116221
  }
115953
116222
 
115954
116223
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
115955
- text-align: center;
116224
+ top: auto;
116225
+ }
116226
+
116227
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
115956
116228
  vertical-align: middle;
115957
116229
  }
115958
116230
 
@@ -115991,8 +116263,10 @@ title: Word Break
115991
116263
 
115992
116264
  .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
115993
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,
115994
116267
  .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
115995
- .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 {
115996
116270
  color: var(--Menu-light-fontColor-onActive);
115997
116271
  }
115998
116272
 
@@ -116022,19 +116296,16 @@ title: Word Break
116022
116296
  text-transform: none;
116023
116297
  text-rendering: auto;
116024
116298
  position: absolute;
116025
- right: 0;
116299
+ right: var(--Menu-Submenu-item-paddingX);
116026
116300
  top: 0;
116027
- width: 1.125rem;
116028
116301
  line-height: var(--Menu-item-height--vertical);
116029
- transform: rotate(-90deg);
116030
116302
  }
116031
116303
 
116032
116304
  .amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow > svg,
116033
116305
  .amis-scope .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow > svg,
116034
116306
  .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow > svg,
116035
116307
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow > svg {
116036
- text-align: center;
116037
- vertical-align: middle;
116308
+ top: auto;
116038
116309
  }
116039
116310
 
116040
116311
  .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
@@ -116054,7 +116325,7 @@ title: Word Break
116054
116325
  .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116055
116326
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
116056
116327
  padding-right: 0;
116057
- padding-left: var(--Menu-Submenu-title-paddingX);
116328
+ padding-left: 1rem;
116058
116329
  }
116059
116330
 
116060
116331
  .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow,
@@ -116078,48 +116349,46 @@ title: Word Break
116078
116349
  color: var(--Menu-light-fontColor);
116079
116350
  }
116080
116351
 
116081
- .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-item {
116082
- padding: 0 var(--Menu-Submenu-item-paddingX);
116352
+ .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow {
116353
+ right: 0.625rem;
116083
116354
  }
116084
116355
 
116085
116356
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow,
116086
116357
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
116087
116358
  cursor: pointer;
116088
116359
  transition: transform 0.3s;
116089
- transform: rotate(0deg);
116360
+ transform: rotate(90deg);
116090
116361
  }
116091
116362
 
116092
116363
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow,
116093
116364
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116094
- transform: rotate(180deg);
116095
- padding-bottom: 0.25rem;
116365
+ transform: rotate(270deg);
116096
116366
  }
116097
116367
 
116098
116368
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
116099
116369
  overflow: hidden;
116100
116370
  }
116101
116371
 
116102
- .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
116103
- padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
116104
- text-align: center;
116105
- }
116106
-
116107
116372
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
116108
116373
  display: none !important;
116109
116374
  }
116110
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
+
116111
116386
  .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116112
116387
  .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116113
116388
  .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
116114
116389
  padding: 0;
116115
116390
  }
116116
116391
 
116117
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
116118
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
116119
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
116120
- padding: 0 var(--Menu-Submenu-item-paddingX);
116121
- }
116122
-
116123
116392
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116124
116393
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116125
116394
  .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
@@ -116137,7 +116406,6 @@ title: Word Break
116137
116406
  .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116138
116407
  padding-top: 0;
116139
116408
  padding-bottom: 0;
116140
- padding-right: 0;
116141
116409
  display: block;
116142
116410
  white-space: nowrap;
116143
116411
  overflow: hidden;
@@ -116154,7 +116422,8 @@ title: Word Break
116154
116422
  }
116155
116423
 
116156
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,
116157
- .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 {
116158
116427
  color: var(--Menu-dark-ancestor-fontColor-onActive);
116159
116428
  }
116160
116429
 
@@ -116364,6 +116633,12 @@ title: Word Break
116364
116633
  color: var(--Menu-dark-fontColor);
116365
116634
  }
116366
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
+
116367
116642
  .amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
116368
116643
  background-color: var(--Menu-dark-backgroundColor);
116369
116644
  color: var(--Menu-dark-fontColor-onActive);