@nutui/nutui 4.2.5 → 4.2.6
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 +13 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +1 -4
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/category/index.css +1 -1
- package/dist/packages/category/index.scss +0 -1
- package/dist/packages/categorypane/index.css +1 -1
- package/dist/packages/categorypane/index.scss +0 -3
- package/dist/packages/collapseitem/CollapseItem.js +0 -3
- package/dist/packages/countup/index.css +1 -1
- package/dist/packages/countup/index.scss +0 -3
- package/dist/packages/ecard/index.css +1 -1
- package/dist/packages/ecard/index.scss +0 -2
- package/dist/packages/popover/index.css +1 -1
- package/dist/packages/popover/index.scss +0 -1
- package/dist/packages/textarea/index.css +1 -1
- package/dist/packages/textarea/index.scss +0 -1
- package/dist/packages/tour/index.css +1 -1
- package/dist/smartips/web-types.json +1 -1
- package/dist/style.css +1 -1
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +0 -6
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3,9 +3,6 @@ declare type Install<T> = T & {
|
|
|
3
3
|
install(app: import('vue').App): void;
|
|
4
4
|
};
|
|
5
5
|
declare const _default: Install< import("vue").DefineComponent<{
|
|
6
|
-
collapseRef: {
|
|
7
|
-
type: ObjectConstructor;
|
|
8
|
-
};
|
|
9
6
|
title: {
|
|
10
7
|
type: StringConstructor;
|
|
11
8
|
default: string;
|
|
@@ -109,9 +106,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
109
106
|
expanded: import("vue").ComputedRef<any>;
|
|
110
107
|
onTransitionEnd: () => void;
|
|
111
108
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
|
-
collapseRef: {
|
|
113
|
-
type: ObjectConstructor;
|
|
114
|
-
};
|
|
115
109
|
title: {
|
|
116
110
|
type: StringConstructor;
|
|
117
111
|
default: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ import Comment from './__VUE/comment/index.vue';
|
|
|
110
110
|
import Invoice from './__VUE/invoice/index.vue';
|
|
111
111
|
import AvatarCropper from './__VUE/avatarcropper/index.vue';
|
|
112
112
|
declare function install(app: App): void;
|
|
113
|
-
declare const version = "4.2.
|
|
113
|
+
declare const version = "4.2.6";
|
|
114
114
|
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, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, 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 };
|
|
115
115
|
declare const _default: {
|
|
116
116
|
install: typeof install;
|