@nutui/nutui-react-taro 3.0.19-cpp.26-beta.1 → 3.0.19-cpp.26-beta.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/dist/cjs/locales/base.d.ts +3 -0
- package/dist/cjs/locales/en-US.js +4 -1
- package/dist/cjs/locales/id-ID.js +4 -1
- package/dist/cjs/locales/ja-JP.js +4 -1
- package/dist/cjs/locales/tr-TR.js +4 -1
- package/dist/cjs/locales/zh-CN.js +4 -1
- package/dist/cjs/locales/zh-TW.js +4 -1
- package/dist/cjs/locales/zh-UG.js +4 -1
- package/dist/cjs/packages/actionsheet/style/style.harmony.css +19 -7
- package/dist/cjs/packages/address/style/style.harmony.css +19 -7
- package/dist/cjs/packages/calendar/style/style.harmony.css +19 -7
- package/dist/cjs/packages/cascader/style/style.harmony.css +19 -7
- package/dist/cjs/packages/configprovider/types.d.ts +1 -1
- package/dist/cjs/packages/datepicker/style/style.harmony.css +19 -7
- package/dist/cjs/packages/imagepreview/style/style.harmony.css +19 -7
- package/dist/cjs/packages/numberkeyboard/style/style.harmony.css +19 -7
- package/dist/cjs/packages/nutui.react.build.d.ts +3 -1
- package/dist/cjs/packages/nutui.react.build.js +18 -14
- package/dist/cjs/packages/nutui.react.d.ts +4 -1
- package/dist/cjs/packages/nutui.react.js +19 -14
- package/dist/cjs/packages/nutui.react.scss.d.ts +1 -0
- package/dist/cjs/packages/nutui.react.scss.js +1 -0
- package/dist/cjs/packages/overlay/overlay.js +11 -17
- package/dist/cjs/packages/picker/style/style.harmony.css +19 -7
- package/dist/cjs/packages/popover/style/style.harmony.css +19 -7
- package/dist/cjs/packages/popup/popup.js +171 -99
- package/dist/cjs/packages/popup/style/popup.scss +19 -8
- package/dist/cjs/packages/popup/style/style.css +19 -7
- package/dist/cjs/packages/popup/style/style.harmony.css +19 -7
- package/dist/cjs/packages/popup/style-jmapp/popup.scss +19 -8
- package/dist/cjs/packages/popup/style-jmapp/style.css +19 -7
- package/dist/cjs/packages/popup/style-jrkf/popup.scss +19 -8
- package/dist/cjs/packages/popup/style-jrkf/style.css +19 -7
- package/dist/cjs/packages/quickenter/index.d.ts +3 -0
- package/dist/cjs/packages/quickenter/index.js +13 -0
- package/dist/cjs/packages/quickenter/quickenter.d.ts +4 -0
- package/dist/cjs/packages/quickenter/quickenter.js +147 -0
- package/dist/cjs/packages/quickenter/style/css.js +2 -0
- package/dist/cjs/packages/quickenter/style/index.js +2 -0
- package/dist/cjs/packages/quickenter/style/quickenter.scss +110 -0
- package/dist/cjs/packages/quickenter/style/style.css +99 -0
- package/dist/cjs/packages/quickenter/style/style.harmony.css +500 -0
- package/dist/cjs/packages/quickenter/style-jmapp/css.js +2 -0
- package/dist/cjs/packages/quickenter/style-jmapp/index.js +2 -0
- package/dist/cjs/packages/quickenter/style-jmapp/quickenter.scss +110 -0
- package/dist/cjs/packages/quickenter/style-jmapp/style.css +99 -0
- package/dist/cjs/packages/quickenter/style-jrkf/css.js +2 -0
- package/dist/cjs/packages/quickenter/style-jrkf/index.js +2 -0
- package/dist/cjs/packages/quickenter/style-jrkf/quickenter.scss +110 -0
- package/dist/cjs/packages/quickenter/style-jrkf/style.css +99 -0
- package/dist/cjs/packages/shortpassword/style/style.harmony.css +19 -7
- package/dist/cjs/packages/timeselect/style/style.harmony.css +19 -7
- package/dist/cjs/packages/tour/style/style.harmony.css +19 -7
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/spec/quickenter/base.d.ts +26 -0
- package/dist/cjs/types/spec/quickenter/base.js +4 -0
- package/dist/cjs/types/spec/quickenter/h5.d.ts +5 -0
- package/dist/cjs/types/spec/quickenter/h5.js +4 -0
- package/dist/cjs/types/spec/quickenter/taro.d.ts +5 -0
- package/dist/cjs/types/spec/quickenter/taro.js +4 -0
- package/dist/cjs/utils/taro/ConfigurableCSSTransition.d.ts +15 -0
- package/dist/cjs/utils/taro/ConfigurableCSSTransition.js +90 -0
- package/dist/es/locales/base.d.ts +3 -0
- package/dist/es/locales/en-US.js +4 -1
- package/dist/es/locales/id-ID.js +4 -1
- package/dist/es/locales/ja-JP.js +4 -1
- package/dist/es/locales/tr-TR.js +4 -1
- package/dist/es/locales/zh-CN.js +4 -1
- package/dist/es/locales/zh-TW.js +4 -1
- package/dist/es/locales/zh-UG.js +4 -1
- package/dist/es/packages/actionsheet/style/style.harmony.css +19 -7
- package/dist/es/packages/address/style/style.harmony.css +19 -7
- package/dist/es/packages/calendar/style/style.harmony.css +19 -7
- package/dist/es/packages/cascader/style/style.harmony.css +19 -7
- package/dist/es/packages/configprovider/types.d.ts +1 -1
- package/dist/es/packages/datepicker/style/style.harmony.css +19 -7
- package/dist/es/packages/imagepreview/style/style.harmony.css +19 -7
- package/dist/es/packages/numberkeyboard/style/style.harmony.css +19 -7
- package/dist/es/packages/nutui.react.build.d.ts +3 -1
- package/dist/es/packages/nutui.react.build.js +3 -1
- package/dist/es/packages/overlay/overlay.js +11 -17
- package/dist/es/packages/picker/style/style.harmony.css +19 -7
- package/dist/es/packages/popover/style/style.harmony.css +19 -7
- package/dist/es/packages/popup/popup.js +172 -101
- package/dist/es/packages/popup/style/popup.scss +19 -8
- package/dist/es/packages/popup/style/style.css +19 -7
- package/dist/es/packages/popup/style/style.harmony.css +19 -7
- package/dist/es/packages/popup/style-jmapp/popup.scss +19 -8
- package/dist/es/packages/popup/style-jmapp/style.css +19 -7
- package/dist/es/packages/popup/style-jrkf/popup.scss +19 -8
- package/dist/es/packages/popup/style-jrkf/style.css +19 -7
- package/dist/es/packages/quickenter/index.d.ts +3 -0
- package/dist/es/packages/quickenter/index.js +2 -0
- package/dist/es/packages/quickenter/quickenter.d.ts +4 -0
- package/dist/es/packages/quickenter/quickenter.js +135 -0
- package/dist/es/packages/quickenter/style/css.js +2 -0
- package/dist/es/packages/quickenter/style/index.js +2 -0
- package/dist/es/packages/quickenter/style/quickenter.scss +110 -0
- package/dist/es/packages/quickenter/style/style.css +99 -0
- package/dist/es/packages/quickenter/style/style.harmony.css +500 -0
- package/dist/es/packages/quickenter/style-jmapp/css.js +2 -0
- package/dist/es/packages/quickenter/style-jmapp/index.js +2 -0
- package/dist/es/packages/quickenter/style-jmapp/quickenter.scss +110 -0
- package/dist/es/packages/quickenter/style-jmapp/style.css +99 -0
- package/dist/es/packages/quickenter/style-jrkf/css.js +2 -0
- package/dist/es/packages/quickenter/style-jrkf/index.js +2 -0
- package/dist/es/packages/quickenter/style-jrkf/quickenter.scss +110 -0
- package/dist/es/packages/quickenter/style-jrkf/style.css +99 -0
- package/dist/es/packages/shortpassword/style/style.harmony.css +19 -7
- package/dist/es/packages/timeselect/style/style.harmony.css +19 -7
- package/dist/es/packages/tour/style/style.harmony.css +19 -7
- package/dist/es/types/index.d.ts +3 -0
- package/dist/es/types/index.js +3 -0
- package/dist/es/types/spec/quickenter/base.d.ts +44 -0
- package/dist/es/types/spec/quickenter/base.js +1 -0
- package/dist/es/types/spec/quickenter/h5.d.ts +5 -0
- package/dist/es/types/spec/quickenter/h5.js +1 -0
- package/dist/es/types/spec/quickenter/taro.d.ts +5 -0
- package/dist/es/types/spec/quickenter/taro.js +1 -0
- package/dist/es/utils/taro/ConfigurableCSSTransition.d.ts +15 -0
- package/dist/es/utils/taro/ConfigurableCSSTransition.js +79 -0
- package/dist/nutui.react.umd.js +582 -295
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +31 -30
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +27 -26
- package/dist/style.css +1 -1
- package/dist/style.scss +30 -29
- package/dist/styles/variables-daojia.scss +36 -0
- package/dist/styles/variables-jmapp.scss +36 -0
- package/dist/styles/variables-jrkf.scss +36 -0
- package/dist/styles/variables.scss +36 -0
- package/package.json +1 -1
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@keyframes popup-slide-top-exit {
|
|
254
|
+
from {
|
|
255
|
+
transform: translate3d(0, 0%, 0);
|
|
256
|
+
}
|
|
254
257
|
to {
|
|
255
258
|
transform: translate3d(0, -100%, 0);
|
|
256
259
|
}
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
@keyframes popup-slide-right-exit {
|
|
281
|
+
from {
|
|
282
|
+
transform: translate3d(0%, 0, 0);
|
|
283
|
+
}
|
|
278
284
|
to {
|
|
279
285
|
transform: translate3d(100%, 0, 0);
|
|
280
286
|
}
|
|
@@ -285,7 +291,7 @@
|
|
|
285
291
|
animation-name: popup-slide-right-enter;
|
|
286
292
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
287
293
|
}
|
|
288
|
-
.nut-popup-slide-right-exit {
|
|
294
|
+
.nut-popup-slide-right-exit-active {
|
|
289
295
|
animation-fill-mode: both;
|
|
290
296
|
animation-name: popup-slide-right-exit;
|
|
291
297
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -298,20 +304,23 @@
|
|
|
298
304
|
transform: translate3d(0, 0%, 0);
|
|
299
305
|
}
|
|
300
306
|
}
|
|
301
|
-
@keyframes slide-bottom-exit {
|
|
307
|
+
@keyframes popup-slide-bottom-exit {
|
|
308
|
+
from {
|
|
309
|
+
transform: translate3d(0, 0%, 0);
|
|
310
|
+
}
|
|
302
311
|
to {
|
|
303
312
|
transform: translate3d(0, 100%, 0);
|
|
304
313
|
}
|
|
305
314
|
}
|
|
306
315
|
.nut-popup-slide-bottom-enter-active, .nut-popup-slide-bottom-appear-active {
|
|
307
|
-
transform:
|
|
316
|
+
transform: translate3d(0, 0, 0);
|
|
308
317
|
animation-fill-mode: both;
|
|
309
318
|
animation-name: popup-slide-bottom-enter;
|
|
310
319
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
311
320
|
}
|
|
312
|
-
.nut-popup-slide-bottom-exit {
|
|
321
|
+
.nut-popup-slide-bottom-exit-active {
|
|
313
322
|
animation-fill-mode: both;
|
|
314
|
-
animation-name: slide-bottom-exit;
|
|
323
|
+
animation-name: popup-slide-bottom-exit;
|
|
315
324
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
316
325
|
}
|
|
317
326
|
@keyframes popup-slide-left-enter {
|
|
@@ -323,17 +332,20 @@
|
|
|
323
332
|
}
|
|
324
333
|
}
|
|
325
334
|
@keyframes popup-slide-left-exit {
|
|
335
|
+
from {
|
|
336
|
+
transform: translate3d(0%, 0, 0);
|
|
337
|
+
}
|
|
326
338
|
to {
|
|
327
339
|
transform: translate3d(-100%, 0, 0);
|
|
328
340
|
}
|
|
329
341
|
}
|
|
330
342
|
.nut-popup-slide-left-enter-active, .nut-popup-slide-left-appear-active {
|
|
331
|
-
transform:
|
|
343
|
+
transform: translate3d(0, 0, 0);
|
|
332
344
|
animation-fill-mode: both;
|
|
333
345
|
animation-name: popup-slide-left-enter;
|
|
334
346
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
335
347
|
}
|
|
336
|
-
.nut-popup-slide-left-exit-active
|
|
348
|
+
.nut-popup-slide-left-exit-active {
|
|
337
349
|
animation-fill-mode: both;
|
|
338
350
|
animation-name: popup-slide-left-exit;
|
|
339
351
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@keyframes popup-slide-top-exit {
|
|
254
|
+
from {
|
|
255
|
+
transform: translate3d(0, 0%, 0);
|
|
256
|
+
}
|
|
254
257
|
to {
|
|
255
258
|
transform: translate3d(0, -100%, 0);
|
|
256
259
|
}
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
@keyframes popup-slide-right-exit {
|
|
281
|
+
from {
|
|
282
|
+
transform: translate3d(0%, 0, 0);
|
|
283
|
+
}
|
|
278
284
|
to {
|
|
279
285
|
transform: translate3d(100%, 0, 0);
|
|
280
286
|
}
|
|
@@ -285,7 +291,7 @@
|
|
|
285
291
|
animation-name: popup-slide-right-enter;
|
|
286
292
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
287
293
|
}
|
|
288
|
-
.nut-popup-slide-right-exit {
|
|
294
|
+
.nut-popup-slide-right-exit-active {
|
|
289
295
|
animation-fill-mode: both;
|
|
290
296
|
animation-name: popup-slide-right-exit;
|
|
291
297
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -298,20 +304,23 @@
|
|
|
298
304
|
transform: translate3d(0, 0%, 0);
|
|
299
305
|
}
|
|
300
306
|
}
|
|
301
|
-
@keyframes slide-bottom-exit {
|
|
307
|
+
@keyframes popup-slide-bottom-exit {
|
|
308
|
+
from {
|
|
309
|
+
transform: translate3d(0, 0%, 0);
|
|
310
|
+
}
|
|
302
311
|
to {
|
|
303
312
|
transform: translate3d(0, 100%, 0);
|
|
304
313
|
}
|
|
305
314
|
}
|
|
306
315
|
.nut-popup-slide-bottom-enter-active, .nut-popup-slide-bottom-appear-active {
|
|
307
|
-
transform:
|
|
316
|
+
transform: translate3d(0, 0, 0);
|
|
308
317
|
animation-fill-mode: both;
|
|
309
318
|
animation-name: popup-slide-bottom-enter;
|
|
310
319
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
311
320
|
}
|
|
312
|
-
.nut-popup-slide-bottom-exit {
|
|
321
|
+
.nut-popup-slide-bottom-exit-active {
|
|
313
322
|
animation-fill-mode: both;
|
|
314
|
-
animation-name: slide-bottom-exit;
|
|
323
|
+
animation-name: popup-slide-bottom-exit;
|
|
315
324
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
316
325
|
}
|
|
317
326
|
@keyframes popup-slide-left-enter {
|
|
@@ -323,17 +332,20 @@
|
|
|
323
332
|
}
|
|
324
333
|
}
|
|
325
334
|
@keyframes popup-slide-left-exit {
|
|
335
|
+
from {
|
|
336
|
+
transform: translate3d(0%, 0, 0);
|
|
337
|
+
}
|
|
326
338
|
to {
|
|
327
339
|
transform: translate3d(-100%, 0, 0);
|
|
328
340
|
}
|
|
329
341
|
}
|
|
330
342
|
.nut-popup-slide-left-enter-active, .nut-popup-slide-left-appear-active {
|
|
331
|
-
transform:
|
|
343
|
+
transform: translate3d(0, 0, 0);
|
|
332
344
|
animation-fill-mode: both;
|
|
333
345
|
animation-name: popup-slide-left-enter;
|
|
334
346
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
335
347
|
}
|
|
336
|
-
.nut-popup-slide-left-exit-active
|
|
348
|
+
.nut-popup-slide-left-exit-active {
|
|
337
349
|
animation-fill-mode: both;
|
|
338
350
|
animation-name: popup-slide-left-exit;
|
|
339
351
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -192,6 +192,8 @@ import Video from "./video/index";
|
|
|
192
192
|
export * from "./video/index";
|
|
193
193
|
import VirtualList from "./virtuallist/index";
|
|
194
194
|
export * from "./virtuallist/index";
|
|
195
|
+
import QuickEnter from "./quickenter/index";
|
|
196
|
+
export * from "./quickenter/index";
|
|
195
197
|
import AvatarCropper from "./avatarcropper/index";
|
|
196
198
|
export * from "./avatarcropper/index";
|
|
197
199
|
import Barrage from "./barrage/index";
|
|
@@ -209,4 +211,4 @@ export * from "./watermark/index";
|
|
|
209
211
|
export * from "../types";
|
|
210
212
|
export * from "../utils/index";
|
|
211
213
|
export * from "../hooks/index";
|
|
212
|
-
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Divider, Grid, GridItem, Layout, Col, Row, SafeArea, Space, Sticky, BackTop, Elevator, FixedNav, HoverButton, HoverButtonItem, NavBar, SideBar, SideBarItem, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, DatePickerView, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, PickerView, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, ResultPage, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Lottie, Pagination, Price, Progress, Segmented, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, AvatarCropper, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
|
214
|
+
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Divider, Grid, GridItem, Layout, Col, Row, SafeArea, Space, Sticky, BackTop, Elevator, FixedNav, HoverButton, HoverButtonItem, NavBar, SideBar, SideBarItem, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, DatePickerView, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, PickerView, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, ResultPage, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Lottie, Pagination, Price, Progress, Segmented, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, QuickEnter, AvatarCropper, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
|
@@ -28,7 +28,7 @@ _export(exports, {
|
|
|
28
28
|
return _index74.default;
|
|
29
29
|
},
|
|
30
30
|
get AvatarCropper () {
|
|
31
|
-
return
|
|
31
|
+
return _index98.default;
|
|
32
32
|
},
|
|
33
33
|
get AvatarGroup () {
|
|
34
34
|
return _index75.default;
|
|
@@ -40,7 +40,7 @@ _export(exports, {
|
|
|
40
40
|
return _index56.default;
|
|
41
41
|
},
|
|
42
42
|
get Barrage () {
|
|
43
|
-
return
|
|
43
|
+
return _index99.default;
|
|
44
44
|
},
|
|
45
45
|
get Button () {
|
|
46
46
|
return _index.default;
|
|
@@ -55,7 +55,7 @@ _export(exports, {
|
|
|
55
55
|
return _index29.default;
|
|
56
56
|
},
|
|
57
57
|
get Card () {
|
|
58
|
-
return
|
|
58
|
+
return _index100.default;
|
|
59
59
|
},
|
|
60
60
|
get Cascader () {
|
|
61
61
|
return _index31.default;
|
|
@@ -207,6 +207,9 @@ _export(exports, {
|
|
|
207
207
|
get PullToRefresh () {
|
|
208
208
|
return _index66.default;
|
|
209
209
|
},
|
|
210
|
+
get QuickEnter () {
|
|
211
|
+
return _index97.default;
|
|
212
|
+
},
|
|
210
213
|
get Radio () {
|
|
211
214
|
return _index45.default;
|
|
212
215
|
},
|
|
@@ -295,10 +298,10 @@ _export(exports, {
|
|
|
295
298
|
return _index53.default;
|
|
296
299
|
},
|
|
297
300
|
get TimeDetail () {
|
|
298
|
-
return
|
|
301
|
+
return _index101.default;
|
|
299
302
|
},
|
|
300
303
|
get TimeSelect () {
|
|
301
|
-
return
|
|
304
|
+
return _index102.default;
|
|
302
305
|
},
|
|
303
306
|
get Toast () {
|
|
304
307
|
return _index70.default;
|
|
@@ -307,7 +310,7 @@ _export(exports, {
|
|
|
307
310
|
return _index94.default;
|
|
308
311
|
},
|
|
309
312
|
get TrendArrow () {
|
|
310
|
-
return
|
|
313
|
+
return _index103.default;
|
|
311
314
|
},
|
|
312
315
|
get Uploader () {
|
|
313
316
|
return _index54.default;
|
|
@@ -319,7 +322,7 @@ _export(exports, {
|
|
|
319
322
|
return _index96.default;
|
|
320
323
|
},
|
|
321
324
|
get WaterMark () {
|
|
322
|
-
return
|
|
325
|
+
return _index104.default;
|
|
323
326
|
}
|
|
324
327
|
});
|
|
325
328
|
var _export_star = require("@swc/helpers/_/_export_star");
|
|
@@ -421,13 +424,14 @@ var _index93 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("
|
|
|
421
424
|
var _index94 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./tour/index"), exports));
|
|
422
425
|
var _index95 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./video/index"), exports));
|
|
423
426
|
var _index96 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./virtuallist/index"), exports));
|
|
424
|
-
var _index97 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
425
|
-
var _index98 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
426
|
-
var _index99 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
427
|
-
var _index100 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
428
|
-
var _index101 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
429
|
-
var _index102 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
430
|
-
var _index103 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
427
|
+
var _index97 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./quickenter/index"), exports));
|
|
428
|
+
var _index98 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./avatarcropper/index"), exports));
|
|
429
|
+
var _index99 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./barrage/index"), exports));
|
|
430
|
+
var _index100 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./card/index"), exports));
|
|
431
|
+
var _index101 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./timedetail/index"), exports));
|
|
432
|
+
var _index102 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./timeselect/index"), exports));
|
|
433
|
+
var _index103 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./trendarrow/index"), exports));
|
|
434
|
+
var _index104 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./watermark/index"), exports));
|
|
431
435
|
_export_star._(require("../types"), exports);
|
|
432
436
|
_export_star._(require("../utils/index"), exports);
|
|
433
437
|
_export_star._(require("../hooks/index"), exports);
|
|
@@ -192,6 +192,8 @@ import Video from "./video/index";
|
|
|
192
192
|
export * from "./video/index";
|
|
193
193
|
import VirtualList from "./virtuallist/index";
|
|
194
194
|
export * from "./virtuallist/index";
|
|
195
|
+
import QuickEnter from "./quickenter/index";
|
|
196
|
+
export * from "./quickenter/index";
|
|
195
197
|
import AvatarCropper from "./avatarcropper/index";
|
|
196
198
|
export * from "./avatarcropper/index";
|
|
197
199
|
import Barrage from "./barrage/index";
|
|
@@ -303,6 +305,7 @@ import "./tag/tag.scss";
|
|
|
303
305
|
import "./tour/tour.scss";
|
|
304
306
|
import "./video/video.scss";
|
|
305
307
|
import "./virtuallist/virtuallist.scss";
|
|
308
|
+
import "./quickenter/quickenter.scss";
|
|
306
309
|
import "./avatarcropper/avatarcropper.scss";
|
|
307
310
|
import "./barrage/barrage.scss";
|
|
308
311
|
import "./card/card.scss";
|
|
@@ -313,4 +316,4 @@ import "./watermark/watermark.scss";
|
|
|
313
316
|
export * from "../types";
|
|
314
317
|
export * from "../utils/index";
|
|
315
318
|
export * from "../hooks/index";
|
|
316
|
-
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Divider, Grid, GridItem, Layout, Col, Row, SafeArea, Space, Sticky, BackTop, Elevator, FixedNav, HoverButton, HoverButtonItem, NavBar, SideBar, SideBarItem, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, DatePickerView, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, PickerView, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, ResultPage, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Lottie, Pagination, Price, Progress, Segmented, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, AvatarCropper, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
|
319
|
+
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Divider, Grid, GridItem, Layout, Col, Row, SafeArea, Space, Sticky, BackTop, Elevator, FixedNav, HoverButton, HoverButtonItem, NavBar, SideBar, SideBarItem, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, DatePickerView, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, PickerView, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, ResultPage, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Lottie, Pagination, Price, Progress, Segmented, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, QuickEnter, AvatarCropper, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
|
@@ -28,7 +28,7 @@ _export(exports, {
|
|
|
28
28
|
return _index74.default;
|
|
29
29
|
},
|
|
30
30
|
get AvatarCropper () {
|
|
31
|
-
return
|
|
31
|
+
return _index98.default;
|
|
32
32
|
},
|
|
33
33
|
get AvatarGroup () {
|
|
34
34
|
return _index75.default;
|
|
@@ -40,7 +40,7 @@ _export(exports, {
|
|
|
40
40
|
return _index56.default;
|
|
41
41
|
},
|
|
42
42
|
get Barrage () {
|
|
43
|
-
return
|
|
43
|
+
return _index99.default;
|
|
44
44
|
},
|
|
45
45
|
get Button () {
|
|
46
46
|
return _index.default;
|
|
@@ -55,7 +55,7 @@ _export(exports, {
|
|
|
55
55
|
return _index29.default;
|
|
56
56
|
},
|
|
57
57
|
get Card () {
|
|
58
|
-
return
|
|
58
|
+
return _index100.default;
|
|
59
59
|
},
|
|
60
60
|
get Cascader () {
|
|
61
61
|
return _index31.default;
|
|
@@ -207,6 +207,9 @@ _export(exports, {
|
|
|
207
207
|
get PullToRefresh () {
|
|
208
208
|
return _index66.default;
|
|
209
209
|
},
|
|
210
|
+
get QuickEnter () {
|
|
211
|
+
return _index97.default;
|
|
212
|
+
},
|
|
210
213
|
get Radio () {
|
|
211
214
|
return _index45.default;
|
|
212
215
|
},
|
|
@@ -295,10 +298,10 @@ _export(exports, {
|
|
|
295
298
|
return _index53.default;
|
|
296
299
|
},
|
|
297
300
|
get TimeDetail () {
|
|
298
|
-
return
|
|
301
|
+
return _index101.default;
|
|
299
302
|
},
|
|
300
303
|
get TimeSelect () {
|
|
301
|
-
return
|
|
304
|
+
return _index102.default;
|
|
302
305
|
},
|
|
303
306
|
get Toast () {
|
|
304
307
|
return _index70.default;
|
|
@@ -307,7 +310,7 @@ _export(exports, {
|
|
|
307
310
|
return _index94.default;
|
|
308
311
|
},
|
|
309
312
|
get TrendArrow () {
|
|
310
|
-
return
|
|
313
|
+
return _index103.default;
|
|
311
314
|
},
|
|
312
315
|
get Uploader () {
|
|
313
316
|
return _index54.default;
|
|
@@ -319,7 +322,7 @@ _export(exports, {
|
|
|
319
322
|
return _index96.default;
|
|
320
323
|
},
|
|
321
324
|
get WaterMark () {
|
|
322
|
-
return
|
|
325
|
+
return _index104.default;
|
|
323
326
|
}
|
|
324
327
|
});
|
|
325
328
|
var _export_star = require("@swc/helpers/_/_export_star");
|
|
@@ -421,13 +424,14 @@ var _index93 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("
|
|
|
421
424
|
var _index94 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./tour/index"), exports));
|
|
422
425
|
var _index95 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./video/index"), exports));
|
|
423
426
|
var _index96 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./virtuallist/index"), exports));
|
|
424
|
-
var _index97 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
425
|
-
var _index98 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
426
|
-
var _index99 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
427
|
-
var _index100 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
428
|
-
var _index101 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
429
|
-
var _index102 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
430
|
-
var _index103 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./
|
|
427
|
+
var _index97 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./quickenter/index"), exports));
|
|
428
|
+
var _index98 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./avatarcropper/index"), exports));
|
|
429
|
+
var _index99 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./barrage/index"), exports));
|
|
430
|
+
var _index100 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./card/index"), exports));
|
|
431
|
+
var _index101 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./timedetail/index"), exports));
|
|
432
|
+
var _index102 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./timeselect/index"), exports));
|
|
433
|
+
var _index103 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./trendarrow/index"), exports));
|
|
434
|
+
var _index104 = /*#__PURE__*/ _interop_require_default._(_export_star._(require("./watermark/index"), exports));
|
|
431
435
|
require("./button/button.scss");
|
|
432
436
|
require("./cell/cell.scss");
|
|
433
437
|
require("./cellgroup/cellgroup.scss");
|
|
@@ -525,6 +529,7 @@ require("./tag/tag.scss");
|
|
|
525
529
|
require("./tour/tour.scss");
|
|
526
530
|
require("./video/video.scss");
|
|
527
531
|
require("./virtuallist/virtuallist.scss");
|
|
532
|
+
require("./quickenter/quickenter.scss");
|
|
528
533
|
require("./avatarcropper/avatarcropper.scss");
|
|
529
534
|
require("./barrage/barrage.scss");
|
|
530
535
|
require("./card/card.scss");
|
|
@@ -95,6 +95,7 @@ import "./tag/tag.scss";
|
|
|
95
95
|
import "./tour/tour.scss";
|
|
96
96
|
import "./video/video.scss";
|
|
97
97
|
import "./virtuallist/virtuallist.scss";
|
|
98
|
+
import "./quickenter/quickenter.scss";
|
|
98
99
|
import "./avatarcropper/avatarcropper.scss";
|
|
99
100
|
import "./barrage/barrage.scss";
|
|
100
101
|
import "./card/card.scss";
|
|
@@ -105,6 +105,7 @@ require("./tag/tag.scss");
|
|
|
105
105
|
require("./tour/tour.scss");
|
|
106
106
|
require("./video/video.scss");
|
|
107
107
|
require("./virtuallist/virtuallist.scss");
|
|
108
|
+
require("./quickenter/quickenter.scss");
|
|
108
109
|
require("./avatarcropper/avatarcropper.scss");
|
|
109
110
|
require("./barrage/barrage.scss");
|
|
110
111
|
require("./card/card.scss");
|
|
@@ -27,6 +27,7 @@ var _classnames = /*#__PURE__*/ _interop_require_default._(require("classnames")
|
|
|
27
27
|
var _components = require("@tarojs/components");
|
|
28
28
|
var _typings = require("../../utils/typings");
|
|
29
29
|
var _uselockscoll = require("../../hooks/taro/use-lock-scoll");
|
|
30
|
+
var _ConfigurableCSSTransition = /*#__PURE__*/ _interop_require_default._(require("../../utils/taro/ConfigurableCSSTransition"));
|
|
30
31
|
var defaultOverlayProps = (0, _object_spread_props._)((0, _object_spread._)({}, _typings.ComponentDefaults), {
|
|
31
32
|
zIndex: 1000,
|
|
32
33
|
duration: 300,
|
|
@@ -72,27 +73,20 @@ var Overlay = function Overlay(props) {
|
|
|
72
73
|
return /*#__PURE__*/ _react.default.createElement(_components.View, (0, _object_spread_props._)((0, _object_spread._)({
|
|
73
74
|
ref: nodeRef,
|
|
74
75
|
className: classes,
|
|
75
|
-
style:
|
|
76
|
-
display: innerVisible ? 'block' : 'none'
|
|
77
|
-
})
|
|
76
|
+
style: styles
|
|
78
77
|
}, rest), {
|
|
79
78
|
catchMove: lockScroll,
|
|
80
79
|
onClick: handleClick
|
|
81
80
|
}), children);
|
|
82
81
|
};
|
|
83
|
-
return /*#__PURE__*/ _react.default.createElement(
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
// onExited={afterClose}
|
|
93
|
-
// >
|
|
94
|
-
// {renderOverlay()}
|
|
95
|
-
// </CSSTransition>
|
|
96
|
-
// )
|
|
82
|
+
return /*#__PURE__*/ _react.default.createElement(_ConfigurableCSSTransition.default, {
|
|
83
|
+
nodeRef: nodeRef,
|
|
84
|
+
classNames: "".concat(classPrefix, "-slide"),
|
|
85
|
+
unmountOnExit: true,
|
|
86
|
+
timeout: Number(duration),
|
|
87
|
+
in: innerVisible,
|
|
88
|
+
onEntered: afterShow,
|
|
89
|
+
onExited: afterClose
|
|
90
|
+
}, renderOverlay());
|
|
97
91
|
};
|
|
98
92
|
Overlay.displayName = 'NutOverlay';
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@keyframes popup-slide-top-exit {
|
|
254
|
+
from {
|
|
255
|
+
transform: translate3d(0, 0%, 0);
|
|
256
|
+
}
|
|
254
257
|
to {
|
|
255
258
|
transform: translate3d(0, -100%, 0);
|
|
256
259
|
}
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
@keyframes popup-slide-right-exit {
|
|
281
|
+
from {
|
|
282
|
+
transform: translate3d(0%, 0, 0);
|
|
283
|
+
}
|
|
278
284
|
to {
|
|
279
285
|
transform: translate3d(100%, 0, 0);
|
|
280
286
|
}
|
|
@@ -285,7 +291,7 @@
|
|
|
285
291
|
animation-name: popup-slide-right-enter;
|
|
286
292
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
287
293
|
}
|
|
288
|
-
.nut-popup-slide-right-exit {
|
|
294
|
+
.nut-popup-slide-right-exit-active {
|
|
289
295
|
animation-fill-mode: both;
|
|
290
296
|
animation-name: popup-slide-right-exit;
|
|
291
297
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -298,20 +304,23 @@
|
|
|
298
304
|
transform: translate3d(0, 0%, 0);
|
|
299
305
|
}
|
|
300
306
|
}
|
|
301
|
-
@keyframes slide-bottom-exit {
|
|
307
|
+
@keyframes popup-slide-bottom-exit {
|
|
308
|
+
from {
|
|
309
|
+
transform: translate3d(0, 0%, 0);
|
|
310
|
+
}
|
|
302
311
|
to {
|
|
303
312
|
transform: translate3d(0, 100%, 0);
|
|
304
313
|
}
|
|
305
314
|
}
|
|
306
315
|
.nut-popup-slide-bottom-enter-active, .nut-popup-slide-bottom-appear-active {
|
|
307
|
-
transform:
|
|
316
|
+
transform: translate3d(0, 0, 0);
|
|
308
317
|
animation-fill-mode: both;
|
|
309
318
|
animation-name: popup-slide-bottom-enter;
|
|
310
319
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
311
320
|
}
|
|
312
|
-
.nut-popup-slide-bottom-exit {
|
|
321
|
+
.nut-popup-slide-bottom-exit-active {
|
|
313
322
|
animation-fill-mode: both;
|
|
314
|
-
animation-name: slide-bottom-exit;
|
|
323
|
+
animation-name: popup-slide-bottom-exit;
|
|
315
324
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
316
325
|
}
|
|
317
326
|
@keyframes popup-slide-left-enter {
|
|
@@ -323,17 +332,20 @@
|
|
|
323
332
|
}
|
|
324
333
|
}
|
|
325
334
|
@keyframes popup-slide-left-exit {
|
|
335
|
+
from {
|
|
336
|
+
transform: translate3d(0%, 0, 0);
|
|
337
|
+
}
|
|
326
338
|
to {
|
|
327
339
|
transform: translate3d(-100%, 0, 0);
|
|
328
340
|
}
|
|
329
341
|
}
|
|
330
342
|
.nut-popup-slide-left-enter-active, .nut-popup-slide-left-appear-active {
|
|
331
|
-
transform:
|
|
343
|
+
transform: translate3d(0, 0, 0);
|
|
332
344
|
animation-fill-mode: both;
|
|
333
345
|
animation-name: popup-slide-left-enter;
|
|
334
346
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
335
347
|
}
|
|
336
|
-
.nut-popup-slide-left-exit-active
|
|
348
|
+
.nut-popup-slide-left-exit-active {
|
|
337
349
|
animation-fill-mode: both;
|
|
338
350
|
animation-name: popup-slide-left-exit;
|
|
339
351
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@keyframes popup-slide-top-exit {
|
|
254
|
+
from {
|
|
255
|
+
transform: translate3d(0, 0%, 0);
|
|
256
|
+
}
|
|
254
257
|
to {
|
|
255
258
|
transform: translate3d(0, -100%, 0);
|
|
256
259
|
}
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
@keyframes popup-slide-right-exit {
|
|
281
|
+
from {
|
|
282
|
+
transform: translate3d(0%, 0, 0);
|
|
283
|
+
}
|
|
278
284
|
to {
|
|
279
285
|
transform: translate3d(100%, 0, 0);
|
|
280
286
|
}
|
|
@@ -285,7 +291,7 @@
|
|
|
285
291
|
animation-name: popup-slide-right-enter;
|
|
286
292
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
287
293
|
}
|
|
288
|
-
.nut-popup-slide-right-exit {
|
|
294
|
+
.nut-popup-slide-right-exit-active {
|
|
289
295
|
animation-fill-mode: both;
|
|
290
296
|
animation-name: popup-slide-right-exit;
|
|
291
297
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
@@ -298,20 +304,23 @@
|
|
|
298
304
|
transform: translate3d(0, 0%, 0);
|
|
299
305
|
}
|
|
300
306
|
}
|
|
301
|
-
@keyframes slide-bottom-exit {
|
|
307
|
+
@keyframes popup-slide-bottom-exit {
|
|
308
|
+
from {
|
|
309
|
+
transform: translate3d(0, 0%, 0);
|
|
310
|
+
}
|
|
302
311
|
to {
|
|
303
312
|
transform: translate3d(0, 100%, 0);
|
|
304
313
|
}
|
|
305
314
|
}
|
|
306
315
|
.nut-popup-slide-bottom-enter-active, .nut-popup-slide-bottom-appear-active {
|
|
307
|
-
transform:
|
|
316
|
+
transform: translate3d(0, 0, 0);
|
|
308
317
|
animation-fill-mode: both;
|
|
309
318
|
animation-name: popup-slide-bottom-enter;
|
|
310
319
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
311
320
|
}
|
|
312
|
-
.nut-popup-slide-bottom-exit {
|
|
321
|
+
.nut-popup-slide-bottom-exit-active {
|
|
313
322
|
animation-fill-mode: both;
|
|
314
|
-
animation-name: slide-bottom-exit;
|
|
323
|
+
animation-name: popup-slide-bottom-exit;
|
|
315
324
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
316
325
|
}
|
|
317
326
|
@keyframes popup-slide-left-enter {
|
|
@@ -323,17 +332,20 @@
|
|
|
323
332
|
}
|
|
324
333
|
}
|
|
325
334
|
@keyframes popup-slide-left-exit {
|
|
335
|
+
from {
|
|
336
|
+
transform: translate3d(0%, 0, 0);
|
|
337
|
+
}
|
|
326
338
|
to {
|
|
327
339
|
transform: translate3d(-100%, 0, 0);
|
|
328
340
|
}
|
|
329
341
|
}
|
|
330
342
|
.nut-popup-slide-left-enter-active, .nut-popup-slide-left-appear-active {
|
|
331
|
-
transform:
|
|
343
|
+
transform: translate3d(0, 0, 0);
|
|
332
344
|
animation-fill-mode: both;
|
|
333
345
|
animation-name: popup-slide-left-enter;
|
|
334
346
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|
|
335
347
|
}
|
|
336
|
-
.nut-popup-slide-left-exit-active
|
|
348
|
+
.nut-popup-slide-left-exit-active {
|
|
337
349
|
animation-fill-mode: both;
|
|
338
350
|
animation-name: popup-slide-left-exit;
|
|
339
351
|
animation-duration: var(--nutui-popup-animation-duration, 0.3s);
|