@arco-design/mobile-react 2.20.0 → 2.21.2
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/CHANGELOG.md +54 -0
- package/README.en-US.md +2 -2
- package/README.md +2 -2
- package/cjs/avatar/index.d.ts +1 -1
- package/cjs/avatar/index.js +1 -1
- package/cjs/badge/index.d.ts +1 -1
- package/cjs/badge/index.js +1 -1
- package/cjs/button/style/css/index.css +64 -64
- package/cjs/button/style/index.less +7 -5
- package/cjs/carousel/index.d.ts +1 -1
- package/cjs/carousel/index.js +1 -1
- package/cjs/cell/index.d.ts +1 -1
- package/cjs/cell/index.js +1 -1
- package/cjs/checkbox/index.d.ts +1 -1
- package/cjs/checkbox/index.js +1 -1
- package/cjs/collapse/index.d.ts +1 -1
- package/cjs/collapse/index.js +1 -1
- package/cjs/count-down/index.d.ts +1 -1
- package/cjs/count-down/index.js +1 -1
- package/cjs/date-picker/index.d.ts +1 -1
- package/cjs/date-picker/index.js +1 -1
- package/cjs/dropdown/dropdown.js +36 -20
- package/cjs/dropdown/style/css/index.css +3 -0
- package/cjs/dropdown/style/index.less +2 -0
- package/cjs/ellipsis/components/js-ellipsis.js +2 -3
- package/cjs/ellipsis/index.d.ts +1 -1
- package/cjs/ellipsis/index.js +3 -4
- package/cjs/image/index.d.ts +1 -1
- package/cjs/image/index.js +1 -1
- package/cjs/image-picker/index.d.ts +4 -175
- package/cjs/image-picker/index.js +41 -18
- package/cjs/image-picker/type.d.ts +174 -0
- package/cjs/image-picker/type.js +3 -0
- package/cjs/image-preview/index.d.ts +1 -1
- package/cjs/image-preview/index.js +1 -1
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +9 -1
- package/cjs/input/hooks.js +49 -8
- package/cjs/input/index.d.ts +1 -1
- package/cjs/input/index.js +1 -1
- package/cjs/input/props.d.ts +8 -2
- package/cjs/notice-bar/index.d.ts +1 -1
- package/cjs/notice-bar/index.js +1 -1
- package/cjs/picker/index.d.ts +1 -1
- package/cjs/picker/index.js +1 -1
- package/cjs/picker-view/index.d.ts +1 -1
- package/cjs/picker-view/index.js +1 -1
- package/cjs/popover/index.d.ts +1 -1
- package/cjs/popover/index.js +1 -1
- package/cjs/popup-swiper/index.js +3 -2
- package/cjs/radio/index.d.ts +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/rate/index.d.ts +1 -1
- package/cjs/rate/index.js +1 -1
- package/cjs/search-bar/association.d.ts +3 -0
- package/cjs/search-bar/association.js +92 -0
- package/cjs/search-bar/cancel-button.d.ts +10 -0
- package/cjs/search-bar/cancel-button.js +41 -0
- package/cjs/search-bar/demo/style/css/mobile.css +5 -0
- package/cjs/search-bar/demo/style/mobile.less +9 -0
- package/cjs/search-bar/highlight.d.ts +12 -0
- package/cjs/search-bar/highlight.js +77 -0
- package/cjs/search-bar/index.d.ts +13 -0
- package/cjs/search-bar/index.js +231 -0
- package/cjs/search-bar/style/css/index.css +148 -0
- package/cjs/search-bar/style/css/index.d.ts +2 -0
- package/cjs/search-bar/style/css/index.js +5 -0
- package/cjs/search-bar/style/index.d.ts +2 -0
- package/cjs/search-bar/style/index.js +5 -0
- package/cjs/search-bar/style/index.less +111 -0
- package/cjs/search-bar/type.d.ts +163 -0
- package/cjs/search-bar/type.js +3 -0
- package/cjs/slider/index.d.ts +1 -1
- package/cjs/slider/index.js +1 -1
- package/cjs/steps/index.d.ts +1 -1
- package/cjs/steps/index.js +1 -1
- package/cjs/sticky/index.d.ts +1 -1
- package/cjs/style.d.ts +2 -0
- package/cjs/style.js +4 -0
- package/cjs/swipe-action/demo/style/css/mobile.css +5 -0
- package/cjs/swipe-action/demo/style/mobile.less +9 -0
- package/cjs/swipe-action/index.d.ts +12 -0
- package/cjs/swipe-action/index.js +337 -0
- package/cjs/swipe-action/item.d.ts +11 -0
- package/cjs/swipe-action/item.js +52 -0
- package/cjs/swipe-action/style/css/index.css +88 -0
- package/cjs/swipe-action/style/css/index.d.ts +2 -0
- package/cjs/swipe-action/style/css/index.js +5 -0
- package/cjs/swipe-action/style/index.d.ts +2 -0
- package/cjs/swipe-action/style/index.js +5 -0
- package/cjs/swipe-action/style/index.less +89 -0
- package/cjs/swipe-action/type.d.ts +123 -0
- package/cjs/swipe-action/type.js +3 -0
- package/cjs/switch/index.d.ts +1 -1
- package/cjs/switch/index.js +1 -1
- package/cjs/tabs/tab-pane.js +5 -1
- package/cjs/tag/index.d.ts +1 -1
- package/cjs/tag/index.js +1 -1
- package/cjs/textarea/index.d.ts +1 -1
- package/cjs/textarea/index.js +1 -1
- package/dist/index.js +7394 -6570
- package/dist/index.min.js +6 -6
- package/dist/style.css +267 -64
- package/dist/style.min.css +1 -1
- package/esm/avatar/index.d.ts +1 -1
- package/esm/avatar/index.js +1 -1
- package/esm/badge/index.d.ts +1 -1
- package/esm/badge/index.js +1 -1
- package/esm/button/style/css/index.css +64 -64
- package/esm/button/style/index.less +7 -5
- package/esm/carousel/index.d.ts +1 -1
- package/esm/carousel/index.js +1 -1
- package/esm/cell/index.d.ts +1 -1
- package/esm/cell/index.js +1 -1
- package/esm/checkbox/index.d.ts +1 -1
- package/esm/checkbox/index.js +1 -1
- package/esm/collapse/index.d.ts +1 -1
- package/esm/collapse/index.js +1 -1
- package/esm/count-down/index.d.ts +1 -1
- package/esm/count-down/index.js +1 -1
- package/esm/date-picker/index.d.ts +1 -1
- package/esm/date-picker/index.js +1 -1
- package/esm/dropdown/dropdown.js +36 -20
- package/esm/dropdown/style/css/index.css +3 -0
- package/esm/dropdown/style/index.less +2 -0
- package/esm/ellipsis/components/js-ellipsis.js +2 -3
- package/esm/ellipsis/index.d.ts +1 -1
- package/esm/ellipsis/index.js +3 -4
- package/esm/image/index.d.ts +1 -1
- package/esm/image/index.js +1 -1
- package/esm/image-picker/index.d.ts +4 -175
- package/esm/image-picker/index.js +30 -17
- package/esm/image-picker/type.d.ts +174 -0
- package/esm/image-picker/type.js +1 -0
- package/esm/image-preview/index.d.ts +1 -1
- package/esm/image-preview/index.js +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/esm/input/hooks.js +49 -8
- package/esm/input/index.d.ts +1 -1
- package/esm/input/index.js +1 -1
- package/esm/input/props.d.ts +8 -2
- package/esm/notice-bar/index.d.ts +1 -1
- package/esm/notice-bar/index.js +1 -1
- package/esm/picker/index.d.ts +1 -1
- package/esm/picker/index.js +1 -1
- package/esm/picker-view/index.d.ts +1 -1
- package/esm/picker-view/index.js +1 -1
- package/esm/popover/index.d.ts +1 -1
- package/esm/popover/index.js +1 -1
- package/esm/popup-swiper/index.js +3 -2
- package/esm/radio/index.d.ts +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/rate/index.d.ts +1 -1
- package/esm/rate/index.js +1 -1
- package/esm/search-bar/association.d.ts +3 -0
- package/esm/search-bar/association.js +82 -0
- package/esm/search-bar/cancel-button.d.ts +10 -0
- package/esm/search-bar/cancel-button.js +30 -0
- package/esm/search-bar/demo/style/css/mobile.css +5 -0
- package/esm/search-bar/demo/style/mobile.less +9 -0
- package/esm/search-bar/highlight.d.ts +12 -0
- package/esm/search-bar/highlight.js +66 -0
- package/esm/search-bar/index.d.ts +13 -0
- package/esm/search-bar/index.js +212 -0
- package/esm/search-bar/style/css/index.css +148 -0
- package/esm/search-bar/style/css/index.d.ts +2 -0
- package/esm/search-bar/style/css/index.js +2 -0
- package/esm/search-bar/style/index.d.ts +2 -0
- package/esm/search-bar/style/index.js +2 -0
- package/esm/search-bar/style/index.less +111 -0
- package/esm/search-bar/type.d.ts +163 -0
- package/esm/search-bar/type.js +1 -0
- package/esm/slider/index.d.ts +1 -1
- package/esm/slider/index.js +1 -1
- package/esm/steps/index.d.ts +1 -1
- package/esm/steps/index.js +1 -1
- package/esm/sticky/index.d.ts +1 -1
- package/esm/style.d.ts +2 -0
- package/esm/style.js +2 -0
- package/esm/swipe-action/demo/style/css/mobile.css +5 -0
- package/esm/swipe-action/demo/style/mobile.less +9 -0
- package/esm/swipe-action/index.d.ts +12 -0
- package/esm/swipe-action/index.js +320 -0
- package/esm/swipe-action/item.d.ts +11 -0
- package/esm/swipe-action/item.js +42 -0
- package/esm/swipe-action/style/css/index.css +88 -0
- package/esm/swipe-action/style/css/index.d.ts +2 -0
- package/esm/swipe-action/style/css/index.js +2 -0
- package/esm/swipe-action/style/index.d.ts +2 -0
- package/esm/swipe-action/style/index.js +2 -0
- package/esm/swipe-action/style/index.less +89 -0
- package/esm/swipe-action/type.d.ts +123 -0
- package/esm/swipe-action/type.js +1 -0
- package/esm/switch/index.d.ts +1 -1
- package/esm/switch/index.js +1 -1
- package/esm/tabs/tab-pane.js +5 -1
- package/esm/tag/index.d.ts +1 -1
- package/esm/tag/index.js +1 -1
- package/esm/textarea/index.d.ts +1 -1
- package/esm/textarea/index.js +1 -1
- package/package.json +3 -3
- package/tokens/app/arcodesign/default/css-variables.less +34 -0
- package/tokens/app/arcodesign/default/index.d.ts +34 -0
- package/tokens/app/arcodesign/default/index.js +34 -0
- package/tokens/app/arcodesign/default/index.json +398 -0
- package/tokens/app/arcodesign/default/index.less +34 -0
- package/umd/avatar/index.d.ts +1 -1
- package/umd/avatar/index.js +1 -1
- package/umd/badge/index.d.ts +1 -1
- package/umd/badge/index.js +1 -1
- package/umd/button/style/css/index.css +64 -64
- package/umd/button/style/index.less +7 -5
- package/umd/carousel/index.d.ts +1 -1
- package/umd/carousel/index.js +1 -1
- package/umd/cell/index.d.ts +1 -1
- package/umd/cell/index.js +1 -1
- package/umd/checkbox/index.d.ts +1 -1
- package/umd/checkbox/index.js +1 -1
- package/umd/collapse/index.d.ts +1 -1
- package/umd/collapse/index.js +1 -1
- package/umd/count-down/index.d.ts +1 -1
- package/umd/count-down/index.js +1 -1
- package/umd/date-picker/index.d.ts +1 -1
- package/umd/date-picker/index.js +1 -1
- package/umd/dropdown/dropdown.js +36 -20
- package/umd/dropdown/style/css/index.css +3 -0
- package/umd/dropdown/style/index.less +2 -0
- package/umd/ellipsis/components/js-ellipsis.js +2 -3
- package/umd/ellipsis/index.d.ts +1 -1
- package/umd/ellipsis/index.js +3 -4
- package/umd/image/index.d.ts +1 -1
- package/umd/image/index.js +1 -1
- package/umd/image-picker/index.d.ts +4 -175
- package/umd/image-picker/index.js +40 -22
- package/umd/image-picker/type.d.ts +174 -0
- package/umd/image-picker/type.js +17 -0
- package/umd/image-preview/index.d.ts +1 -1
- package/umd/image-preview/index.js +1 -1
- package/umd/index.d.ts +2 -0
- package/umd/index.js +9 -5
- package/umd/input/hooks.js +48 -7
- package/umd/input/index.d.ts +1 -1
- package/umd/input/index.js +1 -1
- package/umd/input/props.d.ts +8 -2
- package/umd/notice-bar/index.d.ts +1 -1
- package/umd/notice-bar/index.js +1 -1
- package/umd/picker/index.d.ts +1 -1
- package/umd/picker/index.js +1 -1
- package/umd/picker-view/index.d.ts +1 -1
- package/umd/picker-view/index.js +1 -1
- package/umd/popover/index.d.ts +1 -1
- package/umd/popover/index.js +1 -1
- package/umd/popup-swiper/index.js +3 -2
- package/umd/radio/index.d.ts +1 -1
- package/umd/radio/index.js +1 -1
- package/umd/rate/index.d.ts +1 -1
- package/umd/rate/index.js +1 -1
- package/umd/search-bar/association.d.ts +3 -0
- package/umd/search-bar/association.js +101 -0
- package/umd/search-bar/cancel-button.d.ts +10 -0
- package/umd/search-bar/cancel-button.js +52 -0
- package/umd/search-bar/demo/style/css/mobile.css +5 -0
- package/umd/search-bar/demo/style/mobile.less +9 -0
- package/umd/search-bar/highlight.d.ts +12 -0
- package/umd/search-bar/highlight.js +87 -0
- package/umd/search-bar/index.d.ts +13 -0
- package/umd/search-bar/index.js +229 -0
- package/umd/search-bar/style/css/index.css +148 -0
- package/umd/search-bar/style/css/index.d.ts +2 -0
- package/umd/search-bar/style/css/index.js +15 -0
- package/umd/search-bar/style/index.d.ts +2 -0
- package/umd/search-bar/style/index.js +15 -0
- package/umd/search-bar/style/index.less +111 -0
- package/umd/search-bar/type.d.ts +163 -0
- package/umd/search-bar/type.js +17 -0
- package/umd/slider/index.d.ts +1 -1
- package/umd/slider/index.js +1 -1
- package/umd/steps/index.d.ts +1 -1
- package/umd/steps/index.js +1 -1
- package/umd/sticky/index.d.ts +1 -1
- package/umd/style.d.ts +2 -0
- package/umd/style.js +4 -4
- package/umd/swipe-action/demo/style/css/mobile.css +5 -0
- package/umd/swipe-action/demo/style/mobile.less +9 -0
- package/umd/swipe-action/index.d.ts +12 -0
- package/umd/swipe-action/index.js +342 -0
- package/umd/swipe-action/item.d.ts +11 -0
- package/umd/swipe-action/item.js +62 -0
- package/umd/swipe-action/style/css/index.css +88 -0
- package/umd/swipe-action/style/css/index.d.ts +2 -0
- package/umd/swipe-action/style/css/index.js +15 -0
- package/umd/swipe-action/style/index.d.ts +2 -0
- package/umd/swipe-action/style/index.js +15 -0
- package/umd/swipe-action/style/index.less +89 -0
- package/umd/swipe-action/type.d.ts +123 -0
- package/umd/swipe-action/type.js +17 -0
- package/umd/switch/index.d.ts +1 -1
- package/umd/switch/index.js +1 -1
- package/umd/tabs/tab-pane.js +5 -1
- package/umd/tag/index.d.ts +1 -1
- package/umd/tag/index.js +1 -1
- package/umd/textarea/index.d.ts +1 -1
- package/umd/textarea/index.js +1 -1
package/dist/style.css
CHANGED
@@ -1128,14 +1128,21 @@ samp {
|
|
1128
1128
|
user-select: none;
|
1129
1129
|
/* Non-prefixed version, currently*/
|
1130
1130
|
}
|
1131
|
-
.arco-button-inline {
|
1131
|
+
.arco-button.arco-button-inline {
|
1132
1132
|
width: auto;
|
1133
1133
|
display: inline-block;
|
1134
1134
|
}
|
1135
|
-
.arco-button-type-ghost {
|
1135
|
+
.arco-button.arco-button-type-ghost {
|
1136
1136
|
background: transparent ;
|
1137
1137
|
color: #165dff ;
|
1138
1138
|
}
|
1139
|
+
.arco-button.arco-button-type-ghost-disabled {
|
1140
|
+
background: transparent ;
|
1141
|
+
color: #94bfff ;
|
1142
|
+
}
|
1143
|
+
.arco-button.arco-button-type-ghost-active {
|
1144
|
+
background: #e8f3ff ;
|
1145
|
+
}
|
1139
1146
|
.arco-button-type-ghost .bg-color-with-config {
|
1140
1147
|
background: #165dff;
|
1141
1148
|
}
|
@@ -1148,17 +1155,17 @@ samp {
|
|
1148
1155
|
.arco-button-type-ghost .stroke-color-with-config {
|
1149
1156
|
stroke: #165dff;
|
1150
1157
|
}
|
1151
|
-
.arco-button-type-
|
1152
|
-
background: transparent ;
|
1153
|
-
color: #94bfff ;
|
1154
|
-
}
|
1155
|
-
.arco-button-type-ghost-active {
|
1156
|
-
background: #e8f3ff ;
|
1157
|
-
}
|
1158
|
-
.arco-button-type-default {
|
1158
|
+
.arco-button.arco-button-type-default {
|
1159
1159
|
background: #E8F3FF ;
|
1160
1160
|
color: #165dff ;
|
1161
1161
|
}
|
1162
|
+
.arco-button.arco-button-type-default-disabled {
|
1163
|
+
background: #E8F3FF ;
|
1164
|
+
color: #94bfff ;
|
1165
|
+
}
|
1166
|
+
.arco-button.arco-button-type-default-active {
|
1167
|
+
background: #94bfff ;
|
1168
|
+
}
|
1162
1169
|
.arco-button-type-default .bg-color-with-config {
|
1163
1170
|
background: #165dff;
|
1164
1171
|
}
|
@@ -1171,16 +1178,16 @@ samp {
|
|
1171
1178
|
.arco-button-type-default .stroke-color-with-config {
|
1172
1179
|
stroke: #165dff;
|
1173
1180
|
}
|
1174
|
-
.arco-button-type-
|
1175
|
-
background: #
|
1176
|
-
color: #
|
1181
|
+
.arco-button.arco-button-type-primary {
|
1182
|
+
background: #165dff ;
|
1183
|
+
color: #fff ;
|
1177
1184
|
}
|
1178
|
-
.arco-button-type-
|
1185
|
+
.arco-button.arco-button-type-primary-disabled {
|
1179
1186
|
background: #94bfff ;
|
1187
|
+
color: #E8F3FF ;
|
1180
1188
|
}
|
1181
|
-
.arco-button-type-primary {
|
1182
|
-
background: #
|
1183
|
-
color: #fff ;
|
1189
|
+
.arco-button.arco-button-type-primary-active {
|
1190
|
+
background: #0E42D2 ;
|
1184
1191
|
}
|
1185
1192
|
.arco-button-type-primary .bg-color-with-config {
|
1186
1193
|
background: #fff;
|
@@ -1194,108 +1201,101 @@ samp {
|
|
1194
1201
|
.arco-button-type-primary .stroke-color-with-config {
|
1195
1202
|
stroke: #fff;
|
1196
1203
|
}
|
1197
|
-
.arco-button-type-
|
1198
|
-
background: #94bfff ;
|
1199
|
-
color: #E8F3FF ;
|
1200
|
-
}
|
1201
|
-
.arco-button-type-primary-active {
|
1202
|
-
background: #0E42D2 ;
|
1203
|
-
}
|
1204
|
-
.arco-button-type-ghost {
|
1204
|
+
.arco-button.arco-button-type-ghost {
|
1205
1205
|
border: 1PX solid currentColor;
|
1206
1206
|
}
|
1207
|
-
.arco-button-type-ghost.half-border {
|
1207
|
+
.arco-button.arco-button-type-ghost.half-border {
|
1208
1208
|
border-width: 0;
|
1209
1209
|
box-shadow: 0 0 0 1PX currentColor inset;
|
1210
1210
|
}
|
1211
1211
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
|
1212
|
-
.arco-button-type-ghost.half-border {
|
1212
|
+
.arco-button.arco-button-type-ghost.half-border {
|
1213
1213
|
box-shadow: 0 0 0 0.5PX currentColor inset;
|
1214
1214
|
}
|
1215
1215
|
}
|
1216
|
-
.ios .arco-button-type-ghost.half-border,
|
1217
|
-
.arco-button-type-ghost.half-border.ios {
|
1216
|
+
.ios .arco-button.arco-button-type-ghost.half-border,
|
1217
|
+
.arco-button.arco-button-type-ghost.half-border.ios {
|
1218
1218
|
box-shadow: none;
|
1219
1219
|
border: 0.5PX solid currentColor;
|
1220
1220
|
}
|
1221
|
-
.arco-button-size-mini {
|
1221
|
+
.arco-button.arco-button-size-mini {
|
1222
1222
|
padding: 0 0.16rem ;
|
1223
1223
|
height: 0.48rem ;
|
1224
1224
|
}
|
1225
|
-
.arco-button-size-mini-is-round {
|
1225
|
+
.arco-button.arco-button-size-mini-is-round {
|
1226
1226
|
border-radius: 0.48rem ;
|
1227
1227
|
}
|
1228
|
-
.arco-button-size-mini-is-square {
|
1228
|
+
.arco-button.arco-button-size-mini-is-square {
|
1229
1229
|
border-radius: 0;
|
1230
1230
|
}
|
1231
|
-
.arco-button-size-mini .arco-button-icon,
|
1232
|
-
.arco-button-size-mini i,
|
1233
|
-
.arco-button-size-mini .arco-button-text,
|
1234
|
-
.arco-button-size-mini svg {
|
1231
|
+
.arco-button.arco-button-size-mini .arco-button-icon,
|
1232
|
+
.arco-button.arco-button-size-mini i,
|
1233
|
+
.arco-button.arco-button-size-mini .arco-button-text,
|
1234
|
+
.arco-button.arco-button-size-mini svg {
|
1235
1235
|
font-size: 0.24rem ;
|
1236
1236
|
}
|
1237
|
-
.arco-button-size-small {
|
1237
|
+
.arco-button.arco-button-size-small {
|
1238
1238
|
padding: 0 0.16rem ;
|
1239
1239
|
height: 0.56rem ;
|
1240
1240
|
}
|
1241
|
-
.arco-button-size-small-is-round {
|
1241
|
+
.arco-button.arco-button-size-small-is-round {
|
1242
1242
|
border-radius: 0.56rem ;
|
1243
1243
|
}
|
1244
|
-
.arco-button-size-small-is-square {
|
1244
|
+
.arco-button.arco-button-size-small-is-square {
|
1245
1245
|
border-radius: 0;
|
1246
1246
|
}
|
1247
|
-
.arco-button-size-small .arco-button-icon,
|
1248
|
-
.arco-button-size-small i,
|
1249
|
-
.arco-button-size-small .arco-button-text,
|
1250
|
-
.arco-button-size-small svg {
|
1247
|
+
.arco-button.arco-button-size-small .arco-button-icon,
|
1248
|
+
.arco-button.arco-button-size-small i,
|
1249
|
+
.arco-button.arco-button-size-small .arco-button-text,
|
1250
|
+
.arco-button.arco-button-size-small svg {
|
1251
1251
|
font-size: 0.28rem ;
|
1252
1252
|
}
|
1253
|
-
.arco-button-size-medium {
|
1253
|
+
.arco-button.arco-button-size-medium {
|
1254
1254
|
padding: 0 0.32rem ;
|
1255
1255
|
height: 0.64rem ;
|
1256
1256
|
}
|
1257
|
-
.arco-button-size-medium-is-round {
|
1257
|
+
.arco-button.arco-button-size-medium-is-round {
|
1258
1258
|
border-radius: 0.64rem ;
|
1259
1259
|
}
|
1260
|
-
.arco-button-size-medium-is-square {
|
1260
|
+
.arco-button.arco-button-size-medium-is-square {
|
1261
1261
|
border-radius: 0;
|
1262
1262
|
}
|
1263
|
-
.arco-button-size-medium .arco-button-icon,
|
1264
|
-
.arco-button-size-medium i,
|
1265
|
-
.arco-button-size-medium .arco-button-text,
|
1266
|
-
.arco-button-size-medium svg {
|
1263
|
+
.arco-button.arco-button-size-medium .arco-button-icon,
|
1264
|
+
.arco-button.arco-button-size-medium i,
|
1265
|
+
.arco-button.arco-button-size-medium .arco-button-text,
|
1266
|
+
.arco-button.arco-button-size-medium svg {
|
1267
1267
|
font-size: 0.28rem ;
|
1268
1268
|
}
|
1269
|
-
.arco-button-size-large {
|
1269
|
+
.arco-button.arco-button-size-large {
|
1270
1270
|
padding: 0 0.32rem ;
|
1271
1271
|
height: 0.72rem ;
|
1272
1272
|
}
|
1273
|
-
.arco-button-size-large-is-round {
|
1273
|
+
.arco-button.arco-button-size-large-is-round {
|
1274
1274
|
border-radius: 0.72rem ;
|
1275
1275
|
}
|
1276
|
-
.arco-button-size-large-is-square {
|
1276
|
+
.arco-button.arco-button-size-large-is-square {
|
1277
1277
|
border-radius: 0;
|
1278
1278
|
}
|
1279
|
-
.arco-button-size-large .arco-button-icon,
|
1280
|
-
.arco-button-size-large i,
|
1281
|
-
.arco-button-size-large .arco-button-text,
|
1282
|
-
.arco-button-size-large svg {
|
1279
|
+
.arco-button.arco-button-size-large .arco-button-icon,
|
1280
|
+
.arco-button.arco-button-size-large i,
|
1281
|
+
.arco-button.arco-button-size-large .arco-button-text,
|
1282
|
+
.arco-button.arco-button-size-large svg {
|
1283
1283
|
font-size: 0.3rem ;
|
1284
1284
|
}
|
1285
|
-
.arco-button-size-huge {
|
1285
|
+
.arco-button.arco-button-size-huge {
|
1286
1286
|
padding: 0 0.32rem ;
|
1287
1287
|
height: 0.88rem ;
|
1288
1288
|
}
|
1289
|
-
.arco-button-size-huge-is-round {
|
1289
|
+
.arco-button.arco-button-size-huge-is-round {
|
1290
1290
|
border-radius: 0.88rem ;
|
1291
1291
|
}
|
1292
|
-
.arco-button-size-huge-is-square {
|
1292
|
+
.arco-button.arco-button-size-huge-is-square {
|
1293
1293
|
border-radius: 0;
|
1294
1294
|
}
|
1295
|
-
.arco-button-size-huge .arco-button-icon,
|
1296
|
-
.arco-button-size-huge i,
|
1297
|
-
.arco-button-size-huge .arco-button-text,
|
1298
|
-
.arco-button-size-huge svg {
|
1295
|
+
.arco-button.arco-button-size-huge .arco-button-icon,
|
1296
|
+
.arco-button.arco-button-size-huge i,
|
1297
|
+
.arco-button.arco-button-size-huge .arco-button-text,
|
1298
|
+
.arco-button.arco-button-size-huge svg {
|
1299
1299
|
font-size: 0.32rem ;
|
1300
1300
|
}
|
1301
1301
|
.arco-button-text-android {
|
@@ -2890,6 +2890,8 @@ samp {
|
|
2890
2890
|
}
|
2891
2891
|
.arco-dropdown-options-item-icon {
|
2892
2892
|
position: absolute;
|
2893
|
+
top: 50%;
|
2894
|
+
transform: translateY(-50%);
|
2893
2895
|
right: 0.32rem ;
|
2894
2896
|
color: transparent;
|
2895
2897
|
}
|
@@ -4718,6 +4720,133 @@ samp {
|
|
4718
4720
|
opacity: 0.8 ;
|
4719
4721
|
}
|
4720
4722
|
|
4723
|
+
.arco-search-bar-container {
|
4724
|
+
display: flex;
|
4725
|
+
align-items: center;
|
4726
|
+
position: relative;
|
4727
|
+
padding: 0.32rem ;
|
4728
|
+
background-color: #FFFFFF ;
|
4729
|
+
}
|
4730
|
+
.arco-search-bar-square .arco-search-bar-wrap {
|
4731
|
+
border-radius: 0.04rem ;
|
4732
|
+
}
|
4733
|
+
.arco-search-bar-round .arco-search-bar-wrap {
|
4734
|
+
border-radius: 199.98rem ;
|
4735
|
+
}
|
4736
|
+
.arco-search-bar-wrap {
|
4737
|
+
display: flex;
|
4738
|
+
align-items: center;
|
4739
|
+
flex: 1;
|
4740
|
+
height: 0.72rem ;
|
4741
|
+
font-size: 0.28rem ;
|
4742
|
+
padding: 0.16rem 0.28rem ;
|
4743
|
+
background-color: #F2F3F5 ;
|
4744
|
+
}
|
4745
|
+
.arco-search-bar-input {
|
4746
|
+
flex: 1;
|
4747
|
+
background-color: transparent;
|
4748
|
+
height: 0.4rem ;
|
4749
|
+
caret-color: #165dff ;
|
4750
|
+
}
|
4751
|
+
.arco-search-bar-input-left {
|
4752
|
+
text-align: left;
|
4753
|
+
}
|
4754
|
+
.arco-search-bar-input-right {
|
4755
|
+
text-align: right;
|
4756
|
+
}
|
4757
|
+
.arco-search-bar-input-center {
|
4758
|
+
text-align: center;
|
4759
|
+
}
|
4760
|
+
.arco-search-bar-input::-moz-placeholder {
|
4761
|
+
color: #c9cdd4 ;
|
4762
|
+
}
|
4763
|
+
.arco-search-bar-input::placeholder {
|
4764
|
+
color: #c9cdd4 ;
|
4765
|
+
}
|
4766
|
+
.arco-search-bar-input::-webkit-search-cancel-button {
|
4767
|
+
display: none;
|
4768
|
+
}
|
4769
|
+
.arco-search-bar-prefix,
|
4770
|
+
.arco-search-bar-suffix,
|
4771
|
+
.arco-search-bar-clear {
|
4772
|
+
align-items: center;
|
4773
|
+
justify-content: center;
|
4774
|
+
display: flex;
|
4775
|
+
}
|
4776
|
+
.arco-search-bar-prefix {
|
4777
|
+
margin-right: 0.18rem ;
|
4778
|
+
}
|
4779
|
+
.arco-search-bar-clear {
|
4780
|
+
color: #C9CDD4 ;
|
4781
|
+
}
|
4782
|
+
.arco-search-bar-search-icon {
|
4783
|
+
color: #86909C ;
|
4784
|
+
font-size: 0.32rem ;
|
4785
|
+
}
|
4786
|
+
.arco-search-bar-cancel-btn {
|
4787
|
+
margin-left: 0.32rem ;
|
4788
|
+
color: #165dff ;
|
4789
|
+
font-size: 0.3rem ;
|
4790
|
+
}
|
4791
|
+
.arco-search-bar-association {
|
4792
|
+
position: absolute;
|
4793
|
+
left: 0;
|
4794
|
+
right: 0;
|
4795
|
+
background-color: #FFFFFF ;
|
4796
|
+
top: 100%;
|
4797
|
+
display: none;
|
4798
|
+
}
|
4799
|
+
.arco-search-bar-association-visible {
|
4800
|
+
display: block;
|
4801
|
+
}
|
4802
|
+
.arco-search-bar-association-item {
|
4803
|
+
height: 1.04rem ;
|
4804
|
+
display: flex;
|
4805
|
+
align-items: center;
|
4806
|
+
position: relative;
|
4807
|
+
color: #1d2129 ;
|
4808
|
+
padding: 0.32rem ;
|
4809
|
+
font-size: 0.3rem ;
|
4810
|
+
}
|
4811
|
+
.arco-search-bar-association-item:not(:last-child) {
|
4812
|
+
position: relative;
|
4813
|
+
border-width: 0;
|
4814
|
+
}
|
4815
|
+
.arco-search-bar-association-item:not(:last-child)::after {
|
4816
|
+
content: '';
|
4817
|
+
width: 100%;
|
4818
|
+
height: 1PX;
|
4819
|
+
position: absolute;
|
4820
|
+
left: 0;
|
4821
|
+
bottom: 0;
|
4822
|
+
z-index: 1;
|
4823
|
+
border-bottom-style: solid;
|
4824
|
+
border-bottom-width: 1PX;
|
4825
|
+
border-bottom-color: #e5e6eb;
|
4826
|
+
box-sizing: border-box;
|
4827
|
+
transform-origin: left bottom;
|
4828
|
+
-webkit-transform-origin: left bottom;
|
4829
|
+
pointer-events: none;
|
4830
|
+
border-radius: 0;
|
4831
|
+
}
|
4832
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
4833
|
+
.arco-search-bar-association-item:not(:last-child)::after {
|
4834
|
+
transform: scaleY(0.5);
|
4835
|
+
-webkit-transform: scaleY(0.5);
|
4836
|
+
border-radius: 0;
|
4837
|
+
}
|
4838
|
+
}
|
4839
|
+
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
4840
|
+
.arco-search-bar-association-item:not(:last-child)::after {
|
4841
|
+
transform: scaleY(0.33333333);
|
4842
|
+
-webkit-transform: scaleY(0.33333333);
|
4843
|
+
border-radius: 0;
|
4844
|
+
}
|
4845
|
+
}
|
4846
|
+
.arco-search-bar-association-item-highlight {
|
4847
|
+
color: #165dff ;
|
4848
|
+
}
|
4849
|
+
|
4721
4850
|
.arco-steps {
|
4722
4851
|
display: flex;
|
4723
4852
|
padding: 0.32rem 0 ;
|
@@ -4889,6 +5018,80 @@ samp {
|
|
4889
5018
|
}
|
4890
5019
|
|
4891
5020
|
|
5021
|
+
.arco-swipe-action {
|
5022
|
+
position: relative;
|
5023
|
+
transition: transform 0s;
|
5024
|
+
font-size: 0.32rem ;
|
5025
|
+
}
|
5026
|
+
.arco-swipe-action.action-open,
|
5027
|
+
.arco-swipe-action-menu.action-open {
|
5028
|
+
transition-timing-function: cubic-bezier(0.2, 0.8, 0.32, 1.28) ;
|
5029
|
+
}
|
5030
|
+
.arco-swipe-action.action-close,
|
5031
|
+
.arco-swipe-action-menu.action-close {
|
5032
|
+
transition-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1) ;
|
5033
|
+
}
|
5034
|
+
.arco-swipe-action-content {
|
5035
|
+
width: 100%;
|
5036
|
+
}
|
5037
|
+
.arco-swipe-action-menu {
|
5038
|
+
display: flex;
|
5039
|
+
position: absolute;
|
5040
|
+
height: 100%;
|
5041
|
+
overflow: visible;
|
5042
|
+
flex-wrap: nowrap;
|
5043
|
+
top: 0;
|
5044
|
+
transition: width 0s;
|
5045
|
+
}
|
5046
|
+
.arco-swipe-action-menu-left {
|
5047
|
+
right: 100%;
|
5048
|
+
}
|
5049
|
+
.arco-swipe-action-menu-right {
|
5050
|
+
left: 100%;
|
5051
|
+
}
|
5052
|
+
.arco-swipe-action-menu-action-left::after {
|
5053
|
+
right: 100%;
|
5054
|
+
margin-right: -1PX;
|
5055
|
+
}
|
5056
|
+
.arco-swipe-action-menu-action-right::after {
|
5057
|
+
left: 100%;
|
5058
|
+
margin-left: -1PX;
|
5059
|
+
}
|
5060
|
+
.arco-swipe-action-menu-action-info {
|
5061
|
+
height: 100%;
|
5062
|
+
padding: 0.32rem ;
|
5063
|
+
display: flex;
|
5064
|
+
justify-content: center;
|
5065
|
+
align-items: center;
|
5066
|
+
}
|
5067
|
+
.arco-swipe-action-menu-action-info-container {
|
5068
|
+
position: relative;
|
5069
|
+
}
|
5070
|
+
.arco-swipe-action-menu-action-info-container.open-style-layer {
|
5071
|
+
position: absolute;
|
5072
|
+
height: 100%;
|
5073
|
+
}
|
5074
|
+
.arco-swipe-action-menu-action-info-container::after {
|
5075
|
+
content: " ";
|
5076
|
+
position: absolute;
|
5077
|
+
top: 0;
|
5078
|
+
height: 100%;
|
5079
|
+
width: 0.6rem ;
|
5080
|
+
background: inherit;
|
5081
|
+
}
|
5082
|
+
.arco-swipe-action-menu-action-info-text {
|
5083
|
+
white-space: nowrap;
|
5084
|
+
font-size: 0.32rem ;
|
5085
|
+
line-height: 0.44rem ;
|
5086
|
+
color: #ffffff ;
|
5087
|
+
}
|
5088
|
+
.arco-swipe-action-menu-action-info-icon {
|
5089
|
+
margin-right: 0.08rem ;
|
5090
|
+
height: 0.4rem ;
|
5091
|
+
width: 0.4rem ;
|
5092
|
+
color: #ffffff ;
|
5093
|
+
}
|
5094
|
+
|
4892
5095
|
.arco-swipe-load {
|
4893
5096
|
position: relative;
|
4894
5097
|
display: inline-flex;
|