@vendure/common
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -59,2 +59,3 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
* localeString | varchar | String | ||
* text | longtext(m), text(p,s) | String | ||
* int | int | Int | ||
@@ -71,3 +72,3 @@ * float | double precision | Float | ||
*/ | ||
export declare type CustomFieldType = 'string' | 'localeString' | 'int' | 'float' | 'boolean' | 'datetime' | 'relation'; | ||
export declare type CustomFieldType = 'string' | 'localeString' | 'int' | 'float' | 'boolean' | 'datetime' | 'relation' | 'text'; | ||
/** | ||
@@ -93,3 +94,3 @@ * @description | ||
*/ | ||
export declare type DefaultFormComponentId = 'boolean-form-input' | 'currency-form-input' | 'date-form-input' | 'facet-value-form-input' | 'number-form-input' | 'select-form-input' | 'product-selector-form-input' | 'customer-group-form-input' | 'text-form-input' | 'password-form-input' | 'relation-form-input'; | ||
export declare type DefaultFormComponentId = 'boolean-form-input' | 'currency-form-input' | 'date-form-input' | 'facet-value-form-input' | 'number-form-input' | 'select-form-input' | 'product-selector-form-input' | 'customer-group-form-input' | 'text-form-input' | 'textarea-form-input' | 'password-form-input' | 'relation-form-input'; | ||
/** | ||
@@ -126,2 +127,5 @@ * @description | ||
'text-form-input': {}; | ||
'textarea-form-input': { | ||
spellcheck?: boolean; | ||
}; | ||
'password-form-input': {}; | ||
@@ -128,0 +132,0 @@ 'relation-form-input': {}; |
{ | ||
"name": "@vendure/common", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "b3c5fa87198620ab40b76934fbf5beb032f2d6e9" | ||
"gitHead": "f93349732cd2a13e5b48e594fe1aa43cdd5d9a5b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
365034
9570