amis 1.7.0 → 1.8.0-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (469) hide show
  1. package/lib/Schema.d.ts +10 -2
  2. package/lib/Schema.js +0 -1
  3. package/lib/Schema.js.map +2 -2
  4. package/lib/SchemaRenderer.js +19 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/WithRootStore.d.ts +18 -0
  7. package/lib/WithStore.js +2 -1
  8. package/lib/WithStore.js.map +2 -2
  9. package/lib/actions/CmptAction.js +26 -4
  10. package/lib/actions/CmptAction.js.map +2 -2
  11. package/lib/actions/PageAction.d.ts +32 -0
  12. package/lib/actions/PageAction.js +72 -0
  13. package/lib/actions/PageAction.js.map +13 -0
  14. package/lib/actions/index.d.ts +1 -0
  15. package/lib/actions/index.js +1 -0
  16. package/lib/actions/index.js.map +2 -2
  17. package/lib/components/Alert2.js +4 -2
  18. package/lib/components/Alert2.js.map +2 -2
  19. package/lib/components/AssociatedSelection.js +9 -2
  20. package/lib/components/AssociatedSelection.js.map +2 -2
  21. package/lib/components/Avatar.d.ts +20 -20
  22. package/lib/components/BarCode.js +1 -1
  23. package/lib/components/BarCode.js.map +2 -2
  24. package/lib/components/CalendarMobile.d.ts +84 -84
  25. package/lib/components/Card.d.ts +20 -20
  26. package/lib/components/Cascader.d.ts +2 -0
  27. package/lib/components/Cascader.js +28 -12
  28. package/lib/components/Cascader.js.map +2 -2
  29. package/lib/components/Checkbox.d.ts +24 -23
  30. package/lib/components/Checkbox.js +5 -1
  31. package/lib/components/Checkbox.js.map +2 -2
  32. package/lib/components/CityArea.js +3 -0
  33. package/lib/components/CityArea.js.map +2 -2
  34. package/lib/components/Collapse.d.ts +20 -20
  35. package/lib/components/DatePicker.d.ts +87 -84
  36. package/lib/components/DatePicker.js +48 -11
  37. package/lib/components/DatePicker.js.map +2 -2
  38. package/lib/components/DateRangePicker.d.ts +285 -171
  39. package/lib/components/DateRangePicker.js +471 -66
  40. package/lib/components/DateRangePicker.js.map +2 -2
  41. package/lib/components/Drawer.js +1 -1
  42. package/lib/components/Drawer.js.map +2 -2
  43. package/lib/components/ListGroup.d.ts +21 -21
  44. package/lib/components/Modal.js +1 -1
  45. package/lib/components/Modal.js.map +2 -2
  46. package/lib/components/MonthRangePicker.d.ts +84 -84
  47. package/lib/components/Overlay.d.ts +1 -0
  48. package/lib/components/Overlay.js +4 -3
  49. package/lib/components/Overlay.js.map +2 -2
  50. package/lib/components/Progress.d.ts +29 -24
  51. package/lib/components/Progress.js +52 -21
  52. package/lib/components/Progress.js.map +2 -2
  53. package/lib/components/PullRefresh.d.ts +86 -0
  54. package/lib/components/PullRefresh.js +135 -0
  55. package/lib/components/PullRefresh.js.map +13 -0
  56. package/lib/components/Radios.d.ts +22 -22
  57. package/lib/components/Radios.js +3 -5
  58. package/lib/components/Radios.js.map +2 -2
  59. package/lib/components/Range.d.ts +2 -2
  60. package/lib/components/Range.js +24 -11
  61. package/lib/components/Range.js.map +2 -2
  62. package/lib/components/Spinner.d.ts +200 -107
  63. package/lib/components/Spinner.js +30 -26
  64. package/lib/components/Spinner.js.map +2 -2
  65. package/lib/components/Steps.d.ts +6 -0
  66. package/lib/components/Steps.js +13 -9
  67. package/lib/components/Steps.js.map +2 -2
  68. package/lib/components/Tabs.d.ts +27 -23
  69. package/lib/components/Tabs.js +37 -22
  70. package/lib/components/Tabs.js.map +2 -2
  71. package/lib/components/Tooltip.d.ts +4 -0
  72. package/lib/components/Tooltip.js +6 -4
  73. package/lib/components/Tooltip.js.map +2 -2
  74. package/lib/components/TooltipWrapper.d.ts +87 -24
  75. package/lib/components/TooltipWrapper.js +40 -8
  76. package/lib/components/TooltipWrapper.js.map +2 -2
  77. package/lib/components/Transfer.d.ts +84 -84
  78. package/lib/components/TransferDropDown.d.ts +84 -84
  79. package/lib/components/Tree.d.ts +87 -85
  80. package/lib/components/Tree.js +13 -5
  81. package/lib/components/Tree.js.map +2 -2
  82. package/lib/components/TreeSelection.d.ts +84 -84
  83. package/lib/components/calendar/Calendar.js +3 -12
  84. package/lib/components/calendar/Calendar.js.map +2 -2
  85. package/lib/components/calendar/TimeView.d.ts +1 -0
  86. package/lib/components/calendar/TimeView.js +7 -0
  87. package/lib/components/calendar/TimeView.js.map +2 -2
  88. package/lib/components/calendar/YearsView.js +3 -3
  89. package/lib/components/calendar/YearsView.js.map +2 -2
  90. package/lib/components/condition-builder/Expression.d.ts +1 -0
  91. package/lib/components/condition-builder/Expression.js +4 -4
  92. package/lib/components/condition-builder/Expression.js.map +2 -2
  93. package/lib/components/condition-builder/Field.d.ts +1 -0
  94. package/lib/components/condition-builder/Field.js +3 -2
  95. package/lib/components/condition-builder/Field.js.map +2 -2
  96. package/lib/components/condition-builder/Group.d.ts +1 -0
  97. package/lib/components/condition-builder/Group.js +2 -2
  98. package/lib/components/condition-builder/Group.js.map +2 -2
  99. package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
  100. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  101. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  102. package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
  103. package/lib/components/condition-builder/InputSwitch.js +2 -2
  104. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  105. package/lib/components/condition-builder/Item.d.ts +1 -0
  106. package/lib/components/condition-builder/Item.js +9 -8
  107. package/lib/components/condition-builder/Item.js.map +2 -2
  108. package/lib/components/condition-builder/Value.d.ts +1 -0
  109. package/lib/components/condition-builder/Value.js +5 -5
  110. package/lib/components/condition-builder/Value.js.map +2 -2
  111. package/lib/components/condition-builder/index.d.ts +1 -0
  112. package/lib/components/condition-builder/index.js +2 -2
  113. package/lib/components/condition-builder/index.js.map +2 -2
  114. package/lib/components/formula/Editor.d.ts +90 -86
  115. package/lib/components/formula/Editor.js +26 -4
  116. package/lib/components/formula/Editor.js.map +2 -2
  117. package/lib/components/formula/Picker.d.ts +5 -0
  118. package/lib/components/formula/Picker.js +21 -4
  119. package/lib/components/formula/Picker.js.map +2 -2
  120. package/lib/components/icons.js +2 -0
  121. package/lib/components/icons.js.map +2 -2
  122. package/lib/factory.d.ts +5 -0
  123. package/lib/factory.js +24 -3
  124. package/lib/factory.js.map +2 -2
  125. package/lib/icons/trash.js +10 -0
  126. package/lib/index.d.ts +1 -0
  127. package/lib/index.js +2 -1
  128. package/lib/index.js.map +2 -2
  129. package/lib/locale/de-DE.js +18 -1
  130. package/lib/locale/de-DE.js.map +2 -2
  131. package/lib/locale/en-US.js +18 -1
  132. package/lib/locale/en-US.js.map +2 -2
  133. package/lib/locale/zh-CN.js +18 -1
  134. package/lib/locale/zh-CN.js.map +2 -2
  135. package/lib/renderers/Action.d.ts +3 -1
  136. package/lib/renderers/Action.js +23 -5
  137. package/lib/renderers/Action.js.map +2 -2
  138. package/lib/renderers/App.d.ts +1 -0
  139. package/lib/renderers/App.js +3 -0
  140. package/lib/renderers/App.js.map +2 -2
  141. package/lib/renderers/ButtonGroup.d.ts +2 -2
  142. package/lib/renderers/ButtonGroup.js.map +1 -1
  143. package/lib/renderers/CRUD.d.ts +8 -0
  144. package/lib/renderers/CRUD.js +12 -5
  145. package/lib/renderers/CRUD.js.map +2 -2
  146. package/lib/renderers/Carousel.d.ts +1 -0
  147. package/lib/renderers/Carousel.js +13 -1
  148. package/lib/renderers/Carousel.js.map +2 -2
  149. package/lib/renderers/Chart.d.ts +1 -0
  150. package/lib/renderers/Chart.js +3 -0
  151. package/lib/renderers/Chart.js.map +2 -2
  152. package/lib/renderers/Dialog.d.ts +5 -0
  153. package/lib/renderers/Dialog.js +7 -3
  154. package/lib/renderers/Dialog.js.map +2 -2
  155. package/lib/renderers/Drawer.d.ts +1 -0
  156. package/lib/renderers/Drawer.js +6 -1
  157. package/lib/renderers/Drawer.js.map +2 -2
  158. package/lib/renderers/DropDownButton.d.ts +2 -0
  159. package/lib/renderers/DropDownButton.js +13 -4
  160. package/lib/renderers/DropDownButton.js.map +2 -2
  161. package/lib/renderers/Form/Checkbox.d.ts +5 -2
  162. package/lib/renderers/Form/Checkbox.js +2 -2
  163. package/lib/renderers/Form/Checkbox.js.map +2 -2
  164. package/lib/renderers/Form/Checkboxes.d.ts +7 -2
  165. package/lib/renderers/Form/Checkboxes.js +101 -12
  166. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  167. package/lib/renderers/Form/Combo.d.ts +6 -4
  168. package/lib/renderers/Form/Combo.js +132 -45
  169. package/lib/renderers/Form/Combo.js.map +2 -2
  170. package/lib/renderers/Form/DiffEditor.d.ts +3 -2
  171. package/lib/renderers/Form/Editor.d.ts +2 -2
  172. package/lib/renderers/Form/InputCity.d.ts +87 -84
  173. package/lib/renderers/Form/InputCity.js +48 -3
  174. package/lib/renderers/Form/InputCity.js.map +2 -2
  175. package/lib/renderers/Form/InputDate.js +10 -3
  176. package/lib/renderers/Form/InputDate.js.map +2 -2
  177. package/lib/renderers/Form/InputDateRange.d.ts +5 -0
  178. package/lib/renderers/Form/InputDateRange.js +12 -3
  179. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  180. package/lib/renderers/Form/InputFile.js +19 -8
  181. package/lib/renderers/Form/InputFile.js.map +2 -2
  182. package/lib/renderers/Form/InputFormula.d.ts +4 -0
  183. package/lib/renderers/Form/InputFormula.js +2 -2
  184. package/lib/renderers/Form/InputFormula.js.map +2 -2
  185. package/lib/renderers/Form/InputImage.js +18 -7
  186. package/lib/renderers/Form/InputImage.js.map +2 -2
  187. package/lib/renderers/Form/InputMonthRange.js +5 -1
  188. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  189. package/lib/renderers/Form/InputRange.d.ts +2 -2
  190. package/lib/renderers/Form/InputRange.js +13 -14
  191. package/lib/renderers/Form/InputRange.js.map +2 -2
  192. package/lib/renderers/Form/InputTable.js +4 -2
  193. package/lib/renderers/Form/InputTable.js.map +2 -2
  194. package/lib/renderers/Form/InputText.d.ts +1 -1
  195. package/lib/renderers/Form/InputText.js +8 -10
  196. package/lib/renderers/Form/InputText.js.map +2 -2
  197. package/lib/renderers/Form/InputTree.d.ts +5 -0
  198. package/lib/renderers/Form/InputTree.js +51 -2
  199. package/lib/renderers/Form/InputTree.js.map +2 -2
  200. package/lib/renderers/Form/Item.d.ts +79 -76
  201. package/lib/renderers/Form/Item.js +3 -1
  202. package/lib/renderers/Form/Item.js.map +2 -2
  203. package/lib/renderers/Form/NestedSelect.d.ts +4 -0
  204. package/lib/renderers/Form/NestedSelect.js +14 -5
  205. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  206. package/lib/renderers/Form/Options.js +61 -27
  207. package/lib/renderers/Form/Options.js.map +2 -2
  208. package/lib/renderers/Form/Select.js +4 -2
  209. package/lib/renderers/Form/Select.js.map +2 -2
  210. package/lib/renderers/Form/Textarea.js +2 -1
  211. package/lib/renderers/Form/Textarea.js.map +2 -2
  212. package/lib/renderers/Form/TreeSelect.d.ts +11 -2
  213. package/lib/renderers/Form/TreeSelect.js +56 -10
  214. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  215. package/lib/renderers/Form/index.d.ts +3 -0
  216. package/lib/renderers/Form/index.js +53 -16
  217. package/lib/renderers/Form/index.js.map +2 -2
  218. package/lib/renderers/Form/wrapControl.d.ts +10 -0
  219. package/lib/renderers/Form/wrapControl.js +41 -19
  220. package/lib/renderers/Form/wrapControl.js.map +2 -2
  221. package/lib/renderers/Nav.d.ts +82 -67
  222. package/lib/renderers/Nav.js +49 -13
  223. package/lib/renderers/Nav.js.map +2 -2
  224. package/lib/renderers/Page.d.ts +21 -0
  225. package/lib/renderers/Page.js +56 -17
  226. package/lib/renderers/Page.js.map +2 -2
  227. package/lib/renderers/Progress.d.ts +4 -7
  228. package/lib/renderers/Progress.js +3 -3
  229. package/lib/renderers/Progress.js.map +2 -2
  230. package/lib/renderers/Service.d.ts +3 -0
  231. package/lib/renderers/Service.js +55 -20
  232. package/lib/renderers/Service.js.map +2 -2
  233. package/lib/renderers/Spinner.d.ts +58 -2
  234. package/lib/renderers/Spinner.js +8 -1
  235. package/lib/renderers/Spinner.js.map +2 -2
  236. package/lib/renderers/Steps.d.ts +8 -0
  237. package/lib/renderers/Steps.js +2 -2
  238. package/lib/renderers/Steps.js.map +2 -2
  239. package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
  240. package/lib/renderers/Table/ColumnToggler.js +11 -6
  241. package/lib/renderers/Table/ColumnToggler.js.map +2 -2
  242. package/lib/renderers/Table/TableCell.js +27 -1
  243. package/lib/renderers/Table/TableCell.js.map +2 -2
  244. package/lib/renderers/Table/TableRow.js +1 -1
  245. package/lib/renderers/Table/TableRow.js.map +2 -2
  246. package/lib/renderers/Table/index.d.ts +2 -0
  247. package/lib/renderers/Table/index.js +23 -10
  248. package/lib/renderers/Table/index.js.map +2 -2
  249. package/lib/renderers/Tabs.d.ts +14 -2
  250. package/lib/renderers/Tabs.js +24 -8
  251. package/lib/renderers/Tabs.js.map +2 -2
  252. package/lib/renderers/TooltipWrapper.d.ts +133 -0
  253. package/lib/renderers/TooltipWrapper.js +70 -0
  254. package/lib/renderers/TooltipWrapper.js.map +13 -0
  255. package/lib/renderers/Wizard.d.ts +7 -3
  256. package/lib/renderers/Wizard.js +269 -152
  257. package/lib/renderers/Wizard.js.map +2 -2
  258. package/lib/store/combo.d.ts +2 -2
  259. package/lib/store/crud.d.ts +1 -0
  260. package/lib/store/crud.js +55 -19
  261. package/lib/store/crud.js.map +2 -2
  262. package/lib/store/form.d.ts +1 -1
  263. package/lib/store/form.js +5 -1
  264. package/lib/store/form.js.map +2 -2
  265. package/lib/store/formItem.js +1 -1
  266. package/lib/store/formItem.js.map +2 -2
  267. package/lib/store/index.d.ts +5 -0
  268. package/lib/store/index.js +14 -0
  269. package/lib/store/index.js.map +2 -2
  270. package/lib/store/table.d.ts +2 -2
  271. package/lib/store/table.js +4 -4
  272. package/lib/store/table.js.map +2 -2
  273. package/lib/themes/ang-ie11.css +965 -210
  274. package/lib/themes/ang.css +955 -175
  275. package/lib/themes/ang.css.map +1 -1
  276. package/lib/themes/antd-ie11.css +1080 -325
  277. package/lib/themes/antd.css +956 -176
  278. package/lib/themes/antd.css.map +1 -1
  279. package/lib/themes/cxd-ie11.css +1048 -293
  280. package/lib/themes/cxd.css +961 -180
  281. package/lib/themes/cxd.css.map +1 -1
  282. package/lib/themes/dark-ie11.css +965 -210
  283. package/lib/themes/dark.css +955 -175
  284. package/lib/themes/dark.css.map +1 -1
  285. package/lib/themes/default-ie11.css +1048 -293
  286. package/lib/themes/default.css +961 -180
  287. package/lib/themes/default.css.map +1 -1
  288. package/lib/types.d.ts +3 -1
  289. package/lib/types.js.map +1 -1
  290. package/lib/utils/ColorScale.d.ts +19 -0
  291. package/lib/utils/ColorScale.js +104 -0
  292. package/lib/utils/ColorScale.js.map +13 -0
  293. package/lib/utils/api.js +20 -4
  294. package/lib/utils/api.js.map +2 -2
  295. package/lib/utils/columnsSplit.d.ts +1 -0
  296. package/lib/utils/columnsSplit.js +40 -0
  297. package/lib/utils/columnsSplit.js.map +13 -0
  298. package/lib/utils/debug.d.ts +1 -1
  299. package/lib/utils/debug.js +16 -22
  300. package/lib/utils/debug.js.map +2 -2
  301. package/lib/utils/dom.d.ts +1 -1
  302. package/lib/utils/dom.js +7 -5
  303. package/lib/utils/dom.js.map +2 -2
  304. package/lib/utils/position.js +0 -1
  305. package/lib/utils/position.js.map +2 -2
  306. package/lib/utils/scrollPosition.d.ts +6 -0
  307. package/lib/utils/scrollPosition.js +31 -0
  308. package/lib/utils/scrollPosition.js.map +13 -0
  309. package/package.json +3 -2
  310. package/schema.json +30213 -29222
  311. package/scss/_properties.scss +67 -25
  312. package/scss/components/_alert.scss +1 -1
  313. package/scss/components/_barcode.scss +1 -1
  314. package/scss/components/_button-group.scss +15 -0
  315. package/scss/components/_carousel.scss +1 -0
  316. package/scss/components/_column-toggler.scss +21 -11
  317. package/scss/components/_debug.scss +3 -3
  318. package/scss/components/_formula.scss +19 -1
  319. package/scss/components/_nav.scss +51 -6
  320. package/scss/components/_progress.scss +7 -14
  321. package/scss/components/_pull-refresh.scss +25 -0
  322. package/scss/components/_spinner.scss +134 -56
  323. package/scss/components/_steps.scss +199 -8
  324. package/scss/components/_tabs.scss +145 -13
  325. package/scss/components/_tooltip.scss +76 -9
  326. package/scss/components/form/_checks.scss +125 -2
  327. package/scss/components/form/_combo.scss +13 -1
  328. package/scss/components/form/_date-range.scss +27 -2
  329. package/scss/components/form/_date.scss +25 -0
  330. package/scss/components/form/_editor.scss +2 -1
  331. package/scss/components/form/_file.scss +4 -0
  332. package/scss/components/form/_form.scss +31 -8
  333. package/scss/components/form/_number.scss +5 -2
  334. package/scss/components/form/_select.scss +0 -1
  335. package/scss/components/form/_textarea.scss +1 -23
  336. package/scss/components/form/_transfer.scss +3 -2
  337. package/scss/themes/_antd-variables.scss +1 -1
  338. package/scss/themes/_common.scss +1 -0
  339. package/scss/themes/_cxd-variables.scss +6 -5
  340. package/sdk/ang-ie11.css +1059 -198
  341. package/sdk/ang.css +1050 -164
  342. package/sdk/antd-ie11.css +1167 -306
  343. package/sdk/antd.css +1051 -165
  344. package/sdk/barcode.js +51 -51
  345. package/sdk/charts.js +14 -14
  346. package/sdk/codemirror.js +7 -7
  347. package/sdk/color-picker.js +65 -65
  348. package/sdk/cropperjs.js +2 -2
  349. package/sdk/cxd-ie11.css +1145 -284
  350. package/sdk/cxd.css +1056 -169
  351. package/sdk/dark-ie11.css +1056 -195
  352. package/sdk/dark.css +1050 -164
  353. package/sdk/exceljs.js +1 -1
  354. package/sdk/locale/de-DE.js +18 -1
  355. package/sdk/markdown.js +69 -69
  356. package/sdk/papaparse.js +1 -1
  357. package/sdk/renderers/Form/CityDB.js +1 -1
  358. package/sdk/rest.js +17 -17
  359. package/sdk/rich-text.js +62 -62
  360. package/sdk/sdk-ie11.css +1145 -284
  361. package/sdk/sdk.css +1056 -169
  362. package/sdk/sdk.js +1321 -1273
  363. package/sdk/thirds/hls.js/hls.js +1 -1
  364. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  365. package/sdk/tinymce.js +57 -57
  366. package/src/Schema.ts +15 -2
  367. package/src/SchemaRenderer.tsx +32 -14
  368. package/src/WithStore.tsx +3 -1
  369. package/src/actions/CmptAction.ts +28 -0
  370. package/src/actions/PageAction.ts +62 -0
  371. package/src/actions/index.ts +1 -0
  372. package/src/components/Alert2.tsx +9 -3
  373. package/src/components/AssociatedSelection.tsx +9 -3
  374. package/src/components/BarCode.tsx +2 -2
  375. package/src/components/Cascader.tsx +37 -11
  376. package/src/components/Checkbox.tsx +11 -5
  377. package/src/components/CityArea.tsx +3 -0
  378. package/src/components/DatePicker.tsx +68 -22
  379. package/src/components/DateRangePicker.tsx +551 -88
  380. package/src/components/Drawer.tsx +1 -0
  381. package/src/components/Modal.tsx +1 -0
  382. package/src/components/Overlay.tsx +6 -3
  383. package/src/components/Progress.tsx +64 -33
  384. package/src/components/PullRefresh.tsx +197 -0
  385. package/src/components/Radios.tsx +6 -17
  386. package/src/components/Range.tsx +26 -12
  387. package/src/components/Spinner.tsx +77 -42
  388. package/src/components/Steps.tsx +28 -27
  389. package/src/components/Tabs.tsx +51 -21
  390. package/src/components/Tooltip.tsx +12 -3
  391. package/src/components/TooltipWrapper.tsx +140 -33
  392. package/src/components/Tree.tsx +19 -5
  393. package/src/components/calendar/Calendar.tsx +4 -13
  394. package/src/components/calendar/TimeView.tsx +12 -0
  395. package/src/components/calendar/YearsView.tsx +3 -4
  396. package/src/components/condition-builder/Expression.tsx +6 -1
  397. package/src/components/condition-builder/Field.tsx +5 -1
  398. package/src/components/condition-builder/Group.tsx +4 -1
  399. package/src/components/condition-builder/GroupOrItem.tsx +4 -1
  400. package/src/components/condition-builder/InputSwitch.tsx +4 -1
  401. package/src/components/condition-builder/Item.tsx +28 -4
  402. package/src/components/condition-builder/Value.tsx +7 -1
  403. package/src/components/condition-builder/index.tsx +4 -2
  404. package/src/components/formula/Editor.tsx +46 -10
  405. package/src/components/formula/Picker.tsx +32 -1
  406. package/src/components/icons.tsx +2 -0
  407. package/src/factory.tsx +31 -3
  408. package/src/icons/trash.svg +8 -0
  409. package/src/index.tsx +1 -0
  410. package/src/locale/de-DE.ts +18 -1
  411. package/src/locale/en-US.ts +18 -1
  412. package/src/locale/zh-CN.ts +18 -1
  413. package/src/renderers/Action.tsx +24 -2
  414. package/src/renderers/App.tsx +4 -0
  415. package/src/renderers/ButtonGroup.tsx +2 -2
  416. package/src/renderers/CRUD.tsx +23 -5
  417. package/src/renderers/Carousel.tsx +8 -0
  418. package/src/renderers/Chart.tsx +4 -0
  419. package/src/renderers/Dialog.tsx +21 -3
  420. package/src/renderers/Drawer.tsx +14 -2
  421. package/src/renderers/DropDownButton.tsx +14 -3
  422. package/src/renderers/Form/Checkbox.tsx +11 -2
  423. package/src/renderers/Form/Checkboxes.tsx +106 -23
  424. package/src/renderers/Form/Combo.tsx +179 -66
  425. package/src/renderers/Form/InputCity.tsx +46 -5
  426. package/src/renderers/Form/InputDate.tsx +18 -4
  427. package/src/renderers/Form/InputDateRange.tsx +27 -3
  428. package/src/renderers/Form/InputFile.tsx +23 -7
  429. package/src/renderers/Form/InputFormula.tsx +7 -0
  430. package/src/renderers/Form/InputImage.tsx +22 -6
  431. package/src/renderers/Form/InputMonthRange.tsx +7 -1
  432. package/src/renderers/Form/InputRange.tsx +20 -22
  433. package/src/renderers/Form/InputTable.tsx +6 -2
  434. package/src/renderers/Form/InputText.tsx +14 -4
  435. package/src/renderers/Form/InputTree.tsx +40 -2
  436. package/src/renderers/Form/Item.tsx +7 -0
  437. package/src/renderers/Form/NestedSelect.tsx +23 -4
  438. package/src/renderers/Form/Options.tsx +26 -7
  439. package/src/renderers/Form/Select.tsx +5 -3
  440. package/src/renderers/Form/Textarea.tsx +3 -1
  441. package/src/renderers/Form/TreeSelect.tsx +47 -9
  442. package/src/renderers/Form/index.tsx +56 -25
  443. package/src/renderers/Form/wrapControl.tsx +23 -12
  444. package/src/renderers/Nav.tsx +231 -33
  445. package/src/renderers/Page.tsx +97 -35
  446. package/src/renderers/Progress.tsx +9 -11
  447. package/src/renderers/Service.tsx +66 -27
  448. package/src/renderers/Spinner.tsx +85 -3
  449. package/src/renderers/Steps.tsx +14 -0
  450. package/src/renderers/Table/ColumnToggler.tsx +36 -11
  451. package/src/renderers/Table/TableCell.tsx +39 -1
  452. package/src/renderers/Table/TableRow.tsx +1 -1
  453. package/src/renderers/Table/index.tsx +43 -19
  454. package/src/renderers/Tabs.tsx +90 -31
  455. package/src/renderers/TooltipWrapper.tsx +262 -0
  456. package/src/renderers/Wizard.tsx +169 -93
  457. package/src/store/crud.ts +50 -5
  458. package/src/store/form.ts +8 -3
  459. package/src/store/formItem.ts +1 -2
  460. package/src/store/index.ts +20 -0
  461. package/src/store/table.ts +4 -4
  462. package/src/types.ts +8 -1
  463. package/src/utils/ColorScale.ts +138 -0
  464. package/src/utils/api.ts +26 -4
  465. package/src/utils/columnsSplit.tsx +57 -0
  466. package/src/utils/debug.tsx +17 -24
  467. package/src/utils/dom.tsx +7 -6
  468. package/src/utils/position.ts +0 -1
  469. package/src/utils/scrollPosition.ts +29 -0
