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/antd-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 .antd-Button .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21109
+ .amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
21110
+ .amis-scope .antd-Button > .pull-left {
21111
+ margin-right: 0.75rem;
21112
+ }
21113
+
21114
+ .amis-scope .antd-Button .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21115
+ .amis-scope .antd-Button > .pull-right {
21116
+ margin-left: 0.75rem;
21117
+ }
21118
+
21108
21119
  .amis-scope .antd-Button img.antd-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 .antd-Button.is-disabled,
21124
21135
  .amis-scope .antd-Button:disabled {
21125
- opacity: 0.65;
21126
21136
  filter: grayscale(100%);
21127
21137
  box-shadow: none;
21128
21138
  cursor: not-allowed;
21139
+ color: #999;
21140
+ pointer-events: auto;
21141
+ border: none;
21142
+ background: #F2F3F3;
21129
21143
  }
21130
21144
 
21131
21145
  .amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
21132
21146
  cursor: pointer;
21133
21147
  }
21134
21148
 
21149
+ .amis-scope .antd-Button.cxd-Button--link.is-disabled {
21150
+ background: transparent;
21151
+ }
21152
+
21135
21153
  .amis-scope .antd-Button > .pull-left,
21136
21154
  .amis-scope .antd-Button > .pull-right {
21137
21155
  line-height: inherit;
@@ -21162,6 +21180,12 @@ readers do not read off random characters that represent icons */
21162
21180
  border-color: #40a9ff;
21163
21181
  }
21164
21182
 
21183
+ .amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21184
+ color: #fff;
21185
+ background: #1C53C1;
21186
+ border-color: #1C53C1;
21187
+ }
21188
+
21165
21189
  .amis-scope .antd-Button--primary:hover:focus {
21166
21190
  box-shadow: none;
21167
21191
  }
@@ -21180,6 +21204,12 @@ readers do not read off random characters that represent icons */
21180
21204
  border-color: #545b62;
21181
21205
  }
21182
21206
 
21207
+ .amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21208
+ color: #fff;
21209
+ background: #545b62;
21210
+ border-color: #4e555b;
21211
+ }
21212
+
21183
21213
  .amis-scope .antd-Button--secondary:hover:focus {
21184
21214
  box-shadow: none;
21185
21215
  }
@@ -21198,10 +21228,40 @@ readers do not read off random characters that represent icons */
21198
21228
  border-color: #3f9714;
21199
21229
  }
21200
21230
 
21231
+ .amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
21232
+ color: #fff;
21233
+ background: #3f9714;
21234
+ border-color: #3a8c13;
21235
+ }
21236
+
21201
21237
  .amis-scope .antd-Button--success:hover:focus {
21202
21238
  box-shadow: none;
21203
21239
  }
21204
21240
 
21241
+ .amis-scope .antd-Button--enhance {
21242
+ color: #1890ff;
21243
+ background: var(--Button--enhance-bg);
21244
+ border-color: #1890ff;
21245
+ box-shadow: none;
21246
+ text-shadow: none;
21247
+ }
21248
+
21249
+ .amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
21250
+ color: #4F86F4;
21251
+ background: #fff;
21252
+ border-color: #4F86F4;
21253
+ }
21254
+
21255
+ .amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21256
+ color: #1C53C1;
21257
+ background: #fff;
21258
+ border-color: #1C53C1;
21259
+ }
21260
+
21261
+ .amis-scope .antd-Button--enhance:hover:focus {
21262
+ box-shadow: none;
21263
+ }
21264
+
21205
21265
  .amis-scope .antd-Button--info {
21206
21266
  color: #fff;
21207
21267
  background: #1890ff;
@@ -21216,6 +21276,12 @@ readers do not read off random characters that represent icons */
21216
21276
  border-color: #0076e4;
21217
21277
  }
21218
21278
 
21279
+ .amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
21280
+ color: #fff;
21281
+ background: #0076e4;
21282
+ border-color: #0070d7;
21283
+ }
21284
+
21219
21285
  .amis-scope .antd-Button--info:hover:focus {
21220
21286
  box-shadow: none;
21221
21287
  }
@@ -21234,6 +21300,12 @@ readers do not read off random characters that represent icons */
21234
21300
  border-color: #d69005;
21235
21301
  }
21236
21302
 
21303
+ .amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21304
+ color: #fff;
21305
+ background: #d69005;
21306
+ border-color: #ca8804;
21307
+ }
21308
+
21237
21309
  .amis-scope .antd-Button--warning:hover:focus {
21238
21310
  box-shadow: none;
21239
21311
  }
@@ -21252,6 +21324,12 @@ readers do not read off random characters that represent icons */
21252
21324
  border-color: #ff1a1d;
21253
21325
  }
21254
21326
 
21327
+ .amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21328
+ color: #fff;
21329
+ background: #ff1a1d;
21330
+ border-color: #ff0d10;
21331
+ }
21332
+
21255
21333
  .amis-scope .antd-Button--danger:hover:focus {
21256
21334
  box-shadow: none;
21257
21335
  }
