@nutui/nutui-react-taro 1.3.4 → 1.3.5-beta.1
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 +12 -0
- package/dist/esm/Address.js +3 -4
- package/dist/esm/AnimatingNumbers.js +2 -2
- package/dist/esm/Audio.js +4 -4
- package/dist/esm/Cascader/style/index.js +2 -1
- package/dist/esm/Cascader.js +2 -2
- package/dist/esm/Dialog.js +2 -4
- package/dist/esm/ImagePreview/style/index.js +3 -1
- package/dist/esm/ImagePreview.js +3 -4
- package/dist/esm/Infiniteloading.js +2 -2
- package/dist/esm/Notify.js +2 -3
- package/dist/esm/Range.js +3 -3
- package/dist/esm/Rate.js +2 -2
- package/dist/esm/Swiper/style/index.js +1 -1
- package/dist/esm/Swiper.js +2 -2
- package/dist/esm/Toast.js +2 -2
- package/dist/esm/{address.taro-7540c626.js → address.taro-f16cef31.js} +76 -373
- package/dist/esm/{animatingnumbers.taro-877baa98.js → animatingnumbers.taro-6f40a2e9.js} +41 -25
- package/dist/esm/{audio.taro-ab2528b2.js → audio.taro-29f5568f.js} +1 -1
- package/dist/esm/{cascader.taro-35387092.js → cascader.taro-77100fb4.js} +54 -48
- package/dist/esm/dialog.taro-492e2b9a.js +218 -0
- package/dist/esm/{imagepreview.taro-3f1c7638.js → imagepreview.taro-1199e977.js} +3 -11
- package/dist/esm/{infiniteloading.taro-9701755f.js → infiniteloading.taro-b95e62bf.js} +1 -3
- package/dist/esm/notify.taro-d9c48fae.js +122 -0
- package/dist/esm/nutui-react.es.js +12 -12
- package/dist/esm/{range.taro-141a0163.js → range.taro-515d37a4.js} +1 -1
- package/dist/esm/{rate.taro-5077b962.js → rate.taro-69c85081.js} +4 -2
- package/dist/esm/{swiper.taro-58ed323b.js → swiper.taro-f314d67a.js} +4 -2
- package/dist/esm/{toast.taro-cd22a0d7.js → toast.taro-86862dff.js} +1 -1
- package/dist/esm/types/src/packages/address/customRender.taro.d.ts +15 -0
- package/dist/esm/types/src/packages/cascader/cascader.d.ts +1 -0
- package/dist/esm/types/src/packages/cascader/cascader.taro.d.ts +1 -0
- package/dist/esm/types/src/packages/notify/index.taro.d.ts +1 -1
- package/dist/esm/types/src/packages/notify/notify.taro.d.ts +9 -15
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/nutui.react.es.js +582 -1232
- package/dist/nutui.react.umd.js +577 -1227
- package/dist/style.css +1 -1
- package/dist/style.es.js +1 -1
- package/dist/types/index.d.ts +169 -174
- package/package.json +1 -1
- package/dist/esm/dialog.taro-54c67e08.js +0 -554
- package/dist/esm/notify.taro-0d9cfb07.js +0 -300
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.3.5
|
|
2
|
+
`2022-09-28`
|
|
3
|
+
* :sparkles: feat: cascader 组件适配 taro (#318) @ailululu
|
|
4
|
+
* :sparkles: feat: Address 组件Taro适配 (#327) @yangxiaolu1993
|
|
5
|
+
* :sparkles: feat: imagepreview 适配 taro (#326) @eiinu
|
|
6
|
+
* :sparkles: feat: 对话框 Dialog 适配Taro修改 (#323) @yangjinjun3
|
|
7
|
+
* :bug: fix:rate组件+switch组件 demo优化, rate组件lint问题修复 (#321) @libin0824
|
|
8
|
+
* :sparkles: feat: notify组件适配taro (#319) @vickyYe
|
|
9
|
+
* :sparkles: feat: table 组件适配小程序 (#320) @eiinu
|
|
10
|
+
* :bug: fix: AnimatingNumber 组件 Taro 适配完成 (#317) @irisSong
|
|
11
|
+
* :bug: fix: Infiniteloading修复ts报错 (#316) @junjun666
|
|
12
|
+
|
|
1
13
|
## v1.3.4
|
|
2
14
|
`2022-09-21`
|
|
3
15
|
* :sparkles: feat: Infiniteloading滚动taro适配优化开发 (#308) @junjun666
|
package/dist/esm/Address.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Address } from './address.taro-
|
|
2
|
-
export { A as default } from './address.taro-
|
|
1
|
+
import { A as Address } from './address.taro-f16cef31.js';
|
|
2
|
+
export { A as default } from './address.taro-f16cef31.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './icon.taro-1d0d4fb7.js';
|
|
5
5
|
import './bem-893ad28d.js';
|
|
@@ -13,6 +13,5 @@ import './typings-1c5f2628.js';
|
|
|
13
13
|
import './icon-8dc4de10.js';
|
|
14
14
|
import './configprovider-3e87d67a.js';
|
|
15
15
|
import './zh-CN-14165629.js';
|
|
16
|
-
import '@
|
|
17
|
-
import '@react-spring/web';
|
|
16
|
+
import '@tarojs/taro';
|
|
18
17
|
import './configprovider.taro-6c7b3056.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AnimatingNumbers } from './animatingnumbers.taro-
|
|
2
|
-
export { A as default } from './animatingnumbers.taro-
|
|
1
|
+
import { A as AnimatingNumbers } from './animatingnumbers.taro-6f40a2e9.js';
|
|
2
|
+
export { A as default } from './animatingnumbers.taro-6f40a2e9.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tarojs/taro';
|
|
5
5
|
import './bem-893ad28d.js';
|
package/dist/esm/Audio.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { A as Audio } from './audio.taro-
|
|
2
|
-
export { A as default } from './audio.taro-
|
|
1
|
+
import { A as Audio } from './audio.taro-29f5568f.js';
|
|
2
|
+
export { A as default } from './audio.taro-29f5568f.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tarojs/taro';
|
|
5
5
|
import './icon.taro-1d0d4fb7.js';
|
|
6
6
|
import './bem-893ad28d.js';
|
|
7
7
|
import '@bem-react/classname';
|
|
8
|
-
import './range.taro-
|
|
8
|
+
import './range.taro-515d37a4.js';
|
|
9
9
|
import './useTouch-a2ea68c6.js';
|
|
10
10
|
import './useClientRect-8b7cc406.js';
|
|
11
|
-
import './toast.taro-
|
|
11
|
+
import './toast.taro-86862dff.js';
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import './icon-8dc4de10.js';
|
|
14
14
|
import './configprovider.taro-6c7b3056.js';
|
package/dist/esm/Cascader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Cascader } from './cascader.taro-
|
|
2
|
-
export { C as default } from './cascader.taro-
|
|
1
|
+
import { C as Cascader } from './cascader.taro-77100fb4.js';
|
|
2
|
+
export { C as default } from './cascader.taro-77100fb4.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import './popup.taro-33d0bbc8.js';
|
package/dist/esm/Dialog.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as Dialog } from './dialog.taro-
|
|
2
|
-
export { D as default } from './dialog.taro-
|
|
1
|
+
import { D as Dialog } from './dialog.taro-492e2b9a.js';
|
|
2
|
+
export { D as default } from './dialog.taro-492e2b9a.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import './button.taro-a9ebb937.js';
|
|
@@ -8,7 +8,5 @@ import './bem-893ad28d.js';
|
|
|
8
8
|
import '@bem-react/classname';
|
|
9
9
|
import './typings-1c5f2628.js';
|
|
10
10
|
import 'react-transition-group';
|
|
11
|
-
import 'react-dom';
|
|
12
|
-
import './icon-8dc4de10.js';
|
|
13
11
|
import './configprovider.taro-6c7b3056.js';
|
|
14
12
|
import './zh-CN-14165629.js';
|
package/dist/esm/ImagePreview.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as ImagePreview } from './imagepreview.taro-
|
|
2
|
-
export { I as default } from './imagepreview.taro-
|
|
1
|
+
import { I as ImagePreview } from './imagepreview.taro-1199e977.js';
|
|
2
|
+
export { I as default } from './imagepreview.taro-1199e977.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './popup.taro-33d0bbc8.js';
|
|
5
5
|
import 'react-dom';
|
|
@@ -10,8 +10,7 @@ import './bem-893ad28d.js';
|
|
|
10
10
|
import '@bem-react/classname';
|
|
11
11
|
import './icon.taro-1d0d4fb7.js';
|
|
12
12
|
import './typings-1c5f2628.js';
|
|
13
|
-
import './
|
|
14
|
-
import './swiper.taro-58ed323b.js';
|
|
13
|
+
import './swiper.taro-f314d67a.js';
|
|
15
14
|
import '@tarojs/taro';
|
|
16
15
|
import './UserContext-b4181162.js';
|
|
17
16
|
import './swiperitem-d00e7513.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as Infiniteloading } from './infiniteloading.taro-
|
|
2
|
-
export { I as default } from './infiniteloading.taro-
|
|
1
|
+
import { I as Infiniteloading } from './infiniteloading.taro-b95e62bf.js';
|
|
2
|
+
export { I as default } from './infiniteloading.taro-b95e62bf.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@tarojs/components';
|
package/dist/esm/Notify.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { N as Notify } from './notify.taro-
|
|
2
|
-
export { N as default } from './notify.taro-
|
|
1
|
+
import { N as Notify } from './notify.taro-d9c48fae.js';
|
|
2
|
+
export { N as default } from './notify.taro-d9c48fae.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import 'react-dom';
|
|
5
4
|
import 'classnames';
|
|
6
5
|
import 'react-transition-group';
|
|
7
6
|
import './bem-893ad28d.js';
|
package/dist/esm/Range.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { R as Range } from './range.taro-
|
|
2
|
-
export { R as default } from './range.taro-
|
|
1
|
+
import { R as Range } from './range.taro-515d37a4.js';
|
|
2
|
+
export { R as default } from './range.taro-515d37a4.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './useTouch-a2ea68c6.js';
|
|
5
5
|
import './useClientRect-8b7cc406.js';
|
|
6
|
-
import './toast.taro-
|
|
6
|
+
import './toast.taro-86862dff.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import './bem-893ad28d.js';
|
|
9
9
|
import '@bem-react/classname';
|
package/dist/esm/Rate.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as Rate } from './rate.taro-
|
|
2
|
-
export { R as default } from './rate.taro-
|
|
1
|
+
import { R as Rate } from './rate.taro-69c85081.js';
|
|
2
|
+
export { R as default } from './rate.taro-69c85081.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './bem-893ad28d.js';
|
|
5
5
|
import '@bem-react/classname';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import '../../SwiperItem/style'
|
|
2
2
|
import '../../../packages/swiper/swiper.scss'
|
package/dist/esm/Swiper.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as Swiper } from './swiper.taro-
|
|
2
|
-
export { S as default } from './swiper.taro-
|
|
1
|
+
import { S as Swiper } from './swiper.taro-f314d67a.js';
|
|
2
|
+
export { S as default } from './swiper.taro-f314d67a.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@tarojs/taro';
|
package/dist/esm/Toast.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as Toast } from './toast.taro-
|
|
2
|
-
export { T as default } from './toast.taro-
|
|
1
|
+
import { T as Toast } from './toast.taro-86862dff.js';
|
|
2
|
+
export { T as default } from './toast.taro-86862dff.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import './bem-893ad28d.js';
|