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/cxd.css CHANGED
@@ -19184,6 +19184,7 @@ readers do not read off random characters that represent icons */
19184
19184
  --borderWidth: 0.0625rem;
19185
19185
  --fontWeightNormal: 400;
19186
19186
  --fontWeightBase: var(--fontWeightNormal);
19187
+ --fontWeightMd: 500;
19187
19188
  --fontWeightBold: 700;
19188
19189
  --background: var(--white);
19189
19190
  --code-color: var(--danger);
@@ -19501,6 +19502,14 @@ readers do not read off random characters that represent icons */
19501
19502
  --Calendar-shortcuts-bg: transparent;
19502
19503
  --Calendar-shortcuts-height: 1.875rem;
19503
19504
  --Calendar-wLabel-color: #999;
19505
+ --Calendar-icon-bottom: -0.25rem;
19506
+ --Calendar-icon-width: 0.625rem;
19507
+ --Calendar-icon-height: 0.625rem;
19508
+ --Calendar-borderWidth: 0.0625rem;
19509
+ --Calendar-rdt-day: 6.25rem;
19510
+ --Calendar-schedule-content-padding: 0 0.25rem;
19511
+ --Calendar-schedule-content-height: 1.25rem;
19512
+ --Calendar-schedule-content-color: #fff;
19504
19513
  --Card-actions-borderColor: #dfe2e6;
19505
19514
  --Card-actions-fontSize: var(--fontSizeBase);
19506
19515
  --Card-actions-onChecked-onHover-bg: #c2ecf9;
@@ -19511,6 +19520,7 @@ readers do not read off random characters that represent icons */
19511
19520
  --Card-borderColor: var(--borderColor);
19512
19521
  --Card-borderRadius: var(--borderRadius);
19513
19522
  --Card-borderWidth: var(--borderWidth);
19523
+ --Card-secondary-color: #83868c;
19514
19524
  --Card-onChecked-bg: #d9f3fb;
19515
19525
  --Card-onChecked-borderColor: #abe4f6;
19516
19526
  --Card-onChecked-color: #20b9e8;
@@ -19661,7 +19671,7 @@ readers do not read off random characters that represent icons */
19661
19671
  );
19662
19672
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
19663
19673
  --LocationPicker-borderRadius: var(--Form-input-borderWidth);
19664
- --Divider-borderStyle: dashed;
19674
+ --Divider-borderStyle: solid;
19665
19675
  --Drawer-bg: var(--background);
19666
19676
  --Drawer-body-padding: var(--gap-base);
19667
19677
  --Drawer-close-color: rgba(255, 255, 255, 0.8);
@@ -20124,8 +20134,8 @@ readers do not read off random characters that represent icons */
20124
20134
  --PickerColumns-title-lineHeight: 1.5;
20125
20135
  --PickerColumns-action-padding: 0 var(--gap-sm);
20126
20136
  --PickerColumns-action-fontSize: var(--fontSizeMd);
20127
- --PickerColumns-confirmAction-color: var(--Button--info-bg);
20128
- --PickerColumns-cancelAction-color: var(--Button--light-bg);
20137
+ --PickerColumns-confirmAction-color: #425278;
20138
+ --PickerColumns-cancelAction-color: #8191b9;
20129
20139
  --PickerColumns-option-fontSize: var(--fontSizeLg);
20130
20140
  --PickerColumns-optionText-color: var(--text-color);
20131
20141
  --PickerColumns-optionDisabled-opacity: 0.3;
@@ -20560,6 +20570,14 @@ readers do not read off random characters that represent icons */
20560
20570
  --Switch-checked-onActive-bgColor: #1c53c1;
20561
20571
  --Switch-onDisabled-bgColor: #d3e0fc;
20562
20572
  --Switch-onDisabled-color: #ffffff;
20573
+ --Calendar-icon-bottom: -0.25rem;
20574
+ --Calendar-icon-width: 0.625rem;
20575
+ --Calendar-icon-height: 0.625rem;
20576
+ --Calendar-borderWidth: 0.0625rem;
20577
+ --Calendar-rdt-day: 6.25rem;
20578
+ --Calendar-schedule-content-padding: 0 0.25rem;
20579
+ --Calendar-schedule-content-height: 1.25rem;
20580
+ --Calendar-schedule-content-color: #fff;
20563
20581
  --ColorPicker-borderWidth: 0.0625rem;