@@ -21270,6 +21348,12 @@ readers do not read off random characters that represent icons */
21270
21348
  border-color: silver;
21271
21349
  }
21272
21350
 
21351
+ .amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
21352
+ color: rgba(0, 0, 0, 0.85);
21353
+ background: silver;
21354
+ border-color: #b9b9b9;
21355
+ }
21356
+
21273
21357
  .amis-scope .antd-Button--light:hover:focus {
21274
21358
  box-shadow: none;
21275
21359
  }
@@ -21288,6 +21372,12 @@ readers do not read off random characters that represent icons */
21288
21372
  border-color: #1d2124;
21289
21373
  }
21290
21374
 
21375
+ .amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21376
+ color: #fff;
21377
+ background: #1d2124;
21378
+ border-color: #171a1d;
21379
+ }
21380
+
21291
21381
  .amis-scope .antd-Button--dark:hover:focus {
21292
21382
  box-shadow: none;
21293
21383
  }
@@ -21306,6 +21396,12 @@ readers do not read off random characters that represent icons */
21306
21396
  border-color: #40a9ff;
21307
21397
  }
21308
21398
 
21399
+ .amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
21400
+ color: #096dd9;
21401
+ background: #fff;
21402
+ border-color: #096dd9;
21403
+ }
21404
+
21309
21405
  .amis-scope .antd-Button--default:hover:focus {
21310
21406
  box-shadow: none;
21311
21407
  }
@@ -21334,6 +21430,17 @@ readers do not read off random characters that represent icons */
21334
21430
  margin-left: 0.25rem;
21335
21431
  }
21336
21432
 
21433
+ .amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21434
+ .amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21435
+ .amis-scope .antd-Button--xs > .pull-left {
21436
+ margin-right: 0.25rem;
21437
+ }
21438
+
21439
+ .amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21440
+ .amis-scope .antd-Button--xs > .pull-right {
21441
+ margin-left: 0.25rem;
21442
+ }
21443
+
21337
21444
  .amis-scope .antd-Button--xs img.antd-Button-icon {
21338
21445
  height: 0.875rem;
21339
21446
  vertical-align: middle;
@@ -21367,6 +21474,17 @@ readers do not read off random characters that represent icons */
21367
21474
  margin-left: 0.5rem;
21368
21475
  }
21369
21476
 
21477
+ .amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21478
+ .amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21479
+ .amis-scope .antd-Button--sm > .pull-left {
21480
+ margin-right: 0.5rem;
21481
+ }
21482
+
21483
+ .amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21484
+ .amis-scope .antd-Button--sm > .pull-right {
21485
+ margin-left: 0.5rem;
21486
+ }
21487
+
21370
21488
  .amis-scope .antd-Button--sm img.antd-Button-icon {
21371
21489
  height: 0.875rem;
21372
21490
  vertical-align: middle;
@@ -21400,6 +21518,17 @@ readers do not read off random characters that represent icons */
21400
21518
  margin-left: 0.75rem;
21401
21519
  }
21402
21520
 
21521
+ .amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21522
+ .amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
21523
+ .amis-scope .antd-Button--md > .pull-left {
21524
+ margin-right: 0.75rem;
21525
+ }
21526
+
21527
+ .amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21528
+ .amis-scope .antd-Button--md > .pull-right {
21529
+ margin-left: 0.75rem;
21530
+ }
21531
+
21403
21532
  .amis-scope .antd-Button--md img.antd-Button-icon {
21404
21533
  height: 0.875rem;
21405
21534
  vertical-align: middle;
@@ -21433,6 +21562,17 @@ readers do not read off random characters that represent icons */
21433
21562
  margin-left: 1rem;
21434
21563
  }
21435
21564
 
21565
+ .amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21566
+ .amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21567
+ .amis-scope .antd-Button--lg > .pull-left {
21568
+ margin-right: 1rem;
21569
+ }
21570
+
21571
+ .amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21572
+ .amis-scope .antd-Button--lg > .pull-right {
21573
+ margin-left: 1rem;
21574
+ }
21575
+
21436
21576
  .amis-scope .antd-Button--lg img.antd-Button-icon {
21437
21577
  height: 0.875rem;
21438
21578
  vertical-align: middle;
@@ -21461,6 +21601,14 @@ readers do not read off random characters that represent icons */
21461
21601
  line-height: 1;
21462
21602
  }
21463
21603
 
21604
+ .amis-scope .antd-Button--loading {
21605
+ transition: --Button-transition;
21606
+ }
21607
+
21608
+ .amis-scope .antd-Button--loading svg {
21609
+ animation: spin 1s infinite linear;
21610
+ }
21611
+
21464
21612
  .amis-scope .antd-Button--link {
21465
21613
  width: auto;
21466
21614
  min-width: auto;
@@ -21472,8 +21620,12 @@ readers do not read off random characters that represent icons */
21472
21620
  }
21473
21621
 
