@nutui/nutui 4.1.5 → 4.1.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 +17 -0
- package/README.md +4 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +4030 -3994
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/_es/Calendar.js +15 -2
- package/dist/packages/_es/CalendarItem.js +1 -1
- package/dist/packages/_es/Cell.js +6 -2
- package/dist/packages/_es/ConfigProvider.js +2 -3
- package/dist/packages/_es/Searchbar.js +7 -3
- package/dist/packages/_es/Uploader.js +5 -1
- package/dist/packages/_es/Video.js +25 -1
- package/dist/packages/_es/{index-7fdbc8f1.js → index-aef16dc6.js} +6 -4
- package/dist/packages/searchbar/index.scss +21 -2
- package/dist/smartips/web-types.json +10 -1
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +49 -49
- package/dist/styles/themes/jdb.scss +49 -49
- package/dist/styles/themes/jddkh.scss +49 -49
- package/dist/styles/themes/jdt.scss +49 -49
- package/dist/types/__VUE/calendar/index.vue.d.ts +1 -0
- package/dist/types/__VUE/searchbar/index.vue.d.ts +9 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -83,6 +83,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
83
83
|
topInfo: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
84
84
|
dayInfo: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
85
85
|
bottomInfo: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
86
|
+
footerInfo: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
86
87
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "close" | "update:visible" | "choose")[], "select" | "close" | "update:visible" | "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
88
|
type: {
|
|
88
89
|
type: StringConstructor;
|
|
@@ -118,6 +118,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
+
safeAreaInsetBottom: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
121
125
|
}, {
|
|
122
126
|
valueChange: (event: Event) => void;
|
|
123
127
|
valueFocus: (event: Event) => void;
|
|
@@ -256,6 +260,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
256
260
|
type: StringConstructor;
|
|
257
261
|
default: string;
|
|
258
262
|
};
|
|
263
|
+
safeAreaInsetBottom: {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: boolean;
|
|
266
|
+
};
|
|
259
267
|
}>> & {
|
|
260
268
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
261
269
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -269,6 +277,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
269
277
|
}, {
|
|
270
278
|
label: string;
|
|
271
279
|
disabled: boolean;
|
|
280
|
+
safeAreaInsetBottom: boolean;
|
|
272
281
|
placeholder: string;
|
|
273
282
|
modelValue: string | number;
|
|
274
283
|
shape: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ import CategoryPane from './__VUE/categorypane/index.vue';
|
|
|
108
108
|
import Comment from './__VUE/comment/index.vue';
|
|
109
109
|
import Invoice from './__VUE/invoice/index.vue';
|
|
110
110
|
declare function install(app: App): void;
|
|
111
|
-
declare const version = "4.1.
|
|
111
|
+
declare const version = "4.1.6";
|
|
112
112
|
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, 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, showDialog, showNotify, showToast, showImagePreview };
|
|
113
113
|
declare const _default: {
|
|
114
114
|
install: typeof install;
|