@nutui/nutui 4.3.13 → 4.3.14
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 +24 -11
- package/README.md +30 -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/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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: import('vue').App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
5
|
+
declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
visible: {
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
default: boolean;
|
|
@@ -82,7 +82,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
82
82
|
type: ObjectConstructor;
|
|
83
83
|
default: () => {};
|
|
84
84
|
};
|
|
85
|
-
}
|
|
85
|
+
}>, {
|
|
86
86
|
popStyle: import("vue").ComputedRef<{
|
|
87
87
|
zIndex: string | number;
|
|
88
88
|
transitionDuration: string;
|
|
@@ -97,10 +97,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
97
97
|
onClickOverlay: (e: Event) => void;
|
|
98
98
|
onOpened: (el: Element) => void;
|
|
99
99
|
onClosed: (el: Element) => void;
|
|
100
|
-
zIndex: import("vue").Ref<string | number>;
|
|
101
|
-
showSlot: import("vue").Ref<boolean>;
|
|
102
|
-
closed: import("vue").Ref<boolean>;
|
|
103
|
-
},
|
|
100
|
+
zIndex: import("vue").Ref<string | number, string | number>;
|
|
101
|
+
showSlot: import("vue").Ref<boolean, boolean>;
|
|
102
|
+
closed: import("vue").Ref<boolean, boolean>;
|
|
103
|
+
}, {}, {}, {}, 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<{
|
|
104
104
|
visible: {
|
|
105
105
|
type: BooleanConstructor;
|
|
106
106
|
default: boolean;
|
|
@@ -180,7 +180,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
180
180
|
type: ObjectConstructor;
|
|
181
181
|
default: () => {};
|
|
182
182
|
};
|
|
183
|
-
}>> & {
|
|
183
|
+
}>> & Readonly<{
|
|
184
184
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
185
185
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
186
186
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -189,13 +189,13 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
189
189
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
191
191
|
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
}
|
|
192
|
+
}>, {
|
|
193
193
|
round: boolean;
|
|
194
194
|
style: Record<string, any>;
|
|
195
|
+
duration: string | number;
|
|
195
196
|
transition: string;
|
|
196
197
|
visible: boolean;
|
|
197
198
|
zIndex: string | number;
|
|
198
|
-
duration: string | number;
|
|
199
199
|
lockScroll: boolean;
|
|
200
200
|
overlayClass: string;
|
|
201
201
|
overlayStyle: Record<string, any>;
|
|
@@ -209,7 +209,231 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
209
209
|
teleport: string | Element;
|
|
210
210
|
teleportDisable: boolean;
|
|
211
211
|
safeAreaInsetBottom: boolean;
|
|
212
|
-
}, {}
|
|
212
|
+
}, {}, {
|
|
213
|
+
NutOverlay: {
|
|
214
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
215
|
+
duration: {
|
|
216
|
+
type: import("vue").PropType<string | number>;
|
|
217
|
+
default: number;
|
|
218
|
+
};
|
|
219
|
+
visible: {
|
|
220
|
+
type: import("vue").PropType<boolean>;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
zIndex: {
|
|
224
|
+
type: import("vue").PropType<string | number>;
|
|
225
|
+
default: number;
|
|
226
|
+
};
|
|
227
|
+
lockScroll: {
|
|
228
|
+
type: import("vue").PropType<boolean>;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
231
|
+
overlayClass: {
|
|
232
|
+
type: import("vue").PropType<string>;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
overlayStyle: {
|
|
236
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
237
|
+
};
|
|
238
|
+
closeOnClickOverlay: {
|
|
239
|
+
type: import("vue").PropType<boolean>;
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
}>> & Readonly<{
|
|
243
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
244
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
245
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
246
|
+
click: (...args: any[]) => void;
|
|
247
|
+
"update:visible": (...args: any[]) => void;
|
|
248
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
+
duration: {
|
|
250
|
+
type: import("vue").PropType<string | number>;
|
|
251
|
+
default: number;
|
|
252
|
+
};
|
|
253
|
+
visible: {
|
|
254
|
+
type: import("vue").PropType<boolean>;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
zIndex: {
|
|
258
|
+
type: import("vue").PropType<string | number>;
|
|
259
|
+
default: number;
|
|
260
|
+
};
|
|
261
|
+
lockScroll: {
|
|
262
|
+
type: import("vue").PropType<boolean>;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
overlayClass: {
|
|
266
|
+
type: import("vue").PropType<string>;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
overlayStyle: {
|
|
270
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
271
|
+
};
|
|
272
|
+
closeOnClickOverlay: {
|
|
273
|
+
type: import("vue").PropType<boolean>;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
276
|
+
}>> & Readonly<{
|
|
277
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
278
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
279
|
+
}>, {
|
|
280
|
+
duration: string | number;
|
|
281
|
+
visible: boolean;
|
|
282
|
+
zIndex: string | number;
|
|
283
|
+
lockScroll: boolean;
|
|
284
|
+
overlayClass: string;
|
|
285
|
+
closeOnClickOverlay: boolean;
|
|
286
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
287
|
+
P: {};
|
|
288
|
+
B: {};
|
|
289
|
+
D: {};
|
|
290
|
+
C: {};
|
|
291
|
+
M: {};
|
|
292
|
+
Defaults: {};
|
|
293
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
294
|
+
duration: {
|
|
295
|
+
type: import("vue").PropType<string | number>;
|
|
296
|
+
default: number;
|
|
297
|
+
};
|
|
298
|
+
visible: {
|
|
299
|
+
type: import("vue").PropType<boolean>;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
zIndex: {
|
|
303
|
+
type: import("vue").PropType<string | number>;
|
|
304
|
+
default: number;
|
|
305
|
+
};
|
|
306
|
+
lockScroll: {
|
|
307
|
+
type: import("vue").PropType<boolean>;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
310
|
+
overlayClass: {
|
|
311
|
+
type: import("vue").PropType<string>;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
overlayStyle: {
|
|
315
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
316
|
+
};
|
|
317
|
+
closeOnClickOverlay: {
|
|
318
|
+
type: import("vue").PropType<boolean>;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
}>> & Readonly<{
|
|
322
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
323
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
324
|
+
}>, {}, {}, {}, {}, {
|
|
325
|
+
duration: string | number;
|
|
326
|
+
visible: boolean;
|
|
327
|
+
zIndex: string | number;
|
|
328
|
+
lockScroll: boolean;
|
|
329
|
+
overlayClass: string;
|
|
330
|
+
closeOnClickOverlay: boolean;
|
|
331
|
+
}>;
|
|
332
|
+
__isFragment?: undefined;
|
|
333
|
+
__isTeleport?: undefined;
|
|
334
|
+
__isSuspense?: undefined;
|
|
335
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
336
|
+
duration: {
|
|
337
|
+
type: import("vue").PropType<string | number>;
|
|
338
|
+
default: number;
|
|
339
|
+
};
|
|
340
|
+
visible: {
|
|
341
|
+
type: import("vue").PropType<boolean>;
|
|
342
|
+
default: boolean;
|
|
343
|
+
};
|
|
344
|
+
zIndex: {
|
|
345
|
+
type: import("vue").PropType<string | number>;
|
|
346
|
+
default: number;
|
|
347
|
+
};
|
|
348
|
+
lockScroll: {
|
|
349
|
+
type: import("vue").PropType<boolean>;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
overlayClass: {
|
|
353
|
+
type: import("vue").PropType<string>;
|
|
354
|
+
default: string;
|
|
355
|
+
};
|
|
356
|
+
overlayStyle: {
|
|
357
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
358
|
+
};
|
|
359
|
+
closeOnClickOverlay: {
|
|
360
|
+
type: import("vue").PropType<boolean>;
|
|
361
|
+
default: boolean;
|
|
362
|
+
};
|
|
363
|
+
}>> & Readonly<{
|
|
364
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
365
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
366
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
367
|
+
click: (...args: any[]) => void;
|
|
368
|
+
"update:visible": (...args: any[]) => void;
|
|
369
|
+
}, string, {
|
|
370
|
+
duration: string | number;
|
|
371
|
+
visible: boolean;
|
|
372
|
+
zIndex: string | number;
|
|
373
|
+
lockScroll: boolean;
|
|
374
|
+
overlayClass: string;
|
|
375
|
+
closeOnClickOverlay: boolean;
|
|
376
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
377
|
+
$slots: {
|
|
378
|
+
default?(_: {}): any;
|
|
379
|
+
};
|
|
380
|
+
});
|
|
381
|
+
Close: import("vue").DefineComponent<{
|
|
382
|
+
class: {
|
|
383
|
+
type: StringConstructor;
|
|
384
|
+
default: string;
|
|
385
|
+
};
|
|
386
|
+
name: {
|
|
387
|
+
type: StringConstructor;
|
|
388
|
+
default: string;
|
|
389
|
+
};
|
|
390
|
+
color: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
default: string;
|
|
393
|
+
};
|
|
394
|
+
width: {
|
|
395
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
396
|
+
default: string;
|
|
397
|
+
};
|
|
398
|
+
height: {
|
|
399
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
400
|
+
default: string;
|
|
401
|
+
};
|
|
402
|
+
}, {
|
|
403
|
+
classes: import("vue").ComputedRef<{
|
|
404
|
+
[x: string]: string | boolean;
|
|
405
|
+
"nut-icon": boolean;
|
|
406
|
+
}>;
|
|
407
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
408
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
409
|
+
class: {
|
|
410
|
+
type: StringConstructor;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
|
+
name: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
default: string;
|
|
416
|
+
};
|
|
417
|
+
color: {
|
|
418
|
+
type: StringConstructor;
|
|
419
|
+
default: string;
|
|
420
|
+
};
|
|
421
|
+
width: {
|
|
422
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
423
|
+
default: string;
|
|
424
|
+
};
|
|
425
|
+
height: {
|
|
426
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
427
|
+
default: string;
|
|
428
|
+
};
|
|
429
|
+
}>>, {
|
|
430
|
+
name: string;
|
|
431
|
+
width: string | number;
|
|
432
|
+
height: string | number;
|
|
433
|
+
color: string;
|
|
434
|
+
class: string;
|
|
435
|
+
}>;
|
|
436
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
213
437
|
export default _default;
|
|
214
438
|
|
|
215
439
|
declare module 'vue' {
|
|
@@ -10,7 +10,7 @@ export type PriceProps = Partial<{
|
|
|
10
10
|
size: PriceSize;
|
|
11
11
|
strikeThrough: boolean;
|
|
12
12
|
}>;
|
|
13
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
13
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
14
14
|
price: string | number;
|
|
15
15
|
needSymbol: boolean;
|
|
16
16
|
symbol: string;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
position: string;
|
|
29
29
|
size: string;
|
|
30
30
|
strikeThrough: boolean;
|
|
31
|
-
}
|
|
31
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
32
32
|
price: string | number;
|
|
33
33
|
needSymbol: boolean;
|
|
34
34
|
symbol: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
46
|
position: string;
|
|
47
47
|
size: string;
|
|
48
48
|
strikeThrough: boolean;
|
|
49
|
-
}
|
|
49
|
+
}>>> & Readonly<{}>, {
|
|
50
50
|
symbol: string;
|
|
51
51
|
size: PriceSize;
|
|
52
52
|
position: PricePosition;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
55
55
|
decimalDigits: number;
|
|
56
56
|
thousands: boolean;
|
|
57
57
|
strikeThrough: boolean;
|
|
58
|
-
}, {}>;
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
59
59
|
declare const _nut_default: WithInstall<typeof _default>;
|
|
60
60
|
export default _nut_default;
|
|
61
61
|
|
|
@@ -12,7 +12,7 @@ export type ProgressProps = Partial<{
|
|
|
12
12
|
textBackground: string;
|
|
13
13
|
isShowPercentage: boolean;
|
|
14
14
|
}>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
16
16
|
percentage: string | number;
|
|
17
17
|
size: ProgressSize;
|
|
18
18
|
status: ProgressStatus;
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
textInside: boolean;
|
|
31
31
|
showText: boolean;
|
|
32
32
|
isShowPercentage: boolean;
|
|
33
|
-
}
|
|
33
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
34
34
|
percentage: string | number;
|
|
35
35
|
size: ProgressSize;
|
|
36
36
|
status: ProgressStatus;
|
|
@@ -48,14 +48,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
48
48
|
textInside: boolean;
|
|
49
49
|
showText: boolean;
|
|
50
50
|
isShowPercentage: boolean;
|
|
51
|
-
}
|
|
51
|
+
}>>> & Readonly<{}>, {
|
|
52
52
|
size: ProgressSize;
|
|
53
53
|
percentage: string | number;
|
|
54
54
|
status: ProgressStatus;
|
|
55
55
|
textInside: boolean;
|
|
56
56
|
showText: boolean;
|
|
57
57
|
isShowPercentage: boolean;
|
|
58
|
-
}, {}>, {
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
59
59
|
default?(_: {}): any;
|
|
60
60
|
"icon-name"?(_: {}): any;
|
|
61
61
|
}>;
|
|
@@ -4,7 +4,7 @@ type PullRefreshStatus = 'normal' | 'loading' | 'loosing' | 'pulling' | 'complet
|
|
|
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
|
modelValue: {
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
@@ -41,7 +41,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
41
41
|
type: NumberConstructor;
|
|
42
42
|
default: number;
|
|
43
43
|
};
|
|
44
|
-
}
|
|
44
|
+
}>, {
|
|
45
45
|
touchStart: (event: TouchEvent) => void;
|
|
46
46
|
touchMove: (event: TouchEvent) => void;
|
|
47
47
|
touchEnd: () => void;
|
|
@@ -57,6 +57,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
57
57
|
getPullStatus: import("vue").ComputedRef<any>;
|
|
58
58
|
isPullRefresh: import("vue").Ref<{
|
|
59
59
|
valueOf: () => boolean;
|
|
60
|
+
}, {
|
|
61
|
+
valueOf: () => boolean;
|
|
60
62
|
}>;
|
|
61
63
|
distance: import("vue").Ref<{
|
|
62
64
|
toString: (radix?: number | undefined) => string;
|
|
@@ -68,10 +70,20 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
68
70
|
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
69
71
|
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
70
72
|
};
|
|
73
|
+
}, {
|
|
74
|
+
toString: (radix?: number | undefined) => string;
|
|
75
|
+
toFixed: (fractionDigits?: number | undefined) => string;
|
|
76
|
+
toExponential: (fractionDigits?: number | undefined) => string;
|
|
77
|
+
toPrecision: (precision?: number | undefined) => string;
|
|
78
|
+
valueOf: () => number;
|
|
79
|
+
toLocaleString: {
|
|
80
|
+
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
81
|
+
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
82
|
+
};
|
|
71
83
|
}>;
|
|
72
|
-
status: import("vue").Ref<PullRefreshStatus>;
|
|
73
|
-
scroller: import("vue").Ref<HTMLElement | undefined>;
|
|
74
|
-
},
|
|
84
|
+
status: import("vue").Ref<PullRefreshStatus, PullRefreshStatus>;
|
|
85
|
+
scroller: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
86
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "refresh")[], "change" | "update:modelValue" | "refresh", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
87
|
modelValue: {
|
|
76
88
|
type: BooleanConstructor;
|
|
77
89
|
default: boolean;
|
|
@@ -108,11 +120,11 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
108
120
|
type: NumberConstructor;
|
|
109
121
|
default: number;
|
|
110
122
|
};
|
|
111
|
-
}>> & {
|
|
123
|
+
}>> & Readonly<{
|
|
112
124
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
113
125
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
114
126
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
}
|
|
127
|
+
}>, {
|
|
116
128
|
duration: string | number;
|
|
117
129
|
modelValue: boolean;
|
|
118
130
|
pullingTxt: string;
|
|
@@ -122,7 +134,63 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
122
134
|
headHeight: string | number;
|
|
123
135
|
pullDistance: string | number;
|
|
124
136
|
completeDuration: number;
|
|
125
|
-
}, {}
|
|
137
|
+
}, {}, {
|
|
138
|
+
Loading: import("vue").DefineComponent<{
|
|
139
|
+
class: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
name: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
color: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
width: {
|
|
152
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
height: {
|
|
156
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
}, {
|
|
160
|
+
classes: import("vue").ComputedRef<{
|
|
161
|
+
[x: string]: string | boolean;
|
|
162
|
+
"nut-icon": boolean;
|
|
163
|
+
}>;
|
|
164
|
+
style: import("vue").ComputedRef<CSSProperties>;
|
|
165
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
166
|
+
class: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
name: {
|
|
171
|
+
type: StringConstructor;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
color: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
width: {
|
|
179
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
height: {
|
|
183
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
}>>, {
|
|
187
|
+
name: string;
|
|
188
|
+
width: string | number;
|
|
189
|
+
height: string | number;
|
|
190
|
+
color: string;
|
|
191
|
+
class: string;
|
|
192
|
+
}>;
|
|
193
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
126
194
|
export default _default;
|
|
127
195
|
|
|
128
196
|
declare module 'vue' {
|
|
@@ -7,7 +7,7 @@ export type RadioProps = Partial<{
|
|
|
7
7
|
iconSize: string | number;
|
|
8
8
|
size: RadioButtonSize;
|
|
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
|
disabled: boolean;
|
|
12
12
|
shape: RadioShape;
|
|
13
13
|
label: string | number | boolean;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
label: string;
|
|
20
20
|
iconSize: string;
|
|
21
21
|
size: string;
|
|
22
|
-
}
|
|
22
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
shape: RadioShape;
|
|
25
25
|
label: string | number | boolean;
|
|
@@ -31,13 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
label: string;
|
|
32
32
|
iconSize: string;
|
|
33
33
|
size: string;
|
|
34
|
-
}
|
|
34
|
+
}>>> & Readonly<{}>, {
|
|
35
35
|
shape: RadioShape;
|
|
36
36
|
disabled: boolean;
|
|
37
37
|
size: RadioButtonSize;
|
|
38
38
|
label: string | number | boolean;
|
|
39
39
|
iconSize: string | number;
|
|
40
|
-
}, {}>, {
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
41
41
|
default?(_: {}): any;
|
|
42
42
|
checkedIcon?(_: {}): any;
|
|
43
43
|
icon?(_: {}): any;
|
|
@@ -5,7 +5,7 @@ export type RadioGroupProps = Partial<{
|
|
|
5
5
|
direction: RadioGroupDirection;
|
|
6
6
|
textPosition: RadioGroupTextPosition;
|
|
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
|
modelValue: string | number | boolean;
|
|
10
10
|
direction: RadioGroupDirection;
|
|
11
11
|
textPosition: RadioGroupTextPosition;
|
|
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
modelValue: string;
|
|
14
14
|
direction: string;
|
|
15
15
|
textPosition: string;
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
change: (...args: any[]) => void;
|
|
18
18
|
"update:modelValue": (...args: any[]) => void;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
@@ -24,14 +24,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
modelValue: string;
|
|
25
25
|
direction: string;
|
|
26
26
|
textPosition: string;
|
|
27
|
-
}>>> & {
|
|
27
|
+
}>>> & Readonly<{
|
|
28
28
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}
|
|
30
|
+
}>, {
|
|
31
31
|
direction: RadioGroupDirection;
|
|
32
32
|
modelValue: string | number | boolean;
|
|
33
33
|
textPosition: RadioGroupTextPosition;
|
|
34
|
-
}, {}>, {
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
37
37
|
declare const _nut_default: WithInstall<typeof _default>;
|
|
@@ -4,7 +4,7 @@ import { SliderValue } from './type';
|
|
|
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
|
range: {
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
@@ -45,10 +45,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
45
45
|
type: PropType<SliderValue>;
|
|
46
46
|
default: number;
|
|
47
47
|
};
|
|
48
|
-
}
|
|
48
|
+
}>, {
|
|
49
49
|
barStyle: import("vue").ComputedRef<CSSProperties>;
|
|
50
50
|
curValue: (idx?: number) => number;
|
|
51
|
-
buttonIndex: import("vue").Ref<number>;
|
|
51
|
+
buttonIndex: import("vue").Ref<number, number>;
|
|
52
52
|
containerClasses: import("vue").ComputedRef<{
|
|
53
53
|
"nut-range-container": boolean;
|
|
54
54
|
"nut-range-container-vertical": boolean;
|
|
@@ -61,23 +61,23 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
61
61
|
marksList: import("vue").ComputedRef<number[]>;
|
|
62
62
|
tickStyle: (mark: number) => CSSProperties;
|
|
63
63
|
disabled: import("vue").ComputedRef<boolean>;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
marks: import("vue").Ref<Record<string, any>>;
|
|
69
|
-
hiddenRange: import("vue").Ref<boolean>;
|
|
70
|
-
hiddenTag: import("vue").Ref<boolean>;
|
|
71
|
-
min: import("vue").Ref<string | number>;
|
|
72
|
-
step: import("vue").Ref<string | number>;
|
|
73
|
-
activeColor: import("vue").Ref<string | undefined>;
|
|
74
|
-
inactiveColor: import("vue").Ref<string | undefined>;
|
|
75
|
-
buttonColor: import("vue").Ref<string | undefined>;
|
|
76
|
-
onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
77
|
-
"onUpdate:modelValue": import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
78
|
-
onDragEnd: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
79
|
-
onDragStart: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
80
|
-
root: import("vue").Ref<HTMLElement | undefined>;
|
|
64
|
+
max: import("vue").Ref<string | number, string | number>;
|
|
65
|
+
vertical: import("vue").Ref<boolean, boolean>;
|
|
66
|
+
range: import("vue").Ref<boolean, boolean>;
|
|
67
|
+
modelValue: import("vue").Ref<SliderValue, SliderValue>;
|
|
68
|
+
marks: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
|
69
|
+
hiddenRange: import("vue").Ref<boolean, boolean>;
|
|
70
|
+
hiddenTag: import("vue").Ref<boolean, boolean>;
|
|
71
|
+
min: import("vue").Ref<string | number, string | number>;
|
|
72
|
+
step: import("vue").Ref<string | number, string | number>;
|
|
73
|
+
activeColor: import("vue").Ref<string | undefined, string | undefined>;
|
|
74
|
+
inactiveColor: import("vue").Ref<string | undefined, string | undefined>;
|
|
75
|
+
buttonColor: import("vue").Ref<string | undefined, string | undefined>;
|
|
76
|
+
onChange: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
77
|
+
"onUpdate:modelValue": import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
78
|
+
onDragEnd: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
79
|
+
onDragStart: import("vue").Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
80
|
+
root: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
81
81
|
classes: import("vue").ComputedRef<{
|
|
82
82
|
[x: string]: boolean;
|
|
83
83
|
}>;
|
|
@@ -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
|
-
},
|
|
94
|
+
}, {}, {}, {}, 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;
|
|
@@ -132,23 +132,23 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
132
132
|
type: PropType<SliderValue>;
|
|
133
133
|
default: number;
|
|
134
134
|
};
|
|
135
|
-
}>> & {
|
|
135
|
+
}>> & Readonly<{
|
|
136
136
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
137
137
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
138
138
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
139
139
|
onDragStart?: ((...args: any[]) => any) | undefined;
|
|
140
|
-
}
|
|
140
|
+
}>, {
|
|
141
141
|
disabled: boolean;
|
|
142
|
+
max: string | number;
|
|
142
143
|
vertical: boolean;
|
|
143
144
|
range: boolean;
|
|
144
145
|
modelValue: SliderValue;
|
|
145
|
-
max: string | number;
|
|
146
146
|
marks: Record<string, any>;
|
|
147
147
|
hiddenRange: boolean;
|
|
148
148
|
hiddenTag: boolean;
|
|
149
149
|
min: string | number;
|
|
150
150
|
step: string | number;
|
|
151
|
-
}, {}>>;
|
|
151
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
152
152
|
export default _default;
|
|
153
153
|
|
|
154
154
|
declare module 'vue' {
|