21474
21622
  .amis-scope .antd-Button--link:hover:focus {
21475
- color: #333;
21476
- text-decoration: none;
21623
+ color: #4F86F4;
21624
+ box-shadow: none;
21625
+ }
21626
+
21627
+ .amis-scope .antd-Button--link:hover:active {
21628
+ color: #1C53C1;
21477
21629
  box-shadow: none;
21478
21630
  }
21479
21631
 
@@ -21481,7 +21633,7 @@ readers do not read off random characters that represent icons */
21481
21633
  .amis-scope .antd-Button--link.is-disabled {
21482
21634
  color: #999;
21483
21635
  pointer-events: none;
21484
- background: transparent;
21636
+ background: #F2F3F3;
21485
21637
  }
21486
21638
 
21487
21639
  .amis-scope .antd-Button--block {
@@ -21560,7 +21712,8 @@ readers do not read off random characters that represent icons */
21560
21712
  }
21561
21713
 
21562
21714
  .amis-scope .antd-Badge-text,
21563
- .amis-scope .antd-Badge-dot {
21715
+ .amis-scope .antd-Badge-dot,
21716
+ .amis-scope .antd-Badge-ribbon {
21564
21717
  background: #ff4d4f;
21565
21718
  position: absolute;
21566
21719
  top: 0;
@@ -21569,7 +21722,6 @@ readers do not read off random characters that represent icons */
21569
21722
  transform-origin: 100% 0;
21570
21723
  z-index: auto;
21571
21724
  border-radius: calc(1rem / 2);
21572
- box-shadow: 0 0 0 1px #fff;
21573
21725
  }
21574
21726
 
21575
21727
  .amis-scope .antd-Badge--top-left {
@@ -21595,6 +21747,22 @@ readers do not read off random characters that represent icons */
21595
21747
  transform: translate(50%, 50%);
21596
21748
  }
21597
21749
 
21750
+ .amis-scope .antd-Badge--danger {
21751
+ background: #ff4d4f;
21752
+ }
21753
+
21754
+ .amis-scope .antd-Badge--info {
21755
+ background: #1890ff;
21756
+ }
21757
+
21758
+ .amis-scope .antd-Badge--success {
21759
+ background: #52c41a;
21760
+ }
21761
+
21762
+ .amis-scope .antd-Badge--warning {
21763
+ background: #faad14;
21764
+ }
21765
+
21598
21766
  .amis-scope .antd-Badge-text {
21599
21767
  color: #fff;
21600
21768
  height: 1rem;
@@ -21611,6 +21779,56 @@ readers do not read off random characters that represent icons */
21611
21779
  border-radius: 50%;
21612
21780
  }
21613
21781
 
21782
+ .amis-scope .antd-Badge-ribbon-out {
21783
+ overflow: hidden;
21784
+ position: absolute;
21785
+ top: 0;
21786
+ bottom: 0;
21787
+ right: 0;
21788
+ }
21789
+
21790
+ .amis-scope .antd-Badge-ribbon {
21791
+ color: #fff;
21792
+ height: 1rem;
21793
+ line-height: 1rem;
21794
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21795
+ transform-origin: 50% 0;
21796
+ border-radius: 0;
21797
+ text-align: center;
21798
+ width: 62.5rem;
21799
+ top: 5px;
21800
+ }
21801
+
21802
+ .amis-scope .antd-Badge-ribbon-out--top-left,
21803
+ .amis-scope .antd-Badge-ribbon-out--bottom-left {
21804
+ left: 0;
21805
+ right: auto;
21806
+ }
21807
+
21808
+ .amis-scope .antd-Badge-ribbon--top-left {
21809
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21810
+ left: 0;
21811
+ right: auto;
21812
+ }
21813
+
21814
+ .amis-scope .antd-Badge-ribbon--bottom-left {
21815
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21816
+ transform-origin: 50% 100%;
21817
+ left: 0;
21818
+ right: auto;
21819
+ bottom: 5px;
21820
+ top: auto;
21821
+ }
21822
+
21823
+ .amis-scope .antd-Badge-ribbon--bottom-right {
21824
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21825
+ transform-origin: 50% 100%;
21826
+ left: auto;
21827
+ right: 0;
21828
+ bottom: 5px;
21829
+ top: auto;
21830
+ }
21831
+
21614
21832
  @keyframes badgeDotAnimation {
21615
21833
  0% {
21616
21834
  transform: scale(0.8);
@@ -22848,6 +23066,17 @@ readers do not read off random characters that represent icons */
22848
23066
  margin-left: 0.5rem;
22849
23067
  }
22850
23068
 
23069
+ .amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
23070
+ .amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23071
+ .amis-scope .antd-ArrayInput-addBtn > .pull-left {
23072
+ margin-right: 0.5rem;
23073
+ }
23074
+
23075
+ .amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
23076
+ .amis-scope .antd-ArrayInput-addBtn > .pull-right {
23077
+ margin-left: 0.5rem;
23078
+ }
23079
+
22851
23080
  .amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
22852
23081
  height: 0.875rem;
22853
23082
  vertical-align: middle;
@@ -22859,6 +23088,12 @@ readers do not read off random characters that represent icons */
22859
23088
  border-color: #b4bbc5;
22860
23089
  }
22861
23090
 
23091
+ .amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23092
+ color: #fff;
23093
+ background: #0076e4;
23094
+ border-color: #adb4bf;
23095
+ }
23096
+
22862
23097
  .amis-scope .antd-ArrayInput-addBtn:hover:focus {
22863
23098
  box-shadow: none;
22864
23099
  }
