amis 1.3.5-beta.6 → 1.4.1-echarts-5.3.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 (219) hide show
  1. package/lib/components/Badge.d.ts +15 -2
  2. package/lib/components/Badge.js +47 -4
  3. package/lib/components/Badge.js.map +2 -2
  4. package/lib/components/Button.d.ts +24 -22
  5. package/lib/components/Button.js +13 -7
  6. package/lib/components/Button.js.map +2 -2
  7. package/lib/components/Checkbox.d.ts +1 -1
  8. package/lib/components/Checkbox.js +1 -1
  9. package/lib/components/Checkbox.js.map +2 -2
  10. package/lib/components/Drawer.js +1 -1
  11. package/lib/components/Drawer.js.map +2 -2
  12. package/lib/components/Modal.js +1 -1
  13. package/lib/components/Modal.js.map +2 -2
  14. package/lib/components/RichText.d.ts +6 -1
  15. package/lib/components/RichText.js +243 -8
  16. package/lib/components/RichText.js.map +2 -2
  17. package/lib/components/Select.d.ts +7 -0
  18. package/lib/components/Select.js.map +2 -2
  19. package/lib/components/Steps.d.ts +3 -3
  20. package/lib/components/Steps.js.map +1 -1
  21. package/lib/components/WithRemoteConfig.d.ts +8 -0
  22. package/lib/components/WithRemoteConfig.js +28 -2
  23. package/lib/components/WithRemoteConfig.js.map +2 -2
  24. package/lib/components/calendar/DaysView.js +2 -2
  25. package/lib/components/calendar/DaysView.js.map +2 -2
  26. package/lib/components/condition-builder/Field.js +0 -1
  27. package/lib/components/condition-builder/Field.js.map +2 -2
  28. package/lib/components/condition-builder/Value.js +2 -1
  29. package/lib/components/condition-builder/Value.js.map +2 -2
  30. package/lib/components/condition-builder/types.d.ts +5 -0
  31. package/lib/components/condition-builder/types.js.map +1 -1
  32. package/lib/components/icons.js +2 -0
  33. package/lib/components/icons.js.map +2 -2
  34. package/lib/factory.d.ts +5 -1
  35. package/lib/factory.js +9 -4
  36. package/lib/factory.js.map +2 -2
  37. package/lib/helper.css.map +1 -1
  38. package/lib/icons/loading-outline.js +7 -0
  39. package/lib/index.js +1 -1
  40. package/lib/locale/de-DE.js +1 -0
  41. package/lib/locale/de-DE.js.map +2 -2
  42. package/lib/locale/en-US.js +2 -1
  43. package/lib/locale/en-US.js.map +2 -2
  44. package/lib/locale/zh-CN.js +2 -1
  45. package/lib/locale/zh-CN.js.map +2 -2
  46. package/lib/renderers/Action.d.ts +9 -1
  47. package/lib/renderers/Action.js +5 -5
  48. package/lib/renderers/Action.js.map +2 -2
  49. package/lib/renderers/CRUD.d.ts +2 -2
  50. package/lib/renderers/CRUD.js +11 -20
  51. package/lib/renderers/CRUD.js.map +2 -2
  52. package/lib/renderers/Collapse.d.ts +1 -1
  53. package/lib/renderers/Collapse.js +5 -1
  54. package/lib/renderers/Collapse.js.map +2 -2
  55. package/lib/renderers/Dialog.d.ts +0 -252
  56. package/lib/renderers/Dialog.js +1 -1
  57. package/lib/renderers/Dialog.js.map +2 -2
  58. package/lib/renderers/DropDownButton.d.ts +8 -0
  59. package/lib/renderers/DropDownButton.js +6 -4
  60. package/lib/renderers/DropDownButton.js.map +2 -2
  61. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  62. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  63. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  64. package/lib/renderers/Form/Editor.d.ts +0 -2
  65. package/lib/renderers/Form/Editor.js +1 -1
  66. package/lib/renderers/Form/Editor.js.map +2 -2
  67. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  68. package/lib/renderers/Form/InputExcel.js +24 -3
  69. package/lib/renderers/Form/InputExcel.js.map +2 -2
  70. package/lib/renderers/Form/InputImage.d.ts +8 -0
  71. package/lib/renderers/Form/InputImage.js +2 -1
  72. package/lib/renderers/Form/InputImage.js.map +2 -2
  73. package/lib/renderers/Form/InputTable.d.ts +23 -5
  74. package/lib/renderers/Form/InputTable.js +32 -3
  75. package/lib/renderers/Form/InputTable.js.map +2 -2
  76. package/lib/renderers/Json.js +5 -1
  77. package/lib/renderers/Json.js.map +2 -2
  78. package/lib/renderers/Nav.d.ts +52 -22
  79. package/lib/renderers/Nav.js +100 -15
  80. package/lib/renderers/Nav.js.map +2 -2
  81. package/lib/renderers/Page.js +4 -1
  82. package/lib/renderers/Page.js.map +2 -2
  83. package/lib/renderers/Service.d.ts +10 -1
  84. package/lib/renderers/Service.js +85 -3
  85. package/lib/renderers/Service.js.map +2 -2
  86. package/lib/renderers/Steps.d.ts +4 -4
  87. package/lib/renderers/Steps.js +5 -2
  88. package/lib/renderers/Steps.js.map +2 -2
  89. package/lib/renderers/Table/TableBody.d.ts +1 -1
  90. package/lib/renderers/Table/TableBody.js +5 -1
  91. package/lib/renderers/Table/TableBody.js.map +2 -2
  92. package/lib/renderers/Table/TableContent.d.ts +1 -1
  93. package/lib/renderers/Table/TableContent.js +4 -0
  94. package/lib/renderers/Table/TableContent.js.map +2 -2
  95. package/lib/renderers/Table/index.d.ts +8 -3
  96. package/lib/renderers/Table/index.js +80 -45
  97. package/lib/renderers/Table/index.js.map +2 -2
  98. package/lib/store/app.d.ts +0 -1
  99. package/lib/store/combo.d.ts +0 -2
  100. package/lib/store/crud.d.ts +3 -3
  101. package/lib/store/crud.js +41 -36
  102. package/lib/store/crud.js.map +2 -2
  103. package/lib/store/form.d.ts +0 -1
  104. package/lib/store/modal.d.ts +1 -1
  105. package/lib/store/modal.js +4 -0
  106. package/lib/store/modal.js.map +2 -2
  107. package/lib/store/root.d.ts +0 -1
  108. package/lib/store/service.d.ts +0 -1
  109. package/lib/store/service.js +0 -13
  110. package/lib/store/service.js.map +2 -2
  111. package/lib/store/table.d.ts +1 -2
  112. package/lib/store/table.js +44 -3
  113. package/lib/store/table.js.map +2 -2
  114. package/lib/themes/ang-ie11.css +597 -57
  115. package/lib/themes/ang.css +597 -57
  116. package/lib/themes/ang.css.map +1 -1
  117. package/lib/themes/antd-ie11.css +597 -57
  118. package/lib/themes/antd.css +597 -57
  119. package/lib/themes/antd.css.map +1 -1
  120. package/lib/themes/cxd-ie11.css +705 -177
  121. package/lib/themes/cxd.css +705 -177
  122. package/lib/themes/cxd.css.map +1 -1
  123. package/lib/themes/dark-ie11.css +597 -57
  124. package/lib/themes/dark.css +597 -57
  125. package/lib/themes/dark.css.map +1 -1
  126. package/lib/themes/default.css +705 -177
  127. package/lib/themes/default.css.map +1 -1
  128. package/lib/utils/api.js +12 -0
  129. package/lib/utils/api.js.map +2 -2
  130. package/lib/utils/attachmentAdpator.d.ts +7 -0
  131. package/lib/utils/attachmentAdpator.js +82 -0
  132. package/lib/utils/attachmentAdpator.js.map +13 -0
  133. package/lib/utils/helper.js.map +2 -2
  134. package/lib/utils/validations.js +62 -5
  135. package/lib/utils/validations.js.map +2 -2
  136. package/package.json +46 -39
  137. package/schema.json +343 -44
  138. package/scss/_mixins.scss +29 -0
  139. package/scss/_properties.scss +27 -11
  140. package/scss/components/_badge.scss +67 -2
  141. package/scss/components/_button.scss +35 -3
  142. package/scss/components/_image-gallery.scss +1 -1
  143. package/scss/components/_markdown.scss +266 -0
  144. package/scss/components/_nav.scss +109 -35
  145. package/scss/components/_spinner.scss +6 -2
  146. package/scss/components/form/_group.scss +4 -0
  147. package/scss/themes/_common.scss +1 -0
  148. package/scss/themes/_cxd-variables.scss +20 -20
  149. package/sdk/ang-ie11.css +741 -59
  150. package/sdk/ang.css +755 -59
  151. package/sdk/antd-ie11.css +731 -51
  152. package/sdk/antd.css +755 -59
  153. package/sdk/charts.js +13 -13
  154. package/sdk/color-picker.js +67 -67
  155. package/sdk/cropperjs.js +2 -2
  156. package/sdk/cxd-ie11.css +1200 -520
  157. package/sdk/cxd.css +863 -179
  158. package/sdk/dark-ie11.css +741 -59
  159. package/sdk/dark.css +755 -59
  160. package/sdk/exceljs.js +1 -1
  161. package/sdk/helper.css.map +1 -1
  162. package/sdk/locale/de-DE.js +1 -0
  163. package/sdk/markdown.js +69 -69
  164. package/sdk/papaparse.js +1 -1
  165. package/sdk/renderers/Form/CityDB.js +1 -1
  166. package/sdk/rest.js +22 -24
  167. package/sdk/rich-text.js +62 -64
  168. package/sdk/sdk-ie11.css +1200 -520
  169. package/sdk/sdk.css +863 -179
  170. package/sdk/sdk.js +1118 -1112
  171. package/sdk/thirds/hls.js/hls.js +1 -1
  172. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  173. package/sdk/tinymce.js +57 -57
  174. package/sdk.zip +0 -0
  175. package/src/components/Badge.tsx +111 -20
  176. package/src/components/Button.tsx +23 -7
  177. package/src/components/Checkbox.tsx +5 -2
  178. package/src/components/Drawer.tsx +3 -2
  179. package/src/components/Modal.tsx +3 -2
  180. package/src/components/RichText.tsx +284 -3
  181. package/src/components/Select.tsx +1 -0
  182. package/src/components/Steps.tsx +3 -3
  183. package/src/components/WithRemoteConfig.tsx +37 -2
  184. package/src/components/calendar/DaysView.tsx +2 -2
  185. package/src/components/condition-builder/Field.tsx +1 -2
  186. package/src/components/condition-builder/Value.tsx +3 -0
  187. package/src/components/condition-builder/types.ts +6 -0
  188. package/src/components/icons.tsx +2 -0
  189. package/src/factory.tsx +13 -3
  190. package/src/icons/loading-outline.svg +4 -0
  191. package/src/locale/de-DE.ts +1 -0
  192. package/src/locale/en-US.ts +2 -1
  193. package/src/locale/zh-CN.ts +2 -1
  194. package/src/renderers/Action.tsx +66 -13
  195. package/src/renderers/CRUD.tsx +13 -33
  196. package/src/renderers/Collapse.tsx +5 -1
  197. package/src/renderers/Dialog.tsx +1 -1
  198. package/src/renderers/DropDownButton.tsx +21 -4
  199. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  200. package/src/renderers/Form/Editor.tsx +19 -20
  201. package/src/renderers/Form/InputExcel.tsx +28 -3
  202. package/src/renderers/Form/InputImage.tsx +23 -8
  203. package/src/renderers/Form/InputTable.tsx +88 -9
  204. package/src/renderers/Json.tsx +10 -1
  205. package/src/renderers/Nav.tsx +165 -36
  206. package/src/renderers/Page.tsx +3 -1
  207. package/src/renderers/Service.tsx +101 -3
  208. package/src/renderers/Steps.tsx +12 -9
  209. package/src/renderers/Table/TableBody.tsx +3 -2
  210. package/src/renderers/Table/TableContent.tsx +3 -1
  211. package/src/renderers/Table/index.tsx +61 -13
  212. package/src/store/crud.ts +34 -38
  213. package/src/store/modal.ts +4 -0
  214. package/src/store/service.ts +0 -19
  215. package/src/store/table.ts +48 -0
  216. package/src/utils/api.ts +11 -0
  217. package/src/utils/attachmentAdpator.ts +90 -0
  218. package/src/utils/helper.ts +1 -0
  219. package/src/utils/validations.ts +80 -12
