amis 1.5.3 → 1.5.6-beta.4
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.
- package/README.md +5 -0
- package/lib/Root.js +1 -1
- package/lib/Root.js.map +2 -2
- package/lib/RootRenderer.d.ts +1 -1
- package/lib/RootRenderer.js +4 -3
- package/lib/RootRenderer.js.map +2 -2
- package/lib/SchemaRenderer.js +4 -4
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/components/Card.d.ts +96 -0
- package/lib/components/Card.js +85 -0
- package/lib/components/Card.js.map +13 -0
- package/lib/components/Collapse.js +4 -6
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +5 -3
- package/lib/components/CollapseGroup.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/LocationPicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Picker.d.ts +503 -0
- package/lib/components/Picker.js +65 -0
- package/lib/components/Picker.js.map +13 -0
- package/lib/components/PickerColumn.d.ts +29 -459
- package/lib/components/PickerColumn.js +35 -44
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/Progress.js +1 -1
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +9 -2
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.js +1 -4
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Switch.d.ts +6 -6
- package/lib/components/Switch.js.map +2 -2
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/calendar/Calendar.js +15 -0
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.js +4 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +10 -0
- package/lib/components/calendar/TimeView.js +55 -2
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +9 -0
- package/lib/components/calendar/YearsView.js +19 -0
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/CRUD.d.ts +1 -1
- package/lib/renderers/CRUD.js +4 -3
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +81 -13
- package/lib/renderers/Card.js +178 -81
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.js +8 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +2 -2
- package/lib/renderers/Dialog.js +7 -7
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -2
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +145 -37
- package/lib/renderers/Form/Editor.d.ts +144 -36
- package/lib/renderers/Form/Formula.js +5 -5
- package/lib/renderers/Form/Formula.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +3 -3
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +4 -3
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -1
- package/lib/renderers/Form/index.js +13 -2
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -2
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Page.d.ts +3 -3
- package/lib/renderers/Page.js +4 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +1 -1
- package/lib/renderers/Wizard.js +93 -36
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +160 -40
- package/lib/store/form.d.ts +64 -16
- package/lib/store/formItem.d.ts +4 -2
- package/lib/store/formItem.js +22 -7
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.d.ts +128 -32
- package/lib/themes/ang-ie11.css +177 -30
- package/lib/themes/ang.css +177 -30
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +177 -30
- package/lib/themes/antd.css +177 -30
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +177 -30
- package/lib/themes/cxd.css +177 -30
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +177 -30
- package/lib/themes/dark.css +177 -30
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +177 -30
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +7 -0
- package/lib/utils/helper.js +34 -7
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +157 -13
- package/scss/_properties.scss +13 -2
- package/scss/components/_card.scss +155 -15
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +20 -14
- package/scss/components/form/_file.scss +2 -2
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_switch.scss +6 -0
- package/sdk/ang-ie11.css +214 -40
- package/sdk/ang.css +216 -32
- package/sdk/antd-ie11.css +214 -40
- package/sdk/antd.css +216 -32
- package/sdk/charts.js +17 -17
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +206 -32
- package/sdk/cxd.css +216 -32
- package/sdk/dark-ie11.css +214 -40
- package/sdk/dark.css +216 -32
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +206 -32
- package/sdk/sdk.css +216 -32
- package/sdk/sdk.js +1302 -1208
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Root.tsx +1 -0
- package/src/RootRenderer.tsx +3 -3
- package/src/SchemaRenderer.tsx +4 -0
- package/src/components/Card.tsx +203 -0
- package/src/components/Collapse.tsx +19 -12
- package/src/components/CollapseGroup.tsx +9 -11
- package/src/components/DatePicker.tsx +3 -0
- package/src/components/Picker.tsx +145 -0
- package/src/components/PickerColumn.tsx +58 -95
- package/src/components/Progress.tsx +1 -1
- package/src/components/Select.tsx +17 -12
- package/src/components/Selection.tsx +1 -4
- package/src/components/Switch.tsx +7 -7
- package/src/components/calendar/Calendar.tsx +18 -0
- package/src/components/calendar/DaysView.tsx +6 -4
- package/src/components/calendar/TimeView.tsx +80 -5
- package/src/components/calendar/YearsView.tsx +44 -1
- package/src/components/index.tsx +2 -0
- package/src/renderers/CRUD.tsx +3 -3
- package/src/renderers/Card.tsx +299 -191
- package/src/renderers/Collapse.tsx +27 -27
- package/src/renderers/CollapseGroup.tsx +13 -12
- package/src/renderers/Dialog.tsx +8 -8
- package/src/renderers/Drawer.tsx +2 -2
- package/src/renderers/Form/Formula.tsx +7 -5
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputImage.tsx +1 -1
- package/src/renderers/Form/Item.tsx +2 -2
- package/src/renderers/Form/index.tsx +14 -2
- package/src/renderers/Form/wrapControl.tsx +5 -2
- package/src/renderers/Page.tsx +11 -10
- package/src/renderers/Wizard.tsx +52 -12
- package/src/store/formItem.ts +27 -6
- package/src/utils/helper.ts +35 -10
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
|
-
|
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: #
|
22815
|
+
color: #425278;
|
22816
22816
|
}
|
22817
22817
|
|
22818
22818
|
.amis-scope .cxd-PickerColumns-cancel {
|
22819
|
-
color: #
|
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;
|
@@ -24099,7 +24105,7 @@ readers do not read off random characters that represent icons */
|
|
24099
24105
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
24100
24106
|
color: #2468f2;
|
24101
24107
|
position: relative;
|
24102
|
-
background: #f6f7fb;
|
24108
|
+
background: #f6f7fb !important;
|
24103
24109
|
}
|
24104
24110
|
|
24105
24111
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
@@ -28678,8 +28684,9 @@ readers do not read off random characters that represent icons */
|
|
28678
28684
|
}
|
28679
28685
|
|
28680
28686
|
.amis-scope .cxd-Card-title {
|
28681
|
-
color: #
|
28687
|
+
color: #151a26;
|
28682
28688
|
font-size: 0.875rem;
|
28689
|
+
font-weight: 500;
|
28683
28690
|
white-space: nowrap;
|
28684
28691
|
overflow: hidden;
|
28685
28692
|
text-overflow: ellipsis;
|
@@ -28700,15 +28707,14 @@ readers do not read off random characters that represent icons */
|
|
28700
28707
|
}
|
28701
28708
|
|
28702
28709
|
.amis-scope .cxd-Card-dragBtn {
|
28710
|
+
display: inline-block;
|
28703
28711
|
cursor: pointer;
|
28704
|
-
|
28705
|
-
margin: 0.5rem;
|
28712
|
+
padding: 0 0.5rem;
|
28706
28713
|
}
|
28707
28714
|
|
28708
28715
|
.amis-scope .cxd-Card-heading {
|
28709
28716
|
display: flex;
|
28710
|
-
|
28711
|
-
padding: 0.5rem 0.75rem;
|
28717
|
+
padding: 1rem;
|
28712
28718
|
flex: 1 0 auto;
|
28713
28719
|
}
|
28714
28720
|
|
@@ -28735,7 +28741,7 @@ readers do not read off random characters that represent icons */
|
|
28735
28741
|
float: left;
|
28736
28742
|
margin-right: 0.75rem;
|
28737
28743
|
font-size: 1.25rem;
|
28738
|
-
text-transform: uppercase;
|
28744
|
+
text-transform: uppercase();
|
28739
28745
|
}
|
28740
28746
|
|
28741
28747
|
.amis-scope .cxd-Card-meta {
|
@@ -28743,11 +28749,14 @@ readers do not read off random characters that represent icons */
|
|
28743
28749
|
flex-grow: 1;
|
28744
28750
|
height: 100%;
|
28745
28751
|
position: relative;
|
28746
|
-
|
28752
|
+
}
|
28753
|
+
|
28754
|
+
.amis-scope .cxd-Card-meta + .cxd-Card-toolbar {
|
28755
|
+
margin-left: 1rem;
|
28747
28756
|
}
|
28748
28757
|
|
28749
28758
|
.amis-scope .cxd-Card-toolbar {
|
28750
|
-
|
28759
|
+
line-height: normal;
|
28751
28760
|
text-align: right;
|
28752
28761
|
}
|
28753
28762
|
|
@@ -28757,18 +28766,16 @@ readers do not read off random characters that represent icons */
|
|
28757
28766
|
height: 0.5rem;
|
28758
28767
|
border-radius: 100%;
|
28759
28768
|
display: inline-block;
|
28760
|
-
|
28761
|
-
top: 0.25rem;
|
28762
|
-
right: 0.125rem;
|
28769
|
+
margin: 0 0.5rem;
|
28763
28770
|
}
|
28764
28771
|
|
28765
28772
|
.amis-scope .cxd-Card-body {
|
28766
|
-
padding:
|
28773
|
+
padding: 1rem;
|
28767
28774
|
flex: 1 0 auto;
|
28768
28775
|
}
|
28769
28776
|
|
28770
28777
|
.amis-scope .cxd-Card-heading + .cxd-Card-body {
|
28771
|
-
padding-top: 0
|
28778
|
+
padding-top: 0;
|
28772
28779
|
}
|
28773
28780
|
|
28774
28781
|
.amis-scope .cxd-Card-field {
|
@@ -28797,6 +28804,7 @@ readers do not read off random characters that represent icons */
|
|
28797
28804
|
flex-direction: row;
|
28798
28805
|
width: 100%;
|
28799
28806
|
table-layout: fixed;
|
28807
|
+
white-space: nowrap;
|
28800
28808
|
}
|
28801
28809
|
|
28802
28810
|
.amis-scope .cxd-Card-actions > a {
|
@@ -28884,6 +28892,160 @@ readers do not read off random characters that represent icons */
|
|
28884
28892
|
opacity: 0.1;
|
28885
28893
|
}
|
28886
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
|
+
|
28887
29049
|
.amis-scope .cxd-Field-quickEditBtn {
|
28888
29050
|
color: inherit;
|
28889
29051
|
margin-left: 0.25rem;
|
@@ -32127,6 +32289,12 @@ readers do not read off random characters that represent icons */
|
|
32127
32289
|
margin-right: 0.25rem;
|
32128
32290
|
}
|
32129
32291
|
|
32292
|
+
.amis-scope .cxd-GroupedSelection {
|
32293
|
+
max-height: 18.75rem;
|
32294
|
+
overflow: auto;
|
32295
|
+
user-select: none;
|
32296
|
+
}
|
32297
|
+
|
32130
32298
|
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
32131
32299
|
border-top: 0.0625rem solid #dfe2e6;
|
32132
32300
|
}
|
@@ -32495,6 +32663,12 @@ readers do not read off random characters that represent icons */
|
|
32495
32663
|
transition: all 0s;
|
32496
32664
|
}
|
32497
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
|
+
|
32498
32672
|
.amis-scope .cxd-Switch .slider:before {
|
32499
32673
|
content: "";
|
32500
32674
|
position: absolute;
|
@@ -34538,8 +34712,9 @@ readers do not read off random characters that represent icons */
|
|
34538
34712
|
}
|
34539
34713
|
|
34540
34714
|
.amis-scope .cxd-FileControl-selectBtn {
|
34541
|
-
display: flex;
|
34715
|
+
display: inline-flex;
|
34542
34716
|
align-items: center;
|
34717
|
+
margin-right: 10px;
|
34543
34718
|
}
|
34544
34719
|
|
34545
34720
|
.amis-scope .cxd-FileControl-selectBtn > svg {
|
@@ -34548,7 +34723,6 @@ readers do not read off random characters that represent icons */
|
|
34548
34723
|
}
|
34549
34724
|
|
34550
34725
|
.amis-scope .cxd-FileControl-description {
|
34551
|
-
margin-left: 10px;
|
34552
34726
|
color: #999;
|
34553
34727
|
font-size: 12px;
|
34554
34728
|
}
|