@@ -23466,6 +23701,7 @@ readers do not read off random characters that represent icons */
23466
23701
  .amis-scope .antd-Nav--tabs .antd-Nav-item {
23467
23702
  margin-bottom: calc(0.0625rem * -1);
23468
23703
  display: inline-block;
23704
+ position: relative;
23469
23705
  }
23470
23706
 
23471
23707
  .amis-scope .antd-Nav--tabs .antd-Nav-item > a {
@@ -23478,7 +23714,7 @@ readers do not read off random characters that represent icons */
23478
23714
  color: rgba(0, 0, 0, 0.85);
23479
23715
  text-decoration: none;
23480
23716
  margin-right: 0.125rem;
23481
- padding: 0.5rem 0.75rem;
23717
+ padding: 0.5rem 1.5rem;
23482
23718
  cursor: pointer;
23483
23719
  }
23484
23720
 
@@ -23508,106 +23744,224 @@ readers do not read off random characters that represent icons */
23508
23744
  min-height: 3.125rem;
23509
23745
  }
23510
23746
 
23511
- .amis-scope .antd-Nav--stacked .antd-Nav-item {
23747
+ .amis-scope .antd-Nav--stacked .antd-Nav-item,
23748
+ .amis-scope .antd-Nav--stacked .antd-Badge {
23512
23749
  position: relative;
23750
+ display: flex;
23751
+ flex-wrap: wrap;
23752
+ align-items: stretch;
23753
+ width: 100%;
23513
23754
  }
23514
23755
 
23515
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a {
23516
- display: block;
23756
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager,
23757
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager {
23758
+ cursor: move;
23759
+ position: absolute;
23760
+ left: 0;
23761
+ top: 0.6875rem;
23762
+ display: none;
23763
+ }
23764
+
23765
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > a,
23766
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > a,
23767
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > a,
23768
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > a {
23769
+ color: inherit;
23770
+ }
23771
+
23772
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > a:hover,
23773
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > a:hover,
23774
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > a:hover,
23775
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > a:hover {
23776
+ color: #1890ff;
23777
+ }
23778
+
23779
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
23780
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager svg {
23781
+ width: 1rem;
23782
+ height: 1rem;
23783
+ }
23784
+
23785
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
23786
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText {
23787
+ position: absolute;
23788
+ top: 0;
23789
+ bottom: 0;
23790
+ width: 2.1875rem;
23791
+ overflow: hidden;
23792
+ }
23793
+
23794
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
23795
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
23796
+ position: absolute;
23797
+ top: 0.125rem;
23798
+ left: -0.8125rem;
23799
+ transform: rotate(-45deg);
23800
+ width: 3.125rem;
23801
+ font-size: 12px;
23802
+ text-align: center;
23803
+ color: #fff;
23804
+ background: #52c41a;
23805
+ }
23806
+
23807
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-atcions,
23808
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-atcions {
23809
+ display: flex;
23810
+ align-items: center;
23811
+ }
23812
+
23813
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a,
23814
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a,
23815
+ .amis-scope .antd-Nav--stacked .antd-Badge > a,
23816
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a {
23817
+ display: flex;
23818
+ align-items: center;
23517
23819
  outline: none;
23518
23820
  color: rgba(0, 0, 0, 0.85);
23519
23821
  text-decoration: none;
23520
- padding: 0.5rem 0.75rem;
23822
+ padding: 0.5rem 0.5rem;
23521
23823
  cursor: pointer;
23522
23824
  background: transparent;
23523
23825
  border-radius: 0;
23524
23826
  text-overflow: ellipsis;
23525
- }
23526
-
23527
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a::after {
23528
- border-left: 0;
23529
- position: absolute;
23530
- left: 0;
23531
- top: 0;
23532
- content: "";
23533
- width: 1px;
23534
- height: 100%;
23535
- transform: scaleY(0.0001);
23536
- 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);
23537
- }
23538
-
23539
- .amis-scope .antd-Nav--stacked .antd-Nav-item.has-sub > a {
23540
- padding-right: calc(0.75rem + 0.5rem);
23827
+ flex: 1;
23541
23828
  }
23542
23829
 
23543
23830
  .amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