package/sdk/ang-ie11.css CHANGED
@@ -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,23 @@ 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: none;
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
+ }
21152
+
21135
21153
  .amis-scope .a-Button > .pull-left,
21136
21154
  .amis-scope .a-Button > .pull-right {
21137
21155
  line-height: inherit;
@@ -21159,8 +21177,14 @@ readers do not read off random characters that represent icons */
21159
21177
 
21160
21178
  .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
21161
21179
  color: #fff;
21162
- background: #5b4eac;
21163
- border-color: #564aa3;
21180
+ background: #4F86F4;
21181
+ border-color: #4F86F4;
21182
+ }
21183
+
21184
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21185
+ color: #fff;
21186
+ background: #1C53C1;
21187
+ border-color: #1C53C1;
21164
21188
  }
21165
21189
 
21166
21190
  .amis-scope .a-Button--primary:hover:focus {
@@ -21183,6 +21207,12 @@ readers do not read off random characters that represent icons */
21183
21207
  border-color: #545b62;
21184
21208
  }
21185
21209
 
21210
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21211
+ color: #fff;
21212
+ background: #545b62;
21213
+ border-color: #4e555b;
21214
+ }
21215
+
21186
21216
  .amis-scope .a-Button--secondary:hover:focus {
21187
21217
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21188
21218
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21203,11 +21233,43 @@ readers do not read off random characters that represent icons */
21203
21233
  border-color: #1e983b;
21204
21234
  }
