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/ang.css
CHANGED
@@ -20279,10 +20279,11 @@ readers do not read off random characters that represent icons */
|
|
20279
20279
|
--DropDown-menu-paddingX: 0;
|
20280
20280
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20281
20281
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20282
|
-
--DropDown-
|
20282
|
+
--DropDown-group-color: #848b99;
|
20283
|
+
--DropDown-menuItem-color: #151a26;
|
20283
20284
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20284
20285
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20285
|
-
--DropDown-menuItem-onDisabled-color:
|
20286
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20286
20287
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20287
20288
|
--DropDown-menuItem-paddingY: calc(
|
20288
20289
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20706,11 +20707,12 @@ readers do not read off random characters that represent icons */
|
|
20706
20707
|
--PickerColumns-bg: white;
|
20707
20708
|
--PickerColumns-toolbar-height: 3.125rem;
|
20708
20709
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20710
|
+
--PickerColumns-title-color: #222;
|
20709
20711
|
--PickerColumns-title-lineHeight: 1.5;
|
20710
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20711
|
-
--PickerColumns-action-fontSize: var(--
|
20712
|
-
--PickerColumns-confirmAction-color: #
|
20713
|
-
--PickerColumns-cancelAction-color: #
|
20712
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20713
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20714
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20715
|
+
--PickerColumns-cancelAction-color: #666;
|
20714
20716
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20715
20717
|
--PickerColumns-optionText-color: var(--text-color);
|
20716
20718
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20719,6 +20721,7 @@ readers do not read off random characters that represent icons */
|
|
20719
20721
|
--PopOver-bg: white;
|
20720
20722
|
--PopOverAble-iconColor: inherit;
|
20721
20723
|
--PopOverAble-onHover-iconColor: inherit;
|
20724
|
+
--PopUp-cancelAction-color: #666;
|
20722
20725
|
--Property-title-bg: #f2f2f2;
|
20723
20726
|
--Property-label-bg: #f7f7f7;
|
20724
20727
|
--Portlet-borderColor: var(--borderColor);
|
@@ -24699,6 +24702,7 @@ readers do not read off random characters that represent icons */
|
|
24699
24702
|
|
24700
24703
|
.amis-scope .a-PopUp {
|
24701
24704
|
width: 100%;
|
24705
|
+
height: 25rem;
|
24702
24706
|
position: fixed;
|
24703
24707
|
background: var(--PopOver-bg);
|
24704
24708
|
left: 0;
|
@@ -24753,14 +24757,12 @@ readers do not read off random characters that represent icons */
|
|
24753
24757
|
height: 100%;
|
24754
24758
|
box-sizing: border-box;
|
24755
24759
|
background: #fff;
|
24756
|
-
|
24760
|
+
display: flex;
|
24761
|
+
flex-direction: column;
|
24757
24762
|
}
|
24758
24763
|
|
24759
24764
|
.amis-scope .a-PopUp-closeWrap {
|
24760
|
-
|
24761
|
-
position: absolute;
|
24762
|
-
left: 0;
|
24763
|
-
top: 0;
|
24765
|
+
position: relative;
|
24764
24766
|
text-align: center;
|
24765
24767
|
height: 3rem;
|
24766
24768
|
line-height: 3rem;
|
@@ -24775,9 +24777,31 @@ readers do not read off random characters that represent icons */
|
|
24775
24777
|
right: 0.9375rem;
|
24776
24778
|
}
|
24777
24779
|
|
24780
|
+
.amis-scope .a-PopUp-toolbar {
|
24781
|
+
display: flex;
|
24782
|
+
align-items: center;
|
24783
|
+
justify-content: space-between;
|
24784
|
+
height: 3.75rem;
|
24785
|
+
}
|
24786
|
+
|
24787
|
+
.amis-scope .a-PopUp-title {
|
24788
|
+
font-size: var(--fontSizeMd);
|
24789
|
+
}
|
24790
|
+
|
24791
|
+
.amis-scope .a-PopUp-cancel {
|
24792
|
+
color: var(--PopUp-cancelAction-color);
|
24793
|
+
margin-left: var(--gap-sm);
|
24794
|
+
}
|
24795
|
+
|
24796
|
+
.amis-scope .a-PopUp-confirm {
|
24797
|
+
margin-right: var(--gap-sm);
|
24798
|
+
}
|
24799
|
+
|
24778
24800
|
.amis-scope .a-PopUp-content {
|
24779
24801
|
overflow-y: auto;
|
24780
24802
|
height: 100%;
|
24803
|
+
display: flex;
|
24804
|
+
flex: 1;
|
24781
24805
|
}
|
24782
24806
|
|
24783
24807
|
.amis-scope .a-PopUp > * {
|
@@ -24806,6 +24830,10 @@ readers do not read off random characters that represent icons */
|
|
24806
24830
|
margin-top: -0.25rem;
|
24807
24831
|
}
|
24808
24832
|
|
24833
|
+
.amis-scope .a-PopUp-safearea {
|
24834
|
+
height: 1rem;
|
24835
|
+
}
|
24836
|
+
|
24809
24837
|
.amis-scope .a-PickerColumns {
|
24810
24838
|
position: relative;
|
24811
24839
|
background-color: var(--PickerColumns-bg);
|
@@ -24815,7 +24843,11 @@ readers do not read off random characters that represent icons */
|
|
24815
24843
|
font-size: var(--PickerColumns-option-fontSize);
|
24816
24844
|
}
|
24817
24845
|
|
24818
|
-
.amis-scope .a-PickerColumns
|
24846
|
+
.amis-scope .a-PickerColumns li:focus {
|
24847
|
+
outline: none;
|
24848
|
+
}
|
24849
|
+
|
24850
|
+
.amis-scope .a-PickerColumns-header {
|
24819
24851
|
display: flex;
|
24820
24852
|
align-items: center;
|
24821
24853
|
justify-content: space-between;
|
@@ -24827,14 +24859,14 @@ readers do not read off random characters that represent icons */
|
|
24827
24859
|
height: 100%;
|
24828
24860
|
padding: var(--PickerColumns-action-padding);
|
24829
24861
|
font-size: var(--PickerColumns-action-fontSize);
|
24830
|
-
background-color: transparent;
|
24862
|
+
background-color: transparent !important;
|
24831
24863
|
border: none;
|
24832
24864
|
cursor: pointer;
|
24833
24865
|
}
|
24834
24866
|
|
24835
24867
|
.amis-scope .a-PickerColumns-cancel:active,
|
24836
24868
|
.amis-scope .a-PickerColumns-confirm:active {
|
24837
|
-
|
24869
|
+
background-color: none !important;
|
24838
24870
|
}
|
24839
24871
|
|
24840
24872
|
.amis-scope .a-PickerColumns-cancel:hover,
|
@@ -24843,11 +24875,11 @@ readers do not read off random characters that represent icons */
|
|
24843
24875
|
}
|
24844
24876
|
|
24845
24877
|
.amis-scope .a-PickerColumns-confirm {
|
24846
|
-
color: var(--PickerColumns-confirmAction-color);
|
24878
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
24847
24879
|
}
|
24848
24880
|
|
24849
24881
|
.amis-scope .a-PickerColumns-cancel {
|
24850
|
-
color: var(--PickerColumns-cancelAction-color);
|
24882
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
24851
24883
|
}
|
24852
24884
|
|
24853
24885
|
.amis-scope .a-PickerColumns-title {
|
@@ -24856,6 +24888,7 @@ readers do not read off random characters that represent icons */
|
|
24856
24888
|
font-size: var(--PickerColumns-title-fontSize);
|
24857
24889
|
line-height: var(--PickerColumns-title-lineHeight);
|
24858
24890
|
text-align: center;
|
24891
|
+
color: var(--PickerColumns-title-color);
|
24859
24892
|
}
|
24860
24893
|
|
24861
24894
|
.amis-scope .a-PickerColumns-columns {
|
@@ -24934,6 +24967,11 @@ readers do not read off random characters that represent icons */
|
|
24934
24967
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24935
24968
|
}
|
24936
24969
|
|
24970
|
+
.amis-scope .a-PickerColumns-columnItemis-selected {
|
24971
|
+
font-size: 18px;
|
24972
|
+
color: --PickerColumns-title-color;
|
24973
|
+
}
|
24974
|
+
|
24937
24975
|
@keyframes bounceIn {
|
24938
24976
|
from, 20%, 40%, 60%, 80%, to {
|
24939
24977
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -27114,19 +27152,28 @@ readers do not read off random characters that represent icons */
|
|
27114
27152
|
}
|
27115
27153
|
|
27116
27154
|
.amis-scope .a-DropDown-menu {
|
27155
|
+
background: var(--DropDown-menu-bg);
|
27156
|
+
list-style: none;
|
27157
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27158
|
+
min-width: var(--DropDown-menu-minWidth);
|
27159
|
+
text-align: left;
|
27160
|
+
border: none;
|
27161
|
+
user-select: none;
|
27162
|
+
}
|
27163
|
+
|
27164
|
+
.amis-scope .a-DropDown-menu-root {
|
27117
27165
|
position: absolute;
|
27118
27166
|
z-index: 1000;
|
27119
27167
|
top: 100%;
|
27120
27168
|
left: 0;
|
27121
27169
|
margin: 0.0625rem 0 0;
|
27122
|
-
|
27123
|
-
list-style: none;
|
27124
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27125
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27170
|
+
border: none;
|
27126
27171
|
border-radius: var(--DropDown-menu-borderRadius);
|
27127
27172
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27128
27173
|
min-width: var(--DropDown-menu-minWidth);
|
27129
|
-
|
27174
|
+
overflow-y: auto;
|
27175
|
+
overflow-x: hidden;
|
27176
|
+
max-height: 18.75rem;
|
27130
27177
|
}
|
27131
27178
|
|
27132
27179
|
.amis-scope .a-DropDown--alignRight .a-DropDown-menu {
|
@@ -27181,6 +27228,32 @@ readers do not read off random characters that represent icons */
|
|
27181
27228
|
padding: 0;
|
27182
27229
|
}
|
27183
27230
|
|
27231
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle,
|
27232
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle {
|
27233
|
+
height: inherit;
|
27234
|
+
font-size: var(--fontSizeSm);
|
27235
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27236
|
+
padding-left: var(--gap-sm);
|
27237
|
+
color: var(--DropDown-group-color);
|
27238
|
+
flex-grow: 1;
|
27239
|
+
cursor: default;
|
27240
|
+
}
|
27241
|
+
|
27242
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle:hover,
|
27243
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
|
27244
|
+
background: none;
|
27245
|
+
}
|
27246
|
+
|
27247
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle span,
|
27248
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle span {
|
27249
|
+
white-space: nowrap;
|
27250
|
+
}
|
27251
|
+
|
27252
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button,
|
27253
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
27254
|
+
padding-left: var(--gap-lg);
|
27255
|
+
}
|
27256
|
+
|
27184
27257
|
.amis-scope .a-DropDown-menu > li a {
|
27185
27258
|
color: inherit;
|
27186
27259
|
display: block;
|
@@ -27456,7 +27529,7 @@ readers do not read off random characters that represent icons */
|
|
27456
27529
|
background: #fff;
|
27457
27530
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27458
27531
|
border-radius: 24px;
|
27459
|
-
overflow-x:
|
27532
|
+
overflow-x: auto;
|
27460
27533
|
position: relative;
|
27461
27534
|
height: 3rem;
|
27462
27535
|
line-height: 3rem;
|
@@ -27559,7 +27632,7 @@ readers do not read off random characters that represent icons */
|
|
27559
27632
|
}
|
27560
27633
|
|
27561
27634
|
.amis-scope .a-CalendarMobile-time {
|
27562
|
-
height:
|
27635
|
+
height: 11.25rem;
|
27563
27636
|
}
|
27564
27637
|
|
27565
27638
|
.amis-scope .a-CalendarMobile-time-title {
|
@@ -27575,6 +27648,15 @@ readers do not read off random characters that represent icons */
|
|
27575
27648
|
margin: 0 auto;
|
27576
27649
|
}
|
27577
27650
|
|
27651
|
+
.amis-scope .a-CalendarMobile .a-CalendarTime {
|
27652
|
+
height: 8.125rem;
|
27653
|
+
overflow: hidden;
|
27654
|
+
}
|
27655
|
+
|
27656
|
+
.amis-scope .a-CalendarMobile .a-PickerColumns-header {
|
27657
|
+
display: none;
|
27658
|
+
}
|
27659
|
+
|
27578
27660
|
.amis-scope .a-Collapse {
|
27579
27661
|
border: var(--Collapse-border);
|
27580
27662
|
padding: 0;
|
@@ -32831,6 +32913,36 @@ readers do not read off random characters that represent icons */
|
|
32831
32913
|
min-height: 24px;
|
32832
32914
|
}
|
32833
32915
|
|
32916
|
+
.amis-scope .a-ResultBox.is-mobile {
|
32917
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
32918
|
+
border: none;
|
32919
|
+
padding: 0;
|
32920
|
+
font-size: var(--fontSizeLg);
|
32921
|
+
border: none;
|
32922
|
+
justify-content: flex-end;
|
32923
|
+
}
|
32924
|
+
|
32925
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow {
|
32926
|
+
margin-right: var(--gap-xs);
|
32927
|
+
width: var(--gap-md);
|
32928
|
+
text-align: center;
|
32929
|
+
display: flex;
|
32930
|
+
align-items: center;
|
32931
|
+
justify-content: center;
|
32932
|
+
line-height: 1;
|
32933
|
+
margin-left: 4px;
|
32934
|
+
}
|
32935
|
+
|
32936
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
|
32937
|
+
transition: transform var(--animation-duration);
|
32938
|
+
display: inline-block;
|
32939
|
+
color: var(--Form-select-caret-iconColor);
|
32940
|
+
width: 10px;
|
32941
|
+
height: 10px;
|
32942
|
+
top: 0;
|
32943
|
+
transform: rotate(-90deg);
|
32944
|
+
}
|
32945
|
+
|
32834
32946
|
.amis-scope .a-SearchBox {
|
32835
32947
|
display: inline-flex;
|
32836
32948
|
flex-direction: row;
|
@@ -34343,6 +34455,8 @@ readers do not read off random characters that represent icons */
|
|
34343
34455
|
pointer-events: all;
|
34344
34456
|
margin-left: var(--Checkbox-gap);
|
34345
34457
|
cursor: pointer;
|
34458
|
+
display: inline-block;
|
34459
|
+
vertical-align: middle;
|
34346
34460
|
}
|
34347
34461
|
|
34348
34462
|
.amis-scope .a-Checkbox > i + span > a {
|
@@ -34939,6 +35053,33 @@ readers do not read off random characters that represent icons */
|
|
34939
35053
|
display: inline-block;
|
34940
35054
|
}
|
34941
35055
|
|
35056
|
+
.amis-scope .a-CityArea-popup {
|
35057
|
+
height: 17.5rem;
|
35058
|
+
}
|
35059
|
+
|
35060
|
+
.amis-scope .a-CityArea-Input {
|
35061
|
+
margin-top: var(--gap-xs);
|
35062
|
+
outline: none;
|
35063
|
+
vertical-align: top;
|
35064
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35065
|
+
border-radius: var(--Form-input-borderRadius);
|
35066
|
+
line-height: var(--Form-input-lineHeight);
|
35067
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35068
|
+
font-size: var(--Form-input-fontSize);
|
35069
|
+
display: inline-flex !important;
|
35070
|
+
}
|
35071
|
+
|
35072
|
+
.amis-scope .a-CityArea-Input::placeholder {
|
35073
|
+
color: var(--Form-input-placeholderColor);
|
35074
|
+
user-select: none;
|
35075
|
+
}
|
35076
|
+
|
35077
|
+
.amis-scope .a-CityArea-Input:focus {
|
35078
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35079
|
+
box-shadow: var(--Form-input-boxShadow);
|
35080
|
+
background: var(--Form-input-onFocused-bg);
|
35081
|
+
}
|
35082
|
+
|
34942
35083
|
.amis-scope .a-Switch {
|
34943
35084
|
cursor: pointer;
|
34944
35085
|
position: relative;
|
@@ -35219,6 +35360,7 @@ readers do not read off random characters that represent icons */
|
|
35219
35360
|
display: inline-flex;
|
35220
35361
|
vertical-align: middle;
|
35221
35362
|
text-align: left;
|
35363
|
+
align-items: center;
|
35222
35364
|
outline: none;
|
35223
35365
|
position: relative;
|
35224
35366
|
font-size: var(--Form-input-fontSize);
|
@@ -35365,10 +35507,26 @@ readers do not read off random characters that represent icons */
|
|
35365
35507
|
top: 0;
|
35366
35508
|
}
|
35367
35509
|
|
35368
|
-
.amis-scope .a-Select.is-opened .a-Select-arrow > svg {
|
35510
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
|
35369
35511
|
transform: rotate(180deg);
|
35370
35512
|
}
|
35371
35513
|
|
35514
|
+
.amis-scope .a-Select.is-mobile {
|
35515
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35516
|
+
border: none;
|
35517
|
+
padding: 0;
|
35518
|
+
font-size: var(--fontSizeLg);
|
35519
|
+
}
|
35520
|
+
|
35521
|
+
.amis-scope .a-Select.is-mobile .a-Select-valueWrap {
|
35522
|
+
text-align: right;
|
35523
|
+
padding-right: 4px;
|
35524
|
+
}
|
35525
|
+
|
35526
|
+
.amis-scope .a-Select.is-mobile .a-Select-arrow > svg {
|
35527
|
+
transform: rotate(-90deg);
|
35528
|
+
}
|
35529
|
+
|
35372
35530
|
.amis-scope .a-Select-menu {
|
35373
35531
|
max-height: 18.75rem;
|
35374
35532
|
overflow: auto;
|
@@ -35379,6 +35537,15 @@ readers do not read off random characters that represent icons */
|
|
35379
35537
|
margin-top: -0.1875rem;
|
35380
35538
|
}
|
35381
35539
|
|
35540
|
+
.amis-scope .a-Select-menu.is-mobile {
|
35541
|
+
width: 100%;
|
35542
|
+
text-align: center;
|
35543
|
+
}
|
35544
|
+
|
35545
|
+
.amis-scope .a-Select-menu.is-mobile .a-Select-option {
|
35546
|
+
line-height: 2.25rem;
|
35547
|
+
}
|
35548
|
+
|
35382
35549
|
.amis-scope .a-Select--longlist {
|
35383
35550
|
overflow: hidden;
|
35384
35551
|
max-height: max-content;
|
@@ -35480,8 +35647,8 @@ readers do not read off random characters that represent icons */
|
|
35480
35647
|
margin-right: var(--Checkbox-gap);
|
35481
35648
|
}
|
35482
35649
|
|
35483
|
-
.amis-scope .a-Select.is-focused,
|
35484
|
-
.amis-scope .a-Select.is-opened {
|
35650
|
+
.amis-scope .a-Select.is-focused:not(.is-mobile),
|
35651
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) {
|
35485
35652
|
border-color: var(--Form-input-onFocused-borderColor);
|
35486
35653
|
color: var(--Form-select-onFocused-color);
|
35487
35654
|
}
|
@@ -35511,6 +35678,10 @@ readers do not read off random characters that represent icons */
|
|
35511
35678
|
fill: var(--Form-input-onHover-iconColor);
|
35512
35679
|
}
|
35513
35680
|
|
35681
|
+
.amis-scope .a-Select-popup {
|
35682
|
+
height: 20rem;
|
35683
|
+
}
|
35684
|
+
|
35514
35685
|
.amis-scope .a-Select-popover {
|
35515
35686
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35516
35687
|
background: var(--Form-select-menu-bg);
|
@@ -35916,7 +36087,7 @@ readers do not read off random characters that represent icons */
|
|
35916
36087
|
}
|
35917
36088
|
|
35918
36089
|
.amis-scope .a-ColorPicker-popup {
|
35919
|
-
height:
|
36090
|
+
height: 25rem;
|
35920
36091
|
}
|
35921
36092
|
|
35922
36093
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -36180,7 +36351,50 @@ readers do not read off random characters that represent icons */
|
|
36180
36351
|
}
|
36181
36352
|
|
36182
36353
|
.amis-scope .a-DatePicker-popup {
|
36183
|
-
height:
|
36354
|
+
height: 18.75rem;
|
36355
|
+
}
|
36356
|
+
|
36357
|
+
.amis-scope .a-DatePicker.is-mobile {
|
36358
|
+
border: 0;
|
36359
|
+
justify-content: flex-end;
|
36360
|
+
}
|
36361
|
+
|
36362
|
+
.amis-scope .a-DatePicker.is-mobile span:focus,
|
36363
|
+
.amis-scope .a-DatePicker.is-mobile a:focus {
|
36364
|
+
outline: unset;
|
36365
|
+
}
|
36366
|
+
|
36367
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value,
|
36368
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-clear {
|
36369
|
+
display: inline-flex;
|
36370
|
+
justify-content: flex-end;
|
36371
|
+
padding: 0 0;
|
36372
|
+
}
|
36373
|
+
|
36374
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value {
|
36375
|
+
margin-right: var(--gap-xs);
|
36376
|
+
}
|
36377
|
+
|
36378
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-placeholder {
|
36379
|
+
flex-grow: unset;
|
36380
|
+
flex-basis: unset;
|
36381
|
+
}
|
36382
|
+
|
36383
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-toggler {
|
36384
|
+
margin-top: -3px;
|
36385
|
+
}
|
36386
|
+
|
36387
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile {
|
36388
|
+
color: red;
|
36389
|
+
}
|
36390
|
+
|
36391
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
36392
|
+
width: 100%;
|
36393
|
+
}
|
36394
|
+
|
36395
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
|
36396
|
+
width: 100%;
|
36397
|
+
padding: unset;
|
36184
36398
|
}
|
36185
36399
|
|
36186
36400
|
.amis-scope .rdt {
|
@@ -36717,7 +36931,7 @@ readers do not read off random characters that represent icons */
|
|
36717
36931
|
}
|
36718
36932
|
|
36719
36933
|
.amis-scope .a-DateRangePicker-popup {
|
36720
|
-
height:
|
36934
|
+
height: 25rem;
|
36721
36935
|
}
|
36722
36936
|
|
36723
36937
|
@media (min-width: 576px) {
|
@@ -38049,7 +38263,7 @@ readers do not read off random characters that represent icons */
|
|
38049
38263
|
}
|
38050
38264
|
|
38051
38265
|
.amis-scope .a-TreeSelect-popup {
|
38052
|
-
height:
|
38266
|
+
height: 25rem;
|
38053
38267
|
}
|
38054
38268
|
|
38055
38269
|
.amis-scope .a-TreeSelect-popover {
|
@@ -39175,6 +39389,10 @@ readers do not read off random characters that represent icons */
|
|
39175
39389
|
flex-direction: column;
|
39176
39390
|
}
|
39177
39391
|
|
39392
|
+
.amis-scope .a-TransferDropDown-content.is-mobile {
|
39393
|
+
width: 100%;
|
39394
|
+
}
|
39395
|
+
|
39178
39396
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
39179
39397
|
flex-grow: 1;
|
39180
39398
|
max-height: 100%;
|
@@ -39276,6 +39494,125 @@ readers do not read off random characters that represent icons */
|
|
39276
39494
|
border-bottom: 0.0625rem solid #eceff8;
|
39277
39495
|
}
|
39278
39496
|
|
39497
|
+
.amis-scope .a-NestedSelect-popup {
|
39498
|
+
height: 28.75rem;
|
39499
|
+
}
|
39500
|
+
|
39501
|
+
.amis-scope .a-Cascader-tabs {
|
39502
|
+
display: flex;
|
39503
|
+
}
|
39504
|
+
|
39505
|
+
.amis-scope .a-Cascader-tabs.scrollable {
|
39506
|
+
display: block;
|
39507
|
+
overflow-x: auto;
|
39508
|
+
white-space: nowrap;
|
39509
|
+
}
|
39510
|
+
|
39511
|
+
.amis-scope .a-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39512
|
+
display: none;
|
39513
|
+
}
|
39514
|
+
|
39515
|
+
.amis-scope .a-Cascader-tab {
|
39516
|
+
flex: 1;
|
39517
|
+
width: calc((100vw - 20px) / 3);
|
39518
|
+
height: 23.125rem;
|
39519
|
+
overflow-y: auto;
|
39520
|
+
display: inline-block;
|
39521
|
+
}
|
39522
|
+
|
39523
|
+
.amis-scope .a-Cascader-tab::-webkit-scrollbar {
|
39524
|
+
display: none;
|
39525
|
+
}
|
39526
|
+
|
39527
|
+
.amis-scope .a-Cascader {
|
39528
|
+
width: 100%;
|
39529
|
+
padding: 0 10px;
|
39530
|
+
}
|
39531
|
+
|
39532
|
+
.amis-scope .a-Cascader-Nav {
|
39533
|
+
overflow-x: auto;
|
39534
|
+
}
|
39535
|
+
|
39536
|
+
.amis-scope .a-Cascader-NavItem {
|
39537
|
+
display: inline-block;
|
39538
|
+
margin-right: 0.625rem;
|
39539
|
+
list-style: none;
|
39540
|
+
cursor: pointer;
|
39541
|
+
user-select: none;
|
39542
|
+
padding: 0 0.375rem;
|
39543
|
+
}
|
39544
|
+
|
39545
|
+
.amis-scope .a-Cascader-btnGroup {
|
39546
|
+
display: flex;
|
39547
|
+
justify-content: space-between;
|
39548
|
+
align-items: center;
|
39549
|
+
height: 3.75rem;
|
39550
|
+
}
|
39551
|
+
|
39552
|
+
.amis-scope .a-Cascader-options {
|
39553
|
+
box-sizing: border-box;
|
39554
|
+
height: var(--Cascader-option-height);
|
39555
|
+
padding-top: 0.375rem;
|
39556
|
+
overflow-y: auto;
|
39557
|
+
-webkit-overflow-scrolling: touch;
|
39558
|
+
margin: 0;
|
39559
|
+
padding: 0;
|
39560
|
+
}
|
39561
|
+
|
39562
|
+
.amis-scope .a-Cascader-option {
|
39563
|
+
display: flex;
|
39564
|
+
align-items: center;
|
39565
|
+
justify-content: space-between;
|
39566
|
+
padding: 0.375rem 0;
|
39567
|
+
font-size: var(--fontSizeMd);
|
39568
|
+
line-height: var(--Cascader-option-lineHeight);
|
39569
|
+
cursor: pointer;
|
39570
|
+
position: relative;
|
39571
|
+
}
|
39572
|
+
|
39573
|
+
.amis-scope .a-Cascader-option.selected span {
|
39574
|
+
color: var(--primary);
|
39575
|
+
}
|
39576
|
+
|
39577
|
+
.amis-scope .a-Cascader-option.disabled span {
|
39578
|
+
color: gray;
|
39579
|
+
}
|
39580
|
+
|
39581
|
+
.amis-scope .a-Cascader-option--text {
|
39582
|
+
white-space: nowrap;
|
39583
|
+
overflow: hidden;
|
39584
|
+
text-overflow: ellipsis;
|
39585
|
+
user-select: none;
|
39586
|
+
}
|
39587
|
+
|
39588
|
+
.amis-scope .a-Cascader-option-selectedNum {
|
39589
|
+
min-width: 1rem;
|
39590
|
+
height: 1rem;
|
39591
|
+
line-height: 1rem;
|
39592
|
+
border-radius: 100%;
|
39593
|
+
text-align: center;
|
39594
|
+
background: var(--Form-select-menu-onActive-color);
|
39595
|
+
color: var(--white) !important;
|
39596
|
+
font-size: var(--fontSizeSm);
|
39597
|
+
display: inline-block;
|
39598
|
+
position: absolute;
|
39599
|
+
right: 0;
|
39600
|
+
top: 50%;
|
39601
|
+
transform: translateY(-50%);
|
39602
|
+
}
|
39603
|
+
|
39604
|
+
.amis-scope .a-Cascader-icon {
|
39605
|
+
color: var(--primary);
|
39606
|
+
}
|
39607
|
+
|
39608
|
+
.amis-scope .a-Cascader-tab {
|
39609
|
+
padding: 0;
|
39610
|
+
}
|
39611
|
+
|
39612
|
+
.amis-scope .a-Cascader-btnCancel {
|
39613
|
+
color: var(--PopUp-cancelAction-color);
|
39614
|
+
}
|
39615
|
+
|
39279
39616
|
.amis-scope .a-IconPickerControl {
|
39280
39617
|
position: relative;
|
39281
39618
|
max-width: 100%;
|