amis 1.5.2 → 1.5.6-beta.0

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 (171) hide show
  1. package/README.md +5 -0
  2. package/lib/RootRenderer.d.ts +1 -1
  3. package/lib/RootRenderer.js +4 -3
  4. package/lib/RootRenderer.js.map +2 -2
  5. package/lib/components/Card.d.ts +96 -0
  6. package/lib/components/Card.js +85 -0
  7. package/lib/components/Card.js.map +13 -0
  8. package/lib/components/Collapse.js +1 -1
  9. package/lib/components/Collapse.js.map +2 -2
  10. package/lib/components/DatePicker.d.ts +179 -84
  11. package/lib/components/DatePicker.js +25 -4
  12. package/lib/components/DatePicker.js.map +2 -2
  13. package/lib/components/DateRangePicker.d.ts +84 -84
  14. package/lib/components/MonthRangePicker.d.ts +84 -84
  15. package/lib/components/Picker.d.ts +503 -0
  16. package/lib/components/Picker.js +65 -0
  17. package/lib/components/Picker.js.map +13 -0
  18. package/lib/components/PickerColumn.d.ts +29 -459
  19. package/lib/components/PickerColumn.js +35 -44
  20. package/lib/components/PickerColumn.js.map +2 -2
  21. package/lib/components/Progress.js +1 -1
  22. package/lib/components/Progress.js.map +2 -2
  23. package/lib/components/Select.d.ts +238 -238
  24. package/lib/components/Select.js +9 -2
  25. package/lib/components/Select.js.map +2 -2
  26. package/lib/components/Selection.js +1 -4
  27. package/lib/components/Selection.js.map +2 -2
  28. package/lib/components/Switch.d.ts +6 -6
  29. package/lib/components/Switch.js.map +2 -2
  30. package/lib/components/calendar/Calendar.d.ts +8 -0
  31. package/lib/components/calendar/Calendar.js +19 -1
  32. package/lib/components/calendar/Calendar.js.map +2 -2
  33. package/lib/components/calendar/DaysView.d.ts +8 -0
  34. package/lib/components/calendar/DaysView.js +71 -0
  35. package/lib/components/calendar/DaysView.js.map +2 -2
  36. package/lib/components/calendar/TimeView.d.ts +10 -0
  37. package/lib/components/calendar/TimeView.js +55 -2
  38. package/lib/components/calendar/TimeView.js.map +2 -2
  39. package/lib/components/calendar/YearsView.d.ts +9 -0
  40. package/lib/components/calendar/YearsView.js +19 -0
  41. package/lib/components/calendar/YearsView.js.map +2 -2
  42. package/lib/index.js +1 -1
  43. package/lib/renderers/CRUD.d.ts +1 -1
  44. package/lib/renderers/CRUD.js +4 -3
  45. package/lib/renderers/CRUD.js.map +2 -2
  46. package/lib/renderers/Card.d.ts +81 -13
  47. package/lib/renderers/Card.js +178 -81
  48. package/lib/renderers/Card.js.map +2 -2
  49. package/lib/renderers/Dialog.d.ts +2 -2
  50. package/lib/renderers/Dialog.js +7 -7
  51. package/lib/renderers/Dialog.js.map +2 -2
  52. package/lib/renderers/Drawer.js +2 -2
  53. package/lib/renderers/Drawer.js.map +2 -2
  54. package/lib/renderers/Form/DiffEditor.d.ts +145 -37
  55. package/lib/renderers/Form/Editor.d.ts +144 -36
  56. package/lib/renderers/Form/Formula.js +5 -5
  57. package/lib/renderers/Form/Formula.js.map +2 -2
  58. package/lib/renderers/Form/InputCity.d.ts +84 -84
  59. package/lib/renderers/Form/InputDate.d.ts +25 -0
  60. package/lib/renderers/Form/InputDate.js +48 -3
  61. package/lib/renderers/Form/InputDate.js.map +2 -2
  62. package/lib/renderers/Form/InputFile.js +3 -3
  63. package/lib/renderers/Form/InputFile.js.map +2 -2
  64. package/lib/renderers/Form/InputImage.js +1 -1
  65. package/lib/renderers/Form/InputImage.js.map +2 -2
  66. package/lib/renderers/Form/Item.d.ts +1 -1
  67. package/lib/renderers/Form/Item.js +4 -3
  68. package/lib/renderers/Form/Item.js.map +2 -2
  69. package/lib/renderers/Form/index.d.ts +1 -1
  70. package/lib/renderers/Form/index.js +13 -2
  71. package/lib/renderers/Form/index.js.map +2 -2
  72. package/lib/renderers/Form/wrapControl.js +3 -2
  73. package/lib/renderers/Form/wrapControl.js.map +2 -2
  74. package/lib/renderers/Page.d.ts +3 -3
  75. package/lib/renderers/Page.js +4 -3
  76. package/lib/renderers/Page.js.map +2 -2
  77. package/lib/renderers/Status.js +1 -1
  78. package/lib/renderers/Status.js.map +2 -2
  79. package/lib/renderers/Wizard.d.ts +1 -1
  80. package/lib/renderers/Wizard.js +93 -36
  81. package/lib/renderers/Wizard.js.map +2 -2
  82. package/lib/store/combo.d.ts +160 -40
  83. package/lib/store/form.d.ts +64 -16
  84. package/lib/store/formItem.d.ts +4 -2
  85. package/lib/store/formItem.js +11 -6
  86. package/lib/store/formItem.js.map +2 -2
  87. package/lib/store/table.d.ts +128 -32
  88. package/lib/themes/ang-ie11.css +255 -31
  89. package/lib/themes/ang.css +255 -31
  90. package/lib/themes/ang.css.map +1 -1
  91. package/lib/themes/antd-ie11.css +255 -32
  92. package/lib/themes/antd.css +255 -32
  93. package/lib/themes/antd.css.map +1 -1
  94. package/lib/themes/cxd-ie11.css +263 -31
  95. package/lib/themes/cxd.css +263 -31
  96. package/lib/themes/cxd.css.map +1 -1
  97. package/lib/themes/dark-ie11.css +255 -31
  98. package/lib/themes/dark.css +255 -31
  99. package/lib/themes/dark.css.map +1 -1
  100. package/lib/themes/default.css +263 -31
  101. package/lib/themes/default.css.map +1 -1
  102. package/lib/utils/helper.d.ts +7 -0
  103. package/lib/utils/helper.js +33 -1
  104. package/lib/utils/helper.js.map +2 -2
  105. package/package.json +2 -2
  106. package/schema.json +209 -20
  107. package/scss/_properties.scss +14 -3
  108. package/scss/components/_calendar.scss +81 -0
  109. package/scss/components/_card.scss +155 -15
  110. package/scss/components/_nav.scss +1 -1
  111. package/scss/components/_picker-columns.scss +20 -14
  112. package/scss/components/_toast.scss +3 -0
  113. package/scss/components/form/_file.scss +2 -2
  114. package/scss/components/form/_selection.scss +4 -0
  115. package/scss/components/form/_switch.scss +6 -0
  116. package/scss/themes/_antd-variables.scss +0 -2
  117. package/scss/themes/_common.scss +1 -0
  118. package/scss/themes/_cxd-variables.scss +9 -0
  119. package/sdk/ang-ie11.css +296 -33
  120. package/sdk/ang.css +306 -33
  121. package/sdk/antd-ie11.css +295 -32
  122. package/sdk/antd.css +306 -34
  123. package/sdk/charts.js +13 -13
  124. package/sdk/color-picker.js +65 -65
  125. package/sdk/cropperjs.js +2 -2
  126. package/sdk/cxd-ie11.css +296 -33
  127. package/sdk/cxd.css +314 -33
  128. package/sdk/dark-ie11.css +296 -33
  129. package/sdk/dark.css +306 -33
  130. package/sdk/exceljs.js +1 -1
  131. package/sdk/markdown.js +69 -69
  132. package/sdk/papaparse.js +1 -1
  133. package/sdk/renderers/Form/CityDB.js +1 -1
  134. package/sdk/rest.js +18 -18
  135. package/sdk/rich-text.js +62 -62
  136. package/sdk/sdk-ie11.css +296 -33
  137. package/sdk/sdk.css +314 -33
  138. package/sdk/sdk.js +1190 -1186
  139. package/sdk/thirds/hls.js/hls.js +1 -1
  140. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  141. package/sdk/tinymce.js +57 -57
  142. package/src/RootRenderer.tsx +3 -3
  143. package/src/components/Card.tsx +203 -0
  144. package/src/components/Collapse.tsx +1 -1
  145. package/src/components/DatePicker.tsx +44 -3
  146. package/src/components/Picker.tsx +145 -0
  147. package/src/components/PickerColumn.tsx +58 -95
  148. package/src/components/Progress.tsx +1 -1
  149. package/src/components/Select.tsx +17 -12
  150. package/src/components/Selection.tsx +1 -4
  151. package/src/components/Switch.tsx +7 -7
  152. package/src/components/calendar/Calendar.tsx +30 -1
  153. package/src/components/calendar/DaysView.tsx +91 -0
  154. package/src/components/calendar/TimeView.tsx +80 -5
  155. package/src/components/calendar/YearsView.tsx +44 -1
  156. package/src/renderers/CRUD.tsx +3 -3
  157. package/src/renderers/Card.tsx +299 -191
  158. package/src/renderers/Dialog.tsx +8 -8
  159. package/src/renderers/Drawer.tsx +2 -2
  160. package/src/renderers/Form/Formula.tsx +7 -5
  161. package/src/renderers/Form/InputDate.tsx +83 -2
  162. package/src/renderers/Form/InputFile.tsx +7 -3
  163. package/src/renderers/Form/InputImage.tsx +1 -1
  164. package/src/renderers/Form/Item.tsx +2 -2
  165. package/src/renderers/Form/index.tsx +14 -2
  166. package/src/renderers/Form/wrapControl.tsx +5 -2
  167. package/src/renderers/Page.tsx +11 -10
  168. package/src/renderers/Status.tsx +3 -1
  169. package/src/renderers/Wizard.tsx +52 -12
  170. package/src/store/formItem.ts +12 -6
  171. package/src/utils/helper.ts +34 -0
