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.
- package/README.md +5 -0
- package/lib/RootRenderer.d.ts +1 -1
- package/lib/RootRenderer.js +4 -3
- package/lib/RootRenderer.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 +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/DatePicker.d.ts +179 -84
- package/lib/components/DatePicker.js +25 -4
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.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/calendar/Calendar.d.ts +8 -0
- package/lib/components/calendar/Calendar.js +19 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +8 -0
- package/lib/components/calendar/DaysView.js +71 -0
- 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/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/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/InputDate.d.ts +25 -0
- package/lib/renderers/Form/InputDate.js +48 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- 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/Status.js +1 -1
- package/lib/renderers/Status.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 +11 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.d.ts +128 -32
- package/lib/themes/ang-ie11.css +255 -31
- package/lib/themes/ang.css +255 -31
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +255 -32
- package/lib/themes/antd.css +255 -32
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +263 -31
- package/lib/themes/cxd.css +263 -31
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +255 -31
- package/lib/themes/dark.css +255 -31
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +263 -31
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +7 -0
- package/lib/utils/helper.js +33 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +209 -20
- package/scss/_properties.scss +14 -3
- package/scss/components/_calendar.scss +81 -0
- 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/_toast.scss +3 -0
- 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/scss/themes/_antd-variables.scss +0 -2
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +9 -0
- package/sdk/ang-ie11.css +296 -33
- package/sdk/ang.css +306 -33
- package/sdk/antd-ie11.css +295 -32
- package/sdk/antd.css +306 -34
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +296 -33
- package/sdk/cxd.css +314 -33
- package/sdk/dark-ie11.css +296 -33
- package/sdk/dark.css +306 -33
- 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 +296 -33
- package/sdk/sdk.css +314 -33
- package/sdk/sdk.js +1190 -1186
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/RootRenderer.tsx +3 -3
- package/src/components/Card.tsx +203 -0
- package/src/components/Collapse.tsx +1 -1
- package/src/components/DatePicker.tsx +44 -3
- 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 +30 -1
- package/src/components/calendar/DaysView.tsx +91 -0
- package/src/components/calendar/TimeView.tsx +80 -5
- package/src/components/calendar/YearsView.tsx +44 -1
- package/src/renderers/CRUD.tsx +3 -3
- package/src/renderers/Card.tsx +299 -191
- 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/InputDate.tsx +83 -2
- 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/Status.tsx +3 -1
- package/src/renderers/Wizard.tsx +52 -12
- package/src/store/formItem.ts +12 -6
- 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:
|
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:
|
20128
|
-
--PickerColumns-cancelAction-color:
|
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
|
-
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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-
|
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:
|
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
|
}
|