@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.10.11 to 0.10.12
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.10.11", | ||
"version": "0.10.12", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -240,2 +240,3 @@ export declare enum TermToTypes { | ||
"com.sap.vocabularies.UI.v1.MultiLineText" = "Org.OData.Core.V1.Tag", | ||
"com.sap.vocabularies.UI.v1.InputMask" = "com.sap.vocabularies.UI.v1.InputMaskType", | ||
"com.sap.vocabularies.UI.v1.TextArrangement" = "com.sap.vocabularies.UI.v1.TextArrangementType", | ||
@@ -242,0 +243,0 @@ "com.sap.vocabularies.UI.v1.Note" = "com.sap.vocabularies.UI.v1.NoteType", |
@@ -244,2 +244,3 @@ "use strict"; | ||
TermToTypes["com.sap.vocabularies.UI.v1.MultiLineText"] = "Org.OData.Core.V1.Tag"; | ||
TermToTypes["com.sap.vocabularies.UI.v1.InputMask"] = "com.sap.vocabularies.UI.v1.InputMaskType"; | ||
TermToTypes["com.sap.vocabularies.UI.v1.TextArrangement"] = "com.sap.vocabularies.UI.v1.TextArrangementType"; | ||
@@ -246,0 +247,0 @@ TermToTypes["com.sap.vocabularies.UI.v1.Note"] = "com.sap.vocabularies.UI.v1.NoteType"; |
@@ -83,2 +83,3 @@ import * as com_sap_vocabularies_UI_v1 from "./UI"; | ||
'Placeholder'?: com_sap_vocabularies_UI_v1.Placeholder; | ||
'InputMask'?: com_sap_vocabularies_UI_v1.InputMask; | ||
'Hidden'?: com_sap_vocabularies_UI_v1.Hidden; | ||
@@ -126,2 +127,4 @@ 'HiddenFilter'?: com_sap_vocabularies_UI_v1.HiddenFilter; | ||
'MultiLineText'?: com_sap_vocabularies_UI_v1.MultiLineText; | ||
'Placeholder'?: com_sap_vocabularies_UI_v1.Placeholder; | ||
'InputMask'?: com_sap_vocabularies_UI_v1.InputMask; | ||
'Hidden'?: com_sap_vocabularies_UI_v1.Hidden; | ||
@@ -128,0 +131,0 @@ 'ParameterDefaultValue'?: com_sap_vocabularies_UI_v1.ParameterDefaultValue; |
@@ -937,2 +937,3 @@ "use strict"; | ||
UIAnnotationTerms["Placeholder"] = "com.sap.vocabularies.UI.v1.Placeholder"; | ||
UIAnnotationTerms["InputMask"] = "com.sap.vocabularies.UI.v1.InputMask"; | ||
UIAnnotationTerms["TextArrangement"] = "com.sap.vocabularies.UI.v1.TextArrangement"; | ||
@@ -999,2 +1000,4 @@ UIAnnotationTerms["Note"] = "com.sap.vocabularies.UI.v1.Note"; | ||
UIAnnotationTypes["SelectionRangeType"] = "com.sap.vocabularies.UI.v1.SelectionRangeType"; | ||
UIAnnotationTypes["InputMaskType"] = "com.sap.vocabularies.UI.v1.InputMaskType"; | ||
UIAnnotationTypes["InputMaskRuleType"] = "com.sap.vocabularies.UI.v1.InputMaskRuleType"; | ||
UIAnnotationTypes["NoteType"] = "com.sap.vocabularies.UI.v1.NoteType"; | ||
@@ -1001,0 +1004,0 @@ UIAnnotationTypes["DataFieldAbstract"] = "com.sap.vocabularies.UI.v1.DataFieldAbstract"; |
Sorry, the diff of this file is too big to display
718352
15177