@ui5/webcomponents-react-cli
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -515,3 +515,4 @@ { | ||
"Text": { | ||
"comment": "wrapping -> maxLines" | ||
"comment": "wrapping -> maxLines", | ||
"removedProps": ["hyphenated", "emptyIndicator"] | ||
}, | ||
@@ -518,0 +519,0 @@ "TextArea": { |
@@ -50,3 +50,3 @@ import dedent from 'dedent'; | ||
const references = attribute.type?.references; | ||
const isEnum = references != null && references?.length > 0 && attribute._ui5validator !== 'Object'; | ||
const isEnum = references != null && references?.length > 0 && attribute.default !== '{}'; | ||
if (isEnum) { | ||
@@ -53,0 +53,0 @@ type += ` | keyof typeof ${type}`; |
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "1fcbadbdcb111da70a757e094ba3241834038dd2" | ||
"gitHead": "5b0ae63e53f211a9dbc7353816bd3751b2fb4377" | ||
} |
112602
2429