mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-14 06:45:17 +03:00
2ff7c271fb
Расширены complex-свойства (были Owners/RegisterRecords/BasedOn/InputByString): + DataLockFields (поля блокировки данных, с разворотом короткого имени реквизита в полный путь через Expand-DataPath — как у meta-compile) + RegisteredDocuments (регистрируемые документы журнала). JSON modify.properties + inline add-/remove-/set-. Флаг expand в complexPropertyMap разворачивает пути (Add/Remove/Set-ComplexProperty). ps1+py зеркально. Cert декомпиляцией: DataLockFields/RegisteredDocuments БАЙТ-В-БАЙТ = meta-compile (ps1). verify-snapshots --case (Catalog+DocumentJournal, реальные объекты через preRun) — грузятся в 1С. meta-edit 16/16 ps1+py. NB: py-lxml сериализует \r в tail как (пре-существующее для всех complex-свойств, валидно — загрузка в 1С подтверждена). EOL-конвенция py(LF)/ps1(CRLF) — отдельная тема. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
564 B
XML
18 lines
564 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ClientApplicationInterface xmlns="http://v8.1c.ru/8.2/managed-application/core" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InterfaceLayouter">
|
|
<top>
|
|
<panel id="UUID-001">
|
|
<uuid>UUID-002</uuid>
|
|
</panel>
|
|
</top>
|
|
<left>
|
|
<panel id="UUID-003">
|
|
<uuid>UUID-004</uuid>
|
|
</panel>
|
|
</left>
|
|
<panelDef id="UUID-004"/>
|
|
<panelDef id="UUID-005"/>
|
|
<panelDef id="UUID-006"/>
|
|
<panelDef id="UUID-002"/>
|
|
<panelDef id="UUID-007"/>
|
|
</ClientApplicationInterface> |