20564
20582
  --ColorPicker-borderRadius: 0.25rem;
20565
20583
  --ColorPicker-bg: var(--white);
@@ -24471,14 +24489,9 @@ readers do not read off random characters that represent icons */
24471
24489
  position: relative;
24472
24490
  background-color: var(--PickerColumns-bg);
24473
24491
  user-select: none;
24474
- }
24475
-
24476
- .amis-scope .cxd-PickerColumns-popOver {
24477
- position: fixed;
24478
- bottom: 0;
24479
- left: 0;
24480
- width: 100%;
24481
- padding: 0 var(--gap-sm);
24492
+ flex: 1;
24493
+ overflow: hidden;
24494
+ font-size: var(--PickerColumns-option-fontSize);
24482
24495
  }
24483
24496
 
24484
24497
  .amis-scope .cxd-PickerColumns-toolbar {
@@ -24503,6 +24516,11 @@ readers do not read off random characters that represent icons */
24503
24516
  opacity: 0.7;
24504
24517
  }
24505
24518
 
24519
+ .amis-scope .cxd-PickerColumns-cancel:hover,
24520
+ .amis-scope .cxd-PickerColumns-confirm:hover {
24521
+ background-color: none !important;
24522
+ }
24523
+
24506
24524
  .amis-scope .cxd-PickerColumns-confirm {
24507
24525
  color: var(--PickerColumns-confirmAction-color);
24508
24526
  }
@@ -24550,6 +24568,18 @@ readers do not read off random characters that represent icons */
24550
24568
  pointer-events: none;
24551
24569
  }
24552
24570
 
24571
+ .amis-scope .cxd-PickerColumns-frame::after {
24572
+ position: absolute;
24573
+ content: "";
24574
+ border-bottom: 1px solid var(--borderColor);
24575
+ border-top: 1px solid var(--borderColor);
24576
+ top: -50%;
24577
+ right: -50%;
24578
+ left: -50%;
24579
+ bottom: -50%;
24580
+ transform: scale(0.5);
24581
+ }
24582
+
24553
24583
  .amis-scope .cxd-PickerColumns-mask {
24554
24584
  position: absolute;
24555
24585
  top: 0;
@@ -24564,12 +24594,6 @@ readers do not read off random characters that represent icons */
24564
24594
  pointer-events: none;
24565
24595
  }
24566
24596
 
24567
- .amis-scope .cxd-PickerColumns-column {
24568
- flex: 1;
24569
- overflow: hidden;
24570
- font-size: var(--PickerColumns-option-fontSize);
24571
- }
24572
-
24573
24597
  .amis-scope .cxd-PickerColumns-columnWrapper {
24574
24598
  margin: 0;
24575
24599
  padding: 0;
@@ -24724,6 +24748,10 @@ readers do not read off random characters that represent icons */
24724
24748
  line-height: var(--gap-xl);
24725
24749
  }
24726
24750
 
24751
+ .amis-scope .cxd-Toast-content .cxd-Toast-body .cxd-Html {
24752
+ word-break: break-word;
24753
+ }
24754
+
24727
24755
  .amis-scope .cxd-Toast-icon {
24728
24756
  display: inline-flex;
24729
24757
  text-rendering: auto;
@@ -25772,7 +25800,7 @@ readers do not read off random characters that represent icons */
25772
25800
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
25773
25801
  color: var(--Nav-item-onActive-color);
25774
25802
  position: relative;
25775
- background: var(--Nav-item-onActive-bg);
25803
+ background: var(--Nav-item-onActive-bg) !important;
25776
25804
  }
25777
25805
 
25778
25806
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
@@ -26809,6 +26837,91 @@ readers do not read off random characters that represent icons */
26809
26837
  padding: var(--gap-sm);
26810
26838
  }
26811
26839
 
