@nutui/nutui 4.3.12 → 4.3.14-beta.3
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/README.md +31 -30
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +2854 -2844
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/addresslist/AddressList.js +2 -2
- package/dist/packages/audio/Audio.js +9 -10
- package/dist/packages/audiooperate/AudioOperate.js +2 -2
- package/dist/packages/cascader/Cascader.js +3 -4
- package/dist/packages/comment/Comment.js +8 -11
- package/dist/packages/dialog/Dialog.js +4 -1
- package/dist/packages/elevator/Elevator.js +2 -2
- package/dist/packages/invoice/Invoice.js +2 -2
- package/dist/packages/locale/index.d.ts +1 -1
- package/dist/packages/numberkeyboard/NumberKeyboard.js +3 -5
- package/dist/packages/step/Step.js +13 -14
- package/dist/packages/swiper/Swiper.js +19 -1
- package/dist/packages/tabs/index.scss +1 -1
- package/dist/packages/video/Video.js +11 -13
- package/dist/smartips/web-types.json +1 -1
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +496 -8
- package/dist/types/__VUE/address/index.vue.d.ts +865 -56
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +465 -7
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +117 -6
- package/dist/types/__VUE/addresslist/index.vue.d.ts +713 -6
- package/dist/types/__VUE/animate/animate.vue.d.ts +5 -5
- package/dist/types/__VUE/audio/index.vue.d.ts +229 -28
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +205 -15
- package/dist/types/__VUE/avatar/index.vue.d.ts +6 -6
- package/dist/types/__VUE/avatarcropper/index.vue.d.ts +319 -19
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +55 -7
- package/dist/types/__VUE/backtop/backtop.vue.d.ts +6 -6
- package/dist/types/__VUE/badge/badge.vue.d.ts +5 -5
- package/dist/types/__VUE/barrage/index.vue.d.ts +7 -7
- package/dist/types/__VUE/button/button.vue.d.ts +5 -5
- package/dist/types/__VUE/calendar/index.vue.d.ts +647 -8
- package/dist/types/__VUE/calendarcard/calendar-card.vue.d.ts +9 -24
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +52 -52
- package/dist/types/__VUE/card/index.vue.d.ts +256 -4
- package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +453 -10
- package/dist/types/__VUE/cascader/index.vue.d.ts +950 -10
- package/dist/types/__VUE/category/index.vue.d.ts +7 -7
- package/dist/types/__VUE/categorypane/index.vue.d.ts +5 -5
- package/dist/types/__VUE/cell/cell.vue.d.ts +5 -5
- package/dist/types/__VUE/cellgroup/cell-group.vue.d.ts +4 -4
- package/dist/types/__VUE/checkbox/index.vue.d.ts +6 -6
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +7 -7
- package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +5 -5
- package/dist/types/__VUE/col/col.vue.d.ts +4 -4
- package/dist/types/__VUE/collapse/collapse.vue.d.ts +5 -5
- package/dist/types/__VUE/collapseitem/collapse-item.vue.d.ts +4 -4
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +174 -8
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +218 -6
- package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +73 -18
- package/dist/types/__VUE/comment/index.vue.d.ts +627 -16
- package/dist/types/__VUE/comment/type.d.ts +10 -0
- package/dist/types/__VUE/configprovider/index.vue.d.ts +6 -6
- package/dist/types/__VUE/countdown/countdown.vue.d.ts +8 -8
- package/dist/types/__VUE/countup/index.vue.d.ts +46 -46
- package/dist/types/__VUE/datepicker/index.vue.d.ts +265 -9
- package/dist/types/__VUE/dialog/index.vue.d.ts +631 -9
- package/dist/types/__VUE/divider/divider.vue.d.ts +4 -4
- package/dist/types/__VUE/drag/index.vue.d.ts +6 -6
- package/dist/types/__VUE/ecard/index.vue.d.ts +255 -10
- package/dist/types/__VUE/elevator/index.vue.d.ts +24 -17
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +10 -10
- package/dist/types/__VUE/empty/empty.vue.d.ts +4 -4
- package/dist/types/__VUE/fixednav/index.vue.d.ts +231 -7
- package/dist/types/__VUE/form/form.vue.d.ts +6 -6
- package/dist/types/__VUE/formitem/form-item.vue.d.ts +4 -4
- package/dist/types/__VUE/grid/grid.vue.d.ts +4 -4
- package/dist/types/__VUE/griditem/grid-item.vue.d.ts +5 -5
- package/dist/types/__VUE/image/image.vue.d.ts +6 -6
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +155 -14
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +916 -11
- package/dist/types/__VUE/indicator/indicator.vue.d.ts +4 -4
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +68 -12
- package/dist/types/__VUE/input/input.vue.d.ts +11 -11
- package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +10 -10
- package/dist/types/__VUE/invoice/invoice.vue.d.ts +5 -5
- package/dist/types/__VUE/layout/layout.vue.d.ts +1 -1
- package/dist/types/__VUE/list/index.vue.d.ts +19 -13
- package/dist/types/__VUE/menu/index.vue.d.ts +117 -6
- package/dist/types/__VUE/menuitem/index.vue.d.ts +494 -6
- package/dist/types/__VUE/navbar/navbar.vue.d.ts +5 -5
- package/dist/types/__VUE/noticebar/index.vue.d.ts +136 -20
- package/dist/types/__VUE/notify/index.vue.d.ts +441 -8
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +442 -9
- package/dist/types/__VUE/overlay/overlay.vue.d.ts +6 -6
- package/dist/types/__VUE/pagination/index.vue.d.ts +9 -9
- package/dist/types/__VUE/picker/Column.vue.d.ts +29 -22
- package/dist/types/__VUE/picker/index.vue.d.ts +138 -8
- package/dist/types/__VUE/picker/usePicker.d.ts +3 -3
- package/dist/types/__VUE/popover/index.vue.d.ts +443 -10
- package/dist/types/__VUE/popup/index.vue.d.ts +234 -10
- package/dist/types/__VUE/price/price.vue.d.ts +4 -4
- package/dist/types/__VUE/progress/progress.vue.d.ts +4 -4
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +76 -8
- package/dist/types/__VUE/radio/radio.vue.d.ts +4 -4
- package/dist/types/__VUE/radiogroup/radio-group.vue.d.ts +5 -5
- package/dist/types/__VUE/range/index.vue.d.ts +25 -25
- package/dist/types/__VUE/rate/rate.vue.d.ts +5 -5
- package/dist/types/__VUE/row/row.vue.d.ts +4 -4
- package/dist/types/__VUE/searchbar/index.vue.d.ts +9 -9
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +496 -8
- package/dist/types/__VUE/sidenavbar/index.vue.d.ts +11 -7
- package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +4 -4
- package/dist/types/__VUE/signature/index.vue.d.ts +201 -11
- package/dist/types/__VUE/skeleton/skeleton.vue.d.ts +4 -4
- package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +82 -5
- package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +6 -6
- package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +13 -6
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +252 -7
- package/dist/types/__VUE/sku/index.vue.d.ts +921 -7
- package/dist/types/__VUE/sku/type.d.ts +7 -0
- package/dist/types/__VUE/space/index.vue.d.ts +5 -5
- package/dist/types/__VUE/step/step.vue.d.ts +4 -4
- package/dist/types/__VUE/steps/steps.vue.d.ts +5 -5
- package/dist/types/__VUE/sticky/index.vue.d.ts +8 -8
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +118 -7
- package/dist/types/__VUE/swipe/swipe.vue.d.ts +7 -7
- package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +4 -4
- package/dist/types/__VUE/swiper/index.vue.d.ts +7 -7
- package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/switch/switch.vue.d.ts +5 -5
- package/dist/types/__VUE/tabbar/tabbar.vue.d.ts +5 -5
- package/dist/types/__VUE/tabbaritem/tabbar-item.vue.d.ts +4 -4
- package/dist/types/__VUE/table/index.vue.d.ts +87 -7
- package/dist/types/__VUE/table/renderColumn.d.ts +5 -5
- package/dist/types/__VUE/tabpane/index.vue.d.ts +5 -5
- package/dist/types/__VUE/tabs/hooks.d.ts +1 -1
- package/dist/types/__VUE/tabs/index.vue.d.ts +122 -10
- package/dist/types/__VUE/tag/tag.vue.d.ts +5 -5
- package/dist/types/__VUE/textarea/textarea.vue.d.ts +6 -6
- package/dist/types/__VUE/timedetail/index.vue.d.ts +8 -8
- package/dist/types/__VUE/timepannel/index.vue.d.ts +7 -7
- package/dist/types/__VUE/timeselect/index.vue.d.ts +439 -6
- package/dist/types/__VUE/toast/index.vue.d.ts +7 -7
- package/dist/types/__VUE/tour/index.vue.d.ts +671 -9
- package/dist/types/__VUE/trendarrow/trend-arrow.vue.d.ts +4 -4
- package/dist/types/__VUE/uploader/index.vue.d.ts +480 -7
- package/dist/types/__VUE/video/index.vue.d.ts +43 -19
- package/dist/types/__VUE/watermark/watermark.vue.d.ts +4 -4
- package/dist/types/index.d.ts +1 -1
- package/dist/types/locale/index.d.ts +1 -1
- package/dist/types/utils/useRelation/useInject.d.ts +1 -1
- package/dist/types/utils/useScrollParent/index.d.ts +1 -1
- package/dist/types/utils/useTouch/index.d.ts +9 -9
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import { PropType } from 'vue';
|
|
|
3
3
|
declare type Install<T> = T & {
|
|
4
4
|
install(app: import('vue').App): void;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
6
|
+
declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
visible: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
@@ -39,7 +39,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
39
39
|
default: string;
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
};
|
|
42
|
-
}
|
|
42
|
+
}>, {
|
|
43
43
|
classes: import("vue").ComputedRef<{
|
|
44
44
|
[x: string]: boolean;
|
|
45
45
|
"nut-fixed-nav": boolean;
|
|
@@ -48,8 +48,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
48
48
|
updateValue: (value?: boolean) => void;
|
|
49
49
|
selected: (item: any, event: Event) => void;
|
|
50
50
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
51
|
-
current: import("vue").Ref<number>;
|
|
52
|
-
},
|
|
51
|
+
current: import("vue").Ref<number, number>;
|
|
52
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "selected")[], "update:visible" | "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
visible: {
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
default: boolean;
|
|
@@ -85,10 +85,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
85
85
|
default: string;
|
|
86
86
|
type: StringConstructor;
|
|
87
87
|
};
|
|
88
|
-
}>> & {
|
|
88
|
+
}>> & Readonly<{
|
|
89
89
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
onSelected?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
}
|
|
91
|
+
}>, {
|
|
92
92
|
type: string;
|
|
93
93
|
visible: boolean;
|
|
94
94
|
overlay: boolean;
|
|
@@ -97,7 +97,231 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
97
97
|
activeColor: string;
|
|
98
98
|
activeText: string;
|
|
99
99
|
unActiveText: string;
|
|
100
|
-
}, {}
|
|
100
|
+
}, {}, {
|
|
101
|
+
NutOverlay: {
|
|
102
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
103
|
+
duration: {
|
|
104
|
+
type: PropType<string | number>;
|
|
105
|
+
default: number;
|
|
106
|
+
};
|
|
107
|
+
visible: {
|
|
108
|
+
type: PropType<boolean>;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
zIndex: {
|
|
112
|
+
type: PropType<string | number>;
|
|
113
|
+
default: number;
|
|
114
|
+
};
|
|
115
|
+
lockScroll: {
|
|
116
|
+
type: PropType<boolean>;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
overlayClass: {
|
|
120
|
+
type: PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
overlayStyle: {
|
|
124
|
+
type: PropType<import("vue").CSSProperties>;
|
|
125
|
+
};
|
|
126
|
+
closeOnClickOverlay: {
|
|
127
|
+
type: PropType<boolean>;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{
|
|
131
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
134
|
+
click: (...args: any[]) => void;
|
|
135
|
+
"update:visible": (...args: any[]) => void;
|
|
136
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
137
|
+
duration: {
|
|
138
|
+
type: PropType<string | number>;
|
|
139
|
+
default: number;
|
|
140
|
+
};
|
|
141
|
+
visible: {
|
|
142
|
+
type: PropType<boolean>;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
zIndex: {
|
|
146
|
+
type: PropType<string | number>;
|
|
147
|
+
default: number;
|
|
148
|
+
};
|
|
149
|
+
lockScroll: {
|
|
150
|
+
type: PropType<boolean>;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
153
|
+
overlayClass: {
|
|
154
|
+
type: PropType<string>;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
overlayStyle: {
|
|
158
|
+
type: PropType<import("vue").CSSProperties>;
|
|
159
|
+
};
|
|
160
|
+
closeOnClickOverlay: {
|
|
161
|
+
type: PropType<boolean>;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
}>> & Readonly<{
|
|
165
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
166
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
167
|
+
}>, {
|
|
168
|
+
duration: string | number;
|
|
169
|
+
visible: boolean;
|
|
170
|
+
zIndex: string | number;
|
|
171
|
+
lockScroll: boolean;
|
|
172
|
+
overlayClass: string;
|
|
173
|
+
closeOnClickOverlay: boolean;
|
|
174
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
175
|
+
P: {};
|
|
176
|
+
B: {};
|
|
177
|
+
D: {};
|
|
178
|
+
C: {};
|
|
179
|
+
M: {};
|
|
180
|
+
Defaults: {};
|
|
181
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
182
|
+
duration: {
|
|
183
|
+
type: PropType<string | number>;
|
|
184
|
+
default: number;
|
|
185
|
+
};
|
|
186
|
+
visible: {
|
|
187
|
+
type: PropType<boolean>;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
190
|
+
zIndex: {
|
|
191
|
+
type: PropType<string | number>;
|
|
192
|
+
default: number;
|
|
193
|
+
};
|
|
194
|
+
lockScroll: {
|
|
195
|
+
type: PropType<boolean>;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
overlayClass: {
|
|
199
|
+
type: PropType<string>;
|
|
200
|
+
default: string;
|
|
201
|
+
};
|
|
202
|
+
overlayStyle: {
|
|
203
|
+
type: PropType<import("vue").CSSProperties>;
|
|
204
|
+
};
|
|
205
|
+
closeOnClickOverlay: {
|
|
206
|
+
type: PropType<boolean>;
|
|
207
|
+
default: boolean;
|
|
208
|
+
};
|
|
209
|
+
}>> & Readonly<{
|
|
210
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
211
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
212
|
+
}>, {}, {}, {}, {}, {
|
|
213
|
+
duration: string | number;
|
|
214
|
+
visible: boolean;
|
|
215
|
+
zIndex: string | number;
|
|
216
|
+
lockScroll: boolean;
|
|
217
|
+
overlayClass: string;
|
|
218
|
+
closeOnClickOverlay: boolean;
|
|
219
|
+
}>;
|
|
220
|
+
__isFragment?: undefined;
|
|
221
|
+
__isTeleport?: undefined;
|
|
222
|
+
__isSuspense?: undefined;
|
|
223
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
224
|
+
duration: {
|
|
225
|
+
type: PropType<string | number>;
|
|
226
|
+
default: number;
|
|
227
|
+
};
|
|
228
|
+
visible: {
|
|
229
|
+
type: PropType<boolean>;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
zIndex: {
|
|
233
|
+
type: PropType<string | number>;
|
|
234
|
+
default: number;
|
|
235
|
+
};
|
|
236
|
+
lockScroll: {
|
|
237
|
+
type: PropType<boolean>;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
overlayClass: {
|
|
241
|
+
type: PropType<string>;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
overlayStyle: {
|
|
245
|
+
type: PropType<import("vue").CSSProperties>;
|
|
246
|
+
};
|
|
247
|
+
closeOnClickOverlay: {
|
|
248
|
+
type: PropType<boolean>;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
}>> & Readonly<{
|
|
252
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
253
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
254
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
255
|
+
click: (...args: any[]) => void;
|
|
256
|
+
"update:visible": (...args: any[]) => void;
|
|
257
|
+
}, string, {
|
|
258
|
+
duration: string | number;
|
|
259
|
+
visible: boolean;
|
|
260
|
+
zIndex: string | number;
|
|
261
|
+
lockScroll: boolean;
|
|
262
|
+
overlayClass: string;
|
|
263
|
+
closeOnClickOverlay: boolean;
|
|
264
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
265
|
+
$slots: {
|
|
266
|
+
default?(_: {}): any;
|
|
267
|
+
};
|
|
268
|
+
});
|
|
269
|
+
Left: import("vue").DefineComponent<{
|
|
270
|
+
class: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
name: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: string;
|
|
277
|
+
};
|
|
278
|
+
color: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
default: string;
|
|
281
|
+
};
|
|
282
|
+
width: {
|
|
283
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
286
|
+
height: {
|
|
287
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
}, {
|
|
291
|
+
classes: import("vue").ComputedRef<{
|
|
292
|
+
[x: string]: string | boolean;
|
|
293
|
+
"nut-icon": boolean;
|
|
294
|
+
}>;
|
|
295
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
296
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
297
|
+
class: {
|
|
298
|
+
type: StringConstructor;
|
|
299
|
+
default: string;
|
|
300
|
+
};
|
|
301
|
+
name: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
color: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
width: {
|
|
310
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
height: {
|
|
314
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
315
|
+
default: string;
|
|
316
|
+
};
|
|
317
|
+
}>>, {
|
|
318
|
+
name: string;
|
|
319
|
+
width: string | number;
|
|
320
|
+
height: string | number;
|
|
321
|
+
color: string;
|
|
322
|
+
class: string;
|
|
323
|
+
}>;
|
|
324
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
101
325
|
export default _default;
|
|
102
326
|
|
|
103
327
|
declare module 'vue' {
|
|
@@ -7,7 +7,7 @@ export type FormProps = Partial<{
|
|
|
7
7
|
labelPosition: FormLabelPosition;
|
|
8
8
|
starPosition: FormStarPosition;
|
|
9
9
|
}>;
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
11
11
|
modelValue: any;
|
|
12
12
|
rules: FormRules;
|
|
13
13
|
disabled: boolean;
|
|
@@ -19,11 +19,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
labelPosition: string;
|
|
21
21
|
starPosition: string;
|
|
22
|
-
}
|
|
22
|
+
}>>, {
|
|
23
23
|
submit: () => boolean;
|
|
24
24
|
reset: () => void;
|
|
25
25
|
validate: (customProp?: string) => Promise<unknown>;
|
|
26
|
-
},
|
|
26
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
27
|
validate: (...args: any[]) => void;
|
|
28
28
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
29
29
|
modelValue: any;
|
|
@@ -37,15 +37,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
37
37
|
disabled: boolean;
|
|
38
38
|
labelPosition: string;
|
|
39
39
|
starPosition: string;
|
|
40
|
-
}>>> & {
|
|
40
|
+
}>>> & Readonly<{
|
|
41
41
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
}
|
|
42
|
+
}>, {
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
modelValue: any;
|
|
45
45
|
rules: FormRules;
|
|
46
46
|
labelPosition: FormLabelPosition;
|
|
47
47
|
starPosition: FormStarPosition;
|
|
48
|
-
}, {}>, {
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
49
49
|
default?(_: {}): any;
|
|
50
50
|
}>;
|
|
51
51
|
declare const _nut_default: WithInstall<typeof _default>;
|
|
@@ -14,7 +14,7 @@ export type FormItemProps = Partial<{
|
|
|
14
14
|
labelPosition: FormLabelPosition;
|
|
15
15
|
starPosition: FormStarPosition;
|
|
16
16
|
}>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
18
18
|
prop: string;
|
|
19
19
|
label: string;
|
|
20
20
|
rules: FormItemRule[];
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
34
34
|
required: boolean;
|
|
35
35
|
showErrorMessage: boolean;
|
|
36
36
|
showErrorLine: boolean;
|
|
37
|
-
}
|
|
37
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
38
38
|
prop: string;
|
|
39
39
|
label: string;
|
|
40
40
|
rules: FormItemRule[];
|
|
@@ -54,14 +54,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
54
|
required: boolean;
|
|
55
55
|
showErrorMessage: boolean;
|
|
56
56
|
showErrorLine: boolean;
|
|
57
|
-
}
|
|
57
|
+
}>>> & Readonly<{}>, {
|
|
58
58
|
label: string;
|
|
59
59
|
required: boolean;
|
|
60
60
|
rules: FormItemRule[];
|
|
61
61
|
prop: string;
|
|
62
62
|
showErrorMessage: boolean;
|
|
63
63
|
showErrorLine: boolean;
|
|
64
|
-
}, {}>, {
|
|
64
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
65
65
|
label?(_: {}): any;
|
|
66
66
|
default?(_: {}): any;
|
|
67
67
|
}>;
|
|
@@ -10,7 +10,7 @@ export type GridProps = Partial<{
|
|
|
10
10
|
direction: GridDirection;
|
|
11
11
|
clickable: boolean;
|
|
12
12
|
}>;
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
14
14
|
columnNum: string | number;
|
|
15
15
|
border: boolean;
|
|
16
16
|
gutter: string | number;
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
27
27
|
square: boolean;
|
|
28
28
|
reverse: boolean;
|
|
29
29
|
clickable: boolean;
|
|
30
|
-
}
|
|
30
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
31
31
|
columnNum: string | number;
|
|
32
32
|
border: boolean;
|
|
33
33
|
gutter: string | number;
|
|
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
square: boolean;
|
|
45
45
|
reverse: boolean;
|
|
46
46
|
clickable: boolean;
|
|
47
|
-
}
|
|
47
|
+
}>>> & Readonly<{}>, {
|
|
48
48
|
square: boolean;
|
|
49
49
|
reverse: boolean;
|
|
50
50
|
center: boolean;
|
|
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
52
52
|
gutter: string | number;
|
|
53
53
|
columnNum: string | number;
|
|
54
54
|
clickable: boolean;
|
|
55
|
-
}, {}>, {
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
56
56
|
default?(_: {}): any;
|
|
57
57
|
}>;
|
|
58
58
|
declare const _nut_default: WithInstall<typeof _default>;
|
|
@@ -5,7 +5,7 @@ export type GridItemProps = Partial<{
|
|
|
5
5
|
url: string;
|
|
6
6
|
replace: boolean;
|
|
7
7
|
}>;
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
9
9
|
text: string;
|
|
10
10
|
to: string | object;
|
|
11
11
|
url: string;
|
|
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
}>>, {
|
|
14
14
|
url: string;
|
|
15
15
|
replace: boolean;
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
click: (...args: any[]) => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
19
19
|
text: string;
|
|
@@ -23,12 +23,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
}>>, {
|
|
24
24
|
url: string;
|
|
25
25
|
replace: boolean;
|
|
26
|
-
}>>> & {
|
|
26
|
+
}>>> & Readonly<{
|
|
27
27
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}
|
|
28
|
+
}>, {
|
|
29
29
|
replace: boolean;
|
|
30
30
|
url: string;
|
|
31
|
-
}, {}>, {
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
32
32
|
default?(_: {}): any;
|
|
33
33
|
text?(_: {}): any;
|
|
34
34
|
}>;
|
|
@@ -13,7 +13,7 @@ export type ImageProps = Partial<{
|
|
|
13
13
|
showLoading: boolean;
|
|
14
14
|
lazyLoad: boolean;
|
|
15
15
|
}>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
17
17
|
src: string;
|
|
18
18
|
fit: ImageFit;
|
|
19
19
|
position: string;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
35
35
|
showError: boolean;
|
|
36
36
|
showLoading: boolean;
|
|
37
37
|
lazyLoad: boolean;
|
|
38
|
-
}
|
|
38
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
click: (...args: any[]) => void;
|
|
40
40
|
error: (...args: any[]) => void;
|
|
41
41
|
load: (...args: any[]) => void;
|
|
@@ -61,11 +61,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
61
61
|
showError: boolean;
|
|
62
62
|
showLoading: boolean;
|
|
63
63
|
lazyLoad: boolean;
|
|
64
|
-
}>>> & {
|
|
64
|
+
}>>> & Readonly<{
|
|
65
65
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
onLoad?: ((...args: any[]) => any) | undefined;
|
|
67
66
|
onError?: ((...args: any[]) => any) | undefined;
|
|
68
|
-
|
|
67
|
+
onLoad?: ((...args: any[]) => any) | undefined;
|
|
68
|
+
}>, {
|
|
69
69
|
round: boolean;
|
|
70
70
|
width: string;
|
|
71
71
|
height: string;
|
|
@@ -75,7 +75,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
75
75
|
showError: boolean;
|
|
76
76
|
showLoading: boolean;
|
|
77
77
|
lazyLoad: boolean;
|
|
78
|
-
}, {}>, {
|
|
78
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
79
79
|
loading?(_: {}): any;
|
|
80
80
|
error?(_: {}): any;
|
|
81
81
|
}>;
|
|
@@ -4,7 +4,7 @@ import { ImageInterface } from './types';
|
|
|
4
4
|
declare type Install<T> = T & {
|
|
5
5
|
install(app: import('vue').App): void;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
7
|
+
declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
image: {
|
|
9
9
|
type: PropType<ImageInterface>;
|
|
10
10
|
default: () => {};
|
|
@@ -45,7 +45,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
45
45
|
type: NumberConstructor;
|
|
46
46
|
default: number;
|
|
47
47
|
};
|
|
48
|
-
}
|
|
48
|
+
}>, {
|
|
49
49
|
onTouchStart: (event: TouchEvent) => void;
|
|
50
50
|
onTouchMove: (event: TouchEvent) => void;
|
|
51
51
|
onTouchEnd: (event: TouchEvent) => void;
|
|
@@ -53,15 +53,15 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
53
53
|
imageStyle: import("vue").ComputedRef<CSSProperties>;
|
|
54
54
|
imageLoad: (event: Event) => void;
|
|
55
55
|
closeSwiper: () => void;
|
|
56
|
-
scale: import("vue").Ref<number>;
|
|
57
|
-
moveX: import("vue").Ref<number>;
|
|
58
|
-
moveY: import("vue").Ref<number>;
|
|
59
|
-
moving: import("vue").Ref<boolean>;
|
|
60
|
-
zooming: import("vue").Ref<boolean>;
|
|
61
|
-
imageRatio: import("vue").Ref<number>;
|
|
62
|
-
displayWidth: import("vue").Ref<number>;
|
|
63
|
-
displayHeight: import("vue").Ref<number>;
|
|
64
|
-
},
|
|
56
|
+
scale: import("vue").Ref<number, number>;
|
|
57
|
+
moveX: import("vue").Ref<number, number>;
|
|
58
|
+
moveY: import("vue").Ref<number, number>;
|
|
59
|
+
moving: import("vue").Ref<boolean, boolean>;
|
|
60
|
+
zooming: import("vue").Ref<boolean, boolean>;
|
|
61
|
+
imageRatio: import("vue").Ref<number, number>;
|
|
62
|
+
displayWidth: import("vue").Ref<number, number>;
|
|
63
|
+
displayHeight: import("vue").Ref<number, number>;
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "scale")[], "close" | "scale", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
image: {
|
|
66
66
|
type: PropType<ImageInterface>;
|
|
67
67
|
default: () => {};
|
|
@@ -102,10 +102,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
102
102
|
type: NumberConstructor;
|
|
103
103
|
default: number;
|
|
104
104
|
};
|
|
105
|
-
}>> & {
|
|
105
|
+
}>> & Readonly<{
|
|
106
106
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
onScale?: ((...args: any[]) => any) | undefined;
|
|
108
|
-
}
|
|
108
|
+
}>, {
|
|
109
109
|
video: Record<string, any>;
|
|
110
110
|
image: ImageInterface;
|
|
111
111
|
show: boolean;
|
|
@@ -116,7 +116,148 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
116
116
|
showIndex: boolean;
|
|
117
117
|
minZoom: number;
|
|
118
118
|
maxZoom: number;
|
|
119
|
-
}, {}
|
|
119
|
+
}, {}, {
|
|
120
|
+
NutVideo: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
121
|
+
source: {
|
|
122
|
+
type: ObjectConstructor;
|
|
123
|
+
default: {};
|
|
124
|
+
};
|
|
125
|
+
options: {
|
|
126
|
+
type: ObjectConstructor;
|
|
127
|
+
default: {
|
|
128
|
+
autoplay: boolean;
|
|
129
|
+
volume: number;
|
|
130
|
+
poster: string;
|
|
131
|
+
loop: boolean;
|
|
132
|
+
controls: boolean;
|
|
133
|
+
muted: boolean;
|
|
134
|
+
disabled: boolean;
|
|
135
|
+
playsinline: boolean;
|
|
136
|
+
touchPlay: boolean;
|
|
137
|
+
preload: string;
|
|
138
|
+
};
|
|
139
|
+
required: true;
|
|
140
|
+
};
|
|
141
|
+
model: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
}>, {
|
|
146
|
+
handleError: () => void;
|
|
147
|
+
isDisabled: import("vue").ComputedRef<any>;
|
|
148
|
+
play: () => false | undefined;
|
|
149
|
+
handleMuted: () => void;
|
|
150
|
+
touchSlidSrart: () => void;
|
|
151
|
+
touchSlidMove: (e: any) => void;
|
|
152
|
+
touchSlidEnd: (e: any) => void;
|
|
153
|
+
retry: () => void;
|
|
154
|
+
fullScreen: () => void;
|
|
155
|
+
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
156
|
+
videoElm: import("vue").Ref<null, null>;
|
|
157
|
+
initial: import("vue").Ref<boolean, boolean>;
|
|
158
|
+
showToolbox: import("vue").Ref<boolean, boolean>;
|
|
159
|
+
player: import("vue").Ref<{
|
|
160
|
+
$player: null;
|
|
161
|
+
pos: null;
|
|
162
|
+
}, {
|
|
163
|
+
$player: null;
|
|
164
|
+
pos: null;
|
|
165
|
+
}>;
|
|
166
|
+
progressBar: import("vue").Ref<{
|
|
167
|
+
progressElm: null;
|
|
168
|
+
pos: null;
|
|
169
|
+
}, {
|
|
170
|
+
progressElm: null;
|
|
171
|
+
pos: null;
|
|
172
|
+
}>;
|
|
173
|
+
videoSet: import("vue").Ref<{
|
|
174
|
+
loaded: number;
|
|
175
|
+
displayTime: string;
|
|
176
|
+
totalTime: string;
|
|
177
|
+
progress: {
|
|
178
|
+
width: number;
|
|
179
|
+
current: number;
|
|
180
|
+
};
|
|
181
|
+
}, {
|
|
182
|
+
loaded: number;
|
|
183
|
+
displayTime: string;
|
|
184
|
+
totalTime: string;
|
|
185
|
+
progress: {
|
|
186
|
+
width: number;
|
|
187
|
+
current: number;
|
|
188
|
+
};
|
|
189
|
+
}>;
|
|
190
|
+
state: import("vue").Ref<{
|
|
191
|
+
controlShow: boolean;
|
|
192
|
+
vol: number;
|
|
193
|
+
currentTime: number;
|
|
194
|
+
fullScreen: boolean;
|
|
195
|
+
playing: boolean;
|
|
196
|
+
isLoading: boolean;
|
|
197
|
+
isEnd: boolean;
|
|
198
|
+
isError: boolean;
|
|
199
|
+
isMuted: boolean;
|
|
200
|
+
}, {
|
|
201
|
+
controlShow: boolean;
|
|
202
|
+
vol: number;
|
|
203
|
+
currentTime: number;
|
|
204
|
+
fullScreen: boolean;
|
|
205
|
+
playing: boolean;
|
|
206
|
+
isLoading: boolean;
|
|
207
|
+
isEnd: boolean;
|
|
208
|
+
isError: boolean;
|
|
209
|
+
isMuted: boolean;
|
|
210
|
+
}>;
|
|
211
|
+
showTouchMask: import("vue").Ref<boolean, boolean>;
|
|
212
|
+
source: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
|
213
|
+
options: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
|
214
|
+
model: import("vue").Ref<string, string>;
|
|
215
|
+
onClick: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
216
|
+
onPause: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
217
|
+
onPlay: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
218
|
+
onTime: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
219
|
+
onPlayend: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
220
|
+
root: import("vue").Ref<any, any>;
|
|
221
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "pause" | "play" | "time" | "playend")[], "click" | "pause" | "play" | "time" | "playend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
222
|
+
source: {
|
|
223
|
+
type: ObjectConstructor;
|
|
224
|
+
default: {};
|
|
225
|
+
};
|
|
226
|
+
options: {
|
|
227
|
+
type: ObjectConstructor;
|
|
228
|
+
default: {
|
|
229
|
+
autoplay: boolean;
|
|
230
|
+
volume: number;
|
|
231
|
+
poster: string;
|
|
232
|
+
loop: boolean;
|
|
233
|
+
controls: boolean;
|
|
234
|
+
muted: boolean;
|
|
235
|
+
disabled: boolean;
|
|
236
|
+
playsinline: boolean;
|
|
237
|
+
touchPlay: boolean;
|
|
238
|
+
preload: string;
|
|
239
|
+
};
|
|
240
|
+
required: true;
|
|
241
|
+
};
|
|
242
|
+
model: {
|
|
243
|
+
type: StringConstructor;
|
|
244
|
+
default: string;
|
|
245
|
+
};
|
|
246
|
+
}>> & Readonly<{
|
|
247
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
248
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
249
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
250
|
+
onTime?: ((...args: any[]) => any) | undefined;
|
|
251
|
+
onPlayend?: ((...args: any[]) => any) | undefined;
|
|
252
|
+
}>, {
|
|
253
|
+
source: Record<string, any>;
|
|
254
|
+
options: Record<string, any>;
|
|
255
|
+
model: string;
|
|
256
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
257
|
+
NutSwiperItem: import("vue").DefineComponent<{}, {
|
|
258
|
+
style: import("vue").ComputedRef<any>;
|
|
259
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
260
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
120
261
|
export default _default;
|
|
121
262
|
|
|
122
263
|
declare module 'vue' {
|