@nutui/nutui 4.0.5-beta.2 → 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.
- package/CHANGELOG.md +15 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/_es/Dialog.js +1 -1
- package/dist/packages/_es/ImagePreview.js +1 -1
- package/dist/packages/_es/Uploader.js +1 -1
- package/dist/smartips/web-types.json +2 -2
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +48 -48
- package/dist/styles/themes/jdb.scss +48 -48
- package/dist/styles/themes/jddkh.scss +48 -48
- package/dist/styles/themes/jdt.scss +48 -48
- package/dist/types/__VUE/cell/index.vue.d.ts +1 -1
- package/dist/types/__VUE/countup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/input/index.vue.d.ts +1 -1
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +1 -1
- package/dist/types/__VUE/picker/common.d.ts +1 -0
- package/dist/types/__VUE/rate/index.vue.d.ts +1 -1
- package/dist/types/__VUE/searchbar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/textarea/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/util.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/packages/_es/{interceptor-956b24fc.js → Interceptor-956b24fc.js} +0 -0
- /package/dist/types/utils/{interceptor.d.ts → Interceptor.d.ts} +0 -0
|
@@ -76,8 +76,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
76
76
|
setRef: (el: any) => void;
|
|
77
77
|
topNumber: (index: number) => string | number;
|
|
78
78
|
turnNumber: (index: number) => string | number;
|
|
79
|
-
type: import("vue").Ref<string>;
|
|
80
79
|
toFixed: import("vue").Ref<number>;
|
|
80
|
+
type: import("vue").Ref<string>;
|
|
81
81
|
initNum: import("vue").Ref<number>;
|
|
82
82
|
endNum: import("vue").Ref<number>;
|
|
83
83
|
speed: import("vue").Ref<number>;
|
|
@@ -188,8 +188,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
188
188
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
"onScroll-end"?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
}, {
|
|
191
|
-
type: string;
|
|
192
191
|
toFixed: number;
|
|
192
|
+
type: string;
|
|
193
193
|
initNum: number;
|
|
194
194
|
endNum: number;
|
|
195
195
|
speed: number;
|
|
@@ -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;
|
|
@@ -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" | "
|
|
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;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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.
|
|
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 './
|
|
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
|
File without changes
|
|
File without changes
|