@nutui/nutui 3.1.5 → 3.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/dist/nutui.d.ts CHANGED
@@ -5,14 +5,19 @@ declare class UIComponent {
5
5
  declare class Avatar extends UIComponent {}
6
6
  declare class Button extends UIComponent {}
7
7
  declare class Cell extends UIComponent {}
8
+ declare class CellGroup extends UIComponent {}
8
9
  declare class Icon extends UIComponent {}
9
10
  declare class Price extends UIComponent {}
10
11
  declare class OverLay extends UIComponent {}
12
+ declare class Divider extends UIComponent {}
11
13
  declare class Layout extends UIComponent {}
14
+ declare class Col extends UIComponent {}
15
+ declare class Row extends UIComponent {}
12
16
  declare class Swipe extends UIComponent {}
13
17
  declare class ActionSheet extends UIComponent {}
14
18
  declare class BackTop extends UIComponent {}
15
19
  declare class Collapse extends UIComponent {}
20
+ declare class CollapseItem extends UIComponent {}
16
21
  declare class Drag extends UIComponent {}
17
22
  declare class Dialog extends UIComponent {}
18
23
  declare class InfiniteLoading extends UIComponent {}
@@ -21,7 +26,9 @@ declare class Range extends UIComponent {}
21
26
  declare class Video extends UIComponent {}
22
27
  declare class Popup extends UIComponent {}
23
28
  declare class Steps extends UIComponent {}
29
+ declare class Step extends UIComponent {}
24
30
  declare class Swiper extends UIComponent {}
31
+ declare class SwiperItem extends UIComponent {}
25
32
  declare class Switch extends UIComponent {}
26
33
  declare class Toast extends UIComponent {}
27
34
  declare class Progress extends UIComponent {}
@@ -30,14 +37,19 @@ declare class NoticeBar extends UIComponent {}
30
37
  declare class Navbar extends UIComponent {}
31
38
  declare class FixedNav extends UIComponent {}
32
39
  declare class Tab extends UIComponent {}
40
+ declare class TabPanel extends UIComponent {}
41
+ declare class MenuItem extends UIComponent {}
33
42
  declare class Tabbar extends UIComponent {}
43
+ declare class TabbarItem extends UIComponent {}
34
44
  declare class Elevator extends UIComponent {}
35
45
  declare class Calendar extends UIComponent {}
36
46
  declare class Checkbox extends UIComponent {}
47
+ declare class CheckboxGroup extends UIComponent {}
37
48
  declare class DatePicker extends UIComponent {}
38
49
  declare class InputNumber extends UIComponent {}
39
50
  declare class Input extends UIComponent {}
40
51
  declare class Radio extends UIComponent {}
52
+ declare class RadioGroup extends UIComponent {}
41
53
  declare class Rate extends UIComponent {}
42
54
  declare class Picker extends UIComponent {}
43
55
  declare class ShortPassword extends UIComponent {}
@@ -55,7 +67,7 @@ export interface InstallationOptions {
55
67
  lang?: any;
56
68
  }
57
69
  declare function install(app: App, options?: InstallationOptions): void;
58
- export { Avatar,Button,Cell,Icon,Price,OverLay,Layout,Swipe,ActionSheet,BackTop,Collapse,Drag,Dialog,InfiniteLoading,Notify,Range,Video,Popup,Steps,Swiper,Switch,Toast,Progress,CircleProgress,NoticeBar,Navbar,FixedNav,Tab,Tabbar,Elevator,Calendar,Checkbox,DatePicker,InputNumber,Input,Radio,Rate,Picker,ShortPassword,TextArea,Uploader,CountUp,NumberKeyboard,CountDown,Address,Barrage,Signature,install };
70
+ export { Avatar,Button,Cell,CellGroup,Icon,Price,OverLay,Divider,Layout,Col,Row,Swipe,ActionSheet,BackTop,Collapse,CollapseItem,Drag,Dialog,InfiniteLoading,Notify,Range,Video,Popup,Steps,Step,Swiper,SwiperItem,Switch,Toast,Progress,CircleProgress,NoticeBar,Navbar,FixedNav,Tab,TabPanel,MenuItem,Tabbar,TabbarItem,Elevator,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,Picker,ShortPassword,TextArea,Uploader,CountUp,NumberKeyboard,CountDown,Address,Barrage,Signature,install };
59
71
  declare const _default: {
60
72
  install: typeof install;
61
73
  version: string;