@nutui/nutui 4.0.6-beta.2 → 4.0.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.
@@ -88,6 +88,10 @@ declare const _default: Install< import("vue").DefineComponent<{
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
+ class: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
91
95
  }, {
92
96
  renderInput: (type: InputType) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
93
97
  [key: string]: any;
@@ -109,6 +113,9 @@ declare const _default: Install< import("vue").DefineComponent<{
109
113
  endComposing: ({ target }: Event) => void;
110
114
  onClick: (event: MouseEvent) => void;
111
115
  onClickInput: (event: MouseEvent) => void;
116
+ focus: () => void;
117
+ blur: () => void;
118
+ select: () => void;
112
119
  }, 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<{
113
120
  type: {
114
121
  type: PropType<string | undefined>;
@@ -182,6 +189,10 @@ declare const _default: Install< import("vue").DefineComponent<{
182
189
  type: BooleanConstructor;
183
190
  default: boolean;
184
191
  };
192
+ class: {
193
+ type: StringConstructor;
194
+ default: string;
195
+ };
185
196
  }>> & {
186
197
  onClick?: ((...args: any[]) => any) | undefined;
187
198
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -193,6 +204,7 @@ declare const _default: Install< import("vue").DefineComponent<{
193
204
  }, {
194
205
  readonly: boolean;
195
206
  type: string | undefined;
207
+ class: string;
196
208
  border: boolean;
197
209
  disabled: boolean;
198
210
  modelValue: string;
@@ -536,6 +536,7 @@ export declare const componentWeapp: {
536
536
  translate: (keyPath: string, ...args: unknown[]) => string;
537
537
  handlePickend: () => void;
538
538
  pickerViewStyles: import("vue").ComputedRef<CSSProperties>;
539
+ pxCheck: (value: string | number) => string;
539
540
  show: import("vue").Ref<boolean>;
540
541
  picking: import("vue").Ref<boolean>;
541
542
  ENV: import("vue").Ref<TaroGeneral.ENV_TYPE>;
@@ -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.6-beta.2";
110
+ declare const version = "4.0.6";
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.6-beta.2",
3
+ "version": "4.0.6",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",