amis 1.5.1 → 1.5.5

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 (168) 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 -4
  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 +2 -2
  63. package/lib/renderers/Form/InputFile.js.map +2 -2
  64. package/lib/renderers/Form/Item.d.ts +1 -1
  65. package/lib/renderers/Form/Item.js +4 -3
  66. package/lib/renderers/Form/Item.js.map +2 -2
  67. package/lib/renderers/Form/index.d.ts +1 -1
  68. package/lib/renderers/Form/index.js +13 -2
  69. package/lib/renderers/Form/index.js.map +2 -2
  70. package/lib/renderers/Form/wrapControl.js +3 -2
  71. package/lib/renderers/Form/wrapControl.js.map +2 -2
  72. package/lib/renderers/Page.d.ts +3 -3
  73. package/lib/renderers/Page.js +4 -3
  74. package/lib/renderers/Page.js.map +2 -2
  75. package/lib/renderers/Status.js +1 -1
  76. package/lib/renderers/Status.js.map +2 -2
  77. package/lib/renderers/Wizard.d.ts +1 -1
  78. package/lib/renderers/Wizard.js +93 -36
  79. package/lib/renderers/Wizard.js.map +2 -2
  80. package/lib/store/combo.d.ts +160 -40
  81. package/lib/store/form.d.ts +64 -16
  82. package/lib/store/formItem.d.ts +4 -2
  83. package/lib/store/formItem.js +11 -6
  84. package/lib/store/formItem.js.map +2 -2
  85. package/lib/store/table.d.ts +128 -32
  86. package/lib/themes/ang-ie11.css +255 -31
  87. package/lib/themes/ang.css +255 -31
  88. package/lib/themes/ang.css.map +1 -1
  89. package/lib/themes/antd-ie11.css +255 -32
  90. package/lib/themes/antd.css +255 -32
  91. package/lib/themes/antd.css.map +1 -1
  92. package/lib/themes/cxd-ie11.css +263 -31
  93. package/lib/themes/cxd.css +263 -31
  94. package/lib/themes/cxd.css.map +1 -1
  95. package/lib/themes/dark-ie11.css +255 -31
  96. package/lib/themes/dark.css +255 -31
  97. package/lib/themes/dark.css.map +1 -1
  98. package/lib/themes/default.css +263 -31
  99. package/lib/themes/default.css.map +1 -1
  100. package/lib/utils/helper.d.ts +7 -0
  101. package/lib/utils/helper.js +33 -1
  102. package/lib/utils/helper.js.map +2 -2
  103. package/package.json +2 -2
  104. package/schema.json +209 -20
  105. package/scss/_properties.scss +14 -3
  106. package/scss/components/_calendar.scss +81 -0
  107. package/scss/components/_card.scss +155 -15
  108. package/scss/components/_nav.scss +1 -1
  109. package/scss/components/_picker-columns.scss +20 -14
  110. package/scss/components/_toast.scss +3 -0
  111. package/scss/components/form/_file.scss +2 -2
  112. package/scss/components/form/_selection.scss +4 -0
  113. package/scss/components/form/_switch.scss +6 -0
  114. package/scss/themes/_antd-variables.scss +0 -2
  115. package/scss/themes/_common.scss +1 -0
  116. package/scss/themes/_cxd-variables.scss +9 -0
  117. package/sdk/ang-ie11.css +296 -33
  118. package/sdk/ang.css +306 -33
  119. package/sdk/antd-ie11.css +295 -32
  120. package/sdk/antd.css +306 -34
  121. package/sdk/charts.js +13 -13
  122. package/sdk/color-picker.js +69 -65
  123. package/sdk/cropperjs.js +2 -2
  124. package/sdk/cxd-ie11.css +296 -33
  125. package/sdk/cxd.css +314 -33
  126. package/sdk/dark-ie11.css +296 -33
  127. package/sdk/dark.css +306 -33
  128. package/sdk/exceljs.js +1 -1
  129. package/sdk/markdown.js +69 -69
  130. package/sdk/papaparse.js +1 -1
  131. package/sdk/renderers/Form/CityDB.js +1 -1
  132. package/sdk/rest.js +16 -20
  133. package/sdk/rich-text.js +62 -62
  134. package/sdk/sdk-ie11.css +296 -33
  135. package/sdk/sdk.css +314 -33
  136. package/sdk/sdk.js +1218 -1214
  137. package/sdk/thirds/hls.js/hls.js +1 -1
  138. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  139. package/sdk/tinymce.js +57 -57
  140. package/src/RootRenderer.tsx +3 -3
  141. package/src/components/Card.tsx +203 -0
  142. package/src/components/Collapse.tsx +1 -1
  143. package/src/components/DatePicker.tsx +44 -3
  144. package/src/components/Picker.tsx +145 -0
  145. package/src/components/PickerColumn.tsx +58 -95
  146. package/src/components/Progress.tsx +1 -1
  147. package/src/components/Select.tsx +17 -12
  148. package/src/components/Selection.tsx +1 -4
  149. package/src/components/Switch.tsx +7 -7
  150. package/src/components/calendar/Calendar.tsx +30 -1
  151. package/src/components/calendar/DaysView.tsx +91 -0
  152. package/src/components/calendar/TimeView.tsx +80 -5
  153. package/src/components/calendar/YearsView.tsx +44 -1
  154. package/src/renderers/CRUD.tsx +3 -4
  155. package/src/renderers/Card.tsx +299 -191
  156. package/src/renderers/Dialog.tsx +8 -8
  157. package/src/renderers/Drawer.tsx +2 -2
  158. package/src/renderers/Form/Formula.tsx +7 -5
  159. package/src/renderers/Form/InputDate.tsx +83 -2
  160. package/src/renderers/Form/InputFile.tsx +6 -2
  161. package/src/renderers/Form/Item.tsx +2 -2
  162. package/src/renderers/Form/index.tsx +14 -2
  163. package/src/renderers/Form/wrapControl.tsx +5 -2
  164. package/src/renderers/Page.tsx +11 -10
  165. package/src/renderers/Status.tsx +3 -1
  166. package/src/renderers/Wizard.tsx +52 -12
  167. package/src/store/formItem.ts +12 -6
  168. package/src/utils/helper.ts +34 -0
