@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
|
@@ -11,7 +11,7 @@ export interface ActionSheetMenuItems {
|
|
|
11
11
|
declare type Install<T> = T & {
|
|
12
12
|
install(app: import('vue').App): void;
|
|
13
13
|
};
|
|
14
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
14
|
+
declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
15
|
cancelTxt: {
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
@@ -127,13 +127,13 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
127
127
|
type: ObjectConstructor;
|
|
128
128
|
default: () => {};
|
|
129
129
|
};
|
|
130
|
-
}
|
|
130
|
+
}>, {
|
|
131
131
|
slotDefault: boolean;
|
|
132
132
|
isHighlight: (item: ActionSheetMenuItems) => string;
|
|
133
133
|
cancelActionSheet: () => void;
|
|
134
134
|
chooseItem: (item: ActionSheetMenuItems, index: number) => void;
|
|
135
135
|
close: (e: Event) => void;
|
|
136
|
-
},
|
|
136
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "close" | "update:visible" | "choose")[], "cancel" | "close" | "update:visible" | "choose", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
cancelTxt: {
|
|
138
138
|
type: StringConstructor;
|
|
139
139
|
default: string;
|
|
@@ -249,20 +249,20 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
249
249
|
type: ObjectConstructor;
|
|
250
250
|
default: () => {};
|
|
251
251
|
};
|
|
252
|
-
}>> & {
|
|
252
|
+
}>> & Readonly<{
|
|
253
253
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
254
254
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
255
255
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
256
256
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
257
|
-
}
|
|
257
|
+
}>, {
|
|
258
258
|
round: boolean;
|
|
259
259
|
color: string;
|
|
260
260
|
style: Record<string, any>;
|
|
261
|
-
|
|
261
|
+
duration: string | number;
|
|
262
262
|
transition: string;
|
|
263
|
+
title: string;
|
|
263
264
|
visible: boolean;
|
|
264
265
|
zIndex: string | number;
|
|
265
|
-
duration: string | number;
|
|
266
266
|
lockScroll: boolean;
|
|
267
267
|
overlayClass: string;
|
|
268
268
|
overlayStyle: Record<string, any>;
|
|
@@ -283,7 +283,495 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
283
283
|
description: string;
|
|
284
284
|
menuItems: ActionSheetMenuItems[];
|
|
285
285
|
closeAbled: boolean;
|
|
286
|
-
}, {}
|
|
286
|
+
}, {}, {
|
|
287
|
+
NutPopup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
288
|
+
visible: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
default: boolean;
|
|
291
|
+
};
|
|
292
|
+
zIndex: {
|
|
293
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
294
|
+
default: number;
|
|
295
|
+
};
|
|
296
|
+
duration: {
|
|
297
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
298
|
+
default: number;
|
|
299
|
+
};
|
|
300
|
+
lockScroll: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
304
|
+
closeOnClickOverlay: {
|
|
305
|
+
type: BooleanConstructor;
|
|
306
|
+
default: boolean;
|
|
307
|
+
};
|
|
308
|
+
position: {
|
|
309
|
+
type: PropType<import("../popup/types").PopupPosition>;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
transition: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
default: string;
|
|
315
|
+
};
|
|
316
|
+
style: {
|
|
317
|
+
type: ObjectConstructor;
|
|
318
|
+
default: () => {};
|
|
319
|
+
};
|
|
320
|
+
popClass: {
|
|
321
|
+
type: StringConstructor;
|
|
322
|
+
default: string;
|
|
323
|
+
};
|
|
324
|
+
closeable: {
|
|
325
|
+
type: BooleanConstructor;
|
|
326
|
+
default: boolean;
|
|
327
|
+
};
|
|
328
|
+
closeIconPosition: {
|
|
329
|
+
type: PropType<import("../popup/types").PopupCloseIconPosition>;
|
|
330
|
+
default: string;
|
|
331
|
+
};
|
|
332
|
+
destroyOnClose: {
|
|
333
|
+
type: BooleanConstructor;
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
teleport: {
|
|
337
|
+
type: (StringConstructor | {
|
|
338
|
+
new (): Element;
|
|
339
|
+
prototype: Element;
|
|
340
|
+
})[];
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
overlay: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
round: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
teleportDisable: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
safeAreaInsetBottom: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
overlayClass: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
overlayStyle: {
|
|
364
|
+
type: ObjectConstructor;
|
|
365
|
+
default: () => {};
|
|
366
|
+
};
|
|
367
|
+
}>, {
|
|
368
|
+
popStyle: import("vue").ComputedRef<{
|
|
369
|
+
zIndex: string | number;
|
|
370
|
+
transitionDuration: string;
|
|
371
|
+
}>;
|
|
372
|
+
transitionName: import("vue").ComputedRef<string>;
|
|
373
|
+
classes: import("vue").ComputedRef<{
|
|
374
|
+
[x: string]: boolean;
|
|
375
|
+
round: boolean;
|
|
376
|
+
}>;
|
|
377
|
+
onClick: (e: Event) => void;
|
|
378
|
+
onClickCloseIcon: (e: Event) => void;
|
|
379
|
+
onClickOverlay: (e: Event) => void;
|
|
380
|
+
onOpened: (el: Element) => void;
|
|
381
|
+
onClosed: (el: Element) => void;
|
|
382
|
+
zIndex: import("vue").Ref<string | number, string | number>;
|
|
383
|
+
showSlot: import("vue").Ref<boolean, boolean>;
|
|
384
|
+
closed: import("vue").Ref<boolean, boolean>;
|
|
385
|
+
}, {}, {}, {}, 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<{
|
|
386
|
+
visible: {
|
|
387
|
+
type: BooleanConstructor;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
390
|
+
zIndex: {
|
|
391
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
392
|
+
default: number;
|
|
393
|
+
};
|
|
394
|
+
duration: {
|
|
395
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
396
|
+
default: number;
|
|
397
|
+
};
|
|
398
|
+
lockScroll: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
402
|
+
closeOnClickOverlay: {
|
|
403
|
+
type: BooleanConstructor;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
406
|
+
position: {
|
|
407
|
+
type: PropType<import("../popup/types").PopupPosition>;
|
|
408
|
+
default: string;
|
|
409
|
+
};
|
|
410
|
+
transition: {
|
|
411
|
+
type: StringConstructor;
|
|
412
|
+
default: string;
|
|
413
|
+
};
|
|
414
|
+
style: {
|
|
415
|
+
type: ObjectConstructor;
|
|
416
|
+
default: () => {};
|
|
417
|
+
};
|
|
418
|
+
popClass: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
default: string;
|
|
421
|
+
};
|
|
422
|
+
closeable: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
426
|
+
closeIconPosition: {
|
|
427
|
+
type: PropType<import("../popup/types").PopupCloseIconPosition>;
|
|
428
|
+
default: string;
|
|
429
|
+
};
|
|
430
|
+
destroyOnClose: {
|
|
431
|
+
type: BooleanConstructor;
|
|
432
|
+
default: boolean;
|
|
433
|
+
};
|
|
434
|
+
teleport: {
|
|
435
|
+
type: (StringConstructor | {
|
|
436
|
+
new (): Element;
|
|
437
|
+
prototype: Element;
|
|
438
|
+
})[];
|
|
439
|
+
default: string;
|
|
440
|
+
};
|
|
441
|
+
overlay: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
round: {
|
|
446
|
+
type: BooleanConstructor;
|
|
447
|
+
default: boolean;
|
|
448
|
+
};
|
|
449
|
+
teleportDisable: {
|
|
450
|
+
type: BooleanConstructor;
|
|
451
|
+
default: boolean;
|
|
452
|
+
};
|
|
453
|
+
safeAreaInsetBottom: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
overlayClass: {
|
|
458
|
+
type: StringConstructor;
|
|
459
|
+
default: string;
|
|
460
|
+
};
|
|
461
|
+
overlayStyle: {
|
|
462
|
+
type: ObjectConstructor;
|
|
463
|
+
default: () => {};
|
|
464
|
+
};
|
|
465
|
+
}>> & Readonly<{
|
|
466
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
467
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
468
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
469
|
+
onClickPop?: ((...args: any[]) => any) | undefined;
|
|
470
|
+
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
471
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
472
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
473
|
+
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
474
|
+
}>, {
|
|
475
|
+
round: boolean;
|
|
476
|
+
style: Record<string, any>;
|
|
477
|
+
duration: string | number;
|
|
478
|
+
transition: string;
|
|
479
|
+
visible: boolean;
|
|
480
|
+
zIndex: string | number;
|
|
481
|
+
lockScroll: boolean;
|
|
482
|
+
overlayClass: string;
|
|
483
|
+
overlayStyle: Record<string, any>;
|
|
484
|
+
closeOnClickOverlay: boolean;
|
|
485
|
+
overlay: boolean;
|
|
486
|
+
position: import("../popup/types").PopupPosition;
|
|
487
|
+
popClass: string;
|
|
488
|
+
closeable: boolean;
|
|
489
|
+
closeIconPosition: import("../popup/types").PopupCloseIconPosition;
|
|
490
|
+
destroyOnClose: boolean;
|
|
491
|
+
teleport: string | Element;
|
|
492
|
+
teleportDisable: boolean;
|
|
493
|
+
safeAreaInsetBottom: boolean;
|
|
494
|
+
}, {}, {
|
|
495
|
+
NutOverlay: {
|
|
496
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
497
|
+
duration: {
|
|
498
|
+
type: PropType<string | number>;
|
|
499
|
+
default: number;
|
|
500
|
+
};
|
|
501
|
+
visible: {
|
|
502
|
+
type: PropType<boolean>;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
zIndex: {
|
|
506
|
+
type: PropType<string | number>;
|
|
507
|
+
default: number;
|
|
508
|
+
};
|
|
509
|
+
lockScroll: {
|
|
510
|
+
type: PropType<boolean>;
|
|
511
|
+
default: boolean;
|
|
512
|
+
};
|
|
513
|
+
overlayClass: {
|
|
514
|
+
type: PropType<string>;
|
|
515
|
+
default: string;
|
|
516
|
+
};
|
|
517
|
+
overlayStyle: {
|
|
518
|
+
type: PropType<import("vue").CSSProperties>;
|
|
519
|
+
};
|
|
520
|
+
closeOnClickOverlay: {
|
|
521
|
+
type: PropType<boolean>;
|
|
522
|
+
default: boolean;
|
|
523
|
+
};
|
|
524
|
+
}>> & Readonly<{
|
|
525
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
526
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
527
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
528
|
+
click: (...args: any[]) => void;
|
|
529
|
+
"update:visible": (...args: any[]) => void;
|
|
530
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
531
|
+
duration: {
|
|
532
|
+
type: PropType<string | number>;
|
|
533
|
+
default: number;
|
|
534
|
+
};
|
|
535
|
+
visible: {
|
|
536
|
+
type: PropType<boolean>;
|
|
537
|
+
default: boolean;
|
|
538
|
+
};
|
|
539
|
+
zIndex: {
|
|
540
|
+
type: PropType<string | number>;
|
|
541
|
+
default: number;
|
|
542
|
+
};
|
|
543
|
+
lockScroll: {
|
|
544
|
+
type: PropType<boolean>;
|
|
545
|
+
default: boolean;
|
|
546
|
+
};
|
|
547
|
+
overlayClass: {
|
|
548
|
+
type: PropType<string>;
|
|
549
|
+
default: string;
|
|
550
|
+
};
|
|
551
|
+
overlayStyle: {
|
|
552
|
+
type: PropType<import("vue").CSSProperties>;
|
|
553
|
+
};
|
|
554
|
+
closeOnClickOverlay: {
|
|
555
|
+
type: PropType<boolean>;
|
|
556
|
+
default: boolean;
|
|
557
|
+
};
|
|
558
|
+
}>> & Readonly<{
|
|
559
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
560
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
}>, {
|
|
562
|
+
duration: string | number;
|
|
563
|
+
visible: boolean;
|
|
564
|
+
zIndex: string | number;
|
|
565
|
+
lockScroll: boolean;
|
|
566
|
+
overlayClass: string;
|
|
567
|
+
closeOnClickOverlay: boolean;
|
|
568
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
569
|
+
P: {};
|
|
570
|
+
B: {};
|
|
571
|
+
D: {};
|
|
572
|
+
C: {};
|
|
573
|
+
M: {};
|
|
574
|
+
Defaults: {};
|
|
575
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
576
|
+
duration: {
|
|
577
|
+
type: PropType<string | number>;
|
|
578
|
+
default: number;
|
|
579
|
+
};
|
|
580
|
+
visible: {
|
|
581
|
+
type: PropType<boolean>;
|
|
582
|
+
default: boolean;
|
|
583
|
+
};
|
|
584
|
+
zIndex: {
|
|
585
|
+
type: PropType<string | number>;
|
|
586
|
+
default: number;
|
|
587
|
+
};
|
|
588
|
+
lockScroll: {
|
|
589
|
+
type: PropType<boolean>;
|
|
590
|
+
default: boolean;
|
|
591
|
+
};
|
|
592
|
+
overlayClass: {
|
|
593
|
+
type: PropType<string>;
|
|
594
|
+
default: string;
|
|
595
|
+
};
|
|
596
|
+
overlayStyle: {
|
|
597
|
+
type: PropType<import("vue").CSSProperties>;
|
|
598
|
+
};
|
|
599
|
+
closeOnClickOverlay: {
|
|
600
|
+
type: PropType<boolean>;
|
|
601
|
+
default: boolean;
|
|
602
|
+
};
|
|
603
|
+
}>> & Readonly<{
|
|
604
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
605
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
606
|
+
}>, {}, {}, {}, {}, {
|
|
607
|
+
duration: string | number;
|
|
608
|
+
visible: boolean;
|
|
609
|
+
zIndex: string | number;
|
|
610
|
+
lockScroll: boolean;
|
|
611
|
+
overlayClass: string;
|
|
612
|
+
closeOnClickOverlay: boolean;
|
|
613
|
+
}>;
|
|
614
|
+
__isFragment?: undefined;
|
|
615
|
+
__isTeleport?: undefined;
|
|
616
|
+
__isSuspense?: undefined;
|
|
617
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
618
|
+
duration: {
|
|
619
|
+
type: PropType<string | number>;
|
|
620
|
+
default: number;
|
|
621
|
+
};
|
|
622
|
+
visible: {
|
|
623
|
+
type: PropType<boolean>;
|
|
624
|
+
default: boolean;
|
|
625
|
+
};
|
|
626
|
+
zIndex: {
|
|
627
|
+
type: PropType<string | number>;
|
|
628
|
+
default: number;
|
|
629
|
+
};
|
|
630
|
+
lockScroll: {
|
|
631
|
+
type: PropType<boolean>;
|
|
632
|
+
default: boolean;
|
|
633
|
+
};
|
|
634
|
+
overlayClass: {
|
|
635
|
+
type: PropType<string>;
|
|
636
|
+
default: string;
|
|
637
|
+
};
|
|
638
|
+
overlayStyle: {
|
|
639
|
+
type: PropType<import("vue").CSSProperties>;
|
|
640
|
+
};
|
|
641
|
+
closeOnClickOverlay: {
|
|
642
|
+
type: PropType<boolean>;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
645
|
+
}>> & Readonly<{
|
|
646
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
647
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
648
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
649
|
+
click: (...args: any[]) => void;
|
|
650
|
+
"update:visible": (...args: any[]) => void;
|
|
651
|
+
}, string, {
|
|
652
|
+
duration: string | number;
|
|
653
|
+
visible: boolean;
|
|
654
|
+
zIndex: string | number;
|
|
655
|
+
lockScroll: boolean;
|
|
656
|
+
overlayClass: string;
|
|
657
|
+
closeOnClickOverlay: boolean;
|
|
658
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
659
|
+
$slots: {
|
|
660
|
+
default?(_: {}): any;
|
|
661
|
+
};
|
|
662
|
+
});
|
|
663
|
+
Close: import("vue").DefineComponent<{
|
|
664
|
+
class: {
|
|
665
|
+
type: StringConstructor;
|
|
666
|
+
default: string;
|
|
667
|
+
};
|
|
668
|
+
name: {
|
|
669
|
+
type: StringConstructor;
|
|
670
|
+
default: string;
|
|
671
|
+
};
|
|
672
|
+
color: {
|
|
673
|
+
type: StringConstructor;
|
|
674
|
+
default: string;
|
|
675
|
+
};
|
|
676
|
+
width: {
|
|
677
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
678
|
+
default: string;
|
|
679
|
+
};
|
|
680
|
+
height: {
|
|
681
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
682
|
+
default: string;
|
|
683
|
+
};
|
|
684
|
+
}, {
|
|
685
|
+
classes: import("vue").ComputedRef<{
|
|
686
|
+
[x: string]: string | boolean;
|
|
687
|
+
"nut-icon": boolean;
|
|
688
|
+
}>;
|
|
689
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
690
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
691
|
+
class: {
|
|
692
|
+
type: StringConstructor;
|
|
693
|
+
default: string;
|
|
694
|
+
};
|
|
695
|
+
name: {
|
|
696
|
+
type: StringConstructor;
|
|
697
|
+
default: string;
|
|
698
|
+
};
|
|
699
|
+
color: {
|
|
700
|
+
type: StringConstructor;
|
|
701
|
+
default: string;
|
|
702
|
+
};
|
|
703
|
+
width: {
|
|
704
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
705
|
+
default: string;
|
|
706
|
+
};
|
|
707
|
+
height: {
|
|
708
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
709
|
+
default: string;
|
|
710
|
+
};
|
|
711
|
+
}>>, {
|
|
712
|
+
name: string;
|
|
713
|
+
width: string | number;
|
|
714
|
+
height: string | number;
|
|
715
|
+
color: string;
|
|
716
|
+
class: string;
|
|
717
|
+
}>;
|
|
718
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
719
|
+
Loading: import("vue").DefineComponent<{
|
|
720
|
+
class: {
|
|
721
|
+
type: StringConstructor;
|
|
722
|
+
default: string;
|
|
723
|
+
};
|
|
724
|
+
name: {
|
|
725
|
+
type: StringConstructor;
|
|
726
|
+
default: string;
|
|
727
|
+
};
|
|
728
|
+
color: {
|
|
729
|
+
type: StringConstructor;
|
|
730
|
+
default: string;
|
|
731
|
+
};
|
|
732
|
+
width: {
|
|
733
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
734
|
+
default: string;
|
|
735
|
+
};
|
|
736
|
+
height: {
|
|
737
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
738
|
+
default: string;
|
|
739
|
+
};
|
|
740
|
+
}, {
|
|
741
|
+
classes: import("vue").ComputedRef<{
|
|
742
|
+
[x: string]: string | boolean;
|
|
743
|
+
"nut-icon": boolean;
|
|
744
|
+
}>;
|
|
745
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
746
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
747
|
+
class: {
|
|
748
|
+
type: StringConstructor;
|
|
749
|
+
default: string;
|
|
750
|
+
};
|
|
751
|
+
name: {
|
|
752
|
+
type: StringConstructor;
|
|
753
|
+
default: string;
|
|
754
|
+
};
|
|
755
|
+
color: {
|
|
756
|
+
type: StringConstructor;
|
|
757
|
+
default: string;
|
|
758
|
+
};
|
|
759
|
+
width: {
|
|
760
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
761
|
+
default: string;
|
|
762
|
+
};
|
|
763
|
+
height: {
|
|
764
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
765
|
+
default: string;
|
|
766
|
+
};
|
|
767
|
+
}>>, {
|
|
768
|
+
name: string;
|
|
769
|
+
width: string | number;
|
|
770
|
+
height: string | number;
|
|
771
|
+
color: string;
|
|
772
|
+
class: string;
|
|
773
|
+
}>;
|
|
774
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
287
775
|
export default _default;
|
|
288
776
|
|
|
289
777
|
declare module 'vue' {
|