@nutui/nutui 4.0.5 → 4.0.6-beta.1

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.
@@ -191,13 +191,13 @@ declare const _default: Install< import("vue").DefineComponent<{
191
191
  onClear?: ((...args: any[]) => any) | undefined;
192
192
  "onClick-input"?: ((...args: any[]) => any) | undefined;
193
193
  }, {
194
+ readonly: boolean;
194
195
  type: string | undefined;
195
196
  border: boolean;
196
197
  disabled: boolean;
197
198
  modelValue: string;
198
199
  error: boolean;
199
200
  required: boolean;
200
- readonly: boolean;
201
201
  formatter: (value: string) => string;
202
202
  placeholder: string;
203
203
  inputAlign: string;
@@ -97,12 +97,12 @@ declare const _default: Install< import("vue").DefineComponent<{
97
97
  onReduce?: ((...args: any[]) => any) | undefined;
98
98
  onOverlimit?: ((...args: any[]) => any) | undefined;
99
99
  }, {
100
+ readonly: boolean;
100
101
  disabled: boolean;
101
102
  modelValue: string | number;
102
103
  min: string | number;
103
104
  max: string | number;
104
105
  step: string | number;
105
- readonly: boolean;
106
106
  inputWidth: string | number;
107
107
  buttonSize: string | number;
108
108
  decimalPlaces: string | number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="@tarojs/taro" />
1
2
  import { CSSProperties } from 'vue';
2
3
  export declare const componentWeb: {
3
4
  components: {
@@ -112,6 +112,7 @@ declare const _default: Install< import("vue").DefineComponent<{
112
112
  onChange?: ((...args: any[]) => any) | undefined;
113
113
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
114
114
  }, {
115
+ readonly: boolean;
115
116
  size: string | number;
116
117
  disabled: boolean;
117
118
  modelValue: string | number;
@@ -119,7 +120,6 @@ declare const _default: Install< import("vue").DefineComponent<{
119
120
  count: string | number;
120
121
  customIcon: Record<string, any>;
121
122
  voidColor: string;
122
- readonly: boolean;
123
123
  allowHalf: boolean;
124
124
  touchable: boolean;
125
125
  spacing: string | number;
@@ -84,7 +84,7 @@ declare const _default: Install< import("vue").DefineComponent<{
84
84
  [key: string]: any;
85
85
  }>;
86
86
  inputsearch: Ref<HTMLElement | null>;
87
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "update:modelValue" | "search" | "blur" | "focus" | "click-input" | "click-left-icon" | "click-right-icon")[], "clear" | "change" | "update:modelValue" | "search" | "blur" | "focus" | "click-input" | "click-left-icon" | "click-right-icon", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
87
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "change" | "update:modelValue" | "blur" | "focus" | "click-input" | "click-left-icon" | "click-right-icon")[], "search" | "clear" | "change" | "update:modelValue" | "blur" | "focus" | "click-input" | "click-left-icon" | "click-right-icon", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
88
88
  modelValue: {
89
89
  type: (NumberConstructor | StringConstructor)[];
90
90
  default: string;
@@ -153,10 +153,10 @@ declare const _default: Install< import("vue").DefineComponent<{
153
153
  "onClick-right-icon"?: ((...args: any[]) => any) | undefined;
154
154
  }, {
155
155
  label: string;
156
+ readonly: boolean;
156
157
  disabled: boolean;
157
158
  modelValue: string | number;
158
159
  background: string;
159
- readonly: boolean;
160
160
  placeholder: string;
161
161
  inputAlign: string;
162
162
  maxLength: string | number;
@@ -105,10 +105,10 @@ declare const _default: Install< import("vue").DefineComponent<{
105
105
  onChange?: ((...args: any[]) => any) | undefined;
106
106
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
107
107
  }, {
108
+ readonly: boolean;
108
109
  disabled: boolean;
109
110
  modelValue: string;
110
111
  rows: string | number;
111
- readonly: boolean;
112
112
  textAlign: string;
113
113
  placeholder: string;
114
114
  maxLength: string | number;
@@ -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";
110
+ declare const version = "4.0.6-beta.1";
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;
@@ -1,4 +1,4 @@
1
- export * from './interceptor';
1
+ export * from './Interceptor';
2
2
  export declare const TypeOfFun: (value: any) => "string" | "undefined" | "boolean" | "null" | "array" | "date" | "number" | "function" | "regexp" | "textnode" | "whitespace" | "element" | "object" | "unknow";
3
3
  export declare const objectToString: () => string;
4
4
  export declare const toTypeString: (value: unknown) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.0.5",
3
+ "version": "4.0.6-beta.1",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",