@nutui/nutui 4.3.13 → 4.3.14-beta.3

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