21205
21235
 
21236
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
21237
+ color: #fff;
21238
+ background: #1e983b;
21239
+ border-color: #1c8d37;
21240
+ }
21241
+
21206
21242
  .amis-scope .a-Button--success:hover:focus {
21207
21243
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21208
21244
  0 1px 1px rgba(0, 0, 0, 0.075);
21209
21245
  }
21210
21246
 
21247
+ .amis-scope .a-Button--enhance {
21248
+ color: #7266ba;
21249
+ background: var(--Button--enhance-bg);
21250
+ border-color: #7266ba;
21251
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21252
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21253
+ text-shadow: none;
21254
+ }
21255
+
21256
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
21257
+ color: #4F86F4;
21258
+ background: #fff;
21259
+ border-color: #4F86F4;
21260
+ }
21261
+
21262
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21263
+ color: #1C53C1;
21264
+ background: #fff;
21265
+ border-color: #1C53C1;
21266
+ }
21267
+
21268
+ .amis-scope .a-Button--enhance:hover:focus {
21269
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21270
+ 0 1px 1px rgba(0, 0, 0, 0.075);
21271
+ }
21272
+
21211
21273
  .amis-scope .a-Button--info {
21212
21274
  color: #fff;
21213
21275
  background: #23b7e5;
@@ -21223,6 +21285,12 @@ readers do not read off random characters that represent icons */
21223
21285
  border-color: #1797be;
21224
21286
  }
21225
21287
 
21288
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
21289
+ color: #fff;
21290
+ background: #1797be;
21291
+ border-color: #158eb3;
21292
+ }
21293
+
21226
21294
  .amis-scope .a-Button--info:hover:focus {
21227
21295
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21228
21296
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21243,6 +21311,12 @@ readers do not read off random characters that represent icons */
21243
21311
  border-color: #f4ca06;
21244
21312
  }
21245
21313
 
21314
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21315
+ color: #fff;
21316
+ background: #f4ca06;
21317
+ border-color: #e8c006;
21318
+ }
21319
+
21246
21320
  .amis-scope .a-Button--warning:hover:focus {
21247
21321
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21248
21322
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21263,6 +21337,12 @@ readers do not read off random characters that represent icons */
21263
21337
  border-color: #ec2121;
21264
21338
  }
21265
21339
 
21340
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21341
+ color: #fff;
21342
+ background: #ec2121;
21343
+ border-color: #eb1515;
21344
+ }
21345
+
21266
21346
  .amis-scope .a-Button--danger:hover:focus {
21267
21347
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21268
21348
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21283,6 +21363,12 @@ readers do not read off random characters that represent icons */
21283
21363
  border-color: #cfdadd;
21284
21364
  }
21285
21365
 
21366
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
21367
+ color: #58666e;
21368
+ background: #cfdadd;
21369
+ border-color: #c8d4d7;
21370
+ }
21371
+
21286
21372
  .amis-scope .a-Button--light:hover:focus {
21287
21373
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21288
21374
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21303,6 +21389,12 @@ readers do not read off random characters that represent icons */
21303
21389
  border-color: #252833;
21304
21390
  }
21305
21391
 
21392
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21393
+ color: #fff;
21394
+ background: #252833;
21395
+ border-color: #1f222c;
21396
+ }
21397
+
21306
21398
  .amis-scope .a-Button--dark:hover:focus {
21307
21399
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
21308
21400
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -21318,9 +21410,15 @@ readers do not read off random characters that represent icons */
21318
21410
  }
21319
21411
 
21320
21412
  .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
21321
- color: #58666e;
21322
- background: #ececec;
21323
- border-color: #b4bbc5;
21413
+ color: #7266ba;
21414
+ background: #fff;
21415
+ border-color: #7266ba;
21416
+ }
21417
+
21418
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
21419
+ color: #1C53C1;
21420
+ background: #fff;
21421
+ border-color: #1C53C1;
21324
21422
  }
21325
21423
 
21326
21424
  .amis-scope .a-Button--default:hover:focus {
@@ -21352,6 +21450,17 @@ readers do not read off random characters that represent icons */
21352
21450
  margin-left: 0.25rem;
21353
21451
  }
21354
21452
 
21453
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21454
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21455
+ .amis-scope .a-Button--xs > .pull-left {
21456
+ margin-right: 0.25rem;
21457
+ }
21458
+
21459
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21460
+ .amis-scope .a-Button--xs > .pull-right {
21461
+ margin-left: 0.25rem;
21462
+ }
21463
+
21355
21464
  .amis-scope .a-Button--xs img.a-Button-icon {
21356
21465
  height: 0.875rem;
21357
21466
  vertical-align: middle;
@@ -21385,6 +21494,17 @@ readers do not read off random characters that represent icons */
21385
21494
  margin-left: 0.5rem;
21386
21495
  }
21387
21496
 
