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/sdk-ie11.css CHANGED
@@ -22779,14 +22779,9 @@ readers do not read off random characters that represent icons */
22779
22779
  position: relative;
22780
22780
  background-color: white;
22781
22781
  user-select: none;
22782
- }
22783
-
22784
- .amis-scope .cxd-PickerColumns-popOver {
22785
- position: fixed;
22786
- bottom: 0;
22787
- left: 0;
22788
- width: 100%;
22789
- padding: 0 0.5rem;
22782
+ flex: 1;
22783
+ overflow: hidden;
22784
+ font-size: 1rem;
22790
22785
  }
22791
22786
 
22792
22787
  .amis-scope .cxd-PickerColumns-toolbar {
@@ -22811,12 +22806,17 @@ readers do not read off random characters that represent icons */
22811
22806
  opacity: 0.7;
22812
22807
  }
22813
22808
 
22809
+ .amis-scope .cxd-PickerColumns-cancel:hover,
22810
+ .amis-scope .cxd-PickerColumns-confirm:hover {
22811
+ background-color: none !important;
22812
+ }
22813
+
22814
22814
  .amis-scope .cxd-PickerColumns-confirm {
22815
- color: #2468f2;
22815
+ color: #425278;
22816
22816
  }
22817
22817
 
22818
22818
  .amis-scope .cxd-PickerColumns-cancel {
22819
- color: #eaf6fe;
22819
+ color: #8191b9;
22820
22820
  }
22821
22821
 
22822
22822
  .amis-scope .cxd-PickerColumns-title {
@@ -22858,6 +22858,18 @@ readers do not read off random characters that represent icons */
22858
22858
  pointer-events: none;
22859
22859
  }
22860
22860
 
22861
+ .amis-scope .cxd-PickerColumns-frame::after {
22862
+ position: absolute;
22863
+ content: "";
22864
+ border-bottom: 1px solid #eceff8;
22865
+ border-top: 1px solid #eceff8;
22866
+ top: -50%;
22867
+ right: -50%;
22868
+ left: -50%;
22869
+ bottom: -50%;
22870
+ transform: scale(0.5);
22871
+ }
22872
+
22861
22873
  .amis-scope .cxd-PickerColumns-mask {
22862
22874
  position: absolute;
22863
22875
  top: 0;
@@ -22872,12 +22884,6 @@ readers do not read off random characters that represent icons */
22872
22884
  pointer-events: none;
22873
22885
  }
22874
22886
 
22875
- .amis-scope .cxd-PickerColumns-column {
22876
- flex: 1;
22877
- overflow: hidden;
22878
- font-size: 1rem;
22879
- }
22880
-
22881
22887
  .amis-scope .cxd-PickerColumns-columnWrapper {
22882
22888
  margin: 0;
22883
22889
  padding: 0;
@@ -23032,6 +23038,10 @@ readers do not read off random characters that represent icons */
23032
23038
  line-height: 1.5rem;
23033
23039
  }
23034
23040
 
23041
+ .amis-scope .cxd-Toast-content .cxd-Toast-body .cxd-Html {
23042
+ word-break: break-word;
23043
+ }
23044
+
23035
23045
  .amis-scope .cxd-Toast-icon {
23036
23046
  display: inline-flex;
23037
23047
  text-rendering: auto;
@@ -24095,7 +24105,7 @@ readers do not read off random characters that represent icons */
24095
24105
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
24096
24106
  color: #2468f2;
24097
24107
  position: relative;
24098
- background: #f6f7fb;
24108
+ background: #f6f7fb !important;
24099
24109
  }
24100
24110
 
24101
24111
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
@@ -25135,6 +25145,91 @@ readers do not read off random characters that represent icons */
25135
25145
  padding: 0.5rem;
25136
25146
  }
25137
25147
 
