amis 1.3.5-beta.6 → 1.4.2-beta.1

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 (352) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +17 -0
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/Badge.d.ts +16 -3
  7. package/lib/components/Badge.js +53 -4
  8. package/lib/components/Badge.js.map +2 -2
  9. package/lib/components/Button.d.ts +24 -22
  10. package/lib/components/Button.js +13 -7
  11. package/lib/components/Button.js.map +2 -2
  12. package/lib/components/Checkbox.d.ts +1 -1
  13. package/lib/components/Checkbox.js +1 -1
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/Collapse.js +1 -1
  16. package/lib/components/Collapse.js.map +2 -2
  17. package/lib/components/DatePicker.js +1 -1
  18. package/lib/components/DatePicker.js.map +2 -2
  19. package/lib/components/DateRangePicker.js +1 -1
  20. package/lib/components/DateRangePicker.js.map +2 -2
  21. package/lib/components/Drawer.js +1 -1
  22. package/lib/components/Drawer.js.map +2 -2
  23. package/lib/components/InputBox.js +1 -1
  24. package/lib/components/InputBox.js.map +2 -2
  25. package/lib/components/Link.d.ts +91 -0
  26. package/lib/components/Link.js +44 -0
  27. package/lib/components/Link.js.map +13 -0
  28. package/lib/components/Modal.js +1 -1
  29. package/lib/components/Modal.js.map +2 -2
  30. package/lib/components/MonthRangePicker.js +1 -1
  31. package/lib/components/MonthRangePicker.js.map +2 -2
  32. package/lib/components/RichText.d.ts +6 -1
  33. package/lib/components/RichText.js +207 -8
  34. package/lib/components/RichText.js.map +2 -2
  35. package/lib/components/Select.d.ts +7 -0
  36. package/lib/components/Select.js +3 -0
  37. package/lib/components/Select.js.map +2 -2
  38. package/lib/components/SparkLine.d.ts +85 -84
  39. package/lib/components/SparkLine.js +2 -2
  40. package/lib/components/SparkLine.js.map +2 -2
  41. package/lib/components/Steps.d.ts +3 -3
  42. package/lib/components/Steps.js.map +1 -1
  43. package/lib/components/Toast.js +2 -2
  44. package/lib/components/Toast.js.map +2 -2
  45. package/lib/components/Tree.js +5 -3
  46. package/lib/components/Tree.js.map +2 -2
  47. package/lib/components/WithRemoteConfig.d.ts +8 -0
  48. package/lib/components/WithRemoteConfig.js +28 -2
  49. package/lib/components/WithRemoteConfig.js.map +2 -2
  50. package/lib/components/calendar/DaysView.js +2 -2
  51. package/lib/components/calendar/DaysView.js.map +2 -2
  52. package/lib/components/condition-builder/Field.js +0 -1
  53. package/lib/components/condition-builder/Field.js.map +2 -2
  54. package/lib/components/condition-builder/Value.js +2 -1
  55. package/lib/components/condition-builder/Value.js.map +2 -2
  56. package/lib/components/condition-builder/types.d.ts +5 -0
  57. package/lib/components/condition-builder/types.js.map +1 -1
  58. package/lib/components/icons.js +14 -0
  59. package/lib/components/icons.js.map +2 -2
  60. package/lib/factory.d.ts +5 -1
  61. package/lib/factory.js +9 -4
  62. package/lib/factory.js.map +2 -2
  63. package/lib/helper.css.map +1 -1
  64. package/lib/icons/clock.js +10 -0
  65. package/lib/icons/loading-outline.js +7 -0
  66. package/lib/icons/status-close.js +11 -0
  67. package/lib/icons/status-fail.js +11 -0
  68. package/lib/icons/status-info.js +10 -0
  69. package/lib/icons/status-success.js +11 -0
  70. package/lib/icons/status-warning.js +10 -0
  71. package/lib/index.js +1 -1
  72. package/lib/locale/de-DE.js +3 -0
  73. package/lib/locale/de-DE.js.map +2 -2
  74. package/lib/locale/en-US.js +4 -1
  75. package/lib/locale/en-US.js.map +2 -2
  76. package/lib/locale/zh-CN.js +5 -2
  77. package/lib/locale/zh-CN.js.map +2 -2
  78. package/lib/renderers/Action.d.ts +16 -1
  79. package/lib/renderers/Action.js +5 -5
  80. package/lib/renderers/Action.js.map +2 -2
  81. package/lib/renderers/CRUD.d.ts +2 -2
  82. package/lib/renderers/CRUD.js +32 -26
  83. package/lib/renderers/CRUD.js.map +2 -2
  84. package/lib/renderers/Collapse.d.ts +1 -1
  85. package/lib/renderers/Collapse.js +7 -3
  86. package/lib/renderers/Collapse.js.map +2 -2
  87. package/lib/renderers/Dialog.d.ts +0 -252
  88. package/lib/renderers/Dialog.js +1 -4
  89. package/lib/renderers/Dialog.js.map +2 -2
  90. package/lib/renderers/Drawer.js +0 -3
  91. package/lib/renderers/Drawer.js.map +2 -2
  92. package/lib/renderers/DropDownButton.d.ts +13 -1
  93. package/lib/renderers/DropDownButton.js +9 -5
  94. package/lib/renderers/DropDownButton.js.map +2 -2
  95. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  96. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  97. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  98. package/lib/renderers/Form/Checkbox.js +4 -0
  99. package/lib/renderers/Form/Checkbox.js.map +2 -2
  100. package/lib/renderers/Form/Combo.js +2 -2
  101. package/lib/renderers/Form/Combo.js.map +2 -2
  102. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  103. package/lib/renderers/Form/Editor.d.ts +0 -2
  104. package/lib/renderers/Form/Editor.js +1 -1
  105. package/lib/renderers/Form/Editor.js.map +2 -2
  106. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  107. package/lib/renderers/Form/InputExcel.js +24 -3
  108. package/lib/renderers/Form/InputExcel.js.map +2 -2
  109. package/lib/renderers/Form/InputFile.js +2 -2
  110. package/lib/renderers/Form/InputFile.js.map +2 -2
  111. package/lib/renderers/Form/InputImage.d.ts +8 -0
  112. package/lib/renderers/Form/InputImage.js +7 -4
  113. package/lib/renderers/Form/InputImage.js.map +2 -2
  114. package/lib/renderers/Form/InputTable.d.ts +23 -5
  115. package/lib/renderers/Form/InputTable.js +32 -3
  116. package/lib/renderers/Form/InputTable.js.map +2 -2
  117. package/lib/renderers/Form/Options.js +6 -3
  118. package/lib/renderers/Form/Options.js.map +2 -2
  119. package/lib/renderers/Form/Picker.js +2 -2
  120. package/lib/renderers/Form/Picker.js.map +2 -2
  121. package/lib/renderers/Form/wrapControl.js +2 -2
  122. package/lib/renderers/Form/wrapControl.js.map +2 -2
  123. package/lib/renderers/IFrame.js +2 -2
  124. package/lib/renderers/IFrame.js.map +2 -2
  125. package/lib/renderers/Image.d.ts +1 -0
  126. package/lib/renderers/Image.js +15 -1
  127. package/lib/renderers/Image.js.map +2 -2
  128. package/lib/renderers/Json.js +5 -1
  129. package/lib/renderers/Json.js.map +2 -2
  130. package/lib/renderers/Link.d.ts +16 -3
  131. package/lib/renderers/Link.js +16 -13
  132. package/lib/renderers/Link.js.map +2 -2
  133. package/lib/renderers/Log.d.ts +2 -2
  134. package/lib/renderers/Log.js +7 -1
  135. package/lib/renderers/Log.js.map +2 -2
  136. package/lib/renderers/Nav.d.ts +81 -25
  137. package/lib/renderers/Nav.js +272 -29
  138. package/lib/renderers/Nav.js.map +2 -2
  139. package/lib/renderers/Page.js +4 -1
  140. package/lib/renderers/Page.js.map +2 -2
  141. package/lib/renderers/Service.d.ts +10 -1
  142. package/lib/renderers/Service.js +85 -3
  143. package/lib/renderers/Service.js.map +2 -2
  144. package/lib/renderers/SparkLine.d.ts +4 -0
  145. package/lib/renderers/SparkLine.js.map +2 -2
  146. package/lib/renderers/Steps.d.ts +4 -4
  147. package/lib/renderers/Steps.js +5 -2
  148. package/lib/renderers/Steps.js.map +2 -2
  149. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  150. package/lib/renderers/Table/ColumnToggler.js +216 -0
  151. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  152. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  153. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  154. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  155. package/lib/renderers/Table/TableBody.d.ts +5 -1
  156. package/lib/renderers/Table/TableBody.js +5 -1
  157. package/lib/renderers/Table/TableBody.js.map +2 -2
  158. package/lib/renderers/Table/TableCell.js +3 -1
  159. package/lib/renderers/Table/TableCell.js.map +2 -2
  160. package/lib/renderers/Table/TableContent.d.ts +1 -1
  161. package/lib/renderers/Table/TableContent.js +4 -0
  162. package/lib/renderers/Table/TableContent.js.map +2 -2
  163. package/lib/renderers/Table/index.d.ts +22 -4
  164. package/lib/renderers/Table/index.js +196 -81
  165. package/lib/renderers/Table/index.js.map +2 -2
  166. package/lib/store/app.d.ts +0 -1
  167. package/lib/store/combo.d.ts +0 -2
  168. package/lib/store/crud.d.ts +3 -3
  169. package/lib/store/crud.js +41 -36
  170. package/lib/store/crud.js.map +2 -2
  171. package/lib/store/form.d.ts +0 -1
  172. package/lib/store/modal.d.ts +1 -1
  173. package/lib/store/modal.js +4 -0
  174. package/lib/store/modal.js.map +2 -2
  175. package/lib/store/root.d.ts +0 -1
  176. package/lib/store/service.d.ts +0 -1
  177. package/lib/store/service.js +0 -13
  178. package/lib/store/service.js.map +2 -2
  179. package/lib/store/table.d.ts +258 -3
  180. package/lib/store/table.js +83 -7
  181. package/lib/store/table.js.map +2 -2
  182. package/lib/themes/ang-ie11.css +941 -98
  183. package/lib/themes/ang.css +941 -98
  184. package/lib/themes/ang.css.map +1 -1
  185. package/lib/themes/antd-ie11.css +941 -98
  186. package/lib/themes/antd.css +941 -98
  187. package/lib/themes/antd.css.map +1 -1
  188. package/lib/themes/cxd-ie11.css +1580 -411
  189. package/lib/themes/cxd.css +1580 -411
  190. package/lib/themes/cxd.css.map +1 -1
  191. package/lib/themes/dark-ie11.css +941 -98
  192. package/lib/themes/dark.css +941 -98
  193. package/lib/themes/dark.css.map +1 -1
  194. package/lib/themes/default.css +1580 -411
  195. package/lib/themes/default.css.map +1 -1
  196. package/lib/utils/api.js +16 -4
  197. package/lib/utils/api.js.map +2 -2
  198. package/lib/utils/attachmentAdpator.d.ts +7 -0
  199. package/lib/utils/attachmentAdpator.js +82 -0
  200. package/lib/utils/attachmentAdpator.js.map +13 -0
  201. package/lib/utils/handleAction.d.ts +7 -0
  202. package/lib/utils/handleAction.js +30 -0
  203. package/lib/utils/handleAction.js.map +13 -0
  204. package/lib/utils/helper.d.ts +1 -1
  205. package/lib/utils/helper.js +3 -3
  206. package/lib/utils/helper.js.map +2 -2
  207. package/lib/utils/tpl-builtin.d.ts +1 -1
  208. package/lib/utils/tpl-builtin.js +25 -15
  209. package/lib/utils/tpl-builtin.js.map +2 -2
  210. package/lib/utils/validations.js +62 -5
  211. package/lib/utils/validations.js.map +2 -2
  212. package/package.json +1 -2
  213. package/schema.json +633 -273
  214. package/scss/_mixins.scss +29 -0
  215. package/scss/_properties.scss +64 -13
  216. package/scss/_utilities.scss +4 -0
  217. package/scss/components/_badge.scss +67 -2
  218. package/scss/components/_button.scss +34 -3
  219. package/scss/components/_collapse.scss +26 -8
  220. package/scss/components/_column-toggler.scss +234 -0
  221. package/scss/components/_dropdown.scss +2 -1
  222. package/scss/components/_image-gallery.scss +1 -1
  223. package/scss/components/_images.scss +2 -1
  224. package/scss/components/_link.scss +6 -0
  225. package/scss/components/_markdown.scss +266 -0
  226. package/scss/components/_nav.scss +236 -154
  227. package/scss/components/_page.scss +5 -4
  228. package/scss/components/_progress.scss +2 -0
  229. package/scss/components/_spinner.scss +6 -2
  230. package/scss/components/_steps.scss +1 -1
  231. package/scss/components/_table.scss +25 -1
  232. package/scss/components/form/_color.scss +1 -0
  233. package/scss/components/form/_date-range.scss +2 -0
  234. package/scss/components/form/_date.scss +2 -0
  235. package/scss/components/form/_fieldset.scss +1 -2
  236. package/scss/components/form/_file.scss +5 -4
  237. package/scss/components/form/_group.scss +4 -0
  238. package/scss/components/form/_image.scss +7 -2
  239. package/scss/components/form/_list.scss +1 -0
  240. package/scss/components/form/_location.scss +1 -1
  241. package/scss/components/form/_text.scss +13 -0
  242. package/scss/components/form/_textarea.scss +10 -0
  243. package/scss/components/form/_transfer.scss +2 -0
  244. package/scss/themes/_common.scss +3 -0
  245. package/scss/themes/_cxd-colors.scss +56 -0
  246. package/scss/themes/_cxd-variables.scss +217 -92
  247. package/scss/themes/cxd.scss +366 -0
  248. package/sdk/ang-ie11.css +1192 -176
  249. package/sdk/ang.css +1175 -118
  250. package/sdk/antd-ie11.css +1177 -163
  251. package/sdk/antd.css +1175 -118
  252. package/sdk/charts.js +13 -13
  253. package/sdk/color-picker.js +67 -67
  254. package/sdk/cropperjs.js +2 -2
  255. package/sdk/cxd-ie11.css +2538 -1222
  256. package/sdk/cxd.css +1825 -401
  257. package/sdk/dark-ie11.css +1192 -176
  258. package/sdk/dark.css +1175 -118
  259. package/sdk/exceljs.js +1 -1
  260. package/sdk/helper.css.map +1 -1
  261. package/sdk/ie11-patch.css +1 -0
  262. package/sdk/locale/de-DE.js +3 -0
  263. package/sdk/markdown.js +69 -69
  264. package/sdk/papaparse.js +1 -1
  265. package/sdk/renderers/Form/CityDB.js +1 -1
  266. package/sdk/rest.js +22 -24
  267. package/sdk/rich-text.js +62 -64
  268. package/sdk/sdk-ie11.css +2538 -1222
  269. package/sdk/sdk.css +1825 -401
  270. package/sdk/sdk.js +1139 -1113
  271. package/sdk/thirds/hls.js/hls.js +1 -1
  272. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  273. package/sdk/tinymce.js +57 -57
  274. package/src/Schema.ts +18 -0
  275. package/src/components/Alert.tsx +3 -1
  276. package/src/components/Badge.tsx +124 -21
  277. package/src/components/Button.tsx +23 -7
  278. package/src/components/Checkbox.tsx +5 -2
  279. package/src/components/Collapse.tsx +14 -9
  280. package/src/components/DatePicker.tsx +1 -1
  281. package/src/components/DateRangePicker.tsx +23 -11
  282. package/src/components/Drawer.tsx +3 -2
  283. package/src/components/InputBox.tsx +1 -1
  284. package/src/components/Link.tsx +94 -0
  285. package/src/components/Modal.tsx +3 -2
  286. package/src/components/MonthRangePicker.tsx +10 -2
  287. package/src/components/RichText.tsx +244 -3
  288. package/src/components/Select.tsx +4 -0
  289. package/src/components/SparkLine.tsx +4 -1
  290. package/src/components/Steps.tsx +3 -3
  291. package/src/components/Toast.tsx +5 -5
  292. package/src/components/Tree.tsx +6 -8
  293. package/src/components/WithRemoteConfig.tsx +37 -2
  294. package/src/components/calendar/DaysView.tsx +2 -2
  295. package/src/components/condition-builder/Field.tsx +1 -2
  296. package/src/components/condition-builder/Value.tsx +3 -0
  297. package/src/components/condition-builder/types.ts +6 -0
  298. package/src/components/icons.tsx +15 -0
  299. package/src/factory.tsx +13 -3
  300. package/src/icons/clock.svg +1 -0
  301. package/src/icons/loading-outline.svg +4 -0
  302. package/src/icons/status-close.svg +10 -0
  303. package/src/icons/status-fail.svg +10 -0
  304. package/src/icons/status-info.svg +8 -0
  305. package/src/icons/status-success.svg +10 -0
  306. package/src/icons/status-warning.svg +8 -0
  307. package/src/locale/de-DE.ts +3 -0
  308. package/src/locale/en-US.ts +4 -1
  309. package/src/locale/zh-CN.ts +5 -2
  310. package/src/renderers/Action.tsx +71 -13
  311. package/src/renderers/CRUD.tsx +44 -59
  312. package/src/renderers/Collapse.tsx +6 -2
  313. package/src/renderers/Dialog.tsx +1 -5
  314. package/src/renderers/Drawer.tsx +0 -4
  315. package/src/renderers/DropDownButton.tsx +34 -12
  316. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  317. package/src/renderers/Form/Checkbox.tsx +8 -0
  318. package/src/renderers/Form/Combo.tsx +2 -3
  319. package/src/renderers/Form/Editor.tsx +19 -20
  320. package/src/renderers/Form/InputExcel.tsx +28 -3
  321. package/src/renderers/Form/InputFile.tsx +2 -1
  322. package/src/renderers/Form/InputImage.tsx +28 -10
  323. package/src/renderers/Form/InputTable.tsx +88 -9
  324. package/src/renderers/Form/Options.tsx +16 -5
  325. package/src/renderers/Form/Picker.tsx +3 -2
  326. package/src/renderers/Form/wrapControl.tsx +2 -2
  327. package/src/renderers/IFrame.tsx +2 -1
  328. package/src/renderers/Image.tsx +10 -0
  329. package/src/renderers/Json.tsx +10 -1
  330. package/src/renderers/Link.tsx +36 -11
  331. package/src/renderers/Log.tsx +16 -3
  332. package/src/renderers/Nav.tsx +340 -56
  333. package/src/renderers/Page.tsx +3 -1
  334. package/src/renderers/Service.tsx +101 -3
  335. package/src/renderers/SparkLine.tsx +5 -0
  336. package/src/renderers/Steps.tsx +12 -9
  337. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  338. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  339. package/src/renderers/Table/TableBody.tsx +3 -2
  340. package/src/renderers/Table/TableCell.tsx +16 -1
  341. package/src/renderers/Table/TableContent.tsx +3 -1
  342. package/src/renderers/Table/index.tsx +240 -60
  343. package/src/store/crud.ts +34 -38
  344. package/src/store/modal.ts +4 -0
  345. package/src/store/service.ts +0 -19
  346. package/src/store/table.ts +103 -4
  347. package/src/utils/api.ts +24 -4
  348. package/src/utils/attachmentAdpator.ts +90 -0
  349. package/src/utils/handleAction.ts +41 -0
  350. package/src/utils/helper.ts +4 -3
  351. package/src/utils/tpl-builtin.ts +48 -17
  352. package/src/utils/validations.ts +80 -12