package/sdk/antd-ie11.css CHANGED
@@ -22785,14 +22785,9 @@ readers do not read off random characters that represent icons */
22785
22785
  position: relative;
22786
22786
  background-color: white;
22787
22787
  user-select: none;
22788
- }
22789
-
22790
- .amis-scope .antd-PickerColumns-popOver {
22791
- position: fixed;
22792
- bottom: 0;
22793
- left: 0;
22794
- width: 100%;
22795
- padding: 0 0.5rem;
22788
+ flex: 1;
22789
+ overflow: hidden;
22790
+ font-size: 1rem;
22796
22791
  }
22797
22792
 
22798
22793
  .amis-scope .antd-PickerColumns-toolbar {
@@ -22817,12 +22812,17 @@ readers do not read off random characters that represent icons */
22817
22812
  opacity: 0.7;
22818
22813
  }
22819
22814
 
22815
+ .amis-scope .antd-PickerColumns-cancel:hover,
22816
+ .amis-scope .antd-PickerColumns-confirm:hover {
22817
+ background-color: none !important;
22818
+ }
22819
+
22820
22820
  .amis-scope .antd-PickerColumns-confirm {
22821
- color: #1890ff;
22821
+ color: rgba(64, 64, 64, 0.85);
22822
22822
  }
22823
22823
 
