lumina-slides 8.0.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/README.md +133 -0
- package/dist/api-docs.json +4469 -0
- package/dist/deck.json +93 -0
- package/dist/layout-features.json +72 -0
- package/dist/layout-half.json +52 -0
- package/dist/layout-statement.json +33 -0
- package/dist/layout-steps.json +37 -0
- package/dist/layout-timeline.json +37 -0
- package/dist/lumina-slides.js +2776 -0
- package/dist/lumina-slides.umd.cjs +15 -0
- package/dist/style.css +1 -0
- package/package.json +54 -0
|
@@ -0,0 +1,4469 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "2.0",
|
|
3
|
+
"id": 0,
|
|
4
|
+
"name": "lumina-engine",
|
|
5
|
+
"variant": "project",
|
|
6
|
+
"kind": 1,
|
|
7
|
+
"flags": {},
|
|
8
|
+
"children": [
|
|
9
|
+
{
|
|
10
|
+
"id": 1,
|
|
11
|
+
"name": "Lumina",
|
|
12
|
+
"variant": "declaration",
|
|
13
|
+
"kind": 128,
|
|
14
|
+
"flags": {},
|
|
15
|
+
"comment": {
|
|
16
|
+
"summary": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "text",
|
|
19
|
+
"text": "LUMINA ENGINE\r\n\r\nThe main entry point for the Lumina presentation library.\r\nInitializes the Vue application, sets up the store, and manages the component lifecycle."
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"blockTags": [
|
|
23
|
+
{
|
|
24
|
+
"tag": "@example",
|
|
25
|
+
"content": [
|
|
26
|
+
{
|
|
27
|
+
"kind": "code",
|
|
28
|
+
"text": "```ts\nconst engine = new Lumina('#app', { loop: true });\r\nengine.load(deckData);\n```"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"children": [
|
|
35
|
+
{
|
|
36
|
+
"id": 2,
|
|
37
|
+
"name": "constructor",
|
|
38
|
+
"variant": "declaration",
|
|
39
|
+
"kind": 512,
|
|
40
|
+
"flags": {},
|
|
41
|
+
"sources": [
|
|
42
|
+
{
|
|
43
|
+
"fileName": "src/core/Lumina.ts",
|
|
44
|
+
"line": 34,
|
|
45
|
+
"character": 4
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"signatures": [
|
|
49
|
+
{
|
|
50
|
+
"id": 3,
|
|
51
|
+
"name": "Lumina",
|
|
52
|
+
"variant": "signature",
|
|
53
|
+
"kind": 16384,
|
|
54
|
+
"flags": {},
|
|
55
|
+
"comment": {
|
|
56
|
+
"summary": [
|
|
57
|
+
{
|
|
58
|
+
"kind": "text",
|
|
59
|
+
"text": "Creates a new Lumina instance."
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"sources": [
|
|
64
|
+
{
|
|
65
|
+
"fileName": "src/core/Lumina.ts",
|
|
66
|
+
"line": 34,
|
|
67
|
+
"character": 4
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"parameters": [
|
|
71
|
+
{
|
|
72
|
+
"id": 4,
|
|
73
|
+
"name": "selector",
|
|
74
|
+
"variant": "param",
|
|
75
|
+
"kind": 32768,
|
|
76
|
+
"flags": {},
|
|
77
|
+
"comment": {
|
|
78
|
+
"summary": [
|
|
79
|
+
{
|
|
80
|
+
"kind": "text",
|
|
81
|
+
"text": "CSS selector for the container element (e.g. '#app')."
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"type": {
|
|
86
|
+
"type": "intrinsic",
|
|
87
|
+
"name": "string"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": 5,
|
|
92
|
+
"name": "options",
|
|
93
|
+
"variant": "param",
|
|
94
|
+
"kind": 32768,
|
|
95
|
+
"flags": {},
|
|
96
|
+
"comment": {
|
|
97
|
+
"summary": [
|
|
98
|
+
{
|
|
99
|
+
"kind": "text",
|
|
100
|
+
"text": "Configuration options (theme, loop, keys, etc.)."
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"type": {
|
|
105
|
+
"type": "reference",
|
|
106
|
+
"target": 286,
|
|
107
|
+
"name": "LuminaOptions",
|
|
108
|
+
"package": "lumina-engine"
|
|
109
|
+
},
|
|
110
|
+
"defaultValue": "{}"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"type": {
|
|
114
|
+
"type": "reference",
|
|
115
|
+
"target": 1,
|
|
116
|
+
"name": "Lumina",
|
|
117
|
+
"package": "lumina-engine"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": 264,
|
|
124
|
+
"name": "selector",
|
|
125
|
+
"variant": "declaration",
|
|
126
|
+
"kind": 1024,
|
|
127
|
+
"flags": {
|
|
128
|
+
"isPublic": true
|
|
129
|
+
},
|
|
130
|
+
"comment": {
|
|
131
|
+
"summary": [
|
|
132
|
+
{
|
|
133
|
+
"kind": "text",
|
|
134
|
+
"text": "CSS selector for the container element (e.g. '#app')."
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"sources": [
|
|
139
|
+
{
|
|
140
|
+
"fileName": "src/core/Lumina.ts",
|
|
141
|
+
"line": 34,
|
|
142
|
+
"character": 23
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"type": {
|
|
146
|
+
"type": "intrinsic",
|
|
147
|
+
"name": "string"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": 284,
|
|
152
|
+
"name": "destroy",
|
|
153
|
+
"variant": "declaration",
|
|
154
|
+
"kind": 2048,
|
|
155
|
+
"flags": {
|
|
156
|
+
"isPublic": true
|
|
157
|
+
},
|
|
158
|
+
"sources": [
|
|
159
|
+
{
|
|
160
|
+
"fileName": "src/core/Lumina.ts",
|
|
161
|
+
"line": 91,
|
|
162
|
+
"character": 11
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"signatures": [
|
|
166
|
+
{
|
|
167
|
+
"id": 285,
|
|
168
|
+
"name": "destroy",
|
|
169
|
+
"variant": "signature",
|
|
170
|
+
"kind": 4096,
|
|
171
|
+
"flags": {},
|
|
172
|
+
"sources": [
|
|
173
|
+
{
|
|
174
|
+
"fileName": "src/core/Lumina.ts",
|
|
175
|
+
"line": 91,
|
|
176
|
+
"character": 11
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"type": {
|
|
180
|
+
"type": "intrinsic",
|
|
181
|
+
"name": "void"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": 265,
|
|
188
|
+
"name": "load",
|
|
189
|
+
"variant": "declaration",
|
|
190
|
+
"kind": 2048,
|
|
191
|
+
"flags": {
|
|
192
|
+
"isPublic": true
|
|
193
|
+
},
|
|
194
|
+
"sources": [
|
|
195
|
+
{
|
|
196
|
+
"fileName": "src/core/Lumina.ts",
|
|
197
|
+
"line": 65,
|
|
198
|
+
"character": 11
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"signatures": [
|
|
202
|
+
{
|
|
203
|
+
"id": 266,
|
|
204
|
+
"name": "load",
|
|
205
|
+
"variant": "signature",
|
|
206
|
+
"kind": 4096,
|
|
207
|
+
"flags": {},
|
|
208
|
+
"comment": {
|
|
209
|
+
"summary": [
|
|
210
|
+
{
|
|
211
|
+
"kind": "text",
|
|
212
|
+
"text": "Loads a Deck object into the engine.\r\nUse this to start the presentation or switch decks dynamically."
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
"sources": [
|
|
217
|
+
{
|
|
218
|
+
"fileName": "src/core/Lumina.ts",
|
|
219
|
+
"line": 65,
|
|
220
|
+
"character": 11
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"parameters": [
|
|
224
|
+
{
|
|
225
|
+
"id": 267,
|
|
226
|
+
"name": "deckData",
|
|
227
|
+
"variant": "param",
|
|
228
|
+
"kind": 32768,
|
|
229
|
+
"flags": {},
|
|
230
|
+
"comment": {
|
|
231
|
+
"summary": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "text",
|
|
234
|
+
"text": "The Deck object containing meta and slides."
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"type": {
|
|
239
|
+
"type": "reference",
|
|
240
|
+
"target": 297,
|
|
241
|
+
"name": "Deck",
|
|
242
|
+
"package": "lumina-engine"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"type": {
|
|
247
|
+
"type": "intrinsic",
|
|
248
|
+
"name": "void"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": 276,
|
|
255
|
+
"name": "off",
|
|
256
|
+
"variant": "declaration",
|
|
257
|
+
"kind": 2048,
|
|
258
|
+
"flags": {
|
|
259
|
+
"isPublic": true
|
|
260
|
+
},
|
|
261
|
+
"sources": [
|
|
262
|
+
{
|
|
263
|
+
"fileName": "src/core/Lumina.ts",
|
|
264
|
+
"line": 87,
|
|
265
|
+
"character": 11
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"signatures": [
|
|
269
|
+
{
|
|
270
|
+
"id": 277,
|
|
271
|
+
"name": "off",
|
|
272
|
+
"variant": "signature",
|
|
273
|
+
"kind": 4096,
|
|
274
|
+
"flags": {},
|
|
275
|
+
"comment": {
|
|
276
|
+
"summary": [
|
|
277
|
+
{
|
|
278
|
+
"kind": "text",
|
|
279
|
+
"text": "Unsubscribes from an engine event."
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"sources": [
|
|
284
|
+
{
|
|
285
|
+
"fileName": "src/core/Lumina.ts",
|
|
286
|
+
"line": 87,
|
|
287
|
+
"character": 11
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"typeParameters": [
|
|
291
|
+
{
|
|
292
|
+
"id": 278,
|
|
293
|
+
"name": "K",
|
|
294
|
+
"variant": "typeParam",
|
|
295
|
+
"kind": 131072,
|
|
296
|
+
"flags": {},
|
|
297
|
+
"type": {
|
|
298
|
+
"type": "typeOperator",
|
|
299
|
+
"operator": "keyof",
|
|
300
|
+
"target": {
|
|
301
|
+
"type": "reference",
|
|
302
|
+
"target": 313,
|
|
303
|
+
"name": "LuminaEventMap",
|
|
304
|
+
"package": "lumina-engine"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"parameters": [
|
|
310
|
+
{
|
|
311
|
+
"id": 279,
|
|
312
|
+
"name": "event",
|
|
313
|
+
"variant": "param",
|
|
314
|
+
"kind": 32768,
|
|
315
|
+
"flags": {},
|
|
316
|
+
"comment": {
|
|
317
|
+
"summary": [
|
|
318
|
+
{
|
|
319
|
+
"kind": "text",
|
|
320
|
+
"text": "Event name."
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"type": {
|
|
325
|
+
"type": "reference",
|
|
326
|
+
"target": 278,
|
|
327
|
+
"name": "K",
|
|
328
|
+
"package": "lumina-engine",
|
|
329
|
+
"refersToTypeParameter": true
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": 280,
|
|
334
|
+
"name": "handler",
|
|
335
|
+
"variant": "param",
|
|
336
|
+
"kind": 32768,
|
|
337
|
+
"flags": {},
|
|
338
|
+
"comment": {
|
|
339
|
+
"summary": [
|
|
340
|
+
{
|
|
341
|
+
"kind": "text",
|
|
342
|
+
"text": "The callback function to remove."
|
|
343
|
+
}
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"type": {
|
|
347
|
+
"type": "reflection",
|
|
348
|
+
"declaration": {
|
|
349
|
+
"id": 281,
|
|
350
|
+
"name": "__type",
|
|
351
|
+
"variant": "declaration",
|
|
352
|
+
"kind": 65536,
|
|
353
|
+
"flags": {},
|
|
354
|
+
"sources": [
|
|
355
|
+
{
|
|
356
|
+
"fileName": "src/core/Lumina.ts",
|
|
357
|
+
"line": 87,
|
|
358
|
+
"character": 66
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"signatures": [
|
|
362
|
+
{
|
|
363
|
+
"id": 282,
|
|
364
|
+
"name": "__type",
|
|
365
|
+
"variant": "signature",
|
|
366
|
+
"kind": 4096,
|
|
367
|
+
"flags": {},
|
|
368
|
+
"sources": [
|
|
369
|
+
{
|
|
370
|
+
"fileName": "src/core/Lumina.ts",
|
|
371
|
+
"line": 87,
|
|
372
|
+
"character": 66
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"parameters": [
|
|
376
|
+
{
|
|
377
|
+
"id": 283,
|
|
378
|
+
"name": "e",
|
|
379
|
+
"variant": "param",
|
|
380
|
+
"kind": 32768,
|
|
381
|
+
"flags": {},
|
|
382
|
+
"type": {
|
|
383
|
+
"type": "indexedAccess",
|
|
384
|
+
"indexType": {
|
|
385
|
+
"type": "reference",
|
|
386
|
+
"target": 278,
|
|
387
|
+
"name": "K",
|
|
388
|
+
"package": "lumina-engine",
|
|
389
|
+
"refersToTypeParameter": true
|
|
390
|
+
},
|
|
391
|
+
"objectType": {
|
|
392
|
+
"type": "reference",
|
|
393
|
+
"target": 313,
|
|
394
|
+
"name": "LuminaEventMap",
|
|
395
|
+
"package": "lumina-engine"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"type": {
|
|
401
|
+
"type": "intrinsic",
|
|
402
|
+
"name": "void"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"type": {
|
|
411
|
+
"type": "intrinsic",
|
|
412
|
+
"name": "void"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": 268,
|
|
419
|
+
"name": "on",
|
|
420
|
+
"variant": "declaration",
|
|
421
|
+
"kind": 2048,
|
|
422
|
+
"flags": {
|
|
423
|
+
"isPublic": true
|
|
424
|
+
},
|
|
425
|
+
"sources": [
|
|
426
|
+
{
|
|
427
|
+
"fileName": "src/core/Lumina.ts",
|
|
428
|
+
"line": 77,
|
|
429
|
+
"character": 11
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"signatures": [
|
|
433
|
+
{
|
|
434
|
+
"id": 269,
|
|
435
|
+
"name": "on",
|
|
436
|
+
"variant": "signature",
|
|
437
|
+
"kind": 4096,
|
|
438
|
+
"flags": {},
|
|
439
|
+
"comment": {
|
|
440
|
+
"summary": [
|
|
441
|
+
{
|
|
442
|
+
"kind": "text",
|
|
443
|
+
"text": "Subscribes to an engine event.\r\nWrapper around the internal EventBus."
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"sources": [
|
|
448
|
+
{
|
|
449
|
+
"fileName": "src/core/Lumina.ts",
|
|
450
|
+
"line": 77,
|
|
451
|
+
"character": 11
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"typeParameters": [
|
|
455
|
+
{
|
|
456
|
+
"id": 270,
|
|
457
|
+
"name": "K",
|
|
458
|
+
"variant": "typeParam",
|
|
459
|
+
"kind": 131072,
|
|
460
|
+
"flags": {},
|
|
461
|
+
"type": {
|
|
462
|
+
"type": "typeOperator",
|
|
463
|
+
"operator": "keyof",
|
|
464
|
+
"target": {
|
|
465
|
+
"type": "reference",
|
|
466
|
+
"target": 313,
|
|
467
|
+
"name": "LuminaEventMap",
|
|
468
|
+
"package": "lumina-engine"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"parameters": [
|
|
474
|
+
{
|
|
475
|
+
"id": 271,
|
|
476
|
+
"name": "event",
|
|
477
|
+
"variant": "param",
|
|
478
|
+
"kind": 32768,
|
|
479
|
+
"flags": {},
|
|
480
|
+
"comment": {
|
|
481
|
+
"summary": [
|
|
482
|
+
{
|
|
483
|
+
"kind": "text",
|
|
484
|
+
"text": "Event name ('ready', 'slideChange', 'action', 'error')."
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"type": {
|
|
489
|
+
"type": "reference",
|
|
490
|
+
"target": 270,
|
|
491
|
+
"name": "K",
|
|
492
|
+
"package": "lumina-engine",
|
|
493
|
+
"refersToTypeParameter": true
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"id": 272,
|
|
498
|
+
"name": "handler",
|
|
499
|
+
"variant": "param",
|
|
500
|
+
"kind": 32768,
|
|
501
|
+
"flags": {},
|
|
502
|
+
"comment": {
|
|
503
|
+
"summary": [
|
|
504
|
+
{
|
|
505
|
+
"kind": "text",
|
|
506
|
+
"text": "Callback function."
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"type": {
|
|
511
|
+
"type": "reflection",
|
|
512
|
+
"declaration": {
|
|
513
|
+
"id": 273,
|
|
514
|
+
"name": "__type",
|
|
515
|
+
"variant": "declaration",
|
|
516
|
+
"kind": 65536,
|
|
517
|
+
"flags": {},
|
|
518
|
+
"sources": [
|
|
519
|
+
{
|
|
520
|
+
"fileName": "src/core/Lumina.ts",
|
|
521
|
+
"line": 77,
|
|
522
|
+
"character": 65
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"signatures": [
|
|
526
|
+
{
|
|
527
|
+
"id": 274,
|
|
528
|
+
"name": "__type",
|
|
529
|
+
"variant": "signature",
|
|
530
|
+
"kind": 4096,
|
|
531
|
+
"flags": {},
|
|
532
|
+
"sources": [
|
|
533
|
+
{
|
|
534
|
+
"fileName": "src/core/Lumina.ts",
|
|
535
|
+
"line": 77,
|
|
536
|
+
"character": 65
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"parameters": [
|
|
540
|
+
{
|
|
541
|
+
"id": 275,
|
|
542
|
+
"name": "e",
|
|
543
|
+
"variant": "param",
|
|
544
|
+
"kind": 32768,
|
|
545
|
+
"flags": {},
|
|
546
|
+
"type": {
|
|
547
|
+
"type": "indexedAccess",
|
|
548
|
+
"indexType": {
|
|
549
|
+
"type": "reference",
|
|
550
|
+
"target": 270,
|
|
551
|
+
"name": "K",
|
|
552
|
+
"package": "lumina-engine",
|
|
553
|
+
"refersToTypeParameter": true
|
|
554
|
+
},
|
|
555
|
+
"objectType": {
|
|
556
|
+
"type": "reference",
|
|
557
|
+
"target": 313,
|
|
558
|
+
"name": "LuminaEventMap",
|
|
559
|
+
"package": "lumina-engine"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"type": {
|
|
565
|
+
"type": "intrinsic",
|
|
566
|
+
"name": "void"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"type": {
|
|
575
|
+
"type": "intrinsic",
|
|
576
|
+
"name": "void"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
]
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"groups": [
|
|
583
|
+
{
|
|
584
|
+
"title": "Constructors",
|
|
585
|
+
"children": [
|
|
586
|
+
2
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"title": "Properties",
|
|
591
|
+
"children": [
|
|
592
|
+
264
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"title": "Methods",
|
|
597
|
+
"children": [
|
|
598
|
+
284,
|
|
599
|
+
265,
|
|
600
|
+
276,
|
|
601
|
+
268
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"sources": [
|
|
606
|
+
{
|
|
607
|
+
"fileName": "src/core/Lumina.ts",
|
|
608
|
+
"line": 24,
|
|
609
|
+
"character": 13
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"id": 376,
|
|
615
|
+
"name": "ActionPayload",
|
|
616
|
+
"variant": "declaration",
|
|
617
|
+
"kind": 256,
|
|
618
|
+
"flags": {},
|
|
619
|
+
"comment": {
|
|
620
|
+
"summary": [
|
|
621
|
+
{
|
|
622
|
+
"kind": "text",
|
|
623
|
+
"text": "Payload for the 'action' event (e.g. button clicks)."
|
|
624
|
+
}
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
"children": [
|
|
628
|
+
{
|
|
629
|
+
"id": 378,
|
|
630
|
+
"name": "label",
|
|
631
|
+
"variant": "declaration",
|
|
632
|
+
"kind": 1024,
|
|
633
|
+
"flags": {
|
|
634
|
+
"isOptional": true
|
|
635
|
+
},
|
|
636
|
+
"sources": [
|
|
637
|
+
{
|
|
638
|
+
"fileName": "src/core/types.ts",
|
|
639
|
+
"line": 294,
|
|
640
|
+
"character": 4
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"type": {
|
|
644
|
+
"type": "intrinsic",
|
|
645
|
+
"name": "string"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": 380,
|
|
650
|
+
"name": "origin",
|
|
651
|
+
"variant": "declaration",
|
|
652
|
+
"kind": 1024,
|
|
653
|
+
"flags": {
|
|
654
|
+
"isOptional": true
|
|
655
|
+
},
|
|
656
|
+
"sources": [
|
|
657
|
+
{
|
|
658
|
+
"fileName": "src/core/types.ts",
|
|
659
|
+
"line": 296,
|
|
660
|
+
"character": 4
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"type": {
|
|
664
|
+
"type": "intrinsic",
|
|
665
|
+
"name": "string"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"id": 377,
|
|
670
|
+
"name": "type",
|
|
671
|
+
"variant": "declaration",
|
|
672
|
+
"kind": 1024,
|
|
673
|
+
"flags": {},
|
|
674
|
+
"sources": [
|
|
675
|
+
{
|
|
676
|
+
"fileName": "src/core/types.ts",
|
|
677
|
+
"line": 293,
|
|
678
|
+
"character": 4
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"type": {
|
|
682
|
+
"type": "intrinsic",
|
|
683
|
+
"name": "string"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"id": 379,
|
|
688
|
+
"name": "value",
|
|
689
|
+
"variant": "declaration",
|
|
690
|
+
"kind": 1024,
|
|
691
|
+
"flags": {
|
|
692
|
+
"isOptional": true
|
|
693
|
+
},
|
|
694
|
+
"sources": [
|
|
695
|
+
{
|
|
696
|
+
"fileName": "src/core/types.ts",
|
|
697
|
+
"line": 295,
|
|
698
|
+
"character": 4
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"type": {
|
|
702
|
+
"type": "intrinsic",
|
|
703
|
+
"name": "any"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"groups": [
|
|
708
|
+
{
|
|
709
|
+
"title": "Properties",
|
|
710
|
+
"children": [
|
|
711
|
+
378,
|
|
712
|
+
380,
|
|
713
|
+
377,
|
|
714
|
+
379
|
|
715
|
+
]
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"sources": [
|
|
719
|
+
{
|
|
720
|
+
"fileName": "src/core/types.ts",
|
|
721
|
+
"line": 292,
|
|
722
|
+
"character": 17
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"id": 297,
|
|
728
|
+
"name": "Deck",
|
|
729
|
+
"variant": "declaration",
|
|
730
|
+
"kind": 256,
|
|
731
|
+
"flags": {},
|
|
732
|
+
"comment": {
|
|
733
|
+
"summary": [
|
|
734
|
+
{
|
|
735
|
+
"kind": "text",
|
|
736
|
+
"text": "The complete Deck object.\r\nThis is the primary data structure passed to "
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"kind": "code",
|
|
740
|
+
"text": "`engine.load()`"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"kind": "text",
|
|
744
|
+
"text": "."
|
|
745
|
+
}
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
"children": [
|
|
749
|
+
{
|
|
750
|
+
"id": 298,
|
|
751
|
+
"name": "meta",
|
|
752
|
+
"variant": "declaration",
|
|
753
|
+
"kind": 1024,
|
|
754
|
+
"flags": {},
|
|
755
|
+
"sources": [
|
|
756
|
+
{
|
|
757
|
+
"fileName": "src/core/types.ts",
|
|
758
|
+
"line": 179,
|
|
759
|
+
"character": 4
|
|
760
|
+
}
|
|
761
|
+
],
|
|
762
|
+
"type": {
|
|
763
|
+
"type": "reference",
|
|
764
|
+
"target": 318,
|
|
765
|
+
"name": "DeckMeta",
|
|
766
|
+
"package": "lumina-engine"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"id": 299,
|
|
771
|
+
"name": "slides",
|
|
772
|
+
"variant": "declaration",
|
|
773
|
+
"kind": 1024,
|
|
774
|
+
"flags": {},
|
|
775
|
+
"sources": [
|
|
776
|
+
{
|
|
777
|
+
"fileName": "src/core/types.ts",
|
|
778
|
+
"line": 180,
|
|
779
|
+
"character": 4
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"type": {
|
|
783
|
+
"type": "array",
|
|
784
|
+
"elementType": {
|
|
785
|
+
"type": "reference",
|
|
786
|
+
"target": 300,
|
|
787
|
+
"name": "BaseSlideData",
|
|
788
|
+
"package": "lumina-engine"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"groups": [
|
|
794
|
+
{
|
|
795
|
+
"title": "Properties",
|
|
796
|
+
"children": [
|
|
797
|
+
298,
|
|
798
|
+
299
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"sources": [
|
|
803
|
+
{
|
|
804
|
+
"fileName": "src/core/types.ts",
|
|
805
|
+
"line": 178,
|
|
806
|
+
"character": 17
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"id": 318,
|
|
812
|
+
"name": "DeckMeta",
|
|
813
|
+
"variant": "declaration",
|
|
814
|
+
"kind": 256,
|
|
815
|
+
"flags": {},
|
|
816
|
+
"comment": {
|
|
817
|
+
"summary": [
|
|
818
|
+
{
|
|
819
|
+
"kind": "text",
|
|
820
|
+
"text": "Global metadata for the entire presentation deck."
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
"children": [
|
|
825
|
+
{
|
|
826
|
+
"id": 320,
|
|
827
|
+
"name": "author",
|
|
828
|
+
"variant": "declaration",
|
|
829
|
+
"kind": 1024,
|
|
830
|
+
"flags": {
|
|
831
|
+
"isOptional": true
|
|
832
|
+
},
|
|
833
|
+
"sources": [
|
|
834
|
+
{
|
|
835
|
+
"fileName": "src/core/types.ts",
|
|
836
|
+
"line": 169,
|
|
837
|
+
"character": 4
|
|
838
|
+
}
|
|
839
|
+
],
|
|
840
|
+
"type": {
|
|
841
|
+
"type": "intrinsic",
|
|
842
|
+
"name": "string"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"id": 321,
|
|
847
|
+
"name": "date",
|
|
848
|
+
"variant": "declaration",
|
|
849
|
+
"kind": 1024,
|
|
850
|
+
"flags": {
|
|
851
|
+
"isOptional": true
|
|
852
|
+
},
|
|
853
|
+
"sources": [
|
|
854
|
+
{
|
|
855
|
+
"fileName": "src/core/types.ts",
|
|
856
|
+
"line": 170,
|
|
857
|
+
"character": 4
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"type": {
|
|
861
|
+
"type": "intrinsic",
|
|
862
|
+
"name": "string"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"id": 319,
|
|
867
|
+
"name": "title",
|
|
868
|
+
"variant": "declaration",
|
|
869
|
+
"kind": 1024,
|
|
870
|
+
"flags": {},
|
|
871
|
+
"sources": [
|
|
872
|
+
{
|
|
873
|
+
"fileName": "src/core/types.ts",
|
|
874
|
+
"line": 168,
|
|
875
|
+
"character": 4
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"type": {
|
|
879
|
+
"type": "intrinsic",
|
|
880
|
+
"name": "string"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"groups": [
|
|
885
|
+
{
|
|
886
|
+
"title": "Properties",
|
|
887
|
+
"children": [
|
|
888
|
+
320,
|
|
889
|
+
321,
|
|
890
|
+
319
|
|
891
|
+
]
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"sources": [
|
|
895
|
+
{
|
|
896
|
+
"fileName": "src/core/types.ts",
|
|
897
|
+
"line": 167,
|
|
898
|
+
"character": 17
|
|
899
|
+
}
|
|
900
|
+
],
|
|
901
|
+
"indexSignatures": [
|
|
902
|
+
{
|
|
903
|
+
"id": 322,
|
|
904
|
+
"name": "__index",
|
|
905
|
+
"variant": "signature",
|
|
906
|
+
"kind": 8192,
|
|
907
|
+
"flags": {},
|
|
908
|
+
"sources": [
|
|
909
|
+
{
|
|
910
|
+
"fileName": "src/core/types.ts",
|
|
911
|
+
"line": 171,
|
|
912
|
+
"character": 4
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"parameters": [
|
|
916
|
+
{
|
|
917
|
+
"id": 323,
|
|
918
|
+
"name": "key",
|
|
919
|
+
"variant": "param",
|
|
920
|
+
"kind": 32768,
|
|
921
|
+
"flags": {},
|
|
922
|
+
"type": {
|
|
923
|
+
"type": "intrinsic",
|
|
924
|
+
"name": "string"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"type": {
|
|
929
|
+
"type": "intrinsic",
|
|
930
|
+
"name": "any"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"id": 354,
|
|
937
|
+
"name": "FeatureItem",
|
|
938
|
+
"variant": "declaration",
|
|
939
|
+
"kind": 256,
|
|
940
|
+
"flags": {},
|
|
941
|
+
"comment": {
|
|
942
|
+
"summary": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "text",
|
|
945
|
+
"text": "Feature Item structure for Features Layout."
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
"children": [
|
|
950
|
+
{
|
|
951
|
+
"id": 356,
|
|
952
|
+
"name": "desc",
|
|
953
|
+
"variant": "declaration",
|
|
954
|
+
"kind": 1024,
|
|
955
|
+
"flags": {},
|
|
956
|
+
"sources": [
|
|
957
|
+
{
|
|
958
|
+
"fileName": "src/core/types.ts",
|
|
959
|
+
"line": 80,
|
|
960
|
+
"character": 4
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"type": {
|
|
964
|
+
"type": "intrinsic",
|
|
965
|
+
"name": "string"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"id": 357,
|
|
970
|
+
"name": "icon",
|
|
971
|
+
"variant": "declaration",
|
|
972
|
+
"kind": 1024,
|
|
973
|
+
"flags": {},
|
|
974
|
+
"sources": [
|
|
975
|
+
{
|
|
976
|
+
"fileName": "src/core/types.ts",
|
|
977
|
+
"line": 81,
|
|
978
|
+
"character": 4
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"type": {
|
|
982
|
+
"type": "intrinsic",
|
|
983
|
+
"name": "string"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": 355,
|
|
988
|
+
"name": "title",
|
|
989
|
+
"variant": "declaration",
|
|
990
|
+
"kind": 1024,
|
|
991
|
+
"flags": {},
|
|
992
|
+
"sources": [
|
|
993
|
+
{
|
|
994
|
+
"fileName": "src/core/types.ts",
|
|
995
|
+
"line": 79,
|
|
996
|
+
"character": 4
|
|
997
|
+
}
|
|
998
|
+
],
|
|
999
|
+
"type": {
|
|
1000
|
+
"type": "intrinsic",
|
|
1001
|
+
"name": "string"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"groups": [
|
|
1006
|
+
{
|
|
1007
|
+
"title": "Properties",
|
|
1008
|
+
"children": [
|
|
1009
|
+
356,
|
|
1010
|
+
357,
|
|
1011
|
+
355
|
|
1012
|
+
]
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"sources": [
|
|
1016
|
+
{
|
|
1017
|
+
"fileName": "src/core/types.ts",
|
|
1018
|
+
"line": 78,
|
|
1019
|
+
"character": 17
|
|
1020
|
+
}
|
|
1021
|
+
]
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"id": 386,
|
|
1025
|
+
"name": "LuminaAnimationOptions",
|
|
1026
|
+
"variant": "declaration",
|
|
1027
|
+
"kind": 256,
|
|
1028
|
+
"flags": {},
|
|
1029
|
+
"comment": {
|
|
1030
|
+
"summary": [
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "text",
|
|
1033
|
+
"text": "Animation configuration settings."
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"children": [
|
|
1038
|
+
{
|
|
1039
|
+
"id": 389,
|
|
1040
|
+
"name": "durationIn",
|
|
1041
|
+
"variant": "declaration",
|
|
1042
|
+
"kind": 1024,
|
|
1043
|
+
"flags": {
|
|
1044
|
+
"isOptional": true
|
|
1045
|
+
},
|
|
1046
|
+
"comment": {
|
|
1047
|
+
"summary": [
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "text",
|
|
1050
|
+
"text": "Duration of entry animations in seconds."
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
"sources": [
|
|
1055
|
+
{
|
|
1056
|
+
"fileName": "src/core/types.ts",
|
|
1057
|
+
"line": 238,
|
|
1058
|
+
"character": 4
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
1061
|
+
"type": {
|
|
1062
|
+
"type": "intrinsic",
|
|
1063
|
+
"name": "number"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": 390,
|
|
1068
|
+
"name": "durationOut",
|
|
1069
|
+
"variant": "declaration",
|
|
1070
|
+
"kind": 1024,
|
|
1071
|
+
"flags": {
|
|
1072
|
+
"isOptional": true
|
|
1073
|
+
},
|
|
1074
|
+
"comment": {
|
|
1075
|
+
"summary": [
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "text",
|
|
1078
|
+
"text": "Duration of exit animations in seconds."
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
"sources": [
|
|
1083
|
+
{
|
|
1084
|
+
"fileName": "src/core/types.ts",
|
|
1085
|
+
"line": 240,
|
|
1086
|
+
"character": 4
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"type": {
|
|
1090
|
+
"type": "intrinsic",
|
|
1091
|
+
"name": "number"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": 392,
|
|
1096
|
+
"name": "ease",
|
|
1097
|
+
"variant": "declaration",
|
|
1098
|
+
"kind": 1024,
|
|
1099
|
+
"flags": {
|
|
1100
|
+
"isOptional": true
|
|
1101
|
+
},
|
|
1102
|
+
"comment": {
|
|
1103
|
+
"summary": [
|
|
1104
|
+
{
|
|
1105
|
+
"kind": "text",
|
|
1106
|
+
"text": "GSAP easing string (e.g. 'power3.out')."
|
|
1107
|
+
}
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
|
+
"sources": [
|
|
1111
|
+
{
|
|
1112
|
+
"fileName": "src/core/types.ts",
|
|
1113
|
+
"line": 244,
|
|
1114
|
+
"character": 4
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"type": {
|
|
1118
|
+
"type": "intrinsic",
|
|
1119
|
+
"name": "string"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"id": 387,
|
|
1124
|
+
"name": "enabled",
|
|
1125
|
+
"variant": "declaration",
|
|
1126
|
+
"kind": 1024,
|
|
1127
|
+
"flags": {
|
|
1128
|
+
"isOptional": true
|
|
1129
|
+
},
|
|
1130
|
+
"comment": {
|
|
1131
|
+
"summary": [
|
|
1132
|
+
{
|
|
1133
|
+
"kind": "text",
|
|
1134
|
+
"text": "Global toggle for animations."
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
"sources": [
|
|
1139
|
+
{
|
|
1140
|
+
"fileName": "src/core/types.ts",
|
|
1141
|
+
"line": 234,
|
|
1142
|
+
"character": 4
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"type": {
|
|
1146
|
+
"type": "intrinsic",
|
|
1147
|
+
"name": "boolean"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"id": 391,
|
|
1152
|
+
"name": "stagger",
|
|
1153
|
+
"variant": "declaration",
|
|
1154
|
+
"kind": 1024,
|
|
1155
|
+
"flags": {
|
|
1156
|
+
"isOptional": true
|
|
1157
|
+
},
|
|
1158
|
+
"comment": {
|
|
1159
|
+
"summary": [
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "text",
|
|
1162
|
+
"text": "Stagger delay between sequential elements in seconds."
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
"sources": [
|
|
1167
|
+
{
|
|
1168
|
+
"fileName": "src/core/types.ts",
|
|
1169
|
+
"line": 242,
|
|
1170
|
+
"character": 4
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1173
|
+
"type": {
|
|
1174
|
+
"type": "intrinsic",
|
|
1175
|
+
"name": "number"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"id": 388,
|
|
1180
|
+
"name": "type",
|
|
1181
|
+
"variant": "declaration",
|
|
1182
|
+
"kind": 1024,
|
|
1183
|
+
"flags": {
|
|
1184
|
+
"isOptional": true
|
|
1185
|
+
},
|
|
1186
|
+
"comment": {
|
|
1187
|
+
"summary": [
|
|
1188
|
+
{
|
|
1189
|
+
"kind": "text",
|
|
1190
|
+
"text": "The style of entry animation for slide elements."
|
|
1191
|
+
}
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
"sources": [
|
|
1195
|
+
{
|
|
1196
|
+
"fileName": "src/core/types.ts",
|
|
1197
|
+
"line": 236,
|
|
1198
|
+
"character": 4
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"type": {
|
|
1202
|
+
"type": "union",
|
|
1203
|
+
"types": [
|
|
1204
|
+
{
|
|
1205
|
+
"type": "literal",
|
|
1206
|
+
"value": "fade"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"type": "literal",
|
|
1210
|
+
"value": "slide"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"type": "literal",
|
|
1214
|
+
"value": "zoom"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"type": "literal",
|
|
1218
|
+
"value": "cascade"
|
|
1219
|
+
}
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
],
|
|
1224
|
+
"groups": [
|
|
1225
|
+
{
|
|
1226
|
+
"title": "Properties",
|
|
1227
|
+
"children": [
|
|
1228
|
+
389,
|
|
1229
|
+
390,
|
|
1230
|
+
392,
|
|
1231
|
+
387,
|
|
1232
|
+
391,
|
|
1233
|
+
388
|
|
1234
|
+
]
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"sources": [
|
|
1238
|
+
{
|
|
1239
|
+
"fileName": "src/core/types.ts",
|
|
1240
|
+
"line": 232,
|
|
1241
|
+
"character": 17
|
|
1242
|
+
}
|
|
1243
|
+
]
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"id": 313,
|
|
1247
|
+
"name": "LuminaEventMap",
|
|
1248
|
+
"variant": "declaration",
|
|
1249
|
+
"kind": 256,
|
|
1250
|
+
"flags": {},
|
|
1251
|
+
"comment": {
|
|
1252
|
+
"summary": [
|
|
1253
|
+
{
|
|
1254
|
+
"kind": "text",
|
|
1255
|
+
"text": "Map of event names to their payload types."
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1258
|
+
},
|
|
1259
|
+
"children": [
|
|
1260
|
+
{
|
|
1261
|
+
"id": 316,
|
|
1262
|
+
"name": "action",
|
|
1263
|
+
"variant": "declaration",
|
|
1264
|
+
"kind": 1024,
|
|
1265
|
+
"flags": {},
|
|
1266
|
+
"comment": {
|
|
1267
|
+
"summary": [
|
|
1268
|
+
{
|
|
1269
|
+
"kind": "text",
|
|
1270
|
+
"text": "Fired when a user interaction occurs."
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
"sources": [
|
|
1275
|
+
{
|
|
1276
|
+
"fileName": "src/core/types.ts",
|
|
1277
|
+
"line": 308,
|
|
1278
|
+
"character": 4
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"type": {
|
|
1282
|
+
"type": "reference",
|
|
1283
|
+
"target": 376,
|
|
1284
|
+
"name": "ActionPayload",
|
|
1285
|
+
"package": "lumina-engine"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"id": 317,
|
|
1290
|
+
"name": "error",
|
|
1291
|
+
"variant": "declaration",
|
|
1292
|
+
"kind": 1024,
|
|
1293
|
+
"flags": {},
|
|
1294
|
+
"comment": {
|
|
1295
|
+
"summary": [
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "text",
|
|
1298
|
+
"text": "Fired when an internal error occurs."
|
|
1299
|
+
}
|
|
1300
|
+
]
|
|
1301
|
+
},
|
|
1302
|
+
"sources": [
|
|
1303
|
+
{
|
|
1304
|
+
"fileName": "src/core/types.ts",
|
|
1305
|
+
"line": 310,
|
|
1306
|
+
"character": 4
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"type": {
|
|
1310
|
+
"type": "reference",
|
|
1311
|
+
"target": {
|
|
1312
|
+
"packageName": "typescript",
|
|
1313
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
1314
|
+
"qualifiedName": "Error"
|
|
1315
|
+
},
|
|
1316
|
+
"name": "Error",
|
|
1317
|
+
"package": "typescript"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"id": 314,
|
|
1322
|
+
"name": "ready",
|
|
1323
|
+
"variant": "declaration",
|
|
1324
|
+
"kind": 1024,
|
|
1325
|
+
"flags": {},
|
|
1326
|
+
"comment": {
|
|
1327
|
+
"summary": [
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "text",
|
|
1330
|
+
"text": "Fired when a deck is successfully loaded."
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
|
+
"sources": [
|
|
1335
|
+
{
|
|
1336
|
+
"fileName": "src/core/types.ts",
|
|
1337
|
+
"line": 304,
|
|
1338
|
+
"character": 4
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"type": {
|
|
1342
|
+
"type": "reference",
|
|
1343
|
+
"target": 297,
|
|
1344
|
+
"name": "Deck",
|
|
1345
|
+
"package": "lumina-engine"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"id": 315,
|
|
1350
|
+
"name": "slideChange",
|
|
1351
|
+
"variant": "declaration",
|
|
1352
|
+
"kind": 1024,
|
|
1353
|
+
"flags": {},
|
|
1354
|
+
"comment": {
|
|
1355
|
+
"summary": [
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "text",
|
|
1358
|
+
"text": "Fired when the active slide changes."
|
|
1359
|
+
}
|
|
1360
|
+
]
|
|
1361
|
+
},
|
|
1362
|
+
"sources": [
|
|
1363
|
+
{
|
|
1364
|
+
"fileName": "src/core/types.ts",
|
|
1365
|
+
"line": 306,
|
|
1366
|
+
"character": 4
|
|
1367
|
+
}
|
|
1368
|
+
],
|
|
1369
|
+
"type": {
|
|
1370
|
+
"type": "reference",
|
|
1371
|
+
"target": 372,
|
|
1372
|
+
"name": "SlideChangePayload",
|
|
1373
|
+
"package": "lumina-engine"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
],
|
|
1377
|
+
"groups": [
|
|
1378
|
+
{
|
|
1379
|
+
"title": "Properties",
|
|
1380
|
+
"children": [
|
|
1381
|
+
316,
|
|
1382
|
+
317,
|
|
1383
|
+
314,
|
|
1384
|
+
315
|
|
1385
|
+
]
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"sources": [
|
|
1389
|
+
{
|
|
1390
|
+
"fileName": "src/core/types.ts",
|
|
1391
|
+
"line": 302,
|
|
1392
|
+
"character": 17
|
|
1393
|
+
}
|
|
1394
|
+
]
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"id": 393,
|
|
1398
|
+
"name": "LuminaKeyBindings",
|
|
1399
|
+
"variant": "declaration",
|
|
1400
|
+
"kind": 256,
|
|
1401
|
+
"flags": {},
|
|
1402
|
+
"comment": {
|
|
1403
|
+
"summary": [
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "text",
|
|
1406
|
+
"text": "Custom keyboard shortcuts."
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
"children": [
|
|
1411
|
+
{
|
|
1412
|
+
"id": 394,
|
|
1413
|
+
"name": "next",
|
|
1414
|
+
"variant": "declaration",
|
|
1415
|
+
"kind": 1024,
|
|
1416
|
+
"flags": {},
|
|
1417
|
+
"sources": [
|
|
1418
|
+
{
|
|
1419
|
+
"fileName": "src/core/types.ts",
|
|
1420
|
+
"line": 215,
|
|
1421
|
+
"character": 4
|
|
1422
|
+
}
|
|
1423
|
+
],
|
|
1424
|
+
"type": {
|
|
1425
|
+
"type": "array",
|
|
1426
|
+
"elementType": {
|
|
1427
|
+
"type": "intrinsic",
|
|
1428
|
+
"name": "string"
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": 395,
|
|
1434
|
+
"name": "prev",
|
|
1435
|
+
"variant": "declaration",
|
|
1436
|
+
"kind": 1024,
|
|
1437
|
+
"flags": {},
|
|
1438
|
+
"sources": [
|
|
1439
|
+
{
|
|
1440
|
+
"fileName": "src/core/types.ts",
|
|
1441
|
+
"line": 216,
|
|
1442
|
+
"character": 4
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"type": {
|
|
1446
|
+
"type": "array",
|
|
1447
|
+
"elementType": {
|
|
1448
|
+
"type": "intrinsic",
|
|
1449
|
+
"name": "string"
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"groups": [
|
|
1455
|
+
{
|
|
1456
|
+
"title": "Properties",
|
|
1457
|
+
"children": [
|
|
1458
|
+
394,
|
|
1459
|
+
395
|
|
1460
|
+
]
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"sources": [
|
|
1464
|
+
{
|
|
1465
|
+
"fileName": "src/core/types.ts",
|
|
1466
|
+
"line": 214,
|
|
1467
|
+
"character": 17
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"id": 286,
|
|
1473
|
+
"name": "LuminaOptions",
|
|
1474
|
+
"variant": "declaration",
|
|
1475
|
+
"kind": 256,
|
|
1476
|
+
"flags": {},
|
|
1477
|
+
"comment": {
|
|
1478
|
+
"summary": [
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "text",
|
|
1481
|
+
"text": "Main initialization options for the Lumina Engine."
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
"children": [
|
|
1486
|
+
{
|
|
1487
|
+
"id": 296,
|
|
1488
|
+
"name": "animation",
|
|
1489
|
+
"variant": "declaration",
|
|
1490
|
+
"kind": 1024,
|
|
1491
|
+
"flags": {
|
|
1492
|
+
"isOptional": true
|
|
1493
|
+
},
|
|
1494
|
+
"comment": {
|
|
1495
|
+
"summary": [
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "text",
|
|
1498
|
+
"text": "Animation settings."
|
|
1499
|
+
}
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1502
|
+
"sources": [
|
|
1503
|
+
{
|
|
1504
|
+
"fileName": "src/core/types.ts",
|
|
1505
|
+
"line": 270,
|
|
1506
|
+
"character": 4
|
|
1507
|
+
}
|
|
1508
|
+
],
|
|
1509
|
+
"type": {
|
|
1510
|
+
"type": "reference",
|
|
1511
|
+
"target": 386,
|
|
1512
|
+
"name": "LuminaAnimationOptions",
|
|
1513
|
+
"package": "lumina-engine"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"id": 292,
|
|
1518
|
+
"name": "debug",
|
|
1519
|
+
"variant": "declaration",
|
|
1520
|
+
"kind": 1024,
|
|
1521
|
+
"flags": {
|
|
1522
|
+
"isOptional": true
|
|
1523
|
+
},
|
|
1524
|
+
"comment": {
|
|
1525
|
+
"summary": [
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "text",
|
|
1528
|
+
"text": "Enable debug logs."
|
|
1529
|
+
}
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
"sources": [
|
|
1533
|
+
{
|
|
1534
|
+
"fileName": "src/core/types.ts",
|
|
1535
|
+
"line": 262,
|
|
1536
|
+
"character": 4
|
|
1537
|
+
}
|
|
1538
|
+
],
|
|
1539
|
+
"type": {
|
|
1540
|
+
"type": "intrinsic",
|
|
1541
|
+
"name": "boolean"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": 290,
|
|
1546
|
+
"name": "keyboard",
|
|
1547
|
+
"variant": "declaration",
|
|
1548
|
+
"kind": 1024,
|
|
1549
|
+
"flags": {
|
|
1550
|
+
"isOptional": true
|
|
1551
|
+
},
|
|
1552
|
+
"comment": {
|
|
1553
|
+
"summary": [
|
|
1554
|
+
{
|
|
1555
|
+
"kind": "text",
|
|
1556
|
+
"text": "Enable/Disable keyboard shortcuts."
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
"sources": [
|
|
1561
|
+
{
|
|
1562
|
+
"fileName": "src/core/types.ts",
|
|
1563
|
+
"line": 258,
|
|
1564
|
+
"character": 4
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"type": {
|
|
1568
|
+
"type": "intrinsic",
|
|
1569
|
+
"name": "boolean"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"id": 295,
|
|
1574
|
+
"name": "keys",
|
|
1575
|
+
"variant": "declaration",
|
|
1576
|
+
"kind": 1024,
|
|
1577
|
+
"flags": {
|
|
1578
|
+
"isOptional": true
|
|
1579
|
+
},
|
|
1580
|
+
"comment": {
|
|
1581
|
+
"summary": [
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "text",
|
|
1584
|
+
"text": "Custom key bindings."
|
|
1585
|
+
}
|
|
1586
|
+
]
|
|
1587
|
+
},
|
|
1588
|
+
"sources": [
|
|
1589
|
+
{
|
|
1590
|
+
"fileName": "src/core/types.ts",
|
|
1591
|
+
"line": 268,
|
|
1592
|
+
"character": 4
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"type": {
|
|
1596
|
+
"type": "reference",
|
|
1597
|
+
"target": 393,
|
|
1598
|
+
"name": "LuminaKeyBindings",
|
|
1599
|
+
"package": "lumina-engine"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": 288,
|
|
1604
|
+
"name": "loop",
|
|
1605
|
+
"variant": "declaration",
|
|
1606
|
+
"kind": 1024,
|
|
1607
|
+
"flags": {
|
|
1608
|
+
"isOptional": true
|
|
1609
|
+
},
|
|
1610
|
+
"comment": {
|
|
1611
|
+
"summary": [
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "text",
|
|
1614
|
+
"text": "Whether to loop back to the start after the last slide."
|
|
1615
|
+
}
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
"sources": [
|
|
1619
|
+
{
|
|
1620
|
+
"fileName": "src/core/types.ts",
|
|
1621
|
+
"line": 254,
|
|
1622
|
+
"character": 4
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"type": {
|
|
1626
|
+
"type": "intrinsic",
|
|
1627
|
+
"name": "boolean"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"id": 289,
|
|
1632
|
+
"name": "navigation",
|
|
1633
|
+
"variant": "declaration",
|
|
1634
|
+
"kind": 1024,
|
|
1635
|
+
"flags": {
|
|
1636
|
+
"isOptional": true
|
|
1637
|
+
},
|
|
1638
|
+
"comment": {
|
|
1639
|
+
"summary": [
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "text",
|
|
1642
|
+
"text": "Enable/Disable keyboard navigation."
|
|
1643
|
+
}
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
"sources": [
|
|
1647
|
+
{
|
|
1648
|
+
"fileName": "src/core/types.ts",
|
|
1649
|
+
"line": 256,
|
|
1650
|
+
"character": 4
|
|
1651
|
+
}
|
|
1652
|
+
],
|
|
1653
|
+
"type": {
|
|
1654
|
+
"type": "intrinsic",
|
|
1655
|
+
"name": "boolean"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": 287,
|
|
1660
|
+
"name": "selector",
|
|
1661
|
+
"variant": "declaration",
|
|
1662
|
+
"kind": 1024,
|
|
1663
|
+
"flags": {
|
|
1664
|
+
"isOptional": true
|
|
1665
|
+
},
|
|
1666
|
+
"comment": {
|
|
1667
|
+
"summary": [
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "text",
|
|
1670
|
+
"text": "CSS Selector for the container to mount into (default: '#app' or internal)."
|
|
1671
|
+
}
|
|
1672
|
+
]
|
|
1673
|
+
},
|
|
1674
|
+
"sources": [
|
|
1675
|
+
{
|
|
1676
|
+
"fileName": "src/core/types.ts",
|
|
1677
|
+
"line": 252,
|
|
1678
|
+
"character": 4
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"type": {
|
|
1682
|
+
"type": "intrinsic",
|
|
1683
|
+
"name": "string"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"id": 293,
|
|
1688
|
+
"name": "theme",
|
|
1689
|
+
"variant": "declaration",
|
|
1690
|
+
"kind": 1024,
|
|
1691
|
+
"flags": {
|
|
1692
|
+
"isOptional": true
|
|
1693
|
+
},
|
|
1694
|
+
"comment": {
|
|
1695
|
+
"summary": [
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "text",
|
|
1698
|
+
"text": "Theme configuration object or preset name string."
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
"sources": [
|
|
1703
|
+
{
|
|
1704
|
+
"fileName": "src/core/types.ts",
|
|
1705
|
+
"line": 264,
|
|
1706
|
+
"character": 4
|
|
1707
|
+
}
|
|
1708
|
+
],
|
|
1709
|
+
"type": {
|
|
1710
|
+
"type": "union",
|
|
1711
|
+
"types": [
|
|
1712
|
+
{
|
|
1713
|
+
"type": "intrinsic",
|
|
1714
|
+
"name": "string"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"type": "reference",
|
|
1718
|
+
"target": 301,
|
|
1719
|
+
"name": "ThemeConfig",
|
|
1720
|
+
"package": "lumina-engine"
|
|
1721
|
+
}
|
|
1722
|
+
]
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"id": 291,
|
|
1727
|
+
"name": "touch",
|
|
1728
|
+
"variant": "declaration",
|
|
1729
|
+
"kind": 1024,
|
|
1730
|
+
"flags": {
|
|
1731
|
+
"isOptional": true
|
|
1732
|
+
},
|
|
1733
|
+
"comment": {
|
|
1734
|
+
"summary": [
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "text",
|
|
1737
|
+
"text": "Enable/Disable touch swipe gestures."
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
"sources": [
|
|
1742
|
+
{
|
|
1743
|
+
"fileName": "src/core/types.ts",
|
|
1744
|
+
"line": 260,
|
|
1745
|
+
"character": 4
|
|
1746
|
+
}
|
|
1747
|
+
],
|
|
1748
|
+
"type": {
|
|
1749
|
+
"type": "intrinsic",
|
|
1750
|
+
"name": "boolean"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"id": 294,
|
|
1755
|
+
"name": "ui",
|
|
1756
|
+
"variant": "declaration",
|
|
1757
|
+
"kind": 1024,
|
|
1758
|
+
"flags": {
|
|
1759
|
+
"isOptional": true
|
|
1760
|
+
},
|
|
1761
|
+
"comment": {
|
|
1762
|
+
"summary": [
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "text",
|
|
1765
|
+
"text": "UI element toggles."
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
"sources": [
|
|
1770
|
+
{
|
|
1771
|
+
"fileName": "src/core/types.ts",
|
|
1772
|
+
"line": 266,
|
|
1773
|
+
"character": 4
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"type": {
|
|
1777
|
+
"type": "reference",
|
|
1778
|
+
"target": 381,
|
|
1779
|
+
"name": "LuminaUIOptions",
|
|
1780
|
+
"package": "lumina-engine"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"groups": [
|
|
1785
|
+
{
|
|
1786
|
+
"title": "Properties",
|
|
1787
|
+
"children": [
|
|
1788
|
+
296,
|
|
1789
|
+
292,
|
|
1790
|
+
290,
|
|
1791
|
+
295,
|
|
1792
|
+
288,
|
|
1793
|
+
289,
|
|
1794
|
+
287,
|
|
1795
|
+
293,
|
|
1796
|
+
291,
|
|
1797
|
+
294
|
|
1798
|
+
]
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
"sources": [
|
|
1802
|
+
{
|
|
1803
|
+
"fileName": "src/core/types.ts",
|
|
1804
|
+
"line": 250,
|
|
1805
|
+
"character": 17
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"id": 381,
|
|
1811
|
+
"name": "LuminaUIOptions",
|
|
1812
|
+
"variant": "declaration",
|
|
1813
|
+
"kind": 256,
|
|
1814
|
+
"flags": {},
|
|
1815
|
+
"comment": {
|
|
1816
|
+
"summary": [
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "text",
|
|
1819
|
+
"text": "UI Visibility toggles."
|
|
1820
|
+
}
|
|
1821
|
+
]
|
|
1822
|
+
},
|
|
1823
|
+
"children": [
|
|
1824
|
+
{
|
|
1825
|
+
"id": 385,
|
|
1826
|
+
"name": "showControls",
|
|
1827
|
+
"variant": "declaration",
|
|
1828
|
+
"kind": 1024,
|
|
1829
|
+
"flags": {
|
|
1830
|
+
"isOptional": true
|
|
1831
|
+
},
|
|
1832
|
+
"sources": [
|
|
1833
|
+
{
|
|
1834
|
+
"fileName": "src/core/types.ts",
|
|
1835
|
+
"line": 226,
|
|
1836
|
+
"character": 4
|
|
1837
|
+
}
|
|
1838
|
+
],
|
|
1839
|
+
"type": {
|
|
1840
|
+
"type": "intrinsic",
|
|
1841
|
+
"name": "boolean"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"id": 383,
|
|
1846
|
+
"name": "showProgressBar",
|
|
1847
|
+
"variant": "declaration",
|
|
1848
|
+
"kind": 1024,
|
|
1849
|
+
"flags": {
|
|
1850
|
+
"isOptional": true
|
|
1851
|
+
},
|
|
1852
|
+
"sources": [
|
|
1853
|
+
{
|
|
1854
|
+
"fileName": "src/core/types.ts",
|
|
1855
|
+
"line": 224,
|
|
1856
|
+
"character": 4
|
|
1857
|
+
}
|
|
1858
|
+
],
|
|
1859
|
+
"type": {
|
|
1860
|
+
"type": "intrinsic",
|
|
1861
|
+
"name": "boolean"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"id": 384,
|
|
1866
|
+
"name": "showSlideCount",
|
|
1867
|
+
"variant": "declaration",
|
|
1868
|
+
"kind": 1024,
|
|
1869
|
+
"flags": {
|
|
1870
|
+
"isOptional": true
|
|
1871
|
+
},
|
|
1872
|
+
"sources": [
|
|
1873
|
+
{
|
|
1874
|
+
"fileName": "src/core/types.ts",
|
|
1875
|
+
"line": 225,
|
|
1876
|
+
"character": 4
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"type": {
|
|
1880
|
+
"type": "intrinsic",
|
|
1881
|
+
"name": "boolean"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"id": 382,
|
|
1886
|
+
"name": "visible",
|
|
1887
|
+
"variant": "declaration",
|
|
1888
|
+
"kind": 1024,
|
|
1889
|
+
"flags": {
|
|
1890
|
+
"isOptional": true
|
|
1891
|
+
},
|
|
1892
|
+
"sources": [
|
|
1893
|
+
{
|
|
1894
|
+
"fileName": "src/core/types.ts",
|
|
1895
|
+
"line": 223,
|
|
1896
|
+
"character": 4
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"type": {
|
|
1900
|
+
"type": "intrinsic",
|
|
1901
|
+
"name": "boolean"
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
],
|
|
1905
|
+
"groups": [
|
|
1906
|
+
{
|
|
1907
|
+
"title": "Properties",
|
|
1908
|
+
"children": [
|
|
1909
|
+
385,
|
|
1910
|
+
383,
|
|
1911
|
+
384,
|
|
1912
|
+
382
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
"sources": [
|
|
1917
|
+
{
|
|
1918
|
+
"fileName": "src/core/types.ts",
|
|
1919
|
+
"line": 222,
|
|
1920
|
+
"character": 17
|
|
1921
|
+
}
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"id": 372,
|
|
1926
|
+
"name": "SlideChangePayload",
|
|
1927
|
+
"variant": "declaration",
|
|
1928
|
+
"kind": 256,
|
|
1929
|
+
"flags": {},
|
|
1930
|
+
"comment": {
|
|
1931
|
+
"summary": [
|
|
1932
|
+
{
|
|
1933
|
+
"kind": "text",
|
|
1934
|
+
"text": "Payload for the 'slideChange' event."
|
|
1935
|
+
}
|
|
1936
|
+
]
|
|
1937
|
+
},
|
|
1938
|
+
"children": [
|
|
1939
|
+
{
|
|
1940
|
+
"id": 373,
|
|
1941
|
+
"name": "index",
|
|
1942
|
+
"variant": "declaration",
|
|
1943
|
+
"kind": 1024,
|
|
1944
|
+
"flags": {},
|
|
1945
|
+
"sources": [
|
|
1946
|
+
{
|
|
1947
|
+
"fileName": "src/core/types.ts",
|
|
1948
|
+
"line": 284,
|
|
1949
|
+
"character": 4
|
|
1950
|
+
}
|
|
1951
|
+
],
|
|
1952
|
+
"type": {
|
|
1953
|
+
"type": "intrinsic",
|
|
1954
|
+
"name": "number"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"id": 374,
|
|
1959
|
+
"name": "previousIndex",
|
|
1960
|
+
"variant": "declaration",
|
|
1961
|
+
"kind": 1024,
|
|
1962
|
+
"flags": {},
|
|
1963
|
+
"sources": [
|
|
1964
|
+
{
|
|
1965
|
+
"fileName": "src/core/types.ts",
|
|
1966
|
+
"line": 285,
|
|
1967
|
+
"character": 4
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1970
|
+
"type": {
|
|
1971
|
+
"type": "intrinsic",
|
|
1972
|
+
"name": "number"
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"id": 375,
|
|
1977
|
+
"name": "slide",
|
|
1978
|
+
"variant": "declaration",
|
|
1979
|
+
"kind": 1024,
|
|
1980
|
+
"flags": {},
|
|
1981
|
+
"sources": [
|
|
1982
|
+
{
|
|
1983
|
+
"fileName": "src/core/types.ts",
|
|
1984
|
+
"line": 286,
|
|
1985
|
+
"character": 4
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"type": {
|
|
1989
|
+
"type": "reference",
|
|
1990
|
+
"target": 300,
|
|
1991
|
+
"name": "BaseSlideData",
|
|
1992
|
+
"package": "lumina-engine"
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
],
|
|
1996
|
+
"groups": [
|
|
1997
|
+
{
|
|
1998
|
+
"title": "Properties",
|
|
1999
|
+
"children": [
|
|
2000
|
+
373,
|
|
2001
|
+
374,
|
|
2002
|
+
375
|
|
2003
|
+
]
|
|
2004
|
+
}
|
|
2005
|
+
],
|
|
2006
|
+
"sources": [
|
|
2007
|
+
{
|
|
2008
|
+
"fileName": "src/core/types.ts",
|
|
2009
|
+
"line": 283,
|
|
2010
|
+
"character": 17
|
|
2011
|
+
}
|
|
2012
|
+
]
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"id": 331,
|
|
2016
|
+
"name": "SlideFeatures",
|
|
2017
|
+
"variant": "declaration",
|
|
2018
|
+
"kind": 256,
|
|
2019
|
+
"flags": {},
|
|
2020
|
+
"comment": {
|
|
2021
|
+
"summary": [
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "text",
|
|
2024
|
+
"text": "Slide: Features Layout\r\nA grid of feature cards."
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"blockTags": [
|
|
2028
|
+
{
|
|
2029
|
+
"tag": "@example",
|
|
2030
|
+
"content": [
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "code",
|
|
2033
|
+
"text": "```json\r\n{\r\n \"type\": \"features\",\r\n \"title\": \"Core Capabilities\",\r\n \"description\": \"Built to scale.\",\r\n \"features\": [\r\n { \"title\": \"Reactive\", \"desc\": \"State management\", \"icon\": \"fa-database\" },\r\n { \"title\": \"Modular\", \"desc\": \"Tree-shakable\", \"icon\": \"fa-cube\" }\r\n ]\r\n}\r\n```"
|
|
2034
|
+
}
|
|
2035
|
+
]
|
|
2036
|
+
}
|
|
2037
|
+
]
|
|
2038
|
+
},
|
|
2039
|
+
"children": [
|
|
2040
|
+
{
|
|
2041
|
+
"id": 334,
|
|
2042
|
+
"name": "description",
|
|
2043
|
+
"variant": "declaration",
|
|
2044
|
+
"kind": 1024,
|
|
2045
|
+
"flags": {
|
|
2046
|
+
"isOptional": true
|
|
2047
|
+
},
|
|
2048
|
+
"sources": [
|
|
2049
|
+
{
|
|
2050
|
+
"fileName": "src/core/types.ts",
|
|
2051
|
+
"line": 103,
|
|
2052
|
+
"character": 4
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"type": {
|
|
2056
|
+
"type": "intrinsic",
|
|
2057
|
+
"name": "string"
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"id": 335,
|
|
2062
|
+
"name": "features",
|
|
2063
|
+
"variant": "declaration",
|
|
2064
|
+
"kind": 1024,
|
|
2065
|
+
"flags": {},
|
|
2066
|
+
"comment": {
|
|
2067
|
+
"summary": [
|
|
2068
|
+
{
|
|
2069
|
+
"kind": "text",
|
|
2070
|
+
"text": "List of feature cards to display."
|
|
2071
|
+
}
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
"sources": [
|
|
2075
|
+
{
|
|
2076
|
+
"fileName": "src/core/types.ts",
|
|
2077
|
+
"line": 105,
|
|
2078
|
+
"character": 4
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"type": {
|
|
2082
|
+
"type": "array",
|
|
2083
|
+
"elementType": {
|
|
2084
|
+
"type": "reference",
|
|
2085
|
+
"target": 354,
|
|
2086
|
+
"name": "FeatureItem",
|
|
2087
|
+
"package": "lumina-engine"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"id": 336,
|
|
2093
|
+
"name": "id",
|
|
2094
|
+
"variant": "declaration",
|
|
2095
|
+
"kind": 1024,
|
|
2096
|
+
"flags": {
|
|
2097
|
+
"isOptional": true,
|
|
2098
|
+
"isInherited": true
|
|
2099
|
+
},
|
|
2100
|
+
"comment": {
|
|
2101
|
+
"summary": [
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "text",
|
|
2104
|
+
"text": "Unique ID for keying loop optimization (optional)."
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
"sources": [
|
|
2109
|
+
{
|
|
2110
|
+
"fileName": "src/core/types.ts",
|
|
2111
|
+
"line": 49,
|
|
2112
|
+
"character": 4
|
|
2113
|
+
}
|
|
2114
|
+
],
|
|
2115
|
+
"type": {
|
|
2116
|
+
"type": "intrinsic",
|
|
2117
|
+
"name": "string"
|
|
2118
|
+
},
|
|
2119
|
+
"inheritedFrom": {
|
|
2120
|
+
"type": "reference",
|
|
2121
|
+
"target": -1,
|
|
2122
|
+
"name": "SlideBase.id"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"id": 337,
|
|
2127
|
+
"name": "meta",
|
|
2128
|
+
"variant": "declaration",
|
|
2129
|
+
"kind": 1024,
|
|
2130
|
+
"flags": {
|
|
2131
|
+
"isOptional": true,
|
|
2132
|
+
"isInherited": true
|
|
2133
|
+
},
|
|
2134
|
+
"comment": {
|
|
2135
|
+
"summary": [
|
|
2136
|
+
{
|
|
2137
|
+
"kind": "text",
|
|
2138
|
+
"text": "Slide-specific metadata."
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
"sources": [
|
|
2143
|
+
{
|
|
2144
|
+
"fileName": "src/core/types.ts",
|
|
2145
|
+
"line": 51,
|
|
2146
|
+
"character": 4
|
|
2147
|
+
}
|
|
2148
|
+
],
|
|
2149
|
+
"type": {
|
|
2150
|
+
"type": "reference",
|
|
2151
|
+
"target": 363,
|
|
2152
|
+
"name": "SlideMeta",
|
|
2153
|
+
"package": "lumina-engine"
|
|
2154
|
+
},
|
|
2155
|
+
"inheritedFrom": {
|
|
2156
|
+
"type": "reference",
|
|
2157
|
+
"target": -1,
|
|
2158
|
+
"name": "SlideBase.meta"
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"id": 333,
|
|
2163
|
+
"name": "title",
|
|
2164
|
+
"variant": "declaration",
|
|
2165
|
+
"kind": 1024,
|
|
2166
|
+
"flags": {},
|
|
2167
|
+
"sources": [
|
|
2168
|
+
{
|
|
2169
|
+
"fileName": "src/core/types.ts",
|
|
2170
|
+
"line": 102,
|
|
2171
|
+
"character": 4
|
|
2172
|
+
}
|
|
2173
|
+
],
|
|
2174
|
+
"type": {
|
|
2175
|
+
"type": "intrinsic",
|
|
2176
|
+
"name": "string"
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"id": 332,
|
|
2181
|
+
"name": "type",
|
|
2182
|
+
"variant": "declaration",
|
|
2183
|
+
"kind": 1024,
|
|
2184
|
+
"flags": {},
|
|
2185
|
+
"sources": [
|
|
2186
|
+
{
|
|
2187
|
+
"fileName": "src/core/types.ts",
|
|
2188
|
+
"line": 101,
|
|
2189
|
+
"character": 4
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"type": {
|
|
2193
|
+
"type": "literal",
|
|
2194
|
+
"value": "features"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
],
|
|
2198
|
+
"groups": [
|
|
2199
|
+
{
|
|
2200
|
+
"title": "Properties",
|
|
2201
|
+
"children": [
|
|
2202
|
+
334,
|
|
2203
|
+
335,
|
|
2204
|
+
336,
|
|
2205
|
+
337,
|
|
2206
|
+
333,
|
|
2207
|
+
332
|
|
2208
|
+
]
|
|
2209
|
+
}
|
|
2210
|
+
],
|
|
2211
|
+
"sources": [
|
|
2212
|
+
{
|
|
2213
|
+
"fileName": "src/core/types.ts",
|
|
2214
|
+
"line": 100,
|
|
2215
|
+
"character": 17
|
|
2216
|
+
}
|
|
2217
|
+
],
|
|
2218
|
+
"extendedTypes": [
|
|
2219
|
+
{
|
|
2220
|
+
"type": "reference",
|
|
2221
|
+
"target": {
|
|
2222
|
+
"packageName": "lumina-engine",
|
|
2223
|
+
"packagePath": "src/core/types.ts",
|
|
2224
|
+
"qualifiedName": "SlideBase"
|
|
2225
|
+
},
|
|
2226
|
+
"name": "SlideBase",
|
|
2227
|
+
"package": "lumina-engine"
|
|
2228
|
+
}
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"id": 338,
|
|
2233
|
+
"name": "SlideHalf",
|
|
2234
|
+
"variant": "declaration",
|
|
2235
|
+
"kind": 256,
|
|
2236
|
+
"flags": {},
|
|
2237
|
+
"comment": {
|
|
2238
|
+
"summary": [
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "text",
|
|
2241
|
+
"text": "Slide: Split/Half Layout\r\nText on one side, image on the other."
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"blockTags": [
|
|
2245
|
+
{
|
|
2246
|
+
"tag": "@example",
|
|
2247
|
+
"content": [
|
|
2248
|
+
{
|
|
2249
|
+
"kind": "code",
|
|
2250
|
+
"text": "```json\r\n{\r\n \"type\": \"half\",\r\n \"imageSide\": \"left\",\r\n \"image\": \"https://example.com/photo.jpg\",\r\n \"title\": \"Smart Split Layouts\",\r\n \"paragraphs\": [\"Lumina adapts to viewport size.\", \"Content is King.\"],\r\n \"cta\": \"Read Documentation\"\r\n}\r\n```"
|
|
2251
|
+
}
|
|
2252
|
+
]
|
|
2253
|
+
}
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2256
|
+
"children": [
|
|
2257
|
+
{
|
|
2258
|
+
"id": 345,
|
|
2259
|
+
"name": "cta",
|
|
2260
|
+
"variant": "declaration",
|
|
2261
|
+
"kind": 1024,
|
|
2262
|
+
"flags": {
|
|
2263
|
+
"isOptional": true
|
|
2264
|
+
},
|
|
2265
|
+
"sources": [
|
|
2266
|
+
{
|
|
2267
|
+
"fileName": "src/core/types.ts",
|
|
2268
|
+
"line": 131,
|
|
2269
|
+
"character": 4
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
"type": {
|
|
2273
|
+
"type": "intrinsic",
|
|
2274
|
+
"name": "string"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"id": 346,
|
|
2279
|
+
"name": "id",
|
|
2280
|
+
"variant": "declaration",
|
|
2281
|
+
"kind": 1024,
|
|
2282
|
+
"flags": {
|
|
2283
|
+
"isOptional": true,
|
|
2284
|
+
"isInherited": true
|
|
2285
|
+
},
|
|
2286
|
+
"comment": {
|
|
2287
|
+
"summary": [
|
|
2288
|
+
{
|
|
2289
|
+
"kind": "text",
|
|
2290
|
+
"text": "Unique ID for keying loop optimization (optional)."
|
|
2291
|
+
}
|
|
2292
|
+
]
|
|
2293
|
+
},
|
|
2294
|
+
"sources": [
|
|
2295
|
+
{
|
|
2296
|
+
"fileName": "src/core/types.ts",
|
|
2297
|
+
"line": 49,
|
|
2298
|
+
"character": 4
|
|
2299
|
+
}
|
|
2300
|
+
],
|
|
2301
|
+
"type": {
|
|
2302
|
+
"type": "intrinsic",
|
|
2303
|
+
"name": "string"
|
|
2304
|
+
},
|
|
2305
|
+
"inheritedFrom": {
|
|
2306
|
+
"type": "reference",
|
|
2307
|
+
"target": -1,
|
|
2308
|
+
"name": "SlideBase.id"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"id": 341,
|
|
2313
|
+
"name": "image",
|
|
2314
|
+
"variant": "declaration",
|
|
2315
|
+
"kind": 1024,
|
|
2316
|
+
"flags": {},
|
|
2317
|
+
"sources": [
|
|
2318
|
+
{
|
|
2319
|
+
"fileName": "src/core/types.ts",
|
|
2320
|
+
"line": 127,
|
|
2321
|
+
"character": 4
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"type": {
|
|
2325
|
+
"type": "intrinsic",
|
|
2326
|
+
"name": "string"
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"id": 340,
|
|
2331
|
+
"name": "imageSide",
|
|
2332
|
+
"variant": "declaration",
|
|
2333
|
+
"kind": 1024,
|
|
2334
|
+
"flags": {},
|
|
2335
|
+
"comment": {
|
|
2336
|
+
"summary": [
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "text",
|
|
2339
|
+
"text": "Which side the image appears on."
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
"sources": [
|
|
2344
|
+
{
|
|
2345
|
+
"fileName": "src/core/types.ts",
|
|
2346
|
+
"line": 126,
|
|
2347
|
+
"character": 4
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
"type": {
|
|
2351
|
+
"type": "union",
|
|
2352
|
+
"types": [
|
|
2353
|
+
{
|
|
2354
|
+
"type": "literal",
|
|
2355
|
+
"value": "left"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"type": "literal",
|
|
2359
|
+
"value": "right"
|
|
2360
|
+
}
|
|
2361
|
+
]
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"id": 347,
|
|
2366
|
+
"name": "meta",
|
|
2367
|
+
"variant": "declaration",
|
|
2368
|
+
"kind": 1024,
|
|
2369
|
+
"flags": {
|
|
2370
|
+
"isOptional": true,
|
|
2371
|
+
"isInherited": true
|
|
2372
|
+
},
|
|
2373
|
+
"comment": {
|
|
2374
|
+
"summary": [
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "text",
|
|
2377
|
+
"text": "Slide-specific metadata."
|
|
2378
|
+
}
|
|
2379
|
+
]
|
|
2380
|
+
},
|
|
2381
|
+
"sources": [
|
|
2382
|
+
{
|
|
2383
|
+
"fileName": "src/core/types.ts",
|
|
2384
|
+
"line": 51,
|
|
2385
|
+
"character": 4
|
|
2386
|
+
}
|
|
2387
|
+
],
|
|
2388
|
+
"type": {
|
|
2389
|
+
"type": "reference",
|
|
2390
|
+
"target": 363,
|
|
2391
|
+
"name": "SlideMeta",
|
|
2392
|
+
"package": "lumina-engine"
|
|
2393
|
+
},
|
|
2394
|
+
"inheritedFrom": {
|
|
2395
|
+
"type": "reference",
|
|
2396
|
+
"target": -1,
|
|
2397
|
+
"name": "SlideBase.meta"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"id": 344,
|
|
2402
|
+
"name": "paragraphs",
|
|
2403
|
+
"variant": "declaration",
|
|
2404
|
+
"kind": 1024,
|
|
2405
|
+
"flags": {},
|
|
2406
|
+
"sources": [
|
|
2407
|
+
{
|
|
2408
|
+
"fileName": "src/core/types.ts",
|
|
2409
|
+
"line": 130,
|
|
2410
|
+
"character": 4
|
|
2411
|
+
}
|
|
2412
|
+
],
|
|
2413
|
+
"type": {
|
|
2414
|
+
"type": "array",
|
|
2415
|
+
"elementType": {
|
|
2416
|
+
"type": "intrinsic",
|
|
2417
|
+
"name": "string"
|
|
2418
|
+
}
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"id": 342,
|
|
2423
|
+
"name": "tag",
|
|
2424
|
+
"variant": "declaration",
|
|
2425
|
+
"kind": 1024,
|
|
2426
|
+
"flags": {
|
|
2427
|
+
"isOptional": true
|
|
2428
|
+
},
|
|
2429
|
+
"sources": [
|
|
2430
|
+
{
|
|
2431
|
+
"fileName": "src/core/types.ts",
|
|
2432
|
+
"line": 128,
|
|
2433
|
+
"character": 4
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
"type": {
|
|
2437
|
+
"type": "intrinsic",
|
|
2438
|
+
"name": "string"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"id": 343,
|
|
2443
|
+
"name": "title",
|
|
2444
|
+
"variant": "declaration",
|
|
2445
|
+
"kind": 1024,
|
|
2446
|
+
"flags": {},
|
|
2447
|
+
"sources": [
|
|
2448
|
+
{
|
|
2449
|
+
"fileName": "src/core/types.ts",
|
|
2450
|
+
"line": 129,
|
|
2451
|
+
"character": 4
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"type": {
|
|
2455
|
+
"type": "intrinsic",
|
|
2456
|
+
"name": "string"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"id": 339,
|
|
2461
|
+
"name": "type",
|
|
2462
|
+
"variant": "declaration",
|
|
2463
|
+
"kind": 1024,
|
|
2464
|
+
"flags": {},
|
|
2465
|
+
"sources": [
|
|
2466
|
+
{
|
|
2467
|
+
"fileName": "src/core/types.ts",
|
|
2468
|
+
"line": 124,
|
|
2469
|
+
"character": 4
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"type": {
|
|
2473
|
+
"type": "literal",
|
|
2474
|
+
"value": "half"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
],
|
|
2478
|
+
"groups": [
|
|
2479
|
+
{
|
|
2480
|
+
"title": "Properties",
|
|
2481
|
+
"children": [
|
|
2482
|
+
345,
|
|
2483
|
+
346,
|
|
2484
|
+
341,
|
|
2485
|
+
340,
|
|
2486
|
+
347,
|
|
2487
|
+
344,
|
|
2488
|
+
342,
|
|
2489
|
+
343,
|
|
2490
|
+
339
|
|
2491
|
+
]
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"sources": [
|
|
2495
|
+
{
|
|
2496
|
+
"fileName": "src/core/types.ts",
|
|
2497
|
+
"line": 123,
|
|
2498
|
+
"character": 17
|
|
2499
|
+
}
|
|
2500
|
+
],
|
|
2501
|
+
"extendedTypes": [
|
|
2502
|
+
{
|
|
2503
|
+
"type": "reference",
|
|
2504
|
+
"target": {
|
|
2505
|
+
"packageName": "lumina-engine",
|
|
2506
|
+
"packagePath": "src/core/types.ts",
|
|
2507
|
+
"qualifiedName": "SlideBase"
|
|
2508
|
+
},
|
|
2509
|
+
"name": "SlideBase",
|
|
2510
|
+
"package": "lumina-engine"
|
|
2511
|
+
}
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"id": 363,
|
|
2516
|
+
"name": "SlideMeta",
|
|
2517
|
+
"variant": "declaration",
|
|
2518
|
+
"kind": 256,
|
|
2519
|
+
"flags": {},
|
|
2520
|
+
"comment": {
|
|
2521
|
+
"summary": [
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "text",
|
|
2524
|
+
"text": "Metadata for individual slides.\r\nCan contain arbitrary data used by custom layouts."
|
|
2525
|
+
}
|
|
2526
|
+
]
|
|
2527
|
+
},
|
|
2528
|
+
"children": [
|
|
2529
|
+
{
|
|
2530
|
+
"id": 364,
|
|
2531
|
+
"name": "orbColor",
|
|
2532
|
+
"variant": "declaration",
|
|
2533
|
+
"kind": 1024,
|
|
2534
|
+
"flags": {
|
|
2535
|
+
"isOptional": true
|
|
2536
|
+
},
|
|
2537
|
+
"sources": [
|
|
2538
|
+
{
|
|
2539
|
+
"fileName": "src/core/types.ts",
|
|
2540
|
+
"line": 39,
|
|
2541
|
+
"character": 4
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"type": {
|
|
2545
|
+
"type": "intrinsic",
|
|
2546
|
+
"name": "string"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"id": 365,
|
|
2551
|
+
"name": "orbPos",
|
|
2552
|
+
"variant": "declaration",
|
|
2553
|
+
"kind": 1024,
|
|
2554
|
+
"flags": {
|
|
2555
|
+
"isOptional": true
|
|
2556
|
+
},
|
|
2557
|
+
"sources": [
|
|
2558
|
+
{
|
|
2559
|
+
"fileName": "src/core/types.ts",
|
|
2560
|
+
"line": 40,
|
|
2561
|
+
"character": 4
|
|
2562
|
+
}
|
|
2563
|
+
],
|
|
2564
|
+
"type": {
|
|
2565
|
+
"type": "reflection",
|
|
2566
|
+
"declaration": {
|
|
2567
|
+
"id": 366,
|
|
2568
|
+
"name": "__type",
|
|
2569
|
+
"variant": "declaration",
|
|
2570
|
+
"kind": 65536,
|
|
2571
|
+
"flags": {},
|
|
2572
|
+
"children": [
|
|
2573
|
+
{
|
|
2574
|
+
"id": 368,
|
|
2575
|
+
"name": "left",
|
|
2576
|
+
"variant": "declaration",
|
|
2577
|
+
"kind": 1024,
|
|
2578
|
+
"flags": {},
|
|
2579
|
+
"sources": [
|
|
2580
|
+
{
|
|
2581
|
+
"fileName": "src/core/types.ts",
|
|
2582
|
+
"line": 40,
|
|
2583
|
+
"character": 28
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"type": {
|
|
2587
|
+
"type": "intrinsic",
|
|
2588
|
+
"name": "string"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"id": 367,
|
|
2593
|
+
"name": "top",
|
|
2594
|
+
"variant": "declaration",
|
|
2595
|
+
"kind": 1024,
|
|
2596
|
+
"flags": {},
|
|
2597
|
+
"sources": [
|
|
2598
|
+
{
|
|
2599
|
+
"fileName": "src/core/types.ts",
|
|
2600
|
+
"line": 40,
|
|
2601
|
+
"character": 15
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
"type": {
|
|
2605
|
+
"type": "intrinsic",
|
|
2606
|
+
"name": "string"
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
"groups": [
|
|
2611
|
+
{
|
|
2612
|
+
"title": "Properties",
|
|
2613
|
+
"children": [
|
|
2614
|
+
368,
|
|
2615
|
+
367
|
|
2616
|
+
]
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2619
|
+
"sources": [
|
|
2620
|
+
{
|
|
2621
|
+
"fileName": "src/core/types.ts",
|
|
2622
|
+
"line": 40,
|
|
2623
|
+
"character": 13
|
|
2624
|
+
}
|
|
2625
|
+
]
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"groups": [
|
|
2631
|
+
{
|
|
2632
|
+
"title": "Properties",
|
|
2633
|
+
"children": [
|
|
2634
|
+
364,
|
|
2635
|
+
365
|
|
2636
|
+
]
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"sources": [
|
|
2640
|
+
{
|
|
2641
|
+
"fileName": "src/core/types.ts",
|
|
2642
|
+
"line": 38,
|
|
2643
|
+
"character": 17
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"indexSignatures": [
|
|
2647
|
+
{
|
|
2648
|
+
"id": 369,
|
|
2649
|
+
"name": "__index",
|
|
2650
|
+
"variant": "signature",
|
|
2651
|
+
"kind": 8192,
|
|
2652
|
+
"flags": {},
|
|
2653
|
+
"sources": [
|
|
2654
|
+
{
|
|
2655
|
+
"fileName": "src/core/types.ts",
|
|
2656
|
+
"line": 41,
|
|
2657
|
+
"character": 4
|
|
2658
|
+
}
|
|
2659
|
+
],
|
|
2660
|
+
"parameters": [
|
|
2661
|
+
{
|
|
2662
|
+
"id": 370,
|
|
2663
|
+
"name": "key",
|
|
2664
|
+
"variant": "param",
|
|
2665
|
+
"kind": 32768,
|
|
2666
|
+
"flags": {},
|
|
2667
|
+
"type": {
|
|
2668
|
+
"type": "intrinsic",
|
|
2669
|
+
"name": "string"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
],
|
|
2673
|
+
"type": {
|
|
2674
|
+
"type": "intrinsic",
|
|
2675
|
+
"name": "any"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
]
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"id": 324,
|
|
2682
|
+
"name": "SlideStatement",
|
|
2683
|
+
"variant": "declaration",
|
|
2684
|
+
"kind": 256,
|
|
2685
|
+
"flags": {},
|
|
2686
|
+
"comment": {
|
|
2687
|
+
"summary": [
|
|
2688
|
+
{
|
|
2689
|
+
"kind": "text",
|
|
2690
|
+
"text": "Slide: Statement Layout\r\nA simple, high-impact text layout."
|
|
2691
|
+
}
|
|
2692
|
+
],
|
|
2693
|
+
"blockTags": [
|
|
2694
|
+
{
|
|
2695
|
+
"tag": "@example",
|
|
2696
|
+
"content": [
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "code",
|
|
2699
|
+
"text": "```json\r\n{\r\n \"type\": \"statement\",\r\n \"meta\": { \"orbColor\": \"#3b82f6\" },\r\n \"tag\": \"Declarative Engine\",\r\n \"title\": \"Lumina V8\",\r\n \"subtitle\": \"A highly modular, performance-first presentation engine.\"\r\n}\r\n```"
|
|
2700
|
+
}
|
|
2701
|
+
]
|
|
2702
|
+
}
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
"children": [
|
|
2706
|
+
{
|
|
2707
|
+
"id": 329,
|
|
2708
|
+
"name": "id",
|
|
2709
|
+
"variant": "declaration",
|
|
2710
|
+
"kind": 1024,
|
|
2711
|
+
"flags": {
|
|
2712
|
+
"isOptional": true,
|
|
2713
|
+
"isInherited": true
|
|
2714
|
+
},
|
|
2715
|
+
"comment": {
|
|
2716
|
+
"summary": [
|
|
2717
|
+
{
|
|
2718
|
+
"kind": "text",
|
|
2719
|
+
"text": "Unique ID for keying loop optimization (optional)."
|
|
2720
|
+
}
|
|
2721
|
+
]
|
|
2722
|
+
},
|
|
2723
|
+
"sources": [
|
|
2724
|
+
{
|
|
2725
|
+
"fileName": "src/core/types.ts",
|
|
2726
|
+
"line": 49,
|
|
2727
|
+
"character": 4
|
|
2728
|
+
}
|
|
2729
|
+
],
|
|
2730
|
+
"type": {
|
|
2731
|
+
"type": "intrinsic",
|
|
2732
|
+
"name": "string"
|
|
2733
|
+
},
|
|
2734
|
+
"inheritedFrom": {
|
|
2735
|
+
"type": "reference",
|
|
2736
|
+
"target": -1,
|
|
2737
|
+
"name": "SlideBase.id"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"id": 330,
|
|
2742
|
+
"name": "meta",
|
|
2743
|
+
"variant": "declaration",
|
|
2744
|
+
"kind": 1024,
|
|
2745
|
+
"flags": {
|
|
2746
|
+
"isOptional": true,
|
|
2747
|
+
"isInherited": true
|
|
2748
|
+
},
|
|
2749
|
+
"comment": {
|
|
2750
|
+
"summary": [
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "text",
|
|
2753
|
+
"text": "Slide-specific metadata."
|
|
2754
|
+
}
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2757
|
+
"sources": [
|
|
2758
|
+
{
|
|
2759
|
+
"fileName": "src/core/types.ts",
|
|
2760
|
+
"line": 51,
|
|
2761
|
+
"character": 4
|
|
2762
|
+
}
|
|
2763
|
+
],
|
|
2764
|
+
"type": {
|
|
2765
|
+
"type": "reference",
|
|
2766
|
+
"target": 363,
|
|
2767
|
+
"name": "SlideMeta",
|
|
2768
|
+
"package": "lumina-engine"
|
|
2769
|
+
},
|
|
2770
|
+
"inheritedFrom": {
|
|
2771
|
+
"type": "reference",
|
|
2772
|
+
"target": -1,
|
|
2773
|
+
"name": "SlideBase.meta"
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"id": 328,
|
|
2778
|
+
"name": "subtitle",
|
|
2779
|
+
"variant": "declaration",
|
|
2780
|
+
"kind": 1024,
|
|
2781
|
+
"flags": {
|
|
2782
|
+
"isOptional": true
|
|
2783
|
+
},
|
|
2784
|
+
"sources": [
|
|
2785
|
+
{
|
|
2786
|
+
"fileName": "src/core/types.ts",
|
|
2787
|
+
"line": 72,
|
|
2788
|
+
"character": 4
|
|
2789
|
+
}
|
|
2790
|
+
],
|
|
2791
|
+
"type": {
|
|
2792
|
+
"type": "intrinsic",
|
|
2793
|
+
"name": "string"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"id": 326,
|
|
2798
|
+
"name": "tag",
|
|
2799
|
+
"variant": "declaration",
|
|
2800
|
+
"kind": 1024,
|
|
2801
|
+
"flags": {
|
|
2802
|
+
"isOptional": true
|
|
2803
|
+
},
|
|
2804
|
+
"sources": [
|
|
2805
|
+
{
|
|
2806
|
+
"fileName": "src/core/types.ts",
|
|
2807
|
+
"line": 70,
|
|
2808
|
+
"character": 4
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"type": {
|
|
2812
|
+
"type": "intrinsic",
|
|
2813
|
+
"name": "string"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"id": 327,
|
|
2818
|
+
"name": "title",
|
|
2819
|
+
"variant": "declaration",
|
|
2820
|
+
"kind": 1024,
|
|
2821
|
+
"flags": {},
|
|
2822
|
+
"sources": [
|
|
2823
|
+
{
|
|
2824
|
+
"fileName": "src/core/types.ts",
|
|
2825
|
+
"line": 71,
|
|
2826
|
+
"character": 4
|
|
2827
|
+
}
|
|
2828
|
+
],
|
|
2829
|
+
"type": {
|
|
2830
|
+
"type": "intrinsic",
|
|
2831
|
+
"name": "string"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"id": 325,
|
|
2836
|
+
"name": "type",
|
|
2837
|
+
"variant": "declaration",
|
|
2838
|
+
"kind": 1024,
|
|
2839
|
+
"flags": {},
|
|
2840
|
+
"sources": [
|
|
2841
|
+
{
|
|
2842
|
+
"fileName": "src/core/types.ts",
|
|
2843
|
+
"line": 69,
|
|
2844
|
+
"character": 4
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"type": {
|
|
2848
|
+
"type": "literal",
|
|
2849
|
+
"value": "statement"
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2852
|
+
],
|
|
2853
|
+
"groups": [
|
|
2854
|
+
{
|
|
2855
|
+
"title": "Properties",
|
|
2856
|
+
"children": [
|
|
2857
|
+
329,
|
|
2858
|
+
330,
|
|
2859
|
+
328,
|
|
2860
|
+
326,
|
|
2861
|
+
327,
|
|
2862
|
+
325
|
|
2863
|
+
]
|
|
2864
|
+
}
|
|
2865
|
+
],
|
|
2866
|
+
"sources": [
|
|
2867
|
+
{
|
|
2868
|
+
"fileName": "src/core/types.ts",
|
|
2869
|
+
"line": 68,
|
|
2870
|
+
"character": 17
|
|
2871
|
+
}
|
|
2872
|
+
],
|
|
2873
|
+
"extendedTypes": [
|
|
2874
|
+
{
|
|
2875
|
+
"type": "reference",
|
|
2876
|
+
"target": {
|
|
2877
|
+
"packageName": "lumina-engine",
|
|
2878
|
+
"packagePath": "src/core/types.ts",
|
|
2879
|
+
"qualifiedName": "SlideBase"
|
|
2880
|
+
},
|
|
2881
|
+
"name": "SlideBase",
|
|
2882
|
+
"package": "lumina-engine"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"id": 348,
|
|
2888
|
+
"name": "SlideTimeline",
|
|
2889
|
+
"variant": "declaration",
|
|
2890
|
+
"kind": 256,
|
|
2891
|
+
"flags": {},
|
|
2892
|
+
"comment": {
|
|
2893
|
+
"summary": [
|
|
2894
|
+
{
|
|
2895
|
+
"kind": "text",
|
|
2896
|
+
"text": "Slide: Timeline Layout\r\nChronological list of events."
|
|
2897
|
+
}
|
|
2898
|
+
]
|
|
2899
|
+
},
|
|
2900
|
+
"children": [
|
|
2901
|
+
{
|
|
2902
|
+
"id": 352,
|
|
2903
|
+
"name": "id",
|
|
2904
|
+
"variant": "declaration",
|
|
2905
|
+
"kind": 1024,
|
|
2906
|
+
"flags": {
|
|
2907
|
+
"isOptional": true,
|
|
2908
|
+
"isInherited": true
|
|
2909
|
+
},
|
|
2910
|
+
"comment": {
|
|
2911
|
+
"summary": [
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "text",
|
|
2914
|
+
"text": "Unique ID for keying loop optimization (optional)."
|
|
2915
|
+
}
|
|
2916
|
+
]
|
|
2917
|
+
},
|
|
2918
|
+
"sources": [
|
|
2919
|
+
{
|
|
2920
|
+
"fileName": "src/core/types.ts",
|
|
2921
|
+
"line": 49,
|
|
2922
|
+
"character": 4
|
|
2923
|
+
}
|
|
2924
|
+
],
|
|
2925
|
+
"type": {
|
|
2926
|
+
"type": "intrinsic",
|
|
2927
|
+
"name": "string"
|
|
2928
|
+
},
|
|
2929
|
+
"inheritedFrom": {
|
|
2930
|
+
"type": "reference",
|
|
2931
|
+
"target": -1,
|
|
2932
|
+
"name": "SlideBase.id"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"id": 351,
|
|
2937
|
+
"name": "items",
|
|
2938
|
+
"variant": "declaration",
|
|
2939
|
+
"kind": 1024,
|
|
2940
|
+
"flags": {},
|
|
2941
|
+
"sources": [
|
|
2942
|
+
{
|
|
2943
|
+
"fileName": "src/core/types.ts",
|
|
2944
|
+
"line": 141,
|
|
2945
|
+
"character": 4
|
|
2946
|
+
}
|
|
2947
|
+
],
|
|
2948
|
+
"type": {
|
|
2949
|
+
"type": "array",
|
|
2950
|
+
"elementType": {
|
|
2951
|
+
"type": "reference",
|
|
2952
|
+
"target": {
|
|
2953
|
+
"packageName": "lumina-engine",
|
|
2954
|
+
"packagePath": "src/core/types.ts",
|
|
2955
|
+
"qualifiedName": "TimelineItem"
|
|
2956
|
+
},
|
|
2957
|
+
"name": "TimelineItem",
|
|
2958
|
+
"package": "lumina-engine"
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"id": 353,
|
|
2964
|
+
"name": "meta",
|
|
2965
|
+
"variant": "declaration",
|
|
2966
|
+
"kind": 1024,
|
|
2967
|
+
"flags": {
|
|
2968
|
+
"isOptional": true,
|
|
2969
|
+
"isInherited": true
|
|
2970
|
+
},
|
|
2971
|
+
"comment": {
|
|
2972
|
+
"summary": [
|
|
2973
|
+
{
|
|
2974
|
+
"kind": "text",
|
|
2975
|
+
"text": "Slide-specific metadata."
|
|
2976
|
+
}
|
|
2977
|
+
]
|
|
2978
|
+
},
|
|
2979
|
+
"sources": [
|
|
2980
|
+
{
|
|
2981
|
+
"fileName": "src/core/types.ts",
|
|
2982
|
+
"line": 51,
|
|
2983
|
+
"character": 4
|
|
2984
|
+
}
|
|
2985
|
+
],
|
|
2986
|
+
"type": {
|
|
2987
|
+
"type": "reference",
|
|
2988
|
+
"target": 363,
|
|
2989
|
+
"name": "SlideMeta",
|
|
2990
|
+
"package": "lumina-engine"
|
|
2991
|
+
},
|
|
2992
|
+
"inheritedFrom": {
|
|
2993
|
+
"type": "reference",
|
|
2994
|
+
"target": -1,
|
|
2995
|
+
"name": "SlideBase.meta"
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"id": 350,
|
|
3000
|
+
"name": "title",
|
|
3001
|
+
"variant": "declaration",
|
|
3002
|
+
"kind": 1024,
|
|
3003
|
+
"flags": {},
|
|
3004
|
+
"sources": [
|
|
3005
|
+
{
|
|
3006
|
+
"fileName": "src/core/types.ts",
|
|
3007
|
+
"line": 140,
|
|
3008
|
+
"character": 4
|
|
3009
|
+
}
|
|
3010
|
+
],
|
|
3011
|
+
"type": {
|
|
3012
|
+
"type": "intrinsic",
|
|
3013
|
+
"name": "string"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"id": 349,
|
|
3018
|
+
"name": "type",
|
|
3019
|
+
"variant": "declaration",
|
|
3020
|
+
"kind": 1024,
|
|
3021
|
+
"flags": {},
|
|
3022
|
+
"sources": [
|
|
3023
|
+
{
|
|
3024
|
+
"fileName": "src/core/types.ts",
|
|
3025
|
+
"line": 139,
|
|
3026
|
+
"character": 4
|
|
3027
|
+
}
|
|
3028
|
+
],
|
|
3029
|
+
"type": {
|
|
3030
|
+
"type": "literal",
|
|
3031
|
+
"value": "timeline"
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
],
|
|
3035
|
+
"groups": [
|
|
3036
|
+
{
|
|
3037
|
+
"title": "Properties",
|
|
3038
|
+
"children": [
|
|
3039
|
+
352,
|
|
3040
|
+
351,
|
|
3041
|
+
353,
|
|
3042
|
+
350,
|
|
3043
|
+
349
|
|
3044
|
+
]
|
|
3045
|
+
}
|
|
3046
|
+
],
|
|
3047
|
+
"sources": [
|
|
3048
|
+
{
|
|
3049
|
+
"fileName": "src/core/types.ts",
|
|
3050
|
+
"line": 138,
|
|
3051
|
+
"character": 17
|
|
3052
|
+
}
|
|
3053
|
+
],
|
|
3054
|
+
"extendedTypes": [
|
|
3055
|
+
{
|
|
3056
|
+
"type": "reference",
|
|
3057
|
+
"target": {
|
|
3058
|
+
"packageName": "lumina-engine",
|
|
3059
|
+
"packagePath": "src/core/types.ts",
|
|
3060
|
+
"qualifiedName": "SlideBase"
|
|
3061
|
+
},
|
|
3062
|
+
"name": "SlideBase",
|
|
3063
|
+
"package": "lumina-engine"
|
|
3064
|
+
}
|
|
3065
|
+
]
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"id": 358,
|
|
3069
|
+
"name": "StepItem",
|
|
3070
|
+
"variant": "declaration",
|
|
3071
|
+
"kind": 256,
|
|
3072
|
+
"flags": {},
|
|
3073
|
+
"comment": {
|
|
3074
|
+
"summary": [
|
|
3075
|
+
{
|
|
3076
|
+
"kind": "text",
|
|
3077
|
+
"text": "Structure for items in the 'steps' layout."
|
|
3078
|
+
}
|
|
3079
|
+
]
|
|
3080
|
+
},
|
|
3081
|
+
"children": [
|
|
3082
|
+
{
|
|
3083
|
+
"id": 361,
|
|
3084
|
+
"name": "description",
|
|
3085
|
+
"variant": "declaration",
|
|
3086
|
+
"kind": 1024,
|
|
3087
|
+
"flags": {
|
|
3088
|
+
"isOptional": true
|
|
3089
|
+
},
|
|
3090
|
+
"sources": [
|
|
3091
|
+
{
|
|
3092
|
+
"fileName": "src/core/types.ts",
|
|
3093
|
+
"line": 30,
|
|
3094
|
+
"character": 4
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"type": {
|
|
3098
|
+
"type": "intrinsic",
|
|
3099
|
+
"name": "string"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"id": 362,
|
|
3104
|
+
"name": "icon",
|
|
3105
|
+
"variant": "declaration",
|
|
3106
|
+
"kind": 1024,
|
|
3107
|
+
"flags": {
|
|
3108
|
+
"isOptional": true
|
|
3109
|
+
},
|
|
3110
|
+
"sources": [
|
|
3111
|
+
{
|
|
3112
|
+
"fileName": "src/core/types.ts",
|
|
3113
|
+
"line": 31,
|
|
3114
|
+
"character": 4
|
|
3115
|
+
}
|
|
3116
|
+
],
|
|
3117
|
+
"type": {
|
|
3118
|
+
"type": "intrinsic",
|
|
3119
|
+
"name": "string"
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"id": 359,
|
|
3124
|
+
"name": "step",
|
|
3125
|
+
"variant": "declaration",
|
|
3126
|
+
"kind": 1024,
|
|
3127
|
+
"flags": {},
|
|
3128
|
+
"sources": [
|
|
3129
|
+
{
|
|
3130
|
+
"fileName": "src/core/types.ts",
|
|
3131
|
+
"line": 28,
|
|
3132
|
+
"character": 4
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"type": {
|
|
3136
|
+
"type": "intrinsic",
|
|
3137
|
+
"name": "string"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"id": 360,
|
|
3142
|
+
"name": "title",
|
|
3143
|
+
"variant": "declaration",
|
|
3144
|
+
"kind": 1024,
|
|
3145
|
+
"flags": {},
|
|
3146
|
+
"sources": [
|
|
3147
|
+
{
|
|
3148
|
+
"fileName": "src/core/types.ts",
|
|
3149
|
+
"line": 29,
|
|
3150
|
+
"character": 4
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"type": {
|
|
3154
|
+
"type": "intrinsic",
|
|
3155
|
+
"name": "string"
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
],
|
|
3159
|
+
"groups": [
|
|
3160
|
+
{
|
|
3161
|
+
"title": "Properties",
|
|
3162
|
+
"children": [
|
|
3163
|
+
361,
|
|
3164
|
+
362,
|
|
3165
|
+
359,
|
|
3166
|
+
360
|
|
3167
|
+
]
|
|
3168
|
+
}
|
|
3169
|
+
],
|
|
3170
|
+
"sources": [
|
|
3171
|
+
{
|
|
3172
|
+
"fileName": "src/core/types.ts",
|
|
3173
|
+
"line": 27,
|
|
3174
|
+
"character": 17
|
|
3175
|
+
}
|
|
3176
|
+
]
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"id": 301,
|
|
3180
|
+
"name": "ThemeConfig",
|
|
3181
|
+
"variant": "declaration",
|
|
3182
|
+
"kind": 256,
|
|
3183
|
+
"flags": {},
|
|
3184
|
+
"comment": {
|
|
3185
|
+
"summary": [
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "text",
|
|
3188
|
+
"text": "Configuration for the visual theme."
|
|
3189
|
+
}
|
|
3190
|
+
]
|
|
3191
|
+
},
|
|
3192
|
+
"children": [
|
|
3193
|
+
{
|
|
3194
|
+
"id": 302,
|
|
3195
|
+
"name": "colors",
|
|
3196
|
+
"variant": "declaration",
|
|
3197
|
+
"kind": 1024,
|
|
3198
|
+
"flags": {
|
|
3199
|
+
"isOptional": true
|
|
3200
|
+
},
|
|
3201
|
+
"comment": {
|
|
3202
|
+
"summary": [
|
|
3203
|
+
{
|
|
3204
|
+
"kind": "text",
|
|
3205
|
+
"text": "Color palette overrides.\r\nValues should be Hex codes (e.g. '#EF4444')."
|
|
3206
|
+
}
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
"sources": [
|
|
3210
|
+
{
|
|
3211
|
+
"fileName": "src/core/types.ts",
|
|
3212
|
+
"line": 193,
|
|
3213
|
+
"character": 4
|
|
3214
|
+
}
|
|
3215
|
+
],
|
|
3216
|
+
"type": {
|
|
3217
|
+
"type": "reflection",
|
|
3218
|
+
"declaration": {
|
|
3219
|
+
"id": 303,
|
|
3220
|
+
"name": "__type",
|
|
3221
|
+
"variant": "declaration",
|
|
3222
|
+
"kind": 65536,
|
|
3223
|
+
"flags": {},
|
|
3224
|
+
"children": [
|
|
3225
|
+
{
|
|
3226
|
+
"id": 305,
|
|
3227
|
+
"name": "background",
|
|
3228
|
+
"variant": "declaration",
|
|
3229
|
+
"kind": 1024,
|
|
3230
|
+
"flags": {
|
|
3231
|
+
"isOptional": true
|
|
3232
|
+
},
|
|
3233
|
+
"sources": [
|
|
3234
|
+
{
|
|
3235
|
+
"fileName": "src/core/types.ts",
|
|
3236
|
+
"line": 195,
|
|
3237
|
+
"character": 8
|
|
3238
|
+
}
|
|
3239
|
+
],
|
|
3240
|
+
"type": {
|
|
3241
|
+
"type": "intrinsic",
|
|
3242
|
+
"name": "string"
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"id": 307,
|
|
3247
|
+
"name": "muted",
|
|
3248
|
+
"variant": "declaration",
|
|
3249
|
+
"kind": 1024,
|
|
3250
|
+
"flags": {
|
|
3251
|
+
"isOptional": true
|
|
3252
|
+
},
|
|
3253
|
+
"sources": [
|
|
3254
|
+
{
|
|
3255
|
+
"fileName": "src/core/types.ts",
|
|
3256
|
+
"line": 197,
|
|
3257
|
+
"character": 8
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
"type": {
|
|
3261
|
+
"type": "intrinsic",
|
|
3262
|
+
"name": "string"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"id": 304,
|
|
3267
|
+
"name": "primary",
|
|
3268
|
+
"variant": "declaration",
|
|
3269
|
+
"kind": 1024,
|
|
3270
|
+
"flags": {
|
|
3271
|
+
"isOptional": true
|
|
3272
|
+
},
|
|
3273
|
+
"sources": [
|
|
3274
|
+
{
|
|
3275
|
+
"fileName": "src/core/types.ts",
|
|
3276
|
+
"line": 194,
|
|
3277
|
+
"character": 8
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"type": {
|
|
3281
|
+
"type": "intrinsic",
|
|
3282
|
+
"name": "string"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"id": 306,
|
|
3287
|
+
"name": "text",
|
|
3288
|
+
"variant": "declaration",
|
|
3289
|
+
"kind": 1024,
|
|
3290
|
+
"flags": {
|
|
3291
|
+
"isOptional": true
|
|
3292
|
+
},
|
|
3293
|
+
"sources": [
|
|
3294
|
+
{
|
|
3295
|
+
"fileName": "src/core/types.ts",
|
|
3296
|
+
"line": 196,
|
|
3297
|
+
"character": 8
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"type": {
|
|
3301
|
+
"type": "intrinsic",
|
|
3302
|
+
"name": "string"
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
],
|
|
3306
|
+
"groups": [
|
|
3307
|
+
{
|
|
3308
|
+
"title": "Properties",
|
|
3309
|
+
"children": [
|
|
3310
|
+
305,
|
|
3311
|
+
307,
|
|
3312
|
+
304,
|
|
3313
|
+
306
|
|
3314
|
+
]
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"sources": [
|
|
3318
|
+
{
|
|
3319
|
+
"fileName": "src/core/types.ts",
|
|
3320
|
+
"line": 193,
|
|
3321
|
+
"character": 13
|
|
3322
|
+
}
|
|
3323
|
+
]
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"id": 308,
|
|
3329
|
+
"name": "fonts",
|
|
3330
|
+
"variant": "declaration",
|
|
3331
|
+
"kind": 1024,
|
|
3332
|
+
"flags": {
|
|
3333
|
+
"isOptional": true
|
|
3334
|
+
},
|
|
3335
|
+
"comment": {
|
|
3336
|
+
"summary": [
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "text",
|
|
3339
|
+
"text": "Font family overrides.\r\nValues should be valid CSS font-family strings."
|
|
3340
|
+
}
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
"sources": [
|
|
3344
|
+
{
|
|
3345
|
+
"fileName": "src/core/types.ts",
|
|
3346
|
+
"line": 203,
|
|
3347
|
+
"character": 4
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"type": {
|
|
3351
|
+
"type": "reflection",
|
|
3352
|
+
"declaration": {
|
|
3353
|
+
"id": 309,
|
|
3354
|
+
"name": "__type",
|
|
3355
|
+
"variant": "declaration",
|
|
3356
|
+
"kind": 65536,
|
|
3357
|
+
"flags": {},
|
|
3358
|
+
"children": [
|
|
3359
|
+
{
|
|
3360
|
+
"id": 311,
|
|
3361
|
+
"name": "body",
|
|
3362
|
+
"variant": "declaration",
|
|
3363
|
+
"kind": 1024,
|
|
3364
|
+
"flags": {
|
|
3365
|
+
"isOptional": true
|
|
3366
|
+
},
|
|
3367
|
+
"sources": [
|
|
3368
|
+
{
|
|
3369
|
+
"fileName": "src/core/types.ts",
|
|
3370
|
+
"line": 205,
|
|
3371
|
+
"character": 8
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"type": {
|
|
3375
|
+
"type": "intrinsic",
|
|
3376
|
+
"name": "string"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"id": 310,
|
|
3381
|
+
"name": "heading",
|
|
3382
|
+
"variant": "declaration",
|
|
3383
|
+
"kind": 1024,
|
|
3384
|
+
"flags": {
|
|
3385
|
+
"isOptional": true
|
|
3386
|
+
},
|
|
3387
|
+
"sources": [
|
|
3388
|
+
{
|
|
3389
|
+
"fileName": "src/core/types.ts",
|
|
3390
|
+
"line": 204,
|
|
3391
|
+
"character": 8
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
"type": {
|
|
3395
|
+
"type": "intrinsic",
|
|
3396
|
+
"name": "string"
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"id": 312,
|
|
3401
|
+
"name": "mono",
|
|
3402
|
+
"variant": "declaration",
|
|
3403
|
+
"kind": 1024,
|
|
3404
|
+
"flags": {
|
|
3405
|
+
"isOptional": true
|
|
3406
|
+
},
|
|
3407
|
+
"sources": [
|
|
3408
|
+
{
|
|
3409
|
+
"fileName": "src/core/types.ts",
|
|
3410
|
+
"line": 206,
|
|
3411
|
+
"character": 8
|
|
3412
|
+
}
|
|
3413
|
+
],
|
|
3414
|
+
"type": {
|
|
3415
|
+
"type": "intrinsic",
|
|
3416
|
+
"name": "string"
|
|
3417
|
+
}
|
|
3418
|
+
}
|
|
3419
|
+
],
|
|
3420
|
+
"groups": [
|
|
3421
|
+
{
|
|
3422
|
+
"title": "Properties",
|
|
3423
|
+
"children": [
|
|
3424
|
+
311,
|
|
3425
|
+
310,
|
|
3426
|
+
312
|
|
3427
|
+
]
|
|
3428
|
+
}
|
|
3429
|
+
],
|
|
3430
|
+
"sources": [
|
|
3431
|
+
{
|
|
3432
|
+
"fileName": "src/core/types.ts",
|
|
3433
|
+
"line": 203,
|
|
3434
|
+
"character": 12
|
|
3435
|
+
}
|
|
3436
|
+
]
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
],
|
|
3441
|
+
"groups": [
|
|
3442
|
+
{
|
|
3443
|
+
"title": "Properties",
|
|
3444
|
+
"children": [
|
|
3445
|
+
302,
|
|
3446
|
+
308
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
],
|
|
3450
|
+
"sources": [
|
|
3451
|
+
{
|
|
3452
|
+
"fileName": "src/core/types.ts",
|
|
3453
|
+
"line": 188,
|
|
3454
|
+
"character": 17
|
|
3455
|
+
}
|
|
3456
|
+
]
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"id": 371,
|
|
3460
|
+
"name": "LuminaEventType",
|
|
3461
|
+
"variant": "declaration",
|
|
3462
|
+
"kind": 2097152,
|
|
3463
|
+
"flags": {},
|
|
3464
|
+
"comment": {
|
|
3465
|
+
"summary": [
|
|
3466
|
+
{
|
|
3467
|
+
"kind": "text",
|
|
3468
|
+
"text": "Supported event names emitted by the engine."
|
|
3469
|
+
}
|
|
3470
|
+
]
|
|
3471
|
+
},
|
|
3472
|
+
"sources": [
|
|
3473
|
+
{
|
|
3474
|
+
"fileName": "src/core/types.ts",
|
|
3475
|
+
"line": 278,
|
|
3476
|
+
"character": 12
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3479
|
+
"type": {
|
|
3480
|
+
"type": "union",
|
|
3481
|
+
"types": [
|
|
3482
|
+
{
|
|
3483
|
+
"type": "literal",
|
|
3484
|
+
"value": "ready"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"type": "literal",
|
|
3488
|
+
"value": "slideChange"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"type": "literal",
|
|
3492
|
+
"value": "action"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"type": "literal",
|
|
3496
|
+
"value": "error"
|
|
3497
|
+
}
|
|
3498
|
+
]
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"id": 300,
|
|
3503
|
+
"name": "SlideData",
|
|
3504
|
+
"variant": "declaration",
|
|
3505
|
+
"kind": 2097152,
|
|
3506
|
+
"flags": {},
|
|
3507
|
+
"comment": {
|
|
3508
|
+
"summary": [
|
|
3509
|
+
{
|
|
3510
|
+
"kind": "text",
|
|
3511
|
+
"text": "The main Slide Data structure.\r\nA discriminated union of all supported slide types."
|
|
3512
|
+
}
|
|
3513
|
+
]
|
|
3514
|
+
},
|
|
3515
|
+
"sources": [
|
|
3516
|
+
{
|
|
3517
|
+
"fileName": "src/core/types.ts",
|
|
3518
|
+
"line": 157,
|
|
3519
|
+
"character": 12
|
|
3520
|
+
}
|
|
3521
|
+
],
|
|
3522
|
+
"type": {
|
|
3523
|
+
"type": "union",
|
|
3524
|
+
"types": [
|
|
3525
|
+
{
|
|
3526
|
+
"type": "reference",
|
|
3527
|
+
"target": 324,
|
|
3528
|
+
"name": "SlideStatement",
|
|
3529
|
+
"package": "lumina-engine"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"type": "reference",
|
|
3533
|
+
"target": 331,
|
|
3534
|
+
"name": "SlideFeatures",
|
|
3535
|
+
"package": "lumina-engine"
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"type": "reference",
|
|
3539
|
+
"target": 338,
|
|
3540
|
+
"name": "SlideHalf",
|
|
3541
|
+
"package": "lumina-engine"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"type": "reference",
|
|
3545
|
+
"target": 348,
|
|
3546
|
+
"name": "SlideTimeline",
|
|
3547
|
+
"package": "lumina-engine"
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"type": "reference",
|
|
3551
|
+
"target": {
|
|
3552
|
+
"packageName": "lumina-engine",
|
|
3553
|
+
"packagePath": "src/core/types.ts",
|
|
3554
|
+
"qualifiedName": "SlideGeneric"
|
|
3555
|
+
},
|
|
3556
|
+
"name": "SlideGeneric",
|
|
3557
|
+
"package": "lumina-engine"
|
|
3558
|
+
}
|
|
3559
|
+
]
|
|
3560
|
+
}
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"id": 396,
|
|
3564
|
+
"name": "bus",
|
|
3565
|
+
"variant": "declaration",
|
|
3566
|
+
"kind": 32,
|
|
3567
|
+
"flags": {
|
|
3568
|
+
"isConst": true
|
|
3569
|
+
},
|
|
3570
|
+
"sources": [
|
|
3571
|
+
{
|
|
3572
|
+
"fileName": "src/core/events.ts",
|
|
3573
|
+
"line": 50,
|
|
3574
|
+
"character": 13
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"type": {
|
|
3578
|
+
"type": "reference",
|
|
3579
|
+
"target": {
|
|
3580
|
+
"packageName": "lumina-engine",
|
|
3581
|
+
"packagePath": "src/core/events.ts",
|
|
3582
|
+
"qualifiedName": "EventBus"
|
|
3583
|
+
},
|
|
3584
|
+
"name": "EventBus",
|
|
3585
|
+
"package": "lumina-engine"
|
|
3586
|
+
},
|
|
3587
|
+
"defaultValue": "..."
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"id": 397,
|
|
3591
|
+
"name": "LuminaDeck",
|
|
3592
|
+
"variant": "declaration",
|
|
3593
|
+
"kind": 32,
|
|
3594
|
+
"flags": {
|
|
3595
|
+
"isConst": true
|
|
3596
|
+
},
|
|
3597
|
+
"sources": [
|
|
3598
|
+
{
|
|
3599
|
+
"fileName": "src/vite-env.d.ts",
|
|
3600
|
+
"line": 4,
|
|
3601
|
+
"character": 10
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"type": {
|
|
3605
|
+
"type": "reference",
|
|
3606
|
+
"target": {
|
|
3607
|
+
"packageName": "@vue/runtime-core",
|
|
3608
|
+
"packagePath": "dist/runtime-core.d.ts",
|
|
3609
|
+
"qualifiedName": "DefineComponent"
|
|
3610
|
+
},
|
|
3611
|
+
"typeArguments": [
|
|
3612
|
+
{
|
|
3613
|
+
"type": "reflection",
|
|
3614
|
+
"declaration": {
|
|
3615
|
+
"id": 398,
|
|
3616
|
+
"name": "__type",
|
|
3617
|
+
"variant": "declaration",
|
|
3618
|
+
"kind": 65536,
|
|
3619
|
+
"flags": {},
|
|
3620
|
+
"sources": [
|
|
3621
|
+
{
|
|
3622
|
+
"fileName": "src/vite-env.d.ts",
|
|
3623
|
+
"line": 4,
|
|
3624
|
+
"character": 37
|
|
3625
|
+
}
|
|
3626
|
+
]
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"type": "reflection",
|
|
3631
|
+
"declaration": {
|
|
3632
|
+
"id": 399,
|
|
3633
|
+
"name": "__type",
|
|
3634
|
+
"variant": "declaration",
|
|
3635
|
+
"kind": 65536,
|
|
3636
|
+
"flags": {},
|
|
3637
|
+
"sources": [
|
|
3638
|
+
{
|
|
3639
|
+
"fileName": "src/vite-env.d.ts",
|
|
3640
|
+
"line": 4,
|
|
3641
|
+
"character": 41
|
|
3642
|
+
}
|
|
3643
|
+
]
|
|
3644
|
+
}
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"type": "intrinsic",
|
|
3648
|
+
"name": "any"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"name": "DefineComponent",
|
|
3652
|
+
"package": "@vue/runtime-core"
|
|
3653
|
+
}
|
|
3654
|
+
}
|
|
3655
|
+
],
|
|
3656
|
+
"groups": [
|
|
3657
|
+
{
|
|
3658
|
+
"title": "Classes",
|
|
3659
|
+
"children": [
|
|
3660
|
+
1
|
|
3661
|
+
]
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"title": "Interfaces",
|
|
3665
|
+
"children": [
|
|
3666
|
+
376,
|
|
3667
|
+
297,
|
|
3668
|
+
318,
|
|
3669
|
+
354,
|
|
3670
|
+
386,
|
|
3671
|
+
313,
|
|
3672
|
+
393,
|
|
3673
|
+
286,
|
|
3674
|
+
381,
|
|
3675
|
+
372,
|
|
3676
|
+
331,
|
|
3677
|
+
338,
|
|
3678
|
+
363,
|
|
3679
|
+
324,
|
|
3680
|
+
348,
|
|
3681
|
+
358,
|
|
3682
|
+
301
|
|
3683
|
+
]
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"title": "Type Aliases",
|
|
3687
|
+
"children": [
|
|
3688
|
+
371,
|
|
3689
|
+
300
|
|
3690
|
+
]
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"title": "Variables",
|
|
3694
|
+
"children": [
|
|
3695
|
+
396,
|
|
3696
|
+
397
|
|
3697
|
+
]
|
|
3698
|
+
}
|
|
3699
|
+
],
|
|
3700
|
+
"packageName": "lumina-engine",
|
|
3701
|
+
"readme": [
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "text",
|
|
3704
|
+
"text": "# Lumina Engine v8\n\nA high-performance, declarative presentation engine for Vue 3, built for creating cinematic, web-based slide decks.\n\n## Features\n\n- **🚀 Vue 3 & TypeScript**: Built with the Composition API for maximum performance and type safety.\n- **✨ GSAP Animations**: Cinema-quality, GPU-accelerated transitions out of the box.\n- **🎨 Theming System**: CSS Variable-based theming engine with dark/light mode support.\n- **🔌 Pluggable Architecture**: Dependency Injection based store allows for multiple instances.\n- **📱 Responsive**: Touch and Swipe support (coming soon, keyboard ready).\n\n## Installation\n\n"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "code",
|
|
3708
|
+
"text": "```bash\nnpm install lumina-engine gsap\n```"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"kind": "text",
|
|
3712
|
+
"text": "\n\n## Usage\n\n### 1. Basic Setup\n\n"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"kind": "code",
|
|
3716
|
+
"text": "```typescript\nimport { Lumina } from \"lumina-engine\";\nimport \"lumina-engine/style.css\";\n\n// Mount to a DOM element\nconst deck = new Lumina(\"#app\", {\n loop: false,\n theme: {\n colors: {\n primary: \"#10b981\",\n },\n },\n});\n\n// Load Data\ndeck.load({\n meta: { title: \"My Deck\" },\n slides: [\n {\n type: \"statement\",\n title: \"Hello World\",\n subtitle: \"Powered by Lumina\",\n },\n ],\n});\n```"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"kind": "text",
|
|
3720
|
+
"text": "\n\n### 2. Event Handling\n\n"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "code",
|
|
3724
|
+
"text": "```typescript\ndeck.on(\"slideChange\", (e) => {\n console.log(`Slide changed to ${e.index}`);\n});\n\ndeck.on(\"action\", (e) => {\n console.log(\"User interaction:\", e);\n});\n```"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"kind": "text",
|
|
3728
|
+
"text": "\n\n## Slide Types\n\n- "
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"kind": "code",
|
|
3732
|
+
"text": "`statement`"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"kind": "text",
|
|
3736
|
+
"text": ": Big bold text for impact.\n- "
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"kind": "code",
|
|
3740
|
+
"text": "`half`"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "text",
|
|
3744
|
+
"text": ": Split screen image + text.\n- "
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"kind": "code",
|
|
3748
|
+
"text": "`features`"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "text",
|
|
3752
|
+
"text": ": Grid of cards with icons.\n\n## License\n\nMIT"
|
|
3753
|
+
}
|
|
3754
|
+
],
|
|
3755
|
+
"symbolIdMap": {
|
|
3756
|
+
"0": {
|
|
3757
|
+
"packageName": "lumina-engine",
|
|
3758
|
+
"packagePath": "src/index.ts",
|
|
3759
|
+
"qualifiedName": ""
|
|
3760
|
+
},
|
|
3761
|
+
"1": {
|
|
3762
|
+
"packageName": "lumina-engine",
|
|
3763
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3764
|
+
"qualifiedName": "Lumina"
|
|
3765
|
+
},
|
|
3766
|
+
"2": {
|
|
3767
|
+
"packageName": "lumina-engine",
|
|
3768
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3769
|
+
"qualifiedName": "Lumina.__constructor"
|
|
3770
|
+
},
|
|
3771
|
+
"3": {
|
|
3772
|
+
"packageName": "lumina-engine",
|
|
3773
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3774
|
+
"qualifiedName": "Lumina"
|
|
3775
|
+
},
|
|
3776
|
+
"4": {
|
|
3777
|
+
"packageName": "lumina-engine",
|
|
3778
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3779
|
+
"qualifiedName": "selector"
|
|
3780
|
+
},
|
|
3781
|
+
"5": {
|
|
3782
|
+
"packageName": "lumina-engine",
|
|
3783
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3784
|
+
"qualifiedName": "options"
|
|
3785
|
+
},
|
|
3786
|
+
"264": {
|
|
3787
|
+
"packageName": "lumina-engine",
|
|
3788
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3789
|
+
"qualifiedName": "Lumina.selector"
|
|
3790
|
+
},
|
|
3791
|
+
"265": {
|
|
3792
|
+
"packageName": "lumina-engine",
|
|
3793
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3794
|
+
"qualifiedName": "Lumina.load"
|
|
3795
|
+
},
|
|
3796
|
+
"266": {
|
|
3797
|
+
"packageName": "lumina-engine",
|
|
3798
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3799
|
+
"qualifiedName": "Lumina.load"
|
|
3800
|
+
},
|
|
3801
|
+
"267": {
|
|
3802
|
+
"packageName": "lumina-engine",
|
|
3803
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3804
|
+
"qualifiedName": "deckData"
|
|
3805
|
+
},
|
|
3806
|
+
"268": {
|
|
3807
|
+
"packageName": "lumina-engine",
|
|
3808
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3809
|
+
"qualifiedName": "Lumina.on"
|
|
3810
|
+
},
|
|
3811
|
+
"269": {
|
|
3812
|
+
"packageName": "lumina-engine",
|
|
3813
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3814
|
+
"qualifiedName": "Lumina.on"
|
|
3815
|
+
},
|
|
3816
|
+
"270": {
|
|
3817
|
+
"packageName": "lumina-engine",
|
|
3818
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3819
|
+
"qualifiedName": "K"
|
|
3820
|
+
},
|
|
3821
|
+
"271": {
|
|
3822
|
+
"packageName": "lumina-engine",
|
|
3823
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3824
|
+
"qualifiedName": "event"
|
|
3825
|
+
},
|
|
3826
|
+
"272": {
|
|
3827
|
+
"packageName": "lumina-engine",
|
|
3828
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3829
|
+
"qualifiedName": "handler"
|
|
3830
|
+
},
|
|
3831
|
+
"273": {
|
|
3832
|
+
"packageName": "lumina-engine",
|
|
3833
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3834
|
+
"qualifiedName": "__type"
|
|
3835
|
+
},
|
|
3836
|
+
"274": {
|
|
3837
|
+
"packageName": "lumina-engine",
|
|
3838
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3839
|
+
"qualifiedName": "__type"
|
|
3840
|
+
},
|
|
3841
|
+
"275": {
|
|
3842
|
+
"packageName": "lumina-engine",
|
|
3843
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3844
|
+
"qualifiedName": "e"
|
|
3845
|
+
},
|
|
3846
|
+
"276": {
|
|
3847
|
+
"packageName": "lumina-engine",
|
|
3848
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3849
|
+
"qualifiedName": "Lumina.off"
|
|
3850
|
+
},
|
|
3851
|
+
"277": {
|
|
3852
|
+
"packageName": "lumina-engine",
|
|
3853
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3854
|
+
"qualifiedName": "Lumina.off"
|
|
3855
|
+
},
|
|
3856
|
+
"278": {
|
|
3857
|
+
"packageName": "lumina-engine",
|
|
3858
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3859
|
+
"qualifiedName": "K"
|
|
3860
|
+
},
|
|
3861
|
+
"279": {
|
|
3862
|
+
"packageName": "lumina-engine",
|
|
3863
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3864
|
+
"qualifiedName": "event"
|
|
3865
|
+
},
|
|
3866
|
+
"280": {
|
|
3867
|
+
"packageName": "lumina-engine",
|
|
3868
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3869
|
+
"qualifiedName": "handler"
|
|
3870
|
+
},
|
|
3871
|
+
"281": {
|
|
3872
|
+
"packageName": "lumina-engine",
|
|
3873
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3874
|
+
"qualifiedName": "__type"
|
|
3875
|
+
},
|
|
3876
|
+
"282": {
|
|
3877
|
+
"packageName": "lumina-engine",
|
|
3878
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3879
|
+
"qualifiedName": "__type"
|
|
3880
|
+
},
|
|
3881
|
+
"283": {
|
|
3882
|
+
"packageName": "lumina-engine",
|
|
3883
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3884
|
+
"qualifiedName": "e"
|
|
3885
|
+
},
|
|
3886
|
+
"284": {
|
|
3887
|
+
"packageName": "lumina-engine",
|
|
3888
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3889
|
+
"qualifiedName": "Lumina.destroy"
|
|
3890
|
+
},
|
|
3891
|
+
"285": {
|
|
3892
|
+
"packageName": "lumina-engine",
|
|
3893
|
+
"packagePath": "src/core/Lumina.ts",
|
|
3894
|
+
"qualifiedName": "Lumina.destroy"
|
|
3895
|
+
},
|
|
3896
|
+
"286": {
|
|
3897
|
+
"packageName": "lumina-engine",
|
|
3898
|
+
"packagePath": "src/core/types.ts",
|
|
3899
|
+
"qualifiedName": "LuminaOptions"
|
|
3900
|
+
},
|
|
3901
|
+
"287": {
|
|
3902
|
+
"packageName": "lumina-engine",
|
|
3903
|
+
"packagePath": "src/core/types.ts",
|
|
3904
|
+
"qualifiedName": "LuminaOptions.selector"
|
|
3905
|
+
},
|
|
3906
|
+
"288": {
|
|
3907
|
+
"packageName": "lumina-engine",
|
|
3908
|
+
"packagePath": "src/core/types.ts",
|
|
3909
|
+
"qualifiedName": "LuminaOptions.loop"
|
|
3910
|
+
},
|
|
3911
|
+
"289": {
|
|
3912
|
+
"packageName": "lumina-engine",
|
|
3913
|
+
"packagePath": "src/core/types.ts",
|
|
3914
|
+
"qualifiedName": "LuminaOptions.navigation"
|
|
3915
|
+
},
|
|
3916
|
+
"290": {
|
|
3917
|
+
"packageName": "lumina-engine",
|
|
3918
|
+
"packagePath": "src/core/types.ts",
|
|
3919
|
+
"qualifiedName": "LuminaOptions.keyboard"
|
|
3920
|
+
},
|
|
3921
|
+
"291": {
|
|
3922
|
+
"packageName": "lumina-engine",
|
|
3923
|
+
"packagePath": "src/core/types.ts",
|
|
3924
|
+
"qualifiedName": "LuminaOptions.touch"
|
|
3925
|
+
},
|
|
3926
|
+
"292": {
|
|
3927
|
+
"packageName": "lumina-engine",
|
|
3928
|
+
"packagePath": "src/core/types.ts",
|
|
3929
|
+
"qualifiedName": "LuminaOptions.debug"
|
|
3930
|
+
},
|
|
3931
|
+
"293": {
|
|
3932
|
+
"packageName": "lumina-engine",
|
|
3933
|
+
"packagePath": "src/core/types.ts",
|
|
3934
|
+
"qualifiedName": "LuminaOptions.theme"
|
|
3935
|
+
},
|
|
3936
|
+
"294": {
|
|
3937
|
+
"packageName": "lumina-engine",
|
|
3938
|
+
"packagePath": "src/core/types.ts",
|
|
3939
|
+
"qualifiedName": "LuminaOptions.ui"
|
|
3940
|
+
},
|
|
3941
|
+
"295": {
|
|
3942
|
+
"packageName": "lumina-engine",
|
|
3943
|
+
"packagePath": "src/core/types.ts",
|
|
3944
|
+
"qualifiedName": "LuminaOptions.keys"
|
|
3945
|
+
},
|
|
3946
|
+
"296": {
|
|
3947
|
+
"packageName": "lumina-engine",
|
|
3948
|
+
"packagePath": "src/core/types.ts",
|
|
3949
|
+
"qualifiedName": "LuminaOptions.animation"
|
|
3950
|
+
},
|
|
3951
|
+
"297": {
|
|
3952
|
+
"packageName": "lumina-engine",
|
|
3953
|
+
"packagePath": "src/core/types.ts",
|
|
3954
|
+
"qualifiedName": "Deck"
|
|
3955
|
+
},
|
|
3956
|
+
"298": {
|
|
3957
|
+
"packageName": "lumina-engine",
|
|
3958
|
+
"packagePath": "src/core/types.ts",
|
|
3959
|
+
"qualifiedName": "Deck.meta"
|
|
3960
|
+
},
|
|
3961
|
+
"299": {
|
|
3962
|
+
"packageName": "lumina-engine",
|
|
3963
|
+
"packagePath": "src/core/types.ts",
|
|
3964
|
+
"qualifiedName": "Deck.slides"
|
|
3965
|
+
},
|
|
3966
|
+
"300": {
|
|
3967
|
+
"packageName": "lumina-engine",
|
|
3968
|
+
"packagePath": "src/core/types.ts",
|
|
3969
|
+
"qualifiedName": "BaseSlideData"
|
|
3970
|
+
},
|
|
3971
|
+
"301": {
|
|
3972
|
+
"packageName": "lumina-engine",
|
|
3973
|
+
"packagePath": "src/core/types.ts",
|
|
3974
|
+
"qualifiedName": "ThemeConfig"
|
|
3975
|
+
},
|
|
3976
|
+
"302": {
|
|
3977
|
+
"packageName": "lumina-engine",
|
|
3978
|
+
"packagePath": "src/core/types.ts",
|
|
3979
|
+
"qualifiedName": "ThemeConfig.colors"
|
|
3980
|
+
},
|
|
3981
|
+
"303": {
|
|
3982
|
+
"packageName": "lumina-engine",
|
|
3983
|
+
"packagePath": "src/core/types.ts",
|
|
3984
|
+
"qualifiedName": "__type"
|
|
3985
|
+
},
|
|
3986
|
+
"304": {
|
|
3987
|
+
"packageName": "lumina-engine",
|
|
3988
|
+
"packagePath": "src/core/types.ts",
|
|
3989
|
+
"qualifiedName": "__type.primary"
|
|
3990
|
+
},
|
|
3991
|
+
"305": {
|
|
3992
|
+
"packageName": "lumina-engine",
|
|
3993
|
+
"packagePath": "src/core/types.ts",
|
|
3994
|
+
"qualifiedName": "__type.background"
|
|
3995
|
+
},
|
|
3996
|
+
"306": {
|
|
3997
|
+
"packageName": "lumina-engine",
|
|
3998
|
+
"packagePath": "src/core/types.ts",
|
|
3999
|
+
"qualifiedName": "__type.text"
|
|
4000
|
+
},
|
|
4001
|
+
"307": {
|
|
4002
|
+
"packageName": "lumina-engine",
|
|
4003
|
+
"packagePath": "src/core/types.ts",
|
|
4004
|
+
"qualifiedName": "__type.muted"
|
|
4005
|
+
},
|
|
4006
|
+
"308": {
|
|
4007
|
+
"packageName": "lumina-engine",
|
|
4008
|
+
"packagePath": "src/core/types.ts",
|
|
4009
|
+
"qualifiedName": "ThemeConfig.fonts"
|
|
4010
|
+
},
|
|
4011
|
+
"309": {
|
|
4012
|
+
"packageName": "lumina-engine",
|
|
4013
|
+
"packagePath": "src/core/types.ts",
|
|
4014
|
+
"qualifiedName": "__type"
|
|
4015
|
+
},
|
|
4016
|
+
"310": {
|
|
4017
|
+
"packageName": "lumina-engine",
|
|
4018
|
+
"packagePath": "src/core/types.ts",
|
|
4019
|
+
"qualifiedName": "__type.heading"
|
|
4020
|
+
},
|
|
4021
|
+
"311": {
|
|
4022
|
+
"packageName": "lumina-engine",
|
|
4023
|
+
"packagePath": "src/core/types.ts",
|
|
4024
|
+
"qualifiedName": "__type.body"
|
|
4025
|
+
},
|
|
4026
|
+
"312": {
|
|
4027
|
+
"packageName": "lumina-engine",
|
|
4028
|
+
"packagePath": "src/core/types.ts",
|
|
4029
|
+
"qualifiedName": "__type.mono"
|
|
4030
|
+
},
|
|
4031
|
+
"313": {
|
|
4032
|
+
"packageName": "lumina-engine",
|
|
4033
|
+
"packagePath": "src/core/types.ts",
|
|
4034
|
+
"qualifiedName": "LuminaEventMap"
|
|
4035
|
+
},
|
|
4036
|
+
"314": {
|
|
4037
|
+
"packageName": "lumina-engine",
|
|
4038
|
+
"packagePath": "src/core/types.ts",
|
|
4039
|
+
"qualifiedName": "LuminaEventMap.ready"
|
|
4040
|
+
},
|
|
4041
|
+
"315": {
|
|
4042
|
+
"packageName": "lumina-engine",
|
|
4043
|
+
"packagePath": "src/core/types.ts",
|
|
4044
|
+
"qualifiedName": "LuminaEventMap.slideChange"
|
|
4045
|
+
},
|
|
4046
|
+
"316": {
|
|
4047
|
+
"packageName": "lumina-engine",
|
|
4048
|
+
"packagePath": "src/core/types.ts",
|
|
4049
|
+
"qualifiedName": "LuminaEventMap.action"
|
|
4050
|
+
},
|
|
4051
|
+
"317": {
|
|
4052
|
+
"packageName": "lumina-engine",
|
|
4053
|
+
"packagePath": "src/core/types.ts",
|
|
4054
|
+
"qualifiedName": "LuminaEventMap.error"
|
|
4055
|
+
},
|
|
4056
|
+
"318": {
|
|
4057
|
+
"packageName": "lumina-engine",
|
|
4058
|
+
"packagePath": "src/core/types.ts",
|
|
4059
|
+
"qualifiedName": "DeckMeta"
|
|
4060
|
+
},
|
|
4061
|
+
"319": {
|
|
4062
|
+
"packageName": "lumina-engine",
|
|
4063
|
+
"packagePath": "src/core/types.ts",
|
|
4064
|
+
"qualifiedName": "DeckMeta.title"
|
|
4065
|
+
},
|
|
4066
|
+
"320": {
|
|
4067
|
+
"packageName": "lumina-engine",
|
|
4068
|
+
"packagePath": "src/core/types.ts",
|
|
4069
|
+
"qualifiedName": "DeckMeta.author"
|
|
4070
|
+
},
|
|
4071
|
+
"321": {
|
|
4072
|
+
"packageName": "lumina-engine",
|
|
4073
|
+
"packagePath": "src/core/types.ts",
|
|
4074
|
+
"qualifiedName": "DeckMeta.date"
|
|
4075
|
+
},
|
|
4076
|
+
"322": {
|
|
4077
|
+
"packageName": "lumina-engine",
|
|
4078
|
+
"packagePath": "src/core/types.ts",
|
|
4079
|
+
"qualifiedName": "DeckMeta.__index"
|
|
4080
|
+
},
|
|
4081
|
+
"324": {
|
|
4082
|
+
"packageName": "lumina-engine",
|
|
4083
|
+
"packagePath": "src/core/types.ts",
|
|
4084
|
+
"qualifiedName": "SlideStatement"
|
|
4085
|
+
},
|
|
4086
|
+
"325": {
|
|
4087
|
+
"packageName": "lumina-engine",
|
|
4088
|
+
"packagePath": "src/core/types.ts",
|
|
4089
|
+
"qualifiedName": "SlideStatement.type"
|
|
4090
|
+
},
|
|
4091
|
+
"326": {
|
|
4092
|
+
"packageName": "lumina-engine",
|
|
4093
|
+
"packagePath": "src/core/types.ts",
|
|
4094
|
+
"qualifiedName": "SlideStatement.tag"
|
|
4095
|
+
},
|
|
4096
|
+
"327": {
|
|
4097
|
+
"packageName": "lumina-engine",
|
|
4098
|
+
"packagePath": "src/core/types.ts",
|
|
4099
|
+
"qualifiedName": "SlideStatement.title"
|
|
4100
|
+
},
|
|
4101
|
+
"328": {
|
|
4102
|
+
"packageName": "lumina-engine",
|
|
4103
|
+
"packagePath": "src/core/types.ts",
|
|
4104
|
+
"qualifiedName": "SlideStatement.subtitle"
|
|
4105
|
+
},
|
|
4106
|
+
"329": {
|
|
4107
|
+
"packageName": "lumina-engine",
|
|
4108
|
+
"packagePath": "src/core/types.ts",
|
|
4109
|
+
"qualifiedName": "SlideBase.id"
|
|
4110
|
+
},
|
|
4111
|
+
"330": {
|
|
4112
|
+
"packageName": "lumina-engine",
|
|
4113
|
+
"packagePath": "src/core/types.ts",
|
|
4114
|
+
"qualifiedName": "SlideBase.meta"
|
|
4115
|
+
},
|
|
4116
|
+
"331": {
|
|
4117
|
+
"packageName": "lumina-engine",
|
|
4118
|
+
"packagePath": "src/core/types.ts",
|
|
4119
|
+
"qualifiedName": "SlideFeatures"
|
|
4120
|
+
},
|
|
4121
|
+
"332": {
|
|
4122
|
+
"packageName": "lumina-engine",
|
|
4123
|
+
"packagePath": "src/core/types.ts",
|
|
4124
|
+
"qualifiedName": "SlideFeatures.type"
|
|
4125
|
+
},
|
|
4126
|
+
"333": {
|
|
4127
|
+
"packageName": "lumina-engine",
|
|
4128
|
+
"packagePath": "src/core/types.ts",
|
|
4129
|
+
"qualifiedName": "SlideFeatures.title"
|
|
4130
|
+
},
|
|
4131
|
+
"334": {
|
|
4132
|
+
"packageName": "lumina-engine",
|
|
4133
|
+
"packagePath": "src/core/types.ts",
|
|
4134
|
+
"qualifiedName": "SlideFeatures.description"
|
|
4135
|
+
},
|
|
4136
|
+
"335": {
|
|
4137
|
+
"packageName": "lumina-engine",
|
|
4138
|
+
"packagePath": "src/core/types.ts",
|
|
4139
|
+
"qualifiedName": "SlideFeatures.features"
|
|
4140
|
+
},
|
|
4141
|
+
"336": {
|
|
4142
|
+
"packageName": "lumina-engine",
|
|
4143
|
+
"packagePath": "src/core/types.ts",
|
|
4144
|
+
"qualifiedName": "SlideBase.id"
|
|
4145
|
+
},
|
|
4146
|
+
"337": {
|
|
4147
|
+
"packageName": "lumina-engine",
|
|
4148
|
+
"packagePath": "src/core/types.ts",
|
|
4149
|
+
"qualifiedName": "SlideBase.meta"
|
|
4150
|
+
},
|
|
4151
|
+
"338": {
|
|
4152
|
+
"packageName": "lumina-engine",
|
|
4153
|
+
"packagePath": "src/core/types.ts",
|
|
4154
|
+
"qualifiedName": "SlideHalf"
|
|
4155
|
+
},
|
|
4156
|
+
"339": {
|
|
4157
|
+
"packageName": "lumina-engine",
|
|
4158
|
+
"packagePath": "src/core/types.ts",
|
|
4159
|
+
"qualifiedName": "SlideHalf.type"
|
|
4160
|
+
},
|
|
4161
|
+
"340": {
|
|
4162
|
+
"packageName": "lumina-engine",
|
|
4163
|
+
"packagePath": "src/core/types.ts",
|
|
4164
|
+
"qualifiedName": "SlideHalf.imageSide"
|
|
4165
|
+
},
|
|
4166
|
+
"341": {
|
|
4167
|
+
"packageName": "lumina-engine",
|
|
4168
|
+
"packagePath": "src/core/types.ts",
|
|
4169
|
+
"qualifiedName": "SlideHalf.image"
|
|
4170
|
+
},
|
|
4171
|
+
"342": {
|
|
4172
|
+
"packageName": "lumina-engine",
|
|
4173
|
+
"packagePath": "src/core/types.ts",
|
|
4174
|
+
"qualifiedName": "SlideHalf.tag"
|
|
4175
|
+
},
|
|
4176
|
+
"343": {
|
|
4177
|
+
"packageName": "lumina-engine",
|
|
4178
|
+
"packagePath": "src/core/types.ts",
|
|
4179
|
+
"qualifiedName": "SlideHalf.title"
|
|
4180
|
+
},
|
|
4181
|
+
"344": {
|
|
4182
|
+
"packageName": "lumina-engine",
|
|
4183
|
+
"packagePath": "src/core/types.ts",
|
|
4184
|
+
"qualifiedName": "SlideHalf.paragraphs"
|
|
4185
|
+
},
|
|
4186
|
+
"345": {
|
|
4187
|
+
"packageName": "lumina-engine",
|
|
4188
|
+
"packagePath": "src/core/types.ts",
|
|
4189
|
+
"qualifiedName": "SlideHalf.cta"
|
|
4190
|
+
},
|
|
4191
|
+
"346": {
|
|
4192
|
+
"packageName": "lumina-engine",
|
|
4193
|
+
"packagePath": "src/core/types.ts",
|
|
4194
|
+
"qualifiedName": "SlideBase.id"
|
|
4195
|
+
},
|
|
4196
|
+
"347": {
|
|
4197
|
+
"packageName": "lumina-engine",
|
|
4198
|
+
"packagePath": "src/core/types.ts",
|
|
4199
|
+
"qualifiedName": "SlideBase.meta"
|
|
4200
|
+
},
|
|
4201
|
+
"348": {
|
|
4202
|
+
"packageName": "lumina-engine",
|
|
4203
|
+
"packagePath": "src/core/types.ts",
|
|
4204
|
+
"qualifiedName": "SlideTimeline"
|
|
4205
|
+
},
|
|
4206
|
+
"349": {
|
|
4207
|
+
"packageName": "lumina-engine",
|
|
4208
|
+
"packagePath": "src/core/types.ts",
|
|
4209
|
+
"qualifiedName": "SlideTimeline.type"
|
|
4210
|
+
},
|
|
4211
|
+
"350": {
|
|
4212
|
+
"packageName": "lumina-engine",
|
|
4213
|
+
"packagePath": "src/core/types.ts",
|
|
4214
|
+
"qualifiedName": "SlideTimeline.title"
|
|
4215
|
+
},
|
|
4216
|
+
"351": {
|
|
4217
|
+
"packageName": "lumina-engine",
|
|
4218
|
+
"packagePath": "src/core/types.ts",
|
|
4219
|
+
"qualifiedName": "SlideTimeline.items"
|
|
4220
|
+
},
|
|
4221
|
+
"352": {
|
|
4222
|
+
"packageName": "lumina-engine",
|
|
4223
|
+
"packagePath": "src/core/types.ts",
|
|
4224
|
+
"qualifiedName": "SlideBase.id"
|
|
4225
|
+
},
|
|
4226
|
+
"353": {
|
|
4227
|
+
"packageName": "lumina-engine",
|
|
4228
|
+
"packagePath": "src/core/types.ts",
|
|
4229
|
+
"qualifiedName": "SlideBase.meta"
|
|
4230
|
+
},
|
|
4231
|
+
"354": {
|
|
4232
|
+
"packageName": "lumina-engine",
|
|
4233
|
+
"packagePath": "src/core/types.ts",
|
|
4234
|
+
"qualifiedName": "FeatureItem"
|
|
4235
|
+
},
|
|
4236
|
+
"355": {
|
|
4237
|
+
"packageName": "lumina-engine",
|
|
4238
|
+
"packagePath": "src/core/types.ts",
|
|
4239
|
+
"qualifiedName": "FeatureItem.title"
|
|
4240
|
+
},
|
|
4241
|
+
"356": {
|
|
4242
|
+
"packageName": "lumina-engine",
|
|
4243
|
+
"packagePath": "src/core/types.ts",
|
|
4244
|
+
"qualifiedName": "FeatureItem.desc"
|
|
4245
|
+
},
|
|
4246
|
+
"357": {
|
|
4247
|
+
"packageName": "lumina-engine",
|
|
4248
|
+
"packagePath": "src/core/types.ts",
|
|
4249
|
+
"qualifiedName": "FeatureItem.icon"
|
|
4250
|
+
},
|
|
4251
|
+
"358": {
|
|
4252
|
+
"packageName": "lumina-engine",
|
|
4253
|
+
"packagePath": "src/core/types.ts",
|
|
4254
|
+
"qualifiedName": "StepItem"
|
|
4255
|
+
},
|
|
4256
|
+
"359": {
|
|
4257
|
+
"packageName": "lumina-engine",
|
|
4258
|
+
"packagePath": "src/core/types.ts",
|
|
4259
|
+
"qualifiedName": "StepItem.step"
|
|
4260
|
+
},
|
|
4261
|
+
"360": {
|
|
4262
|
+
"packageName": "lumina-engine",
|
|
4263
|
+
"packagePath": "src/core/types.ts",
|
|
4264
|
+
"qualifiedName": "StepItem.title"
|
|
4265
|
+
},
|
|
4266
|
+
"361": {
|
|
4267
|
+
"packageName": "lumina-engine",
|
|
4268
|
+
"packagePath": "src/core/types.ts",
|
|
4269
|
+
"qualifiedName": "StepItem.description"
|
|
4270
|
+
},
|
|
4271
|
+
"362": {
|
|
4272
|
+
"packageName": "lumina-engine",
|
|
4273
|
+
"packagePath": "src/core/types.ts",
|
|
4274
|
+
"qualifiedName": "StepItem.icon"
|
|
4275
|
+
},
|
|
4276
|
+
"363": {
|
|
4277
|
+
"packageName": "lumina-engine",
|
|
4278
|
+
"packagePath": "src/core/types.ts",
|
|
4279
|
+
"qualifiedName": "SlideMeta"
|
|
4280
|
+
},
|
|
4281
|
+
"364": {
|
|
4282
|
+
"packageName": "lumina-engine",
|
|
4283
|
+
"packagePath": "src/core/types.ts",
|
|
4284
|
+
"qualifiedName": "SlideMeta.orbColor"
|
|
4285
|
+
},
|
|
4286
|
+
"365": {
|
|
4287
|
+
"packageName": "lumina-engine",
|
|
4288
|
+
"packagePath": "src/core/types.ts",
|
|
4289
|
+
"qualifiedName": "SlideMeta.orbPos"
|
|
4290
|
+
},
|
|
4291
|
+
"366": {
|
|
4292
|
+
"packageName": "lumina-engine",
|
|
4293
|
+
"packagePath": "src/core/types.ts",
|
|
4294
|
+
"qualifiedName": "__type"
|
|
4295
|
+
},
|
|
4296
|
+
"367": {
|
|
4297
|
+
"packageName": "lumina-engine",
|
|
4298
|
+
"packagePath": "src/core/types.ts",
|
|
4299
|
+
"qualifiedName": "__type.top"
|
|
4300
|
+
},
|
|
4301
|
+
"368": {
|
|
4302
|
+
"packageName": "lumina-engine",
|
|
4303
|
+
"packagePath": "src/core/types.ts",
|
|
4304
|
+
"qualifiedName": "__type.left"
|
|
4305
|
+
},
|
|
4306
|
+
"369": {
|
|
4307
|
+
"packageName": "lumina-engine",
|
|
4308
|
+
"packagePath": "src/core/types.ts",
|
|
4309
|
+
"qualifiedName": "SlideMeta.__index"
|
|
4310
|
+
},
|
|
4311
|
+
"371": {
|
|
4312
|
+
"packageName": "lumina-engine",
|
|
4313
|
+
"packagePath": "src/core/types.ts",
|
|
4314
|
+
"qualifiedName": "LuminaEventType"
|
|
4315
|
+
},
|
|
4316
|
+
"372": {
|
|
4317
|
+
"packageName": "lumina-engine",
|
|
4318
|
+
"packagePath": "src/core/types.ts",
|
|
4319
|
+
"qualifiedName": "SlideChangePayload"
|
|
4320
|
+
},
|
|
4321
|
+
"373": {
|
|
4322
|
+
"packageName": "lumina-engine",
|
|
4323
|
+
"packagePath": "src/core/types.ts",
|
|
4324
|
+
"qualifiedName": "SlideChangePayload.index"
|
|
4325
|
+
},
|
|
4326
|
+
"374": {
|
|
4327
|
+
"packageName": "lumina-engine",
|
|
4328
|
+
"packagePath": "src/core/types.ts",
|
|
4329
|
+
"qualifiedName": "SlideChangePayload.previousIndex"
|
|
4330
|
+
},
|
|
4331
|
+
"375": {
|
|
4332
|
+
"packageName": "lumina-engine",
|
|
4333
|
+
"packagePath": "src/core/types.ts",
|
|
4334
|
+
"qualifiedName": "SlideChangePayload.slide"
|
|
4335
|
+
},
|
|
4336
|
+
"376": {
|
|
4337
|
+
"packageName": "lumina-engine",
|
|
4338
|
+
"packagePath": "src/core/types.ts",
|
|
4339
|
+
"qualifiedName": "ActionPayload"
|
|
4340
|
+
},
|
|
4341
|
+
"377": {
|
|
4342
|
+
"packageName": "lumina-engine",
|
|
4343
|
+
"packagePath": "src/core/types.ts",
|
|
4344
|
+
"qualifiedName": "ActionPayload.type"
|
|
4345
|
+
},
|
|
4346
|
+
"378": {
|
|
4347
|
+
"packageName": "lumina-engine",
|
|
4348
|
+
"packagePath": "src/core/types.ts",
|
|
4349
|
+
"qualifiedName": "ActionPayload.label"
|
|
4350
|
+
},
|
|
4351
|
+
"379": {
|
|
4352
|
+
"packageName": "lumina-engine",
|
|
4353
|
+
"packagePath": "src/core/types.ts",
|
|
4354
|
+
"qualifiedName": "ActionPayload.value"
|
|
4355
|
+
},
|
|
4356
|
+
"380": {
|
|
4357
|
+
"packageName": "lumina-engine",
|
|
4358
|
+
"packagePath": "src/core/types.ts",
|
|
4359
|
+
"qualifiedName": "ActionPayload.origin"
|
|
4360
|
+
},
|
|
4361
|
+
"381": {
|
|
4362
|
+
"packageName": "lumina-engine",
|
|
4363
|
+
"packagePath": "src/core/types.ts",
|
|
4364
|
+
"qualifiedName": "LuminaUIOptions"
|
|
4365
|
+
},
|
|
4366
|
+
"382": {
|
|
4367
|
+
"packageName": "lumina-engine",
|
|
4368
|
+
"packagePath": "src/core/types.ts",
|
|
4369
|
+
"qualifiedName": "LuminaUIOptions.visible"
|
|
4370
|
+
},
|
|
4371
|
+
"383": {
|
|
4372
|
+
"packageName": "lumina-engine",
|
|
4373
|
+
"packagePath": "src/core/types.ts",
|
|
4374
|
+
"qualifiedName": "LuminaUIOptions.showProgressBar"
|
|
4375
|
+
},
|
|
4376
|
+
"384": {
|
|
4377
|
+
"packageName": "lumina-engine",
|
|
4378
|
+
"packagePath": "src/core/types.ts",
|
|
4379
|
+
"qualifiedName": "LuminaUIOptions.showSlideCount"
|
|
4380
|
+
},
|
|
4381
|
+
"385": {
|
|
4382
|
+
"packageName": "lumina-engine",
|
|
4383
|
+
"packagePath": "src/core/types.ts",
|
|
4384
|
+
"qualifiedName": "LuminaUIOptions.showControls"
|
|
4385
|
+
},
|
|
4386
|
+
"386": {
|
|
4387
|
+
"packageName": "lumina-engine",
|
|
4388
|
+
"packagePath": "src/core/types.ts",
|
|
4389
|
+
"qualifiedName": "LuminaAnimationOptions"
|
|
4390
|
+
},
|
|
4391
|
+
"387": {
|
|
4392
|
+
"packageName": "lumina-engine",
|
|
4393
|
+
"packagePath": "src/core/types.ts",
|
|
4394
|
+
"qualifiedName": "LuminaAnimationOptions.enabled"
|
|
4395
|
+
},
|
|
4396
|
+
"388": {
|
|
4397
|
+
"packageName": "lumina-engine",
|
|
4398
|
+
"packagePath": "src/core/types.ts",
|
|
4399
|
+
"qualifiedName": "LuminaAnimationOptions.type"
|
|
4400
|
+
},
|
|
4401
|
+
"389": {
|
|
4402
|
+
"packageName": "lumina-engine",
|
|
4403
|
+
"packagePath": "src/core/types.ts",
|
|
4404
|
+
"qualifiedName": "LuminaAnimationOptions.durationIn"
|
|
4405
|
+
},
|
|
4406
|
+
"390": {
|
|
4407
|
+
"packageName": "lumina-engine",
|
|
4408
|
+
"packagePath": "src/core/types.ts",
|
|
4409
|
+
"qualifiedName": "LuminaAnimationOptions.durationOut"
|
|
4410
|
+
},
|
|
4411
|
+
"391": {
|
|
4412
|
+
"packageName": "lumina-engine",
|
|
4413
|
+
"packagePath": "src/core/types.ts",
|
|
4414
|
+
"qualifiedName": "LuminaAnimationOptions.stagger"
|
|
4415
|
+
},
|
|
4416
|
+
"392": {
|
|
4417
|
+
"packageName": "lumina-engine",
|
|
4418
|
+
"packagePath": "src/core/types.ts",
|
|
4419
|
+
"qualifiedName": "LuminaAnimationOptions.ease"
|
|
4420
|
+
},
|
|
4421
|
+
"393": {
|
|
4422
|
+
"packageName": "lumina-engine",
|
|
4423
|
+
"packagePath": "src/core/types.ts",
|
|
4424
|
+
"qualifiedName": "LuminaKeyBindings"
|
|
4425
|
+
},
|
|
4426
|
+
"394": {
|
|
4427
|
+
"packageName": "lumina-engine",
|
|
4428
|
+
"packagePath": "src/core/types.ts",
|
|
4429
|
+
"qualifiedName": "LuminaKeyBindings.next"
|
|
4430
|
+
},
|
|
4431
|
+
"395": {
|
|
4432
|
+
"packageName": "lumina-engine",
|
|
4433
|
+
"packagePath": "src/core/types.ts",
|
|
4434
|
+
"qualifiedName": "LuminaKeyBindings.prev"
|
|
4435
|
+
},
|
|
4436
|
+
"396": {
|
|
4437
|
+
"packageName": "lumina-engine",
|
|
4438
|
+
"packagePath": "src/core/events.ts",
|
|
4439
|
+
"qualifiedName": "bus"
|
|
4440
|
+
},
|
|
4441
|
+
"397": {
|
|
4442
|
+
"packageName": "lumina-engine",
|
|
4443
|
+
"packagePath": "src/vite-env.d.ts",
|
|
4444
|
+
"qualifiedName": "component"
|
|
4445
|
+
},
|
|
4446
|
+
"398": {
|
|
4447
|
+
"packageName": "lumina-engine",
|
|
4448
|
+
"packagePath": "src/vite-env.d.ts",
|
|
4449
|
+
"qualifiedName": "__type"
|
|
4450
|
+
},
|
|
4451
|
+
"399": {
|
|
4452
|
+
"packageName": "lumina-engine",
|
|
4453
|
+
"packagePath": "src/vite-env.d.ts",
|
|
4454
|
+
"qualifiedName": "__type"
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
"files": {
|
|
4458
|
+
"entries": {
|
|
4459
|
+
"1": "src/index.ts",
|
|
4460
|
+
"2": "README.md",
|
|
4461
|
+
"3": ""
|
|
4462
|
+
},
|
|
4463
|
+
"reflections": {
|
|
4464
|
+
"1": 0,
|
|
4465
|
+
"2": 0,
|
|
4466
|
+
"3": 0
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
}
|