21497
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21498
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21499
+ .amis-scope .a-Button--sm > .pull-left {
21500
+ margin-right: 0.5rem;
21501
+ }
21502
+
21503
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21504
+ .amis-scope .a-Button--sm > .pull-right {
21505
+ margin-left: 0.5rem;
21506
+ }
21507
+
21388
21508
  .amis-scope .a-Button--sm img.a-Button-icon {
21389
21509
  height: 0.875rem;
21390
21510
  vertical-align: middle;
@@ -21418,6 +21538,17 @@ readers do not read off random characters that represent icons */
21418
21538
  margin-left: 0.75rem;
21419
21539
  }
21420
21540
 
21541
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21542
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
21543
+ .amis-scope .a-Button--md > .pull-left {
21544
+ margin-right: 0.75rem;
21545
+ }
21546
+
21547
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21548
+ .amis-scope .a-Button--md > .pull-right {
21549
+ margin-left: 0.75rem;
21550
+ }
21551
+
21421
21552
  .amis-scope .a-Button--md img.a-Button-icon {
21422
21553
  height: 0.875rem;
21423
21554
  vertical-align: middle;
@@ -21451,6 +21582,17 @@ readers do not read off random characters that represent icons */
21451
21582
  margin-left: 1rem;
21452
21583
  }
21453
21584
 
21585
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
21586
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21587
+ .amis-scope .a-Button--lg > .pull-left {
21588
+ margin-right: 1rem;
21589
+ }
21590
+
21591
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
21592
+ .amis-scope .a-Button--lg > .pull-right {
21593
+ margin-left: 1rem;
21594
+ }
21595
+
21454
21596
  .amis-scope .a-Button--lg img.a-Button-icon {
21455
21597
  height: 0.875rem;
21456
21598
  vertical-align: middle;
@@ -21479,6 +21621,14 @@ readers do not read off random characters that represent icons */
21479
21621
  line-height: 1;
21480
21622
  }
21481
21623
 
21624
+ .amis-scope .a-Button--loading {
21625
+ transition: --Button-transition;
21626
+ }
21627
+
21628
+ .amis-scope .a-Button--loading svg {
21629
+ animation: spin 1s infinite linear;
21630
+ }
21631
+
21482
21632
  .amis-scope .a-Button--link {
21483
21633
  width: auto;
21484
21634
  min-width: auto;
@@ -21490,8 +21640,12 @@ readers do not read off random characters that represent icons */
21490
21640
  }
21491
21641
 
21492
21642
  .amis-scope .a-Button--link:hover:focus {
21493
- color: #414c52;
21494
- text-decoration: underline;
21643
+ color: #4F86F4;
21644
+ box-shadow: none;
21645
+ }
21646
+
21647
+ .amis-scope .a-Button--link:hover:active {
21648
+ color: #1C53C1;
21495
21649
  box-shadow: none;
21496
21650
  }
21497
21651
 
@@ -21499,7 +21653,7 @@ readers do not read off random characters that represent icons */
21499
21653
  .amis-scope .a-Button--link.is-disabled {
21500
21654
  color: #99a6ad;
21501
21655
  pointer-events: none;
21502
- background: transparent;
21656
+ background: #F2F3F3;
21503
21657
  }
21504
21658
 
21505
21659
  .amis-scope .a-Button--block {
@@ -21578,7 +21732,8 @@ readers do not read off random characters that represent icons */
21578
21732
  }
21579
21733
 
21580
21734
  .amis-scope .a-Badge-text,
21581
- .amis-scope .a-Badge-dot {
21735
+ .amis-scope .a-Badge-dot,
21736
+ .amis-scope .a-Badge-ribbon {
21582
21737
  background: #f05050;
21583
21738
  position: absolute;
21584
21739
  top: 0;
@@ -21587,7 +21742,6 @@ readers do not read off random characters that represent icons */
21587
21742
  transform-origin: 100% 0;
21588
21743
  z-index: auto;
21589
21744
  border-radius: calc(1rem / 2);
21590
- box-shadow: 0 0 0 1px #fff;
21591
21745
  }
21592
21746
 
21593
21747
  .amis-scope .a-Badge--top-left {
@@ -21613,6 +21767,22 @@ readers do not read off random characters that represent icons */
21613
21767
  transform: translate(50%, 50%);
21614
21768
  }
21615
21769
 
21770
+ .amis-scope .a-Badge--danger {
21771
+ background: #f05050;
21772
+ }
21773
+
21774
+ .amis-scope .a-Badge--info {
21775
+ background: #23b7e5;
21776
+ }
21777
+
21778
+ .amis-scope .a-Badge--success {
21779
+ background: #27c24c;
21780
+ }
21781
+
21782
+ .amis-scope .a-Badge--warning {
21783
+ background: #fad733;
21784
+ }
21785
+
21616
21786
  .amis-scope .a-Badge-text {
21617
21787
  color: #fff;
21618
21788
  height: 1rem;
@@ -21629,6 +21799,56 @@ readers do not read off random characters that represent icons */
21629
21799
  border-radius: 50%;
21630
21800
  }
21631
21801
 
21802
+ .amis-scope .a-Badge-ribbon-out {
21803
+ overflow: hidden;
21804
+ position: absolute;
21805
+ top: 0;
21806
+ bottom: 0;
21807
+ right: 0;
21808
+ }
21809
+
21810
+ .amis-scope .a-Badge-ribbon {
21811
+ color: #fff;
21812
+ height: 1rem;
21813
+ line-height: 1rem;
21814
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21815
+ transform-origin: 50% 0;
21816
+ border-radius: 0;
21817
+ text-align: center;
21818
+ width: 62.5rem;
21819
+ top: 5px;
21820
+ }
21821
+
21822
+ .amis-scope .a-Badge-ribbon-out--top-left,
21823
+ .amis-scope .a-Badge-ribbon-out--bottom-left {
21824
+ left: 0;
21825
+ right: auto;
21826
+ }
21827
+
21828
+ .amis-scope .a-Badge-ribbon--top-left {
21829
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21830
+ left: 0;
21831
+ right: auto;
21832
+ }
21833
+
21834
+ .amis-scope .a-Badge-ribbon--bottom-left {
21835
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21836
+ transform-origin: 50% 100%;
21837
+ left: 0;
21838
+ right: auto;
21839
+ bottom: 5px;
21840
+ top: auto;
21841
+ }
21842
+
21843
+ .amis-scope .a-Badge-ribbon--bottom-right {
21844
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21845
+ transform-origin: 50% 100%;
21846
+ left: auto;
21847
+ right: 0;
21848
+ bottom: 5px;
21849
+ top: auto;
21850
+ }
21851
+
21632
21852
  @keyframes badgeDotAnimation {
21633
21853
  0% {
21634
21854
  transform: scale(0.8);
@@ -22867,6 +23087,17 @@ readers do not read off random characters that represent icons */
22867
23087
  margin-left: 0.5rem;
22868
23088
  }
22869
23089
 
23090
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
23091
+ .amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23092
+ .amis-scope .a-ArrayInput-addBtn > .pull-left {
23093
+ margin-right: 0.5rem;
23094
+ }
23095
+
23096
+ .amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
23097
+ .amis-scope .a-ArrayInput-addBtn > .pull-right {
23098
+ margin-left: 0.5rem;
23099
+ }
23100
+
22870
23101
  .amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
22871
23102
  height: 0.875rem;
22872
23103
  vertical-align: middle;
@@ -22878,6 +23109,12 @@ readers do not read off random characters that represent icons */
22878
23109
  border-color: #b4bbc5;
22879
23110
  }
22880
23111
 
23112
+ .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23113
+ color: #fff;
23114
+ background: #1797be;
23115
+ border-color: #adb4bf;
23116
+ }
23117
+
22881
23118
  .amis-scope .a-ArrayInput-addBtn:hover:focus {
22882
23119
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
22883
23120
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -23486,6 +23723,7 @@ readers do not read off random characters that represent icons */
23486
23723
  .amis-scope .a-Nav--tabs .a-Nav-item {
23487
23724
  margin-bottom: calc(0.0625rem * -1);
23488
23725
  display: inline-block;
23726
+ position: relative;
23489
23727
  }
23490
23728
 
23491
23729
  .amis-scope .a-Nav--tabs .a-Nav-item > a {
@@ -23498,7 +23736,7 @@ readers do not read off random characters that represent icons */
23498
23736
  color: #58666e;
23499
23737
  text-decoration: none;
23500
23738
  margin-right: 0.125rem;
23501
- padding: 0.5rem 0.75rem;
23739
+ padding: 0.5rem 1.5rem;
23502
23740
  cursor: pointer;
23503
23741
  }
23504
23742
 
@@ -23528,106 +23766,224 @@ readers do not read off random characters that represent icons */
23528
23766
  min-height: 3.125rem;
23529
23767
  }