package/sdk/ang-ie11.css CHANGED
@@ -19742,7 +19742,7 @@ readers do not read off random characters that represent icons */
19742
19742
 
19743
19743
  @media (max-width: 767px) {
19744
19744
  .amis-scope .a-Layout-content {
19745
- transition: transform 0.2s ease;
19745
+ transition: transform 0s ease;
19746
19746
  }
19747
19747
 
19748
19748
  .amis-scope .a-Layout-aside {
@@ -19769,7 +19769,7 @@ readers do not read off random characters that represent icons */
19769
19769
  .amis-scope .a-Layout--offScreen .a-Layout-body,
19770
19770
  .amis-scope .a-Layout--offScreen .a-Layout-footer {
19771
19771
  background: #edf1f2;
19772
- transition: transform 0.2s ease;
19772
+ transition: transform 0s ease;
19773
19773
  backface-visibility: hidden;
19774
19774
  transform: translate3d(75%, 0px, 0px);
19775
19775
  overflow: hidden;
@@ -19815,7 +19815,7 @@ readers do not read off random characters that represent icons */
19815
19815
  .amis-scope .a-Layout-brandBar,
19816
19816
  .amis-scope .a-Layout-aside {
19817
19817
  width: 12.5rem;
19818
- transition: width 0.2s ease;
19818
+ transition: width 0s ease;
19819
19819
  }
19820
19820
 
19821
19821
  .amis-scope .a-Layout-brandBar {
@@ -19837,7 +19837,7 @@ readers do not read off random characters that represent icons */
19837
19837
  .amis-scope .a-Layout--withAside .a-Layout-headerBar,
19838
19838
  .amis-scope .a-Layout--withAside .a-Layout-footer {
19839
19839
  margin-left: 12.5rem;
19840
- transition: margin 0.2s ease;
19840
+ transition: margin 0s ease;
19841
19841
  }
19842
19842
 
19843
19843
  .amis-scope .a-Layout .visible-folded {
@@ -20600,7 +20600,7 @@ readers do not read off random characters that represent icons */
20600
20600
  content: "";
20601
20601
  display: inline-block;
20602
20602
  transform-origin: center;
20603
- transition: transform 0.2s ease;
20603
+ transition: transform 0s ease;
20604
20604
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
20605
20605
  width: 0.625rem;
20606
20606
  height: 0.625rem;
@@ -20618,7 +20618,7 @@ readers do not read off random characters that represent icons */
20618
20618
  width: 0.625rem;
20619
20619
  height: 0.625rem;
20620
20620
  transform-origin: center;
20621
- transition: transform 0.2s ease;
20621
+ transition: transform 0s ease;
20622
20622
  }
20623
20623
 
20624
20624
  .amis-scope .a-AsideNav-item.is-open > a > .a-AsideNav-itemArrow > svg {
@@ -20666,7 +20666,7 @@ readers do not read off random characters that represent icons */
20666
20666
  height: 0;
20667
20667
  overflow: hidden;
20668
20668
  margin-left: calc(1rem * -1);
20669
- transition: all 0.2s ease-in-out 0s;
20669
+ transition: all 0s ease-in-out 0s;
20670
20670
  background: #242734;
20671
20671
  }
20672
20672
 
@@ -20699,7 +20699,7 @@ readers do not read off random characters that represent icons */
20699
20699
  font-size: 0.875rem;
20700
20700
  padding: calc( ( 2.5rem - 1.5 * 0.875rem ) / 2 ) 0.75rem;
20701
20701
  position: relative;
20702
- transition: background-color 0.2s ease-in-out 0s;
20702
+ transition: background-color 0s ease-in-out 0s;
20703
20703
  color: #b4b6bd;
20704
20704
  text-decoration: none;
20705
20705
  user-select: none;
@@ -20786,7 +20786,7 @@ readers do not read off random characters that represent icons */
20786
20786
  color: #fff;
20787
20787
  padding: 0.125rem 0.625rem;
20788
20788
  opacity: 0;
20789
- transition: all 0.2s ease-in-out;
20789
+ transition: all 0s ease-in-out;
20790
20790
  }
20791
20791
 
20792
20792
  .amis-scope .a-AsideNav-divider {
@@ -21064,10 +21064,10 @@ readers do not read off random characters that represent icons */
21064
21064
  user-select: none;
21065
21065
  background: transparent;
21066
21066
  border: 0.0625rem solid transparent;
21067
- transition: color 0.2s ease-in-out,
21068
- background-color 0.2s ease-in-out,
21069
- border-color 0.2s ease-in-out,
21070
- box-shadow 0.2s ease-in-out;
21067
+ transition: color 0s ease-in-out,
21068
+ background-color 0s ease-in-out,
21069
+ border-color 0s ease-in-out,
21070
+ box-shadow 0s ease-in-out;
21071
21071
  white-space: nowrap;
21072
21072
  min-width: auto;
21073
21073
  padding: calc(
@@ -21105,6 +21105,17 @@ readers do not read off random characters that represent icons */
21105
21105
  margin-left: 0.75rem;
21106
21106
  }
21107
21107
 
21108
+ .amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21109
+ .amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
21110
+ .amis-scope .a-Button > .pull-left {
21111
+ margin-right: 0.75rem;
21112
+ }
21113
+
21114
+ .amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21115
+ .amis-scope .a-Button > .pull-right {
21116
+ margin-left: 0.75rem;
21117
+ }
21118
+
21108
21119
  .amis-scope .a-Button img.a-Button-icon {
21109
21120
  height: 0.875rem;
21110
21121
  vertical-align: middle;
@@ -21122,16 +21133,24 @@ readers do not read off random characters that represent icons */
21122
21133
 
21123
21134
  .amis-scope .a-Button.is-disabled,
21124
21135
  .amis-scope .a-Button:disabled {
21125
- opacity: 0.65;
21126
21136
  filter: grayscale(100%);
21127
21137
  box-shadow: none;
21128
21138
  cursor: not-allowed;
21139
+ color: #99a6ad;
21140
+ pointer-events: auto;
21141
+ border: 0.0625rem solid #dee2e6;
21142
+ background: #f2f3f3;
21129
21143
  }
21130
21144
 
21131
21145
  .amis-scope .a-Button:not(:disabled):not(.is-disabled) {
21132
21146
  cursor: pointer;
21133
21147
  }
21134
21148
 
21149
+ .amis-scope .a-Button.cxd-Button--link.is-disabled {
21150
+ background: transparent;
21151
+ border: none;
21152
+ }
21153
+
21135
21154
  .amis-scope .a-Button > .pull-left,
21136
21155
  .amis-scope .a-Button > .pull-right {
21137
21156
  line-height: inherit;
@@ -21159,8 +21178,14 @@ readers do not read off random characters that represent icons */
21159
21178
 
21160
21179
  .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
21161
21180
  color: #fff;
21162
- background: #5b4eac;
21163
- border-color: #564aa3;
21181
+ background: #4f86f4;
21182
+ border-color: #4f86f4;
21183
+ }
21184
+
21185
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21186
+ color: #fff;
21187
+ background: #1c53c1;
21188
+ border-color: #1c53c1;
21164
21189
  }
21165
21190
 
21166
21191
  .amis-scope .a-Button--primary:hover:focus {
@@ -21183,6 +21208,12 @@ readers do not read off random characters that represent icons */
21183
21208
  border-color: #545b62;
21184
21209
  }
21185
21210
 
21211
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21212
+ color: #fff;
21213
+ background: #545b62;
21214
+ border-color: #4e555b;
21215
+ }
21216
+
21186
21217
  .amis-scope .a-Button--secondary:hover:focus {
21187
21218
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21188
21219
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21203,11 +21234,43 @@ readers do not read off random characters that represent icons */
21203
21234
  border-color: #1e983b;
21204
21235
  }
21205
21236
 
21237
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
21238
+ color: #fff;
21239
+ background: #1e983b;
21240
+ border-color: #1c8d37;
21241
+ }
21242
+
21206
21243
  .amis-scope .a-Button--success:hover:focus {
21207
21244
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21208
21245
  0 1px 1px rgba(0, 0, 0, 0.075);
21209
21246
  }
21210
21247
 
21248
+ .amis-scope .a-Button--enhance {
21249
+ color: #7266ba;
21250
+ background: var(--Button--enhance-bg);
21251
+ border-color: #7266ba;
21252
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21253
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21254
+ text-shadow: none;
21255
+ }
21256
+
21257
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
21258
+ color: #4f86f4;
21259
+ background: #fff;
21260
+ border-color: #4f86f4;
21261
+ }
21262
+
21263
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21264
+ color: #1c53c1;
21265
+ background: #fff;
21266
+ border-color: #1c53c1;
21267
+ }
21268
+
21269
+ .amis-scope .a-Button--enhance:hover:focus {
21270
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21271
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21272
+ }
21273
+
21211
21274
  .amis-scope .a-Button--info {
21212
21275
  color: #fff;
21213
21276
  background: #23b7e5;
@@ -21223,6 +21286,12 @@ readers do not read off random characters that represent icons */
21223
21286
  border-color: #1797be;
21224
21287
  }
