@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
@@ -1,19 +1,10 @@
1
1
  import { PropType } from 'vue';
2
- interface VideosType {
3
- id?: number | string;
4
- mainUrl: string;
5
- videoUrl: string;
6
- }
7
- interface ImagesType {
8
- smallImgUrl: string;
9
- bigImgUrl: string;
10
- imgUrl: string;
11
- }
2
+ import { VideosType, ImagesType } from './type';
12
3
 
13
4
  declare type Install<T> = T & {
14
5
  install(app: import('vue').App): void;
15
6
  };
16
- declare const _default: Install< import("vue").DefineComponent<{
7
+ declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
8
  headerType: {
18
9
  type: StringConstructor;
19
10
  default: string;
@@ -50,13 +41,13 @@ declare const _default: Install< import("vue").DefineComponent<{
50
41
  type: PropType<string[]>;
51
42
  default: string[];
52
43
  };
53
- }, {
44
+ }>, {
54
45
  conEllipsis: import("vue").ComputedRef<string | number | true>;
55
46
  clickOperate: (t: string) => void;
56
47
  handleClick: () => void;
57
48
  clickImages: (value: any) => void;
58
49
  translate: (keyPath: string, ...args: unknown[]) => any;
59
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clickImages" | "clickOperate")[], "click" | "clickImages" | "clickOperate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clickImages" | "clickOperate")[], "click" | "clickImages" | "clickOperate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
51
  headerType: {
61
52
  type: StringConstructor;
62
53
  default: string;
@@ -93,11 +84,11 @@ declare const _default: Install< import("vue").DefineComponent<{
93
84
  type: PropType<string[]>;
94
85
  default: string[];
95
86
  };
96
- }>> & {
87
+ }>> & Readonly<{
97
88
  onClick?: ((...args: any[]) => any) | undefined;
98
89
  onClickImages?: ((...args: any[]) => any) | undefined;
99
90
  onClickOperate?: ((...args: any[]) => any) | undefined;
100
- }, {
91
+ }>, {
101
92
  info: Record<string, any>;
102
93
  ellipsis: string | number | boolean;
103
94
  images: ImagesType[];
@@ -107,7 +98,627 @@ declare const _default: Install< import("vue").DefineComponent<{
107
98
  headerType: string;
108
99
  imagesRows: string;
109
100
  follow: Record<string, any>;
110
- }, {}>>;
101
+ }, {}, {
102
+ CommentHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
103
+ type: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ info: {
108
+ type: ObjectConstructor;
109
+ default: () => void;
110
+ };
111
+ labels: {
112
+ type: FunctionConstructor;
113
+ default: () => string;
114
+ };
115
+ }>, {
116
+ handleClick: () => void;
117
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleClick"[], "handleClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
118
+ type: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ info: {
123
+ type: ObjectConstructor;
124
+ default: () => void;
125
+ };
126
+ labels: {
127
+ type: FunctionConstructor;
128
+ default: () => string;
129
+ };
130
+ }>> & Readonly<{
131
+ onHandleClick?: ((...args: any[]) => any) | undefined;
132
+ }>, {
133
+ info: Record<string, any>;
134
+ type: string;
135
+ labels: Function;
136
+ }, {}, {
137
+ NutRate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
138
+ disabled: {
139
+ type: PropType<boolean>;
140
+ default: boolean;
141
+ };
142
+ size: {
143
+ type: PropType<string | number>;
144
+ };
145
+ activeColor: {
146
+ type: PropType<string>;
147
+ default: string;
148
+ };
149
+ modelValue: {
150
+ type: PropType<string | number>;
151
+ default: number;
152
+ };
153
+ count: {
154
+ type: PropType<string | number>;
155
+ default: number;
156
+ };
157
+ readonly: {
158
+ type: PropType<boolean>;
159
+ default: boolean;
160
+ };
161
+ customIcon: {
162
+ type: PropType<any>;
163
+ default: () => import("vue").DefineComponent<{
164
+ class: {
165
+ type: StringConstructor;
166
+ default: string;
167
+ };
168
+ name: {
169
+ type: StringConstructor;
170
+ default: string;
171
+ };
172
+ color: {
173
+ type: StringConstructor;
174
+ default: string;
175
+ };
176
+ width: {
177
+ type: (NumberConstructor | StringConstructor)[];
178
+ default: string;
179
+ };
180
+ height: {
181
+ type: (NumberConstructor | StringConstructor)[];
182
+ default: string;
183
+ };
184
+ }, {
185
+ classes: import("vue").ComputedRef<{
186
+ [x: string]: string | boolean;
187
+ "nut-icon": boolean;
188
+ }>;
189
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
190
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
191
+ class: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ name: {
196
+ type: StringConstructor;
197
+ default: string;
198
+ };
199
+ color: {
200
+ type: StringConstructor;
201
+ default: string;
202
+ };
203
+ width: {
204
+ type: (NumberConstructor | StringConstructor)[];
205
+ default: string;
206
+ };
207
+ height: {
208
+ type: (NumberConstructor | StringConstructor)[];
209
+ default: string;
210
+ };
211
+ }>>, {
212
+ name: string;
213
+ width: string | number;
214
+ height: string | number;
215
+ color: string;
216
+ class: string;
217
+ }>;
218
+ };
219
+ voidColor: {
220
+ type: PropType<string>;
221
+ default: string;
222
+ };
223
+ allowHalf: {
224
+ type: PropType<boolean>;
225
+ default: boolean;
226
+ };
227
+ touchable: {
228
+ type: PropType<boolean>;
229
+ default: boolean;
230
+ };
231
+ spacing: {
232
+ type: PropType<string | number>;
233
+ };
234
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235
+ change: (...args: any[]) => void;
236
+ "update:modelValue": (...args: any[]) => void;
237
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
238
+ disabled: {
239
+ type: PropType<boolean>;
240
+ default: boolean;
241
+ };
242
+ size: {
243
+ type: PropType<string | number>;
244
+ };
245
+ activeColor: {
246
+ type: PropType<string>;
247
+ default: string;
248
+ };
249
+ modelValue: {
250
+ type: PropType<string | number>;
251
+ default: number;
252
+ };
253
+ count: {
254
+ type: PropType<string | number>;
255
+ default: number;
256
+ };
257
+ readonly: {
258
+ type: PropType<boolean>;
259
+ default: boolean;
260
+ };
261
+ customIcon: {
262
+ type: PropType<any>;
263
+ default: () => import("vue").DefineComponent<{
264
+ class: {
265
+ type: StringConstructor;
266
+ default: string;
267
+ };
268
+ name: {
269
+ type: StringConstructor;
270
+ default: string;
271
+ };
272
+ color: {
273
+ type: StringConstructor;
274
+ default: string;
275
+ };
276
+ width: {
277
+ type: (NumberConstructor | StringConstructor)[];
278
+ default: string;
279
+ };
280
+ height: {
281
+ type: (NumberConstructor | StringConstructor)[];
282
+ default: string;
283
+ };
284
+ }, {
285
+ classes: import("vue").ComputedRef<{
286
+ [x: string]: string | boolean;
287
+ "nut-icon": boolean;
288
+ }>;
289
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
290
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
291
+ class: {
292
+ type: StringConstructor;
293
+ default: string;
294
+ };
295
+ name: {
296
+ type: StringConstructor;
297
+ default: string;
298
+ };
299
+ color: {
300
+ type: StringConstructor;
301
+ default: string;
302
+ };
303
+ width: {
304
+ type: (NumberConstructor | StringConstructor)[];
305
+ default: string;
306
+ };
307
+ height: {
308
+ type: (NumberConstructor | StringConstructor)[];
309
+ default: string;
310
+ };
311
+ }>>, {
312
+ name: string;
313
+ width: string | number;
314
+ height: string | number;
315
+ color: string;
316
+ class: string;
317
+ }>;
318
+ };
319
+ voidColor: {
320
+ type: PropType<string>;
321
+ default: string;
322
+ };
323
+ allowHalf: {
324
+ type: PropType<boolean>;
325
+ default: boolean;
326
+ };
327
+ touchable: {
328
+ type: PropType<boolean>;
329
+ default: boolean;
330
+ };
331
+ spacing: {
332
+ type: PropType<string | number>;
333
+ };
334
+ }>> & Readonly<{
335
+ onChange?: ((...args: any[]) => any) | undefined;
336
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
337
+ }>, {
338
+ disabled: boolean;
339
+ activeColor: string;
340
+ modelValue: string | number;
341
+ count: string | number;
342
+ readonly: boolean;
343
+ customIcon: any;
344
+ voidColor: string;
345
+ allowHalf: boolean;
346
+ touchable: boolean;
347
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
348
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
349
+ CommentImages: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
350
+ type: {
351
+ type: StringConstructor;
352
+ default: string;
353
+ };
354
+ videos: {
355
+ type: PropType<VideosType[]>;
356
+ default: () => never[];
357
+ };
358
+ images: {
359
+ type: PropType<ImagesType[]>;
360
+ default: () => never[];
361
+ };
362
+ }>, {
363
+ isShowImage: import("vue").Ref<boolean, boolean>;
364
+ initIndex: import("vue").Ref<number, number>;
365
+ showImages: (type: string, index: string | number) => void;
366
+ totalImages: import("vue").Ref<({
367
+ id?: string | number | undefined;
368
+ mainUrl: string;
369
+ videoUrl: string;
370
+ } | {
371
+ smallImgUrl: string;
372
+ bigImgUrl: string;
373
+ imgUrl: string;
374
+ })[], (VideosType | ImagesType)[] | ({
375
+ id?: string | number | undefined;
376
+ mainUrl: string;
377
+ videoUrl: string;
378
+ } | {
379
+ smallImgUrl: string;
380
+ bigImgUrl: string;
381
+ imgUrl: string;
382
+ })[]>;
383
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clickImages")[], "click" | "clickImages", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
384
+ type: {
385
+ type: StringConstructor;
386
+ default: string;
387
+ };
388
+ videos: {
389
+ type: PropType<VideosType[]>;
390
+ default: () => never[];
391
+ };
392
+ images: {
393
+ type: PropType<ImagesType[]>;
394
+ default: () => never[];
395
+ };
396
+ }>> & Readonly<{
397
+ onClick?: ((...args: any[]) => any) | undefined;
398
+ onClickImages?: ((...args: any[]) => any) | undefined;
399
+ }>, {
400
+ type: string;
401
+ images: ImagesType[];
402
+ videos: VideosType[];
403
+ }, {}, {
404
+ Right: import("vue").DefineComponent<{
405
+ class: {
406
+ type: StringConstructor;
407
+ default: string;
408
+ };
409
+ name: {
410
+ type: StringConstructor;
411
+ default: string;
412
+ };
413
+ color: {
414
+ type: StringConstructor;
415
+ default: string;
416
+ };
417
+ width: {
418
+ type: (NumberConstructor | StringConstructor)[];
419
+ default: string;
420
+ };
421
+ height: {
422
+ type: (NumberConstructor | StringConstructor)[];
423
+ default: string;
424
+ };
425
+ }, {
426
+ classes: import("vue").ComputedRef<{
427
+ [x: string]: string | boolean;
428
+ "nut-icon": boolean;
429
+ }>;
430
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
431
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
432
+ class: {
433
+ type: StringConstructor;
434
+ default: string;
435
+ };
436
+ name: {
437
+ type: StringConstructor;
438
+ default: string;
439
+ };
440
+ color: {
441
+ type: StringConstructor;
442
+ default: string;
443
+ };
444
+ width: {
445
+ type: (NumberConstructor | StringConstructor)[];
446
+ default: string;
447
+ };
448
+ height: {
449
+ type: (NumberConstructor | StringConstructor)[];
450
+ default: string;
451
+ };
452
+ }>>, {
453
+ name: string;
454
+ width: string | number;
455
+ height: string | number;
456
+ color: string;
457
+ class: string;
458
+ }>;
459
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
460
+ CommentBottom: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
461
+ type: {
462
+ type: StringConstructor;
463
+ default: string;
464
+ };
465
+ info: {
466
+ type: ObjectConstructor;
467
+ default: () => {};
468
+ };
469
+ operation: {
470
+ type: PropType<string[]>;
471
+ default: string[];
472
+ };
473
+ }>, {
474
+ showPopver: import("vue").Ref<boolean, boolean>;
475
+ operate: (type: string) => void;
476
+ mergeOp: import("vue").Ref<never[], never[]>;
477
+ handleClick: () => void;
478
+ translate: (keyPath: string, ...args: unknown[]) => any;
479
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleClick" | "clickOperate")[], "handleClick" | "clickOperate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
480
+ type: {
481
+ type: StringConstructor;
482
+ default: string;
483
+ };
484
+ info: {
485
+ type: ObjectConstructor;
486
+ default: () => {};
487
+ };
488
+ operation: {
489
+ type: PropType<string[]>;
490
+ default: string[];
491
+ };
492
+ }>> & Readonly<{
493
+ onHandleClick?: ((...args: any[]) => any) | undefined;
494
+ onClickOperate?: ((...args: any[]) => any) | undefined;
495
+ }>, {
496
+ info: Record<string, any>;
497
+ type: string;
498
+ operation: string[];
499
+ }, {}, {
500
+ Fabulous: import("vue").DefineComponent<{
501
+ class: {
502
+ type: StringConstructor;
503
+ default: string;
504
+ };
505
+ name: {
506
+ type: StringConstructor;
507
+ default: string;
508
+ };
509
+ color: {
510
+ type: StringConstructor;
511
+ default: string;
512
+ };
513
+ width: {
514
+ type: (NumberConstructor | StringConstructor)[];
515
+ default: string;
516
+ };
517
+ height: {
518
+ type: (NumberConstructor | StringConstructor)[];
519
+ default: string;
520
+ };
521
+ }, {
522
+ classes: import("vue").ComputedRef<{
523
+ [x: string]: string | boolean;
524
+ "nut-icon": boolean;
525
+ }>;
526
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
527
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
528
+ class: {
529
+ type: StringConstructor;
530
+ default: string;
531
+ };
532
+ name: {
533
+ type: StringConstructor;
534
+ default: string;
535
+ };
536
+ color: {
537
+ type: StringConstructor;
538
+ default: string;
539
+ };
540
+ width: {
541
+ type: (NumberConstructor | StringConstructor)[];
542
+ default: string;
543
+ };
544
+ height: {
545
+ type: (NumberConstructor | StringConstructor)[];
546
+ default: string;
547
+ };
548
+ }>>, {
549
+ name: string;
550
+ width: string | number;
551
+ height: string | number;
552
+ color: string;
553
+ class: string;
554
+ }>;
555
+ Comment: import("vue").DefineComponent<{
556
+ class: {
557
+ type: StringConstructor;
558
+ default: string;
559
+ };
560
+ name: {
561
+ type: StringConstructor;
562
+ default: string;
563
+ };
564
+ color: {
565
+ type: StringConstructor;
566
+ default: string;
567
+ };
568
+ width: {
569
+ type: (NumberConstructor | StringConstructor)[];
570
+ default: string;
571
+ };
572
+ height: {
573
+ type: (NumberConstructor | StringConstructor)[];
574
+ default: string;
575
+ };
576
+ }, {
577
+ classes: import("vue").ComputedRef<{
578
+ [x: string]: string | boolean;
579
+ "nut-icon": boolean;
580
+ }>;
581
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
582
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
583
+ class: {
584
+ type: StringConstructor;
585
+ default: string;
586
+ };
587
+ name: {
588
+ type: StringConstructor;
589
+ default: string;
590
+ };
591
+ color: {
592
+ type: StringConstructor;
593
+ default: string;
594
+ };
595
+ width: {
596
+ type: (NumberConstructor | StringConstructor)[];
597
+ default: string;
598
+ };
599
+ height: {
600
+ type: (NumberConstructor | StringConstructor)[];
601
+ default: string;
602
+ };
603
+ }>>, {
604
+ name: string;
605
+ width: string | number;
606
+ height: string | number;
607
+ color: string;
608
+ class: string;
609
+ }>;
610
+ MoreX: import("vue").DefineComponent<{
611
+ class: {
612
+ type: StringConstructor;
613
+ default: string;
614
+ };
615
+ name: {
616
+ type: StringConstructor;
617
+ default: string;
618
+ };
619
+ color: {
620
+ type: StringConstructor;
621
+ default: string;
622
+ };
623
+ width: {
624
+ type: (NumberConstructor | StringConstructor)[];
625
+ default: string;
626
+ };
627
+ height: {
628
+ type: (NumberConstructor | StringConstructor)[];
629
+ default: string;
630
+ };
631
+ }, {
632
+ classes: import("vue").ComputedRef<{
633
+ [x: string]: string | boolean;
634
+ "nut-icon": boolean;
635
+ }>;
636
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
637
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
638
+ class: {
639
+ type: StringConstructor;
640
+ default: string;
641
+ };
642
+ name: {
643
+ type: StringConstructor;
644
+ default: string;
645
+ };
646
+ color: {
647
+ type: StringConstructor;
648
+ default: string;
649
+ };
650
+ width: {
651
+ type: (NumberConstructor | StringConstructor)[];
652
+ default: string;
653
+ };
654
+ height: {
655
+ type: (NumberConstructor | StringConstructor)[];
656
+ default: string;
657
+ };
658
+ }>>, {
659
+ name: string;
660
+ width: string | number;
661
+ height: string | number;
662
+ color: string;
663
+ class: string;
664
+ }>;
665
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
666
+ Right: import("vue").DefineComponent<{
667
+ class: {
668
+ type: StringConstructor;
669
+ default: string;
670
+ };
671
+ name: {
672
+ type: StringConstructor;
673
+ default: string;
674
+ };
675
+ color: {
676
+ type: StringConstructor;
677
+ default: string;
678
+ };
679
+ width: {
680
+ type: (NumberConstructor | StringConstructor)[];
681
+ default: string;
682
+ };
683
+ height: {
684
+ type: (NumberConstructor | StringConstructor)[];
685
+ default: string;
686
+ };
687
+ }, {
688
+ classes: import("vue").ComputedRef<{
689
+ [x: string]: string | boolean;
690
+ "nut-icon": boolean;
691
+ }>;
692
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
693
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
694
+ class: {
695
+ type: StringConstructor;
696
+ default: string;
697
+ };
698
+ name: {
699
+ type: StringConstructor;
700
+ default: string;
701
+ };
702
+ color: {
703
+ type: StringConstructor;
704
+ default: string;
705
+ };
706
+ width: {
707
+ type: (NumberConstructor | StringConstructor)[];
708
+ default: string;
709
+ };
710
+ height: {
711
+ type: (NumberConstructor | StringConstructor)[];
712
+ default: string;
713
+ };
714
+ }>>, {
715
+ name: string;
716
+ width: string | number;
717
+ height: string | number;
718
+ color: string;
719
+ class: string;
720
+ }>;
721
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
111
722
  export default _default;
112
723
 
113
724
  declare module 'vue' {
@@ -0,0 +1,10 @@
1
+ export interface VideosType {
2
+ id?: number | string;
3
+ mainUrl: string;
4
+ videoUrl: string;
5
+ }
6
+ export interface ImagesType {
7
+ smallImgUrl: string;
8
+ bigImgUrl: string;
9
+ imgUrl: string;
10
+ }