23530
23768
 
23531
- .amis-scope .a-Nav--stacked .a-Nav-item {
23769
+ .amis-scope .a-Nav--stacked .a-Nav-item,
23770
+ .amis-scope .a-Nav--stacked .a-Badge {
23532
23771
  position: relative;
23772
+ display: flex;
23773
+ flex-wrap: wrap;
23774
+ align-items: stretch;
23775
+ width: 100%;
23533
23776
  }
23534
23777
 
23535
- .amis-scope .a-Nav--stacked .a-Nav-item > a {
23536
- display: block;
23778
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager,
23779
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager {
23780
+ cursor: move;
23781
+ position: absolute;
23782
+ left: 0;
23783
+ top: 0.6875rem;
23784
+ display: none;
23785
+ }
23786
+
23787
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a,
23788
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a,
23789
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a,
23790
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a {
23791
+ color: #4b5563;
23792
+ }
23793
+
23794
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a:hover,
23795
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a:hover,
23796
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a:hover,
23797
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a:hover {
23798
+ color: #111827;
23799
+ }
23800
+
23801
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager svg,
23802
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager svg {
23803
+ width: 1rem;
23804
+ height: 1rem;
23805
+ }
23806
+
23807
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText,
23808
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText {
23809
+ position: absolute;
23810
+ top: 0;
23811
+ bottom: 0;
23812
+ width: 2.1875rem;
23813
+ overflow: hidden;
23814
+ }
23815
+
23816
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
23817
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText > span {
23818
+ position: absolute;
23819
+ top: 0.125rem;
23820
+ left: -0.8125rem;
23821
+ transform: rotate(-45deg);
23822
+ width: 3.125rem;
23823
+ font-size: 12px;
23824
+ text-align: center;
23825
+ color: #fff;
23826
+ background: #27c24c;
23827
+ }
23828
+
23829
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-atcions,
23830
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-atcions {
23831
+ display: flex;
23832
+ align-items: center;
23833
+ }
23834
+
23835
+ .amis-scope .a-Nav--stacked .a-Nav-item > a,
23836
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a,
23837
+ .amis-scope .a-Nav--stacked .a-Badge > a,
23838
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a {
23839
+ display: flex;
23840
+ align-items: center;
23537
23841
  outline: none;
23538
23842
  color: #58666e;
23539
23843
  text-decoration: none;
23540
- padding: 0.5rem 0.75rem;
23844
+ padding: 0.5rem 0.5rem;
23541
23845
  cursor: pointer;
23542
23846
  background: transparent;
23543
23847
  border-radius: 0;
23544
23848
  text-overflow: ellipsis;
23545
- }
23546
-
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);
23849
+ flex: 1;
23561
23850
  }
23562
23851
 
23563
23852
  .amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
23564
- .amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
23853
+ .amis-scope .a-Nav--stacked .a-Nav-item > a:focus,
23854
+ .amis-scope .a-Nav--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
23855
+ .amis-scope .a-Nav--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
23856
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover,
23857
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus,
23858
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
23859
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
23860
+ .amis-scope .a-Nav--stacked .a-Badge > a:hover,
23861
+ .amis-scope .a-Nav--stacked .a-Badge > a:focus,
23862
+ .amis-scope .a-Nav--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
23863
+ .amis-scope .a-Nav--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
23864
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover,
23865
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus,
23866
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
23867
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
23565
23868
  border-color: #414c52;
23566
23869
  text-decoration: none;
23567
23870
  background: rgba(0, 0, 0, 0.05);
23871
+ z-index: 9999;
23872
+ }
23873
+
23874
+ .amis-scope .a-Nav--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
23875
+ .amis-scope .a-Nav--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
23876
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
23877
+ .amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
23878
+ .amis-scope .a-Nav--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
23879
+ .amis-scope .a-Nav--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
23880
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
23881
+ .amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
23882
+ display: block;
23568
23883
  }
23569
23884
 
23570
23885
  .amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
