Skip to content

Commit

Permalink
fi: DataPoint criticality can be dynamic (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlunets committed Apr 5, 2024
1 parent 9942f6e commit 1030a62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-meals-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/vocabularies-types': patch
---

DataPoint criticality can be dynamic
3 changes: 3 additions & 0 deletions packages/vocabularies-types/utils/generate_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ const KNOWN_DYNAMIC_EXPRESSIONS: Record<string, Record<string, boolean | Record<
DataFieldAbstract: {
Criticality: true
},
DataPointType: {
Criticality: true
},
Facet: {
Label: true
},
Expand Down

0 comments on commit 1030a62

Please sign in to comment.