@kontur.candy/generator 4.245.0-lazy-loading.15 → 4.245.0-lazy-loading.17

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 +11 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -156885,6 +156885,17 @@ class TabsConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
156885
156885
  return context.mergeDataDeclaration(context.addPathDeclEntry(node, [["children", context.initSequenceFactory.children((_node$optional = node.optional) !== null && _node$optional !== void 0 ? _node$optional : false)]]), context.addPathSectionDeclarationEntry(node));
156886
156886
  }
156887
156887
 
156888
+ *doBuildNormalizeRules(builder) {
156889
+ var _node$optional2;
156890
+
156891
+ const node = this.getCurrentNodeAs(_TabsNode__WEBPACK_IMPORTED_MODULE_4__.TabsNode);
156892
+ yield* builder.childrenInitializer(node, (_node$optional2 = node.optional) !== null && _node$optional2 !== void 0 ? _node$optional2 : false);
156893
+ yield* builder.specialFieldsInitializer(node, {
156894
+ optional: node.optional,
156895
+ disabled: undefined
156896
+ });
156897
+ }
156898
+
156888
156899
  buildChildrenDataDeclaration(context) {
156889
156900
  var _node$title$children, _node$title, _node$content$childre, _node$content;
156890
156901
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.245.0-lazy-loading.15",
3
+ "version": "4.245.0-lazy-loading.17",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,