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