package/sdk/ang-ie11.css CHANGED
@@ -22805,14 +22805,9 @@ readers do not read off random characters that represent icons */
22805
22805
  position: relative;
22806
22806
  background-color: white;
22807
22807
  user-select: none;
22808
- }
22809
-
22810
- .amis-scope .a-PickerColumns-popOver {
22811
- position: fixed;
22812
- bottom: 0;
22813
- left: 0;
22814
- width: 100%;
22815
- padding: 0 0.5rem;
22808
+ flex: 1;
22809
+ overflow: hidden;
22810
+ font-size: 1rem;
22816
22811
  }
22817
22812
 
22818
22813
  .amis-scope .a-PickerColumns-toolbar {
@@ -22837,12 +22832,17 @@ readers do not read off random characters that represent icons */
22837
22832
  opacity: 0.7;
22838
22833
  }
22839
22834
 
22835
+ .amis-scope .a-PickerColumns-cancel:hover,
22836
+ .amis-scope .a-PickerColumns-confirm:hover {
22837
+ background-color: none !important;
22838
+ }
22839
+
22840
22840
  .amis-scope .a-PickerColumns-confirm {
22841
- color: #23b7e5;
22841
+ color: #99a6ad;
22842
22842
  }
22843
22843
 
22844
22844
  .amis-scope .a-PickerColumns-cancel {
22845
- color: #edf1f2;
22845
+ color: #dfe3e6;
22846
22846
  }
22847
22847
 
22848
22848
  .amis-scope .a-PickerColumns-title {
@@ -22884,6 +22884,18 @@ readers do not read off random characters that represent icons */
22884
22884
  pointer-events: none;
22885
22885
  }
22886
22886
 