package/sdk/sdk-ie11.css CHANGED
@@ -24453,7 +24453,7 @@ readers do not read off random characters that represent icons */
24453
24453
  text-align: left;
24454
24454
  white-space: nowrap;
24455
24455
  background: rgba(0, 0, 0, 0.7);
24456
- border: 0 solid #eceff8;
24456
+ border: 0 solid #e0e7ec;
24457
24457
  border-radius: 0.25rem;
24458
24458
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
24459
24459
  left: 100%;
@@ -25447,7 +25447,7 @@ readers do not read off random characters that represent icons */
25447
25447
 
25448
25448
  .amis-scope .cxd-Breadcrumb-item-last .cxd-Breadcrumb-item-default {
25449
25449
  font-weight: 500;
25450
- color: #151A26;
25450
+ color: #151a26;
25451
25451
  }
25452
25452
 
25453
25453
  .amis-scope .cxd-Breadcrumb-item-caret {
@@ -25488,7 +25488,7 @@ readers do not read off random characters that represent icons */
25488
25488
  background: #fff;
25489
25489
  list-style: none;
25490
25490
  padding: 0.25rem 0;
25491
- border: 0.0625rem solid #eceff8;
25491
+ border: 0.0625rem solid #e0e7ec;
25492
25492
  border-radius: 0.25rem;
25493
25493
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
25494
25494
  min-width: 100%;
@@ -25498,8 +25498,7 @@ readers do not read off random characters that represent icons */
25498
25498
 
25499
25499
  .amis-scope .cxd-Breadcrumb-dropdown > li {
25500
25500
  padding: 0.5rem calc(
25501
- (2rem - 0.75rem) /
25502
- 2
25501
+ (2rem - 0.75rem) / 2
25503
25502
  );
25504
25503
  white-space: nowrap;
25505
25504
  box-sizing: border-box;
@@ -25701,7 +25700,7 @@ readers do not read off random characters that represent icons */
25701
25700
  margin-right: auto;
25702
25701
  margin-top: 3.75rem;
25703
25702
  margin-bottom: 1rem;
25704
- border: 0 solid #eceff8;
25703
+ border: 0 solid #e0e7ec;
25705
25704
  border-radius: 0;
25706
25705
  }
25707
25706
 
@@ -25954,7 +25953,7 @@ readers do not read off random characters that represent icons */
25954
25953
  background-clip: padding-box;
25955
25954
  outline: 0;
25956
25955
  z-index: 2;
25957
- border: 0.0625rem solid #eceff8;
25956
+ border: 0.0625rem solid #e0e7ec;
25958
25957
  border-radius: 0;
25959
25958
  transition: transform ease-in-out 0s;
25960
25959
  }
@@ -26070,7 +26069,7 @@ readers do not read off random characters that represent icons */
26070
26069
 
26071
26070
  .amis-scope .cxd-Drawer .cxd-Drawer-resizeCtrl {
26072
26071
  position: absolute;
26073
- border: 0.0625rem solid #eceff8;
26072
+ border: 0.0625rem solid #e0e7ec;
26074
26073
  background: #fff;
26075
26074
  border-radius: 0.25rem;
26076
26075
  font-size: 0.75rem;
@@ -26281,8 +26280,8 @@ readers do not read off random characters that represent icons */
26281
26280
  z-index: 1600;
26282
26281
  word-wrap: break-word;
26283
26282
  background: #fff;
26284
- border: 0.0625rem solid #eceff8;
26285
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26283
+ box-shadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
26284
+ 0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
26286
26285
  }
26287
26286
 
26288
26287
  .amis-scope .cxd-Tooltip-arrow {
@@ -26318,7 +26317,6 @@ readers do not read off random characters that represent icons */
26318
26317
 
26319
26318
  .amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::before {
26320
26319
  bottom: 0;
26321
- border-top-color: #d1d5db;
26322
26320
  }
26323
26321
 
26324
26322
  .amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::after {
@@ -26345,7 +26343,6 @@ readers do not read off random characters that represent icons */
26345
26343
 
26346
26344
  .amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::before {
26347
26345
  left: 0;
26348
- border-right-color: #d1d5db;
26349
26346
  }
26350
26347
 
26351
26348
  .amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::after {
@@ -26368,7 +26365,6 @@ readers do not read off random characters that represent icons */
26368
26365
 
26369
26366
  .amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
26370
26367
  top: 0;
26371
- border-bottom-color: #d1d5db;
26372
26368
  }
26373
26369
 
26374
26370
  .amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
@@ -26407,7 +26403,6 @@ readers do not read off random characters that represent icons */
26407
26403
 
26408
26404
  .amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::before {
26409
26405
  right: 0;
26410
- border-left-color: #d1d5db;
26411
26406
  }
26412
26407
 
26413
26408
  .amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::after {
@@ -26416,14 +26411,14 @@ readers do not read off random characters that represent icons */
26416
26411
  }
26417
26412
 
26418
26413
  .amis-scope .cxd-Tooltip-title {
26419
- padding: 0.25rem 0.5rem;
26414
+ padding: 0.5rem 0.75rem 0;
26420
26415
  margin-bottom: 0;
26421
26416
  font-size: 0.875rem;
26422
26417
  color: #333;
26423
- background: #f7f7f7;
26424
- border-bottom: 0.0625rem solid #ebebeb;
26418
+ font-weight: 500;
26425
26419
  border-top-left-radius: calc( 0.428rem - 0.0625rem );
26426
26420
  border-top-right-radius: calc( 0.428rem - 0.0625rem );
26421
+ font-weight: bold;
26427
26422
  }
26428
26423
 
26429
26424
  .amis-scope .cxd-Tooltip-title:empty {
@@ -26432,7 +26427,65 @@ readers do not read off random characters that represent icons */
26432
26427
 
26433
26428
  .amis-scope .cxd-Tooltip-body {
26434
26429
  color: #151a26;
26435
- padding: 0.5rem 0.5rem;
26430
+ padding: 0.5rem 0.75rem;
26431
+ word-break: break-all;
26432
+ text-align: left;
26433
+ }
26434
+
26435
+ .amis-scope .cxd-Tooltip--dark {
26436
+ background: rgba(7, 12, 20, 0.85);
26437
+ border: none;
26438
+ box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
26439
+ }
26440
+
26441
+ .amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title {
26442
+ color: #fff;
26443
+ background: transparent;
26444
+ border-bottom: none;
26445
+ }
26446
+
26447
+ .amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title::before {
26448
+ border-bottom-color: transparent;
26449
+ }
26450
+
26451
+ .amis-scope .cxd-Tooltip--dark .cxd-Tooltip-body {
26452
+ color: #fff;
26453
+ }
26454
+
26455
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
26456
+ border-width: 0;
26457
+ }
26458
+
26459
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
26460
+ border-top-color: rgba(7, 12, 20, 0.85);
26461
+ }
26462
+
26463
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
26464
+ border-width: 0;
26465
+ }
26466
+
26467
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
26468
+ border-bottom-color: rgba(7, 12, 20, 0.85);
26469
+ }
26470
+
26471
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
26472
+ border-width: 0;
26473
+ }
26474
+
26475
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
26476
+ border-left-color: rgba(7, 12, 20, 0.85);
26477
+ }
26478
+
26479
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
26480
+ border-width: 0;
26481
+ }
26482
+
26483
+ .amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
26484
+ border-right-color: rgba(7, 12, 20, 0.85);
26485
+ }
26486
+
26487
+ .amis-scope .cxd-TooltipWrapper--inline {
26488
+ display: inline-block;
26436
26489
  }
