@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.
Files changed (148) hide show
  1. package/CHANGELOG.md +24 -11
  2. package/README.md +30 -30
  3. package/dist/nutui.es.js +1 -1
  4. package/dist/nutui.js +2854 -2844
  5. package/dist/nutui.umd.js +1 -1
  6. package/dist/packages/addresslist/AddressList.js +2 -2
  7. package/dist/packages/audio/Audio.js +9 -10
  8. package/dist/packages/audiooperate/AudioOperate.js +2 -2
  9. package/dist/packages/cascader/Cascader.js +3 -4
  10. package/dist/packages/comment/Comment.js +8 -11
  11. package/dist/packages/dialog/Dialog.js +4 -1
  12. package/dist/packages/elevator/Elevator.js +2 -2
  13. package/dist/packages/invoice/Invoice.js +2 -2
  14. package/dist/packages/locale/index.d.ts +1 -1
  15. package/dist/packages/numberkeyboard/NumberKeyboard.js +3 -5
  16. package/dist/packages/step/Step.js +13 -14
  17. package/dist/packages/swiper/Swiper.js +19 -1
  18. package/dist/packages/video/Video.js +11 -13
  19. package/dist/smartips/web-types.json +1 -1
  20. package/dist/types/__VUE/actionsheet/index.vue.d.ts +496 -8
  21. package/dist/types/__VUE/address/index.vue.d.ts +865 -56
  22. package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +465 -7
  23. package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +117 -6
  24. package/dist/types/__VUE/addresslist/index.vue.d.ts +713 -6
  25. package/dist/types/__VUE/animate/animate.vue.d.ts +5 -5
  26. package/dist/types/__VUE/audio/index.vue.d.ts +229 -28
  27. package/dist/types/__VUE/audiooperate/index.vue.d.ts +205 -15
  28. package/dist/types/__VUE/avatar/index.vue.d.ts +6 -6
  29. package/dist/types/__VUE/avatarcropper/index.vue.d.ts +319 -19
  30. package/dist/types/__VUE/avatargroup/index.vue.d.ts +55 -7
  31. package/dist/types/__VUE/backtop/backtop.vue.d.ts +6 -6
  32. package/dist/types/__VUE/badge/badge.vue.d.ts +5 -5
  33. package/dist/types/__VUE/barrage/index.vue.d.ts +7 -7
  34. package/dist/types/__VUE/button/button.vue.d.ts +5 -5
  35. package/dist/types/__VUE/calendar/index.vue.d.ts +647 -8
  36. package/dist/types/__VUE/calendarcard/calendar-card.vue.d.ts +9 -24
  37. package/dist/types/__VUE/calendaritem/index.vue.d.ts +52 -52
  38. package/dist/types/__VUE/card/index.vue.d.ts +256 -4
  39. package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +453 -10
  40. package/dist/types/__VUE/cascader/index.vue.d.ts +950 -10
  41. package/dist/types/__VUE/category/index.vue.d.ts +7 -7
  42. package/dist/types/__VUE/categorypane/index.vue.d.ts +5 -5
  43. package/dist/types/__VUE/cell/cell.vue.d.ts +5 -5
  44. package/dist/types/__VUE/cellgroup/cell-group.vue.d.ts +4 -4
  45. package/dist/types/__VUE/checkbox/index.vue.d.ts +6 -6
  46. package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +7 -7
  47. package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +5 -5
  48. package/dist/types/__VUE/col/col.vue.d.ts +4 -4
  49. package/dist/types/__VUE/collapse/collapse.vue.d.ts +5 -5
  50. package/dist/types/__VUE/collapseitem/collapse-item.vue.d.ts +4 -4
  51. package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +174 -8
  52. package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +218 -6
  53. package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +73 -18
  54. package/dist/types/__VUE/comment/index.vue.d.ts +627 -16
  55. package/dist/types/__VUE/comment/type.d.ts +10 -0
  56. package/dist/types/__VUE/configprovider/index.vue.d.ts +6 -6
  57. package/dist/types/__VUE/countdown/countdown.vue.d.ts +8 -8
  58. package/dist/types/__VUE/countup/index.vue.d.ts +46 -46
  59. package/dist/types/__VUE/datepicker/index.vue.d.ts +265 -9
  60. package/dist/types/__VUE/dialog/index.vue.d.ts +631 -9
  61. package/dist/types/__VUE/divider/divider.vue.d.ts +4 -4
  62. package/dist/types/__VUE/drag/index.vue.d.ts +6 -6
  63. package/dist/types/__VUE/ecard/index.vue.d.ts +255 -10
  64. package/dist/types/__VUE/elevator/index.vue.d.ts +24 -17
  65. package/dist/types/__VUE/ellipsis/index.vue.d.ts +10 -10
  66. package/dist/types/__VUE/empty/empty.vue.d.ts +4 -4
  67. package/dist/types/__VUE/fixednav/index.vue.d.ts +231 -7
  68. package/dist/types/__VUE/form/form.vue.d.ts +6 -6
  69. package/dist/types/__VUE/formitem/form-item.vue.d.ts +4 -4
  70. package/dist/types/__VUE/grid/grid.vue.d.ts +4 -4
  71. package/dist/types/__VUE/griditem/grid-item.vue.d.ts +5 -5
  72. package/dist/types/__VUE/image/image.vue.d.ts +6 -6
  73. package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +155 -14
  74. package/dist/types/__VUE/imagepreview/index.vue.d.ts +916 -11
  75. package/dist/types/__VUE/indicator/indicator.vue.d.ts +4 -4
  76. package/dist/types/__VUE/infiniteloading/index.vue.d.ts +68 -12
  77. package/dist/types/__VUE/input/input.vue.d.ts +11 -11
  78. package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +10 -10
  79. package/dist/types/__VUE/invoice/invoice.vue.d.ts +5 -5
  80. package/dist/types/__VUE/layout/layout.vue.d.ts +1 -1
  81. package/dist/types/__VUE/list/index.vue.d.ts +19 -13
  82. package/dist/types/__VUE/menu/index.vue.d.ts +117 -6
  83. package/dist/types/__VUE/menuitem/index.vue.d.ts +494 -6
  84. package/dist/types/__VUE/navbar/navbar.vue.d.ts +5 -5
  85. package/dist/types/__VUE/noticebar/index.vue.d.ts +136 -20
  86. package/dist/types/__VUE/notify/index.vue.d.ts +441 -8
  87. package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +442 -9
  88. package/dist/types/__VUE/overlay/overlay.vue.d.ts +6 -6
  89. package/dist/types/__VUE/pagination/index.vue.d.ts +9 -9
  90. package/dist/types/__VUE/picker/Column.vue.d.ts +29 -22
  91. package/dist/types/__VUE/picker/index.vue.d.ts +138 -8
  92. package/dist/types/__VUE/picker/usePicker.d.ts +3 -3
  93. package/dist/types/__VUE/popover/index.vue.d.ts +443 -10
  94. package/dist/types/__VUE/popup/index.vue.d.ts +234 -10
  95. package/dist/types/__VUE/price/price.vue.d.ts +4 -4
  96. package/dist/types/__VUE/progress/progress.vue.d.ts +4 -4
  97. package/dist/types/__VUE/pullrefresh/index.vue.d.ts +76 -8
  98. package/dist/types/__VUE/radio/radio.vue.d.ts +4 -4
  99. package/dist/types/__VUE/radiogroup/radio-group.vue.d.ts +5 -5
  100. package/dist/types/__VUE/range/index.vue.d.ts +25 -25
  101. package/dist/types/__VUE/rate/rate.vue.d.ts +5 -5
  102. package/dist/types/__VUE/row/row.vue.d.ts +4 -4
  103. package/dist/types/__VUE/searchbar/index.vue.d.ts +9 -9
  104. package/dist/types/__VUE/shortpassword/index.vue.d.ts +496 -8
  105. package/dist/types/__VUE/sidenavbar/index.vue.d.ts +11 -7
  106. package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +4 -4
  107. package/dist/types/__VUE/signature/index.vue.d.ts +201 -11
  108. package/dist/types/__VUE/skeleton/skeleton.vue.d.ts +4 -4
  109. package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +82 -5
  110. package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +6 -6
  111. package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +13 -6
  112. package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +252 -7
  113. package/dist/types/__VUE/sku/index.vue.d.ts +921 -7
  114. package/dist/types/__VUE/sku/type.d.ts +7 -0
  115. package/dist/types/__VUE/space/index.vue.d.ts +5 -5
  116. package/dist/types/__VUE/step/step.vue.d.ts +4 -4
  117. package/dist/types/__VUE/steps/steps.vue.d.ts +5 -5
  118. package/dist/types/__VUE/sticky/index.vue.d.ts +8 -8
  119. package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +118 -7
  120. package/dist/types/__VUE/swipe/swipe.vue.d.ts +7 -7
  121. package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +4 -4
  122. package/dist/types/__VUE/swiper/index.vue.d.ts +7 -7
  123. package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
  124. package/dist/types/__VUE/switch/switch.vue.d.ts +5 -5
  125. package/dist/types/__VUE/tabbar/tabbar.vue.d.ts +5 -5
  126. package/dist/types/__VUE/tabbaritem/tabbar-item.vue.d.ts +4 -4
  127. package/dist/types/__VUE/table/index.vue.d.ts +87 -7
  128. package/dist/types/__VUE/table/renderColumn.d.ts +5 -5
  129. package/dist/types/__VUE/tabpane/index.vue.d.ts +5 -5
  130. package/dist/types/__VUE/tabs/hooks.d.ts +1 -1
  131. package/dist/types/__VUE/tabs/index.vue.d.ts +122 -10
  132. package/dist/types/__VUE/tag/tag.vue.d.ts +5 -5
  133. package/dist/types/__VUE/textarea/textarea.vue.d.ts +6 -6
  134. package/dist/types/__VUE/timedetail/index.vue.d.ts +8 -8
  135. package/dist/types/__VUE/timepannel/index.vue.d.ts +7 -7
  136. package/dist/types/__VUE/timeselect/index.vue.d.ts +439 -6
  137. package/dist/types/__VUE/toast/index.vue.d.ts +7 -7
  138. package/dist/types/__VUE/tour/index.vue.d.ts +671 -9
  139. package/dist/types/__VUE/trendarrow/trend-arrow.vue.d.ts +4 -4
  140. package/dist/types/__VUE/uploader/index.vue.d.ts +480 -7
  141. package/dist/types/__VUE/video/index.vue.d.ts +43 -19
  142. package/dist/types/__VUE/watermark/watermark.vue.d.ts +4 -4
  143. package/dist/types/index.d.ts +1 -1
  144. package/dist/types/locale/index.d.ts +1 -1
  145. package/dist/types/utils/useRelation/useInject.d.ts +1 -1
  146. package/dist/types/utils/useScrollParent/index.d.ts +1 -1
  147. package/dist/types/utils/useTouch/index.d.ts +9 -9
  148. package/package.json +2 -2