22887
+ .amis-scope .a-PickerColumns-frame::after {
22888
+ position: absolute;
22889
+ content: "";
22890
+ border-bottom: 1px solid #d1d5db;
22891
+ border-top: 1px solid #d1d5db;
22892
+ top: -50%;
22893
+ right: -50%;
22894
+ left: -50%;
22895
+ bottom: -50%;
22896
+ transform: scale(0.5);
22897
+ }
22898
+
22887
22899
  .amis-scope .a-PickerColumns-mask {
22888
22900
  position: absolute;
22889
22901
  top: 0;
@@ -22898,12 +22910,6 @@ readers do not read off random characters that represent icons */
22898
22910
  pointer-events: none;
22899
22911
  }
22900
22912
 
22901
- .amis-scope .a-PickerColumns-column {
22902
- flex: 1;
22903
- overflow: hidden;
22904
- font-size: 1rem;
22905
- }
22906
-
22907
22913
  .amis-scope .a-PickerColumns-columnWrapper {
22908
22914
  margin: 0;
22909
22915
  padding: 0;
@@ -23058,6 +23064,10 @@ readers do not read off random characters that represent icons */
23058
23064
  line-height: 1.5rem;
23059
23065
  }
23060
23066
 
23067
+ .amis-scope .a-Toast-content .a-Toast-body .a-Html {
23068
+ word-break: break-word;
23069
+ }
23070
+
23061
23071
  .amis-scope .a-Toast-icon {
23062
23072
  display: inline-flex;
23063
23073
  text-rendering: auto;
@@ -24123,7 +24133,7 @@ readers do not read off random characters that represent icons */
24123
24133
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
24124
24134
  color: #fff;
24125
24135
  position: relative;
24126
- background: #23b7e5;
24136
+ background: #23b7e5 !important;
24127
24137
  }
24128
24138
 
24129
24139
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
@@ -25163,6 +25173,91 @@ readers do not read off random characters that represent icons */
25163
25173
  padding: 0.5rem;
25164
25174
  }
25165
25175
 
25176
+ .amis-scope .a-ScheduleCalendar-icon {
25177
+ position: absolute;
25178
+ bottom: -0.25rem;
25179
+ left: 50%;
25180
+ transform: translateX(-50%);
25181
+ display: block;
25182
+ width: 0.625rem;
25183
+ height: 0.625rem;
25184
+ border-radius: 50%;
25185
+ z-index: 10;
25186
+ }
25187
+
25188
+ .amis-scope .a-ScheduleCalendar-action {
25189
+ display: block;
25190
+ padding: 0;
25191
+ width: 100%;
25192
+ height: 100%;
25193
+ border: none;
25194
+ background: transparent;
25195
+ color: inherit;
25196
+ }
25197
+
25198
+ .amis-scope .a-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
25199
+ color: inherit;
25200
+ background: transparent;
25201
+ border-color: transparent;
25202
+ }
25203
+
25204
+ .amis-scope .a-ScheduleCalendar .rdtDay {
25205
+ position: relative;
25206
+ }
25207
+
25208
+ .amis-scope .a-ScheduleCalendar-text-overflow {
25209
+ white-space: nowrap;
25210
+ overflow: hidden;
25211
+ text-overflow: ellipsis;
25212
+ position: absolute;
25213
+ width: 100%;
25214
+ }
25215
+
25216
+ .amis-scope .a-ScheduleCalendar-large {
25217
+ width: 100%;
25218
+ }
25219
+
25220
+ .amis-scope .a-ScheduleCalendar-large .rdtPicker {
25221
+ width: 100%;
25222
+ }
25223
+
25224
+ .amis-scope .a-ScheduleCalendar-large .rdtPicker table {
25225
+ border-collapse: collapse;
25226
+ border-spacing: 0;
25227
+ }
25228
+
25229
+ .amis-scope .a-ScheduleCalendar-large .rdtPicker table td {
25230
+ border: 0.0625rem solid #d1d5db;
25231
+ }
25232
+
25233
+ .amis-scope .a-ScheduleCalendar-large .rdtDay {
25234
+ height: 6.25rem;
25235
+ vertical-align: top;
25236
+ }
25237
+
25238
+ .amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-large-day-wrap {
25239
+ position: absolute;
25240
+ top: 0;
25241
+ left: 0;
25242
+ min-width: 100%;
25243
+ height: 100%;
25244
+ }
25245
+
25246
+ .amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-large-day-wrap .a-ScheduleCalendar-large-schedule-content {
25247
+ position: relative;
25248
+ z-index: 10;
25249
+ border-radius: 0.142rem;
25250
+ text-align: left;
25251
+ padding: 0 0.25rem;
25252
+ height: 1.25rem;
25253
+ color: #fff;
25254
+ }
25255
+
25256
+ .amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-action {
25257
+ z-index: 20;
25258
+ position: relative;
25259
+ }
25260
+
25166
25261
  .amis-scope .a-Collapse {
25167
25262
  border: none;
25168
25263
  padding: 0;
@@ -28618,8 +28713,9 @@ readers do not read off random characters that represent icons */
28618
28713
  }