22824
22824
  .amis-scope .antd-PickerColumns-cancel {
22825
- color: #d9d9d9;
22825
+ color: rgba(128, 128, 128, 0.85);
22826
22826
  }
22827
22827
 
22828
22828
  .amis-scope .antd-PickerColumns-title {
@@ -22864,6 +22864,18 @@ readers do not read off random characters that represent icons */
22864
22864
  pointer-events: none;
22865
22865
  }
22866
22866
 
22867
+ .amis-scope .antd-PickerColumns-frame::after {
22868
+ position: absolute;
22869
+ content: "";
22870
+ border-bottom: 1px solid #eceff8;
22871
+ border-top: 1px solid #eceff8;
22872
+ top: -50%;
22873
+ right: -50%;
22874
+ left: -50%;
22875
+ bottom: -50%;
22876
+ transform: scale(0.5);
22877
+ }
22878
+
22867
22879
  .amis-scope .antd-PickerColumns-mask {
22868
22880
  position: absolute;
22869
22881
  top: 0;
@@ -22878,12 +22890,6 @@ readers do not read off random characters that represent icons */
22878
22890
  pointer-events: none;
22879
22891
  }
22880
22892
 
22881
- .amis-scope .antd-PickerColumns-column {
22882
- flex: 1;
22883
- overflow: hidden;
22884
- font-size: 1rem;
22885
- }
22886
-
22887
22893
  .amis-scope .antd-PickerColumns-columnWrapper {
22888
22894
  margin: 0;
22889
22895
  padding: 0;
@@ -23038,6 +23044,10 @@ readers do not read off random characters that represent icons */
23038
23044
  line-height: 1.5rem;
23039
23045
  }