23571
- .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a {
23886
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a,
23887
+ .amis-scope .a-Nav--stacked .a-Nav-item.disabled > .a-Badge > a,
23888
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > .a-Badge > a,
23889
+ .amis-scope .a-Nav--stacked .a-Badge.disabled > a,
23890
+ .amis-scope .a-Nav--stacked .a-Badge.is-disabled > a,
23891
+ .amis-scope .a-Nav--stacked .a-Badge.disabled > .a-Badge > a,
23892
+ .amis-scope .a-Nav--stacked .a-Badge.is-disabled > .a-Badge > a {
23572
23893
  color: #99a6ad;
23573
23894
  background: transparent;
23574
23895
  pointer-events: none;
23575
23896
  }
23576
23897
 
23898
+ .amis-scope .a-Nav--stacked .a-Nav-item.active,
23899
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active,
23900
+ .amis-scope .a-Nav--stacked .a-Badge.active,
23901
+ .amis-scope .a-Nav--stacked .a-Badge.is-active {
23902
+ background: #23b7e5 !important;
23903
+ }
23904
+
23577
23905
  .amis-scope .a-Nav--stacked .a-Nav-item.active > a,
23578
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a {
23906
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
23907
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a,
23908
+ .amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a,
23909
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
23910
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a,
23911
+ .amis-scope .a-Nav--stacked .a-Badge.active > a,
23912
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions,
23913
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > a,
23914
+ .amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a,
23915
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
23916
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a {
23579
23917
  color: #fff;
23580
- background: #23b7e5;
23581
- padding-left: 0.75rem;
23582
23918
  position: relative;
23583
23919
  }
23584
23920
 
23585
23921
  .amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
23586
- .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after {
23922
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
23923
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after,
23924
+ .amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a::after,
23925
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
23926
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a::after,
23927
+ .amis-scope .a-Nav--stacked .a-Badge.active > a::after,
23928
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
23929
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > a::after,
23930
+ .amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a::after,
23931
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
23932
+ .amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a::after {
23587
23933
  transform: scaleY(1);
23588
23934
  }
23589
23935
 
23590
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler {
23936
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
23937
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
23938
+ .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
23939
+ .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
23591
23940
  transform: rotate(180deg) scale(0.8);
23592
23941
  }
23593
23942
 
23594
- .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems {
23943
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
23944
+ .amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
23945
+ .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
23946
+ .amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
23595
23947
  display: block;
23596
23948
  }
23597
23949
 
23598
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner {
23950
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner,
23951
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-spinner {
23599
23952
  position: absolute;
23600
23953
  right: 0.625rem;
23601
23954
  top: 0.5rem;
23602
23955
  }
23603
23956
 
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;
23957
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler,
23958
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler {
23959
+ float: left;
23960
+ width: 1.5rem;
23961
+ height: 1.5rem;
23610
23962
  text-align: center;
23611
- line-height: 1.875rem;
23963
+ line-height: 1.5rem;
23612
23964
  vertical-align: middle;
23613
23965
  cursor: pointer;
23614
23966
  transform: scale(0.8);
23615
23967
  transition: transform 0.2s;
23616
23968
  }
23617
23969
 
23618
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg {
23970
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg,
23971
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler > svg {
23619
23972
  width: 10px;
23620
23973
  height: 10px;
23621
23974
  top: 0;
23622
23975
  }
23623
23976
 
23624
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
23977
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems,
23978
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-subItems {
23625
23979
  display: none;
23626
23980
  padding-left: 0;
23627
23981
  list-style: none;
23982
+ width: 100%;
23628
23983
  }
23629
23984
 
23630
- .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
23985
+ .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item,
23986
+ .amis-scope .a-Nav--stacked .a-Badge .a-Nav-item {
23631
23987
  font-size: 0.875rem;
23632
23988
  }
23633
23989
 
@@ -24299,8 +24655,13 @@ readers do not read off random characters that represent icons */
24299
24655
  .amis-scope .a-Spinner--icon {
24300
24656
  background: transparent;
24301
24657
  animation: spin 2s linear infinite;
24302
- width: auto;
24303
- height: auto;
24658
+ width: 1rem;
24659
+ height: 1rem;
24660
+ }
24661
+
24662
+ .amis-scope .a-Spinner--icon svg.icon {
24663
+ width: 1rem;
24664
+ height: 1rem;
24304
24665
  }
24305
24666
 
24306
24667
  .amis-scope .a-Spinner--overlay {
@@ -28719,7 +29080,7 @@ readers do not read off random characters that represent icons */
28719
29080
  }
28720
29081
 
28721
29082
  .amis-scope .a-ImageGallery-item.is-active {
28722
- border: 1px solid #108cee;
29083
+ border: 1px solid #7266ba;
28723
29084
  }
28724
29085
 
28725
29086
  .amis-scope .a-ImageGallery-item.is-active:after {
@@ -29743,6 +30104,10 @@ readers do not read off random characters that represent icons */
29743
30104
  margin-bottom: 0.75rem;
29744
30105
  }
29745
30106
 
30107
+ .amis-scope .a-Form-group:last-child {
30108
+ margin-bottom: 0;
30109
+ }
30110
+
29746
30111
  .amis-scope .a-Form-value > .a-Form-group {
29747
30112
  margin-bottom: 0.375rem;
29748
30113
  }
@@ -32522,7 +32887,7 @@ readers do not read off random characters that represent icons */
32522
32887
  }
32523
32888
 
32524
32889
  .amis-scope .a-CalendarCounter-btn:hover {
32525
- color: #564aa3;
32890
+ color: #1C53C1;
32526
32891
  }
32527
32892
 
32528
32893
  .amis-scope .a-CalendarCounter-btn > svg {
@@ -32600,6 +32965,12 @@ readers do not read off random characters that represent icons */
32600
32965
  border-color: #1797be;
32601
32966
  }
32602
32967
 
32968
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
32969
+ color: #fff;
32970
+ background: #1797be;
32971
+ border-color: #158eb3;
32972
+ }
32973
+
32603
32974
  .amis-scope .rdtBtn:hover:focus {
32604
32975
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32605
32976
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -32619,9 +32990,15 @@ readers do not read off random characters that represent icons */
32619
32990
  }
32620
32991
 
32621
32992
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32622
- color: #58666e;
32623
- background: #ececec;
32624
- border-color: #b4bbc5;
32993
+ color: #7266ba;
32994
+ background: #fff;
32995
+ border-color: #7266ba;
32996
+ }
32997
+
32998
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
32999
+ color: #1C53C1;
33000
+ background: #fff;
33001
+ border-color: #1C53C1;
32625
33002
  }
32626
33003
 
32627
33004
  .amis-scope .rdtBtnCancel:hover:focus {
@@ -32954,6 +33331,12 @@ readers do not read off random characters that represent icons */
32954
33331
  border-color: #b4bbc5;
32955
33332
  }
32956
33333
 
33334
+ .amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33335
+ color: #58666e;
33336
+ background: #e6e6e6;
33337
+ border-color: #adb4bf;
33338
+ }
33339
+
32957
33340
  .amis-scope .a-ImageControl-addBtn:hover:focus {
32958
33341
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
32959
33342
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -34257,6 +34640,17 @@ readers do not read off random characters that represent icons */
34257
34640
  margin-left: 0.5rem;
34258
34641
  }
