@ctonti/ask-golf-veneto 1.0.1 → 1.0.4

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 (39) hide show
  1. package/dist/{app-0PjpnX92.d.mts → app-DRsYYNT9.d.mts} +1 -1
  2. package/dist/{app-DzCpb5z9.d.cts.map → app-DRsYYNT9.d.mts.map} +1 -1
  3. package/dist/browser.d.ts +5599 -0
  4. package/dist/browser.d.ts.map +1 -0
  5. package/dist/browser.js +70787 -0
  6. package/dist/browser.js.map +1 -0
  7. package/dist/exports/client.d.mts +1 -1
  8. package/dist/index.d.mts +8 -3
  9. package/dist/index.d.mts.map +1 -0
  10. package/dist/index.mjs +9 -1
  11. package/dist/index.mjs.map +1 -0
  12. package/package.json +2 -2
  13. package/dist/app-0PjpnX92.d.mts.map +0 -1
  14. package/dist/app-Daoze0po.cjs +0 -189
  15. package/dist/app-DzCpb5z9.d.cts +0 -16
  16. package/dist/catalog-englM86y.cjs +0 -362
  17. package/dist/exports/browser.cjs +0 -3
  18. package/dist/exports/browser.d.cts +0 -2
  19. package/dist/exports/browser.d.mts +0 -2
  20. package/dist/exports/browser.mjs +0 -2
  21. package/dist/exports/catalog.cjs +0 -5
  22. package/dist/exports/catalog.d.cts +0 -676
  23. package/dist/exports/catalog.d.cts.map +0 -1
  24. package/dist/exports/client.cjs +0 -10
  25. package/dist/exports/client.d.cts +0 -48
  26. package/dist/exports/client.d.cts.map +0 -1
  27. package/dist/exports/registry.cjs +0 -6
  28. package/dist/exports/registry.d.cts +0 -12
  29. package/dist/exports/registry.d.cts.map +0 -1
  30. package/dist/index.cjs +0 -6
  31. package/dist/index.d.cts +0 -3
  32. package/dist/plugin-B0vGrWcM.d.cts +0 -7
  33. package/dist/plugin-B0vGrWcM.d.cts.map +0 -1
  34. package/dist/plugin-BdhObzU8.cjs +0 -14
  35. package/dist/plugin-DYfnXStA.mjs +0 -11
  36. package/dist/plugin-DYfnXStA.mjs.map +0 -1
  37. package/dist/plugin-X9b5Ujac.d.mts +0 -7
  38. package/dist/plugin-X9b5Ujac.d.mts.map +0 -1
  39. package/dist/registry-E8Of7gsT.cjs +0 -1261
