@jpahd/kalendus 0.1.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.
Files changed (94) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +406 -0
  3. package/custom-elements.json +4443 -0
  4. package/dist/components/Context.d.ts +9 -0
  5. package/dist/components/Context.d.ts.map +1 -0
  6. package/dist/components/Day.d.ts +11 -0
  7. package/dist/components/Day.d.ts.map +1 -0
  8. package/dist/components/Entry.d.ts +43 -0
  9. package/dist/components/Entry.d.ts.map +1 -0
  10. package/dist/components/Header.d.ts +16 -0
  11. package/dist/components/Header.d.ts.map +1 -0
  12. package/dist/components/Menu.d.ts +28 -0
  13. package/dist/components/Menu.d.ts.map +1 -0
  14. package/dist/components/Month.d.ts +21 -0
  15. package/dist/components/Month.d.ts.map +1 -0
  16. package/dist/components/Week.d.ts +36 -0
  17. package/dist/components/Week.d.ts.map +1 -0
  18. package/dist/components/Year.d.ts +20 -0
  19. package/dist/components/Year.d.ts.map +1 -0
  20. package/dist/generated/locale-codes.d.ts +14 -0
  21. package/dist/generated/locale-codes.d.ts.map +1 -0
  22. package/dist/generated/locales/ar.d.ts +33 -0
  23. package/dist/generated/locales/ar.d.ts.map +1 -0
  24. package/dist/generated/locales/bn.d.ts +33 -0
  25. package/dist/generated/locales/bn.d.ts.map +1 -0
  26. package/dist/generated/locales/de-DE.d.ts +33 -0
  27. package/dist/generated/locales/de-DE.d.ts.map +1 -0
  28. package/dist/generated/locales/de.d.ts +33 -0
  29. package/dist/generated/locales/de.d.ts.map +1 -0
  30. package/dist/generated/locales/es.d.ts +33 -0
  31. package/dist/generated/locales/es.d.ts.map +1 -0
  32. package/dist/generated/locales/fr.d.ts +33 -0
  33. package/dist/generated/locales/fr.d.ts.map +1 -0
  34. package/dist/generated/locales/hi.d.ts +33 -0
  35. package/dist/generated/locales/hi.d.ts.map +1 -0
  36. package/dist/generated/locales/id.d.ts +33 -0
  37. package/dist/generated/locales/id.d.ts.map +1 -0
  38. package/dist/generated/locales/it.d.ts +33 -0
  39. package/dist/generated/locales/it.d.ts.map +1 -0
  40. package/dist/generated/locales/ja.d.ts +33 -0
  41. package/dist/generated/locales/ja.d.ts.map +1 -0
  42. package/dist/generated/locales/ko.d.ts +33 -0
  43. package/dist/generated/locales/ko.d.ts.map +1 -0
  44. package/dist/generated/locales/nl.d.ts +33 -0
  45. package/dist/generated/locales/nl.d.ts.map +1 -0
  46. package/dist/generated/locales/pl.d.ts +33 -0
  47. package/dist/generated/locales/pl.d.ts.map +1 -0
  48. package/dist/generated/locales/pt.d.ts +33 -0
  49. package/dist/generated/locales/pt.d.ts.map +1 -0
  50. package/dist/generated/locales/ru.d.ts +33 -0
  51. package/dist/generated/locales/ru.d.ts.map +1 -0
  52. package/dist/generated/locales/th.d.ts +33 -0
  53. package/dist/generated/locales/th.d.ts.map +1 -0
  54. package/dist/generated/locales/tr.d.ts +33 -0
  55. package/dist/generated/locales/tr.d.ts.map +1 -0
  56. package/dist/generated/locales/uk.d.ts +33 -0
  57. package/dist/generated/locales/uk.d.ts.map +1 -0
  58. package/dist/generated/locales/vi.d.ts +33 -0
  59. package/dist/generated/locales/vi.d.ts.map +1 -0
  60. package/dist/generated/locales/zh-Hans.d.ts +33 -0
  61. package/dist/generated/locales/zh-Hans.d.ts.map +1 -0
  62. package/dist/kalendus.js +1806 -0
  63. package/dist/kalendus.js.map +1 -0
  64. package/dist/lib/DirectionalCalendarDateCalculator.d.ts +29 -0
  65. package/dist/lib/DirectionalCalendarDateCalculator.d.ts.map +1 -0
  66. package/dist/lib/LayoutCalculator.d.ts +47 -0
  67. package/dist/lib/LayoutCalculator.d.ts.map +1 -0
  68. package/dist/lib/SlotManager.d.ts +130 -0
  69. package/dist/lib/SlotManager.d.ts.map +1 -0
  70. package/dist/lib/ViewStateController.d.ts +22 -0
  71. package/dist/lib/ViewStateController.d.ts.map +1 -0
  72. package/dist/lib/allDayLayout.d.ts +24 -0
  73. package/dist/lib/allDayLayout.d.ts.map +1 -0
  74. package/dist/lib/catchError.d.ts +2 -0
  75. package/dist/lib/catchError.d.ts.map +1 -0
  76. package/dist/lib/getColorTextWithContrast.d.ts +8 -0
  77. package/dist/lib/getColorTextWithContrast.d.ts.map +1 -0
  78. package/dist/lib/getOverlappingEntitiesIndices.d.ts +8 -0
  79. package/dist/lib/getOverlappingEntitiesIndices.d.ts.map +1 -0
  80. package/dist/lib/getSortedGradingsByIndex.d.ts +2 -0
  81. package/dist/lib/getSortedGradingsByIndex.d.ts.map +1 -0
  82. package/dist/lib/localization.d.ts +34 -0
  83. package/dist/lib/localization.d.ts.map +1 -0
  84. package/dist/lib/messages.d.ts +4 -0
  85. package/dist/lib/messages.d.ts.map +1 -0
  86. package/dist/lib/partitionOverlappingIntervals.d.ts +6 -0
  87. package/dist/lib/partitionOverlappingIntervals.d.ts.map +1 -0
  88. package/dist/lib/weekDisplayContext.d.ts +31 -0
  89. package/dist/lib/weekDisplayContext.d.ts.map +1 -0
  90. package/dist/lib/weekStartHelper.d.ts +57 -0
  91. package/dist/lib/weekStartHelper.d.ts.map +1 -0
  92. package/dist/lms-calendar.d.ts +166 -0
  93. package/dist/lms-calendar.d.ts.map +1 -0
  94. package/package.json +118 -0