26437
26490
 
26438
26491
  @keyframes tooltipIn {
@@ -26461,7 +26514,7 @@ readers do not read off random characters that represent icons */
26461
26514
  box-sizing: content-box;
26462
26515
  max-width: 300px;
26463
26516
  background: rgba(0, 0, 0, 0.7);
26464
- border: 0 solid #eceff8;
26517
+ border: 0 solid #e0e7ec;
26465
26518
  border-radius: 0.25rem;
26466
26519
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26467
26520
  left: 100%;
@@ -26552,7 +26605,7 @@ readers do not read off random characters that represent icons */
26552
26605
  word-wrap: normal;
26553
26606
  font-size: 0.875rem;
26554
26607
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26555
- border: 0.0625rem solid #eceff8;
26608
+ border: 0.0625rem solid #e0e7ec;
26556
26609
  border-radius: 0.25rem;
26557
26610
  }
26558
26611
 
@@ -26631,7 +26684,7 @@ readers do not read off random characters that represent icons */
26631
26684
  word-wrap: normal;
26632
26685
  font-size: 0.875rem;
26633
26686
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26634
- border: 0.0625rem solid #eceff8;
26687
+ border: 0.0625rem solid #e0e7ec;
26635
26688
  border-radius: 0.25rem;
26636
26689
  overflow: hidden;
26637
26690
  }
@@ -26842,8 +26895,8 @@ readers do not read off random characters that represent icons */
26842
26895
  .amis-scope .cxd-PickerColumns-frame::after {
26843
26896
  position: absolute;
26844
26897
  content: "";
26845
- border-bottom: 1px solid #eceff8;
26846
- border-top: 1px solid #eceff8;
26898
+ border-bottom: 1px solid #e0e7ec;
26899
+ border-top: 1px solid #e0e7ec;
26847
26900
  top: -50%;
26848
26901
  right: -50%;
26849
26902
  left: -50%;
@@ -27236,7 +27289,7 @@ readers do not read off random characters that represent icons */
27236
27289
  list-style: none;
27237
27290
  margin: 0;
27238
27291
  padding: 0 0 0 1rem;
27239
- border-bottom: 0.0625rem solid #eceff8;
27292
+ border-bottom: 0.0625rem solid #e0e7ec;
27240
27293
  }
27241
27294
 
27242
27295
  .amis-scope .cxd-AppBcn-item {
@@ -27436,14 +27489,14 @@ readers do not read off random characters that represent icons */
27436
27489
  margin-left: 1.25rem;
27437
27490
  align-items: center;
27438
27491
  justify-content: flex-start;
27439
- padding: 0 0 8px;
27492
+ padding: 0 0 10px;
27440
27493
  white-space: nowrap;
27441
27494
  cursor: pointer;
27442
27495
  }
27443
27496
 
27444
27497
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable-icon {
27445
- width: 1rem;
27446
- height: 1rem;
27498
+ width: 0.9375rem;
27499
+ height: 0.9375rem;
27447
27500
  padding: 0.0625rem;
27448
27501
  margin-right: 0.25rem;
27449
27502
  }
@@ -27453,7 +27506,13 @@ readers do not read off random characters that represent icons */
27453
27506
  line-height: 1;
27454
27507
  }
27455
27508
 
27509
+ .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
27510
+ color: #2468f2;
27511
+ fill: #2468f2;
27512
+ }
27513
+
27456
27514
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer {
27515
+ flex-grow: 1;
27457
27516
  position: relative;
27458
27517
  display: flex;
27459
27518
  align-items: center;
@@ -27461,7 +27520,7 @@ readers do not read off random characters that represent icons */
27461
27520
  }
27462
27521
 
27463
27522
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow {
27464
- margin-bottom: 7px;
27523
+ margin: 0 0 10px;
27465
27524
  width: 16px;
27466
27525
  height: 100%;
27467
27526
  display: flex;
@@ -27496,6 +27555,7 @@ readers do not read off random characters that represent icons */
27496
27555
  }
27497
27556
 
27498
27557
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main {
27558
+ position: relative;
27499
27559
  overflow-y: auto;
27500
27560
  scrollbar-width: none;
27501
27561
  width: 100%;
@@ -27506,8 +27566,10 @@ readers do not read off random characters that represent icons */
27506
27566
  }
27507
27567
 
27508
27568
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
27509
- position: relative;
27510
27569
  min-width: 100%;
27570
+ max-width: 0;
27571
+ height: 100%;
27572
+ overflow-x: hidden;
27511
27573
  }
27512
27574
 
27513
27575
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
@@ -27550,7 +27612,9 @@ readers do not read off random characters that represent icons */
27550
27612
  }
27551
27613
 
27552
27614
  .amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close {
27553
- margin-left: 0.25rem;
27615
+ margin: 0.0625rem 0 0 0.25rem;
27616
+ fill: #83868c;
27617
+ cursor: pointer;
27554
27618
  }
27555
27619
 
27556
27620
  .amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close .cxd-Tabs-link-close-icon {
@@ -27608,7 +27672,7 @@ readers do not read off random characters that represent icons */
27608
27672
  .amis-scope .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child {
27609
27673
  color: #374151;
27610
27674
  background: #fff;
27611
- border-color: #eceff8;
27675
+ border-color: #e0e7ec;
27612
27676
  border-bottom-color: transparent;
27613
27677
  }
27614
27678
 
@@ -27638,13 +27702,25 @@ readers do not read off random characters that represent icons */
27638
27702
  border-bottom: 0.0625rem solid #f2f2f4;
27639
27703
  }
27640
27704
 
27705
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-link {
27706
+ padding-top: 10px;
27707
+ }
27708
+
27709
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-addable {
27710
+ padding: 0;
27711
+ }
27712
+
27713
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-linksContainer-arrow {
27714
+ margin: 0;
27715
+ }
27716
+
27641
27717
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
27642
27718
  top: -4px;
27643
27719
  }
27644
27720
 
27645
27721
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links,
27646
27722
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
27647
- border-bottom-color: #eceff8;
27723
+ border-bottom-color: #e0e7ec;
27648
27724
  }
27649
27725
 
27650
27726
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li,
@@ -27669,15 +27745,18 @@ readers do not read off random characters that represent icons */
27669
27745
  padding: 0 0 8px;
27670
27746
  }
27671
27747
 
27672
- .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
27673
- .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus,
27674
- .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
27675
- .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
27748
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover a:first-child,
27749
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover a:first-child {
27676
27750
  color: #2468f2;
27677
27751
  background: transparent;
27678
27752
  border-color: transparent;
27679
27753
  }
27680
27754
 
27755
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close,
27756
+ .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close {
27757
+ fill: #2468f2;
27758
+ }
27759
+
27681
27760
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-child > a,
27682
27761
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-child > a {
27683
27762
  margin: 0;
@@ -27715,6 +27794,10 @@ readers do not read off random characters that represent icons */
27715
27794
  margin-right: 1rem;
27716
27795
  }
27717
27796
 
27797
+ .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-addable {
27798
+ padding: 0;
27799
+ }
27800
+
27718
27801
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
27719
27802
  padding: 0.5rem 1rem 0;
27720
27803
  margin-bottom: 0;
@@ -27722,7 +27805,7 @@ readers do not read off random characters that represent icons */
27722
27805
 
27723
27806
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
27724
27807
  padding: 0.375rem 0 0 0.625rem;
27725
- border-top: 0.0625rem solid #eceff8;
27808
+ border-top: 0.0625rem solid #e0e7ec;
27726
27809
  }
27727
27810
 
27728
27811
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
@@ -27751,6 +27834,11 @@ readers do not read off random characters that represent icons */
27751
27834
  border: none;
27752
27835
  }
27753
27836
 
27837
+ .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-toolbar {
27838
+ padding: 0.375rem 0 0 0.625rem;
27839
+ margin: 0;
27840
+ }
27841
+
27754
27842
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-content {
27755
27843
  border-width: 0;
27756
27844
  }
@@ -27759,7 +27847,7 @@ readers do not read off random characters that represent icons */
27759
27847
  margin-bottom: 0.625rem;
27760
27848
  }
27761
27849
 
27762
- .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
27850
+ .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
27763
27851
  padding: 0;
27764
27852
  }
27765
27853
 
@@ -27851,7 +27939,7 @@ readers do not read off random characters that represent icons */
27851
27939
  border-right-width: 0;
27852
27940
  }
27853
27941
 
27854
- .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
27942
+ .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
27855
27943
  padding: 0 0.75rem;
27856
27944
  margin-left: 0;
27857
27945
  white-space: nowrap;
@@ -27885,7 +27973,7 @@ readers do not read off random characters that represent icons */
27885
27973
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
27886
27974
  position: relative;
27887
27975
  z-index: 1;
27888
- border-color: #eceff8;
27976
+ border-color: #e0e7ec;
27889
27977
  color: #2468f2;
27890
27978
  }
27891
27979
 
@@ -27959,6 +28047,84 @@ readers do not read off random characters that represent icons */
27959
28047
  height: 100%;
27960
28048
  }
27961
28049
 
28050
+ .amis-scope .cxd-Tabs--sidebar {
28051
+ display: flex;
28052
+ height: 100%;
28053
+ }
28054
+
28055
+ .amis-scope .cxd-Tabs--sidebar.sidebar--left {
28056
+ flex-direction: row;
28057
+ }
28058
+
28059
+ .amis-scope .cxd-Tabs--sidebar.sidebar--left > .cxd-Tabs-content {
28060
+ border-right: none;
28061
+ }
28062
+
28063
+ .amis-scope .cxd-Tabs--sidebar.sidebar--right {
28064
+ flex-direction: row-reverse;
28065
+ }
28066
+
28067
+ .amis-scope .cxd-Tabs--sidebar.sidebar--right > .cxd-Tabs-content {
28068
+ border-left: none;
28069
+ }
28070
+
28071
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper {
28072
+ flex: 0 0 3.875rem;
28073
+ align-items: flex-start;
28074
+ border: none;
28075
+ }
28076
+
28077
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
28078
+ position: relative;
28079
+ margin: 0;
28080
+ padding-top: 1.6875rem;
28081
+ flex-grow: 1;
28082
+ border: none;
28083
+ flex-direction: column;
28084
+ border: 0;
28085
+ }
28086
+
28087
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
28088
+ display: flex;
28089
+ margin: 0 0 1.375rem 0;
28090
+ padding: 0;
28091
+ flex-direction: column;
28092
+ justify-content: flex-start;
28093
+ align-items: center;
28094
+ border: 0;
28095
+ }
28096
+
28097
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
28098
+ padding: 0;
28099
+ border: 0;
28100
+ margin: 0;
28101
+ display: flex;
28102
+ flex-direction: column;
28103
+ align-items: center;
28104
+ color: #83868c;
28105
+ }
28106
+
28107
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child .cxd-Icon {
28108
+ font-size: 1.5rem;
28109
+ height: 1.5rem;
28110
+ margin-bottom: 0.3125rem;
28111
+ }
28112
+
28113
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
28114
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
28115
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
28116
+ color: #2468f2;
28117
+ }
28118
+
28119
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content {
28120
+ flex-grow: 1;
28121
+ border-bottom: none;
28122
+ }
28123
+
28124
+ .amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content > .cxd-Tabs-pane {
28125
+ height: 100%;
28126
+ }
28127
+
27962
28128
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper {
27963
28129
  background: #f5f5f5;
27964
28130
  border-bottom: none;
@@ -28074,7 +28240,7 @@ readers do not read off random characters that represent icons */
28074
28240
  border-bottom: none;
28075
28241
  }
28076
28242
 
28077
- .amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
28243
+ .amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
28078
28244
  padding: 0;
28079
28245
  }
28080
28246
 
@@ -28098,7 +28264,7 @@ readers do not read off random characters that represent icons */
28098
28264
  top: 50%;
28099
28265
  right: 0;
28100
28266
  width: 0.0625rem;
28101
- height: 1rem;
28267
+ height: 0.9375rem;
28102
28268
  transform: translateY(-50%);
28103
28269
  background-color: #f2f2f4;
28104
28270
  }
@@ -28122,6 +28288,10 @@ readers do not read off random characters that represent icons */
28122
28288
  border: none;
28123
28289
  }
28124
28290
 
28291
+ .amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close {
28292
+ fill: #2468f2;
28293
+ }
28294
+
28125
28295
  .amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
28126
28296
  padding: 0;
28127
28297
  }
@@ -28141,7 +28311,7 @@ readers do not read off random characters that represent icons */
28141
28311
  border-bottom: 0.0625rem solid #f2f2f4;
28142
28312
  }
28143
28313
 
28144
- .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
28314
+ .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
28145
28315
  width: 2rem;
28146
28316
  margin-left: 0.5rem;
28147
28317
  padding: 0;
@@ -28155,11 +28325,11 @@ readers do not read off random characters that represent icons */
28155
28325
  flex: none;
28156
28326
  }
28157
28327
 
28158
- .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable > .cxd-Tabs-addable-icon {
28328
+ .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable > .cxd-Tabs-addable-icon {
28159
28329
  margin-right: 0;
28160
28330
  }
28161
28331
 
28162
- .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable:hover {
28332
+ .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
28163
28333
  color: #2468f2;
28164
28334
  }
28165
28335
 
@@ -28222,6 +28392,10 @@ readers do not read off random characters that represent icons */
28222
28392
  color: #2468f2;
28223
28393
  }
28224
28394
 
28395
+ .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover .cxd-Tabs-link-close {
28396
+ fill: #2468f2;
28397
+ }
28398
+
28225
28399
  .amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
28226
28400
  margin-right: 0;
28227
28401
  }
@@ -28233,9 +28407,10 @@ readers do not read off random characters that represent icons */
28233
28407
  }
28234
28408
 
28235
28409
  .amis-scope .cxd-Tabs-toolbar {
28236
- display: inline-block;
28237
- float: right;
28238
- padding-top: 0.25rem;
28410
+ margin-left: 0.75rem;
28411
+ display: flex;
28412
+ flex-direction: row;
28413
+ align-items: center;
28239
28414
  }
28240
28415
 
28241
28416
  .amis-scope .cxd-Nav {
@@ -28259,14 +28434,43 @@ readers do not read off random characters that represent icons */
28259
28434
  vertical-align: middle;
28260
28435
  }
28261
28436
 
28437
+ .amis-scope .cxd-Nav .cxd-Nav-list-overflow {
28438
+ min-height: 2.5rem !important;
28439
+ max-height: calc(2.5rem * 5);
28440
+ max-width: 10rem;
28441
+ font-size: 0.75rem;
28442
+ overflow-x: hidden;
28443
+ overflow-y: auto;
28444
+ }
28445
+
28446
+ .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-subItems {
28447
+ margin-block-start: 0;
28448
+ margin-block-end: 0;
28449
+ }
28450
+
28451
+ .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item {
28452
+ max-width: 10rem;
28453
+ height: 2.5rem;
28454
+ }
28455
+
28456
+ .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item > a {
28457
+ border: none !important;
28458
+ display: block !important;
28459
+ text-overflow: ellipsis;
28460
+ overflow: hidden;
28461
+ white-space: nowrap;
28462
+ user-select: none;
28463
+ }
28464
+
28262
28465
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs {
28263
- border-bottom: 0.0625rem solid #eceff8;
28466
+ border-bottom: 0.0625rem solid #e0e7ec;
28264
28467
  }
28265
28468
 
28266
28469
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
28267
28470
  margin-bottom: calc(0.0625rem * -1);
28268
28471
  display: inline-block;
28269
28472
  position: relative;
28473
+ max-width: 10rem;
28270
28474
  }
28271
28475
 
28272
28476
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
@@ -28281,11 +28485,15 @@ readers do not read off random characters that represent icons */
28281
28485
  margin-right: 0.125rem;
28282
28486
  padding: 0.5rem 1.5rem;
28283
28487
  cursor: pointer;
28488
+ text-overflow: ellipsis;
28489
+ overflow: hidden;
28490
+ white-space: nowrap;
28284
28491
  }
