@bruit/types
Advanced tools
Comparing version 0.2.26-2 to 0.2.26-3
@@ -6,3 +6,4 @@ export declare enum BrtFieldType { | ||
CHECKBOX = "checkbox", | ||
RATING = "rating" | ||
RATING = "rating", | ||
SELECT = "select" | ||
} |
@@ -10,3 +10,4 @@ "use strict"; | ||
BrtFieldType["RATING"] = "rating"; | ||
BrtFieldType["SELECT"] = "select"; | ||
})(BrtFieldType = exports.BrtFieldType || (exports.BrtFieldType = {})); | ||
// impact brtField interface if you edit this enum |
@@ -13,2 +13,3 @@ import { BrtColors } from './brt-colors'; | ||
elementToRenderSelector?: string; | ||
options?: Array<string>; | ||
screenshot?: { | ||
@@ -15,0 +16,0 @@ maxWidth?: number; |
@@ -5,3 +5,3 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
label: string; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating'; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating' | 'select'; | ||
required?: boolean; | ||
@@ -8,0 +8,0 @@ value?: any; |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.26-2", | ||
"version": "0.2.26-3", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
29020
905