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/lib/themes/antd-ie11.css
CHANGED
@@ -582,10 +582,11 @@
|
|
582
582
|
--DropDown-menu-paddingX: 0;
|
583
583
|
--DropDown-menu-paddingY: var(--gap-xs);
|
584
584
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
585
|
-
--DropDown-
|
585
|
+
--DropDown-group-color: #848b99;
|
586
|
+
--DropDown-menuItem-color: #151a26;
|
586
587
|
--DropDown-menuItem-onHover-color: var(--primary);
|
587
588
|
--DropDown-menuItem-onActive-color: var(--primary);
|
588
|
-
--DropDown-menuItem-onDisabled-color:
|
589
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
589
590
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
590
591
|
--DropDown-menuItem-paddingY: calc(
|
591
592
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -1009,11 +1010,12 @@
|
|
1009
1010
|
--PickerColumns-bg: white;
|
1010
1011
|
--PickerColumns-toolbar-height: 3.125rem;
|
1011
1012
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
1013
|
+
--PickerColumns-title-color: #222;
|
1012
1014
|
--PickerColumns-title-lineHeight: 1.5;
|
1013
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
1014
|
-
--PickerColumns-action-fontSize: var(--
|
1015
|
-
--PickerColumns-confirmAction-color:
|
1016
|
-
--PickerColumns-cancelAction-color:
|
1015
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
1016
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
1017
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
1018
|
+
--PickerColumns-cancelAction-color: #666;
|
1017
1019
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
1018
1020
|
--PickerColumns-optionText-color: var(--text-color);
|
1019
1021
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -1022,6 +1024,7 @@
|
|
1022
1024
|
--PopOver-bg: white;
|
1023
1025
|
--PopOverAble-iconColor: inherit;
|
1024
1026
|
--PopOverAble-onHover-iconColor: inherit;
|
1027
|
+
--PopUp-cancelAction-color: #666;
|
1025
1028
|
--Property-title-bg: #f2f2f2;
|
1026
1029
|
--Property-label-bg: #f7f7f7;
|
1027
1030
|
--Portlet-borderColor: var(--borderColor);
|
@@ -4703,6 +4706,7 @@ input[type=button].antd-Button--block {
|
|
4703
4706
|
}
|
4704
4707
|
.antd-PopUp {
|
4705
4708
|
width: 100%;
|
4709
|
+
height: 25rem;
|
4706
4710
|
position: fixed;
|
4707
4711
|
background: var(--PopOver-bg);
|
4708
4712
|
left: 0;
|
@@ -4750,13 +4754,11 @@ input[type=button].antd-Button--block {
|
|
4750
4754
|
height: 100%;
|
4751
4755
|
box-sizing: border-box;
|
4752
4756
|
background: #fff;
|
4753
|
-
|
4757
|
+
display: flex;
|
4758
|
+
flex-direction: column;
|
4754
4759
|
}
|
4755
4760
|
.antd-PopUp-closeWrap {
|
4756
|
-
|
4757
|
-
position: absolute;
|
4758
|
-
left: 0;
|
4759
|
-
top: 0;
|
4761
|
+
position: relative;
|
4760
4762
|
text-align: center;
|
4761
4763
|
height: 3rem;
|
4762
4764
|
line-height: 3rem;
|
@@ -4769,9 +4771,27 @@ input[type=button].antd-Button--block {
|
|
4769
4771
|
top: 0.9375rem;
|
4770
4772
|
right: 0.9375rem;
|
4771
4773
|
}
|
4774
|
+
.antd-PopUp-toolbar {
|
4775
|
+
display: flex;
|
4776
|
+
align-items: center;
|
4777
|
+
justify-content: space-between;
|
4778
|
+
height: 3.75rem;
|
4779
|
+
}
|
4780
|
+
.antd-PopUp-title {
|
4781
|
+
font-size: var(--fontSizeMd);
|
4782
|
+
}
|
4783
|
+
.antd-PopUp-cancel {
|
4784
|
+
color: var(--PopUp-cancelAction-color);
|
4785
|
+
margin-left: var(--gap-sm);
|
4786
|
+
}
|
4787
|
+
.antd-PopUp-confirm {
|
4788
|
+
margin-right: var(--gap-sm);
|
4789
|
+
}
|
4772
4790
|
.antd-PopUp-content {
|
4773
4791
|
overflow-y: auto;
|
4774
4792
|
height: 100%;
|
4793
|
+
display: flex;
|
4794
|
+
flex: 1;
|
4775
4795
|
}
|
4776
4796
|
.antd-PopUp > * {
|
4777
4797
|
position: relative;
|
@@ -4795,6 +4815,9 @@ input[type=button].antd-Button--block {
|
|
4795
4815
|
.antd-PopUp--leftTopLeftBottom {
|
4796
4816
|
margin-top: -0.25rem;
|
4797
4817
|
}
|
4818
|
+
.antd-PopUp-safearea {
|
4819
|
+
height: 1rem;
|
4820
|
+
}
|
4798
4821
|
|
4799
4822
|
.antd-PickerColumns {
|
4800
4823
|
position: relative;
|
@@ -4804,7 +4827,10 @@ input[type=button].antd-Button--block {
|
|
4804
4827
|
overflow: hidden;
|
4805
4828
|
font-size: var(--PickerColumns-option-fontSize);
|
4806
4829
|
}
|
4807
|
-
.antd-PickerColumns
|
4830
|
+
.antd-PickerColumns li:focus {
|
4831
|
+
outline: none;
|
4832
|
+
}
|
4833
|
+
.antd-PickerColumns-header {
|
4808
4834
|
display: flex;
|
4809
4835
|
align-items: center;
|
4810
4836
|
justify-content: space-between;
|
@@ -4814,21 +4840,21 @@ input[type=button].antd-Button--block {
|
|
4814
4840
|
height: 100%;
|
4815
4841
|
padding: var(--PickerColumns-action-padding);
|
4816
4842
|
font-size: var(--PickerColumns-action-fontSize);
|
4817
|
-
background-color: transparent;
|
4843
|
+
background-color: transparent !important;
|
4818
4844
|
border: none;
|
4819
4845
|
cursor: pointer;
|
4820
4846
|
}
|
4821
4847
|
.antd-PickerColumns-cancel:active, .antd-PickerColumns-confirm:active {
|
4822
|
-
|
4848
|
+
background-color: none !important;
|
4823
4849
|
}
|
4824
4850
|
.antd-PickerColumns-cancel:hover, .antd-PickerColumns-confirm:hover {
|
4825
4851
|
background-color: none !important;
|
4826
4852
|
}
|
4827
4853
|
.antd-PickerColumns-confirm {
|
4828
|
-
color: var(--PickerColumns-confirmAction-color);
|
4854
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
4829
4855
|
}
|
4830
4856
|
.antd-PickerColumns-cancel {
|
4831
|
-
color: var(--PickerColumns-cancelAction-color);
|
4857
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
4832
4858
|
}
|
4833
4859
|
.antd-PickerColumns-title {
|
4834
4860
|
max-width: 50%;
|
@@ -4836,6 +4862,7 @@ input[type=button].antd-Button--block {
|
|
4836
4862
|
font-size: var(--PickerColumns-title-fontSize);
|
4837
4863
|
line-height: var(--PickerColumns-title-lineHeight);
|
4838
4864
|
text-align: center;
|
4865
|
+
color: var(--PickerColumns-title-color);
|
4839
4866
|
}
|
4840
4867
|
.antd-PickerColumns-columns {
|
4841
4868
|
touch-action: none;
|
@@ -4905,6 +4932,10 @@ input[type=button].antd-Button--block {
|
|
4905
4932
|
cursor: not-allowed;
|
4906
4933
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
4907
4934
|
}
|
4935
|
+
.antd-PickerColumns-columnItemis-selected {
|
4936
|
+
font-size: 18px;
|
4937
|
+
color: --PickerColumns-title-color;
|
4938
|
+
}
|
4908
4939
|
|
4909
4940
|
@keyframes bounceIn {
|
4910
4941
|
from, 20%, 40%, 60%, 80%, to {
|
@@ -6681,19 +6712,27 @@ input[type=button].antd-Button--block {
|
|
6681
6712
|
display: block;
|
6682
6713
|
}
|
6683
6714
|
.antd-DropDown-menu {
|
6715
|
+
background: var(--DropDown-menu-bg);
|
6716
|
+
list-style: none;
|
6717
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
6718
|
+
min-width: var(--DropDown-menu-minWidth);
|
6719
|
+
text-align: left;
|
6720
|
+
border: none;
|
6721
|
+
user-select: none;
|
6722
|
+
}
|
6723
|
+
.antd-DropDown-menu-root {
|
6684
6724
|
position: absolute;
|
6685
6725
|
z-index: 1000;
|
6686
6726
|
top: 100%;
|
6687
6727
|
left: 0;
|
6688
6728
|
margin: 0.0625rem 0 0;
|
6689
|
-
|
6690
|
-
list-style: none;
|
6691
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
6692
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
6729
|
+
border: none;
|
6693
6730
|
border-radius: var(--DropDown-menu-borderRadius);
|
6694
6731
|
box-shadow: var(--DropDown-menu-boxShadow);
|
6695
6732
|
min-width: var(--DropDown-menu-minWidth);
|
6696
|
-
|
6733
|
+
overflow-y: auto;
|
6734
|
+
overflow-x: hidden;
|
6735
|
+
max-height: 18.75rem;
|
6697
6736
|
}
|
6698
6737
|
.antd-DropDown--alignRight .antd-DropDown-menu {
|
6699
6738
|
left: auto;
|
@@ -6732,6 +6771,24 @@ input[type=button].antd-Button--block {
|
|
6732
6771
|
background: var(--DropDown-menu-borderColor);
|
6733
6772
|
padding: 0;
|
6734
6773
|
}
|
6774
|
+
.antd-DropDown-menuItem.antd-DropDown-groupTitle, .antd-DropDown-menu > li.antd-DropDown-groupTitle {
|
6775
|
+
height: inherit;
|
6776
|
+
font-size: var(--fontSizeSm);
|
6777
|
+
padding: var(--gap-xs) var(--gap-xs);
|
6778
|
+
padding-left: var(--gap-sm);
|
6779
|
+
color: var(--DropDown-group-color);
|
6780
|
+
flex-grow: 1;
|
6781
|
+
cursor: default;
|
6782
|
+
}
|
6783
|
+
.antd-DropDown-menuItem.antd-DropDown-groupTitle:hover, .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
|
6784
|
+
background: none;
|
6785
|
+
}
|
6786
|
+
.antd-DropDown-menuItem.antd-DropDown-groupTitle span, .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
|
6787
|
+
white-space: nowrap;
|
6788
|
+
}
|
6789
|
+
.antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button, .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
6790
|
+
padding-left: var(--gap-lg);
|
6791
|
+
}
|
6735
6792
|
.antd-DropDown-menu > li a {
|
6736
6793
|
color: inherit;
|
6737
6794
|
display: block;
|
@@ -6965,7 +7022,7 @@ input[type=button].antd-Button--block {
|
|
6965
7022
|
background: #fff;
|
6966
7023
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
6967
7024
|
border-radius: 24px;
|
6968
|
-
overflow-x:
|
7025
|
+
overflow-x: auto;
|
6969
7026
|
position: relative;
|
6970
7027
|
height: 3rem;
|
6971
7028
|
line-height: 3rem;
|
@@ -7052,7 +7109,7 @@ input[type=button].antd-Button--block {
|
|
7052
7109
|
align-items: center;
|
7053
7110
|
}
|
7054
7111
|
.antd-CalendarMobile-time {
|
7055
|
-
height:
|
7112
|
+
height: 11.25rem;
|
7056
7113
|
}
|
7057
7114
|
.antd-CalendarMobile-time-title {
|
7058
7115
|
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
@@ -7065,6 +7122,13 @@ input[type=button].antd-Button--block {
|
|
7065
7122
|
.antd-CalendarMobile-time .rdtPicker {
|
7066
7123
|
margin: 0 auto;
|
7067
7124
|
}
|
7125
|
+
.antd-CalendarMobile .antd-CalendarTime {
|
7126
|
+
height: 8.125rem;
|
7127
|
+
overflow: hidden;
|
7128
|
+
}
|
7129
|
+
.antd-CalendarMobile .antd-PickerColumns-header {
|
7130
|
+
display: none;
|
7131
|
+
}
|
7068
7132
|
|
7069
7133
|
.antd-Collapse {
|
7070
7134
|
border: var(--Collapse-border);
|
@@ -11353,6 +11417,33 @@ input[type=button].antd-Button--block {
|
|
11353
11417
|
padding-left: 8px;
|
11354
11418
|
min-height: 24px;
|
11355
11419
|
}
|
11420
|
+
.antd-ResultBox.is-mobile {
|
11421
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
11422
|
+
border: none;
|
11423
|
+
padding: 0;
|
11424
|
+
font-size: var(--fontSizeLg);
|
11425
|
+
border: none;
|
11426
|
+
justify-content: flex-end;
|
11427
|
+
}
|
11428
|
+
.antd-ResultBox.is-mobile .antd-ResultBox-arrow {
|
11429
|
+
margin-right: var(--gap-xs);
|
11430
|
+
width: var(--gap-md);
|
11431
|
+
text-align: center;
|
11432
|
+
display: flex;
|
11433
|
+
align-items: center;
|
11434
|
+
justify-content: center;
|
11435
|
+
line-height: 1;
|
11436
|
+
margin-left: 4px;
|
11437
|
+
}
|
11438
|
+
.antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
|
11439
|
+
transition: transform var(--animation-duration);
|
11440
|
+
display: inline-block;
|
11441
|
+
color: var(--Form-select-caret-iconColor);
|
11442
|
+
width: 10px;
|
11443
|
+
height: 10px;
|
11444
|
+
top: 0;
|
11445
|
+
transform: rotate(-90deg);
|
11446
|
+
}
|
11356
11447
|
|
11357
11448
|
.antd-SearchBox {
|
11358
11449
|
display: inline-flex;
|
@@ -12595,6 +12686,8 @@ fieldset.antd-Collapse--lg:after {
|
|
12595
12686
|
pointer-events: all;
|
12596
12687
|
margin-left: var(--Checkbox-gap);
|
12597
12688
|
cursor: pointer;
|
12689
|
+
display: inline-block;
|
12690
|
+
vertical-align: middle;
|
12598
12691
|
}
|
12599
12692
|
.antd-Checkbox > i + span > a {
|
12600
12693
|
margin-left: var(--gap-xs);
|
@@ -13098,6 +13191,30 @@ fieldset.antd-Collapse--lg:after {
|
|
13098
13191
|
display: inline-block;
|
13099
13192
|
}
|
13100
13193
|
|
13194
|
+
.antd-CityArea-popup {
|
13195
|
+
height: 17.5rem;
|
13196
|
+
}
|
13197
|
+
.antd-CityArea-Input {
|
13198
|
+
margin-top: var(--gap-xs);
|
13199
|
+
outline: none;
|
13200
|
+
vertical-align: top;
|
13201
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
13202
|
+
border-radius: var(--Form-input-borderRadius);
|
13203
|
+
line-height: var(--Form-input-lineHeight);
|
13204
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
13205
|
+
font-size: var(--Form-input-fontSize);
|
13206
|
+
display: inline-flex !important;
|
13207
|
+
}
|
13208
|
+
.antd-CityArea-Input::placeholder {
|
13209
|
+
color: var(--Form-input-placeholderColor);
|
13210
|
+
user-select: none;
|
13211
|
+
}
|
13212
|
+
.antd-CityArea-Input:focus {
|
13213
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
13214
|
+
box-shadow: var(--Form-input-boxShadow);
|
13215
|
+
background: var(--Form-input-onFocused-bg);
|
13216
|
+
}
|
13217
|
+
|
13101
13218
|
.antd-Switch {
|
13102
13219
|
cursor: pointer;
|
13103
13220
|
position: relative;
|
@@ -13335,6 +13452,7 @@ fieldset.antd-Collapse--lg:after {
|
|
13335
13452
|
display: inline-flex;
|
13336
13453
|
vertical-align: middle;
|
13337
13454
|
text-align: left;
|
13455
|
+
align-items: center;
|
13338
13456
|
outline: none;
|
13339
13457
|
position: relative;
|
13340
13458
|
font-size: var(--Form-input-fontSize);
|
@@ -13459,9 +13577,22 @@ fieldset.antd-Collapse--lg:after {
|
|
13459
13577
|
height: 10px;
|
13460
13578
|
top: 0;
|
13461
13579
|
}
|
13462
|
-
.antd-Select.is-opened .antd-Select-arrow > svg {
|
13580
|
+
.antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
|
13463
13581
|
transform: rotate(180deg);
|
13464
13582
|
}
|
13583
|
+
.antd-Select.is-mobile {
|
13584
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
13585
|
+
border: none;
|
13586
|
+
padding: 0;
|
13587
|
+
font-size: var(--fontSizeLg);
|
13588
|
+
}
|
13589
|
+
.antd-Select.is-mobile .antd-Select-valueWrap {
|
13590
|
+
text-align: right;
|
13591
|
+
padding-right: 4px;
|
13592
|
+
}
|
13593
|
+
.antd-Select.is-mobile .antd-Select-arrow > svg {
|
13594
|
+
transform: rotate(-90deg);
|
13595
|
+
}
|
13465
13596
|
.antd-Select-menu {
|
13466
13597
|
max-height: 18.75rem;
|
13467
13598
|
overflow: auto;
|
@@ -13470,6 +13601,13 @@ fieldset.antd-Collapse--lg:after {
|
|
13470
13601
|
.antd-Select-menu .antd-Checkbox--sm > i {
|
13471
13602
|
margin-top: -0.1875rem;
|
13472
13603
|
}
|
13604
|
+
.antd-Select-menu.is-mobile {
|
13605
|
+
width: 100%;
|
13606
|
+
text-align: center;
|
13607
|
+
}
|
13608
|
+
.antd-Select-menu.is-mobile .antd-Select-option {
|
13609
|
+
line-height: 2.25rem;
|
13610
|
+
}
|
13473
13611
|
.antd-Select--longlist {
|
13474
13612
|
overflow: hidden;
|
13475
13613
|
max-height: max-content;
|
@@ -13554,7 +13692,7 @@ fieldset.antd-Collapse--lg:after {
|
|
13554
13692
|
height: 0.875rem;
|
13555
13693
|
margin-right: var(--Checkbox-gap);
|
13556
13694
|
}
|
13557
|
-
.antd-Select.is-focused, .antd-Select.is-opened {
|
13695
|
+
.antd-Select.is-focused:not(.is-mobile), .antd-Select.is-opened:not(.is-mobile) {
|
13558
13696
|
border-color: var(--Form-input-onFocused-borderColor);
|
13559
13697
|
color: var(--Form-select-onFocused-color);
|
13560
13698
|
}
|
@@ -13579,6 +13717,9 @@ fieldset.antd-Collapse--lg:after {
|
|
13579
13717
|
.antd-Select-clear:hover svg {
|
13580
13718
|
fill: var(--Form-input-onHover-iconColor);
|
13581
13719
|
}
|
13720
|
+
.antd-Select-popup {
|
13721
|
+
height: 20rem;
|
13722
|
+
}
|
13582
13723
|
|
13583
13724
|
.antd-Select-popover {
|
13584
13725
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
@@ -13925,7 +14066,7 @@ fieldset.antd-Collapse--lg:after {
|
|
13925
14066
|
border-radius: var(--borderRadius);
|
13926
14067
|
}
|
13927
14068
|
.antd-ColorPicker-popup {
|
13928
|
-
height:
|
14069
|
+
height: 25rem;
|
13929
14070
|
}
|
13930
14071
|
.antd-ColorPicker:not(.is-disabled) {
|
13931
14072
|
cursor: pointer;
|
@@ -14153,7 +14294,43 @@ fieldset.antd-Collapse--lg:after {
|
|
14153
14294
|
}
|
14154
14295
|
|
14155
14296
|
.antd-DatePicker-popup {
|
14156
|
-
height:
|
14297
|
+
height: 18.75rem;
|
14298
|
+
}
|
14299
|
+
|
14300
|
+
.antd-DatePicker.is-mobile {
|
14301
|
+
border: 0;
|
14302
|
+
justify-content: flex-end;
|
14303
|
+
}
|
14304
|
+
.antd-DatePicker.is-mobile span:focus,
|
14305
|
+
.antd-DatePicker.is-mobile a:focus {
|
14306
|
+
outline: unset;
|
14307
|
+
}
|
14308
|
+
.antd-DatePicker.is-mobile .antd-DatePicker-value,
|
14309
|
+
.antd-DatePicker.is-mobile .antd-DatePicker-clear {
|
14310
|
+
display: inline-flex;
|
14311
|
+
justify-content: flex-end;
|
14312
|
+
padding: 0 0;
|
14313
|
+
}
|
14314
|
+
.antd-DatePicker.is-mobile .antd-DatePicker-value {
|
14315
|
+
margin-right: var(--gap-xs);
|
14316
|
+
}
|
14317
|
+
.antd-DatePicker.is-mobile .antd-DatePicker-placeholder {
|
14318
|
+
flex-grow: unset;
|
14319
|
+
flex-basis: unset;
|
14320
|
+
}
|
14321
|
+
.antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
14322
|
+
margin-top: -3px;
|
14323
|
+
}
|
14324
|
+
|
14325
|
+
.antd-DatePicker-popup.antd-DatePicker-mobile {
|
14326
|
+
color: red;
|
14327
|
+
}
|
14328
|
+
.antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
14329
|
+
width: 100%;
|
14330
|
+
}
|
14331
|
+
.antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
|
14332
|
+
width: 100%;
|
14333
|
+
padding: unset;
|
14157
14334
|
}
|
14158
14335
|
|
14159
14336
|
.rdt {
|
@@ -14620,7 +14797,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
14620
14797
|
}
|
14621
14798
|
|
14622
14799
|
.antd-DateRangePicker-popup {
|
14623
|
-
height:
|
14800
|
+
height: 25rem;
|
14624
14801
|
}
|
14625
14802
|
|
14626
14803
|
@media (min-width: 576px) {
|
@@ -15739,7 +15916,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15739
15916
|
background: var(--Form-input-onFocused-bg);
|
15740
15917
|
}
|
15741
15918
|
.antd-TreeSelect-popup {
|
15742
|
-
height:
|
15919
|
+
height: 25rem;
|
15743
15920
|
}
|
15744
15921
|
|
15745
15922
|
.antd-TreeSelect-popover {
|
@@ -16676,6 +16853,9 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16676
16853
|
display: flex;
|
16677
16854
|
flex-direction: column;
|
16678
16855
|
}
|
16856
|
+
.antd-TransferDropDown-content.is-mobile {
|
16857
|
+
width: 100%;
|
16858
|
+
}
|
16679
16859
|
.antd-TransferDropDown-content > .antd-Transfer-selection {
|
16680
16860
|
flex-grow: 1;
|
16681
16861
|
max-height: 100%;
|
@@ -16761,6 +16941,109 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16761
16941
|
.antd-NestedSelect-menu .antd-NestedSelect-option.checkall {
|
16762
16942
|
border-bottom: 0.0625rem solid #eceff8;
|
16763
16943
|
}
|
16944
|
+
.antd-NestedSelect-popup {
|
16945
|
+
height: 28.75rem;
|
16946
|
+
}
|
16947
|
+
|
16948
|
+
.antd-Cascader-tabs {
|
16949
|
+
display: flex;
|
16950
|
+
}
|
16951
|
+
.antd-Cascader-tabs.scrollable {
|
16952
|
+
display: block;
|
16953
|
+
overflow-x: auto;
|
16954
|
+
white-space: nowrap;
|
16955
|
+
}
|
16956
|
+
.antd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
16957
|
+
display: none;
|
16958
|
+
}
|
16959
|
+
|
16960
|
+
.antd-Cascader-tab {
|
16961
|
+
flex: 1;
|
16962
|
+
width: calc((100vw - 20px) / 3);
|
16963
|
+
height: 23.125rem;
|
16964
|
+
overflow-y: auto;
|
16965
|
+
display: inline-block;
|
16966
|
+
}
|
16967
|
+
.antd-Cascader-tab::-webkit-scrollbar {
|
16968
|
+
display: none;
|
16969
|
+
}
|
16970
|
+
|
16971
|
+
.antd-Cascader {
|
16972
|
+
width: 100%;
|
16973
|
+
padding: 0 10px;
|
16974
|
+
}
|
16975
|
+
.antd-Cascader-Nav {
|
16976
|
+
overflow-x: auto;
|
16977
|
+
}
|
16978
|
+
.antd-Cascader-NavItem {
|
16979
|
+
display: inline-block;
|
16980
|
+
margin-right: 0.625rem;
|
16981
|
+
list-style: none;
|
16982
|
+
cursor: pointer;
|
16983
|
+
user-select: none;
|
16984
|
+
padding: 0 0.375rem;
|
16985
|
+
}
|
16986
|
+
.antd-Cascader-btnGroup {
|
16987
|
+
display: flex;
|
16988
|
+
justify-content: space-between;
|
16989
|
+
align-items: center;
|
16990
|
+
height: 3.75rem;
|
16991
|
+
}
|
16992
|
+
.antd-Cascader-options {
|
16993
|
+
box-sizing: border-box;
|
16994
|
+
height: var(--Cascader-option-height);
|
16995
|
+
padding-top: 0.375rem;
|
16996
|
+
overflow-y: auto;
|
16997
|
+
-webkit-overflow-scrolling: touch;
|
16998
|
+
margin: 0;
|
16999
|
+
padding: 0;
|
17000
|
+
}
|
17001
|
+
.antd-Cascader-option {
|
17002
|
+
display: flex;
|
17003
|
+
align-items: center;
|
17004
|
+
justify-content: space-between;
|
17005
|
+
padding: 0.375rem 0;
|
17006
|
+
font-size: var(--fontSizeMd);
|
17007
|
+
line-height: var(--Cascader-option-lineHeight);
|
17008
|
+
cursor: pointer;
|
17009
|
+
position: relative;
|
17010
|
+
}
|
17011
|
+
.antd-Cascader-option.selected span {
|
17012
|
+
color: var(--primary);
|
17013
|
+
}
|
17014
|
+
.antd-Cascader-option.disabled span {
|
17015
|
+
color: gray;
|
17016
|
+
}
|
17017
|
+
.antd-Cascader-option--text {
|
17018
|
+
white-space: nowrap;
|
17019
|
+
overflow: hidden;
|
17020
|
+
text-overflow: ellipsis;
|
17021
|
+
user-select: none;
|
17022
|
+
}
|
17023
|
+
.antd-Cascader-option-selectedNum {
|
17024
|
+
min-width: 1rem;
|
17025
|
+
height: 1rem;
|
17026
|
+
line-height: 1rem;
|
17027
|
+
border-radius: 100%;
|
17028
|
+
text-align: center;
|
17029
|
+
background: var(--Form-select-menu-onActive-color);
|
17030
|
+
color: var(--white) !important;
|
17031
|
+
font-size: var(--fontSizeSm);
|
17032
|
+
display: inline-block;
|
17033
|
+
position: absolute;
|
17034
|
+
right: 0;
|
17035
|
+
top: 50%;
|
17036
|
+
transform: translateY(-50%);
|
17037
|
+
}
|
17038
|
+
.antd-Cascader-icon {
|
17039
|
+
color: var(--primary);
|
17040
|
+
}
|
17041
|
+
.antd-Cascader-tab {
|
17042
|
+
padding: 0;
|
17043
|
+
}
|
17044
|
+
.antd-Cascader-btnCancel {
|
17045
|
+
color: var(--PopUp-cancelAction-color);
|
17046
|
+
}
|
16764
17047
|
|
16765
17048
|
.antd-IconPickerControl {
|
16766
17049
|
position: relative;
|