@nutui/nutui 3.1.10-beta.1 → 3.1.11-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 +26 -0
- package/README.md +2 -2
- package/dist/nutui.d.ts +6 -6
- package/dist/nutui.es.js +1643 -1116
- package/dist/nutui.umd.js +1708 -1181
- package/dist/packages/_es/ActionSheet.js +10 -12
- package/dist/packages/_es/Address.js +31 -33
- package/dist/packages/_es/Avatar.js +5 -4
- package/dist/packages/_es/BackTop.js +5 -4
- package/dist/packages/_es/Badge.js +5 -4
- package/dist/packages/_es/Barrage.js +9 -8
- package/dist/packages/_es/Button.js +6 -5
- package/dist/packages/_es/Calendar.js +14 -16
- package/dist/packages/_es/Cell.js +5 -4
- package/dist/packages/_es/CellGroup.js +8 -7
- package/dist/packages/_es/Checkbox.js +3 -3
- package/dist/packages/_es/CheckboxGroup.js +2 -2
- package/dist/packages/_es/CircleProgress.js +5 -4
- package/dist/packages/_es/Col.js +5 -4
- package/dist/packages/_es/Collapse.js +8 -7
- package/dist/packages/_es/CollapseItem.js +6 -8
- package/dist/packages/_es/CountDown.js +5 -7
- package/dist/packages/_es/CountUp.js +26 -28
- package/dist/packages/_es/DatePicker.js +11 -13
- package/dist/packages/_es/Dialog.js +14 -25
- package/dist/packages/_es/Divider.js +5 -4
- package/dist/packages/_es/Drag.js +5 -4
- package/dist/packages/_es/Elevator.js +19 -21
- package/dist/packages/_es/FixedNav.js +9 -8
- package/dist/packages/_es/Icon.js +40 -6
- package/dist/packages/_es/ImagePreview.js +12 -13
- package/dist/packages/_es/InfiniteLoading.js +5 -7
- package/dist/packages/_es/Input.js +10 -9
- package/dist/packages/_es/InputNumber.js +8 -15
- package/dist/packages/_es/Layout.js +2 -2
- package/dist/packages/_es/Menu.js +203 -0
- package/dist/packages/_es/MenuItem.js +18 -171
- package/dist/packages/_es/Navbar.js +7 -6
- package/dist/packages/_es/NoticeBar.js +9 -11
- package/dist/packages/_es/Notify.js +10 -12
- package/dist/packages/_es/NumberKeyboard.js +5 -4
- package/dist/packages/_es/OverLay.js +5 -7
- package/dist/packages/_es/Pagination.js +7 -6
- package/dist/packages/_es/Picker.js +12 -14
- package/dist/packages/_es/Popover.js +10 -12
- package/dist/packages/_es/Popup.js +9 -11
- package/dist/packages/_es/Price.js +33 -14
- package/dist/packages/_es/Progress.js +5 -4
- package/dist/packages/_es/Radio.js +20 -7
- package/dist/packages/_es/RadioGroup.js +7 -3
- package/dist/packages/_es/Range.js +13 -15
- package/dist/packages/_es/Rate.js +8 -7
- package/dist/packages/_es/Row.js +5 -4
- package/dist/packages/_es/SearchBar.js +56 -55
- package/dist/packages/_es/ShortPassword.js +8 -7
- package/dist/packages/_es/Signature.js +5 -4
- package/dist/packages/_es/Sku.js +533 -0
- package/dist/packages/_es/Step.js +14 -11
- package/dist/packages/_es/Steps.js +2 -2
- package/dist/packages/_es/Swipe.js +5 -7
- package/dist/packages/_es/Swiper.js +12 -11
- package/dist/packages/_es/SwiperItem.js +5 -4
- package/dist/packages/_es/Switch.js +5 -4
- package/dist/packages/_es/TabPane.js +5 -4
- package/dist/packages/_es/Tabbar.js +5 -4
- package/dist/packages/_es/TabbarItem.js +9 -8
- package/dist/packages/_es/Tabs.js +43 -18
- package/dist/packages/_es/Tag.js +16 -18
- package/dist/packages/_es/TextArea.js +6 -5
- package/dist/packages/_es/TimeDetail.js +5 -7
- package/dist/packages/_es/TimePannel.js +5 -7
- package/dist/packages/_es/TimeSelect.js +5 -4
- package/dist/packages/_es/Toast.js +10 -12
- package/dist/packages/_es/Uploader.js +165 -89
- package/dist/packages/_es/Video.js +5 -7
- 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 +12 -0
- package/dist/packages/_es/pxCheck.js +1 -1
- package/dist/packages/_es/raf.js +1 -1
- package/dist/packages/_es/style.css +160 -0
- package/dist/packages/button/index.scss +3 -0
- package/dist/packages/checkbox/index.scss +2 -0
- package/dist/packages/dialog/index.scss +2 -1
- package/dist/packages/menu/index.scss +70 -4
- package/dist/packages/price/index.scss +40 -3
- package/dist/packages/progress/index.scss +2 -0
- package/dist/packages/radio/index.scss +34 -4
- package/dist/packages/radiogroup/index.scss +20 -0
- package/dist/packages/searchbar/index.scss +35 -30
- package/dist/packages/sku/index.scss +147 -0
- package/dist/packages/tabs/index.scss +47 -19
- package/dist/packages/tag/index.scss +2 -1
- package/dist/packages/uploader/index.scss +94 -8
- package/dist/style.css +1 -1
- package/dist/style.es.js +2 -1
- package/dist/styles/mixins/index.scss +0 -4
- package/dist/styles/themes/default.scss +29 -30
- package/dist/styles/variables.scss +46 -6
- package/package.json +1 -1
- package/dist/packages/_es/Tab.js +0 -178
- package/dist/packages/_es/TabPanel.js +0 -29
- package/dist/packages/_es/index.vue_vue&type=script&lang.js +0 -44
- package/dist/packages/tab/index.scss +0 -182
- package/dist/packages/tabpanel/index.scss +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## v3.1.10
|
|
2
|
+
|
|
3
|
+
`2021-11-5`
|
|
4
|
+
|
|
5
|
+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
|
|
6
|
+
本次社区贡献者 @Licoy、@297cwrun、@novrain、@puppet-666
|
|
7
|
+
|
|
8
|
+
* :zap: feat: 新增 Searchbar 搜索栏组件 @JackieScorpio
|
|
9
|
+
* :zap: feat(tabs): add vertical line & add props color #760 @richard1015
|
|
10
|
+
* :zap: feat(inputnumber): events overlimit add click type @richard1015
|
|
11
|
+
* :zap: feat(step): add props iconColor @richard1015
|
|
12
|
+
* :zap: feat(cellgroup): 支持title使用插槽设置 (#816) @297cwrun
|
|
13
|
+
* :zap: feat(price): 前后加符号,可不保留小数点 (#739) #748 @lzzwoniu
|
|
14
|
+
* :zap: chore(countup、barrage): 优化重构 (#775) @Ymm0008
|
|
15
|
+
* :bug: fix(divider): 在taro下无法正常显示 (#800) @297cwrun
|
|
16
|
+
* :bug: fix(tag): del class nut-tag repeat @richard1015
|
|
17
|
+
* :bug: fix(tabbar): 文档优化,解决控制台warn #712 @Drjingfubo
|
|
18
|
+
* :bug: fix(drag): 优化首次点击跳动问题 (#780) @Drjingfubo
|
|
19
|
+
* :bug: fix(address): 内嵌 elevator 滑动问题修复 @szg2008
|
|
20
|
+
* :bug: fix(imagepreview): 引入 swiper 报错问题修复 (#792) @JackieScorpio
|
|
21
|
+
* :bug: fix(textarea): modelValue 值为null时的length引用错误 (#805) @Licoy
|
|
22
|
+
* :zap: style(checkbox、radio): add transition animation @richard1015
|
|
23
|
+
* :zap: style(dialog): add border-box & footer__button min-width modify @richard1015
|
|
24
|
+
* :zap: chore: fix generate types methods bug @richard1015
|
|
25
|
+
* :zap: docs: 官网优化(Sketch资源下载、FAQ常见问题模块、部分文档文案错误) @richard1015 @Drjingfubo @lzzwoniu @novrain @snandy @puppet-666
|
|
26
|
+
|
|
1
27
|
## v3.1.8~9
|
|
2
28
|
|
|
3
29
|
`2021-10-17`
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# NutUI 3
|
|
2
2
|
 [](https://github.com/jdf2e/nutui/) [](https://coveralls.io/github/jdf2e/nutui?branch=master) 
|
|
3
3
|
|
|
4
|
-
京东风格的轻量级移动端 Vue2、Vue3
|
|
4
|
+
京东风格的轻量级移动端 Vue2、Vue3 组件库(支持多端小程序开发)
|
|
5
5
|
|
|
6
6
|

|
|
7
7
|
|
|
@@ -56,4 +56,4 @@ $ npm run dev
|
|
|
56
56
|
|
|
57
57
|
## 开源协议
|
|
58
58
|
|
|
59
|
-
本项目基于 **MIT** 协议
|
|
59
|
+
本项目基于 **MIT** 协议
|
package/dist/nutui.d.ts
CHANGED
|
@@ -20,9 +20,9 @@ declare class BackTop extends UIComponent {}
|
|
|
20
20
|
declare class Collapse extends UIComponent {}
|
|
21
21
|
declare class CollapseItem extends UIComponent {}
|
|
22
22
|
declare class Drag extends UIComponent {}
|
|
23
|
-
declare
|
|
23
|
+
declare function Dialog(options: any): void
|
|
24
24
|
declare class InfiniteLoading extends UIComponent {}
|
|
25
|
-
declare
|
|
25
|
+
declare function Notify(options: any): void
|
|
26
26
|
declare class Range extends UIComponent {}
|
|
27
27
|
declare class Video extends UIComponent {}
|
|
28
28
|
declare class Popup extends UIComponent {}
|
|
@@ -31,15 +31,14 @@ declare class Step extends UIComponent {}
|
|
|
31
31
|
declare class Swiper extends UIComponent {}
|
|
32
32
|
declare class SwiperItem extends UIComponent {}
|
|
33
33
|
declare class Switch extends UIComponent {}
|
|
34
|
-
declare
|
|
34
|
+
declare function Toast(options: any): void
|
|
35
35
|
declare class Progress extends UIComponent {}
|
|
36
36
|
declare class CircleProgress extends UIComponent {}
|
|
37
37
|
declare class NoticeBar extends UIComponent {}
|
|
38
38
|
declare class SearchBar extends UIComponent {}
|
|
39
39
|
declare class Navbar extends UIComponent {}
|
|
40
40
|
declare class FixedNav extends UIComponent {}
|
|
41
|
-
declare class
|
|
42
|
-
declare class TabPanel extends UIComponent {}
|
|
41
|
+
declare class Menu extends UIComponent {}
|
|
43
42
|
declare class MenuItem extends UIComponent {}
|
|
44
43
|
declare class Tabbar extends UIComponent {}
|
|
45
44
|
declare class TabbarItem extends UIComponent {}
|
|
@@ -72,13 +71,14 @@ declare class Signature extends UIComponent {}
|
|
|
72
71
|
declare class TimeSelect extends UIComponent {}
|
|
73
72
|
declare class TimePannel extends UIComponent {}
|
|
74
73
|
declare class TimeDetail extends UIComponent {}
|
|
74
|
+
declare class Sku extends UIComponent {}
|
|
75
75
|
|
|
76
76
|
export interface InstallationOptions {
|
|
77
77
|
locale?: any;
|
|
78
78
|
lang?: any;
|
|
79
79
|
}
|
|
80
80
|
declare function install(app: App, options?: InstallationOptions): void;
|
|
81
|
-
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,SearchBar,Navbar,FixedNav,
|
|
81
|
+
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,SearchBar,Navbar,FixedNav,Menu,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,Tabs,TabPane,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,Picker,ShortPassword,TextArea,Uploader,CountUp,NumberKeyboard,CountDown,Badge,Tag,Popover,Address,Barrage,Signature,TimeSelect,TimePannel,TimeDetail,Sku,install };
|
|
82
82
|
declare const _default: {
|
|
83
83
|
install: typeof install;
|
|
84
84
|
version: string;
|