23040
23046
 
23047
+ .amis-scope .antd-Toast-content .antd-Toast-body .antd-Html {
23048
+ word-break: break-word;
23049
+ }
23050
+
23041
23051
  .amis-scope .antd-Toast-icon {
23042
23052
  display: inline-flex;
23043
23053
  text-rendering: auto;
@@ -24101,7 +24111,7 @@ readers do not read off random characters that represent icons */
24101
24111
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
24102
24112
  color: #fff;
24103
24113
  position: relative;
24104
- background: #1890ff;
24114
+ background: #1890ff !important;
24105
24115
  }
24106
24116
 
24107
24117
  .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
@@ -25141,6 +25151,91 @@ readers do not read off random characters that represent icons */
25141
25151
  padding: 0.5rem;
25142
25152
  }
25143
25153
 
25154
+ .amis-scope .antd-ScheduleCalendar-icon {
25155
+ position: absolute;
25156
+ bottom: -0.25rem;
25157
+ left: 50%;
25158
+ transform: translateX(-50%);
25159
+ display: block;
25160
+ width: 0.625rem;
25161
+ height: 0.625rem;
25162
+ border-radius: 50%;
25163
+ z-index: 10;
25164
+ }
25165
+
25166
+ .amis-scope .antd-ScheduleCalendar-action {
25167
+ display: block;
25168
+ padding: 0;
25169
+ width: 100%;
25170
+ height: 100%;
25171
+ border: none;
25172
+ background: transparent;
25173
+ color: inherit;
25174
+ }
25175
+
25176
+ .amis-scope .antd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
25177
+ color: inherit;
25178
+ background: transparent;
25179
+ border-color: transparent;
25180
+ }
25181
+
25182
+ .amis-scope .antd-ScheduleCalendar .rdtDay {
25183
+ position: relative;
25184
+ }
25185
+
25186
+ .amis-scope .antd-ScheduleCalendar-text-overflow {
25187
+ white-space: nowrap;
25188
+ overflow: hidden;
25189
+ text-overflow: ellipsis;
25190
+ position: absolute;
25191
+ width: 100%;
25192
+ }
25193
+
25194
+ .amis-scope .antd-ScheduleCalendar-large {
25195
+ width: 100%;
25196
+ }
25197
+
25198
+ .amis-scope .antd-ScheduleCalendar-large .rdtPicker {
25199
+ width: 100%;
25200
+ }
25201
+
25202
+ .amis-scope .antd-ScheduleCalendar-large .rdtPicker table {
25203
+ border-collapse: collapse;
25204
+ border-spacing: 0;
25205
+ }
25206
+
25207
+ .amis-scope .antd-ScheduleCalendar-large .rdtPicker table td {
25208
+ border: 0.0625rem solid #eceff8;
25209
+ }
25210
+
25211
+ .amis-scope .antd-ScheduleCalendar-large .rdtDay {
25212
+ height: 6.25rem;
25213
+ vertical-align: top;
25214
+ }
25215
+
25216
+ .amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-large-day-wrap {
25217
+ position: absolute;
25218
+ top: 0;
25219
+ left: 0;
25220
+ min-width: 100%;
25221
+ height: 100%;
25222
+ }
25223
+
25224
+ .amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-large-day-wrap .antd-ScheduleCalendar-large-schedule-content {
25225
+ position: relative;
25226
+ z-index: 10;
25227
+ border-radius: 2px;
25228
+ text-align: left;
25229
+ padding: 0 0.25rem;
25230
+ height: 1.25rem;
25231
+ color: #fff;
25232
+ }
25233
+
25234
+ .amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-action {
25235
+ z-index: 20;
25236
+ position: relative;
25237
+ }
25238
+
25144
25239
  .amis-scope .antd-Collapse {
25145
25240
  border: none;
25146
25241
  padding: 0;
@@ -28596,8 +28691,9 @@ readers do not read off random characters that represent icons */
28596
28691
  }
