@kontur.candy/generator 5.35.0 → 5.35.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 +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -96025,7 +96025,6 @@ class CrossfitTableConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
|
|
|
96025
96025
|
}
|
|
96026
96026
|
rowMenuBuilder.prop(x => x.doNotCopyPaths).set(doNotCopyPaths);
|
|
96027
96027
|
rowMenuBuilder.prop(x => x.bindingPath).set(multilinePath);
|
|
96028
|
-
rowMenuBuilder.prop(x => x.optional).set(optional);
|
|
96029
96028
|
sideControlsBuilder.appendChild(rowMenuBuilder);
|
|
96030
96029
|
} else if (removeButton) {
|
|
96031
96030
|
const removeButtonBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("RemoveRowButton");
|