28619
28714
 
28620
28715
  .amis-scope .a-Card-title {
28621
- color: #414c52;
28716
+ color: #58666e;
28622
28717
  font-size: 0.875rem;
28718
+ font-weight: 500;
28623
28719
  white-space: nowrap;
28624
28720
  overflow: hidden;
28625
28721
  text-overflow: ellipsis;
@@ -28640,15 +28736,14 @@ readers do not read off random characters that represent icons */
28640
28736
  }
28641
28737
 
28642
28738
  .amis-scope .a-Card-dragBtn {
28739
+ display: inline-block;
28643
28740
  cursor: pointer;
28644
- float: right;
28645
- margin: 0.5rem;
28741
+ padding: 0 0.5rem;
28646
28742
  }
28647
28743
 
28648
28744
  .amis-scope .a-Card-heading {
28649
28745
  display: flex;
28650
- flex-direction: row;
28651
- padding: 0.5rem 0.75rem;
28746
+ padding: 1rem;
28652
28747
  flex: 1 0 auto;
28653
28748
  }
28654
28749
 
@@ -28675,7 +28770,7 @@ readers do not read off random characters that represent icons */
28675
28770
  float: left;
28676
28771
  margin-right: 0.75rem;
28677
28772
  font-size: 1.25rem;
28678
- text-transform: uppercase;
28773
+ text-transform: uppercase();
28679
28774
  }
28680
28775
 
28681
28776
  .amis-scope .a-Card-meta {
@@ -28683,11 +28778,14 @@ readers do not read off random characters that represent icons */
28683
28778
  flex-grow: 1;
28684
28779
  height: 100%;
28685
28780
  position: relative;
28686
- margin-right: 1rem;
28781
+ }
28782
+
28783
+ .amis-scope .a-Card-meta + .a-Card-toolbar {
28784
+ margin-left: 1rem;
28687
28785
  }
28688
28786
 
28689
28787
  .amis-scope .a-Card-toolbar {
28690
- margin-right: calc(-1 * 0.75rem);
28788
+ line-height: normal;
28691
28789
  text-align: right;
28692
28790
  }
28693
28791
 
@@ -28697,18 +28795,16 @@ readers do not read off random characters that represent icons */
28697
28795
  height: 0.5rem;
28698
28796
  border-radius: 100%;
28699
28797
  display: inline-block;
28700
- position: absolute;
28701
- top: 0.25rem;
28702
- right: 0.125rem;
28798
+ margin: 0 0.5rem;
28703
28799
  }
28704
28800
 
28705
28801
  .amis-scope .a-Card-body {
28706
- padding: 0.75rem;
28802
+ padding: 1rem;
28707
28803
  flex: 1 0 auto;
28708
28804
  }
28709
28805
 
28710
28806
  .amis-scope .a-Card-heading + .a-Card-body {
28711
- padding-top: 0.25rem;
28807
+ padding-top: 0;
28712
28808
  }
28713
28809
 
28714
28810
  .amis-scope .a-Card-field {
@@ -28737,6 +28833,7 @@ readers do not read off random characters that represent icons */
28737
28833
  flex-direction: row;
28738
28834
  width: 100%;
28739
28835
  table-layout: fixed;
28836
+ white-space: nowrap;
28740
28837
  }
28741
28838
 
28742
28839
  .amis-scope .a-Card-actions > a {
@@ -28824,6 +28921,160 @@ readers do not read off random characters that represent icons */
28824
28921
  opacity: 0.1;
28825
28922
  }
