@nutui/nutui 4.2.6 → 4.3.0-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 +20 -0
- package/dist/nutui.es.js +4 -2
- package/dist/nutui.js +5569 -5179
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/calendar/Calendar.js +19 -4
- package/dist/packages/calendarcard/CalendarCard.js +525 -0
- package/dist/packages/calendarcard/index.css +1 -0
- package/dist/packages/calendarcard/index.mjs +2 -0
- package/dist/packages/calendarcard/index.scss +92 -0
- package/dist/packages/calendarcard/style/css.mjs +2 -0
- package/dist/packages/calendarcard/style/index.mjs +2 -0
- package/dist/packages/calendaritem/CalendarItem.js +817 -7
- package/dist/packages/cascader/index.css +1 -1
- package/dist/packages/cascader/index.scss +1 -2
- package/dist/packages/date-djiVNSnJ.js +145 -0
- package/dist/packages/datepicker/DatePicker.js +31 -24
- package/dist/packages/datepicker/index.css +1 -1
- package/dist/packages/dialog/index.css +1 -1
- package/dist/packages/dialog/index.scss +0 -3
- package/dist/packages/locale/lang/baseLang.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.js +8 -0
- package/dist/packages/locale/lang/id-ID.d.ts +8 -0
- package/dist/packages/locale/lang/id-ID.js +8 -0
- package/dist/packages/locale/lang/zh-CN.d.ts +8 -0
- package/dist/packages/locale/lang/zh-CN.js +8 -0
- package/dist/packages/locale/lang/zh-TW.d.ts +8 -0
- package/dist/packages/locale/lang/zh-TW.js +8 -0
- package/dist/packages/picker/index.css +1 -1
- package/dist/packages/picker/index.scss +3 -0
- package/dist/packages/swiper/Swiper.js +5 -1
- package/dist/packages/tabs/Tabs.js +21 -4
- package/dist/packages/tabs/index.css +1 -1
- package/dist/packages/tabs/index.scss +6 -0
- package/dist/smartips/web-types.json +74 -4
- package/dist/style.css +1 -1
- package/dist/styles/base-jdb.css +1 -1
- package/dist/styles/base-jddkh.css +1 -1
- package/dist/styles/base-jdt.css +1 -1
- package/dist/styles/themes/default.scss +1 -0
- package/dist/styles/themes/jdb.scss +1 -0
- package/dist/styles/themes/jddkh.scss +1 -0
- package/dist/styles/themes/jdt.scss +1 -0
- package/dist/styles/variables-jdb.scss +1 -0
- package/dist/styles/variables-jddkh.scss +1 -0
- package/dist/styles/variables-jdt.scss +1 -0
- package/dist/styles/variables.scss +1 -0
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +3 -3
- package/dist/types/__VUE/address/index.vue.d.ts +2 -2
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +1 -1
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -1
- package/dist/types/__VUE/addresslist/index.vue.d.ts +1 -1
- package/dist/types/__VUE/animate/index.vue.d.ts +1 -1
- package/dist/types/__VUE/audio/index.vue.d.ts +7 -5
- package/dist/types/__VUE/audio/types.d.ts +1 -0
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +7 -5
- package/dist/types/__VUE/audiooperate/types.d.ts +1 -0
- package/dist/types/__VUE/avatar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/avatarcropper/index.vue.d.ts +1 -1
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/backtop/index.vue.d.ts +1 -1
- package/dist/types/__VUE/badge/index.vue.d.ts +1 -1
- package/dist/types/__VUE/barrage/index.vue.d.ts +1 -1
- package/dist/types/__VUE/button/index.vue.d.ts +2 -2
- package/dist/types/__VUE/calendar/index.vue.d.ts +4 -2
- package/dist/types/__VUE/calendarcard/icon.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/icon.taro.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/index.vue.d.ts +95 -0
- package/dist/types/__VUE/calendarcard/types.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/utils.d.ts +19 -0
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/card/index.vue.d.ts +1 -1
- package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +1 -1
- package/dist/types/__VUE/cascader/index.vue.d.ts +2 -2
- package/dist/types/__VUE/category/index.vue.d.ts +1 -1
- package/dist/types/__VUE/categorypane/index.vue.d.ts +1 -1
- package/dist/types/__VUE/cell/index.vue.d.ts +3 -3
- package/dist/types/__VUE/cellgroup/index.vue.d.ts +1 -1
- package/dist/types/__VUE/checkbox/index.vue.d.ts +1 -1
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +1 -1
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +1 -1
- package/dist/types/__VUE/col/index.vue.d.ts +1 -1
- package/dist/types/__VUE/collapse/index.vue.d.ts +1 -1
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +1 -1
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +1 -1
- package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +1 -1
- package/dist/types/__VUE/comment/index.vue.d.ts +1 -1
- package/dist/types/__VUE/configprovider/index.vue.d.ts +1 -1
- package/dist/types/__VUE/countdown/index.vue.d.ts +1 -1
- package/dist/types/__VUE/countup/index.vue.d.ts +3 -3
- package/dist/types/__VUE/datepicker/index.vue.d.ts +3 -3
- package/dist/types/__VUE/dialog/index.vue.d.ts +2 -2
- package/dist/types/__VUE/divider/index.vue.d.ts +1 -1
- package/dist/types/__VUE/drag/index.vue.d.ts +1 -1
- package/dist/types/__VUE/ecard/index.vue.d.ts +1 -1
- package/dist/types/__VUE/elevator/index.vue.d.ts +1 -1
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +2 -2
- package/dist/types/__VUE/empty/index.vue.d.ts +1 -1
- package/dist/types/__VUE/fixednav/index.vue.d.ts +1 -1
- package/dist/types/__VUE/form/index.vue.d.ts +1 -1
- package/dist/types/__VUE/formitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/grid/index.vue.d.ts +1 -1
- package/dist/types/__VUE/griditem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/icon/index.vue.d.ts +1 -1
- package/dist/types/__VUE/image/index.vue.d.ts +2 -2
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +1 -1
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +1 -1
- package/dist/types/__VUE/indicator/index.vue.d.ts +2 -2
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +1 -1
- package/dist/types/__VUE/input/index.vue.d.ts +3 -3
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +2 -2
- package/dist/types/__VUE/invoice/index.vue.d.ts +1 -1
- package/dist/types/__VUE/layout/index.vue.d.ts +1 -1
- package/dist/types/__VUE/list/index.vue.d.ts +1 -1
- package/dist/types/__VUE/menu/index.vue.d.ts +1 -1
- package/dist/types/__VUE/menuitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/navbar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/noticebar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/notify/index.vue.d.ts +1 -1
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +3 -3
- package/dist/types/__VUE/overlay/index.vue.d.ts +1 -1
- package/dist/types/__VUE/pagination/index.vue.d.ts +1 -1
- package/dist/types/__VUE/picker/Column.vue.d.ts +3 -3
- package/dist/types/__VUE/picker/index.vue.d.ts +2 -2
- package/dist/types/__VUE/popover/index.vue.d.ts +2 -2
- package/dist/types/__VUE/popup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/price/index.vue.d.ts +1 -1
- package/dist/types/__VUE/progress/index.vue.d.ts +1 -1
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +1 -1
- package/dist/types/__VUE/radio/index.vue.d.ts +2 -2
- package/dist/types/__VUE/radiogroup/index.vue.d.ts +1 -1
- package/dist/types/__VUE/range/index.vue.d.ts +1 -1
- package/dist/types/__VUE/rate/index.vue.d.ts +1 -1
- package/dist/types/__VUE/row/index.vue.d.ts +2 -2
- package/dist/types/__VUE/searchbar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +3 -3
- package/dist/types/__VUE/sidenavbar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/signature/index.vue.d.ts +1 -1
- package/dist/types/__VUE/skeleton/index.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/index.vue.d.ts +2 -2
- package/dist/types/__VUE/space/index.vue.d.ts +1 -1
- package/dist/types/__VUE/step/index.vue.d.ts +1 -1
- package/dist/types/__VUE/steps/index.vue.d.ts +2 -2
- package/dist/types/__VUE/sticky/index.vue.d.ts +1 -1
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/swipe/index.vue.d.ts +1 -1
- package/dist/types/__VUE/swipegroup/index.vue.d.ts +1 -1
- package/dist/types/__VUE/swiper/index.vue.d.ts +10 -1
- package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/switch/index.vue.d.ts +1 -1
- package/dist/types/__VUE/tabbar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/tabbaritem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/table/index.vue.d.ts +1 -1
- package/dist/types/__VUE/table/renderColumn.d.ts +1 -1
- package/dist/types/__VUE/tabpane/index.vue.d.ts +1 -1
- package/dist/types/__VUE/tabs/index.vue.d.ts +13 -4
- package/dist/types/__VUE/tabs/types.d.ts +1 -0
- package/dist/types/__VUE/tag/index.vue.d.ts +1 -1
- package/dist/types/__VUE/textarea/index.vue.d.ts +2 -2
- package/dist/types/__VUE/timedetail/index.vue.d.ts +1 -1
- package/dist/types/__VUE/timepannel/index.vue.d.ts +1 -1
- package/dist/types/__VUE/timeselect/index.vue.d.ts +2 -2
- package/dist/types/__VUE/toast/index.vue.d.ts +2 -2
- package/dist/types/__VUE/tour/index.vue.d.ts +2 -2
- package/dist/types/__VUE/trendarrow/index.vue.d.ts +1 -1
- package/dist/types/__VUE/uploader/index.vue.d.ts +2 -2
- package/dist/types/__VUE/video/index.vue.d.ts +1 -1
- package/dist/types/__VUE/watermark/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/locale/lang/baseLang.d.ts +8 -0
- package/dist/types/locale/lang/en-US.d.ts +8 -0
- package/dist/types/locale/lang/id-ID.d.ts +8 -0
- package/dist/types/locale/lang/zh-CN.d.ts +8 -0
- package/dist/types/locale/lang/zh-TW.d.ts +8 -0
- package/dist/types/utils/touchEmulator.d.ts +0 -0
- package/package.json +1 -1
- package/dist/packages/index-NLe0VBkN.js +0 -959
|
@@ -64,7 +64,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
64
64
|
root: Ref<any>;
|
|
65
65
|
show: Ref<boolean>;
|
|
66
66
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
67
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
67
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "input" | "blur" | "close" | "update:visible" | "update:modelValue")[], "delete" | "input" | "blur" | "close" | "update:visible" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
68
|
confirmText: {
|
|
69
69
|
type: StringConstructor;
|
|
70
70
|
default: string;
|
|
@@ -106,10 +106,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>> & {
|
|
109
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
111
109
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
112
111
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
}, {
|
|
@@ -37,7 +37,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
37
37
|
}>;
|
|
38
38
|
style: ComputedRef<any>;
|
|
39
39
|
onClick: (e: MouseEvent) => void;
|
|
40
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:visible")[], "click" | "update:visible", import("vue").
|
|
40
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:visible")[], "click" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
visible: {
|
|
42
42
|
type: BooleanConstructor;
|
|
43
43
|
default: boolean;
|
|
@@ -53,7 +53,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
53
53
|
}[] | undefined>;
|
|
54
54
|
forceEllipses: import("vue").Ref<boolean>;
|
|
55
55
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
56
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").
|
|
56
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
modelValue: {
|
|
58
58
|
type: NumberConstructor;
|
|
59
59
|
default: number;
|
|
@@ -68,8 +68,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
68
68
|
taro: import("vue").Ref<boolean>;
|
|
69
69
|
value: import("vue").Ref<string | number | undefined>;
|
|
70
70
|
columnsType: import("vue").Ref<string | undefined>;
|
|
71
|
-
onClick: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
72
71
|
onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
72
|
+
onClick: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
73
73
|
touchParams: import("vue").Ref<{
|
|
74
74
|
startY: number;
|
|
75
75
|
endY: number;
|
|
@@ -82,7 +82,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
82
82
|
transformY: import("vue").Ref<number>;
|
|
83
83
|
scrollDistance: import("vue").Ref<number>;
|
|
84
84
|
rotation: import("vue").Ref<number>;
|
|
85
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
85
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "click")[], "change" | "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
86
|
value: (NumberConstructor | StringConstructor)[];
|
|
87
87
|
columnsType: StringConstructor;
|
|
88
88
|
column: {
|
|
@@ -114,8 +114,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
114
114
|
defualt: boolean;
|
|
115
115
|
};
|
|
116
116
|
}>> & {
|
|
117
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
118
117
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
118
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
}, {
|
|
120
120
|
column: PickerOption[];
|
|
121
121
|
threeDimensional: boolean;
|
|
@@ -64,7 +64,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
64
64
|
pickerColumn: import("vue").Ref<any[]>;
|
|
65
65
|
swipeRef: (el: any) => void;
|
|
66
66
|
columnStyle: import("vue").ComputedRef<CSSProperties>;
|
|
67
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm")[], "cancel" | "change" | "update:modelValue" | "confirm", import("vue").
|
|
67
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm")[], "cancel" | "change" | "update:modelValue" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
68
|
modelValue: {
|
|
69
69
|
type: import("vue").PropType<(string | number)[]>;
|
|
70
70
|
default: () => never[];
|
|
@@ -110,8 +110,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
110
110
|
default: () => {};
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
114
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}, {
|
|
@@ -86,7 +86,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
86
86
|
renderIcon: (icon: import("vue").Component, props?: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
87
87
|
[key: string]: any;
|
|
88
88
|
}> | "";
|
|
89
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "choose" | "update")[], "close" | "update:visible" | "open" | "choose" | "update", import("vue").
|
|
89
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "choose" | "update")[], "close" | "update:visible" | "open" | "choose" | "update", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
visible: {
|
|
91
91
|
type: BooleanConstructor;
|
|
92
92
|
default: boolean;
|
|
@@ -155,8 +155,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
155
155
|
default: string;
|
|
156
156
|
};
|
|
157
157
|
}>> & {
|
|
158
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
159
158
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
159
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
162
162
|
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
@@ -104,7 +104,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
104
104
|
zIndex: import("vue").Ref<string | number>;
|
|
105
105
|
showSlot: import("vue").Ref<boolean>;
|
|
106
106
|
closed: import("vue").Ref<boolean>;
|
|
107
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay")[], "close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay", import("vue").
|
|
107
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay")[], "close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
108
|
visible: {
|
|
109
109
|
type: BooleanConstructor;
|
|
110
110
|
default: boolean;
|
|
@@ -189,8 +189,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
189
189
|
default: () => {};
|
|
190
190
|
};
|
|
191
191
|
}>> & {
|
|
192
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
193
192
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
onClickPop?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
@@ -45,7 +45,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
45
45
|
checkPoint: (price: string | number) => boolean;
|
|
46
46
|
formatThousands: (num: any) => any;
|
|
47
47
|
formatDecimal: (decimalNum: any) => string;
|
|
48
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
48
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
49
|
price: {
|
|
50
50
|
type: (NumberConstructor | StringConstructor)[];
|
|
51
51
|
default: number;
|
|
@@ -57,7 +57,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
57
57
|
color: string;
|
|
58
58
|
}>;
|
|
59
59
|
slotDefault: boolean;
|
|
60
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
60
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
61
|
percentage: {
|
|
62
62
|
type: (NumberConstructor | StringConstructor)[];
|
|
63
63
|
default: number;
|
|
@@ -71,7 +71,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
71
71
|
}>;
|
|
72
72
|
status: import("vue").Ref<PullRefreshStatus>;
|
|
73
73
|
scroller: import("vue").Ref<HTMLElement | undefined>;
|
|
74
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "refresh")[], "change" | "update:modelValue" | "refresh", import("vue").
|
|
74
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "refresh")[], "change" | "update:modelValue" | "refresh", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
75
|
modelValue: {
|
|
76
76
|
type: BooleanConstructor;
|
|
77
77
|
default: boolean;
|
|
@@ -27,7 +27,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
30
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
disabled: {
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
@@ -49,8 +49,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
}>>, {
|
|
52
|
-
label: string | number | boolean;
|
|
53
52
|
size: RadioButtonSize;
|
|
53
|
+
label: string | number | boolean;
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
shape: RadioShape;
|
|
56
56
|
iconSize: string | number;
|
|
@@ -19,7 +19,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").
|
|
22
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
modelValue: {
|
|
24
24
|
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
25
25
|
default: string;
|
|
@@ -91,7 +91,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
91
91
|
onTouchStart: (event: TouchEvent) => void;
|
|
92
92
|
onTouchMove: (event: TouchEvent) => void;
|
|
93
93
|
onTouchEnd: () => void;
|
|
94
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "dragEnd" | "dragStart")[], "change" | "update:modelValue" | "dragEnd" | "dragStart", import("vue").
|
|
94
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "dragEnd" | "dragStart")[], "change" | "update:modelValue" | "dragEnd" | "dragStart", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
95
|
range: {
|
|
96
96
|
type: BooleanConstructor;
|
|
97
97
|
default: boolean;
|
|
@@ -115,7 +115,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
115
115
|
}>;
|
|
116
116
|
onTouchStart(event: TouchEvent): void;
|
|
117
117
|
onTouchMove(event: TouchEvent): void;
|
|
118
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").
|
|
118
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
119
119
|
count: {
|
|
120
120
|
type: (NumberConstructor | StringConstructor)[];
|
|
121
121
|
default: number;
|
|
@@ -25,7 +25,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
}, {
|
|
27
27
|
classes: import("vue").ComputedRef<string[]>;
|
|
28
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
28
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
type: {
|
|
30
30
|
type: StringConstructor;
|
|
31
31
|
default: string;
|
|
@@ -49,8 +49,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
49
49
|
}>>, {
|
|
50
50
|
type: string;
|
|
51
51
|
justify: string;
|
|
52
|
-
gutter: string | number;
|
|
53
52
|
align: string;
|
|
53
|
+
gutter: string | number;
|
|
54
54
|
flexWrap: string;
|
|
55
55
|
}, {}>>;
|
|
56
56
|
export default _default;
|
|
@@ -146,7 +146,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
146
146
|
[key: string]: any;
|
|
147
147
|
}> | "";
|
|
148
148
|
inputsearch: Ref<HTMLElement | null>;
|
|
149
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
149
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "search" | "blur" | "change" | "focus" | "update:modelValue" | "clickInput" | "clickLeftIcon" | "clickRightIcon")[], "clear" | "search" | "blur" | "change" | "focus" | "update:modelValue" | "clickInput" | "clickLeftIcon" | "clickRightIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
150
150
|
modelValue: {
|
|
151
151
|
type: (NumberConstructor | StringConstructor)[];
|
|
152
152
|
default: string;
|
|
@@ -266,9 +266,9 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
266
266
|
default: boolean;
|
|
267
267
|
};
|
|
268
268
|
}>> & {
|
|
269
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
270
269
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
271
270
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
271
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
272
272
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
273
273
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
274
274
|
onClickInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -48,7 +48,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
48
48
|
onTips: () => void;
|
|
49
49
|
show: import("vue").Ref<boolean>;
|
|
50
50
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
51
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "
|
|
51
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "focus" | "update:visible" | "update:modelValue" | "complete" | "tips")[], "close" | "focus" | "update:visible" | "update:modelValue" | "complete" | "tips", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
title: {
|
|
53
53
|
type: StringConstructor;
|
|
54
54
|
default: string;
|
|
@@ -86,9 +86,9 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
86
86
|
default: boolean;
|
|
87
87
|
};
|
|
88
88
|
}>> & {
|
|
89
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
90
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
91
89
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onTips?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
@@ -16,7 +16,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
16
16
|
observe: (target: Node, options?: MutationObserverInit | undefined) => void;
|
|
17
17
|
takeRecords: () => MutationRecord[];
|
|
18
18
|
} | null>;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
offset: {
|
|
21
21
|
type: (NumberConstructor | StringConstructor)[];
|
|
22
22
|
default: number;
|
|
@@ -13,7 +13,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
}, {
|
|
15
15
|
handleClick: () => void;
|
|
16
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
16
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
title: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
@@ -39,7 +39,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
39
39
|
ctx: import("vue").Ref<any>;
|
|
40
40
|
isSupportTouch: import("vue").Ref<boolean>;
|
|
41
41
|
events: import("vue").Ref<string[]>;
|
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "end" | "start" | "confirm" | "signing")[], "clear" | "end" | "start" | "confirm" | "signing", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
customClass: {
|
|
44
44
|
type: StringConstructor;
|
|
45
45
|
default: string;
|
|
@@ -55,7 +55,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
55
55
|
[x: string]: any;
|
|
56
56
|
};
|
|
57
57
|
getStyle: () => CSSProperties;
|
|
58
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
58
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
width: {
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
}, {
|
|
7
7
|
getSlots: (name: string) => import("vue").Slot<any> | undefined;
|
|
8
8
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
9
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
goods: {
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: {};
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
getBtnDesc: (type: string) => string;
|
|
25
25
|
clickBtnOperate: (btn: string) => void;
|
|
26
26
|
getSlots: (name: string) => import("vue").Slot<any> | undefined;
|
|
27
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "changeSku" | "changeBuyCount" | "clickBtnOperate")[], "click" | "changeSku" | "changeBuyCount" | "clickBtnOperate", import("vue").
|
|
27
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "changeSku" | "changeBuyCount" | "clickBtnOperate")[], "click" | "changeSku" | "changeBuyCount" | "clickBtnOperate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
btnOptions: {
|
|
29
29
|
type: PropType<string[]>;
|
|
30
30
|
default: () => string[];
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
disable: boolean;
|
|
13
13
|
}[]>;
|
|
14
14
|
changeSaleChild: (attrItem: any, index: any, parentItem: any, parentIndex: any) => void;
|
|
15
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectSku"[], "selectSku", import("vue").
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectSku"[], "selectSku", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
sku: {
|
|
17
17
|
type: ArrayConstructor;
|
|
18
18
|
default: () => never[];
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
overlimit: (e: Event, action: string) => void;
|
|
23
23
|
getExtraText: () => any;
|
|
24
24
|
changeStepper: (value: number) => void;
|
|
25
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reduce" | "
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reduce" | "add" | "click" | "changeSku" | "changeStepper" | "clickBtnOptions" | "overLimit")[], "reduce" | "add" | "click" | "changeSku" | "changeStepper" | "clickBtnOptions" | "overLimit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
stepperMax: {
|
|
27
27
|
type: (NumberConstructor | StringConstructor)[];
|
|
28
28
|
default: number;
|
|
@@ -67,7 +67,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
67
67
|
reduce: (value: number) => void;
|
|
68
68
|
getSlots: (name: string) => import("vue").Slot<any> | undefined;
|
|
69
69
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
70
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reduce" | "
|
|
70
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reduce" | "add" | "close" | "update:visible" | "clickCloseIcon" | "clickOverlay" | "selectSku" | "changeStepper" | "overLimit" | "clickBtnOperate")[], "reduce" | "add" | "close" | "update:visible" | "clickCloseIcon" | "clickOverlay" | "selectSku" | "changeStepper" | "overLimit" | "clickBtnOperate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
visible: {
|
|
72
72
|
type: BooleanConstructor;
|
|
73
73
|
default: boolean;
|
|
@@ -121,8 +121,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
}>> & {
|
|
124
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
125
124
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
onAdd?: ((...args: any[]) => any) | undefined;
|
|
@@ -16,7 +16,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
16
16
|
fill: BooleanConstructor;
|
|
17
17
|
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
19
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
align: PropType<SpaceAlign>;
|
|
21
21
|
direction: {
|
|
22
22
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -18,7 +18,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
18
18
|
}>;
|
|
19
19
|
handleClickStep: () => void;
|
|
20
20
|
dot: import("vue").Ref<any>;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickStep"[], "clickStep", import("vue").
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickStep"[], "clickStep", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
title: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
@@ -19,7 +19,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickStep"[], "clickStep", import("vue").
|
|
22
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickStep"[], "clickStep", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
direction: {
|
|
24
24
|
type: PropType<StepsDirection>;
|
|
25
25
|
default: string;
|
|
@@ -35,8 +35,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
35
35
|
}>> & {
|
|
36
36
|
onClickStep?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}, {
|
|
38
|
-
direction: StepsDirection;
|
|
39
38
|
current: string | number;
|
|
39
|
+
direction: StepsDirection;
|
|
40
40
|
progressDot: boolean;
|
|
41
41
|
}, {}>>;
|
|
42
42
|
export default _default;
|
|
@@ -30,7 +30,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
30
30
|
rootStyle: import("vue").ComputedRef<CSSProperties | undefined>;
|
|
31
31
|
stickyRef: import("vue").Ref<HTMLElement | undefined>;
|
|
32
32
|
stickyStyle: import("vue").ComputedRef<CSSProperties>;
|
|
33
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
33
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
position: {
|
|
35
35
|
type: PropType<StickyPosition>;
|
|
36
36
|
default: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
21
21
|
}>;
|
|
22
22
|
handleClick: () => void;
|
|
23
23
|
direction: import("vue").Ref<string>;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "titleClick"[], "titleClick", import("vue").
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "titleClick"[], "titleClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
title: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
@@ -34,7 +34,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
34
34
|
touchStyle: import("vue").ComputedRef<{
|
|
35
35
|
transform: string;
|
|
36
36
|
}>;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
37
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close" | "open")[], "click" | "close" | "open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
name: {
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
@@ -9,7 +9,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
}, {
|
|
11
11
|
swipeGroupRef: import("vue").Ref<null>;
|
|
12
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
lock: {
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
@@ -51,6 +51,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
51
51
|
type: BooleanConstructor;
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
|
+
paginationUnselectedColor: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
54
58
|
}, {
|
|
55
59
|
state: {
|
|
56
60
|
active: number;
|
|
@@ -96,7 +100,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
96
100
|
onTouchStart: (e: TouchEvent) => void;
|
|
97
101
|
onTouchMove: (e: TouchEvent) => void;
|
|
98
102
|
onTouchEnd: () => void;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
103
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
104
|
width: {
|
|
101
105
|
type: (NumberConstructor | StringConstructor)[];
|
|
102
106
|
};
|
|
@@ -143,6 +147,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
143
147
|
type: BooleanConstructor;
|
|
144
148
|
default: boolean;
|
|
145
149
|
};
|
|
150
|
+
paginationUnselectedColor: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
146
154
|
}>> & {
|
|
147
155
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
148
156
|
}, {
|
|
@@ -156,6 +164,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
156
164
|
initPage: string | number;
|
|
157
165
|
isPreventDefault: boolean;
|
|
158
166
|
isStopPropagation: boolean;
|
|
167
|
+
paginationUnselectedColor: string;
|
|
159
168
|
}, {}>>;
|
|
160
169
|
export default _default;
|
|
161
170
|
|
|
@@ -5,7 +5,7 @@ declare type Install<T> = T & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const _default: Install< import("vue").DefineComponent<{}, {
|
|
7
7
|
style: ComputedRef<any>;
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
9
9
|
export default _default;
|
|
10
10
|
|
|
11
11
|
declare module 'vue' {
|
|
@@ -48,7 +48,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
48
48
|
}>;
|
|
49
49
|
isActive: import("vue").ComputedRef<boolean>;
|
|
50
50
|
onClick: (event: Event) => void;
|
|
51
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "update:loading")[], "change" | "update:modelValue" | "update:loading", import("vue").
|
|
51
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "update:loading")[], "change" | "update:modelValue" | "update:loading", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
modelValue: {
|
|
53
53
|
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
54
54
|
default: boolean;
|
|
@@ -35,7 +35,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
35
35
|
changeIndex: (index: number, active: number | string) => void;
|
|
36
36
|
nutTabbar: import("vue").Ref<HTMLElement | null>;
|
|
37
37
|
height: import("vue").Ref<any>;
|
|
38
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "tabSwitch")[], "update:modelValue" | "tabSwitch", import("vue").
|
|
38
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "tabSwitch")[], "update:modelValue" | "tabSwitch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
modelValue: {
|
|
40
40
|
type: (NumberConstructor | StringConstructor)[];
|
|
41
41
|
default: number;
|
|
@@ -31,7 +31,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
31
31
|
}> | "";
|
|
32
32
|
isHaveSlot: (slot: string) => import("vue").Slot<any> | undefined;
|
|
33
33
|
change: () => void;
|
|
34
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
tabTitle: {
|
|
36
36
|
type: StringConstructor;
|
|
37
37
|
default: string;
|
|
@@ -38,7 +38,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
38
38
|
stylehead: (item: TableColumns) => string;
|
|
39
39
|
stylecolumn: (item: TableColumns) => string;
|
|
40
40
|
curData: import("vue").Ref<any>;
|
|
41
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sorter"[], "sorter", import("vue").
|
|
41
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sorter"[], "sorter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
bordered: {
|
|
43
43
|
type: BooleanConstructor;
|
|
44
44
|
default: boolean;
|
|
@@ -13,7 +13,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
slots: {
|
|
18
18
|
type: ArrayConstructor;
|
|
19
19
|
default: () => never[];
|
|
@@ -15,7 +15,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
-
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
18
|
+
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
title: {
|
|
20
20
|
type: (NumberConstructor | StringConstructor)[];
|
|
21
21
|
default: string;
|