sprof 0.2.7 → 0.2.9

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 (58) hide show
  1. package/dist/{ExtractsList-BNHHbmEu.js → ExtractsList-CCcvo_02.js} +1 -1
  2. package/dist/core/auth/Auth.d.ts +1 -1
  3. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  4. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  5. package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
  6. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +569 -0
  7. package/dist/core/components/atoms/PDateInput/PDateInput.test.d.ts +1 -0
  8. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +77 -0
  9. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
  10. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
  11. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  12. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  13. package/dist/core/components/atoms/PHint/PHint.stories.d.ts +34 -0
  14. package/dist/core/components/atoms/PHint/PHint.test.d.ts +1 -0
  15. package/dist/core/components/atoms/PHint/PHint.vue.d.ts +5 -0
  16. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  17. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  18. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  19. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  20. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.stories.d.ts +31 -0
  21. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.test.d.ts +1 -0
  22. package/dist/core/components/atoms/POpts/POpts.test.d.ts +1 -0
  23. package/dist/core/components/atoms/POpts/POpts.vue.d.ts +28 -0
  24. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  25. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  27. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  28. package/dist/core/components/atoms/PTableToggle/PTableToggle.test.d.ts +1 -0
  29. package/dist/core/components/atoms/PTableToggle/PTableToggle.vue.d.ts +12 -0
  30. package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
  31. package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
  32. package/dist/core/components/atoms/index.d.ts +6 -1
  33. package/dist/core/components/molecules/PCard/PCard.stories.d.ts +801 -0
  34. package/dist/core/components/molecules/PCard/PCard.test.d.ts +1 -0
  35. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +112 -0
  36. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +720 -0
  37. package/dist/core/components/molecules/PCrudList/PCrudList.test.d.ts +1 -0
  38. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +137 -0
  39. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +243 -0
  40. package/dist/core/components/molecules/PEditDialog/PEditDialog.test.d.ts +1 -0
  41. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +29 -0
  42. package/dist/core/components/molecules/PEditDialog/pEditDialogProps.d.ts +10 -0
  43. package/dist/core/components/molecules/index.d.ts +4 -1
  44. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +10 -10
  45. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +5 -5
  46. package/dist/core/helpers/index.d.ts +1 -1
  47. package/dist/core/index.d.ts +1 -1
  48. package/dist/core/interfaces/index.d.ts +34 -0
  49. package/dist/core/store/index.d.ts +24 -24
  50. package/dist/core/ui/AdminUI.d.ts +4 -4
  51. package/dist/global-components.d.ts +8 -0
  52. package/dist/index-Bwtms4B9.js +19392 -0
  53. package/dist/index.d.ts +9 -0
  54. package/dist/sprof.js +29 -21
  55. package/dist/sprof.umd.cjs +23 -14
  56. package/dist/style.css +1 -1
  57. package/package.json +1 -1
  58. package/dist/index-T6suvcZB.js +0 -14184