28826
28923
 
28924
+ .amis-scope .a-Card-footer-wrapper {
28925
+ display: flex;
28926
+ align-items: center;
28927
+ justify-content: space-between;
28928
+ }
28929
+
28930
+ .amis-scope .a-Card-actions-wrapper {
28931
+ flex: 1;
28932
+ display: flex;
28933
+ align-items: center;
28934
+ justify-content: flex-end;
28935
+ flex-wrap: wrap;
28936
+ }
28937
+
28938
+ .amis-scope .a-Card-checkbox {
28939
+ margin: 0 0.5rem !important;
28940
+ }
28941
+
28942
+ .amis-scope .a-Card-secondary {
28943
+ max-width: 12.5rem;
28944
+ color: #83868c;
28945
+ padding: 0 1rem;
28946
+ font-size: 0.875rem;
28947
+ font-weight: 400;
28948
+ white-space: nowrap;
28949
+ overflow: hidden;
28950
+ text-overflow: ellipsis;
28951
+ }
28952
+
28953
+ .amis-scope .a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions {
28954
+ margin-left: unset;
28955
+ border: none;
28956
+ width: unset;
28957
+ }
28958
+
28959
+ .amis-scope .a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions > a {
28960
+ border: none;
28961
+ }
28962
+
28963
+ .amis-scope .a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions,
28964
+ .amis-scope .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions,
28965
+ .amis-scope .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions,
28966
+ .amis-scope .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions {
28967
+ margin-left: unset;
28968
+ border: none;
28969
+ width: unset;
28970
+ }
28971
+
28972
+ .amis-scope .a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions > a,
28973
+ .amis-scope .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions > a,
28974
+ .amis-scope .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions > a,
28975
+ .amis-scope .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions > a {
28976
+ border: none;
28977
+ }
28978
+
28979
+ .amis-scope .a-Card-multiMedia--top {
28980
+ display: block;
28981
+ }
28982
+
28983
+ .amis-scope .a-Card-multiMedia--top .a-Card-multiMedia-img {
28984
+ border-bottom-left-radius: unset;
28985
+ border-bottom-right-radius: unset;
28986
+ }
28987
+
28988
+ .amis-scope .a-Card-multiMedia--bottom {
28989
+ display: flex;
28990
+ flex-direction: column-reverse;
28991
+ }
28992
+
28993
+ .amis-scope .a-Card-multiMedia--bottom .a-Card-actions {
28994
+ border-bottom: 0.0625rem solid #dfe2e6;
28995
+ }
28996
+
28997
+ .amis-scope .a-Card-multiMedia--bottom .a-Card-multiMedia-img {
28998
+ border-top-left-radius: unset;
28999
+ border-top-right-radius: unset;
29000
+ }
29001
+
29002
+ .amis-scope .a-Card-multiMedia--top .a-Card-body,
29003
+ .amis-scope .a-Card-multiMedia--bottom .a-Card-body {
29004
+ padding-bottom: 1rem;
29005
+ }
29006
+
29007
+ .amis-scope .a-Card-multiMedia--left {
29008
+ display: flex;
29009
+ align-items: center;
29010
+ }
29011
+
29012
+ .amis-scope .a-Card-multiMedia--left .a-Card-actions {
29013
+ margin-left: 1rem;
29014
+ border-left: 0.0625rem solid #dfe2e6;
29015
+ }
29016
+
29017
+ .amis-scope .a-Card-multiMedia--left .a-Card-multiMedia-img,
29018
+ .amis-scope .a-Card-multiMedia--left .a-Card-multiMedia-video {
29019
+ margin: 1rem 0 1rem 1rem;
29020
+ }
29021
+
29022
+ .amis-scope .a-Card-multiMedia--right {
29023
+ display: flex;
29024
+ align-items: center;
29025
+ justify-content: space-between;
29026
+ flex-direction: row-reverse;
29027
+ }
29028
+
29029
+ .amis-scope .a-Card-multiMedia--right .a-Card-actions {
29030
+ margin-right: 1rem;
29031
+ border-right: 0.0625rem solid #dfe2e6;
29032
+ }
29033
+
29034
+ .amis-scope .a-Card-multiMedia--right .a-Card-multiMedia-img,
29035
+ .amis-scope .a-Card-multiMedia--right .a-Card-multiMedia-video {
29036
+ margin: 1rem 1rem 1rem 0;
29037
+ }
29038
+
29039
+ .amis-scope .a-Card-multiMedia-flex {
29040
+ flex: 1;
29041
+ display: flex;
29042
+ flex-direction: column;
29043
+ justify-content: center;
29044
+ }
29045
+
29046
+ .amis-scope .a-Card-multiMedia-img {
29047
+ display: block;
29048
+ width: 100%;
29049
+ height: auto;
29050
+ object-fit: cover;
29051
+ border-radius: 0.142rem;
29052
+ }
29053
+
29054
+ .amis-scope .a-Card-multiMedia-video {
29055
+ width: 11.25rem;
29056
+ height: 7.5rem;
29057
+ }
29058
+
29059
+ .amis-scope .a-Card-multiMedia-video .a-Video {
29060
+ width: 100%;
29061
+ height: 100%;
29062
+ min-width: unset;
29063
+ border-radius: 0.142rem;
29064
+ overflow: hidden;
29065
+ }
29066
+
29067
+ .amis-scope .a-Card-multiMedia-video .a-Video .a-Video-player {
29068
+ width: 100%;
29069
+ height: 100%;
29070
+ }
29071
+
29072
+ .amis-scope .a-Card-multiMedia-video .a-Video .a-Video-player .video-react {
29073
+ width: 100%;
29074
+ height: 100%;
29075
+ padding-top: unset !important;
29076
+ }
29077
+
28827
29078
  .amis-scope .a-Field-quickEditBtn {
28828
29079
  color: inherit;
28829
29080
  margin-left: 0.25rem;
@@ -29137,7 +29388,7 @@ readers do not read off random characters that represent icons */
29137
29388
 
29138
29389
  .amis-scope .a-Divider {
29139
29390
  margin: 0.75rem calc(0.75rem * -1);
29140
- border-bottom: 0.0625rem dashed #d1d5db;
29391
+ border-bottom: 0.0625rem solid #d1d5db;
29141
29392
  height: 0.125rem;
29142
29393
  font-size: 0;
29143
29394
  }
@@ -32067,6 +32318,12 @@ readers do not read off random characters that represent icons */
32067
32318
  margin-right: 0.25rem;
32068
32319
  }