34259
34642
 
34643
+ .amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
34644
+ .amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
34645
+ .amis-scope .a-Combo-addBtn > .pull-left {
34646
+ margin-right: 0.5rem;
34647
+ }
34648
+
34649
+ .amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
34650
+ .amis-scope .a-Combo-addBtn > .pull-right {
34651
+ margin-left: 0.5rem;
34652
+ }
34653
+
34260
34654
  .amis-scope .a-Combo-addBtn img.a-Button-icon {
34261
34655
  height: 0.875rem;
34262
34656
  vertical-align: middle;
@@ -34268,6 +34662,12 @@ readers do not read off random characters that represent icons */
34268
34662
  border-color: #b4bbc5;
34269
34663
  }
34270
34664
 
34665
+ .amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
34666
+ color: #fff;
34667
+ background: #1797be;
34668
+ border-color: #adb4bf;
34669
+ }
34670
+
34271
34671
  .amis-scope .a-Combo-addBtn:hover:focus {
34272
34672
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
34273
34673
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -34627,7 +35027,7 @@ readers do not read off random characters that represent icons */
34627
35027
  }
34628
35028
 
34629
35029
  .amis-scope .a-SubForm-addBtn:hover:focus {
34630
- color: #414c52;
35030
+ color: #4F86F4;
34631
35031
  text-decoration: underline;
34632
35032
  box-shadow: none;
34633
35033
  }
@@ -34966,6 +35366,17 @@ readers do not read off random characters that represent icons */
34966
35366
  margin-left: 0.5rem;
34967
35367
  }
34968
35368
 
35369
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
35370
+ .amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35371
+ .amis-scope .a-TagControl-sugItem > .pull-left {
35372
+ margin-right: 0.5rem;
35373
+ }
35374
+
35375
+ .amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
35376
+ .amis-scope .a-TagControl-sugItem > .pull-right {
35377
+ margin-left: 0.5rem;
35378
+ }
35379
+
34969
35380
  .amis-scope .a-TagControl-sugItem img.a-Button-icon {
34970
35381
  height: 0.875rem;
34971
35382
  vertical-align: middle;
@@ -34977,6 +35388,12 @@ readers do not read off random characters that represent icons */
34977
35388
  border-color: #b4bbc5;
34978
35389
  }
34979
35390
 
35391
+ .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35392
+ color: #58666e;
35393
+ background: #e6e6e6;
35394
+ border-color: #adb4bf;
35395
+ }
35396
+
34980
35397
  .amis-scope .a-TagControl-sugItem:hover:focus {
34981
35398
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
34982
35399
  0 1px 1px rgba(0, 0, 0, 0.075);
@@ -36034,6 +36451,271 @@ readers do not read off random characters that represent icons */
36034
36451
  padding: 0.75rem;
36035
36452
  }
36036
36453
 
