Skip to content

Commit

Permalink
auto-refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
BerSie committed Jun 25, 2024
1 parent 3dc9e41 commit ee4934e
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 484 deletions.
11 changes: 6 additions & 5 deletions vocabularies/HTML5.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@
{ "Value": "_top", "@Core.Description": "Open link in the top browsing context" }
]
},
"MergeDuplicateValuesInColumns": {
"RowSpanForDuplicateValues": {
"$Kind": "Term",
"$Collection": true,
"$Type": "Edm.PropertyPath",
"$Type": "Core.Tag",
"$DefaultValue": true,
"$AppliesTo": ["Record"],
"@Common.Experimental": true,
"@Core.Description": "For these properties adjacent column cells will be merged if the values are the same.",
"@Core.LongDescription": "In order to achieve a good user experience the respective columns should be sorted."
"@Core.Description": "The annotated UI.DataField might use a rowSpan for adjacent duplicate values if used in a table.",
"@Core.LongDescription": "In order to achieve a good user experience the respective columns should be sorted.\n Applicability of this term is governed by [`Validation.ApplicableTerms`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.html#ApplicableTerms) annotations.\n "
}
}
}
2 changes: 1 addition & 1 deletion vocabularies/HTML5.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Term|Type|Description
:---|:---|:----------
[CssDefaults](HTML5.xml#L41)|[CssDefaultsType](#CssDefaultsType)|<a name="CssDefaults"></a>CSS definitions that may be used as defaults<br>This term can applied to e.g. UI.DataFieldAbstract records
[LinkTarget](HTML5.xml#L58) *([Experimental](Common.md#Experimental))*|[LinkTargetType](#LinkTargetType)|<a name="LinkTarget"></a>Where to open a link for the annotated [URL](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.html#IsURL)<br>When the UI contains a link to the URL, it shall open as specified by this annotation. This can be achieved, for example, by giving the UI5 `sap.m.Link` element a corresponding `target` property. Applicability of this term is governed by [`Validation.ApplicableTerms`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.html#ApplicableTerms) annotations.
[MergeDuplicateValuesInColumns](HTML5.xml#L91) *([Experimental](Common.md#Experimental))*|\[PropertyPath\]|<a name="MergeDuplicateValuesInColumns"></a>For these properties adjacent column cells will be merged if the values are the same.<br>In order to achieve a good user experience the respective columns should be sorted.
[RowSpanForDuplicateValues](HTML5.xml#L91) *([Experimental](Common.md#Experimental))*|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|<a name="RowSpanForDuplicateValues"></a>The annotated UI.DataField might use a rowSpan for adjacent duplicate values if used in a table.<br>In order to achieve a good user experience the respective columns should be sorted. Applicability of this term is governed by [`Validation.ApplicableTerms`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.html#ApplicableTerms) annotations.

<a name="CssDefaultsType"></a>
## [CssDefaultsType](HTML5.xml#L46)
Expand Down
4 changes: 2 additions & 2 deletions vocabularies/UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@
"$Type": "UI.DataFieldAbstract",
"$AppliesTo": ["EntityType"],
"@Core.Description": "Collection of data fields for representation in a table or list",
"@UI.ThingPerspective": true,
"@Validation.ApplicableTerms": ["HTML5.MergeDuplicateValuesInColumns"]
"@UI.ThingPerspective": true
},
"StatusInfo": {
"$Kind": "Term",
Expand Down Expand Up @@ -1427,6 +1426,7 @@
"UI.Importance",
"UI.PartOfPreview",
"HTML5.CssDefaults",
"HTML5.RowSpanForDuplicateValues",
"Common.FieldControl"
],
"Label": {
Expand Down
Loading

0 comments on commit ee4934e

Please sign in to comment.