@vendure/common
Advanced tools
Comparing version 1.5.2 to 1.6.0
@@ -96,3 +96,3 @@ import { LanguageCode, LocalizedString } from './generated-types'; | ||
*/ | ||
export declare type DefaultFormComponentId = 'boolean-form-input' | 'currency-form-input' | 'customer-group-form-input' | 'date-form-input' | 'facet-value-form-input' | 'json-editor-form-input' | 'number-form-input' | 'password-form-input' | 'product-selector-form-input' | 'relation-form-input' | 'rich-text-form-input' | 'select-form-input' | 'text-form-input' | 'textarea-form-input'; | ||
export declare type DefaultFormComponentId = 'boolean-form-input' | 'currency-form-input' | 'customer-group-form-input' | 'date-form-input' | 'facet-value-form-input' | 'json-editor-form-input' | 'number-form-input' | 'password-form-input' | 'product-selector-form-input' | 'relation-form-input' | 'rich-text-form-input' | 'select-form-input' | 'text-form-input' | 'textarea-form-input' | 'asset-form-input' | 'product-multi-form-input' | 'combination-mode-form-input'; | ||
/** | ||
@@ -141,2 +141,7 @@ * @description | ||
}; | ||
'asset-form-input': {}; | ||
'product-multi-form-input': { | ||
selectionMode?: 'product' | 'variant'; | ||
}; | ||
'combination-mode-form-input': {}; | ||
}; | ||
@@ -143,0 +148,0 @@ export declare type DefaultFormComponentUiConfig<T extends DefaultFormComponentId | string> = T extends DefaultFormComponentId ? DefaultFormConfigHash[T] : any; |
{ | ||
"name": "@vendure/common", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "8b72fb60f2c190d42c727eb522941259d8e1a92f" | ||
"gitHead": "bce3119a29d62a759590459d679a7a4d5eaa48b3" | ||
} |
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
392744
10165