@@ -0,0 +1,4443 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lms-calendar.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "",
12
+ "name": "LMSCalendar",
13
+ "members": [
14
+ {
15
+ "kind": "field",
16
+ "name": "heading",
17
+ "type": {
18
+ "text": "string | undefined"
19
+ },
20
+ "attribute": "heading"
21
+ },
22
+ {
23
+ "kind": "field",
24
+ "name": "firstDayOfWeek",
25
+ "type": {
26
+ "text": "FirstDayOfWeek"
27
+ },
28
+ "default": "1",
29
+ "attribute": "first-day-of-week"
30
+ },
31
+ {
32
+ "kind": "field",
33
+ "name": "locale",
34
+ "attribute": "locale"
35
+ },
36
+ {
37
+ "kind": "field",
38
+ "name": "yearDrillTarget",
39
+ "type": {
40
+ "text": "DrillTarget"
41
+ },
42
+ "default": "'month'",
43
+ "attribute": "year-drill-target"
44
+ },
45
+ {
46
+ "kind": "field",
47
+ "name": "yearDensityMode",
48
+ "type": {
49
+ "text": "DensityMode"
50
+ },
51
+ "default": "'dot'",
52
+ "attribute": "year-density-mode"
53
+ },
54
+ {
55
+ "kind": "field",
56
+ "name": "_viewState",
57
+ "privacy": "private",
58
+ "default": "new ViewStateController(this)"
59
+ },
60
+ {
61
+ "kind": "field",
62
+ "name": "activeDate",
63
+ "type": {
64
+ "text": "CalendarDate"
65
+ }
66
+ },
67
+ {
68
+ "kind": "field",
69
+ "name": "entries",
70
+ "type": {
71
+ "text": "CalendarEntry[]"
72
+ },
73
+ "default": "[]",
74
+ "attribute": "entries"
75
+ },
76
+ {
77
+ "kind": "field",
78
+ "name": "color",
79
+ "type": {
80
+ "text": "string"
81
+ },
82
+ "default": "'#000000'",
83
+ "attribute": "color"
84
+ },
85
+ {
86
+ "kind": "field",
87
+ "name": "_expandedDate",
88
+ "type": {
89
+ "text": "CalendarDate | undefined"
90
+ },
91
+ "readonly": true
92
+ },
93
+ {
94
+ "kind": "field",
95
+ "name": "_calendarWidth",
96
+ "type": {
97
+ "text": "number"
98
+ }
99
+ },
100
+ {
101
+ "kind": "field",
102
+ "name": "_menuOpen",
103
+ "type": {
104
+ "text": "boolean"
105
+ },
106
+ "default": "false"
107
+ },
108
+ {
109
+ "kind": "field",
110
+ "name": "_menuEventDetails",
111
+ "type": {
112
+ "text": "{\n heading: string;\n content: string;\n time?: CalendarTimeInterval;\n displayTime: string;\n date?: CalendarDate;\n anchorRect?: DOMRect;\n } | undefined"
113
+ }
114
+ },
115
+ {
116
+ "kind": "field",
117
+ "name": "_menuTriggerEntry",
118
+ "type": {
119
+ "text": "HTMLElement | undefined"
120
+ },
121
+ "privacy": "private"
122
+ },
123
+ {
124
+ "kind": "field",
125
+ "name": "_processedEntries",
126
+ "type": {
127
+ "text": "CalendarEntry[]"
128
+ },
129
+ "privacy": "private",
130
+ "default": "[]"
131
+ },
132
+ {
133
+ "kind": "field",
134
+ "name": "_expandedEntries",
135
+ "type": {
136
+ "text": "ExpandedCalendarEntry[]"
137
+ },
138
+ "privacy": "private",
139
+ "default": "[]",
140
+ "description": "All entries expanded across their date spans (shared by every view)."
141
+ },
142
+ {
143
+ "kind": "field",
144
+ "name": "_monthViewSorted",
145
+ "type": {
146
+ "text": "Array<{\n entry: ExpandedCalendarEntry;\n background: string;\n originalIndex: number;\n }>"
147
+ },
148
+ "privacy": "private",
149
+ "default": "[]",
150
+ "description": "Month view: sorted + color-annotated, ready for _renderEntries."
151
+ },
152
+ {
153
+ "kind": "field",
154
+ "name": "_entrySumByDay",
155
+ "type": {
156
+ "text": "Record<string, number>"
157
+ },
158
+ "privacy": "private",
159
+ "default": "{}",
160
+ "description": "Mobile badge view: per-day event counts, ready for _renderEntriesSumByDay."
161
+ },
162
+ {
163
+ "kind": "field",
164
+ "name": "_expandedByISODate",
165
+ "privacy": "private",
166
+ "default": "new Map<string, ExpandedCalendarEntry[]>()",
167
+ "description": "Day/week view: expanded entries grouped by ISO date for O(1) lookup."
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "_layoutCache",
172
+ "privacy": "private",
173
+ "default": "new Map<string, LayoutResult>()",
174
+ "description": "Day/week view: cached LayoutCalculator results keyed by ISO date."
175
+ },
176
+ {
177
+ "kind": "field",
178
+ "name": "_allDayLayoutCache",
179
+ "privacy": "private",
180
+ "default": "new Map< string, { rowAssignments: Map<string, number>; mergedEvents: Map<string, AllDayEvent>; totalRows: number; } >()",
181
+ "description": "Day/week view: cached all-day row assignments keyed by week/day key."
182
+ },
183
+ {
184
+ "kind": "field",
185
+ "name": "_layoutCalculator",
186
+ "privacy": "private",
187
+ "default": "new LayoutCalculator({ timeColumnWidth: 80, minuteHeight: 1, eventMinHeight: 20, cascadeOffset: 15, paddingLeft: 10, })"
188
+ },
189
+ {
190
+ "kind": "field",
191
+ "name": "_handleResize",
192
+ "privacy": "private"
193
+ },
194
+ {
195
+ "kind": "field",
196
+ "name": "_resizeController",
197
+ "type": {
198
+ "text": "ResizeController<void>"
199
+ },
200
+ "privacy": "private",
201
+ "default": "new ResizeController<void>(this, { target: null, callback: this._handleResize, skipInitial: true, })"
202
+ },
203
+ {
204
+ "kind": "field",
205
+ "name": "_handleClickOutside",
206
+ "privacy": "private"
207
+ },
208
+ {
209
+ "kind": "field",
210
+ "name": "_handleEscape",
211
+ "privacy": "private"
212
+ },
213
+ {
214
+ "kind": "method",
215
+ "name": "_closeMenuAndClearSelections",
216
+ "privacy": "private"
217
+ },
218
+ {
219
+ "kind": "method",
220
+ "name": "_returnFocusToTrigger",
221
+ "privacy": "private"
222
+ },
223
+ {
224
+ "kind": "method",
225
+ "name": "_clearEntryCaches",
226
+ "privacy": "private"
227
+ },
228
+ {
229
+ "kind": "method",
230
+ "name": "_computeEntryCaches",
231
+ "privacy": "private"
232
+ },
233
+ {
234
+ "kind": "method",
235
+ "name": "_handleSwitchDate",
236
+ "privacy": "private",
237
+ "parameters": [
238
+ {
239
+ "name": "e",
240
+ "type": {
241
+ "text": "CustomEvent"
242
+ }
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ "kind": "method",
248
+ "name": "_handleSwitchView",
249
+ "privacy": "private",
250
+ "parameters": [
251
+ {
252
+ "name": "e",
253
+ "type": {
254
+ "text": "CustomEvent"
255
+ }
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "kind": "method",
261
+ "name": "_handleJumpToday",
262
+ "privacy": "private",
263
+ "parameters": [
264
+ {
265
+ "name": "_e",
266
+ "type": {
267
+ "text": "CustomEvent"
268
+ }
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "kind": "method",
274
+ "name": "_handlePeekNavigate",
275
+ "privacy": "private",
276
+ "parameters": [
277
+ {
278
+ "name": "e",
279
+ "type": {
280
+ "text": "CustomEvent"
281
+ }
282
+ }
283
+ ]
284
+ },
285
+ {
286
+ "kind": "method",
287
+ "name": "_handleExpand",
288
+ "privacy": "private",
289
+ "parameters": [
290
+ {
291
+ "name": "e",
292
+ "type": {
293
+ "text": "CustomEvent"
294
+ }
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ "kind": "method",
300
+ "name": "_handleOpenMenu",
301
+ "privacy": "private",
302
+ "parameters": [
303
+ {
304
+ "name": "e",
305
+ "type": {
306
+ "text": "CustomEvent"
307
+ }
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "kind": "method",
313
+ "name": "_handleClearOtherSelections",
314
+ "privacy": "private",
315
+ "parameters": [
316
+ {
317
+ "name": "e",
318
+ "type": {
319
+ "text": "CustomEvent"
320
+ }
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "kind": "method",
326
+ "name": "_handleMenuClose",
327
+ "privacy": "private"
328
+ },
329
+ {
330
+ "kind": "method",
331
+ "name": "openMenu",
332
+ "privacy": "public",
333
+ "parameters": [
334
+ {
335
+ "name": "eventDetails",
336
+ "type": {
337
+ "text": "{\n heading: string;\n content: string;\n time?: CalendarTimeInterval;\n displayTime: string;\n date?: CalendarDate;\n anchorRect?: DOMRect;\n }"
338
+ }
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "kind": "method",
344
+ "name": "_composeEntry",
345
+ "privacy": "private",
346
+ "parameters": [
347
+ {
348
+ "name": "{\n index,\n slot,\n inlineStyle,\n entry,\n isContinuation = false,\n density,\n displayMode = 'default',\n floatText = false,\n spanClass,\n }",
349
+ "type": {
350
+ "text": "{\n index: number;\n slot: string;\n inlineStyle: string;\n entry: Partial<CalendarEntry> & {\n accessibility?: {\n tabIndex: number;\n role: 'button';\n ariaLabel: string;\n };\n };\n isContinuation?: boolean;\n density?: 'compact' | 'standard' | 'full';\n displayMode?: 'default' | 'month-dot';\n floatText?: boolean;\n spanClass?: string;\n }"
351
+ }
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "kind": "method",
357
+ "name": "_determineDensity",
358
+ "privacy": "private",
359
+ "return": {
360
+ "type": {
361
+ "text": "'compact' | 'standard' | 'full'"
362
+ }
363
+ },
364
+ "parameters": [
365
+ {
366
+ "name": "entry",
367
+ "type": {
368
+ "text": "Partial<CalendarEntry>"
369
+ }
370
+ },
371
+ {
372
+ "name": "grading",
373
+ "optional": true,
374
+ "type": {
375
+ "text": "Grading[]"
376
+ }
377
+ },
378
+ {
379
+ "name": "index",
380
+ "optional": true,
381
+ "type": {
382
+ "text": "number"
383
+ }
384
+ }
385
+ ]
386
+ },
387
+ {
388
+ "kind": "method",
389
+ "name": "_expandEntryMaybe",
390
+ "privacy": "private",
391
+ "parameters": [
392
+ {
393
+ "name": "{\n entry,\n range,\n originalIndex,\n }",
394
+ "type": {
395
+ "text": "{\n entry: Partial<CalendarEntry>;\n range: [Date, Date, number];\n originalIndex: number;\n }"
396
+ }
397
+ }
398
+ ],
399
+ "description": "Create an array of <lms-calendar-entry> elements for each day the entry spans\nand add them to the entries array."
400
+ },
401
+ {
402
+ "kind": "method",
403
+ "name": "_createConsistentEventId",
404
+ "privacy": "private",
405
+ "return": {
406
+ "type": {
407
+ "text": "string"
408
+ }
409
+ },
410
+ "parameters": [
411
+ {
412
+ "name": "entry",
413
+ "type": {
414
+ "text": "| CalendarEntry\n | (Partial<CalendarEntry> & {\n continuation?: Continuation;\n originalStartDate?: CalendarDate;\n })"
415
+ }
416
+ }
417
+ ]
418
+ },
419
+ {
420
+ "kind": "method",
421
+ "name": "_renderEntries",
422
+ "privacy": "private"
423
+ },
424
+ {
425
+ "kind": "method",
426
+ "name": "_renderEntriesByDate",
427
+ "privacy": "private",
428
+ "parameters": [
429
+ {
430
+ "name": "weekCtx",
431
+ "optional": true,
432
+ "type": {
433
+ "text": "WeekDisplayContext"
434
+ }
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "kind": "method",
440
+ "name": "_renderEntriesWithSlotManager",
441
+ "privacy": "private",
442
+ "parameters": [
443
+ {
444
+ "name": "viewMode",
445
+ "type": {
446
+ "text": "'day' | 'week'"
447
+ }
448
+ },
449
+ {
450
+ "name": "currentActiveDate",
451
+ "type": {
452
+ "text": "CalendarDate"
453
+ }
454
+ },
455
+ {
456
+ "name": "allDayEntries",
457
+ "type": {
458
+ "text": "ExpandedCalendarEntry[]"
459
+ }
460
+ },
461
+ {
462
+ "name": "entriesByDate",
463
+ "type": {
464
+ "text": "ExpandedCalendarEntry[]"
465
+ }
466
+ },
467
+ {
468
+ "name": "weekCtx",
469
+ "optional": true,
470
+ "type": {
471
+ "text": "WeekDisplayContext"
472
+ }
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "kind": "method",
478
+ "name": "_renderDayEntriesWithSlotManager",
479
+ "privacy": "private",
480
+ "parameters": [
481
+ {
482
+ "name": "dayEntries",
483
+ "type": {
484
+ "text": "ExpandedCalendarEntry[]"
485
+ }
486
+ },
487
+ {
488
+ "name": "viewMode",
489
+ "type": {
490
+ "text": "'day' | 'week'"
491
+ }
492
+ },
493
+ {
494
+ "name": "currentActiveDate",
495
+ "type": {
496
+ "text": "CalendarDate"
497
+ }
498
+ },
499
+ {
500
+ "name": "globalIndexMap",
501
+ "type": {
502
+ "text": "Map<ExpandedCalendarEntry, number>"
503
+ }
504
+ },
505
+ {
506
+ "name": "condensedDates",
507
+ "optional": true,
508
+ "type": {
509
+ "text": "CalendarDate[]"
510
+ }
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "kind": "method",
516
+ "name": "_renderEntriesSumByDay",
517
+ "privacy": "private"
518
+ },
519
+ {
520
+ "kind": "method",
521
+ "name": "_getSmartLayout",
522
+ "privacy": "private",
523
+ "return": {
524
+ "type": {
525
+ "text": "'row' | 'column'"
526
+ }
527
+ },
528
+ "parameters": [
529
+ {
530
+ "name": "entry",
531
+ "type": {
532
+ "text": "CalendarEntry"
533
+ }
534
+ },
535
+ {
536
+ "name": "height",
537
+ "type": {
538
+ "text": "number"
539
+ }
540
+ },
541
+ {
542
+ "name": "_width",
543
+ "optional": true,
544
+ "type": {
545
+ "text": "number"
546
+ }
547
+ },
548
+ {
549
+ "name": "layoutBox",
550
+ "optional": true,
551
+ "type": {
552
+ "text": "{ depth: number; opacity: number }"
553
+ }
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "kind": "method",
559
+ "name": "_getDaysRange",
560
+ "privacy": "private",
561
+ "return": {
562
+ "type": {
563
+ "text": "[Date, Date, number]"
564
+ }
565
+ },
566
+ "parameters": [
567
+ {
568
+ "name": "date",
569
+ "type": {
570
+ "text": "CalendarDateInterval"
571
+ }
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "kind": "method",
577
+ "name": "_isEffectivelyAllDay",
578
+ "privacy": "private",
579
+ "return": {
580
+ "type": {
581
+ "text": "boolean"
582
+ }
583
+ },
584
+ "parameters": [
585
+ {
586
+ "name": "entry",
587
+ "type": {
588
+ "text": "ExpandedCalendarEntry"
589
+ }
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "kind": "method",
595
+ "name": "_isAllDayEvent",
596
+ "privacy": "private",
597
+ "return": {
598
+ "type": {
599
+ "text": "boolean"
600
+ }
601
+ },
602
+ "parameters": [
603
+ {
604
+ "name": "entry",
605
+ "type": {
606
+ "text": "Partial<CalendarEntry>"
607
+ }
608
+ }
609
+ ]
610
+ }
611
+ ],
612
+ "attributes": [
613
+ {
614
+ "name": "heading",
615
+ "type": {
616
+ "text": "string | undefined"
617
+ },
618
+ "fieldName": "heading"
619
+ },
620
+ {
621
+ "name": "first-day-of-week",
622
+ "type": {
623
+ "text": "FirstDayOfWeek"
624
+ },
625
+ "default": "1",
626
+ "fieldName": "firstDayOfWeek"
627
+ },
628
+ {
629
+ "name": "locale",
630
+ "fieldName": "locale"
631
+ },
632
+ {
633
+ "name": "year-drill-target",
634
+ "type": {
635
+ "text": "DrillTarget"
636
+ },
637
+ "default": "'month'",
638
+ "fieldName": "yearDrillTarget"
639
+ },
640
+ {
641
+ "name": "year-density-mode",
642
+ "type": {
643
+ "text": "DensityMode"
644
+ },
645
+ "default": "'dot'",
646
+ "fieldName": "yearDensityMode"
647
+ },
648
+ {
649
+ "name": "entries",
650
+ "type": {
651
+ "text": "CalendarEntry[]"
652
+ },
653
+ "default": "[]",
654
+ "fieldName": "entries"
655
+ },
656
+ {
657
+ "name": "color",
658
+ "type": {
659
+ "text": "string"
660
+ },
661
+ "default": "'#000000'",
662
+ "fieldName": "color"
663
+ }
664
+ ],
665
+ "superclass": {
666
+ "name": "LitElement",
667
+ "package": "lit"
668
+ },
669
+ "tagName": "lms-calendar",
670
+ "customElement": true
671
+ },
672
+ {
673
+ "kind": "variable",
674
+ "name": "viewMode"
675
+ }
676
+ ],
677
+ "exports": [
678
+ {
679
+ "kind": "js",
680
+ "name": "default",
681
+ "declaration": {
682
+ "name": "LMSCalendar",
683
+ "module": "src/lms-calendar.ts"
684
+ }
685
+ },
686
+ {
687
+ "kind": "custom-element-definition",
688
+ "name": "lms-calendar",
689
+ "declaration": {
690
+ "name": "LMSCalendar",
691
+ "module": "src/lms-calendar.ts"
692
+ }
693
+ },
694
+ {
695
+ "kind": "js",
696
+ "name": "CalendarDate",
697
+ "declaration": {
698
+ "name": "CalendarDate",
699
+ "module": "src/lms-calendar.ts"
700
+ }
701
+ },
702
+ {
703
+ "kind": "js",
704
+ "name": "CalendarDateInterval",
705
+ "declaration": {
706
+ "name": "CalendarDateInterval",
707
+ "module": "src/lms-calendar.ts"
708
+ }
709
+ },
710
+ {
711
+ "kind": "js",
712
+ "name": "CalendarEntry",
713
+ "declaration": {
714
+ "name": "CalendarEntry",
715
+ "module": "src/lms-calendar.ts"
716
+ }
717
+ },
718
+ {
719
+ "kind": "js",
720
+ "name": "CalendarTime",
721
+ "declaration": {
722
+ "name": "CalendarTime",
723
+ "module": "src/lms-calendar.ts"
724
+ }
725
+ },
726
+ {
727
+ "kind": "js",
728
+ "name": "CalendarTimeInterval",
729
+ "declaration": {
730
+ "name": "CalendarTimeInterval",
731
+ "module": "src/lms-calendar.ts"
732
+ }
733
+ },
734
+ {
735
+ "kind": "js",
736
+ "name": "Continuation",
737
+ "declaration": {
738
+ "name": "Continuation",
739
+ "module": "src/lms-calendar.ts"
740
+ }
741
+ },
742
+ {
743
+ "kind": "js",
744
+ "name": "Grading",
745
+ "declaration": {
746
+ "name": "Grading",
747
+ "module": "src/lms-calendar.ts"
748
+ }
749
+ },
750
+ {
751
+ "kind": "js",
752
+ "name": "Interval",
753
+ "declaration": {
754
+ "name": "Interval",
755
+ "module": "src/lms-calendar.ts"
756
+ }
757
+ },
758
+ {
759
+ "kind": "js",
760
+ "name": "Partition",
761
+ "declaration": {
762
+ "name": "Partition",
763
+ "module": "src/lms-calendar.ts"
764
+ }
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "kind": "javascript-module",
770
+ "path": "src/components/Context.ts",
771
+ "declarations": [
772
+ {
773
+ "kind": "class",
774
+ "description": "",
775
+ "name": "Context",
776
+ "members": [
777
+ {
778
+ "kind": "field",
779
+ "name": "firstDayOfWeek",
780
+ "type": {
781
+ "text": "FirstDayOfWeek"
782
+ },
783
+ "default": "1",
784
+ "attribute": "firstDayOfWeek"
785
+ },
786
+ {
787
+ "kind": "field",
788
+ "name": "locale",
789
+ "type": {
790
+ "text": "string"
791
+ },
792
+ "default": "'en'",
793
+ "attribute": "locale"
794
+ }
795
+ ],
796
+ "attributes": [
797
+ {
798
+ "name": "firstDayOfWeek",
799
+ "type": {
800
+ "text": "FirstDayOfWeek"
801
+ },
802
+ "default": "1",
803
+ "fieldName": "firstDayOfWeek"
804
+ },
805
+ {
806
+ "name": "locale",
807
+ "type": {
808
+ "text": "string"
809
+ },
810
+ "default": "'en'",
811
+ "fieldName": "locale"
812
+ }
813
+ ],
814
+ "superclass": {
815
+ "name": "LitElement",
816
+ "package": "lit"
817
+ },
818
+ "tagName": "lms-calendar-context",
819
+ "customElement": true
820
+ }
821
+ ],
822
+ "exports": [
823
+ {
824
+ "kind": "js",
825
+ "name": "default",
826
+ "declaration": {
827
+ "name": "Context",
828
+ "module": "src/components/Context.ts"
829
+ }
830
+ },
831
+ {
832
+ "kind": "custom-element-definition",
833
+ "name": "lms-calendar-context",
834
+ "declaration": {
835
+ "name": "Context",
836
+ "module": "src/components/Context.ts"
837
+ }
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "kind": "javascript-module",
843
+ "path": "src/components/Day.ts",
844
+ "declarations": [
845
+ {
846
+ "kind": "class",
847
+ "description": "",
848
+ "name": "Day",
849
+ "members": [
850
+ {
851
+ "kind": "field",
852
+ "name": "_hours",
853
+ "type": {
854
+ "text": "array"
855
+ },
856
+ "default": "[...Array(25).keys()]"
857
+ },
858
+ {
859
+ "kind": "field",
860
+ "name": "_hasActiveSidebar",
861
+ "type": {
862
+ "text": "boolean"
863
+ },
864
+ "default": "false"
865
+ },
866
+ {
867
+ "kind": "field",
868
+ "name": "allDayRowCount",
869
+ "type": {
870
+ "text": "number"
871
+ },
872
+ "default": "0",
873
+ "attribute": "allDayRowCount"
874
+ },
875
+ {
876
+ "kind": "field",
877
+ "name": "locale",
878
+ "type": {
879
+ "text": "string"
880
+ },
881
+ "default": "'en'",
882
+ "attribute": "locale"
883
+ },
884
+ {
885
+ "kind": "method",
886
+ "name": "_renderIndicatorValue",
887
+ "privacy": "private",
888
+ "parameters": [
889
+ {
890
+ "name": "hour",
891
+ "type": {
892
+ "text": "number"
893
+ }
894
+ }
895
+ ]
896
+ }
897
+ ],
898
+ "attributes": [
899
+ {
900
+ "name": "allDayRowCount",
901
+ "type": {
902
+ "text": "number"
903
+ },
904
+ "default": "0",
905
+ "fieldName": "allDayRowCount"
906
+ },
907
+ {
908
+ "name": "locale",
909
+ "type": {
910
+ "text": "string"
911
+ },
912
+ "default": "'en'",
913
+ "fieldName": "locale"
914
+ }
915
+ ],
916
+ "superclass": {
917
+ "name": "LitElement",
918
+ "package": "lit"
919
+ },
920
+ "tagName": "lms-calendar-day",
921
+ "customElement": true
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "default",
928
+ "declaration": {
929
+ "name": "Day",
930
+ "module": "src/components/Day.ts"
931
+ }
932
+ },
933
+ {
934
+ "kind": "custom-element-definition",
935
+ "name": "lms-calendar-day",
936
+ "declaration": {
937
+ "name": "Day",
938
+ "module": "src/components/Day.ts"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "src/components/Entry.ts",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "Calendar entry component with accessibility and interaction support",
950
+ "name": "Entry",
951
+ "members": [
952
+ {
953
+ "kind": "field",
954
+ "name": "time",
955
+ "type": {
956
+ "text": "CalendarTimeInterval | undefined"
957
+ }
958
+ },
959
+ {
960
+ "kind": "field",
961
+ "name": "heading",
962
+ "type": {
963
+ "text": "string"
964
+ },
965
+ "default": "''",
966
+ "attribute": "heading"
967
+ },
968
+ {
969
+ "kind": "field",
970
+ "name": "content",
971
+ "type": {
972
+ "text": "string | undefined"
973
+ },
974
+ "attribute": "content"
975
+ },
976
+ {
977
+ "kind": "field",
978
+ "name": "isContinuation",
979
+ "type": {
980
+ "text": "boolean"
981
+ },
982
+ "default": "false",
983
+ "attribute": "isContinuation"
984
+ },
985
+ {
986
+ "kind": "field",
987
+ "name": "date",
988
+ "type": {
989
+ "text": "CalendarDateInterval | undefined"
990
+ },
991
+ "attribute": "date"
992
+ },
993
+ {
994
+ "kind": "field",
995
+ "name": "density",
996
+ "type": {
997
+ "text": "'compact' | 'standard' | 'full'"
998
+ },
999
+ "default": "'standard'",
1000
+ "attribute": "data-density",
1001
+ "reflects": true
1002
+ },
1003
+ {
1004
+ "kind": "field",
1005
+ "name": "displayMode",
1006
+ "type": {
1007
+ "text": "'default' | 'month-dot'"
1008
+ },
1009
+ "default": "'default'",
1010
+ "attribute": "data-display-mode",
1011
+ "reflects": true
1012
+ },
1013
+ {
1014
+ "kind": "field",
1015
+ "name": "floatText",
1016
+ "type": {
1017
+ "text": "boolean"
1018
+ },
1019
+ "default": "false",
1020
+ "attribute": "data-float-text",
1021
+ "reflects": true
1022
+ },
1023
+ {
1024
+ "kind": "field",
1025
+ "name": "accessibility",
1026
+ "type": {
1027
+ "text": "Object"
1028
+ },
1029
+ "description": "Accessibility configuration for tab order and ARIA attributes"
1030
+ },
1031
+ {
1032
+ "kind": "field",
1033
+ "name": "locale",
1034
+ "type": {
1035
+ "text": "string"
1036
+ },
1037
+ "default": "'en'",
1038
+ "attribute": "locale"
1039
+ },
1040
+ {
1041
+ "kind": "field",
1042
+ "name": "_highlighted",
1043
+ "type": {
1044
+ "text": "boolean | undefined"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "field",
1049
+ "name": "_extended",
1050
+ "type": {
1051
+ "text": "boolean | undefined"
1052
+ }
1053
+ },
1054
+ {
1055
+ "kind": "field",
1056
+ "name": "_sumReducer",
1057
+ "type": {
1058
+ "text": "(accumulator: number, currentValue: number) => number"
1059
+ },
1060
+ "privacy": "private"
1061
+ },
1062
+ {
1063
+ "kind": "method",
1064
+ "name": "_renderTitle",
1065
+ "privacy": "private"
1066
+ },
1067
+ {
1068
+ "kind": "method",
1069
+ "name": "_renderTime",
1070
+ "privacy": "private"
1071
+ },
1072
+ {
1073
+ "kind": "method",
1074
+ "name": "_renderContent",
1075
+ "privacy": "private"
1076
+ },
1077
+ {
1078
+ "kind": "method",
1079
+ "name": "_shouldShowTime",
1080
+ "privacy": "private",
1081
+ "return": {
1082
+ "type": {
1083
+ "text": "boolean"
1084
+ }
1085
+ }
1086
+ },
1087
+ {
1088
+ "kind": "method",
1089
+ "name": "_getAriaLabel",
1090
+ "privacy": "private",
1091
+ "return": {
1092
+ "type": {
1093
+ "text": "string"
1094
+ }
1095
+ }
1096
+ },
1097
+ {
1098
+ "kind": "method",
1099
+ "name": "_displayInterval",
1100
+ "privacy": "private",
1101
+ "parameters": [
1102
+ {
1103
+ "name": "time",
1104
+ "optional": true,
1105
+ "type": {
1106
+ "text": "CalendarTimeInterval"
1107
+ }
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "kind": "method",
1113
+ "name": "clearSelection",
1114
+ "privacy": "public",
1115
+ "description": "Public method to clear the selection state"
1116
+ },
1117
+ {
1118
+ "kind": "method",
1119
+ "name": "_handleFocus",
1120
+ "privacy": "private",
1121
+ "parameters": [
1122
+ {
1123
+ "name": "_e",
1124
+ "type": {
1125
+ "text": "FocusEvent"
1126
+ }
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "kind": "method",
1132
+ "name": "_handleInteraction",
1133
+ "privacy": "private",
1134
+ "parameters": [
1135
+ {
1136
+ "name": "e",
1137
+ "type": {
1138
+ "text": "Event"
1139
+ }
1140
+ }
1141
+ ]
1142
+ }
1143
+ ],
1144
+ "attributes": [
1145
+ {
1146
+ "name": "heading",
1147
+ "type": {
1148
+ "text": "string"
1149
+ },
1150
+ "default": "''",
1151
+ "fieldName": "heading"
1152
+ },
1153
+ {
1154
+ "name": "content",
1155
+ "type": {
1156
+ "text": "string | undefined"
1157
+ },
1158
+ "fieldName": "content"
1159
+ },
1160
+ {
1161
+ "name": "isContinuation",
1162
+ "type": {
1163
+ "text": "boolean"
1164
+ },
1165
+ "default": "false",
1166
+ "fieldName": "isContinuation"
1167
+ },
1168
+ {
1169
+ "name": "date",
1170
+ "type": {
1171
+ "text": "CalendarDateInterval | undefined"
1172
+ },
1173
+ "fieldName": "date"
1174
+ },
1175
+ {
1176
+ "name": "data-density",
1177
+ "type": {
1178
+ "text": "'compact' | 'standard' | 'full'"
1179
+ },
1180
+ "default": "'standard'",
1181
+ "fieldName": "density"
1182
+ },
1183
+ {
1184
+ "name": "data-display-mode",
1185
+ "type": {
1186
+ "text": "'default' | 'month-dot'"
1187
+ },
1188
+ "default": "'default'",
1189
+ "fieldName": "displayMode"
1190
+ },
1191
+ {
1192
+ "name": "data-float-text",
1193
+ "type": {
1194
+ "text": "boolean"
1195
+ },
1196
+ "default": "false",
1197
+ "fieldName": "floatText"
1198
+ },
1199
+ {
1200
+ "name": "locale",
1201
+ "type": {
1202
+ "text": "string"
1203
+ },
1204
+ "default": "'en'",
1205
+ "fieldName": "locale"
1206
+ }
1207
+ ],
1208
+ "superclass": {
1209
+ "name": "LitElement",
1210
+ "package": "lit"
1211
+ },
1212
+ "tagName": "lms-calendar-entry",
1213
+ "customElement": true
1214
+ }
1215
+ ],
1216
+ "exports": [
1217
+ {
1218
+ "kind": "js",
1219
+ "name": "default",
1220
+ "declaration": {
1221
+ "name": "Entry",
1222
+ "module": "src/components/Entry.ts"
1223
+ }
1224
+ },
1225
+ {
1226
+ "kind": "custom-element-definition",
1227
+ "name": "lms-calendar-entry",
1228
+ "declaration": {
1229
+ "name": "Entry",
1230
+ "module": "src/components/Entry.ts"
1231
+ }
1232
+ }
1233
+ ]
1234
+ },
1235
+ {
1236
+ "kind": "javascript-module",
1237
+ "path": "src/components/Header.ts",
1238
+ "declarations": [
1239
+ {
1240
+ "kind": "class",
1241
+ "description": "",
1242
+ "name": "Header",
1243
+ "members": [
1244
+ {
1245
+ "kind": "field",
1246
+ "name": "heading",
1247
+ "type": {
1248
+ "text": "string | undefined"
1249
+ },
1250
+ "attribute": "heading"
1251
+ },
1252
+ {
1253
+ "kind": "field",
1254
+ "name": "activeDate",
1255
+ "type": {
1256
+ "text": "CalendarDate | undefined"
1257
+ },
1258
+ "attribute": "activeDate"
1259
+ },
1260
+ {
1261
+ "kind": "field",
1262
+ "name": "viewMode",
1263
+ "type": {
1264
+ "text": "ViewMode"
1265
+ },
1266
+ "default": "'month'",
1267
+ "attribute": "viewMode"
1268
+ },
1269
+ {
1270
+ "kind": "field",
1271
+ "name": "expandedDate",
1272
+ "type": {
1273
+ "text": "CalendarDate | undefined"
1274
+ },
1275
+ "attribute": "expandedDate"
1276
+ },
1277
+ {
1278
+ "kind": "field",
1279
+ "name": "locale",
1280
+ "type": {
1281
+ "text": "string"
1282
+ },
1283
+ "default": "'en'",
1284
+ "attribute": "locale"
1285
+ },
1286
+ {
1287
+ "kind": "method",
1288
+ "name": "_getWeekInfo",
1289
+ "privacy": "private",
1290
+ "parameters": [
1291
+ {
1292
+ "name": "date",
1293
+ "type": {
1294
+ "text": "CalendarDate"
1295
+ }
1296
+ }
1297
+ ]
1298
+ },
1299
+ {
1300
+ "kind": "method",
1301
+ "name": "_handleTodayClick",
1302
+ "privacy": "private",
1303
+ "parameters": [
1304
+ {
1305
+ "name": "e",
1306
+ "type": {
1307
+ "text": "Event"
1308
+ }
1309
+ }
1310
+ ]
1311
+ },
1312
+ {
1313
+ "kind": "method",
1314
+ "name": "_dispatchSwitchDate",
1315
+ "privacy": "private",
1316
+ "parameters": [
1317
+ {
1318
+ "name": "e",
1319
+ "type": {
1320
+ "text": "Event"
1321
+ }
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "kind": "method",
1327
+ "name": "_dispatchSwitchView",
1328
+ "privacy": "private",
1329
+ "parameters": [
1330
+ {
1331
+ "name": "e",
1332
+ "type": {
1333
+ "text": "Event"
1334
+ }
1335
+ }
1336
+ ]
1337
+ }
1338
+ ],
1339
+ "attributes": [
1340
+ {
1341
+ "name": "heading",
1342
+ "type": {
1343
+ "text": "string | undefined"
1344
+ },
1345
+ "fieldName": "heading"
1346
+ },
1347
+ {
1348
+ "name": "activeDate",
1349
+ "type": {
1350
+ "text": "CalendarDate | undefined"
1351
+ },
1352
+ "fieldName": "activeDate"
1353
+ },
1354
+ {
1355
+ "name": "viewMode",
1356
+ "type": {
1357
+ "text": "ViewMode"
1358
+ },
1359
+ "default": "'month'",
1360
+ "fieldName": "viewMode"
1361
+ },
1362
+ {
1363
+ "name": "expandedDate",
1364
+ "type": {
1365
+ "text": "CalendarDate | undefined"
1366
+ },
1367
+ "fieldName": "expandedDate"
1368
+ },
1369
+ {
1370
+ "name": "locale",
1371
+ "type": {
1372
+ "text": "string"
1373
+ },
1374
+ "default": "'en'",
1375
+ "fieldName": "locale"
1376
+ }
1377
+ ],
1378
+ "superclass": {
1379
+ "name": "LitElement",
1380
+ "package": "lit"
1381
+ },
1382
+ "tagName": "lms-calendar-header",
1383
+ "customElement": true
1384
+ }
1385
+ ],
1386
+ "exports": [
1387
+ {
1388
+ "kind": "js",
1389
+ "name": "default",
1390
+ "declaration": {
1391
+ "name": "Header",
1392
+ "module": "src/components/Header.ts"
1393
+ }
1394
+ },
1395
+ {
1396
+ "kind": "custom-element-definition",
1397
+ "name": "lms-calendar-header",
1398
+ "declaration": {
1399
+ "name": "Header",
1400
+ "module": "src/components/Header.ts"
1401
+ }
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "kind": "javascript-module",
1407
+ "path": "src/components/Menu.ts",
1408
+ "declarations": [
1409
+ {
1410
+ "kind": "class",
1411
+ "description": "",
1412
+ "name": "Menu",
1413
+ "members": [
1414
+ {
1415
+ "kind": "field",
1416
+ "name": "open",
1417
+ "type": {
1418
+ "text": "boolean"
1419
+ },
1420
+ "default": "false",
1421
+ "attribute": "open",
1422
+ "reflects": true
1423
+ },
1424
+ {
1425
+ "kind": "field",
1426
+ "name": "eventDetails",
1427
+ "type": {
1428
+ "text": "EventDetails"
1429
+ },
1430
+ "default": "{ heading: '', content: '', displayTime: '', }",
1431
+ "attribute": "eventDetails"
1432
+ },
1433
+ {
1434
+ "kind": "field",
1435
+ "name": "anchorRect",
1436
+ "type": {
1437
+ "text": "DOMRect | undefined"
1438
+ }
1439
+ },
1440
+ {
1441
+ "kind": "field",
1442
+ "name": "locale",
1443
+ "type": {
1444
+ "text": "string"
1445
+ },
1446
+ "default": "'en'",
1447
+ "attribute": "locale"
1448
+ },
1449
+ {
1450
+ "kind": "field",
1451
+ "name": "_cardTop",
1452
+ "type": {
1453
+ "text": "number"
1454
+ },
1455
+ "privacy": "private",
1456
+ "default": "0"
1457
+ },
1458
+ {
1459
+ "kind": "field",
1460
+ "name": "_cardLeft",
1461
+ "type": {
1462
+ "text": "number"
1463
+ },
1464
+ "privacy": "private",
1465
+ "default": "0"
1466
+ },
1467
+ {
1468
+ "kind": "field",
1469
+ "name": "_positioned",
1470
+ "type": {
1471
+ "text": "boolean"
1472
+ },
1473
+ "privacy": "private",
1474
+ "default": "false"
1475
+ },
1476
+ {
1477
+ "kind": "field",
1478
+ "name": "_handleKeydown",
1479
+ "privacy": "private"
1480
+ },
1481
+ {
1482
+ "kind": "method",
1483
+ "name": "_computePosition",
1484
+ "privacy": "private"
1485
+ },
1486
+ {
1487
+ "kind": "field",
1488
+ "name": "_handleClose",
1489
+ "privacy": "private"
1490
+ },
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "_handleExport",
1494
+ "privacy": "private"
1495
+ },
1496
+ {
1497
+ "kind": "method",
1498
+ "name": "_formatDate",
1499
+ "privacy": "private",
1500
+ "return": {
1501
+ "type": {
1502
+ "text": "string"
1503
+ }
1504
+ },
1505
+ "parameters": [
1506
+ {
1507
+ "name": "date",
1508
+ "type": {
1509
+ "text": "CalendarDate"
1510
+ }
1511
+ }
1512
+ ]
1513
+ }
1514
+ ],
1515
+ "attributes": [
1516
+ {
1517
+ "name": "open",
1518
+ "type": {
1519
+ "text": "boolean"
1520
+ },
1521
+ "default": "false",
1522
+ "fieldName": "open"
1523
+ },
1524
+ {
1525
+ "name": "eventDetails",
1526
+ "type": {
1527
+ "text": "EventDetails"
1528
+ },
1529
+ "default": "{ heading: '', content: '', displayTime: '', }",
1530
+ "fieldName": "eventDetails"
1531
+ },
1532
+ {
1533
+ "name": "locale",
1534
+ "type": {
1535
+ "text": "string"
1536
+ },
1537
+ "default": "'en'",
1538
+ "fieldName": "locale"
1539
+ }
1540
+ ],
1541
+ "superclass": {
1542
+ "name": "LitElement",
1543
+ "package": "lit"
1544
+ },
1545
+ "tagName": "lms-menu",
1546
+ "customElement": true
1547
+ },
1548
+ {
1549
+ "kind": "variable",
1550
+ "name": "eventMonth"
1551
+ },
1552
+ {
1553
+ "kind": "variable",
1554
+ "name": "eventDay"
1555
+ }
1556
+ ],
1557
+ "exports": [
1558
+ {
1559
+ "kind": "js",
1560
+ "name": "Menu",
1561
+ "declaration": {
1562
+ "name": "Menu",
1563
+ "module": "src/components/Menu.ts"
1564
+ }
1565
+ },
1566
+ {
1567
+ "kind": "custom-element-definition",
1568
+ "name": "lms-menu",
1569
+ "declaration": {
1570
+ "name": "Menu",
1571
+ "module": "src/components/Menu.ts"
1572
+ }
1573
+ },
1574
+ {
1575
+ "kind": "js",
1576
+ "name": "default",
1577
+ "declaration": {
1578
+ "name": "Menu",
1579
+ "module": "src/components/Menu.ts"
1580
+ }
1581
+ }
1582
+ ]
1583
+ },
1584
+ {
1585
+ "kind": "javascript-module",
1586
+ "path": "src/components/Month.ts",
1587
+ "declarations": [
1588
+ {
1589
+ "kind": "class",
1590
+ "description": "",
1591
+ "name": "Month",
1592
+ "members": [
1593
+ {
1594
+ "kind": "field",
1595
+ "name": "currentDate",
1596
+ "privacy": "private",
1597
+ "default": "new Date()"
1598
+ },
1599
+ {
1600
+ "kind": "field",
1601
+ "name": "activeDate",
1602
+ "type": {
1603
+ "text": "CalendarDate"
1604
+ },
1605
+ "default": "{ day: this.currentDate.getDate(), month: this.currentDate.getMonth() + 1, year: this.currentDate.getFullYear(), }"
1606
+ },
1607
+ {
1608
+ "kind": "field",
1609
+ "name": "firstDayOfWeek",
1610
+ "type": {
1611
+ "text": "FirstDayOfWeek"
1612
+ },
1613
+ "default": "1",
1614
+ "attribute": "firstDayOfWeek"
1615
+ },
1616
+ {
1617
+ "kind": "field",
1618
+ "name": "locale",
1619
+ "type": {
1620
+ "text": "string"
1621
+ },
1622
+ "default": "'en'",
1623
+ "attribute": "locale"
1624
+ },
1625
+ {
1626
+ "kind": "method",
1627
+ "name": "_setupScrollDetection",
1628
+ "privacy": "private"
1629
+ },
1630
+ {
1631
+ "kind": "method",
1632
+ "name": "_isCurrentDate",
1633
+ "privacy": "private",
1634
+ "parameters": [
1635
+ {
1636
+ "name": "date",
1637
+ "type": {
1638
+ "text": "string"
1639
+ }
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "kind": "method",
1645
+ "name": "_renderIndicator",
1646
+ "privacy": "private",
1647
+ "parameters": [
1648
+ {
1649
+ "name": "{ year, month, day }",
1650
+ "type": {
1651
+ "text": "CalendarDate"
1652
+ }
1653
+ }
1654
+ ]
1655
+ },
1656
+ {
1657
+ "kind": "method",
1658
+ "name": "_dispatchExpand",
1659
+ "privacy": "private",
1660
+ "parameters": [
1661
+ {
1662
+ "name": "e",
1663
+ "type": {
1664
+ "text": "Event"
1665
+ }
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "kind": "method",
1671
+ "name": "_handleKeydown",
1672
+ "privacy": "private",
1673
+ "parameters": [
1674
+ {
1675
+ "name": "e",
1676
+ "type": {
1677
+ "text": "KeyboardEvent"
1678
+ }
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "kind": "method",
1684
+ "name": "_getDaysInMonth",
1685
+ "privacy": "private",
1686
+ "parameters": [
1687
+ {
1688
+ "name": "date",
1689
+ "type": {
1690
+ "text": "CalendarDate"
1691
+ }
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "kind": "method",
1697
+ "name": "_getOffsetOfFirstDayInMonth",
1698
+ "privacy": "private",
1699
+ "parameters": [
1700
+ {
1701
+ "name": "date",
1702
+ "type": {
1703
+ "text": "CalendarDate"
1704
+ }
1705
+ }
1706
+ ]
1707
+ },
1708
+ {
1709
+ "kind": "method",
1710
+ "name": "_getDatesInMonthAsArray",
1711
+ "privacy": "private",
1712
+ "parameters": [
1713
+ {
1714
+ "name": "date",
1715
+ "type": {
1716
+ "text": "CalendarDate"
1717
+ }
1718
+ },
1719
+ {
1720
+ "name": "sliceArgs",
1721
+ "type": {
1722
+ "text": "number[]"
1723
+ }
1724
+ }
1725
+ ]
1726
+ },
1727
+ {
1728
+ "kind": "method",
1729
+ "name": "_getCalendarArray",
1730
+ "privacy": "private"
1731
+ }
1732
+ ],
1733
+ "attributes": [
1734
+ {
1735
+ "name": "firstDayOfWeek",
1736
+ "type": {
1737
+ "text": "FirstDayOfWeek"
1738
+ },
1739
+ "default": "1",
1740
+ "fieldName": "firstDayOfWeek"
1741
+ },
1742
+ {
1743
+ "name": "locale",
1744
+ "type": {
1745
+ "text": "string"
1746
+ },
1747
+ "default": "'en'",
1748
+ "fieldName": "locale"
1749
+ }
1750
+ ],
1751
+ "superclass": {
1752
+ "name": "LitElement",
1753
+ "package": "lit"
1754
+ },
1755
+ "tagName": "lms-calendar-month",
1756
+ "customElement": true
1757
+ }
1758
+ ],
1759
+ "exports": [
1760
+ {
1761
+ "kind": "js",
1762
+ "name": "default",
1763
+ "declaration": {
1764
+ "name": "Month",
1765
+ "module": "src/components/Month.ts"
1766
+ }
1767
+ },
1768
+ {
1769
+ "kind": "custom-element-definition",
1770
+ "name": "lms-calendar-month",
1771
+ "declaration": {
1772
+ "name": "Month",
1773
+ "module": "src/components/Month.ts"
1774
+ }
1775
+ }
1776
+ ]
1777
+ },
1778
+ {
1779
+ "kind": "javascript-module",
1780
+ "path": "src/components/Week.ts",
1781
+ "declarations": [
1782
+ {
1783
+ "kind": "class",
1784
+ "description": "",
1785
+ "name": "Week",
1786
+ "members": [
1787
+ {
1788
+ "kind": "field",
1789
+ "name": "activeDate",
1790
+ "type": {
1791
+ "text": "CalendarDate"
1792
+ },
1793
+ "default": "{ day: new Date().getDate(), month: new Date().getMonth() + 1, year: new Date().getFullYear(), }"
1794
+ },
1795
+ {
1796
+ "kind": "field",
1797
+ "name": "allDayRowCount",
1798
+ "type": {
1799
+ "text": "number"
1800
+ },
1801
+ "default": "0",
1802
+ "attribute": "allDayRowCount"
1803
+ },
1804
+ {
1805
+ "kind": "field",
1806
+ "name": "firstDayOfWeek",
1807
+ "type": {
1808
+ "text": "FirstDayOfWeek"
1809
+ },
1810
+ "default": "1",
1811
+ "attribute": "firstDayOfWeek"
1812
+ },
1813
+ {
1814
+ "kind": "field",
1815
+ "name": "locale",
1816
+ "type": {
1817
+ "text": "string"
1818
+ },
1819
+ "default": "'en'",
1820
+ "attribute": "locale"
1821
+ },
1822
+ {
1823
+ "kind": "field",
1824
+ "name": "visibleDates",
1825
+ "type": {
1826
+ "text": "CalendarDate[] | undefined"
1827
+ },
1828
+ "description": "Condensed subset of dates to render (defaults to full week)."
1829
+ },
1830
+ {
1831
+ "kind": "field",
1832
+ "name": "visibleStartIndex",
1833
+ "type": {
1834
+ "text": "number"
1835
+ },
1836
+ "default": "0",
1837
+ "description": "Start offset into the full 7-day week.",
1838
+ "attribute": "visibleStartIndex"
1839
+ },
1840
+ {
1841
+ "kind": "field",
1842
+ "name": "visibleLength",
1843
+ "type": {
1844
+ "text": "number"
1845
+ },
1846
+ "default": "7",
1847
+ "description": "Number of visible day columns.",
1848
+ "attribute": "visibleLength"
1849
+ },
1850
+ {
1851
+ "kind": "method",
1852
+ "name": "_getWeekDates",
1853
+ "privacy": "private",
1854
+ "return": {
1855
+ "type": {
1856
+ "text": "CalendarDate[]"
1857
+ }
1858
+ }
1859
+ },
1860
+ {
1861
+ "kind": "method",
1862
+ "name": "_getDatesToRender",
1863
+ "privacy": "private",
1864
+ "return": {
1865
+ "type": {
1866
+ "text": "CalendarDate[]"
1867
+ }
1868
+ },
1869
+ "description": "Return the dates to actually render (condensed subset or full week)."
1870
+ },
1871
+ {
1872
+ "kind": "method",
1873
+ "name": "_getVisibleWeekdayOrder",
1874
+ "privacy": "private",
1875
+ "return": {
1876
+ "type": {
1877
+ "text": "number[]"
1878
+ }
1879
+ },
1880
+ "description": "Return the weekday order slice matching the visible dates."
1881
+ },
1882
+ {
1883
+ "kind": "method",
1884
+ "name": "_isCurrentDate",
1885
+ "privacy": "private",
1886
+ "parameters": [
1887
+ {
1888
+ "name": "date",
1889
+ "type": {
1890
+ "text": "CalendarDate"
1891
+ }
1892
+ }
1893
+ ]
1894
+ },
1895
+ {
1896
+ "kind": "field",
1897
+ "name": "_isCondensed",
1898
+ "type": {
1899
+ "text": "boolean"
1900
+ },
1901
+ "privacy": "private",
1902
+ "description": "Whether the view is condensed (showing fewer than 7 days).",
1903
+ "readonly": true
1904
+ },
1905
+ {
1906
+ "kind": "method",
1907
+ "name": "_renderIndicatorValue",
1908
+ "privacy": "private",
1909
+ "parameters": [
1910
+ {
1911
+ "name": "hour",
1912
+ "type": {
1913
+ "text": "number"
1914
+ }
1915
+ }
1916
+ ]
1917
+ },
1918
+ {
1919
+ "kind": "method",
1920
+ "name": "_handleDayLabelClick",
1921
+ "privacy": "private",
1922
+ "parameters": [
1923
+ {
1924
+ "name": "date",
1925
+ "type": {
1926
+ "text": "CalendarDate"
1927
+ }
1928
+ }
1929
+ ]
1930
+ },
1931
+ {
1932
+ "kind": "method",
1933
+ "name": "_handleDayLabelKeydown",
1934
+ "privacy": "private",
1935
+ "parameters": [
1936
+ {
1937
+ "name": "e",
1938
+ "type": {
1939
+ "text": "KeyboardEvent"
1940
+ }
1941
+ },
1942
+ {
1943
+ "name": "date",
1944
+ "type": {
1945
+ "text": "CalendarDate"
1946
+ }
1947
+ }
1948
+ ]
1949
+ },
1950
+ {
1951
+ "kind": "method",
1952
+ "name": "_handlePeekNavigate",
1953
+ "privacy": "private",
1954
+ "parameters": [
1955
+ {
1956
+ "name": "direction",
1957
+ "type": {
1958
+ "text": "'previous' | 'next'"
1959
+ }
1960
+ }
1961
+ ],
1962
+ "description": "Navigate the visible window by shifting the active date by 1 day.\nThe parent's `computeWeekDisplayContext` re-centers the window around the new date."
1963
+ },
1964
+ {
1965
+ "kind": "method",
1966
+ "name": "_handlePeekKeydown",
1967
+ "privacy": "private",
1968
+ "parameters": [
1969
+ {
1970
+ "name": "e",
1971
+ "type": {
1972
+ "text": "KeyboardEvent"
1973
+ }
1974
+ },
1975
+ {
1976
+ "name": "direction",
1977
+ "type": {
1978
+ "text": "'previous' | 'next'"
1979
+ }
1980
+ }
1981
+ ]
1982
+ }
1983
+ ],
1984
+ "events": [
1985
+ {
1986
+ "name": "peek-navigate",
1987
+ "type": {
1988
+ "text": "CustomEvent"
1989
+ }
1990
+ }
1991
+ ],
1992
+ "attributes": [
1993
+ {
1994
+ "name": "allDayRowCount",
1995
+ "type": {
1996
+ "text": "number"
1997
+ },
1998
+ "default": "0",
1999
+ "fieldName": "allDayRowCount"
2000
+ },
2001
+ {
2002
+ "name": "firstDayOfWeek",
2003
+ "type": {
2004
+ "text": "FirstDayOfWeek"
2005
+ },
2006
+ "default": "1",
2007
+ "fieldName": "firstDayOfWeek"
2008
+ },
2009
+ {
2010
+ "name": "locale",
2011
+ "type": {
2012
+ "text": "string"
2013
+ },
2014
+ "default": "'en'",
2015
+ "fieldName": "locale"
2016
+ },
2017
+ {
2018
+ "name": "visibleStartIndex",
2019
+ "type": {
2020
+ "text": "number"
2021
+ },
2022
+ "default": "0",
2023
+ "description": "Start offset into the full 7-day week.",
2024
+ "fieldName": "visibleStartIndex"
2025
+ },
2026
+ {
2027
+ "name": "visibleLength",
2028
+ "type": {
2029
+ "text": "number"
2030
+ },
2031
+ "default": "7",
2032
+ "description": "Number of visible day columns.",
2033
+ "fieldName": "visibleLength"
2034
+ }
2035
+ ],
2036
+ "superclass": {
2037
+ "name": "LitElement",
2038
+ "package": "lit"
2039
+ },
2040
+ "tagName": "lms-calendar-week",
2041
+ "customElement": true
2042
+ }
2043
+ ],
2044
+ "exports": [
2045
+ {
2046
+ "kind": "js",
2047
+ "name": "default",
2048
+ "declaration": {
2049
+ "name": "Week",
2050
+ "module": "src/components/Week.ts"
2051
+ }
2052
+ },
2053
+ {
2054
+ "kind": "custom-element-definition",
2055
+ "name": "lms-calendar-week",
2056
+ "declaration": {
2057
+ "name": "Week",
2058
+ "module": "src/components/Week.ts"
2059
+ }
2060
+ }
2061
+ ]
2062
+ },
2063
+ {
2064
+ "kind": "javascript-module",
2065
+ "path": "src/components/Year.ts",
2066
+ "declarations": [
2067
+ {
2068
+ "kind": "class",
2069
+ "description": "",
2070
+ "name": "Year",
2071
+ "members": [
2072
+ {
2073
+ "kind": "field",
2074
+ "name": "activeDate",
2075
+ "type": {
2076
+ "text": "CalendarDate"
2077
+ },
2078
+ "attribute": "activeDate"
2079
+ },
2080
+ {
2081
+ "kind": "field",
2082
+ "name": "firstDayOfWeek",
2083
+ "type": {
2084
+ "text": "FirstDayOfWeek"
2085
+ },
2086
+ "default": "1",
2087
+ "attribute": "firstDayOfWeek"
2088
+ },
2089
+ {
2090
+ "kind": "field",
2091
+ "name": "locale",
2092
+ "type": {
2093
+ "text": "string"
2094
+ },
2095
+ "default": "'en'",
2096
+ "attribute": "locale"
2097
+ },
2098
+ {
2099
+ "kind": "field",
2100
+ "name": "entrySumByDay",
2101
+ "type": {
2102
+ "text": "Record<string, number>"
2103
+ },
2104
+ "default": "{}",
2105
+ "attribute": "entrySumByDay"
2106
+ },
2107
+ {
2108
+ "kind": "field",
2109
+ "name": "drillTarget",
2110
+ "type": {
2111
+ "text": "DrillTarget"
2112
+ },
2113
+ "default": "'month'",
2114
+ "attribute": "drillTarget"
2115
+ },
2116
+ {
2117
+ "kind": "field",
2118
+ "name": "densityMode",
2119
+ "type": {
2120
+ "text": "DensityMode"
2121
+ },
2122
+ "default": "'dot'",
2123
+ "attribute": "densityMode"
2124
+ },
2125
+ {
2126
+ "kind": "method",
2127
+ "name": "_renderMiniMonth",
2128
+ "privacy": "private",
2129
+ "parameters": [
2130
+ {
2131
+ "name": "year",
2132
+ "type": {
2133
+ "text": "number"
2134
+ }
2135
+ },
2136
+ {
2137
+ "name": "month",
2138
+ "type": {
2139
+ "text": "number"
2140
+ }
2141
+ },
2142
+ {
2143
+ "name": "todayDay",
2144
+ "type": {
2145
+ "text": "number"
2146
+ }
2147
+ },
2148
+ {
2149
+ "name": "todayMonth",
2150
+ "type": {
2151
+ "text": "number"
2152
+ }
2153
+ },
2154
+ {
2155
+ "name": "todayYear",
2156
+ "type": {
2157
+ "text": "number"
2158
+ }
2159
+ },
2160
+ {
2161
+ "name": "weekdayOrder",
2162
+ "type": {
2163
+ "text": "number[]"
2164
+ }
2165
+ }
2166
+ ]
2167
+ },
2168
+ {
2169
+ "kind": "method",
2170
+ "name": "_renderDayCell",
2171
+ "privacy": "private",
2172
+ "parameters": [
2173
+ {
2174
+ "name": "year",
2175
+ "type": {
2176
+ "text": "number"
2177
+ }
2178
+ },
2179
+ {
2180
+ "name": "month",
2181
+ "type": {
2182
+ "text": "number"
2183
+ }
2184
+ },
2185
+ {
2186
+ "name": "day",
2187
+ "type": {
2188
+ "text": "number"
2189
+ }
2190
+ },
2191
+ {
2192
+ "name": "isCurrent",
2193
+ "type": {
2194
+ "text": "boolean"
2195
+ }
2196
+ },
2197
+ {
2198
+ "name": "isSelected",
2199
+ "type": {
2200
+ "text": "boolean"
2201
+ }
2202
+ },
2203
+ {
2204
+ "name": "eventCount",
2205
+ "type": {
2206
+ "text": "number"
2207
+ }
2208
+ }
2209
+ ]
2210
+ },
2211
+ {
2212
+ "kind": "method",
2213
+ "name": "_handleDayClick",
2214
+ "privacy": "private",
2215
+ "parameters": [
2216
+ {
2217
+ "name": "year",
2218
+ "type": {
2219
+ "text": "number"
2220
+ }
2221
+ },
2222
+ {
2223
+ "name": "month",
2224
+ "type": {
2225
+ "text": "number"
2226
+ }
2227
+ },
2228
+ {
2229
+ "name": "day",
2230
+ "type": {
2231
+ "text": "number"
2232
+ }
2233
+ }
2234
+ ]
2235
+ },
2236
+ {
2237
+ "kind": "method",
2238
+ "name": "_handleWeekClick",
2239
+ "privacy": "private",
2240
+ "parameters": [
2241
+ {
2242
+ "name": "year",
2243
+ "type": {
2244
+ "text": "number"
2245
+ }
2246
+ },
2247
+ {
2248
+ "name": "month",
2249
+ "type": {
2250
+ "text": "number"
2251
+ }
2252
+ },
2253
+ {
2254
+ "name": "day",
2255
+ "type": {
2256
+ "text": "number"
2257
+ }
2258
+ }
2259
+ ]
2260
+ },
2261
+ {
2262
+ "kind": "method",
2263
+ "name": "_handleMonthClick",
2264
+ "privacy": "private",
2265
+ "parameters": [
2266
+ {
2267
+ "name": "year",
2268
+ "type": {
2269
+ "text": "number"
2270
+ }
2271
+ },
2272
+ {
2273
+ "name": "month",
2274
+ "type": {
2275
+ "text": "number"
2276
+ }
2277
+ }
2278
+ ]
2279
+ }
2280
+ ],
2281
+ "events": [
2282
+ {
2283
+ "name": "expand",
2284
+ "type": {
2285
+ "text": "CustomEvent"
2286
+ }
2287
+ }
2288
+ ],
2289
+ "attributes": [
2290
+ {
2291
+ "name": "activeDate",
2292
+ "type": {
2293
+ "text": "CalendarDate"
2294
+ },
2295
+ "fieldName": "activeDate"
2296
+ },
2297
+ {
2298
+ "name": "firstDayOfWeek",
2299
+ "type": {
2300
+ "text": "FirstDayOfWeek"
2301
+ },
2302
+ "default": "1",
2303
+ "fieldName": "firstDayOfWeek"
2304
+ },
2305
+ {
2306
+ "name": "locale",
2307
+ "type": {
2308
+ "text": "string"
2309
+ },
2310
+ "default": "'en'",
2311
+ "fieldName": "locale"
2312
+ },
2313
+ {
2314
+ "name": "entrySumByDay",
2315
+ "type": {
2316
+ "text": "Record<string, number>"
2317
+ },
2318
+ "default": "{}",
2319
+ "fieldName": "entrySumByDay"
2320
+ },
2321
+ {
2322
+ "name": "drillTarget",
2323
+ "type": {
2324
+ "text": "DrillTarget"
2325
+ },
2326
+ "default": "'month'",
2327
+ "fieldName": "drillTarget"
2328
+ },
2329
+ {
2330
+ "name": "densityMode",
2331
+ "type": {
2332
+ "text": "DensityMode"
2333
+ },
2334
+ "default": "'dot'",
2335
+ "fieldName": "densityMode"
2336
+ }
2337
+ ],
2338
+ "superclass": {
2339
+ "name": "LitElement",
2340
+ "package": "lit"
2341
+ },
2342
+ "tagName": "lms-calendar-year",
2343
+ "customElement": true
2344
+ }
2345
+ ],
2346
+ "exports": [
2347
+ {
2348
+ "kind": "js",
2349
+ "name": "default",
2350
+ "declaration": {
2351
+ "name": "Year",
2352
+ "module": "src/components/Year.ts"
2353
+ }
2354
+ },
2355
+ {
2356
+ "kind": "custom-element-definition",
2357
+ "name": "lms-calendar-year",
2358
+ "declaration": {
2359
+ "name": "Year",
2360
+ "module": "src/components/Year.ts"
2361
+ }
2362
+ }
2363
+ ]
2364
+ },
2365
+ {
2366
+ "kind": "javascript-module",
2367
+ "path": "src/lib/DirectionalCalendarDateCalculator.ts",
2368
+ "declarations": [
2369
+ {
2370
+ "kind": "class",
2371
+ "description": "This class handles calculations and adjustments for CalendarDate objects based on a specified direction.",
2372
+ "name": "DirectionalCalendarDateCalculator",
2373
+ "members": [
2374
+ {
2375
+ "kind": "field",
2376
+ "name": "_date",
2377
+ "type": {
2378
+ "text": "DateTime | undefined"
2379
+ },
2380
+ "privacy": "private"
2381
+ },
2382
+ {
2383
+ "kind": "field",
2384
+ "name": "_direction",
2385
+ "type": {
2386
+ "text": "string | undefined"
2387
+ },
2388
+ "privacy": "private",
2389
+ "default": "direction"
2390
+ },
2391
+ {
2392
+ "kind": "field",
2393
+ "name": "date"
2394
+ },
2395
+ {
2396
+ "kind": "field",
2397
+ "name": "direction"
2398
+ },
2399
+ {
2400
+ "kind": "method",
2401
+ "name": "_toCalendarDate",
2402
+ "privacy": "private",
2403
+ "return": {
2404
+ "type": {
2405
+ "text": "CalendarDate"
2406
+ }
2407
+ },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "date",
2411
+ "type": {
2412
+ "text": "DateTime"
2413
+ }
2414
+ }
2415
+ ]
2416
+ },
2417
+ {
2418
+ "kind": "method",
2419
+ "name": "getDateByDayInDirection",
2420
+ "privacy": "public"
2421
+ },
2422
+ {
2423
+ "kind": "method",
2424
+ "name": "getDateByMonthInDirection",
2425
+ "privacy": "public"
2426
+ }
2427
+ ]
2428
+ }
2429
+ ],
2430
+ "exports": [
2431
+ {
2432
+ "kind": "js",
2433
+ "name": "default",
2434
+ "declaration": {
2435
+ "name": "DirectionalCalendarDateCalculator",
2436
+ "module": "src/lib/DirectionalCalendarDateCalculator.ts"
2437
+ }
2438
+ }
2439
+ ]
2440
+ },
2441
+ {
2442
+ "kind": "javascript-module",
2443
+ "path": "src/lib/LayoutCalculator.ts",
2444
+ "declarations": [
2445
+ {
2446
+ "kind": "class",
2447
+ "description": "",
2448
+ "name": "LayoutCalculator",
2449
+ "members": [
2450
+ {
2451
+ "kind": "field",
2452
+ "name": "config",
2453
+ "type": {
2454
+ "text": "GridConfig"
2455
+ },
2456
+ "privacy": "private",
2457
+ "default": "{ minuteHeight: config.minuteHeight ?? 1, eventMinHeight: config.eventMinHeight ?? 20, }"
2458
+ },
2459
+ {
2460
+ "kind": "method",
2461
+ "name": "calculateLayout",
2462
+ "return": {
2463
+ "type": {
2464
+ "text": "LayoutResult"
2465
+ }
2466
+ },
2467
+ "parameters": [
2468
+ {
2469
+ "name": "events",
2470
+ "type": {
2471
+ "text": "CalendarEvent[]"
2472
+ }
2473
+ }
2474
+ ]
2475
+ },
2476
+ {
2477
+ "kind": "method",
2478
+ "name": "eventsToIntervals",
2479
+ "privacy": "private",
2480
+ "return": {
2481
+ "type": {
2482
+ "text": "Array<{ start: number; end: number }>"
2483
+ }
2484
+ },
2485
+ "parameters": [
2486
+ {
2487
+ "name": "events",
2488
+ "type": {
2489
+ "text": "CalendarEvent[]"
2490
+ }
2491
+ }
2492
+ ]
2493
+ },
2494
+ {
2495
+ "kind": "method",
2496
+ "name": "calculateGrading",
2497
+ "privacy": "private",
2498
+ "return": {
2499
+ "type": {
2500
+ "text": "Array<{ index: number; depth: number; group: number }>"
2501
+ }
2502
+ },
2503
+ "parameters": [
2504
+ {
2505
+ "name": "intervals",
2506
+ "type": {
2507
+ "text": "Array<{ start: number; end: number }>"
2508
+ }
2509
+ }
2510
+ ]
2511
+ },
2512
+ {
2513
+ "kind": "method",
2514
+ "name": "findOverlapGroups",
2515
+ "privacy": "private",
2516
+ "return": {
2517
+ "type": {
2518
+ "text": "Array<number[]>"
2519
+ }
2520
+ },
2521
+ "parameters": [
2522
+ {
2523
+ "name": "intervals",
2524
+ "type": {
2525
+ "text": "Array<{ start: number; end: number }>"
2526
+ }
2527
+ }
2528
+ ]
2529
+ },
2530
+ {
2531
+ "kind": "method",
2532
+ "name": "intervalsOverlap",
2533
+ "privacy": "private",
2534
+ "return": {
2535
+ "type": {
2536
+ "text": "boolean"
2537
+ }
2538
+ },
2539
+ "parameters": [
2540
+ {
2541
+ "name": "a",
2542
+ "type": {
2543
+ "text": "{ start: number; end: number }"
2544
+ }
2545
+ },
2546
+ {
2547
+ "name": "b",
2548
+ "type": {
2549
+ "text": "{ start: number; end: number }"
2550
+ }
2551
+ }
2552
+ ]
2553
+ },
2554
+ {
2555
+ "kind": "method",
2556
+ "name": "calculateBoxes",
2557
+ "privacy": "private",
2558
+ "return": {
2559
+ "type": {
2560
+ "text": "LayoutBox[]"
2561
+ }
2562
+ },
2563
+ "parameters": [
2564
+ {
2565
+ "name": "events",
2566
+ "type": {
2567
+ "text": "CalendarEvent[]"
2568
+ }
2569
+ },
2570
+ {
2571
+ "name": "grading",
2572
+ "type": {
2573
+ "text": "Array<{ index: number; depth: number; group: number }>"
2574
+ }
2575
+ }
2576
+ ]
2577
+ }
2578
+ ]
2579
+ }
2580
+ ],
2581
+ "exports": [
2582
+ {
2583
+ "kind": "js",
2584
+ "name": "LayoutCalculator",
2585
+ "declaration": {
2586
+ "name": "LayoutCalculator",
2587
+ "module": "src/lib/LayoutCalculator.ts"
2588
+ }
2589
+ }
2590
+ ]
2591
+ },
2592
+ {
2593
+ "kind": "javascript-module",
2594
+ "path": "src/lib/SlotManager.ts",
2595
+ "declarations": [
2596
+ {
2597
+ "kind": "class",
2598
+ "description": "",
2599
+ "name": "SlotManager",
2600
+ "members": [
2601
+ {
2602
+ "kind": "field",
2603
+ "name": "_weekIndexCache",
2604
+ "type": {
2605
+ "text": "{\n key: string;\n map: Map<string, number>;\n } | null"
2606
+ },
2607
+ "privacy": "private",
2608
+ "default": "null",
2609
+ "description": "Cached week-date→index map, keyed by (activeDate + firstDayOfWeek)."
2610
+ },
2611
+ {
2612
+ "kind": "method",
2613
+ "name": "calculatePosition",
2614
+ "privacy": "public",
2615
+ "return": {
2616
+ "type": {
2617
+ "text": "SlotPosition"
2618
+ }
2619
+ },
2620
+ "parameters": [
2621
+ {
2622
+ "name": "config",
2623
+ "type": {
2624
+ "text": "PositionConfig"
2625
+ }
2626
+ }
2627
+ ],
2628
+ "description": "Calculate the slot name and positioning for an entry"
2629
+ },
2630
+ {
2631
+ "kind": "method",
2632
+ "name": "generatePositionCSS",
2633
+ "privacy": "public",
2634
+ "return": {
2635
+ "type": {
2636
+ "text": "string"
2637
+ }
2638
+ },
2639
+ "parameters": [
2640
+ {
2641
+ "name": "position",
2642
+ "type": {
2643
+ "text": "SlotPosition"
2644
+ }
2645
+ },
2646
+ {
2647
+ "name": "layout",
2648
+ "type": {
2649
+ "text": "LayoutDimensions"
2650
+ }
2651
+ },
2652
+ {
2653
+ "name": "time",
2654
+ "optional": true,
2655
+ "type": {
2656
+ "text": "CalendarTimeInterval"
2657
+ }
2658
+ }
2659
+ ],
2660
+ "description": "Generate CSS styles for positioning an entry based on layout dimensions"
2661
+ },
2662
+ {
2663
+ "kind": "method",
2664
+ "name": "_calculateDayPosition",
2665
+ "privacy": "private",
2666
+ "return": {
2667
+ "type": {
2668
+ "text": "SlotPosition"
2669
+ }
2670
+ },
2671
+ "parameters": [
2672
+ {
2673
+ "name": "_date",
2674
+ "type": {
2675
+ "text": "CalendarDate"
2676
+ }
2677
+ },
2678
+ {
2679
+ "name": "time",
2680
+ "optional": true,
2681
+ "type": {
2682
+ "text": "CalendarTimeInterval"
2683
+ }
2684
+ },
2685
+ {
2686
+ "name": "isAllDay",
2687
+ "optional": true,
2688
+ "type": {
2689
+ "text": "boolean"
2690
+ }
2691
+ }
2692
+ ],
2693
+ "description": "Day view positioning: uses absolute positioning for timed entries"
2694
+ },
2695
+ {
2696
+ "kind": "method",
2697
+ "name": "_calculateWeekPosition",
2698
+ "privacy": "private",
2699
+ "return": {
2700
+ "type": {
2701
+ "text": "SlotPosition"
2702
+ }
2703
+ },
2704
+ "parameters": [
2705
+ {
2706
+ "name": "date",
2707
+ "type": {
2708
+ "text": "CalendarDate"
2709
+ }
2710
+ },
2711
+ {
2712
+ "name": "activeDate",
2713
+ "type": {
2714
+ "text": "CalendarDate"
2715
+ }
2716
+ },
2717
+ {
2718
+ "name": "time",
2719
+ "optional": true,
2720
+ "type": {
2721
+ "text": "CalendarTimeInterval"
2722
+ }
2723
+ },
2724
+ {
2725
+ "name": "isAllDay",
2726
+ "optional": true,
2727
+ "type": {
2728
+ "text": "boolean"
2729
+ }
2730
+ },
2731
+ {
2732
+ "name": "firstDayOfWeek",
2733
+ "optional": true,
2734
+ "type": {
2735
+ "text": "FirstDayOfWeek"
2736
+ }
2737
+ },
2738
+ {
2739
+ "name": "weekDates",
2740
+ "optional": true,
2741
+ "type": {
2742
+ "text": "CalendarDate[]"
2743
+ }
2744
+ }
2745
+ ],
2746
+ "description": "Week view positioning: uses absolute positioning within per-day slot containers"
2747
+ },
2748
+ {
2749
+ "kind": "method",
2750
+ "name": "_calculateMonthPosition",
2751
+ "privacy": "private",
2752
+ "return": {
2753
+ "type": {
2754
+ "text": "SlotPosition"
2755
+ }
2756
+ },
2757
+ "parameters": [
2758
+ {
2759
+ "name": "date",
2760
+ "type": {
2761
+ "text": "CalendarDate"
2762
+ }
2763
+ }
2764
+ ],
2765
+ "description": "Month view positioning: uses date-based slots"
2766
+ },
2767
+ {
2768
+ "kind": "method",
2769
+ "name": "pxToTime",
2770
+ "privacy": "public",
2771
+ "return": {
2772
+ "type": {
2773
+ "text": "{ hour: number; minute: number }"
2774
+ }
2775
+ },
2776
+ "parameters": [
2777
+ {
2778
+ "name": "px",
2779
+ "type": {
2780
+ "text": "number"
2781
+ }
2782
+ },
2783
+ {
2784
+ "name": "hostEl",
2785
+ "type": {
2786
+ "text": "Element"
2787
+ }
2788
+ }
2789
+ ],
2790
+ "description": "Convert a pixel offset within a time column to a time object.\nReads --minute-height from the host element. For future drag/resize interactions."
2791
+ },
2792
+ {
2793
+ "kind": "method",
2794
+ "name": "getWeekDayIndex",
2795
+ "privacy": "public",
2796
+ "return": {
2797
+ "type": {
2798
+ "text": "number"
2799
+ }
2800
+ },
2801
+ "parameters": [
2802
+ {
2803
+ "name": "entryDate",
2804
+ "type": {
2805
+ "text": "CalendarDate"
2806
+ }
2807
+ },
2808
+ {
2809
+ "name": "activeDate",
2810
+ "type": {
2811
+ "text": "CalendarDate"
2812
+ }
2813
+ },
2814
+ {
2815
+ "name": "firstDayOfWeek",
2816
+ "default": "1",
2817
+ "type": {
2818
+ "text": "FirstDayOfWeek"
2819
+ }
2820
+ }
2821
+ ],
2822
+ "description": "Calculate which day of the week an entry belongs to (0-6, where 0 is the first day).\nInternally caches the week-date→index map so repeated calls for the same\n(activeDate, firstDayOfWeek) avoid re-allocating 7 Date objects and scanning."
2823
+ },
2824
+ {
2825
+ "kind": "method",
2826
+ "name": "getIndexInDates",
2827
+ "privacy": "public",
2828
+ "return": {
2829
+ "type": {
2830
+ "text": "number"
2831
+ }
2832
+ },
2833
+ "parameters": [
2834
+ {
2835
+ "name": "date",
2836
+ "type": {
2837
+ "text": "CalendarDate"
2838
+ }
2839
+ },
2840
+ {
2841
+ "name": "dates",
2842
+ "type": {
2843
+ "text": "CalendarDate[]"
2844
+ }
2845
+ }
2846
+ ],
2847
+ "description": "Look up a date's index within a provided date array (for condensed views)."
2848
+ },
2849
+ {
2850
+ "kind": "method",
2851
+ "name": "_getGridSlotByTime",
2852
+ "privacy": "private",
2853
+ "return": {
2854
+ "type": {
2855
+ "text": "string"
2856
+ }
2857
+ },
2858
+ "parameters": [
2859
+ {
2860
+ "name": "{ start, end }",
2861
+ "type": {
2862
+ "text": "CalendarTimeInterval"
2863
+ }
2864
+ }
2865
+ ],
2866
+ "description": "Convert time interval to CSS grid row specification"
2867
+ },
2868
+ {
2869
+ "kind": "method",
2870
+ "name": "calculateAccessibility",
2871
+ "privacy": "public",
2872
+ "return": {
2873
+ "type": {
2874
+ "text": "AccessibilityInfo"
2875
+ }
2876
+ },
2877
+ "parameters": [
2878
+ {
2879
+ "name": "config",
2880
+ "type": {
2881
+ "text": "PositionConfig"
2882
+ }
2883
+ }
2884
+ ],
2885
+ "description": "Calculate accessibility information including logical tab order"
2886
+ },
2887
+ {
2888
+ "kind": "method",
2889
+ "name": "_generateAriaLabel",
2890
+ "privacy": "private",
2891
+ "return": {
2892
+ "type": {
2893
+ "text": "string"
2894
+ }
2895
+ },
2896
+ "parameters": [
2897
+ {
2898
+ "name": "config",
2899
+ "type": {
2900
+ "text": "PositionConfig"
2901
+ }
2902
+ }
2903
+ ],
2904
+ "description": "Generate comprehensive ARIA label for screen readers"
2905
+ },
2906
+ {
2907
+ "kind": "method",
2908
+ "name": "getPositionDescription",
2909
+ "privacy": "public",
2910
+ "return": {
2911
+ "type": {
2912
+ "text": "string"
2913
+ }
2914
+ },
2915
+ "parameters": [
2916
+ {
2917
+ "name": "config",
2918
+ "type": {
2919
+ "text": "PositionConfig"
2920
+ }
2921
+ }
2922
+ ],
2923
+ "description": "Get human-readable description of position (for debugging)"
2924
+ },
2925
+ {
2926
+ "kind": "method",
2927
+ "name": "validatePosition",
2928
+ "privacy": "public",
2929
+ "return": {
2930
+ "type": {
2931
+ "text": "{\n valid: boolean;\n error?: string;\n }"
2932
+ }
2933
+ },
2934
+ "parameters": [
2935
+ {
2936
+ "name": "config",
2937
+ "type": {
2938
+ "text": "PositionConfig"
2939
+ }
2940
+ }
2941
+ ],
2942
+ "description": "Validate that a position configuration is valid"
2943
+ }
2944
+ ]
2945
+ },
2946
+ {
2947
+ "kind": "variable",
2948
+ "name": "slotManager",
2949
+ "default": "new SlotManager()"
2950
+ }
2951
+ ],
2952
+ "exports": [
2953
+ {
2954
+ "kind": "js",
2955
+ "name": "ViewMode",
2956
+ "declaration": {
2957
+ "name": "ViewMode",
2958
+ "module": "src/lib/SlotManager.ts"
2959
+ }
2960
+ },
2961
+ {
2962
+ "kind": "js",
2963
+ "name": "FirstDayOfWeek",
2964
+ "declaration": {
2965
+ "name": "FirstDayOfWeek",
2966
+ "module": "src/lib/SlotManager.ts"
2967
+ }
2968
+ },
2969
+ {
2970
+ "kind": "js",
2971
+ "name": "SlotManager",
2972
+ "declaration": {
2973
+ "name": "SlotManager",
2974
+ "module": "src/lib/SlotManager.ts"
2975
+ }
2976
+ },
2977
+ {
2978
+ "kind": "js",
2979
+ "name": "slotManager",
2980
+ "declaration": {
2981
+ "name": "slotManager",
2982
+ "module": "src/lib/SlotManager.ts"
2983
+ }
2984
+ }
2985
+ ]
2986
+ },
2987
+ {
2988
+ "kind": "javascript-module",
2989
+ "path": "src/lib/ViewStateController.ts",
2990
+ "declarations": [
2991
+ {
2992
+ "kind": "class",
2993
+ "description": "",
2994
+ "name": "ViewStateController",
2995
+ "members": [
2996
+ {
2997
+ "kind": "field",
2998
+ "name": "_host",
2999
+ "type": {
3000
+ "text": "ReactiveControllerHost"
3001
+ },
3002
+ "privacy": "private",
3003
+ "default": "host"
3004
+ },
3005
+ {
3006
+ "kind": "field",
3007
+ "name": "_viewMode",
3008
+ "type": {
3009
+ "text": "ViewMode"
3010
+ },
3011
+ "privacy": "private",
3012
+ "default": "'month'"
3013
+ },
3014
+ {
3015
+ "kind": "field",
3016
+ "name": "_activeDate",
3017
+ "type": {
3018
+ "text": "CalendarDate"
3019
+ },
3020
+ "privacy": "private",
3021
+ "default": "{ day: today.getDate(), month: today.getMonth() + 1, year: today.getFullYear(), }"
3022
+ },
3023
+ {
3024
+ "kind": "method",
3025
+ "name": "hostConnected",
3026
+ "return": {
3027
+ "type": {
3028
+ "text": "void"
3029
+ }
3030
+ }
3031
+ },
3032
+ {
3033
+ "kind": "field",
3034
+ "name": "viewMode",
3035
+ "type": {
3036
+ "text": "ViewMode"
3037
+ },
3038
+ "readonly": true
3039
+ },
3040
+ {
3041
+ "kind": "field",
3042
+ "name": "activeDate",
3043
+ "type": {
3044
+ "text": "CalendarDate"
3045
+ },
3046
+ "readonly": true
3047
+ },
3048
+ {
3049
+ "kind": "field",
3050
+ "name": "expandedDate",
3051
+ "type": {
3052
+ "text": "CalendarDate | undefined"
3053
+ },
3054
+ "readonly": true
3055
+ },
3056
+ {
3057
+ "kind": "method",
3058
+ "name": "setViewMode",
3059
+ "return": {
3060
+ "type": {
3061
+ "text": "void"
3062
+ }
3063
+ },
3064
+ "parameters": [
3065
+ {
3066
+ "name": "mode",
3067
+ "type": {
3068
+ "text": "ViewMode"
3069
+ }
3070
+ }
3071
+ ]
3072
+ },
3073
+ {
3074
+ "kind": "method",
3075
+ "name": "setActiveDate",
3076
+ "return": {
3077
+ "type": {
3078
+ "text": "void"
3079
+ }
3080
+ },
3081
+ "parameters": [
3082
+ {
3083
+ "name": "date",
3084
+ "type": {
3085
+ "text": "CalendarDate"
3086
+ }
3087
+ }
3088
+ ]
3089
+ },
3090
+ {
3091
+ "kind": "method",
3092
+ "name": "navigateNext",
3093
+ "return": {
3094
+ "type": {
3095
+ "text": "void"
3096
+ }
3097
+ }
3098
+ },
3099
+ {
3100
+ "kind": "method",
3101
+ "name": "navigatePrevious",
3102
+ "return": {
3103
+ "type": {
3104
+ "text": "void"
3105
+ }
3106
+ }
3107
+ },
3108
+ {
3109
+ "kind": "method",
3110
+ "name": "jumpToToday",
3111
+ "return": {
3112
+ "type": {
3113
+ "text": "void"
3114
+ }
3115
+ }
3116
+ },
3117
+ {
3118
+ "kind": "method",
3119
+ "name": "switchToMonthView",
3120
+ "return": {
3121
+ "type": {
3122
+ "text": "void"
3123
+ }
3124
+ }
3125
+ },
3126
+ {
3127
+ "kind": "method",
3128
+ "name": "switchToWeekView",
3129
+ "return": {
3130
+ "type": {
3131
+ "text": "void"
3132
+ }
3133
+ }
3134
+ },
3135
+ {
3136
+ "kind": "method",
3137
+ "name": "switchToDayView",
3138
+ "return": {
3139
+ "type": {
3140
+ "text": "void"
3141
+ }
3142
+ }
3143
+ },
3144
+ {
3145
+ "kind": "method",
3146
+ "name": "switchToYearView",
3147
+ "return": {
3148
+ "type": {
3149
+ "text": "void"
3150
+ }
3151
+ }
3152
+ }
3153
+ ]
3154
+ }
3155
+ ],
3156
+ "exports": [
3157
+ {
3158
+ "kind": "js",
3159
+ "name": "ViewStateController",
3160
+ "declaration": {
3161
+ "name": "ViewStateController",
3162
+ "module": "src/lib/ViewStateController.ts"
3163
+ }
3164
+ }
3165
+ ]
3166
+ },
3167
+ {
3168
+ "kind": "javascript-module",
3169
+ "path": "src/lib/allDayLayout.ts",
3170
+ "declarations": [
3171
+ {
3172
+ "kind": "function",
3173
+ "name": "allocateAllDayRows",
3174
+ "return": {
3175
+ "type": {
3176
+ "text": "AllDayLayoutResult"
3177
+ }
3178
+ },
3179
+ "parameters": [
3180
+ {
3181
+ "name": "events",
3182
+ "type": {
3183
+ "text": "AllDayEvent[]"
3184
+ }
3185
+ }
3186
+ ],
3187
+ "description": "Allocate row positions for all-day events so they don't overlap.\nMulti-day events are placed first, then single-day events fill remaining slots."
3188
+ },
3189
+ {
3190
+ "kind": "function",
3191
+ "name": "computeSpanClass",
3192
+ "return": {
3193
+ "type": {
3194
+ "text": "'first-day' | 'middle-day' | 'last-day' | 'single-day'"
3195
+ }
3196
+ },
3197
+ "parameters": [
3198
+ {
3199
+ "name": "entry",
3200
+ "type": {
3201
+ "text": "{\n continuationIndex: number;\n totalDays: number;\n visibleStartIndex: number;\n visibleEndIndex: number;\n}"
3202
+ }
3203
+ }
3204
+ ],
3205
+ "description": "Determine the span class for an all-day entry based on its position within a multi-day span."
3206
+ }
3207
+ ],
3208
+ "exports": [
3209
+ {
3210
+ "kind": "js",
3211
+ "name": "allocateAllDayRows",
3212
+ "declaration": {
3213
+ "name": "allocateAllDayRows",
3214
+ "module": "src/lib/allDayLayout.ts"
3215
+ }
3216
+ },
3217
+ {
3218
+ "kind": "js",
3219
+ "name": "computeSpanClass",
3220
+ "declaration": {
3221
+ "name": "computeSpanClass",
3222
+ "module": "src/lib/allDayLayout.ts"
3223
+ }
3224
+ }
3225
+ ]
3226
+ },
3227
+ {
3228
+ "kind": "javascript-module",
3229
+ "path": "src/lib/catchError.ts",
3230
+ "declarations": [
3231
+ {
3232
+ "kind": "function",
3233
+ "name": "catchError",
3234
+ "return": {
3235
+ "type": {
3236
+ "text": "Promise<[undefined, T] | [Error]>"
3237
+ }
3238
+ },
3239
+ "parameters": [
3240
+ {
3241
+ "name": "promise",
3242
+ "type": {
3243
+ "text": "Promise<T>"
3244
+ }
3245
+ }
3246
+ ]
3247
+ }
3248
+ ],
3249
+ "exports": [
3250
+ {
3251
+ "kind": "js",
3252
+ "name": "catchError",
3253
+ "declaration": {
3254
+ "name": "catchError",
3255
+ "module": "src/lib/catchError.ts"
3256
+ }
3257
+ }
3258
+ ]
3259
+ },
3260
+ {
3261
+ "kind": "javascript-module",
3262
+ "path": "src/lib/getColorTextWithContrast.ts",
3263
+ "declarations": [
3264
+ {
3265
+ "kind": "function",
3266
+ "name": "getColorTextWithContrast",
3267
+ "return": {
3268
+ "type": {
3269
+ "text": "[string, string]"
3270
+ }
3271
+ },
3272
+ "parameters": [
3273
+ {
3274
+ "name": "color",
3275
+ "optional": true,
3276
+ "type": {
3277
+ "text": "string"
3278
+ },
3279
+ "description": "The color to process."
3280
+ }
3281
+ ],
3282
+ "description": "Calculates the text color and background color based on the given color."
3283
+ }
3284
+ ],
3285
+ "exports": [
3286
+ {
3287
+ "kind": "js",
3288
+ "name": "default",
3289
+ "declaration": {
3290
+ "name": "getColorTextWithContrast",
3291
+ "module": "src/lib/getColorTextWithContrast.ts"
3292
+ }
3293
+ }
3294
+ ]
3295
+ },
3296
+ {
3297
+ "kind": "javascript-module",
3298
+ "path": "src/lib/getOverlappingEntitiesIndices.ts",
3299
+ "declarations": [
3300
+ {
3301
+ "kind": "function",
3302
+ "name": "getOverlappingEntitiesIndices",
3303
+ "return": {
3304
+ "type": {
3305
+ "text": "Array<Grading>"
3306
+ }
3307
+ },
3308
+ "parameters": [
3309
+ {
3310
+ "name": "partitions",
3311
+ "type": {
3312
+ "text": "Array<Interval[]>"
3313
+ },
3314
+ "description": "An array of partitions, where each partition is an array of intervals."
3315
+ }
3316
+ ],
3317
+ "description": "Calculates the indices and depths of overlapping entities within a set of partitions."
3318
+ }
3319
+ ],
3320
+ "exports": [
3321
+ {
3322
+ "kind": "js",
3323
+ "name": "default",
3324
+ "declaration": {
3325
+ "name": "getOverlappingEntitiesIndices",
3326
+ "module": "src/lib/getOverlappingEntitiesIndices.ts"
3327
+ }
3328
+ }
3329
+ ]
3330
+ },
3331
+ {
3332
+ "kind": "javascript-module",
3333
+ "path": "src/lib/getSortedGradingsByIndex.ts",
3334
+ "declarations": [
3335
+ {
3336
+ "kind": "function",
3337
+ "name": "rearrangeDepths",
3338
+ "parameters": [
3339
+ {
3340
+ "name": "gradings",
3341
+ "type": {
3342
+ "text": "Grading[]"
3343
+ }
3344
+ }
3345
+ ]
3346
+ }
3347
+ ],
3348
+ "exports": [
3349
+ {
3350
+ "kind": "js",
3351
+ "name": "default",
3352
+ "declaration": {
3353
+ "name": "rearrangeDepths",
3354
+ "module": "src/lib/getSortedGradingsByIndex.ts"
3355
+ }
3356
+ }
3357
+ ]
3358
+ },
3359
+ {
3360
+ "kind": "javascript-module",
3361
+ "path": "src/lib/localization.ts",
3362
+ "declarations": [
3363
+ {
3364
+ "kind": "function",
3365
+ "name": "formatDateTime",
3366
+ "return": {
3367
+ "type": {
3368
+ "text": "string"
3369
+ }
3370
+ },
3371
+ "parameters": [
3372
+ {
3373
+ "name": "dateTime",
3374
+ "type": {
3375
+ "text": "DateTime"
3376
+ }
3377
+ },
3378
+ {
3379
+ "name": "format",
3380
+ "type": {
3381
+ "text": "string"
3382
+ }
3383
+ },
3384
+ {
3385
+ "name": "locale",
3386
+ "default": "'en'"
3387
+ }
3388
+ ],
3389
+ "description": "Format a DateTime with the given locale"
3390
+ },
3391
+ {
3392
+ "kind": "function",
3393
+ "name": "getLocalizedMonth",
3394
+ "return": {
3395
+ "type": {
3396
+ "text": "string"
3397
+ }
3398
+ },
3399
+ "parameters": [
3400
+ {
3401
+ "name": "month",
3402
+ "type": {
3403
+ "text": "number"
3404
+ }
3405
+ },
3406
+ {
3407
+ "name": "locale",
3408
+ "default": "'en'"
3409
+ }
3410
+ ],
3411
+ "description": "Get localized month name (abbreviated)"
3412
+ },
3413
+ {
3414
+ "kind": "function",
3415
+ "name": "getLocalizedDayMonth",
3416
+ "return": {
3417
+ "type": {
3418
+ "text": "string"
3419
+ }
3420
+ },
3421
+ "parameters": [
3422
+ {
3423
+ "name": "day",
3424
+ "type": {
3425
+ "text": "number"
3426
+ }
3427
+ },
3428
+ {
3429
+ "name": "month",
3430
+ "type": {
3431
+ "text": "number"
3432
+ }
3433
+ },
3434
+ {
3435
+ "name": "year",
3436
+ "type": {
3437
+ "text": "number"
3438
+ }
3439
+ },
3440
+ {
3441
+ "name": "locale",
3442
+ "default": "'en'"
3443
+ }
3444
+ ],
3445
+ "description": "Format day + abbreviated month using the locale's natural ordering.\ne.g., \"1. Feb.\" (de), \"1 feb\" (es), \"2月1日\" (zh/ja)"
3446
+ },
3447
+ {
3448
+ "kind": "function",
3449
+ "name": "getLocalizedWeekdayShort",
3450
+ "return": {
3451
+ "type": {
3452
+ "text": "string"
3453
+ }
3454
+ },
3455
+ "parameters": [
3456
+ {
3457
+ "name": "weekday",
3458
+ "type": {
3459
+ "text": "number"
3460
+ }
3461
+ },
3462
+ {
3463
+ "name": "locale",
3464
+ "default": "'en'"
3465
+ }
3466
+ ],
3467
+ "description": "Get localized weekday name (abbreviated for calendar headers)"
3468
+ },
3469
+ {
3470
+ "kind": "function",
3471
+ "name": "formatLocalizedTime",
3472
+ "return": {
3473
+ "type": {
3474
+ "text": "string"
3475
+ }
3476
+ },
3477
+ "parameters": [
3478
+ {
3479
+ "name": "hour",
3480
+ "type": {
3481
+ "text": "number"
3482
+ }
3483
+ },
3484
+ {
3485
+ "name": "minute",
3486
+ "type": {
3487
+ "text": "number"
3488
+ }
3489
+ },
3490
+ {
3491
+ "name": "locale",
3492
+ "default": "'en'"
3493
+ }
3494
+ ],
3495
+ "description": "Format a time (hour + minute) using the locale's preferred notation.\ne.g., \"3:30 PM\" (en), \"15:30\" (de), \"下午3:30\" (zh-CN)"
3496
+ },
3497
+ {
3498
+ "kind": "function",
3499
+ "name": "formatLocalizedTimeRange",
3500
+ "return": {
3501
+ "type": {
3502
+ "text": "string"
3503
+ }
3504
+ },
3505
+ "parameters": [
3506
+ {
3507
+ "name": "startHour",
3508
+ "type": {
3509
+ "text": "number"
3510
+ }
3511
+ },
3512
+ {
3513
+ "name": "startMinute",
3514
+ "type": {
3515
+ "text": "number"
3516
+ }
3517
+ },
3518
+ {
3519
+ "name": "endHour",
3520
+ "type": {
3521
+ "text": "number"
3522
+ }
3523
+ },
3524
+ {
3525
+ "name": "endMinute",
3526
+ "type": {
3527
+ "text": "number"
3528
+ }
3529
+ },
3530
+ {
3531
+ "name": "locale",
3532
+ "default": "'en'"
3533
+ }
3534
+ ],
3535
+ "description": "Format a time range with an en-dash separator.\ne.g., \"9:00 AM – 5:00 PM\" (en), \"09:00 – 17:00\" (de)"
3536
+ },
3537
+ {
3538
+ "kind": "function",
3539
+ "name": "formatLocalizedDate",
3540
+ "return": {
3541
+ "type": {
3542
+ "text": "string"
3543
+ }
3544
+ },
3545
+ "parameters": [
3546
+ {
3547
+ "name": "day",
3548
+ "type": {
3549
+ "text": "number"
3550
+ }
3551
+ },
3552
+ {
3553
+ "name": "month",
3554
+ "type": {
3555
+ "text": "number"
3556
+ }
3557
+ },
3558
+ {
3559
+ "name": "year",
3560
+ "type": {
3561
+ "text": "number"
3562
+ }
3563
+ },
3564
+ {
3565
+ "name": "locale",
3566
+ "default": "'en'"
3567
+ }
3568
+ ],
3569
+ "description": "Format a full date (day + month + year) using the locale's natural ordering.\ne.g., \"Feb 1, 2026\" (en), \"1. Feb. 2026\" (de), \"2026年2月1日\" (ja)"
3570
+ }
3571
+ ],
3572
+ "exports": [
3573
+ {
3574
+ "kind": "js",
3575
+ "name": "formatDateTime",
3576
+ "declaration": {
3577
+ "name": "formatDateTime",
3578
+ "module": "src/lib/localization.ts"
3579
+ }
3580
+ },
3581
+ {
3582
+ "kind": "js",
3583
+ "name": "getLocalizedMonth",
3584
+ "declaration": {
3585
+ "name": "getLocalizedMonth",
3586
+ "module": "src/lib/localization.ts"
3587
+ }
3588
+ },
3589
+ {
3590
+ "kind": "js",
3591
+ "name": "getLocalizedDayMonth",
3592
+ "declaration": {
3593
+ "name": "getLocalizedDayMonth",
3594
+ "module": "src/lib/localization.ts"
3595
+ }
3596
+ },
3597
+ {
3598
+ "kind": "js",
3599
+ "name": "getLocalizedWeekdayShort",
3600
+ "declaration": {
3601
+ "name": "getLocalizedWeekdayShort",
3602
+ "module": "src/lib/localization.ts"
3603
+ }
3604
+ },
3605
+ {
3606
+ "kind": "js",
3607
+ "name": "formatLocalizedTime",
3608
+ "declaration": {
3609
+ "name": "formatLocalizedTime",
3610
+ "module": "src/lib/localization.ts"
3611
+ }
3612
+ },
3613
+ {
3614
+ "kind": "js",
3615
+ "name": "formatLocalizedTimeRange",
3616
+ "declaration": {
3617
+ "name": "formatLocalizedTimeRange",
3618
+ "module": "src/lib/localization.ts"
3619
+ }
3620
+ },
3621
+ {
3622
+ "kind": "js",
3623
+ "name": "formatLocalizedDate",
3624
+ "declaration": {
3625
+ "name": "formatLocalizedDate",
3626
+ "module": "src/lib/localization.ts"
3627
+ }
3628
+ }
3629
+ ]
3630
+ },
3631
+ {
3632
+ "kind": "javascript-module",
3633
+ "path": "src/lib/messages.ts",
3634
+ "declarations": [
3635
+ {
3636
+ "kind": "function",
3637
+ "name": "getMessages",
3638
+ "return": {
3639
+ "type": {
3640
+ "text": "ResolvedMessages"
3641
+ }
3642
+ },
3643
+ "parameters": [
3644
+ {
3645
+ "name": "locale",
3646
+ "type": {
3647
+ "text": "string"
3648
+ }
3649
+ }
3650
+ ]
3651
+ }
3652
+ ],
3653
+ "exports": [
3654
+ {
3655
+ "kind": "js",
3656
+ "name": "getMessages",
3657
+ "declaration": {
3658
+ "name": "getMessages",
3659
+ "module": "src/lib/messages.ts"
3660
+ }
3661
+ }
3662
+ ]
3663
+ },
3664
+ {
3665
+ "kind": "javascript-module",
3666
+ "path": "src/lib/partitionOverlappingIntervals.ts",
3667
+ "declarations": [
3668
+ {
3669
+ "kind": "function",
3670
+ "name": "partitionOverlappingIntervals",
3671
+ "return": {
3672
+ "type": {
3673
+ "text": "Array<Interval[]>"
3674
+ }
3675
+ },
3676
+ "parameters": [
3677
+ {
3678
+ "name": "intervals",
3679
+ "type": {
3680
+ "text": "Array<Interval>"
3681
+ }
3682
+ }
3683
+ ],
3684
+ "description": "This is an implementation of the sweep-line algorithm\nRef: https://www.baeldung.com/cs/finding-all-overlapping-intervals \\\nExample: https://stackoverflow.com/questions/30472556/how-to-find-all-overlapping-ranges-and-partition-them-into-chunks"
3685
+ }
3686
+ ],
3687
+ "exports": [
3688
+ {
3689
+ "kind": "js",
3690
+ "name": "default",
3691
+ "declaration": {
3692
+ "name": "partitionOverlappingIntervals",
3693
+ "module": "src/lib/partitionOverlappingIntervals.ts"
3694
+ }
3695
+ }
3696
+ ]
3697
+ },
3698
+ {
3699
+ "kind": "javascript-module",
3700
+ "path": "src/lib/weekDisplayContext.ts",
3701
+ "declarations": [
3702
+ {
3703
+ "kind": "function",
3704
+ "name": "computeWeekDisplayContext",
3705
+ "return": {
3706
+ "type": {
3707
+ "text": "WeekDisplayContext"
3708
+ }
3709
+ },
3710
+ "parameters": [
3711
+ {
3712
+ "name": "activeDate",
3713
+ "type": {
3714
+ "text": "CalendarDate"
3715
+ }
3716
+ },
3717
+ {
3718
+ "name": "firstDayOfWeek",
3719
+ "type": {
3720
+ "text": "FirstDayOfWeek"
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "calendarWidth",
3725
+ "type": {
3726
+ "text": "number"
3727
+ }
3728
+ },
3729
+ {
3730
+ "name": "hostEl",
3731
+ "type": {
3732
+ "text": "Element"
3733
+ }
3734
+ }
3735
+ ],
3736
+ "description": "Compute the week display context based on CSS custom properties and viewport width.\n\nReads three tokens from `hostEl`:\n- `--week-day-count` (default 7): full-width column count\n- `--week-mobile-day-count` (default 3): condensed column count below breakpoint\n- `--week-mobile-breakpoint` (default 768px): width threshold"
3737
+ }
3738
+ ],
3739
+ "exports": [
3740
+ {
3741
+ "kind": "js",
3742
+ "name": "computeWeekDisplayContext",
3743
+ "declaration": {
3744
+ "name": "computeWeekDisplayContext",
3745
+ "module": "src/lib/weekDisplayContext.ts"
3746
+ }
3747
+ }
3748
+ ]
3749
+ },
3750
+ {
3751
+ "kind": "javascript-module",
3752
+ "path": "src/lib/weekStartHelper.ts",
3753
+ "declarations": [
3754
+ {
3755
+ "kind": "function",
3756
+ "name": "getWeekStartOffset",
3757
+ "return": {
3758
+ "type": {
3759
+ "text": "number"
3760
+ }
3761
+ },
3762
+ "parameters": [
3763
+ {
3764
+ "name": "jsDayOfWeek",
3765
+ "type": {
3766
+ "text": "number"
3767
+ }
3768
+ },
3769
+ {
3770
+ "name": "firstDay",
3771
+ "type": {
3772
+ "text": "FirstDayOfWeek"
3773
+ }
3774
+ }
3775
+ ],
3776
+ "description": "How many days to subtract from `jsDayOfWeek` to reach `firstDay`.\n\nJS Date.getDay(): 0 = Sun, 1 = Mon, ..., 6 = Sat"
3777
+ },
3778
+ {
3779
+ "kind": "function",
3780
+ "name": "getWeekDates",
3781
+ "return": {
3782
+ "type": {
3783
+ "text": "CalendarDate[]"
3784
+ }
3785
+ },
3786
+ "parameters": [
3787
+ {
3788
+ "name": "activeDate",
3789
+ "type": {
3790
+ "text": "CalendarDate"
3791
+ }
3792
+ },
3793
+ {
3794
+ "name": "firstDay",
3795
+ "type": {
3796
+ "text": "FirstDayOfWeek"
3797
+ }
3798
+ }
3799
+ ],
3800
+ "description": "Return the 7 CalendarDate values of the week containing `activeDate`,\nstarting from `firstDay`."
3801
+ },
3802
+ {
3803
+ "kind": "function",
3804
+ "name": "getFirstDayOffset",
3805
+ "return": {
3806
+ "type": {
3807
+ "text": "number"
3808
+ }
3809
+ },
3810
+ "parameters": [
3811
+ {
3812
+ "name": "date",
3813
+ "type": {
3814
+ "text": "CalendarDate"
3815
+ }
3816
+ },
3817
+ {
3818
+ "name": "firstDay",
3819
+ "type": {
3820
+ "text": "FirstDayOfWeek"
3821
+ }
3822
+ }
3823
+ ],
3824
+ "description": "Column offset for the 1st of a month in a week-start-aware grid."
3825
+ },
3826
+ {
3827
+ "kind": "function",
3828
+ "name": "getWeekdayOrder",
3829
+ "return": {
3830
+ "type": {
3831
+ "text": "number[]"
3832
+ }
3833
+ },
3834
+ "parameters": [
3835
+ {
3836
+ "name": "firstDay",
3837
+ "type": {
3838
+ "text": "FirstDayOfWeek"
3839
+ }
3840
+ }
3841
+ ],
3842
+ "description": "Map Luxon weekday numbers to display order for a given firstDay.\nReturns an array of 7 Luxon weekday numbers (1 = Mon ... 7 = Sun)."
3843
+ },
3844
+ {
3845
+ "kind": "function",
3846
+ "name": "getFirstDayForLocale",
3847
+ "return": {
3848
+ "type": {
3849
+ "text": "FirstDayOfWeek"
3850
+ }
3851
+ },
3852
+ "parameters": [
3853
+ {
3854
+ "name": "locale",
3855
+ "type": {
3856
+ "text": "string"
3857
+ }
3858
+ }
3859
+ ],
3860
+ "description": "Look up the conventional first day of week for a given locale tag.\n\nResolution order:\n1. Exact match (e.g., \"en-US\")\n2. Language-only fallback (e.g., \"en\")\n3. Default to Monday (ISO 8601)"
3861
+ }
3862
+ ],
3863
+ "exports": [
3864
+ {
3865
+ "kind": "js",
3866
+ "name": "getWeekStartOffset",
3867
+ "declaration": {
3868
+ "name": "getWeekStartOffset",
3869
+ "module": "src/lib/weekStartHelper.ts"
3870
+ }
3871
+ },
3872
+ {
3873
+ "kind": "js",
3874
+ "name": "getWeekDates",
3875
+ "declaration": {
3876
+ "name": "getWeekDates",
3877
+ "module": "src/lib/weekStartHelper.ts"
3878
+ }
3879
+ },
3880
+ {
3881
+ "kind": "js",
3882
+ "name": "getFirstDayOffset",
3883
+ "declaration": {
3884
+ "name": "getFirstDayOffset",
3885
+ "module": "src/lib/weekStartHelper.ts"
3886
+ }
3887
+ },
3888
+ {
3889
+ "kind": "js",
3890
+ "name": "getWeekdayOrder",
3891
+ "declaration": {
3892
+ "name": "getWeekdayOrder",
3893
+ "module": "src/lib/weekStartHelper.ts"
3894
+ }
3895
+ },
3896
+ {
3897
+ "kind": "js",
3898
+ "name": "getFirstDayForLocale",
3899
+ "declaration": {
3900
+ "name": "getFirstDayForLocale",
3901
+ "module": "src/lib/weekStartHelper.ts"
3902
+ }
3903
+ }
3904
+ ]
3905
+ },
3906
+ {
3907
+ "kind": "javascript-module",
3908
+ "path": "src/generated/locale-codes.ts",
3909
+ "declarations": [
3910
+ {
3911
+ "kind": "variable",
3912
+ "name": "sourceLocale",
3913
+ "default": "`en`",
3914
+ "description": "The locale code that templates in this source code are written in."
3915
+ },
3916
+ {
3917
+ "kind": "variable",
3918
+ "name": "targetLocales",
3919
+ "type": {
3920
+ "text": "[\n `ar`,\n `bn`,\n `de`,\n `de-DE`,\n `es`,\n `fr`,\n `hi`,\n `id`,\n `it`,\n `ja`,\n `ko`,\n `nl`,\n `pl`,\n `pt`,\n `ru`,\n `th`,\n `tr`,\n `uk`,\n `vi`,\n `zh-Hans`,\n]"
3921
+ },
3922
+ "default": "[ `ar`, `bn`, `de`, `de-DE`, `es`, `fr`, `hi`, `id`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `th`, `tr`, `uk`, `vi`, `zh-Hans`, ]",
3923
+ "description": "The other locale codes that this application is localized into. Sorted\nlexicographically."
3924
+ },
3925
+ {
3926
+ "kind": "variable",
3927
+ "name": "allLocales",
3928
+ "type": {
3929
+ "text": "[\n `ar`,\n `bn`,\n `de`,\n `de-DE`,\n `en`,\n `es`,\n `fr`,\n `hi`,\n `id`,\n `it`,\n `ja`,\n `ko`,\n `nl`,\n `pl`,\n `pt`,\n `ru`,\n `th`,\n `tr`,\n `uk`,\n `vi`,\n `zh-Hans`,\n]"
3930
+ },
3931
+ "default": "[ `ar`, `bn`, `de`, `de-DE`, `en`, `es`, `fr`, `hi`, `id`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `th`, `tr`, `uk`, `vi`, `zh-Hans`, ]",
3932
+ "description": "All valid project locale codes. Sorted lexicographically."
3933
+ }
3934
+ ],
3935
+ "exports": [
3936
+ {
3937
+ "kind": "js",
3938
+ "name": "sourceLocale",
3939
+ "declaration": {
3940
+ "name": "sourceLocale",
3941
+ "module": "src/generated/locale-codes.ts"
3942
+ }
3943
+ },
3944
+ {
3945
+ "kind": "js",
3946
+ "name": "targetLocales",
3947
+ "declaration": {
3948
+ "name": "targetLocales",
3949
+ "module": "src/generated/locale-codes.ts"
3950
+ }
3951
+ },
3952
+ {
3953
+ "kind": "js",
3954
+ "name": "allLocales",
3955
+ "declaration": {
3956
+ "name": "allLocales",
3957
+ "module": "src/generated/locale-codes.ts"
3958
+ }
3959
+ }
3960
+ ]
3961
+ },
3962
+ {
3963
+ "kind": "javascript-module",
3964
+ "path": "src/generated/locales/ar.ts",
3965
+ "declarations": [
3966
+ {
3967
+ "kind": "variable",
3968
+ "name": "templates",
3969
+ "type": {
3970
+ "text": "object"
3971
+ },
3972
+ "default": "{ s005053d82b712e0a: `ملاحظات`, s090f2107b5a69a7f: `أ`, s15ba5784a11e0b88: `الشهر الحالي`, s22380c7fc798a44f: `بدون محتوى`, s2bc4d1196bce49dc: `تصدير كملف ICS`, s3c44e22d1af5693e: `سنة`, s48e186fb300e5464: `الوقت`, s58ab939b42a026a6: `طوال اليوم`, s5e8250fb85d64c23: `إغلاق`, s63d040e37887f17e: `اليوم`, s680f01021b5e339d: `أسبوع`, s98b32ef4a0856c08: `بدون عنوان`, s99f110d27e30b289: `العنوان`, sa0fd990c985f24bd: `تفاصيل الحدث`, sac8252732f2edb19: `التاريخ`, sb47daaf9e1c4a905: `شهر`, se0955919920ee87d: `يوم`, sfce4bfbe0f911aa7: `بدون وقت`, sa1b2c3d4e5f60001: `السابق`, sa1b2c3d4e5f60002: `التالي`, sa1b2c3d4e5f60003: `أحداث`, sa1b2c3d4e5f60004: `حدث تقويمي`, sa1b2c3d4e5f60005: `اضغط Enter أو Space لفتح التفاصيل`, sa1b2c3d4e5f60006: `إلى`, sa1b2c3d4e5f60007: `التبديل إلى عرض اليوم لـ`, sa1b2c3d4e5f60008: `عرض الأيام السابقة`, sa1b2c3d4e5f60009: `عرض الأيام التالية`, sa1b2c3d4e5f60010: `المزيد`, sa1b2c3d4e5f60011: `عرض التقويم`, sa1b2c3d4e5f60012: `عرض`, }"
3973
+ }
3974
+ ],
3975
+ "exports": [
3976
+ {
3977
+ "kind": "js",
3978
+ "name": "templates",
3979
+ "declaration": {
3980
+ "name": "templates",
3981
+ "module": "src/generated/locales/ar.ts"
3982
+ }
3983
+ }
3984
+ ]
3985
+ },
3986
+ {
3987
+ "kind": "javascript-module",
3988
+ "path": "src/generated/locales/bn.ts",
3989
+ "declarations": [
3990
+ {
3991
+ "kind": "variable",
3992
+ "name": "templates",
3993
+ "type": {
3994
+ "text": "object"
3995
+ },
3996
+ "default": "{ s005053d82b712e0a: `নোট`, s090f2107b5a69a7f: `স`, s15ba5784a11e0b88: `বর্তমান মাস`, s22380c7fc798a44f: `বিষয়বস্তু নেই`, s2bc4d1196bce49dc: `ICS হিসাবে রপ্তানি`, s3c44e22d1af5693e: `বছর`, s48e186fb300e5464: `সময়`, s58ab939b42a026a6: `সারাদিন`, s5e8250fb85d64c23: `বন্ধ`, s63d040e37887f17e: `আজ`, s680f01021b5e339d: `সপ্তাহ`, s98b32ef4a0856c08: `শিরোনাম নেই`, s99f110d27e30b289: `শিরোনাম`, sa0fd990c985f24bd: `ইভেন্টের বিবরণ`, sac8252732f2edb19: `তারিখ`, sb47daaf9e1c4a905: `মাস`, se0955919920ee87d: `দিন`, sfce4bfbe0f911aa7: `সময় নেই`, sa1b2c3d4e5f60001: `আগের`, sa1b2c3d4e5f60002: `পরের`, sa1b2c3d4e5f60003: `ইভেন্ট`, sa1b2c3d4e5f60004: `ক্যালেন্ডার ইভেন্ট`, sa1b2c3d4e5f60005: `বিস্তারিত দেখতে Enter বা Space চাপুন`, sa1b2c3d4e5f60006: `থেকে`, sa1b2c3d4e5f60007: `দিনের ভিউতে যান`, sa1b2c3d4e5f60008: `আগের দিনগুলি দেখান`, sa1b2c3d4e5f60009: `পরের দিনগুলি দেখান`, sa1b2c3d4e5f60010: `আরও`, sa1b2c3d4e5f60011: `ক্যালেন্ডার ভিউ`, sa1b2c3d4e5f60012: `ভিউ`, }"
3997
+ }
3998
+ ],
3999
+ "exports": [
4000
+ {
4001
+ "kind": "js",
4002
+ "name": "templates",
4003
+ "declaration": {
4004
+ "name": "templates",
4005
+ "module": "src/generated/locales/bn.ts"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "src/generated/locales/de-DE.ts",
4013
+ "declarations": [
4014
+ {
4015
+ "kind": "variable",
4016
+ "name": "templates",
4017
+ "type": {
4018
+ "text": "object"
4019
+ },
4020
+ "default": "{ s005053d82b712e0a: `Notizen`, s090f2107b5a69a7f: `KW`, s15ba5784a11e0b88: `Aktueller Monat`, s22380c7fc798a44f: `Kein Inhalt`, s2bc4d1196bce49dc: `Als ICS exportieren`, s3c44e22d1af5693e: `Jahr`, s48e186fb300e5464: `Zeit`, s58ab939b42a026a6: `Ganztägig`, s5e8250fb85d64c23: `Schließen`, s63d040e37887f17e: `Heute`, s680f01021b5e339d: `Woche`, s98b32ef4a0856c08: `Kein Titel`, s99f110d27e30b289: `Titel`, sa0fd990c985f24bd: `Termindetails`, sac8252732f2edb19: `Datum`, sb47daaf9e1c4a905: `Monat`, se0955919920ee87d: `Tag`, sfce4bfbe0f911aa7: `Keine Zeit`, sa1b2c3d4e5f60001: `Zurück`, sa1b2c3d4e5f60002: `Weiter`, sa1b2c3d4e5f60003: `Termine`, sa1b2c3d4e5f60004: `Kalenderereignis`, sa1b2c3d4e5f60005: `Enter oder Leertaste drücken für Details`, sa1b2c3d4e5f60006: `bis`, sa1b2c3d4e5f60007: `Zur Tagesansicht wechseln für`, sa1b2c3d4e5f60008: `Frühere Tage anzeigen`, sa1b2c3d4e5f60009: `Spätere Tage anzeigen`, sa1b2c3d4e5f60010: `mehr`, sa1b2c3d4e5f60011: `Kalenderansicht`, sa1b2c3d4e5f60012: `Ansicht`, }"
4021
+ }
4022
+ ],
4023
+ "exports": [
4024
+ {
4025
+ "kind": "js",
4026
+ "name": "templates",
4027
+ "declaration": {
4028
+ "name": "templates",
4029
+ "module": "src/generated/locales/de-DE.ts"
4030
+ }
4031
+ }
4032
+ ]
4033
+ },
4034
+ {
4035
+ "kind": "javascript-module",
4036
+ "path": "src/generated/locales/de.ts",
4037
+ "declarations": [
4038
+ {
4039
+ "kind": "variable",
4040
+ "name": "templates",
4041
+ "type": {
4042
+ "text": "object"
4043
+ },
4044
+ "default": "{ s005053d82b712e0a: `Notizen`, s090f2107b5a69a7f: `KW`, s15ba5784a11e0b88: `Aktueller Monat`, s22380c7fc798a44f: `Kein Inhalt`, s2bc4d1196bce49dc: `Als ICS exportieren`, s3c44e22d1af5693e: `Jahr`, s48e186fb300e5464: `Zeit`, s58ab939b42a026a6: `Ganztägig`, s5e8250fb85d64c23: `Schließen`, s63d040e37887f17e: `Heute`, s680f01021b5e339d: `Woche`, s98b32ef4a0856c08: `Kein Titel`, s99f110d27e30b289: `Titel`, sa0fd990c985f24bd: `Termindetails`, sac8252732f2edb19: `Datum`, sb47daaf9e1c4a905: `Monat`, se0955919920ee87d: `Tag`, sfce4bfbe0f911aa7: `Keine Zeit`, sa1b2c3d4e5f60001: `Zurück`, sa1b2c3d4e5f60002: `Weiter`, sa1b2c3d4e5f60003: `Termine`, sa1b2c3d4e5f60004: `Kalenderereignis`, sa1b2c3d4e5f60005: `Enter oder Leertaste drücken für Details`, sa1b2c3d4e5f60006: `bis`, sa1b2c3d4e5f60007: `Zur Tagesansicht wechseln für`, sa1b2c3d4e5f60008: `Frühere Tage anzeigen`, sa1b2c3d4e5f60009: `Spätere Tage anzeigen`, sa1b2c3d4e5f60010: `mehr`, sa1b2c3d4e5f60011: `Kalenderansicht`, sa1b2c3d4e5f60012: `Ansicht`, }"
4045
+ }
4046
+ ],
4047
+ "exports": [
4048
+ {
4049
+ "kind": "js",
4050
+ "name": "templates",
4051
+ "declaration": {
4052
+ "name": "templates",
4053
+ "module": "src/generated/locales/de.ts"
4054
+ }
4055
+ }
4056
+ ]
4057
+ },
4058
+ {
4059
+ "kind": "javascript-module",
4060
+ "path": "src/generated/locales/es.ts",
4061
+ "declarations": [
4062
+ {
4063
+ "kind": "variable",
4064
+ "name": "templates",
4065
+ "type": {
4066
+ "text": "object"
4067
+ },
4068
+ "default": "{ s005053d82b712e0a: `Notas`, s090f2107b5a69a7f: `S`, s15ba5784a11e0b88: `Mes actual`, s22380c7fc798a44f: `Sin contenido`, s2bc4d1196bce49dc: `Exportar como ICS`, s3c44e22d1af5693e: `Año`, s48e186fb300e5464: `Hora`, s58ab939b42a026a6: `Todo el día`, s5e8250fb85d64c23: `Cerrar`, s63d040e37887f17e: `Hoy`, s680f01021b5e339d: `Semana`, s98b32ef4a0856c08: `Sin título`, s99f110d27e30b289: `Título`, sa0fd990c985f24bd: `Detalles del evento`, sac8252732f2edb19: `Fecha`, sb47daaf9e1c4a905: `Mes`, se0955919920ee87d: `Día`, sfce4bfbe0f911aa7: `Sin hora`, sa1b2c3d4e5f60001: `Anterior`, sa1b2c3d4e5f60002: `Siguiente`, sa1b2c3d4e5f60003: `eventos`, sa1b2c3d4e5f60004: `Evento del calendario`, sa1b2c3d4e5f60005: `Pulsa Enter o Espacio para abrir detalles`, sa1b2c3d4e5f60006: `a`, sa1b2c3d4e5f60007: `Cambiar a vista diaria para`, sa1b2c3d4e5f60008: `Mostrar días anteriores`, sa1b2c3d4e5f60009: `Mostrar días posteriores`, sa1b2c3d4e5f60010: `más`, sa1b2c3d4e5f60011: `Vista del calendario`, sa1b2c3d4e5f60012: `vista`, }"
4069
+ }
4070
+ ],
4071
+ "exports": [
4072
+ {
4073
+ "kind": "js",
4074
+ "name": "templates",
4075
+ "declaration": {
4076
+ "name": "templates",
4077
+ "module": "src/generated/locales/es.ts"
4078
+ }
4079
+ }
4080
+ ]
4081
+ },
4082
+ {
4083
+ "kind": "javascript-module",
4084
+ "path": "src/generated/locales/fr.ts",
4085
+ "declarations": [
4086
+ {
4087
+ "kind": "variable",
4088
+ "name": "templates",
4089
+ "type": {
4090
+ "text": "object"
4091
+ },
4092
+ "default": "{ s005053d82b712e0a: `Notes`, s090f2107b5a69a7f: `S`, s15ba5784a11e0b88: `Mois en cours`, s22380c7fc798a44f: `Aucun contenu`, s2bc4d1196bce49dc: `Exporter en ICS`, s3c44e22d1af5693e: `Année`, s48e186fb300e5464: `Heure`, s58ab939b42a026a6: `Toute la journée`, s5e8250fb85d64c23: `Fermer`, s63d040e37887f17e: `Aujourd'hui`, s680f01021b5e339d: `Semaine`, s98b32ef4a0856c08: `Sans titre`, s99f110d27e30b289: `Titre`, sa0fd990c985f24bd: `Détails de l'événement`, sac8252732f2edb19: `Date`, sb47daaf9e1c4a905: `Mois`, se0955919920ee87d: `Jour`, sfce4bfbe0f911aa7: `Aucune heure`, sa1b2c3d4e5f60001: `Précédent`, sa1b2c3d4e5f60002: `Suivant`, sa1b2c3d4e5f60003: `événements`, sa1b2c3d4e5f60004: `Événement du calendrier`, sa1b2c3d4e5f60005: `Appuyez sur Entrée ou Espace pour ouvrir les détails`, sa1b2c3d4e5f60006: `à`, sa1b2c3d4e5f60007: `Passer à la vue journalière pour`, sa1b2c3d4e5f60008: `Afficher les jours précédents`, sa1b2c3d4e5f60009: `Afficher les jours suivants`, sa1b2c3d4e5f60010: `plus`, sa1b2c3d4e5f60011: `Vue du calendrier`, sa1b2c3d4e5f60012: `vue`, }"
4093
+ }
4094
+ ],
4095
+ "exports": [
4096
+ {
4097
+ "kind": "js",
4098
+ "name": "templates",
4099
+ "declaration": {
4100
+ "name": "templates",
4101
+ "module": "src/generated/locales/fr.ts"
4102
+ }
4103
+ }
4104
+ ]
4105
+ },
4106
+ {
4107
+ "kind": "javascript-module",
4108
+ "path": "src/generated/locales/hi.ts",
4109
+ "declarations": [
4110
+ {
4111
+ "kind": "variable",
4112
+ "name": "templates",
4113
+ "type": {
4114
+ "text": "object"
4115
+ },
4116
+ "default": "{ s005053d82b712e0a: `टिप्पणियाँ`, s090f2107b5a69a7f: `स`, s15ba5784a11e0b88: `वर्तमान महीना`, s22380c7fc798a44f: `कोई सामग्री नहीं`, s2bc4d1196bce49dc: `ICS के रूप में निर्यात करें`, s3c44e22d1af5693e: `वर्ष`, s48e186fb300e5464: `समय`, s58ab939b42a026a6: `पूरा दिन`, s5e8250fb85d64c23: `बंद करें`, s63d040e37887f17e: `आज`, s680f01021b5e339d: `सप्ताह`, s98b32ef4a0856c08: `कोई शीर्षक नहीं`, s99f110d27e30b289: `शीर्षक`, sa0fd990c985f24bd: `कार्यक्रम विवरण`, sac8252732f2edb19: `तारीख`, sb47daaf9e1c4a905: `महीना`, se0955919920ee87d: `दिन`, sfce4bfbe0f911aa7: `कोई समय नहीं`, sa1b2c3d4e5f60001: `पिछला`, sa1b2c3d4e5f60002: `अगला`, sa1b2c3d4e5f60003: `इवेंट`, sa1b2c3d4e5f60004: `कैलेंडर इवेंट`, sa1b2c3d4e5f60005: `विवरण खोलने के लिए Enter या Space दबाएं`, sa1b2c3d4e5f60006: `से`, sa1b2c3d4e5f60007: `दिन दृश्य पर जाएं`, sa1b2c3d4e5f60008: `पहले के दिन दिखाएं`, sa1b2c3d4e5f60009: `बाद के दिन दिखाएं`, sa1b2c3d4e5f60010: `अधिक`, sa1b2c3d4e5f60011: `कैलेंडर दृश्य`, sa1b2c3d4e5f60012: `दृश्य`, }"
4117
+ }
4118
+ ],
4119
+ "exports": [
4120
+ {
4121
+ "kind": "js",
4122
+ "name": "templates",
4123
+ "declaration": {
4124
+ "name": "templates",
4125
+ "module": "src/generated/locales/hi.ts"
4126
+ }
4127
+ }
4128
+ ]
4129
+ },
4130
+ {
4131
+ "kind": "javascript-module",
4132
+ "path": "src/generated/locales/id.ts",
4133
+ "declarations": [
4134
+ {
4135
+ "kind": "variable",
4136
+ "name": "templates",
4137
+ "type": {
4138
+ "text": "object"
4139
+ },
4140
+ "default": "{ s005053d82b712e0a: `Catatan`, s090f2107b5a69a7f: `M`, s15ba5784a11e0b88: `Bulan Ini`, s22380c7fc798a44f: `Tanpa Konten`, s2bc4d1196bce49dc: `Ekspor sebagai ICS`, s3c44e22d1af5693e: `Tahun`, s48e186fb300e5464: `Waktu`, s58ab939b42a026a6: `Sepanjang Hari`, s5e8250fb85d64c23: `Tutup`, s63d040e37887f17e: `Hari Ini`, s680f01021b5e339d: `Minggu`, s98b32ef4a0856c08: `Tanpa Judul`, s99f110d27e30b289: `Judul`, sa0fd990c985f24bd: `Detail Acara`, sac8252732f2edb19: `Tanggal`, sb47daaf9e1c4a905: `Bulan`, se0955919920ee87d: `Hari`, sfce4bfbe0f911aa7: `Tanpa Waktu`, sa1b2c3d4e5f60001: `Sebelumnya`, sa1b2c3d4e5f60002: `Berikutnya`, sa1b2c3d4e5f60003: `acara`, sa1b2c3d4e5f60004: `Acara kalender`, sa1b2c3d4e5f60005: `Tekan Enter atau Spasi untuk membuka detail`, sa1b2c3d4e5f60006: `sampai`, sa1b2c3d4e5f60007: `Beralih ke tampilan hari untuk`, sa1b2c3d4e5f60008: `Tampilkan hari sebelumnya`, sa1b2c3d4e5f60009: `Tampilkan hari berikutnya`, sa1b2c3d4e5f60010: `lainnya`, sa1b2c3d4e5f60011: `Tampilan kalender`, sa1b2c3d4e5f60012: `tampilan`, }"
4141
+ }
4142
+ ],
4143
+ "exports": [
4144
+ {
4145
+ "kind": "js",
4146
+ "name": "templates",
4147
+ "declaration": {
4148
+ "name": "templates",
4149
+ "module": "src/generated/locales/id.ts"
4150
+ }
4151
+ }
4152
+ ]
4153
+ },
4154
+ {
4155
+ "kind": "javascript-module",
4156
+ "path": "src/generated/locales/it.ts",
4157
+ "declarations": [
4158
+ {
4159
+ "kind": "variable",
4160
+ "name": "templates",
4161
+ "type": {
4162
+ "text": "object"
4163
+ },
4164
+ "default": "{ s005053d82b712e0a: `Note`, s090f2107b5a69a7f: `S`, s15ba5784a11e0b88: `Mese corrente`, s22380c7fc798a44f: `Nessun contenuto`, s2bc4d1196bce49dc: `Esporta come ICS`, s3c44e22d1af5693e: `Anno`, s48e186fb300e5464: `Ora`, s58ab939b42a026a6: `Tutto il giorno`, s5e8250fb85d64c23: `Chiudi`, s63d040e37887f17e: `Oggi`, s680f01021b5e339d: `Settimana`, s98b32ef4a0856c08: `Senza titolo`, s99f110d27e30b289: `Titolo`, sa0fd990c985f24bd: `Dettagli evento`, sac8252732f2edb19: `Data`, sb47daaf9e1c4a905: `Mese`, se0955919920ee87d: `Giorno`, sfce4bfbe0f911aa7: `Nessun orario`, sa1b2c3d4e5f60001: `Precedente`, sa1b2c3d4e5f60002: `Successivo`, sa1b2c3d4e5f60003: `eventi`, sa1b2c3d4e5f60004: `Evento del calendario`, sa1b2c3d4e5f60005: `Premi Invio o Spazio per aprire i dettagli`, sa1b2c3d4e5f60006: `a`, sa1b2c3d4e5f60007: `Passa alla vista giornaliera per`, sa1b2c3d4e5f60008: `Mostra giorni precedenti`, sa1b2c3d4e5f60009: `Mostra giorni successivi`, sa1b2c3d4e5f60010: `altro`, sa1b2c3d4e5f60011: `Vista calendario`, sa1b2c3d4e5f60012: `vista`, }"
4165
+ }
4166
+ ],
4167
+ "exports": [
4168
+ {
4169
+ "kind": "js",
4170
+ "name": "templates",
4171
+ "declaration": {
4172
+ "name": "templates",
4173
+ "module": "src/generated/locales/it.ts"
4174
+ }
4175
+ }
4176
+ ]
4177
+ },
4178
+ {
4179
+ "kind": "javascript-module",
4180
+ "path": "src/generated/locales/ja.ts",
4181
+ "declarations": [
4182
+ {
4183
+ "kind": "variable",
4184
+ "name": "templates",
4185
+ "type": {
4186
+ "text": "object"
4187
+ },
4188
+ "default": "{ s005053d82b712e0a: `メモ`, s090f2107b5a69a7f: `週`, s15ba5784a11e0b88: `今月`, s22380c7fc798a44f: `内容なし`, s2bc4d1196bce49dc: `ICSとして書き出す`, s3c44e22d1af5693e: `年`, s48e186fb300e5464: `時間`, s58ab939b42a026a6: `終日`, s5e8250fb85d64c23: `閉じる`, s63d040e37887f17e: `今日`, s680f01021b5e339d: `週`, s98b32ef4a0856c08: `タイトルなし`, s99f110d27e30b289: `タイトル`, sa0fd990c985f24bd: `予定の詳細`, sac8252732f2edb19: `日付`, sb47daaf9e1c4a905: `月`, se0955919920ee87d: `日`, sfce4bfbe0f911aa7: `時間なし`, sa1b2c3d4e5f60001: `前へ`, sa1b2c3d4e5f60002: `次へ`, sa1b2c3d4e5f60003: `件`, sa1b2c3d4e5f60004: `カレンダーイベント`, sa1b2c3d4e5f60005: `EnterまたはSpaceキーで詳細を開く`, sa1b2c3d4e5f60006: `から`, sa1b2c3d4e5f60007: `日表示に切り替え`, sa1b2c3d4e5f60008: `前の日を表示`, sa1b2c3d4e5f60009: `次の日を表示`, sa1b2c3d4e5f60010: `もっと`, sa1b2c3d4e5f60011: `カレンダー表示`, sa1b2c3d4e5f60012: `表示`, }"
4189
+ }
4190
+ ],
4191
+ "exports": [
4192
+ {
4193
+ "kind": "js",
4194
+ "name": "templates",
4195
+ "declaration": {
4196
+ "name": "templates",
4197
+ "module": "src/generated/locales/ja.ts"
4198
+ }
4199
+ }
4200
+ ]
4201
+ },
4202
+ {
4203
+ "kind": "javascript-module",
4204
+ "path": "src/generated/locales/ko.ts",
4205
+ "declarations": [
4206
+ {
4207
+ "kind": "variable",
4208
+ "name": "templates",
4209
+ "type": {
4210
+ "text": "object"
4211
+ },
4212
+ "default": "{ s005053d82b712e0a: `메모`, s090f2107b5a69a7f: `주`, s15ba5784a11e0b88: `이번 달`, s22380c7fc798a44f: `내용 없음`, s2bc4d1196bce49dc: `ICS로 내보내기`, s3c44e22d1af5693e: `년`, s48e186fb300e5464: `시간`, s58ab939b42a026a6: `종일`, s5e8250fb85d64c23: `닫기`, s63d040e37887f17e: `오늘`, s680f01021b5e339d: `주`, s98b32ef4a0856c08: `제목 없음`, s99f110d27e30b289: `제목`, sa0fd990c985f24bd: `일정 상세`, sac8252732f2edb19: `날짜`, sb47daaf9e1c4a905: `월`, se0955919920ee87d: `일`, sfce4bfbe0f911aa7: `시간 없음`, sa1b2c3d4e5f60001: `이전`, sa1b2c3d4e5f60002: `다음`, sa1b2c3d4e5f60003: `일정`, sa1b2c3d4e5f60004: `캘린더 이벤트`, sa1b2c3d4e5f60005: `Enter 또는 Space를 눌러 세부 정보 열기`, sa1b2c3d4e5f60006: `부터`, sa1b2c3d4e5f60007: `일 보기로 전환`, sa1b2c3d4e5f60008: `이전 날 표시`, sa1b2c3d4e5f60009: `다음 날 표시`, sa1b2c3d4e5f60010: `더보기`, sa1b2c3d4e5f60011: `캘린더 보기`, sa1b2c3d4e5f60012: `보기`, }"
4213
+ }
4214
+ ],
4215
+ "exports": [
4216
+ {
4217
+ "kind": "js",
4218
+ "name": "templates",
4219
+ "declaration": {
4220
+ "name": "templates",
4221
+ "module": "src/generated/locales/ko.ts"
4222
+ }
4223
+ }
4224
+ ]
4225
+ },
4226
+ {
4227
+ "kind": "javascript-module",
4228
+ "path": "src/generated/locales/nl.ts",
4229
+ "declarations": [
4230
+ {
4231
+ "kind": "variable",
4232
+ "name": "templates",
4233
+ "type": {
4234
+ "text": "object"
4235
+ },
4236
+ "default": "{ s005053d82b712e0a: `Notities`, s090f2107b5a69a7f: `W`, s15ba5784a11e0b88: `Huidige maand`, s22380c7fc798a44f: `Geen inhoud`, s2bc4d1196bce49dc: `Exporteren als ICS`, s3c44e22d1af5693e: `Jaar`, s48e186fb300e5464: `Tijd`, s58ab939b42a026a6: `Hele dag`, s5e8250fb85d64c23: `Sluiten`, s63d040e37887f17e: `Vandaag`, s680f01021b5e339d: `Week`, s98b32ef4a0856c08: `Geen titel`, s99f110d27e30b289: `Titel`, sa0fd990c985f24bd: `Details evenement`, sac8252732f2edb19: `Datum`, sb47daaf9e1c4a905: `Maand`, se0955919920ee87d: `Dag`, sfce4bfbe0f911aa7: `Geen tijd`, sa1b2c3d4e5f60001: `Vorige`, sa1b2c3d4e5f60002: `Volgende`, sa1b2c3d4e5f60003: `evenementen`, sa1b2c3d4e5f60004: `Agendagebeurtenis`, sa1b2c3d4e5f60005: `Druk op Enter of Spatie om details te openen`, sa1b2c3d4e5f60006: `tot`, sa1b2c3d4e5f60007: `Naar dagweergave voor`, sa1b2c3d4e5f60008: `Eerdere dagen tonen`, sa1b2c3d4e5f60009: `Latere dagen tonen`, sa1b2c3d4e5f60010: `meer`, sa1b2c3d4e5f60011: `Agendaweergave`, sa1b2c3d4e5f60012: `weergave`, }"
4237
+ }
4238
+ ],
4239
+ "exports": [
4240
+ {
4241
+ "kind": "js",
4242
+ "name": "templates",
4243
+ "declaration": {
4244
+ "name": "templates",
4245
+ "module": "src/generated/locales/nl.ts"
4246
+ }
4247
+ }
4248
+ ]
4249
+ },
4250
+ {
4251
+ "kind": "javascript-module",
4252
+ "path": "src/generated/locales/pl.ts",
4253
+ "declarations": [
4254
+ {
4255
+ "kind": "variable",
4256
+ "name": "templates",
4257
+ "type": {
4258
+ "text": "object"
4259
+ },
4260
+ "default": "{ s005053d82b712e0a: `Notatki`, s090f2107b5a69a7f: `T`, s15ba5784a11e0b88: `Bieżący miesiąc`, s22380c7fc798a44f: `Brak treści`, s2bc4d1196bce49dc: `Eksportuj jako ICS`, s3c44e22d1af5693e: `Rok`, s48e186fb300e5464: `Czas`, s58ab939b42a026a6: `Cały dzień`, s5e8250fb85d64c23: `Zamknij`, s63d040e37887f17e: `Dziś`, s680f01021b5e339d: `Tydzień`, s98b32ef4a0856c08: `Brak tytułu`, s99f110d27e30b289: `Tytuł`, sa0fd990c985f24bd: `Szczegóły wydarzenia`, sac8252732f2edb19: `Data`, sb47daaf9e1c4a905: `Miesiąc`, se0955919920ee87d: `Dzień`, sfce4bfbe0f911aa7: `Brak czasu`, sa1b2c3d4e5f60001: `Poprzedni`, sa1b2c3d4e5f60002: `Następny`, sa1b2c3d4e5f60003: `wydarzeń`, sa1b2c3d4e5f60004: `Wydarzenie kalendarza`, sa1b2c3d4e5f60005: `Naciśnij Enter lub Spację, aby otworzyć szczegóły`, sa1b2c3d4e5f60006: `do`, sa1b2c3d4e5f60007: `Przełącz na widok dnia dla`, sa1b2c3d4e5f60008: `Pokaż wcześniejsze dni`, sa1b2c3d4e5f60009: `Pokaż późniejsze dni`, sa1b2c3d4e5f60010: `więcej`, sa1b2c3d4e5f60011: `Widok kalendarza`, sa1b2c3d4e5f60012: `widok`, }"
4261
+ }
4262
+ ],
4263
+ "exports": [
4264
+ {
4265
+ "kind": "js",
4266
+ "name": "templates",
4267
+ "declaration": {
4268
+ "name": "templates",
4269
+ "module": "src/generated/locales/pl.ts"
4270
+ }
4271
+ }
4272
+ ]
4273
+ },
4274
+ {
4275
+ "kind": "javascript-module",
4276
+ "path": "src/generated/locales/pt.ts",
4277
+ "declarations": [
4278
+ {
4279
+ "kind": "variable",
4280
+ "name": "templates",
4281
+ "type": {
4282
+ "text": "object"
4283
+ },
4284
+ "default": "{ s005053d82b712e0a: `Notas`, s090f2107b5a69a7f: `S`, s15ba5784a11e0b88: `Mês atual`, s22380c7fc798a44f: `Sem conteúdo`, s2bc4d1196bce49dc: `Exportar como ICS`, s3c44e22d1af5693e: `Ano`, s48e186fb300e5464: `Hora`, s58ab939b42a026a6: `O dia todo`, s5e8250fb85d64c23: `Fechar`, s63d040e37887f17e: `Hoje`, s680f01021b5e339d: `Semana`, s98b32ef4a0856c08: `Sem título`, s99f110d27e30b289: `Título`, sa0fd990c985f24bd: `Detalhes do evento`, sac8252732f2edb19: `Data`, sb47daaf9e1c4a905: `Mês`, se0955919920ee87d: `Dia`, sfce4bfbe0f911aa7: `Sem horário`, sa1b2c3d4e5f60001: `Anterior`, sa1b2c3d4e5f60002: `Próximo`, sa1b2c3d4e5f60003: `eventos`, sa1b2c3d4e5f60004: `Evento do calendário`, sa1b2c3d4e5f60005: `Pressione Enter ou Espaço para abrir detalhes`, sa1b2c3d4e5f60006: `até`, sa1b2c3d4e5f60007: `Mudar para visualização diária de`, sa1b2c3d4e5f60008: `Mostrar dias anteriores`, sa1b2c3d4e5f60009: `Mostrar dias posteriores`, sa1b2c3d4e5f60010: `mais`, sa1b2c3d4e5f60011: `Visualização do calendário`, sa1b2c3d4e5f60012: `visualização`, }"
4285
+ }
4286
+ ],
4287
+ "exports": [
4288
+ {
4289
+ "kind": "js",
4290
+ "name": "templates",
4291
+ "declaration": {
4292
+ "name": "templates",
4293
+ "module": "src/generated/locales/pt.ts"
4294
+ }
4295
+ }
4296
+ ]
4297
+ },
4298
+ {
4299
+ "kind": "javascript-module",
4300
+ "path": "src/generated/locales/ru.ts",
4301
+ "declarations": [
4302
+ {
4303
+ "kind": "variable",
4304
+ "name": "templates",
4305
+ "type": {
4306
+ "text": "object"
4307
+ },
4308
+ "default": "{ s005053d82b712e0a: `Заметки`, s090f2107b5a69a7f: `Н`, s15ba5784a11e0b88: `Текущий месяц`, s22380c7fc798a44f: `Нет содержимого`, s2bc4d1196bce49dc: `Экспорт в ICS`, s3c44e22d1af5693e: `Год`, s48e186fb300e5464: `Время`, s58ab939b42a026a6: `Весь день`, s5e8250fb85d64c23: `Закрыть`, s63d040e37887f17e: `Сегодня`, s680f01021b5e339d: `Неделя`, s98b32ef4a0856c08: `Без названия`, s99f110d27e30b289: `Название`, sa0fd990c985f24bd: `Детали события`, sac8252732f2edb19: `Дата`, sb47daaf9e1c4a905: `Месяц`, se0955919920ee87d: `День`, sfce4bfbe0f911aa7: `Нет времени`, sa1b2c3d4e5f60001: `Назад`, sa1b2c3d4e5f60002: `Вперёд`, sa1b2c3d4e5f60003: `событий`, sa1b2c3d4e5f60004: `Событие календаря`, sa1b2c3d4e5f60005: `Нажмите Enter или Пробел для открытия деталей`, sa1b2c3d4e5f60006: `до`, sa1b2c3d4e5f60007: `Переключиться на дневной вид для`, sa1b2c3d4e5f60008: `Показать предыдущие дни`, sa1b2c3d4e5f60009: `Показать следующие дни`, sa1b2c3d4e5f60010: `ещё`, sa1b2c3d4e5f60011: `Вид календаря`, sa1b2c3d4e5f60012: `вид`, }"
4309
+ }
4310
+ ],
4311
+ "exports": [
4312
+ {
4313
+ "kind": "js",
4314
+ "name": "templates",
4315
+ "declaration": {
4316
+ "name": "templates",
4317
+ "module": "src/generated/locales/ru.ts"
4318
+ }
4319
+ }
4320
+ ]
4321
+ },
4322
+ {
4323
+ "kind": "javascript-module",
4324
+ "path": "src/generated/locales/th.ts",
4325
+ "declarations": [
4326
+ {
4327
+ "kind": "variable",
4328
+ "name": "templates",
4329
+ "type": {
4330
+ "text": "object"
4331
+ },
4332
+ "default": "{ s005053d82b712e0a: `บันทึก`, s090f2107b5a69a7f: `ส`, s15ba5784a11e0b88: `เดือนปัจจุบัน`, s22380c7fc798a44f: `ไม่มีเนื้อหา`, s2bc4d1196bce49dc: `ส่งออกเป็น ICS`, s3c44e22d1af5693e: `ปี`, s48e186fb300e5464: `เวลา`, s58ab939b42a026a6: `ทั้งวัน`, s5e8250fb85d64c23: `ปิด`, s63d040e37887f17e: `วันนี้`, s680f01021b5e339d: `สัปดาห์`, s98b32ef4a0856c08: `ไม่มีชื่อ`, s99f110d27e30b289: `ชื่อ`, sa0fd990c985f24bd: `รายละเอียดกิจกรรม`, sac8252732f2edb19: `วันที่`, sb47daaf9e1c4a905: `เดือน`, se0955919920ee87d: `วัน`, sfce4bfbe0f911aa7: `ไม่มีเวลา`, sa1b2c3d4e5f60001: `ก่อนหน้า`, sa1b2c3d4e5f60002: `ถัดไป`, sa1b2c3d4e5f60003: `กิจกรรม`, sa1b2c3d4e5f60004: `กิจกรรมปฏิทิน`, sa1b2c3d4e5f60005: `กด Enter หรือ Space เพื่อเปิดรายละเอียด`, sa1b2c3d4e5f60006: `ถึง`, sa1b2c3d4e5f60007: `สลับไปมุมมองรายวันสำหรับ`, sa1b2c3d4e5f60008: `แสดงวันก่อนหน้า`, sa1b2c3d4e5f60009: `แสดงวันถัดไป`, sa1b2c3d4e5f60010: `เพิ่มเติม`, sa1b2c3d4e5f60011: `มุมมองปฏิทิน`, sa1b2c3d4e5f60012: `มุมมอง`, }"
4333
+ }
4334
+ ],
4335
+ "exports": [
4336
+ {
4337
+ "kind": "js",
4338
+ "name": "templates",
4339
+ "declaration": {
4340
+ "name": "templates",
4341
+ "module": "src/generated/locales/th.ts"
4342
+ }
4343
+ }
4344
+ ]
4345
+ },
4346
+ {
4347
+ "kind": "javascript-module",
4348
+ "path": "src/generated/locales/tr.ts",
4349
+ "declarations": [
4350
+ {
4351
+ "kind": "variable",
4352
+ "name": "templates",
4353
+ "type": {
4354
+ "text": "object"
4355
+ },
4356
+ "default": "{ s005053d82b712e0a: `Notlar`, s090f2107b5a69a7f: `H`, s15ba5784a11e0b88: `Bu Ay`, s22380c7fc798a44f: `İçerik Yok`, s2bc4d1196bce49dc: `ICS Olarak Dışa Aktar`, s3c44e22d1af5693e: `Yıl`, s48e186fb300e5464: `Zaman`, s58ab939b42a026a6: `Tüm Gün`, s5e8250fb85d64c23: `Kapat`, s63d040e37887f17e: `Bugün`, s680f01021b5e339d: `Hafta`, s98b32ef4a0856c08: `Başlıksız`, s99f110d27e30b289: `Başlık`, sa0fd990c985f24bd: `Etkinlik Detayları`, sac8252732f2edb19: `Tarih`, sb47daaf9e1c4a905: `Ay`, se0955919920ee87d: `Gün`, sfce4bfbe0f911aa7: `Zaman Yok`, sa1b2c3d4e5f60001: `Önceki`, sa1b2c3d4e5f60002: `Sonraki`, sa1b2c3d4e5f60003: `etkinlik`, sa1b2c3d4e5f60004: `Takvim etkinliği`, sa1b2c3d4e5f60005: `Ayrıntıları açmak için Enter veya Boşluk tuşuna basın`, sa1b2c3d4e5f60006: `ile`, sa1b2c3d4e5f60007: `Gün görünümüne geç`, sa1b2c3d4e5f60008: `Önceki günleri göster`, sa1b2c3d4e5f60009: `Sonraki günleri göster`, sa1b2c3d4e5f60010: `daha fazla`, sa1b2c3d4e5f60011: `Takvim görünümü`, sa1b2c3d4e5f60012: `görünüm`, }"
4357
+ }
4358
+ ],
4359
+ "exports": [
4360
+ {
4361
+ "kind": "js",
4362
+ "name": "templates",
4363
+ "declaration": {
4364
+ "name": "templates",
4365
+ "module": "src/generated/locales/tr.ts"
4366
+ }
4367
+ }
4368
+ ]
4369
+ },
4370
+ {
4371
+ "kind": "javascript-module",
4372
+ "path": "src/generated/locales/uk.ts",
4373
+ "declarations": [
4374
+ {
4375
+ "kind": "variable",
4376
+ "name": "templates",
4377
+ "type": {
4378
+ "text": "object"
4379
+ },
4380
+ "default": "{ s005053d82b712e0a: `Нотатки`, s090f2107b5a69a7f: `Т`, s15ba5784a11e0b88: `Поточний місяць`, s22380c7fc798a44f: `Без вмісту`, s2bc4d1196bce49dc: `Експорт в ICS`, s3c44e22d1af5693e: `Рік`, s48e186fb300e5464: `Час`, s58ab939b42a026a6: `Увесь день`, s5e8250fb85d64c23: `Закрити`, s63d040e37887f17e: `Сьогодні`, s680f01021b5e339d: `Тиждень`, s98b32ef4a0856c08: `Без назви`, s99f110d27e30b289: `Назва`, sa0fd990c985f24bd: `Деталі події`, sac8252732f2edb19: `Дата`, sb47daaf9e1c4a905: `Місяць`, se0955919920ee87d: `День`, sfce4bfbe0f911aa7: `Без часу`, sa1b2c3d4e5f60001: `Попередній`, sa1b2c3d4e5f60002: `Наступний`, sa1b2c3d4e5f60003: `подій`, sa1b2c3d4e5f60004: `Подія календаря`, sa1b2c3d4e5f60005: `Натисніть Enter або Пробіл для відкриття деталей`, sa1b2c3d4e5f60006: `до`, sa1b2c3d4e5f60007: `Перейти до денного перегляду для`, sa1b2c3d4e5f60008: `Показати попередні дні`, sa1b2c3d4e5f60009: `Показати наступні дні`, sa1b2c3d4e5f60010: `ще`, sa1b2c3d4e5f60011: `Перегляд календаря`, sa1b2c3d4e5f60012: `перегляд`, }"
4381
+ }
4382
+ ],
4383
+ "exports": [
4384
+ {
4385
+ "kind": "js",
4386
+ "name": "templates",
4387
+ "declaration": {
4388
+ "name": "templates",
4389
+ "module": "src/generated/locales/uk.ts"
4390
+ }
4391
+ }
4392
+ ]
4393
+ },
4394
+ {
4395
+ "kind": "javascript-module",
4396
+ "path": "src/generated/locales/vi.ts",
4397
+ "declarations": [
4398
+ {
4399
+ "kind": "variable",
4400
+ "name": "templates",
4401
+ "type": {
4402
+ "text": "object"
4403
+ },
4404
+ "default": "{ s005053d82b712e0a: `Ghi chú`, s090f2107b5a69a7f: `T`, s15ba5784a11e0b88: `Tháng hiện tại`, s22380c7fc798a44f: `Không có nội dung`, s2bc4d1196bce49dc: `Xuất dưới dạng ICS`, s3c44e22d1af5693e: `Năm`, s48e186fb300e5464: `Thời gian`, s58ab939b42a026a6: `Cả ngày`, s5e8250fb85d64c23: `Đóng`, s63d040e37887f17e: `Hôm nay`, s680f01021b5e339d: `Tuần`, s98b32ef4a0856c08: `Không có tiêu đề`, s99f110d27e30b289: `Tiêu đề`, sa0fd990c985f24bd: `Chi tiết sự kiện`, sac8252732f2edb19: `Ngày`, sb47daaf9e1c4a905: `Tháng`, se0955919920ee87d: `Ngày`, sfce4bfbe0f911aa7: `Không có thời gian`, sa1b2c3d4e5f60001: `Trước`, sa1b2c3d4e5f60002: `Sau`, sa1b2c3d4e5f60003: `sự kiện`, sa1b2c3d4e5f60004: `Sự kiện lịch`, sa1b2c3d4e5f60005: `Nhấn Enter hoặc Space để mở chi tiết`, sa1b2c3d4e5f60006: `đến`, sa1b2c3d4e5f60007: `Chuyển sang xem theo ngày cho`, sa1b2c3d4e5f60008: `Hiển thị ngày trước đó`, sa1b2c3d4e5f60009: `Hiển thị ngày tiếp theo`, sa1b2c3d4e5f60010: `thêm`, sa1b2c3d4e5f60011: `Xem lịch`, sa1b2c3d4e5f60012: `xem`, }"
4405
+ }
4406
+ ],
4407
+ "exports": [
4408
+ {
4409
+ "kind": "js",
4410
+ "name": "templates",
4411
+ "declaration": {
4412
+ "name": "templates",
4413
+ "module": "src/generated/locales/vi.ts"
4414
+ }
4415
+ }
4416
+ ]
4417
+ },
4418
+ {
4419
+ "kind": "javascript-module",
4420
+ "path": "src/generated/locales/zh-Hans.ts",
4421
+ "declarations": [
4422
+ {
4423
+ "kind": "variable",
4424
+ "name": "templates",
4425
+ "type": {
4426
+ "text": "object"
4427
+ },
4428
+ "default": "{ s005053d82b712e0a: `备注`, s090f2107b5a69a7f: `周`, s15ba5784a11e0b88: `本月`, s22380c7fc798a44f: `无内容`, s2bc4d1196bce49dc: `导出为 ICS`, s3c44e22d1af5693e: `年`, s48e186fb300e5464: `时间`, s58ab939b42a026a6: `全天`, s5e8250fb85d64c23: `关闭`, s63d040e37887f17e: `今天`, s680f01021b5e339d: `周`, s98b32ef4a0856c08: `无标题`, s99f110d27e30b289: `标题`, sa0fd990c985f24bd: `事件详情`, sac8252732f2edb19: `日期`, sb47daaf9e1c4a905: `月`, se0955919920ee87d: `日`, sfce4bfbe0f911aa7: `无时间`, sa1b2c3d4e5f60001: `上一个`, sa1b2c3d4e5f60002: `下一个`, sa1b2c3d4e5f60003: `事件`, sa1b2c3d4e5f60004: `日历事件`, sa1b2c3d4e5f60005: `按 Enter 或空格键打开详情`, sa1b2c3d4e5f60006: `至`, sa1b2c3d4e5f60007: `切换到日视图`, sa1b2c3d4e5f60008: `显示更早的日期`, sa1b2c3d4e5f60009: `显示更晚的日期`, sa1b2c3d4e5f60010: `更多`, sa1b2c3d4e5f60011: `日历视图`, sa1b2c3d4e5f60012: `视图`, }"
4429
+ }
4430
+ ],
4431
+ "exports": [
4432
+ {
4433
+ "kind": "js",
4434
+ "name": "templates",
4435
+ "declaration": {
4436
+ "name": "templates",
4437
+ "module": "src/generated/locales/zh-Hans.ts"
4438
+ }
4439
+ }
4440
+ ]
4441
+ }
4442
+ ]
4443
+ }