fix(skd-compile): не пропускать Auto-items в top-level selection/order

Platform может содержать SelectedItemAuto/OrderItemAuto в top-level
<dcsset:selection>/<dcsset:order> (рядом с явными полями) — это валидно.
Раньше compile использовал -skipAuto на top-level, теряя эти items.

Снапшоты регенерированы.

sample30: −10 строк (942 → 932).
This commit is contained in:
Nick Shirokov
2026-05-23 22:06:03 +03:00
parent fdc8c518aa
commit f642f673d9
91 changed files with 105 additions and 26 deletions
@@ -10,5 +10,5 @@
]
}
],
"settingsVariants": [{ "name": "Основной", "settings": { "structure": [{ "selection": ["Auto"], "order": ["Auto"] }] } }]
"settingsVariants": [{ "name": "Основной", "settings": { "selection": ["Auto"], "structure": [{ "selection": ["Auto"], "order": ["Auto"] }] } }]
}