28285
28492
 
28286
28493
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
28287
28494
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
28288
28495
  border-color: #e5e7eb;
28496
+ border-bottom: none;
28289
28497
  text-decoration: none;
28290
28498
  }
28291
28499
 
@@ -28301,10 +28509,17 @@ readers do not read off random characters that represent icons */
28301
28509
  .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
28302
28510
  color: #374151;
28303
28511
  background: #fff;
28304
- border-color: #eceff8;
28512
+ border-color: #e0e7ec;
28305
28513
  border-bottom-color: #fff;
28306
28514
  }
28307
28515
 
28516
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow:hover > a,
28517
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow > a:focus,
28518
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow.is-overflow-opened > a {
28519
+ color: #2468f2;
28520
+ border-color: transparent;
28521
+ }
28522
+
28308
28523
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked {
28309
28524
  min-height: 3.125rem;
28310
28525
  }
@@ -28554,11 +28769,11 @@ readers do not read off random characters that represent icons */
28554
28769
  }
28555
28770
 
28556
28771
  .amis-scope .cxd-Page-main > .cxd-Page-header {
28557
- border-bottom: 0.0625rem solid #eceff8;
28772
+ border-bottom: 0.0625rem solid #e0e7ec;
28558
28773
  }
28559
28774
 
28560
28775
  .amis-scope .cxd-Page-headerRow {
28561
- border-bottom: 0.0625rem solid #eceff8;
28776
+ border-bottom: 0.0625rem solid #e0e7ec;
28562
28777
  display: flex;
28563
28778
  flex-direction: row;
28564
28779
  align-items: center;
@@ -28633,7 +28848,7 @@ readers do not read off random characters that represent icons */
28633
28848
  @media (min-width: 768px) {
28634
28849
  .amis-scope .cxd-Page-aside {
28635
28850
  width: 10rem;
28636
- border-right: 0.0625rem solid #eceff8;
28851
+ border-right: 0.0625rem solid #e0e7ec;
28637
28852
  }
28638
28853
 
28639
28854
  .amis-scope .cxd-Page-aside::before {
@@ -28973,7 +29188,7 @@ readers do not read off random characters that represent icons */
28973
29188
  }
28974
29189
 
28975
29190
  .amis-scope .cxd-Panel--default {
28976
- border-color: #eceff8;
29191
+ border-color: #e0e7ec;
28977
29192
  }
28978
29193
 
28979
29194
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
@@ -28987,7 +29202,7 @@ readers do not read off random characters that represent icons */
28987
29202
  }
28988
29203
 
28989
29204
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
28990
- border-color: #eceff8;
29205
+ border-color: #e0e7ec;
28991
29206
  }
28992
29207
 
28993
29208
  .amis-scope .cxd-Panel--primary {
@@ -29225,84 +29440,163 @@ readers do not read off random characters that represent icons */
29225
29440
  }
29226
29441
  }
29227
29442
 
29228
- .amis-scope .is-spin {
29229
- animation: spin 2s linear infinite;
29230
- }
29231
-
29232
- .amis-scope .cxd-Spinner-overlay {
29233
- position: absolute;
29234
- z-index: 10;
29235
- top: 0;
29236
- left: 0;
29237
- right: 0;
29238
- bottom: 0;
29239
- background: rgba(255, 255, 255, 0.4);
29240
- transition: ease-out opacity 0s;
29443
+ .amis-scope .cxd-Spinner {
29444
+ display: inline-flex;
29445
+ flex-direction: column;
29446
+ align-items: center;
29447
+ justify-content: center;
29241
29448
  opacity: 0;
29449
+ transition: ease-out opacity 0s;
29242
29450
  }
29243
29451
 
29244
- .amis-scope .cxd-Spinner-overlay.in {
29452
+ .amis-scope .cxd-Spinner.in {
29245
29453
  opacity: 1;
29246
29454
  }
29247
29455
 
29248
- .amis-scope .cxd-Spinner {
29249
- width: 1.625rem;
29250
- height: 1.625rem;
29456
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon {
29457
+ width: 2rem;
29458
+ height: 2rem;
29459
+ position: relative;
29251
29460
  transform: translateZ(0);
29252
- display: inline-flex;
29253
- background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
29254
- background-size: 100%;
29461
+ animation: spin 2s linear infinite;
29255
29462
  transition: ease-out all 0s;
29256
29463
  }
29257
29464
 
29258
- .amis-scope .cxd-Spinner--lg {
29259
- width: 3.125rem;
29260
- height: 3.125rem;
29465
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--default {
29466
+ background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
29467
+ background-size: 100%;
29468
+ animation: none;
29261
29469
  }
29262
29470
 
29263
- .amis-scope .cxd-Spinner--sm {
29264
- width: 1rem;
29265
- height: 1rem;
29471
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--simple {
29472
+ background: transparent;
29473
+ display: flex;
29474
+ align-items: center;
29475
+ justify-content: center;
29266
29476
  }
29267
29477
 
29268
- .amis-scope .cxd-Spinner--icon {
29269
- background: transparent;
29270
- animation: spin 2s linear infinite;
29271
- width: 16px;
29272
- height: 16px;
29478
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--simple .icon {
29479
+ width: 100%;
29480
+ height: 100%;
29481
+ color: #2468f2;
29273
29482
  }
29274
29483
 
29275
- .amis-scope .cxd-Spinner--icon svg.icon {
29276
- width: 16px;
29277
- height: 16px;
29484
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon {
29278
29485
  top: 0;
29279
29486
  }
29280
29487
 
29281
- .amis-scope .cxd-Spinner--overlay {
29282
- position: absolute;
29283
- z-index: 11;
29284
- top: 50%;
29285
- left: 50%;
29286
- transform: translate3d(-50%, -50%, 0);
29488
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon path {
29489
+ fill: #2468f2;
29287
29490
  }
29288
29491
 
29289
- .amis-scope .cxd-Spinner--overlay.cxd-Spinner--lg {
29290
- width: 3.125rem;
29291
- height: 3.125rem;
29292
- line-height: 3.125rem;
29492
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--simple i.icon {
29493
+ display: flex;
29494
+ align-items: center;
29495
+ justify-content: center;
29496
+ font-size: 2rem;
29293
29497
  }
29294
29498
 
29295
- @media (min-width: 768px) {
29296
- .amis-scope .cxd-Layout .cxd-Page-body > .cxd-Spinner-overlay {
29297
- left: 11.25rem;
29298
- }
29299
-
29300
- .amis-scope .cxd-Layout--folded .cxd-Page-body > .cxd-Spinner-overlay {
29301
- left: 3.75rem;
29302
- }
29499
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--custom {
29500
+ width: auto;
29501
+ height: auto;
29303
29502
  }
29304
29503
 
29305
- .amis-scope .cxd-ButtonGroup {
29504
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--lg {
29505
+ width: 3rem;
29506
+ height: 3rem;
29507
+ }
29508
+
29509
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--lg i.icon {
29510
+ font-size: 3rem;
29511
+ }
29512
+
29513
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--sm {
29514
+ width: 1rem;
29515
+ height: 1rem;
29516
+ }
29517
+
29518
+ .amis-scope .cxd-Spinner .cxd-Spinner-icon--sm i.icon {
29519
+ font-size: 1rem;
29520
+ }
29521
+
29522
+ .amis-scope .cxd-Spinner .cxd-Spinner-tip {
29523
+ margin: 0.75rem 0 0 0;
29524
+ word-break: keep-all;
29525
+ white-space: nowrap;
29526
+ color: #2468f2;
29527
+ }
29528
+
29529
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--top {
29530
+ flex-direction: column-reverse;
29531
+ }
29532
+
29533
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--top .cxd-Spinner-tip {
29534
+ margin: 0 0 0.75rem 0;
29535
+ }
29536
+
29537
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--right {
29538
+ flex-direction: row;
29539
+ }
29540
+
29541
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--right .cxd-Spinner-tip {
29542
+ margin: 0 0 0 0.75rem;
29543
+ }
29544
+
29545
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom {
29546
+ flex-direction: column;
29547
+ }
29548
+
29549
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom .cxd-Spinner-tip {
29550
+ margin: 0.75rem 0 0 0;
29551
+ }
29552
+
29553
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--left {
29554
+ flex-direction: row-reverse;
29555
+ }
29556
+
29557
+ .amis-scope .cxd-Spinner.cxd-Spinner-tip--left .cxd-Spinner-tip {
29558
+ margin: 0 0.75rem 0 0;
29559
+ }
29560
+
29561
+ .amis-scope .cxd-Spinner--overlay {
29562
+ position: absolute;
29563
+ z-index: 11;
29564
+ top: 50%;
29565
+ left: 50%;
29566
+ transform: translate3d(-50%, -50%, 0);
29567
+ }
29568
+
29569
+ .amis-scope .cxd-Spinner-overlay {
29570
+ position: absolute;
29571
+ z-index: 10;
29572
+ top: 0;
29573
+ left: 0;
29574
+ right: 0;
29575
+ bottom: 0;
29576
+ background: rgba(255, 255, 255, 0.4);
29577
+ transition: ease-out opacity 0s;
29578
+ opacity: 0;
29579
+ }
29580
+
29581
+ .amis-scope .cxd-Spinner-overlay.in {
29582
+ opacity: 1;
29583
+ }
29584
+
29585
+ .amis-scope .cxd-Spinner-wrap {
29586
+ position: relative;
29587
+ width: 100%;
29588
+ height: 100%;
29589
+ }
29590
+
29591
+ .amis-scope .cxd-Spinner-wrap .cxd-Spinner {
29592
+ position: absolute;
29593
+ z-index: 11;
29594
+ top: 50%;
29595
+ left: 50%;
29596
+ transform: translate3d(-50%, -50%, 0);
29597
+ }
29598
+
29599
+ .amis-scope .cxd-ButtonGroup {
29306
29600
  position: relative;
29307
29601
  display: inline-flex;
29308
29602
  vertical-align: middle;
@@ -29369,10 +29663,15 @@ readers do not read off random characters that represent icons */
29369
29663
  border-bottom-left-radius: 0;
29370
29664
  }
29371
29665
 
29666
+ .amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:last-child > .cxd-Button:not(:last-child) {
29667
+ border-top-right-radius: 0;
29668
+ }
29669
+
29372
29670
  .amis-scope .cxd-ButtonGroup--vertical {
29373
29671
  flex-direction: column;
29374
29672
  align-items: flex-start;
29375
29673
  justify-content: center;
29674
+ /* 修正头尾的圆角 */
29376
29675
  }
29377
29676
 
29378
29677
  .amis-scope .cxd-ButtonGroup--vertical .cxd-Button,
@@ -29400,6 +29699,16 @@ readers do not read off random characters that represent icons */
29400
29699
  border-top-right-radius: 0;
29401
29700
  }
29402
29701
 
29702
+ .amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:first-child,
29703
+ .amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child {
29704
+ border-top-right-radius: 0.25rem;
29705
+ }
29706
+
29707
+ .amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:last-child,
29708
+ .amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child {
29709
+ border-bottom-left-radius: 0.25rem;
29710
+ }
29711
+
29403
29712
  .amis-scope .cxd-ButtonGroup--tiled {
29404
29713
  display: flex;
29405
29714
  }
@@ -29520,7 +29829,7 @@ readers do not read off random characters that represent icons */
29520
29829
  height: 0.0625rem;
29521
29830
  margin: 0.5625rem 0;
29522
29831
  overflow: hidden;
29523
- background: #eceff8;
29832
+ background: #e0e7ec;
29524
29833
  padding: 0;
29525
29834
  }
29526
29835
 
@@ -29634,7 +29943,7 @@ readers do not read off random characters that represent icons */
29634
29943
  }
29635
29944
 
29636
29945
  .amis-scope .cxd-ScheduleCalendar-large .rdtPicker table td {
29637
- border: 0.0625rem solid #eceff8;
29946
+ border: 0.0625rem solid #e0e7ec;
29638
29947
  }
29639
29948
 
29640
29949
  .amis-scope .cxd-ScheduleCalendar-large .rdtDay {
@@ -30213,7 +30522,7 @@ readers do not read off random characters that represent icons */
30213
30522
  top: -10px;
30214
30523
  left: -30px;
30215
30524
  width: 1rem;
30216
- border-left: solid 1px #eceff8;
30525
+ border-left: solid 1px #e0e7ec;
30217
30526
  bottom: 0;
30218
30527
  }
30219
30528
 
@@ -30223,12 +30532,12 @@ readers do not read off random characters that represent icons */
30223
30532
  top: 50%;
30224
30533
  width: 1rem;
30225
30534
  left: -30px;
30226
- border-top: solid 1px #eceff8;
30535
+ border-top: solid 1px #e0e7ec;
30227
30536
  }
30228
30537
 
30229
30538
  .amis-scope .cxd-CBGroup-placeholder:last-child:before {
30230
30539
  border-bottom-left-radius: 5px;
30231
- border-bottom: solid 1px #eceff8;
30540
+ border-bottom: solid 1px #e0e7ec;
30232
30541
  bottom: 50%;
30233
30542
  }
30234
30543
 
@@ -30338,7 +30647,7 @@ readers do not read off random characters that represent icons */
30338
30647
  top: -10px;
30339
30648
  left: -30px;
30340
30649
  width: 20px;
30341
- border-left: solid 1px #eceff8;
30650
+ border-left: solid 1px #e0e7ec;
30342
30651
  bottom: 0;
30343
30652
  }
30344
30653
 
@@ -30348,12 +30657,12 @@ readers do not read off random characters that represent icons */
30348
30657
  top: 50%;
30349
30658
  width: 20px;
30350
30659
  left: -30px;
30351
- border-top: solid 1px #eceff8;
30660
+ border-top: solid 1px #e0e7ec;
30352
30661
  }
30353
30662
 
30354
30663
  .amis-scope .cxd-CBGroupOrItem:last-child:before {
30355
30664
  border-bottom-left-radius: 5px;
30356
- border-bottom: solid 1px #eceff8;
30665
+ border-bottom: solid 1px #e0e7ec;
30357
30666
  bottom: 50%;
30358
30667
  }
30359
30668
 
@@ -30715,7 +31024,7 @@ readers do not read off random characters that represent icons */
30715
31024
  .amis-scope .cxd-Wizard-tabs > ul.nav {
30716
31025
  padding: 0;
30717
31026
  margin: 0;
30718
- border: 0.0625rem solid #eceff8;
31027
+ border: 0.0625rem solid #e0e7ec;
30719
31028
  }
30720
31029
 
30721
31030
  .amis-scope .cxd-Wizard > ul.nav li,
@@ -30759,7 +31068,7 @@ readers do not read off random characters that represent icons */
30759
31068
  right: -0.625rem;
30760
31069
  border: 1rem solid transparent;
30761
31070
  border-right: 0;
30762
- border-left: 0.625rem solid #eceff8;
31071
+ border-left: 0.625rem solid #e0e7ec;
30763
31072
  border-left-color: rgba(0, 0, 0, 0.05);
30764
31073
  z-index: 1;
30765
31074
  bottom: 0;
@@ -30787,7 +31096,7 @@ readers do not read off random characters that represent icons */
30787
31096
  font-size: 0.875rem;
30788
31097
  padding: 0.625rem 0;
30789
31098
  background: #fff;
30790
- border-bottom: 0 solid #eceff8;
31099
+ border-bottom: 0 solid #e0e7ec;
30791
31100
  text-align: center;
30792
31101
  }
30793
31102
 
@@ -30833,7 +31142,7 @@ readers do not read off random characters that represent icons */
30833
31142
  right: -0.625rem;
30834
31143
  border: none !important;
30835
31144
  border-right: 0;
30836
- border-left: 0.625rem solid #eceff8;
31145
+ border-left: 0.625rem solid #e0e7ec;
30837
31146
  border-left-color: rgba(0, 0, 0, 0.05);
30838
31147
  z-index: 2;
30839
31148
  }
@@ -30896,7 +31205,7 @@ readers do not read off random characters that represent icons */
30896
31205
  line-height: 2.5rem;
30897
31206
  position: relative;
30898
31207
  float: none;
30899
- border-bottom: 0.0625rem solid #eceff8;
31208
+ border-bottom: 0.0625rem solid #e0e7ec;
30900
31209
  padding-left: 1rem;
30901
31210
  }
30902
31211
 
@@ -32770,7 +33079,7 @@ readers do not read off random characters that represent icons */
32770
33079
  background: #fff;
32771
33080
  list-style: none;
32772
33081
  padding: 0.25rem 0;
32773
- border: 0.0625rem solid #eceff8;
33082
+ border: 0.0625rem solid #e0e7ec;
32774
33083
  border-radius: 0.25rem;
32775
33084
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
32776
33085
  min-width: 10rem;
@@ -32827,7 +33136,7 @@ readers do not read off random characters that represent icons */
32827
33136
  height: 0.0625rem;
32828
33137
  margin: 0.5625rem 0;
32829
33138
  overflow: hidden;
32830
- background: #eceff8;
33139
+ background: #e0e7ec;
32831
33140
  padding: 0;
32832
33141
  }
32833
33142
 
@@ -32894,12 +33203,9 @@ readers do not read off random characters that represent icons */
32894
33203
  font-size: 0.75rem;
32895
33204
  padding: 0.25rem 0.5rem;
32896
33205
  height: 1.5rem;
32897
- width: calc((100% - 24px) / 3);
32898
- float: left;
33206
+ width: calc((100% - 0.25rem * 6) / 3);
32899
33207
  margin: 0.25rem;
32900
- text-overflow: ellipsis;
32901
- white-space: nowrap;
32902
- overflow: hidden;
33208
+ float: left;
32903
33209
  }
