@nutui/nutui-react-taro 1.4.11 → 1.4.12-beta.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/CHANGELOG.md +19 -0
- package/README.md +17 -12
- package/dist/esm/ActionSheet.js +10 -7
- package/dist/esm/Address.js +15 -12
- package/dist/esm/Animate.js +6 -3
- package/dist/esm/AnimatingNumbers.js +6 -3
- package/dist/esm/Audio.js +16 -13
- package/dist/esm/Avatar.js +9 -6
- package/dist/esm/AvatarGroup.js +9 -6
- package/dist/esm/BackTop.js +8 -5
- package/dist/esm/Badge.js +8 -5
- package/dist/esm/Barrage.js +6 -3
- package/dist/esm/Button.js +8 -5
- package/dist/esm/Calendar.js +13 -10
- package/dist/esm/CalendarItem.js +8 -5
- package/dist/esm/Card.js +10 -7
- package/dist/esm/Cascader.js +12 -9
- package/dist/esm/Cell.js +8 -5
- package/dist/esm/CellGroup.js +6 -3
- package/dist/esm/Checkbox.js +8 -5
- package/dist/esm/CheckboxGroup.js +8 -5
- package/dist/esm/CircleProgress.js +7 -4
- package/dist/esm/Col.js +6 -3
- package/dist/esm/Collapse.js +6 -3
- package/dist/esm/CollapseItem.js +8 -5
- package/dist/esm/ConfigProvider.js +6 -3
- package/dist/esm/CountDown.js +8 -5
- package/dist/esm/DatePicker.js +17 -14
- package/dist/esm/Dialog.js +11 -8
- package/dist/esm/Divider.js +6 -3
- package/dist/esm/Drag.js +6 -3
- package/dist/esm/Elevator.js +6 -3
- package/dist/esm/Ellipsis.js +8 -5
- package/dist/esm/Empty.js +8 -5
- package/dist/esm/FixedNav.js +11 -8
- package/dist/esm/Form.js +11 -8
- package/dist/esm/FormItem.js +9 -6
- package/dist/esm/Grid.js +9 -6
- package/dist/esm/GridItem.js +11 -8
- package/dist/esm/Icon.js +6 -3
- package/dist/esm/Image.js +9 -6
- package/dist/esm/ImagePreview.js +13 -10
- package/dist/esm/Indicator.js +6 -3
- package/dist/esm/Infiniteloading.js +10 -7
- package/dist/esm/Input.js +10 -7
- package/dist/esm/InputNumber.js +8 -5
- package/dist/esm/Layout.js +5 -2
- package/dist/esm/Menu.js +8 -5
- package/dist/esm/MenuItem.js +11 -8
- package/dist/esm/NavBar.js +8 -5
- package/dist/esm/NoticeBar.js +9 -6
- package/dist/esm/Notify.js +6 -3
- package/dist/esm/NumberKeyboard.js +12 -9
- package/dist/esm/Overlay.js +6 -3
- package/dist/esm/Pagination.js +8 -5
- package/dist/esm/Picker.js +15 -12
- package/dist/esm/Popover.js +10 -7
- package/dist/esm/Popup.js +9 -6
- package/dist/esm/Price.js +6 -3
- package/dist/esm/Progress.js +8 -5
- package/dist/esm/PullToRefresh.js +8 -5
- package/dist/esm/Radio.js +8 -4
- package/dist/esm/RadioGroup.js +8 -5
- package/dist/esm/Range.js +12 -9
- package/dist/esm/Rate.js +8 -5
- package/dist/esm/Row.js +6 -3
- package/dist/esm/SearchBar.js +10 -7
- package/dist/esm/ShortPassword.js +12 -9
- package/dist/esm/SideNavBar.js +13 -10
- package/dist/esm/SideNavBarItem.js +5 -2
- package/dist/esm/Signature.js +11 -8
- package/dist/esm/Skeleton.js +10 -7
- package/dist/esm/Step.js +9 -6
- package/dist/esm/Steps.js +7 -4
- package/dist/esm/Sticky.js +8 -5
- package/dist/esm/SubSideNavBar.js +6 -3
- package/dist/esm/Swipe.js +8 -5
- package/dist/esm/Swiper.js +7 -4
- package/dist/esm/SwiperItem.js +7 -4
- package/dist/esm/Switch.js +6 -3
- package/dist/esm/TabPane.js +6 -3
- package/dist/esm/Tabbar.js +6 -3
- package/dist/esm/TabbarItem.js +8 -5
- package/dist/esm/Table.js +10 -7
- package/dist/esm/Tabs.js +9 -6
- package/dist/esm/Tag.js +8 -5
- package/dist/esm/TextArea.js +8 -5
- package/dist/esm/TimeDetail.js +8 -5
- package/dist/esm/TimePannel.js +8 -5
- package/dist/esm/TimeSelect.js +14 -11
- package/dist/esm/Toast.js +7 -4
- package/dist/esm/TrendArrow.js +7 -4
- package/dist/esm/Uploader.js +13 -10
- package/dist/esm/Video.js +6 -3
- package/dist/esm/VirtualList.js +7 -4
- package/dist/esm/WaterMark.js +8 -5
- package/dist/esm/{actionsheet.taro-c5ccaf4e.js → actionsheet.taro-e6a51446.js} +2 -2
- package/dist/esm/{address.taro-f977bad0.js → address.taro-f1acf8fb.js} +8 -8
- package/dist/esm/{animate.taro-b0e83dd5.js → animate.taro-fb7986d6.js} +1 -1
- package/dist/esm/{animatingnumbers.taro-6307a3a5.js → animatingnumbers.taro-03e5d61d.js} +1 -1
- package/dist/esm/{audio.taro-c2cdbe18.js → audio.taro-7ba4b47e.js} +6 -6
- package/dist/esm/{avatar.taro-c17c3d15.js → avatar.taro-3676f38f.js} +4 -4
- package/dist/esm/{avatargroup-1d900174.js → avatargroup-f3574510.js} +3 -3
- package/dist/esm/{backtop.taro-e53236c7.js → backtop.taro-66394a36.js} +2 -2
- package/dist/esm/{badge.taro-a2e7dd5a.js → badge.taro-a4e59c11.js} +3 -3
- package/dist/esm/{barrage.taro-5dbab093.js → barrage.taro-80df08d3.js} +1 -1
- package/dist/esm/{button.taro-dc4795a3.js → button.taro-9244d065.js} +3 -3
- package/dist/esm/{calendar.taro-f5d03548.js → calendar.taro-670842ea.js} +8 -8
- package/dist/esm/{calendaritem.taro-971a7af8.js → calendaritem.taro-2a603571.js} +13 -2
- package/dist/esm/{card.taro-4fb6bc4e.js → card.taro-e4c76dad.js} +3 -3
- package/dist/esm/{cascader.taro-a2ee549c.js → cascader.taro-a824b371.js} +5 -5
- package/dist/esm/{cell.taro-e877cf12.js → cell.taro-a10a74d3.js} +3 -3
- package/dist/esm/{cellgroup.taro-e094471c.js → cellgroup.taro-abe501bc.js} +1 -1
- package/dist/esm/{checkbox.taro-6aab93c3.js → checkbox.taro-6120e3e3.js} +3 -3
- package/dist/esm/{circleprogress.taro-897ea24b.js → circleprogress.taro-79854448.js} +2 -2
- package/dist/esm/{col.taro-9e4c5cc0.js → col.taro-53eed3cc.js} +1 -1
- package/dist/esm/{collapse.taro-c903a060.js → collapse.taro-1a9e4ba2.js} +1 -1
- package/dist/esm/{collapseitem-2e864527.js → collapseitem-4d0bc55d.js} +3 -3
- package/dist/esm/{configprovider-5eea4f5d.js → configprovider-67d19d3a.js} +1 -1
- package/dist/esm/{configprovider.taro-26882dd2.js → configprovider.taro-8d71eb49.js} +1 -1
- package/dist/esm/{countdown.taro-9e40de9c.js → countdown.taro-dbcb9a4f.js} +2 -2
- package/dist/esm/{datepicker.taro-d9252862.js → datepicker.taro-f8369e63.js} +2 -2
- package/dist/esm/{dialog.taro-7608bd26.js → dialog.taro-a3267d29.js} +2 -2
- package/dist/esm/{divider.taro-5236fe6a.js → divider.taro-26d1d8b4.js} +1 -1
- package/dist/esm/{drag.taro-703560c4.js → drag.taro-79bb8744.js} +1 -1
- package/dist/esm/{elevator.taro-1d749ab0.js → elevator.taro-c4ed99e4.js} +1 -1
- package/dist/esm/{ellipsis.taro-660e2ee9.js → ellipsis.taro-f15f26da.js} +16 -8
- package/dist/esm/{empty.taro-7bd813f9.js → empty.taro-04ae4389.js} +2 -2
- package/dist/esm/{fixednav.taro-84930e08.js → fixednav.taro-1f05acaf.js} +5 -5
- package/dist/esm/{form.taro-ce791a58.js → form.taro-0c8e7a39.js} +3 -3
- package/dist/esm/{formitem.taro-f2ed02d4.js → formitem.taro-190a3326.js} +2 -2
- package/dist/esm/{grid.taro-9410ff69.js → grid.taro-3503b82c.js} +3 -3
- package/dist/esm/{griditem.taro-26863577.js → griditem.taro-da155df6.js} +5 -5
- package/dist/esm/{icon-2242973e.js → icon-296a1bec.js} +1 -1
- package/dist/esm/{icon.taro-c9254a81.js → icon.taro-296a1bec.js} +1 -1
- package/dist/esm/{image.taro-1d867416.js → image.taro-142cf512.js} +2 -2
- package/dist/esm/{imagepreview.taro-3a5722e8.js → imagepreview.taro-c50bb0a3.js} +3 -3
- package/dist/esm/{indicator.taro-25682172.js → indicator.taro-cba8b010.js} +1 -1
- package/dist/esm/{infiniteloading.taro-8ead43b0.js → infiniteloading.taro-e66e3746.js} +4 -4
- package/dist/esm/{input.taro-fe0248b1.js → input.taro-27e1262b.js} +3 -3
- package/dist/esm/{inputnumber.taro-94c75663.js → inputnumber.taro-7c2d7e85.js} +3 -3
- package/dist/esm/{menu.taro-e5b84501.js → menu.taro-7e4038a1.js} +2 -2
- package/dist/esm/{menuitem.taro-f2129be6.js → menuitem.taro-96cc4f15.js} +4 -4
- package/dist/esm/{navbar.taro-70514adf.js → navbar.taro-777c4705.js} +3 -3
- package/dist/esm/{noticebar.taro-22486646.js → noticebar.taro-4a23cdee.js} +4 -4
- package/dist/esm/{notify.taro-3a424269.js → notify.taro-e17c6f82.js} +1 -1
- package/dist/esm/{numberkeyboard.taro-78224b3a.js → numberkeyboard.taro-1bc24744.js} +3 -3
- package/dist/esm/nutui-react.es.js +107 -107
- package/dist/esm/{overlay.taro-1e74a71d.js → overlay.taro-21e87fb1.js} +1 -1
- package/dist/esm/{pagination.taro-bb490de9.js → pagination.taro-715a173b.js} +2 -2
- package/dist/esm/{picker.taro-4298ce4e.js → picker.taro-ab396b2d.js} +7 -6
- package/dist/esm/{popover.taro-f144cd02.js → popover.taro-ad5e76ea.js} +4 -4
- package/dist/esm/{popup.taro-6e81162a.js → popup.taro-01676bff.js} +4 -4
- package/dist/esm/{price.taro-8801462e.js → price.taro-776ed16e.js} +1 -1
- package/dist/esm/{progress.taro-773482ed.js → progress.taro-f0ce38e9.js} +3 -3
- package/dist/esm/{pulltorefresh.taro-2b50fdf3.js → pulltorefresh.taro-dc15ab1a.js} +2 -2
- package/dist/esm/{index.taro-84346556.js → radio.taro-a6eff96c.js} +7 -9
- package/dist/esm/{range.taro-b628f1ed.js → range.taro-8688b321.js} +4 -4
- package/dist/esm/{rate.taro-f18381f3.js → rate.taro-6cdf03bd.js} +3 -3
- package/dist/esm/{row.taro-4e697aa2.js → row.taro-f64d4a13.js} +1 -1
- package/dist/esm/{searchbar.taro-bc3e87bc.js → searchbar.taro-0c25927b.js} +4 -4
- package/dist/esm/{shortpassword.taro-7dfb72fb.js → shortpassword.taro-9ee034f7.js} +5 -5
- package/dist/esm/{sidenavbar.taro-e03a5287.js → sidenavbar.taro-c307b35e.js} +3 -3
- package/dist/esm/{signature.taro-45d1dde3.js → signature.taro-ec4e713b.js} +3 -3
- package/dist/esm/{skeleton.taro-38e2fca2.js → skeleton.taro-76faf63f.js} +2 -2
- package/dist/esm/{step.taro-891c020b.js → step.taro-b7903e8c.js} +4 -4
- package/dist/esm/{steps.taro-acf205a0.js → steps.taro-c82d2252.js} +2 -2
- package/dist/esm/{sticky.taro-b15d1173.js → sticky.taro-d5b6eabe.js} +3 -3
- package/dist/esm/{subsidenavbar.taro-f46b4c73.js → subsidenavbar.taro-69cb9752.js} +1 -1
- package/dist/esm/{swipe.taro-9375a9a1.js → swipe.taro-ea35f07f.js} +3 -3
- package/dist/esm/{swiper.taro-8164df5b.js → swiper.taro-7a94e211.js} +2 -2
- package/dist/esm/{swiperitem-86a3578a.js → swiperitem-c9e3d0d5.js} +2 -2
- package/dist/esm/{switch.taro-bae2dca0.js → switch.taro-34ca8228.js} +1 -1
- package/dist/esm/{tabbar.taro-17d898d9.js → tabbar.taro-9acfc2fa.js} +1 -1
- package/dist/esm/{tabbaritem.taro-3643f585.js → tabbaritem.taro-bf517487.js} +3 -3
- package/dist/esm/{table.taro-6119a948.js → table.taro-91fc0c01.js} +4 -4
- package/dist/esm/{tabpane.taro-9512e308.js → tabpane.taro-4ca340ef.js} +1 -1
- package/dist/esm/{tabs.taro-95edd45d.js → tabs.taro-07e4adce.js} +4 -4
- package/dist/esm/{tag.taro-64f37bd9.js → tag.taro-23ba0834.js} +3 -2
- package/dist/esm/{textarea.taro-2a12788b.js → textarea.taro-92a1651c.js} +2 -2
- package/dist/esm/{timedetail.taro-c5f564fd.js → timedetail.taro-5b2f2269.js} +2 -2
- package/dist/esm/{timepannel.taro-29f9dd86.js → timepannel.taro-d6e40180.js} +2 -2
- package/dist/esm/{timeselect.taro-f276b0a9.js → timeselect.taro-a07036f4.js} +5 -5
- package/dist/esm/{toast.taro-0f972a92.js → toast.taro-d6c14811.js} +2 -2
- package/dist/esm/{trendarrow.taro-d79fc8e2.js → trendarrow.taro-b8c5ccd9.js} +2 -2
- package/dist/esm/{uploader.taro-77396b5d.js → uploader.taro-c615fd4c.js} +7 -7
- package/dist/esm/{video-8a3518c5.js → video-f1be8a91.js} +1 -1
- package/dist/esm/{virtuallist.taro-1688484f.js → virtuallist.taro-f0b0270d.js} +1 -1
- package/dist/esm/{watermark.taro-a948c735.js → watermark.taro-9ce2ae37.js} +2 -2
- package/dist/esm/{zh-CN-dfc384d0.js → zh-CN-c779e6c1.js} +1 -0
- package/dist/locales/base.d.ts +1 -0
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +2 -1
- package/dist/locales/id-ID.js +2 -1
- package/dist/locales/zh-CN.js +2 -1
- package/dist/locales/zh-TW.js +2 -1
- package/dist/locales/zh-UG.js +2 -1
- package/dist/nutui.react.mjs +70 -41
- package/dist/nutui.react.umd.js +70 -41
- package/dist/packages/button/button.scss +1 -0
- package/dist/packages/cell/cell.scss +3 -0
- package/dist/style.css +1 -1
- package/dist/style.mjs +1 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +2 -4
- /package/dist/esm/{AvatarContext-7153ad2b.js → AvatarContext-c96afdcc.js} +0 -0
- /package/dist/esm/{UserContext-68f62e66.js → UserContext-0aac9a82.js} +0 -0
- /package/dist/esm/{UserContext-b4181162.js → UserContext-e402e1a6.js} +0 -0
- /package/dist/esm/{UserContext-be8097d2.js → UserContext-e8176108.js} +0 -0
- /package/dist/esm/{bem-893ad28d.js → bem-350c1702.js} +0 -0
- /package/dist/esm/{get-scroll-parent-3dcd3f53.js → get-scroll-parent-5d508382.js} +0 -0
- /package/dist/esm/{grid.taro.context-39636af9.js → grid.taro.context-c2bbfb4f.js} +0 -0
- /package/dist/esm/{index-a90733f9.js → index-5bcb0ff8.js} +0 -0
- /package/dist/esm/{layout.taro-358f014f.js → layout.taro-9046d093.js} +0 -0
- /package/dist/esm/{offsetContext-bfb02c25.js → offsetContext-c2a746fa.js} +0 -0
- /package/dist/esm/{sidenavbaritem.taro-fee11d26.js → sidenavbaritem.taro-5a7965d0.js} +0 -0
- /package/dist/esm/{typings-1c5f2628.js → typings-b9828dba.js} +0 -0
- /package/dist/esm/{useClientRect-4506e52f.js → useClientRect-1f8ed1fe.js} +0 -0
- /package/dist/esm/{useTouch-a2ea68c6.js → useTouch-db24bb5c.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# v1.4.12
|
|
2
|
+
`2023-03-22`
|
|
3
|
+
|
|
4
|
+
* :sparkles: feat: 文档Demo示例touch兼容 (#830) @Song
|
|
5
|
+
* :bug: fix(calendar): 修复自定义 title 失效问题 (#839) @eiinu
|
|
6
|
+
* :bug: fix: ellipsis 组件动态设置内容无效问题 (#823) @刘正午
|
|
7
|
+
* :bug: fix: picker 组件在小程序端触发滚动后,页面(有滚动条的情况下)也一起滚动 (#829) @xianyu
|
|
8
|
+
* :bug: fix: tag 组件动态切换 className 不生效 (#820) @刘正午
|
|
9
|
+
* :bug: fix: 修复 button 组件的样式通过最外层标签设置 (#840) @oasis-cloud
|
|
10
|
+
* :bug: fix: 修复 calendar 组件中当 defaultValue 为空时,如果月份列表包含当月,则默认定位到当月 (#813) @刘正午
|
|
11
|
+
* :bug: fix: 修改 input 文档示例代码change 改为 onChange (#832) @Song
|
|
12
|
+
* :bug: fix: 修复cell文案左右相互挤压和长字符不换行的问题 (#836) @junjun666
|
|
13
|
+
* :bug: fix: 添加项目依赖 #802 (#816) @eiinu
|
|
14
|
+
* :bug: fix: 修复下拉刷新报错 #761 (#817) @eiinu
|
|
15
|
+
* :bug: fix:Form提交数据中缺少默认选中的radio值 (#834) @junjun666
|
|
16
|
+
* 🔨 chore: 移除 node engines (#843) @oasis-cloud
|
|
17
|
+
* 📖 docs: 更新 README.md (#838) @AnteeHub
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
# v1.4.11
|
|
2
21
|
`2023-03-15`
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -54,37 +54,42 @@
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
##
|
|
57
|
+
## Running locally
|
|
58
58
|
|
|
59
|
-
###
|
|
60
|
-
```
|
|
59
|
+
### running with H5
|
|
60
|
+
```sh
|
|
61
|
+
# Clone repository
|
|
61
62
|
git clone https://github.com/jdf2e/nutui-react.git
|
|
62
63
|
|
|
64
|
+
# Enter the project dictionary
|
|
63
65
|
cd nutui-react
|
|
64
66
|
|
|
67
|
+
# Install dependencies
|
|
65
68
|
npm install
|
|
66
69
|
|
|
70
|
+
# Start development
|
|
67
71
|
npm run dev
|
|
68
72
|
|
|
69
|
-
|
|
70
|
-
```
|
|
71
|
-
### local mp
|
|
73
|
+
# visit in browser: http:http://localhost:3000 (you don't have to open it manually if you've run it in the browser again)
|
|
72
74
|
```
|
|
75
|
+
### running with mini-program
|
|
76
|
+
```sh
|
|
77
|
+
# Clone repository
|
|
73
78
|
git clone https://github.com/jdf2e/nutui-react.git
|
|
74
79
|
|
|
80
|
+
# Enter the project dictionary
|
|
75
81
|
cd nutui-react
|
|
76
82
|
|
|
83
|
+
# Install dependencies
|
|
77
84
|
npm install
|
|
78
85
|
|
|
86
|
+
# Start development
|
|
87
|
+
# dir:src/sites/mobile-taro/dist/weapp
|
|
79
88
|
npm run dev:taro:weapp
|
|
80
89
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
OR jd
|
|
84
|
-
|
|
90
|
+
# OR run as jd mini-program
|
|
91
|
+
# dir:src/sites/mobile-taro/dist/jd
|
|
85
92
|
npm run dev:taro:jd
|
|
86
|
-
|
|
87
|
-
dir:src/sites/mobile-taro/dist/jd
|
|
88
93
|
```
|
|
89
94
|
|
|
90
95
|
## Build Versions
|
package/dist/esm/ActionSheet.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { A as ActionSheet } from './actionsheet.taro-
|
|
2
|
-
export { A as default } from './actionsheet.taro-c5ccaf4e.js';
|
|
1
|
+
import { A as ActionSheet } from './actionsheet.taro-e6a51446.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './popup.taro-
|
|
3
|
+
import './popup.taro-01676bff.js';
|
|
5
4
|
import 'react-dom';
|
|
6
5
|
import 'react-transition-group';
|
|
7
6
|
import 'classnames';
|
|
8
|
-
import './overlay.taro-
|
|
9
|
-
import './bem-
|
|
7
|
+
import './overlay.taro-21e87fb1.js';
|
|
8
|
+
import './bem-350c1702.js';
|
|
10
9
|
import '@bem-react/classname';
|
|
11
10
|
import '@tarojs/components';
|
|
12
|
-
import './icon.taro-
|
|
13
|
-
import './typings-
|
|
11
|
+
import './icon.taro-296a1bec.js';
|
|
12
|
+
import './typings-b9828dba.js';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
export { ActionSheet as default };
|
package/dist/esm/Address.js
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
|
-
import { A as Address } from './address.taro-
|
|
2
|
-
export { A as default } from './address.taro-f977bad0.js';
|
|
1
|
+
import { A as Address } from './address.taro-f1acf8fb.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './icon.taro-
|
|
5
|
-
import './bem-
|
|
3
|
+
import './icon.taro-296a1bec.js';
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
7
|
-
import './popup.taro-
|
|
6
|
+
import './popup.taro-01676bff.js';
|
|
8
7
|
import 'react-dom';
|
|
9
8
|
import 'react-transition-group';
|
|
10
9
|
import 'classnames';
|
|
11
|
-
import './overlay.taro-
|
|
10
|
+
import './overlay.taro-21e87fb1.js';
|
|
12
11
|
import '@tarojs/components';
|
|
13
|
-
import './typings-
|
|
14
|
-
import './icon-
|
|
15
|
-
import './configprovider-
|
|
12
|
+
import './typings-b9828dba.js';
|
|
13
|
+
import './icon-296a1bec.js';
|
|
14
|
+
import './configprovider-67d19d3a.js';
|
|
16
15
|
import 'lodash.kebabcase';
|
|
17
|
-
import './zh-CN-
|
|
16
|
+
import './zh-CN-c779e6c1.js';
|
|
18
17
|
import '@tarojs/taro';
|
|
19
|
-
import './elevator.taro-
|
|
20
|
-
import './configprovider.taro-
|
|
18
|
+
import './elevator.taro-c4ed99e4.js';
|
|
19
|
+
import './configprovider.taro-8d71eb49.js';
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
export { Address as default };
|
package/dist/esm/Animate.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { A as Animate } from './animate.taro-
|
|
2
|
-
export { A as default } from './animate.taro-b0e83dd5.js';
|
|
1
|
+
import { A as Animate } from './animate.taro-fb7986d6.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './bem-
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export { Animate as default };
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { A as AnimatingNumbers } from './animatingnumbers.taro-
|
|
2
|
-
export { A as default } from './animatingnumbers.taro-6307a3a5.js';
|
|
1
|
+
import { A as AnimatingNumbers } from './animatingnumbers.taro-03e5d61d.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import '@tarojs/taro';
|
|
5
|
-
import './bem-
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export { AnimatingNumbers as default };
|
package/dist/esm/Audio.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import { A as Audio } from './audio.taro-
|
|
2
|
-
export { A as default } from './audio.taro-c2cdbe18.js';
|
|
1
|
+
import { A as Audio } from './audio.taro-7ba4b47e.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import '@tarojs/taro';
|
|
5
|
-
import './icon.taro-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './icon.taro-296a1bec.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './range.taro-
|
|
9
|
-
import './useTouch-
|
|
10
|
-
import './useClientRect-
|
|
11
|
-
import './toast.taro-
|
|
7
|
+
import './range.taro-8688b321.js';
|
|
8
|
+
import './useTouch-db24bb5c.js';
|
|
9
|
+
import './useClientRect-1f8ed1fe.js';
|
|
10
|
+
import './toast.taro-d6c14811.js';
|
|
12
11
|
import 'classnames';
|
|
13
|
-
import './icon-
|
|
14
|
-
import './configprovider.taro-
|
|
12
|
+
import './icon-296a1bec.js';
|
|
13
|
+
import './configprovider.taro-8d71eb49.js';
|
|
15
14
|
import 'lodash.kebabcase';
|
|
16
|
-
import './zh-CN-
|
|
17
|
-
import './button.taro-
|
|
18
|
-
import './typings-
|
|
15
|
+
import './zh-CN-c779e6c1.js';
|
|
16
|
+
import './button.taro-9244d065.js';
|
|
17
|
+
import './typings-b9828dba.js';
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export { Audio as default };
|
package/dist/esm/Avatar.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { A as Avatar } from './avatar.taro-
|
|
2
|
-
export { A as default } from './avatar.taro-c17c3d15.js';
|
|
1
|
+
import { A as Avatar } from './avatar.taro-3676f38f.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
4
|
import '@tarojs/components';
|
|
6
|
-
import './AvatarContext-
|
|
7
|
-
import './bem-
|
|
5
|
+
import './AvatarContext-c96afdcc.js';
|
|
6
|
+
import './bem-350c1702.js';
|
|
8
7
|
import '@bem-react/classname';
|
|
9
|
-
import './icon.taro-
|
|
10
|
-
import './typings-
|
|
8
|
+
import './icon.taro-296a1bec.js';
|
|
9
|
+
import './typings-b9828dba.js';
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export { Avatar as default };
|
package/dist/esm/AvatarGroup.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { A as AvatarGroup } from './avatargroup-
|
|
2
|
-
export { A as default } from './avatargroup-1d900174.js';
|
|
1
|
+
import { A as AvatarGroup } from './avatargroup-f3574510.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './AvatarContext-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './AvatarContext-c96afdcc.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './configprovider-
|
|
7
|
+
import './configprovider-67d19d3a.js';
|
|
9
8
|
import 'lodash.kebabcase';
|
|
10
|
-
import './zh-CN-
|
|
9
|
+
import './zh-CN-c779e6c1.js';
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export { AvatarGroup as default };
|
package/dist/esm/BackTop.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { B as BackTop } from './backtop.taro-
|
|
2
|
-
export { B as default } from './backtop.taro-e53236c7.js';
|
|
1
|
+
import { B as BackTop } from './backtop.taro-66394a36.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import '@tarojs/taro';
|
|
5
|
-
import './icon.taro-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './icon.taro-296a1bec.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './typings-
|
|
7
|
+
import './typings-b9828dba.js';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export { BackTop as default };
|
package/dist/esm/Badge.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { B as Badge } from './badge.taro-
|
|
2
|
-
export { B as default } from './badge.taro-a2e7dd5a.js';
|
|
1
|
+
import { B as Badge } from './badge.taro-a4e59c11.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './icon.taro-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './icon.taro-296a1bec.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './typings-
|
|
7
|
+
import './typings-b9828dba.js';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export { Badge as default };
|
package/dist/esm/Barrage.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { B as Barrage } from './barrage.taro-
|
|
2
|
-
export { B as default } from './barrage.taro-5dbab093.js';
|
|
1
|
+
import { B as Barrage } from './barrage.taro-80df08d3.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import '@tarojs/taro';
|
|
5
4
|
import 'classnames';
|
|
6
|
-
import './bem-
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { Barrage as default };
|
package/dist/esm/Button.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { B as Button } from './button.taro-
|
|
2
|
-
export { B as default } from './button.taro-dc4795a3.js';
|
|
1
|
+
import { B as Button } from './button.taro-9244d065.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './icon.taro-
|
|
5
|
-
import './bem-
|
|
3
|
+
import './icon.taro-296a1bec.js';
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
7
|
-
import './typings-
|
|
6
|
+
import './typings-b9828dba.js';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { Button as default };
|
package/dist/esm/Calendar.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import { C as Calendar } from './calendar.taro-
|
|
2
|
-
export { C as default } from './calendar.taro-f5d03548.js';
|
|
1
|
+
import { C as Calendar } from './calendar.taro-670842ea.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './popup.taro-
|
|
3
|
+
import './popup.taro-01676bff.js';
|
|
5
4
|
import 'react-dom';
|
|
6
5
|
import 'react-transition-group';
|
|
7
6
|
import 'classnames';
|
|
8
|
-
import './overlay.taro-
|
|
9
|
-
import './bem-
|
|
7
|
+
import './overlay.taro-21e87fb1.js';
|
|
8
|
+
import './bem-350c1702.js';
|
|
10
9
|
import '@bem-react/classname';
|
|
11
10
|
import '@tarojs/components';
|
|
12
|
-
import './icon.taro-
|
|
13
|
-
import './typings-
|
|
14
|
-
import './calendaritem.taro-
|
|
15
|
-
import './configprovider.taro-
|
|
11
|
+
import './icon.taro-296a1bec.js';
|
|
12
|
+
import './typings-b9828dba.js';
|
|
13
|
+
import './calendaritem.taro-2a603571.js';
|
|
14
|
+
import './configprovider.taro-8d71eb49.js';
|
|
16
15
|
import 'lodash.kebabcase';
|
|
17
|
-
import './zh-CN-
|
|
16
|
+
import './zh-CN-c779e6c1.js';
|
|
18
17
|
import '@tarojs/taro';
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export { Calendar as default };
|
package/dist/esm/CalendarItem.js
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { C as CalendarItem } from './calendaritem.taro-
|
|
2
|
-
export { C as default } from './calendaritem.taro-971a7af8.js';
|
|
1
|
+
import { C as CalendarItem } from './calendaritem.taro-2a603571.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
4
|
import '@tarojs/components';
|
|
6
|
-
import './bem-
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './configprovider.taro-
|
|
7
|
+
import './configprovider.taro-8d71eb49.js';
|
|
9
8
|
import 'lodash.kebabcase';
|
|
10
|
-
import './zh-CN-
|
|
9
|
+
import './zh-CN-c779e6c1.js';
|
|
11
10
|
import '@tarojs/taro';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export { CalendarItem as default };
|
package/dist/esm/Card.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { C as Card } from './card.taro-
|
|
2
|
-
export { C as default } from './card.taro-4fb6bc4e.js';
|
|
1
|
+
import { C as Card } from './card.taro-e4c76dad.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './price.taro-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './price.taro-776ed16e.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
8
|
-
import './tag.taro-
|
|
9
|
-
import './icon.taro-
|
|
10
|
-
import './typings-
|
|
7
|
+
import './tag.taro-23ba0834.js';
|
|
8
|
+
import './icon.taro-296a1bec.js';
|
|
9
|
+
import './typings-b9828dba.js';
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export { Card as default };
|
package/dist/esm/Cascader.js
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import { C as Cascader } from './cascader.taro-
|
|
2
|
-
export { C as default } from './cascader.taro-a2ee549c.js';
|
|
1
|
+
import { C as Cascader } from './cascader.taro-a824b371.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './popup.taro-
|
|
4
|
+
import './popup.taro-01676bff.js';
|
|
6
5
|
import 'react-dom';
|
|
7
6
|
import 'react-transition-group';
|
|
8
|
-
import './overlay.taro-
|
|
9
|
-
import './bem-
|
|
7
|
+
import './overlay.taro-21e87fb1.js';
|
|
8
|
+
import './bem-350c1702.js';
|
|
10
9
|
import '@bem-react/classname';
|
|
11
10
|
import '@tarojs/components';
|
|
12
|
-
import './icon.taro-
|
|
13
|
-
import './typings-
|
|
14
|
-
import './tabs.taro-
|
|
15
|
-
import './tabpane.taro-
|
|
11
|
+
import './icon.taro-296a1bec.js';
|
|
12
|
+
import './typings-b9828dba.js';
|
|
13
|
+
import './tabs.taro-07e4adce.js';
|
|
14
|
+
import './tabpane.taro-4ca340ef.js';
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
export { Cascader as default };
|
package/dist/esm/Cell.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { C as Cell } from './cell.taro-
|
|
2
|
-
export { C as default } from './cell.taro-e877cf12.js';
|
|
1
|
+
import { C as Cell } from './cell.taro-a10a74d3.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import '@tarojs/taro';
|
|
5
|
-
import './bem-
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
7
|
-
import './icon.taro-
|
|
8
|
-
import './typings-
|
|
6
|
+
import './icon.taro-296a1bec.js';
|
|
7
|
+
import './typings-b9828dba.js';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export { Cell as default };
|
package/dist/esm/CellGroup.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { C as CellGroup } from './cellgroup.taro-
|
|
2
|
-
export { C as default } from './cellgroup.taro-e094471c.js';
|
|
1
|
+
import { C as CellGroup } from './cellgroup.taro-abe501bc.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './bem-
|
|
3
|
+
import './bem-350c1702.js';
|
|
5
4
|
import '@bem-react/classname';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export { CellGroup as default };
|
package/dist/esm/Checkbox.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { C as Checkbox } from './checkbox.taro-
|
|
2
|
-
export { C as default } from './checkbox.taro-6aab93c3.js';
|
|
1
|
+
import { C as Checkbox } from './checkbox.taro-6120e3e3.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './icon.taro-
|
|
5
|
-
import './bem-
|
|
3
|
+
import './icon.taro-296a1bec.js';
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
7
|
-
import './typings-
|
|
6
|
+
import './typings-b9828dba.js';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { Checkbox as default };
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { a as CheckboxGroup } from './checkbox.taro-
|
|
2
|
-
export { a as default } from './checkbox.taro-6aab93c3.js';
|
|
1
|
+
import { a as CheckboxGroup } from './checkbox.taro-6120e3e3.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './icon.taro-
|
|
5
|
-
import './bem-
|
|
3
|
+
import './icon.taro-296a1bec.js';
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
7
|
-
import './typings-
|
|
6
|
+
import './typings-b9828dba.js';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { CheckboxGroup as default };
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { C as CircleProgress } from './circleprogress.taro-
|
|
2
|
-
export { C as default } from './circleprogress.taro-897ea24b.js';
|
|
1
|
+
import { C as CircleProgress } from './circleprogress.taro-79854448.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './index-
|
|
6
|
-
import './bem-
|
|
4
|
+
import './index-5bcb0ff8.js';
|
|
5
|
+
import './bem-350c1702.js';
|
|
7
6
|
import '@bem-react/classname';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { CircleProgress as default };
|
package/dist/esm/Col.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { C as Col } from './col.taro-
|
|
2
|
-
export { C as default } from './col.taro-9e4c5cc0.js';
|
|
1
|
+
import { C as Col } from './col.taro-53eed3cc.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './UserContext-
|
|
4
|
+
import './UserContext-0aac9a82.js';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export { Col as default };
|
package/dist/esm/Collapse.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { C as Collapse } from './collapse.taro-
|
|
2
|
-
export { C as default } from './collapse.taro-c903a060.js';
|
|
1
|
+
import { C as Collapse } from './collapse.taro-1a9e4ba2.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './bem-
|
|
4
|
+
import './bem-350c1702.js';
|
|
6
5
|
import '@bem-react/classname';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export { Collapse as default };
|
package/dist/esm/CollapseItem.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { C as CollapseItem } from './collapseitem-
|
|
2
|
-
export { C as default } from './collapseitem-2e864527.js';
|
|
1
|
+
import { C as CollapseItem } from './collapseitem-4d0bc55d.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './bem-
|
|
3
|
+
import './bem-350c1702.js';
|
|
5
4
|
import '@bem-react/classname';
|
|
6
|
-
import './icon-
|
|
7
|
-
import './typings-
|
|
5
|
+
import './icon-296a1bec.js';
|
|
6
|
+
import './typings-b9828dba.js';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export { CollapseItem as default };
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { C as ConfigProvider } from './configprovider.taro-
|
|
2
|
-
export { C as default } from './configprovider.taro-26882dd2.js';
|
|
1
|
+
import { C as ConfigProvider } from './configprovider.taro-8d71eb49.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'lodash.kebabcase';
|
|
5
|
-
import './zh-CN-
|
|
4
|
+
import './zh-CN-c779e6c1.js';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export { ConfigProvider as default };
|
package/dist/esm/CountDown.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { C as CountDown } from './countdown.taro-
|
|
2
|
-
export { C as default } from './countdown.taro-9e40de9c.js';
|
|
1
|
+
import { C as CountDown } from './countdown.taro-dbcb9a4f.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './bem-
|
|
3
|
+
import './bem-350c1702.js';
|
|
5
4
|
import '@bem-react/classname';
|
|
6
|
-
import './configprovider.taro-
|
|
5
|
+
import './configprovider.taro-8d71eb49.js';
|
|
7
6
|
import 'lodash.kebabcase';
|
|
8
|
-
import './zh-CN-
|
|
7
|
+
import './zh-CN-c779e6c1.js';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export { CountDown as default };
|
package/dist/esm/DatePicker.js
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
|
-
import { D as DatePicker } from './datepicker.taro-
|
|
2
|
-
export { D as default } from './datepicker.taro-d9252862.js';
|
|
1
|
+
import { D as DatePicker } from './datepicker.taro-f8369e63.js';
|
|
3
2
|
import 'react';
|
|
4
|
-
import './picker.taro-
|
|
5
|
-
import '
|
|
3
|
+
import './picker.taro-ab396b2d.js';
|
|
4
|
+
import '@tarojs/components';
|
|
5
|
+
import './popup.taro-01676bff.js';
|
|
6
6
|
import 'react-dom';
|
|
7
7
|
import 'react-transition-group';
|
|
8
8
|
import 'classnames';
|
|
9
|
-
import './overlay.taro-
|
|
10
|
-
import './bem-
|
|
9
|
+
import './overlay.taro-21e87fb1.js';
|
|
10
|
+
import './bem-350c1702.js';
|
|
11
11
|
import '@bem-react/classname';
|
|
12
|
-
import '
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
15
|
-
import './
|
|
16
|
-
import './
|
|
17
|
-
import './configprovider.taro-26882dd2.js';
|
|
12
|
+
import './icon.taro-296a1bec.js';
|
|
13
|
+
import './typings-b9828dba.js';
|
|
14
|
+
import './useTouch-db24bb5c.js';
|
|
15
|
+
import './useClientRect-1f8ed1fe.js';
|
|
16
|
+
import './configprovider.taro-8d71eb49.js';
|
|
18
17
|
import 'lodash.kebabcase';
|
|
19
|
-
import './zh-CN-
|
|
20
|
-
import './configprovider-
|
|
18
|
+
import './zh-CN-c779e6c1.js';
|
|
19
|
+
import './configprovider-67d19d3a.js';
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
export { DatePicker as default };
|
package/dist/esm/Dialog.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import { B as BaseDialog } from './dialog.taro-
|
|
2
|
-
export { B as default } from './dialog.taro-7608bd26.js';
|
|
1
|
+
import { B as BaseDialog } from './dialog.taro-a3267d29.js';
|
|
3
2
|
import 'react';
|
|
4
3
|
import 'classnames';
|
|
5
|
-
import './button.taro-
|
|
6
|
-
import './icon.taro-
|
|
7
|
-
import './bem-
|
|
4
|
+
import './button.taro-9244d065.js';
|
|
5
|
+
import './icon.taro-296a1bec.js';
|
|
6
|
+
import './bem-350c1702.js';
|
|
8
7
|
import '@bem-react/classname';
|
|
9
|
-
import './typings-
|
|
8
|
+
import './typings-b9828dba.js';
|
|
10
9
|
import '@tarojs/components';
|
|
11
10
|
import 'react-transition-group';
|
|
12
|
-
import './configprovider.taro-
|
|
11
|
+
import './configprovider.taro-8d71eb49.js';
|
|
13
12
|
import 'lodash.kebabcase';
|
|
14
|
-
import './zh-CN-
|
|
13
|
+
import './zh-CN-c779e6c1.js';
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export { BaseDialog as default };
|