amis 1.5.8-beta.2 → 1.6.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/lib/components/CalendarMobile.js +5 -5
- package/lib/components/CalendarMobile.js.map +2 -2
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +7 -6
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.js +8 -11
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.js +5 -8
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +10 -6
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -17
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1040 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +7 -3
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -6
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +14 -0
- package/lib/components/calendar/Calendar.js +62 -5
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +20 -0
- package/lib/components/calendar/DaysView.js +51 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +7 -1
- package/lib/components/calendar/MonthsView.js +41 -52
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +27 -20
- package/lib/components/calendar/TimeView.js +40 -4
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +15 -6
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +4 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +5 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +7 -5
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +7 -3
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Remark.js +2 -1
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/themes/ang-ie11.css +312 -29
- package/lib/themes/ang.css +312 -29
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +312 -29
- package/lib/themes/antd.css +312 -29
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +315 -41
- package/lib/themes/cxd.css +315 -41
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +312 -29
- package/lib/themes/dark.css +312 -29
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +315 -41
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +2192 -20
- package/scss/_properties.scss +10 -6
- package/scss/components/_calendar.scss +9 -2
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +35 -12
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_common.scss +2 -0
- package/scss/themes/_cxd-variables.scss +3 -3
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +368 -29
- package/sdk/ang.css +367 -30
- package/sdk/antd-ie11.css +368 -29
- package/sdk/antd.css +367 -30
- package/sdk/charts.js +18 -18
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +370 -42
- package/sdk/cxd.css +370 -44
- package/sdk/dark-ie11.css +368 -29
- package/sdk/dark.css +367 -30
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +4 -0
- 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 +370 -42
- package/sdk/sdk.css +370 -44
- package/sdk/sdk.js +1309 -1227
- 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/components/CalendarMobile.tsx +5 -5
- package/src/components/Cascader.tsx +564 -0
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +5 -2
- package/src/components/DatePicker.tsx +15 -5
- package/src/components/DateRangePicker.tsx +52 -43
- package/src/components/MonthRangePicker.tsx +44 -38
- package/src/components/Picker.tsx +27 -12
- package/src/components/PickerColumn.tsx +28 -18
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +55 -13
- package/src/components/ResultBox.tsx +10 -1
- package/src/components/Select.tsx +20 -23
- package/src/components/TransferDropDown.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +86 -9
- package/src/components/calendar/DaysView.tsx +86 -2
- package/src/components/calendar/MonthsView.tsx +56 -63
- package/src/components/calendar/TimeView.tsx +82 -29
- package/src/components/calendar/YearsView.tsx +25 -6
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +4 -0
- package/src/locale/zh-CN.ts +4 -0
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +10 -1
- package/src/renderers/Form/InputDateRange.tsx +9 -1
- package/src/renderers/Form/Item.tsx +14 -4
- package/src/renderers/Form/NestedSelect.tsx +31 -3
- package/src/renderers/Form/Select.tsx +15 -2
- package/src/renderers/Form/TreeSelect.tsx +10 -6
- package/src/renderers/Remark.tsx +2 -1
- package/src/schemaExtend.ts +22 -10
- package/src/utils/helper.ts +6 -16
package/sdk/sdk-ie11.css
CHANGED
@@ -21917,7 +21917,7 @@ readers do not read off random characters that represent icons */
|
|
21917
21917
|
}
|
21918
21918
|
|
21919
21919
|
.amis-scope .cxd-Button--light {
|
21920
|
-
color: #
|
21920
|
+
color: #151a26;
|
21921
21921
|
background: #eaf6fe;
|
21922
21922
|
border-color: #eaf6fe;
|
21923
21923
|
box-shadow: none;
|
@@ -21925,13 +21925,13 @@ readers do not read off random characters that represent icons */
|
|
21925
21925
|
}
|
21926
21926
|
|
21927
21927
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
|
21928
|
-
color: #
|
21928
|
+
color: #151a26;
|
21929
21929
|
background: #c5e6fc;
|
21930
21930
|
border-color: #b9e1fc;
|
21931
21931
|
}
|
21932
21932
|
|
21933
21933
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21934
|
-
color: #
|
21934
|
+
color: #151a26;
|
21935
21935
|
background: #b9e1fc;
|
21936
21936
|
border-color: #addcfb;
|
21937
21937
|
}
|
@@ -23412,6 +23412,7 @@ readers do not read off random characters that represent icons */
|
|
23412
23412
|
|
23413
23413
|
.amis-scope .cxd-PopUp {
|
23414
23414
|
width: 100%;
|
23415
|
+
height: 25rem;
|
23415
23416
|
position: fixed;
|
23416
23417
|
background: white;
|
23417
23418
|
left: 0;
|
@@ -23466,14 +23467,12 @@ readers do not read off random characters that represent icons */
|
|
23466
23467
|
height: 100%;
|
23467
23468
|
box-sizing: border-box;
|
23468
23469
|
background: #fff;
|
23469
|
-
|
23470
|
+
display: flex;
|
23471
|
+
flex-direction: column;
|
23470
23472
|
}
|
23471
23473
|
|
23472
23474
|
.amis-scope .cxd-PopUp-closeWrap {
|
23473
|
-
|
23474
|
-
position: absolute;
|
23475
|
-
left: 0;
|
23476
|
-
top: 0;
|
23475
|
+
position: relative;
|
23477
23476
|
text-align: center;
|
23478
23477
|
height: 3rem;
|
23479
23478
|
line-height: 3rem;
|
@@ -23488,9 +23487,31 @@ readers do not read off random characters that represent icons */
|
|
23488
23487
|
right: 0.9375rem;
|
23489
23488
|
}
|
23490
23489
|
|
23490
|
+
.amis-scope .cxd-PopUp-toolbar {
|
23491
|
+
display: flex;
|
23492
|
+
align-items: center;
|
23493
|
+
justify-content: space-between;
|
23494
|
+
height: 3.75rem;
|
23495
|
+
}
|
23496
|
+
|
23497
|
+
.amis-scope .cxd-PopUp-title {
|
23498
|
+
font-size: 0.875rem;
|
23499
|
+
}
|
23500
|
+
|
23501
|
+
.amis-scope .cxd-PopUp-cancel {
|
23502
|
+
color: #666;
|
23503
|
+
margin-left: 0.5rem;
|
23504
|
+
}
|
23505
|
+
|
23506
|
+
.amis-scope .cxd-PopUp-confirm {
|
23507
|
+
margin-right: 0.5rem;
|
23508
|
+
}
|
23509
|
+
|
23491
23510
|
.amis-scope .cxd-PopUp-content {
|
23492
23511
|
overflow-y: auto;
|
23493
23512
|
height: 100%;
|
23513
|
+
display: flex;
|
23514
|
+
flex: 1;
|
23494
23515
|
}
|
23495
23516
|
|
23496
23517
|
.amis-scope .cxd-PopUp > * {
|
@@ -23519,6 +23540,10 @@ readers do not read off random characters that represent icons */
|
|
23519
23540
|
margin-top: -0.25rem;
|
23520
23541
|
}
|
23521
23542
|
|
23543
|
+
.amis-scope .cxd-PopUp-safearea {
|
23544
|
+
height: 1rem;
|
23545
|
+
}
|
23546
|
+
|
23522
23547
|
.amis-scope .cxd-PickerColumns {
|
23523
23548
|
position: relative;
|
23524
23549
|
background-color: white;
|
@@ -23528,7 +23553,11 @@ readers do not read off random characters that represent icons */
|
|
23528
23553
|
font-size: 1rem;
|
23529
23554
|
}
|
23530
23555
|
|
23531
|
-
.amis-scope .cxd-PickerColumns
|
23556
|
+
.amis-scope .cxd-PickerColumns li:focus {
|
23557
|
+
outline: none;
|
23558
|
+
}
|
23559
|
+
|
23560
|
+
.amis-scope .cxd-PickerColumns-header {
|
23532
23561
|
display: flex;
|
23533
23562
|
align-items: center;
|
23534
23563
|
justify-content: space-between;
|
@@ -23538,16 +23567,16 @@ readers do not read off random characters that represent icons */
|
|
23538
23567
|
.amis-scope .cxd-PickerColumns-cancel,
|
23539
23568
|
.amis-scope .cxd-PickerColumns-confirm {
|
23540
23569
|
height: 100%;
|
23541
|
-
padding: 0
|
23542
|
-
font-size:
|
23543
|
-
background-color: transparent;
|
23570
|
+
padding: 0 1rem;
|
23571
|
+
font-size: 1rem;
|
23572
|
+
background-color: transparent !important;
|
23544
23573
|
border: none;
|
23545
23574
|
cursor: pointer;
|
23546
23575
|
}
|
23547
23576
|
|
23548
23577
|
.amis-scope .cxd-PickerColumns-cancel:active,
|
23549
23578
|
.amis-scope .cxd-PickerColumns-confirm:active {
|
23550
|
-
|
23579
|
+
background-color: none !important;
|
23551
23580
|
}
|
23552
23581
|
|
23553
23582
|
.amis-scope .cxd-PickerColumns-cancel:hover,
|
@@ -23556,11 +23585,11 @@ readers do not read off random characters that represent icons */
|
|
23556
23585
|
}
|
23557
23586
|
|
23558
23587
|
.amis-scope .cxd-PickerColumns-confirm {
|
23559
|
-
color: #
|
23588
|
+
color: #2468f2 !important;
|
23560
23589
|
}
|
23561
23590
|
|
23562
23591
|
.amis-scope .cxd-PickerColumns-cancel {
|
23563
|
-
color: #
|
23592
|
+
color: #666 !important;
|
23564
23593
|
}
|
23565
23594
|
|
23566
23595
|
.amis-scope .cxd-PickerColumns-title {
|
@@ -23569,6 +23598,7 @@ readers do not read off random characters that represent icons */
|
|
23569
23598
|
font-size: 1rem;
|
23570
23599
|
line-height: 1.5;
|
23571
23600
|
text-align: center;
|
23601
|
+
color: #222;
|
23572
23602
|
}
|
23573
23603
|
|
23574
23604
|
.amis-scope .cxd-PickerColumns-columns {
|
@@ -23647,6 +23677,11 @@ readers do not read off random characters that represent icons */
|
|
23647
23677
|
opacity: 0.3;
|
23648
23678
|
}
|
23649
23679
|
|
23680
|
+
.amis-scope .cxd-PickerColumns-columnItemis-selected {
|
23681
|
+
font-size: 18px;
|
23682
|
+
color: --PickerColumns-title-color;
|
23683
|
+
}
|
23684
|
+
|
23650
23685
|
@keyframes bounceIn {
|
23651
23686
|
from, 20%, 40%, 60%, 80%, to {
|
23652
23687
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25842,19 +25877,28 @@ readers do not read off random characters that represent icons */
|
|
25842
25877
|
}
|
25843
25878
|
|
25844
25879
|
.amis-scope .cxd-DropDown-menu {
|
25880
|
+
background: #fff;
|
25881
|
+
list-style: none;
|
25882
|
+
padding: 0.25rem 0;
|
25883
|
+
min-width: 10rem;
|
25884
|
+
text-align: left;
|
25885
|
+
border: none;
|
25886
|
+
user-select: none;
|
25887
|
+
}
|
25888
|
+
|
25889
|
+
.amis-scope .cxd-DropDown-menu-root {
|
25845
25890
|
position: absolute;
|
25846
25891
|
z-index: 1000;
|
25847
25892
|
top: 100%;
|
25848
25893
|
left: 0;
|
25849
25894
|
margin: 0.0625rem 0 0;
|
25850
|
-
|
25851
|
-
list-style: none;
|
25852
|
-
padding: 0.25rem 0;
|
25853
|
-
border: 0.0625rem solid #eceff8;
|
25895
|
+
border: none;
|
25854
25896
|
border-radius: 0.25rem;
|
25855
25897
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25856
25898
|
min-width: 10rem;
|
25857
|
-
|
25899
|
+
overflow-y: auto;
|
25900
|
+
overflow-x: hidden;
|
25901
|
+
max-height: 18.75rem;
|
25858
25902
|
}
|
25859
25903
|
|
25860
25904
|
.amis-scope .cxd-DropDown--alignRight .cxd-DropDown-menu {
|
@@ -25912,6 +25956,32 @@ readers do not read off random characters that represent icons */
|
|
25912
25956
|
padding: 0;
|
25913
25957
|
}
|
25914
25958
|
|
25959
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle,
|
25960
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
|
25961
|
+
height: inherit;
|
25962
|
+
font-size: 0.75rem;
|
25963
|
+
padding: 0.25rem 0.25rem;
|
25964
|
+
padding-left: 0.5rem;
|
25965
|
+
color: #848b99;
|
25966
|
+
flex-grow: 1;
|
25967
|
+
cursor: default;
|
25968
|
+
}
|
25969
|
+
|
25970
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover,
|
25971
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
|
25972
|
+
background: none;
|
25973
|
+
}
|
25974
|
+
|
25975
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle span,
|
25976
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
|
25977
|
+
white-space: nowrap;
|
25978
|
+
}
|
25979
|
+
|
25980
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button,
|
25981
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
25982
|
+
padding-left: 1.25rem;
|
25983
|
+
}
|
25984
|
+
|
25915
25985
|
.amis-scope .cxd-DropDown-menu > li a {
|
25916
25986
|
color: inherit;
|
25917
25987
|
display: block;
|
@@ -26187,7 +26257,7 @@ readers do not read off random characters that represent icons */
|
|
26187
26257
|
background: #fff;
|
26188
26258
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26189
26259
|
border-radius: 24px;
|
26190
|
-
overflow-x:
|
26260
|
+
overflow-x: auto;
|
26191
26261
|
position: relative;
|
26192
26262
|
height: 3rem;
|
26193
26263
|
line-height: 3rem;
|
@@ -26290,7 +26360,7 @@ readers do not read off random characters that represent icons */
|
|
26290
26360
|
}
|
26291
26361
|
|
26292
26362
|
.amis-scope .cxd-CalendarMobile-time {
|
26293
|
-
height:
|
26363
|
+
height: 11.25rem;
|
26294
26364
|
}
|
26295
26365
|
|
26296
26366
|
.amis-scope .cxd-CalendarMobile-time-title {
|
@@ -26306,6 +26376,15 @@ readers do not read off random characters that represent icons */
|
|
26306
26376
|
margin: 0 auto;
|
26307
26377
|
}
|
26308
26378
|
|
26379
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarTime {
|
26380
|
+
height: 8.125rem;
|
26381
|
+
overflow: hidden;
|
26382
|
+
}
|
26383
|
+
|
26384
|
+
.amis-scope .cxd-CalendarMobile .cxd-PickerColumns-header {
|
26385
|
+
display: none;
|
26386
|
+
}
|
26387
|
+
|
26309
26388
|
.amis-scope .cxd-Collapse {
|
26310
26389
|
border: 0.0625rem solid #dadbdd;
|
26311
26390
|
padding: 0;
|
@@ -31587,6 +31666,36 @@ readers do not read off random characters that represent icons */
|
|
31587
31666
|
min-height: 24px;
|
31588
31667
|
}
|
31589
31668
|
|
31669
|
+
.amis-scope .cxd-ResultBox.is-mobile {
|
31670
|
+
min-height: calc(1.4285714286 * 1rem);
|
31671
|
+
border: none;
|
31672
|
+
padding: 0;
|
31673
|
+
font-size: 1rem;
|
31674
|
+
border: none;
|
31675
|
+
justify-content: flex-end;
|
31676
|
+
}
|
31677
|
+
|
31678
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
|
31679
|
+
margin-right: 0.25rem;
|
31680
|
+
width: 1rem;
|
31681
|
+
text-align: center;
|
31682
|
+
display: flex;
|
31683
|
+
align-items: center;
|
31684
|
+
justify-content: center;
|
31685
|
+
line-height: 1;
|
31686
|
+
margin-left: 4px;
|
31687
|
+
}
|
31688
|
+
|
31689
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
|
31690
|
+
transition: transform 0s;
|
31691
|
+
display: inline-block;
|
31692
|
+
color: #83868c;
|
31693
|
+
width: 10px;
|
31694
|
+
height: 10px;
|
31695
|
+
top: 0;
|
31696
|
+
transform: rotate(-90deg);
|
31697
|
+
}
|
31698
|
+
|
31590
31699
|
.amis-scope .cxd-SearchBox {
|
31591
31700
|
display: inline-flex;
|
31592
31701
|
flex-direction: row;
|
@@ -33135,6 +33244,8 @@ readers do not read off random characters that represent icons */
|
|
33135
33244
|
pointer-events: all;
|
33136
33245
|
margin-left: 0.25rem;
|
33137
33246
|
cursor: pointer;
|
33247
|
+
display: inline-block;
|
33248
|
+
vertical-align: middle;
|
33138
33249
|
}
|
33139
33250
|
|
33140
33251
|
.amis-scope .cxd-Checkbox > i + span > a {
|
@@ -33741,6 +33852,38 @@ readers do not read off random characters that represent icons */
|
|
33741
33852
|
display: inline-block;
|
33742
33853
|
}
|
33743
33854
|
|
33855
|
+
.amis-scope .cxd-CityArea-popup {
|
33856
|
+
height: 17.5rem;
|
33857
|
+
}
|
33858
|
+
|
33859
|
+
.amis-scope .cxd-CityArea-Input {
|
33860
|
+
margin-top: 0.25rem;
|
33861
|
+
outline: none;
|
33862
|
+
vertical-align: top;
|
33863
|
+
border: 0.0625rem solid #dadbdd;
|
33864
|
+
border-radius: 0.25rem;
|
33865
|
+
line-height: 1.4285714286;
|
33866
|
+
padding: calc(
|
33867
|
+
(
|
33868
|
+
2rem - 1.4285714286 *
|
33869
|
+
0.875rem - 0.125rem
|
33870
|
+
) / 2
|
33871
|
+
) 0.625rem;
|
33872
|
+
font-size: 0.875rem;
|
33873
|
+
display: inline-flex !important;
|
33874
|
+
}
|
33875
|
+
|
33876
|
+
.amis-scope .cxd-CityArea-Input::placeholder {
|
33877
|
+
color: #b4b6ba;
|
33878
|
+
user-select: none;
|
33879
|
+
}
|
33880
|
+
|
33881
|
+
.amis-scope .cxd-CityArea-Input:focus {
|
33882
|
+
border-color: #1c53c1;
|
33883
|
+
box-shadow: none;
|
33884
|
+
background: #ffffff;
|
33885
|
+
}
|
33886
|
+
|
33744
33887
|
.amis-scope .cxd-Switch {
|
33745
33888
|
cursor: pointer;
|
33746
33889
|
position: relative;
|
@@ -34021,6 +34164,7 @@ readers do not read off random characters that represent icons */
|
|
34021
34164
|
display: inline-flex;
|
34022
34165
|
vertical-align: middle;
|
34023
34166
|
text-align: left;
|
34167
|
+
align-items: center;
|
34024
34168
|
outline: none;
|
34025
34169
|
position: relative;
|
34026
34170
|
font-size: 0.875rem;
|
@@ -34167,10 +34311,26 @@ readers do not read off random characters that represent icons */
|
|
34167
34311
|
top: 0;
|
34168
34312
|
}
|
34169
34313
|
|
34170
|
-
.amis-scope .cxd-Select.is-opened .cxd-Select-arrow > svg {
|
34314
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
|
34171
34315
|
transform: rotate(180deg);
|
34172
34316
|
}
|
34173
34317
|
|
34318
|
+
.amis-scope .cxd-Select.is-mobile {
|
34319
|
+
min-height: calc(1.4285714286 * 1rem);
|
34320
|
+
border: none;
|
34321
|
+
padding: 0;
|
34322
|
+
font-size: 1rem;
|
34323
|
+
}
|
34324
|
+
|
34325
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-valueWrap {
|
34326
|
+
text-align: right;
|
34327
|
+
padding-right: 4px;
|
34328
|
+
}
|
34329
|
+
|
34330
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-arrow > svg {
|
34331
|
+
transform: rotate(-90deg);
|
34332
|
+
}
|
34333
|
+
|
34174
34334
|
.amis-scope .cxd-Select-menu {
|
34175
34335
|
max-height: 18.75rem;
|
34176
34336
|
overflow: auto;
|
@@ -34181,6 +34341,15 @@ readers do not read off random characters that represent icons */
|
|
34181
34341
|
margin-top: -0.1875rem;
|
34182
34342
|
}
|
34183
34343
|
|
34344
|
+
.amis-scope .cxd-Select-menu.is-mobile {
|
34345
|
+
width: 100%;
|
34346
|
+
text-align: center;
|
34347
|
+
}
|
34348
|
+
|
34349
|
+
.amis-scope .cxd-Select-menu.is-mobile .cxd-Select-option {
|
34350
|
+
line-height: 2.25rem;
|
34351
|
+
}
|
34352
|
+
|
34184
34353
|
.amis-scope .cxd-Select--longlist {
|
34185
34354
|
overflow: hidden;
|
34186
34355
|
max-height: max-content;
|
@@ -34282,8 +34451,8 @@ readers do not read off random characters that represent icons */
|
|
34282
34451
|
margin-right: 0.25rem;
|
34283
34452
|
}
|
34284
34453
|
|
34285
|
-
.amis-scope .cxd-Select.is-focused,
|
34286
|
-
.amis-scope .cxd-Select.is-opened {
|
34454
|
+
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
34455
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
34287
34456
|
border-color: #1c53c1;
|
34288
34457
|
color: #000;
|
34289
34458
|
}
|
@@ -34313,6 +34482,10 @@ readers do not read off random characters that represent icons */
|
|
34313
34482
|
fill: #1f2329;
|
34314
34483
|
}
|
34315
34484
|
|
34485
|
+
.amis-scope .cxd-Select-popup {
|
34486
|
+
height: 20rem;
|
34487
|
+
}
|
34488
|
+
|
34316
34489
|
.amis-scope .cxd-Select-popover {
|
34317
34490
|
margin-top: calc(0 * -1);
|
34318
34491
|
background: #fff;
|
@@ -34726,7 +34899,7 @@ readers do not read off random characters that represent icons */
|
|
34726
34899
|
}
|
34727
34900
|
|
34728
34901
|
.amis-scope .cxd-ColorPicker-popup {
|
34729
|
-
height:
|
34902
|
+
height: 25rem;
|
34730
34903
|
}
|
34731
34904
|
|
34732
34905
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
@@ -34994,7 +35167,50 @@ readers do not read off random characters that represent icons */
|
|
34994
35167
|
}
|
34995
35168
|
|
34996
35169
|
.amis-scope .cxd-DatePicker-popup {
|
34997
|
-
height:
|
35170
|
+
height: 18.75rem;
|
35171
|
+
}
|
35172
|
+
|
35173
|
+
.amis-scope .cxd-DatePicker.is-mobile {
|
35174
|
+
border: 0;
|
35175
|
+
justify-content: flex-end;
|
35176
|
+
}
|
35177
|
+
|
35178
|
+
.amis-scope .cxd-DatePicker.is-mobile span:focus,
|
35179
|
+
.amis-scope .cxd-DatePicker.is-mobile a:focus {
|
35180
|
+
outline: unset;
|
35181
|
+
}
|
35182
|
+
|
35183
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value,
|
35184
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
|
35185
|
+
display: inline-flex;
|
35186
|
+
justify-content: flex-end;
|
35187
|
+
padding: 0 0;
|
35188
|
+
}
|
35189
|
+
|
35190
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value {
|
35191
|
+
margin-right: 0.25rem;
|
35192
|
+
}
|
35193
|
+
|
35194
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
|
35195
|
+
flex-grow: unset;
|
35196
|
+
flex-basis: unset;
|
35197
|
+
}
|
35198
|
+
|
35199
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
35200
|
+
margin-top: -3px;
|
35201
|
+
}
|
35202
|
+
|
35203
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
35204
|
+
color: red;
|
35205
|
+
}
|
35206
|
+
|
35207
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
35208
|
+
width: 100%;
|
35209
|
+
}
|
35210
|
+
|
35211
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
|
35212
|
+
width: 100%;
|
35213
|
+
padding: unset;
|
34998
35214
|
}
|
34999
35215
|
|
35000
35216
|
.amis-scope .rdt {
|
@@ -35545,7 +35761,7 @@ readers do not read off random characters that represent icons */
|
|
35545
35761
|
}
|
35546
35762
|
|
35547
35763
|
.amis-scope .cxd-DateRangePicker-popup {
|
35548
|
-
height:
|
35764
|
+
height: 25rem;
|
35549
35765
|
}
|
35550
35766
|
|
35551
35767
|
@media (min-width: 576px) {
|
@@ -36891,7 +37107,7 @@ readers do not read off random characters that represent icons */
|
|
36891
37107
|
}
|
36892
37108
|
|
36893
37109
|
.amis-scope .cxd-TreeSelect-popup {
|
36894
|
-
height:
|
37110
|
+
height: 25rem;
|
36895
37111
|
}
|
36896
37112
|
|
36897
37113
|
.amis-scope .cxd-TreeSelect-popover {
|
@@ -38043,6 +38259,10 @@ readers do not read off random characters that represent icons */
|
|
38043
38259
|
flex-direction: column;
|
38044
38260
|
}
|
38045
38261
|
|
38262
|
+
.amis-scope .cxd-TransferDropDown-content.is-mobile {
|
38263
|
+
width: 100%;
|
38264
|
+
}
|
38265
|
+
|
38046
38266
|
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
38047
38267
|
flex-grow: 1;
|
38048
38268
|
max-height: 100%;
|
@@ -38144,6 +38364,125 @@ readers do not read off random characters that represent icons */
|
|
38144
38364
|
border-bottom: 0.0625rem solid #eceff8;
|
38145
38365
|
}
|
38146
38366
|
|
38367
|
+
.amis-scope .cxd-NestedSelect-popup {
|
38368
|
+
height: 28.75rem;
|
38369
|
+
}
|
38370
|
+
|
38371
|
+
.amis-scope .cxd-Cascader-tabs {
|
38372
|
+
display: flex;
|
38373
|
+
}
|
38374
|
+
|
38375
|
+
.amis-scope .cxd-Cascader-tabs.scrollable {
|
38376
|
+
display: block;
|
38377
|
+
overflow-x: auto;
|
38378
|
+
white-space: nowrap;
|
38379
|
+
}
|
38380
|
+
|
38381
|
+
.amis-scope .cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
38382
|
+
display: none;
|
38383
|
+
}
|
38384
|
+
|
38385
|
+
.amis-scope .cxd-Cascader-tab {
|
38386
|
+
flex: 1;
|
38387
|
+
width: calc((100vw - 20px) / 3);
|
38388
|
+
height: 23.125rem;
|
38389
|
+
overflow-y: auto;
|
38390
|
+
display: inline-block;
|
38391
|
+
}
|
38392
|
+
|
38393
|
+
.amis-scope .cxd-Cascader-tab::-webkit-scrollbar {
|
38394
|
+
display: none;
|
38395
|
+
}
|
38396
|
+
|
38397
|
+
.amis-scope .cxd-Cascader {
|
38398
|
+
width: 100%;
|
38399
|
+
padding: 0 10px;
|
38400
|
+
}
|
38401
|
+
|
38402
|
+
.amis-scope .cxd-Cascader-Nav {
|
38403
|
+
overflow-x: auto;
|
38404
|
+
}
|
38405
|
+
|
38406
|
+
.amis-scope .cxd-Cascader-NavItem {
|
38407
|
+
display: inline-block;
|
38408
|
+
margin-right: 0.625rem;
|
38409
|
+
list-style: none;
|
38410
|
+
cursor: pointer;
|
38411
|
+
user-select: none;
|
38412
|
+
padding: 0 0.375rem;
|
38413
|
+
}
|
38414
|
+
|
38415
|
+
.amis-scope .cxd-Cascader-btnGroup {
|
38416
|
+
display: flex;
|
38417
|
+
justify-content: space-between;
|
38418
|
+
align-items: center;
|
38419
|
+
height: 3.75rem;
|
38420
|
+
}
|
38421
|
+
|
38422
|
+
.amis-scope .cxd-Cascader-options {
|
38423
|
+
box-sizing: border-box;
|
38424
|
+
height: var(--Cascader-option-height);
|
38425
|
+
padding-top: 0.375rem;
|
38426
|
+
overflow-y: auto;
|
38427
|
+
-webkit-overflow-scrolling: touch;
|
38428
|
+
margin: 0;
|
38429
|
+
padding: 0;
|
38430
|
+
}
|
38431
|
+
|
38432
|
+
.amis-scope .cxd-Cascader-option {
|
38433
|
+
display: flex;
|
38434
|
+
align-items: center;
|
38435
|
+
justify-content: space-between;
|
38436
|
+
padding: 0.375rem 0;
|
38437
|
+
font-size: 0.875rem;
|
38438
|
+
line-height: var(--Cascader-option-lineHeight);
|
38439
|
+
cursor: pointer;
|
38440
|
+
position: relative;
|
38441
|
+
}
|
38442
|
+
|
38443
|
+
.amis-scope .cxd-Cascader-option.selected span {
|
38444
|
+
color: #2468f2;
|
38445
|
+
}
|
38446
|
+
|
38447
|
+
.amis-scope .cxd-Cascader-option.disabled span {
|
38448
|
+
color: gray;
|
38449
|
+
}
|
38450
|
+
|
38451
|
+
.amis-scope .cxd-Cascader-option--text {
|
38452
|
+
white-space: nowrap;
|
38453
|
+
overflow: hidden;
|
38454
|
+
text-overflow: ellipsis;
|
38455
|
+
user-select: none;
|
38456
|
+
}
|
38457
|
+
|
38458
|
+
.amis-scope .cxd-Cascader-option-selectedNum {
|
38459
|
+
min-width: 1rem;
|
38460
|
+
height: 1rem;
|
38461
|
+
line-height: 1rem;
|
38462
|
+
border-radius: 100%;
|
38463
|
+
text-align: center;
|
38464
|
+
background: #2468f2;
|
38465
|
+
color: #fff !important;
|
38466
|
+
font-size: 0.75rem;
|
38467
|
+
display: inline-block;
|
38468
|
+
position: absolute;
|
38469
|
+
right: 0;
|
38470
|
+
top: 50%;
|
38471
|
+
transform: translateY(-50%);
|
38472
|
+
}
|
38473
|
+
|
38474
|
+
.amis-scope .cxd-Cascader-icon {
|
38475
|
+
color: #2468f2;
|
38476
|
+
}
|
38477
|
+
|
38478
|
+
.amis-scope .cxd-Cascader-tab {
|
38479
|
+
padding: 0;
|
38480
|
+
}
|
38481
|
+
|
38482
|
+
.amis-scope .cxd-Cascader-btnCancel {
|
38483
|
+
color: #666;
|
38484
|
+
}
|
38485
|
+
|
38147
38486
|
.amis-scope .cxd-IconPickerControl {
|
38148
38487
|
position: relative;
|
38149
38488
|
max-width: 100%;
|
@@ -39675,7 +40014,8 @@ readers do not read off random characters that represent icons */
|
|
39675
40014
|
max-width: 18.75rem;
|
39676
40015
|
font-size: var(--Timeline--font-size);
|
39677
40016
|
padding: 0.625rem;
|
39678
|
-
box-shadow: 0 0.0625rem 0.625rem 0
|
40017
|
+
box-shadow: 0 0.0625rem 0.625rem 0
|
40018
|
+
rgba(0 0 0 / 10%);
|
39679
40019
|
}
|
39680
40020
|
|
39681
40021
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
|
@@ -42186,18 +42526,6 @@ readers do not read off random characters that represent icons */
|
|
42186
42526
|
border: none;
|
42187
42527
|
}
|
42188
42528
|
|
42189
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
42190
|
-
border: none;
|
42191
|
-
}
|
42192
|
-
|
42193
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
|
42194
|
-
color: #151a26;
|
42195
|
-
}
|
42196
|
-
|
42197
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
42198
|
-
color: #b4b6ba;
|
42199
|
-
}
|
42200
|
-
|
42201
42529
|
.amis-scope .cxd-Toast .cxd-Toast-icon {
|
42202
42530
|
margin-right: 0.5rem;
|
42203
42531
|
}
|