@nutui/nutui 3.1.7-beta.6 → 3.1.7
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 +17 -0
- package/dist/nutui.d.ts +1 -2
- package/dist/nutui.es.js +204 -240
- package/dist/nutui.umd.js +206 -243
- package/dist/packages/_es/ActionSheet.js +1 -1
- package/dist/packages/_es/Address.js +1 -1
- package/dist/packages/_es/Avatar.js +1 -1
- package/dist/packages/_es/BackTop.js +1 -1
- package/dist/packages/_es/Badge.js +1 -1
- package/dist/packages/_es/Barrage.js +1 -1
- package/dist/packages/_es/Button.js +1 -1
- package/dist/packages/_es/Calendar.js +1 -1
- package/dist/packages/_es/Cell.js +1 -1
- package/dist/packages/_es/CellGroup.js +1 -1
- package/dist/packages/_es/Checkbox.js +1 -1
- package/dist/packages/_es/CheckboxGroup.js +1 -1
- package/dist/packages/_es/CircleProgress.js +1 -1
- package/dist/packages/_es/Col.js +1 -1
- package/dist/packages/_es/Collapse.js +1 -1
- package/dist/packages/_es/CollapseItem.js +1 -1
- package/dist/packages/_es/CountDown.js +1 -1
- package/dist/packages/_es/CountUp.js +1 -1
- package/dist/packages/_es/DatePicker.js +1 -1
- package/dist/packages/_es/Dialog.js +1 -1
- package/dist/packages/_es/Divider.js +1 -1
- package/dist/packages/_es/Drag.js +1 -1
- package/dist/packages/_es/Elevator.js +1 -1
- package/dist/packages/_es/FixedNav.js +1 -1
- package/dist/packages/_es/Icon.js +1 -1
- package/dist/packages/_es/ImagePreview.js +1 -1
- package/dist/packages/_es/InfiniteLoading.js +1 -1
- package/dist/packages/_es/Input.js +1 -1
- package/dist/packages/_es/InputNumber.js +1 -1
- package/dist/packages/_es/Layout.js +1 -1
- package/dist/packages/_es/MenuItem.js +1 -1
- package/dist/packages/_es/Navbar.js +1 -1
- package/dist/packages/_es/NoticeBar.js +1 -1
- package/dist/packages/_es/Notify.js +1 -1
- package/dist/packages/_es/NumberKeyboard.js +1 -1
- package/dist/packages/_es/OverLay.js +1 -1
- package/dist/packages/_es/Pagination.js +1 -1
- package/dist/packages/_es/Picker.js +1 -1
- package/dist/packages/_es/Popover.js +1 -1
- package/dist/packages/_es/Popup.js +1 -1
- package/dist/packages/_es/Price.js +1 -1
- package/dist/packages/_es/Progress.js +1 -1
- package/dist/packages/_es/Radio.js +1 -1
- package/dist/packages/_es/RadioGroup.js +1 -1
- package/dist/packages/_es/Range.js +1 -1
- package/dist/packages/_es/Rate.js +1 -1
- package/dist/packages/_es/Row.js +1 -1
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/Signature.js +1 -1
- package/dist/packages/_es/Step.js +1 -1
- package/dist/packages/_es/Steps.js +1 -1
- package/dist/packages/_es/Swipe.js +1 -1
- package/dist/packages/_es/Swiper.js +1 -1
- package/dist/packages/_es/SwiperItem.js +1 -1
- package/dist/packages/_es/Switch.js +1 -1
- package/dist/packages/_es/Tab.js +1 -1
- package/dist/packages/_es/TabPane.js +1 -1
- package/dist/packages/_es/TabPanel.js +1 -1
- package/dist/packages/_es/Tabbar.js +1 -1
- package/dist/packages/_es/TabbarItem.js +1 -1
- package/dist/packages/_es/Tag.js +1 -1
- package/dist/packages/_es/TextArea.js +1 -1
- package/dist/packages/_es/Toast.js +1 -1
- package/dist/packages/_es/Uploader.js +1 -1
- package/dist/packages/_es/Video.js +1 -1
- package/dist/packages/_es/component.js +1 -1
- package/dist/packages/_es/index.js +1 -1
- package/dist/packages/_es/index2.js +1 -1
- package/dist/packages/_es/plugin-vue_export-helper.js +1 -1
- package/dist/packages/_es/pxCheck.js +1 -1
- package/dist/packages/_es/raf.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.es.js +2 -1
- package/dist/styles/themes/default.scss +31 -31
- package/package.json +3 -3
- package/dist/packages/_es/Tabs.js +0 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
|
|
2
|
+
## v3.1.7
|
|
3
|
+
|
|
4
|
+
`2021-09-30`
|
|
5
|
+
|
|
6
|
+
* :zap: feat: 新增 pagination 分页组件 @yushuang-d
|
|
7
|
+
* :zap: feat: 新增 tag 标签组件 @liqiong-lab
|
|
8
|
+
* :zap: feat: 新增 badge 徽标组件 @liqiong-lab
|
|
9
|
+
* :zap: feat: 新增 popover 气泡组件 @liqiong-lab
|
|
10
|
+
* :zap: feat: 新增 imagepreview 图片预览组件 @JackieScorpio
|
|
11
|
+
* :bug: fix(shortpassword): 修复部分安卓机value值倒序问题、taro环境二次点击无法弹起 #679 @Drjingfubo
|
|
12
|
+
* :bug: fix(uploader): taro场景 name 字段关联问题、新增 upload-icon-size 字段、上传成功返回值逻辑优化 @richard1015
|
|
13
|
+
* :bug: fix(popup): taro 环境滑动内容穿透修复 @richard1015
|
|
14
|
+
* :bug: fix(input): clear event bug、readonly 导致内容前移 #628 @richard1015
|
|
15
|
+
* :bug: fix(range): taro env 多个Range 组件滑动值异常 #648
|
|
16
|
+
* :zap: chore: 按需加载性能优化 @richard1015
|
|
17
|
+
* :zap: docs(checkbox): update checkbox docs @szg2008
|
|
18
|
+
|
|
2
19
|
## v3.1.5~6
|
|
3
20
|
|
|
4
21
|
`2021-09-18`
|
package/dist/nutui.d.ts
CHANGED
|
@@ -44,7 +44,6 @@ declare class Tabbar extends UIComponent {}
|
|
|
44
44
|
declare class TabbarItem extends UIComponent {}
|
|
45
45
|
declare class Elevator extends UIComponent {}
|
|
46
46
|
declare class Pagination extends UIComponent {}
|
|
47
|
-
declare class Tabs extends UIComponent {}
|
|
48
47
|
declare class TabPane extends UIComponent {}
|
|
49
48
|
declare class Calendar extends UIComponent {}
|
|
50
49
|
declare class Checkbox extends UIComponent {}
|
|
@@ -74,7 +73,7 @@ export interface InstallationOptions {
|
|
|
74
73
|
lang?: any;
|
|
75
74
|
}
|
|
76
75
|
declare function install(app: App, options?: InstallationOptions): void;
|
|
77
|
-
export { Avatar,Button,Cell,CellGroup,Icon,Price,OverLay,Divider,Layout,Col,Row,ImagePreview,Swipe,ActionSheet,BackTop,Collapse,CollapseItem,Drag,Dialog,InfiniteLoading,Notify,Range,Video,Popup,Steps,Step,Swiper,SwiperItem,Switch,Toast,Progress,CircleProgress,NoticeBar,Navbar,FixedNav,Tab,TabPanel,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,
|
|
76
|
+
export { Avatar,Button,Cell,CellGroup,Icon,Price,OverLay,Divider,Layout,Col,Row,ImagePreview,Swipe,ActionSheet,BackTop,Collapse,CollapseItem,Drag,Dialog,InfiniteLoading,Notify,Range,Video,Popup,Steps,Step,Swiper,SwiperItem,Switch,Toast,Progress,CircleProgress,NoticeBar,Navbar,FixedNav,Tab,TabPanel,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,TabPane,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,Picker,ShortPassword,TextArea,Uploader,CountUp,NumberKeyboard,CountDown,Badge,Tag,Popover,Address,Barrage,Signature,install };
|
|
78
77
|
declare const _default: {
|
|
79
78
|
install: typeof install;
|
|
80
79
|
version: string;
|