@kontur.candy/generator 4.245.0-lazy-loading.18 → 4.245.0-lazy-loading-test.19

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -153252,6 +153252,11 @@ class MultilineFieldConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
153252
153252
  }), context.addPathSectionDeclarationEntry(node), context.addVisibilityPathDeclEntryNew(node));
153253
153253
  }
153254
153254
 
153255
+ *doBuildNormalizeRules(builder) {
153256
+ const node = this.getCurrentNodeAs(_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_3__.MultilineFieldNode);
153257
+ yield* builder.childrenInitializer(node, false);
153258
+ }
153259
+
153255
153260
  buildChildrenDataDeclaration(context) {
153256
153261
  const node = this.getCurrentNodeAs(_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_3__.MultilineFieldNode);
153257
153262
  return context.processChildrenDataDeclaration(node.children);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.245.0-lazy-loading.18",
3
+ "version": "4.245.0-lazy-loading-test.19",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,