@@ -0,0 +1,801 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
+ height: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ maxHeight: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ img: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ title: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ content: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ caption: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ icon: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ isMain: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ noPointer: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ noHover: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ }>> & Readonly<{
47
+ onClick?: ((...args: any[]) => any) | undefined;
48
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
+ click: (...args: any[]) => void;
50
+ }, import('vue').PublicProps, {
51
+ caption: string;
52
+ icon: string;
53
+ img: string;
54
+ title: string;
55
+ maxHeight: string;
56
+ height: string;
57
+ content: string;
58
+ noHover: boolean;
59
+ isMain: boolean;
60
+ noPointer: boolean;
61
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
62
+ contentRef: HTMLDivElement;
63
+ }, any, import('vue').ComponentProvideOptions, {
64
+ P: {};
65
+ B: {};
66
+ D: {};
67
+ C: {};
68
+ M: {};
69
+ Defaults: {};
70
+ }, Readonly<globalThis.ExtractPropTypes<{
71
+ height: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ maxHeight: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ img: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ title: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ content: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ caption: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ icon: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ isMain: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ noPointer: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ noHover: {
108
+ type: BooleanConstructor;
109
+ default: boolean;
110
+ };
111
+ }>> & Readonly<{
112
+ onClick?: ((...args: any[]) => any) | undefined;
113
+ }>, {}, {}, {}, {}, {
114
+ caption: string;
115
+ icon: string;
116
+ img: string;
117
+ title: string;
118
+ maxHeight: string;
119
+ height: string;
120
+ content: string;
121
+ noHover: boolean;
122
+ isMain: boolean;
123
+ noPointer: boolean;
124
+ }>;
125
+ __isFragment?: undefined;
126
+ __isTeleport?: undefined;
127
+ __isSuspense?: undefined;
128
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
129
+ height: {
130
+ type: StringConstructor;
131
+ default: string;
132
+ };
133
+ maxHeight: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ img: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ title: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ content: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ caption: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ icon: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ isMain: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ noPointer: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ noHover: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ }>> & Readonly<{
170
+ onClick?: ((...args: any[]) => any) | undefined;
171
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
172
+ click: (...args: any[]) => void;
173
+ }, string, {
174
+ caption: string;
175
+ icon: string;
176
+ img: string;
177
+ title: string;
178
+ maxHeight: string;
179
+ height: string;
180
+ content: string;
181
+ noHover: boolean;
182
+ isMain: boolean;
183
+ noPointer: boolean;
184
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
+ $slots: {
186
+ icon?(_: {}): any;
187
+ title?(_: {}): any;
188
+ caption?(_: {}): any;
189
+ default?(_: {}): any;
190
+ footer?(_: {}): any;
191
+ };
192
+ });
193
+ tags: string[];
194
+ parameters: {
195
+ docs: {
196
+ description: {
197
+ component: string;
198
+ };
199
+ };
200
+ };
201
+ argTypes: {
202
+ title: {
203
+ control: string;
204
+ };
205
+ caption: {
206
+ control: string;
207
+ };
208
+ content: {
209
+ control: string;
210
+ };
211
+ icon: {
212
+ control: string;
213
+ };
214
+ img: {
215
+ control: string;
216
+ };
217
+ isMain: {
218
+ control: string;
219
+ };
220
+ noPointer: {
221
+ control: string;
222
+ };
223
+ noHover: {
224
+ control: string;
225
+ };
226
+ height: {
227
+ control: string;
228
+ };
229
+ maxHeight: {
230
+ control: string;
231
+ };
232
+ };
233
+ };
234
+ export default _default;
235
+ export declare const Default: StoryFn<{
236
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
237
+ height: {
238
+ type: StringConstructor;
239
+ default: string;
240
+ };
241
+ maxHeight: {
242
+ type: StringConstructor;
243
+ default: string;
244
+ };
245
+ img: {
246
+ type: StringConstructor;
247
+ default: string;
248
+ };
249
+ title: {
250
+ type: StringConstructor;
251
+ default: string;
252
+ };
253
+ content: {
254
+ type: StringConstructor;
255
+ default: string;
256
+ };
257
+ caption: {
258
+ type: StringConstructor;
259
+ default: string;
260
+ };
261
+ icon: {
262
+ type: StringConstructor;
263
+ default: string;
264
+ };
265
+ isMain: {
266
+ type: BooleanConstructor;
267
+ default: boolean;
268
+ };
269
+ noPointer: {
270
+ type: BooleanConstructor;
271
+ default: boolean;
272
+ };
273
+ noHover: {
274
+ type: BooleanConstructor;
275
+ default: boolean;
276
+ };
277
+ }>> & Readonly<{
278
+ onClick?: ((...args: any[]) => any) | undefined;
279
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
280
+ click: (...args: any[]) => void;
281
+ }, import('vue').PublicProps, {
282
+ caption: string;
283
+ icon: string;
284
+ img: string;
285
+ title: string;
286
+ maxHeight: string;
287
+ height: string;
288
+ content: string;
289
+ noHover: boolean;
290
+ isMain: boolean;
291
+ noPointer: boolean;
292
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
293
+ contentRef: HTMLDivElement;
294
+ }, any, import('vue').ComponentProvideOptions, {
295
+ P: {};
296
+ B: {};
297
+ D: {};
298
+ C: {};
299
+ M: {};
300
+ Defaults: {};
301
+ }, Readonly<globalThis.ExtractPropTypes<{
302
+ height: {
303
+ type: StringConstructor;
304
+ default: string;
305
+ };
306
+ maxHeight: {
307
+ type: StringConstructor;
308
+ default: string;
309
+ };
310
+ img: {
311
+ type: StringConstructor;
312
+ default: string;
313
+ };
314
+ title: {
315
+ type: StringConstructor;
316
+ default: string;
317
+ };
318
+ content: {
319
+ type: StringConstructor;
320
+ default: string;
321
+ };
322
+ caption: {
323
+ type: StringConstructor;
324
+ default: string;
325
+ };
326
+ icon: {
327
+ type: StringConstructor;
328
+ default: string;
329
+ };
330
+ isMain: {
331
+ type: BooleanConstructor;
332
+ default: boolean;
333
+ };
334
+ noPointer: {
335
+ type: BooleanConstructor;
336
+ default: boolean;
337
+ };
338
+ noHover: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ };
342
+ }>> & Readonly<{
343
+ onClick?: ((...args: any[]) => any) | undefined;
344
+ }>, {}, {}, {}, {}, {
345
+ caption: string;
346
+ icon: string;
347
+ img: string;
348
+ title: string;
349
+ maxHeight: string;
350
+ height: string;
351
+ content: string;
352
+ noHover: boolean;
353
+ isMain: boolean;
354
+ noPointer: boolean;
355
+ }>;
356
+ __isFragment?: undefined;
357
+ __isTeleport?: undefined;
358
+ __isSuspense?: undefined;
359
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
360
+ height: {
361
+ type: StringConstructor;
362
+ default: string;
363
+ };
364
+ maxHeight: {
365
+ type: StringConstructor;
366
+ default: string;
367
+ };
368
+ img: {
369
+ type: StringConstructor;
370
+ default: string;
371
+ };
372
+ title: {
373
+ type: StringConstructor;
374
+ default: string;
375
+ };
376
+ content: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ };
380
+ caption: {
381
+ type: StringConstructor;
382
+ default: string;
383
+ };
384
+ icon: {
385
+ type: StringConstructor;
386
+ default: string;
387
+ };
388
+ isMain: {
389
+ type: BooleanConstructor;
390
+ default: boolean;
391
+ };
392
+ noPointer: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
396
+ noHover: {
397
+ type: BooleanConstructor;
398
+ default: boolean;
399
+ };
400
+ }>> & Readonly<{
401
+ onClick?: ((...args: any[]) => any) | undefined;
402
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
403
+ click: (...args: any[]) => void;
404
+ }, string, {
405
+ caption: string;
406
+ icon: string;
407
+ img: string;
408
+ title: string;
409
+ maxHeight: string;
410
+ height: string;
411
+ content: string;
412
+ noHover: boolean;
413
+ isMain: boolean;
414
+ noPointer: boolean;
415
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
416
+ $slots: {
417
+ icon?(_: {}): any;
418
+ title?(_: {}): any;
419
+ caption?(_: {}): any;
420
+ default?(_: {}): any;
421
+ footer?(_: {}): any;
422
+ };
423
+ })>;
424
+ export declare const WithImage: StoryFn<{
425
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
426
+ height: {
427
+ type: StringConstructor;
428
+ default: string;
429
+ };
430
+ maxHeight: {
431
+ type: StringConstructor;
432
+ default: string;
433
+ };
434
+ img: {
435
+ type: StringConstructor;
436
+ default: string;
437
+ };
438
+ title: {
439
+ type: StringConstructor;
440
+ default: string;
441
+ };
442
+ content: {
443
+ type: StringConstructor;
444
+ default: string;
445
+ };
446
+ caption: {
447
+ type: StringConstructor;
448
+ default: string;
449
+ };
450
+ icon: {
451
+ type: StringConstructor;
452
+ default: string;
453
+ };
454
+ isMain: {
455
+ type: BooleanConstructor;
456
+ default: boolean;
457
+ };
458
+ noPointer: {
459
+ type: BooleanConstructor;
460
+ default: boolean;
461
+ };
462
+ noHover: {
463
+ type: BooleanConstructor;
464
+ default: boolean;
465
+ };
466
+ }>> & Readonly<{
467
+ onClick?: ((...args: any[]) => any) | undefined;
468
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
469
+ click: (...args: any[]) => void;
470
+ }, import('vue').PublicProps, {
471
+ caption: string;
472
+ icon: string;
473
+ img: string;
474
+ title: string;
475
+ maxHeight: string;
476
+ height: string;
477
+ content: string;
478
+ noHover: boolean;
479
+ isMain: boolean;
480
+ noPointer: boolean;
481
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
482
+ contentRef: HTMLDivElement;
483
+ }, any, import('vue').ComponentProvideOptions, {
484
+ P: {};
485
+ B: {};
486
+ D: {};
487
+ C: {};
488
+ M: {};
489
+ Defaults: {};
490
+ }, Readonly<globalThis.ExtractPropTypes<{
491
+ height: {
492
+ type: StringConstructor;
493
+ default: string;
494
+ };
495
+ maxHeight: {
496
+ type: StringConstructor;
497
+ default: string;
498
+ };
499
+ img: {
500
+ type: StringConstructor;
501
+ default: string;
502
+ };
503
+ title: {
504
+ type: StringConstructor;
505
+ default: string;
506
+ };
507
+ content: {
508
+ type: StringConstructor;
509
+ default: string;
510
+ };
511
+ caption: {
512
+ type: StringConstructor;
513
+ default: string;
514
+ };
515
+ icon: {
516
+ type: StringConstructor;
517
+ default: string;
518
+ };
519
+ isMain: {
520
+ type: BooleanConstructor;
521
+ default: boolean;
522
+ };
523
+ noPointer: {
524
+ type: BooleanConstructor;
525
+ default: boolean;
526
+ };
527
+ noHover: {
528
+ type: BooleanConstructor;
529
+ default: boolean;
530
+ };
531
+ }>> & Readonly<{
532
+ onClick?: ((...args: any[]) => any) | undefined;
533
+ }>, {}, {}, {}, {}, {
534
+ caption: string;
535
+ icon: string;
536
+ img: string;
537
+ title: string;
538
+ maxHeight: string;
539
+ height: string;
540
+ content: string;
541
+ noHover: boolean;
542
+ isMain: boolean;
543
+ noPointer: boolean;
544
+ }>;
545
+ __isFragment?: undefined;
546
+ __isTeleport?: undefined;
547
+ __isSuspense?: undefined;
548
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
549
+ height: {
550
+ type: StringConstructor;
551
+ default: string;
552
+ };
553
+ maxHeight: {
554
+ type: StringConstructor;
555
+ default: string;
556
+ };
557
+ img: {
558
+ type: StringConstructor;
559
+ default: string;
560
+ };
561
+ title: {
562
+ type: StringConstructor;
563
+ default: string;
564
+ };
565
+ content: {
566
+ type: StringConstructor;
567
+ default: string;
568
+ };
569
+ caption: {
570
+ type: StringConstructor;
571
+ default: string;
572
+ };
573
+ icon: {
574
+ type: StringConstructor;
575
+ default: string;
576
+ };
577
+ isMain: {
578
+ type: BooleanConstructor;
579
+ default: boolean;
580
+ };
581
+ noPointer: {
582
+ type: BooleanConstructor;
583
+ default: boolean;
584
+ };
585
+ noHover: {
586
+ type: BooleanConstructor;
587
+ default: boolean;
588
+ };
589
+ }>> & Readonly<{
590
+ onClick?: ((...args: any[]) => any) | undefined;
591
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
592
+ click: (...args: any[]) => void;
593
+ }, string, {
594
+ caption: string;
595
+ icon: string;
596
+ img: string;
597
+ title: string;
598
+ maxHeight: string;
599
+ height: string;
600
+ content: string;
601
+ noHover: boolean;
602
+ isMain: boolean;
603
+ noPointer: boolean;
604
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
605
+ $slots: {
606
+ icon?(_: {}): any;
607
+ title?(_: {}): any;
608
+ caption?(_: {}): any;
609
+ default?(_: {}): any;
610
+ footer?(_: {}): any;
611
+ };
612
+ })>;
613
+ export declare const WithFooter: StoryFn<{
614
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
615
+ height: {
616
+ type: StringConstructor;
617
+ default: string;
618
+ };
619
+ maxHeight: {
620
+ type: StringConstructor;
621
+ default: string;
622
+ };
623
+ img: {
624
+ type: StringConstructor;
625
+ default: string;
626
+ };
627
+ title: {
628
+ type: StringConstructor;
629
+ default: string;
630
+ };
631
+ content: {
632
+ type: StringConstructor;
633
+ default: string;
634
+ };
635
+ caption: {
636
+ type: StringConstructor;
637
+ default: string;
638
+ };
639
+ icon: {
640
+ type: StringConstructor;
641
+ default: string;
642
+ };
643
+ isMain: {
644
+ type: BooleanConstructor;
645
+ default: boolean;
646
+ };
647
+ noPointer: {
648
+ type: BooleanConstructor;
649
+ default: boolean;
650
+ };
651
+ noHover: {
652
+ type: BooleanConstructor;
653
+ default: boolean;
654
+ };
655
+ }>> & Readonly<{
656
+ onClick?: ((...args: any[]) => any) | undefined;
657
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
658
+ click: (...args: any[]) => void;
659
+ }, import('vue').PublicProps, {
660
+ caption: string;
661
+ icon: string;
662
+ img: string;
663
+ title: string;
664
+ maxHeight: string;
665
+ height: string;
666
+ content: string;
667
+ noHover: boolean;
668
+ isMain: boolean;
669
+ noPointer: boolean;
670
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
671
+ contentRef: HTMLDivElement;
672
+ }, any, import('vue').ComponentProvideOptions, {
673
+ P: {};
674
+ B: {};
675
+ D: {};
676
+ C: {};
677
+ M: {};
678
+ Defaults: {};
679
+ }, Readonly<globalThis.ExtractPropTypes<{
680
+ height: {
681
+ type: StringConstructor;
682
+ default: string;
683
+ };
684
+ maxHeight: {
685
+ type: StringConstructor;
686
+ default: string;
687
+ };
688
+ img: {
689
+ type: StringConstructor;
690
+ default: string;
691
+ };
692
+ title: {
693
+ type: StringConstructor;
694
+ default: string;
695
+ };
696
+ content: {
697
+ type: StringConstructor;
698
+ default: string;
699
+ };
700
+ caption: {
701
+ type: StringConstructor;
702
+ default: string;
703
+ };
704
+ icon: {
705
+ type: StringConstructor;
706
+ default: string;
707
+ };
708
+ isMain: {
709
+ type: BooleanConstructor;
710
+ default: boolean;
711
+ };
712
+ noPointer: {
713
+ type: BooleanConstructor;
714
+ default: boolean;
715
+ };
716
+ noHover: {
717
+ type: BooleanConstructor;
718
+ default: boolean;
719
+ };
720
+ }>> & Readonly<{
721
+ onClick?: ((...args: any[]) => any) | undefined;
722
+ }>, {}, {}, {}, {}, {
723
+ caption: string;
724
+ icon: string;
725
+ img: string;
726
+ title: string;
727
+ maxHeight: string;
728
+ height: string;
729
+ content: string;
730
+ noHover: boolean;
731
+ isMain: boolean;
732
+ noPointer: boolean;
733
+ }>;
734
+ __isFragment?: undefined;
735
+ __isTeleport?: undefined;
736
+ __isSuspense?: undefined;
737
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
738
+ height: {
739
+ type: StringConstructor;
740
+ default: string;
741
+ };
742
+ maxHeight: {
743
+ type: StringConstructor;
744
+ default: string;
745
+ };
746
+ img: {
747
+ type: StringConstructor;
748
+ default: string;
749
+ };
750
+ title: {
751
+ type: StringConstructor;
752
+ default: string;
753
+ };
754
+ content: {
755
+ type: StringConstructor;
756
+ default: string;
757
+ };
758
+ caption: {
759
+ type: StringConstructor;
760
+ default: string;
761
+ };
762
+ icon: {
763
+ type: StringConstructor;
764
+ default: string;
765
+ };
766
+ isMain: {
767
+ type: BooleanConstructor;
768
+ default: boolean;
769
+ };
770
+ noPointer: {
771
+ type: BooleanConstructor;
772
+ default: boolean;
773
+ };
774
+ noHover: {
775
+ type: BooleanConstructor;
776
+ default: boolean;
777
+ };
778
+ }>> & Readonly<{
779
+ onClick?: ((...args: any[]) => any) | undefined;
780
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
781
+ click: (...args: any[]) => void;
782
+ }, string, {
783
+ caption: string;
784
+ icon: string;
785
+ img: string;
786
+ title: string;
787
+ maxHeight: string;
788
+ height: string;
789
+ content: string;
790
+ noHover: boolean;
791
+ isMain: boolean;
792
+ noPointer: boolean;
793
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
794
+ $slots: {
795
+ icon?(_: {}): any;
796
+ title?(_: {}): any;
797
+ caption?(_: {}): any;
798
+ default?(_: {}): any;
799
+ footer?(_: {}): any;
800
+ };
801
+ })>;