32069
32320
 
32321
+ .amis-scope .a-GroupedSelection {
32322
+ max-height: 18.75rem;
32323
+ overflow: auto;
32324
+ user-select: none;
32325
+ }
32326
+
32070
32327
  .amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
32071
32328
  border-top: 0.0625rem solid #dfe2e6;
32072
32329
  }
@@ -32435,6 +32692,12 @@ readers do not read off random characters that represent icons */
32435
32692
  transition: all 0s;
32436
32693
  }
32437
32694
 
32695
+ .amis-scope .a-Switch .text > svg {
32696
+ width: 0.75rem;
32697
+ height: 0.75rem;
32698
+ margin-top: calc((1.375rem - 0.75rem) / 2);
32699
+ }
32700
+
32438
32701
  .amis-scope .a-Switch .slider:before {
32439
32702
  content: "";
32440
32703
  position: absolute;
@@ -34484,8 +34747,9 @@ readers do not read off random characters that represent icons */
34484
34747
  }
34485
34748
 
34486
34749
  .amis-scope .a-FileControl-selectBtn {
34487
- display: flex;
34750
+ display: inline-flex;
34488
34751
  align-items: center;
34752
+ margin-right: 10px;
34489
34753
  }
34490
34754
 
34491
34755
  .amis-scope .a-FileControl-selectBtn > svg {
@@ -34494,7 +34758,6 @@ readers do not read off random characters that represent icons */
34494
34758
  }
34495
34759
 
34496
34760
  .amis-scope .a-FileControl-description {
34497
- margin-left: 10px;
34498
34761
  color: #999;
34499
34762
  font-size: 12px;
34500
34763
  }