amis 1.4.0 → 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 (87) hide show
  1. package/lib/components/Badge.d.ts +2 -1
  2. package/lib/components/Badge.js +33 -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/RichText.d.ts +6 -1
  8. package/lib/components/RichText.js +243 -8
  9. package/lib/components/RichText.js.map +2 -2
  10. package/lib/components/calendar/DaysView.js +2 -2
  11. package/lib/components/calendar/DaysView.js.map +2 -2
  12. package/lib/components/icons.js +2 -0
  13. package/lib/components/icons.js.map +2 -2
  14. package/lib/helper.css.map +1 -1
  15. package/lib/icons/loading-outline.js +7 -0
  16. package/lib/index.js +1 -1
  17. package/lib/renderers/Action.d.ts +9 -1
  18. package/lib/renderers/Action.js +5 -5
  19. package/lib/renderers/Action.js.map +2 -2
  20. package/lib/renderers/DropDownButton.d.ts +4 -0
  21. package/lib/renderers/DropDownButton.js +5 -3
  22. package/lib/renderers/DropDownButton.js.map +2 -2
  23. package/lib/renderers/Nav.d.ts +52 -22
  24. package/lib/renderers/Nav.js +100 -15
  25. package/lib/renderers/Nav.js.map +2 -2
  26. package/lib/renderers/Page.js +1 -1
  27. package/lib/renderers/Page.js.map +2 -2
  28. package/lib/themes/ang-ie11.css +350 -54
  29. package/lib/themes/ang.css +350 -54
  30. package/lib/themes/ang.css.map +1 -1
  31. package/lib/themes/antd-ie11.css +350 -54
  32. package/lib/themes/antd.css +350 -54
  33. package/lib/themes/antd.css.map +1 -1
  34. package/lib/themes/cxd-ie11.css +458 -174
  35. package/lib/themes/cxd.css +458 -174
  36. package/lib/themes/cxd.css.map +1 -1
  37. package/lib/themes/dark-ie11.css +350 -54
  38. package/lib/themes/dark.css +350 -54
  39. package/lib/themes/dark.css.map +1 -1
  40. package/lib/themes/default.css +458 -174
  41. package/lib/themes/default.css.map +1 -1
  42. package/lib/utils/helper.js.map +2 -2
  43. package/package.json +46 -39
  44. package/schema.json +200 -15
  45. package/scss/_mixins.scss +29 -0
  46. package/scss/_properties.scss +23 -11
  47. package/scss/components/_badge.scss +52 -1
  48. package/scss/components/_button.scss +35 -3
  49. package/scss/components/_image-gallery.scss +1 -1
  50. package/scss/components/_nav.scss +109 -35
  51. package/scss/themes/_cxd-variables.scss +20 -20
  52. package/sdk/ang-ie11.css +449 -56
  53. package/sdk/ang.css +459 -56
  54. package/sdk/antd-ie11.css +439 -48
  55. package/sdk/antd.css +459 -56
  56. package/sdk/charts.js +13 -13
  57. package/sdk/color-picker.js +69 -65
  58. package/sdk/cropperjs.js +2 -2
  59. package/sdk/cxd-ie11.css +908 -517
  60. package/sdk/cxd.css +567 -176
  61. package/sdk/dark-ie11.css +449 -56
  62. package/sdk/dark.css +459 -56
  63. package/sdk/exceljs.js +1 -1
  64. package/sdk/helper.css.map +1 -1
  65. package/sdk/markdown.js +69 -69
  66. package/sdk/papaparse.js +1 -1
  67. package/sdk/renderers/Form/CityDB.js +1 -1
  68. package/sdk/rest.js +22 -28
  69. package/sdk/rich-text.js +62 -64
  70. package/sdk/sdk-ie11.css +908 -517
  71. package/sdk/sdk.css +567 -176
  72. package/sdk/sdk.js +1145 -1141
  73. package/sdk/thirds/hls.js/hls.js +1 -1
  74. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  75. package/sdk/tinymce.js +57 -57
  76. package/sdk.zip +0 -0
  77. package/src/components/Badge.tsx +78 -22
  78. package/src/components/Button.tsx +23 -7
  79. package/src/components/RichText.tsx +284 -3
  80. package/src/components/calendar/DaysView.tsx +2 -2
  81. package/src/components/icons.tsx +2 -0
  82. package/src/icons/loading-outline.svg +4 -0
  83. package/src/renderers/Action.tsx +66 -13
  84. package/src/renderers/DropDownButton.tsx +13 -4
  85. package/src/renderers/Nav.tsx +165 -36
  86. package/src/renderers/Page.tsx +1 -1
  87. package/src/utils/helper.ts +1 -0
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;
@@ -21626,6 +21779,56 @@ readers do not read off random characters that represent icons */
21626
21779
  border-radius: 50%;
