@kontur.candy/generator 6.14.0-kl-features.1 → 6.14.0

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 +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -105108,7 +105108,10 @@ class FileLoaderConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_4
105108
105108
  multiple: multipleNode
105109
105109
  });
105110
105110
  }
105111
- *doBuildKCLangValidations(buildContext, formSchemaRng, prefixPath) {
105111
+
105112
+ // eslint-disable-next-line no-warning-comments
105113
+ // TODO(2026-05-01): Исправить в рамках задачи https://yt.skbkontur.ru/issue/FS-9386
105114
+ *doBuildKCLangValidations_REMOVE_THIS_SUFFIX(buildContext, formSchemaRng, prefixPath) {
105112
105115
  const node = this.getCurrentNodeAs(_FileLoaderNode__WEBPACK_IMPORTED_MODULE_11__.FileLoaderNode);
105113
105116
  const element = formSchemaRng.getElementByPath(node.getFullPath());
105114
105117
  const targetPath = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_6__.createAbsoluteFromMask)(this.getResolvedBindingPath(node), _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_6__.PathTokens.each);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "6.14.0-kl-features.1",
3
+ "version": "6.14.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,