@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.
@@ -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;
@@ -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.5-beta.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",