26840
+ .amis-scope .cxd-ScheduleCalendar-icon {
26841
+ position: absolute;
26842
+ bottom: var(--Calendar-icon-bottom);
26843
+ left: 50%;
26844
+ transform: translateX(-50%);
26845
+ display: block;
26846
+ width: var(--Calendar-icon-width);
26847
+ height: var(--Calendar-icon-height);
26848
+ border-radius: 50%;
26849
+ z-index: 10;
26850
+ }
26851
+
26852
+ .amis-scope .cxd-ScheduleCalendar-action {
26853
+ display: block;
26854
+ padding: 0;
26855
+ width: 100%;
26856
+ height: 100%;
26857
+ border: none;
26858
+ background: transparent;
26859
+ color: inherit;
26860
+ }
26861
+
26862
+ .amis-scope .cxd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
26863
+ color: inherit;
26864
+ background: transparent;
26865
+ border-color: transparent;
26866
+ }
26867
+
26868
+ .amis-scope .cxd-ScheduleCalendar .rdtDay {
26869
+ position: relative;
26870
+ }
26871
+
26872
+ .amis-scope .cxd-ScheduleCalendar-text-overflow {
26873
+ white-space: nowrap;
26874
+ overflow: hidden;
26875
+ text-overflow: ellipsis;
26876
+ position: absolute;
26877
+ width: 100%;
26878
+ }
26879
+
26880
+ .amis-scope .cxd-ScheduleCalendar-large {
26881
+ width: 100%;
26882
+ }
26883
+
26884
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker {
26885
+ width: 100%;
26886
+ }
26887
+
26888
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker table {
26889
+ border-collapse: collapse;
26890
+ border-spacing: 0;
26891
+ }
26892
+
26893
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker table td {
26894
+ border: var(--Calendar-borderWidth) solid var(--borderColor);
26895
+ }
26896
+
26897
+ .amis-scope .cxd-ScheduleCalendar-large .rdtDay {
26898
+ height: var(--Calendar-rdt-day);
26899
+ vertical-align: top;
26900
+ }
26901
+
26902
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap {
26903
+ position: absolute;
26904
+ top: 0;
26905
+ left: 0;
26906
+ min-width: 100%;
26907
+ height: 100%;
26908
+ }
26909
+
26910
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-content {
26911
+ position: relative;
26912
+ z-index: 10;
26913
+ border-radius: var(--borderRadius);
26914
+ text-align: left;
26915
+ padding: var(--Calendar-schedule-content-padding);
26916
+ height: var(--Calendar-schedule-content-height);
26917
+ color: var(--Calendar-schedule-content-color);
26918
+ }
26919
+
26920
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
26921
+ z-index: 20;
26922
+ position: relative;
26923
+ }
26924
+
26812
26925
  .amis-scope .cxd-Collapse {
26813
26926
  border: var(--Collapse-border);
26814
26927
  padding: 0;
@@ -30248,8 +30361,9 @@ readers do not read off random characters that represent icons */
30248
30361
  }
30249
30362
 
30250
30363
  .amis-scope .cxd-Card-title {
30251
- color: var(--text--loud-color);
30364
+ color: var(--text-color);
30252
30365
  font-size: var(--fontSizeMd);
30366
+ font-weight: var(--fontWeightMd);
30253
30367
  white-space: nowrap;
30254
30368
  overflow: hidden;
30255
30369
  text-overflow: ellipsis;
@@ -30270,15 +30384,14 @@ readers do not read off random characters that represent icons */
30270
30384
  }
30271
30385
 
30272
30386
  .amis-scope .cxd-Card-dragBtn {
30387
+ display: inline-block;
30273
30388
  cursor: pointer;
30274
- float: right;
30275
- margin: var(--gap-sm);
30389
+ padding: 0 var(--gap-sm);
30276
30390
  }
30277
30391
 
30278
30392
  .amis-scope .cxd-Card-heading {
30279
30393
  display: flex;
30280
- flex-direction: row;
30281
- padding: var(--gap-sm) var(--gap-base);
30394
+ padding: var(--gap-md);
30282
30395
  flex: 1 0 auto;
30283
30396
  }
30284
30397
 
@@ -30305,7 +30418,7 @@ readers do not read off random characters that represent icons */
30305
30418
  float: left;
30306
30419
  margin-right: var(--gap-base);
30307
30420
  font-size: var(--fontSizeXl);
30308
- text-transform: uppercase;
30421
+ text-transform: uppercase();
30309
30422
  }
30310
30423
 
30311
30424
  .amis-scope .cxd-Card-meta {
@@ -30313,11 +30426,14 @@ readers do not read off random characters that represent icons */
30313
30426
  flex-grow: 1;
30314
30427
  height: 100%;
30315
30428
  position: relative;
30316
- margin-right: var(--gap-md);
30429
+ }
30430
+
30431
+ .amis-scope .cxd-Card-meta + .cxd-Card-toolbar {
30432
+ margin-left: var(--gap-md);
30317
30433
  }