21225
21288
 
21289
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
21290
+ color: #fff;
21291
+ background: #1797be;
21292
+ border-color: #158eb3;
21293
+ }
21294
+
21226
21295
  .amis-scope .a-Button--info:hover:focus {
21227
21296
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21228
21297
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21243,6 +21312,12 @@ readers do not read off random characters that represent icons */
21243
21312
  border-color: #f4ca06;
21244
21313
  }
21245
21314
 
21315
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21316
+ color: #fff;
21317
+ background: #f4ca06;
21318
+ border-color: #e8c006;
21319
+ }
21320
+
21246
21321
  .amis-scope .a-Button--warning:hover:focus {
21247
21322
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21248
21323
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21263,6 +21338,12 @@ readers do not read off random characters that represent icons */
21263
21338
  border-color: #ec2121;
21264
21339
  }
21265
21340
 
21341
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21342
+ color: #fff;
21343
+ background: #ec2121;
21344
+ border-color: #eb1515;
21345
+ }
21346
+
21266
21347
  .amis-scope .a-Button--danger:hover:focus {
21267
21348
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21268
21349
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21283,6 +21364,12 @@ readers do not read off random characters that represent icons */
21283
21364
  border-color: #cfdadd;
21284
21365
  }
21285
21366
 
21367
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
21368
+ color: #58666e;
21369
+ background: #cfdadd;
21370
+ border-color: #c8d4d7;
21371
+ }
21372
+
21286
21373
  .amis-scope .a-Button--light:hover:focus {
21287
21374
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21288
21375
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21303,6 +21390,12 @@ readers do not read off random characters that represent icons */
21303
21390
  border-color: #252833;
21304
21391
  }
21305
21392
 
21393
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21394
+ color: #fff;
21395
+ background: #252833;
21396
+ border-color: #1f222c;
21397
+ }
21398
+
21306
21399
  .amis-scope .a-Button--dark:hover:focus {
21307
21400
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21308
21401
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21318,9 +21411,15 @@ readers do not read off random characters that represent icons */
21318
21411
  }
21319
21412
 
21320
21413
  .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
21321
- color: #58666e;
21322
- background: #ececec;
21323
- border-color: #b4bbc5;
21414
+ color: #7266ba;
21415
+ background: #fff;
21416
+ border-color: #7266ba;
21417
+ }
21418
+
21419
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
21420
+ color: #1c53c1;
21421
+ background: #fff;
21422
+ border-color: #1c53c1;
21324
21423
  }
21325
21424
 
21326
21425
  .amis-scope .a-Button--default:hover:focus {
@@ -21352,6 +21451,17 @@ readers do not read off random characters that represent icons */
21352
21451
  margin-left: 0.25rem;
21353
21452
  }
21354
21453
 
21454
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21455
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21456
+ .amis-scope .a-Button--xs > .pull-left {
21457
+ margin-right: 0.25rem;
21458
+ }
21459
+
21460
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21461
+ .amis-scope .a-Button--xs > .pull-right {
21462
+ margin-left: 0.25rem;
21463
+ }
21464
+
21355
21465
  .amis-scope .a-Button--xs img.a-Button-icon {
21356
21466
  height: 0.875rem;
21357
21467
  vertical-align: middle;
@@ -21385,6 +21495,17 @@ readers do not read off random characters that represent icons */
21385
21495
  margin-left: 0.5rem;
21386
21496
  }
21387
21497
 
21498
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21499
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21500
+ .amis-scope .a-Button--sm > .pull-left {
21501
+ margin-right: 0.5rem;
21502
+ }
21503
+
21504
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21505
+ .amis-scope .a-Button--sm > .pull-right {
21506
+ margin-left: 0.5rem;
21507
+ }
21508
+
21388
21509
  .amis-scope .a-Button--sm img.a-Button-icon {
21389
21510
  height: 0.875rem;
21390
21511
  vertical-align: middle;
@@ -21418,6 +21539,17 @@ readers do not read off random characters that represent icons */
21418
21539
  margin-left: 0.75rem;
21419
21540
  }
21420
21541
 
21542
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21543
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
21544
+ .amis-scope .a-Button--md > .pull-left {
21545
+ margin-right: 0.75rem;
21546
+ }
21547
+
21548
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21549
+ .amis-scope .a-Button--md > .pull-right {
21550
+ margin-left: 0.75rem;
21551
+ }
21552
+
21421
21553
  .amis-scope .a-Button--md img.a-Button-icon {
21422
21554
  height: 0.875rem;
21423
21555
  vertical-align: middle;
@@ -21451,6 +21583,17 @@ readers do not read off random characters that represent icons */
21451
21583
  margin-left: 1rem;
21452
21584
  }
21453
21585
 
21586
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21587
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21588
+ .amis-scope .a-Button--lg > .pull-left {
21589
+ margin-right: 1rem;
21590
+ }
21591
+
21592
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21593
+ .amis-scope .a-Button--lg > .pull-right {
21594
+ margin-left: 1rem;
21595
+ }
21596
+
21454
21597
  .amis-scope .a-Button--lg img.a-Button-icon {
21455
21598
  height: 0.875rem;
21456
21599
  vertical-align: middle;
@@ -21479,6 +21622,14 @@ readers do not read off random characters that represent icons */
21479
21622
  line-height: 1;
21480
21623
  }
21481
21624
 
21625
+ .amis-scope .a-Button--loading {
21626
+ transition: --Button-transition;
21627
+ }
21628
+
21629
+ .amis-scope .a-Button--loading svg {
21630
+ animation: spin 1s infinite linear;
21631
+ }
21632
+
21482
21633
  .amis-scope .a-Button--link {
21483
21634
  width: auto;
21484
21635
  min-width: auto;
@@ -21490,8 +21641,12 @@ readers do not read off random characters that represent icons */
21490
21641
  }
21491
21642
 
21492
21643
  .amis-scope .a-Button--link:hover:focus {
21493
- color: #414c52;
21494
- text-decoration: underline;
21644
+ color: #4f86f4;
21645
+ box-shadow: none;
21646
+ }
21647
+
21648
+ .amis-scope .a-Button--link:hover:active {
21649
+ color: #1c53c1;
21495
21650
  box-shadow: none;
21496
21651
  }
21497
21652
 
@@ -21499,7 +21654,7 @@ readers do not read off random characters that represent icons */
21499
21654
  .amis-scope .a-Button--link.is-disabled {
21500
21655
  color: #99a6ad;
21501
21656
  pointer-events: none;
21502
- background: transparent;
21657
+ background: #f2f3f3;
21503
21658
  }
21504
21659
 
21505
21660
  .amis-scope .a-Button--block {
@@ -21578,7 +21733,8 @@ readers do not read off random characters that represent icons */
21578
21733
  }
21579
21734
 
21580
21735
  .amis-scope .a-Badge-text,
21581
- .amis-scope .a-Badge-dot {
21736
+ .amis-scope .a-Badge-dot,
21737
+ .amis-scope .a-Badge-ribbon {
21582
21738
  background: #f05050;
21583
21739
  position: absolute;
21584
21740
  top: 0;
@@ -21587,7 +21743,6 @@ readers do not read off random characters that represent icons */
21587
21743
  transform-origin: 100% 0;
21588
21744
  z-index: auto;
21589
21745
  border-radius: calc(1rem / 2);
21590
- box-shadow: 0 0 0 1px #fff;
21591
21746
  }
21592
21747
 
21593
21748
  .amis-scope .a-Badge--top-left {
@@ -21613,6 +21768,22 @@ readers do not read off random characters that represent icons */
21613
21768
  transform: translate(50%, 50%);
21614
21769
  }
21615
21770
 
21771
+ .amis-scope .a-Badge--danger {
21772
+ background: #f05050;
21773
+ }
21774
+
21775
+ .amis-scope .a-Badge--info {
21776
+ background: #23b7e5;
21777
+ }
21778
+
21779
+ .amis-scope .a-Badge--success {
21780
+ background: #27c24c;
21781
+ }
21782
+
21783
+ .amis-scope .a-Badge--warning {
21784
+ background: #fad733;
21785
+ }
21786
+
21616
21787
  .amis-scope .a-Badge-text {
21617
21788
  color: #fff;
21618
21789
  height: 1rem;
@@ -21629,6 +21800,56 @@ readers do not read off random characters that represent icons */
21629
21800
  border-radius: 50%;
21630
21801
  }
21631
21802
 
21803
+ .amis-scope .a-Badge-ribbon-out {
21804
+ overflow: hidden;
21805
+ position: absolute;
21806
+ top: 0;
21807
+ bottom: 0;
21808
+ right: 0;
21809
+ }
21810
+
21811
+ .amis-scope .a-Badge-ribbon {
21812
+ color: #fff;
21813
+ height: 1rem;
21814
+ line-height: 1rem;
21815
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21816
+ transform-origin: 50% 0;
21817
+ border-radius: 0;
21818
+ text-align: center;
21819
+ width: 62.5rem;
21820
+ top: 5px;
21821
+ }
21822
+
21823
+ .amis-scope .a-Badge-ribbon-out--top-left,
21824
+ .amis-scope .a-Badge-ribbon-out--bottom-left {
21825
+ left: 0;
21826
+ right: auto;
21827
+ }
21828
+
21829
+ .amis-scope .a-Badge-ribbon--top-left {
21830
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21831
+ left: 0;
21832
+ right: auto;
21833
+ }
21834
+
21835
+ .amis-scope .a-Badge-ribbon--bottom-left {
21836
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21837
+ transform-origin: 50% 100%;
21838
+ left: 0;
21839
+ right: auto;
21840
+ bottom: 5px;
21841
+ top: auto;
21842
+ }
21843
+
21844
+ .amis-scope .a-Badge-ribbon--bottom-right {
21845
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21846
+ transform-origin: 50% 100%;
21847
+ left: auto;
21848
+ right: 0;
21849
+ bottom: 5px;
21850
+ top: auto;
21851
+ }
21852
+
21632
21853
  @keyframes badgeDotAnimation {
21633
21854
  0% {
21634
21855
  transform: scale(0.8);
@@ -21695,7 +21916,7 @@ readers do not read off random characters that represent icons */
21695
21916
 
21696
21917
  .amis-scope .a-Modal-content.in,
21697
21918
  .amis-scope .a-Modal-content.out {
21698
- animation-duration: 0.2s;
21919
+ animation-duration: 0s;
21699
21920
  animation-fill-mode: both;
21700
21921
  }
21701
21922
 
@@ -21708,7 +21929,7 @@ readers do not read off random characters that represent icons */
21708
21929
  }
21709
21930
 
21710
21931
  .amis-scope .a-Modal-overlay {
21711
- transition: ease-in-out opacity 0.2s;
21932
+ transition: ease-in-out opacity 0s;
21712
21933
  position: fixed;
21713
21934
  top: 0;
21714
21935
  right: 0;
@@ -21932,11 +22153,11 @@ readers do not read off random characters that represent icons */
21932
22153
  z-index: 2;
21933
22154
  border: 0.0625rem solid #d1d5db;
21934
22155
  border-radius: 0;
21935
- transition: transform ease-in-out 0.2s;
22156
+ transition: transform ease-in-out 0s;
21936
22157
  }
21937
22158
 
21938
22159
  .amis-scope .a-Drawer-overlay {
21939
- transition: ease-out opacity 0.2s;
22160
+ transition: ease-out opacity 0s;
21940
22161
  position: fixed;
21941
22162
  top: 0;
21942
22163
  right: 0;
@@ -22444,7 +22665,7 @@ readers do not read off random characters that represent icons */
22444
22665
  color: #fff;
22445
22666
  padding: 0.125rem 0.625rem;
22446
22667
  display: none;
22447
- animation-duration: 0.2s;
22668
+ animation-duration: 0s;
22448
22669
  animation-fill-mode: both;
22449
22670
  }
22450
22671
 
@@ -22623,7 +22844,7 @@ readers do not read off random characters that represent icons */
22623
22844
  .amis-scope .a-Toast.in,
22624
22845
  .amis-scope .a-Toast.out {
22625
22846
  animation-fill-mode: both;
22626
- animation-duration: 0.2s;
22847
+ animation-duration: 0s;
22627
22848
  opacity: 1;
22628
22849
  }
22629
22850
 
@@ -22867,6 +23088,17 @@ readers do not read off random characters that represent icons */
22867
23088
  margin-left: 0.5rem;
22868
23089
  }
22869
23090
 
23091
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
23092
+ .amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23093
+ .amis-scope .a-ArrayInput-addBtn > .pull-left {
23094
+ margin-right: 0.5rem;
23095
+ }
23096
+
23097
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
23098
+ .amis-scope .a-ArrayInput-addBtn > .pull-right {
23099
+ margin-left: 0.5rem;
23100
+ }
23101
+
22870
23102
  .amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
22871
23103
  height: 0.875rem;
22872
23104
  vertical-align: middle;
@@ -22878,6 +23110,12 @@ readers do not read off random characters that represent icons */
22878
23110
  border-color: #b4bbc5;
22879
23111
  }
