@bruit/types
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -11,1 +11,2 @@ "use strict"; | ||
})(BrtFieldType = exports.BrtFieldType || (exports.BrtFieldType = {})); | ||
// impact brtField interface if you edit this enum |
@@ -5,5 +5,6 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
label: string; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text'; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating'; | ||
required?: boolean; | ||
value?: any; | ||
max?: number; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -8,1 +8,3 @@ export enum BrtFieldType { | ||
} | ||
// impact brtField interface if you edit this enum |
@@ -6,5 +6,6 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
label: string; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text'; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating'; | ||
required?: boolean; | ||
value?: any; | ||
max?: number; | ||
} |
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
17927
606