@nutui/nutui 4.0.0-beta.7 → 4.0.0-beta.8
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/dist/nutui.es.js +121 -0
- package/dist/nutui.umd.cjs +267 -339
- package/dist/packages/_es/Barrage.js +15 -27
- package/dist/packages/_es/ImagePreview.js +4 -5
- package/dist/packages/_es/Notify.js +2 -0
- package/dist/packages/_es/Swiper.js +56 -114
- package/dist/packages/_es/Switch.js +1 -1
- package/dist/packages/barrage/index.scss +17 -1
- package/dist/packages/cell/index.scss +3 -1
- package/dist/packages/pullrefresh/index.scss +3 -2
- package/dist/smartips/attributes.json +19 -15
- package/dist/smartips/tags.json +3 -2
- package/dist/smartips/web-types.json +32 -23
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +50 -50
- package/dist/styles/themes/jdb.scss +50 -50
- package/dist/styles/themes/jddkh.scss +50 -50
- package/dist/styles/themes/jdt.scss +50 -50
- package/dist/types/__VUE/barrage/index.vue.d.ts +0 -1
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +0 -9
- package/dist/types/__VUE/swiper/index.vue.d.ts +8 -7
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/nutui.es.js
CHANGED
|
@@ -100,3 +100,124 @@ export * from "./packages/category/index.mjs";
|
|
|
100
100
|
export * from "./packages/categorypane/index.mjs";
|
|
101
101
|
export * from "./packages/comment/index.mjs";
|
|
102
102
|
export * from "./packages/invoice/index.mjs";
|
|
103
|
+
import { Button } from "./packages/Button/index.mjs";
|
|
104
|
+
import { Cell } from "./packages/Cell/index.mjs";
|
|
105
|
+
import { CellGroup } from "./packages/CellGroup/index.mjs";
|
|
106
|
+
import { Overlay } from "./packages/Overlay/index.mjs";
|
|
107
|
+
import { Popup } from "./packages/Popup/index.mjs";
|
|
108
|
+
import { ConfigProvider } from "./packages/ConfigProvider/index.mjs";
|
|
109
|
+
import { Image } from "./packages/Image/index.mjs";
|
|
110
|
+
import { Layout } from "./packages/Layout/index.mjs";
|
|
111
|
+
import { Col } from "./packages/Col/index.mjs";
|
|
112
|
+
import { Row } from "./packages/Row/index.mjs";
|
|
113
|
+
import { Sticky } from "./packages/Sticky/index.mjs";
|
|
114
|
+
import { Divider } from "./packages/Divider/index.mjs";
|
|
115
|
+
import { Grid } from "./packages/Grid/index.mjs";
|
|
116
|
+
import { GridItem } from "./packages/GridItem/index.mjs";
|
|
117
|
+
import { Navbar } from "./packages/Navbar/index.mjs";
|
|
118
|
+
import { FixedNav } from "./packages/FixedNav/index.mjs";
|
|
119
|
+
import { Menu } from "./packages/Menu/index.mjs";
|
|
120
|
+
import { MenuItem } from "./packages/MenuItem/index.mjs";
|
|
121
|
+
import { Tabbar } from "./packages/Tabbar/index.mjs";
|
|
122
|
+
import { TabbarItem } from "./packages/TabbarItem/index.mjs";
|
|
123
|
+
import { Elevator } from "./packages/Elevator/index.mjs";
|
|
124
|
+
import { Pagination } from "./packages/Pagination/index.mjs";
|
|
125
|
+
import { Tabs } from "./packages/Tabs/index.mjs";
|
|
126
|
+
import { TabPane } from "./packages/TabPane/index.mjs";
|
|
127
|
+
import { Indicator } from "./packages/Indicator/index.mjs";
|
|
128
|
+
import { SideNavbar } from "./packages/SideNavbar/index.mjs";
|
|
129
|
+
import { SideNavbarItem } from "./packages/SideNavbarItem/index.mjs";
|
|
130
|
+
import { SubSideNavbar } from "./packages/SubSideNavbar/index.mjs";
|
|
131
|
+
import { Range } from "./packages/Range/index.mjs";
|
|
132
|
+
import { Searchbar } from "./packages/Searchbar/index.mjs";
|
|
133
|
+
import { Cascader } from "./packages/Cascader/index.mjs";
|
|
134
|
+
import { Calendar } from "./packages/Calendar/index.mjs";
|
|
135
|
+
import { Checkbox } from "./packages/Checkbox/index.mjs";
|
|
136
|
+
import { CheckboxGroup } from "./packages/CheckboxGroup/index.mjs";
|
|
137
|
+
import { DatePicker } from "./packages/DatePicker/index.mjs";
|
|
138
|
+
import { InputNumber } from "./packages/InputNumber/index.mjs";
|
|
139
|
+
import { Input } from "./packages/Input/index.mjs";
|
|
140
|
+
import { Radio } from "./packages/Radio/index.mjs";
|
|
141
|
+
import { RadioGroup } from "./packages/RadioGroup/index.mjs";
|
|
142
|
+
import { Rate } from "./packages/Rate/index.mjs";
|
|
143
|
+
import { CalendarItem } from "./packages/CalendarItem/index.mjs";
|
|
144
|
+
import { Picker } from "./packages/Picker/index.mjs";
|
|
145
|
+
import { ShortPassword } from "./packages/ShortPassword/index.mjs";
|
|
146
|
+
import { Textarea } from "./packages/Textarea/index.mjs";
|
|
147
|
+
import { Uploader } from "./packages/Uploader/index.mjs";
|
|
148
|
+
import { NumberKeyboard } from "./packages/NumberKeyboard/index.mjs";
|
|
149
|
+
import { Form } from "./packages/Form/index.mjs";
|
|
150
|
+
import { FormItem } from "./packages/FormItem/index.mjs";
|
|
151
|
+
import { Swipe } from "./packages/Swipe/index.mjs";
|
|
152
|
+
import { ActionSheet } from "./packages/ActionSheet/index.mjs";
|
|
153
|
+
import { Backtop } from "./packages/Backtop/index.mjs";
|
|
154
|
+
import { Drag } from "./packages/Drag/index.mjs";
|
|
155
|
+
import { Dialog } from "./packages/Dialog/index.mjs";
|
|
156
|
+
import { InfiniteLoading } from "./packages/InfiniteLoading/index.mjs";
|
|
157
|
+
import { PullRefresh } from "./packages/PullRefresh/index.mjs";
|
|
158
|
+
import { Notify } from "./packages/Notify/index.mjs";
|
|
159
|
+
import { Switch } from "./packages/Switch/index.mjs";
|
|
160
|
+
import { Toast } from "./packages/Toast/index.mjs";
|
|
161
|
+
import { Audio } from "./packages/Audio/index.mjs";
|
|
162
|
+
import { AudioOperate } from "./packages/AudioOperate/index.mjs";
|
|
163
|
+
import { Avatar } from "./packages/Avatar/index.mjs";
|
|
164
|
+
import { AvatarGroup } from "./packages/AvatarGroup/index.mjs";
|
|
165
|
+
import { List } from "./packages/List/index.mjs";
|
|
166
|
+
import { Progress } from "./packages/Progress/index.mjs";
|
|
167
|
+
import { CircleProgress } from "./packages/CircleProgress/index.mjs";
|
|
168
|
+
import { Noticebar } from "./packages/Noticebar/index.mjs";
|
|
169
|
+
import { Empty } from "./packages/Empty/index.mjs";
|
|
170
|
+
import { Video } from "./packages/Video/index.mjs";
|
|
171
|
+
import { Steps } from "./packages/Steps/index.mjs";
|
|
172
|
+
import { Step } from "./packages/Step/index.mjs";
|
|
173
|
+
import { Swiper } from "./packages/Swiper/index.mjs";
|
|
174
|
+
import { SwiperItem } from "./packages/SwiperItem/index.mjs";
|
|
175
|
+
import { Price } from "./packages/Price/index.mjs";
|
|
176
|
+
import { ImagePreview } from "./packages/ImagePreview/index.mjs";
|
|
177
|
+
import { Countup } from "./packages/Countup/index.mjs";
|
|
178
|
+
import { Countdown } from "./packages/Countdown/index.mjs";
|
|
179
|
+
import { Badge } from "./packages/Badge/index.mjs";
|
|
180
|
+
import { Tag } from "./packages/Tag/index.mjs";
|
|
181
|
+
import { Popover } from "./packages/Popover/index.mjs";
|
|
182
|
+
import { Skeleton } from "./packages/Skeleton/index.mjs";
|
|
183
|
+
import { Collapse } from "./packages/Collapse/index.mjs";
|
|
184
|
+
import { CollapseItem } from "./packages/CollapseItem/index.mjs";
|
|
185
|
+
import { Table } from "./packages/Table/index.mjs";
|
|
186
|
+
import { Animate } from "./packages/Animate/index.mjs";
|
|
187
|
+
import { Ellipsis } from "./packages/Ellipsis/index.mjs";
|
|
188
|
+
import { Watermark } from "./packages/Watermark/index.mjs";
|
|
189
|
+
import { TrendArrow } from "./packages/TrendArrow/index.mjs";
|
|
190
|
+
import { Tour } from "./packages/Tour/index.mjs";
|
|
191
|
+
import { Address } from "./packages/Address/index.mjs";
|
|
192
|
+
import { Barrage } from "./packages/Barrage/index.mjs";
|
|
193
|
+
import { Signature } from "./packages/Signature/index.mjs";
|
|
194
|
+
import { TimeSelect } from "./packages/TimeSelect/index.mjs";
|
|
195
|
+
import { TimePannel } from "./packages/TimePannel/index.mjs";
|
|
196
|
+
import { TimeDetail } from "./packages/TimeDetail/index.mjs";
|
|
197
|
+
import { Sku } from "./packages/Sku/index.mjs";
|
|
198
|
+
import { Card } from "./packages/Card/index.mjs";
|
|
199
|
+
import { Ecard } from "./packages/Ecard/index.mjs";
|
|
200
|
+
import { AddressList } from "./packages/AddressList/index.mjs";
|
|
201
|
+
import { Category } from "./packages/Category/index.mjs";
|
|
202
|
+
import { CategoryPane } from "./packages/CategoryPane/index.mjs";
|
|
203
|
+
import { Comment } from "./packages/Comment/index.mjs";
|
|
204
|
+
import { Invoice } from "./packages/Invoice/index.mjs";function install(app) {
|
|
205
|
+
const packages = [Button,Cell,CellGroup,Overlay,Popup,ConfigProvider,Image,Layout,Col,Row,Sticky,Divider,Grid,GridItem,Navbar,FixedNav,Menu,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,Tabs,TabPane,Indicator,SideNavbar,SideNavbarItem,SubSideNavbar,Range,Searchbar,Cascader,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,CalendarItem,Picker,ShortPassword,Textarea,Uploader,NumberKeyboard,Form,FormItem,Swipe,ActionSheet,Backtop,Drag,Dialog,InfiniteLoading,PullRefresh,Notify,Switch,Toast,Audio,AudioOperate,Avatar,AvatarGroup,List,Progress,CircleProgress,Noticebar,Empty,Video,Steps,Step,Swiper,SwiperItem,Price,ImagePreview,Countup,Countdown,Badge,Tag,Popover,Skeleton,Collapse,CollapseItem,Table,Animate,Ellipsis,Watermark,TrendArrow,Tour,Address,Barrage,Signature,TimeSelect,TimePannel,TimeDetail,Sku,Card,Ecard,AddressList,Category,CategoryPane,Comment,Invoice];
|
|
206
|
+
packages.forEach((item) => {
|
|
207
|
+
if (item.install) {
|
|
208
|
+
app.use(item);
|
|
209
|
+
} else if (item.name) {
|
|
210
|
+
app.component(item.name, item);
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
const version = '4.0.0-beta.8';
|
|
215
|
+
var stdin_default = {
|
|
216
|
+
install,
|
|
217
|
+
version
|
|
218
|
+
};
|
|
219
|
+
export {
|
|
220
|
+
stdin_default as default,
|
|
221
|
+
install,
|
|
222
|
+
version
|
|
223
|
+
};
|