36454
+ .amis-scope .a-Markdown strong {
36455
+ font-weight: bolder;
36456
+ }
36457
+
36458
+ .amis-scope .a-Markdown img {
36459
+ border-style: none;
36460
+ }
36461
+
36462
+ .amis-scope .a-Markdown svg:not(:root) {
36463
+ overflow: hidden;
36464
+ }
36465
+
36466
+ .amis-scope .a-Markdown button:-moz-focusring,
36467
+ .amis-scope .a-Markdown [type=button]:-moz-focusring,
36468
+ .amis-scope .a-Markdown [type=reset]:-moz-focusring,
36469
+ .amis-scope .a-Markdown [type=submit]:-moz-focusring {
36470
+ outline: 1px dotted ButtonText;
36471
+ }
36472
+
36473
+ .amis-scope .a-Markdown [type=checkbox] {
36474
+ box-sizing: border-box;
36475
+ padding: 0;
36476
+ }
36477
+
36478
+ .amis-scope .a-Markdown table {
36479
+ border-spacing: 0;
36480
+ border-collapse: collapse;
36481
+ }
36482
+
36483
+ .amis-scope .a-Markdown table td,
36484
+ .amis-scope .a-Markdown table th {
36485
+ padding: 0;
36486
+ }
36487
+
36488
+ .amis-scope .a-Markdown hr {
36489
+ height: 0;
36490
+ margin: 15px 0;
36491
+ overflow: hidden;
36492
+ background: transparent;
36493
+ border: 0;
36494
+ border-bottom: 1px solid #ddd;
36495
+ }
36496
+
36497
+ .amis-scope .a-Markdown hr::before {
36498
+ display: table;
36499
+ content: "";
36500
+ }
36501
+
36502
+ .amis-scope .a-Markdown hr::after {
36503
+ display: table;
36504
+ clear: both;
36505
+ content: "";
36506
+ }
36507
+
36508
+ .amis-scope .a-Markdown p {
36509
+ margin-top: 0;
36510
+ margin-bottom: 10px;
36511
+ }
36512
+
36513
+ .amis-scope .a-Markdown blockquote {
36514
+ margin: 0;
36515
+ }
36516
+
36517
+ .amis-scope .a-Markdown ul,
36518
+ .amis-scope .a-Markdown ol {
36519
+ padding-left: 0;
36520
+ margin-top: 0;
36521
+ margin-bottom: 0;
36522
+ }
36523
+
36524
+ .amis-scope .a-Markdown ol ol,
36525
+ .amis-scope .a-Markdown ul ol {
36526
+ list-style-type: lower-roman;
36527
+ }
36528
+
36529
+ .amis-scope .a-Markdown ul ul ol,
36530
+ .amis-scope .a-Markdown ul ol ol,
36531
+ .amis-scope .a-Markdown ol ul ol,
36532
+ .amis-scope .a-Markdown ol ol ol {
36533
+ list-style-type: lower-alpha;
36534
+ }
36535
+
36536
+ .amis-scope .a-Markdown dd {
36537
+ margin-left: 0;
36538
+ }
36539
+
36540
+ .amis-scope .a-Markdown p,
36541
+ .amis-scope .a-Markdown blockquote,
36542
+ .amis-scope .a-Markdown ul,
36543
+ .amis-scope .a-Markdown ol,
36544
+ .amis-scope .a-Markdown dl,
36545
+ .amis-scope .a-Markdown table,
36546
+ .amis-scope .a-Markdown pre {
36547
+ margin-top: 0;
36548
+ margin-bottom: 16px;
36549
+ }
36550
+
36551
+ .amis-scope .a-Markdown hr {
36552
+ height: 4px;
36553
+ padding: 0;
36554
+ margin: 16px 0;
36555
+ background-color: #e7e7e7;
36556
+ border: 0 none;
36557
+ }
36558
+
36559
+ .amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
36560
+ .amis-scope .a-Markdown ol {
36561
+ padding-left: 2em;
36562
+ }
36563
+
36564
+ .amis-scope .a-Markdown ul ul,
36565
+ .amis-scope .a-Markdown ul ol,
36566
+ .amis-scope .a-Markdown ol ol,
36567
+ .amis-scope .a-Markdown ol ul {
36568
+ margin-top: 0;
36569
+ margin-bottom: 0;
36570
+ }
36571
+
36572
+ .amis-scope .a-Markdown li > p {
36573
+ margin-top: 16px;
36574
+ }
36575
+
36576
+ .amis-scope .a-Markdown dl {
36577
+ padding: 0;
36578
+ }
36579
+
36580
+ .amis-scope .a-Markdown dl dt {
36581
+ padding: 0;
36582
+ margin-top: 16px;
36583
+ font-size: 1em;
36584
+ font-style: italic;
36585
+ font-weight: bold;
36586
+ }
36587
+
36588
+ .amis-scope .a-Markdown dl dd {
36589
+ padding: 0 16px;
36590
+ margin-bottom: 16px;
36591
+ }
36592
+
36593
+ .amis-scope .a-Markdown blockquote {
36594
+ padding: 0 15px;
36595
+ color: #777;
36596
+ border-left: 4px solid #ddd;
36597
+ }
36598
+
36599
+ .amis-scope .a-Markdown blockquote > :first-child {
36600
+ margin-top: 0;
36601
+ }
36602
+
36603
+ .amis-scope .a-Markdown blockquote > :last-child {
36604
+ margin-bottom: 0;
36605
+ }
36606
+
36607
+ .amis-scope .a-Markdown table {
36608
+ display: block;
36609
+ width: 100%;
36610
+ overflow: auto;
36611
+ word-break: normal;
36612
+ }
36613
+
36614
+ .amis-scope .a-Markdown table th {
36615
+ font-weight: bold;
36616
+ }
36617
+
36618
+ .amis-scope .a-Markdown table th,
36619
+ .amis-scope .a-Markdown table td {
36620
+ padding: 6px 13px;
36621
+ border: 1px solid #ddd;
36622
+ }
36623
+
36624
+ .amis-scope .a-Markdown table tr {
36625
+ background-color: #fff;
36626
+ border-top: 1px solid #ccc;
36627
+ }
36628
+
36629
+ .amis-scope .a-Markdown table tr:nth-child(2n) {
36630
+ background-color: #f8f8f8;
36631
+ }
36632
+
36633
+ @media (min-width: 1200px) {
36634
+ .amis-scope .a-Markdown img {
36635
+ max-width: 800px;
36636
+ }
36637
+ }
36638
+
36639
+ .amis-scope .a-Markdown code {
36640
+ padding: 0;
36641
+ padding-top: 0.2em;
36642
+ padding-bottom: 0.2em;
36643
+ margin: 0;
36644
+ background-color: rgba(0, 0, 0, 0.04);
36645
+ border-radius: 3px;
36646
+ }
36647
+
36648
+ .amis-scope .a-Markdown code:before,
36649
+ .amis-scope .a-Markdown code:after {
36650
+ letter-spacing: -0.2em;
36651
+ content: " ";
36652
+ }
36653
+
36654
+ .amis-scope .a-Markdown pre > code {
36655
+ padding: 0;
36656
+ margin: 0;
36657
+ word-break: normal;
36658
+ white-space: pre;
36659
+ background: transparent;
36660
+ border: 0;
36661
+ }
36662
+
36663
+ .amis-scope .a-Markdown .highlight {
36664
+ margin-bottom: 16px;
36665
+ }
36666
+
36667
+ .amis-scope .a-Markdown .highlight pre,
36668
+ .amis-scope .a-Markdown pre {
36669
+ padding: 16px;
36670
+ overflow: auto;
36671
+ line-height: 1.45;
36672
+ background-color: #f7f7f7;
36673
+ border-radius: 3px;
36674
+ }
36675
+
36676
+ .amis-scope .a-Markdown .highlight pre {
36677
+ margin-bottom: 0;
36678
+ word-break: normal;
36679
+ }
36680
+
36681
+ .amis-scope .a-Markdown pre {
36682
+ word-wrap: normal;
36683
+ }
36684
+
36685
+ .amis-scope .a-Markdown pre code {
36686
+ display: inline;
36687
+ max-width: initial;
36688
+ padding: 0;
36689
+ margin: 0;
36690
+ overflow: initial;
36691
+ line-height: inherit;
36692
+ word-wrap: normal;
36693
+ background-color: transparent;
36694
+ border: 0;
36695
+ }
36696
+
36697
+ .amis-scope .a-Markdown pre code:before,
36698
+ .amis-scope .a-Markdown pre code:after {
36699
+ content: normal;
36700
+ }
36701
+
36702
+ .amis-scope .a-Markdown kbd {
36703
+ display: inline-block;
36704
+ padding: 3px 5px;
36705
+ line-height: 10px;
36706
+ color: #555;
36707
+ vertical-align: middle;
36708
+ background-color: #fcfcfc;
36709
+ border: solid 1px #ccc;
36710
+ border-bottom-color: #bbb;
36711
+ border-radius: 3px;
36712
+ box-shadow: inset 0 -1px 0 #bbb;
36713
+ }
36714
+
36715
+ .amis-scope .a-Markdown hr {
36716
+ border-bottom-color: #eee;
36717
+ }
36718
+
36037
36719
  /*
36038
36720
  * utilities
36039
36721
  */