28597
28692
 
28598
28693
  .amis-scope .antd-Card-title {
28599
- color: #333;
28694
+ color: rgba(0, 0, 0, 0.85);
28600
28695
  font-size: 0.875rem;
28696
+ font-weight: 500;
28601
28697
  white-space: nowrap;
28602
28698
  overflow: hidden;
28603
28699
  text-overflow: ellipsis;
@@ -28618,15 +28714,14 @@ readers do not read off random characters that represent icons */
28618
28714
  }
28619
28715
 
28620
28716
  .amis-scope .antd-Card-dragBtn {
28717
+ display: inline-block;
28621
28718
  cursor: pointer;
28622
- float: right;
28623
- margin: 0.5rem;
28719
+ padding: 0 0.5rem;
28624
28720
  }
28625
28721
 
28626
28722
  .amis-scope .antd-Card-heading {
28627
28723
  display: flex;
28628
- flex-direction: row;
28629
- padding: 0.5rem 0.75rem;
28724
+ padding: 1rem;
28630
28725
  flex: 1 0 auto;
28631
28726
  }
28632
28727
 
@@ -28653,7 +28748,7 @@ readers do not read off random characters that represent icons */
28653
28748
  float: left;
28654
28749
  margin-right: 0.75rem;
28655
28750
  font-size: 1.25rem;
28656
- text-transform: uppercase;
28751
+ text-transform: uppercase();
28657
28752
  }
28658
28753
 
28659
28754
  .amis-scope .antd-Card-meta {
@@ -28661,11 +28756,14 @@ readers do not read off random characters that represent icons */
28661
28756
  flex-grow: 1;
28662
28757
  height: 100%;
28663
28758
  position: relative;
28664
- margin-right: 1rem;
28759
+ }
28760
+
28761
+ .amis-scope .antd-Card-meta + .antd-Card-toolbar {
28762
+ margin-left: 1rem;
28665
28763
  }
28666
28764
 
28667
28765
  .amis-scope .antd-Card-toolbar {
28668
- margin-right: calc(-1 * 0.75rem);
28766
+ line-height: normal;
28669
28767
  text-align: right;
28670
28768
  }
28671
28769
 
@@ -28675,18 +28773,16 @@ readers do not read off random characters that represent icons */
28675
28773
  height: 0.5rem;
28676
28774
  border-radius: 100%;
28677
28775
  display: inline-block;
28678
- position: absolute;
28679
- top: 0.25rem;
28680
- right: 0.125rem;
28776
+ margin: 0 0.5rem;
28681
28777
  }
28682
28778
 
28683
28779
  .amis-scope .antd-Card-body {
28684
- padding: 0.75rem;
28780
+ padding: 1rem;
28685
28781
  flex: 1 0 auto;
28686
28782
  }
28687
28783
 
28688
28784
  .amis-scope .antd-Card-heading + .antd-Card-body {
28689
- padding-top: 0.25rem;
28785
+ padding-top: 0;
28690
28786
  }
28691
28787
 
28692
28788
  .amis-scope .antd-Card-field {
@@ -28715,6 +28811,7 @@ readers do not read off random characters that represent icons */
28715
28811
  flex-direction: row;
28716
28812
  width: 100%;
28717
28813
  table-layout: fixed;
28814
+ white-space: nowrap;
28718
28815
  }
28719
28816
 
28720
28817
  .amis-scope .antd-Card-actions > a {
@@ -28802,6 +28899,160 @@ readers do not read off random characters that represent icons */
28802
28899
  opacity: 0.1;
28803
28900
  }
28804
28901
 