22880
23112
 
23113
+ .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23114
+ color: #fff;
23115
+ background: #1797be;
23116
+ border-color: #adb4bf;
23117
+ }
23118
+
22881
23119
  .amis-scope .a-ArrayInput-addBtn:hover:focus {
22882
23120
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
22883
23121
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -23100,7 +23338,7 @@ readers do not read off random characters that represent icons */
23100
23338
  display: none;
23101
23339
  padding: 0.75rem;
23102
23340
  opacity: 0;
23103
- transition: opacity 0.2s linear;
23341
+ transition: opacity 0s linear;
23104
23342
  }
23105
23343
 
23106
23344
  .amis-scope .a-Tabs-pane.is-active {
@@ -23463,6 +23701,10 @@ readers do not read off random characters that represent icons */
23463
23701
  }
23464
23702
 
23465
23703
  .amis-scope .a-Nav {
23704
+ position: relative;
23705
+ }
23706
+
23707
+ .amis-scope .a-Nav .a-Nav-list {
23466
23708
  list-style: none;
23467
23709
  user-select: none;
23468
23710
  margin: 0;
@@ -23470,25 +23712,26 @@ readers do not read off random characters that represent icons */
23470
23712
  position: relative;
23471
23713
  }
23472
23714
 
23473
- .amis-scope .a-Nav .a-Nav-itemIcon {
23715
+ .amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
23474
23716
  margin-right: 0.5rem;
23475
23717
  }
23476
23718
 
23477
- .amis-scope .a-Nav img.a-Nav-itemIcon {
23719
+ .amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
23478
23720
  height: 0.875rem;
23479
23721
  vertical-align: middle;
23480
23722
  }
23481
23723
 
23482
- .amis-scope .a-Nav--tabs {
23724
+ .amis-scope .a-Nav .a-Nav-list--tabs {
23483
23725
  border-bottom: 0.0625rem solid #d1d5db;
23484
23726
  }
23485
23727
 
23486
- .amis-scope .a-Nav--tabs .a-Nav-item {
23728
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
23487
23729
  margin-bottom: calc(0.0625rem * -1);
23488
23730
  display: inline-block;
23731
+ position: relative;
23489
23732
  }
23490
23733
 
23491
- .amis-scope .a-Nav--tabs .a-Nav-item > a {
23734
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
23492
23735
  font-size: 0.875rem;
23493
23736
  display: block;
23494
23737
  outline: none;
@@ -23498,142 +23741,267 @@ readers do not read off random characters that represent icons */
23498
23741
  color: #58666e;
23499
23742
  text-decoration: none;
23500
23743
  margin-right: 0.125rem;
23501
- padding: 0.5rem 0.75rem;
23744
+ padding: 0.5rem 1.5rem;
23502
23745
  cursor: pointer;
23503
23746
  }
23504
23747
 
23505
- .amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
23506
- .amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
23748
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
23749
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
23507
23750
  border-color: #e5e7eb;
23508
23751
  text-decoration: none;
23509
23752
  }
23510
23753
 
23511
- .amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
23512
- .amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
23754
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
23755
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
23513
23756
  color: #4b5563;
23514
23757
  background: transparent;
23515
23758
  border-color: transparent;
23516
23759
  pointer-events: none;
23517
23760
  }
23518
23761
 
23519
- .amis-scope .a-Nav--tabs .a-Nav-item.active > a,
23520
- .amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
23762
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
23763
+ .amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
23521
23764
  color: #374151;
23522
23765
  background: #fff;
23523
23766
  border-color: #d1d5db;
23524
23767
  border-bottom-color: #fff;
23525
23768
  }
23526
23769
 
23527
- .amis-scope .a-Nav--stacked {
23770
+ .amis-scope .a-Nav .a-Nav-list--stacked {
23528
23771
  min-height: 3.125rem;
23529
23772
  }
23530
23773
 
23531
- .amis-scope .a-Nav--stacked .a-Nav-item {
23774
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
23775
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
23532
23776
  position: relative;
23777
+ display: flex;
23778
+ flex-wrap: wrap;
23779
+ align-items: stretch;
23780
+ width: 100%;
23533
23781
  }
23534
23782
 
23535
- .amis-scope .a-Nav--stacked .a-Nav-item > a {
23536
- display: block;
23783
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
23784
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
23785
+ cursor: move;
23786
+ position: absolute;
23787
+ left: 0;
23788
+ top: 0.6875rem;
23789
+ display: none;
23790
+ }
23791
+
23792
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
23793
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
23794
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
23795
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
23796
+ color: #4b5563;
23797
+ }
23798
+
23799
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
23800
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
23801
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
23802
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
23803
+ color: #111827;
23804
+ }
23805
+
23806
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
23807
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
23808
+ width: 1rem;
23809
+ height: 1rem;
23810
+ }
23811
+
23812
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
23813
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
23814
+ position: absolute;
23815
+ top: 0;
23816
+ bottom: 0;
23817
+ width: 2.1875rem;
23818
+ overflow: hidden;
23819
+ }
23820
+
23821
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
23822
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
23823
+ position: absolute;
23824
+ top: 0.125rem;
23825
+ left: -0.8125rem;
23826
+ transform: rotate(-45deg);
23827
+ width: 3.125rem;
23828
+ font-size: 12px;
23829
+ text-align: center;
23830
+ color: #fff;
23831
+ background: #27c24c;
23832
+ }
23833
+
23834
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
23835
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
23836
+ display: flex;
23837
+ align-items: center;
23838
+ }
23839
+
23840
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
23841
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
23842
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
23843
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
23844
+ display: flex;
23845
+ align-items: center;
23537
23846
  outline: none;
23538
23847
  color: #58666e;
23539
23848
  text-decoration: none;
23540
- padding: 0.5rem 0.75rem;
23849
+ padding: 0.5rem 0.5rem;
23541
23850
  cursor: pointer;
23542
23851
  background: transparent;
23543
23852
  border-radius: 0;
23544
23853
  text-overflow: ellipsis;
23854
+ flex: 1;
23545
23855
  }
23546
23856
 
23547
- .amis-scope .a-Nav--stacked .a-Nav-item > a::after {
23548
- border-left: 3px solid transparent;
23549
- position: absolute;
23550
- left: 0;
23551
- top: 0;
23552
- content: "";
23553
- width: 1px;
23554
- height: 100%;
23555
- transform: scaleY(0.0001);
23556
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
23557
- }
23558
-
23559
- .amis-scope .a-Nav--stacked .a-Nav-item.has-sub > a {
23560
- padding-right: calc(0.75rem + 0.5rem);
23561
- }
23562
-
23563
- .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
23564
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
23857
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
23858
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
23859
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
23860
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
23861
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
23862
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
23863
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
23864
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
23865
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
23866
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
23867
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
23868
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
23869
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
23870
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
23871
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
23872
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
23565
23873
  border-color: #414c52;
23566
23874
  text-decoration: none;
23567
23875
  background: rgba(0, 0, 0, 0.05);
23876
+ z-index: 9999;
23568
23877
  }
23569
23878
 
23570
- .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
23571
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a {
23879
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
23880
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
23881
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
23882
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
23883
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
23884
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
23885
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
23886
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
23887
+ display: block;
23888
+ }
23889
+
23890
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
23891
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
23892
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
23893
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
23894
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
23895
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
23896
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
23897
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
23572
23898
  color: #99a6ad;
23573
23899
  background: transparent;
23574
23900
  pointer-events: none;
23575
23901
  }
23576
23902
 
23577
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
23578
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a {
23903
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
23904
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
23905
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
23906
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
23907
+ background: #23b7e5 !important;
23908
+ }
23909
+
23910
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
23911
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
23912
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
23913
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
23914
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
23915
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
23916
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
23917
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
23918
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
23919
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
23920
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
23921
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
23579
23922
  color: #fff;
23580
- background: #23b7e5;
23581
- padding-left: 0.75rem;
23582
23923
  position: relative;
23583
23924
  }
23584
23925
 
23585
- .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
23586
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after {
23926
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
23927
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
23928
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
23929
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
23930
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
23931
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
23932
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
23933
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
23934
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
23935
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
23936
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
23937
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
23587
23938
  transform: scaleY(1);
23588
23939
  }
23589
23940
 
23590
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler {
23941
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
23942
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
23943
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
23944
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
23591
23945
  transform: rotate(180deg) scale(0.8);
23592
23946
  }
23593
23947
 
23594
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems {
23948
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
23949
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
23950
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
23951
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
23595
23952
  display: block;
23596
23953
  }
23597
23954
 
23598
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner {
23955
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
23956
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
23599
23957
  position: absolute;
23600
23958
  right: 0.625rem;
23601
23959
  top: 0.5rem;
23602
23960
  }
23603
23961
 
23604
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler {
23605
- position: absolute;
23606
- right: 0;
23607
- top: 0.1875rem;
23608
- width: 1.875rem;
23609
- height: 1.875rem;
23962
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
23963
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
23964
+ float: left;
23965
+ margin-right: 0.625rem;
23966
+ height: 1.5rem;
23610
23967
  text-align: center;
23611
- line-height: 1.875rem;
23968
+ line-height: 1.5rem;
23612
23969
  vertical-align: middle;
23613
23970
  cursor: pointer;
23614
23971
  transform: scale(0.8);
23615
- transition: transform 0.2s;
23972
+ transition: transform 0s;
23616
23973
  }
23617
23974
 
23618
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg {
23975
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
23976
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
23619
23977
  width: 10px;
23620
23978
  height: 10px;
23621
23979
  top: 0;
23622
23980
  }
23623
23981
 
23624
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
23982
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
23983
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
23625
23984
  display: none;
23626
23985
  padding-left: 0;
23627
23986
  list-style: none;
23987
+ width: 100%;
23628
23988
  }
23629
23989
 
23630
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
23990
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
23991
+ .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
23631
23992
  font-size: 0.875rem;
23632
23993
  }
23633
23994
 
23995
+ .amis-scope .a-Nav .a-Nav-dropIndicator {
23996
+ position: absolute;
23997
+ background: #fff;
23998
+ height: 2px;
23999
+ }
24000
+
23634
24001
  .amis-scope .a-Page {
23635
24002
  width: 100%;
23636
24003
  height: 100%;
24004
+ background: transparent;
23637
24005
  }
23638
24006
 
23639
24007
  .amis-scope .a-Page-header {
@@ -23641,7 +24009,6 @@ readers do not read off random characters that represent icons */
23641
24009
  }
23642
24010
 
23643
24011
  .amis-scope .a-Page-main {
23644
- background: transparent;
23645
24012
  height: 100%;
23646
24013
  display: flex;
23647
24014
  flex-direction: column;
@@ -23656,11 +24023,9 @@ readers do not read off random characters that represent icons */
23656
24023
 
23657
24024
  .amis-scope .a-Page-main > .a-Page-header {
23658
24025
  border-bottom: 0.0625rem solid #d1d5db;
23659
- background: transparent;
23660
24026
  }
23661
24027
 
23662
24028
  .amis-scope .a-Page-headerRow {
23663
- background: transparent;
23664
24029
  border-bottom: 0.0625rem solid #d1d5db;
23665
24030
  display: flex;
23666
24031
  flex-direction: row;
@@ -23705,10 +24070,6 @@ readers do not read off random characters that represent icons */
23705
24070
  margin-left: 0.25rem;
23706
24071
  }
23707
24072
 
23708
- .amis-scope .a-Page-aside {
23709
- background: #e5eaeb;
23710
- }
23711
-
23712
24073
  @media (min-width: 768px) {
23713
24074
  .amis-scope .a-Page-aside {
23714
24075
  min-width: 12.5rem;
@@ -23823,7 +24184,7 @@ readers do not read off random characters that represent icons */
23823
24184
  .amis-scope .a-Video-cursor {
23824
24185
  position: absolute;
23825
24186
  border: 2px solid #23b7e5;
23826
- transition: all 0.2s ease-out;
24187
+ transition: all 0s ease-out;
23827
24188
  }
23828
24189
 
23829
24190
  .amis-scope .a-Video-frameList .a-Video-frameItem {
@@ -24268,7 +24629,7 @@ readers do not read off random characters that represent icons */
24268
24629
  right: 0;
24269
24630
  bottom: 0;
24270
24631
  background: rgba(255, 255, 255, 0.4);
24271
- transition: ease-out opacity 0.2s;
24632
+ transition: ease-out opacity 0s;
24272
24633
  opacity: 0;
24273
24634
  }
24274
24635
 
@@ -24283,7 +24644,7 @@ readers do not read off random characters that represent icons */
24283
24644
  display: inline-block;
24284
24645
  background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
24285
24646
  background-size: 100%;
24286
- transition: ease-out all 0.2s;
24647
+ transition: ease-out all 0s;
24287
24648
  }
24288
24649
 
24289
24650
  .amis-scope .a-Spinner--lg {
@@ -24299,8 +24660,13 @@ readers do not read off random characters that represent icons */
24299
24660
  .amis-scope .a-Spinner--icon {
24300
24661
  background: transparent;
24301
24662
  animation: spin 2s linear infinite;
24302
- width: auto;
24303
- height: auto;
24663
+ width: 1rem;
24664
+ height: 1rem;
24665
+ }
24666
+
24667
+ .amis-scope .a-Spinner--icon svg.icon {
24668
+ width: 1rem;
24669
+ height: 1rem;
24304
24670
  }
24305
24671
 
24306
24672
  .amis-scope .a-Spinner--overlay {
@@ -24444,7 +24810,7 @@ readers do not read off random characters that represent icons */
24444
24810
  margin-left: 0.5rem;
24445
24811
  display: inline-block;
24446
24812
  vertical-align: top;
24447
- transition: transform 0.2s ease;
24813
+ transition: transform 0s ease;
24448
24814
  }
24449
24815
 
24450
24816
  .amis-scope .a-DropDown-caret > svg {
@@ -24501,19 +24867,20 @@ readers do not read off random characters that represent icons */
24501
24867
  height: 2.125rem;
24502
24868
  vertical-align: middle;
24503
24869
  user-select: none;
24504
- color: #23b7e5;
24870
+ color: #58666e;
24505
24871
  text-decoration: none;
24506
24872
  }
24507
24873
 
24508
24874
  .amis-scope .a-DropDown-menuItem:hover,
24509
24875
  .amis-scope .a-DropDown-menu > li:hover {
24510
24876
  background: rgba(0, 126, 255, 0.08);
24511
- color: inherit;
24877
+ color: #7266ba;
24512
24878
  }
24513
24879
 
24514
24880
  .amis-scope .a-DropDown-menuItem.is-active,
24515
24881
  .amis-scope .a-DropDown-menu > li.is-active {
24516
- color: #23b7e5;
24882
+ background: rgba(0, 126, 255, 0.08);
24883
+ color: #7266ba;
24517
24884
  }
24518
24885
 
24519
24886
  .amis-scope .a-DropDown-menuItem:not(.is-disabled),
@@ -24570,15 +24937,21 @@ readers do not read off random characters that represent icons */
24570
24937
  font-size: 0.875rem;
24571
24938
  font-weight: 400;
24572
24939
  color: #414c52;
24573
- padding: 0.25rem 0;
24940
+ padding: 1.125rem 0 0.25rem 0;
24941
+ margin: 0;
24574
24942
  border-bottom: 0.0625rem solid #dfe2e6;
24943
+ background: transparent;
24944
+ }
24945
+
24946
+ .amis-scope .a-Collapse-header:hover {
24947
+ background: transparent;
24575
24948
  }
24576
24949
 
24577
24950
  .amis-scope .a-Collapse-arrow {
24578
24951
  display: inline-block;
24579
24952
  width: 1rem;
24580
24953
  text-align: center;
24581
- margin-left: 0.25rem;
24954
+ margin-right: 0.5rem;
24582
24955
  cursor: pointer;
24583
24956
  }
24584
24957
 
@@ -24596,11 +24969,20 @@ readers do not read off random characters that represent icons */
24596
24969
  transform-origin: 50% 50%;
24597
24970
  }
24598
24971
 
24972
+ .amis-scope .a-Collapse-TplField {
24973
+ display: inline-block;
24974
+ }
24975
+
24599
24976
  .amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
24600
24977
  transform: rotate(45deg);
24601
24978
  transform-origin: 0% 50%;
24602
24979
  }