32904
33210
 
32905
33211
  .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
@@ -32910,6 +33216,20 @@ readers do not read off random characters that represent icons */
32910
33216
  border: 1px solid #2468f2;
32911
33217
  }
32912
33218
 
33219
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
33220
+ display: inline-block;
33221
+ width: calc(100% - 0.875rem);
33222
+ }
33223
+
33224
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
33225
+ display: inline-block;
33226
+ max-width: 100%;
33227
+ text-overflow: ellipsis;
33228
+ white-space: nowrap;
33229
+ overflow: hidden;
33230
+ user-select: none;
33231
+ }
33232
+
32913
33233
  .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
32914
33234
  height: 1rem;
32915
33235
  width: 1rem;
@@ -32917,10 +33237,12 @@ readers do not read off random characters that represent icons */
32917
33237
  }
32918
33238
 
32919
33239
  .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
33240
+ display: inline-block;
32920
33241
  margin-left: 0;
32921
33242
  margin-right: 0.25rem;
32922
- cursor: move;
33243
+ vertical-align: super;
32923
33244
  color: #d8d8d8;
33245
+ cursor: move;
32924
33246
  }
32925
33247
 
32926
33248
  .amis-scope .cxd-ColumnToggler-modal-footer {
@@ -32959,10 +33281,6 @@ readers do not read off random characters that represent icons */
32959
33281
  justify-content: flex-end;
32960
33282
  }
32961
33283
 
32962
- .amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
32963
- width: 72px;
32964
- }
32965
-
32966
33284
  .amis-scope .cxd-ColumnToggler-tooltip {
32967
33285
  border: none;
32968
33286
  }
@@ -32977,7 +33295,7 @@ readers do not read off random characters that represent icons */
32977
33295
 
32978
33296
  .amis-scope .cxd-List-items {
32979
33297
  border-radius: 0.25rem;
32980
- border: 0.0625rem solid #eceff8;
33298
+ border: 0.0625rem solid #e0e7ec;
32981
33299
  background: #fff;
32982
33300
  margin-bottom: 0.5rem;
32983
33301
  }
@@ -33079,7 +33397,7 @@ readers do not read off random characters that represent icons */
33079
33397
  padding: 0.5rem 0.75rem;
33080
33398
  margin-bottom: -0.0625rem;
33081
33399
  background: #fff;
33082
- border: 0.0625rem solid #eceff8;
33400
+ border: 0.0625rem solid #e0e7ec;
33083
33401
  }
33084
33402
 
33085
33403
  .amis-scope .cxd-ListGroup-item:first-child {
@@ -33318,7 +33636,7 @@ readers do not read off random characters that represent icons */
33318
33636
  text-align: center;
33319
33637
  height: 6.25rem;
33320
33638
  line-height: 6.25rem;
33321
- border: 0.0625rem solid #eceff8;
33639
+ border: 0.0625rem solid #e0e7ec;
33322
33640
  border-radius: 0.25rem;
33323
33641
  }
33324
33642
 
@@ -33430,7 +33748,7 @@ readers do not read off random characters that represent icons */
33430
33748
 
33431
33749
  .amis-scope .cxd-Card {
33432
33750
  background: #fff;
33433
- border: 0.0625rem solid #eceff8;
33751
+ border: 0.0625rem solid #e0e7ec;
33434
33752
  border-radius: 0.25rem;
33435
33753
  margin-bottom: 0.75rem;
33436
33754
  position: relative;
@@ -33918,31 +34236,30 @@ readers do not read off random characters that represent icons */
33918
34236
  right: 0;
33919
34237
  }
33920
34238
 
34239
+ .amis-scope .cxd-Progress {
34240
+ display: flex;
34241
+ align-items: center;
34242
+ color: #151a26;
34243
+ font-size: 0.6875rem;
34244
+ }
34245
+
33921
34246
  .amis-scope .cxd-Progress-line {
33922
34247
  display: inline-block;
33923
34248
  width: 100%;
33924
- margin-right: calc(-2em + -8px);
33925
- padding-right: calc(2em + 8px);
34249
+ height: 10px;
33926
34250
  }
33927
34251
 
33928
34252
  .amis-scope .cxd-Progress-line-inter {
33929
- height: 10px;
34253
+ height: 100%;
33930
34254
  background-color: #d3d9e6;
33931
34255
  overflow: hidden;
33932
34256
  border-radius: 1rem;
33933
34257
  }
33934
34258
 
33935
- .amis-scope .cxd-Progress-line-no-label {
33936
- padding-right: 0;
33937
- margin-right: 0;
33938
- }
33939
-
33940
34259
  .amis-scope .cxd-Progress-line-text {
33941
34260
  display: inline-block;
33942
- width: 2em;
34261
+ flex-grow: 1;
33943
34262
  margin-left: 8px;
33944
- color: #151a26;
33945
- font-size: 0.6875rem;
33946
34263
  white-space: nowrap;
33947
34264
  text-align: left;
33948
34265
  word-break: normal;
@@ -34003,9 +34320,6 @@ readers do not read off random characters that represent icons */
34003
34320
  width: 100%;
34004
34321
  margin: 0;
34005
34322
  padding: 0;
34006
- color: #151a26;
34007
- font-size: 1em;
34008
- line-height: 1;
34009
34323
  white-space: normal;
34010
34324
  text-align: center;
34011
34325
  transform: translate(-50%, -50%);
@@ -34070,7 +34384,7 @@ readers do not read off random characters that represent icons */
34070
34384
  .amis-scope .cxd-Property > table > thead > tr > th {
34071
34385
  padding: 0.5rem;
34072
34386
  background: #f2f2f2;
34073
- border: 1px solid #eceff8;
34387
+ border: 1px solid #e0e7ec;
34074
34388
  }
34075
34389
 
34076
34390
  .amis-scope .cxd-Property > table > tbody > tr {
@@ -34079,7 +34393,7 @@ readers do not read off random characters that represent icons */
34079
34393
 
34080
34394
  .amis-scope .cxd-Property > table > tbody > tr > td,
34081
34395
  .amis-scope .cxd-Property > table > tbody > tr > th {
34082
- border: 1px solid #eceff8;
34396
+ border: 1px solid #e0e7ec;
34083
34397
  padding: 0.5rem;
34084
34398
  }
34085
34399
 
@@ -34119,7 +34433,7 @@ readers do not read off random characters that represent icons */
34119
34433
 
34120
34434
  .amis-scope .cxd-Divider {
34121
34435
  margin: 0.75rem calc(0.75rem * -1);
34122
- border-bottom: 0.0625rem solid #eceff8;
34436
+ border-bottom: 0.0625rem solid #e0e7ec;
34123
34437
  height: 0.125rem;
34124
34438
  font-size: 0;
34125
34439
  }
@@ -34214,7 +34528,7 @@ readers do not read off random characters that represent icons */
34214
34528
  .amis-scope .cxd-Pagination-inputGroup input {
34215
34529
  width: 3.125rem;
34216
34530
  height: 1.875rem;
34217
- border: 0.0625rem solid #eceff8;
34531
+ border: 0.0625rem solid #e0e7ec;
34218
34532
  border-radius: 0.25rem;
34219
34533
  padding: 0.25rem 0.625rem;
34220
34534
  margin: 0 0.625rem;
@@ -34480,6 +34794,7 @@ readers do not read off random characters that represent icons */
34480
34794
  }
34481
34795
 
34482
34796
  .amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
34797
+ cursor: pointer;
34483
34798
  display: inline-block;
34484
34799
  height: 0.5rem;
34485
34800
  width: 0.5rem;
@@ -34781,7 +35096,7 @@ readers do not read off random characters that represent icons */
34781
35096
  }
34782
35097
 
34783
35098
  .amis-scope .cxd-Image {
34784
- border: 0.0625rem solid #eceff8;
35099
+ border: 0.0625rem solid #e0e7ec;
34785
35100
  }
34786
35101
 
34787
35102
  .amis-scope .cxd-Image--thumb {
@@ -34973,7 +35288,7 @@ readers do not read off random characters that represent icons */
34973
35288
  .amis-scope .cxd-InputBox {
34974
35289
  display: flex;
34975
35290
  background: #ffffff;
34976
- border: 0.0625rem solid #e8e9eb;
35291
+ border: 0.0625rem solid #b8babf;
34977
35292
  border-radius: 0.25rem;
34978
35293
  line-height: 1.4285714286;
34979
35294
  padding: calc(
@@ -35090,7 +35405,7 @@ readers do not read off random characters that represent icons */
35090
35405
  .amis-scope .cxd-ResultBox {
35091
35406
  display: flex;
35092
35407
  background: #ffffff;
35093
- border: 0.0625rem solid #e8e9eb;
35408
+ border: 0.0625rem solid #b8babf;
35094
35409
  border-radius: 0.25rem;
35095
35410
  line-height: 1.4285714286;
35096
35411
  padding: calc(
@@ -35417,7 +35732,7 @@ readers do not read off random characters that represent icons */
35417
35732
 
35418
35733
  .amis-scope .cxd-SearchBox.is-active {
35419
35734
  background: #ffffff;
35420
- border: 0.0625rem solid #e8e9eb;
35735
+ border: 0.0625rem solid #b8babf;
35421
35736
  width: 150px;
35422
35737
  }
35423
35738
 
@@ -35462,7 +35777,7 @@ readers do not read off random characters that represent icons */
35462
35777
  .amis-scope .cxd-ListMenu {
35463
35778
  background: #fff;
35464
35779
  min-width: 12.5rem;
35465
- border: 0 solid #eceff8;
35780
+ border: 0 solid #e0e7ec;
35466
35781
  border-radius: 0;
35467
35782
  }
35468
35783
 
@@ -35653,6 +35968,10 @@ readers do not read off random characters that represent icons */
35653
35968
  line-height: 2rem;
35654
35969
  }
35655
35970
 
35971
+ .amis-scope .cxd-Steps .cxd-StepsItem-container {
35972
+ position: relative;
35973
+ }
35974
+
35656
35975
  .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
35657
35976
  vertical-align: top;
35658
35977
  display: inline-block;
@@ -35702,6 +36021,13 @@ readers do not read off random characters that represent icons */
35702
36021
  background-color: #2468f2;
35703
36022
  }
35704
36023
 
36024
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
36025
+ max-width: 9.875rem;
36026
+ overflow: hidden;
36027
+ text-overflow: ellipsis;
36028
+ white-space: nowrap;
36029
+ }
36030
+
35705
36031
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
35706
36032
  padding-left: 0.625rem;
35707
36033
  font-size: 0.875rem;
@@ -35711,6 +36037,8 @@ readers do not read off random characters that represent icons */
35711
36037
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
35712
36038
  max-width: 8.75rem;
35713
36039
  white-space: nowrap;
36040
+ position: relative;
36041
+ bottom: 0.625rem;
35714
36042
  }
35715
36043
 
35716
36044
  .amis-scope .cxd-Steps .cxd-StepsItem:last-child {
@@ -35728,19 +36056,16 @@ readers do not read off random characters that represent icons */
35728
36056
  .amis-scope .cxd-Steps--vertical .cxd-StepsItem {
35729
36057
  padding: 0.3125rem 0;
35730
36058
  min-height: 75px;
36059
+ overflow: visible;
35731
36060
  }
35732
36061
 
35733
- .amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon {
35734
- position: relative;
35735
- }
35736
-
35737
- .amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
36062
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
35738
36063
  content: "";
35739
36064
  position: absolute;
35740
36065
  right: 0;
35741
- top: 2.1875rem;
35742
- height: 9999px;
35743
- left: 0.875rem;
36066
+ top: 2rem;
36067
+ height: calc(100% - 23px);
36068
+ left: 0.6875rem;
35744
36069
  width: 1px;
35745
36070
  background-color: #b4bbc5;
35746
36071
  }
@@ -35749,14 +36074,181 @@ readers do not read off random characters that represent icons */
35749
36074
  display: none;
35750
36075
  }
35751
36076
 
36077
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
36078
+ display: none !important;
36079
+ }
36080
+
35752
36081
  .amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
35753
36082
  flex: none;
35754
36083
  }
35755
36084
 
35756
- .amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-icon:after {
36085
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
35757
36086
  display: none;
35758
36087
  }
35759
36088
 
36089
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
36090
+ flex-direction: row;
36091
+ }
36092
+
36093
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
36094
+ display: none;
36095
+ }
36096
+
36097
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
36098
+ width: 25rem;
36099
+ }
36100
+
36101
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
36102
+ margin-left: 0px;
36103
+ margin-top: 0.625rem;
36104
+ }
36105
+
36106
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
36107
+ content: "";
36108
+ position: absolute;
36109
+ display: inline-block;
36110
+ top: 1.375rem;
36111
+ width: 1px;
36112
+ left: 3px;
36113
+ height: calc(100% - 5px);
36114
+ background-color: #b4bbc5;
36115
+ }
36116
+
36117
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
36118
+ display: inline-block !important;
36119
+ }
36120
+
36121
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
36122
+ right: 0.625rem;
36123
+ }
36124
+
36125
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
36126
+ text-align: left !important;
36127
+ }
36128
+
36129
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
36130
+ display: none;
36131
+ }
36132
+
36133
+ .amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
36134
+ background: #2468f2;
36135
+ }
36136
+
36137
+ .amis-scope .cxd-Steps--Placement-vertical {
36138
+ display: flex;
36139
+ list-style: none;
36140
+ padding: 0;
36141
+ }
36142
+
36143
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
36144
+ flex: 1;
36145
+ padding: 0;
36146
+ overflow: visible;
36147
+ }
36148
+
36149
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
36150
+ display: flex;
36151
+ flex-direction: column;
36152
+ justify-content: flex-start;
36153
+ }
36154
+
36155
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
36156
+ content: "";
36157
+ position: absolute;
36158
+ display: inline-block;
36159
+ top: 1rem;
36160
+ height: 1px;
36161
+ left: 8.125rem;
36162
+ width: calc(100% - 55px);
36163
+ background-color: #b4bbc5;
36164
+ }
36165
+
36166
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
36167
+ margin-left: 5.625rem;
36168
+ }
36169
+
36170
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
36171
+ width: 12.5rem;
36172
+ }
36173
+
36174
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
36175
+ text-align: center;
36176
+ }
36177
+
36178
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
36179
+ padding: 0 0.625rem;
36180
+ width: 100%;
36181
+ }
36182
+
36183
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
36184
+ display: block;
36185
+ position: relative;
36186
+ left: 0.625rem;
36187
+ }
36188
+
36189
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
36190
+ word-break: break-all;
36191
+ padding: 0 0.625rem;
36192
+ position: relative;
36193
+ left: 0.625rem;
36194
+ }
36195
+
36196
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
36197
+ display: none;
36198
+ }
36199
+
36200
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
36201
+ min-width: 12.5rem;
36202
+ word-break: break-all;
36203
+ padding: 0 0.625rem;
36204
+ }
36205
+
36206
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
36207
+ background-color: #2468f2;
36208
+ }
36209
+
36210
+ .amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
36211
+ display: none;
36212
+ }
36213
+
36214
+ .amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
36215
+ background: #2468f2;
36216
+ }
36217
+
36218
+ .amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
36219
+ left: 6.875rem;
36220
+ width: calc(100% - 20px);
36221
+ }
36222
+
36223
+ .amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
36224
+ margin-top: 0.8125rem;
36225
+ margin-bottom: 0.3125rem;
36226
+ width: 0.5rem;
36227
+ height: 0.5rem;
36228
+ margin-left: 6rem;
36229
+ border: 1px solid #2468f2;
36230
+ border-radius: 100%;
36231
+ }
36232
+
36233
+ .amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
36234
+ background: #2468f2;
36235
+ }
36236
+
36237
+ .amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
36238
+ background: #b4bbc5;
36239
+ border: 1px solid #b4bbc5;
36240
+ }
36241
+
36242
+ .amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
36243
+ background: #f33e3e;
36244
+ border: 1px solid #f33e3e;
36245
+ }
36246
+
36247
+ .amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
36248
+ border: 1px solid #2468f2;
36249
+ background: #2468f2;
36250
+ }
36251
+
35760
36252
  .amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
35761
36253
  background-color: #fff;
35762
36254
  color: #b4bbc5;
@@ -35819,7 +36311,7 @@ readers do not read off random characters that represent icons */
35819
36311
  }
35820
36312
 
