diff --git a/.claude/skills/meta-compile/reference/types-basic.md b/.claude/skills/meta-compile/reference/types-basic.md index 2763635a..ad093af0 100644 --- a/.claude/skills/meta-compile/reference/types-basic.md +++ b/.claude/skills/meta-compile/reference/types-basic.md @@ -6,13 +6,20 @@ |-----------|----------|-------------| | `hierarchical` | `false` | Hierarchical | | `hierarchyType` | `HierarchyFoldersAndItems` | HierarchyType | +| `limitLevelCount` | `false` | LimitLevelCount | +| `levelCount` | `2` | LevelCount | +| `foldersOnTop` | `true` | FoldersOnTop | | `codeLength` | `9` | CodeLength | | `codeType` | `String` | CodeType | | `codeAllowedLength` | `Variable` | CodeAllowedLength | +| `codeSeries` | `WholeCatalog` | CodeSeries | | `descriptionLength` | `25` | DescriptionLength | | `autonumbering` | `true` | Autonumbering | | `checkUnique` | `false` | CheckUnique | | `defaultPresentation` | `AsDescription` | DefaultPresentation | +| `subordinationUse` | `ToItems` | SubordinationUse | +| `quickChoice` | `true` | QuickChoice | +| `choiceMode` | `BothWays` | ChoiceMode | | `owners` | `[]` | Owners | | `attributes` | `[]` | → Attribute в ChildObjects | | `tabularSections` | `{}` | → TabularSection в ChildObjects | diff --git a/docs/meta-dsl-spec.md b/docs/meta-dsl-spec.md index dee4aba0..09b5ccb0 100644 --- a/docs/meta-dsl-spec.md +++ b/docs/meta-dsl-spec.md @@ -148,6 +148,7 @@ JSON DSL для описания объектов метаданных конф | `req` | FillChecking = ShowError | attributes, dimensions, resources | | `index` | Indexing = Index | attributes, dimensions | | `indexAdditional` | Indexing = IndexWithAdditionalOrder | attributes | +| `multiline` | MultiLine = true | attributes | | `nonneg` | MinValue = 0 (+ nonneg для Number) | attributes, resources | | `master` | Master = true | dimensions (РС) | | `mainFilter` | MainFilter = true | dimensions (РС) | @@ -206,13 +207,20 @@ JSON DSL для описания объектов метаданных конф |-----------|----------|-------------| | `hierarchical` | `false` | Hierarchical | | `hierarchyType` | `HierarchyFoldersAndItems` | HierarchyType | +| `limitLevelCount` | `false` | LimitLevelCount | +| `levelCount` | `2` | LevelCount | +| `foldersOnTop` | `true` | FoldersOnTop | | `codeLength` | `9` | CodeLength | | `codeType` | `String` | CodeType | | `codeAllowedLength` | `Variable` | CodeAllowedLength | +| `codeSeries` | `WholeCatalog` | CodeSeries | | `descriptionLength` | `25` | DescriptionLength | | `autonumbering` | `true` | Autonumbering | | `checkUnique` | `false` | CheckUnique | | `defaultPresentation` | `AsDescription` | DefaultPresentation | +| `subordinationUse` | `ToItems` | SubordinationUse | +| `quickChoice` | `true` | QuickChoice | +| `choiceMode` | `BothWays` | ChoiceMode | | `dataLockControlMode` | `Automatic` | DataLockControlMode | | `fullTextSearch` | `Use` | FullTextSearch | | `owners` | `[]` | Owners |