@nutui/nutui 4.0.5-beta.1 → 4.0.5

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.
@@ -107,8 +107,9 @@ declare const _default: Install< import("vue").DefineComponent<{
107
107
  clear: (event: Event) => void;
108
108
  startComposing: ({ target }: Event) => void;
109
109
  endComposing: ({ target }: Event) => void;
110
+ onClick: (event: MouseEvent) => void;
110
111
  onClickInput: (event: MouseEvent) => void;
111
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "update:modelValue" | "blur" | "focus" | "keypress" | "click-input")[], "clear" | "update:modelValue" | "blur" | "focus" | "keypress" | "click-input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
112
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clear" | "update:modelValue" | "blur" | "focus" | "keypress" | "click-input")[], "click" | "clear" | "update:modelValue" | "blur" | "focus" | "keypress" | "click-input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
112
113
  type: {
113
114
  type: PropType<string | undefined>;
114
115
  default: string;
@@ -182,6 +183,7 @@ declare const _default: Install< import("vue").DefineComponent<{
182
183
  default: boolean;
183
184
  };
184
185
  }>> & {
186
+ onClick?: ((...args: any[]) => any) | undefined;
185
187
  onFocus?: ((...args: any[]) => any) | undefined;
186
188
  onBlur?: ((...args: any[]) => any) | undefined;
187
189
  onKeypress?: ((...args: any[]) => any) | undefined;
@@ -95,6 +95,7 @@ declare const _default: Install< import("vue").DefineComponent<{
95
95
  background: any;
96
96
  }>;
97
97
  container: Ref<null>;
98
+ getScrollY: import("vue").ComputedRef<any>;
98
99
  onStickyScroll: (params: {
99
100
  top: number;
100
101
  fixed: boolean;
@@ -107,7 +107,7 @@ import CategoryPane from './__VUE/categorypane/index.vue';
107
107
  import Comment from './__VUE/comment/index.vue';
108
108
  import Invoice from './__VUE/invoice/index.vue';
109
109
  declare function install(app: App): void;
110
- declare const version = "4.0.5-beta.1";
110
+ declare const version = "4.0.5";
111
111
  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, showDialog, showNotify, showToast, showImagePreview };
112
112
  declare const _default: {
113
113
  install: typeof install;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.0.5-beta.1",
3
+ "version": "4.0.5",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",