30318
30434
 
30319
30435
  .amis-scope .cxd-Card-toolbar {
30320
- margin-right: calc(-1 * var(--gap-base));
30436
+ line-height: normal;
30321
30437
  text-align: right;
30322
30438
  }
30323
30439
 
@@ -30327,18 +30443,16 @@ readers do not read off random characters that represent icons */
30327
30443
  height: 0.5rem;
30328
30444
  border-radius: 100%;
30329
30445
  display: inline-block;
30330
- position: absolute;
30331
- top: var(--gap-xs);
30332
- right: 0.125rem;
30446
+ margin: 0 var(--gap-sm);
30333
30447
  }
30334
30448
 
30335
30449
  .amis-scope .cxd-Card-body {
30336
- padding: var(--gap-base);
30450
+ padding: var(--gap-md);
30337
30451
  flex: 1 0 auto;
30338
30452
  }
30339
30453
 
30340
30454
  .amis-scope .cxd-Card-heading + .cxd-Card-body {
30341
- padding-top: var(--gap-xs);
30455
+ padding-top: 0;
30342
30456
  }
30343
30457
 
30344
30458
  .amis-scope .cxd-Card-field {
@@ -30367,6 +30481,7 @@ readers do not read off random characters that represent icons */
30367
30481
  flex-direction: row;
30368
30482
  width: 100%;
30369
30483
  table-layout: fixed;
30484
+ white-space: nowrap;
30370
30485
  }
30371
30486
 
30372
30487
  .amis-scope .cxd-Card-actions > a {
@@ -30454,6 +30569,160 @@ readers do not read off random characters that represent icons */
30454
30569
  opacity: var(--Card-onDragging-opacity);
30455
30570
  }
30456
30571
 