24603
24980
 
24981
+ .amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
24982
+ border-bottom: 0.0625rem solid
24983
+ #dfe2e6;
24984
+ }
24985
+
24604
24986
  .amis-scope .a-Collapse--collapsable .a-Collapse-header {
24605
24987
  cursor: pointer;
24606
24988
  user-select: none;
@@ -24625,16 +25007,23 @@ readers do not read off random characters that represent icons */
24625
25007
  transform-origin: 0% 50%;
24626
25008
  }
24627
25009
 
24628
- .amis-scope .a-Collapse-content {
24629
- transition: height 0.2s ease;
25010
+ .amis-scope .a-Collapse-contentWrapper {
25011
+ transition: height 0s ease;
24630
25012
  }
24631
25013
 
24632
- .amis-scope .a-Collapse-content.in,
24633
- .amis-scope .a-Collapse-content.out {
25014
+ .amis-scope .a-Collapse-contentWrapper.in,
25015
+ .amis-scope .a-Collapse-contentWrapper.out {
24634
25016
  height: 0;
24635
25017
  overflow: hidden;
24636
25018
  }
24637
25019
 
25020
+ .amis-scope .a-Collapse-content {
25021
+ padding: 1.125rem 0;
25022
+ color: #58666e;
25023
+ font-size: 0.875rem;
25024
+ font-weight: 400;
25025
+ }
25026
+
24638
25027
  .amis-scope .a-ColorField {
24639
25028
  display: inline-block;
24640
25029
  }
@@ -24665,7 +25054,7 @@ readers do not read off random characters that represent icons */
24665
25054
  }
24666
25055
 
24667
25056
  .amis-scope .a-CBGroup-toolbar .a-Button {
24668
- transition: padding 0.2s;
25057
+ transition: padding 0s;
24669
25058
  min-width: unset;
24670
25059
  }
24671
25060
 
@@ -24686,7 +25075,7 @@ readers do not read off random characters that represent icons */
24686
25075
  }
24687
25076
 
24688
25077
  .amis-scope .a-CBGroup-toolbar .a-CBGroup-toolbarConditionAdd {
24689
- transition: opacity 0.2s;
25078
+ transition: opacity 0s;
24690
25079
  display: flex;
24691
25080
  align-items: center;
24692
25081
  margin-left: 0.75rem;
@@ -24710,7 +25099,7 @@ readers do not read off random characters that represent icons */
24710
25099
 
24711
25100
  .amis-scope .a-CBGroup-fieldCaret,
24712
25101
  .amis-scope .a-CBGroup-operatorCaret {
24713
- transition: transform 0.2s ease-out;
25102
+ transition: transform 0s ease-out;
24714
25103
  margin: 5px;
24715
25104
  display: flex;
24716
25105
  color: #4b5563;
@@ -24775,7 +25164,7 @@ readers do not read off random characters that represent icons */
24775
25164
  color: #4b5563;
24776
25165
  cursor: pointer;
24777
25166
  margin-left: auto;
24778
- transition: opacity 0.2s;
25167
+ transition: opacity 0s;
24779
25168
  }
24780
25169
 
24781
25170
  .amis-scope .a-CBDelete:hover {
@@ -24799,7 +25188,7 @@ readers do not read off random characters that represent icons */
24799
25188
  align-items: center;
24800
25189
  position: relative;
24801
25190
  background: rgba(0, 0, 0, 0.03);
24802
- transition: all 0.2s ease-out;
25191
+ transition: all 0s ease-out;
24803
25192
  }
24804
25193
 
24805
25194
  .amis-scope .a-CBGroupOrItem-body > .a-CBGroup {
@@ -24831,7 +25220,7 @@ readers do not read off random characters that represent icons */
24831
25220
  margin-left: -5px;
24832
25221
  opacity: 0.6;
24833
25222
  text-align: center;
24834
- transition: opacity 0.2s ease-out;
25223
+ transition: opacity 0s ease-out;
24835
25224
  color: #4b5563;
24836
25225
  }
24837
25226
 
@@ -25012,13 +25401,13 @@ readers do not read off random characters that represent icons */
25012
25401
 
25013
25402
  .amis-scope .a-ContextMenu-menu.in,
25014
25403
  .amis-scope .a-ContextMenu-menu.out {
25015
- animation-duration: 0.2s;
25404
+ animation-duration: 0s;
25016
25405
  animation-fill-mode: both;
25017
25406
  }
25018
25407
 
25019
25408
  .amis-scope .a-ContextMenu-menu.in {
25020
25409
  animation-name: contextMenuInSpecial;
25021
- animation-duration: 0.2s;
25410
+ animation-duration: 0s;
25022
25411
  }
25023
25412
 
25024
25413
  .amis-scope .a-ContextMenu-menu.out {
@@ -25110,7 +25499,7 @@ readers do not read off random characters that represent icons */
25110
25499
 
25111
25500
  .amis-scope .a-ContextMenu-item:hover > .a-ContextMenu-subList {
25112
25501
  display: block;
25113
- animation-duration: 0.2s;
25502
+ animation-duration: 0s;
25114
25503
  animation-fill-mode: both;
25115
25504
  animation-name: contextMenuIn;
25116
25505
  display: block;
@@ -25676,6 +26065,20 @@ readers do not read off random characters that represent icons */
25676
26065
  text-align: center;
25677
26066
  }
25678
26067
 
26068
+ .amis-scope .a-Table-searchableForm {
26069
+ background: #f6f7f8;
26070
+ border-radius: 0.25rem;
26071
+ }
26072
+
26073
+ .amis-scope .a-Table-searchableForm-footer {
26074
+ padding: 0.5rem 0.75rem;
26075
+ clear: both;
26076
+ }
26077
+
26078
+ .amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
26079
+ padding-top: 0;
26080
+ }
26081
+
25679
26082
  .amis-scope .a-Table-header {
25680
26083
  padding: 0.75rem 0;
25681
26084
  }
@@ -25852,6 +26255,7 @@ readers do not read off random characters that represent icons */
25852
26255
  }
25853
26256
 
25854
26257
  .amis-scope .a-Table-table > tbody > tr {
26258
+ position: relative;
25855
26259
  background: transparent;
25856
26260
  }
25857
26261
 
@@ -27039,7 +27443,7 @@ readers do not read off random characters that represent icons */
27039
27443
  top: 0.0625rem;
27040
27444
  bottom: 0;
27041
27445
  right: 0;
27042
- padding-left: 3.125rem;
27446
+ padding-left: 5rem;
27043
27447
  padding-right: 0.5rem;
27044
27448
  display: flex;
27045
27449
  align-items: center;
@@ -27117,7 +27521,7 @@ readers do not read off random characters that represent icons */
27117
27521
  display: inline-block;
27118
27522
  text-align: center;
27119
27523
  cursor: pointer;
27120
- transition: transform ease-in-out 0.2s, top ease-in-out 0.2s;
27524
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
27121
27525
  position: relative;
27122
27526
  transform-origin: 50% 50%;
27123
27527
  width: 0.625rem;
@@ -27157,6 +27561,12 @@ readers do not read off random characters that represent icons */
27157
27561
  position: absolute;
27158
27562
  }
27159
27563
 
27564
+ .amis-scope .a-Table-badge {
27565
+ position: absolute;
27566
+ top: 0;
27567
+ left: 0;
27568
+ }
27569
+
27160
27570
  .amis-scope .a-InputTable-toolbar {
27161
27571
  display: flex;
27162
27572
  flex-direction: row;
@@ -27186,6 +27596,250 @@ readers do not read off random characters that represent icons */
27186
27596
  margin-right: 0.625rem;
27187
27597
  }
27188
27598
 
27599
+ .amis-scope .a-ColumnToggler {
27600
+ position: relative;
27601
+ display: inline-block;
27602
+ }
27603
+
27604
+ .amis-scope .a-ColumnToggler-caret {
27605
+ margin-left: 0.5rem;
27606
+ display: inline-block;
27607
+ vertical-align: top;
27608
+ transition: transform 0s ease;
27609
+ }
27610
+
27611
+ .amis-scope .a-ColumnToggler-caret > svg {
27612
+ width: 0.625rem;
27613
+ height: 0.625rem;
27614
+ top: 0.125em;
27615
+ }
27616
+
27617
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
27618
+ transform: rotate(180deg);
27619
+ }
27620
+
27621
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
27622
+ color: #23b7e5;
27623
+ }
27624
+
27625
+ .amis-scope .a-ColumnToggler--block {
27626
+ display: block;
27627
+ }
27628
+
27629
+ .amis-scope .a-ColumnToggler--block .a-Button {
27630
+ display: block;
27631
+ }
27632
+
27633
+ .amis-scope .a-ColumnToggler-menu {
27634
+ position: absolute;
27635
+ z-index: 1000;
27636
+ top: 100%;
27637
+ left: 0;
27638
+ margin: 0.0625rem 0 0;
27639
+ background: #fff;
27640
+ list-style: none;
27641
+ padding: 0.25rem 0;
27642
+ border: 0.0625rem solid #d1d5db;
27643
+ border-radius: 0.142rem;
27644
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27645
+ min-width: 10rem;
27646
+ text-align: left;
27647
+ }
27648
+
27649
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
27650
+ left: auto;
27651
+ right: 0;
27652
+ }
27653
+
27654
+ .amis-scope .a-ColumnToggler-menuItem,
27655
+ .amis-scope .a-ColumnToggler-menu > li {
27656
+ padding: calc(
27657
+ (2.125rem - 0.875rem * 1.5) /
27658
+ 2
27659
+ ) 0.5rem;
27660
+ white-space: nowrap;
27661
+ box-sizing: border-box;
27662
+ height: 2.125rem;
27663
+ vertical-align: middle;
27664
+ user-select: none;
27665
+ color: #23b7e5;
27666
+ text-decoration: none;
27667
+ }
27668
+
27669
+ .amis-scope .a-ColumnToggler-menuItem:hover,
27670
+ .amis-scope .a-ColumnToggler-menu > li:hover {
27671
+ background: rgba(0, 126, 255, 0.08);
27672
+ color: #7266ba;
27673
+ }
27674
+
27675
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
27676
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
27677
+ color: #7266ba;
27678
+ }
27679
+
27680
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
27681
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
27682
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
27683
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
27684
+ cursor: pointer;
27685
+ }
27686
+
27687
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
27688
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
27689
+ cursor: not-allowed;
27690
+ color: #99a6ad;
27691
+ filter: grayscale(80%);
27692
+ }
27693
+
27694
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
27695
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
27696
+ height: 0.0625rem;
27697
+ margin: 0.5625rem 0;
27698
+ overflow: hidden;
27699
+ background: #d1d5db;
27700
+ padding: 0;
27701
+ }
27702
+
27703
+ .amis-scope .a-ColumnToggler-menu > li a {
27704
+ color: inherit;
27705
+ display: block;
27706
+ text-decoration: none;
27707
+ }
27708
+
27709
+ .amis-scope .a-ColumnToggler-popover {
27710
+ border: none;
27711
+ box-shadow: none;
27712
+ }
27713
+
27714
+ .amis-scope .a-ColumnToggler > .a-Button {
27715
+ min-width: unset;
27716
+ }
27717
+
27718
+ .amis-scope .a-ColumnToggler-modal {
27719
+ display: flex;
27720
+ flex-flow: column nowrap;
27721
+ justify-content: space-between;
27722
+ align-items: center;
27723
+ width: 25rem;
27724
+ padding: 1.5rem;
27725
+ margin-top: calc(50vh - 100px);
27726
+ border-radius: 0.25rem;
27727
+ background: #fff;
27728
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
27729
+ }
27730
+
27731
+ .amis-scope .a-ColumnToggler-modal-header {
27732
+ width: 100%;
27733
+ display: flex;
27734
+ flex-flow: row nowrap;
27735
+ justify-content: space-between;
27736
+ align-items: center;
27737
+ }
27738
+
27739
+ .amis-scope .a-ColumnToggler-modal-header a,
27740
+ .amis-scope .a-ColumnToggler-modal-header span {
27741
+ display: inline-block;
27742
+ }
27743
+
27744
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
27745
+ opacity: 0.95;
27746
+ font-size: 0.875rem;
27747
+ color: #080e1a;
27748
+ line-height: 1.5rem;
27749
+ font-weight: bold;
27750
+ }
27751
+
27752
+ .amis-scope .a-ColumnToggler-modal-content {
27753
+ padding: 0;
27754
+ width: 100%;
27755
+ list-style: none;
27756
+ margin: 0.5rem 0;
27757
+ }
27758
+
27759
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
27760
+ color: #080e1a;
27761
+ background: #f6f7f8;
27762
+ border-radius: 0.125rem;
27763
+ font-size: 0.75rem;
27764
+ padding: 0.25rem 0.5rem;
27765
+ height: 1.5rem;
27766
+ width: calc((100% - 24px) / 3);
27767
+ float: left;
27768
+ margin: 0.25rem;
27769
+ text-overflow: ellipsis;
27770
+ white-space: nowrap;
27771
+ overflow: hidden;
27772
+ }
27773
+
27774
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
27775
+ background: rgba(36, 104, 242, 0.1);
27776
+ }
27777
+
27778
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
27779
+ border: 1px solid #23b7e5;
27780
+ }
27781
+
27782
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
27783
+ height: 1rem;
27784
+ width: 1rem;
27785
+ vertical-align: top;
27786
+ }
27787
+
27788
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
27789
+ margin-left: 0;
27790
+ margin-right: 0.25rem;
27791
+ cursor: move;
27792
+ color: #d8d8d8;
27793
+ }
27794
+
27795
+ .amis-scope .a-ColumnToggler-modal-footer {
27796
+ width: 100%;
27797
+ display: flex;
27798
+ flex-flow: row nowrap;
27799
+ justify-content: space-between;
27800
+ align-items: center;
27801
+ }
27802
+
27803
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
27804
+ color: #151a26;
27805
+ font-size: 0.75rem;
27806
+ }
27807
+
27808
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
27809
+ color: #23b7e5;
27810
+ }
27811
+
27812
+ .amis-scope .a-ColumnToggler-modal-footer > div {
27813
+ display: flex;
27814
+ flex-flow: row nowrap;
27815
+ justify-content: space-between;
27816
+ align-items: center;
27817
+ }
27818
+
27819
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
27820
+ justify-content: flex-start;
27821
+ }
27822
+
27823
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
27824
+ display: inline-block;
27825
+ }
27826
+
27827
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
27828
+ justify-content: flex-end;
27829
+ }
27830
+
27831
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
27832
+ width: 72px;
27833
+ }
27834
+
27835
+ .amis-scope .a-ColumnToggler-tooltip {
27836
+ border: none;
27837
+ }
27838
+
27839
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
27840
+ border-top-color: transparent;
27841
+ }
27842
+
27189
27843
  .amis-scope .a-List {
27190
27844
  position: relative;
27191
27845
  }