35821
36313
  .amis-scope .cxd-Portlet {
35822
- border: 0.0625rem solid #eceff8;
36314
+ border: 0.0625rem solid #e0e7ec;
35823
36315
  border-radius: 0.25rem;
35824
36316
  padding: 0.75rem;
35825
36317
  }
@@ -36003,7 +36495,7 @@ readers do not read off random characters that represent icons */
36003
36495
  .amis-scope fieldset.cxd-Collapse--xs:after {
36004
36496
  content: "";
36005
36497
  pointer-events: none;
36006
- border: 1px solid #eceff8;
36498
+ border: 1px solid #e0e7ec;
36007
36499
  position: absolute;
36008
36500
  z-index: 0;
36009
36501
  top: 11px;
@@ -36334,7 +36826,7 @@ readers do not read off random characters that represent icons */
36334
36826
 
36335
36827
  .amis-scope .cxd-InputGroup-addOn {
36336
36828
  background: #fff;
36337
- border: 0.0625rem solid #e8e9eb;
36829
+ border: 0.0625rem solid #b8babf;
36338
36830
  line-height: calc( 2rem - calc(
36339
36831
  (
36340
36832
  2rem - 1.4285714286 *
@@ -36367,7 +36859,7 @@ readers do not read off random characters that represent icons */
36367
36859
 
36368
36860
  .amis-scope .cxd-InputGroup-btn .cxd-Button {
36369
36861
  border-radius: 0;
36370
- border: 0.0625rem solid #e8e9eb;
36862
+ border: 0.0625rem solid #b8babf;
36371
36863
  }
36372
36864
 
36373
36865
  .amis-scope .cxd-InputGroup-btn:not(:last-child) .cxd-Button {
@@ -36476,7 +36968,7 @@ readers do not read off random characters that represent icons */
36476
36968
  .amis-scope .cxd-TextControl-input {
36477
36969
  display: flex;
36478
36970
  background: #ffffff;
36479
- border: 0.0625rem solid #e8e9eb;
36971
+ border: 0.0625rem solid #b8babf;
36480
36972
  border-radius: 0.25rem;
36481
36973
  line-height: 1.4285714286;
36482
36974
  padding: calc(
@@ -36644,7 +37136,7 @@ readers do not read off random characters that represent icons */
36644
37136
  padding-right: 0.625rem;
36645
37137
  background: #fff;
36646
37138
  color: #666;
36647
- border-color: #e8e9eb;
37139
+ border-color: #b8babf;
36648
37140
  border-style: solid;
36649
37141
  border-width: 0.0625rem 0;
36650
37142
  }
@@ -36663,7 +37155,7 @@ readers do not read off random characters that represent icons */
36663
37155
  position: relative;
36664
37156
  border-radius: 0;
36665
37157
  margin-left: -0.0625rem;
36666
- border: 0.0625rem solid #e8e9eb;
37158
+ border: 0.0625rem solid #b8babf;
36667
37159
  }
36668
37160
 
36669
37161
  .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
@@ -36830,12 +37322,129 @@ readers do not read off random characters that represent icons */
36830
37322
  }
36831
37323
 
36832
37324
  .amis-scope .cxd-TextareaControl {
37325
+ position: relative;
37326
+ max-width: 100%;
36833
37327
  --Form-input-clearBtn-padding: 0.125rem;
36834
37328
  position: relative;
36835
37329
  }
36836
37330
 
37331
+ .amis-scope .cxd-TextareaControl.is-inline {
37332
+ display: inline-block;
37333
+ width: 12.5rem;
37334
+ }
37335
+
37336
+ .amis-scope .cxd-TextareaControl-input {
37337
+ display: flex;
37338
+ background: #ffffff;
37339
+ border: 0.0625rem solid #b8babf;
37340
+ border-radius: 0.25rem;
37341
+ line-height: 1.4285714286;
37342
+ padding: calc(
37343
+ (
37344
+ 2rem - 1.4285714286 *
37345
+ 0.875rem - 0.125rem
37346
+ ) / 2
37347
+ ) 0.625rem;
37348
+ font-size: 0.875rem;
37349
+ flex-wrap: wrap;
37350
+ justify-content: flex-start;
37351
+ }
37352
+
37353
+ .amis-scope .cxd-TextareaControl-input input {
37354
+ flex-basis: 5rem;
37355
+ flex-grow: 1;
37356
+ outline: none;
37357
+ background: transparent;
37358
+ border: none;
37359
+ color: #151b26;
37360
+ width: 100%;
37361
+ height: calc(1.4285714286 * 0.875rem);
37362
+ }
37363
+
37364
+ .amis-scope .cxd-TextareaControl-input input::placeholder {
37365
+ color: #b8babf;
37366
+ user-select: none;
37367
+ }
37368
+
37369
+ .amis-scope .cxd-TextareaControl-input:hover {
37370
+ border-color: #144bcc;
37371
+ }
37372
+
37373
+ .amis-scope .cxd-TextareaControl-input--borderHalf {
37374
+ border-left-color: transparent !important;
37375
+ border-right-color: transparent !important;
37376
+ border-top-color: transparent !important;
37377
+ }
37378
+
37379
+ .amis-scope .cxd-TextareaControl-input--borderNone {
37380
+ border-color: transparent !important;
37381
+ }
37382
+
37383
+ .amis-scope .cxd-TextareaControl.is-error > .cxd-TextareaControl-input {
37384
+ border-color: #f33e3e;
37385
+ background: #ffffff;
37386
+ transition: all 0s;
37387
+ }
37388
+
37389
+ .amis-scope .cxd-TextareaControl.is-focused > .cxd-TextareaControl-input {
37390
+ border-color: #144bcc;
37391
+ box-shadow: none;
37392
+ background: #ffffff;
37393
+ transition: all 0s;
37394
+ }
37395
+
37396
+ .amis-scope .cxd-TextareaControl.is-error.is-focused > .cxd-TextareaControl-input {
37397
+ border-color: #f33e3e;
37398
+ }
37399
+
37400
+ .amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input {
37401
+ color: #b8babf;
37402
+ background: #f7f7f9;
37403
+ border-color: #e8e9eb;
37404
+ transition: all 0s;
37405
+ }
37406
+
37407
+ .amis-scope .cxd-TextareaControl-spinner {
37408
+ line-height: calc( 1.4285714286 * 0.875rem );
37409
+ }
37410
+
37411
+ .amis-scope .cxd-TextareaControl-clear {
37412
+ padding: 0.1875rem;
37413
+ cursor: pointer;
37414
+ display: flex;
37415
+ align-items: center;
37416
+ justify-content: center;
37417
+ margin-left: auto;
37418
+ text-decoration: none;
37419
+ }
37420
+
37421
+ .amis-scope .cxd-TextareaControl-clear svg {
37422
+ fill: #d4d6d9;
37423
+ top: 0;
37424
+ width: 0.875rem;
37425
+ height: 0.875rem;
37426
+ }
37427
+
37428
+ .amis-scope .cxd-TextareaControl-clear:hover svg {
37429
+ fill: #5c5f66;
37430
+ }
37431
+
37432
+ .amis-scope .cxd-TextareaControl-clear:active svg {
37433
+ fill: #303540;
37434
+ }
37435
+
37436
+ @media (min-width: 576px) {
37437
+ .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeXs > .cxd-TextareaControl-input,
37438
+ .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeSm > .cxd-TextareaControl-input,
37439
+ .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeMd > .cxd-TextareaControl-input,
37440
+ .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeLg > .cxd-TextareaControl-input {
37441
+ min-width: 100%;
37442
+ display: inline-flex;
37443
+ }
37444
+ }
37445
+
36837
37446
  .amis-scope .cxd-TextareaControl > textarea {
36838
- border: 1px solid #e8e9eb;
37447
+ border: 1px solid #b8babf;
36839
37448
  border-radius: 0.25rem;
36840
37449
  background: #ffffff;
36841
37450
  padding: calc(
@@ -36870,27 +37479,6 @@ readers do not read off random characters that represent icons */
36870
37479
  border-color: #2468f2;
36871
37480
  }
36872
37481
 
36873
- .amis-scope .cxd-TextareaControl > textarea:focus,
36874
- .amis-scope .cxd-TextareaControl.is-focused > textarea {
36875
- border-color: #144bcc;
36876
- box-shadow: none;
36877
- }
36878
-
36879
- .amis-scope .cxd-TextareaControl > textarea:focus:hover,
36880
- .amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
36881
- border-color: #144bcc;
36882
- }
36883
-
36884
- .amis-scope .cxd-TextareaControl.is-disabled > textarea,
36885
- .amis-scope .cxd-TextareaControl > textarea[disabled] {
36886
- background: #e5e7eb;
36887
- color: #b8babf;
36888
- }
36889
-
36890
- .amis-scope .cxd-TextareaControl.is-error > textarea {
36891
- border-color: #f33e3e;
36892
- }
36893
-
36894
37482
  .amis-scope .cxd-TextareaControl-counter {
36895
37483
  position: absolute;
36896
37484
  right: 0.625rem;
@@ -37016,11 +37604,11 @@ readers do not read off random characters that represent icons */
37016
37604
  }
37017
37605
 
37018
37606
  .amis-scope .cxd-Checkbox--checkbox {
37019
- padding-left: 0.875rem;
37607
+ padding-left: 1rem;
37020
37608
  }
37021
37609
 
37022
37610
  .amis-scope .cxd-Checkbox--checkbox input {
37023
- margin-left: calc(0.875rem * -1);
37611
+ margin-left: calc(1rem * -1);
37024
37612
  }
37025
37613
 
37026
37614
  .amis-scope .cxd-Checkbox--checkbox input:checked + i {
@@ -37050,15 +37638,15 @@ readers do not read off random characters that represent icons */
37050
37638
  }
37051
37639
 
37052
37640
  .amis-scope .cxd-Checkbox--checkbox > i {
37053
- width: 0.875rem;
37054
- height: 0.875rem;
37055
- border: 0.0625rem solid #e8e9eb;
37056
- border-radius: 0.25rem;
37057
- margin-left: calc(0.875rem * -1);
37641
+ width: 1rem;
37642
+ height: 1rem;
37643
+ border: 0.0625rem solid #b8babf;
37644
+ border-radius: 0.125rem;
37645
+ margin-left: calc(1rem * -1);
37058
37646
  }
37059
37647
 
37060
37648
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:not(:disabled) + i:hover {
37061
- border-color: #e8e9eb;
37649
+ border-color: #b8babf;
37062
37650
  }
37063
37651
 
37064
37652
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
@@ -37067,8 +37655,8 @@ readers do not read off random characters that represent icons */
37067
37655
  }
37068
37656
 
37069
37657
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
37070
- width: 0.625rem;
37071
- height: calc(0.625rem / 2);
37658
+ width: 0.5rem;
37659
+ height: calc(0.5rem / 2);
37072
37660
  border-color: #fff;
37073
37661
  }
37074
37662
 
@@ -37100,11 +37688,124 @@ readers do not read off random characters that represent icons */
37100
37688
  height: 0;
37101
37689
  border-color: transparent;
37102
37690
  transition: width 0s, height 0s, transform 0s;
37103
- border-width: 0 0 0.125rem 0.125rem;
37104
- transform: translate(-50%, -60%) rotate(-40deg);
37691
+ border-width: 0 0 0.0625rem 0.0625rem;
37692
+ transform: translate(-50%, -90%) rotate(-40deg);
37693
+ border-style: solid;
37694
+ }
37695
+
37696
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
37697
+ margin-left: calc(1rem * -1);
37698
+ }
37699
+
37700
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
37701
+ border-color: #2468f2;
37702
+ }
37703
+
37704
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
37705
+ width: 0.5rem;
37706
+ height: 0.5rem;
37707
+ background: #2468f2;
37708
+ }
37709
+
37710
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
37711
+ border-color: #ebebeb;
37712
+ }
37713
+
37714
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
37715
+ width: 0.5rem;
37716
+ height: 0.5rem;
37717
+ background: #d4d6d9;
37718
+ }
37719
+
37720
+ .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
37721
+ width: 0.5rem;
37722
+ height: 0.5rem;
37723
+ background: #cccccc;
37724
+ }
37725
+
37726
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
37727
+ text-align: center;
37728
+ height: 2rem;
37729
+ line-height: 1.75rem;
37730
+ padding-left: 0.75rem;
37731
+ padding-right: 0.75rem;
37732
+ font-size: 0.75rem;
37733
+ border: 0.0625rem solid;
37734
+ cursor: pointer;
37735
+ position: relative;
37736
+ display: inline-block;
37737
+ background-color: #fff;
37738
+ border-color: #b8babf;
37739
+ margin-right: 0;
37740
+ border-radius: calc(0.125rem * 2);
37741
+ min-width: 5rem;
37742
+ }
37743
+
37744
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
37745
+ color: #2468f2;
37746
+ }
37747
+
37748
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
37749
+ background: transparent;
37750
+ top: 0;
37751
+ left: 0;
37752
+ width: 0;
37753
+ height: 0;
37754
+ border-width: 0.5rem;
37755
+ border-color: #2468f2 transparent transparent #2468f2;
37756
+ border-radius: 0;
37757
+ }
37758
+
37759
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
37760
+ position: absolute;
37761
+ top: 0;
37762
+ left: 0;
37763
+ width: 0.5rem;
37764
+ height: calc(0.5rem / 2);
37765
+ transform: translate(-80%, -160%) rotate(-50deg);
37766
+ background: transparent;
37767
+ }
37768
+
37769
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
37770
+ border-color: #ebebeb;
37771
+ background: transparent;
37772
+ }
37773
+
37774
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
37775
+ background: transparent;
37776
+ }
37777
+
37778
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
37779
+ background: transparent;
37780
+ border-width: 0.5rem;
37781
+ border-color: #2468f2 transparent transparent #2468f2;
37782
+ }
37783
+
37784
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
37785
+ position: absolute;
37786
+ top: 0;
37787
+ left: 0;
37788
+ margin-left: 0;
37789
+ border: 0;
37105
37790
  border-style: solid;
37106
37791
  }
37107
37792
 
37793
+ .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
37794
+ max-width: 6.25rem;
37795
+ text-overflow: ellipsis;
37796
+ white-space: nowrap;
37797
+ overflow: hidden;
37798
+ }
37799
+
37800
+ .amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox {
37801
+ border-color: #2468f2;
37802
+ color: #2468f2;
37803
+ }
37804
+
37805
+ .amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
37806
+ background: #f2f3f3;
37807
+ }
37808
+
37108
37809
  .amis-scope .cxd-Checkbox--radio {
37109
37810
  padding-left: 1rem;
37110
37811
  }
@@ -37147,7 +37848,7 @@ readers do not read off random characters that represent icons */
37147
37848
  cursor: pointer;
37148
37849
  width: 1rem;
37149
37850
  height: 1rem;
37150
- border: 0.0625rem solid #e8e9eb;
37851
+ border: 0.0625rem solid #b8babf;
37151
37852
  margin-left: calc(1rem * -1);
37152
37853
  margin-top: -0.125rem;
37153
37854
  border-radius: 50%;
@@ -37178,8 +37879,8 @@ readers do not read off random characters that represent icons */
37178
37879
  }
37179
37880
 
37180
37881
  .amis-scope .cxd-Checkbox--sm.cxd-Checkbox--full input[type=checkbox]:checked + i:before {
37181
- width: 0.625rem;
37182
- height: calc(0.625rem / 2);
37882
+ width: 0.5rem;
37883
+ height: calc(0.5rem / 2);
37183
37884
  }
37184
37885
 
37185
37886
  .amis-scope .cxd-Checkbox-desc {
@@ -37192,7 +37893,7 @@ readers do not read off random characters that represent icons */
37192
37893
  .amis-scope .cxd-CheckboxControl,
37193
37894
  .amis-scope .cxd-RadiosControl,
37194
37895
  .amis-scope .cxd-CheckboxesControl {
37195
- padding-top: calc( (2rem - 0.875rem) / 2 - 3px );
37896
+ padding-top: calc( (2rem - 1rem) / 2 - 3px );
37196
37897
  }
37197
37898
 
37198
37899
  .amis-scope .cxd-RadiosControl .cxd-Checkbox,
@@ -37206,12 +37907,24 @@ readers do not read off random characters that represent icons */
37206
37907
  );
37207
37908
  }
37208
37909
 
37910
+ .amis-scope .cxd-RadiosControl .cxd-Checkbox--button,
37911
+ .amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button {
37912
+ margin-bottom: 0;
37913
+ }
37914
+
37209
37915
  .amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox,
37210
37916
  .amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox {
37211
37917
  display: inline-block;
37212
37918
  margin-right: 1rem;
37213
37919
  }
37214
37920
 
37921
+ .amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox--button,
37922
+ .amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
37923
+ display: inline-block;
37924
+ margin-right: 0;
37925
+ margin-bottom: 0;
37926
+ }
37927
+
37215
37928
  .amis-scope .cxd-RadiosControl-group:not(:first-child),
37216
37929
  .amis-scope .cxd-CheckboxesControl-group:not(:first-child) {
37217
37930
  margin-top: 0.625rem;
@@ -37235,7 +37948,7 @@ readers do not read off random characters that represent icons */
37235
37948
  display: block;
37236
37949
  line-height: 1.4285714286;
37237
37950
  font-size: 0.875rem;
37238
- padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
37951
+ padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 1rem);
37239
37952
  }
