@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.
- package/CHANGELOG.md +15 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.umd.js +2 -2
- package/dist/packages/_es/DatePicker.js +3 -0
- package/dist/packages/_es/Input.js +7 -2
- package/dist/packages/_es/Tabs.js +20 -6
- package/dist/packages/tabs/index.scss +8 -1
- package/dist/smartips/web-types.json +4 -4
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +53 -53
- package/dist/styles/themes/jdb.scss +53 -53
- package/dist/styles/themes/jddkh.scss +53 -53
- package/dist/styles/themes/jdt.scss +53 -53
- package/dist/types/__VUE/input/index.vue.d.ts +3 -1
- package/dist/types/__VUE/tabs/index.vue.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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;
|
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.5
|
|
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;
|