@@ -27986,6 +28640,7 @@ readers do not read off random characters that represent icons */
27986
28640
  height: 10px;
27987
28641
  background: #ebebeb;
27988
28642
  overflow: hidden;
28643
+ border-radius: 0.142rem;
27989
28644
  }
27990
28645
 
27991
28646
  .amis-scope .a-Progress-bar {
@@ -27997,7 +28652,8 @@ readers do not read off random characters that represent icons */
27997
28652
  color: #fff;
27998
28653
  text-align: center;
27999
28654
  background: #7266ba;
28000
- transition: width 0.2s ease;
28655
+ transition: width 0s ease;
28656
+ border-radius: 0.142rem;
28001
28657
  }
28002
28658
 
28003
28659
  .amis-scope .a-Progress-bar--stripe {
@@ -28359,7 +29015,7 @@ readers do not read off random characters that represent icons */
28359
29015
  position: absolute;
28360
29016
  left: 0;
28361
29017
  top: 0;
28362
- transition-duration: 0.2s;
29018
+ transition-duration: 0s;
28363
29019
  transition-timing-function: ease-out;
28364
29020
  transition-property: transform, opacity;
28365
29021
  }
@@ -28442,7 +29098,7 @@ readers do not read off random characters that represent icons */
28442
29098
  width: 0.5rem;
28443
29099
  border-radius: 0.25rem;
28444
29100
  margin: 0.4375rem 0.25rem;
28445
- transition-duration: 0.2s;
29101
+ transition-duration: 0s;
28446
29102
  opacity: 0.3;
28447
29103
  }
28448
29104
 
@@ -28458,7 +29114,7 @@ readers do not read off random characters that represent icons */
28458
29114
  top: 0;
28459
29115
  bottom: 0;
28460
29116
  position: absolute;
28461
- transition-duration: 0.2s;
29117
+ transition-duration: 0s;
28462
29118
  display: none;
28463
29119
  left: 0;
28464
29120
  }
@@ -28481,7 +29137,7 @@ readers do not read off random characters that represent icons */
28481
29137
  top: 0;
28482
29138
  bottom: 0;
28483
29139
  position: absolute;
28484
- transition-duration: 0.2s;
29140
+ transition-duration: 0s;
28485
29141
  display: none;
28486
29142
  right: 0;
28487
29143
  }
@@ -28588,8 +29244,8 @@ readers do not read off random characters that represent icons */
28588
29244
  color: #999;
28589
29245
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
28590
29246
  animation-name: disappear;
28591
- animation-delay: 0.2s;
28592
- animation-duration: 0.2s;
29247
+ animation-delay: 0s;
29248
+ animation-duration: 0s;
28593
29249
  animation-fill-mode: both;
28594
29250
  }
28595
29251
 
@@ -28614,7 +29270,7 @@ readers do not read off random characters that represent icons */
28614
29270
  .amis-scope .a-ImageGallery-main:hover .a-ImageGallery-nextBtn {
28615
29271
  animation-name: appear;
28616
29272
  animation-delay: 0s;
28617
- animation-duration: 0.2s;
29273
+ animation-duration: 0s;
28618
29274
  }
28619
29275
 
28620
29276
  .amis-scope .a-ImageGallery-prevBtn {
@@ -28719,7 +29375,7 @@ readers do not read off random characters that represent icons */
28719
29375
  }
28720
29376
 
28721
29377
  .amis-scope .a-ImageGallery-item.is-active {
28722
- border: 1px solid #108cee;
29378
+ border: 1px solid #7266ba;
28723
29379
  }
28724
29380
 
28725
29381
  .amis-scope .a-ImageGallery-item.is-active:after {
@@ -28748,6 +29404,7 @@ readers do not read off random characters that represent icons */
28748
29404
 
28749
29405
  .amis-scope .a-Image-thumbWrap {
28750
29406
  position: relative;
29407
+ height: 100%;
28751
29408
  }
28752
29409
 
28753
29410
  .amis-scope .a-Image-image {
@@ -28863,7 +29520,7 @@ readers do not read off random characters that represent icons */
28863
29520
  }
28864
29521
 
28865
29522
  .amis-scope .a-Image-overlay {
28866
- background: rgba(0, 0, 0, 0.6);
29523
+ background: rgba(8, 14, 26, 0.5);
28867
29524
  position: absolute;
28868
29525
  width: 100%;
28869
29526
  height: 100%;
@@ -29217,7 +29874,7 @@ readers do not read off random characters that represent icons */
29217
29874
  height: 30px;
29218
29875
  width: 30px;
29219
29876
  padding: 0 8px;
29220
- transition: all 0.2s ease-in-out;
29877
+ transition: all 0s ease-in-out;
29221
29878
  border: 0.0625rem solid transparent;
29222
29879
  border-radius: 0.142rem;
29223
29880
  height: 30px;
@@ -29506,7 +30163,7 @@ readers do not read off random characters that represent icons */
29506
30163
  height: 1px;
29507
30164
  left: 100%;
29508
30165
  width: 9999px;
29509
- padding-right: 10px;
30166
+ padding-right: 0.625rem;
29510
30167
  background-color: #b4bbc5;
29511
30168
  }
29512
30169
 
@@ -29655,8 +30312,6 @@ readers do not read off random characters that represent icons */
29655
30312
  border-bottom: 0;
29656
30313
  display: flex;
29657
30314
  flex-direction: row;
29658
- justify-content: space-between;
29659
- width: 100%;
29660
30315
  }
29661
30316
 
29662
30317
  .amis-scope fieldset.a-Collapse--xs {
@@ -29743,6 +30398,10 @@ readers do not read off random characters that represent icons */
29743
30398
  margin-bottom: 0.75rem;
29744
30399
  }
29745
30400
 
30401
+ .amis-scope .a-Form-group:last-child {
30402
+ margin-bottom: 0;
30403
+ }
30404
+
29746
30405
  .amis-scope .a-Form-value > .a-Form-group {
29747
30406
  margin-bottom: 0.375rem;
29748
30407
  }
@@ -30118,14 +30777,14 @@ readers do not read off random characters that represent icons */
30118
30777
  .amis-scope .a-TextControl.is-error > .a-TextControl-input {
30119
30778
  border-color: #f05050;
30120
30779
  background: #fff;
30121
- transition: all 0.2s;
30780
+ transition: all 0s;
30122
30781
  }
30123
30782
 
30124
30783
  .amis-scope .a-TextControl.is-focused > .a-TextControl-input {
30125
30784
  border-color: #23b7e5;
30126
30785
  box-shadow: none;
30127
30786
  background: #fff;
30128
- transition: all 0.2s;
30787
+ transition: all 0s;
30129
30788
  }
30130
30789
 
30131
30790
  .amis-scope .a-TextControl.is-error.is-focused > .a-TextControl-input {
@@ -30136,7 +30795,7 @@ readers do not read off random characters that represent icons */
30136
30795
  color: #99a6ad;
30137
30796
  background: #e5e7eb;
30138
30797
  border-color: #d1d5db;
30139
- transition: all 0.2s;
30798
+ transition: all 0s;
30140
30799
  }
30141
30800
 
30142
30801
  .amis-scope .a-TextControl-spinner {
@@ -30411,6 +31070,14 @@ readers do not read off random characters that represent icons */
30411
31070
  color: #f05050;
30412
31071
  }
30413
31072
 
31073
+ .amis-scope .a-TextControl-input:hover {
31074
+ border-color: #23b7e5;
31075
+ }
31076
+
31077
+ .amis-scope .a-TextControl.is-disabled-input input {
31078
+ color: #99a6ad;
31079
+ }
31080
+
30414
31081
  .amis-scope .a-TextareaControl {
30415
31082
  position: relative;
30416
31083
  }
@@ -30447,12 +31114,21 @@ readers do not read off random characters that represent icons */
30447
31114
  color: #99a6ad;
30448
31115
  }
30449
31116
 
31117
+ .amis-scope .a-TextareaControl > textarea:hover {
31118
+ border-color: #23b7e5;
31119
+ }
31120
+
30450
31121
  .amis-scope .a-TextareaControl > textarea:focus,
30451
31122
  .amis-scope .a-TextareaControl.is-focused > textarea {
30452
31123
  border-color: #23b7e5;
30453
31124
  box-shadow: none;
30454
31125
  }
30455
31126
 
31127
+ .amis-scope .a-TextareaControl > textarea:focus:hover,
31128
+ .amis-scope .a-TextareaControl.is-focused > textarea:hover {
31129
+ border-color: #23b7e5;
31130
+ }
31131
+
30456
31132
  .amis-scope .a-TextareaControl.is-disabled > textarea,
30457
31133
  .amis-scope .a-TextareaControl > textarea[disabled] {
30458
31134
  background: #e5e7eb;
@@ -30539,7 +31215,7 @@ readers do not read off random characters that represent icons */
30539
31215
  width: 0px;
30540
31216
  height: 0px;
30541
31217
  background: transparent;
30542
- transition: all 0.2s;
31218
+ transition: all 0s;
30543
31219
  transform-origin: 50% 50%;
30544
31220
  transform: translate(-50%, -50%);
30545
31221
  }
@@ -30632,7 +31308,7 @@ readers do not read off random characters that represent icons */
30632
31308
  width: 0;
30633
31309
  height: 0;
30634
31310
  border-color: transparent;
30635
- transition: width 0.2s, height 0.2s, transform 0.2s;
31311
+ transition: width 0s, height 0s, transform 0s;
30636
31312
  border-width: 0 0 0.125rem 0.125rem;
30637
31313
  transform: translate(-50%, -60%) rotate(-40deg);
30638
31314
  border-style: solid;
@@ -31187,7 +31863,7 @@ readers do not read off random characters that represent icons */
31187
31863
  line-height: 1.375rem;
31188
31864
  font-style: normal;
31189
31865
  font-weight: bold;
31190
- transition: all 0.2s;
31866
+ transition: all 0s;
31191
31867
  }
31192
31868
 
31193
31869
  .amis-scope .a-Switch .slider:before {
@@ -31199,7 +31875,7 @@ readers do not read off random characters that represent icons */
31199
31875
  bottom: 0.0625rem;
31200
31876
  left: 0.0625rem;
31201
31877
  border-radius: 50%;
31202
- transition: margin-left 0.2s;
31878
+ transition: margin-left 0s;
31203
31879
  }
