@nutui/nutui 4.3.9 → 4.3.10
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 +12 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/smartips/web-types.json +2 -2
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "NutUI",
|
|
5
|
-
"version": "4.3.
|
|
5
|
+
"version": "4.3.10",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"tags": [
|
|
@@ -3420,7 +3420,7 @@
|
|
|
3420
3420
|
}
|
|
3421
3421
|
},
|
|
3422
3422
|
{
|
|
3423
|
-
"name": "
|
|
3423
|
+
"name": "show-clear-icon ",
|
|
3424
3424
|
"default": "`false`",
|
|
3425
3425
|
"description": "是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效",
|
|
3426
3426
|
"value": {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -154,7 +154,7 @@ import Invoice from './__VUE/invoice/index';
|
|
|
154
154
|
export * from './__VUE/invoice/index';
|
|
155
155
|
import AvatarCropper from './__VUE/avatarcropper/index.vue';
|
|
156
156
|
declare function install(app: App): void;
|
|
157
|
-
declare const version = "4.3.
|
|
157
|
+
declare const version = "4.3.10";
|
|
158
158
|
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, CalendarCard, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, 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, AvatarCropper, showDialog, showNotify, showToast, showImagePreview };
|
|
159
159
|
declare const _default: {
|
|
160
160
|
install: typeof install;
|