21627
21780
  }
21628
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
+
21629
21832
  @keyframes badgeDotAnimation {
21630
21833
  0% {
21631
21834
  transform: scale(0.8);
@@ -22863,6 +23066,17 @@ readers do not read off random characters that represent icons */
22863
23066
  margin-left: 0.5rem;
22864
23067
  }
22865
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
+
22866
23080
  .amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
22867
23081
  height: 0.875rem;
22868
23082
  vertical-align: middle;
@@ -22874,6 +23088,12 @@ readers do not read off random characters that represent icons */
22874
23088
  border-color: #b4bbc5;
22875
23089
  }
22876
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
+
22877
23097
  .amis-scope .antd-ArrayInput-addBtn:hover:focus {
22878
23098
  box-shadow: none;
22879
23099
  }
@@ -23481,6 +23701,7 @@ readers do not read off random characters that represent icons */
23481
23701
  .amis-scope .antd-Nav--tabs .antd-Nav-item {
23482
23702
  margin-bottom: calc(0.0625rem * -1);
23483
23703
  display: inline-block;
23704
+ position: relative;
23484
23705
  }
23485
23706
 
23486
23707
  .amis-scope .antd-Nav--tabs .antd-Nav-item > a {
@@ -23493,7 +23714,7 @@ readers do not read off random characters that represent icons */
23493
23714
  color: rgba(0, 0, 0, 0.85);
23494
23715
  text-decoration: none;
23495
23716
  margin-right: 0.125rem;
23496
- padding: 0.5rem 0.75rem;
23717
+ padding: 0.5rem 1.5rem;
23497
23718
  cursor: pointer;
23498
23719
  }
23499
23720
 
@@ -23523,106 +23744,224 @@ readers do not read off random characters that represent icons */
23523
23744
  min-height: 3.125rem;
23524
23745
  }
23525
23746
 
23526
- .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 {
23527
23749
  position: relative;
23750
+ display: flex;
23751
+ flex-wrap: wrap;
23752
+ align-items: stretch;
23753
+ width: 100%;
23528
23754
  }
23529
23755
 
23530
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a {
23531
- 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;
23532
23819
  outline: none;
23533
23820
  color: rgba(0, 0, 0, 0.85);
23534
23821
  text-decoration: none;
23535
- padding: 0.5rem 0.75rem;
23822
+ padding: 0.5rem 0.5rem;
23536
23823
  cursor: pointer;
23537
23824
  background: transparent;
23538
23825
  border-radius: 0;
23539
23826
  text-overflow: ellipsis;
23540
- }
23541
-
23542
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a::after {
23543
- border-left: 0;
23544
- position: absolute;
23545
- left: 0;
23546
- top: 0;
23547
- content: "";
23548
- width: 1px;
23549
- height: 100%;
23550
- transform: scaleY(0.0001);
23551
- 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);
23552
- }
23553
-
23554
- .amis-scope .antd-Nav--stacked .antd-Nav-item.has-sub > a {
23555
- padding-right: calc(0.75rem + 0.5rem);
23827
+ flex: 1;
23556
23828
  }
23557
23829
 
23558
23830
  .amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
23559
- .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 {
23560
23846
  border-color: #333;
23561
23847
  text-decoration: none;
23562
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;
23563
23861
  }
23564
23862
 
23565
23863
  .amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
23566
- .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 {
23567
23871
  color: #999;
23568
23872
  background: transparent;
23569
23873
  pointer-events: none;
23570
23874
  }
23571
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
+
23572
23883
  .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
23573
- .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 {
23574
23895
  color: #fff;
23575
- background: #1890ff;
23576
- padding-left: 0.75rem;
23577
23896
  position: relative;
23578
23897
  }
23579
23898
 
23580
23899
  .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
23581
- .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 {
23582
23911
  transform: scaleY(1);
23583
23912
  }
23584
23913
 
23585
- .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 {
23586
23918
  transform: rotate(180deg) scale(0.8);
23587
23919
  }
23588
23920
 
23589
- .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 {
23590
23925
  display: block;
23591
23926
  }
23592
23927
 
23593
- .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 {
23594
23930
  position: absolute;
23595
23931
  right: 0.625rem;
23596
23932
  top: 0.5rem;
23597
23933
  }
23598
23934
 
