@soubiran/ui 0.9.2 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,716 @@
1
- import { _default } from "./composables/useTableOfContents.js";
2
- import { useUmami } from "./composables/useUmami.js";
3
- export { _default as useTableOfContents, useUmami };
1
+ import * as _$vue from "vue";
2
+ import { FunctionalComponent, MaybeRefOrGetter, SVGAttributes } from "vue";
3
+ import * as _$tailwind_variants0 from "tailwind-variants";
4
+
5
+ //#region src/locale/type.d.ts
6
+ type LocaleCode = 'en' | 'fr';
7
+ //#endregion
8
+ //#region src/components/Discussions/DiscussionsSection.vue.d.ts
9
+ declare const discussionsSection: _$tailwind_variants0.TVReturnType<{
10
+ [key: string]: {
11
+ [key: string]: _$tailwind_variants0.ClassValue | {
12
+ content?: _$tailwind_variants0.ClassValue;
13
+ base?: _$tailwind_variants0.ClassValue;
14
+ alert?: _$tailwind_variants0.ClassValue;
15
+ header?: _$tailwind_variants0.ClassValue;
16
+ };
17
+ };
18
+ } | {
19
+ [x: string]: {
20
+ [x: string]: _$tailwind_variants0.ClassValue | {
21
+ content?: _$tailwind_variants0.ClassValue;
22
+ base?: _$tailwind_variants0.ClassValue;
23
+ alert?: _$tailwind_variants0.ClassValue;
24
+ header?: _$tailwind_variants0.ClassValue;
25
+ };
26
+ };
27
+ } | {}, {
28
+ base: string;
29
+ alert: string;
30
+ header: string;
31
+ content: string;
32
+ }, undefined, {
33
+ [key: string]: {
34
+ [key: string]: _$tailwind_variants0.ClassValue | {
35
+ content?: _$tailwind_variants0.ClassValue;
36
+ base?: _$tailwind_variants0.ClassValue;
37
+ alert?: _$tailwind_variants0.ClassValue;
38
+ header?: _$tailwind_variants0.ClassValue;
39
+ };
40
+ };
41
+ } | {}, {
42
+ base: string;
43
+ alert: string;
44
+ header: string;
45
+ content: string;
46
+ }, _$tailwind_variants0.TVReturnType<unknown, {
47
+ base: string;
48
+ alert: string;
49
+ header: string;
50
+ content: string;
51
+ }, undefined, unknown, unknown, undefined>>;
52
+ interface DiscussionsSectionProps {
53
+ class?: any;
54
+ ui?: Partial<typeof discussionsSection.slots>;
55
+ }
56
+ //#endregion
57
+ //#region src/components/Comments.vue.d.ts
58
+ interface CommentsProps {
59
+ pageId: string;
60
+ locale?: LocaleCode;
61
+ class?: DiscussionsSectionProps['class'];
62
+ ui?: DiscussionsSectionProps['ui'];
63
+ }
64
+ declare const _default: typeof __VLS_export$12;
65
+ declare const __VLS_export$12: _$vue.DefineComponent<CommentsProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CommentsProps> & Readonly<{}>, {
66
+ locale: LocaleCode;
67
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
68
+ //#endregion
69
+ //#region src/components/Container.vue.d.ts
70
+ declare const container: _$tailwind_variants0.TVReturnType<{
71
+ [key: string]: {
72
+ [key: string]: _$tailwind_variants0.ClassValue | {
73
+ base?: _$tailwind_variants0.ClassValue;
74
+ inner?: _$tailwind_variants0.ClassValue;
75
+ };
76
+ };
77
+ } | {
78
+ [x: string]: {
79
+ [x: string]: _$tailwind_variants0.ClassValue | {
80
+ base?: _$tailwind_variants0.ClassValue;
81
+ inner?: _$tailwind_variants0.ClassValue;
82
+ };
83
+ };
84
+ } | {}, {
85
+ base: string;
86
+ inner: string;
87
+ }, undefined, {
88
+ [key: string]: {
89
+ [key: string]: _$tailwind_variants0.ClassValue | {
90
+ base?: _$tailwind_variants0.ClassValue;
91
+ inner?: _$tailwind_variants0.ClassValue;
92
+ };
93
+ };
94
+ } | {}, {
95
+ base: string;
96
+ inner: string;
97
+ }, _$tailwind_variants0.TVReturnType<unknown, {
98
+ base: string;
99
+ inner: string;
100
+ }, undefined, unknown, unknown, undefined>>;
101
+ interface ContainerProps {
102
+ class?: any;
103
+ ui?: Partial<typeof container.slots>;
104
+ }
105
+ interface ContainerSlots {
106
+ default: (props: any) => any;
107
+ }
108
+ declare const _default$1: typeof __VLS_export$11;
109
+ declare const __VLS_export$11: __VLS_WithSlots$11<_$vue.DefineComponent<ContainerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, ContainerSlots>;
110
+ type __VLS_WithSlots$11<T, S> = T & {
111
+ new (): {
112
+ $slots: S;
113
+ };
114
+ };
115
+ //#endregion
116
+ //#region src/components/Feedback/Feedback.vue.d.ts
117
+ declare const feedback: _$tailwind_variants0.TVReturnType<{
118
+ [key: string]: {
119
+ [key: string]: _$tailwind_variants0.ClassValue | {
120
+ base?: _$tailwind_variants0.ClassValue;
121
+ };
122
+ };
123
+ } | {
124
+ [x: string]: {
125
+ [x: string]: _$tailwind_variants0.ClassValue | {
126
+ base?: _$tailwind_variants0.ClassValue;
127
+ };
128
+ };
129
+ } | {}, {
130
+ base: string;
131
+ }, undefined, {
132
+ [key: string]: {
133
+ [key: string]: _$tailwind_variants0.ClassValue | {
134
+ base?: _$tailwind_variants0.ClassValue;
135
+ };
136
+ };
137
+ } | {}, {
138
+ base: string;
139
+ }, _$tailwind_variants0.TVReturnType<unknown, {
140
+ base: string;
141
+ }, undefined, unknown, unknown, undefined>>;
142
+ interface FeedbackProps {
143
+ id: string;
144
+ class?: any;
145
+ ui?: Partial<typeof feedback.slots>;
146
+ }
147
+ interface FeedbackSlots {}
148
+ declare const _default$2: typeof __VLS_export$10;
149
+ declare const __VLS_export$10: __VLS_WithSlots$10<_$vue.DefineComponent<FeedbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<FeedbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, FeedbackSlots>;
150
+ type __VLS_WithSlots$10<T, S> = T & {
151
+ new (): {
152
+ $slots: S;
153
+ };
154
+ };
155
+ //#endregion
156
+ //#region src/components/Feedback/FeedbackCard.vue.d.ts
157
+ declare const feedbackCard: _$tailwind_variants0.TVReturnType<{
158
+ [key: string]: {
159
+ [key: string]: _$tailwind_variants0.ClassValue | {
160
+ base?: _$tailwind_variants0.ClassValue;
161
+ successfullySentOverlay?: _$tailwind_variants0.ClassValue;
162
+ successfullySentContent?: _$tailwind_variants0.ClassValue;
163
+ successfullySentIcon?: _$tailwind_variants0.ClassValue;
164
+ input?: _$tailwind_variants0.ClassValue;
165
+ radioGroup?: _$tailwind_variants0.ClassValue;
166
+ radioGroupItem?: _$tailwind_variants0.ClassValue;
167
+ radioGroupLabel?: _$tailwind_variants0.ClassValue;
168
+ };
169
+ };
170
+ } | {
171
+ [x: string]: {
172
+ [x: string]: _$tailwind_variants0.ClassValue | {
173
+ base?: _$tailwind_variants0.ClassValue;
174
+ successfullySentOverlay?: _$tailwind_variants0.ClassValue;
175
+ successfullySentContent?: _$tailwind_variants0.ClassValue;
176
+ successfullySentIcon?: _$tailwind_variants0.ClassValue;
177
+ input?: _$tailwind_variants0.ClassValue;
178
+ radioGroup?: _$tailwind_variants0.ClassValue;
179
+ radioGroupItem?: _$tailwind_variants0.ClassValue;
180
+ radioGroupLabel?: _$tailwind_variants0.ClassValue;
181
+ };
182
+ };
183
+ } | {}, {
184
+ base: string;
185
+ successfullySentOverlay: string;
186
+ successfullySentContent: string;
187
+ successfullySentIcon: string;
188
+ input: string;
189
+ radioGroup: string;
190
+ radioGroupItem: string;
191
+ radioGroupLabel: string;
192
+ }, undefined, {
193
+ [key: string]: {
194
+ [key: string]: _$tailwind_variants0.ClassValue | {
195
+ base?: _$tailwind_variants0.ClassValue;
196
+ successfullySentOverlay?: _$tailwind_variants0.ClassValue;
197
+ successfullySentContent?: _$tailwind_variants0.ClassValue;
198
+ successfullySentIcon?: _$tailwind_variants0.ClassValue;
199
+ input?: _$tailwind_variants0.ClassValue;
200
+ radioGroup?: _$tailwind_variants0.ClassValue;
201
+ radioGroupItem?: _$tailwind_variants0.ClassValue;
202
+ radioGroupLabel?: _$tailwind_variants0.ClassValue;
203
+ };
204
+ };
205
+ } | {}, {
206
+ base: string;
207
+ successfullySentOverlay: string;
208
+ successfullySentContent: string;
209
+ successfullySentIcon: string;
210
+ input: string;
211
+ radioGroup: string;
212
+ radioGroupItem: string;
213
+ radioGroupLabel: string;
214
+ }, _$tailwind_variants0.TVReturnType<unknown, {
215
+ base: string;
216
+ successfullySentOverlay: string;
217
+ successfullySentContent: string;
218
+ successfullySentIcon: string;
219
+ input: string;
220
+ radioGroup: string;
221
+ radioGroupItem: string;
222
+ radioGroupLabel: string;
223
+ }, undefined, unknown, unknown, undefined>>;
224
+ interface FeedbackCardProps {
225
+ id: string;
226
+ class?: any;
227
+ ui?: Partial<typeof feedbackCard.slots>;
228
+ }
229
+ interface FeedbackCardSlots {}
230
+ declare const _default$3: typeof __VLS_export$9;
231
+ declare const __VLS_export$9: __VLS_WithSlots$9<_$vue.DefineComponent<FeedbackCardProps & {
232
+ content: string;
233
+ rating: string;
234
+ }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
235
+ "update:content": (value: string) => any;
236
+ "update:rating": (value: string) => any;
237
+ success: (args_0: void) => any;
238
+ }, string, _$vue.PublicProps, Readonly<FeedbackCardProps & {
239
+ content: string;
240
+ rating: string;
241
+ }> & Readonly<{
242
+ "onUpdate:content"?: ((value: string) => any) | undefined;
243
+ "onUpdate:rating"?: ((value: string) => any) | undefined;
244
+ onSuccess?: ((args_0?: void | undefined) => any) | undefined;
245
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, FeedbackCardSlots>;
246
+ type __VLS_WithSlots$9<T, S> = T & {
247
+ new (): {
248
+ $slots: S;
249
+ };
250
+ };
251
+ //#endregion
252
+ //#region src/components/Header.vue.d.ts
253
+ declare const header: _$tailwind_variants0.TVReturnType<{
254
+ [key: string]: {
255
+ [key: string]: _$tailwind_variants0.ClassValue | {
256
+ base?: _$tailwind_variants0.ClassValue;
257
+ link?: _$tailwind_variants0.ClassValue;
258
+ };
259
+ };
260
+ } | {
261
+ [x: string]: {
262
+ [x: string]: _$tailwind_variants0.ClassValue | {
263
+ base?: _$tailwind_variants0.ClassValue;
264
+ link?: _$tailwind_variants0.ClassValue;
265
+ };
266
+ };
267
+ } | {}, {
268
+ base: string;
269
+ link: string;
270
+ }, undefined, {
271
+ [key: string]: {
272
+ [key: string]: _$tailwind_variants0.ClassValue | {
273
+ base?: _$tailwind_variants0.ClassValue;
274
+ link?: _$tailwind_variants0.ClassValue;
275
+ };
276
+ };
277
+ } | {}, {
278
+ base: string;
279
+ link: string;
280
+ }, _$tailwind_variants0.TVReturnType<unknown, {
281
+ base: string;
282
+ link: string;
283
+ }, undefined, unknown, unknown, undefined>>;
284
+ interface HeaderProps {
285
+ links: {
286
+ icon: FunctionalComponent<SVGAttributes>;
287
+ label: string;
288
+ to?: string;
289
+ href?: string;
290
+ target?: string;
291
+ rel?: string;
292
+ }[];
293
+ class?: any;
294
+ ui?: Partial<typeof header.slots>;
295
+ }
296
+ interface HeaderSlots {}
297
+ declare const _default$4: typeof __VLS_export$8;
298
+ declare const __VLS_export$8: __VLS_WithSlots$8<_$vue.DefineComponent<HeaderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<HeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, HeaderSlots>;
299
+ type __VLS_WithSlots$8<T, S> = T & {
300
+ new (): {
301
+ $slots: S;
302
+ };
303
+ };
304
+ //#endregion
305
+ //#region src/components/LoginCallback.vue.d.ts
306
+ interface LoginCallbackProps {
307
+ class?: any;
308
+ }
309
+ interface LoginCallbackSlots {
310
+ success: (props: {
311
+ message: string;
312
+ }) => any;
313
+ error: (props: {
314
+ message: string;
315
+ }) => any;
316
+ }
317
+ declare const _default$5: typeof __VLS_export$7;
318
+ declare const __VLS_export$7: __VLS_WithSlots$7<_$vue.DefineComponent<LoginCallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<LoginCallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, LoginCallbackSlots>;
319
+ type __VLS_WithSlots$7<T, S> = T & {
320
+ new (): {
321
+ $slots: S;
322
+ };
323
+ };
324
+ //#endregion
325
+ //#region src/components/Page/Page.vue.d.ts
326
+ declare const page: _$tailwind_variants0.TVReturnType<{
327
+ [key: string]: {
328
+ [key: string]: _$tailwind_variants0.ClassValue | {
329
+ content?: _$tailwind_variants0.ClassValue;
330
+ base?: _$tailwind_variants0.ClassValue;
331
+ header?: _$tailwind_variants0.ClassValue;
332
+ headerInner?: _$tailwind_variants0.ClassValue;
333
+ contentInner?: _$tailwind_variants0.ClassValue;
334
+ right?: _$tailwind_variants0.ClassValue;
335
+ rightInner?: _$tailwind_variants0.ClassValue;
336
+ };
337
+ };
338
+ } | {
339
+ [x: string]: {
340
+ [x: string]: _$tailwind_variants0.ClassValue | {
341
+ content?: _$tailwind_variants0.ClassValue;
342
+ base?: _$tailwind_variants0.ClassValue;
343
+ header?: _$tailwind_variants0.ClassValue;
344
+ headerInner?: _$tailwind_variants0.ClassValue;
345
+ contentInner?: _$tailwind_variants0.ClassValue;
346
+ right?: _$tailwind_variants0.ClassValue;
347
+ rightInner?: _$tailwind_variants0.ClassValue;
348
+ };
349
+ };
350
+ } | {}, {
351
+ base: string;
352
+ header: string;
353
+ headerInner: string;
354
+ content: string;
355
+ contentInner: string;
356
+ right: string;
357
+ rightInner: string;
358
+ }, undefined, {
359
+ [key: string]: {
360
+ [key: string]: _$tailwind_variants0.ClassValue | {
361
+ content?: _$tailwind_variants0.ClassValue;
362
+ base?: _$tailwind_variants0.ClassValue;
363
+ header?: _$tailwind_variants0.ClassValue;
364
+ headerInner?: _$tailwind_variants0.ClassValue;
365
+ contentInner?: _$tailwind_variants0.ClassValue;
366
+ right?: _$tailwind_variants0.ClassValue;
367
+ rightInner?: _$tailwind_variants0.ClassValue;
368
+ };
369
+ };
370
+ } | {}, {
371
+ base: string;
372
+ header: string;
373
+ headerInner: string;
374
+ content: string;
375
+ contentInner: string;
376
+ right: string;
377
+ rightInner: string;
378
+ }, _$tailwind_variants0.TVReturnType<unknown, {
379
+ base: string;
380
+ header: string;
381
+ headerInner: string;
382
+ content: string;
383
+ contentInner: string;
384
+ right: string;
385
+ rightInner: string;
386
+ }, undefined, unknown, unknown, undefined>>;
387
+ interface PageProps {
388
+ class?: any;
389
+ ui?: Partial<typeof page.slots>;
390
+ }
391
+ interface PageSlots {
392
+ default: (props: any) => any;
393
+ header: (props: any) => any;
394
+ right: (props: any) => any;
395
+ bottom: (props: any) => any;
396
+ }
397
+ declare const _default$6: typeof __VLS_export$6;
398
+ declare const __VLS_export$6: __VLS_WithSlots$6<_$vue.DefineComponent<PageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PageProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, PageSlots>;
399
+ type __VLS_WithSlots$6<T, S> = T & {
400
+ new (): {
401
+ $slots: S;
402
+ };
403
+ };
404
+ //#endregion
405
+ //#region src/components/Page/PageHeader.vue.d.ts
406
+ declare const pageHeader: _$tailwind_variants0.TVReturnType<{
407
+ [key: string]: {
408
+ [key: string]: _$tailwind_variants0.ClassValue | {
409
+ base?: _$tailwind_variants0.ClassValue;
410
+ };
411
+ };
412
+ } | {
413
+ [x: string]: {
414
+ [x: string]: _$tailwind_variants0.ClassValue | {
415
+ base?: _$tailwind_variants0.ClassValue;
416
+ };
417
+ };
418
+ } | {}, {
419
+ base: string;
420
+ }, undefined, {
421
+ [key: string]: {
422
+ [key: string]: _$tailwind_variants0.ClassValue | {
423
+ base?: _$tailwind_variants0.ClassValue;
424
+ };
425
+ };
426
+ } | {}, {
427
+ base: string;
428
+ }, _$tailwind_variants0.TVReturnType<unknown, {
429
+ base: string;
430
+ }, undefined, unknown, unknown, undefined>>;
431
+ interface PageHeaderProps {
432
+ title: string;
433
+ class?: any;
434
+ ui?: Partial<typeof pageHeader.slots>;
435
+ }
436
+ interface PageHeaderSlots {
437
+ after: (props: any) => any;
438
+ }
439
+ declare const _default$7: typeof __VLS_export$5;
440
+ declare const __VLS_export$5: __VLS_WithSlots$5<_$vue.DefineComponent<PageHeaderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PageHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, PageHeaderSlots>;
441
+ type __VLS_WithSlots$5<T, S> = T & {
442
+ new (): {
443
+ $slots: S;
444
+ };
445
+ };
446
+ //#endregion
447
+ //#region src/components/Page/PageTitle.vue.d.ts
448
+ declare const pageTitle: _$tailwind_variants0.TVReturnType<{
449
+ [key: string]: {
450
+ [key: string]: _$tailwind_variants0.ClassValue | {
451
+ base?: _$tailwind_variants0.ClassValue;
452
+ };
453
+ };
454
+ } | {
455
+ [x: string]: {
456
+ [x: string]: _$tailwind_variants0.ClassValue | {
457
+ base?: _$tailwind_variants0.ClassValue;
458
+ };
459
+ };
460
+ } | {}, {
461
+ base: string;
462
+ }, undefined, {
463
+ [key: string]: {
464
+ [key: string]: _$tailwind_variants0.ClassValue | {
465
+ base?: _$tailwind_variants0.ClassValue;
466
+ };
467
+ };
468
+ } | {}, {
469
+ base: string;
470
+ }, _$tailwind_variants0.TVReturnType<unknown, {
471
+ base: string;
472
+ }, undefined, unknown, unknown, undefined>>;
473
+ interface PageTitleProps {
474
+ title: string;
475
+ class?: any;
476
+ ui?: Partial<typeof pageTitle.slots>;
477
+ }
478
+ interface PageTitleSlots {}
479
+ declare const _default$8: typeof __VLS_export$4;
480
+ declare const __VLS_export$4: __VLS_WithSlots$4<_$vue.DefineComponent<PageTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PageTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, PageTitleSlots>;
481
+ type __VLS_WithSlots$4<T, S> = T & {
482
+ new (): {
483
+ $slots: S;
484
+ };
485
+ };
486
+ //#endregion
487
+ //#region src/components/Socials.vue.d.ts
488
+ declare const socials: _$tailwind_variants0.TVReturnType<{
489
+ [key: string]: {
490
+ [key: string]: _$tailwind_variants0.ClassValue | {
491
+ base?: _$tailwind_variants0.ClassValue;
492
+ link?: _$tailwind_variants0.ClassValue;
493
+ icon?: _$tailwind_variants0.ClassValue;
494
+ };
495
+ };
496
+ } | {
497
+ [x: string]: {
498
+ [x: string]: _$tailwind_variants0.ClassValue | {
499
+ base?: _$tailwind_variants0.ClassValue;
500
+ link?: _$tailwind_variants0.ClassValue;
501
+ icon?: _$tailwind_variants0.ClassValue;
502
+ };
503
+ };
504
+ } | {}, {
505
+ base: string;
506
+ link: string;
507
+ icon: string;
508
+ }, undefined, {
509
+ [key: string]: {
510
+ [key: string]: _$tailwind_variants0.ClassValue | {
511
+ base?: _$tailwind_variants0.ClassValue;
512
+ link?: _$tailwind_variants0.ClassValue;
513
+ icon?: _$tailwind_variants0.ClassValue;
514
+ };
515
+ };
516
+ } | {}, {
517
+ base: string;
518
+ link: string;
519
+ icon: string;
520
+ }, _$tailwind_variants0.TVReturnType<unknown, {
521
+ base: string;
522
+ link: string;
523
+ icon: string;
524
+ }, undefined, unknown, unknown, undefined>>;
525
+ interface SocialsProps {
526
+ class?: any;
527
+ ui?: Partial<typeof socials.slots>;
528
+ }
529
+ interface SocialsSlots {}
530
+ declare const _default$9: typeof __VLS_export$3;
531
+ declare const __VLS_export$3: __VLS_WithSlots$3<_$vue.DefineComponent<SocialsProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SocialsProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, SocialsSlots>;
532
+ type __VLS_WithSlots$3<T, S> = T & {
533
+ new (): {
534
+ $slots: S;
535
+ };
536
+ };
537
+ //#endregion
538
+ //#region src/components/Sponsors.vue.d.ts
539
+ declare const sponsors: _$tailwind_variants0.TVReturnType<{
540
+ [key: string]: {
541
+ [key: string]: _$tailwind_variants0.ClassValue | {
542
+ base?: _$tailwind_variants0.ClassValue;
543
+ img?: _$tailwind_variants0.ClassValue;
544
+ };
545
+ };
546
+ } | {
547
+ [x: string]: {
548
+ [x: string]: _$tailwind_variants0.ClassValue | {
549
+ base?: _$tailwind_variants0.ClassValue;
550
+ img?: _$tailwind_variants0.ClassValue;
551
+ };
552
+ };
553
+ } | {}, {
554
+ base: string;
555
+ img: string;
556
+ }, undefined, {
557
+ [key: string]: {
558
+ [key: string]: _$tailwind_variants0.ClassValue | {
559
+ base?: _$tailwind_variants0.ClassValue;
560
+ img?: _$tailwind_variants0.ClassValue;
561
+ };
562
+ };
563
+ } | {}, {
564
+ base: string;
565
+ img: string;
566
+ }, _$tailwind_variants0.TVReturnType<unknown, {
567
+ base: string;
568
+ img: string;
569
+ }, undefined, unknown, unknown, undefined>>;
570
+ interface SponsorsProps {
571
+ class?: any;
572
+ ui?: Partial<typeof sponsors.slots>;
573
+ }
574
+ interface SponsorsSlots {}
575
+ declare const _default$10: typeof __VLS_export$2;
576
+ declare const __VLS_export$2: __VLS_WithSlots$2<_$vue.DefineComponent<SponsorsProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SponsorsProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, SponsorsSlots>;
577
+ type __VLS_WithSlots$2<T, S> = T & {
578
+ new (): {
579
+ $slots: S;
580
+ };
581
+ };
582
+ //#endregion
583
+ //#region src/components/TableOfContents.vue.d.ts
584
+ declare const tableOfContents: _$tailwind_variants0.TVReturnType<{
585
+ [key: string]: {
586
+ [key: string]: _$tailwind_variants0.ClassValue | {
587
+ base?: _$tailwind_variants0.ClassValue;
588
+ link?: _$tailwind_variants0.ClassValue;
589
+ title?: _$tailwind_variants0.ClassValue;
590
+ list?: _$tailwind_variants0.ClassValue;
591
+ };
592
+ };
593
+ } | {
594
+ [x: string]: {
595
+ [x: string]: _$tailwind_variants0.ClassValue | {
596
+ base?: _$tailwind_variants0.ClassValue;
597
+ link?: _$tailwind_variants0.ClassValue;
598
+ title?: _$tailwind_variants0.ClassValue;
599
+ list?: _$tailwind_variants0.ClassValue;
600
+ };
601
+ };
602
+ } | {}, {
603
+ base: string;
604
+ title: string;
605
+ list: string;
606
+ link: string;
607
+ }, undefined, {
608
+ [key: string]: {
609
+ [key: string]: _$tailwind_variants0.ClassValue | {
610
+ base?: _$tailwind_variants0.ClassValue;
611
+ link?: _$tailwind_variants0.ClassValue;
612
+ title?: _$tailwind_variants0.ClassValue;
613
+ list?: _$tailwind_variants0.ClassValue;
614
+ };
615
+ };
616
+ } | {}, {
617
+ base: string;
618
+ title: string;
619
+ list: string;
620
+ link: string;
621
+ }, _$tailwind_variants0.TVReturnType<unknown, {
622
+ base: string;
623
+ title: string;
624
+ list: string;
625
+ link: string;
626
+ }, undefined, unknown, unknown, undefined>>;
627
+ interface TableOfContentsItem {
628
+ level: number;
629
+ anchor: string | null;
630
+ text: string;
631
+ children?: TableOfContentsItem[];
632
+ }
633
+ interface TableOfContentsProps {
634
+ toc: TableOfContentsItem[];
635
+ class?: any;
636
+ ui?: Partial<typeof tableOfContents.slots>;
637
+ }
638
+ interface TableOfContentsSlots {}
639
+ declare const _default$11: typeof __VLS_export$1;
640
+ declare const __VLS_export$1: __VLS_WithSlots$1<_$vue.DefineComponent<TableOfContentsProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TableOfContentsProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, TableOfContentsSlots>;
641
+ type __VLS_WithSlots$1<T, S> = T & {
642
+ new (): {
643
+ $slots: S;
644
+ };
645
+ };
646
+ //#endregion
647
+ //#region src/components/ViewersCounter.vue.d.ts
648
+ declare const viewersCounter: _$tailwind_variants0.TVReturnType<{
649
+ [key: string]: {
650
+ [key: string]: _$tailwind_variants0.ClassValue | {
651
+ base?: _$tailwind_variants0.ClassValue;
652
+ dot?: _$tailwind_variants0.ClassValue;
653
+ };
654
+ };
655
+ } | {
656
+ [x: string]: {
657
+ [x: string]: _$tailwind_variants0.ClassValue | {
658
+ base?: _$tailwind_variants0.ClassValue;
659
+ dot?: _$tailwind_variants0.ClassValue;
660
+ };
661
+ };
662
+ } | {}, {
663
+ base: string;
664
+ dot: string;
665
+ }, undefined, {
666
+ [key: string]: {
667
+ [key: string]: _$tailwind_variants0.ClassValue | {
668
+ base?: _$tailwind_variants0.ClassValue;
669
+ dot?: _$tailwind_variants0.ClassValue;
670
+ };
671
+ };
672
+ } | {}, {
673
+ base: string;
674
+ dot: string;
675
+ }, _$tailwind_variants0.TVReturnType<unknown, {
676
+ base: string;
677
+ dot: string;
678
+ }, undefined, unknown, unknown, undefined>>;
679
+ interface ViewersCounterProps {
680
+ class?: any;
681
+ ui?: Partial<typeof viewersCounter.slots>;
682
+ }
683
+ interface ViewersCounterSlots {}
684
+ declare const _default$12: typeof __VLS_export;
685
+ declare const __VLS_export: __VLS_WithSlots<_$vue.DefineComponent<ViewersCounterProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ViewersCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, ViewersCounterSlots>;
686
+ type __VLS_WithSlots<T, S> = T & {
687
+ new (): {
688
+ $slots: S;
689
+ };
690
+ };
691
+ //#endregion
692
+ //#region src/composables/useLogin.d.ts
693
+ type LoginError = 'popup-blocked' | 'popup-closed' | 'refresh-failed';
694
+ interface UseLoginOptions {
695
+ callbackPath?: MaybeRefOrGetter<string>;
696
+ }
697
+ declare function useLogin(options?: UseLoginOptions): {
698
+ error: _$vue.ComputedRef<LoginError | undefined>;
699
+ isPending: _$vue.ComputedRef<boolean>;
700
+ openLoginWindow: () => Promise<boolean>;
701
+ };
702
+ //#endregion
703
+ //#region src/composables/useTableOfContents.d.ts
704
+ declare function _useTableOfContents(): {
705
+ setActive: (id: string) => void;
706
+ unsetActive: (id: string) => void;
707
+ activeHeadings: Readonly<_$vue.Ref<readonly string[], readonly string[]>>;
708
+ };
709
+ declare const _default$13: typeof _useTableOfContents;
710
+ //#endregion
711
+ //#region src/composables/useUmami.d.ts
712
+ declare function useUmami(): {
713
+ track: (event: string, data?: Record<string, unknown>) => void;
714
+ };
715
+ //#endregion
716
+ export { _default as Comments, _default$1 as Container, _default$2 as Feedback, _default$3 as FeedbackCard, _default$4 as Header, _default$5 as LoginCallback, _default$6 as Page, _default$7 as PageHeader, _default$8 as PageTitle, _default$9 as Socials, _default$10 as Sponsors, _default$11 as TableOfContents, type TableOfContentsItem, _default$12 as ViewersCounter, useLogin, _default$13 as useTableOfContents, useUmami };