@kontur.candy/generator 5.41.0-relatives-import.2 → 5.41.0-relatives-import.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -106480,8 +106480,7 @@ class RelativesComboBoxConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_M
106480
106480
  // no children
106481
106481
  }
106482
106482
  doBuildDataDeclaration(context) {
106483
- const node = this.getCurrentNodeAs(_RelativesComboBoxNode__WEBPACK_IMPORTED_MODULE_3__.RelativesComboBoxNode);
106484
- return context.mergeDataDeclaration(context.addVisibilityPathDeclEntryNew(node));
106483
+ return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
106485
106484
  }
106486
106485
  }
106487
106486
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.41.0-relatives-import.2",
3
+ "version": "5.41.0-relatives-import.3",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,