23599
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler {
23600
- position: absolute;
23601
- right: 0;
23602
- top: 0.1875rem;
23603
- width: 1.875rem;
23604
- 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;
23605
23940
  text-align: center;
23606
- line-height: 1.875rem;
23941
+ line-height: 1.5rem;
23607
23942
  vertical-align: middle;
23608
23943
  cursor: pointer;
23609
23944
  transform: scale(0.8);
23610
23945
  transition: transform 0.2s;
23611
23946
  }
23612
23947
 
23613
- .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 {
23614
23950
  width: 10px;
23615
23951
  height: 10px;
23616
23952
  top: 0;
23617
23953
  }
23618
23954
 
23619
- .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 {
23620
23957
  display: none;
23621
23958
  padding-left: 0;
23622
23959
  list-style: none;
23960
+ width: 100%;
23623
23961
  }
23624
23962
 
23625
- .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 {
23626
23965
  font-size: 0.875rem;
23627
23966
  }
23628
23967
 
@@ -28719,7 +29058,7 @@ readers do not read off random characters that represent icons */
28719
29058
  }
28720
29059
 
28721
29060
  .amis-scope .antd-ImageGallery-item.is-active {
28722
- border: 1px solid #108cee;
29061
+ border: 1px solid #1890ff;
28723
29062
  }
28724
29063
 
28725
29064
  .amis-scope .antd-ImageGallery-item.is-active:after {
@@ -32527,7 +32866,7 @@ readers do not read off random characters that represent icons */
32527
32866
  }
32528
32867
 
32529
32868
  .amis-scope .antd-CalendarCounter-btn:hover {
32530
- color: #0076e4;
32869
+ color: #1C53C1;
32531
32870
  }
32532
32871
 
32533
32872
  .amis-scope .antd-CalendarCounter-btn > svg {
@@ -32604,6 +32943,12 @@ readers do not read off random characters that represent icons */
32604
32943
  border-color: #0076e4;
32605
32944
  }
32606
32945
 
32946
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
32947
+ color: #fff;
32948
+ background: #0076e4;
32949
+ border-color: #0070d7;
32950
+ }
32951
+
32607
32952
  .amis-scope .rdtBtn:hover:focus {
32608
32953
  box-shadow: none;
32609
32954
  }
@@ -32626,6 +32971,12 @@ readers do not read off random characters that represent icons */
32626
32971
  border-color: #40a9ff;
32627
32972
  }
32628
32973
 
32974
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
32975
+ color: #096dd9;
32976
+ background: #fff;
32977
+ border-color: #096dd9;
32978
+ }
32979
+
32629
32980
  .amis-scope .rdtBtnCancel:hover:focus {
32630
32981
  box-shadow: none;
32631
32982
  }
@@ -32954,6 +33305,12 @@ readers do not read off random characters that represent icons */
32954
33305
  border-color: #b4bbc5;
32955
33306
  }
32956
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
+
32957
33314
  .amis-scope .antd-ImageControl-addBtn:hover:focus {
32958
33315
  box-shadow: none;
32959
33316
  }
@@ -34255,6 +34612,17 @@ readers do not read off random characters that represent icons */
34255
34612
  margin-left: 0.5rem;
34256
34613
  }
34257
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
+
34258
34626
  .amis-scope .antd-Combo-addBtn img.antd-Button-icon {
34259
34627
  height: 0.875rem;
34260
34628
  vertical-align: middle;
@@ -34266,6 +34634,12 @@ readers do not read off random characters that represent icons */
34266
34634
  border-color: #b4bbc5;
34267
34635
  }
34268
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
+
34269
34643
  .amis-scope .antd-Combo-addBtn:hover:focus {
34270
34644
  box-shadow: none;
34271
34645
  }
@@ -34624,7 +34998,7 @@ readers do not read off random characters that represent icons */
34624
34998
  }
34625
34999
 
34626
35000
  .amis-scope .antd-SubForm-addBtn:hover:focus {
34627
- color: #333;
35001
+ color: #4F86F4;
34628
35002
  text-decoration: none;
34629
35003
  box-shadow: none;
34630
35004
  }
@@ -34962,6 +35336,17 @@ readers do not read off random characters that represent icons */
34962
35336
  margin-left: 0.5rem;
34963
35337
  }
34964
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
+
34965
35350
  .amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
34966
35351
  height: 0.875rem;
34967
35352
  vertical-align: middle;
@@ -34973,6 +35358,12 @@ readers do not read off random characters that represent icons */
34973
35358
  border-color: #b4bbc5;
34974
35359
  }
34975
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
+
34976
35367
  .amis-scope .antd-TagControl-sugItem:hover:focus {
34977
35368
  box-shadow: none;
34978
35369
  }