@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
|
@@ -45,10 +45,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
-
closeIcon: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
48
|
closeIconPosition: {
|
|
53
49
|
type: StringConstructor;
|
|
54
50
|
default: string;
|
|
@@ -128,10 +124,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
128
124
|
type: BooleanConstructor;
|
|
129
125
|
default: boolean;
|
|
130
126
|
};
|
|
131
|
-
closeIcon: {
|
|
132
|
-
type: StringConstructor;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
127
|
closeIconPosition: {
|
|
136
128
|
type: StringConstructor;
|
|
137
129
|
default: string;
|
|
@@ -168,7 +160,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
168
160
|
show: boolean;
|
|
169
161
|
closeable: boolean;
|
|
170
162
|
closeIconPosition: string;
|
|
171
|
-
closeIcon: string;
|
|
172
163
|
teleport: string | Element;
|
|
173
164
|
teleportDisable: boolean;
|
|
174
165
|
autoplay: string | number;
|
|
@@ -13,7 +13,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
13
13
|
default: number;
|
|
14
14
|
};
|
|
15
15
|
direction: {
|
|
16
|
-
type: StringConstructor
|
|
16
|
+
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
paginationVisible: {
|
|
@@ -86,12 +86,13 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
86
86
|
classes: import("vue").ComputedRef<{
|
|
87
87
|
[x: string]: boolean;
|
|
88
88
|
}>;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
isVertical: import("vue").ComputedRef<boolean>;
|
|
92
|
-
slots: Readonly<{
|
|
93
|
-
[name: string]: import("vue").Slot | undefined;
|
|
89
|
+
classesInner: import("vue").ComputedRef<{
|
|
90
|
+
[x: string]: boolean;
|
|
94
91
|
}>;
|
|
92
|
+
classesPagination: import("vue").ComputedRef<{
|
|
93
|
+
[x: string]: boolean;
|
|
94
|
+
}>;
|
|
95
|
+
container: import("vue").Ref<any>;
|
|
95
96
|
activePagination: import("vue").ComputedRef<number>;
|
|
96
97
|
onTouchStart: (e: TouchEvent) => void;
|
|
97
98
|
onTouchMove: (e: TouchEvent) => void;
|
|
@@ -106,7 +107,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
106
107
|
default: number;
|
|
107
108
|
};
|
|
108
109
|
direction: {
|
|
109
|
-
type: StringConstructor
|
|
110
|
+
type: StringConstructor;
|
|
110
111
|
default: string;
|
|
111
112
|
};
|
|
112
113
|
paginationVisible: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ import CategoryPane from './__VUE/categorypane/index.vue';
|
|
|
103
103
|
import Comment from './__VUE/comment/index.vue';
|
|
104
104
|
import Invoice from './__VUE/invoice/index.vue';
|
|
105
105
|
declare function install(app: App): void;
|
|
106
|
-
declare const version = "4.0.0-beta.
|
|
106
|
+
declare const version = "4.0.0-beta.8";
|
|
107
107
|
export { install, version, Locale, 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 };
|
|
108
108
|
declare const _default: {
|
|
109
109
|
install: typeof install;
|