init: Fork from Original V2 Renderer

This commit is contained in:
duckietm
2024-04-03 09:16:49 +02:00
commit 110c3ad393
1425 changed files with 67522 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export class CalendarItemState
{
public static readonly STATE_UNLOCKED = 1;
public static readonly STATE_LOCKED_AVAILABLE = 2;
public static readonly STATE_LOCKED_EXPIRED = 3;
public static readonly STATE_LOCKED_FUTURE = 4;
}