@kontur.candy/generator 6.5.0-unititem-label.1 → 6.5.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -103826,7 +103826,7 @@ class TreePicklistConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
|
|
|
103826
103826
|
static getAcceptNodeClass() {
|
|
103827
103827
|
return _TreePicklistNode__WEBPACK_IMPORTED_MODULE_6__.TreePicklistNode;
|
|
103828
103828
|
}
|
|
103829
|
-
*
|
|
103829
|
+
*doBuildKCLangCalculations(buildContext, formSchemaRng, prefixPath) {
|
|
103830
103830
|
const node = this.getCurrentNodeAs(_TreePicklistNode__WEBPACK_IMPORTED_MODULE_6__.TreePicklistNode);
|
|
103831
103831
|
const element = formSchemaRng.getElementByPath(node.getFullPath());
|
|
103832
103832
|
const targetPath = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_3__.createAbsoluteFromMask)(this.getResolvedBindingPath(node), _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_3__.PathTokens.each);
|