@@ -12,7 +12,7 @@ export type TourType = 'step' | 'tile';
12
12
  declare type Install<T> = T & {
13
13
  install(app: import('vue').App): void;
14
14
  };
15
- declare const _default: Install< import("vue").DefineComponent<{
15
+ declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
16
  modelValue: {
17
17
  type: BooleanConstructor;
18
18
  default: boolean;
@@ -81,7 +81,7 @@ declare const _default: Install< import("vue").DefineComponent<{
81
81
  type: BooleanConstructor;
82
82
  default: boolean;
83
83
  };
84
- }, {
84
+ }>, {
85
85
  classes: import("vue").ComputedRef<string>;
86
86
  maskStyle: import("vue").ComputedRef<{
87
87
  width: string;
@@ -92,10 +92,10 @@ declare const _default: Install< import("vue").DefineComponent<{
92
92
  changeStep: (type: string) => void;
93
93
  close: () => void;
94
94
  handleClickMask: () => void;
95
- showTour: import("vue").Ref<boolean>;
96
- showPopup: import("vue").Ref<boolean>;
97
- active: import("vue").Ref<number>;
98
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "update:modelValue")[], "change" | "close" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
95
+ showTour: import("vue").Ref<boolean, boolean>;
96
+ showPopup: import("vue").Ref<boolean, boolean>;
97
+ active: import("vue").Ref<number, number>;
98
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "update:modelValue")[], "change" | "close" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
99
99
  modelValue: {
100
100
  type: BooleanConstructor;
101
101
  default: boolean;
@@ -164,11 +164,11 @@ declare const _default: Install< import("vue").DefineComponent<{
164
164
  type: BooleanConstructor;
165
165
  default: boolean;
166
166
  };
167
- }>> & {
167
+ }>> & Readonly<{
168
168
  onChange?: ((...args: any[]) => any) | undefined;
169
169
  onClose?: ((...args: any[]) => any) | undefined;
170
170
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
171
- }, {
171
+ }>, {
172
172
  type: TourType;
173
173
  mask: boolean;
174
174
  closeOnClickOverlay: boolean;
@@ -186,7 +186,669 @@ declare const _default: Install< import("vue").DefineComponent<{
186
186
  maskHeight: string | number;
187
187
  showPrevStep: boolean;
188
188
  showTitleBar: boolean;
189
- }, {}>>;
189
+ }, {}, {
190
+ NutPopover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
191
+ visible: {
192
+ type: BooleanConstructor;
193
+ default: boolean;
194
+ };
195
+ list: {
196
+ type: PropType<import("../popover/type").PopoverList[]>;
197
+ default: never[];
198
+ };
199
+ theme: {
200
+ type: PropType<PopoverTheme>;
201
+ default: string;
202
+ };
203
+ location: {
204
+ type: PropType<PopoverLocation>;
205
+ default: string;
206
+ };
207
+ offset: {
208
+ type: ArrayConstructor;
209
+ default: number[];
210
+ };
211
+ arrowOffset: {
212
+ type: NumberConstructor;
213
+ default: number;
214
+ };
215
+ customClass: {
216
+ type: StringConstructor;
217
+ default: string;
218
+ };
219
+ showArrow: {
220
+ type: BooleanConstructor;
221
+ default: boolean;
222
+ };
223
+ duration: {
224
+ type: (NumberConstructor | StringConstructor)[];
225
+ default: number;
226
+ };
227
+ overlay: {
228
+ type: BooleanConstructor;
229
+ default: boolean;
230
+ };
231
+ overlayClass: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ };
235
+ overlayStyle: {
236
+ type: PropType<import("vue").CSSProperties>;
237
+ };
238
+ closeOnClickOverlay: {
239
+ type: BooleanConstructor;
240
+ default: boolean;
241
+ };
242
+ closeOnClickAction: {
243
+ type: BooleanConstructor;
244
+ default: boolean;
245
+ };
246
+ closeOnClickOutside: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ targetId: {
251
+ type: StringConstructor;
252
+ default: string;
253
+ };
254
+ bgColor: {
255
+ type: StringConstructor;
256
+ default: string;
257
+ };
258
+ }>, {
259
+ showPopup: import("vue").Ref<boolean, boolean>;
260
+ openPopover: () => void;
261
+ popoverArrow: import("vue").ComputedRef<string>;
262
+ closePopover: () => void;
263
+ chooseItem: (item: any, index: number) => void;
264
+ popoverRef: import("vue").Ref<any, any>;
265
+ popoverContentRef: import("vue").Ref<any, any>;
266
+ getRootPosition: import("vue").ComputedRef<import("vue").CSSProperties>;
267
+ popoverArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
268
+ renderIcon: (icon: import("vue").Component, props?: any) => "" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
269
+ [key: string]: any;
270
+ }>;
271
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "choose" | "update")[], "close" | "update:visible" | "open" | "choose" | "update", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
272
+ visible: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ list: {
277
+ type: PropType<import("../popover/type").PopoverList[]>;
278
+ default: never[];
279
+ };
280
+ theme: {
281
+ type: PropType<PopoverTheme>;
282
+ default: string;
283
+ };
284
+ location: {
285
+ type: PropType<PopoverLocation>;
286
+ default: string;
287
+ };
288
+ offset: {
289
+ type: ArrayConstructor;
290
+ default: number[];
291
+ };
292
+ arrowOffset: {
293
+ type: NumberConstructor;
294
+ default: number;
295
+ };
296
+ customClass: {
297
+ type: StringConstructor;
298
+ default: string;
299
+ };
300
+ showArrow: {
301
+ type: BooleanConstructor;
302
+ default: boolean;
303
+ };
304
+ duration: {
305
+ type: (NumberConstructor | StringConstructor)[];
306
+ default: number;
307
+ };
308
+ overlay: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ overlayClass: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ };
316
+ overlayStyle: {
317
+ type: PropType<import("vue").CSSProperties>;
318
+ };
319
+ closeOnClickOverlay: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
322
+ };
323
+ closeOnClickAction: {
324
+ type: BooleanConstructor;
325
+ default: boolean;
326
+ };
327
+ closeOnClickOutside: {
328
+ type: BooleanConstructor;
329
+ default: boolean;
330
+ };
331
+ targetId: {
332
+ type: StringConstructor;
333
+ default: string;
334
+ };
335
+ bgColor: {
336
+ type: StringConstructor;
337
+ default: string;
338
+ };
339
+ }>> & Readonly<{
340
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
341
+ onClose?: ((...args: any[]) => any) | undefined;
342
+ onOpen?: ((...args: any[]) => any) | undefined;
343
+ onChoose?: ((...args: any[]) => any) | undefined;
344
+ onUpdate?: ((...args: any[]) => any) | undefined;
345
+ }>, {
346
+ duration: string | number;
347
+ visible: boolean;
348
+ overlayClass: string;
349
+ closeOnClickOverlay: boolean;
350
+ overlay: boolean;
351
+ offset: unknown[];
352
+ theme: PopoverTheme;
353
+ list: import("../popover/type").PopoverList[];
354
+ customClass: string;
355
+ bgColor: string;
356
+ location: PopoverLocation;
357
+ arrowOffset: number;
358
+ showArrow: boolean;
359
+ closeOnClickAction: boolean;
360
+ closeOnClickOutside: boolean;
361
+ targetId: string;
362
+ }, {}, {
363
+ NutPopup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
364
+ visible: {
365
+ type: BooleanConstructor;
366
+ default: boolean;
367
+ };
368
+ zIndex: {
369
+ type: (NumberConstructor | StringConstructor)[];
370
+ default: number;
371
+ };
372
+ duration: {
373
+ type: (NumberConstructor | StringConstructor)[];
374
+ default: number;
375
+ };
376
+ lockScroll: {
377
+ type: BooleanConstructor;
378
+ default: boolean;
379
+ };
380
+ closeOnClickOverlay: {
381
+ type: BooleanConstructor;
382
+ default: boolean;
383
+ };
384
+ position: {
385
+ type: PropType<import("../popup/types").PopupPosition>;
386
+ default: string;
387
+ };
388
+ transition: {
389
+ type: StringConstructor;
390
+ default: string;
391
+ };
392
+ style: {
393
+ type: ObjectConstructor;
394
+ default: () => {};
395
+ };
396
+ popClass: {
397
+ type: StringConstructor;
398
+ default: string;
399
+ };
400
+ closeable: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ closeIconPosition: {
405
+ type: PropType<import("../popup/types").PopupCloseIconPosition>;
406
+ default: string;
407
+ };
408
+ destroyOnClose: {
409
+ type: BooleanConstructor;
410
+ default: boolean;
411
+ };
412
+ teleport: {
413
+ type: (StringConstructor | {
414
+ new (): Element;
415
+ prototype: Element;
416
+ })[];
417
+ default: string;
418
+ };
419
+ overlay: {
420
+ type: BooleanConstructor;
421
+ default: boolean;
422
+ };
423
+ round: {
424
+ type: BooleanConstructor;
425
+ default: boolean;
426
+ };
427
+ teleportDisable: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ };
431
+ safeAreaInsetBottom: {
432
+ type: BooleanConstructor;
433
+ default: boolean;
434
+ };
435
+ overlayClass: {
436
+ type: StringConstructor;
437
+ default: string;
438
+ };
439
+ overlayStyle: {
440
+ type: ObjectConstructor;
441
+ default: () => {};
442
+ };
443
+ }>, {
444
+ popStyle: import("vue").ComputedRef<{
445
+ zIndex: string | number;
446
+ transitionDuration: string;
447
+ }>;
448
+ transitionName: import("vue").ComputedRef<string>;
449
+ classes: import("vue").ComputedRef<{
450
+ [x: string]: boolean;
451
+ round: boolean;
452
+ }>;
453
+ onClick: (e: Event) => void;
454
+ onClickCloseIcon: (e: Event) => void;
455
+ onClickOverlay: (e: Event) => void;
456
+ onOpened: (el: Element) => void;
457
+ onClosed: (el: Element) => void;
458
+ zIndex: import("vue").Ref<string | number, string | number>;
459
+ showSlot: import("vue").Ref<boolean, boolean>;
460
+ closed: import("vue").Ref<boolean, boolean>;
461
+ }, {}, {}, {}, 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<{
462
+ visible: {
463
+ type: BooleanConstructor;
464
+ default: boolean;
465
+ };
466
+ zIndex: {
467
+ type: (NumberConstructor | StringConstructor)[];
468
+ default: number;
469
+ };
470
+ duration: {
471
+ type: (NumberConstructor | StringConstructor)[];
472
+ default: number;
473
+ };
474
+ lockScroll: {
475
+ type: BooleanConstructor;
476
+ default: boolean;
477
+ };
478
+ closeOnClickOverlay: {
479
+ type: BooleanConstructor;
480
+ default: boolean;
481
+ };
482
+ position: {
483
+ type: PropType<import("../popup/types").PopupPosition>;
484
+ default: string;
485
+ };
486
+ transition: {
487
+ type: StringConstructor;
488
+ default: string;
489
+ };
490
+ style: {
491
+ type: ObjectConstructor;
492
+ default: () => {};
493
+ };
494
+ popClass: {
495
+ type: StringConstructor;
496
+ default: string;
497
+ };
498
+ closeable: {
499
+ type: BooleanConstructor;
500
+ default: boolean;
501
+ };
502
+ closeIconPosition: {
503
+ type: PropType<import("../popup/types").PopupCloseIconPosition>;
504
+ default: string;
505
+ };
506
+ destroyOnClose: {
507
+ type: BooleanConstructor;
508
+ default: boolean;
509
+ };
510
+ teleport: {
511
+ type: (StringConstructor | {
512
+ new (): Element;
513
+ prototype: Element;
514
+ })[];
515
+ default: string;
516
+ };
517
+ overlay: {
518
+ type: BooleanConstructor;
519
+ default: boolean;
520
+ };
521
+ round: {
522
+ type: BooleanConstructor;
523
+ default: boolean;
524
+ };
525
+ teleportDisable: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ safeAreaInsetBottom: {
530
+ type: BooleanConstructor;
531
+ default: boolean;
532
+ };
533
+ overlayClass: {
534
+ type: StringConstructor;
535
+ default: string;
536
+ };
537
+ overlayStyle: {
538
+ type: ObjectConstructor;
539
+ default: () => {};
540
+ };
541
+ }>> & Readonly<{
542
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
543
+ onClose?: ((...args: any[]) => any) | undefined;
544
+ onOpen?: ((...args: any[]) => any) | undefined;
545
+ onClickPop?: ((...args: any[]) => any) | undefined;
546
+ onClickCloseIcon?: ((...args: any[]) => any) | undefined;
547
+ onOpened?: ((...args: any[]) => any) | undefined;
548
+ onClosed?: ((...args: any[]) => any) | undefined;
549
+ onClickOverlay?: ((...args: any[]) => any) | undefined;
550
+ }>, {
551
+ round: boolean;
552
+ style: Record<string, any>;
553
+ duration: string | number;
554
+ transition: string;
555
+ visible: boolean;
556
+ zIndex: string | number;
557
+ lockScroll: boolean;
558
+ overlayClass: string;
559
+ overlayStyle: Record<string, any>;
560
+ closeOnClickOverlay: boolean;
561
+ overlay: boolean;
562
+ position: import("../popup/types").PopupPosition;
563
+ popClass: string;
564
+ closeable: boolean;
565
+ closeIconPosition: import("../popup/types").PopupCloseIconPosition;
566
+ destroyOnClose: boolean;
567
+ teleport: string | Element;
568
+ teleportDisable: boolean;
569
+ safeAreaInsetBottom: boolean;
570
+ }, {}, {
571
+ NutOverlay: {
572
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
573
+ duration: {
574
+ type: PropType<string | number>;
575
+ default: number;
576
+ };
577
+ visible: {
578
+ type: PropType<boolean>;
579
+ default: boolean;
580
+ };
581
+ zIndex: {
582
+ type: PropType<string | number>;
583
+ default: number;
584
+ };
585
+ lockScroll: {
586
+ type: PropType<boolean>;
587
+ default: boolean;
588
+ };
589
+ overlayClass: {
590
+ type: PropType<string>;
591
+ default: string;
592
+ };
593
+ overlayStyle: {
594
+ type: PropType<import("vue").CSSProperties>;
595
+ };
596
+ closeOnClickOverlay: {
597
+ type: PropType<boolean>;
598
+ default: boolean;
599
+ };
600
+ }>> & Readonly<{
601
+ onClick?: ((...args: any[]) => any) | undefined;
602
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
603
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
604
+ click: (...args: any[]) => void;
605
+ "update:visible": (...args: any[]) => void;
606
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
607
+ duration: {
608
+ type: PropType<string | number>;
609
+ default: number;
610
+ };
611
+ visible: {
612
+ type: PropType<boolean>;
613
+ default: boolean;
614
+ };
615
+ zIndex: {
616
+ type: PropType<string | number>;
617
+ default: number;
618
+ };
619
+ lockScroll: {
620
+ type: PropType<boolean>;
621
+ default: boolean;
622
+ };
623
+ overlayClass: {
624
+ type: PropType<string>;
625
+ default: string;
626
+ };
627
+ overlayStyle: {
628
+ type: PropType<import("vue").CSSProperties>;
629
+ };
630
+ closeOnClickOverlay: {
631
+ type: PropType<boolean>;
632
+ default: boolean;
633
+ };
634
+ }>> & Readonly<{
635
+ onClick?: ((...args: any[]) => any) | undefined;
636
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
637
+ }>, {
638
+ duration: string | number;
639
+ visible: boolean;
640
+ zIndex: string | number;
641
+ lockScroll: boolean;
642
+ overlayClass: string;
643
+ closeOnClickOverlay: boolean;
644
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
645
+ P: {};
646
+ B: {};
647
+ D: {};
648
+ C: {};
649
+ M: {};
650
+ Defaults: {};
651
+ }, Readonly<import("vue").ExtractPropTypes<{
652
+ duration: {
653
+ type: PropType<string | number>;
654
+ default: number;
655
+ };
656
+ visible: {
657
+ type: PropType<boolean>;
658
+ default: boolean;
659
+ };
660
+ zIndex: {
661
+ type: PropType<string | number>;
662
+ default: number;
663
+ };
664
+ lockScroll: {
665
+ type: PropType<boolean>;
666
+ default: boolean;
667
+ };
668
+ overlayClass: {
669
+ type: PropType<string>;
670
+ default: string;
671
+ };
672
+ overlayStyle: {
673
+ type: PropType<import("vue").CSSProperties>;
674
+ };
675
+ closeOnClickOverlay: {
676
+ type: PropType<boolean>;
677
+ default: boolean;
678
+ };
679
+ }>> & Readonly<{
680
+ onClick?: ((...args: any[]) => any) | undefined;
681
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
682
+ }>, {}, {}, {}, {}, {
683
+ duration: string | number;
684
+ visible: boolean;
685
+ zIndex: string | number;
686
+ lockScroll: boolean;
687
+ overlayClass: string;
688
+ closeOnClickOverlay: boolean;
689
+ }>;
690
+ __isFragment?: undefined;
691
+ __isTeleport?: undefined;
692
+ __isSuspense?: undefined;
693
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
694
+ duration: {
695
+ type: PropType<string | number>;
696
+ default: number;
697
+ };
698
+ visible: {
699
+ type: PropType<boolean>;
700
+ default: boolean;
701
+ };
702
+ zIndex: {
703
+ type: PropType<string | number>;
704
+ default: number;
705
+ };
706
+ lockScroll: {
707
+ type: PropType<boolean>;
708
+ default: boolean;
709
+ };
710
+ overlayClass: {
711
+ type: PropType<string>;
712
+ default: string;
713
+ };
714
+ overlayStyle: {
715
+ type: PropType<import("vue").CSSProperties>;
716
+ };
717
+ closeOnClickOverlay: {
718
+ type: PropType<boolean>;
719
+ default: boolean;
720
+ };
721
+ }>> & Readonly<{
722
+ onClick?: ((...args: any[]) => any) | undefined;
723
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
724
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
725
+ click: (...args: any[]) => void;
726
+ "update:visible": (...args: any[]) => void;
727
+ }, string, {
728
+ duration: string | number;
729
+ visible: boolean;
730
+ zIndex: string | number;
731
+ lockScroll: boolean;
732
+ overlayClass: string;
733
+ closeOnClickOverlay: boolean;
734
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
735
+ $slots: {
736
+ default?(_: {}): any;
737
+ };
738
+ });
739
+ Close: import("vue").DefineComponent<{
740
+ class: {
741
+ type: StringConstructor;
742
+ default: string;
743
+ };
744
+ name: {
745
+ type: StringConstructor;
746
+ default: string;
747
+ };
748
+ color: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ };
752
+ width: {
753
+ type: (NumberConstructor | StringConstructor)[];
754
+ default: string;
755
+ };
756
+ height: {
757
+ type: (NumberConstructor | StringConstructor)[];
758
+ default: string;
759
+ };
760
+ }, {
761
+ classes: import("vue").ComputedRef<{
762
+ [x: string]: string | boolean;
763
+ "nut-icon": boolean;
764
+ }>;
765
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
766
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
767
+ class: {
768
+ type: StringConstructor;
769
+ default: string;
770
+ };
771
+ name: {
772
+ type: StringConstructor;
773
+ default: string;
774
+ };
775
+ color: {
776
+ type: StringConstructor;
777
+ default: string;
778
+ };
779
+ width: {
780
+ type: (NumberConstructor | StringConstructor)[];
781
+ default: string;
782
+ };
783
+ height: {
784
+ type: (NumberConstructor | StringConstructor)[];
785
+ default: string;
786
+ };
787
+ }>>, {
788
+ name: string;
789
+ width: string | number;
790
+ height: string | number;
791
+ color: string;
792
+ class: string;
793
+ }>;
794
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
795
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
796
+ Close: import("vue").DefineComponent<{
797
+ class: {
798
+ type: StringConstructor;
799
+ default: string;
800
+ };
801
+ name: {
802
+ type: StringConstructor;
803
+ default: string;
804
+ };
805
+ color: {
806
+ type: StringConstructor;
807
+ default: string;
808
+ };
809
+ width: {
810
+ type: (NumberConstructor | StringConstructor)[];
811
+ default: string;
812
+ };
813
+ height: {
814
+ type: (NumberConstructor | StringConstructor)[];
815
+ default: string;
816
+ };
817
+ }, {
818
+ classes: import("vue").ComputedRef<{
819
+ [x: string]: string | boolean;
820
+ "nut-icon": boolean;
821
+ }>;
822
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
823
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
824
+ class: {
825
+ type: StringConstructor;
826
+ default: string;
827
+ };
828
+ name: {
829
+ type: StringConstructor;
830
+ default: string;
831
+ };
832
+ color: {
833
+ type: StringConstructor;
834
+ default: string;
835
+ };
836
+ width: {
837
+ type: (NumberConstructor | StringConstructor)[];
838
+ default: string;
839
+ };
840
+ height: {
841
+ type: (NumberConstructor | StringConstructor)[];
842
+ default: string;
843
+ };
844
+ }>>, {
845
+ name: string;
846
+ width: string | number;
847
+ height: string | number;
848
+ color: string;
849
+ class: string;
850
+ }>;
851
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
190
852
  export default _default;
191
853
 
192
854
  declare module 'vue' {