25148
+ .amis-scope .cxd-ScheduleCalendar-icon {
25149
+ position: absolute;
25150
+ bottom: -0.25rem;
25151
+ left: 50%;
25152
+ transform: translateX(-50%);
25153
+ display: block;
25154
+ width: 0.625rem;
25155
+ height: 0.625rem;
25156
+ border-radius: 50%;
25157
+ z-index: 10;
25158
+ }
25159
+
25160
+ .amis-scope .cxd-ScheduleCalendar-action {
25161
+ display: block;
25162
+ padding: 0;
25163
+ width: 100%;
25164
+ height: 100%;
25165
+ border: none;
25166
+ background: transparent;
25167
+ color: inherit;
25168
+ }
25169
+
25170
+ .amis-scope .cxd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
25171
+ color: inherit;
25172
+ background: transparent;
25173
+ border-color: transparent;
25174
+ }
25175
+
25176
+ .amis-scope .cxd-ScheduleCalendar .rdtDay {
25177
+ position: relative;
25178
+ }
25179
+
25180
+ .amis-scope .cxd-ScheduleCalendar-text-overflow {
25181
+ white-space: nowrap;
25182
+ overflow: hidden;
25183
+ text-overflow: ellipsis;
25184
+ position: absolute;
25185
+ width: 100%;
25186
+ }
25187
+
25188
+ .amis-scope .cxd-ScheduleCalendar-large {
25189
+ width: 100%;
25190
+ }
25191
+
25192
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker {
25193
+ width: 100%;
25194
+ }
25195
+
25196
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker table {
25197
+ border-collapse: collapse;
25198
+ border-spacing: 0;
25199
+ }
25200
+
25201
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker table td {
25202
+ border: 0.0625rem solid #eceff8;
25203
+ }
25204
+
25205
+ .amis-scope .cxd-ScheduleCalendar-large .rdtDay {
25206
+ height: 6.25rem;
25207
+ vertical-align: top;
25208
+ }
25209
+
25210
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap {
25211
+ position: absolute;
25212
+ top: 0;
25213
+ left: 0;
25214
+ min-width: 100%;
25215
+ height: 100%;
25216
+ }
25217
+
25218
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-content {
25219
+ position: relative;
25220
+ z-index: 10;
25221
+ border-radius: 0.25rem;
25222
+ text-align: left;
25223
+ padding: 0 0.25rem;
25224
+ height: 1.25rem;
25225
+ color: #fff;
25226
+ }
25227
+
25228
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
25229
+ z-index: 20;
25230
+ position: relative;
25231
+ }
25232
+
25138
25233
  .amis-scope .cxd-Collapse {
25139
25234
  border: 0.0625rem solid #dadbdd;
25140
25235
  padding: 0;
@@ -28589,8 +28684,9 @@ readers do not read off random characters that represent icons */
28589
28684
  }
28590
28685
 
28591
28686
  .amis-scope .cxd-Card-title {
28592
- color: #333;
28687
+ color: #151a26;
28593
28688
  font-size: 0.875rem;
28689
+ font-weight: 500;
28594
28690
  white-space: nowrap;
28595
28691
  overflow: hidden;
28596
28692
  text-overflow: ellipsis;
@@ -28611,15 +28707,14 @@ readers do not read off random characters that represent icons */
28611
28707
  }
28612
28708
 
28613
28709
  .amis-scope .cxd-Card-dragBtn {
28710
+ display: inline-block;
28614
28711
  cursor: pointer;
28615
- float: right;
28616
- margin: 0.5rem;
28712
+ padding: 0 0.5rem;
28617
28713
  }
28618
28714
 
28619
28715
  .amis-scope .cxd-Card-heading {
28620
28716
  display: flex;
28621
- flex-direction: row;
28622
- padding: 0.5rem 0.75rem;
28717
+ padding: 1rem;
28623
28718
  flex: 1 0 auto;
28624
28719
  }
28625
28720
 
@@ -28646,7 +28741,7 @@ readers do not read off random characters that represent icons */
28646
28741
  float: left;
28647
28742
  margin-right: 0.75rem;
28648
28743
  font-size: 1.25rem;
28649
- text-transform: uppercase;
28744
+ text-transform: uppercase();
28650
28745
  }
28651
28746
 
28652
28747
  .amis-scope .cxd-Card-meta {
@@ -28654,11 +28749,14 @@ readers do not read off random characters that represent icons */
28654
28749
  flex-grow: 1;
28655
28750
  height: 100%;
28656
28751
  position: relative;
28657
- margin-right: 1rem;
28752
+ }
28753
+
28754
+ .amis-scope .cxd-Card-meta + .cxd-Card-toolbar {
28755
+ margin-left: 1rem;
28658
28756
  }
28659
28757
 
