diff --git a/.claude/skills/form-compile/scripts/form-compile.ps1 b/.claude/skills/form-compile/scripts/form-compile.ps1
index 9a53169b..c2c7e8ca 100644
--- a/.claude/skills/form-compile/scripts/form-compile.ps1
+++ b/.claude/skills/form-compile/scripts/form-compile.ps1
@@ -1,4 +1,4 @@
-# form-compile v1.45 — Compile 1C managed form from JSON or object metadata
+# form-compile v1.46 — Compile 1C managed form from JSON or object metadata
# Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
param(
[string]$JsonPath,
@@ -3122,6 +3122,7 @@ function Emit-Table {
} else {
Emit-Companion -tag "AutoCommandBar" -name "${name}КоманднаяПанель" -indent $inner
}
+ Emit-Companion -tag "ExtendedTooltip" -name "${name}РасширеннаяПодсказка" -indent $inner -content $el.extendedTooltip
Emit-TableAddition -tag "SearchStringAddition" -tableName $name -nameSuffix "СтрокаПоиска" -srcType "SearchStringRepresentation" -indent $inner
Emit-TableAddition -tag "ViewStatusAddition" -tableName $name -nameSuffix "СостояниеПросмотра" -srcType "ViewStatusRepresentation" -indent $inner
Emit-TableAddition -tag "SearchControlAddition" -tableName $name -nameSuffix "УправлениеПоиском" -srcType "SearchControl" -indent $inner
@@ -3417,6 +3418,7 @@ function Emit-CommandBar {
Emit-CommonFlags -el $el -indent $inner
Emit-Layout -el $el -indent $inner
+ Emit-Companion -tag "ExtendedTooltip" -name "${name}РасширеннаяПодсказка" -indent $inner -content $el.extendedTooltip
# Children
if ($el.children -and $el.children.Count -gt 0) {
@@ -3480,6 +3482,7 @@ function Emit-Popup {
X "$inner$($el.representation)"
}
Emit-Layout -el $el -indent $inner
+ Emit-Companion -tag "ExtendedTooltip" -name "${name}РасширеннаяПодсказка" -indent $inner -content $el.extendedTooltip
# Children
if ($el.children -and $el.children.Count -gt 0) {
diff --git a/.claude/skills/form-compile/scripts/form-compile.py b/.claude/skills/form-compile/scripts/form-compile.py
index cc8c9bf2..3f552632 100644
--- a/.claude/skills/form-compile/scripts/form-compile.py
+++ b/.claude/skills/form-compile/scripts/form-compile.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# form-compile v1.45 — Compile 1C managed form from JSON or object metadata
+# form-compile v1.46 — Compile 1C managed form from JSON or object metadata
# Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
import argparse
import copy
@@ -2822,6 +2822,7 @@ def emit_table(lines, el, name, eid, indent):
lines.append(f'{inner}')
else:
emit_companion(lines, 'AutoCommandBar', f'{name}\u041a\u043e\u043c\u0430\u043d\u0434\u043d\u0430\u044f\u041f\u0430\u043d\u0435\u043b\u044c', inner)
+ emit_companion(lines, 'ExtendedTooltip', f'{name}\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u0430\u044f\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430', inner, el.get('extendedTooltip'))
emit_table_addition(lines, 'SearchStringAddition', name, '\u0421\u0442\u0440\u043e\u043a\u0430\u041f\u043e\u0438\u0441\u043a\u0430', 'SearchStringRepresentation', inner)
emit_table_addition(lines, 'ViewStatusAddition', name, '\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430', 'ViewStatusRepresentation', inner)
emit_table_addition(lines, 'SearchControlAddition', name, '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u041f\u043e\u0438\u0441\u043a\u043e\u043c', 'SearchControl', inner)
@@ -3086,6 +3087,7 @@ def emit_command_bar(lines, el, name, eid, indent):
emit_common_flags(lines, el, inner)
emit_layout(lines, el, inner)
+ emit_companion(lines, 'ExtendedTooltip', f'{name}РасширеннаяПодсказка', inner, el.get('extendedTooltip'))
# Children
if el.get('children') and len(el['children']) > 0:
@@ -3113,6 +3115,7 @@ def emit_popup(lines, el, name, eid, indent):
if el.get('representation'):
lines.append(f'{inner}{el["representation"]}')
emit_layout(lines, el, inner)
+ emit_companion(lines, 'ExtendedTooltip', f'{name}РасширеннаяПодсказка', inner, el.get('extendedTooltip'))
# Children
if el.get('children') and len(el['children']) > 0:
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml
index c31b6ab3..f39e96fe 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml
@@ -31,76 +31,77 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Period
-
-
+
+
-
+
Список.Recorder
-
-
+
+
-
+
Список.LineNumber
-
-
+
+
-
+
Список.Организация
-
-
+
+
-
+
Список.БанковскийСчет
-
-
+
+
-
+
Список.Сумма
-
-
+
+
-
+
Список.СуммаВалютная
-
-
+
+
-
+
Список.СуммаУпр
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml
index 7940b54b..59a3caa1 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml
@@ -31,89 +31,90 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Description
-
-
+
+
-
+
Список.Code
-
-
+
+
-
+
Список.ЗагружаетсяИзИнтернета
-
-
+
+
-
+
Список.НаименованиеПолное
-
-
+
+
-
+
Список.Наценка
-
-
+
+
-
+
Список.ОсновнаяВалюта
-
-
+
+
-
+
Список.ПараметрыПрописи
-
-
+
+
-
+
Список.ФормулаРасчетаКурса
-
-
+
+
-
+
Список.СпособУстановкиКурса
-
-
+
+
-
+
Список.Ref
false
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml
index 5d1011b3..10c8ed56 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml
@@ -89,62 +89,63 @@
Объект.ExtDimensionTypes
-
+
+
- ВидыСубконто
SearchStringRepresentation
-
-
+
+
-
+
- ВидыСубконто
ViewStatusRepresentation
-
-
+
+
-
+
- ВидыСубконто
SearchControl
-
-
+
+
-
+
Объект.ExtDimensionTypes.ExtDimensionType
-
-
+
+
-
+
Объект.ExtDimensionTypes.TurnoversOnly
Auto
Right
-
-
+
+
-
+
Объект.ExtDimensionTypes.Валютный
Auto
Right
-
-
+
+
-
+
Объект.ExtDimensionTypes.Количественный
Auto
Right
-
-
+
+
-
+
cfg:ChartOfAccountsObject.Хозрасчетный
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml
index a6ecbbf7..77ec92a6 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml
@@ -34,54 +34,55 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Description
-
-
+
+
-
+
Список.Code
-
-
+
+
-
+
Список.Ref
false
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml
index e5fcd734..deed18a7 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml
@@ -140,119 +140,120 @@
Объект.Товары
-
+
+
- Товары
SearchStringRepresentation
-
-
+
+
-
+
- Товары
ViewStatusRepresentation
-
-
+
+
-
+
- Товары
SearchControl
-
-
+
+
-
+
Объект.Товары.LineNumber
-
-
+
+
-
+
Объект.Товары.Номенклатура
-
-
+
+
-
+
Объект.Товары.Характеристика
-
-
+
+
-
+
Объект.Товары.Назначение
-
-
+
+
-
+
Объект.Товары.Упаковка
-
-
+
+
-
+
Объект.Товары.КоличествоУпаковок
-
-
+
+
-
+
Объект.Товары.Количество
-
-
+
+
-
+
Объект.Товары.Подразделение
-
-
+
+
-
+
Объект.Товары.ГруппаПродукции
-
-
+
+
-
+
Объект.Товары.АналитикаУчетаНоменклатуры
-
-
+
+
-
+
Объект.Товары.ИдентификаторСтроки
-
-
+
+
-
+
ru
Дополнительно
-
+
-
+
Horizontal
false
-
+
-
+
Vertical
false
-
+
-
+
Vertical
false
-
+
-
+
Vertical
-
+
@@ -260,7 +261,7 @@
-
+
cfg:DocumentObject.АктВыполненныхВнутреннихРабот
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml
index 7b02515b..6cde8ad2 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml
@@ -31,109 +31,110 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Number
-
-
+
+
-
+
Список.Date
-
-
+
+
-
+
Список.Организация
-
-
+
+
-
+
Список.ОрганизацияПолучатель
-
-
+
+
-
+
Список.Подразделение
-
-
+
+
-
+
Список.ХозяйственнаяОперация
-
-
+
+
-
+
Список.ПеремещениеПодДеятельность
-
-
+
+
-
+
Список.НаправлениеДеятельности
-
-
+
+
-
+
Список.Ответственный
-
-
+
+
-
+
Список.СторнируемыйДокумент
-
-
+
+
-
+
Список.ИсправляемыйДокумент
-
-
+
+
-
+
Список.Комментарий
-
-
+
+
-
+
Список.Исправление
-
-
+
+
-
+
Список.Ref
false
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml
index 2ea538e0..8ab6f3b6 100644
--- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml
@@ -31,66 +31,67 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Period
-
-
+
+
-
+
Список.Recorder
-
-
+
+
-
+
Список.LineNumber
-
-
+
+
-
+
Список.Номенклатура
-
-
+
+
-
+
Список.ВидЦены
-
-
+
+
-
+
Список.Цена
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml
index 4e34da9a..9778dcda 100644
--- a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml
@@ -40,41 +40,42 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Description
-
-
+
+
-
+
cfg:DynamicList
@@ -103,7 +104,7 @@
-
+
ru
diff --git a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml
index 3e4f7617..0a1adefd 100644
--- a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml
@@ -12,31 +12,32 @@
+
-
-
+
cfg:DataProcessorObject.ГруппыКнопок
@@ -52,7 +53,7 @@
-
+
ru
@@ -68,7 +69,7 @@
ВыполнитьОбработка
Ctrl+Enter
-
+
ru
@@ -78,7 +79,7 @@
ВверхОбработка
DontUse
-
+
ru
diff --git a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml
index 8d38bf52..bf2f2024 100644
--- a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml
@@ -13,37 +13,38 @@
Список
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Наименование
-
-
+
+
-
+
ru
@@ -51,29 +52,29 @@
Horizontal
-
+
-
+
Список.ДатаНачала
-
-
+
+
-
+
Список.ДатаОкончания
-
-
+
+
-
+
InCell
true
-
+
-
+
Список.Исполнитель
-
-
+
+
@@ -81,13 +82,13 @@
-
+
cfg:DataProcessorObject.Задачи
true
-
+
ru
@@ -98,7 +99,7 @@
v8:ValueTable
-
+
xs:string
@@ -107,7 +108,7 @@
-
+
xs:dateTime
@@ -115,7 +116,7 @@
-
+
xs:dateTime
@@ -123,7 +124,7 @@
-
+
xs:string
diff --git a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml
index 01627d55..a9b5f3f4 100644
--- a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml
@@ -12,38 +12,39 @@
+
-
+
CommandBarButton
Form.Command.Выполнить
true
-
+
-
+
CommandBarButton
Form.StandardCommand.Close
-
+
-
+
Результат
true
true
false
8
-
-
+
+
-
+
cfg:DataProcessorObject.Команды
true
-
+
ru
@@ -60,7 +61,7 @@
-
+
ru
diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml
index 4aa96b66..86620112 100644
--- a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml
@@ -31,46 +31,47 @@
false
-
+
+
- Список
SearchStringRepresentation
-
-
+
+
-
+
- Список
ViewStatusRepresentation
-
-
+
+
-
+
- Список
SearchControl
-
-
+
+
-
+
Список.Code
-
-
+
+
-
+
Список.Description
-
-
+
+
-
+
cfg:DynamicList
diff --git a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml
index 998e6a86..4deed132 100644
--- a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml
@@ -13,8 +13,9 @@
true
+
-
+
ru
@@ -24,9 +25,9 @@
Horizontal
true
Right
-
+
-
+
Поле1
@@ -36,10 +37,10 @@
true
20
-
-
+
+
-
+
Поле2
@@ -47,18 +48,18 @@
Поле 2
-
-
+
+
-
+
Поле1
Center
-
-
+
+
-
+
ru
@@ -70,9 +71,9 @@
Vertical
-
+
-
+
Поле3
@@ -80,20 +81,20 @@
Поле 3
-
-
+
+
-
+
cfg:DataProcessorObject.СГруппами
true
-
+
ru
@@ -108,7 +109,7 @@
-
+
ru
@@ -124,7 +125,7 @@
-
+
ru
diff --git a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml
index 7abc74ff..43686a25 100644
--- a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml
@@ -13,47 +13,48 @@
ТаблицаДанных
-
+
+
- ТаблицаДанных
SearchStringRepresentation
-
-
+
+
-
+
- ТаблицаДанных
ViewStatusRepresentation
-
-
+
+
-
+
- ТаблицаДанных
SearchControl
-
-
+
+
-
+
ТаблицаДанных.Номенклатура
-
-
+
+
-
+
ТаблицаДанных.Картинка
None
StdPicture.Favorites
true
-
-
+
+
-
+
ТаблицаДанных.Картинка
@@ -63,8 +64,8 @@
Auto
Right
-
-
+
+
@@ -73,13 +74,13 @@
-
+
cfg:DataProcessorObject.КартинкаВСтроке
true
-
+
ru
@@ -90,7 +91,7 @@
v8:ValueTable
-
+
xs:string
@@ -99,7 +100,7 @@
-
+
xs:boolean
diff --git a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml
index 7347dec6..5cfbf55b 100644
--- a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml
@@ -23,23 +23,24 @@
+
-
+
CommandBarButton
Form.Command.Кн2
-
+
-
+
cfg:DataProcessorObject.Тест
true
-
+
ru
@@ -56,7 +57,7 @@
-
+
ru
@@ -65,7 +66,7 @@
Кн1
-
+
ru
diff --git a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml
index 5c3bd19c..547ff475 100644
--- a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml
+++ b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml
@@ -23,57 +23,58 @@
-
+
+
- Данные
SearchStringRepresentation
-
-
+
+
-
+
- Данные
ViewStatusRepresentation
-
-
+
+
-
+
- Данные
SearchControl
-
-
+
+
-
+
Данные.Дата
-
-
+
+
-
+
Данные.Сумма
-
-
+
+
-
+
Данные.Комментарий
-
-
+
+
-
+
cfg:DataProcessorObject.Таблица
true
-
+
ru
@@ -84,7 +85,7 @@
v8:ValueTable
-
+
xs:dateTime
@@ -92,7 +93,7 @@
-
+
xs:decimal
@@ -102,7 +103,7 @@
-
+
xs:string