31204
31880
 
31205
31881
  .amis-scope .a-Switch.is-checked {
@@ -31335,7 +32011,7 @@ readers do not read off random characters that represent icons */
31335
32011
  -moz-appearance: textfield;
31336
32012
  line-height: calc(1.875rem - 0.0625rem * 2);
31337
32013
  height: 100%;
31338
- transition: all 0.2s ease;
32014
+ transition: all 0s ease;
31339
32015
  border: 0;
31340
32016
  border-radius: 0.142rem;
31341
32017
  padding: 0 0.5rem;
@@ -31571,7 +32247,7 @@ readers do not read off random characters that represent icons */
31571
32247
  }
31572
32248
 
31573
32249
  .amis-scope .a-Select-arrow > svg {
31574
- transition: transform 0.2s;
32250
+ transition: transform 0s;
31575
32251
  display: inline-block;
31576
32252
  color: #4b5563;
31577
32253
  width: 10px;
@@ -31860,6 +32536,7 @@ readers do not read off random characters that represent icons */
31860
32536
  color: #58666e;
31861
32537
  transition: none;
31862
32538
  max-width: calc(12.5rem + 2 * 0.75rem);
32539
+ border-radius: 0.1875rem;
31863
32540
  }
31864
32541
 
31865
32542
  .amis-scope .a-ListControl-item:not(.is-disabled) {
@@ -31975,7 +32652,7 @@ readers do not read off random characters that represent icons */
31975
32652
  white-space: nowrap;
31976
32653
  color: #58666e;
31977
32654
  background: #fff;
31978
- border-radius: 0.142rem;
32655
+ border-radius: 0.0625rem;
31979
32656
  }
31980
32657
 
31981
32658
  .amis-scope .a-LocationPicker:not(.is-disabled) {
@@ -32131,6 +32808,7 @@ readers do not read off random characters that represent icons */
32131
32808
  ) / 2 - 0.0625rem) 0.75rem;
32132
32809
  background: #fff;
32133
32810
  color: #58666e;
32811
+ border-radius: 0.142rem;
32134
32812
  }
32135
32813
 
32136
32814
  .amis-scope .a-ColorPicker:not(.is-disabled) {
@@ -32296,6 +32974,8 @@ readers do not read off random characters that represent icons */
32296
32974
  .amis-scope .a-DatePicker-toggler {
32297
32975
  cursor: pointer;
32298
32976
  color: #4b5563;
32977
+ display: inline-flex;
32978
+ align-items: center;
32299
32979
  }
32300
32980
 
32301
32981
  .amis-scope .a-DatePicker-toggler:hover {
@@ -32522,7 +33202,7 @@ readers do not read off random characters that represent icons */
32522
33202
  }
32523
33203
 
32524
33204
  .amis-scope .a-CalendarCounter-btn:hover {
32525
- color: #564aa3;
33205
+ color: #1c53c1;
32526
33206
  }
32527
33207
 
32528
33208
  .amis-scope .a-CalendarCounter-btn > svg {
@@ -32600,6 +33280,12 @@ readers do not read off random characters that represent icons */
32600
33280
  border-color: #1797be;
32601
33281
  }
32602
33282
 
33283
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
33284
+ color: #fff;
33285
+ background: #1797be;
33286
+ border-color: #158eb3;
33287
+ }
33288
+
32603
33289
  .amis-scope .rdtBtn:hover:focus {
32604
33290
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32605
33291
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -32619,9 +33305,15 @@ readers do not read off random characters that represent icons */
32619
33305
  }
32620
33306
 
32621
33307
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32622
- color: #58666e;
32623
- background: #ececec;
32624
- border-color: #b4bbc5;
33308
+ color: #7266ba;
33309
+ background: #fff;
33310
+ border-color: #7266ba;
33311
+ }
33312
+
33313
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
33314
+ color: #1c53c1;
33315
+ background: #fff;
33316
+ border-color: #1c53c1;
32625
33317
  }
32626
33318
 
32627
33319
  .amis-scope .rdtBtnCancel:hover:focus {
@@ -32820,6 +33512,8 @@ readers do not read off random characters that represent icons */
32820
33512
  .amis-scope .a-DateRangePicker-toggler {
32821
33513
  cursor: pointer;
32822
33514
  color: #4b5563;
33515
+ display: inline-flex;
33516
+ align-items: center;
32823
33517
  }
32824
33518
 
32825
33519
  .amis-scope .a-DateRangePicker-toggler:hover {
@@ -32935,9 +33629,11 @@ readers do not read off random characters that represent icons */
32935
33629
  width: 7.5rem;
32936
33630
  height: 7.5rem;
32937
33631
  display: inline-flex;
33632
+ flex-direction: column;
32938
33633
  justify-content: center;
32939
33634
  align-items: center;
32940
33635
  border: 0.0625rem solid #d1d5db;
33636
+ border-radius: 0;
32941
33637
  cursor: pointer;
32942
33638
  margin-right: 0.75rem;
32943
33639
  color: #58666e;
@@ -32954,15 +33650,22 @@ readers do not read off random characters that represent icons */
32954
33650
  border-color: #b4bbc5;
32955
33651
  }
32956
33652
 
33653
+ .amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33654
+ color: #58666e;
33655
+ background: #e6e6e6;
33656
+ border-color: #adb4bf;
33657
+ }
33658
+
32957
33659
  .amis-scope .a-ImageControl-addBtn:hover:focus {
32958
33660
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32959
33661
  0 1px 1px rgba(0, 0, 0, 0.075);
32960
33662
  }
32961
33663
 
32962
33664
  .amis-scope .a-ImageControl-addBtn > svg {
32963
- width: 2.5rem;
32964
- height: 2.5rem;
33665
+ width: 1.5rem;
33666
+ height: 1.5rem;
32965
33667
  top: 0;
33668
+ margin-bottom: 0.5rem;
32966
33669
  }
32967
33670
 