28902
+ .amis-scope .antd-Card-footer-wrapper {
28903
+ display: flex;
28904
+ align-items: center;
28905
+ justify-content: space-between;
28906
+ }
28907
+
28908
+ .amis-scope .antd-Card-actions-wrapper {
28909
+ flex: 1;
28910
+ display: flex;
28911
+ align-items: center;
28912
+ justify-content: flex-end;
28913
+ flex-wrap: wrap;
28914
+ }
28915
+
28916
+ .amis-scope .antd-Card-checkbox {
28917
+ margin: 0 0.5rem !important;
28918
+ }
28919
+
28920
+ .amis-scope .antd-Card-secondary {
28921
+ max-width: 12.5rem;
28922
+ color: #83868c;
28923
+ padding: 0 1rem;
28924
+ font-size: 0.875rem;
28925
+ font-weight: 400;
28926
+ white-space: nowrap;
28927
+ overflow: hidden;
28928
+ text-overflow: ellipsis;
28929
+ }
28930
+
28931
+ .amis-scope .antd-Card-secondary + .antd-Card-actions-wrapper .antd-Card-actions {
28932
+ margin-left: unset;
28933
+ border: none;
28934
+ width: unset;
28935
+ }
28936
+
28937
+ .amis-scope .antd-Card-secondary + .antd-Card-actions-wrapper .antd-Card-actions > a {
28938
+ border: none;
28939
+ }
28940
+
28941
+ .amis-scope .antd-Card-multiMedia--top .antd-Card-actions-wrapper .antd-Card-actions,
28942
+ .amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions-wrapper .antd-Card-actions,
28943
+ .amis-scope .antd-Card-multiMedia--left .antd-Card-actions-wrapper .antd-Card-actions,
28944
+ .amis-scope .antd-Card-multiMedia--right .antd-Card-actions-wrapper .antd-Card-actions {
28945
+ margin-left: unset;
28946
+ border: none;
28947
+ width: unset;
28948
+ }
28949
+
28950
+ .amis-scope .antd-Card-multiMedia--top .antd-Card-actions-wrapper .antd-Card-actions > a,
28951
+ .amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions-wrapper .antd-Card-actions > a,
28952
+ .amis-scope .antd-Card-multiMedia--left .antd-Card-actions-wrapper .antd-Card-actions > a,
28953
+ .amis-scope .antd-Card-multiMedia--right .antd-Card-actions-wrapper .antd-Card-actions > a {
28954
+ border: none;
28955
+ }
28956
+
28957
+ .amis-scope .antd-Card-multiMedia--top {
28958
+ display: block;
28959
+ }
28960
+
28961
+ .amis-scope .antd-Card-multiMedia--top .antd-Card-multiMedia-img {
28962
+ border-bottom-left-radius: unset;
28963
+ border-bottom-right-radius: unset;
28964
+ }
28965
+
28966
+ .amis-scope .antd-Card-multiMedia--bottom {
28967
+ display: flex;
28968
+ flex-direction: column-reverse;
28969
+ }
28970
+
28971
+ .amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions {
28972
+ border-bottom: 0.0625rem solid #dfe2e6;
28973
+ }
28974
+
28975
+ .amis-scope .antd-Card-multiMedia--bottom .antd-Card-multiMedia-img {
28976
+ border-top-left-radius: unset;
28977
+ border-top-right-radius: unset;
28978
+ }
28979
+
28980
+ .amis-scope .antd-Card-multiMedia--top .antd-Card-body,
28981
+ .amis-scope .antd-Card-multiMedia--bottom .antd-Card-body {
28982
+ padding-bottom: 1rem;
28983
+ }
28984
+
28985
+ .amis-scope .antd-Card-multiMedia--left {
28986
+ display: flex;
28987
+ align-items: center;
28988
+ }
28989
+
28990
+ .amis-scope .antd-Card-multiMedia--left .antd-Card-actions {
28991
+ margin-left: 1rem;
28992
+ border-left: 0.0625rem solid #dfe2e6;
28993
+ }
28994
+
28995
+ .amis-scope .antd-Card-multiMedia--left .antd-Card-multiMedia-img,
28996
+ .amis-scope .antd-Card-multiMedia--left .antd-Card-multiMedia-video {
28997
+ margin: 1rem 0 1rem 1rem;
28998
+ }
28999
+
29000
+ .amis-scope .antd-Card-multiMedia--right {
29001
+ display: flex;
29002
+ align-items: center;
29003
+ justify-content: space-between;
29004
+ flex-direction: row-reverse;
29005
+ }
29006
+
29007
+ .amis-scope .antd-Card-multiMedia--right .antd-Card-actions {
29008
+ margin-right: 1rem;
29009
+ border-right: 0.0625rem solid #dfe2e6;
29010
+ }
29011
+
29012
+ .amis-scope .antd-Card-multiMedia--right .antd-Card-multiMedia-img,
29013
+ .amis-scope .antd-Card-multiMedia--right .antd-Card-multiMedia-video {
29014
+ margin: 1rem 1rem 1rem 0;
29015
+ }
29016
+
29017
+ .amis-scope .antd-Card-multiMedia-flex {
29018
+ flex: 1;
29019
+ display: flex;
29020
+ flex-direction: column;
29021
+ justify-content: center;
29022
+ }
29023
+
29024
+ .amis-scope .antd-Card-multiMedia-img {
29025
+ display: block;
29026
+ width: 100%;
29027
+ height: auto;
29028
+ object-fit: cover;
29029
+ border-radius: 2px;
29030
+ }
29031
+
29032
+ .amis-scope .antd-Card-multiMedia-video {
29033
+ width: 11.25rem;
29034
+ height: 7.5rem;
29035
+ }
29036
+
29037
+ .amis-scope .antd-Card-multiMedia-video .antd-Video {
29038
+ width: 100%;
29039
+ height: 100%;
29040
+ min-width: unset;
29041
+ border-radius: 2px;
29042
+ overflow: hidden;
29043
+ }
29044
+
29045
+ .amis-scope .antd-Card-multiMedia-video .antd-Video .antd-Video-player {
29046
+ width: 100%;
29047
+ height: 100%;
29048
+ }
29049
+
29050
+ .amis-scope .antd-Card-multiMedia-video .antd-Video .antd-Video-player .video-react {
29051
+ width: 100%;
29052
+ height: 100%;
29053
+ padding-top: unset !important;
29054
+ }
29055
+
28805
29056
  .amis-scope .antd-Field-quickEditBtn {
28806
29057
  color: inherit;
28807
29058
  margin-left: 0.25rem;
@@ -32045,6 +32296,12 @@ readers do not read off random characters that represent icons */
32045
32296
  margin-right: 0.25rem;
32046
32297
  }