37240
37953
 
37241
37954
  .amis-scope .cxd-Selection--inline > .cxd-Checkbox {
@@ -37473,7 +38186,7 @@ readers do not read off random characters that represent icons */
37473
38186
  }
37474
38187
 
37475
38188
  .amis-scope .cxd-ChainedSelection-col:not(:last-child) {
37476
- border-right: 1px solid #eceff8;
38189
+ border-right: 1px solid #e0e7ec;
37477
38190
  }
37478
38191
 
37479
38192
  .amis-scope .cxd-ChainedSelection-subTitle {
@@ -37542,7 +38255,7 @@ readers do not read off random characters that represent icons */
37542
38255
  }
37543
38256
 
37544
38257
  .amis-scope .cxd-AssociatedSelection-left {
37545
- border-right: 1px solid #eceff8;
38258
+ border-right: 1px solid #e0e7ec;
37546
38259
  }
37547
38260
 
37548
38261
  .amis-scope .cxd-AssociatedSelection-reload {
@@ -37581,7 +38294,7 @@ readers do not read off random characters that represent icons */
37581
38294
  .amis-scope .cxd-CityPicker-input {
37582
38295
  outline: none;
37583
38296
  vertical-align: top;
37584
- border: 0.0625rem solid #e8e9eb;
38297
+ border: 0.0625rem solid #b8babf;
37585
38298
  border-radius: 0.25rem;
37586
38299
  line-height: 1.4285714286;
37587
38300
  padding: calc(
@@ -37620,7 +38333,7 @@ readers do not read off random characters that represent icons */
37620
38333
  margin-top: 0.25rem;
37621
38334
  outline: none;
37622
38335
  vertical-align: top;
37623
- border: 0.0625rem solid #e8e9eb;
38336
+ border: 0.0625rem solid #b8babf;
37624
38337
  border-radius: 0.25rem;
37625
38338
  line-height: 1.4285714286;
37626
38339
  padding: calc(
@@ -37751,8 +38464,9 @@ readers do not read off random characters that represent icons */
37751
38464
  display: inline-block;
37752
38465
  vertical-align: middle;
37753
38466
  background: #ffffff;
37754
- border: 0.0625rem solid #e8e9eb;
38467
+ border: 0.0625rem solid #b8babf;
37755
38468
  border-radius: 0.25rem;
38469
+ overflow: hidden;
37756
38470
  }
37757
38471
 
37758
38472
  .amis-scope .cxd-Number--borderHalf {
@@ -37802,12 +38516,12 @@ readers do not read off random characters that represent icons */
37802
38516
  }
37803
38517
 
37804
38518
  .amis-scope .cxd-Number-disabled:hover {
37805
- border-color: #e8e9eb;
38519
+ border-color: #b8babf;
37806
38520
  }
37807
38521
 
37808
38522
  .amis-scope .cxd-Number-disabled:hover .cxd-Number-handler-up,
37809
38523
  .amis-scope .cxd-Number-disabled:hover .cxd-Number-handler-wrap {
37810
- border-color: #e8e9eb;
38524
+ border-color: #b8babf;
37811
38525
  }
37812
38526
 
37813
38527
  .amis-scope .cxd-Number-input-wrap {
@@ -37827,6 +38541,7 @@ readers do not read off random characters that represent icons */
37827
38541
  transition: all 0s ease;
37828
38542
  border: 0;
37829
38543
  border-radius: 0.25rem;
38544
+ color: #151b26;
37830
38545
  padding: 0 0.625rem;
37831
38546
  }
37832
38547
 
@@ -37860,7 +38575,7 @@ readers do not read off random characters that represent icons */
37860
38575
 
37861
38576
  .amis-scope .cxd-Number-handler-wrap {
37862
38577
  float: right;
37863
- border-left: 0.0625rem solid #e8e9eb;
38578
+ border-left: 0.0625rem solid #b8babf;
37864
38579
  width: 1rem;
37865
38580
  height: 100%;
37866
38581
  }
@@ -37883,9 +38598,10 @@ readers do not read off random characters that represent icons */
37883
38598
  }
37884
38599
 
37885
38600
  .amis-scope .cxd-Number-disabled .cxd-Number-input {
37886
- opacity: 0.72;
37887
38601
  cursor: not-allowed;
37888
- background: #ffffff;
38602
+ color: #b8babf;
38603
+ background: #f7f7f9;
38604
+ border-color: #e8e9eb;
37889
38605
  }
37890
38606
 
37891
38607
  .amis-scope .cxd-Number-disabled .cxd-Number-handler {
@@ -37894,7 +38610,7 @@ readers do not read off random characters that represent icons */
37894
38610
 
37895
38611
  .amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
37896
38612
  color: #b8babf;
37897
- border-color: #e8e9eb;
38613
+ border-color: #b8babf;
37898
38614
  }
37899
38615
 
37900
38616
  .amis-scope .cxd-NumberControl:not(.is-inline) > .cxd-Number {
@@ -37980,7 +38696,6 @@ readers do not read off random characters that represent icons */
37980
38696
  }
37981
38697
 
37982
38698
  .amis-scope .cxd-Select-placeholder {
37983
- color: #999;
37984
38699
  line-height: 1.4285714286;
37985
38700
  user-select: none;
37986
38701
  white-space: nowrap;
@@ -38136,7 +38851,7 @@ readers do not read off random characters that represent icons */
38136
38851
  margin: 0 0.625rem;
38137
38852
  height: 1.875rem;
38138
38853
  font-size: 0.75rem;
38139
- border-bottom: 1px solid #eceff8;
38854
+ border-bottom: 1px solid #e0e7ec;
38140
38855
  display: flex;
38141
38856
  align-items: center;
38142
38857
  }
@@ -38501,7 +39216,7 @@ readers do not read off random characters that represent icons */
38501
39216
  position: relative;
38502
39217
  display: inline-flex;
38503
39218
  flex-wrap: nowrap;
38504
- border: 0.0625rem solid #e8e9eb;
39219
+ border: 0.0625rem solid #b8babf;
38505
39220
  font-size: 0.875rem;
38506
39221
  padding: calc(
38507
39222
  (
@@ -38624,7 +39339,7 @@ readers do not read off random characters that represent icons */
38624
39339
  .amis-scope .cxd-MapPicker-item {
38625
39340
  padding: 10px 10px;
38626
39341
  position: relative;
38627
- border-top: 1px solid #eceff8;
39342
+ border-top: 1px solid #e0e7ec;
38628
39343
  }
38629
39344
 
38630
39345
  .amis-scope .cxd-MapPicker-item > svg {
@@ -38665,7 +39380,7 @@ readers do not read off random characters that represent icons */
38665
39380
  display: inline-flex;
38666
39381
  flex-wrap: nowrap;
38667
39382
  white-space: nowrap;
38668
- border: 0.0625rem solid #e8e9eb;
39383
+ border: 0.0625rem solid #b8babf;
38669
39384
  font-size: 0.875rem;
38670
39385
  padding: calc(
38671
39386
  (
@@ -38807,7 +39522,7 @@ readers do not read off random characters that represent icons */
38807
39522
  position: relative;
38808
39523
  display: inline-flex;
38809
39524
  flex-wrap: nowrap;
38810
- border: 0.0625rem solid #e8e9eb;
39525
+ border: 0.0625rem solid #b8babf;
38811
39526
  font-size: 0.875rem;
38812
39527
  padding: calc(
38813
39528
  (
@@ -38821,6 +39536,23 @@ readers do not read off random characters that represent icons */
38821
39536
  color: #000;
38822
39537
  background: #fff;
38823
39538
  border-radius: 0.25rem;
39539
+ min-width: calc(
39540
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39541
+ );
39542
+ }
39543
+
39544
+ .amis-scope .cxd-DatePicker-input {
39545
+ display: inline-block;
39546
+ width: 100%;
39547
+ background: none;
39548
+ padding: 0;
39549
+ border: 0;
39550
+ }
39551
+
39552
+ .amis-scope .cxd-DatePicker-input:focus {
39553
+ border: none;
39554
+ outline: none;
39555
+ box-sizing: none;
38824
39556
  }
38825
39557
 
38826
39558
  .amis-scope .cxd-DatePicker--borderHalf {
@@ -38941,6 +39673,18 @@ readers do not read off random characters that represent icons */
38941
39673
  display: flex;
38942
39674
  }
38943
39675
 
39676
+ .amis-scope .cxd-DateControl.is-date > .cxd-DatePicker {
39677
+ min-width: calc(calc(
39678
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39679
+ ) + 1rem * 2);
39680
+ }
39681
+
39682
+ .amis-scope .cxd-DateControl.is-datetime > .cxd-DatePicker {
39683
+ min-width: calc(calc(
39684
+ 1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
39685
+ ) + 1rem * 6);
39686
+ }
39687
+
38944
39688
  .amis-scope .cxd-DatePicker-shortcuts {
38945
39689
  margin: 0;
38946
39690
  background: #f5f5f5;
@@ -39146,7 +39890,7 @@ readers do not read off random characters that represent icons */
39146
39890
  width: 40px;
39147
39891
  font-size: 0.875rem;
39148
39892
  color: #2468f2;
39149
- border: 1px solid #eceff8;
39893
+ border: 1px solid #e0e7ec;
39150
39894
  border-radius: 0.25rem;
39151
39895
  height: 1.875rem;
39152
39896
  line-height: 1.5;
@@ -39411,7 +40155,7 @@ readers do not read off random characters that represent icons */
39411
40155
 
39412
40156
  .amis-scope .cxd-DateCalendar {
39413
40157
  display: inline-block;
39414
- border: 0.0625rem solid #e8e9eb;
40158
+ border: 0.0625rem solid #b8babf;
39415
40159
  background: #fff;
39416
40160
  border-radius: 0.25rem;
39417
40161
  }
@@ -39420,7 +40164,7 @@ readers do not read off random characters that represent icons */
39420
40164
  position: relative;
39421
40165
  display: inline-flex;
39422
40166
  flex-wrap: nowrap;
39423
- border: 0.0625rem solid #e8e9eb;
40167
+ border: 0.0625rem solid #b8babf;
39424
40168
  font-size: 0.875rem;
39425
40169
  padding: calc(
39426
40170
  (
@@ -39433,6 +40177,9 @@ readers do not read off random characters that represent icons */
39433
40177
  border-radius: 0.25rem;
39434
40178
  color: #000;
39435
40179
  background: #fff;
40180
+ min-width: calc(
40181
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40182
+ );
39436
40183
  }
39437
40184
 
39438
40185
  .amis-scope .cxd-DateRangePicker--borderHalf {
@@ -39463,6 +40210,22 @@ readers do not read off random characters that represent icons */
39463
40210
  box-shadow: none;
39464
40211
  }
39465
40212
 
40213
+ .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
40214
+ border: none;
40215
+ border-bottom: 1px solid transparent;
40216
+ outline: none;
40217
+ padding: 0;
40218
+ background: 0;
40219
+ }
40220
+
40221
+ .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
40222
+ border-bottom: 1px solid #144bcc;
40223
+ }
40224
+
40225
+ .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
40226
+ margin: 0 0.5rem;
40227
+ }
40228
+
39466
40229
  .amis-scope .cxd-DateRangePicker.is-disabled {
39467
40230
  background: #e5e7eb;
39468
40231
  }
@@ -39594,6 +40357,18 @@ readers do not read off random characters that represent icons */
39594
40357
  display: flex;
39595
40358
  }
39596
40359
 
40360
+ .amis-scope .cxd-DateRangeControl.is-date > .cxd-DateRangePicker {
40361
+ min-width: calc(calc(
40362
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40363
+ ) + 1rem * 5.5);
40364
+ }
40365
+
40366
+ .amis-scope .cxd-DateRangeControl.is-datetime > .cxd-DateRangePicker {
40367
+ min-width: calc(calc(
40368
+ 1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
40369
+ ) + 1rem * 11);
40370
+ }
40371
+
39597
40372
  .amis-scope .cxd-DateRangePicker-popover {
39598
40373
  margin: 0.125rem 0 0;
39599
40374
  }
@@ -39620,7 +40395,7 @@ readers do not read off random characters that represent icons */
39620
40395
 
39621
40396
  .amis-scope .cxd-DateRangeCalendar {
39622
40397
  display: inline-block;
39623
- border: 0.0625rem solid #e8e9eb;
40398
+ border: 0.0625rem solid #b8babf;
39624
40399
  background: #fff;
39625
40400
  border-radius: 0.25rem;
39626
40401
  }
@@ -39671,7 +40446,7 @@ readers do not read off random characters that represent icons */
39671
40446
  flex-direction: column;
39672
40447
  justify-content: center;
39673
40448
  align-items: center;
39674
- border: 0.0625rem solid #eceff8;
40449
+ border: 0.0625rem solid #e0e7ec;
39675
40450
  border-radius: 0.25rem;
39676
40451
  cursor: pointer;
39677
40452
  margin-right: 0.75rem;
@@ -39723,7 +40498,7 @@ readers do not read off random characters that represent icons */
39723
40498
  text-align: left;
39724
40499
  white-space: nowrap;
39725
40500
  background: rgba(0, 0, 0, 0.7);
39726
- border: 0 solid #eceff8;
40501
+ border: 0 solid #e0e7ec;
39727
40502
  border-radius: 0.25rem;
39728
40503
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39729
40504
  left: 100%;
@@ -39739,7 +40514,7 @@ readers do not read off random characters that represent icons */
39739
40514
  }
39740
40515
 
39741
40516
  .amis-scope .cxd-ImageControl-item {
39742
- border: 0.0625rem solid #eceff8;
40517
+ border: 0.0625rem solid #e0e7ec;
39743
40518
  border-radius: 0.25rem;
39744
40519
  vertical-align: top;
39745
40520
  padding: 0.25rem;
@@ -39889,7 +40664,7 @@ readers do not read off random characters that represent icons */
39889
40664
  .amis-scope .cxd-ImageControl-acceptTip {
39890
40665
  height: 120px;
39891
40666
  color: #999;
39892
- border: 2px dashed #eceff8;
40667
+ border: 2px dashed #e0e7ec;
39893
40668
  border-color: #2468f2;
39894
40669
  background: #f3f9fe;
39895
40670
  border-radius: 0.25rem;
@@ -40120,6 +40895,10 @@ readers do not read off random characters that represent icons */
40120
40895
  top: 0;
40121
40896
  }
40122
40897
 
40898
+ .amis-scope .cxd-FileControl-dropzone.is-active .cxd-FileControl-acceptTip {
40899
+ border-color: #2468f2;
40900
+ }
40901
+
40123
40902
  .amis-scope .cxd-FileControl-sum {
40124
40903
  font-size: 0.75rem;
40125
40904
  }
@@ -40172,14 +40951,14 @@ readers do not read off random characters that represent icons */
40172
40951
  max-height: 25rem;
40173
40952
  overflow: visible;
40174
40953
  height: auto;
40175
- border: 0.0625rem solid #e8e9eb;
40954
+ border: 0.0625rem solid #b8babf;
40176
40955
  max-width: 100%;
40177
40956
  box-sizing: content-box;
40178
40957
  }
40179
40958
 
40180
40959
  .amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
40181
40960
  .amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
40182
- min-height: 12.375rem;
40961
+ min-height: inherit;
40183
40962
  }
40184
40963
 
40185
40964
  .amis-scope .cxd-EditorControl.is-error {
@@ -40289,7 +41068,7 @@ readers do not read off random characters that represent icons */
40289
41068
  .amis-scope .cxd-RichTextControl {
40290
41069
  min-height: 12.5rem;
40291
41070
  height: auto;
40292
- border: 0.0625rem solid #e8e9eb;
41071
+ border: 0.0625rem solid #b8babf;
40293
41072
  width: 100%;
40294
41073
  }
40295
41074
 
@@ -40532,7 +41311,7 @@ readers do not read off random characters that represent icons */
40532
41311
  border-radius: 0.25rem;
40533
41312
  cursor: pointer;
40534
41313
  display: block;
40535
- height: 0.25rem;
41314
+ height: 0.375rem;
40536
41315
  position: relative;
40537
41316
  transition: left 0s ease-out,
40538
41317
  width 0s ease-out;
@@ -40553,7 +41332,7 @@ readers do not read off random characters that represent icons */
40553
41332
 
40554
41333
  .amis-scope .cxd-InputRange-track--background {
40555
41334
  left: 0.5rem;
40556
- margin-top: calc(-0.5 * 0.25rem);
41335
+ margin-top: calc(-0.5 * 0.375rem);
40557
41336
  position: absolute;
40558
41337
  right: 0.5rem;
40559
41338
  top: 50%;
@@ -40687,7 +41466,7 @@ readers do not read off random characters that represent icons */
40687
41466
  }
40688
41467
 
40689
41468
  .amis-scope .cxd-TreeControl {
40690
- border: 1px solid #e8e9eb;
41469
+ border: 1px solid #b8babf;
40691
41470
  padding: 6px 12px;
40692
41471
  border-radius: 2px;
40693
41472
  max-height: 300px;
@@ -40754,7 +41533,7 @@ readers do not read off random characters that represent icons */
40754
41533
  top: -8px;
40755
41534
  left: calc((1rem - 5px) * -1);
40756
41535
  bottom: 0px;
40757
- border-left: 1px solid #eceff8;
41536
+ border-left: 1px solid #e0e7ec;
40758
41537
  content: "";
40759
41538
  }
40760
41539
 
@@ -40840,7 +41619,7 @@ readers do not read off random characters that represent icons */
40840
41619
  width: 100%;
40841
41620
  outline: none;
40842
41621
  background: #ffffff;
40843
- border: 0.0625rem solid #e8e9eb;
41622
+ border: 0.0625rem solid #b8babf;
40844
41623
  border-radius: 0.25rem;
40845
41624
  line-height: 1.4285714286;
40846
41625
  padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 0.875rem - 0.125rem ) / 2 ) 0.625rem;
@@ -41008,7 +41787,7 @@ readers do not read off random characters that represent icons */
41008
41787
  .amis-scope .cxd-TreeSelect-input {
41009
41788
  display: flex;
41010
41789
  background: #ffffff;
41011
- border: 0.0625rem solid #e8e9eb;
41790
+ border: 0.0625rem solid #b8babf;
41012
41791
  border-radius: 0.25rem;
41013
41792
  line-height: 1.4285714286;
41014
41793
  padding: calc(
@@ -41339,6 +42118,10 @@ readers do not read off random characters that represent icons */
41339
42118
  opacity: 0.65;
41340
42119
  }
41341
42120
 
42121
+ .amis-scope .cxd-Combo--hor .cxd-Combo-delController {
42122
+ margin-left: 0.25rem;
42123
+ }
42124
+
41342
42125
  .amis-scope .cxd-Combo--hor.is-draggable .cxd-Combo-toolbar {
41343
42126
  padding-left: 1.5rem;
41344
42127
  }
@@ -41378,7 +42161,7 @@ readers do not read off random characters that represent icons */
41378
42161
 
41379
42162
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item,
41380
42163
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
41381
- border: 0.0625rem dashed #eceff8;
42164
+ border: 0.0625rem dashed #e0e7ec;
41382
42165
  padding: 0.625rem 0.625rem;
41383
42166
  position: relative;
41384
42167
  }
@@ -41400,10 +42183,19 @@ readers do not read off random characters that represent icons */
41400
42183
  }
41401
42184
 
41402
42185
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
41403
- .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn {
42186
+ .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delController,
42187
+ .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
42188
+ .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delController {
41404
42189
  opacity: 1;
41405
42190
  }
41406
42191
 
42192
+ .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-delController {
42193
+ position: absolute;
42194
+ top: 0.25rem;
42195
+ right: 0.25rem;
42196
+ opacity: 0;
42197
+ }
42198
+
41407
42199
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemDrager {
41408
42200
  position: absolute;
41409
42201
  top: 0.25rem;
@@ -41626,7 +42418,7 @@ readers do not read off random characters that represent icons */
41626
42418
  .amis-scope .cxd-Picker-input {
41627
42419
  display: flex;
41628
42420
  background: #ffffff;
41629
- border: 0.0625rem solid #e8e9eb;
42421
+ border: 0.0625rem solid #b8babf;
41630
42422
  border-radius: 0.25rem;
41631
42423
  line-height: 1.4285714286;
41632
42424
  padding: calc(
@@ -42091,7 +42883,7 @@ readers do not read off random characters that represent icons */
42091
42883
  min-width: 12.5rem;
42092
42884
  max-height: 25rem;
42093
42885
  flex-grow: 1;
42094
- border: 0.0625rem solid #e8e9eb;
42886
+ border: 0.0625rem solid #b8babf;
42095
42887
  display: flex;
42096
42888
  flex-direction: column;
42097
42889
  border-radius: 0.25rem;
@@ -42110,7 +42902,7 @@ readers do not read off random characters that represent icons */
42110
42902
  }
42111
42903
 
42112
42904
  .amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
42113
- border-top: 1px solid #eceff8;
42905
+ border-top: 1px solid #e0e7ec;
42114
42906
  }
42115
42907
 
42116
42908
  .amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
@@ -42138,7 +42930,7 @@ readers do not read off random characters that represent icons */
42138
42930
  display: flex;
42139
42931
  justify-content: center;
42140
42932
  align-items: center;
42141
- border: 1px solid #eceff8;
42933
+ border: 1px solid #e0e7ec;
42142
42934
  margin: 0 10px;
42143
42935
  color: #999;
42144
42936
  }
@@ -42294,8 +43086,9 @@ readers do not read off random characters that represent icons */
42294
43086
 
42295
43087
  .amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
42296
43088
  flex-grow: 1;
42297
- max-height: 100%;
42298
- overflow: auto;
43089
+ max-height: 21.875rem;
43090
+ overflow-x: hidden;
43091
+ overflow-y: auto;
42299
43092
  position: relative;
42300
43093
  }
42301
43094
 
@@ -42536,7 +43329,7 @@ readers do not read off random characters that represent icons */
42536
43329
  .amis-scope .cxd-IconPickerControl-input {
42537
43330
  display: flex;
42538
43331
  background: #ffffff;
42539
- border: 0.0625rem solid #e8e9eb;
43332
+ border: 0.0625rem solid #b8babf;
42540
43333
  border-radius: 0.25rem;
42541
43334
  line-height: 1.4285714286;
42542
43335
  padding: calc(
@@ -42796,7 +43589,7 @@ readers do not read off random characters that represent icons */
42796
43589
  }
42797
43590
 
42798
43591
  .amis-scope .cxd-Form-static--borderFull {
42799
- border: 0.0625rem solid #e8e9eb;
43592
+ border: 0.0625rem solid #b8babf;
42800
43593
  border-radius: 0.25rem;
42801
43594
  padding: calc(
42802
43595
  (
@@ -42807,7 +43600,7 @@ readers do not read off random characters that represent icons */
42807
43600
  }
42808
43601
 
42809
43602
  .amis-scope .cxd-Form-static--borderHalf {
42810
- border-bottom: 0.0625rem solid #e8e9eb;
43603
+ border-bottom: 0.0625rem solid #b8babf;
42811
43604
  border-radius: 0.25rem;
42812
43605
  padding: calc(
42813
43606
  (
@@ -42898,6 +43691,23 @@ readers do not read off random characters that represent icons */
42898
43691
  white-space: normal;
42899
43692
  }
42900
43693
 
43694
+ .amis-scope .cxd-Form-item--horizontal-justify {
43695
+ justify-content: space-between;
43696
+ }
43697
+
43698
+ .amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-label {
43699
+ text-align: left;
43700
+ white-space: var(--Form--horizontal-justify-label-whiteSpace);
43701
+ }
43702
+
43703
+ .amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value {
43704
+ text-align: right;
43705
+ }
43706
+
43707
+ .amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
43708
+ text-align: initial;
43709
+ }
43710
+
42901
43711
  .amis-scope .cxd-Form-item--normal > .cxd-Form-label {
42902
43712
  display: block;
42903
43713
  }
@@ -43259,6 +44069,17 @@ readers do not read off random characters that represent icons */
43259
44069
  /* 移动端样式调整 */
43260
44070
 
43261
44071
  @media (max-width: 767px) {
44072
+ .amis-scope .cxd-Form::before {
44073
+ position: absolute;
44074
+ box-sizing: border-box;
44075
+ content: " ";
44076
+ pointer-events: none;
44077
+ right: 0;
44078
+ top: 0;
44079
+ left: 0;
44080
+ border-bottom: 0.0625rem solid #e0e7ec;
44081
+ }
44082
+
43262
44083
  .amis-scope .cxd-Form .cxd-Form-item {
43263
44084
  display: flex;
43264
44085
  flex-wrap: wrap;
@@ -43275,8 +44096,7 @@ readers do not read off random characters that represent icons */
43275
44096
  right: 0;
43276
44097
  bottom: 0;
43277
44098
  left: 0;
43278
- border-bottom: 0.0625rem solid #eceff8;
43279
- transform: scaleY(0.5);
44099
+ border-bottom: 0.0625rem solid #e0e7ec;
43280
44100
  }
43281
44101
 
43282
44102
  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
@@ -43408,6 +44228,10 @@ readers do not read off random characters that represent icons */
43408
44228
  margin-bottom: 0;
43409
44229
  }
43410
44230
 
44231
+ .amis-scope .cxd-Form > .cxd-Form-item.is-placeholder::after {
44232
+ display: none;
44233
+ }
44234
+
43411
44235
  .amis-scope .cxd-Form .cxd-Divider {
43412
44236
  display: none;
43413
44237
  }
@@ -43416,11 +44240,6 @@ readers do not read off random characters that represent icons */
43416
44240
  padding: 0;
43417
44241
  }
43418
44242
 
43419
- .amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
43420
- .amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
43421
- display: none;
43422
- }
43423
-
43424
44243
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
43425
44244
  padding-bottom: 0.625rem;
43426
44245
  }
@@ -43476,7 +44295,7 @@ readers do not read off random characters that represent icons */
43476
44295
  user-select: none;
43477
44296
  margin: 0px;
43478
44297
  padding: 0px;
43479
- border-bottom: 0.0625rem solid #eceff8;
44298
+ border-bottom: 0.0625rem solid #e0e7ec;
43480
44299
  list-style: none;
43481
44300
  }
43482
44301
 
@@ -43823,7 +44642,7 @@ readers do not read off random characters that represent icons */
43823
44642
 
43824
44643
  .amis-scope .cxd-FormulaEditor-content {
43825
44644
  border-radius: 0.25rem;
43826
- border: 0.0625rem solid #e8e9eb;
44645
+ border: 0.0625rem solid #b8babf;
43827
44646
  }
43828
44647
 
43829
44648
  .amis-scope .cxd-FormulaEditor-header {
@@ -43834,7 +44653,7 @@ readers do not read off random characters that represent icons */
43834
44653
  box-sizing: border-box;
43835
44654
  background: #fafafa;
43836
44655
  border-radius: 0.25rem 0.25rem 0 0;
43837
- border-bottom: 0.0625rem solid #e8e9eb;
44656
+ border-bottom: 0.0625rem solid #b8babf;
43838
44657
  font-weight: 500;
43839
44658
  }
43840
44659
 
@@ -43884,7 +44703,7 @@ readers do not read off random characters that represent icons */
43884
44703
  height: 15.625rem;
43885
44704
  width: 13.75rem;
43886
44705
  border-radius: 0.25rem;
43887
- border: 0.0625rem solid #e8e9eb;
44706
+ border: 0.0625rem solid #b8babf;
43888
44707
  }
43889
44708
 
43890
44709
  .amis-scope .cxd-FormulaEditor-panel:not(:last-child) {
@@ -43903,7 +44722,7 @@ readers do not read off random characters that represent icons */
43903
44722
  box-sizing: border-box;
43904
44723
  background: #fafafa;
43905
44724
  border-radius: 0.25rem 0.25rem 0 0;
43906
- border-bottom: 0.0625rem solid #e8e9eb;
44725
+ border-bottom: 0.0625rem solid #b8babf;
43907
44726
  font-weight: 500;
43908
44727
  }
43909
44728
 
@@ -44063,7 +44882,7 @@ readers do not read off random characters that represent icons */
44063
44882
 
44064
44883
  .amis-scope .cxd-FormulaEditor-FuncList-item {
44065
44884
  cursor: pointer;
44066
- padding: 0 1.25rem;
44885
+ padding: 0 1.875rem;
44067
44886
  height: 1.5rem;
44068
44887
  line-height: 1.5rem;
44069
44888
  }
@@ -44163,6 +44982,26 @@ readers do not read off random characters that represent icons */
44163
44982
  color: #2468f2;
44164
44983
  }
