@nutui/nutui-react-taro 2.0.8 → 2.0.10-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 +20 -0
- package/dist/esm/Calendar/style/style.css +1 -1
- package/dist/esm/Calendar.js +2 -2
- package/dist/esm/CalendarItem.js +1 -1
- package/dist/esm/Elevator.js +1 -1
- package/dist/esm/Loading/style/css.js +1 -0
- package/dist/esm/Loading/style/index.js +2 -0
- package/dist/esm/Loading/style/style.css +1 -0
- package/dist/esm/Loading.js +8 -0
- package/dist/esm/Notify.js +2 -1
- package/dist/esm/{calendar.taro-a91e6a63.js → calendar.taro-cc40e611.js} +3 -3
- package/dist/esm/{calendaritem.taro-a4532b45.js → calendaritem.taro-a18d8bd4.js} +2 -1
- package/dist/esm/{elevator.taro-fae469b2.js → elevator.taro-cdf3dba7.js} +1 -1
- package/dist/esm/loading.taro-0799622f.js +33 -0
- package/dist/esm/{notify.taro-05bd231c.js → notify.taro-687d6f8c.js} +41 -9
- package/dist/esm/nutui-react.es.js +6 -4
- package/dist/esm/types/src/packages/configprovider/types.d.ts +1 -1
- package/dist/esm/types/src/packages/loading/__test__/loading.spec.d.ts +1 -0
- package/dist/esm/types/src/packages/loading/demo.d.ts +3 -0
- package/dist/esm/types/src/packages/loading/demo.taro.d.ts +3 -0
- package/dist/esm/types/src/packages/loading/index.d.ts +3 -0
- package/dist/esm/types/src/packages/loading/index.taro.d.ts +3 -0
- package/dist/esm/types/src/packages/loading/loading.d.ts +10 -0
- package/dist/esm/types/src/packages/loading/loading.taro.d.ts +10 -0
- package/dist/esm/types/src/packages/notify/notify.taro.d.ts +11 -4
- package/dist/esm/types/src/packages/nutui.react.scss.d.ts +1 -0
- package/dist/esm/types/src/packages/nutui.react.taro.d.ts +3 -1
- package/dist/esm/types/src/packages/nutui.react.taro.scss.d.ts +1 -0
- package/dist/esm/types/src/packages/nutui.taro.react.build.d.ts +2 -1
- package/dist/esm/types/src/utils/use-custom-event.d.ts +3 -0
- 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/tr-TR.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/locales/zh-UG.js +1 -1
- package/dist/nutui.react.es.js +469 -351
- package/dist/nutui.react.umd.js +468 -350
- package/dist/packages/calendar/calendar.scss +1 -6
- package/dist/packages/loading/loading.scss +34 -0
- package/dist/style.css +1 -1
- package/dist/style.mjs +1 -1
- package/dist/styles/themes/default.scss +1 -0
- package/dist/styles/variables.scss +6 -0
- package/dist/types/index.d.ts +3 -1
- package/dist/types/packages/cascader/cascader.taro.d.ts +5 -1
- package/dist/types/packages/configprovider/types.d.ts +1 -1
- package/dist/types/packages/loading/index.taro.d.ts +3 -0
- package/dist/types/packages/loading/loading.taro.d.ts +10 -0
- package/dist/types/packages/notify/notify.taro.d.ts +11 -4
- package/dist/types/utils/use-custom-event.d.ts +3 -0
- package/package.json +1 -1
|
@@ -54,6 +54,7 @@ import Dialog from '@/packages/dialog/index.taro';
|
|
|
54
54
|
import Drag from '@/packages/drag/index.taro';
|
|
55
55
|
import Empty from '@/packages/empty/index.taro';
|
|
56
56
|
import InfiniteLoading from '@/packages/infiniteloading/index.taro';
|
|
57
|
+
import Loading from '@/packages/loading/index.taro';
|
|
57
58
|
import NoticeBar from '@/packages/noticebar/index.taro';
|
|
58
59
|
import Notify from '@/packages/notify/index.taro';
|
|
59
60
|
import Popover from '@/packages/popover/index.taro';
|
|
@@ -91,4 +92,4 @@ import TimeDetail from '@/packages/timedetail/index.taro';
|
|
|
91
92
|
import TimeSelect from '@/packages/timeselect/index.taro';
|
|
92
93
|
import TrendArrow from '@/packages/trendarrow/index.taro';
|
|
93
94
|
import WaterMark from '@/packages/watermark/index.taro';
|
|
94
|
-
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Col, Divider, Grid, GridItem, Layout, Row, Space, Sticky, BackTop, Elevator, FixedNav, NavBar, SideNavBar, SideNavBarItem, SubSideNavBar, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, Cascader, Checkbox, CheckboxGroup, DatePicker, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, NoticeBar, Notify, Popover, Popup, PullToRefresh, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Pagination, Price, Progress, Step, Steps, Swiper, SwiperItem, Table, Tag, Video, VirtualList, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
|
95
|
+
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Col, Divider, Grid, GridItem, Layout, Row, Space, Sticky, BackTop, Elevator, FixedNav, NavBar, SideNavBar, SideNavBarItem, SubSideNavBar, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, Cascader, Checkbox, CheckboxGroup, DatePicker, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Pagination, Price, Progress, Step, Steps, Swiper, SwiperItem, Table, Tag, Video, VirtualList, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark };
|
package/dist/locales/base.js
CHANGED
package/dist/locales/en-US.js
CHANGED
package/dist/locales/id-ID.js
CHANGED
package/dist/locales/tr-TR.js
CHANGED
package/dist/locales/zh-CN.js
CHANGED
package/dist/locales/zh-TW.js
CHANGED
package/dist/locales/zh-UG.js
CHANGED