@kontur.candy/generator 5.41.0-relatives-import.21 → 5.41.0-relatives-import.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -92738,6 +92738,10 @@ class RadioGroupConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1
|
|
|
92738
92738
|
static getAcceptNodeClass() {
|
|
92739
92739
|
return _RadioGroupNode__WEBPACK_IMPORTED_MODULE_6__.RadioGroupNode;
|
|
92740
92740
|
}
|
|
92741
|
+
get nodePaths() {
|
|
92742
|
+
const node = this.getCurrentNodeAs(_RadioGroupNode__WEBPACK_IMPORTED_MODULE_6__.RadioGroupNode);
|
|
92743
|
+
return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node)];
|
|
92744
|
+
}
|
|
92741
92745
|
doBuildNodeValidations(validationGenerator) {
|
|
92742
92746
|
const node = this.getCurrentNodeAs(_RadioGroupNode__WEBPACK_IMPORTED_MODULE_6__.RadioGroupNode);
|
|
92743
92747
|
validationGenerator.processValidations(this.getResolvedBindingPath(node), node.validationInfo.optional, validationGenerator.getTypeNode(node.validationInfo), undefined, node.validationInfo.emptydescription, undefined);
|