44165
44984
 
44985
+ .amis-scope .cxd-FormulaPicker-ResultBox {
44986
+ padding-right: 10px;
44987
+ }
44988
+
44989
+ .amis-scope .cxd-FormulaPicker-ResultBox span.c-field {
44990
+ background: #007bff;
44991
+ padding: 3px 5px;
44992
+ margin: 0 1px;
44993
+ color: #fff;
44994
+ font-size: 12px;
44995
+ border-radius: 4px;
44996
+ }
44997
+
44998
+ .amis-scope .cxd-FormulaPicker-ResultBox span.c-func {
44999
+ color: #ae4597;
45000
+ font-weight: bold;
45001
+ line-height: 14px;
45002
+ padding: 0 2px;
45003
+ }
45004
+
44166
45005
  .amis-scope .cxd-Timeline-vertical {
44167
45006
  display: flex;
44168
45007
  flex-flow: column;
@@ -44353,11 +45192,34 @@ readers do not read off random characters that represent icons */
44353
45192
  border-radius: 50%;
44354
45193
  }
44355
45194
 
44356
- .amis-scope .cxd-BarCode > svg {
45195
+ .amis-scope .cxd-BarCode > img {
44357
45196
  display: block;
44358
45197
  margin: 0 auto;
44359
45198
  }
44360
45199
 
45200
+ .amis-scope .cxd-PullRefresh-wrap {
45201
+ position: relative;
45202
+ height: 100%;
45203
+ }
45204
+
45205
+ .amis-scope .cxd-PullRefresh-header {
45206
+ position: absolute;
45207
+ left: 0px;
45208
+ width: 100%;
45209
+ text-align: center;
45210
+ transform: translateY(-100%);
45211
+ overflow: hidden;
45212
+ padding: 0.25rem 0;
45213
+ min-height: 1.25rem;
45214
+ line-height: 1.25rem;
45215
+ color: #999;
45216
+ }
45217
+
45218
+ .amis-scope .cxd-PullRefresh .loading-icon {
45219
+ animation: spin 1s infinite linear;
45220
+ margin-right: 0.25rem;
45221
+ }
45222
+
44361
45223
  /**
44362
45224
  * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
44363
45225
  */
@@ -44429,9 +45291,8 @@ readers do not read off random characters that represent icons */
44429
45291
  right: 0;
44430
45292
  width: 24px;
44431
45293
  height: 48px;
44432
- box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
44433
- border-top-left-radius: 12px;
44434
- border-bottom-left-radius: 12px;
45294
+ box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
45295
+ border-radius: 0.25rem 0 0 0.25rem;
44435
45296
  padding-top: 14px;
44436
45297
  padding-left: 6px;
44437
45298
  cursor: pointer;
@@ -45466,7 +46327,7 @@ readers do not read off random characters that represent icons */
45466
46327
 
45467
46328
  .amis-scope .text-shadow {
45468
46329
  font-size: 170px;
45469
- text-shadow: 0 1px 0 #eceff8, 0 2px 0 #dfe2e6, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
46330
+ text-shadow: 0 1px 0 #e0e7ec, 0 2px 0 #dfe2e6, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
45470
46331
  }
45471
46332
 
45472
46333
  .amis-scope .no-shadow {
@@ -45565,11 +46426,11 @@ readers do not read off random characters that represent icons */
45565
46426
  }
45566
46427
 
45567
46428
  .amis-scope .b-a {
45568
- border: 1px solid #eceff8;
46429
+ border: 1px solid #e0e7ec;
45569
46430
  }
45570
46431
 
45571
46432
  .amis-scope .b-t {
45572
- border-top: 1px solid #eceff8;
46433
+ border-top: 1px solid #e0e7ec;
45573
46434
  }
45574
46435
 
45575
46436
  .amis-scope .b-t-none {
@@ -45577,7 +46438,7 @@ readers do not read off random characters that represent icons */
45577
46438
  }
45578
46439
 
45579
46440
  .amis-scope .b-r {
45580
- border-right: 1px solid #eceff8;
46441
+ border-right: 1px solid #e0e7ec;
45581
46442
  }
45582
46443
 
45583
46444
  .amis-scope .b-r-none {
@@ -45585,7 +46446,7 @@ readers do not read off random characters that represent icons */
45585
46446
  }
45586
46447
 
45587
46448
  .amis-scope .b-b {
45588
- border-bottom: 1px solid #eceff8;
46449
+ border-bottom: 1px solid #e0e7ec;
45589
46450
  }
45590
46451
 
45591
46452
  .amis-scope .b-b-none {
@@ -45593,7 +46454,7 @@ readers do not read off random characters that represent icons */
45593
46454
  }
45594
46455
 
45595
46456
  .amis-scope .b-l {
45596
- border-left: 1px solid #eceff8;
46457
+ border-left: 1px solid #e0e7ec;
45597
46458
  }
45598
46459
 
45599
46460
  .amis-scope .b-l-none {
@@ -46451,7 +47312,7 @@ readers do not read off random characters that represent icons */
46451
47312
 
46452
47313
  .amis-scope .thumb-wrapper {
46453
47314
  padding: 2px;
46454
- border: 1px solid #eceff8;
47315
+ border: 1px solid #e0e7ec;
46455
47316
  }
46456
47317
 
46457
47318
  .amis-scope .thumb img,