23544
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus {
23831
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus,
23832
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
23833
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
23834
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover,
23835
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus,
23836
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
23837
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
23838
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:hover,
23839
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:focus,
23840
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
23841
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
23842
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover,
23843
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus,
23844
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
23845
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
23545
23846
  border-color: #333;
23546
23847
  text-decoration: none;
23547
23848
  background: rgba(0, 0, 0, 0.05);
23849
+ z-index: 9999;
23850
+ }
23851
+
23852
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
23853
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
23854
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
23855
+ .amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
23856
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
23857
+ .amis-scope .antd-Nav--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
23858
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
23859
+ .amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
23860
+ display: block;
23548
23861
  }
23549
23862
 
23550
23863
  .amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
23551
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a {
23864
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a,
23865
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > .antd-Badge > a,
23866
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
23867
+ .amis-scope .antd-Nav--stacked .antd-Badge.disabled > a,
23868
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > a,
23869
+ .amis-scope .antd-Nav--stacked .antd-Badge.disabled > .antd-Badge > a,
23870
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > .antd-Badge > a {
23552
23871
  color: #999;
23553
23872
  background: transparent;
23554
23873
  pointer-events: none;
23555
23874
  }
23556
23875
 
23876
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.active,
23877
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active,
23878
+ .amis-scope .antd-Nav--stacked .antd-Badge.active,
23879
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active {
23880
+ background: #1890ff !important;
23881
+ }
23882
+
23557
23883
  .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
23558
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a {
23884
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
23885
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a,
23886
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a,
23887
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
23888
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a,
23889
+ .amis-scope .antd-Nav--stacked .antd-Badge.active > a,
23890
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
23891
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > a,
23892
+ .amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a,
23893
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
23894
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a {
23559
23895
  color: #fff;
23560
- background: #1890ff;
23561
- padding-left: 0.75rem;
23562
23896
  position: relative;
23563
23897
  }
23564
23898
 
23565
23899
  .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
23566
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after {
23900
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
23901
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after,
23902
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a::after,
23903
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
23904
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
23905
+ .amis-scope .antd-Nav--stacked .antd-Badge.active > a::after,
23906
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
23907
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > a::after,
23908
+ .amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a::after,
23909
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
23910
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a::after {
23567
23911
  transform: scaleY(1);
23568
23912
  }
23569
23913
 
23570
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-itemToggler {
23914
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
23915
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
23916
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
23917
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
23571
23918
  transform: rotate(180deg) scale(0.8);
23572
23919
  }
23573
23920
 
23574
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems {
23921
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
23922
+ .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
23923
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
23924
+ .amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
23575
23925
  display: block;
23576
23926
  }
23577
23927
 
23578
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner {
23928
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner,
23929
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-spinner {
23579
23930
  position: absolute;
23580
23931
  right: 0.625rem;
23581
23932
  top: 0.5rem;
23582
23933
  }
23583
23934
 
23584
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler {
23585
- position: absolute;
23586
- right: 0;
23587
- top: 0.1875rem;
23588
- width: 1.875rem;
23589
- height: 1.875rem;
23935
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler,
23936
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler {
23937
+ float: left;
23938
+ width: 1.5rem;
23939
+ height: 1.5rem;
23590
23940
  text-align: center;
23591
- line-height: 1.875rem;
23941
+ line-height: 1.5rem;
23592
23942
  vertical-align: middle;
23593
23943
  cursor: pointer;
23594
23944
  transform: scale(0.8);
23595
23945
  transition: transform 0.2s;
23596
23946
  }
23597
23947
 
23598
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg {
23948
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
23949
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler > svg {
23599
23950
  width: 10px;
23600
23951
  height: 10px;
23601
23952
  top: 0;
23602
23953
  }
23603
23954
 
23604
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems {
23955
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems,
23956
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-subItems {
23605
23957
  display: none;
23606
23958
  padding-left: 0;
23607
23959
  list-style: none;
23960
+ width: 100%;
23608
23961
  }
23609
23962
 
23610
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item {
23963
+ .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item,
23964
+ .amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-item {
23611
23965
  font-size: 0.875rem;
23612
23966
  }
23613
23967
 
@@ -24279,8 +24633,13 @@ readers do not read off random characters that represent icons */
24279
24633
  .amis-scope .antd-Spinner--icon {
24280
24634
  background: transparent;
24281
24635
  animation: spin 2s linear infinite;
24282
- width: auto;
24283
- height: auto;
24636
+ width: 1rem;
24637
+ height: 1rem;
24638
+ }
24639
+
24640
+ .amis-scope .antd-Spinner--icon svg.icon {
24641
+ width: 1rem;
24642
+ height: 1rem;
24284
24643
  }
24285
24644
 
24286
24645
  .amis-scope .antd-Spinner--overlay {
@@ -28699,7 +29058,7 @@ readers do not read off random characters that represent icons */
28699
29058
  }
28700
29059
 
28701
29060
  .amis-scope .antd-ImageGallery-item.is-active {
28702
- border: 1px solid #108cee;
29061
+ border: 1px solid #1890ff;
28703
29062
  }
28704
29063
 
28705
29064
  .amis-scope .antd-ImageGallery-item.is-active:after {
@@ -29723,6 +30082,10 @@ readers do not read off random characters that represent icons */
29723
30082
  margin-bottom: 0.75rem;
29724
30083
  }
29725
30084
 
30085
+ .amis-scope .antd-Form-group:last-child {
30086
+ margin-bottom: 0;
30087
+ }
30088
+
29726
30089
  .amis-scope .antd-Form-value > .antd-Form-group {
29727
30090
  margin-bottom: 0.375rem;
29728
30091
  }
@@ -32503,7 +32866,7 @@ readers do not read off random characters that represent icons */
32503
32866
  }
32504
32867
 
32505
32868
  .amis-scope .antd-CalendarCounter-btn:hover {
32506
- color: #0076e4;
32869
+ color: #1C53C1;
32507
32870
  }
32508
32871
 
32509
32872
  .amis-scope .antd-CalendarCounter-btn > svg {
@@ -32580,6 +32943,12 @@ readers do not read off random characters that represent icons */
32580
32943
  border-color: #0076e4;
32581
32944
  }
32582
32945
 
32946
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
32947
+ color: #fff;
32948
+ background: #0076e4;
32949
+ border-color: #0070d7;
32950
+ }
32951
+
32583
32952
  .amis-scope .rdtBtn:hover:focus {
32584
32953
  box-shadow: none;
32585
32954
  }
@@ -32602,6 +32971,12 @@ readers do not read off random characters that represent icons */
32602
32971
  border-color: #40a9ff;
32603
32972
  }
32604
32973
 
32974
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
32975
+ color: #096dd9;
32976
+ background: #fff;
32977
+ border-color: #096dd9;
32978
+ }
32979
+
32605
32980
  .amis-scope .rdtBtnCancel:hover:focus {
32606
32981
  box-shadow: none;
32607
32982
  }
@@ -32930,6 +33305,12 @@ readers do not read off random characters that represent icons */
32930
33305
  border-color: #b4bbc5;
32931
33306
  }
32932
33307
 
33308
+ .amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33309
+ color: rgba(0, 0, 0, 0.85);
33310
+ background: #e6e6e6;
33311
+ border-color: #adb4bf;
33312
+ }
33313
+
32933
33314
  .amis-scope .antd-ImageControl-addBtn:hover:focus {
32934
33315
  box-shadow: none;
32935
33316
  }
@@ -34231,6 +34612,17 @@ readers do not read off random characters that represent icons */
34231
34612
  margin-left: 0.5rem;
34232
34613
  }
34233
34614
 
34615
+ .amis-scope .antd-Combo-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
34616
+ .amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
34617
+ .amis-scope .antd-Combo-addBtn > .pull-left {
34618
+ margin-right: 0.5rem;
34619
+ }
34620
+
34621
+ .amis-scope .antd-Combo-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
34622
+ .amis-scope .antd-Combo-addBtn > .pull-right {
34623
+ margin-left: 0.5rem;
34624
+ }
34625
+
34234
34626
  .amis-scope .antd-Combo-addBtn img.antd-Button-icon {
34235
34627
  height: 0.875rem;
34236
34628
  vertical-align: middle;
@@ -34242,6 +34634,12 @@ readers do not read off random characters that represent icons */
34242
34634
  border-color: #b4bbc5;
34243
34635
  }
34244
34636
 
34637
+ .amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
34638
+ color: #fff;
34639
+ background: #0076e4;
34640
+ border-color: #adb4bf;
34641
+ }
34642
+
34245
34643
  .amis-scope .antd-Combo-addBtn:hover:focus {
34246
34644
  box-shadow: none;
34247
34645
  }