28660
28758
  .amis-scope .cxd-Card-toolbar {
28661
- margin-right: calc(-1 * 0.75rem);
28759
+ line-height: normal;
28662
28760
  text-align: right;
28663
28761
  }
28664
28762
 
@@ -28668,18 +28766,16 @@ readers do not read off random characters that represent icons */
28668
28766
  height: 0.5rem;
28669
28767
  border-radius: 100%;
28670
28768
  display: inline-block;
28671
- position: absolute;
28672
- top: 0.25rem;
28673
- right: 0.125rem;
28769
+ margin: 0 0.5rem;
28674
28770
  }
28675
28771
 
28676
28772
  .amis-scope .cxd-Card-body {
28677
- padding: 0.75rem;
28773
+ padding: 1rem;
28678
28774
  flex: 1 0 auto;
28679
28775
  }
28680
28776
 
28681
28777
  .amis-scope .cxd-Card-heading + .cxd-Card-body {
28682
- padding-top: 0.25rem;
28778
+ padding-top: 0;
28683
28779
  }
28684
28780
 
28685
28781
  .amis-scope .cxd-Card-field {
@@ -28708,6 +28804,7 @@ readers do not read off random characters that represent icons */
28708
28804
  flex-direction: row;
28709
28805
  width: 100%;
28710
28806
  table-layout: fixed;
28807
+ white-space: nowrap;
28711
28808
  }
28712
28809
 
28713
28810
  .amis-scope .cxd-Card-actions > a {
@@ -28795,6 +28892,160 @@ readers do not read off random characters that represent icons */
28795
28892
  opacity: 0.1;
28796
28893
  }
28797
28894
 
28895
+ .amis-scope .cxd-Card-footer-wrapper {
28896
+ display: flex;
28897
+ align-items: center;
28898
+ justify-content: space-between;
28899
+ }
28900
+
28901
+ .amis-scope .cxd-Card-actions-wrapper {
28902
+ flex: 1;
28903
+ display: flex;
28904
+ align-items: center;
28905
+ justify-content: flex-end;
28906
+ flex-wrap: wrap;
28907
+ }
28908
+
28909
+ .amis-scope .cxd-Card-checkbox {
28910
+ margin: 0 0.5rem !important;
28911
+ }
28912
+
28913
+ .amis-scope .cxd-Card-secondary {
28914
+ max-width: 12.5rem;
28915
+ color: #83868c;
28916
+ padding: 0 1rem;
28917
+ font-size: 0.875rem;
28918
+ font-weight: 400;
28919
+ white-space: nowrap;
28920
+ overflow: hidden;
28921
+ text-overflow: ellipsis;
28922
+ }
28923
+
28924
+ .amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions {
28925
+ margin-left: unset;
28926
+ border: none;
28927
+ width: unset;
28928
+ }
28929
+
28930
+ .amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions > a {
28931
+ border: none;
28932
+ }
28933
+
28934
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions,
28935
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions,
28936
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions,
28937
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions {
28938
+ margin-left: unset;
28939
+ border: none;
28940
+ width: unset;
28941
+ }
28942
+
28943
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions > a,
28944
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions > a,
28945
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions > a,
28946
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions > a {
28947
+ border: none;
28948
+ }
28949
+
28950
+ .amis-scope .cxd-Card-multiMedia--top {
28951
+ display: block;
28952
+ }
28953
+
28954
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-multiMedia-img {
28955
+ border-bottom-left-radius: unset;
28956
+ border-bottom-right-radius: unset;
28957
+ }
28958
+
28959
+ .amis-scope .cxd-Card-multiMedia--bottom {
28960
+ display: flex;
28961
+ flex-direction: column-reverse;
28962
+ }
28963
+
28964
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions {
28965
+ border-bottom: 0.0625rem solid #f5f7fb;
28966
+ }
28967
+
28968
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-multiMedia-img {
28969
+ border-top-left-radius: unset;
28970
+ border-top-right-radius: unset;
28971
+ }
28972
+
28973
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-body,
28974
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-body {
28975
+ padding-bottom: 1rem;
28976
+ }
28977
+
28978
+ .amis-scope .cxd-Card-multiMedia--left {
28979
+ display: flex;
28980
+ align-items: center;
28981
+ }
28982
+
28983
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions {
28984
+ margin-left: 1rem;
28985
+ border-left: 0.0625rem solid #f5f7fb;
28986
+ }
28987
+
28988
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-img,
28989
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-video {
28990
+ margin: 1rem 0 1rem 1rem;
28991
+ }
28992
+
28993
+ .amis-scope .cxd-Card-multiMedia--right {
28994
+ display: flex;
28995
+ align-items: center;
28996
+ justify-content: space-between;
28997
+ flex-direction: row-reverse;
28998
+ }
28999
+
29000
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions {
29001
+ margin-right: 1rem;
29002
+ border-right: 0.0625rem solid #f5f7fb;
29003
+ }
29004
+
29005
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-img,
29006
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-video {
29007
+ margin: 1rem 1rem 1rem 0;
29008
+ }
29009
+
29010
+ .amis-scope .cxd-Card-multiMedia-flex {
29011
+ flex: 1;
29012
+ display: flex;
29013
+ flex-direction: column;
29014
+ justify-content: center;
29015
+ }
29016
+
29017
+ .amis-scope .cxd-Card-multiMedia-img {
29018
+ display: block;
29019
+ width: 100%;
29020
+ height: auto;
29021
+ object-fit: cover;
29022
+ border-radius: 0.25rem;
29023
+ }
29024
+
29025
+ .amis-scope .cxd-Card-multiMedia-video {
29026
+ width: 11.25rem;
29027
+ height: 7.5rem;
29028
+ }
29029
+
29030
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video {
29031
+ width: 100%;
29032
+ height: 100%;
29033
+ min-width: unset;
29034
+ border-radius: 0.25rem;
29035
+ overflow: hidden;
29036
+ }
29037
+
29038
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player {
29039
+ width: 100%;
29040
+ height: 100%;
29041
+ }
29042
+
29043
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player .video-react {
29044
+ width: 100%;
29045
+ height: 100%;
29046
+ padding-top: unset !important;
29047
+ }
29048
+
28798
29049
  .amis-scope .cxd-Field-quickEditBtn {
28799
29050
  color: inherit;
28800
29051
  margin-left: 0.25rem;
@@ -29108,7 +29359,7 @@ readers do not read off random characters that represent icons */
29108
29359
 
29109
29360
  .amis-scope .cxd-Divider {
29110
29361
  margin: 0.75rem calc(0.75rem * -1);
29111
- border-bottom: 0.0625rem dashed #eceff8;
29362
+ border-bottom: 0.0625rem solid #eceff8;
29112
29363
  height: 0.125rem;
29113
29364
  font-size: 0;
29114
29365
  }
@@ -32038,6 +32289,12 @@ readers do not read off random characters that represent icons */
32038
32289
  margin-right: 0.25rem;
32039
32290
  }