32968
33671
  .amis-scope .a-ImageControl-addBtn.is-disabled {
@@ -33000,6 +33703,7 @@ readers do not read off random characters that represent icons */
33000
33703
 
33001
33704
  .amis-scope .a-ImageControl-item {
33002
33705
  border: 0.0625rem solid #d1d5db;
33706
+ border-radius: 0;
33003
33707
  vertical-align: top;
33004
33708
  padding: 0.25rem;
33005
33709
  display: inline-block;
@@ -33057,10 +33761,11 @@ readers do not read off random characters that represent icons */
33057
33761
 
33058
33762
  .amis-scope .a-ImageControl-progressValue {
33059
33763
  height: 5px;
33764
+ border-radius: 0;
33060
33765
  display: block;
33061
33766
  background: #23b7e5;
33062
33767
  min-width: 10%;
33063
- transition: ease-out width 0.2s;
33768
+ transition: ease-out width 0s;
33064
33769
  }
33065
33770
 
33066
33771
  .amis-scope .a-ImageControl-item.is-invalid .a-ImageControl-itemClear {
@@ -33166,13 +33871,13 @@ readers do not read off random characters that represent icons */
33166
33871
  }
33167
33872
 
33168
33873
  .amis-scope .a-FileControl-selectBtn {
33169
- width: 7.5rem;
33874
+ display: flex;
33875
+ align-items: center;
33170
33876
  }
33171
33877
 
33172
33878
  .amis-scope .a-FileControl-selectBtn > svg {
33173
- margin-right: 10px;
33174
- width: pxrem(16px);
33175
- height: pxrem(16px);
33879
+ width: 0.875rem;
33880
+ height: 0.875rem;
33176
33881
  }
33177
33882
 
33178
33883
  .amis-scope .a-FileControl-description {
@@ -33284,9 +33989,10 @@ readers do not read off random characters that represent icons */
33284
33989
  .amis-scope .a-FileControl-progress > span {
33285
33990
  display: block;
33286
33991
  background: #23b7e5;
33992
+ border-radius: 0;
33287
33993
  height: 100%;
33288
33994
  min-width: 10%;
33289
- transition: ease-out width 0.2s;
33995
+ transition: ease-out width 0s;
33290
33996
  }
33291
33997
 
33292
33998
  .amis-scope .a-FileControl-acceptTip {
@@ -33655,8 +34361,8 @@ readers do not read off random characters that represent icons */
33655
34361
  position: absolute;
33656
34362
  z-index: 2;
33657
34363
  top: 50%;
33658
- transition: transform 0.2s ease-out,
33659
- box-shadow 0.2s ease-out;
34364
+ transition: transform 0s ease-out,
34365
+ box-shadow 0s ease-out;
33660
34366
  }
33661
34367
 
33662
34368
  .amis-scope .a-InputRange-slider:active {
@@ -33684,7 +34390,7 @@ readers do not read off random characters that represent icons */
33684
34390
  }
33685
34391
 
33686
34392
  .amis-scope .a-InputRange-sliderContainer {
33687
- transition: left 0.2s
34393
+ transition: left 0s
33688
34394
  ease-out;
33689
34395
  }
33690
34396
 
@@ -33725,8 +34431,8 @@ readers do not read off random characters that represent icons */
33725
34431
  display: block;
33726
34432
  height: 0.75rem;
33727
34433
  position: relative;
33728
- transition: left 0.2s ease-out,
33729
- width 0.2s ease-out;
34434
+ transition: left 0s ease-out,
34435
+ width 0s ease-out;
33730
34436
  }
33731
34437
 
33732
34438
  .amis-scope .a-InputRange.is-disabled .a-InputRange-track {
@@ -33891,7 +34597,7 @@ readers do not read off random characters that represent icons */
33891
34597
 
33892
34598
  .amis-scope .a-Tree-item-icons {
33893
34599
  visibility: hidden;
33894
- transition: visibility 0.2s ease;
34600
+ transition: visibility 0s ease;
33895
34601
  display: inline-block;
33896
34602
  vertical-align: top;
33897
34603
  height: 1.875rem;
@@ -33988,7 +34694,7 @@ readers do not read off random characters that represent icons */
33988
34694
  width: 0.75rem;
33989
34695
  height: 0.75rem;
33990
34696
  display: block;
33991
- transition: transform 0.2s;
34697
+ transition: transform 0s;
33992
34698
  top: 0;
33993
34699
  transform: rotate(90deg);
33994
34700
  }
@@ -34117,14 +34823,14 @@ readers do not read off random characters that represent icons */
34117
34823
  .amis-scope .a-TreeSelect.is-error > .a-TreeSelect-input {
34118
34824
  border-color: #f05050;
34119
34825
  background: #fff;
34120
- transition: all 0.2s;
34826
+ transition: all 0s;
34121
34827
  }
34122
34828
 
34123
34829
  .amis-scope .a-TreeSelect.is-focused > .a-TreeSelect-input {
34124
34830
  border-color: #23b7e5;
34125
34831
  box-shadow: none;
34126
34832
  background: #fff;
34127
- transition: all 0.2s;
34833
+ transition: all 0s;
34128
34834
  }
34129
34835
 
34130
34836
  .amis-scope .a-TreeSelect.is-error.is-focused > .a-TreeSelect-input {
@@ -34135,7 +34841,7 @@ readers do not read off random characters that represent icons */
34135
34841
  color: #99a6ad;
34136
34842
  background: #e5e7eb;
34137
34843
  border-color: #d1d5db;
34138
- transition: all 0.2s;
34844
+ transition: all 0s;
34139
34845
  }
34140
34846
 
34141
34847
  .amis-scope .a-TreeSelect-spinner {
@@ -34257,6 +34963,17 @@ readers do not read off random characters that represent icons */
34257
34963
  margin-left: 0.5rem;
34258
34964
  }
34259
34965
 
34966
+ .amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
34967
+ .amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
34968
+ .amis-scope .a-Combo-addBtn > .pull-left {
34969
+ margin-right: 0.5rem;
34970
+ }
34971
+
34972
+ .amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
34973
+ .amis-scope .a-Combo-addBtn > .pull-right {
34974
+ margin-left: 0.5rem;
34975
+ }
34976
+
34260
34977
  .amis-scope .a-Combo-addBtn img.a-Button-icon {
34261
34978
  height: 0.875rem;
34262
34979
  vertical-align: middle;
@@ -34268,6 +34985,12 @@ readers do not read off random characters that represent icons */
34268
34985
  border-color: #b4bbc5;
34269
34986
  }
34270
34987
 
34988
+ .amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
34989
+ color: #fff;
34990
+ background: #1797be;
34991
+ border-color: #adb4bf;
34992
+ }
34993
+
34271
34994
  .amis-scope .a-Combo-addBtn:hover:focus {
34272
34995
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
34273
34996
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -34627,7 +35350,7 @@ readers do not read off random characters that represent icons */
34627
35350
  }
34628
35351
 
34629
35352
  .amis-scope .a-SubForm-addBtn:hover:focus {
34630
- color: #414c52;
35353
+ color: #4f86f4;
34631
35354
  text-decoration: underline;
34632
35355
  box-shadow: none;
34633
35356
  }
@@ -34717,14 +35440,14 @@ readers do not read off random characters that represent icons */
34717
35440
  .amis-scope .a-Picker.is-error > .a-Picker-input {
34718
35441
  border-color: #f05050;
34719
35442
  background: #fff;
34720
- transition: all 0.2s;
35443
+ transition: all 0s;
34721
35444
  }
34722
35445
 
34723
35446
  .amis-scope .a-Picker.is-focused > .a-Picker-input {
34724
35447
  border-color: #23b7e5;
34725
35448
  box-shadow: none;
34726
35449
  background: #fff;
34727
- transition: all 0.2s;
35450
+ transition: all 0s;
34728
35451
  }
34729
35452
 
34730
35453
  .amis-scope .a-Picker.is-error.is-focused > .a-Picker-input {
@@ -34735,7 +35458,7 @@ readers do not read off random characters that represent icons */
34735
35458
  color: #99a6ad;
34736
35459
  background: #e5e7eb;
34737
35460
  border-color: #d1d5db;
34738
- transition: all 0.2s;
35461
+ transition: all 0s;
34739
35462
  }
34740
35463
 
34741
35464
  .amis-scope .a-Picker-spinner {
@@ -34966,6 +35689,17 @@ readers do not read off random characters that represent icons */
34966
35689
  margin-left: 0.5rem;
34967
35690
  }
34968
35691
 
35692
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
35693
+ .amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35694
+ .amis-scope .a-TagControl-sugItem > .pull-left {
35695
+ margin-right: 0.5rem;
35696
+ }
35697
+
35698
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
35699
+ .amis-scope .a-TagControl-sugItem > .pull-right {
35700
+ margin-left: 0.5rem;
35701
+ }
35702
+
34969
35703
  .amis-scope .a-TagControl-sugItem img.a-Button-icon {
34970
35704
  height: 0.875rem;
34971
35705
  vertical-align: middle;
@@ -34977,6 +35711,12 @@ readers do not read off random characters that represent icons */
34977
35711
  border-color: #b4bbc5;
34978
35712
  }
34979
35713
 
35714
+ .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35715
+ color: #58666e;
35716
+ background: #e6e6e6;
35717
+ border-color: #adb4bf;
35718
+ }
35719
+
34980
35720
  .amis-scope .a-TagControl-sugItem:hover:focus {
34981
35721
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
34982
35722
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -35055,6 +35795,7 @@ readers do not read off random characters that represent icons */
35055
35795
  font-size: 0.875rem;
35056
35796
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35057
35797
  flex-direction: row;
35798
+ border-radius: 0.142rem 0.142rem 0 0;
35058
35799
  }
35059
35800
 
35060
35801
  .amis-scope .a-Transfer-title--light {
@@ -35074,6 +35815,7 @@ readers do not read off random characters that represent icons */
35074
35815
  border: 0.0625rem solid #d1d5db;
35075
35816
  display: flex;
35076
35817
  flex-direction: column;
35818
+ border-radius: 0.142rem;
35077
35819
  }
35078
35820
 
35079
35821
  .amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
@@ -35366,14 +36108,14 @@ readers do not read off random characters that represent icons */
35366
36108
  .amis-scope .a-IconPickerControl.is-error > .a-IconPickerControl-input {
35367
36109
  border-color: #f05050;
35368
36110
  background: #fff;
35369
- transition: all 0.2s;
36111
+ transition: all 0s;
35370
36112
  }
35371
36113
 
35372
36114
  .amis-scope .a-IconPickerControl.is-focused > .a-IconPickerControl-input {
35373
36115
  border-color: #23b7e5;
35374
36116
  box-shadow: none;
35375
36117
  background: #fff;
35376
- transition: all 0.2s;
36118
+ transition: all 0s;
35377
36119
  }
35378
36120
 
35379
36121
  .amis-scope .a-IconPickerControl.is-error.is-focused > .a-IconPickerControl-input {
@@ -35384,7 +36126,7 @@ readers do not read off random characters that represent icons */
35384
36126
  color: #99a6ad;
35385
36127
  background: #e5e7eb;
35386
36128
  border-color: #d1d5db;
35387
- transition: all 0.2s;
36129
+ transition: all 0s;
35388
36130
  }
35389
36131
 
35390
36132
  .amis-scope .a-IconPickerControl-spinner {
@@ -36034,6 +36776,276 @@ readers do not read off random characters that represent icons */
36034
36776
  padding: 0.75rem;
36035
36777
  }
36036
36778
 
36779
+ .amis-scope .a-Markdown strong {
36780
+ font-weight: bolder;
36781
+ }
36782
+
36783
+ .amis-scope .a-Markdown img {
36784
+ border-style: none;
36785
+ }
36786
+
36787
+ .amis-scope .a-Markdown svg:not(:root) {
36788
+ overflow: hidden;
36789
+ }
36790
+
36791
+ .amis-scope .a-Markdown button:-moz-focusring,
36792
+ .amis-scope .a-Markdown [type=button]:-moz-focusring,
36793
+ .amis-scope .a-Markdown [type=reset]:-moz-focusring,
36794
+ .amis-scope .a-Markdown [type=submit]:-moz-focusring {
36795
+ outline: 1px dotted ButtonText;
36796
+ }
36797
+
36798
+ .amis-scope .a-Markdown [type=checkbox] {
36799
+ box-sizing: border-box;
36800
+ padding: 0;
36801
+ }
36802
+
36803
+ .amis-scope .a-Markdown table {
36804
+ border-spacing: 0;
36805
+ border-collapse: collapse;
36806
+ }
36807
+
36808
+ .amis-scope .a-Markdown table td,
36809
+ .amis-scope .a-Markdown table th {
36810
+ padding: 0;
36811
+ }
36812
+
36813
+ .amis-scope .a-Markdown hr {
36814
+ height: 0;
36815
+ margin: 15px 0;
36816
+ overflow: hidden;
36817
+ background: transparent;
36818
+ border: 0;
36819
+ border-bottom: 1px solid #ddd;
36820
+ }
36821
+
36822
+ .amis-scope .a-Markdown hr::before {
36823
+ display: table;
36824
+ content: "";
36825
+ }
36826
+
36827
+ .amis-scope .a-Markdown hr::after {
36828
+ display: table;
36829
+ clear: both;
36830
+ content: "";
36831
+ }
36832
+
36833
+ .amis-scope .a-Markdown p {
36834
+ margin-top: 0;
36835
+ margin-bottom: 10px;
36836
+ }
36837
+
36838
+ .amis-scope .a-Markdown blockquote {
36839
+ margin: 0;
36840
+ }
36841
+
36842
+ .amis-scope .a-Markdown ul,
36843
+ .amis-scope .a-Markdown ol {
36844
+ padding-left: 0;
36845
+ margin-top: 0;
36846
+ margin-bottom: 0;
36847
+ }
36848
+
36849
+ .amis-scope .a-Markdown ol ol,
36850
+ .amis-scope .a-Markdown ul ol {
36851
+ list-style-type: lower-roman;
36852
+ }
36853
+
36854
+ .amis-scope .a-Markdown ul ul ol,
36855
+ .amis-scope .a-Markdown ul ol ol,
36856
+ .amis-scope .a-Markdown ol ul ol,
36857
+ .amis-scope .a-Markdown ol ol ol {
36858
+ list-style-type: lower-alpha;
36859
+ }
36860
+
36861
+ .amis-scope .a-Markdown dd {
36862
+ margin-left: 0;
36863
+ }
36864
+
36865
+ .amis-scope .a-Markdown p,
36866
+ .amis-scope .a-Markdown blockquote,
36867
+ .amis-scope .a-Markdown ul,
36868
+ .amis-scope .a-Markdown ol,
36869
+ .amis-scope .a-Markdown dl,
36870
+ .amis-scope .a-Markdown table,
36871
+ .amis-scope .a-Markdown pre {
36872
+ margin-top: 0;
36873
+ margin-bottom: 16px;
36874
+ }
36875
+
36876
+ .amis-scope .a-Markdown hr {
36877
+ height: 4px;
36878
+ padding: 0;
36879
+ margin: 16px 0;
36880
+ background-color: #e7e7e7;
36881
+ border: 0 none;
36882
+ }
36883
+
36884
+ .amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
36885
+ .amis-scope .a-Markdown ol {
36886
+ padding-left: 2em;
36887
+ }
36888
+
36889
+ .amis-scope .a-Markdown ul ul,
36890
+ .amis-scope .a-Markdown ul ol,
36891
+ .amis-scope .a-Markdown ol ol,
36892
+ .amis-scope .a-Markdown ol ul {
36893
+ margin-top: 0;
36894
+ margin-bottom: 0;
36895
+ }
36896
+
36897
+ .amis-scope .a-Markdown li > p {
36898
+ margin-top: 16px;
36899
+ }
36900
+
36901
+ .amis-scope .a-Markdown dl {
36902
+ padding: 0;
36903
+ }
36904
+
36905
+ .amis-scope .a-Markdown dl dt {
36906
+ padding: 0;
36907
+ margin-top: 16px;
36908
+ font-size: 1em;
36909
+ font-style: italic;
36910
+ font-weight: bold;
36911
+ }
36912
+
36913
+ .amis-scope .a-Markdown dl dd {
36914
+ padding: 0 16px;
36915
+ margin-bottom: 16px;
36916
+ }
36917
+
36918
+ .amis-scope .a-Markdown blockquote {
36919
+ padding: 0 15px;
36920
+ color: #777;
36921
+ border-left: 4px solid #ddd;
36922
+ }
36923
+
36924
+ .amis-scope .a-Markdown blockquote > :first-child {
36925
+ margin-top: 0;
36926
+ }
36927
+
36928
+ .amis-scope .a-Markdown blockquote > :last-child {
36929
+ margin-bottom: 0;
36930
+ }
36931
+
36932
+ .amis-scope .a-Markdown table {
36933
+ display: block;
36934
+ width: 100%;
36935
+ overflow: auto;
36936
+ word-break: normal;
36937
+ }
36938
+
36939
+ .amis-scope .a-Markdown table th {
36940
+ font-weight: bold;
36941
+ }
36942
+
36943
+ .amis-scope .a-Markdown table th,
36944
+ .amis-scope .a-Markdown table td {
36945
+ padding: 6px 13px;
36946
+ border: 1px solid #ddd;
36947
+ }
36948
+
36949
+ .amis-scope .a-Markdown table tr {
36950
+ background-color: #fff;
36951
+ border-top: 1px solid #ccc;
36952
+ }
36953
+
36954
+ .amis-scope .a-Markdown table tr:nth-child(2n) {
36955
+ background-color: #f8f8f8;
36956
+ }
36957
+
36958
+ @media (min-width: 1200px) {
36959
+ .amis-scope .a-Markdown img {
36960
+ max-width: 800px;
36961
+ }
36962
+ }
36963
+
36964
+ .amis-scope .a-Markdown code {
36965
+ padding: 0;
36966
+ padding-top: 0.2em;
36967
+ padding-bottom: 0.2em;
36968
+ margin: 0;
36969
+ background-color: rgba(0, 0, 0, 0.04);
36970
+ border-radius: 3px;
36971
+ }
36972
+
36973
+ .amis-scope .a-Markdown code:before,
36974
+ .amis-scope .a-Markdown code:after {
36975
+ letter-spacing: -0.2em;
36976
+ content: " ";
36977
+ }
36978
+
36979
+ .amis-scope .a-Markdown pre > code {
36980
+ padding: 0;
36981
+ margin: 0;
36982
+ word-break: normal;
36983
+ white-space: pre;
36984
+ background: transparent;
36985
+ border: 0;
36986
+ }
36987
+
36988
+ .amis-scope .a-Markdown .highlight {
36989
+ margin-bottom: 16px;
36990
+ }
36991
+
36992
+ .amis-scope .a-Markdown .highlight pre,
36993
+ .amis-scope .a-Markdown pre {
36994
+ padding: 16px;
36995
+ overflow: auto;
36996
+ line-height: 1.45;
36997
+ background-color: #f7f7f7;
36998
+ border-radius: 3px;
36999
+ }
37000
+
37001
+ .amis-scope .a-Markdown .highlight pre {
37002
+ margin-bottom: 0;
37003
+ word-break: normal;
37004
+ }
37005
+
37006
+ .amis-scope .a-Markdown pre {
37007
+ word-wrap: normal;
37008
+ }
37009
+
37010
+ .amis-scope .a-Markdown pre code {
37011
+ display: inline;
37012
+ max-width: initial;
37013
+ padding: 0;
37014
+ margin: 0;
37015
+ overflow: initial;
37016
+ line-height: inherit;
37017
+ word-wrap: normal;
37018
+ background-color: transparent;
37019
+ border: 0;
37020
+ }
37021
+
37022
+ .amis-scope .a-Markdown pre code:before,
37023
+ .amis-scope .a-Markdown pre code:after {
37024
+ content: normal;
37025
+ }
37026
+
37027
+ .amis-scope .a-Markdown kbd {
37028
+ display: inline-block;
37029
+ padding: 3px 5px;
37030
+ line-height: 10px;
37031
+ color: #555;
37032
+ vertical-align: middle;
37033
+ background-color: #fcfcfc;
37034
+ border: solid 1px #ccc;
37035
+ border-bottom-color: #bbb;
37036
+ border-radius: 3px;
37037
+ box-shadow: inset 0 -1px 0 #bbb;
37038
+ }
37039
+
37040
+ .amis-scope .a-Markdown hr {
37041
+ border-bottom-color: #eee;
37042
+ }
37043
+
37044
+ .amis-scope .a-Link.is-disabled {
37045
+ cursor: not-allowed;
37046
+ color: #99a6ad;
37047
+ }
37048
+
36037
37049
  /*
36038
37050
  * utilities
36039
37051
  */
@@ -36480,6 +37492,10 @@ readers do not read off random characters that represent icons */
36480
37492
  background: none !important;
36481
37493
  }
36482
37494
 
37495
+ .cursor-pointer {
37496
+ cursor: pointer;
37497
+ }
37498
+
36483
37499
  .amis-scope a.bg-primary:hover {
36484
37500
  background: #6254b2;
36485
37501
  }
@@ -38037,7 +39053,7 @@ readers do not read off random characters that represent icons */
38037
39053
  }
38038
39054
 
38039
39055
  .amis-scope .hover-rotate {
38040
- transition: all 0.2s ease-in-out 0.2s;
39056
+ transition: all 0s ease-in-out 0s;
38041
39057
  }
38042
39058
 
38043
39059
  .amis-scope .hover-anchor:hover > .hover-action,
@@ -38371,4 +39387,4 @@ readers do not read off random characters that represent icons */
38371
39387
  .amis-scope .no-padder-xs {
38372
39388
  padding: 0 !important;
38373
39389
  }
38374
- }
39390
+ }