@@ -34600,7 +34998,7 @@ readers do not read off random characters that represent icons */
34600
34998
  }
34601
34999
 
34602
35000
  .amis-scope .antd-SubForm-addBtn:hover:focus {
34603
- color: #333;
35001
+ color: #4F86F4;
34604
35002
  text-decoration: none;
34605
35003
  box-shadow: none;
34606
35004
  }
@@ -34938,6 +35336,17 @@ readers do not read off random characters that represent icons */
34938
35336
  margin-left: 0.5rem;
34939
35337
  }
34940
35338
 
35339
+ .amis-scope .antd-TagControl-sugItem .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
35340
+ .amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35341
+ .amis-scope .antd-TagControl-sugItem > .pull-left {
35342
+ margin-right: 0.5rem;
35343
+ }
35344
+
35345
+ .amis-scope .antd-TagControl-sugItem .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
35346
+ .amis-scope .antd-TagControl-sugItem > .pull-right {
35347
+ margin-left: 0.5rem;
35348
+ }
35349
+
34941
35350
  .amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
34942
35351
  height: 0.875rem;
34943
35352
  vertical-align: middle;
@@ -34949,6 +35358,12 @@ readers do not read off random characters that represent icons */
34949
35358
  border-color: #b4bbc5;
34950
35359
  }
34951
35360
 
