@nutui/nutui 3.1.15-beta.1 → 3.1.15
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 +36 -0
- package/dist/nutui.es.js +39 -17
- package/dist/nutui.umd.js +39 -17
- 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/Card.js +1 -1
- package/dist/packages/_es/Cascader.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 +11 -3
- package/dist/packages/_es/CountDown.js +1 -1
- package/dist/packages/_es/CountUp.js +1 -1
- package/dist/packages/_es/DatePicker.js +2 -3
- 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/Empty.js +1 -1
- package/dist/packages/_es/FixedNav.js +1 -1
- package/dist/packages/_es/Form.js +5 -5
- package/dist/packages/_es/FormItem.js +1 -1
- package/dist/packages/_es/Grid.js +1 -1
- package/dist/packages/_es/GridItem.js +1 -1
- package/dist/packages/_es/Icon.js +1 -1
- package/dist/packages/_es/ImagePreview.js +1 -1
- package/dist/packages/_es/Indicator.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/Menu.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 +2 -2
- 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 +2 -2
- package/dist/packages/_es/Rate.js +1 -1
- package/dist/packages/_es/Row.js +1 -1
- package/dist/packages/_es/SearchBar.js +1 -1
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/SideNavBar.js +1 -1
- package/dist/packages/_es/SideNavBarItem.js +1 -1
- package/dist/packages/_es/Signature.js +1 -1
- package/dist/packages/_es/Skeleton.js +1 -1
- package/dist/packages/_es/Sku.js +1 -1
- package/dist/packages/_es/Step.js +1 -1
- package/dist/packages/_es/Steps.js +1 -1
- package/dist/packages/_es/SubSideNavBar.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/TabPane.js +1 -1
- package/dist/packages/_es/Tabbar.js +6 -2
- package/dist/packages/_es/TabbarItem.js +1 -1
- package/dist/packages/_es/Table.js +9 -3
- package/dist/packages/_es/Tabs.js +1 -1
- package/dist/packages/_es/Tag.js +1 -1
- package/dist/packages/_es/TextArea.js +8 -3
- package/dist/packages/_es/TimeDetail.js +1 -1
- package/dist/packages/_es/TimePannel.js +1 -1
- package/dist/packages/_es/TimeSelect.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/common.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/index3.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/packages/_es/util.js +1 -1
- package/dist/packages/icon/index.scss +101 -11
- package/dist/packages/tabbar/index.scss +5 -1
- package/dist/packages/textarea/index.scss +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/animation/icon.scss +245 -0
- package/dist/styles/animation/index.scss +1 -0
- package/dist/styles/font/config.json +36 -0
- package/dist/styles/font/demo_index.html +26 -3
- package/dist/styles/font/iconfont.css +7 -3
- package/dist/styles/font/iconfont.js +1 -1
- package/dist/styles/font/iconfont.json +7 -0
- package/dist/styles/font/iconfont.ttf +0 -0
- package/dist/styles/font/iconfont.woff +0 -0
- package/dist/styles/font/iconfont.woff2 +0 -0
- package/dist/styles/themes/default.scss +36 -36
- package/package.json +3 -2
|
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
/*!
|
|
21
|
-
* @nutui/nutui v3.1.15
|
|
21
|
+
* @nutui/nutui v3.1.15 Fri Jan 21 2022 15:38:52 GMT+0800 (GMT+08:00)
|
|
22
22
|
* (c) 2021 @jdf2e.
|
|
23
23
|
* Released under the MIT License.
|
|
24
24
|
*/
|
|
@@ -19,7 +19,7 @@ var __publicField = (obj, key, value) => {
|
|
|
19
19
|
return value;
|
|
20
20
|
};
|
|
21
21
|
/*!
|
|
22
|
-
* @nutui/nutui v3.1.15
|
|
22
|
+
* @nutui/nutui v3.1.15 Fri Jan 21 2022 15:38:52 GMT+0800 (GMT+08:00)
|
|
23
23
|
* (c) 2021 @jdf2e.
|
|
24
24
|
* Released under the MIT License.
|
|
25
25
|
*/
|
|
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
/*!
|
|
21
|
-
* @nutui/nutui v3.1.15
|
|
21
|
+
* @nutui/nutui v3.1.15 Fri Jan 21 2022 15:38:52 GMT+0800 (GMT+08:00)
|
|
22
22
|
* (c) 2021 @jdf2e.
|
|
23
23
|
* Released under the MIT License.
|
|
24
24
|
*/
|
package/dist/packages/_es/raf.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../../styles/font/iconfont.css';
|
|
2
|
+
|
|
2
3
|
.nut-icon {
|
|
3
4
|
display: inline-block;
|
|
4
5
|
position: relative;
|
|
@@ -22,20 +23,109 @@
|
|
|
22
23
|
&-loading,
|
|
23
24
|
&-loading1 {
|
|
24
25
|
display: inline-block;
|
|
25
|
-
animation:
|
|
26
|
+
animation: rotate 1s infinite linear;
|
|
26
27
|
}
|
|
27
|
-
}
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
--animate-duration: 1s;
|
|
30
|
+
--animate-delay: 1s;
|
|
31
|
+
|
|
32
|
+
&-am-infinite {
|
|
33
|
+
-webkit-animation-iteration-count: infinite;
|
|
34
|
+
-webkit-animation-direction: alternate;
|
|
35
|
+
animation-iteration-count: infinite;
|
|
36
|
+
animation-direction: alternate;
|
|
33
37
|
}
|
|
34
|
-
|
|
38
|
+
&-am-jump {
|
|
39
|
+
-webkit-animation-name: nutJumpOne;
|
|
40
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
41
|
+
-webkit-animation-timing-function: ease;
|
|
42
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
43
|
+
|
|
44
|
+
animation-name: nutJumpOne;
|
|
45
|
+
animation-duration: var(--animate-duration);
|
|
46
|
+
animation-timing-function: ease;
|
|
47
|
+
animation-delay: var(--animate-delay);
|
|
48
|
+
|
|
49
|
+
&.nut-icon-am-infinite {
|
|
50
|
+
-webkit-animation-name: nutJump;
|
|
51
|
+
animation-name: nutJump;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&-am-rotate {
|
|
56
|
+
-webkit-animation-name: rotation;
|
|
57
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
58
|
+
-webkit-animation-timing-function: linear;
|
|
59
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
60
|
+
|
|
61
|
+
animation-name: rotation;
|
|
62
|
+
animation-duration: var(--animate-duration);
|
|
63
|
+
animation-timing-function: linear;
|
|
64
|
+
animation-delay: var(--animate-delay);
|
|
65
|
+
|
|
66
|
+
&.nut-icon-am-infinite {
|
|
67
|
+
-webkit-animation-direction: normal;
|
|
68
|
+
animation-direction: normal;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&-am-blink {
|
|
72
|
+
-webkit-animation-name: nutBlink;
|
|
73
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
74
|
+
-webkit-animation-timing-function: ease-in-out;
|
|
75
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
76
|
+
|
|
77
|
+
animation-name: nutBlink;
|
|
78
|
+
animation-duration: var(--animate-duration);
|
|
79
|
+
animation-timing-function: linear;
|
|
80
|
+
animation-delay: var(--animate-delay);
|
|
81
|
+
}
|
|
82
|
+
&-am-breathe {
|
|
83
|
+
-webkit-animation-name: nutBreathe;
|
|
84
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
85
|
+
-webkit-animation-timing-function: ease-in-out;
|
|
86
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
87
|
+
|
|
88
|
+
animation-name: nutBreathe;
|
|
89
|
+
animation-duration: var(--animate-duration);
|
|
90
|
+
animation-timing-function: ease-in-out;
|
|
91
|
+
animation-delay: var(--animate-delay);
|
|
92
|
+
}
|
|
93
|
+
&-am-flash {
|
|
94
|
+
-webkit-animation-name: nutFlash;
|
|
95
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
96
|
+
-webkit-animation-timing-function: ease-in-out;
|
|
97
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
98
|
+
|
|
99
|
+
animation-name: nutFlash;
|
|
100
|
+
animation-duration: var(--animate-duration);
|
|
101
|
+
animation-timing-function: ease-in-out;
|
|
102
|
+
animation-delay: var(--animate-delay);
|
|
103
|
+
}
|
|
104
|
+
&-am-bounce {
|
|
105
|
+
-webkit-animation-name: nutBounce;
|
|
106
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
107
|
+
-webkit-animation-timing-function: ease-in-out;
|
|
108
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
109
|
+
animation-name: nutBounce;
|
|
110
|
+
animation-duration: var(--animate-duration);
|
|
111
|
+
animation-timing-function: ease-in-out;
|
|
112
|
+
animation-delay: var(--animate-delay);
|
|
113
|
+
|
|
114
|
+
&.nut-icon-am-infinite {
|
|
115
|
+
-webkit-animation-direction: normal;
|
|
116
|
+
animation-direction: normal;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&-am-shake {
|
|
121
|
+
-webkit-animation-name: nutShake;
|
|
122
|
+
-webkit-animation-duration: var(--animate-duration);
|
|
123
|
+
-webkit-animation-timing-function: ease-in-out;
|
|
124
|
+
-webkit-animation-delay: var(--animate-delay);
|
|
35
125
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
|
|
126
|
+
animation-name: nutShake;
|
|
127
|
+
animation-duration: var(--animate-duration);
|
|
128
|
+
animation-timing-function: ease-in-out;
|
|
129
|
+
animation-delay: var(--animate-delay);
|
|
40
130
|
}
|
|
41
131
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
border-top: 1px solid $tabbar-border-color;
|
|
5
5
|
width: 100%;
|
|
6
6
|
display: flex;
|
|
7
|
-
|
|
7
|
+
padding: 7px 0;
|
|
8
8
|
box-sizing: border-box;
|
|
9
9
|
background: $white;
|
|
10
10
|
|
|
@@ -17,4 +17,8 @@
|
|
|
17
17
|
left: 0px;
|
|
18
18
|
z-index: 888;
|
|
19
19
|
}
|
|
20
|
+
&-safebottom {
|
|
21
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
22
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
23
|
+
}
|
|
20
24
|
}
|