@@ -1,676 +0,0 @@
1
- import * as _$_json_render_core0 from "@json-render/core";
2
- import { PromptOptions } from "@json-render/core";
3
- import { BaseComponentProps } from "@json-render/react";
4
- import { z } from "zod";
5
-
6
- //#region src/catalog.d.ts
7
- declare const pluginSchema: {
8
- components: {
9
- Root: {
10
- props: z.ZodObject<{}, z.core.$strip>;
11
- slots: string[];
12
- description: string;
13
- };
14
- HeroViaggioSkeleton: {
15
- props: z.ZodObject<{}, z.core.$strip>;
16
- description: string;
17
- };
18
- HeroViaggio: {
19
- props: z.ZodObject<{
20
- title: z.ZodString;
21
- tagline: z.ZodNullable<z.ZodString>;
22
- stats: z.ZodNullable<z.ZodArray<z.ZodObject<{
23
- label: z.ZodString;
24
- value: z.ZodString;
25
- }, z.core.$strip>>>;
26
- imageSrc: z.ZodNullable<z.ZodString>;
27
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
28
- }, z.core.$strip>;
29
- composable: boolean;
30
- description: string;
31
- example: {
32
- title: string;
33
- tagline: string;
34
- stats: {
35
- label: string;
36
- value: string;
37
- }[];
38
- };
39
- };
40
- ConceptCardSkeleton: {
41
- props: z.ZodObject<{}, z.core.$strip>;
42
- description: string;
43
- };
44
- ConceptCard: {
45
- props: z.ZodObject<{
46
- debrief: z.ZodString;
47
- concept: z.ZodString;
48
- themes: z.ZodArray<z.ZodObject<{
49
- icon: z.ZodString;
50
- label: z.ZodString;
51
- }, z.core.$strip>>;
52
- }, z.core.$strip>;
53
- description: string;
54
- example: {
55
- debrief: string;
56
- concept: string;
57
- themes: {
58
- icon: string;
59
- label: string;
60
- }[];
61
- };
62
- };
63
- DayPlanSkeleton: {
64
- props: z.ZodObject<{}, z.core.$strip>;
65
- description: string;
66
- };
67
- DayPlan: {
68
- props: z.ZodObject<{
69
- dayNumber: z.ZodNumber;
70
- title: z.ZodString;
71
- location: z.ZodString;
72
- golf: z.ZodNullable<z.ZodObject<{
73
- clubName: z.ZodString;
74
- holes: z.ZodString;
75
- par: z.ZodString;
76
- description: z.ZodString;
77
- highlight: z.ZodNullable<z.ZodString>;
78
- }, z.core.$strip>>;
79
- explore: z.ZodNullable<z.ZodArray<z.ZodObject<{
80
- name: z.ZodString;
81
- description: z.ZodString;
82
- type: z.ZodString;
83
- }, z.core.$strip>>>;
84
- dine: z.ZodNullable<z.ZodObject<{
85
- name: z.ZodString;
86
- cuisine: z.ZodString;
87
- dish: z.ZodString;
88
- description: z.ZodString;
89
- }, z.core.$strip>>;
90
- wine: z.ZodNullable<z.ZodObject<{
91
- name: z.ZodString;
92
- description: z.ZodString;
93
- wines: z.ZodArray<z.ZodString>;
94
- }, z.core.$strip>>;
95
- stay: z.ZodNullable<z.ZodObject<{
96
- name: z.ZodString;
97
- type: z.ZodString;
98
- description: z.ZodString;
99
- }, z.core.$strip>>;
100
- logistics: z.ZodNullable<z.ZodObject<{
101
- from: z.ZodString;
102
- to: z.ZodString;
103
- time: z.ZodString;
104
- transport: z.ZodString;
105
- note: z.ZodNullable<z.ZodString>;
106
- }, z.core.$strip>>;
107
- curiosity: z.ZodNullable<z.ZodString>;
108
- }, z.core.$strip>;
109
- description: string;
110
- example: {
111
- dayNumber: number;
112
- title: string;
113
- location: string;
114
- golf: {
115
- clubName: string;
116
- holes: string;
117
- par: string;
118
- description: string;
119
- highlight: string;
120
- };
121
- explore: {
122
- name: string;
123
- description: string;
124
- type: string;
125
- }[];
126
- dine: {
127
- name: string;
128
- cuisine: string;
129
- dish: string;
130
- description: string;
131
- };
132
- wine: null;
133
- stay: {
134
- name: string;
135
- type: string;
136
- description: string;
137
- };
138
- logistics: {
139
- from: string;
140
- to: string;
141
- time: string;
142
- transport: string;
143
- note: string;
144
- };
145
- curiosity: string;
146
- };
147
- };
148
- GolfClubSpotlightSkeleton: {
149
- props: z.ZodObject<{}, z.core.$strip>;
150
- description: string;
151
- };
152
- GolfClubSpotlight: {
153
- props: z.ZodObject<{
154
- name: z.ZodString;
155
- tagline: z.ZodNullable<z.ZodString>;
156
- holes: z.ZodNumber;
157
- par: z.ZodNumber;
158
- courses: z.ZodNumber;
159
- distance: z.ZodString;
160
- difficulty: z.ZodString;
161
- terrain: z.ZodString;
162
- description: z.ZodString;
163
- address: z.ZodString;
164
- phone: z.ZodNullable<z.ZodString>;
165
- email: z.ZodNullable<z.ZodString>;
166
- imageSrc: z.ZodNullable<z.ZodString>;
167
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
168
- nearbyAttractions: z.ZodNullable<z.ZodArray<z.ZodObject<{
169
- name: z.ZodString;
170
- distance: z.ZodString;
171
- }, z.core.$strip>>>;
172
- }, z.core.$strip>;
173
- description: string;
174
- };
175
- ExperienceGridSkeleton: {
176
- props: z.ZodObject<{}, z.core.$strip>;
177
- description: string;
178
- };
179
- ExperienceGrid: {
180
- props: z.ZodObject<{
181
- title: z.ZodNullable<z.ZodString>;
182
- subtitle: z.ZodNullable<z.ZodString>;
183
- experiences: z.ZodArray<z.ZodObject<{
184
- category: z.ZodString;
185
- name: z.ZodString;
186
- location: z.ZodString;
187
- description: z.ZodString;
188
- highlight: z.ZodNullable<z.ZodString>;
189
- }, z.core.$strip>>;
190
- }, z.core.$strip>;
191
- composable: boolean;
192
- description: string;
193
- };
194
- RouteStripSkeleton: {
195
- props: z.ZodObject<{}, z.core.$strip>;
196
- description: string;
197
- };
198
- RouteStrip: {
199
- props: z.ZodObject<{
200
- title: z.ZodNullable<z.ZodString>;
201
- legs: z.ZodArray<z.ZodObject<{
202
- from: z.ZodString;
203
- to: z.ZodString;
204
- distance: z.ZodString;
205
- time: z.ZodString;
206
- transport: z.ZodString;
207
- note: z.ZodNullable<z.ZodString>;
208
- }, z.core.$strip>>;
209
- }, z.core.$strip>;
210
- description: string;
211
- };
212
- TasteCardSkeleton: {
213
- props: z.ZodObject<{}, z.core.$strip>;
214
- description: string;
215
- };
216
- TasteCard: {
217
- props: z.ZodObject<{
218
- type: z.ZodString;
219
- name: z.ZodString;
220
- location: z.ZodString;
221
- description: z.ZodString;
222
- highlights: z.ZodArray<z.ZodString>;
223
- recommendation: z.ZodString;
224
- imageSrc: z.ZodNullable<z.ZodString>;
225
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
226
- }, z.core.$strip>;
227
- description: string;
228
- };
229
- StayCardSkeleton: {
230
- props: z.ZodObject<{}, z.core.$strip>;
231
- description: string;
232
- };
233
- StayCard: {
234
- props: z.ZodObject<{
235
- name: z.ZodString;
236
- type: z.ZodString;
237
- stars: z.ZodNullable<z.ZodNumber>;
238
- location: z.ZodString;
239
- features: z.ZodArray<z.ZodString>;
240
- whyPerfect: z.ZodString;
241
- priceRange: z.ZodNullable<z.ZodString>;
242
- imageSrc: z.ZodNullable<z.ZodString>;
243
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
244
- }, z.core.$strip>;
245
- description: string;
246
- };
247
- TripSummarySkeleton: {
248
- props: z.ZodObject<{}, z.core.$strip>;
249
- description: string;
250
- };
251
- TripSummary: {
252
- props: z.ZodObject<{
253
- title: z.ZodNullable<z.ZodString>;
254
- stats: z.ZodArray<z.ZodObject<{
255
- label: z.ZodString;
256
- value: z.ZodString;
257
- }, z.core.$strip>>;
258
- highlights: z.ZodArray<z.ZodString>;
259
- closingMessage: z.ZodString;
260
- ctaText: z.ZodNullable<z.ZodString>;
261
- }, z.core.$strip>;
262
- description: string;
263
- };
264
- InsiderTipSkeleton: {
265
- props: z.ZodObject<{}, z.core.$strip>;
266
- description: string;
267
- };
268
- InsiderTip: {
269
- props: z.ZodObject<{
270
- title: z.ZodString;
271
- text: z.ZodString;
272
- source: z.ZodNullable<z.ZodString>;
273
- }, z.core.$strip>;
274
- description: string;
275
- };
276
- Link: {
277
- props: z.ZodObject<{
278
- label: z.ZodString;
279
- href: z.ZodString;
280
- variant: z.ZodNullable<z.ZodEnum<{
281
- primary: "primary";
282
- secondary: "secondary";
283
- outline: "outline";
284
- danger: "danger";
285
- }>>;
286
- }, z.core.$strip>;
287
- events: string[];
288
- description: string;
289
- example: {
290
- label: string;
291
- href: string;
292
- variant: string;
293
- };
294
- };
295
- };
296
- actions: {
297
- setState: {
298
- params: z.ZodObject<{
299
- statePath: z.ZodString;
300
- value: z.ZodUnknown;
301
- }, z.core.$strip>;
302
- description: string;
303
- };
304
- pushState: {
305
- params: z.ZodObject<{
306
- statePath: z.ZodString;
307
- value: z.ZodUnknown;
308
- clearStatePath: z.ZodOptional<z.ZodString>;
309
- }, z.core.$strip>;
310
- description: string;
311
- };
312
- removeState: {
313
- params: z.ZodObject<{
314
- statePath: z.ZodString;
315
- index: z.ZodNumber;
316
- }, z.core.$strip>;
317
- description: string;
318
- };
319
- linkClick: {
320
- params: z.ZodObject<{
321
- href: z.ZodString;
322
- }, z.core.$strip>;
323
- description: string;
324
- };
325
- };
326
- };
327
- declare const catalog: _$_json_render_core0.Catalog<{
328
- spec: _$_json_render_core0.SchemaType<"object", {
329
- root: _$_json_render_core0.SchemaType<"string", unknown>;
330
- elements: _$_json_render_core0.SchemaType<"record", _$_json_render_core0.SchemaType<"object", {
331
- type: _$_json_render_core0.SchemaType<"ref", string>;
332
- props: _$_json_render_core0.SchemaType<"propsOf", string>;
333
- children: _$_json_render_core0.SchemaType<"array", _$_json_render_core0.SchemaType<"string", unknown>>;
334
- visible: _$_json_render_core0.SchemaType<"any", unknown>;
335
- }>>;
336
- }>;
337
- catalog: _$_json_render_core0.SchemaType<"object", {
338
- components: _$_json_render_core0.SchemaType<"map", {
339
- props: _$_json_render_core0.SchemaType<"zod", unknown>;
340
- slots: _$_json_render_core0.SchemaType<"array", _$_json_render_core0.SchemaType<"string", unknown>>;
341
- description: _$_json_render_core0.SchemaType<"string", unknown>;
342
- example: _$_json_render_core0.SchemaType<"any", unknown>;
343
- }>;
344
- actions: _$_json_render_core0.SchemaType<"map", {
345
- params: _$_json_render_core0.SchemaType<"zod", unknown>;
346
- description: _$_json_render_core0.SchemaType<"string", unknown>;
347
- }>;
348
- }>;
349
- }, {
350
- components: {
351
- Root: {
352
- props: z.ZodObject<{}, z.core.$strip>;
353
- slots: string[];
354
- description: string;
355
- };
356
- HeroViaggioSkeleton: {
357
- props: z.ZodObject<{}, z.core.$strip>;
358
- description: string;
359
- };
360
- HeroViaggio: {
361
- props: z.ZodObject<{
362
- title: z.ZodString;
363
- tagline: z.ZodNullable<z.ZodString>;
364
- stats: z.ZodNullable<z.ZodArray<z.ZodObject<{
365
- label: z.ZodString;
366
- value: z.ZodString;
367
- }, z.core.$strip>>>;
368
- imageSrc: z.ZodNullable<z.ZodString>;
369
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
370
- }, z.core.$strip>;
371
- composable: boolean;
372
- description: string;
373
- example: {
374
- title: string;
375
- tagline: string;
376
- stats: {
377
- label: string;
378
- value: string;
379
- }[];
380
- };
381
- };
382
- ConceptCardSkeleton: {
383
- props: z.ZodObject<{}, z.core.$strip>;
384
- description: string;
385
- };
386
- ConceptCard: {
387
- props: z.ZodObject<{
388
- debrief: z.ZodString;
389
- concept: z.ZodString;
390
- themes: z.ZodArray<z.ZodObject<{
391
- icon: z.ZodString;
392
- label: z.ZodString;
393
- }, z.core.$strip>>;
394
- }, z.core.$strip>;
395
- description: string;
396
- example: {
397
- debrief: string;
398
- concept: string;
399
- themes: {
400
- icon: string;
401
- label: string;
402
- }[];
403
- };
404
- };
405
- DayPlanSkeleton: {
406
- props: z.ZodObject<{}, z.core.$strip>;
407
- description: string;
408
- };
409
- DayPlan: {
410
- props: z.ZodObject<{
411
- dayNumber: z.ZodNumber;
412
- title: z.ZodString;
413
- location: z.ZodString;
414
- golf: z.ZodNullable<z.ZodObject<{
415
- clubName: z.ZodString;
416
- holes: z.ZodString;
417
- par: z.ZodString;
418
- description: z.ZodString;
419
- highlight: z.ZodNullable<z.ZodString>;
420
- }, z.core.$strip>>;
421
- explore: z.ZodNullable<z.ZodArray<z.ZodObject<{
422
- name: z.ZodString;
423
- description: z.ZodString;
424
- type: z.ZodString;
425
- }, z.core.$strip>>>;
426
- dine: z.ZodNullable<z.ZodObject<{
427
- name: z.ZodString;
428
- cuisine: z.ZodString;
429
- dish: z.ZodString;
430
- description: z.ZodString;
431
- }, z.core.$strip>>;
432
- wine: z.ZodNullable<z.ZodObject<{
433
- name: z.ZodString;
434
- description: z.ZodString;
435
- wines: z.ZodArray<z.ZodString>;
436
- }, z.core.$strip>>;
437
- stay: z.ZodNullable<z.ZodObject<{
438
- name: z.ZodString;
439
- type: z.ZodString;
440
- description: z.ZodString;
441
- }, z.core.$strip>>;
442
- logistics: z.ZodNullable<z.ZodObject<{
443
- from: z.ZodString;
444
- to: z.ZodString;
445
- time: z.ZodString;
446
- transport: z.ZodString;
447
- note: z.ZodNullable<z.ZodString>;
448
- }, z.core.$strip>>;
449
- curiosity: z.ZodNullable<z.ZodString>;
450
- }, z.core.$strip>;
451
- description: string;
452
- example: {
453
- dayNumber: number;
454
- title: string;
455
- location: string;
456
- golf: {
457
- clubName: string;
458
- holes: string;
459
- par: string;
460
- description: string;
461
- highlight: string;
462
- };
463
- explore: {
464
- name: string;
465
- description: string;
466
- type: string;
467
- }[];
468
- dine: {
469
- name: string;
470
- cuisine: string;
471
- dish: string;
472
- description: string;
473
- };
474
- wine: null;
475
- stay: {
476
- name: string;
477
- type: string;
478
- description: string;
479
- };
480
- logistics: {
481
- from: string;
482
- to: string;
483
- time: string;
484
- transport: string;
485
- note: string;
486
- };
487
- curiosity: string;
488
- };
489
- };
490
- GolfClubSpotlightSkeleton: {
491
- props: z.ZodObject<{}, z.core.$strip>;
492
- description: string;
493
- };
494
- GolfClubSpotlight: {
495
- props: z.ZodObject<{
496
- name: z.ZodString;
497
- tagline: z.ZodNullable<z.ZodString>;
498
- holes: z.ZodNumber;
499
- par: z.ZodNumber;
500
- courses: z.ZodNumber;
501
- distance: z.ZodString;
502
- difficulty: z.ZodString;
503
- terrain: z.ZodString;
504
- description: z.ZodString;
505
- address: z.ZodString;
506
- phone: z.ZodNullable<z.ZodString>;
507
- email: z.ZodNullable<z.ZodString>;
508
- imageSrc: z.ZodNullable<z.ZodString>;
509
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
510
- nearbyAttractions: z.ZodNullable<z.ZodArray<z.ZodObject<{
511
- name: z.ZodString;
512
- distance: z.ZodString;
513
- }, z.core.$strip>>>;
514
- }, z.core.$strip>;
515
- description: string;
516
- };
517
- ExperienceGridSkeleton: {
518
- props: z.ZodObject<{}, z.core.$strip>;
519
- description: string;
520
- };
521
- ExperienceGrid: {
522
- props: z.ZodObject<{
523
- title: z.ZodNullable<z.ZodString>;
524
- subtitle: z.ZodNullable<z.ZodString>;
525
- experiences: z.ZodArray<z.ZodObject<{
526
- category: z.ZodString;
527
- name: z.ZodString;
528
- location: z.ZodString;
529
- description: z.ZodString;
530
- highlight: z.ZodNullable<z.ZodString>;
531
- }, z.core.$strip>>;
532
- }, z.core.$strip>;
533
- composable: boolean;
534
- description: string;
535
- };
536
- RouteStripSkeleton: {
537
- props: z.ZodObject<{}, z.core.$strip>;
538
- description: string;
539
- };
540
- RouteStrip: {
541
- props: z.ZodObject<{
542
- title: z.ZodNullable<z.ZodString>;
543
- legs: z.ZodArray<z.ZodObject<{
544
- from: z.ZodString;
545
- to: z.ZodString;
546
- distance: z.ZodString;
547
- time: z.ZodString;
548
- transport: z.ZodString;
549
- note: z.ZodNullable<z.ZodString>;
550
- }, z.core.$strip>>;
551
- }, z.core.$strip>;
552
- description: string;
553
- };
554
- TasteCardSkeleton: {
555
- props: z.ZodObject<{}, z.core.$strip>;
556
- description: string;
557
- };
558
- TasteCard: {
559
- props: z.ZodObject<{
560
- type: z.ZodString;
561
- name: z.ZodString;
562
- location: z.ZodString;
563
- description: z.ZodString;
564
- highlights: z.ZodArray<z.ZodString>;
565
- recommendation: z.ZodString;
566
- imageSrc: z.ZodNullable<z.ZodString>;
567
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
568
- }, z.core.$strip>;
569
- description: string;
570
- };
571
- StayCardSkeleton: {
572
- props: z.ZodObject<{}, z.core.$strip>;
573
- description: string;
574
- };
575
- StayCard: {
576
- props: z.ZodObject<{
577
- name: z.ZodString;
578
- type: z.ZodString;
579
- stars: z.ZodNullable<z.ZodNumber>;
580
- location: z.ZodString;
581
- features: z.ZodArray<z.ZodString>;
582
- whyPerfect: z.ZodString;
583
- priceRange: z.ZodNullable<z.ZodString>;
584
- imageSrc: z.ZodNullable<z.ZodString>;
585
- imageGenerateQuery: z.ZodNullable<z.ZodString>;
586
- }, z.core.$strip>;
587
- description: string;
588
- };
589
- TripSummarySkeleton: {
590
- props: z.ZodObject<{}, z.core.$strip>;
591
- description: string;
592
- };
593
- TripSummary: {
594
- props: z.ZodObject<{
595
- title: z.ZodNullable<z.ZodString>;
596
- stats: z.ZodArray<z.ZodObject<{
597
- label: z.ZodString;
598
- value: z.ZodString;
599
- }, z.core.$strip>>;
600
- highlights: z.ZodArray<z.ZodString>;
601
- closingMessage: z.ZodString;
602
- ctaText: z.ZodNullable<z.ZodString>;
603
- }, z.core.$strip>;
604
- description: string;
605
- };
606
- InsiderTipSkeleton: {
607
- props: z.ZodObject<{}, z.core.$strip>;
608
- description: string;
609
- };
610
- InsiderTip: {
611
- props: z.ZodObject<{
612
- title: z.ZodString;
613
- text: z.ZodString;
614
- source: z.ZodNullable<z.ZodString>;
615
- }, z.core.$strip>;
616
- description: string;
617
- };
618
- Link: {
619
- props: z.ZodObject<{
620
- label: z.ZodString;
621
- href: z.ZodString;
622
- variant: z.ZodNullable<z.ZodEnum<{
623
- primary: "primary";
624
- secondary: "secondary";
625
- outline: "outline";
626
- danger: "danger";
627
- }>>;
628
- }, z.core.$strip>;
629
- events: string[];
630
- description: string;
631
- example: {
632
- label: string;
633
- href: string;
634
- variant: string;
635
- };
636
- };
637
- };
638
- actions: {
639
- setState: {
640
- params: z.ZodObject<{
641
- statePath: z.ZodString;
642
- value: z.ZodUnknown;
643
- }, z.core.$strip>;
644
- description: string;
645
- };
646
- pushState: {
647
- params: z.ZodObject<{
648
- statePath: z.ZodString;
649
- value: z.ZodUnknown;
650
- clearStatePath: z.ZodOptional<z.ZodString>;
651
- }, z.core.$strip>;
652
- description: string;
653
- };
654
- removeState: {
655
- params: z.ZodObject<{
656
- statePath: z.ZodString;
657
- index: z.ZodNumber;
658
- }, z.core.$strip>;
659
- description: string;
660
- };
661
- linkClick: {
662
- params: z.ZodObject<{
663
- href: z.ZodString;
664
- }, z.core.$strip>;
665
- description: string;
666
- };
667
- };
668
- }>;
669
- declare function getSystemPrompt(options?: PromptOptions): string;
670
- declare function getSystemPromptInline(options?: PromptOptions): string;
671
- type ComponentKey = keyof (typeof pluginSchema)['components'];
672
- type ComponentProps<K extends ComponentKey> = z.output<(typeof pluginSchema)['components'][K]['props']>;
673
- type ComponentContext<K extends ComponentKey> = BaseComponentProps<ComponentProps<K>>;
674
- //#endregion
675
- export { ComponentContext, ComponentKey, ComponentProps, catalog, getSystemPrompt, getSystemPromptInline };
676
- //# sourceMappingURL=catalog.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"catalog.d.cts","names":[],"sources":["../../src/catalog.ts"],"mappings":";;;;;;cAKM,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwUO,OAAA,uBAAO,OAAA;;UAAsC,oBAAA,CAAA,UAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAE1C,eAAA,CAAgB,OAAA,GAAU,aAAA;AAAA,iBAI1B,qBAAA,CAAsB,OAAA,GAAS,aAAA;AAAA,KAInC,YAAA,iBAA6B,YAAA;AAAA,KAE7B,cAAA,WAAyB,YAAA,IAAgB,CAAA,CAAE,MAAA,SAC7C,YAAA,gBAA4B,CAAA;AAAA,KAG1B,gBAAA,WAA2B,YAAA,IAAgB,kBAAA,CAAmB,cAAA,CAAe,CAAA"}
@@ -1,10 +0,0 @@
1
- "use client";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const require_app = require("../app-Daoze0po.cjs");
4
- exports.App = require_app.App;
5
- exports.COMPONENTS = require_app.COMPONENTS;
6
- exports.Chat = require_app.Chat;
7
- exports.Main = require_app.Main;
8
- exports.Preview = require_app.Preview;
9
- exports.PreviewRenderer = require_app.PreviewRenderer;
10
- exports.Renderer = require_app.Renderer;