Improve troubleshooting and compatible setting handling

This commit is contained in:
vorotamoroz
2026-07-24 08:51:30 +00:00
parent 058da1f34c
commit d489452583
15 changed files with 868 additions and 50 deletions
@@ -75,6 +75,7 @@ export type AutoWireOption = {
holdValue?: boolean;
isPassword?: boolean;
invert?: boolean;
defaultToggleValue?: boolean;
onUpdate?: OnUpdateFunc;
obsolete?: boolean;
};