@contrail/types
Advanced tools
Comparing version 2.0.25 to 2.0.26
@@ -45,3 +45,3 @@ "use strict"; | ||
{ label: 'CascadingSelect', propertyType: PropertyType.CascadingSelect, createable: false }, | ||
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: false }, | ||
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: true }, | ||
{ label: 'Constant', propertyType: PropertyType.Constant, createable: false }, | ||
@@ -48,0 +48,0 @@ { label: 'Composite', propertyType: PropertyType.Composite, createable: false }, |
@@ -18,2 +18,9 @@ import { PropertyType } from "."; | ||
referencedTypeId?: string; | ||
sequenceSeedValue?: number; | ||
defaultValue?: any; | ||
minValue?: number; | ||
maxValue?: number; | ||
localizedLabels?: { | ||
[key: string]: string; | ||
}; | ||
} | ||
@@ -23,2 +30,9 @@ export interface TypePropertyOption { | ||
display: string; | ||
color?: string; | ||
additionalValues?: { | ||
[key: string]: any; | ||
}; | ||
localizedDisplays?: { | ||
[key: string]: string; | ||
}; | ||
} | ||
@@ -25,0 +39,0 @@ export interface NumberFormatingOptions { |
{ | ||
"name": "@contrail/types", | ||
"version": "2.0.25", | ||
"version": "2.0.26", | ||
"description": "Types Utility module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22757
530