35361
+ .amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35362
+ color: rgba(0, 0, 0, 0.85);
35363
+ background: #e6e6e6;
35364
+ border-color: #adb4bf;
35365
+ }
35366
+
34952
35367
  .amis-scope .antd-TagControl-sugItem:hover:focus {
34953
35368
  box-shadow: none;
34954
35369
  }
@@ -36006,6 +36421,271 @@ readers do not read off random characters that represent icons */
36006
36421
  padding: 0.75rem;
36007
36422
  }
36008
36423
 
36424
+ .amis-scope .antd-Markdown strong {
36425
+ font-weight: bolder;
36426
+ }
36427
+
36428
+ .amis-scope .antd-Markdown img {
36429
+ border-style: none;
36430
+ }
36431
+
36432
+ .amis-scope .antd-Markdown svg:not(:root) {
36433
+ overflow: hidden;
36434
+ }
36435
+
36436
+ .amis-scope .antd-Markdown button:-moz-focusring,
36437
+ .amis-scope .antd-Markdown [type=button]:-moz-focusring,
36438
+ .amis-scope .antd-Markdown [type=reset]:-moz-focusring,
36439
+ .amis-scope .antd-Markdown [type=submit]:-moz-focusring {
36440
+ outline: 1px dotted ButtonText;
36441
+ }
36442
+
36443
+ .amis-scope .antd-Markdown [type=checkbox] {
36444
+ box-sizing: border-box;
36445
+ padding: 0;
36446
+ }
36447
+
36448
+ .amis-scope .antd-Markdown table {
36449
+ border-spacing: 0;
36450
+ border-collapse: collapse;
36451
+ }
36452
+
36453
+ .amis-scope .antd-Markdown table td,
36454
+ .amis-scope .antd-Markdown table th {
36455
+ padding: 0;
36456
+ }
36457
+
36458
+ .amis-scope .antd-Markdown hr {
36459
+ height: 0;
36460
+ margin: 15px 0;
36461
+ overflow: hidden;
36462
+ background: transparent;
36463
+ border: 0;
36464
+ border-bottom: 1px solid #ddd;
36465
+ }
36466
+
36467
+ .amis-scope .antd-Markdown hr::before {
36468
+ display: table;
36469
+ content: "";
36470
+ }
36471
+
36472
+ .amis-scope .antd-Markdown hr::after {
36473
+ display: table;
36474
+ clear: both;
36475
+ content: "";
36476
+ }
36477
+
36478
+ .amis-scope .antd-Markdown p {
36479
+ margin-top: 0;
36480
+ margin-bottom: 10px;
36481
+ }
36482
+
36483
+ .amis-scope .antd-Markdown blockquote {
36484
+ margin: 0;
36485
+ }
36486
+
36487
+ .amis-scope .antd-Markdown ul,
36488
+ .amis-scope .antd-Markdown ol {
36489
+ padding-left: 0;
36490
+ margin-top: 0;
36491
+ margin-bottom: 0;
36492
+ }
36493
+
36494
+ .amis-scope .antd-Markdown ol ol,
36495
+ .amis-scope .antd-Markdown ul ol {
36496
+ list-style-type: lower-roman;
36497
+ }
36498
+
36499
+ .amis-scope .antd-Markdown ul ul ol,
36500
+ .amis-scope .antd-Markdown ul ol ol,
36501
+ .amis-scope .antd-Markdown ol ul ol,
36502
+ .amis-scope .antd-Markdown ol ol ol {
36503
+ list-style-type: lower-alpha;
36504
+ }
36505
+
36506
+ .amis-scope .antd-Markdown dd {
36507
+ margin-left: 0;
36508
+ }
36509
+
36510
+ .amis-scope .antd-Markdown p,
36511
+ .amis-scope .antd-Markdown blockquote,
36512
+ .amis-scope .antd-Markdown ul,
36513
+ .amis-scope .antd-Markdown ol,
36514
+ .amis-scope .antd-Markdown dl,
36515
+ .amis-scope .antd-Markdown table,
36516
+ .amis-scope .antd-Markdown pre {
36517
+ margin-top: 0;
36518
+ margin-bottom: 16px;
36519
+ }
36520
+
36521
+ .amis-scope .antd-Markdown hr {
36522
+ height: 4px;
36523
+ padding: 0;
36524
+ margin: 16px 0;
36525
+ background-color: #e7e7e7;
36526
+ border: 0 none;
36527
+ }
36528
+
36529
+ .amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
36530
+ .amis-scope .antd-Markdown ol {
36531
+ padding-left: 2em;
36532
+ }
36533
+
36534
+ .amis-scope .antd-Markdown ul ul,
36535
+ .amis-scope .antd-Markdown ul ol,
36536
+ .amis-scope .antd-Markdown ol ol,
36537
+ .amis-scope .antd-Markdown ol ul {
36538
+ margin-top: 0;
36539
+ margin-bottom: 0;
36540
+ }
36541
+
36542
+ .amis-scope .antd-Markdown li > p {
36543
+ margin-top: 16px;
36544
+ }
36545
+
36546
+ .amis-scope .antd-Markdown dl {
36547
+ padding: 0;
36548
+ }
36549
+
36550
+ .amis-scope .antd-Markdown dl dt {
36551
+ padding: 0;
36552
+ margin-top: 16px;
36553
+ font-size: 1em;
36554
+ font-style: italic;
36555
+ font-weight: bold;
36556
+ }
36557
+
36558
+ .amis-scope .antd-Markdown dl dd {
36559
+ padding: 0 16px;
36560
+ margin-bottom: 16px;
36561
+ }
36562
+
36563
+ .amis-scope .antd-Markdown blockquote {
36564
+ padding: 0 15px;
36565
+ color: #777;
36566
+ border-left: 4px solid #ddd;
36567
+ }
36568
+
36569
+ .amis-scope .antd-Markdown blockquote > :first-child {
36570
+ margin-top: 0;
36571
+ }
36572
+
36573
+ .amis-scope .antd-Markdown blockquote > :last-child {
36574
+ margin-bottom: 0;
36575
+ }
36576
+
36577
+ .amis-scope .antd-Markdown table {
36578
+ display: block;
36579
+ width: 100%;
36580
+ overflow: auto;
36581
+ word-break: normal;
36582
+ }
36583
+
36584
+ .amis-scope .antd-Markdown table th {
36585
+ font-weight: bold;
36586
+ }
36587
+
36588
+ .amis-scope .antd-Markdown table th,
36589
+ .amis-scope .antd-Markdown table td {
36590
+ padding: 6px 13px;
36591
+ border: 1px solid #ddd;
36592
+ }
36593
+
36594
+ .amis-scope .antd-Markdown table tr {
36595
+ background-color: #fff;
36596
+ border-top: 1px solid #ccc;
36597
+ }
36598
+
36599
+ .amis-scope .antd-Markdown table tr:nth-child(2n) {
36600
+ background-color: #f8f8f8;
36601
+ }
36602
+
36603
+ @media (min-width: 1200px) {
36604
+ .amis-scope .antd-Markdown img {
36605
+ max-width: 800px;
36606
+ }
36607
+ }
36608
+
36609
+ .amis-scope .antd-Markdown code {
36610
+ padding: 0;
36611
+ padding-top: 0.2em;
36612
+ padding-bottom: 0.2em;
36613
+ margin: 0;
36614
+ background-color: rgba(0, 0, 0, 0.04);
36615
+ border-radius: 3px;
36616
+ }
36617
+
36618
+ .amis-scope .antd-Markdown code:before,
36619
+ .amis-scope .antd-Markdown code:after {
36620
+ letter-spacing: -0.2em;
36621
+ content: " ";
36622
+ }
36623
+
36624
+ .amis-scope .antd-Markdown pre > code {
36625
+ padding: 0;
36626
+ margin: 0;
36627
+ word-break: normal;
36628
+ white-space: pre;
36629
+ background: transparent;
36630
+ border: 0;
36631
+ }
36632
+
36633
+ .amis-scope .antd-Markdown .highlight {
36634
+ margin-bottom: 16px;
36635
+ }
36636
+
36637
+ .amis-scope .antd-Markdown .highlight pre,
36638
+ .amis-scope .antd-Markdown pre {
36639
+ padding: 16px;
36640
+ overflow: auto;
36641
+ line-height: 1.45;
36642
+ background-color: #f7f7f7;
36643
+ border-radius: 3px;
36644
+ }
36645
+
36646
+ .amis-scope .antd-Markdown .highlight pre {
36647
+ margin-bottom: 0;
36648
+ word-break: normal;
36649
+ }
36650
+
36651
+ .amis-scope .antd-Markdown pre {
36652
+ word-wrap: normal;
36653
+ }
36654
+
36655
+ .amis-scope .antd-Markdown pre code {
36656
+ display: inline;
36657
+ max-width: initial;
36658
+ padding: 0;
36659
+ margin: 0;
36660
+ overflow: initial;
36661
+ line-height: inherit;
36662
+ word-wrap: normal;
36663
+ background-color: transparent;
36664
+ border: 0;
36665
+ }
36666
+
36667
+ .amis-scope .antd-Markdown pre code:before,
36668
+ .amis-scope .antd-Markdown pre code:after {
36669
+ content: normal;
36670
+ }
36671
+
36672
+ .amis-scope .antd-Markdown kbd {
36673
+ display: inline-block;
36674
+ padding: 3px 5px;
36675
+ line-height: 10px;
36676
+ color: #555;
36677
+ vertical-align: middle;
36678
+ background-color: #fcfcfc;
36679
+ border: solid 1px #ccc;
36680
+ border-bottom-color: #bbb;
36681
+ border-radius: 3px;
36682
+ box-shadow: inset 0 -1px 0 #bbb;
36683
+ }
36684
+
36685
+ .amis-scope .antd-Markdown hr {
36686
+ border-bottom-color: #eee;
36687
+ }
36688
+
36009
36689
  /*
36010
36690
  * utilities
36011
36691
  */