32047
32298
 
32299
+ .amis-scope .antd-GroupedSelection {
32300
+ max-height: 18.75rem;
32301
+ overflow: auto;
32302
+ user-select: none;
32303
+ }
32304
+
32048
32305
  .amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
32049
32306
  border-top: 0.0625rem solid #dfe2e6;
32050
32307
  }
@@ -32413,6 +32670,12 @@ readers do not read off random characters that represent icons */
32413
32670
  transition: all 0s;
32414
32671
  }
32415
32672
 
32673
+ .amis-scope .antd-Switch .text > svg {
32674
+ width: 0.75rem;
32675
+ height: 0.75rem;
32676
+ margin-top: calc((1.375rem - 0.75rem) / 2);
32677
+ }
32678
+
32416
32679
  .amis-scope .antd-Switch .slider:before {
32417
32680
  content: "";
32418
32681
  position: absolute;
@@ -34457,8 +34720,9 @@ readers do not read off random characters that represent icons */
34457
34720
  }
34458
34721
 
34459
34722
  .amis-scope .antd-FileControl-selectBtn {
34460
- display: flex;
34723
+ display: inline-flex;
34461
34724
  align-items: center;
34725
+ margin-right: 10px;
34462
34726
  }
34463
34727
 
34464
34728
  .amis-scope .antd-FileControl-selectBtn > svg {
@@ -34467,7 +34731,6 @@ readers do not read off random characters that represent icons */
34467
34731
  }
34468
34732
 
34469
34733
  .amis-scope .antd-FileControl-description {
34470
- margin-left: 10px;
34471
34734
  color: #999;
34472
34735
  font-size: 12px;
34473
34736
  }