@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.
- package/CHANGELOG.md +18 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +2 -2
- package/dist/packages/_es/Dialog.js +7 -3
- package/dist/packages/_es/Input.js +33 -13
- package/dist/packages/_es/MenuItem.js +2 -2
- package/dist/packages/_es/Picker.js +1 -1
- package/dist/packages/_es/Rate.js +6 -5
- package/dist/packages/picker/index.scss +4 -9
- package/dist/packages/rate/index.scss +6 -9
- package/dist/smartips/web-types.json +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +49 -49
- package/dist/styles/themes/jdb.scss +49 -49
- package/dist/styles/themes/jddkh.scss +49 -49
- package/dist/styles/themes/jdt.scss +49 -49
- package/dist/types/__VUE/input/index.vue.d.ts +12 -0
- package/dist/types/__VUE/picker/common.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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>;
|
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.6
|
|
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;
|