feat: add advanced wired variable tools UI

This commit is contained in:
Lorenzune
2026-04-02 04:44:04 +02:00
parent 0a23bfaee4
commit 83540ff329
69 changed files with 10040 additions and 434 deletions
@@ -40,4 +40,8 @@ export class WiredConditionlayout
public static MATCH_DATE: number = 37;
public static ACTOR_DIR: number = 38;
public static SLC_QUANTITY: number = 39;
public static HAS_VAR: number = 40;
public static NEG_HAS_VAR: number = 41;
public static VAR_VAL_MATCH: number = 42;
public static VAR_AGE_MATCH: number = 43;
}