30572
+ .amis-scope .cxd-Card-footer-wrapper {
30573
+ display: flex;
30574
+ align-items: center;
30575
+ justify-content: space-between;
30576
+ }
30577
+
30578
+ .amis-scope .cxd-Card-actions-wrapper {
30579
+ flex: 1;
30580
+ display: flex;
30581
+ align-items: center;
30582
+ justify-content: flex-end;
30583
+ flex-wrap: wrap;
30584
+ }
30585
+
30586
+ .amis-scope .cxd-Card-checkbox {
30587
+ margin: 0 var(--gap-sm) !important;
30588
+ }
30589
+
30590
+ .amis-scope .cxd-Card-secondary {
30591
+ max-width: 12.5rem;
30592
+ color: var(--Card-secondary-color);
30593
+ padding: 0 var(--gap-md);
30594
+ font-size: var(--fontSizeMd);
30595
+ font-weight: var(--fontWeightBase);
30596
+ white-space: nowrap;
30597
+ overflow: hidden;
30598
+ text-overflow: ellipsis;
30599
+ }
30600
+
30601
+ .amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions {
30602
+ margin-left: unset;
30603
+ border: none;
30604
+ width: unset;
30605
+ }
30606
+
30607
+ .amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions > a {
30608
+ border: none;
30609
+ }
30610
+
30611
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions,
30612
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions,
30613
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions,
30614
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions {
30615
+ margin-left: unset;
30616
+ border: none;
30617
+ width: unset;
30618
+ }
30619
+
30620
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions > a,
30621
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions > a,
30622
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions > a,
30623
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions > a {
30624
+ border: none;
30625
+ }
30626
+
30627
+ .amis-scope .cxd-Card-multiMedia--top {
30628
+ display: block;
30629
+ }
30630
+
30631
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-multiMedia-img {
30632
+ border-bottom-left-radius: unset;
30633
+ border-bottom-right-radius: unset;
30634
+ }
30635
+
30636
+ .amis-scope .cxd-Card-multiMedia--bottom {
30637
+ display: flex;
30638
+ flex-direction: column-reverse;
30639
+ }
30640
+
30641
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions {
30642
+ border-bottom: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
30643
+ }
30644
+
30645
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-multiMedia-img {
30646
+ border-top-left-radius: unset;
30647
+ border-top-right-radius: unset;
30648
+ }
30649
+
30650
+ .amis-scope .cxd-Card-multiMedia--top .cxd-Card-body,
30651
+ .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-body {
30652
+ padding-bottom: var(--gap-md);
30653
+ }
30654
+
30655
+ .amis-scope .cxd-Card-multiMedia--left {
30656
+ display: flex;
30657
+ align-items: center;
30658
+ }
30659
+
30660
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions {
30661
+ margin-left: var(--gap-md);
30662
+ border-left: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
30663
+ }
30664
+
30665
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-img,
30666
+ .amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-video {
30667
+ margin: var(--gap-md) 0 var(--gap-md) var(--gap-md);
30668
+ }
30669
+
30670
+ .amis-scope .cxd-Card-multiMedia--right {
30671
+ display: flex;
30672
+ align-items: center;
30673
+ justify-content: space-between;
30674
+ flex-direction: row-reverse;
30675
+ }
30676
+
30677
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions {
30678
+ margin-right: var(--gap-md);
30679
+ border-right: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
30680
+ }
30681
+
30682
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-img,
30683
+ .amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-video {
30684
+ margin: var(--gap-md) var(--gap-md) var(--gap-md) 0;
30685
+ }
30686
+
30687
+ .amis-scope .cxd-Card-multiMedia-flex {
30688
+ flex: 1;
30689
+ display: flex;
30690
+ flex-direction: column;
30691
+ justify-content: center;
30692
+ }
30693
+
30694
+ .amis-scope .cxd-Card-multiMedia-img {
30695
+ display: block;
30696
+ width: 100%;
30697
+ height: auto;
30698
+ object-fit: cover;
30699
+ border-radius: var(--Card-borderRadius);
30700
+ }
30701
+
30702
+ .amis-scope .cxd-Card-multiMedia-video {
30703
+ width: 11.25rem;
30704
+ height: 7.5rem;
30705
+ }
30706
+
30707
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video {
30708
+ width: 100%;
30709
+ height: 100%;
30710
+ min-width: unset;
30711
+ border-radius: var(--Card-borderRadius);
30712
+ overflow: hidden;
30713
+ }
30714
+
30715
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player {
30716
+ width: 100%;
30717
+ height: 100%;
30718
+ }
30719
+
30720
+ .amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player .video-react {
30721
+ width: 100%;
30722
+ height: 100%;
30723
+ padding-top: unset !important;
30724
+ }
30725
+
30457
30726
  .amis-scope .cxd-Field-quickEditBtn {
30458
30727
  color: var(--QuickEdit-iconColor);
30459
30728
  margin-left: var(--gap-xs);
@@ -33646,6 +33915,12 @@ readers do not read off random characters that represent icons */
33646
33915
  margin-right: var(--Checkbox-gap);
33647
33916
  }
33648
33917
 
33918
+ .amis-scope .cxd-GroupedSelection {
33919
+ max-height: 18.75rem;
33920
+ overflow: auto;
33921
+ user-select: none;
33922
+ }
33923
+
33649
33924
  .amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
33650
33925
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
33651
33926
  }
@@ -34009,6 +34284,12 @@ readers do not read off random characters that represent icons */
34009
34284
  transition: all var(--animation-duration);
34010
34285
  }
34011
34286
 
34287
+ .amis-scope .cxd-Switch .text > svg {
34288
+ width: var(--fontSizeSm);
34289
+ height: var(--fontSizeSm);
34290
+ margin-top: calc((var(--Switch-height) - var(--fontSizeSm)) / 2);
34291
+ }
34292
+
34012
34293
  .amis-scope .cxd-Switch .slider:before {
34013
34294
  content: "";
34014
34295
  position: absolute;
@@ -36021,8 +36302,9 @@ readers do not read off random characters that represent icons */
36021
36302
  }
36022
36303
 
36023
36304
  .amis-scope .cxd-FileControl-selectBtn {
36024
- display: flex;
36305
+ display: inline-flex;
36025
36306
  align-items: center;
36307
+ margin-right: 10px;
36026
36308
  }
36027
36309
 
36028
36310
  .amis-scope .cxd-FileControl-selectBtn > svg {
@@ -36031,7 +36313,6 @@ readers do not read off random characters that represent icons */
36031
36313
  }
36032
36314
 
36033
36315
  .amis-scope .cxd-FileControl-description {
36034
- margin-left: 10px;
36035
36316
  color: #999;
36036
36317
  font-size: 12px;
36037
36318
  }