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/cxd-ie11.css
CHANGED
@@ -579,10 +579,11 @@
|
|
579
579
|
--DropDown-menu-paddingX: 0;
|
580
580
|
--DropDown-menu-paddingY: var(--gap-xs);
|
581
581
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
582
|
-
--DropDown-
|
582
|
+
--DropDown-group-color: #848b99;
|
583
|
+
--DropDown-menuItem-color: #151a26;
|
583
584
|
--DropDown-menuItem-onHover-color: var(--primary);
|
584
585
|
--DropDown-menuItem-onActive-color: var(--primary);
|
585
|
-
--DropDown-menuItem-onDisabled-color:
|
586
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
586
587
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
587
588
|
--DropDown-menuItem-paddingY: calc(
|
588
589
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -1006,11 +1007,12 @@
|
|
1006
1007
|
--PickerColumns-bg: white;
|
1007
1008
|
--PickerColumns-toolbar-height: 3.125rem;
|
1008
1009
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
1010
|
+
--PickerColumns-title-color: #222;
|
1009
1011
|
--PickerColumns-title-lineHeight: 1.5;
|
1010
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
1011
|
-
--PickerColumns-action-fontSize: var(--
|
1012
|
-
--PickerColumns-confirmAction-color: #
|
1013
|
-
--PickerColumns-cancelAction-color: #
|
1012
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
1013
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
1014
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
1015
|
+
--PickerColumns-cancelAction-color: #666;
|
1014
1016
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
1015
1017
|
--PickerColumns-optionText-color: var(--text-color);
|
1016
1018
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -1019,6 +1021,7 @@
|
|
1019
1021
|
--PopOver-bg: white;
|
1020
1022
|
--PopOverAble-iconColor: inherit;
|
1021
1023
|
--PopOverAble-onHover-iconColor: inherit;
|
1024
|
+
--PopUp-cancelAction-color: #666;
|
1022
1025
|
--Property-title-bg: #f2f2f2;
|
1023
1026
|
--Property-label-bg: #f7f7f7;
|
1024
1027
|
--Portlet-borderColor: var(--borderColor);
|
@@ -1530,7 +1533,7 @@
|
|
1530
1533
|
--Button--primary-onActive-border: #1c53c1;
|
1531
1534
|
--Button--primary-onActive-color: #ffffff;
|
1532
1535
|
--Button--light-border: var(--light);
|
1533
|
-
--Button--light-color: var(--
|
1536
|
+
--Button--light-color: var(--text-color);
|
1534
1537
|
--Button-onDisabled-borderColor: #e6e6e8;
|
1535
1538
|
--Button-onDisabled-opacity: 0.65;
|
1536
1539
|
--Button-onDisabled-bg: #e6e6e8;
|
@@ -1771,7 +1774,8 @@
|
|
1771
1774
|
--TimelineItem--icon-radius: 50%;
|
1772
1775
|
--TimelineItem--round-radius: 50%;
|
1773
1776
|
--TimelineItem--content-radius: 0.125rem;
|
1774
|
-
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
|
1777
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
|
1778
|
+
rgba(0 0 0 / 10%);
|
1775
1779
|
--TimelineItem--font-size: 12px;
|
1776
1780
|
--TimelineItem--text-primary-color: #151a26;
|
1777
1781
|
--TimelineItem--text-secondary-color: #83868c;
|
@@ -5031,6 +5035,7 @@ input[type=button].cxd-Button--block {
|
|
5031
5035
|
}
|
5032
5036
|
.cxd-PopUp {
|
5033
5037
|
width: 100%;
|
5038
|
+
height: 25rem;
|
5034
5039
|
position: fixed;
|
5035
5040
|
background: var(--PopOver-bg);
|
5036
5041
|
left: 0;
|
@@ -5078,13 +5083,11 @@ input[type=button].cxd-Button--block {
|
|
5078
5083
|
height: 100%;
|
5079
5084
|
box-sizing: border-box;
|
5080
5085
|
background: #fff;
|
5081
|
-
|
5086
|
+
display: flex;
|
5087
|
+
flex-direction: column;
|
5082
5088
|
}
|
5083
5089
|
.cxd-PopUp-closeWrap {
|
5084
|
-
|
5085
|
-
position: absolute;
|
5086
|
-
left: 0;
|
5087
|
-
top: 0;
|
5090
|
+
position: relative;
|
5088
5091
|
text-align: center;
|
5089
5092
|
height: 3rem;
|
5090
5093
|
line-height: 3rem;
|
@@ -5097,9 +5100,27 @@ input[type=button].cxd-Button--block {
|
|
5097
5100
|
top: 0.9375rem;
|
5098
5101
|
right: 0.9375rem;
|
5099
5102
|
}
|
5103
|
+
.cxd-PopUp-toolbar {
|
5104
|
+
display: flex;
|
5105
|
+
align-items: center;
|
5106
|
+
justify-content: space-between;
|
5107
|
+
height: 3.75rem;
|
5108
|
+
}
|
5109
|
+
.cxd-PopUp-title {
|
5110
|
+
font-size: var(--fontSizeMd);
|
5111
|
+
}
|
5112
|
+
.cxd-PopUp-cancel {
|
5113
|
+
color: var(--PopUp-cancelAction-color);
|
5114
|
+
margin-left: var(--gap-sm);
|
5115
|
+
}
|
5116
|
+
.cxd-PopUp-confirm {
|
5117
|
+
margin-right: var(--gap-sm);
|
5118
|
+
}
|
5100
5119
|
.cxd-PopUp-content {
|
5101
5120
|
overflow-y: auto;
|
5102
5121
|
height: 100%;
|
5122
|
+
display: flex;
|
5123
|
+
flex: 1;
|
5103
5124
|
}
|
5104
5125
|
.cxd-PopUp > * {
|
5105
5126
|
position: relative;
|
@@ -5123,6 +5144,9 @@ input[type=button].cxd-Button--block {
|
|
5123
5144
|
.cxd-PopUp--leftTopLeftBottom {
|
5124
5145
|
margin-top: -0.25rem;
|
5125
5146
|
}
|
5147
|
+
.cxd-PopUp-safearea {
|
5148
|
+
height: 1rem;
|
5149
|
+
}
|
5126
5150
|
|
5127
5151
|
.cxd-PickerColumns {
|
5128
5152
|
position: relative;
|
@@ -5132,7 +5156,10 @@ input[type=button].cxd-Button--block {
|
|
5132
5156
|
overflow: hidden;
|
5133
5157
|
font-size: var(--PickerColumns-option-fontSize);
|
5134
5158
|
}
|
5135
|
-
.cxd-PickerColumns
|
5159
|
+
.cxd-PickerColumns li:focus {
|
5160
|
+
outline: none;
|
5161
|
+
}
|
5162
|
+
.cxd-PickerColumns-header {
|
5136
5163
|
display: flex;
|
5137
5164
|
align-items: center;
|
5138
5165
|
justify-content: space-between;
|
@@ -5142,21 +5169,21 @@ input[type=button].cxd-Button--block {
|
|
5142
5169
|
height: 100%;
|
5143
5170
|
padding: var(--PickerColumns-action-padding);
|
5144
5171
|
font-size: var(--PickerColumns-action-fontSize);
|
5145
|
-
background-color: transparent;
|
5172
|
+
background-color: transparent !important;
|
5146
5173
|
border: none;
|
5147
5174
|
cursor: pointer;
|
5148
5175
|
}
|
5149
5176
|
.cxd-PickerColumns-cancel:active, .cxd-PickerColumns-confirm:active {
|
5150
|
-
|
5177
|
+
background-color: none !important;
|
5151
5178
|
}
|
5152
5179
|
.cxd-PickerColumns-cancel:hover, .cxd-PickerColumns-confirm:hover {
|
5153
5180
|
background-color: none !important;
|
5154
5181
|
}
|
5155
5182
|
.cxd-PickerColumns-confirm {
|
5156
|
-
color: var(--PickerColumns-confirmAction-color);
|
5183
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
5157
5184
|
}
|
5158
5185
|
.cxd-PickerColumns-cancel {
|
5159
|
-
color: var(--PickerColumns-cancelAction-color);
|
5186
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
5160
5187
|
}
|
5161
5188
|
.cxd-PickerColumns-title {
|
5162
5189
|
max-width: 50%;
|
@@ -5164,6 +5191,7 @@ input[type=button].cxd-Button--block {
|
|
5164
5191
|
font-size: var(--PickerColumns-title-fontSize);
|
5165
5192
|
line-height: var(--PickerColumns-title-lineHeight);
|
5166
5193
|
text-align: center;
|
5194
|
+
color: var(--PickerColumns-title-color);
|
5167
5195
|
}
|
5168
5196
|
.cxd-PickerColumns-columns {
|
5169
5197
|
touch-action: none;
|
@@ -5233,6 +5261,10 @@ input[type=button].cxd-Button--block {
|
|
5233
5261
|
cursor: not-allowed;
|
5234
5262
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
5235
5263
|
}
|
5264
|
+
.cxd-PickerColumns-columnItemis-selected {
|
5265
|
+
font-size: 18px;
|
5266
|
+
color: --PickerColumns-title-color;
|
5267
|
+
}
|
5236
5268
|
|
5237
5269
|
@keyframes bounceIn {
|
5238
5270
|
from, 20%, 40%, 60%, 80%, to {
|
@@ -7009,19 +7041,27 @@ input[type=button].cxd-Button--block {
|
|
7009
7041
|
display: block;
|
7010
7042
|
}
|
7011
7043
|
.cxd-DropDown-menu {
|
7044
|
+
background: var(--DropDown-menu-bg);
|
7045
|
+
list-style: none;
|
7046
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
7047
|
+
min-width: var(--DropDown-menu-minWidth);
|
7048
|
+
text-align: left;
|
7049
|
+
border: none;
|
7050
|
+
user-select: none;
|
7051
|
+
}
|
7052
|
+
.cxd-DropDown-menu-root {
|
7012
7053
|
position: absolute;
|
7013
7054
|
z-index: 1000;
|
7014
7055
|
top: 100%;
|
7015
7056
|
left: 0;
|
7016
7057
|
margin: 0.0625rem 0 0;
|
7017
|
-
|
7018
|
-
list-style: none;
|
7019
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
7020
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
7058
|
+
border: none;
|
7021
7059
|
border-radius: var(--DropDown-menu-borderRadius);
|
7022
7060
|
box-shadow: var(--DropDown-menu-boxShadow);
|
7023
7061
|
min-width: var(--DropDown-menu-minWidth);
|
7024
|
-
|
7062
|
+
overflow-y: auto;
|
7063
|
+
overflow-x: hidden;
|
7064
|
+
max-height: 18.75rem;
|
7025
7065
|
}
|
7026
7066
|
.cxd-DropDown--alignRight .cxd-DropDown-menu {
|
7027
7067
|
left: auto;
|
@@ -7060,6 +7100,24 @@ input[type=button].cxd-Button--block {
|
|
7060
7100
|
background: var(--DropDown-menu-borderColor);
|
7061
7101
|
padding: 0;
|
7062
7102
|
}
|
7103
|
+
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
|
7104
|
+
height: inherit;
|
7105
|
+
font-size: var(--fontSizeSm);
|
7106
|
+
padding: var(--gap-xs) var(--gap-xs);
|
7107
|
+
padding-left: var(--gap-sm);
|
7108
|
+
color: var(--DropDown-group-color);
|
7109
|
+
flex-grow: 1;
|
7110
|
+
cursor: default;
|
7111
|
+
}
|
7112
|
+
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
|
7113
|
+
background: none;
|
7114
|
+
}
|
7115
|
+
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle span, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
|
7116
|
+
white-space: nowrap;
|
7117
|
+
}
|
7118
|
+
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
7119
|
+
padding-left: var(--gap-lg);
|
7120
|
+
}
|
7063
7121
|
.cxd-DropDown-menu > li a {
|
7064
7122
|
color: inherit;
|
7065
7123
|
display: block;
|
@@ -7293,7 +7351,7 @@ input[type=button].cxd-Button--block {
|
|
7293
7351
|
background: #fff;
|
7294
7352
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
7295
7353
|
border-radius: 24px;
|
7296
|
-
overflow-x:
|
7354
|
+
overflow-x: auto;
|
7297
7355
|
position: relative;
|
7298
7356
|
height: 3rem;
|
7299
7357
|
line-height: 3rem;
|
@@ -7380,7 +7438,7 @@ input[type=button].cxd-Button--block {
|
|
7380
7438
|
align-items: center;
|
7381
7439
|
}
|
7382
7440
|
.cxd-CalendarMobile-time {
|
7383
|
-
height:
|
7441
|
+
height: 11.25rem;
|
7384
7442
|
}
|
7385
7443
|
.cxd-CalendarMobile-time-title {
|
7386
7444
|
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
@@ -7393,6 +7451,13 @@ input[type=button].cxd-Button--block {
|
|
7393
7451
|
.cxd-CalendarMobile-time .rdtPicker {
|
7394
7452
|
margin: 0 auto;
|
7395
7453
|
}
|
7454
|
+
.cxd-CalendarMobile .cxd-CalendarTime {
|
7455
|
+
height: 8.125rem;
|
7456
|
+
overflow: hidden;
|
7457
|
+
}
|
7458
|
+
.cxd-CalendarMobile .cxd-PickerColumns-header {
|
7459
|
+
display: none;
|
7460
|
+
}
|
7396
7461
|
|
7397
7462
|
.cxd-Collapse {
|
7398
7463
|
border: var(--Collapse-border);
|
@@ -11681,6 +11746,33 @@ input[type=button].cxd-Button--block {
|
|
11681
11746
|
padding-left: 8px;
|
11682
11747
|
min-height: 24px;
|
11683
11748
|
}
|
11749
|
+
.cxd-ResultBox.is-mobile {
|
11750
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
11751
|
+
border: none;
|
11752
|
+
padding: 0;
|
11753
|
+
font-size: var(--fontSizeLg);
|
11754
|
+
border: none;
|
11755
|
+
justify-content: flex-end;
|
11756
|
+
}
|
11757
|
+
.cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
|
11758
|
+
margin-right: var(--gap-xs);
|
11759
|
+
width: var(--gap-md);
|
11760
|
+
text-align: center;
|
11761
|
+
display: flex;
|
11762
|
+
align-items: center;
|
11763
|
+
justify-content: center;
|
11764
|
+
line-height: 1;
|
11765
|
+
margin-left: 4px;
|
11766
|
+
}
|
11767
|
+
.cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
|
11768
|
+
transition: transform var(--animation-duration);
|
11769
|
+
display: inline-block;
|
11770
|
+
color: var(--Form-select-caret-iconColor);
|
11771
|
+
width: 10px;
|
11772
|
+
height: 10px;
|
11773
|
+
top: 0;
|
11774
|
+
transform: rotate(-90deg);
|
11775
|
+
}
|
11684
11776
|
|
11685
11777
|
.cxd-SearchBox {
|
11686
11778
|
display: inline-flex;
|
@@ -12923,6 +13015,8 @@ fieldset.cxd-Collapse--lg:after {
|
|
12923
13015
|
pointer-events: all;
|
12924
13016
|
margin-left: var(--Checkbox-gap);
|
12925
13017
|
cursor: pointer;
|
13018
|
+
display: inline-block;
|
13019
|
+
vertical-align: middle;
|
12926
13020
|
}
|
12927
13021
|
.cxd-Checkbox > i + span > a {
|
12928
13022
|
margin-left: var(--gap-xs);
|
@@ -13426,6 +13520,30 @@ fieldset.cxd-Collapse--lg:after {
|
|
13426
13520
|
display: inline-block;
|
13427
13521
|
}
|
13428
13522
|
|
13523
|
+
.cxd-CityArea-popup {
|
13524
|
+
height: 17.5rem;
|
13525
|
+
}
|
13526
|
+
.cxd-CityArea-Input {
|
13527
|
+
margin-top: var(--gap-xs);
|
13528
|
+
outline: none;
|
13529
|
+
vertical-align: top;
|
13530
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
13531
|
+
border-radius: var(--Form-input-borderRadius);
|
13532
|
+
line-height: var(--Form-input-lineHeight);
|
13533
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
13534
|
+
font-size: var(--Form-input-fontSize);
|
13535
|
+
display: inline-flex !important;
|
13536
|
+
}
|
13537
|
+
.cxd-CityArea-Input::placeholder {
|
13538
|
+
color: var(--Form-input-placeholderColor);
|
13539
|
+
user-select: none;
|
13540
|
+
}
|
13541
|
+
.cxd-CityArea-Input:focus {
|
13542
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
13543
|
+
box-shadow: var(--Form-input-boxShadow);
|
13544
|
+
background: var(--Form-input-onFocused-bg);
|
13545
|
+
}
|
13546
|
+
|
13429
13547
|
.cxd-Switch {
|
13430
13548
|
cursor: pointer;
|
13431
13549
|
position: relative;
|
@@ -13663,6 +13781,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
13663
13781
|
display: inline-flex;
|
13664
13782
|
vertical-align: middle;
|
13665
13783
|
text-align: left;
|
13784
|
+
align-items: center;
|
13666
13785
|
outline: none;
|
13667
13786
|
position: relative;
|
13668
13787
|
font-size: var(--Form-input-fontSize);
|
@@ -13787,9 +13906,22 @@ fieldset.cxd-Collapse--lg:after {
|
|
13787
13906
|
height: 10px;
|
13788
13907
|
top: 0;
|
13789
13908
|
}
|
13790
|
-
.cxd-Select.is-opened .cxd-Select-arrow > svg {
|
13909
|
+
.cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
|
13791
13910
|
transform: rotate(180deg);
|
13792
13911
|
}
|
13912
|
+
.cxd-Select.is-mobile {
|
13913
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
13914
|
+
border: none;
|
13915
|
+
padding: 0;
|
13916
|
+
font-size: var(--fontSizeLg);
|
13917
|
+
}
|
13918
|
+
.cxd-Select.is-mobile .cxd-Select-valueWrap {
|
13919
|
+
text-align: right;
|
13920
|
+
padding-right: 4px;
|
13921
|
+
}
|
13922
|
+
.cxd-Select.is-mobile .cxd-Select-arrow > svg {
|
13923
|
+
transform: rotate(-90deg);
|
13924
|
+
}
|
13793
13925
|
.cxd-Select-menu {
|
13794
13926
|
max-height: 18.75rem;
|
13795
13927
|
overflow: auto;
|
@@ -13798,6 +13930,13 @@ fieldset.cxd-Collapse--lg:after {
|
|
13798
13930
|
.cxd-Select-menu .cxd-Checkbox--sm > i {
|
13799
13931
|
margin-top: -0.1875rem;
|
13800
13932
|
}
|
13933
|
+
.cxd-Select-menu.is-mobile {
|
13934
|
+
width: 100%;
|
13935
|
+
text-align: center;
|
13936
|
+
}
|
13937
|
+
.cxd-Select-menu.is-mobile .cxd-Select-option {
|
13938
|
+
line-height: 2.25rem;
|
13939
|
+
}
|
13801
13940
|
.cxd-Select--longlist {
|
13802
13941
|
overflow: hidden;
|
13803
13942
|
max-height: max-content;
|
@@ -13882,7 +14021,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
13882
14021
|
height: 0.875rem;
|
13883
14022
|
margin-right: var(--Checkbox-gap);
|
13884
14023
|
}
|
13885
|
-
.cxd-Select.is-focused, .cxd-Select.is-opened {
|
14024
|
+
.cxd-Select.is-focused:not(.is-mobile), .cxd-Select.is-opened:not(.is-mobile) {
|
13886
14025
|
border-color: var(--Form-input-onFocused-borderColor);
|
13887
14026
|
color: var(--Form-select-onFocused-color);
|
13888
14027
|
}
|
@@ -13907,6 +14046,9 @@ fieldset.cxd-Collapse--lg:after {
|
|
13907
14046
|
.cxd-Select-clear:hover svg {
|
13908
14047
|
fill: var(--Form-input-onHover-iconColor);
|
13909
14048
|
}
|
14049
|
+
.cxd-Select-popup {
|
14050
|
+
height: 20rem;
|
14051
|
+
}
|
13910
14052
|
|
13911
14053
|
.cxd-Select-popover {
|
13912
14054
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
@@ -14253,7 +14395,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
14253
14395
|
border-radius: var(--borderRadius);
|
14254
14396
|
}
|
14255
14397
|
.cxd-ColorPicker-popup {
|
14256
|
-
height:
|
14398
|
+
height: 25rem;
|
14257
14399
|
}
|
14258
14400
|
.cxd-ColorPicker:not(.is-disabled) {
|
14259
14401
|
cursor: pointer;
|
@@ -14481,7 +14623,43 @@ fieldset.cxd-Collapse--lg:after {
|
|
14481
14623
|
}
|
14482
14624
|
|
14483
14625
|
.cxd-DatePicker-popup {
|
14484
|
-
height:
|
14626
|
+
height: 18.75rem;
|
14627
|
+
}
|
14628
|
+
|
14629
|
+
.cxd-DatePicker.is-mobile {
|
14630
|
+
border: 0;
|
14631
|
+
justify-content: flex-end;
|
14632
|
+
}
|
14633
|
+
.cxd-DatePicker.is-mobile span:focus,
|
14634
|
+
.cxd-DatePicker.is-mobile a:focus {
|
14635
|
+
outline: unset;
|
14636
|
+
}
|
14637
|
+
.cxd-DatePicker.is-mobile .cxd-DatePicker-value,
|
14638
|
+
.cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
|
14639
|
+
display: inline-flex;
|
14640
|
+
justify-content: flex-end;
|
14641
|
+
padding: 0 0;
|
14642
|
+
}
|
14643
|
+
.cxd-DatePicker.is-mobile .cxd-DatePicker-value {
|
14644
|
+
margin-right: var(--gap-xs);
|
14645
|
+
}
|
14646
|
+
.cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
|
14647
|
+
flex-grow: unset;
|
14648
|
+
flex-basis: unset;
|
14649
|
+
}
|
14650
|
+
.cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
14651
|
+
margin-top: -3px;
|
14652
|
+
}
|
14653
|
+
|
14654
|
+
.cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
14655
|
+
color: red;
|
14656
|
+
}
|
14657
|
+
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
14658
|
+
width: 100%;
|
14659
|
+
}
|
14660
|
+
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
|
14661
|
+
width: 100%;
|
14662
|
+
padding: unset;
|
14485
14663
|
}
|
14486
14664
|
|
14487
14665
|
.rdt {
|
@@ -14948,7 +15126,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
14948
15126
|
}
|
14949
15127
|
|
14950
15128
|
.cxd-DateRangePicker-popup {
|
14951
|
-
height:
|
15129
|
+
height: 25rem;
|
14952
15130
|
}
|
14953
15131
|
|
14954
15132
|
@media (min-width: 576px) {
|
@@ -16067,7 +16245,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16067
16245
|
background: var(--Form-input-onFocused-bg);
|
16068
16246
|
}
|
16069
16247
|
.cxd-TreeSelect-popup {
|
16070
|
-
height:
|
16248
|
+
height: 25rem;
|
16071
16249
|
}
|
16072
16250
|
|
16073
16251
|
.cxd-TreeSelect-popover {
|
@@ -17004,6 +17182,9 @@ td.rdtQuarter.rdtDisabled > span {
|
|
17004
17182
|
display: flex;
|
17005
17183
|
flex-direction: column;
|
17006
17184
|
}
|
17185
|
+
.cxd-TransferDropDown-content.is-mobile {
|
17186
|
+
width: 100%;
|
17187
|
+
}
|
17007
17188
|
.cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
17008
17189
|
flex-grow: 1;
|
17009
17190
|
max-height: 100%;
|
@@ -17089,6 +17270,109 @@ td.rdtQuarter.rdtDisabled > span {
|
|
17089
17270
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option.checkall {
|
17090
17271
|
border-bottom: 0.0625rem solid #eceff8;
|
17091
17272
|
}
|
17273
|
+
.cxd-NestedSelect-popup {
|
17274
|
+
height: 28.75rem;
|
17275
|
+
}
|
17276
|
+
|
17277
|
+
.cxd-Cascader-tabs {
|
17278
|
+
display: flex;
|
17279
|
+
}
|
17280
|
+
.cxd-Cascader-tabs.scrollable {
|
17281
|
+
display: block;
|
17282
|
+
overflow-x: auto;
|
17283
|
+
white-space: nowrap;
|
17284
|
+
}
|
17285
|
+
.cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
17286
|
+
display: none;
|
17287
|
+
}
|
17288
|
+
|
17289
|
+
.cxd-Cascader-tab {
|
17290
|
+
flex: 1;
|
17291
|
+
width: calc((100vw - 20px) / 3);
|
17292
|
+
height: 23.125rem;
|
17293
|
+
overflow-y: auto;
|
17294
|
+
display: inline-block;
|
17295
|
+
}
|
17296
|
+
.cxd-Cascader-tab::-webkit-scrollbar {
|
17297
|
+
display: none;
|
17298
|
+
}
|
17299
|
+
|
17300
|
+
.cxd-Cascader {
|
17301
|
+
width: 100%;
|
17302
|
+
padding: 0 10px;
|
17303
|
+
}
|
17304
|
+
.cxd-Cascader-Nav {
|
17305
|
+
overflow-x: auto;
|
17306
|
+
}
|
17307
|
+
.cxd-Cascader-NavItem {
|
17308
|
+
display: inline-block;
|
17309
|
+
margin-right: 0.625rem;
|
17310
|
+
list-style: none;
|
17311
|
+
cursor: pointer;
|
17312
|
+
user-select: none;
|
17313
|
+
padding: 0 0.375rem;
|
17314
|
+
}
|
17315
|
+
.cxd-Cascader-btnGroup {
|
17316
|
+
display: flex;
|
17317
|
+
justify-content: space-between;
|
17318
|
+
align-items: center;
|
17319
|
+
height: 3.75rem;
|
17320
|
+
}
|
17321
|
+
.cxd-Cascader-options {
|
17322
|
+
box-sizing: border-box;
|
17323
|
+
height: var(--Cascader-option-height);
|
17324
|
+
padding-top: 0.375rem;
|
17325
|
+
overflow-y: auto;
|
17326
|
+
-webkit-overflow-scrolling: touch;
|
17327
|
+
margin: 0;
|
17328
|
+
padding: 0;
|
17329
|
+
}
|
17330
|
+
.cxd-Cascader-option {
|
17331
|
+
display: flex;
|
17332
|
+
align-items: center;
|
17333
|
+
justify-content: space-between;
|
17334
|
+
padding: 0.375rem 0;
|
17335
|
+
font-size: var(--fontSizeMd);
|
17336
|
+
line-height: var(--Cascader-option-lineHeight);
|
17337
|
+
cursor: pointer;
|
17338
|
+
position: relative;
|
17339
|
+
}
|
17340
|
+
.cxd-Cascader-option.selected span {
|
17341
|
+
color: var(--primary);
|
17342
|
+
}
|
17343
|
+
.cxd-Cascader-option.disabled span {
|
17344
|
+
color: gray;
|
17345
|
+
}
|
17346
|
+
.cxd-Cascader-option--text {
|
17347
|
+
white-space: nowrap;
|
17348
|
+
overflow: hidden;
|
17349
|
+
text-overflow: ellipsis;
|
17350
|
+
user-select: none;
|
17351
|
+
}
|
17352
|
+
.cxd-Cascader-option-selectedNum {
|
17353
|
+
min-width: 1rem;
|
17354
|
+
height: 1rem;
|
17355
|
+
line-height: 1rem;
|
17356
|
+
border-radius: 100%;
|
17357
|
+
text-align: center;
|
17358
|
+
background: var(--Form-select-menu-onActive-color);
|
17359
|
+
color: var(--white) !important;
|
17360
|
+
font-size: var(--fontSizeSm);
|
17361
|
+
display: inline-block;
|
17362
|
+
position: absolute;
|
17363
|
+
right: 0;
|
17364
|
+
top: 50%;
|
17365
|
+
transform: translateY(-50%);
|
17366
|
+
}
|
17367
|
+
.cxd-Cascader-icon {
|
17368
|
+
color: var(--primary);
|
17369
|
+
}
|
17370
|
+
.cxd-Cascader-tab {
|
17371
|
+
padding: 0;
|
17372
|
+
}
|
17373
|
+
.cxd-Cascader-btnCancel {
|
17374
|
+
color: var(--PopUp-cancelAction-color);
|
17375
|
+
}
|
17092
17376
|
|
17093
17377
|
.cxd-IconPickerControl {
|
17094
17378
|
position: relative;
|
@@ -20618,16 +20902,6 @@ a.label:hover, a.label:focus {
|
|
20618
20902
|
border: none;
|
20619
20903
|
}
|
20620
20904
|
|
20621
|
-
.cxd-DropDown .cxd-DropDown-menu {
|
20622
|
-
border: none;
|
20623
|
-
}
|
20624
|
-
.cxd-DropDown .cxd-DropDown-menu > li {
|
20625
|
-
color: #151a26;
|
20626
|
-
}
|
20627
|
-
.cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
20628
|
-
color: #b4b6ba;
|
20629
|
-
}
|
20630
|
-
|
20631
20905
|
.cxd-Toast .cxd-Toast-icon {
|
20632
20906
|
margin-right: 0.5rem;
|
20633
20907
|
}
|