32040
32291
 
32292
+ .amis-scope .cxd-GroupedSelection {
32293
+ max-height: 18.75rem;
32294
+ overflow: auto;
32295
+ user-select: none;
32296
+ }
32297
+
32041
32298
  .amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
32042
32299
  border-top: 0.0625rem solid #dfe2e6;
32043
32300
  }
@@ -32406,6 +32663,12 @@ readers do not read off random characters that represent icons */
32406
32663
  transition: all 0s;
32407
32664
  }
32408
32665
 
32666
+ .amis-scope .cxd-Switch .text > svg {
32667
+ width: 0.75rem;
32668
+ height: 0.75rem;
32669
+ margin-top: calc((1.25rem - 0.75rem) / 2);
32670
+ }
32671
+
32409
32672
  .amis-scope .cxd-Switch .slider:before {
32410
32673
  content: "";
32411
32674
  position: absolute;
@@ -34449,8 +34712,9 @@ readers do not read off random characters that represent icons */
34449
34712
  }
34450
34713
 
34451
34714
  .amis-scope .cxd-FileControl-selectBtn {
34452
- display: flex;
34715
+ display: inline-flex;
34453
34716
  align-items: center;
34717
+ margin-right: 10px;
34454
34718
  }
34455
34719
 
34456
34720
  .amis-scope .cxd-FileControl-selectBtn > svg {
@@ -34459,7 +34723,6 @@ readers do not read off random characters that represent icons */
34459
34723
  }
34460
34724
 
34461
34725
  .amis-scope .cxd-FileControl-description {
34462
- margin-left: 10px;
34463
34726
  color: #999;
34464
34727
  font-size: 12px;
34465
34728
  }