@kontur.candy/generator 5.73.0 → 5.73.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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74360,7 +74360,7 @@ class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_9
|
|
|
74360
74360
|
}
|
|
74361
74361
|
buildKcValidationRuleCheck(condition) {
|
|
74362
74362
|
const prefix = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(condition.match.replace(/\@/g, ""), true).normalize();
|
|
74363
|
-
const target = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(condition.target.replace(/\@/g, ""),
|
|
74363
|
+
const target = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(condition.target.replace(/\@/g, ""), "auto");
|
|
74364
74364
|
const fullTarget = this.adjustPathMultiplicity(prefix.joinWith(target).normalize());
|
|
74365
74365
|
const precalculationRules = [];
|
|
74366
74366
|
return {
|