@kontur.candy/generator 5.84.0-extended-schema.2 → 5.84.0-extended-schema.4
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 +1021 -342
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45819,6 +45819,7 @@ class ExtendedError extends Error {
|
|
|
45819
45819
|
if (innerError instanceof Error) {
|
|
45820
45820
|
return innerError.message;
|
|
45821
45821
|
}
|
|
45822
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
45822
45823
|
return `${innerError}`;
|
|
45823
45824
|
}
|
|
45824
45825
|
}
|
|
@@ -47146,13 +47147,11 @@ class ModelPathImpl {
|
|
|
47146
47147
|
}
|
|
47147
47148
|
let stringIndex = currentStr.length;
|
|
47148
47149
|
while (stringIndex) {
|
|
47149
|
-
// tslint:disable-next-line:no-bitwise
|
|
47150
47150
|
hash = hash * 33 ^ currentStr.charCodeAt(--stringIndex);
|
|
47151
47151
|
}
|
|
47152
47152
|
}
|
|
47153
47153
|
|
|
47154
47154
|
/*
|
|
47155
|
-
tslint:disable-next-line:no-bitwise
|
|
47156
47155
|
JavaScript does bitwise operations (like XOR, above) on 32-bit signed
|
|
47157
47156
|
integers. Since we want the results to be always positive, convert the
|
|
47158
47157
|
signed int to an unsigned by doing an unsigned bitshift.
|
|
@@ -47667,6 +47666,27 @@ const OptionalSectionFilledFieldName = "isFilledOptional";
|
|
|
47667
47666
|
|
|
47668
47667
|
/***/ }),
|
|
47669
47668
|
|
|
47669
|
+
/***/ "./Common/SerializationUtils.ts":
|
|
47670
|
+
/*!**************************************!*\
|
|
47671
|
+
!*** ./Common/SerializationUtils.ts ***!
|
|
47672
|
+
\**************************************/
|
|
47673
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
47674
|
+
|
|
47675
|
+
"use strict";
|
|
47676
|
+
__webpack_require__.r(__webpack_exports__);
|
|
47677
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
47678
|
+
/* harmony export */ excludeUndefinedOrEmptyObjectJsonReplacer: () => (/* binding */ excludeUndefinedOrEmptyObjectJsonReplacer)
|
|
47679
|
+
/* harmony export */ });
|
|
47680
|
+
function excludeUndefinedOrEmptyObjectJsonReplacer(key, value) {
|
|
47681
|
+
const originalValue = this[key];
|
|
47682
|
+
if (originalValue == undefined || typeof originalValue === "object" && Object.keys(originalValue).length == 0) {
|
|
47683
|
+
return undefined;
|
|
47684
|
+
}
|
|
47685
|
+
return value;
|
|
47686
|
+
}
|
|
47687
|
+
|
|
47688
|
+
/***/ }),
|
|
47689
|
+
|
|
47670
47690
|
/***/ "./Common/TypingUtils.ts":
|
|
47671
47691
|
/*!*******************************!*\
|
|
47672
47692
|
!*** ./Common/TypingUtils.ts ***!
|
|
@@ -47707,6 +47727,7 @@ function isNotNullOrUndefined(input) {
|
|
|
47707
47727
|
return input != undefined;
|
|
47708
47728
|
}
|
|
47709
47729
|
function stringifyUnknownError(error) {
|
|
47730
|
+
// @ts-ignore
|
|
47710
47731
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
47711
47732
|
return typeof error === "object" && (error === null || error === void 0 ? void 0 : error["message"]);
|
|
47712
47733
|
}
|
|
@@ -47790,11 +47811,6 @@ function assertIs(value) {
|
|
|
47790
47811
|
// noop
|
|
47791
47812
|
}
|
|
47792
47813
|
|
|
47793
|
-
// region FS.Glob hardcode type
|
|
47794
|
-
// Костыль с типом, т.к. свежая версия @types/node требует TS 5 FS-8883
|
|
47795
|
-
|
|
47796
|
-
// endregion
|
|
47797
|
-
|
|
47798
47814
|
/***/ }),
|
|
47799
47815
|
|
|
47800
47816
|
/***/ "./Common/WellKnownDirectories.ts":
|
|
@@ -47966,6 +47982,27 @@ function createUnitId(id, instance) {
|
|
|
47966
47982
|
|
|
47967
47983
|
/***/ }),
|
|
47968
47984
|
|
|
47985
|
+
/***/ "./Engine/src/Controls/Helpers/InfoBlock/InfoBlockType.tsx":
|
|
47986
|
+
/*!*****************************************************************!*\
|
|
47987
|
+
!*** ./Engine/src/Controls/Helpers/InfoBlock/InfoBlockType.tsx ***!
|
|
47988
|
+
\*****************************************************************/
|
|
47989
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
47990
|
+
|
|
47991
|
+
"use strict";
|
|
47992
|
+
__webpack_require__.r(__webpack_exports__);
|
|
47993
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
47994
|
+
/* harmony export */ InfoBlockType: () => (/* binding */ InfoBlockType)
|
|
47995
|
+
/* harmony export */ });
|
|
47996
|
+
let InfoBlockType = /*#__PURE__*/function (InfoBlockType) {
|
|
47997
|
+
InfoBlockType[InfoBlockType["info"] = 0] = "info";
|
|
47998
|
+
InfoBlockType[InfoBlockType["error"] = 1] = "error";
|
|
47999
|
+
InfoBlockType[InfoBlockType["warning"] = 2] = "warning";
|
|
48000
|
+
InfoBlockType[InfoBlockType["success"] = 3] = "success";
|
|
48001
|
+
return InfoBlockType;
|
|
48002
|
+
}({});
|
|
48003
|
+
|
|
48004
|
+
/***/ }),
|
|
48005
|
+
|
|
47969
48006
|
/***/ "./Engine/src/Controls/Layout/SubHeader/SubHeaderTypes.ts":
|
|
47970
48007
|
/*!****************************************************************!*\
|
|
47971
48008
|
!*** ./Engine/src/Controls/Layout/SubHeader/SubHeaderTypes.ts ***!
|
|
@@ -48044,6 +48081,539 @@ function isMatchAbbreviation(abbreviation, value) {
|
|
|
48044
48081
|
|
|
48045
48082
|
/***/ }),
|
|
48046
48083
|
|
|
48084
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/AutoCalculations/CalculationFunctionBase.ts":
|
|
48085
|
+
/*!****************************************************************************************!*\
|
|
48086
|
+
!*** ./Engine/src/Engine/Core/Calculator2/AutoCalculations/CalculationFunctionBase.ts ***!
|
|
48087
|
+
\****************************************************************************************/
|
|
48088
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48089
|
+
|
|
48090
|
+
"use strict";
|
|
48091
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48092
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48093
|
+
/* harmony export */ CalculationFunctionBase: () => (/* binding */ CalculationFunctionBase)
|
|
48094
|
+
/* harmony export */ });
|
|
48095
|
+
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
48096
|
+
/* harmony import */ var _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/PathMatcher */ "./Common/ModelPath/PathMatcher.ts");
|
|
48097
|
+
/* harmony import */ var _ExecutionPlan_CalculationFunctionExecutionPlan__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../ExecutionPlan/CalculationFunctionExecutionPlan */ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/CalculationFunctionExecutionPlan.ts");
|
|
48098
|
+
/* harmony import */ var _ExecutionPlan_IterateOverChildrenPlanStep__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../ExecutionPlan/IterateOverChildrenPlanStep */ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/IterateOverChildrenPlanStep.ts");
|
|
48099
|
+
/* harmony import */ var _ExecutionPlan_PushIterationContextExecutionPlanStep__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../ExecutionPlan/PushIterationContextExecutionPlanStep */ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/PushIterationContextExecutionPlanStep.ts");
|
|
48100
|
+
/* harmony import */ var _ExecutionPlan_SimpleExecutionPlanStep__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../ExecutionPlan/SimpleExecutionPlanStep */ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/SimpleExecutionPlanStep.ts");
|
|
48101
|
+
/* harmony import */ var _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/ModelPathBuilder */ "./Common/ModelPath/ModelPathBuilder.ts");
|
|
48102
|
+
/* harmony import */ var _Common_ModelPath_Map_Map2__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/Map/Map2 */ "./Common/ModelPath/Map/Map2.ts");
|
|
48103
|
+
|
|
48104
|
+
|
|
48105
|
+
|
|
48106
|
+
|
|
48107
|
+
|
|
48108
|
+
|
|
48109
|
+
|
|
48110
|
+
|
|
48111
|
+
class CalculationFunctionBase {
|
|
48112
|
+
constructor(targetPath) {
|
|
48113
|
+
this.targetPath = void 0;
|
|
48114
|
+
this.pathIsOutsideDependenciesListCache = new _Common_ModelPath_Map_Map2__WEBPACK_IMPORTED_MODULE_7__.Map2();
|
|
48115
|
+
this.hasDependencyOutsideTargetMultiplicityCache = void 0;
|
|
48116
|
+
this.targetPath = targetPath;
|
|
48117
|
+
}
|
|
48118
|
+
getFullPlan() {
|
|
48119
|
+
const executionPlan = new _ExecutionPlan_CalculationFunctionExecutionPlan__WEBPACK_IMPORTED_MODULE_2__.CalculationFunctionExecutionPlan(this);
|
|
48120
|
+
const currentPrefix = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_6__.ModelPathBuilder(false);
|
|
48121
|
+
for (const pathPart of this.targetPath.splitByMultiplicity()) {
|
|
48122
|
+
if ((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.isModelPath)(pathPart)) {
|
|
48123
|
+
currentPrefix.append(pathPart);
|
|
48124
|
+
} else {
|
|
48125
|
+
executionPlan.addStep(new _ExecutionPlan_IterateOverChildrenPlanStep__WEBPACK_IMPORTED_MODULE_3__.IterateOverChildrenPlanStep(currentPrefix.toAbsolutePath()));
|
|
48126
|
+
currentPrefix.append(pathPart);
|
|
48127
|
+
}
|
|
48128
|
+
}
|
|
48129
|
+
executionPlan.addStep(new _ExecutionPlan_SimpleExecutionPlanStep__WEBPACK_IMPORTED_MODULE_5__.SimpleExecutionPlanStep());
|
|
48130
|
+
return executionPlan;
|
|
48131
|
+
}
|
|
48132
|
+
getPlanForTarget(targetPath2, iterationData, sync) {
|
|
48133
|
+
const executionPlan = new _ExecutionPlan_CalculationFunctionExecutionPlan__WEBPACK_IMPORTED_MODULE_2__.CalculationFunctionExecutionPlan(this);
|
|
48134
|
+
const currentPrefix = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_6__.ModelPathBuilder(false);
|
|
48135
|
+
const pathMatching = this.targetPath.matchFor(targetPath2);
|
|
48136
|
+
for (const match of pathMatching) {
|
|
48137
|
+
if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedPath) {
|
|
48138
|
+
currentPrefix.append(match.prefix);
|
|
48139
|
+
} else if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedMultiplicity) {
|
|
48140
|
+
if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.target)) {
|
|
48141
|
+
const currentPrefixPath = currentPrefix.toAbsolutePath();
|
|
48142
|
+
executionPlan.addStep(new _ExecutionPlan_IterateOverChildrenPlanStep__WEBPACK_IMPORTED_MODULE_3__.IterateOverChildrenPlanStep(currentPrefixPath, iterationData != undefined && currentPrefixPath.isEquals(iterationData.path) ? iterationData.instancesToIterate : undefined, sync));
|
|
48143
|
+
currentPrefix.append(match.source);
|
|
48144
|
+
} else if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isSimpleToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.target)) {
|
|
48145
|
+
currentPrefix.append(match.source);
|
|
48146
|
+
} else if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isSimpleToken(match.target)) {
|
|
48147
|
+
executionPlan.addStep(new _ExecutionPlan_PushIterationContextExecutionPlanStep__WEBPACK_IMPORTED_MODULE_4__.PushIterationContextExecutionPlanStep(currentPrefix.toPath(), match.target));
|
|
48148
|
+
currentPrefix.append(match.source);
|
|
48149
|
+
}
|
|
48150
|
+
} else {
|
|
48151
|
+
throw new Error(`Cannot build execution plan of function with target '${this.targetPath.toString()}' to evaluate '${targetPath2.toString()}'`);
|
|
48152
|
+
}
|
|
48153
|
+
}
|
|
48154
|
+
executionPlan.addStep(new _ExecutionPlan_SimpleExecutionPlanStep__WEBPACK_IMPORTED_MODULE_5__.SimpleExecutionPlanStep());
|
|
48155
|
+
return executionPlan;
|
|
48156
|
+
}
|
|
48157
|
+
pathIsOutsideDependenciesList(path) {
|
|
48158
|
+
return this.pathIsOutsideDependenciesListCache.getOrSet(path, () => Iterator.from(this.getDependencies()).map(x => x.getDependencyPath()).every(dependencyPath => {
|
|
48159
|
+
const matching = dependencyPath.matchFor(path);
|
|
48160
|
+
return dependencyPath.isContainCurrentIteration() && matching.find(matchingPart => matchingPart.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.DifferentSuffix) != undefined;
|
|
48161
|
+
}));
|
|
48162
|
+
}
|
|
48163
|
+
}
|
|
48164
|
+
|
|
48165
|
+
/***/ }),
|
|
48166
|
+
|
|
48167
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/CalculationFunctionDependency.ts":
|
|
48168
|
+
/*!*****************************************************************************!*\
|
|
48169
|
+
!*** ./Engine/src/Engine/Core/Calculator2/CalculationFunctionDependency.ts ***!
|
|
48170
|
+
\*****************************************************************************/
|
|
48171
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48172
|
+
|
|
48173
|
+
"use strict";
|
|
48174
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48175
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48176
|
+
/* harmony export */ CalculationFunctionDependency: () => (/* binding */ CalculationFunctionDependency)
|
|
48177
|
+
/* harmony export */ });
|
|
48178
|
+
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
48179
|
+
/* harmony import */ var _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../Common/ModelPath/PathMatcher */ "./Common/ModelPath/PathMatcher.ts");
|
|
48180
|
+
/* harmony import */ var _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../Common/ModelPath/ModelPathBuilder */ "./Common/ModelPath/ModelPathBuilder.ts");
|
|
48181
|
+
|
|
48182
|
+
|
|
48183
|
+
|
|
48184
|
+
class CalculationFunctionDependency {
|
|
48185
|
+
constructor(targetPath, dependencyPath) {
|
|
48186
|
+
this.targetPath = void 0;
|
|
48187
|
+
this.dependencyPath = void 0;
|
|
48188
|
+
this.targetPath = targetPath;
|
|
48189
|
+
this.dependencyPath = dependencyPath;
|
|
48190
|
+
}
|
|
48191
|
+
isMatchToPath(modelPath) {
|
|
48192
|
+
return this.dependencyPath.isIncludes(modelPath);
|
|
48193
|
+
}
|
|
48194
|
+
getDependencyPath() {
|
|
48195
|
+
return this.dependencyPath;
|
|
48196
|
+
}
|
|
48197
|
+
getTargetByChangedPath(changedPath) {
|
|
48198
|
+
const changedDependencyPath = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_2__.ModelPathBuilder(false);
|
|
48199
|
+
const dependencyMatching = this.dependencyPath.matchFor(changedPath);
|
|
48200
|
+
for (const dependencyMatch of dependencyMatching) {
|
|
48201
|
+
if (dependencyMatch.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedPath) {
|
|
48202
|
+
changedDependencyPath.append(dependencyMatch.prefix);
|
|
48203
|
+
} else if (dependencyMatch.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedMultiplicity) {
|
|
48204
|
+
if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isInstanceToken(dependencyMatch.target)) {
|
|
48205
|
+
if (dependencyMatch.source === _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.current) {
|
|
48206
|
+
changedDependencyPath.append(dependencyMatch.target);
|
|
48207
|
+
} else if (dependencyMatch.source === _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.each) {
|
|
48208
|
+
changedDependencyPath.append(_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.each);
|
|
48209
|
+
}
|
|
48210
|
+
} else {
|
|
48211
|
+
throw new Error("Changed path must be resolved path");
|
|
48212
|
+
}
|
|
48213
|
+
} else {
|
|
48214
|
+
return undefined;
|
|
48215
|
+
}
|
|
48216
|
+
}
|
|
48217
|
+
return this.getTargetByChangedChildrenPath(changedDependencyPath.toPath());
|
|
48218
|
+
}
|
|
48219
|
+
getTargetByChangedChildrenPath(changedPath) {
|
|
48220
|
+
const resultPath = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_2__.ModelPathBuilder(false);
|
|
48221
|
+
const pathMatching = this.targetPath.matchFor(changedPath);
|
|
48222
|
+
for (const match of pathMatching) {
|
|
48223
|
+
if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedPath) {
|
|
48224
|
+
resultPath.append(match.prefix);
|
|
48225
|
+
} else if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_1__.MatchKind.MatchedMultiplicity) {
|
|
48226
|
+
if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.target)) {
|
|
48227
|
+
resultPath.append(match.source);
|
|
48228
|
+
} else if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isSimpleToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.target)) {
|
|
48229
|
+
resultPath.append(match.source);
|
|
48230
|
+
} else if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(match.source) && _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isSimpleToken(match.target)) {
|
|
48231
|
+
resultPath.append(match.target);
|
|
48232
|
+
}
|
|
48233
|
+
} else {
|
|
48234
|
+
if (match.source != undefined) {
|
|
48235
|
+
resultPath.append(match.source);
|
|
48236
|
+
}
|
|
48237
|
+
break;
|
|
48238
|
+
}
|
|
48239
|
+
}
|
|
48240
|
+
return resultPath.toPath();
|
|
48241
|
+
}
|
|
48242
|
+
}
|
|
48243
|
+
|
|
48244
|
+
/***/ }),
|
|
48245
|
+
|
|
48246
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/CalculationTarget.ts":
|
|
48247
|
+
/*!*****************************************************************!*\
|
|
48248
|
+
!*** ./Engine/src/Engine/Core/Calculator2/CalculationTarget.ts ***!
|
|
48249
|
+
\*****************************************************************/
|
|
48250
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48251
|
+
|
|
48252
|
+
"use strict";
|
|
48253
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48254
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48255
|
+
/* harmony export */ CalculationTarget: () => (/* binding */ CalculationTarget),
|
|
48256
|
+
/* harmony export */ CalculationTargetAttribute: () => (/* binding */ CalculationTargetAttribute)
|
|
48257
|
+
/* harmony export */ });
|
|
48258
|
+
let CalculationTargetAttribute = /*#__PURE__*/function (CalculationTargetAttribute) {
|
|
48259
|
+
CalculationTargetAttribute[CalculationTargetAttribute["Value"] = 0] = "Value";
|
|
48260
|
+
CalculationTargetAttribute[CalculationTargetAttribute["Validation"] = 1] = "Validation";
|
|
48261
|
+
return CalculationTargetAttribute;
|
|
48262
|
+
}({});
|
|
48263
|
+
class CalculationTarget {
|
|
48264
|
+
constructor(modelPath, targetAttribute) {
|
|
48265
|
+
this.modelPath = void 0;
|
|
48266
|
+
this.targetAttribute = void 0;
|
|
48267
|
+
this.modelPath = modelPath;
|
|
48268
|
+
this.targetAttribute = targetAttribute;
|
|
48269
|
+
}
|
|
48270
|
+
isEquals(target) {
|
|
48271
|
+
return this.modelPath.isEquals(target.modelPath) && this.targetAttribute === target.targetAttribute;
|
|
48272
|
+
}
|
|
48273
|
+
toString() {
|
|
48274
|
+
const targetAttributeAsString = this.targetAttribute === CalculationTargetAttribute.Validation ? "Validation" : "Value";
|
|
48275
|
+
return `${this.modelPath}:${targetAttributeAsString}`;
|
|
48276
|
+
}
|
|
48277
|
+
getHash() {
|
|
48278
|
+
return this.modelPath.getHash() ^ this.targetAttribute;
|
|
48279
|
+
}
|
|
48280
|
+
}
|
|
48281
|
+
|
|
48282
|
+
/***/ }),
|
|
48283
|
+
|
|
48284
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/CalculationFunctionExecutionPlan.ts":
|
|
48285
|
+
/*!**********************************************************************************************!*\
|
|
48286
|
+
!*** ./Engine/src/Engine/Core/Calculator2/ExecutionPlan/CalculationFunctionExecutionPlan.ts ***!
|
|
48287
|
+
\**********************************************************************************************/
|
|
48288
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48289
|
+
|
|
48290
|
+
"use strict";
|
|
48291
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48292
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48293
|
+
/* harmony export */ CalculationFunctionExecutionPlan: () => (/* binding */ CalculationFunctionExecutionPlan)
|
|
48294
|
+
/* harmony export */ });
|
|
48295
|
+
/* harmony import */ var _Common_IterableUtils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../Common/IterableUtils */ "./Common/IterableUtils.ts");
|
|
48296
|
+
|
|
48297
|
+
class CalculationFunctionExecutionPlan {
|
|
48298
|
+
constructor(executable) {
|
|
48299
|
+
this.steps = [];
|
|
48300
|
+
this.executable = void 0;
|
|
48301
|
+
this.executable = executable;
|
|
48302
|
+
}
|
|
48303
|
+
addStep(step) {
|
|
48304
|
+
this.steps.push(step);
|
|
48305
|
+
}
|
|
48306
|
+
execute(context) {
|
|
48307
|
+
let resultAction = ctx => this.executable.execute(ctx);
|
|
48308
|
+
for (const step of (0,_Common_IterableUtils__WEBPACK_IMPORTED_MODULE_0__.reverseArray)(this.steps)) {
|
|
48309
|
+
const stepExecutor = step.getStepExecutor();
|
|
48310
|
+
resultAction = stepExecutor(resultAction);
|
|
48311
|
+
}
|
|
48312
|
+
return resultAction(context);
|
|
48313
|
+
}
|
|
48314
|
+
toDebugString() {
|
|
48315
|
+
return Iterator.from(this.steps).map(x => x.toDebugString()).reduce((x, y) => x === "" ? y : x + ", " + y, "");
|
|
48316
|
+
}
|
|
48317
|
+
}
|
|
48318
|
+
|
|
48319
|
+
/***/ }),
|
|
48320
|
+
|
|
48321
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/IterateOverChildrenPlanStep.ts":
|
|
48322
|
+
/*!*****************************************************************************************!*\
|
|
48323
|
+
!*** ./Engine/src/Engine/Core/Calculator2/ExecutionPlan/IterateOverChildrenPlanStep.ts ***!
|
|
48324
|
+
\*****************************************************************************************/
|
|
48325
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48326
|
+
|
|
48327
|
+
"use strict";
|
|
48328
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48329
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48330
|
+
/* harmony export */ IterateOverChildrenPlanStep: () => (/* binding */ IterateOverChildrenPlanStep)
|
|
48331
|
+
/* harmony export */ });
|
|
48332
|
+
/* harmony import */ var _ModelPath_IterationContext__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ModelPath/IterationContext */ "./Engine/src/Engine/Core/Calculator2/ModelPath/IterationContext.ts");
|
|
48333
|
+
/* harmony import */ var _Common_Errors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../Common/Errors */ "./Common/Errors.ts");
|
|
48334
|
+
|
|
48335
|
+
|
|
48336
|
+
class IterateOverChildrenPlanStep {
|
|
48337
|
+
constructor(pathToList, instancesToIterate, sync) {
|
|
48338
|
+
this.pathToList = void 0;
|
|
48339
|
+
this.sync = void 0;
|
|
48340
|
+
this.instancesToIterate = void 0;
|
|
48341
|
+
this.sync = sync;
|
|
48342
|
+
this.pathToList = pathToList;
|
|
48343
|
+
this.instancesToIterate = instancesToIterate;
|
|
48344
|
+
}
|
|
48345
|
+
getStepExecutor() {
|
|
48346
|
+
var _this$sync;
|
|
48347
|
+
return ((_this$sync = this.sync) !== null && _this$sync !== void 0 ? _this$sync : false) ? this.getSyncCalculationActionDecorator() : this.getAsyncCalculationActionDecorator();
|
|
48348
|
+
}
|
|
48349
|
+
getAsyncCalculationActionDecorator() {
|
|
48350
|
+
const pathToList = this.pathToList;
|
|
48351
|
+
return action => async context => {
|
|
48352
|
+
var _ref, _this$instancesToIter;
|
|
48353
|
+
const instances = (_ref = (_this$instancesToIter = this.instancesToIterate) !== null && _this$instancesToIter !== void 0 ? _this$instancesToIter : context.getInstances(pathToList)) !== null && _ref !== void 0 ? _ref : [];
|
|
48354
|
+
for (const instance of instances) {
|
|
48355
|
+
const newContext = context.pushIterationContext(new _ModelPath_IterationContext__WEBPACK_IMPORTED_MODULE_0__.IterationContext(pathToList, instance));
|
|
48356
|
+
await action(newContext);
|
|
48357
|
+
}
|
|
48358
|
+
};
|
|
48359
|
+
}
|
|
48360
|
+
getSyncCalculationActionDecorator() {
|
|
48361
|
+
const pathToList = this.pathToList;
|
|
48362
|
+
return action => context => {
|
|
48363
|
+
var _ref2, _this$instancesToIter2;
|
|
48364
|
+
const instances = (_ref2 = (_this$instancesToIter2 = this.instancesToIterate) !== null && _this$instancesToIter2 !== void 0 ? _this$instancesToIter2 : context.getInstances(pathToList)) !== null && _ref2 !== void 0 ? _ref2 : [];
|
|
48365
|
+
for (const instance of instances) {
|
|
48366
|
+
const newContext = context.pushIterationContext(new _ModelPath_IterationContext__WEBPACK_IMPORTED_MODULE_0__.IterationContext(pathToList, instance));
|
|
48367
|
+
const result = action(newContext);
|
|
48368
|
+
if (result != undefined) {
|
|
48369
|
+
throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.InvalidProgramStateError();
|
|
48370
|
+
}
|
|
48371
|
+
}
|
|
48372
|
+
};
|
|
48373
|
+
}
|
|
48374
|
+
toDebugString() {
|
|
48375
|
+
return `iterate(${this.pathToList.toString()})`;
|
|
48376
|
+
}
|
|
48377
|
+
}
|
|
48378
|
+
|
|
48379
|
+
/***/ }),
|
|
48380
|
+
|
|
48381
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/PushIterationContextExecutionPlanStep.ts":
|
|
48382
|
+
/*!***************************************************************************************************!*\
|
|
48383
|
+
!*** ./Engine/src/Engine/Core/Calculator2/ExecutionPlan/PushIterationContextExecutionPlanStep.ts ***!
|
|
48384
|
+
\***************************************************************************************************/
|
|
48385
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48386
|
+
|
|
48387
|
+
"use strict";
|
|
48388
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48389
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48390
|
+
/* harmony export */ PushIterationContextExecutionPlanStep: () => (/* binding */ PushIterationContextExecutionPlanStep)
|
|
48391
|
+
/* harmony export */ });
|
|
48392
|
+
/* harmony import */ var _ModelPath_IterationContext__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ModelPath/IterationContext */ "./Engine/src/Engine/Core/Calculator2/ModelPath/IterationContext.ts");
|
|
48393
|
+
|
|
48394
|
+
class PushIterationContextExecutionPlanStep {
|
|
48395
|
+
constructor(pathToList, instance) {
|
|
48396
|
+
this.instance = void 0;
|
|
48397
|
+
this.pathToList = void 0;
|
|
48398
|
+
this.instance = instance;
|
|
48399
|
+
this.pathToList = pathToList;
|
|
48400
|
+
}
|
|
48401
|
+
getStepExecutor() {
|
|
48402
|
+
return action => context => action(context.pushIterationContext(new _ModelPath_IterationContext__WEBPACK_IMPORTED_MODULE_0__.IterationContext(this.pathToList, this.instance)));
|
|
48403
|
+
}
|
|
48404
|
+
toDebugString() {
|
|
48405
|
+
return `take(${this.pathToList}/${this.instance})`;
|
|
48406
|
+
}
|
|
48407
|
+
}
|
|
48408
|
+
|
|
48409
|
+
/***/ }),
|
|
48410
|
+
|
|
48411
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/ExecutionPlan/SimpleExecutionPlanStep.ts":
|
|
48412
|
+
/*!*************************************************************************************!*\
|
|
48413
|
+
!*** ./Engine/src/Engine/Core/Calculator2/ExecutionPlan/SimpleExecutionPlanStep.ts ***!
|
|
48414
|
+
\*************************************************************************************/
|
|
48415
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48416
|
+
|
|
48417
|
+
"use strict";
|
|
48418
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48419
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48420
|
+
/* harmony export */ SimpleExecutionPlanStep: () => (/* binding */ SimpleExecutionPlanStep)
|
|
48421
|
+
/* harmony export */ });
|
|
48422
|
+
class SimpleExecutionPlanStep {
|
|
48423
|
+
toDebugString() {
|
|
48424
|
+
return "evaluate";
|
|
48425
|
+
}
|
|
48426
|
+
getStepExecutor() {
|
|
48427
|
+
return action => action;
|
|
48428
|
+
}
|
|
48429
|
+
}
|
|
48430
|
+
|
|
48431
|
+
/***/ }),
|
|
48432
|
+
|
|
48433
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/ModelPath/IterationContext.ts":
|
|
48434
|
+
/*!**************************************************************************!*\
|
|
48435
|
+
!*** ./Engine/src/Engine/Core/Calculator2/ModelPath/IterationContext.ts ***!
|
|
48436
|
+
\**************************************************************************/
|
|
48437
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48438
|
+
|
|
48439
|
+
"use strict";
|
|
48440
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48441
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48442
|
+
/* harmony export */ IterationContext: () => (/* binding */ IterationContext)
|
|
48443
|
+
/* harmony export */ });
|
|
48444
|
+
/* harmony import */ var _Common_IterableUtils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../Common/IterableUtils */ "./Common/IterableUtils.ts");
|
|
48445
|
+
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
48446
|
+
/* harmony import */ var _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/PathMatcher */ "./Common/ModelPath/PathMatcher.ts");
|
|
48447
|
+
/* harmony import */ var _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/ModelPathBuilder */ "./Common/ModelPath/ModelPathBuilder.ts");
|
|
48448
|
+
|
|
48449
|
+
|
|
48450
|
+
|
|
48451
|
+
|
|
48452
|
+
class IterationContext {
|
|
48453
|
+
constructor(pathToList, instance) {
|
|
48454
|
+
this.pathToList = void 0;
|
|
48455
|
+
this.instance = void 0;
|
|
48456
|
+
this.pathToList = pathToList.joinWith(_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.PathTokens.each);
|
|
48457
|
+
this.instance = instance;
|
|
48458
|
+
}
|
|
48459
|
+
applyTo(modelPath) {
|
|
48460
|
+
const pathMatching = this.pathToList.matchFor(modelPath);
|
|
48461
|
+
const resultPath = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_3__.ModelPathBuilder(false);
|
|
48462
|
+
const lastMatchedMultiplicity = (0,_Common_IterableUtils__WEBPACK_IMPORTED_MODULE_0__.findLast)(pathMatching, x => x.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_2__.MatchKind.MatchedMultiplicity);
|
|
48463
|
+
for (const match of pathMatching) {
|
|
48464
|
+
if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_2__.MatchKind.MatchedPath) {
|
|
48465
|
+
resultPath.append(match.prefix);
|
|
48466
|
+
} else if (match.kind === _Common_ModelPath_PathMatcher__WEBPACK_IMPORTED_MODULE_2__.MatchKind.MatchedMultiplicity) {
|
|
48467
|
+
if (match === lastMatchedMultiplicity) {
|
|
48468
|
+
if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.PathTokens.isMultiToken(match.target)) {
|
|
48469
|
+
resultPath.append(this.instance);
|
|
48470
|
+
} else {
|
|
48471
|
+
resultPath.append(match.target);
|
|
48472
|
+
}
|
|
48473
|
+
} else {
|
|
48474
|
+
resultPath.append(match.target);
|
|
48475
|
+
}
|
|
48476
|
+
} else {
|
|
48477
|
+
if (match.source != undefined) {
|
|
48478
|
+
return modelPath;
|
|
48479
|
+
}
|
|
48480
|
+
if (match.target != undefined) {
|
|
48481
|
+
resultPath.append(match.target);
|
|
48482
|
+
}
|
|
48483
|
+
}
|
|
48484
|
+
}
|
|
48485
|
+
// Тут получается так, что по другому никак
|
|
48486
|
+
// @ts-expect-error
|
|
48487
|
+
return resultPath.toPath();
|
|
48488
|
+
}
|
|
48489
|
+
}
|
|
48490
|
+
|
|
48491
|
+
/***/ }),
|
|
48492
|
+
|
|
48493
|
+
/***/ "./Engine/src/Engine/Core/Calculator2/Validations/ValidationFunction.ts":
|
|
48494
|
+
/*!******************************************************************************!*\
|
|
48495
|
+
!*** ./Engine/src/Engine/Core/Calculator2/Validations/ValidationFunction.ts ***!
|
|
48496
|
+
\******************************************************************************/
|
|
48497
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48498
|
+
|
|
48499
|
+
"use strict";
|
|
48500
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48501
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48502
|
+
/* harmony export */ ValidationFunction: () => (/* binding */ ValidationFunction),
|
|
48503
|
+
/* harmony export */ ValidationFunctionResults: () => (/* binding */ ValidationFunctionResults),
|
|
48504
|
+
/* harmony export */ ValidationSeverity: () => (/* binding */ ValidationSeverity)
|
|
48505
|
+
/* harmony export */ });
|
|
48506
|
+
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
48507
|
+
/* harmony import */ var _AutoCalculations_CalculationFunctionBase__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../AutoCalculations/CalculationFunctionBase */ "./Engine/src/Engine/Core/Calculator2/AutoCalculations/CalculationFunctionBase.ts");
|
|
48508
|
+
/* harmony import */ var _CalculationFunctionDependency__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../CalculationFunctionDependency */ "./Engine/src/Engine/Core/Calculator2/CalculationFunctionDependency.ts");
|
|
48509
|
+
/* harmony import */ var _CalculationTarget__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../CalculationTarget */ "./Engine/src/Engine/Core/Calculator2/CalculationTarget.ts");
|
|
48510
|
+
/* harmony import */ var _Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../Helpers/StateAccessors/GetValueByPath */ "./Engine/src/Helpers/StateAccessors/GetValueByPath.ts");
|
|
48511
|
+
/* harmony import */ var _Common_IterableUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../Common/IterableUtils */ "./Common/IterableUtils.ts");
|
|
48512
|
+
|
|
48513
|
+
|
|
48514
|
+
|
|
48515
|
+
|
|
48516
|
+
|
|
48517
|
+
|
|
48518
|
+
let ValidationSeverity = /*#__PURE__*/function (ValidationSeverity) {
|
|
48519
|
+
ValidationSeverity["Error"] = "Error";
|
|
48520
|
+
ValidationSeverity["Warning"] = "Warning";
|
|
48521
|
+
return ValidationSeverity;
|
|
48522
|
+
}({});
|
|
48523
|
+
class ValidationFunctionResults {
|
|
48524
|
+
static Valid() {
|
|
48525
|
+
return {
|
|
48526
|
+
valid: true
|
|
48527
|
+
};
|
|
48528
|
+
}
|
|
48529
|
+
static Invalid(message, severity = ValidationSeverity.Error) {
|
|
48530
|
+
return {
|
|
48531
|
+
valid: false,
|
|
48532
|
+
message: message,
|
|
48533
|
+
severity: severity
|
|
48534
|
+
};
|
|
48535
|
+
}
|
|
48536
|
+
}
|
|
48537
|
+
class ValidationFunction extends _AutoCalculations_CalculationFunctionBase__WEBPACK_IMPORTED_MODULE_1__.CalculationFunctionBase {
|
|
48538
|
+
constructor(targetPath, dependenciesPaths, evaluator, source) {
|
|
48539
|
+
super(targetPath);
|
|
48540
|
+
this.calculationTarget = void 0;
|
|
48541
|
+
this.dependencies = void 0;
|
|
48542
|
+
this.evaluator = void 0;
|
|
48543
|
+
this.source = void 0;
|
|
48544
|
+
this.allDependencies = void 0;
|
|
48545
|
+
this.source = source;
|
|
48546
|
+
this.calculationTarget = new _CalculationTarget__WEBPACK_IMPORTED_MODULE_3__.CalculationTarget(targetPath, _CalculationTarget__WEBPACK_IMPORTED_MODULE_3__.CalculationTargetAttribute.Validation);
|
|
48547
|
+
this.dependencies = dependenciesPaths.map(x => new _CalculationFunctionDependency__WEBPACK_IMPORTED_MODULE_2__.CalculationFunctionDependency(targetPath, x));
|
|
48548
|
+
this.evaluator = evaluator;
|
|
48549
|
+
this.allDependencies = [...this.dependencies, new _CalculationFunctionDependency__WEBPACK_IMPORTED_MODULE_2__.CalculationFunctionDependency(this.targetPath, this.targetPath.toCurrentIteration())];
|
|
48550
|
+
}
|
|
48551
|
+
getDependencies() {
|
|
48552
|
+
return this.allDependencies;
|
|
48553
|
+
}
|
|
48554
|
+
static conditionalValidatorEvaluator(validateIfCondition, evaluator) {
|
|
48555
|
+
if (validateIfCondition == null) {
|
|
48556
|
+
return evaluator;
|
|
48557
|
+
}
|
|
48558
|
+
return (context, targetPath) => {
|
|
48559
|
+
if (validateIfCondition(context)) {
|
|
48560
|
+
return evaluator(context, targetPath);
|
|
48561
|
+
}
|
|
48562
|
+
return ValidationFunctionResults.Valid();
|
|
48563
|
+
};
|
|
48564
|
+
}
|
|
48565
|
+
static javascriptSugarExpressionToEvaluator(form, conditionContextAndDeps) {
|
|
48566
|
+
if (conditionContextAndDeps.length == 0) {
|
|
48567
|
+
return undefined;
|
|
48568
|
+
}
|
|
48569
|
+
const condition = evaluationContext => conditionContextAndDeps.map(([generatedExpressionFn, contextCurrentElement]) => {
|
|
48570
|
+
const getValueByPathGeneratedFn = (expressionPath, fieldName) => {
|
|
48571
|
+
var _evaluationContext$ge;
|
|
48572
|
+
if (expressionPath.startsWith("@")) {
|
|
48573
|
+
const state = form.store.getState();
|
|
48574
|
+
return (0,_Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__.getValueByPath)(state, () => "", expressionPath, fieldName);
|
|
48575
|
+
}
|
|
48576
|
+
const generatedAbsoluteModelPath = contextCurrentElement.joinWith((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(expressionPath, "auto")).normalize();
|
|
48577
|
+
if (fieldName === "children") {
|
|
48578
|
+
const instances = evaluationContext.getInstances(generatedAbsoluteModelPath);
|
|
48579
|
+
return Array.isArray(instances) ? instances : [...instances];
|
|
48580
|
+
}
|
|
48581
|
+
return (_evaluationContext$ge = evaluationContext.get(generatedAbsoluteModelPath)) !== null && _evaluationContext$ge !== void 0 ? _evaluationContext$ge : "";
|
|
48582
|
+
};
|
|
48583
|
+
const getCountByPathGeneratedFn = expressionPath => {
|
|
48584
|
+
const generatedAbsoluteModelPath = contextCurrentElement.joinWith((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(expressionPath, "auto")).normalize();
|
|
48585
|
+
return (0,_Common_IterableUtils__WEBPACK_IMPORTED_MODULE_5__.count)(evaluationContext.getInstances(generatedAbsoluteModelPath));
|
|
48586
|
+
};
|
|
48587
|
+
return generatedExpressionFn(getValueByPathGeneratedFn, getCountByPathGeneratedFn);
|
|
48588
|
+
}).reduce((x, y) => x && y, true);
|
|
48589
|
+
return condition;
|
|
48590
|
+
}
|
|
48591
|
+
async execute(context) {
|
|
48592
|
+
const evaluator = this.evaluator;
|
|
48593
|
+
const targetPath = this.targetPath;
|
|
48594
|
+
if (context.isIgnoredPath(targetPath)) {
|
|
48595
|
+
return;
|
|
48596
|
+
}
|
|
48597
|
+
const evaluationResult = await evaluator(context, context.resolvePath(targetPath));
|
|
48598
|
+
if (evaluationResult.valid || evaluationResult.severity === ValidationSeverity.Error) {
|
|
48599
|
+
context.setError(targetPath, evaluationResult.valid ? undefined : evaluationResult.message);
|
|
48600
|
+
} else {
|
|
48601
|
+
context.setWarning(targetPath, evaluationResult.message);
|
|
48602
|
+
}
|
|
48603
|
+
}
|
|
48604
|
+
isDependsOn(calculationTarget) {
|
|
48605
|
+
return calculationTarget.targetAttribute === _CalculationTarget__WEBPACK_IMPORTED_MODULE_3__.CalculationTargetAttribute.Value && this.dependencies.some(x => x.isMatchToPath(calculationTarget.modelPath));
|
|
48606
|
+
}
|
|
48607
|
+
getTarget() {
|
|
48608
|
+
return this.calculationTarget;
|
|
48609
|
+
}
|
|
48610
|
+
asDebugString() {
|
|
48611
|
+
return `KCXmlValidationFunction(\n${this.source}\n)`;
|
|
48612
|
+
}
|
|
48613
|
+
}
|
|
48614
|
+
|
|
48615
|
+
/***/ }),
|
|
48616
|
+
|
|
48047
48617
|
/***/ "./Engine/src/Engine/Core/CoreTypes.ts":
|
|
48048
48618
|
/*!*********************************************!*\
|
|
48049
48619
|
!*** ./Engine/src/Engine/Core/CoreTypes.ts ***!
|
|
@@ -48158,7 +48728,6 @@ class PathUtils {
|
|
|
48158
48728
|
parentLength = parentPath.lastIndexOf("/", parentLength - 1);
|
|
48159
48729
|
i += 1;
|
|
48160
48730
|
}
|
|
48161
|
-
// tslint:disable-next-line:no-parameter-reassignment
|
|
48162
48731
|
parentPath = parentPath.substr(0, parentLength);
|
|
48163
48732
|
pathSuffix = pathSuffix.substr(i);
|
|
48164
48733
|
return (parentPath.length && pathSuffix.length && pathSuffix[0] !== "." ? parentPath + "/" : parentPath) + pathSuffix;
|
|
@@ -48574,7 +49143,6 @@ function getAsyncResultHandler(argsMapping, calcFn) {
|
|
|
48574
49143
|
if (isNaN(calculationResult[2])) {
|
|
48575
49144
|
calculationResult[2] = "";
|
|
48576
49145
|
} else if (calculationResult[2] instanceof big_js__WEBPACK_IMPORTED_MODULE_0__["default"]) {
|
|
48577
|
-
// tslint:disable-next-line no-unsafe-any
|
|
48578
49146
|
calculationResult[2] = calculationResult[2].toFixed();
|
|
48579
49147
|
} else {
|
|
48580
49148
|
calculationResult[2] = String(calculationResult[2]);
|
|
@@ -48593,7 +49161,6 @@ function getAsyncTextResultHandler(argsMapping, calcFn) {
|
|
|
48593
49161
|
if (!calculationResult[2]) {
|
|
48594
49162
|
calculationResult[2] = "";
|
|
48595
49163
|
} else if (calculationResult[2] instanceof big_js__WEBPACK_IMPORTED_MODULE_0__["default"]) {
|
|
48596
|
-
// tslint:disable-next-line no-unsafe-any
|
|
48597
49164
|
calculationResult[2] = calculationResult[2].toFixed();
|
|
48598
49165
|
} else {
|
|
48599
49166
|
if (typeof calculationResult[2] === "object") {
|
|
@@ -48667,7 +49234,6 @@ function checkValuesArguments(args) {
|
|
|
48667
49234
|
continue;
|
|
48668
49235
|
}
|
|
48669
49236
|
// @ts-ignore
|
|
48670
|
-
// tslint:disable-next-line no-unsafe-any
|
|
48671
49237
|
if (args[argName] && args[argName].values && args[argName].values.find(val => val !== "")) {
|
|
48672
49238
|
return true;
|
|
48673
49239
|
}
|
|
@@ -49021,6 +49587,82 @@ let FilterType = /*#__PURE__*/function (FilterType) {
|
|
|
49021
49587
|
|
|
49022
49588
|
/***/ }),
|
|
49023
49589
|
|
|
49590
|
+
/***/ "./Engine/src/Helpers/StateAccessors/GetValueByPath.ts":
|
|
49591
|
+
/*!*************************************************************!*\
|
|
49592
|
+
!*** ./Engine/src/Helpers/StateAccessors/GetValueByPath.ts ***!
|
|
49593
|
+
\*************************************************************/
|
|
49594
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
49595
|
+
|
|
49596
|
+
"use strict";
|
|
49597
|
+
__webpack_require__.r(__webpack_exports__);
|
|
49598
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
49599
|
+
/* harmony export */ getExternalPropertyValue: () => (/* binding */ getExternalPropertyValue),
|
|
49600
|
+
/* harmony export */ getValueByPath: () => (/* binding */ getValueByPath)
|
|
49601
|
+
/* harmony export */ });
|
|
49602
|
+
function isPrimitiveValue(value) {
|
|
49603
|
+
return typeof value === "string" || typeof value === "number" || typeof value === "boolean";
|
|
49604
|
+
}
|
|
49605
|
+
function getFeatureFlagByPath(state, path) {
|
|
49606
|
+
var _state$featureFlags;
|
|
49607
|
+
let value = undefined;
|
|
49608
|
+
const featureFlagValue = state === null || state === void 0 || (_state$featureFlags = state.featureFlags) === null || _state$featureFlags === void 0 ? void 0 : _state$featureFlags[path.replace("@featureFlags/", "")];
|
|
49609
|
+
if (featureFlagValue == undefined) {
|
|
49610
|
+
value = undefined;
|
|
49611
|
+
} else if (isPrimitiveValue(featureFlagValue)) {
|
|
49612
|
+
value = featureFlagValue;
|
|
49613
|
+
} else {
|
|
49614
|
+
// eslint-disable-next-line no-console
|
|
49615
|
+
console.warn(`FeatureFlags of type "${typeof featureFlagValue}" is not supported`);
|
|
49616
|
+
}
|
|
49617
|
+
return value;
|
|
49618
|
+
}
|
|
49619
|
+
function getSettingByPath(state, path) {
|
|
49620
|
+
var _state$settings;
|
|
49621
|
+
let value = undefined;
|
|
49622
|
+
const settingValue = (_state$settings = state.settings) === null || _state$settings === void 0 ? void 0 : _state$settings[path.replace("@settings/", "")];
|
|
49623
|
+
if (settingValue == undefined) {
|
|
49624
|
+
value = undefined;
|
|
49625
|
+
} else if (isPrimitiveValue(settingValue)) {
|
|
49626
|
+
value = settingValue;
|
|
49627
|
+
} else {
|
|
49628
|
+
// eslint-disable-next-line no-console
|
|
49629
|
+
console.warn(`Setting of type "${typeof settingValue}" is not supported`);
|
|
49630
|
+
}
|
|
49631
|
+
return value;
|
|
49632
|
+
}
|
|
49633
|
+
function getExternalPropertyValue(state, path) {
|
|
49634
|
+
if (path.startsWith("@mergedPropertiesForBackendCompatibility/")) {
|
|
49635
|
+
var _ref, _ref2, _getFeatureFlagByPath, _state$requisites;
|
|
49636
|
+
// Что это за история: на бекенде getProperty не принимает тип внешней переменной -- просто имя, они какбы
|
|
49637
|
+
// сливаются в одну кучу (ну или так было), поэтому для обраной совместимости может приходит такой префикс
|
|
49638
|
+
// когда мы потеряли контекс.
|
|
49639
|
+
const name = path.replace("@mergedPropertiesForBackendCompatibility/", "");
|
|
49640
|
+
return (_ref = (_ref2 = (_getFeatureFlagByPath = getFeatureFlagByPath(state, "@featureFlags/" + name)) !== null && _getFeatureFlagByPath !== void 0 ? _getFeatureFlagByPath : getSettingByPath(state, "@settings/" + name)) !== null && _ref2 !== void 0 ? _ref2 : state === null || state === void 0 || (_state$requisites = state.requisites) === null || _state$requisites === void 0 || (_state$requisites = _state$requisites["@" + name]) === null || _state$requisites === void 0 ? void 0 : _state$requisites.value) !== null && _ref !== void 0 ? _ref : "";
|
|
49641
|
+
} else if (path.startsWith("@featureFlags/")) {
|
|
49642
|
+
var _getFeatureFlagByPath2;
|
|
49643
|
+
return (_getFeatureFlagByPath2 = getFeatureFlagByPath(state, path)) !== null && _getFeatureFlagByPath2 !== void 0 ? _getFeatureFlagByPath2 : "";
|
|
49644
|
+
} else if (path.startsWith("@settings/")) {
|
|
49645
|
+
var _getSettingByPath;
|
|
49646
|
+
return (_getSettingByPath = getSettingByPath(state, path)) !== null && _getSettingByPath !== void 0 ? _getSettingByPath : "";
|
|
49647
|
+
} else if (path.startsWith("@")) {
|
|
49648
|
+
var _state$requisites$pat, _state$requisites2;
|
|
49649
|
+
return (_state$requisites$pat = state === null || state === void 0 || (_state$requisites2 = state.requisites) === null || _state$requisites2 === void 0 || (_state$requisites2 = _state$requisites2[path]) === null || _state$requisites2 === void 0 ? void 0 : _state$requisites2.value) !== null && _state$requisites$pat !== void 0 ? _state$requisites$pat : "";
|
|
49650
|
+
}
|
|
49651
|
+
return "";
|
|
49652
|
+
}
|
|
49653
|
+
function getValueByPath(state, selector, path, name = "value") {
|
|
49654
|
+
var _value;
|
|
49655
|
+
let value;
|
|
49656
|
+
if (typeof path === "string") {
|
|
49657
|
+
value = getExternalPropertyValue(state, path);
|
|
49658
|
+
} else {
|
|
49659
|
+
value = selector(state, path, name);
|
|
49660
|
+
}
|
|
49661
|
+
return (_value = value) !== null && _value !== void 0 ? _value : "";
|
|
49662
|
+
}
|
|
49663
|
+
|
|
49664
|
+
/***/ }),
|
|
49665
|
+
|
|
49024
49666
|
/***/ "./Engine/src/Helpers/StringHelpers.ts":
|
|
49025
49667
|
/*!*********************************************!*\
|
|
49026
49668
|
!*** ./Engine/src/Helpers/StringHelpers.ts ***!
|
|
@@ -49127,6 +49769,7 @@ class ClassInstanceBuilder {
|
|
|
49127
49769
|
set(paramIndex, value) {
|
|
49128
49770
|
// @ts-ignore Это приведение валидно, но TypeScript пока этого не понимает
|
|
49129
49771
|
const paramIndexAsNumber = paramIndex;
|
|
49772
|
+
// @ts-ignore
|
|
49130
49773
|
this.params[paramIndexAsNumber] = value;
|
|
49131
49774
|
}
|
|
49132
49775
|
build() {
|
|
@@ -49254,7 +49897,6 @@ class PropsBuilder {
|
|
|
49254
49897
|
} else if (isExpressionPropValue(value)) {
|
|
49255
49898
|
result += `${key}: ${value.expression},`;
|
|
49256
49899
|
} else if (typeof value === "object") {
|
|
49257
|
-
// tslint:disable-next-line no-unsafe-any
|
|
49258
49900
|
result += `${key}: ${this.objectToString(value)},`;
|
|
49259
49901
|
} else if (value === null) {
|
|
49260
49902
|
result += `${key}: ${value},`;
|
|
@@ -49262,6 +49904,8 @@ class PropsBuilder {
|
|
|
49262
49904
|
}
|
|
49263
49905
|
return `{${result}}`;
|
|
49264
49906
|
}
|
|
49907
|
+
|
|
49908
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
49265
49909
|
throw new Error(`${object} должен быть объектом`);
|
|
49266
49910
|
}
|
|
49267
49911
|
toString() {
|
|
@@ -50551,8 +51195,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
50551
51195
|
/* harmony import */ var antlr4ts_misc__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(antlr4ts_misc__WEBPACK_IMPORTED_MODULE_0__);
|
|
50552
51196
|
/* harmony import */ var _Common_Errors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../Common/Errors */ "./Common/Errors.ts");
|
|
50553
51197
|
/* harmony import */ var _KCLangAntlrFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./KCLangAntlrFunctions */ "./Generator/src/common/KCLang/Antlr/KCLangAntlrFunctions.ts");
|
|
50554
|
-
/* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */
|
|
50555
|
-
|
|
50556
51198
|
|
|
50557
51199
|
|
|
50558
51200
|
|
|
@@ -51272,7 +51914,6 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51272
51914
|
get vocabulary() {
|
|
51273
51915
|
return KcLang.VOCABULARY;
|
|
51274
51916
|
}
|
|
51275
|
-
// tslint:enable:no-trailing-whitespace
|
|
51276
51917
|
|
|
51277
51918
|
// @Override
|
|
51278
51919
|
get grammarFileName() {
|
|
@@ -51297,7 +51938,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51297
51938
|
}
|
|
51298
51939
|
// @RuleVersion(0)
|
|
51299
51940
|
kclang() {
|
|
51300
|
-
|
|
51941
|
+
const _localctx = new KclangContext(this._ctx, this.state);
|
|
51301
51942
|
this.enterRule(_localctx, 0, KcLang.RULE_kclang);
|
|
51302
51943
|
let _la;
|
|
51303
51944
|
try {
|
|
@@ -51306,7 +51947,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51306
51947
|
this.state = 159;
|
|
51307
51948
|
this._errHandler.sync(this);
|
|
51308
51949
|
_la = this._input.LA(1);
|
|
51309
|
-
while ((_la - 25 & ~
|
|
51950
|
+
while ((_la - 25 & ~0x1f) === 0 && (1 << _la - 25 & (1 << KcLang.VAR - 25 | 1 << KcLang.IN - 25 | 1 << KcLang.NAME - 25)) !== 0) {
|
|
51310
51951
|
{
|
|
51311
51952
|
{
|
|
51312
51953
|
this.state = 156;
|
|
@@ -51335,7 +51976,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51335
51976
|
}
|
|
51336
51977
|
// @RuleVersion(0)
|
|
51337
51978
|
singlePath() {
|
|
51338
|
-
|
|
51979
|
+
const _localctx = new SinglePathContext(this._ctx, this.state);
|
|
51339
51980
|
this.enterRule(_localctx, 2, KcLang.RULE_singlePath);
|
|
51340
51981
|
try {
|
|
51341
51982
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51360,7 +52001,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51360
52001
|
}
|
|
51361
52002
|
// @RuleVersion(0)
|
|
51362
52003
|
singleInterpolationContent() {
|
|
51363
|
-
|
|
52004
|
+
const _localctx = new SingleInterpolationContentContext(this._ctx, this.state);
|
|
51364
52005
|
this.enterRule(_localctx, 4, KcLang.RULE_singleInterpolationContent);
|
|
51365
52006
|
try {
|
|
51366
52007
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51385,7 +52026,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51385
52026
|
}
|
|
51386
52027
|
// @RuleVersion(0)
|
|
51387
52028
|
singleInterpolatedString() {
|
|
51388
|
-
|
|
52029
|
+
const _localctx = new SingleInterpolatedStringContext(this._ctx, this.state);
|
|
51389
52030
|
this.enterRule(_localctx, 6, KcLang.RULE_singleInterpolatedString);
|
|
51390
52031
|
try {
|
|
51391
52032
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51410,7 +52051,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51410
52051
|
}
|
|
51411
52052
|
// @RuleVersion(0)
|
|
51412
52053
|
singleExpression() {
|
|
51413
|
-
|
|
52054
|
+
const _localctx = new SingleExpressionContext(this._ctx, this.state);
|
|
51414
52055
|
this.enterRule(_localctx, 8, KcLang.RULE_singleExpression);
|
|
51415
52056
|
try {
|
|
51416
52057
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51435,7 +52076,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51435
52076
|
}
|
|
51436
52077
|
// @RuleVersion(0)
|
|
51437
52078
|
globalDefinition() {
|
|
51438
|
-
|
|
52079
|
+
const _localctx = new GlobalDefinitionContext(this._ctx, this.state);
|
|
51439
52080
|
this.enterRule(_localctx, 10, KcLang.RULE_globalDefinition);
|
|
51440
52081
|
try {
|
|
51441
52082
|
this.state = 180;
|
|
@@ -51485,7 +52126,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51485
52126
|
}
|
|
51486
52127
|
// @RuleVersion(0)
|
|
51487
52128
|
statement() {
|
|
51488
|
-
|
|
52129
|
+
const _localctx = new StatementContext(this._ctx, this.state);
|
|
51489
52130
|
this.enterRule(_localctx, 12, KcLang.RULE_statement);
|
|
51490
52131
|
try {
|
|
51491
52132
|
this.state = 186;
|
|
@@ -51537,7 +52178,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51537
52178
|
}
|
|
51538
52179
|
// @RuleVersion(0)
|
|
51539
52180
|
inBlock() {
|
|
51540
|
-
|
|
52181
|
+
const _localctx = new InBlockContext(this._ctx, this.state);
|
|
51541
52182
|
this.enterRule(_localctx, 14, KcLang.RULE_inBlock);
|
|
51542
52183
|
let _la;
|
|
51543
52184
|
try {
|
|
@@ -51552,7 +52193,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51552
52193
|
this.state = 194;
|
|
51553
52194
|
this._errHandler.sync(this);
|
|
51554
52195
|
_la = this._input.LA(1);
|
|
51555
|
-
while (_la === KcLang.VAR || _la === KcLang.IN || (_la - 42 & ~
|
|
52196
|
+
while (_la === KcLang.VAR || _la === KcLang.IN || (_la - 42 & ~0x1f) === 0 && (1 << _la - 42 & (1 << KcLang.IF - 42 | 1 << KcLang.CHECK - 42 | 1 << KcLang.RETURN - 42)) !== 0) {
|
|
51556
52197
|
{
|
|
51557
52198
|
{
|
|
51558
52199
|
this.state = 191;
|
|
@@ -51581,7 +52222,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51581
52222
|
}
|
|
51582
52223
|
// @RuleVersion(0)
|
|
51583
52224
|
inBlockItem() {
|
|
51584
|
-
|
|
52225
|
+
const _localctx = new InBlockItemContext(this._ctx, this.state);
|
|
51585
52226
|
this.enterRule(_localctx, 16, KcLang.RULE_inBlockItem);
|
|
51586
52227
|
try {
|
|
51587
52228
|
this.state = 201;
|
|
@@ -51622,7 +52263,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51622
52263
|
}
|
|
51623
52264
|
// @RuleVersion(0)
|
|
51624
52265
|
globalVariable() {
|
|
51625
|
-
|
|
52266
|
+
const _localctx = new GlobalVariableContext(this._ctx, this.state);
|
|
51626
52267
|
this.enterRule(_localctx, 18, KcLang.RULE_globalVariable);
|
|
51627
52268
|
let _la;
|
|
51628
52269
|
try {
|
|
@@ -51663,7 +52304,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51663
52304
|
}
|
|
51664
52305
|
// @RuleVersion(0)
|
|
51665
52306
|
propertyVariable() {
|
|
51666
|
-
|
|
52307
|
+
const _localctx = new PropertyVariableContext(this._ctx, this.state);
|
|
51667
52308
|
this.enterRule(_localctx, 20, KcLang.RULE_propertyVariable);
|
|
51668
52309
|
try {
|
|
51669
52310
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51694,7 +52335,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51694
52335
|
}
|
|
51695
52336
|
// @RuleVersion(0)
|
|
51696
52337
|
functionDefinition() {
|
|
51697
|
-
|
|
52338
|
+
const _localctx = new FunctionDefinitionContext(this._ctx, this.state);
|
|
51698
52339
|
this.enterRule(_localctx, 22, KcLang.RULE_functionDefinition);
|
|
51699
52340
|
let _la;
|
|
51700
52341
|
try {
|
|
@@ -51739,7 +52380,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51739
52380
|
}
|
|
51740
52381
|
// @RuleVersion(0)
|
|
51741
52382
|
functionArguments() {
|
|
51742
|
-
|
|
52383
|
+
const _localctx = new FunctionArgumentsContext(this._ctx, this.state);
|
|
51743
52384
|
this.enterRule(_localctx, 24, KcLang.RULE_functionArguments);
|
|
51744
52385
|
let _la;
|
|
51745
52386
|
try {
|
|
@@ -51779,7 +52420,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51779
52420
|
}
|
|
51780
52421
|
// @RuleVersion(0)
|
|
51781
52422
|
typeArgument() {
|
|
51782
|
-
|
|
52423
|
+
const _localctx = new TypeArgumentContext(this._ctx, this.state);
|
|
51783
52424
|
this.enterRule(_localctx, 26, KcLang.RULE_typeArgument);
|
|
51784
52425
|
try {
|
|
51785
52426
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51804,7 +52445,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51804
52445
|
}
|
|
51805
52446
|
// @RuleVersion(0)
|
|
51806
52447
|
returnStatement() {
|
|
51807
|
-
|
|
52448
|
+
const _localctx = new ReturnStatementContext(this._ctx, this.state);
|
|
51808
52449
|
this.enterRule(_localctx, 28, KcLang.RULE_returnStatement);
|
|
51809
52450
|
try {
|
|
51810
52451
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51831,7 +52472,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51831
52472
|
}
|
|
51832
52473
|
// @RuleVersion(0)
|
|
51833
52474
|
propertyExpression() {
|
|
51834
|
-
|
|
52475
|
+
const _localctx = new PropertyExpressionContext(this._ctx, this.state);
|
|
51835
52476
|
this.enterRule(_localctx, 30, KcLang.RULE_propertyExpression);
|
|
51836
52477
|
try {
|
|
51837
52478
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51870,7 +52511,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51870
52511
|
}
|
|
51871
52512
|
// @RuleVersion(0)
|
|
51872
52513
|
localVariable() {
|
|
51873
|
-
|
|
52514
|
+
const _localctx = new LocalVariableContext(this._ctx, this.state);
|
|
51874
52515
|
this.enterRule(_localctx, 32, KcLang.RULE_localVariable);
|
|
51875
52516
|
try {
|
|
51876
52517
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51901,7 +52542,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51901
52542
|
}
|
|
51902
52543
|
// @RuleVersion(0)
|
|
51903
52544
|
ifStatement() {
|
|
51904
|
-
|
|
52545
|
+
const _localctx = new IfStatementContext(this._ctx, this.state);
|
|
51905
52546
|
this.enterRule(_localctx, 34, KcLang.RULE_ifStatement);
|
|
51906
52547
|
try {
|
|
51907
52548
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51934,7 +52575,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51934
52575
|
}
|
|
51935
52576
|
// @RuleVersion(0)
|
|
51936
52577
|
ifPart() {
|
|
51937
|
-
|
|
52578
|
+
const _localctx = new IfPartContext(this._ctx, this.state);
|
|
51938
52579
|
this.enterRule(_localctx, 36, KcLang.RULE_ifPart);
|
|
51939
52580
|
try {
|
|
51940
52581
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51965,7 +52606,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51965
52606
|
}
|
|
51966
52607
|
// @RuleVersion(0)
|
|
51967
52608
|
elsePart() {
|
|
51968
|
-
|
|
52609
|
+
const _localctx = new ElsePartContext(this._ctx, this.state);
|
|
51969
52610
|
this.enterRule(_localctx, 38, KcLang.RULE_elsePart);
|
|
51970
52611
|
try {
|
|
51971
52612
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -51990,7 +52631,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
51990
52631
|
}
|
|
51991
52632
|
// @RuleVersion(0)
|
|
51992
52633
|
label() {
|
|
51993
|
-
|
|
52634
|
+
const _localctx = new LabelContext(this._ctx, this.state);
|
|
51994
52635
|
this.enterRule(_localctx, 40, KcLang.RULE_label);
|
|
51995
52636
|
try {
|
|
51996
52637
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52015,7 +52656,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52015
52656
|
}
|
|
52016
52657
|
// @RuleVersion(0)
|
|
52017
52658
|
body() {
|
|
52018
|
-
|
|
52659
|
+
const _localctx = new BodyContext(this._ctx, this.state);
|
|
52019
52660
|
this.enterRule(_localctx, 42, KcLang.RULE_body);
|
|
52020
52661
|
let _la;
|
|
52021
52662
|
try {
|
|
@@ -52032,7 +52673,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52032
52673
|
this.state = 277;
|
|
52033
52674
|
this._errHandler.sync(this);
|
|
52034
52675
|
_la = this._input.LA(1);
|
|
52035
|
-
while (_la === KcLang.VAR || _la === KcLang.IN || (_la - 42 & ~
|
|
52676
|
+
while (_la === KcLang.VAR || _la === KcLang.IN || (_la - 42 & ~0x1f) === 0 && (1 << _la - 42 & (1 << KcLang.IF - 42 | 1 << KcLang.CHECK - 42 | 1 << KcLang.RETURN - 42)) !== 0) {
|
|
52036
52677
|
{
|
|
52037
52678
|
{
|
|
52038
52679
|
this.state = 274;
|
|
@@ -52076,7 +52717,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52076
52717
|
}
|
|
52077
52718
|
// @RuleVersion(0)
|
|
52078
52719
|
varName() {
|
|
52079
|
-
|
|
52720
|
+
const _localctx = new VarNameContext(this._ctx, this.state);
|
|
52080
52721
|
this.enterRule(_localctx, 44, KcLang.RULE_varName);
|
|
52081
52722
|
try {
|
|
52082
52723
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52099,7 +52740,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52099
52740
|
}
|
|
52100
52741
|
// @RuleVersion(0)
|
|
52101
52742
|
check() {
|
|
52102
|
-
|
|
52743
|
+
const _localctx = new CheckContext(this._ctx, this.state);
|
|
52103
52744
|
this.enterRule(_localctx, 46, KcLang.RULE_check);
|
|
52104
52745
|
let _la;
|
|
52105
52746
|
try {
|
|
@@ -52155,7 +52796,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52155
52796
|
}
|
|
52156
52797
|
// @RuleVersion(0)
|
|
52157
52798
|
withBlock() {
|
|
52158
|
-
|
|
52799
|
+
const _localctx = new WithBlockContext(this._ctx, this.state);
|
|
52159
52800
|
this.enterRule(_localctx, 48, KcLang.RULE_withBlock);
|
|
52160
52801
|
try {
|
|
52161
52802
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52182,7 +52823,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52182
52823
|
}
|
|
52183
52824
|
// @RuleVersion(0)
|
|
52184
52825
|
withBlockValue() {
|
|
52185
|
-
|
|
52826
|
+
const _localctx = new WithBlockValueContext(this._ctx, this.state);
|
|
52186
52827
|
this.enterRule(_localctx, 50, KcLang.RULE_withBlockValue);
|
|
52187
52828
|
try {
|
|
52188
52829
|
this.state = 305;
|
|
@@ -52220,7 +52861,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52220
52861
|
}
|
|
52221
52862
|
// @RuleVersion(0)
|
|
52222
52863
|
interpolatedStringExpression() {
|
|
52223
|
-
|
|
52864
|
+
const _localctx = new InterpolatedStringExpressionContext(this._ctx, this.state);
|
|
52224
52865
|
this.enterRule(_localctx, 52, KcLang.RULE_interpolatedStringExpression);
|
|
52225
52866
|
try {
|
|
52226
52867
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52247,7 +52888,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52247
52888
|
}
|
|
52248
52889
|
// @RuleVersion(0)
|
|
52249
52890
|
howToFixDescriptionBlock() {
|
|
52250
|
-
|
|
52891
|
+
const _localctx = new HowToFixDescriptionBlockContext(this._ctx, this.state);
|
|
52251
52892
|
this.enterRule(_localctx, 54, KcLang.RULE_howToFixDescriptionBlock);
|
|
52252
52893
|
try {
|
|
52253
52894
|
let _alt;
|
|
@@ -52297,7 +52938,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52297
52938
|
}
|
|
52298
52939
|
// @RuleVersion(0)
|
|
52299
52940
|
interpolatedStringContent() {
|
|
52300
|
-
|
|
52941
|
+
const _localctx = new InterpolatedStringContentContext(this._ctx, this.state);
|
|
52301
52942
|
this.enterRule(_localctx, 56, KcLang.RULE_interpolatedStringContent);
|
|
52302
52943
|
let _la;
|
|
52303
52944
|
try {
|
|
@@ -52306,7 +52947,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52306
52947
|
this.state = 324;
|
|
52307
52948
|
this._errHandler.sync(this);
|
|
52308
52949
|
_la = this._input.LA(1);
|
|
52309
|
-
while ((_la - 37 & ~
|
|
52950
|
+
while ((_la - 37 & ~0x1f) === 0 && (1 << _la - 37 & (1 << KcLang.LBRACKET - 37 | 1 << KcLang.LBRACE - 37 | 1 << KcLang.TEXT - 37 | 1 << KcLang.L_HOW_FIX_BLOCK - 37 | 1 << KcLang.DOUBLE_MUL - 37)) !== 0) {
|
|
52310
52951
|
{
|
|
52311
52952
|
{
|
|
52312
52953
|
this.state = 321;
|
|
@@ -52333,7 +52974,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52333
52974
|
}
|
|
52334
52975
|
// @RuleVersion(0)
|
|
52335
52976
|
interpolatedStringToken() {
|
|
52336
|
-
|
|
52977
|
+
const _localctx = new InterpolatedStringTokenContext(this._ctx, this.state);
|
|
52337
52978
|
this.enterRule(_localctx, 58, KcLang.RULE_interpolatedStringToken);
|
|
52338
52979
|
try {
|
|
52339
52980
|
this.state = 332;
|
|
@@ -52392,7 +53033,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52392
53033
|
}
|
|
52393
53034
|
// @RuleVersion(0)
|
|
52394
53035
|
strongDescriptionToken() {
|
|
52395
|
-
|
|
53036
|
+
const _localctx = new StrongDescriptionTokenContext(this._ctx, this.state);
|
|
52396
53037
|
this.enterRule(_localctx, 60, KcLang.RULE_strongDescriptionToken);
|
|
52397
53038
|
try {
|
|
52398
53039
|
let _alt;
|
|
@@ -52434,7 +53075,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52434
53075
|
}
|
|
52435
53076
|
// @RuleVersion(0)
|
|
52436
53077
|
interpolation() {
|
|
52437
|
-
|
|
53078
|
+
const _localctx = new InterpolationContext(this._ctx, this.state);
|
|
52438
53079
|
this.enterRule(_localctx, 62, KcLang.RULE_interpolation);
|
|
52439
53080
|
try {
|
|
52440
53081
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52461,7 +53102,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52461
53102
|
}
|
|
52462
53103
|
// @RuleVersion(0)
|
|
52463
53104
|
interpolationContent() {
|
|
52464
|
-
|
|
53105
|
+
const _localctx = new InterpolationContentContext(this._ctx, this.state);
|
|
52465
53106
|
this.enterRule(_localctx, 64, KcLang.RULE_interpolationContent);
|
|
52466
53107
|
try {
|
|
52467
53108
|
this.state = 349;
|
|
@@ -52497,7 +53138,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52497
53138
|
}
|
|
52498
53139
|
// @RuleVersion(0)
|
|
52499
53140
|
interpolationWithFormat() {
|
|
52500
|
-
|
|
53141
|
+
const _localctx = new InterpolationWithFormatContext(this._ctx, this.state);
|
|
52501
53142
|
this.enterRule(_localctx, 66, KcLang.RULE_interpolationWithFormat);
|
|
52502
53143
|
try {
|
|
52503
53144
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52530,7 +53171,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52530
53171
|
}
|
|
52531
53172
|
// @RuleVersion(0)
|
|
52532
53173
|
interpolationTarget() {
|
|
52533
|
-
|
|
53174
|
+
const _localctx = new InterpolationTargetContext(this._ctx, this.state);
|
|
52534
53175
|
this.enterRule(_localctx, 68, KcLang.RULE_interpolationTarget);
|
|
52535
53176
|
let _la;
|
|
52536
53177
|
try {
|
|
@@ -52608,7 +53249,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52608
53249
|
}
|
|
52609
53250
|
// @RuleVersion(0)
|
|
52610
53251
|
link() {
|
|
52611
|
-
|
|
53252
|
+
const _localctx = new LinkContext(this._ctx, this.state);
|
|
52612
53253
|
this.enterRule(_localctx, 70, KcLang.RULE_link);
|
|
52613
53254
|
let _la;
|
|
52614
53255
|
try {
|
|
@@ -52619,7 +53260,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52619
53260
|
this.state = 376;
|
|
52620
53261
|
this._errHandler.sync(this);
|
|
52621
53262
|
_la = this._input.LA(1);
|
|
52622
|
-
while ((_la - 39 & ~
|
|
53263
|
+
while ((_la - 39 & ~0x1f) === 0 && (1 << _la - 39 & (1 << KcLang.LBRACE - 39 | 1 << KcLang.TEXT - 39 | 1 << KcLang.DOUBLE_MUL - 39)) !== 0) {
|
|
52623
53264
|
{
|
|
52624
53265
|
{
|
|
52625
53266
|
this.state = 373;
|
|
@@ -52652,7 +53293,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52652
53293
|
}
|
|
52653
53294
|
// @RuleVersion(0)
|
|
52654
53295
|
strongLinkName() {
|
|
52655
|
-
|
|
53296
|
+
const _localctx = new StrongLinkNameContext(this._ctx, this.state);
|
|
52656
53297
|
this.enterRule(_localctx, 72, KcLang.RULE_strongLinkName);
|
|
52657
53298
|
try {
|
|
52658
53299
|
let _alt;
|
|
@@ -52694,7 +53335,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52694
53335
|
}
|
|
52695
53336
|
// @RuleVersion(0)
|
|
52696
53337
|
linkName() {
|
|
52697
|
-
|
|
53338
|
+
const _localctx = new LinkNameContext(this._ctx, this.state);
|
|
52698
53339
|
this.enterRule(_localctx, 74, KcLang.RULE_linkName);
|
|
52699
53340
|
try {
|
|
52700
53341
|
this.state = 395;
|
|
@@ -52739,7 +53380,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52739
53380
|
}
|
|
52740
53381
|
// @RuleVersion(0)
|
|
52741
53382
|
linkContent() {
|
|
52742
|
-
|
|
53383
|
+
const _localctx = new LinkContentContext(this._ctx, this.state);
|
|
52743
53384
|
this.enterRule(_localctx, 76, KcLang.RULE_linkContent);
|
|
52744
53385
|
try {
|
|
52745
53386
|
this.state = 401;
|
|
@@ -52796,7 +53437,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52796
53437
|
}
|
|
52797
53438
|
// @RuleVersion(0)
|
|
52798
53439
|
mappedRef() {
|
|
52799
|
-
|
|
53440
|
+
const _localctx = new MappedRefContext(this._ctx, this.state);
|
|
52800
53441
|
this.enterRule(_localctx, 78, KcLang.RULE_mappedRef);
|
|
52801
53442
|
try {
|
|
52802
53443
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52823,7 +53464,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52823
53464
|
}
|
|
52824
53465
|
// @RuleVersion(0)
|
|
52825
53466
|
formula() {
|
|
52826
|
-
|
|
53467
|
+
const _localctx = new FormulaContext(this._ctx, this.state);
|
|
52827
53468
|
this.enterRule(_localctx, 80, KcLang.RULE_formula);
|
|
52828
53469
|
try {
|
|
52829
53470
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -52853,12 +53494,12 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
52853
53494
|
if (_p === undefined) {
|
|
52854
53495
|
_p = 0;
|
|
52855
53496
|
}
|
|
52856
|
-
|
|
52857
|
-
|
|
53497
|
+
const _parentctx = this._ctx;
|
|
53498
|
+
const _parentState = this.state;
|
|
52858
53499
|
let _localctx = new ExpressionContext(this._ctx, _parentState);
|
|
52859
53500
|
// @ts-ignore
|
|
52860
53501
|
let _prevctx = _localctx;
|
|
52861
|
-
|
|
53502
|
+
const _startState = 82;
|
|
52862
53503
|
this.enterRecursionRule(_localctx, 82, KcLang.RULE_expression, _p);
|
|
52863
53504
|
try {
|
|
52864
53505
|
let _alt;
|
|
@@ -53037,12 +53678,12 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53037
53678
|
if (_p === undefined) {
|
|
53038
53679
|
_p = 0;
|
|
53039
53680
|
}
|
|
53040
|
-
|
|
53041
|
-
|
|
53681
|
+
const _parentctx = this._ctx;
|
|
53682
|
+
const _parentState = this.state;
|
|
53042
53683
|
let _localctx = new UnaryExpressionContext(this._ctx, _parentState);
|
|
53043
53684
|
// @ts-ignore
|
|
53044
53685
|
let _prevctx = _localctx;
|
|
53045
|
-
|
|
53686
|
+
const _startState = 84;
|
|
53046
53687
|
this.enterRecursionRule(_localctx, 84, KcLang.RULE_unaryExpression, _p);
|
|
53047
53688
|
try {
|
|
53048
53689
|
let _alt;
|
|
@@ -53193,7 +53834,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53193
53834
|
}
|
|
53194
53835
|
// @RuleVersion(0)
|
|
53195
53836
|
arrayExpression() {
|
|
53196
|
-
|
|
53837
|
+
const _localctx = new ArrayExpressionContext(this._ctx, this.state);
|
|
53197
53838
|
this.enterRule(_localctx, 86, KcLang.RULE_arrayExpression);
|
|
53198
53839
|
try {
|
|
53199
53840
|
let _alt;
|
|
@@ -53239,7 +53880,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53239
53880
|
}
|
|
53240
53881
|
// @RuleVersion(0)
|
|
53241
53882
|
funcExpression() {
|
|
53242
|
-
|
|
53883
|
+
const _localctx = new FuncExpressionContext(this._ctx, this.state);
|
|
53243
53884
|
this.enterRule(_localctx, 88, KcLang.RULE_funcExpression);
|
|
53244
53885
|
let _la;
|
|
53245
53886
|
try {
|
|
@@ -53271,7 +53912,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53271
53912
|
this.state = 501;
|
|
53272
53913
|
this._errHandler.sync(this);
|
|
53273
53914
|
_la = this._input.LA(1);
|
|
53274
|
-
if ((_la & ~
|
|
53915
|
+
if ((_la & ~0x1f) === 0 && (1 << _la & (1 << KcLang.GOUP | 1 << KcLang.PROPERTIES | 1 << KcLang.PERCENT | 1 << KcLang.MIN | 1 << KcLang.DOT | 1 << KcLang.AT | 1 << KcLang.DOLLAR)) !== 0 || (_la - 34 & ~0x1f) === 0 && (1 << _la - 34 & (1 << KcLang.NOT - 34 | 1 << KcLang.LPAREN - 34 | 1 << KcLang.LBRACKET - 34 | 1 << KcLang.SLASH - 34 | 1 << KcLang.TRIPLE_QUOTES - 34 | 1 << KcLang.NAME - 34 | 1 << KcLang.NUMBER_LITERAL - 34 | 1 << KcLang.STRING_LITERAL - 34)) !== 0) {
|
|
53275
53916
|
{
|
|
53276
53917
|
this.state = 500;
|
|
53277
53918
|
this.argument();
|
|
@@ -53295,7 +53936,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53295
53936
|
}
|
|
53296
53937
|
// @RuleVersion(0)
|
|
53297
53938
|
argument() {
|
|
53298
|
-
|
|
53939
|
+
const _localctx = new ArgumentContext(this._ctx, this.state);
|
|
53299
53940
|
this.enterRule(_localctx, 90, KcLang.RULE_argument);
|
|
53300
53941
|
try {
|
|
53301
53942
|
this.state = 509;
|
|
@@ -53335,7 +53976,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53335
53976
|
}
|
|
53336
53977
|
// @RuleVersion(0)
|
|
53337
53978
|
pathExpression() {
|
|
53338
|
-
|
|
53979
|
+
const _localctx = new PathExpressionContext(this._ctx, this.state);
|
|
53339
53980
|
this.enterRule(_localctx, 92, KcLang.RULE_pathExpression);
|
|
53340
53981
|
try {
|
|
53341
53982
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53358,7 +53999,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53358
53999
|
}
|
|
53359
54000
|
// @RuleVersion(0)
|
|
53360
54001
|
varExpression() {
|
|
53361
|
-
|
|
54002
|
+
const _localctx = new VarExpressionContext(this._ctx, this.state);
|
|
53362
54003
|
this.enterRule(_localctx, 94, KcLang.RULE_varExpression);
|
|
53363
54004
|
try {
|
|
53364
54005
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53381,7 +54022,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53381
54022
|
}
|
|
53382
54023
|
// @RuleVersion(0)
|
|
53383
54024
|
variableUsage() {
|
|
53384
|
-
|
|
54025
|
+
const _localctx = new VariableUsageContext(this._ctx, this.state);
|
|
53385
54026
|
this.enterRule(_localctx, 96, KcLang.RULE_variableUsage);
|
|
53386
54027
|
try {
|
|
53387
54028
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53406,7 +54047,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53406
54047
|
}
|
|
53407
54048
|
// @RuleVersion(0)
|
|
53408
54049
|
valueType() {
|
|
53409
|
-
|
|
54050
|
+
const _localctx = new ValueTypeContext(this._ctx, this.state);
|
|
53410
54051
|
this.enterRule(_localctx, 98, KcLang.RULE_valueType);
|
|
53411
54052
|
try {
|
|
53412
54053
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53431,7 +54072,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53431
54072
|
}
|
|
53432
54073
|
// @RuleVersion(0)
|
|
53433
54074
|
type() {
|
|
53434
|
-
|
|
54075
|
+
const _localctx = new TypeContext(this._ctx, this.state);
|
|
53435
54076
|
this.enterRule(_localctx, 100, KcLang.RULE_type);
|
|
53436
54077
|
try {
|
|
53437
54078
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53454,7 +54095,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53454
54095
|
}
|
|
53455
54096
|
// @RuleVersion(0)
|
|
53456
54097
|
constExpression() {
|
|
53457
|
-
|
|
54098
|
+
const _localctx = new ConstExpressionContext(this._ctx, this.state);
|
|
53458
54099
|
this.enterRule(_localctx, 102, KcLang.RULE_constExpression);
|
|
53459
54100
|
try {
|
|
53460
54101
|
this.state = 525;
|
|
@@ -53492,7 +54133,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53492
54133
|
}
|
|
53493
54134
|
// @RuleVersion(0)
|
|
53494
54135
|
constString() {
|
|
53495
|
-
|
|
54136
|
+
const _localctx = new ConstStringContext(this._ctx, this.state);
|
|
53496
54137
|
this.enterRule(_localctx, 104, KcLang.RULE_constString);
|
|
53497
54138
|
try {
|
|
53498
54139
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53515,7 +54156,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53515
54156
|
}
|
|
53516
54157
|
// @RuleVersion(0)
|
|
53517
54158
|
constDecimal() {
|
|
53518
|
-
|
|
54159
|
+
const _localctx = new ConstDecimalContext(this._ctx, this.state);
|
|
53519
54160
|
this.enterRule(_localctx, 106, KcLang.RULE_constDecimal);
|
|
53520
54161
|
try {
|
|
53521
54162
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53538,7 +54179,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53538
54179
|
}
|
|
53539
54180
|
// @RuleVersion(0)
|
|
53540
54181
|
conditionalOperation() {
|
|
53541
|
-
|
|
54182
|
+
const _localctx = new ConditionalOperationContext(this._ctx, this.state);
|
|
53542
54183
|
this.enterRule(_localctx, 108, KcLang.RULE_conditionalOperation);
|
|
53543
54184
|
let _la;
|
|
53544
54185
|
try {
|
|
@@ -53546,7 +54187,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53546
54187
|
{
|
|
53547
54188
|
this.state = 531;
|
|
53548
54189
|
_la = this._input.LA(1);
|
|
53549
|
-
if (!((_la & ~
|
|
54190
|
+
if (!((_la & ~0x1f) === 0 && (1 << _la & (1 << KcLang.GT | 1 << KcLang.GE | 1 << KcLang.LT | 1 << KcLang.LE | 1 << KcLang.EQ | 1 << KcLang.NEQ)) !== 0)) {
|
|
53550
54191
|
this._errHandler.recoverInline(this);
|
|
53551
54192
|
} else {
|
|
53552
54193
|
if (this._input.LA(1) === antlr4ts_Token__WEBPACK_IMPORTED_MODULE_8__.Token.EOF) {
|
|
@@ -53571,7 +54212,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53571
54212
|
}
|
|
53572
54213
|
// @RuleVersion(0)
|
|
53573
54214
|
summationOperation() {
|
|
53574
|
-
|
|
54215
|
+
const _localctx = new SummationOperationContext(this._ctx, this.state);
|
|
53575
54216
|
this.enterRule(_localctx, 110, KcLang.RULE_summationOperation);
|
|
53576
54217
|
let _la;
|
|
53577
54218
|
try {
|
|
@@ -53604,7 +54245,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53604
54245
|
}
|
|
53605
54246
|
// @RuleVersion(0)
|
|
53606
54247
|
compositionOperation() {
|
|
53607
|
-
|
|
54248
|
+
const _localctx = new CompositionOperationContext(this._ctx, this.state);
|
|
53608
54249
|
this.enterRule(_localctx, 112, KcLang.RULE_compositionOperation);
|
|
53609
54250
|
let _la;
|
|
53610
54251
|
try {
|
|
@@ -53637,7 +54278,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53637
54278
|
}
|
|
53638
54279
|
// @RuleVersion(0)
|
|
53639
54280
|
coalesceOperation() {
|
|
53640
|
-
|
|
54281
|
+
const _localctx = new CoalesceOperationContext(this._ctx, this.state);
|
|
53641
54282
|
this.enterRule(_localctx, 114, KcLang.RULE_coalesceOperation);
|
|
53642
54283
|
try {
|
|
53643
54284
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -53660,7 +54301,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53660
54301
|
}
|
|
53661
54302
|
// @RuleVersion(0)
|
|
53662
54303
|
path() {
|
|
53663
|
-
|
|
54304
|
+
const _localctx = new PathContext(this._ctx, this.state);
|
|
53664
54305
|
this.enterRule(_localctx, 116, KcLang.RULE_path);
|
|
53665
54306
|
try {
|
|
53666
54307
|
this.state = 542;
|
|
@@ -53703,7 +54344,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53703
54344
|
}
|
|
53704
54345
|
// @RuleVersion(0)
|
|
53705
54346
|
relativePath() {
|
|
53706
|
-
|
|
54347
|
+
const _localctx = new RelativePathContext(this._ctx, this.state);
|
|
53707
54348
|
this.enterRule(_localctx, 118, KcLang.RULE_relativePath);
|
|
53708
54349
|
try {
|
|
53709
54350
|
let _alt;
|
|
@@ -53817,7 +54458,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53817
54458
|
}
|
|
53818
54459
|
// @RuleVersion(0)
|
|
53819
54460
|
absolutePath() {
|
|
53820
|
-
|
|
54461
|
+
const _localctx = new AbsolutePathContext(this._ctx, this.state);
|
|
53821
54462
|
this.enterRule(_localctx, 120, KcLang.RULE_absolutePath);
|
|
53822
54463
|
try {
|
|
53823
54464
|
let _alt;
|
|
@@ -53897,7 +54538,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53897
54538
|
}
|
|
53898
54539
|
// @RuleVersion(0)
|
|
53899
54540
|
incompletePath() {
|
|
53900
|
-
|
|
54541
|
+
const _localctx = new IncompletePathContext(this._ctx, this.state);
|
|
53901
54542
|
this.enterRule(_localctx, 122, KcLang.RULE_incompletePath);
|
|
53902
54543
|
let _la;
|
|
53903
54544
|
try {
|
|
@@ -53966,7 +54607,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
53966
54607
|
}
|
|
53967
54608
|
// @RuleVersion(0)
|
|
53968
54609
|
elementToken() {
|
|
53969
|
-
|
|
54610
|
+
const _localctx = new ElementTokenContext(this._ctx, this.state);
|
|
53970
54611
|
this.enterRule(_localctx, 124, KcLang.RULE_elementToken);
|
|
53971
54612
|
try {
|
|
53972
54613
|
this.state = 605;
|
|
@@ -54011,7 +54652,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54011
54652
|
}
|
|
54012
54653
|
// @RuleVersion(0)
|
|
54013
54654
|
element() {
|
|
54014
|
-
|
|
54655
|
+
const _localctx = new ElementContext(this._ctx, this.state);
|
|
54015
54656
|
this.enterRule(_localctx, 126, KcLang.RULE_element);
|
|
54016
54657
|
try {
|
|
54017
54658
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54054,7 +54695,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54054
54695
|
}
|
|
54055
54696
|
// @RuleVersion(0)
|
|
54056
54697
|
attribute() {
|
|
54057
|
-
|
|
54698
|
+
const _localctx = new AttributeContext(this._ctx, this.state);
|
|
54058
54699
|
this.enterRule(_localctx, 128, KcLang.RULE_attribute);
|
|
54059
54700
|
try {
|
|
54060
54701
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54079,7 +54720,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54079
54720
|
}
|
|
54080
54721
|
// @RuleVersion(0)
|
|
54081
54722
|
serviceAttribute() {
|
|
54082
|
-
|
|
54723
|
+
const _localctx = new ServiceAttributeContext(this._ctx, this.state);
|
|
54083
54724
|
this.enterRule(_localctx, 130, KcLang.RULE_serviceAttribute);
|
|
54084
54725
|
try {
|
|
54085
54726
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54104,7 +54745,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54104
54745
|
}
|
|
54105
54746
|
// @RuleVersion(0)
|
|
54106
54747
|
aggregatorAttribute() {
|
|
54107
|
-
|
|
54748
|
+
const _localctx = new AggregatorAttributeContext(this._ctx, this.state);
|
|
54108
54749
|
this.enterRule(_localctx, 132, KcLang.RULE_aggregatorAttribute);
|
|
54109
54750
|
try {
|
|
54110
54751
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54129,7 +54770,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54129
54770
|
}
|
|
54130
54771
|
// @RuleVersion(0)
|
|
54131
54772
|
collation() {
|
|
54132
|
-
|
|
54773
|
+
const _localctx = new CollationContext(this._ctx, this.state);
|
|
54133
54774
|
this.enterRule(_localctx, 134, KcLang.RULE_collation);
|
|
54134
54775
|
let _la;
|
|
54135
54776
|
try {
|
|
@@ -54140,7 +54781,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54140
54781
|
this.state = 625;
|
|
54141
54782
|
this._errHandler.sync(this);
|
|
54142
54783
|
_la = this._input.LA(1);
|
|
54143
|
-
if ((_la & ~
|
|
54784
|
+
if ((_la & ~0x1f) === 0 && (1 << _la & (1 << KcLang.GOUP | 1 << KcLang.DOT | 1 << KcLang.AT | 1 << KcLang.DOLLAR)) !== 0 || _la === KcLang.SLASH || _la === KcLang.NAME) {
|
|
54144
54785
|
{
|
|
54145
54786
|
this.state = 624;
|
|
54146
54787
|
this.collationSequence();
|
|
@@ -54164,7 +54805,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54164
54805
|
}
|
|
54165
54806
|
// @RuleVersion(0)
|
|
54166
54807
|
collationSequence() {
|
|
54167
|
-
|
|
54808
|
+
const _localctx = new CollationSequenceContext(this._ctx, this.state);
|
|
54168
54809
|
this.enterRule(_localctx, 136, KcLang.RULE_collationSequence);
|
|
54169
54810
|
let _la;
|
|
54170
54811
|
try {
|
|
@@ -54204,7 +54845,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54204
54845
|
}
|
|
54205
54846
|
// @RuleVersion(0)
|
|
54206
54847
|
collationPart() {
|
|
54207
|
-
|
|
54848
|
+
const _localctx = new CollationPartContext(this._ctx, this.state);
|
|
54208
54849
|
this.enterRule(_localctx, 138, KcLang.RULE_collationPart);
|
|
54209
54850
|
try {
|
|
54210
54851
|
this.state = 639;
|
|
@@ -54240,7 +54881,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54240
54881
|
}
|
|
54241
54882
|
// @RuleVersion(0)
|
|
54242
54883
|
collationPathPart() {
|
|
54243
|
-
|
|
54884
|
+
const _localctx = new CollationPathPartContext(this._ctx, this.state);
|
|
54244
54885
|
this.enterRule(_localctx, 140, KcLang.RULE_collationPathPart);
|
|
54245
54886
|
let _la;
|
|
54246
54887
|
try {
|
|
@@ -54282,7 +54923,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54282
54923
|
}
|
|
54283
54924
|
// @RuleVersion(0)
|
|
54284
54925
|
collationExpressionPart() {
|
|
54285
|
-
|
|
54926
|
+
const _localctx = new CollationExpressionPartContext(this._ctx, this.state);
|
|
54286
54927
|
this.enterRule(_localctx, 142, KcLang.RULE_collationExpressionPart);
|
|
54287
54928
|
try {
|
|
54288
54929
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54307,7 +54948,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54307
54948
|
}
|
|
54308
54949
|
// @RuleVersion(0)
|
|
54309
54950
|
collationAlias() {
|
|
54310
|
-
|
|
54951
|
+
const _localctx = new CollationAliasContext(this._ctx, this.state);
|
|
54311
54952
|
this.enterRule(_localctx, 144, KcLang.RULE_collationAlias);
|
|
54312
54953
|
try {
|
|
54313
54954
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54332,7 +54973,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54332
54973
|
}
|
|
54333
54974
|
// @RuleVersion(0)
|
|
54334
54975
|
filter() {
|
|
54335
|
-
|
|
54976
|
+
const _localctx = new FilterContext(this._ctx, this.state);
|
|
54336
54977
|
this.enterRule(_localctx, 146, KcLang.RULE_filter);
|
|
54337
54978
|
try {
|
|
54338
54979
|
this.enterOuterAlt(_localctx, 1);
|
|
@@ -54370,12 +55011,12 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54370
55011
|
if (_p === undefined) {
|
|
54371
55012
|
_p = 0;
|
|
54372
55013
|
}
|
|
54373
|
-
|
|
54374
|
-
|
|
55014
|
+
const _parentctx = this._ctx;
|
|
55015
|
+
const _parentState = this.state;
|
|
54375
55016
|
let _localctx = new FilterExpressionContext(this._ctx, _parentState);
|
|
54376
55017
|
// @ts-ignore
|
|
54377
55018
|
let _prevctx = _localctx;
|
|
54378
|
-
|
|
55019
|
+
const _startState = 148;
|
|
54379
55020
|
this.enterRecursionRule(_localctx, 148, KcLang.RULE_filterExpression, _p);
|
|
54380
55021
|
try {
|
|
54381
55022
|
let _alt;
|
|
@@ -54526,7 +55167,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54526
55167
|
}
|
|
54527
55168
|
// @RuleVersion(0)
|
|
54528
55169
|
filterTerminal() {
|
|
54529
|
-
|
|
55170
|
+
const _localctx = new FilterTerminalContext(this._ctx, this.state);
|
|
54530
55171
|
this.enterRule(_localctx, 152, KcLang.RULE_filterTerminal);
|
|
54531
55172
|
try {
|
|
54532
55173
|
this.state = 696;
|
|
@@ -54583,7 +55224,6 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54583
55224
|
break;
|
|
54584
55225
|
case 8:
|
|
54585
55226
|
this.enterOuterAlt(_localctx, 8);
|
|
54586
|
-
// tslint:disable-next-line:no-empty
|
|
54587
55227
|
{}
|
|
54588
55228
|
break;
|
|
54589
55229
|
}
|
|
@@ -54602,7 +55242,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54602
55242
|
}
|
|
54603
55243
|
// @RuleVersion(0)
|
|
54604
55244
|
filterComparisionOperator() {
|
|
54605
|
-
|
|
55245
|
+
const _localctx = new FilterComparisionOperatorContext(this._ctx, this.state);
|
|
54606
55246
|
this.enterRule(_localctx, 154, KcLang.RULE_filterComparisionOperator);
|
|
54607
55247
|
let _la;
|
|
54608
55248
|
try {
|
|
@@ -54610,7 +55250,7 @@ class KcLang extends antlr4ts_Parser__WEBPACK_IMPORTED_MODULE_4__.Parser {
|
|
|
54610
55250
|
{
|
|
54611
55251
|
this.state = 698;
|
|
54612
55252
|
_la = this._input.LA(1);
|
|
54613
|
-
if (!((_la & ~
|
|
55253
|
+
if (!((_la & ~0x1f) === 0 && (1 << _la & (1 << KcLang.GT | 1 << KcLang.GE | 1 << KcLang.LT | 1 << KcLang.LE | 1 << KcLang.NEQ | 1 << KcLang.DOTTED_GT | 1 << KcLang.DOTTED_GE | 1 << KcLang.DOTTED_LT | 1 << KcLang.DOTTED_LE | 1 << KcLang.DOTTED_EQ | 1 << KcLang.DOTTED_NEQ | 1 << KcLang.EQUAL)) !== 0)) {
|
|
54614
55254
|
this._errHandler.recoverInline(this);
|
|
54615
55255
|
} else {
|
|
54616
55256
|
if (this._input.LA(1) === antlr4ts_Token__WEBPACK_IMPORTED_MODULE_8__.Token.EOF) {
|
|
@@ -54837,14 +55477,13 @@ KcLang.RULE_filterExpression = 74;
|
|
|
54837
55477
|
KcLang.RULE_filterUnaryExpression = 75;
|
|
54838
55478
|
KcLang.RULE_filterTerminal = 76;
|
|
54839
55479
|
KcLang.RULE_filterComparisionOperator = 77;
|
|
54840
|
-
// tslint:disable:no-trailing-whitespace
|
|
54841
55480
|
KcLang.ruleNames = ["kclang", "singlePath", "singleInterpolationContent", "singleInterpolatedString", "singleExpression", "globalDefinition", "statement", "inBlock", "inBlockItem", "globalVariable", "propertyVariable", "functionDefinition", "functionArguments", "typeArgument", "returnStatement", "propertyExpression", "localVariable", "ifStatement", "ifPart", "elsePart", "label", "body", "varName", "check", "withBlock", "withBlockValue", "interpolatedStringExpression", "howToFixDescriptionBlock", "interpolatedStringContent", "interpolatedStringToken", "strongDescriptionToken", "interpolation", "interpolationContent", "interpolationWithFormat", "interpolationTarget", "link", "strongLinkName", "linkName", "linkContent", "mappedRef", "formula", "expression", "unaryExpression", "arrayExpression", "funcExpression", "argument", "pathExpression", "varExpression", "variableUsage", "valueType", "type", "constExpression", "constString", "constDecimal", "conditionalOperation", "summationOperation", "compositionOperation", "coalesceOperation", "path", "relativePath", "absolutePath", "incompletePath", "elementToken", "element", "attribute", "serviceAttribute", "aggregatorAttribute", "collation", "collationSequence", "collationPart", "collationPathPart", "collationExpressionPart", "collationAlias", "filter", "filterExpression", "filterUnaryExpression", "filterTerminal", "filterComparisionOperator"];
|
|
54842
55481
|
KcLang._LITERAL_NAMES = [undefined, undefined, "'getProperty'", "'%'", "'*'", "' / '", "'+'", "'-'", "'==='", "'>'", "'>='", "'<'", "'<='", "'=='", "'!='", "'|>|'", "'|>=|'", "'|<|'", "'|<=|'", "'|=|'", "'|!=|'", "'??'", undefined, "'as'", "'#'", "'var'", "'in'", "':'", "','", "'.'", "'@'", "'$'", "'and'", "'or'", "'not'", "'('", "')'", undefined, "']'", "'{'", "'}'", "'/'", "'if'", "'else'", "'Error'", "'Warning'", "'check'", "'with'", "';'", "'?'", undefined, "'mappedRef'", "'$match'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "']('"];
|
|
54843
55482
|
KcLang._SYMBOLIC_NAMES = [undefined, "GOUP", "PROPERTIES", "PERCENT", "MUL", "DIV", "PLUS", "MIN", "TEQ", "GT", "GE", "LT", "LE", "EQ", "NEQ", "DOTTED_GT", "DOTTED_GE", "DOTTED_LT", "DOTTED_LE", "DOTTED_EQ", "DOTTED_NEQ", "COALESCE", "EQUAL", "AS", "HASH", "VAR", "IN", "COLON", "COMMA", "DOT", "AT", "DOLLAR", "AND", "OR", "NOT", "LPAREN", "RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "SLASH", "IF", "ELSE", "ERROR", "WARNING", "CHECK", "WITH", "SEMICOLON", "QUESTIONMARK", "TRIPLE_QUOTES", "MAPPED_REF", "MATCH_LINK", "NAME", "NUMBER_LITERAL", "DOTTED_DECIMAL_LITERAL", "STRING_LITERAL", "SPACE", "BlockComment", "LineComment", "MAPPED_PATH", "MR_SPACE", "TEXT", "RBRACKET_LBRACE", "RETURN", "L_HOW_FIX_BLOCK", "R_HOW_FIX_BLOCK", "DOUBLE_MUL"];
|
|
54844
55483
|
KcLang.VOCABULARY = new antlr4ts_VocabularyImpl__WEBPACK_IMPORTED_MODULE_9__.VocabularyImpl(_KcLang._LITERAL_NAMES, _KcLang._SYMBOLIC_NAMES, []);
|
|
54845
55484
|
KcLang._serializedATNSegments = 2;
|
|
54846
|
-
KcLang._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x03E\u02BF\x04\x02" + "\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04\x06\t\x06\x04\x07" + "\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f\t\f\x04\r\t\r\x04" + "\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11\x04\x12\t\x12\x04" + "\x13\t\x13\x04\x14\t\x14\x04\x15\t\x15\x04\x16\t\x16\x04\x17\t\x17\x04" + "\x18\t\x18\x04\x19\t\x19\x04\x1A\t\x1A\x04\x1B\t\x1B\x04\x1C\t\x1C\x04" + "\x1D\t\x1D\x04\x1E\t\x1E\x04\x1F\t\x1F\x04 \t \x04!\t!\x04\"\t\"\x04#" + "\t#\x04$\t$\x04%\t%\x04&\t&\x04\'\t\'\x04(\t(\x04)\t)\x04*\t*\x04+\t+" + "\x04,\t,\x04-\t-\x04.\t.\x04/\t/\x040\t0\x041\t1\x042\t2\x043\t3\x044" + "\t4\x045\t5\x046\t6\x047\t7\x048\t8\x049\t9\x04:\t:\x04;\t;\x04<\t<\x04" + "=\t=\x04>\t>\x04?\t?\x04@\t@\x04A\tA\x04B\tB\x04C\tC\x04D\tD\x04E\tE\x04" + "F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04M\tM\x04N\tN\x04" + "O\tO\x03\x02\x07\x02\xA0\n\x02\f\x02\x0E\x02\xA3\v\x02\x03\x02\x03\x02" + "\x03\x03\x03\x03\x03\x03\x03\x04\x03\x04\x03\x04\x03\x05\x03\x05\x03\x05" + "\x03\x06\x03\x06\x03\x06\x03\x07\x03\x07\x03\x07\x03\x07\x05\x07\xB7\n" + "\x07\x03\b\x03\b\x03\b\x03\b\x05\b\xBD\n\b\x03\t\x03\t\x03\t\x03\t\x07" + "\t\xC3\n\t\f\t\x0E\t\xC6\v\t\x03\t\x03\t\x03\n\x03\n\x05\n\xCC\n\n\x03" + "\v\x03\v\x03\v\x03\v\x03\v\x05\v\xD3\n\v\x03\v\x03\v\x03\f\x03\f\x03\f" + "\x03\f\x03\f\x03\f\x03\r\x03\r\x03\r\x03\r\x05\r\xE1\n\r\x03\r\x03\r\x03" + "\r\x03\r\x03\r\x03\x0E\x03\x0E\x03\x0E\x07\x0E\xEB\n\x0E\f\x0E\x0E\x0E" + "\xEE\v\x0E\x03\x0F\x03\x0F\x03\x0F\x03\x10\x03\x10\x03\x10\x03\x10\x03" + "\x11\x03\x11\x03\x11\x03\x11\x03\x11\x05\x11\xFC\n\x11\x03\x12\x03\x12" + "\x03\x12\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x05\x13\u0106\n\x13\x03" + "\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x15\x03\x15\x03\x15\x03" + "\x16\x03\x16\x03\x16\x03\x17\x03\x17\x07\x17\u0116\n\x17\f\x17\x0E\x17" + "\u0119\v\x17\x03\x17\x03\x17\x05\x17\u011D\n\x17\x03\x18\x03\x18\x03\x19" + "\x03\x19\x03\x19\x05\x19\u0124\n\x19\x03\x19\x07\x19\u0127\n\x19\f\x19" + "\x0E\x19\u012A\v\x19\x03\x19\x03\x19\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03" + "\x1B\x03\x1B\x05\x1B\u0134\n\x1B\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1D" + "\x03\x1D\x07\x1D\u013C\n\x1D\f\x1D\x0E\x1D\u013F\v\x1D\x03\x1D\x05\x1D" + "\u0142\n\x1D\x03\x1E\x07\x1E\u0145\n\x1E\f\x1E\x0E\x1E\u0148\v\x1E\x03" + "\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x05\x1F\u014F\n\x1F\x03 \x03 \x07" + " \u0153\n \f \x0E \u0156\v \x03 \x03 \x03!\x03!\x03!\x03!\x03\"\x03\"" + "\x05\"\u0160\n\"\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03$\x03$\x05$\u016B" + "\n$\x03$\x03$\x05$\u016F\n$\x03$\x03$\x05$\u0173\n$\x05$\u0175\n$\x03" + "%\x03%\x07%\u0179\n%\f%\x0E%\u017C\v%\x03%\x03%\x03%\x03%\x03&\x03&\x07" + "&\u0184\n&\f&\x0E&\u0187\v&\x03&\x03&\x03\'\x03\'\x03\'\x05\'\u018E\n" + "\'\x03(\x03(\x03(\x03(\x05(\u0194\n(\x03)\x03)\x03)\x03)\x03*\x03*\x03" + "*\x03*\x03+\x03+\x05+\u01A0\n+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03" + "+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03" + "+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x07+\u01C3\n" + "+\f+\x0E+\u01C6\v+\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03" + ",\x03,\x03,\x03,\x03,\x03,\x05,\u01D8\n,\x03,\x03,\x07,\u01DC\n,\f,\x0E" + ",\u01DF\v,\x03-\x03-\x03-\x03-\x07-\u01E5\n-\f-\x0E-\u01E8\v-\x03-\x03" + "-\x03-\x03.\x03.\x03.\x03.\x03.\x07.\u01F2\n.\f.\x0E.\u01F5\v.\x03.\x05" + ".\u01F8\n.\x03.\x03.\x03/\x03/\x03/\x03/\x05/\u0200\n/\x030\x030\x031" + "\x031\x032\x032\x032\x033\x033\x033\x034\x034\x035\x035\x055\u0210\n5" + "\x036\x036\x037\x037\x038\x038\x039\x039\x03:\x03:\x03;\x03;\x03<\x03" + "<\x03<\x05<\u0221\n<\x03=\x03=\x03=\x07=\u0226\n=\f=\x0E=\u0229\v=\x03" + "=\x03=\x05=\u022D\n=\x03=\x03=\x05=\u0231\n=\x03=\x03=\x05=\u0235\n=\x03" + "=\x03=\x03=\x05=\u023A\n=\x03=\x05=\u023D\n=\x03>\x03>\x03>\x03>\x07>" + "\u0243\n>\f>\x0E>\u0246\v>\x03>\x03>\x05>\u024A\n>\x03>\x03>\x05>\u024E" + "\n>\x03>\x03>\x05>\u0252\n>\x03?\x03?\x03?\x03?\x03?\x05?\u0259\n?\x05" + "?\u025B\n?\x03@\x03@\x03@\x05@\u0260\n@\x03A\x03A\x03A\x05A\u0265\nA\x05" + "A\u0267\nA\x03B\x03B\x03B\x03C\x03C\x03C\x03D\x03D\x03D\x03E\x03E\x05" + "E\u0274\nE\x03E\x03E\x03F\x03F\x03F\x07F\u027B\nF\fF\x0EF\u027E\vF\x03" + "G\x03G\x05G\u0282\nG\x03H\x03H\x05H\u0286\nH\x03H\x05H\u0289\nH\x03I\x03" + "I\x03I\x03J\x03J\x03J\x03K\x03K\x05K\u0293\nK\x03K\x03K\x03L\x03L\x03" + "L\x03L\x03L\x03L\x05L\u029D\nL\x03L\x03L\x03L\x03L\x03L\x03L\x07L\u02A5" + "\nL\fL\x0EL\u02A8\vL\x03M\x03M\x03M\x03M\x03M\x03M\x03M\x05M\u02B1\nM" + "\x03N\x03N\x03N\x03N\x03N\x03N\x03N\x03N\x05N\u02BB\nN\x03O\x03O\x03O" + "\x04\u0154\u0185\x02\x05TV\x96P\x02\x02\x04\x02\x06\x02\b\x02\n\x02\f" + "\x02\x0E\x02\x10\x02\x12\x02\x14\x02\x16\x02\x18\x02\x1A\x02\x1C\x02\x1E" + "\x02 \x02\"\x02$\x02&\x02(\x02*\x02,\x02.\x020\x022\x024\x026\x028\x02" + ":\x02<\x02>\x02@\x02B\x02D\x02F\x02H\x02J\x02L\x02N\x02P\x02R\x02T\x02" + "V\x02X\x02Z\x02\\\x02^\x02`\x02b\x02d\x02f\x02h\x02j\x02l\x02n\x02p\x02" + "r\x02t\x02v\x02x\x02z\x02|\x02~\x02\x80\x02\x82\x02\x84\x02\x86\x02\x88" + "\x02\x8A\x02\x8C\x02\x8E\x02\x90\x02\x92\x02\x94\x02\x96\x02\x98\x02\x9A" + "\x02\x9C\x02\x02\x07\x03\x02\v\x10\x03\x02\b\t\x03\x02\x06\x07\x03\x02" + " !\x05\x02\v\x0E\x10\x16\x18\x18\x02\u02D6\x02\xA1\x03\x02\x02\x02\x04" + "\xA6\x03\x02\x02\x02\x06\xA9\x03\x02\x02\x02\b\xAC\x03\x02\x02\x02\n\xAF" + "\x03\x02\x02\x02\f\xB6\x03\x02\x02\x02\x0E\xBC\x03\x02\x02\x02\x10\xBE" + "\x03\x02\x02\x02\x12\xCB\x03\x02\x02\x02\x14\xCD\x03\x02\x02\x02\x16\xD6" + "\x03\x02\x02\x02\x18\xDC\x03\x02\x02\x02\x1A\xE7\x03\x02\x02\x02\x1C\xEF" + "\x03\x02\x02\x02\x1E\xF2\x03\x02\x02\x02 \xF6\x03\x02\x02\x02\"\xFD\x03" + "\x02\x02\x02$\u0103\x03\x02\x02\x02&\u0107\x03\x02\x02\x02(\u010D\x03" + "\x02\x02\x02*\u0110\x03\x02\x02\x02,\u011C\x03\x02\x02\x02.\u011E\x03" + "\x02\x02\x020\u0120\x03\x02\x02\x022\u012D\x03\x02\x02\x024\u0133\x03" + "\x02\x02\x026\u0135\x03\x02\x02\x028\u0139\x03\x02\x02\x02:\u0146\x03" + "\x02\x02\x02<\u014E\x03\x02\x02\x02>\u0150\x03\x02\x02\x02@\u0159\x03" + "\x02\x02\x02B\u015F\x03\x02\x02\x02D\u0161\x03\x02\x02\x02F\u0174\x03" + "\x02\x02\x02H\u0176\x03\x02\x02\x02J\u0181\x03\x02\x02\x02L\u018D\x03" + "\x02\x02\x02N\u0193\x03\x02\x02\x02P\u0195\x03\x02\x02\x02R\u0199\x03" + "\x02\x02\x02T\u019D\x03\x02\x02\x02V\u01D7\x03\x02\x02\x02X\u01E0\x03" + "\x02\x02\x02Z\u01EC\x03\x02\x02\x02\\\u01FF\x03\x02\x02\x02^\u0201\x03" + "\x02\x02\x02`\u0203\x03\x02\x02\x02b\u0205\x03\x02\x02\x02d\u0208\x03" + "\x02\x02\x02f\u020B\x03\x02\x02\x02h\u020F\x03\x02\x02\x02j\u0211\x03" + "\x02\x02\x02l\u0213\x03\x02\x02\x02n\u0215\x03\x02\x02\x02p\u0217\x03" + "\x02\x02\x02r\u0219\x03\x02\x02\x02t\u021B\x03\x02\x02\x02v\u0220\x03" + "\x02\x02\x02x\u023C\x03\x02\x02\x02z\u023E\x03\x02\x02\x02|\u025A\x03" + "\x02\x02\x02~\u025F\x03\x02\x02\x02\x80\u0261\x03\x02\x02\x02\x82\u0268" + "\x03\x02\x02\x02\x84\u026B\x03\x02\x02\x02\x86\u026E\x03\x02\x02\x02\x88" + "\u0271\x03\x02\x02\x02\x8A\u0277\x03\x02\x02\x02\x8C\u0281\x03\x02\x02" + "\x02\x8E\u0283\x03\x02\x02\x02\x90\u028A\x03\x02\x02\x02\x92\u028D\x03" + "\x02\x02\x02\x94\u0290\x03\x02\x02\x02\x96\u029C\x03\x02\x02\x02\x98\u02B0" + "\x03\x02\x02\x02\x9A\u02BA\x03\x02\x02\x02\x9C\u02BC\x03\x02\x02\x02\x9E" + "\xA0\x05\f\x07\x02\x9F\x9E\x03\x02\x02\x02\xA0\xA3\x03\x02\x02\x02\xA1" + "\x9F\x03\x02\x02\x02\xA1\xA2\x03\x02\x02\x02\xA2\xA4\x03\x02\x02\x02\xA3" + "\xA1\x03\x02\x02\x02\xA4\xA5\x07\x02\x02\x03\xA5\x03\x03\x02\x02\x02\xA6" + "\xA7\x05v<\x02\xA7\xA8\x07\x02\x02\x03\xA8\x05\x03\x02\x02\x02\xA9\xAA" + "\x05B\"\x02\xAA\xAB\x07\x02\x02\x03\xAB\x07\x03\x02\x02\x02\xAC\xAD\x05" + ":\x1E\x02\xAD\xAE\x07\x02\x02\x03\xAE\t\x03\x02\x02\x02\xAF\xB0\x05T+" + "\x02\xB0\xB1\x07\x02\x02\x03\xB1\v\x03\x02\x02\x02\xB2\xB7\x05\x10\t\x02" + "\xB3\xB7\x05\x14\v\x02\xB4\xB7\x05\x16\f\x02\xB5\xB7\x05\x18\r\x02\xB6" + "\xB2\x03\x02\x02\x02\xB6\xB3\x03\x02\x02\x02\xB6\xB4\x03\x02\x02\x02\xB6" + "\xB5\x03\x02\x02\x02\xB7\r\x03\x02\x02\x02\xB8\xBD\x050\x19\x02\xB9\xBD" + "\x05$\x13\x02\xBA\xBD\x05\"\x12\x02\xBB\xBD\x05\x1E\x10\x02\xBC\xB8\x03" + "\x02\x02\x02\xBC\xB9\x03\x02\x02\x02\xBC\xBA\x03\x02\x02\x02\xBC\xBB\x03" + "\x02\x02\x02\xBD\x0F\x03\x02\x02\x02\xBE\xBF\x07\x1C\x02\x02\xBF\xC0\x05" + "v<\x02\xC0\xC4\x07)\x02\x02\xC1\xC3\x05\x12\n\x02\xC2\xC1\x03\x02\x02" + "\x02\xC3\xC6\x03\x02\x02\x02\xC4\xC2\x03\x02\x02\x02\xC4\xC5\x03\x02\x02" + "\x02\xC5\xC7\x03\x02\x02\x02\xC6\xC4\x03\x02\x02\x02\xC7\xC8\x07*\x02" + "\x02\xC8\x11\x03\x02\x02\x02\xC9\xCC\x05\x10\t\x02\xCA\xCC\x05\x0E\b\x02" + "\xCB\xC9\x03\x02\x02\x02\xCB\xCA\x03\x02\x02\x02\xCC\x13\x03\x02\x02\x02" + "\xCD\xCE\x07\x1B\x02\x02\xCE\xCF\x05.\x18\x02\xCF\xD0\x07\x18\x02\x02" + "\xD0\xD2\x05v<\x02\xD1\xD3\x05d3\x02\xD2\xD1\x03\x02\x02\x02\xD2\xD3\x03" + "\x02\x02\x02\xD3\xD4\x03\x02\x02\x02\xD4\xD5\x072\x02\x02\xD5\x15\x03" + "\x02\x02\x02\xD6\xD7\x07\x1B\x02\x02\xD7\xD8\x05.\x18\x02\xD8\xD9\x07" + "\x18\x02\x02\xD9\xDA\x05 \x11\x02\xDA\xDB\x072\x02\x02\xDB\x17\x03\x02" + "\x02\x02\xDC\xDD\x05f4\x02\xDD\xDE\x077\x02\x02\xDE\xE0\x07%\x02\x02\xDF" + "\xE1\x05\x1A\x0E\x02\xE0\xDF\x03\x02\x02\x02\xE0\xE1\x03\x02\x02\x02\xE1" + "\xE2\x03\x02\x02\x02\xE2\xE3\x07&\x02\x02\xE3\xE4\x07)\x02\x02\xE4\xE5" + "\x05\x1E\x10\x02\xE5\xE6\x07*\x02\x02\xE6\x19\x03\x02\x02\x02\xE7\xEC" + "\x05\x1C\x0F\x02\xE8\xE9\x07\x1E\x02\x02\xE9\xEB\x05\x1C\x0F\x02\xEA\xE8" + "\x03\x02\x02\x02\xEB\xEE\x03\x02\x02\x02\xEC\xEA\x03\x02\x02\x02\xEC\xED" + "\x03\x02\x02\x02\xED\x1B\x03\x02\x02\x02\xEE\xEC\x03\x02\x02\x02\xEF\xF0" + "\x05f4\x02\xF0\xF1\x077\x02\x02\xF1\x1D\x03\x02\x02\x02\xF2\xF3\x07B\x02" + "\x02\xF3\xF4\x05T+\x02\xF4\xF5\x072\x02\x02\xF5\x1F\x03\x02\x02\x02\xF6" + "\xF7\x07\x04\x02\x02\xF7\xF8\x07%\x02\x02\xF8\xF9\x05j6\x02\xF9\xFB\x07" + "&\x02\x02\xFA\xFC\x05d3\x02\xFB\xFA\x03\x02\x02\x02\xFB\xFC\x03\x02\x02" + "\x02\xFC!\x03\x02\x02\x02\xFD\xFE\x07\x1B\x02\x02\xFE\xFF\x05.\x18\x02" + "\xFF\u0100\x07\x18\x02\x02\u0100\u0101\x05T+\x02\u0101\u0102\x072\x02" + "\x02\u0102#\x03\x02\x02\x02\u0103\u0105\x05&\x14\x02\u0104\u0106\x05(" + "\x15\x02\u0105\u0104\x03\x02\x02\x02\u0105\u0106\x03\x02\x02\x02\u0106" + "%\x03\x02\x02\x02\u0107\u0108\x07,\x02\x02\u0108\u0109\x07%\x02\x02\u0109" + "\u010A\x05T+\x02\u010A\u010B\x07&\x02\x02\u010B\u010C\x05,\x17\x02\u010C" + "\'\x03\x02\x02\x02\u010D\u010E\x07-\x02\x02\u010E\u010F\x05,\x17\x02\u010F" + ")\x03\x02\x02\x02\u0110\u0111\x077\x02\x02\u0111\u0112\x07\x1A\x02\x02" + "\u0112+\x03\x02\x02\x02\u0113\u0117\x07)\x02\x02\u0114\u0116\x05\x12\n" + "\x02\u0115\u0114\x03\x02\x02\x02\u0116\u0119\x03\x02\x02\x02\u0117\u0115" + "\x03\x02\x02\x02\u0117\u0118\x03\x02\x02\x02\u0118\u011A\x03\x02\x02\x02" + "\u0119\u0117\x03\x02\x02\x02\u011A\u011D\x07*\x02\x02\u011B\u011D\x05" + "\x0E\b\x02\u011C\u0113\x03\x02\x02\x02\u011C\u011B\x03\x02\x02\x02\u011D" + "-\x03\x02\x02\x02\u011E\u011F\x077\x02\x02\u011F/\x03\x02\x02\x02\u0120" + "\u0123\x070\x02\x02\u0121\u0124\x05R*\x02\u0122\u0124\x05T+\x02\u0123" + "\u0121\x03\x02\x02\x02\u0123\u0122\x03\x02\x02\x02\u0124\u0128\x03\x02" + "\x02\x02\u0125\u0127\x052\x1A\x02\u0126\u0125\x03\x02\x02\x02\u0127\u012A" + "\x03\x02\x02\x02\u0128\u0126\x03\x02\x02\x02\u0128\u0129\x03\x02\x02\x02" + "\u0129\u012B\x03\x02\x02\x02\u012A\u0128\x03\x02\x02\x02\u012B\u012C\x07" + "2\x02\x02\u012C1\x03\x02\x02\x02\u012D\u012E\x071\x02\x02\u012E\u012F" + "\x077\x02\x02\u012F\u0130\x054\x1B\x02\u01303\x03\x02\x02\x02\u0131\u0134" + "\x056\x1C\x02\u0132\u0134\x07:\x02\x02\u0133\u0131\x03\x02\x02\x02\u0133" + "\u0132\x03\x02\x02\x02\u01345\x03\x02\x02\x02\u0135\u0136\x074\x02\x02" + "\u0136\u0137\x05:\x1E\x02\u0137\u0138\x074\x02\x02\u01387\x03\x02\x02" + "\x02\u0139\u013D\x07C\x02\x02\u013A\u013C\x05<\x1F\x02\u013B\u013A\x03" + "\x02\x02\x02\u013C\u013F\x03\x02\x02\x02\u013D\u013B\x03\x02\x02\x02\u013D" + "\u013E\x03\x02\x02\x02\u013E\u0141\x03\x02\x02\x02\u013F\u013D\x03\x02" + "\x02\x02\u0140\u0142\x07D\x02\x02\u0141\u0140\x03\x02\x02\x02\u0141\u0142" + "\x03\x02\x02\x02\u01429\x03\x02\x02\x02\u0143\u0145\x05<\x1F\x02\u0144" + "\u0143\x03\x02\x02\x02\u0145\u0148\x03\x02\x02\x02\u0146\u0144\x03\x02" + "\x02\x02\u0146\u0147\x03\x02\x02\x02\u0147;\x03\x02\x02\x02\u0148\u0146" + "\x03\x02\x02\x02\u0149\u014F\x07@\x02\x02\u014A\u014F\x05@!\x02\u014B" + "\u014F\x05H%\x02\u014C\u014F\x05> \x02\u014D\u014F\x058\x1D\x02\u014E" + "\u0149\x03\x02\x02\x02\u014E\u014A\x03\x02\x02\x02\u014E\u014B\x03\x02" + "\x02\x02\u014E\u014C\x03\x02\x02\x02\u014E\u014D\x03\x02\x02\x02\u014F" + "=\x03\x02\x02\x02\u0150\u0154\x07E\x02\x02\u0151\u0153\x05<\x1F\x02\u0152" + "\u0151\x03\x02\x02\x02\u0153\u0156\x03\x02\x02\x02\u0154\u0155\x03\x02" + "\x02\x02\u0154\u0152\x03\x02\x02\x02\u0155\u0157\x03\x02\x02\x02\u0156" + "\u0154\x03\x02\x02\x02\u0157\u0158\x07E\x02\x02\u0158?\x03\x02\x02\x02" + "\u0159\u015A\x07)\x02\x02\u015A\u015B\x05B\"\x02\u015B\u015C\x07*\x02" + "\x02\u015CA\x03\x02\x02\x02\u015D\u0160\x05D#\x02\u015E\u0160\x05F$\x02" + "\u015F\u015D\x03\x02\x02\x02\u015F\u015E\x03\x02\x02\x02\u0160C\x03\x02" + "\x02\x02\u0161\u0162\x077\x02\x02\u0162\u0163\x07%\x02\x02\u0163\u0164" + "\x05F$\x02\u0164\u0165\x07\x1E\x02\x02\u0165\u0166\x07:\x02\x02\u0166" + "\u0167\x07&\x02\x02\u0167E\x03\x02\x02\x02\u0168\u016A\x05v<\x02\u0169" + "\u016B\x05d3\x02\u016A\u0169\x03\x02\x02\x02\u016A\u016B\x03\x02\x02\x02" + "\u016B\u0175\x03\x02\x02\x02\u016C\u016E\x05b2\x02\u016D\u016F\x05d3\x02" + "\u016E\u016D\x03\x02\x02\x02\u016E\u016F\x03\x02\x02\x02\u016F\u0175\x03" + "\x02\x02\x02\u0170\u0172\x078\x02\x02\u0171\u0173\x05d3\x02\u0172\u0171" + "\x03\x02\x02\x02\u0172\u0173\x03\x02\x02\x02\u0173\u0175\x03\x02\x02\x02" + "\u0174\u0168\x03\x02\x02\x02\u0174\u016C\x03\x02\x02\x02\u0174\u0170\x03" + "\x02\x02\x02\u0175G\x03\x02\x02\x02\u0176\u017A\x07\'\x02\x02\u0177\u0179" + "\x05L\'\x02\u0178\u0177\x03\x02\x02\x02\u0179\u017C\x03\x02\x02\x02\u017A" + "\u0178\x03\x02\x02\x02\u017A\u017B\x03\x02\x02\x02\u017B\u017D\x03\x02" + "\x02\x02\u017C\u017A\x03\x02\x02\x02\u017D\u017E\x07A\x02\x02\u017E\u017F" + "\x05N(\x02\u017F\u0180\x07&\x02\x02\u0180I\x03\x02\x02\x02\u0181\u0185" + "\x07E\x02\x02\u0182\u0184\x05L\'\x02\u0183\u0182\x03\x02\x02\x02\u0184" + "\u0187\x03\x02\x02\x02\u0185\u0186\x03\x02\x02\x02\u0185\u0183\x03\x02" + "\x02\x02\u0186\u0188\x03\x02\x02\x02\u0187\u0185\x03\x02\x02\x02\u0188" + "\u0189\x07E\x02\x02\u0189K\x03\x02\x02\x02\u018A\u018E\x07@\x02\x02\u018B" + "\u018E\x05@!\x02\u018C\u018E\x05J&\x02\u018D\u018A\x03\x02\x02\x02\u018D" + "\u018B\x03\x02\x02\x02\u018D\u018C\x03\x02\x02\x02\u018EM\x03\x02\x02" + "\x02\u018F\u0194\x05P)\x02\u0190\u0194\x076\x02\x02\u0191\u0194\x05v<" + "\x02\u0192\u0194\x05b2\x02\u0193\u018F\x03\x02\x02\x02\u0193\u0190\x03" + "\x02\x02\x02\u0193\u0191\x03\x02\x02\x02\u0193\u0192\x03\x02\x02\x02\u0194" + "O\x03\x02\x02\x02\u0195\u0196\x075\x02\x02\u0196\u0197\x07\x18\x02\x02" + "\u0197\u0198\x07>\x02\x02\u0198Q\x03\x02\x02\x02\u0199\u019A\x05v<\x02" + "\u019A\u019B\x07\n\x02\x02\u019B\u019C\x05T+\x02\u019CS\x03\x02\x02\x02" + "\u019D\u019F\b+\x01\x02\u019E\u01A0\x05*\x16\x02\u019F\u019E\x03\x02\x02" + "\x02\u019F\u01A0\x03\x02\x02\x02\u01A0\u01A1\x03\x02\x02\x02\u01A1\u01A2" + "\x05V,\x02\u01A2\u01C4\x03\x02\x02\x02\u01A3\u01A4\f\v\x02\x02\u01A4\u01A5" + "\x07\x1C\x02\x02\u01A5\u01C3\x05T+\f\u01A6\u01A7\f\n\x02\x02\u01A7\u01A8" + "\x05r:\x02\u01A8\u01A9\x05T+\v\u01A9\u01C3\x03\x02\x02\x02\u01AA\u01AB" + "\f\t\x02\x02\u01AB\u01AC\x05p9\x02\u01AC\u01AD\x05T+\n\u01AD\u01C3\x03" + "\x02\x02\x02\u01AE\u01AF\f\b\x02\x02\u01AF\u01B0\x05n8\x02\u01B0\u01B1" + "\x05T+\t\u01B1\u01C3\x03\x02\x02\x02\u01B2\u01B3\f\x07\x02\x02\u01B3\u01B4" + "\x07\"\x02\x02\u01B4\u01C3\x05T+\b\u01B5\u01B6\f\x06\x02\x02\u01B6\u01B7" + "\x07#\x02\x02\u01B7\u01C3\x05T+\x07\u01B8\u01B9\f\x05\x02\x02\u01B9\u01BA" + "\x05t;\x02\u01BA\u01BB\x05T+\x06\u01BB\u01C3\x03\x02\x02\x02\u01BC\u01BD" + "\f\x04\x02\x02\u01BD\u01BE\x073\x02\x02\u01BE\u01BF\x05T+\x02\u01BF\u01C0" + "\x07\x1D\x02\x02\u01C0\u01C1\x05T+\x04\u01C1\u01C3\x03\x02\x02\x02\u01C2" + "\u01A3\x03\x02\x02\x02\u01C2\u01A6\x03\x02\x02\x02\u01C2\u01AA\x03\x02" + "\x02\x02\u01C2\u01AE\x03\x02\x02\x02\u01C2\u01B2\x03\x02\x02\x02\u01C2" + "\u01B5\x03\x02\x02\x02\u01C2\u01B8\x03\x02\x02\x02\u01C2\u01BC\x03\x02" + "\x02\x02\u01C3\u01C6\x03\x02\x02\x02\u01C4\u01C2\x03\x02\x02\x02\u01C4" + "\u01C5\x03\x02\x02\x02\u01C5U\x03\x02\x02\x02\u01C6\u01C4\x03\x02\x02" + "\x02\u01C7\u01C8\b,\x01\x02\u01C8\u01D8\x056\x1C\x02\u01C9\u01D8\x05h" + "5\x02\u01CA\u01D8\x05^0\x02\u01CB\u01D8\x05`1\x02\u01CC\u01CD\x07%\x02" + "\x02\u01CD\u01CE\x05T+\x02\u01CE\u01CF\x07&\x02\x02\u01CF\u01D8\x03\x02" + "\x02\x02\u01D0\u01D1\x07$\x02\x02\u01D1\u01D8\x05V,\x07\u01D2\u01D8\x05" + " \x11\x02\u01D3\u01D8\x05Z.\x02\u01D4\u01D5\x07\t\x02\x02\u01D5\u01D8" + "\x05V,\x04\u01D6\u01D8\x05X-\x02\u01D7\u01C7\x03\x02\x02\x02\u01D7\u01C9" + "\x03\x02\x02\x02\u01D7\u01CA\x03\x02\x02\x02\u01D7\u01CB\x03\x02\x02\x02" + "\u01D7\u01CC\x03\x02\x02\x02\u01D7\u01D0\x03\x02\x02\x02\u01D7\u01D2\x03" + "\x02\x02\x02\u01D7\u01D3\x03\x02\x02\x02\u01D7\u01D4\x03\x02\x02\x02\u01D7" + "\u01D6\x03\x02\x02\x02\u01D8\u01DD\x03\x02\x02\x02\u01D9\u01DA\f\b\x02" + "\x02\u01DA\u01DC\x05d3\x02\u01DB\u01D9\x03\x02\x02\x02\u01DC\u01DF\x03" + "\x02\x02\x02\u01DD\u01DB\x03\x02\x02\x02\u01DD\u01DE\x03\x02\x02\x02\u01DE" + "W\x03\x02\x02\x02\u01DF\u01DD\x03\x02\x02\x02\u01E0\u01E6\x07\'\x02\x02" + "\u01E1\u01E2\x05T+\x02\u01E2\u01E3\x07\x1E\x02\x02\u01E3\u01E5\x03\x02" + "\x02\x02\u01E4\u01E1\x03\x02\x02\x02\u01E5\u01E8\x03\x02\x02\x02\u01E6" + "\u01E4\x03\x02\x02\x02\u01E6\u01E7\x03\x02\x02\x02\u01E7\u01E9\x03\x02" + "\x02\x02\u01E8\u01E6\x03\x02\x02\x02\u01E9\u01EA\x05T+\x02\u01EA\u01EB" + "\x07(\x02\x02\u01EBY\x03\x02\x02\x02\u01EC\u01ED\x077\x02\x02\u01ED\u01F3" + "\x07%\x02\x02\u01EE\u01EF\x05\\/\x02\u01EF\u01F0\x07\x1E\x02\x02\u01F0" + "\u01F2\x03\x02\x02\x02\u01F1\u01EE\x03\x02\x02\x02\u01F2\u01F5\x03\x02" + "\x02\x02\u01F3\u01F1\x03\x02\x02\x02\u01F3\u01F4\x03\x02\x02\x02\u01F4" + "\u01F7\x03\x02\x02\x02\u01F5\u01F3\x03\x02\x02\x02\u01F6\u01F8\x05\\/" + "\x02\u01F7\u01F6\x03\x02\x02\x02\u01F7\u01F8\x03\x02\x02\x02\u01F8\u01F9" + "\x03\x02\x02\x02\u01F9\u01FA\x07&\x02\x02\u01FA[\x03\x02\x02\x02\u01FB" + "\u01FC\x077\x02\x02\u01FC\u01FD\x07\x18\x02\x02\u01FD\u0200\x05T+\x02" + "\u01FE\u0200\x05T+\x02\u01FF\u01FB\x03\x02\x02\x02\u01FF\u01FE\x03\x02" + "\x02\x02\u0200]\x03\x02\x02\x02\u0201\u0202\x05v<\x02\u0202_\x03\x02\x02" + "\x02\u0203\u0204\x05b2\x02\u0204a\x03\x02\x02\x02\u0205\u0206\x07\x05" + "\x02\x02\u0206\u0207\x077\x02\x02\u0207c\x03\x02\x02\x02\u0208\u0209\x07" + "\x19\x02\x02\u0209\u020A\x05f4\x02\u020Ae\x03\x02\x02\x02\u020B\u020C" + "\x077\x02\x02\u020Cg\x03\x02\x02\x02\u020D\u0210\x05l7\x02\u020E\u0210" + "\x05j6\x02\u020F\u020D\x03\x02\x02\x02\u020F\u020E\x03\x02\x02\x02\u0210" + "i\x03\x02\x02\x02\u0211\u0212\x07:\x02\x02\u0212k\x03\x02\x02\x02\u0213" + "\u0214\x078\x02\x02\u0214m\x03\x02\x02\x02\u0215\u0216\t\x02\x02\x02\u0216" + "o\x03\x02\x02\x02\u0217\u0218\t\x03\x02\x02\u0218q\x03\x02\x02\x02\u0219" + "\u021A\t\x04\x02\x02\u021As\x03\x02\x02\x02\u021B\u021C\x07\x17\x02\x02" + "\u021Cu\x03\x02\x02\x02\u021D\u0221\x05x=\x02\u021E\u0221\x05z>\x02\u021F" + "\u0221\x05|?\x02\u0220\u021D\x03\x02\x02\x02\u0220\u021E\x03\x02\x02\x02" + "\u0220\u021F\x03\x02\x02\x02\u0221w\x03\x02\x02\x02\u0222\u0227\x05~@" + "\x02\u0223\u0224\x07+\x02\x02\u0224\u0226\x05~@\x02\u0225\u0223\x03\x02" + "\x02\x02\u0226\u0229\x03\x02\x02\x02\u0227\u0225\x03\x02\x02\x02\u0227" + "\u0228\x03\x02\x02\x02\u0228\u022C\x03\x02\x02\x02\u0229\u0227\x03\x02" + "\x02\x02\u022A\u022B\x07+\x02\x02\u022B\u022D\x05\x82B\x02\u022C\u022A" + "\x03\x02\x02\x02\u022C\u022D\x03\x02\x02\x02\u022D\u0230\x03\x02\x02\x02" + "\u022E\u022F\x07+\x02\x02\u022F\u0231\x05\x84C\x02\u0230\u022E\x03\x02" + "\x02\x02\u0230\u0231\x03\x02\x02\x02\u0231\u0234\x03\x02\x02\x02\u0232" + "\u0233\x07+\x02";
|
|
54847
|
-
KcLang._serializedATNSegment1 = "\x02\u0233\u0235\x05\x86D\x02\u0234\u0232\x03\x02\x02\x02\u0234\u0235" + "\x03\x02\x02\x02\u0235\u023D\x03\x02\x02\x02\u0236\u0239\x05\x82B\x02" + "\u0237\u0238\x07+\x02\x02\u0238\u023A\x05\x84C\x02\u0239\u0237\x03\x02" + "\x02\x02\u0239\u023A\x03\x02\x02\x02\u023A\u023D\x03\x02\x02\x02\u023B" + "\u023D\x05\x84C\x02\u023C\u0222\x03\x02\x02\x02\u023C\u0236\x03\x02\x02" + "\x02\u023C\u023B\x03\x02\x02\x02\u023Dy\x03\x02\x02\x02\u023E\u023F\x07" + "+\x02\x02\u023F\u0244\x05~@\x02\u0240\u0241\x07+\x02\x02\u0241\u0243\x05" + "~@\x02\u0242\u0240\x03\x02\x02\x02\u0243\u0246\x03\x02\x02\x02\u0244\u0242" + "\x03\x02\x02\x02\u0244\u0245\x03\x02\x02\x02\u0245\u0249\x03\x02\x02\x02" + "\u0246\u0244\x03\x02\x02\x02\u0247\u0248\x07+\x02\x02\u0248\u024A\x05" + "\x82B\x02\u0249\u0247\x03\x02\x02\x02\u0249\u024A\x03\x02\x02\x02\u024A" + "\u024D\x03\x02\x02\x02\u024B\u024C\x07+\x02\x02\u024C\u024E\x05\x84C\x02" + "\u024D\u024B\x03\x02\x02\x02\u024D\u024E\x03\x02\x02\x02\u024E\u0251\x03" + "\x02\x02\x02\u024F\u0250\x07+\x02\x02\u0250\u0252\x05\x86D\x02\u0251\u024F" + "\x03\x02\x02\x02\u0251\u0252\x03\x02\x02\x02\u0252{\x03\x02\x02\x02\u0253" + "\u025B\x07 \x02\x02\u0254\u025B\x07!\x02\x02\u0255\u0256\x05x=\x02\u0256" + "\u0258\x07+\x02\x02\u0257\u0259\t\x05\x02\x02\u0258\u0257\x03\x02\x02" + "\x02\u0258\u0259\x03\x02\x02\x02\u0259\u025B\x03\x02\x02\x02\u025A\u0253" + "\x03\x02\x02\x02\u025A\u0254\x03\x02\x02\x02\u025A\u0255\x03\x02\x02\x02" + "\u025B}\x03\x02\x02\x02\u025C\u0260\x05\x80A\x02\u025D\u0260\x07\x03\x02" + "\x02\u025E\u0260\x07\x1F\x02\x02\u025F\u025C\x03\x02\x02\x02\u025F\u025D" + "\x03\x02\x02\x02\u025F\u025E\x03\x02\x02\x02\u0260\x7F\x03\x02\x02\x02" + "\u0261\u0266\x077\x02\x02\u0262\u0264\x05\x94K\x02\u0263\u0265\x05\x88" + "E\x02\u0264\u0263\x03\x02\x02\x02\u0264\u0265\x03\x02\x02\x02\u0265\u0267" + "\x03\x02\x02\x02\u0266\u0262\x03\x02\x02\x02\u0266\u0267\x03\x02\x02\x02" + "\u0267\x81\x03\x02\x02\x02\u0268\u0269\x07 \x02\x02\u0269\u026A\x077\x02" + "\x02\u026A\x83\x03\x02\x02\x02\u026B\u026C\x07!\x02\x02\u026C\u026D\x07" + "7\x02\x02\u026D\x85\x03\x02\x02\x02\u026E\u026F\x07\x05\x02\x02\u026F" + "\u0270\x077\x02\x02\u0270\x87\x03\x02\x02\x02\u0271\u0273\x07)\x02\x02" + "\u0272\u0274\x05\x8AF\x02\u0273\u0272\x03\x02\x02\x02\u0273\u0274\x03" + "\x02\x02\x02\u0274\u0275\x03\x02\x02\x02\u0275\u0276\x07*\x02\x02\u0276" + "\x89\x03\x02\x02\x02\u0277\u027C\x05\x8CG\x02\u0278\u0279\x072\x02\x02" + "\u0279\u027B\x05\x8CG\x02\u027A\u0278\x03\x02\x02\x02\u027B\u027E\x03" + "\x02\x02\x02\u027C\u027A\x03\x02\x02\x02\u027C\u027D\x03\x02\x02\x02\u027D" + "\x8B\x03\x02\x02\x02\u027E\u027C\x03\x02\x02\x02\u027F\u0282\x05\x8EH" + "\x02\u0280\u0282\x05\x90I\x02\u0281\u027F\x03\x02\x02\x02\u0281\u0280" + "\x03\x02\x02\x02\u0282\x8D\x03\x02\x02\x02\u0283\u0285\x05v<\x02\u0284" + "\u0286\x05d3\x02\u0285\u0284\x03\x02\x02\x02\u0285\u0286\x03\x02\x02\x02" + "\u0286\u0288\x03\x02\x02\x02\u0287\u0289\x05\x92J\x02\u0288\u0287\x03" + "\x02\x02\x02\u0288\u0289\x03\x02\x02\x02\u0289\x8F\x03\x02\x02\x02\u028A" + "\u028B\x05Z.\x02\u028B\u028C\x05\x92J\x02\u028C\x91\x03\x02\x02\x02\u028D" + "\u028E\x07\x18\x02\x02\u028E\u028F\x077\x02\x02\u028F\x93\x03\x02\x02" + "\x02\u0290\u0292\x07\'\x02\x02\u0291\u0293\x05\x96L\x02\u0292\u0291\x03" + "\x02\x02\x02\u0292\u0293\x03\x02\x02\x02\u0293\u0294\x03\x02\x02\x02\u0294" + "\u0295\x07(\x02\x02\u0295\x95\x03\x02\x02\x02\u0296\u0297\bL\x01\x02\u0297" + "\u0298\x05\x9AN\x02\u0298\u0299\x05\x9CO\x02\u0299\u029A\x05\x9AN\x02" + "\u029A\u029D\x03\x02\x02\x02\u029B\u029D\x05\x98M\x02\u029C\u0296\x03" + "\x02\x02\x02\u029C\u029B\x03\x02\x02\x02\u029D\u02A6\x03\x02\x02\x02\u029E" +
|
|
55485
|
+
KcLang._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x03E\u02BF\x04\x02" + "\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04\x06\t\x06\x04\x07" + "\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f\t\f\x04\r\t\r\x04" + "\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11\x04\x12\t\x12\x04" + "\x13\t\x13\x04\x14\t\x14\x04\x15\t\x15\x04\x16\t\x16\x04\x17\t\x17\x04" + "\x18\t\x18\x04\x19\t\x19\x04\x1A\t\x1A\x04\x1B\t\x1B\x04\x1C\t\x1C\x04" + '\x1D\t\x1D\x04\x1E\t\x1E\x04\x1F\t\x1F\x04 \t \x04!\t!\x04"\t"\x04#' + "\t#\x04$\t$\x04%\t%\x04&\t&\x04\'\t\'\x04(\t(\x04)\t)\x04*\t*\x04+\t+" + "\x04,\t,\x04-\t-\x04.\t.\x04/\t/\x040\t0\x041\t1\x042\t2\x043\t3\x044" + "\t4\x045\t5\x046\t6\x047\t7\x048\t8\x049\t9\x04:\t:\x04;\t;\x04<\t<\x04" + "=\t=\x04>\t>\x04?\t?\x04@\t@\x04A\tA\x04B\tB\x04C\tC\x04D\tD\x04E\tE\x04" + "F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04M\tM\x04N\tN\x04" + "O\tO\x03\x02\x07\x02\xA0\n\x02\f\x02\x0E\x02\xA3\v\x02\x03\x02\x03\x02" + "\x03\x03\x03\x03\x03\x03\x03\x04\x03\x04\x03\x04\x03\x05\x03\x05\x03\x05" + "\x03\x06\x03\x06\x03\x06\x03\x07\x03\x07\x03\x07\x03\x07\x05\x07\xB7\n" + "\x07\x03\b\x03\b\x03\b\x03\b\x05\b\xBD\n\b\x03\t\x03\t\x03\t\x03\t\x07" + "\t\xC3\n\t\f\t\x0E\t\xC6\v\t\x03\t\x03\t\x03\n\x03\n\x05\n\xCC\n\n\x03" + "\v\x03\v\x03\v\x03\v\x03\v\x05\v\xD3\n\v\x03\v\x03\v\x03\f\x03\f\x03\f" + "\x03\f\x03\f\x03\f\x03\r\x03\r\x03\r\x03\r\x05\r\xE1\n\r\x03\r\x03\r\x03" + "\r\x03\r\x03\r\x03\x0E\x03\x0E\x03\x0E\x07\x0E\xEB\n\x0E\f\x0E\x0E\x0E" + "\xEE\v\x0E\x03\x0F\x03\x0F\x03\x0F\x03\x10\x03\x10\x03\x10\x03\x10\x03" + "\x11\x03\x11\x03\x11\x03\x11\x03\x11\x05\x11\xFC\n\x11\x03\x12\x03\x12" + "\x03\x12\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x05\x13\u0106\n\x13\x03" + "\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x15\x03\x15\x03\x15\x03" + "\x16\x03\x16\x03\x16\x03\x17\x03\x17\x07\x17\u0116\n\x17\f\x17\x0E\x17" + "\u0119\v\x17\x03\x17\x03\x17\x05\x17\u011D\n\x17\x03\x18\x03\x18\x03\x19" + "\x03\x19\x03\x19\x05\x19\u0124\n\x19\x03\x19\x07\x19\u0127\n\x19\f\x19" + "\x0E\x19\u012A\v\x19\x03\x19\x03\x19\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03" + "\x1B\x03\x1B\x05\x1B\u0134\n\x1B\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1D" + "\x03\x1D\x07\x1D\u013C\n\x1D\f\x1D\x0E\x1D\u013F\v\x1D\x03\x1D\x05\x1D" + "\u0142\n\x1D\x03\x1E\x07\x1E\u0145\n\x1E\f\x1E\x0E\x1E\u0148\v\x1E\x03" + "\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x05\x1F\u014F\n\x1F\x03 \x03 \x07" + ' \u0153\n \f \x0E \u0156\v \x03 \x03 \x03!\x03!\x03!\x03!\x03"\x03"' + '\x05"\u0160\n"\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03$\x03$\x05$\u016B' + "\n$\x03$\x03$\x05$\u016F\n$\x03$\x03$\x05$\u0173\n$\x05$\u0175\n$\x03" + "%\x03%\x07%\u0179\n%\f%\x0E%\u017C\v%\x03%\x03%\x03%\x03%\x03&\x03&\x07" + "&\u0184\n&\f&\x0E&\u0187\v&\x03&\x03&\x03\'\x03\'\x03\'\x05\'\u018E\n" + "\'\x03(\x03(\x03(\x03(\x05(\u0194\n(\x03)\x03)\x03)\x03)\x03*\x03*\x03" + "*\x03*\x03+\x03+\x05+\u01A0\n+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03" + "+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03" + "+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x07+\u01C3\n" + "+\f+\x0E+\u01C6\v+\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03,\x03" + ",\x03,\x03,\x03,\x03,\x03,\x05,\u01D8\n,\x03,\x03,\x07,\u01DC\n,\f,\x0E" + ",\u01DF\v,\x03-\x03-\x03-\x03-\x07-\u01E5\n-\f-\x0E-\u01E8\v-\x03-\x03" + "-\x03-\x03.\x03.\x03.\x03.\x03.\x07.\u01F2\n.\f.\x0E.\u01F5\v.\x03.\x05" + ".\u01F8\n.\x03.\x03.\x03/\x03/\x03/\x03/\x05/\u0200\n/\x030\x030\x031" + "\x031\x032\x032\x032\x033\x033\x033\x034\x034\x035\x035\x055\u0210\n5" + "\x036\x036\x037\x037\x038\x038\x039\x039\x03:\x03:\x03;\x03;\x03<\x03" + "<\x03<\x05<\u0221\n<\x03=\x03=\x03=\x07=\u0226\n=\f=\x0E=\u0229\v=\x03" + "=\x03=\x05=\u022D\n=\x03=\x03=\x05=\u0231\n=\x03=\x03=\x05=\u0235\n=\x03" + "=\x03=\x03=\x05=\u023A\n=\x03=\x05=\u023D\n=\x03>\x03>\x03>\x03>\x07>" + "\u0243\n>\f>\x0E>\u0246\v>\x03>\x03>\x05>\u024A\n>\x03>\x03>\x05>\u024E" + "\n>\x03>\x03>\x05>\u0252\n>\x03?\x03?\x03?\x03?\x03?\x05?\u0259\n?\x05" + "?\u025B\n?\x03@\x03@\x03@\x05@\u0260\n@\x03A\x03A\x03A\x05A\u0265\nA\x05" + "A\u0267\nA\x03B\x03B\x03B\x03C\x03C\x03C\x03D\x03D\x03D\x03E\x03E\x05" + "E\u0274\nE\x03E\x03E\x03F\x03F\x03F\x07F\u027B\nF\fF\x0EF\u027E\vF\x03" + "G\x03G\x05G\u0282\nG\x03H\x03H\x05H\u0286\nH\x03H\x05H\u0289\nH\x03I\x03" + "I\x03I\x03J\x03J\x03J\x03K\x03K\x05K\u0293\nK\x03K\x03K\x03L\x03L\x03" + "L\x03L\x03L\x03L\x05L\u029D\nL\x03L\x03L\x03L\x03L\x03L\x03L\x07L\u02A5" + "\nL\fL\x0EL\u02A8\vL\x03M\x03M\x03M\x03M\x03M\x03M\x03M\x05M\u02B1\nM" + "\x03N\x03N\x03N\x03N\x03N\x03N\x03N\x03N\x05N\u02BB\nN\x03O\x03O\x03O" + "\x04\u0154\u0185\x02\x05TV\x96P\x02\x02\x04\x02\x06\x02\b\x02\n\x02\f" + "\x02\x0E\x02\x10\x02\x12\x02\x14\x02\x16\x02\x18\x02\x1A\x02\x1C\x02\x1E" + '\x02 \x02"\x02$\x02&\x02(\x02*\x02,\x02.\x020\x022\x024\x026\x028\x02' + ":\x02<\x02>\x02@\x02B\x02D\x02F\x02H\x02J\x02L\x02N\x02P\x02R\x02T\x02" + "V\x02X\x02Z\x02\\\x02^\x02`\x02b\x02d\x02f\x02h\x02j\x02l\x02n\x02p\x02" + "r\x02t\x02v\x02x\x02z\x02|\x02~\x02\x80\x02\x82\x02\x84\x02\x86\x02\x88" + "\x02\x8A\x02\x8C\x02\x8E\x02\x90\x02\x92\x02\x94\x02\x96\x02\x98\x02\x9A" + "\x02\x9C\x02\x02\x07\x03\x02\v\x10\x03\x02\b\t\x03\x02\x06\x07\x03\x02" + " !\x05\x02\v\x0E\x10\x16\x18\x18\x02\u02D6\x02\xA1\x03\x02\x02\x02\x04" + "\xA6\x03\x02\x02\x02\x06\xA9\x03\x02\x02\x02\b\xAC\x03\x02\x02\x02\n\xAF" + "\x03\x02\x02\x02\f\xB6\x03\x02\x02\x02\x0E\xBC\x03\x02\x02\x02\x10\xBE" + "\x03\x02\x02\x02\x12\xCB\x03\x02\x02\x02\x14\xCD\x03\x02\x02\x02\x16\xD6" + "\x03\x02\x02\x02\x18\xDC\x03\x02\x02\x02\x1A\xE7\x03\x02\x02\x02\x1C\xEF" + '\x03\x02\x02\x02\x1E\xF2\x03\x02\x02\x02 \xF6\x03\x02\x02\x02"\xFD\x03' + "\x02\x02\x02$\u0103\x03\x02\x02\x02&\u0107\x03\x02\x02\x02(\u010D\x03" + "\x02\x02\x02*\u0110\x03\x02\x02\x02,\u011C\x03\x02\x02\x02.\u011E\x03" + "\x02\x02\x020\u0120\x03\x02\x02\x022\u012D\x03\x02\x02\x024\u0133\x03" + "\x02\x02\x026\u0135\x03\x02\x02\x028\u0139\x03\x02\x02\x02:\u0146\x03" + "\x02\x02\x02<\u014E\x03\x02\x02\x02>\u0150\x03\x02\x02\x02@\u0159\x03" + "\x02\x02\x02B\u015F\x03\x02\x02\x02D\u0161\x03\x02\x02\x02F\u0174\x03" + "\x02\x02\x02H\u0176\x03\x02\x02\x02J\u0181\x03\x02\x02\x02L\u018D\x03" + "\x02\x02\x02N\u0193\x03\x02\x02\x02P\u0195\x03\x02\x02\x02R\u0199\x03" + "\x02\x02\x02T\u019D\x03\x02\x02\x02V\u01D7\x03\x02\x02\x02X\u01E0\x03" + "\x02\x02\x02Z\u01EC\x03\x02\x02\x02\\\u01FF\x03\x02\x02\x02^\u0201\x03" + "\x02\x02\x02`\u0203\x03\x02\x02\x02b\u0205\x03\x02\x02\x02d\u0208\x03" + "\x02\x02\x02f\u020B\x03\x02\x02\x02h\u020F\x03\x02\x02\x02j\u0211\x03" + "\x02\x02\x02l\u0213\x03\x02\x02\x02n\u0215\x03\x02\x02\x02p\u0217\x03" + "\x02\x02\x02r\u0219\x03\x02\x02\x02t\u021B\x03\x02\x02\x02v\u0220\x03" + "\x02\x02\x02x\u023C\x03\x02\x02\x02z\u023E\x03\x02\x02\x02|\u025A\x03" + "\x02\x02\x02~\u025F\x03\x02\x02\x02\x80\u0261\x03\x02\x02\x02\x82\u0268" + "\x03\x02\x02\x02\x84\u026B\x03\x02\x02\x02\x86\u026E\x03\x02\x02\x02\x88" + "\u0271\x03\x02\x02\x02\x8A\u0277\x03\x02\x02\x02\x8C\u0281\x03\x02\x02" + "\x02\x8E\u0283\x03\x02\x02\x02\x90\u028A\x03\x02\x02\x02\x92\u028D\x03" + "\x02\x02\x02\x94\u0290\x03\x02\x02\x02\x96\u029C\x03\x02\x02\x02\x98\u02B0" + "\x03\x02\x02\x02\x9A\u02BA\x03\x02\x02\x02\x9C\u02BC\x03\x02\x02\x02\x9E" + "\xA0\x05\f\x07\x02\x9F\x9E\x03\x02\x02\x02\xA0\xA3\x03\x02\x02\x02\xA1" + "\x9F\x03\x02\x02\x02\xA1\xA2\x03\x02\x02\x02\xA2\xA4\x03\x02\x02\x02\xA3" + "\xA1\x03\x02\x02\x02\xA4\xA5\x07\x02\x02\x03\xA5\x03\x03\x02\x02\x02\xA6" + "\xA7\x05v<\x02\xA7\xA8\x07\x02\x02\x03\xA8\x05\x03\x02\x02\x02\xA9\xAA" + '\x05B"\x02\xAA\xAB\x07\x02\x02\x03\xAB\x07\x03\x02\x02\x02\xAC\xAD\x05' + ":\x1E\x02\xAD\xAE\x07\x02\x02\x03\xAE\t\x03\x02\x02\x02\xAF\xB0\x05T+" + "\x02\xB0\xB1\x07\x02\x02\x03\xB1\v\x03\x02\x02\x02\xB2\xB7\x05\x10\t\x02" + "\xB3\xB7\x05\x14\v\x02\xB4\xB7\x05\x16\f\x02\xB5\xB7\x05\x18\r\x02\xB6" + "\xB2\x03\x02\x02\x02\xB6\xB3\x03\x02\x02\x02\xB6\xB4\x03\x02\x02\x02\xB6" + "\xB5\x03\x02\x02\x02\xB7\r\x03\x02\x02\x02\xB8\xBD\x050\x19\x02\xB9\xBD" + '\x05$\x13\x02\xBA\xBD\x05"\x12\x02\xBB\xBD\x05\x1E\x10\x02\xBC\xB8\x03' + "\x02\x02\x02\xBC\xB9\x03\x02\x02\x02\xBC\xBA\x03\x02\x02\x02\xBC\xBB\x03" + "\x02\x02\x02\xBD\x0F\x03\x02\x02\x02\xBE\xBF\x07\x1C\x02\x02\xBF\xC0\x05" + "v<\x02\xC0\xC4\x07)\x02\x02\xC1\xC3\x05\x12\n\x02\xC2\xC1\x03\x02\x02" + "\x02\xC3\xC6\x03\x02\x02\x02\xC4\xC2\x03\x02\x02\x02\xC4\xC5\x03\x02\x02" + "\x02\xC5\xC7\x03\x02\x02\x02\xC6\xC4\x03\x02\x02\x02\xC7\xC8\x07*\x02" + "\x02\xC8\x11\x03\x02\x02\x02\xC9\xCC\x05\x10\t\x02\xCA\xCC\x05\x0E\b\x02" + "\xCB\xC9\x03\x02\x02\x02\xCB\xCA\x03\x02\x02\x02\xCC\x13\x03\x02\x02\x02" + "\xCD\xCE\x07\x1B\x02\x02\xCE\xCF\x05.\x18\x02\xCF\xD0\x07\x18\x02\x02" + "\xD0\xD2\x05v<\x02\xD1\xD3\x05d3\x02\xD2\xD1\x03\x02\x02\x02\xD2\xD3\x03" + "\x02\x02\x02\xD3\xD4\x03\x02\x02\x02\xD4\xD5\x072\x02\x02\xD5\x15\x03" + "\x02\x02\x02\xD6\xD7\x07\x1B\x02\x02\xD7\xD8\x05.\x18\x02\xD8\xD9\x07" + "\x18\x02\x02\xD9\xDA\x05 \x11\x02\xDA\xDB\x072\x02\x02\xDB\x17\x03\x02" + "\x02\x02\xDC\xDD\x05f4\x02\xDD\xDE\x077\x02\x02\xDE\xE0\x07%\x02\x02\xDF" + "\xE1\x05\x1A\x0E\x02\xE0\xDF\x03\x02\x02\x02\xE0\xE1\x03\x02\x02\x02\xE1" + "\xE2\x03\x02\x02\x02\xE2\xE3\x07&\x02\x02\xE3\xE4\x07)\x02\x02\xE4\xE5" + "\x05\x1E\x10\x02\xE5\xE6\x07*\x02\x02\xE6\x19\x03\x02\x02\x02\xE7\xEC" + "\x05\x1C\x0F\x02\xE8\xE9\x07\x1E\x02\x02\xE9\xEB\x05\x1C\x0F\x02\xEA\xE8" + "\x03\x02\x02\x02\xEB\xEE\x03\x02\x02\x02\xEC\xEA\x03\x02\x02\x02\xEC\xED" + "\x03\x02\x02\x02\xED\x1B\x03\x02\x02\x02\xEE\xEC\x03\x02\x02\x02\xEF\xF0" + "\x05f4\x02\xF0\xF1\x077\x02\x02\xF1\x1D\x03\x02\x02\x02\xF2\xF3\x07B\x02" + "\x02\xF3\xF4\x05T+\x02\xF4\xF5\x072\x02\x02\xF5\x1F\x03\x02\x02\x02\xF6" + "\xF7\x07\x04\x02\x02\xF7\xF8\x07%\x02\x02\xF8\xF9\x05j6\x02\xF9\xFB\x07" + "&\x02\x02\xFA\xFC\x05d3\x02\xFB\xFA\x03\x02\x02\x02\xFB\xFC\x03\x02\x02" + "\x02\xFC!\x03\x02\x02\x02\xFD\xFE\x07\x1B\x02\x02\xFE\xFF\x05.\x18\x02" + "\xFF\u0100\x07\x18\x02\x02\u0100\u0101\x05T+\x02\u0101\u0102\x072\x02" + "\x02\u0102#\x03\x02\x02\x02\u0103\u0105\x05&\x14\x02\u0104\u0106\x05(" + "\x15\x02\u0105\u0104\x03\x02\x02\x02\u0105\u0106\x03\x02\x02\x02\u0106" + "%\x03\x02\x02\x02\u0107\u0108\x07,\x02\x02\u0108\u0109\x07%\x02\x02\u0109" + "\u010A\x05T+\x02\u010A\u010B\x07&\x02\x02\u010B\u010C\x05,\x17\x02\u010C" + "\'\x03\x02\x02\x02\u010D\u010E\x07-\x02\x02\u010E\u010F\x05,\x17\x02\u010F" + ")\x03\x02\x02\x02\u0110\u0111\x077\x02\x02\u0111\u0112\x07\x1A\x02\x02" + "\u0112+\x03\x02\x02\x02\u0113\u0117\x07)\x02\x02\u0114\u0116\x05\x12\n" + "\x02\u0115\u0114\x03\x02\x02\x02\u0116\u0119\x03\x02\x02\x02\u0117\u0115" + "\x03\x02\x02\x02\u0117\u0118\x03\x02\x02\x02\u0118\u011A\x03\x02\x02\x02" + "\u0119\u0117\x03\x02\x02\x02\u011A\u011D\x07*\x02\x02\u011B\u011D\x05" + "\x0E\b\x02\u011C\u0113\x03\x02\x02\x02\u011C\u011B\x03\x02\x02\x02\u011D" + "-\x03\x02\x02\x02\u011E\u011F\x077\x02\x02\u011F/\x03\x02\x02\x02\u0120" + "\u0123\x070\x02\x02\u0121\u0124\x05R*\x02\u0122\u0124\x05T+\x02\u0123" + "\u0121\x03\x02\x02\x02\u0123\u0122\x03\x02\x02\x02\u0124\u0128\x03\x02" + "\x02\x02\u0125\u0127\x052\x1A\x02\u0126\u0125\x03\x02\x02\x02\u0127\u012A" + "\x03\x02\x02\x02\u0128\u0126\x03\x02\x02\x02\u0128\u0129\x03\x02\x02\x02" + "\u0129\u012B\x03\x02\x02\x02\u012A\u0128\x03\x02\x02\x02\u012B\u012C\x07" + "2\x02\x02\u012C1\x03\x02\x02\x02\u012D\u012E\x071\x02\x02\u012E\u012F" + "\x077\x02\x02\u012F\u0130\x054\x1B\x02\u01303\x03\x02\x02\x02\u0131\u0134" + "\x056\x1C\x02\u0132\u0134\x07:\x02\x02\u0133\u0131\x03\x02\x02\x02\u0133" + "\u0132\x03\x02\x02\x02\u01345\x03\x02\x02\x02\u0135\u0136\x074\x02\x02" + "\u0136\u0137\x05:\x1E\x02\u0137\u0138\x074\x02\x02\u01387\x03\x02\x02" + "\x02\u0139\u013D\x07C\x02\x02\u013A\u013C\x05<\x1F\x02\u013B\u013A\x03" + "\x02\x02\x02\u013C\u013F\x03\x02\x02\x02\u013D\u013B\x03\x02\x02\x02\u013D" + "\u013E\x03\x02\x02\x02\u013E\u0141\x03\x02\x02\x02\u013F\u013D\x03\x02" + "\x02\x02\u0140\u0142\x07D\x02\x02\u0141\u0140\x03\x02\x02\x02\u0141\u0142" + "\x03\x02\x02\x02\u01429\x03\x02\x02\x02\u0143\u0145\x05<\x1F\x02\u0144" + "\u0143\x03\x02\x02\x02\u0145\u0148\x03\x02\x02\x02\u0146\u0144\x03\x02" + "\x02\x02\u0146\u0147\x03\x02\x02\x02\u0147;\x03\x02\x02\x02\u0148\u0146" + "\x03\x02\x02\x02\u0149\u014F\x07@\x02\x02\u014A\u014F\x05@!\x02\u014B" + "\u014F\x05H%\x02\u014C\u014F\x05> \x02\u014D\u014F\x058\x1D\x02\u014E" + "\u0149\x03\x02\x02\x02\u014E\u014A\x03\x02\x02\x02\u014E\u014B\x03\x02" + "\x02\x02\u014E\u014C\x03\x02\x02\x02\u014E\u014D\x03\x02\x02\x02\u014F" + "=\x03\x02\x02\x02\u0150\u0154\x07E\x02\x02\u0151\u0153\x05<\x1F\x02\u0152" + "\u0151\x03\x02\x02\x02\u0153\u0156\x03\x02\x02\x02\u0154\u0155\x03\x02" + "\x02\x02\u0154\u0152\x03\x02\x02\x02\u0155\u0157\x03\x02\x02\x02\u0156" + "\u0154\x03\x02\x02\x02\u0157\u0158\x07E\x02\x02\u0158?\x03\x02\x02\x02" + '\u0159\u015A\x07)\x02\x02\u015A\u015B\x05B"\x02\u015B\u015C\x07*\x02' + "\x02\u015CA\x03\x02\x02\x02\u015D\u0160\x05D#\x02\u015E\u0160\x05F$\x02" + "\u015F\u015D\x03\x02\x02\x02\u015F\u015E\x03\x02\x02\x02\u0160C\x03\x02" + "\x02\x02\u0161\u0162\x077\x02\x02\u0162\u0163\x07%\x02\x02\u0163\u0164" + "\x05F$\x02\u0164\u0165\x07\x1E\x02\x02\u0165\u0166\x07:\x02\x02\u0166" + "\u0167\x07&\x02\x02\u0167E\x03\x02\x02\x02\u0168\u016A\x05v<\x02\u0169" + "\u016B\x05d3\x02\u016A\u0169\x03\x02\x02\x02\u016A\u016B\x03\x02\x02\x02" + "\u016B\u0175\x03\x02\x02\x02\u016C\u016E\x05b2\x02\u016D\u016F\x05d3\x02" + "\u016E\u016D\x03\x02\x02\x02\u016E\u016F\x03\x02\x02\x02\u016F\u0175\x03" + "\x02\x02\x02\u0170\u0172\x078\x02\x02\u0171\u0173\x05d3\x02\u0172\u0171" + "\x03\x02\x02\x02\u0172\u0173\x03\x02\x02\x02\u0173\u0175\x03\x02\x02\x02" + "\u0174\u0168\x03\x02\x02\x02\u0174\u016C\x03\x02\x02\x02\u0174\u0170\x03" + "\x02\x02\x02\u0175G\x03\x02\x02\x02\u0176\u017A\x07\'\x02\x02\u0177\u0179" + "\x05L\'\x02\u0178\u0177\x03\x02\x02\x02\u0179\u017C\x03\x02\x02\x02\u017A" + "\u0178\x03\x02\x02\x02\u017A\u017B\x03\x02\x02\x02\u017B\u017D\x03\x02" + "\x02\x02\u017C\u017A\x03\x02\x02\x02\u017D\u017E\x07A\x02\x02\u017E\u017F" + "\x05N(\x02\u017F\u0180\x07&\x02\x02\u0180I\x03\x02\x02\x02\u0181\u0185" + "\x07E\x02\x02\u0182\u0184\x05L\'\x02\u0183\u0182\x03\x02\x02\x02\u0184" + "\u0187\x03\x02\x02\x02\u0185\u0186\x03\x02\x02\x02\u0185\u0183\x03\x02" + "\x02\x02\u0186\u0188\x03\x02\x02\x02\u0187\u0185\x03\x02\x02\x02\u0188" + "\u0189\x07E\x02\x02\u0189K\x03\x02\x02\x02\u018A\u018E\x07@\x02\x02\u018B" + "\u018E\x05@!\x02\u018C\u018E\x05J&\x02\u018D\u018A\x03\x02\x02\x02\u018D" + "\u018B\x03\x02\x02\x02\u018D\u018C\x03\x02\x02\x02\u018EM\x03\x02\x02" + "\x02\u018F\u0194\x05P)\x02\u0190\u0194\x076\x02\x02\u0191\u0194\x05v<" + "\x02\u0192\u0194\x05b2\x02\u0193\u018F\x03\x02\x02\x02\u0193\u0190\x03" + "\x02\x02\x02\u0193\u0191\x03\x02\x02\x02\u0193\u0192\x03\x02\x02\x02\u0194" + "O\x03\x02\x02\x02\u0195\u0196\x075\x02\x02\u0196\u0197\x07\x18\x02\x02" + "\u0197\u0198\x07>\x02\x02\u0198Q\x03\x02\x02\x02\u0199\u019A\x05v<\x02" + "\u019A\u019B\x07\n\x02\x02\u019B\u019C\x05T+\x02\u019CS\x03\x02\x02\x02" + "\u019D\u019F\b+\x01\x02\u019E\u01A0\x05*\x16\x02\u019F\u019E\x03\x02\x02" + "\x02\u019F\u01A0\x03\x02\x02\x02\u01A0\u01A1\x03\x02\x02\x02\u01A1\u01A2" + "\x05V,\x02\u01A2\u01C4\x03\x02\x02\x02\u01A3\u01A4\f\v\x02\x02\u01A4\u01A5" + "\x07\x1C\x02\x02\u01A5\u01C3\x05T+\f\u01A6\u01A7\f\n\x02\x02\u01A7\u01A8" + "\x05r:\x02\u01A8\u01A9\x05T+\v\u01A9\u01C3\x03\x02\x02\x02\u01AA\u01AB" + "\f\t\x02\x02\u01AB\u01AC\x05p9\x02\u01AC\u01AD\x05T+\n\u01AD\u01C3\x03" + "\x02\x02\x02\u01AE\u01AF\f\b\x02\x02\u01AF\u01B0\x05n8\x02\u01B0\u01B1" + "\x05T+\t\u01B1\u01C3\x03\x02\x02\x02\u01B2\u01B3\f\x07\x02\x02\u01B3\u01B4" + '\x07"\x02\x02\u01B4\u01C3\x05T+\b\u01B5\u01B6\f\x06\x02\x02\u01B6\u01B7' + "\x07#\x02\x02\u01B7\u01C3\x05T+\x07\u01B8\u01B9\f\x05\x02\x02\u01B9\u01BA" + "\x05t;\x02\u01BA\u01BB\x05T+\x06\u01BB\u01C3\x03\x02\x02\x02\u01BC\u01BD" + "\f\x04\x02\x02\u01BD\u01BE\x073\x02\x02\u01BE\u01BF\x05T+\x02\u01BF\u01C0" + "\x07\x1D\x02\x02\u01C0\u01C1\x05T+\x04\u01C1\u01C3\x03\x02\x02\x02\u01C2" + "\u01A3\x03\x02\x02\x02\u01C2\u01A6\x03\x02\x02\x02\u01C2\u01AA\x03\x02" + "\x02\x02\u01C2\u01AE\x03\x02\x02\x02\u01C2\u01B2\x03\x02\x02\x02\u01C2" + "\u01B5\x03\x02\x02\x02\u01C2\u01B8\x03\x02\x02\x02\u01C2\u01BC\x03\x02" + "\x02\x02\u01C3\u01C6\x03\x02\x02\x02\u01C4\u01C2\x03\x02\x02\x02\u01C4" + "\u01C5\x03\x02\x02\x02\u01C5U\x03\x02\x02\x02\u01C6\u01C4\x03\x02\x02" + "\x02\u01C7\u01C8\b,\x01\x02\u01C8\u01D8\x056\x1C\x02\u01C9\u01D8\x05h" + "5\x02\u01CA\u01D8\x05^0\x02\u01CB\u01D8\x05`1\x02\u01CC\u01CD\x07%\x02" + "\x02\u01CD\u01CE\x05T+\x02\u01CE\u01CF\x07&\x02\x02\u01CF\u01D8\x03\x02" + "\x02\x02\u01D0\u01D1\x07$\x02\x02\u01D1\u01D8\x05V,\x07\u01D2\u01D8\x05" + " \x11\x02\u01D3\u01D8\x05Z.\x02\u01D4\u01D5\x07\t\x02\x02\u01D5\u01D8" + "\x05V,\x04\u01D6\u01D8\x05X-\x02\u01D7\u01C7\x03\x02\x02\x02\u01D7\u01C9" + "\x03\x02\x02\x02\u01D7\u01CA\x03\x02\x02\x02\u01D7\u01CB\x03\x02\x02\x02" + "\u01D7\u01CC\x03\x02\x02\x02\u01D7\u01D0\x03\x02\x02\x02\u01D7\u01D2\x03" + "\x02\x02\x02\u01D7\u01D3\x03\x02\x02\x02\u01D7\u01D4\x03\x02\x02\x02\u01D7" + "\u01D6\x03\x02\x02\x02\u01D8\u01DD\x03\x02\x02\x02\u01D9\u01DA\f\b\x02" + "\x02\u01DA\u01DC\x05d3\x02\u01DB\u01D9\x03\x02\x02\x02\u01DC\u01DF\x03" + "\x02\x02\x02\u01DD\u01DB\x03\x02\x02\x02\u01DD\u01DE\x03\x02\x02\x02\u01DE" + "W\x03\x02\x02\x02\u01DF\u01DD\x03\x02\x02\x02\u01E0\u01E6\x07\'\x02\x02" + "\u01E1\u01E2\x05T+\x02\u01E2\u01E3\x07\x1E\x02\x02\u01E3\u01E5\x03\x02" + "\x02\x02\u01E4\u01E1\x03\x02\x02\x02\u01E5\u01E8\x03\x02\x02\x02\u01E6" + "\u01E4\x03\x02\x02\x02\u01E6\u01E7\x03\x02\x02\x02\u01E7\u01E9\x03\x02" + "\x02\x02\u01E8\u01E6\x03\x02\x02\x02\u01E9\u01EA\x05T+\x02\u01EA\u01EB" + "\x07(\x02\x02\u01EBY\x03\x02\x02\x02\u01EC\u01ED\x077\x02\x02\u01ED\u01F3" + "\x07%\x02\x02\u01EE\u01EF\x05\\/\x02\u01EF\u01F0\x07\x1E\x02\x02\u01F0" + "\u01F2\x03\x02\x02\x02\u01F1\u01EE\x03\x02\x02\x02\u01F2\u01F5\x03\x02" + "\x02\x02\u01F3\u01F1\x03\x02\x02\x02\u01F3\u01F4\x03\x02\x02\x02\u01F4" + "\u01F7\x03\x02\x02\x02\u01F5\u01F3\x03\x02\x02\x02\u01F6\u01F8\x05\\/" + "\x02\u01F7\u01F6\x03\x02\x02\x02\u01F7\u01F8\x03\x02\x02\x02\u01F8\u01F9" + "\x03\x02\x02\x02\u01F9\u01FA\x07&\x02\x02\u01FA[\x03\x02\x02\x02\u01FB" + "\u01FC\x077\x02\x02\u01FC\u01FD\x07\x18\x02\x02\u01FD\u0200\x05T+\x02" + "\u01FE\u0200\x05T+\x02\u01FF\u01FB\x03\x02\x02\x02\u01FF\u01FE\x03\x02" + "\x02\x02\u0200]\x03\x02\x02\x02\u0201\u0202\x05v<\x02\u0202_\x03\x02\x02" + "\x02\u0203\u0204\x05b2\x02\u0204a\x03\x02\x02\x02\u0205\u0206\x07\x05" + "\x02\x02\u0206\u0207\x077\x02\x02\u0207c\x03\x02\x02\x02\u0208\u0209\x07" + "\x19\x02\x02\u0209\u020A\x05f4\x02\u020Ae\x03\x02\x02\x02\u020B\u020C" + "\x077\x02\x02\u020Cg\x03\x02\x02\x02\u020D\u0210\x05l7\x02\u020E\u0210" + "\x05j6\x02\u020F\u020D\x03\x02\x02\x02\u020F\u020E\x03\x02\x02\x02\u0210" + "i\x03\x02\x02\x02\u0211\u0212\x07:\x02\x02\u0212k\x03\x02\x02\x02\u0213" + "\u0214\x078\x02\x02\u0214m\x03\x02\x02\x02\u0215\u0216\t\x02\x02\x02\u0216" + "o\x03\x02\x02\x02\u0217\u0218\t\x03\x02\x02\u0218q\x03\x02\x02\x02\u0219" + "\u021A\t\x04\x02\x02\u021As\x03\x02\x02\x02\u021B\u021C\x07\x17\x02\x02" + "\u021Cu\x03\x02\x02\x02\u021D\u0221\x05x=\x02\u021E\u0221\x05z>\x02\u021F" + "\u0221\x05|?\x02\u0220\u021D\x03\x02\x02\x02\u0220\u021E\x03\x02\x02\x02" + "\u0220\u021F\x03\x02\x02\x02\u0221w\x03\x02\x02\x02\u0222\u0227\x05~@" + "\x02\u0223\u0224\x07+\x02\x02\u0224\u0226\x05~@\x02\u0225\u0223\x03\x02" + "\x02\x02\u0226\u0229\x03\x02\x02\x02\u0227\u0225\x03\x02\x02\x02\u0227" + "\u0228\x03\x02\x02\x02\u0228\u022C\x03\x02\x02\x02\u0229\u0227\x03\x02" + "\x02\x02\u022A\u022B\x07+\x02\x02\u022B\u022D\x05\x82B\x02\u022C\u022A" + "\x03\x02\x02\x02\u022C\u022D\x03\x02\x02\x02\u022D\u0230\x03\x02\x02\x02" + "\u022E\u022F\x07+\x02\x02\u022F\u0231\x05\x84C\x02\u0230\u022E\x03\x02" + "\x02\x02\u0230\u0231\x03\x02\x02\x02\u0231\u0234\x03\x02\x02\x02\u0232" + "\u0233\x07+\x02";
|
|
55486
|
+
KcLang._serializedATNSegment1 = "\x02\u0233\u0235\x05\x86D\x02\u0234\u0232\x03\x02\x02\x02\u0234\u0235" + "\x03\x02\x02\x02\u0235\u023D\x03\x02\x02\x02\u0236\u0239\x05\x82B\x02" + "\u0237\u0238\x07+\x02\x02\u0238\u023A\x05\x84C\x02\u0239\u0237\x03\x02" + "\x02\x02\u0239\u023A\x03\x02\x02\x02\u023A\u023D\x03\x02\x02\x02\u023B" + "\u023D\x05\x84C\x02\u023C\u0222\x03\x02\x02\x02\u023C\u0236\x03\x02\x02" + "\x02\u023C\u023B\x03\x02\x02\x02\u023Dy\x03\x02\x02\x02\u023E\u023F\x07" + "+\x02\x02\u023F\u0244\x05~@\x02\u0240\u0241\x07+\x02\x02\u0241\u0243\x05" + "~@\x02\u0242\u0240\x03\x02\x02\x02\u0243\u0246\x03\x02\x02\x02\u0244\u0242" + "\x03\x02\x02\x02\u0244\u0245\x03\x02\x02\x02\u0245\u0249\x03\x02\x02\x02" + "\u0246\u0244\x03\x02\x02\x02\u0247\u0248\x07+\x02\x02\u0248\u024A\x05" + "\x82B\x02\u0249\u0247\x03\x02\x02\x02\u0249\u024A\x03\x02\x02\x02\u024A" + "\u024D\x03\x02\x02\x02\u024B\u024C\x07+\x02\x02\u024C\u024E\x05\x84C\x02" + "\u024D\u024B\x03\x02\x02\x02\u024D\u024E\x03\x02\x02\x02\u024E\u0251\x03" + "\x02\x02\x02\u024F\u0250\x07+\x02\x02\u0250\u0252\x05\x86D\x02\u0251\u024F" + "\x03\x02\x02\x02\u0251\u0252\x03\x02\x02\x02\u0252{\x03\x02\x02\x02\u0253" + "\u025B\x07 \x02\x02\u0254\u025B\x07!\x02\x02\u0255\u0256\x05x=\x02\u0256" + "\u0258\x07+\x02\x02\u0257\u0259\t\x05\x02\x02\u0258\u0257\x03\x02\x02" + "\x02\u0258\u0259\x03\x02\x02\x02\u0259\u025B\x03\x02\x02\x02\u025A\u0253" + "\x03\x02\x02\x02\u025A\u0254\x03\x02\x02\x02\u025A\u0255\x03\x02\x02\x02" + "\u025B}\x03\x02\x02\x02\u025C\u0260\x05\x80A\x02\u025D\u0260\x07\x03\x02" + "\x02\u025E\u0260\x07\x1F\x02\x02\u025F\u025C\x03\x02\x02\x02\u025F\u025D" + "\x03\x02\x02\x02\u025F\u025E\x03\x02\x02\x02\u0260\x7F\x03\x02\x02\x02" + "\u0261\u0266\x077\x02\x02\u0262\u0264\x05\x94K\x02\u0263\u0265\x05\x88" + "E\x02\u0264\u0263\x03\x02\x02\x02\u0264\u0265\x03\x02\x02\x02\u0265\u0267" + "\x03\x02\x02\x02\u0266\u0262\x03\x02\x02\x02\u0266\u0267\x03\x02\x02\x02" + "\u0267\x81\x03\x02\x02\x02\u0268\u0269\x07 \x02\x02\u0269\u026A\x077\x02" + "\x02\u026A\x83\x03\x02\x02\x02\u026B\u026C\x07!\x02\x02\u026C\u026D\x07" + "7\x02\x02\u026D\x85\x03\x02\x02\x02\u026E\u026F\x07\x05\x02\x02\u026F" + "\u0270\x077\x02\x02\u0270\x87\x03\x02\x02\x02\u0271\u0273\x07)\x02\x02" + "\u0272\u0274\x05\x8AF\x02\u0273\u0272\x03\x02\x02\x02\u0273\u0274\x03" + "\x02\x02\x02\u0274\u0275\x03\x02\x02\x02\u0275\u0276\x07*\x02\x02\u0276" + "\x89\x03\x02\x02\x02\u0277\u027C\x05\x8CG\x02\u0278\u0279\x072\x02\x02" + "\u0279\u027B\x05\x8CG\x02\u027A\u0278\x03\x02\x02\x02\u027B\u027E\x03" + "\x02\x02\x02\u027C\u027A\x03\x02\x02\x02\u027C\u027D\x03\x02\x02\x02\u027D" + "\x8B\x03\x02\x02\x02\u027E\u027C\x03\x02\x02\x02\u027F\u0282\x05\x8EH" + "\x02\u0280\u0282\x05\x90I\x02\u0281\u027F\x03\x02\x02\x02\u0281\u0280" + "\x03\x02\x02\x02\u0282\x8D\x03\x02\x02\x02\u0283\u0285\x05v<\x02\u0284" + "\u0286\x05d3\x02\u0285\u0284\x03\x02\x02\x02\u0285\u0286\x03\x02\x02\x02" + "\u0286\u0288\x03\x02\x02\x02\u0287\u0289\x05\x92J\x02\u0288\u0287\x03" + "\x02\x02\x02\u0288\u0289\x03\x02\x02\x02\u0289\x8F\x03\x02\x02\x02\u028A" + "\u028B\x05Z.\x02\u028B\u028C\x05\x92J\x02\u028C\x91\x03\x02\x02\x02\u028D" + "\u028E\x07\x18\x02\x02\u028E\u028F\x077\x02\x02\u028F\x93\x03\x02\x02" + "\x02\u0290\u0292\x07\'\x02\x02\u0291\u0293\x05\x96L\x02\u0292\u0291\x03" + "\x02\x02\x02\u0292\u0293\x03\x02\x02\x02\u0293\u0294\x03\x02\x02\x02\u0294" + "\u0295\x07(\x02\x02\u0295\x95\x03\x02\x02\x02\u0296\u0297\bL\x01\x02\u0297" + "\u0298\x05\x9AN\x02\u0298\u0299\x05\x9CO\x02\u0299\u029A\x05\x9AN\x02" + "\u029A\u029D\x03\x02\x02\x02\u029B\u029D\x05\x98M\x02\u029C\u0296\x03" + "\x02\x02\x02\u029C\u029B\x03\x02\x02\x02\u029D\u02A6\x03\x02\x02\x02\u029E" + '\u029F\f\x05\x02\x02\u029F\u02A0\x07"\x02\x02\u02A0\u02A5\x05\x96L\x06' + "\u02A1\u02A2\f\x04\x02\x02\u02A2\u02A3\x07#\x02\x02\u02A3\u02A5\x05\x96" + "L\x05\u02A4\u029E\x03\x02\x02\x02\u02A4\u02A1\x03\x02\x02\x02\u02A5\u02A8" + "\x03\x02\x02\x02\u02A6\u02A4\x03\x02\x02\x02\u02A6\u02A7\x03\x02\x02\x02" + "\u02A7\x97\x03\x02\x02\x02\u02A8\u02A6\x03\x02\x02\x02\u02A9\u02AA\x07" + "$\x02\x02\u02AA\u02B1\x05\x98M\x02\u02AB\u02AC\x07%\x02\x02\u02AC\u02AD" + "\x05\x96L\x02\u02AD\u02AE\x07&\x02\x02\u02AE\u02B1\x03\x02\x02\x02\u02AF" + "\u02B1\x05\x82B\x02\u02B0\u02A9\x03\x02\x02\x02\u02B0\u02AB\x03\x02\x02" + "\x02\u02B0\u02AF\x03\x02\x02\x02\u02B1\x99\x03\x02\x02\x02\u02B2\u02BB" + "\x078\x02\x02\u02B3\u02BB\x079\x02\x02\u02B4\u02BB\x07:\x02\x02\u02B5" + "\u02BB\x05\x82B\x02\u02B6\u02BB\x05\x84C\x02\u02B7\u02BB\x05b2\x02\u02B8" + "\u02BB\x077\x02\x02\u02B9\u02BB\x03\x02\x02\x02\u02BA\u02B2\x03\x02\x02" + "\x02\u02BA\u02B3\x03\x02\x02\x02\u02BA\u02B4\x03\x02\x02\x02\u02BA\u02B5" + "\x03\x02\x02\x02\u02BA\u02B6\x03\x02\x02\x02\u02BA\u02B7\x03\x02\x02\x02" + "\u02BA\u02B8\x03\x02\x02\x02\u02BA\u02B9\x03\x02\x02\x02\u02BB\x9B\x03" + "\x02\x02\x02\u02BC\u02BD\t\x06\x02\x02\u02BD\x9D\x03\x02\x02\x02D\xA1" + "\xB6\xBC\xC4\xCB\xD2\xE0\xEC\xFB\u0105\u0117\u011C\u0123\u0128\u0133\u013D" + "\u0141\u0146\u014E\u0154\u015F\u016A\u016E\u0172\u0174\u017A\u0185\u018D" + "\u0193\u019F\u01C2\u01C4\u01D7\u01DD\u01E6\u01F3\u01F7\u01FF\u020F\u0220" + "\u0227\u022C\u0230\u0234\u0239\u023C\u0244\u0249\u024D\u0251\u0258\u025A" + "\u025F\u0264\u0266\u0273\u027C\u0281\u0285\u0288\u0292\u029C\u02A4\u02A6" + "\u02B0\u02BA";
|
|
54848
55487
|
KcLang._serializedATN = antlr4ts_misc_Utils__WEBPACK_IMPORTED_MODULE_10__.join([_KcLang._serializedATNSegment0, _KcLang._serializedATNSegment1], "");
|
|
54849
55488
|
KcLang.__ATN = void 0;
|
|
54850
55489
|
class KclangContext extends antlr4ts_ParserRuleContext__WEBPACK_IMPORTED_MODULE_5__.ParserRuleContext {
|
|
@@ -58767,8 +59406,6 @@ class KcLangLexer extends antlr4ts_Lexer__WEBPACK_IMPORTED_MODULE_1__.Lexer {
|
|
|
58767
59406
|
get vocabulary() {
|
|
58768
59407
|
return KcLangLexer.VOCABULARY;
|
|
58769
59408
|
}
|
|
58770
|
-
// tslint:enable:no-trailing-whitespace
|
|
58771
|
-
|
|
58772
59409
|
constructor(input) {
|
|
58773
59410
|
super(input);
|
|
58774
59411
|
this._interp = new antlr4ts_atn_LexerATNSimulator__WEBPACK_IMPORTED_MODULE_2__.LexerATNSimulator(KcLangLexer._ATN, this);
|
|
@@ -58873,15 +59510,13 @@ KcLangLexer.COMMENTS = 2;
|
|
|
58873
59510
|
KcLangLexer.WHITESPACE = 3;
|
|
58874
59511
|
KcLangLexer.MAPPED_REF_MODE = 1;
|
|
58875
59512
|
KcLangLexer.DESCRIPTION_MODE = 2;
|
|
58876
|
-
// tslint:disable:no-trailing-whitespace
|
|
58877
59513
|
KcLangLexer.channelNames = ["DEFAULT_TOKEN_CHANNEL", "HIDDEN", "COMMENTS", "WHITESPACE"];
|
|
58878
|
-
// tslint:disable:no-trailing-whitespace
|
|
58879
59514
|
KcLangLexer.modeNames = ["DEFAULT_MODE", "MAPPED_REF_MODE", "DESCRIPTION_MODE"];
|
|
58880
59515
|
KcLangLexer.ruleNames = ["GOUP", "PROPERTIES", "PERCENT", "MUL", "DIV", "PLUS", "MIN", "TEQ", "GT", "GE", "LT", "LE", "EQ", "NEQ", "DOTTED_GT", "DOTTED_GE", "DOTTED_LT", "DOTTED_LE", "DOTTED_EQ", "DOTTED_NEQ", "COALESCE", "EQUAL", "AS", "HASH", "VAR", "IN", "COLON", "COMMA", "DOT", "AT", "DOLLAR", "AND", "OR", "NOT", "LPAREN", "RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "SLASH", "IF", "ELSE", "ERROR", "WARNING", "CHECK", "WITH", "SEMICOLON", "QUESTIONMARK", "TRIPLE_QUOTES", "MAPPED_REF", "MATCH_LINK", "NAME", "NUMBER_LITERAL", "DOTTED_DECIMAL_LITERAL", "STRING_LITERAL", "SPACE", "BlockComment", "LineComment", "MAPPED_PATH", "MR_EQUAL", "MR_RPAREN", "MR_SPACE", "TEXT", "D_LBRACE", "D_TRIPLE_QUOTES", "D_LBRACKET", "RBRACKET_LBRACE", "SINGLE_QUOTES", "SLASH_SINGLE_QUOTES", "DOUBLE_QUOTES", "SLASH_DOUBLE_QUOTES", "BACKTICK", "UNDERSCORE", "LETTER", "DIGIT", "LETTER_OR_DIGIT", "WS"];
|
|
58881
59516
|
KcLangLexer._LITERAL_NAMES = [undefined, undefined, "'getProperty'", "'%'", "'*'", "' / '", "'+'", "'-'", "'==='", "'>'", "'>='", "'<'", "'<='", "'=='", "'!='", "'|>|'", "'|>=|'", "'|<|'", "'|<=|'", "'|=|'", "'|!=|'", "'??'", undefined, "'as'", "'#'", "'var'", "'in'", "':'", "','", "'.'", "'@'", "'$'", "'and'", "'or'", "'not'", "'('", "')'", undefined, "']'", "'{'", "'}'", "'/'", "'if'", "'else'", "'Error'", "'Warning'", "'check'", "'with'", "';'", "'?'", undefined, "'mappedRef'", "'$match'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "']('"];
|
|
58882
59517
|
KcLangLexer._SYMBOLIC_NAMES = [undefined, "GOUP", "PROPERTIES", "PERCENT", "MUL", "DIV", "PLUS", "MIN", "TEQ", "GT", "GE", "LT", "LE", "EQ", "NEQ", "DOTTED_GT", "DOTTED_GE", "DOTTED_LT", "DOTTED_LE", "DOTTED_EQ", "DOTTED_NEQ", "COALESCE", "EQUAL", "AS", "HASH", "VAR", "IN", "COLON", "COMMA", "DOT", "AT", "DOLLAR", "AND", "OR", "NOT", "LPAREN", "RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "SLASH", "IF", "ELSE", "ERROR", "WARNING", "CHECK", "WITH", "SEMICOLON", "QUESTIONMARK", "TRIPLE_QUOTES", "MAPPED_REF", "MATCH_LINK", "NAME", "NUMBER_LITERAL", "DOTTED_DECIMAL_LITERAL", "STRING_LITERAL", "SPACE", "BlockComment", "LineComment", "MAPPED_PATH", "MR_SPACE", "TEXT", "RBRACKET_LBRACE"];
|
|
58883
59518
|
KcLangLexer.VOCABULARY = new antlr4ts_VocabularyImpl__WEBPACK_IMPORTED_MODULE_3__.VocabularyImpl(_KcLangLexer._LITERAL_NAMES, _KcLangLexer._SYMBOLIC_NAMES, []);
|
|
58884
|
-
KcLangLexer._serializedATN = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x02A\u0228\b\x01" + "\b\x01\b\x01\x04\x02\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04" + "\x06\t\x06\x04\x07\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f" + "\t\f\x04\r\t\r\x04\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11" + "\x04\x12\t\x12\x04\x13\t\x13\x04\x14\t\x14\x04\x15\t\x15\x04\x16\t\x16" + "\x04\x17\t\x17\x04\x18\t\x18\x04\x19\t\x19\x04\x1A\t\x1A\x04\x1B\t\x1B" + "\x04\x1C\t\x1C\x04\x1D\t\x1D\x04\x1E\t\x1E\x04\x1F\t\x1F\x04 \t \x04!" + "\t!\x04\"\t\"\x04#\t#\x04$\t$\x04%\t%\x04&\t&\x04\'\t\'\x04(\t(\x04)\t" + ")\x04*\t*\x04+\t+\x04,\t,\x04-\t-\x04.\t.\x04/\t/\x040\t0\x041\t1\x04" + "2\t2\x043\t3\x044\t4\x045\t5\x046\t6\x047\t7\x048\t8\x049\t9\x04:\t:\x04" + ";\t;\x04<\t<\x04=\t=\x04>\t>\x04?\t?\x04@\t@\x04A\tA\x04B\tB\x04C\tC\x04" + "D\tD\x04E\tE\x04F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04" + "M\tM\x04N\tN\x04O\tO\x03\x02\x03\x02\x03\x02\x03\x03\x03\x03\x03\x03\x03" + "\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03" + "\x04\x03\x04\x03\x05\x03\x05\x03\x06\x03\x06\x03\x06\x03\x06\x03\x07\x03" + "\x07\x03\b\x03\b\x03\t\x03\t\x03\t\x03\t\x03\n\x03\n\x03\v\x03\v\x03\v" + "\x03\f\x03\f\x03\r\x03\r\x03\r\x03\x0E\x03\x0E\x03\x0E\x03\x0F\x03\x0F" + "\x03\x0F\x03\x10\x03\x10\x03\x10\x03\x10\x03\x11\x03\x11\x03\x11\x03\x11" + "\x03\x11\x03\x12\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x03\x13\x03\x13" + "\x03\x13\x03\x14\x03\x14\x03\x14\x03\x14\x03\x15\x03\x15\x03\x15\x03\x15" + "\x03\x15\x03\x16\x03\x16\x03\x16\x03\x17\x03\x17\x03\x18\x03\x18\x03\x18" + "\x03\x19\x03\x19\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1B\x03\x1B\x03\x1B" + "\x03\x1C\x03\x1C\x03\x1D\x03\x1D\x03\x1E\x03\x1E\x03\x1F\x03\x1F\x03 " + "\x03 \x03!\x03!\x03!\x03!\x03\"\x03\"\x03\"\x03#\x03#\x03#\x03#\x03$\x03" + "$\x03$\x03$\x03%\x03%\x03%\x03%\x03&\x03&\x03\'\x03\'\x03(\x03(\x03(\x03" + "(\x03)\x03)\x03)\x03)\x03*\x03*\x03+\x03+\x03+\x03,\x03,\x03,\x03,\x03" + ",\x03-\x03-\x03-\x03-\x03-\x03-\x03.\x03.\x03.\x03.\x03.\x03.\x03.\x03" + ".\x03/\x03/\x03/\x03/\x03/\x03/\x030\x030\x030\x030\x030\x031\x031\x03" + "2\x032\x033\x033\x033\x033\x033\x033\x034\x034\x034\x034\x034\x034\x03" + "4\x034\x034\x034\x034\x034\x035\x035\x035\x035\x035\x035\x035\x036\x03" + "6\x056\u0168\n6\x036\x036\x036\x036\x076\u016E\n6\f6\x0E6\u0171\v6\x03" + "7\x057\u0174\n7\x037\x067\u0177\n7\r7\x0E7\u0178\x037\x037\x067\u017D" + "\n7\r7\x0E7\u017E\x057\u0181\n7\x038\x068\u0184\n8\r8\x0E8\u0185\x038" + "\x038\x078\u018A\n8\f8\x0E8\u018D\v8\x068\u018F\n8\r8\x0E8\u0190\x039" + "\x039\x039\x079\u0196\n9\f9\x0E9\u0199\v9\x039\x039\x039\x039\x039\x07" + "9\u01A0\n9\f9\x0E9\u01A3\v9\x039\x039\x059\u01A7\n9\x03:\x03:\x03:\x03" + ":\x03;\x07;\u01AE\n;\f;\x0E;\u01B1\v;\x03;\x03;\x03;\x03;\x07;\u01B7\n" + ";\f;\x0E;\u01BA\v;\x03;\x03;\x03;\x03;\x03;\x03<\x07<\u01C2\n<\f<\x0E" + "<\u01C5\v<\x03<\x03<\x03<\x03<\x07<\u01CB\n<\f<\x0E<\u01CE\v<\x03<\x03" + "<\x03=\x03=\x07=\u01D4\n=\f=\x0E=\u01D7\v=\x03=\x03=\x03>\x03>\x03>\x03" + ">\x03?\x03?\x03?\x03?\x03?\x03?\x03@\x03@\x03@\x03@\x03A\x03A\x03A\x03" + "A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x06" + "A\u01FA\nA\rA\x0EA\u01FB\x03B\x03B\x03B\x03B\x03B\x03C\x03C\x03C\x03C" + "\x03C\x03D\x03D\x03D\x03D\x03E\x03E\x03E\x03E\x03E\x03F\x03F\x03G\x03" + "G\x03G\x03H\x03H\x03I\x03I\x03I\x03J\x03J\x03K\x03K\x03L\x03L\x03M\x03" + "M\x03N\x03N\x05N\u0225\nN\x03O\x03O\x03\u01B8\x02\x02P\x05\x02\x03\x07" + "\x02\x04\t\x02\x05\v\x02\x06\r\x02\x07\x0F\x02\b\x11\x02\t\x13\x02\n\x15" + "\x02\v\x17\x02\f\x19\x02\r\x1B\x02\x0E\x1D\x02\x0F\x1F\x02\x10!\x02\x11" + "#\x02\x12%\x02\x13\'\x02\x14)\x02\x15+\x02\x16-\x02\x17/\x02\x181\x02" + "\x193\x02\x1A5\x02\x1B7\x02\x1C9\x02\x1D;\x02\x1E=\x02\x1F?\x02 A\x02" + "!C\x02\"E\x02#G\x02$I\x02%K\x02&M\x02\'O\x02(Q\x02)S\x02*U\x02+W\x02," + "Y\x02-[\x02.]\x02/_\x020a\x021c\x022e\x023g\x024i\x025k\x026m\x027o\x02" + "8q\x029s\x02:u\x02;w\x02<y\x02={\x02>}\x02\x02\x7F\x02\x02\x81\x02?\x83" + "\x02@\x85\x02\x02\x87\x02\x02\x89\x02\x02\x8B\x02A\x8D\x02\x02\x8F\x02" + "\x02\x91\x02\x02\x93\x02\x02\x95\x02\x02\x97\x02\x02\x99\x02\x02\x9B\x02" + "\x02\x9D\x02\x02\x9F\x02\x02\x05\x02\x03\x04\r\x03\x02))\x03\x02$$\x04" + "\x02\f\f\x0F\x0F\x05\x02\"\"++??\x03\x02++\x04\x02\"\"++\x07\x02]]__b" + "b}}\x7F\x7F\x03\x02bb\x07\x02C\\c|\u0403\u0403\u0412\u0451\u0453\u0453" + "\x03\x022;\x05\x02\v\f\x0F\x0F\"\"\x02\u023A\x02\x05\x03\x02\x02\x02\x02" + "\x07\x03\x02\x02\x02\x02\t\x03\x02\x02\x02\x02\v\x03\x02\x02\x02\x02\r" + "\x03\x02\x02\x02\x02\x0F\x03\x02\x02\x02\x02\x11\x03\x02\x02\x02\x02\x13" + "\x03\x02\x02\x02\x02\x15\x03\x02\x02\x02\x02\x17\x03\x02\x02\x02\x02\x19" + "\x03\x02\x02\x02\x02\x1B\x03\x02\x02\x02\x02\x1D\x03\x02\x02\x02\x02\x1F" + "\x03\x02\x02\x02\x02!\x03\x02\x02\x02\x02#\x03\x02\x02\x02\x02%\x03\x02" + "\x02\x02\x02\'\x03\x02\x02\x02\x02)\x03\x02\x02\x02\x02+\x03\x02\x02\x02" + "\x02-\x03\x02\x02\x02\x02/\x03\x02\x02\x02\x021\x03\x02\x02\x02\x023\x03" + "\x02\x02\x02\x025\x03\x02\x02\x02\x027\x03\x02\x02\x02\x029\x03\x02\x02" + "\x02\x02;\x03\x02\x02\x02\x02=\x03\x02\x02\x02\x02?\x03\x02\x02\x02\x02" + "A\x03\x02\x02\x02\x02C\x03\x02\x02\x02\x02E\x03\x02\x02\x02\x02G\x03\x02" + "\x02\x02\x02I\x03\x02\x02\x02\x02K\x03\x02\x02\x02\x02M\x03\x02\x02\x02" + "\x02O\x03\x02\x02\x02\x02Q\x03\x02\x02\x02\x02S\x03\x02\x02\x02\x02U\x03" + "\x02\x02\x02\x02W\x03\x02\x02\x02\x02Y\x03\x02\x02\x02\x02[\x03\x02\x02" + "\x02\x02]\x03\x02\x02\x02\x02_\x03\x02\x02\x02\x02a\x03\x02\x02\x02\x02" + "c\x03\x02\x02\x02\x02e\x03\x02\x02\x02\x02g\x03\x02\x02\x02\x02i\x03\x02" + "\x02\x02\x02k\x03\x02\x02\x02\x02m\x03\x02\x02\x02\x02o\x03\x02\x02\x02" + "\x02q\x03\x02\x02\x02\x02s\x03\x02\x02\x02\x02u\x03\x02\x02\x02\x02w\x03" + "\x02\x02\x02\x02y\x03\x02\x02\x02\x03{\x03\x02\x02\x02\x03}\x03\x02\x02" + "\x02\x03\x7F\x03\x02\x02\x02\x03\x81\x03\x02\x02\x02\x04\x83\x03\x02\x02" + "\x02\x04\x85\x03\x02\x02\x02\x04\x87\x03\x02\x02\x02\x04\x89\x03\x02\x02" + "\x02\x04\x8B\x03\x02\x02\x02\x05\xA1\x03\x02\x02\x02\x07\xA4\x03\x02\x02" + "\x02\t\xB0\x03\x02\x02\x02\v\xB2\x03\x02\x02\x02\r\xB4\x03\x02\x02\x02" + "\x0F\xB8\x03\x02\x02\x02\x11\xBA\x03\x02\x02\x02\x13\xBC\x03\x02\x02\x02" + "\x15\xC0\x03\x02\x02\x02\x17\xC2\x03\x02\x02\x02\x19\xC5\x03\x02\x02\x02" + "\x1B\xC7\x03\x02\x02\x02\x1D\xCA\x03\x02\x02\x02\x1F\xCD\x03\x02\x02\x02" + "!\xD0\x03\x02\x02\x02#\xD4\x03\x02\x02\x02%\xD9\x03\x02\x02\x02\'\xDD" + "\x03\x02\x02\x02)\xE2\x03\x02\x02\x02+\xE6\x03\x02\x02\x02-\xEB\x03\x02" + "\x02\x02/\xEE\x03\x02\x02\x021\xF0\x03\x02\x02\x023\xF3\x03\x02\x02\x02" + "5\xF5\x03\x02\x02\x027\xF9\x03\x02\x02\x029\xFC\x03\x02\x02\x02;\xFE\x03" + "\x02\x02\x02=\u0100\x03\x02\x02\x02?\u0102\x03\x02\x02\x02A\u0104\x03" + "\x02\x02\x02C\u0106\x03\x02\x02\x02E\u010A\x03\x02\x02\x02G\u010D\x03" + "\x02\x02\x02I\u0111\x03\x02\x02\x02K\u0115\x03\x02\x02\x02M\u0119\x03" + "\x02\x02\x02O\u011B\x03\x02\x02\x02Q\u011D\x03\x02\x02\x02S\u0121\x03" + "\x02\x02\x02U\u0125\x03\x02\x02\x02W\u0127\x03\x02\x02\x02Y\u012A\x03" + "\x02\x02\x02[\u012F\x03\x02\x02\x02]\u0135\x03\x02\x02\x02_\u013D\x03" + "\x02\x02\x02a\u0143\x03\x02\x02\x02c\u0148\x03\x02\x02\x02e\u014A\x03" + "\x02\x02\x02g\u014C\x03\x02\x02\x02i\u0152\x03\x02\x02\x02k\u015E\x03" + "\x02\x02\x02m\u0167\x03\x02\x02\x02o\u0173\x03\x02\x02\x02q\u0183\x03" + "\x02\x02\x02s\u01A6\x03\x02\x02\x02u\u01A8\x03\x02\x02\x02w\u01AF\x03" + "\x02\x02\x02y\u01C3\x03\x02\x02\x02{\u01D1\x03\x02\x02\x02}\u01DA\x03" + "\x02\x02\x02\x7F\u01DE\x03\x02\x02\x02\x81\u01E4\x03\x02\x02\x02\x83\u01F9" + "\x03\x02\x02\x02\x85\u01FD\x03\x02\x02\x02\x87\u0202\x03\x02\x02\x02\x89" + "\u0207\x03\x02\x02\x02\x8B\u020B\x03\x02\x02\x02\x8D\u0210\x03\x02\x02" + "\x02\x8F\u0212\x03\x02\x02\x02\x91\u0215\x03\x02\x02\x02\x93\u0217\x03" + "\x02\x02\x02\x95\u021A\x03\x02\x02\x02\x97\u021C\x03\x02\x02\x02\x99\u021E" + "\x03\x02\x02\x02\x9B\u0220\x03\x02\x02\x02\x9D\u0224\x03\x02\x02\x02\x9F" + "\u0226\x03\x02\x02\x02\xA1\xA2\x05=\x1E\x02\xA2\xA3\x05=\x1E\x02\xA3\x06" + "\x03\x02\x02\x02\xA4\xA5\x07i\x02\x02\xA5\xA6\x07g\x02\x02\xA6\xA7\x07" + "v\x02\x02\xA7\xA8\x07R\x02\x02\xA8\xA9\x07t\x02\x02\xA9\xAA\x07q\x02\x02" + "\xAA\xAB\x07r\x02\x02\xAB\xAC\x07g\x02\x02\xAC\xAD\x07t\x02\x02\xAD\xAE" + "\x07v\x02\x02\xAE\xAF\x07{\x02\x02\xAF\b\x03\x02\x02\x02\xB0\xB1\x07\'" + "\x02\x02\xB1\n\x03\x02\x02\x02\xB2\xB3\x07,\x02\x02\xB3\f\x03\x02\x02" + "\x02\xB4\xB5\x07\"\x02\x02\xB5\xB6\x071\x02\x02\xB6\xB7\x07\"\x02\x02" + "\xB7\x0E\x03\x02\x02\x02\xB8\xB9\x07-\x02\x02\xB9\x10\x03\x02\x02\x02" + "\xBA\xBB\x07/\x02\x02\xBB\x12\x03\x02\x02\x02\xBC\xBD\x07?\x02\x02\xBD" + "\xBE\x07?\x02\x02\xBE\xBF\x07?\x02\x02\xBF\x14\x03\x02\x02\x02\xC0\xC1" + "\x07@\x02\x02\xC1\x16\x03\x02\x02\x02\xC2\xC3\x07@\x02\x02\xC3\xC4\x07" + "?\x02\x02\xC4\x18\x03\x02\x02\x02\xC5\xC6\x07>\x02\x02\xC6\x1A\x03\x02" + "\x02\x02\xC7\xC8\x07>\x02\x02\xC8\xC9\x07?\x02\x02\xC9\x1C\x03\x02\x02" + "\x02\xCA\xCB\x07?\x02\x02\xCB\xCC\x07?\x02\x02\xCC\x1E\x03\x02\x02\x02" + "\xCD\xCE\x07#\x02\x02\xCE\xCF\x07?\x02\x02\xCF \x03\x02\x02\x02\xD0\xD1" + "\x07~\x02\x02\xD1\xD2\x07@\x02\x02\xD2\xD3\x07~\x02\x02\xD3\"\x03\x02" + "\x02\x02\xD4\xD5\x07~\x02\x02\xD5\xD6\x07@\x02\x02\xD6\xD7\x07?\x02\x02" + "\xD7\xD8\x07~\x02\x02\xD8$\x03\x02\x02\x02\xD9\xDA\x07~\x02\x02\xDA\xDB" + "\x07>\x02\x02\xDB\xDC\x07~\x02\x02\xDC&\x03\x02\x02\x02\xDD\xDE\x07~\x02" + "\x02\xDE\xDF\x07>\x02\x02\xDF\xE0\x07?\x02\x02\xE0\xE1\x07~\x02\x02\xE1" + "(\x03\x02\x02\x02\xE2\xE3\x07~\x02\x02\xE3\xE4\x07?\x02\x02\xE4\xE5\x07" + "~\x02\x02\xE5*\x03\x02\x02\x02\xE6\xE7\x07~\x02\x02\xE7\xE8\x07#\x02\x02" + "\xE8\xE9\x07?\x02\x02\xE9\xEA\x07~\x02\x02\xEA,\x03\x02\x02\x02\xEB\xEC" + "\x07A\x02\x02\xEC\xED\x07A\x02\x02\xED.\x03\x02\x02\x02\xEE\xEF\x07?\x02" + "\x02\xEF0\x03\x02\x02\x02\xF0\xF1\x07c\x02\x02\xF1\xF2\x07u\x02\x02\xF2" + "2\x03\x02\x02\x02\xF3\xF4\x07%\x02\x02\xF44\x03\x02\x02\x02\xF5\xF6\x07" + "x\x02\x02\xF6\xF7\x07c\x02\x02\xF7\xF8\x07t\x02\x02\xF86\x03\x02\x02\x02" + "\xF9\xFA\x07k\x02\x02\xFA\xFB\x07p\x02\x02\xFB8\x03\x02\x02\x02\xFC\xFD" + "\x07<\x02\x02\xFD:\x03\x02\x02\x02\xFE\xFF\x07.\x02\x02\xFF<\x03\x02\x02" + "\x02\u0100\u0101\x070\x02\x02\u0101>\x03\x02\x02\x02\u0102\u0103\x07B" + "\x02\x02\u0103@\x03\x02\x02\x02\u0104\u0105\x07&\x02\x02\u0105B\x03\x02" + "\x02\x02\u0106\u0107\x07c\x02\x02\u0107\u0108\x07p\x02\x02\u0108\u0109" + "\x07f\x02\x02\u0109D\x03\x02\x02\x02\u010A\u010B\x07q\x02\x02\u010B\u010C" + "\x07t\x02\x02\u010CF\x03\x02\x02\x02\u010D\u010E\x07p\x02\x02\u010E\u010F" + "\x07q\x02\x02\u010F\u0110\x07v\x02\x02\u0110H\x03\x02\x02\x02\u0111\u0112" + "\x07*\x02\x02\u0112\u0113\x03\x02\x02\x02\u0113\u0114\b$\x02\x02\u0114" + "J\x03\x02\x02\x02\u0115\u0116\x07+\x02\x02\u0116\u0117\x03\x02\x02\x02" + "\u0117\u0118\b%\x03\x02\u0118L\x03\x02\x02\x02\u0119\u011A\x07]\x02\x02" + "\u011AN\x03\x02\x02\x02\u011B\u011C\x07_\x02\x02\u011CP\x03\x02\x02\x02" + "\u011D\u011E\x07}\x02\x02\u011E\u011F\x03\x02\x02\x02\u011F\u0120\b(\x02" + "\x02\u0120R\x03\x02\x02\x02\u0121\u0122\x07\x7F\x02\x02\u0122\u0123\x03" + "\x02\x02\x02\u0123\u0124\b)\x03\x02\u0124T\x03\x02\x02\x02\u0125\u0126" + "\x071\x02\x02\u0126V\x03\x02\x02\x02\u0127\u0128\x07k\x02\x02\u0128\u0129" + "\x07h\x02\x02\u0129X\x03\x02\x02\x02\u012A\u012B\x07g\x02\x02\u012B\u012C" + "\x07n\x02\x02\u012C\u012D\x07u\x02\x02\u012D\u012E\x07g\x02\x02\u012E" + "Z\x03\x02\x02\x02\u012F\u0130\x07G\x02\x02\u0130\u0131\x07t\x02\x02\u0131" + "\u0132\x07t\x02\x02\u0132\u0133\x07q\x02\x02\u0133\u0134\x07t\x02\x02" + "\u0134\\\x03\x02\x02\x02\u0135\u0136\x07Y\x02\x02\u0136\u0137\x07c\x02" + "\x02\u0137\u0138\x07t\x02\x02\u0138\u0139\x07p\x02\x02\u0139\u013A\x07" + "k\x02\x02\u013A\u013B\x07p\x02\x02\u013B\u013C\x07i\x02\x02\u013C^\x03" + "\x02\x02\x02\u013D\u013E\x07e\x02\x02\u013E\u013F\x07j\x02\x02\u013F\u0140" + "\x07g\x02\x02\u0140\u0141\x07e\x02\x02\u0141\u0142\x07m\x02\x02\u0142" + "`\x03\x02\x02\x02\u0143\u0144\x07y\x02\x02\u0144\u0145\x07k\x02\x02\u0145" + "\u0146\x07v\x02\x02\u0146\u0147\x07j\x02\x02\u0147b\x03\x02\x02\x02\u0148" + "\u0149\x07=\x02\x02\u0149d\x03\x02\x02\x02\u014A\u014B\x07A\x02\x02\u014B" + "f\x03\x02\x02\x02\u014C\u014D\x05\x95J\x02\u014D\u014E\x05\x95J\x02\u014E" + "\u014F\x05\x95J\x02\u014F\u0150\x03\x02\x02\x02\u0150\u0151\b3\x04\x02" + "\u0151h\x03\x02\x02\x02\u0152\u0153\x07o\x02\x02\u0153\u0154\x07c\x02" + "\x02\u0154\u0155\x07r\x02\x02\u0155\u0156\x07r\x02\x02\u0156\u0157\x07" + "g\x02\x02\u0157\u0158\x07f\x02\x02\u0158\u0159\x07T\x02\x02\u0159\u015A" + "\x07g\x02\x02\u015A\u015B\x07h\x02\x02\u015B\u015C\x03\x02\x02\x02\u015C" + "\u015D\b4\x05\x02\u015Dj\x03\x02\x02\x02\u015E\u015F\x07&\x02\x02\u015F" + "\u0160\x07o\x02\x02\u0160\u0161\x07c\x02\x02\u0161\u0162\x07v\x02\x02" + "\u0162\u0163\x07e\x02\x02\u0163\u0164\x07j\x02\x02\u0164l\x03\x02\x02" + "\x02\u0165\u0168\x05\x99L\x02\u0166\u0168\x05\x97K\x02\u0167\u0165\x03" + "\x02\x02\x02\u0167\u0166\x03\x02\x02\x02\u0168\u016F\x03\x02\x02\x02\u0169" + "\u016E\x05\x99L\x02\u016A\u016E\x05\x97K\x02\u016B\u016E\x05\x9BM\x02" + "\u016C\u016E\x04/0\x02\u016D\u0169\x03\x02\x02\x02\u016D\u016A\x03\x02" + "\x02\x02\u016D\u016B\x03\x02\x02\x02\u016D\u016C\x03\x02\x02\x02\u016E" + "\u0171\x03\x02\x02\x02\u016F\u016D\x03\x02\x02\x02\u016F\u0170\x03\x02" + "\x02\x02\u0170n\x03\x02\x02\x02\u0171\u016F\x03\x02\x02\x02\u0172\u0174" + "\x05\x11\b\x02\u0173\u0172\x03\x02\x02\x02\u0173\u0174\x03\x02\x02\x02" + "\u0174\u0176\x03\x02\x02\x02\u0175\u0177\x05\x9BM\x02\u0176\u0175\x03" + "\x02\x02\x02\u0177\u0178\x03\x02\x02\x02\u0178\u0176\x03\x02\x02\x02\u0178" + "\u0179\x03\x02\x02\x02\u0179\u0180\x03\x02\x02\x02\u017A\u017C\x05=\x1E" + "\x02\u017B\u017D\x05\x9BM\x02\u017C\u017B\x03\x02\x02\x02\u017D\u017E" + "\x03\x02\x02\x02\u017E\u017C\x03\x02\x02\x02\u017E\u017F\x03\x02\x02\x02" + "\u017F\u0181\x03\x02\x02\x02\u0180\u017A\x03\x02\x02\x02\u0180\u0181\x03" + "\x02\x02\x02\u0181p\x03\x02\x02\x02\u0182\u0184\x05\x9BM\x02\u0183\u0182" + "\x03\x02\x02\x02\u0184\u0185\x03\x02\x02\x02\u0185\u0183\x03\x02\x02\x02" + "\u0185\u0186\x03\x02\x02\x02\u0186\u018E\x03\x02\x02\x02\u0187\u018B\x05" + "=\x1E\x02\u0188\u018A\x05\x9DN\x02\u0189\u0188\x03\x02\x02\x02\u018A\u018D" + "\x03\x02\x02\x02\u018B\u0189\x03\x02\x02\x02\u018B\u018C\x03\x02\x02\x02" + "\u018C\u018F\x03\x02\x02\x02\u018D\u018B\x03\x02\x02\x02\u018E\u0187\x03" + "\x02\x02\x02\u018F\u0190\x03\x02\x02\x02\u0190\u018E\x03\x02\x02\x02\u0190" + "\u0191\x03\x02\x02\x02\u0191r\x03\x02\x02\x02\u0192\u0197\x05\x8DF\x02" + "\u0193\u0196\n\x02\x02\x02\u0194\u0196\x05\x8FG\x02\u0195\u0193\x03\x02" + "\x02\x02\u0195\u0194\x03\x02\x02\x02\u0196\u0199\x03\x02\x02\x02\u0197" + "\u0195\x03\x02\x02\x02\u0197\u0198\x03\x02\x02\x02\u0198\u019A\x03\x02" + "\x02\x02\u0199\u0197\x03\x02\x02\x02\u019A\u019B\x05\x8DF\x02\u019B\u01A7" + "\x03\x02\x02\x02\u019C\u01A1\x05\x91H\x02\u019D\u01A0\n\x03\x02\x02\u019E" + "\u01A0\x05\x93I\x02\u019F\u019D\x03\x02\x02\x02\u019F\u019E\x03\x02\x02" + "\x02\u01A0\u01A3\x03\x02\x02\x02\u01A1\u019F\x03\x02\x02\x02\u01A1\u01A2" + "\x03\x02\x02\x02\u01A2\u01A4\x03\x02\x02\x02\u01A3\u01A1\x03\x02\x02\x02" + "\u01A4\u01A5\x05\x91H\x02\u01A5\u01A7\x03\x02\x02\x02\u01A6\u0192\x03" + "\x02\x02\x02\u01A6\u019C\x03\x02\x02\x02\u01A7t\x03\x02\x02\x02\u01A8" + "\u01A9\x05\x9FO\x02\u01A9\u01AA\x03\x02\x02\x02\u01AA\u01AB\b:\x06\x02" + "\u01ABv\x03\x02\x02\x02\u01AC\u01AE\x05\x9FO\x02\u01AD\u01AC\x03\x02\x02" + "\x02\u01AE\u01B1\x03\x02\x02\x02\u01AF\u01AD\x03\x02\x02\x02\u01AF\u01B0" + "\x03\x02\x02\x02\u01B0\u01B2\x03\x02\x02\x02\u01B1\u01AF\x03\x02\x02\x02" + "\u01B2\u01B3\x071\x02\x02\u01B3\u01B4\x07,\x02\x02\u01B4\u01B8\x03\x02" + "\x02\x02\u01B5\u01B7\v\x02\x02\x02\u01B6\u01B5\x03\x02\x02\x02\u01B7\u01BA" + "\x03\x02\x02\x02\u01B8\u01B9\x03\x02\x02\x02\u01B8\u01B6\x03\x02\x02\x02" + "\u01B9\u01BB\x03\x02\x02\x02\u01BA\u01B8\x03\x02\x02\x02\u01BB\u01BC\x07" + ",\x02\x02\u01BC\u01BD\x071\x02\x02\u01BD\u01BE\x03\x02\x02\x02\u01BE\u01BF" + "\b;\x07\x02\u01BFx\x03\x02\x02\x02\u01C0\u01C2\x05\x9FO\x02\u01C1\u01C0" + "\x03\x02\x02\x02\u01C2\u01C5\x03\x02\x02\x02\u01C3\u01C1\x03\x02\x02\x02" + "\u01C3\u01C4\x03\x02\x02\x02\u01C4\u01C6\x03\x02\x02\x02\u01C5\u01C3\x03" + "\x02\x02\x02\u01C6\u01C7\x071\x02\x02\u01C7\u01C8\x071\x02\x02\u01C8\u01CC" + "\x03\x02\x02\x02\u01C9\u01CB\n\x04\x02\x02\u01CA\u01C9\x03\x02\x02\x02" + "\u01CB\u01CE\x03\x02\x02\x02\u01CC\u01CA\x03\x02\x02\x02\u01CC\u01CD\x03" + "\x02\x02\x02\u01CD\u01CF\x03\x02\x02\x02\u01CE\u01CC\x03\x02\x02\x02\u01CF" + "\u01D0\b<\x07\x02\u01D0z\x03\x02\x02\x02\u01D1\u01D5\n\x05\x02\x02\u01D2" + "\u01D4\n\x06\x02\x02\u01D3\u01D2\x03\x02\x02\x02\u01D4\u01D7\x03\x02\x02" + "\x02\u01D5\u01D3\x03\x02\x02\x02\u01D5\u01D6\x03\x02\x02\x02\u01D6\u01D8" + "\x03\x02\x02\x02\u01D7\u01D5\x03\x02\x02\x02\u01D8\u01D9\n\x07\x02\x02" + "\u01D9|\x03\x02\x02\x02\u01DA\u01DB\x07?\x02\x02\u01DB\u01DC\x03\x02\x02" + "\x02\u01DC\u01DD\b>\b\x02\u01DD~\x03\x02\x02\x02\u01DE\u01DF\x07+\x02" + "\x02\u01DF\u01E0\x03\x02\x02\x02\u01E0\u01E1\b?\t\x02\u01E1\u01E2\b?\x03" + "\x02\u01E2\u01E3\b?\x03\x02\u01E3\x80\x03\x02\x02\x02\u01E4\u01E5\x05" + "\x9FO\x02\u01E5\u01E6\x03\x02\x02\x02\u01E6\u01E7\b@\x06\x02\u01E7\x82" + "\x03\x02\x02\x02\u01E8\u01FA\n\b\x02\x02\u01E9\u01EA\x07^\x02\x02\u01EA" + "\u01FA\x07b\x02\x02\u01EB\u01EC\x07^\x02\x02\u01EC\u01FA\x07}\x02\x02" + "\u01ED\u01EE\x07^\x02\x02\u01EE\u01FA\x07\x7F\x02\x02\u01EF\u01F0\x07" + "^\x02\x02\u01F0\u01FA\x07]\x02\x02\u01F1\u01F2\x07^\x02\x02\u01F2\u01FA" + "\x07_\x02\x02\u01F3\u01F4\x07b\x02\x02\u01F4\u01FA\n\t\x02\x02\u01F5\u01F6" + "\x07b\x02\x02\u01F6\u01F7\x07b\x02\x02\u01F7\u01F8\x03\x02\x02\x02\u01F8" + "\u01FA\n\t\x02\x02\u01F9\u01E8\x03\x02\x02\x02\u01F9\u01E9\x03\x02\x02" + "\x02\u01F9\u01EB\x03\x02\x02\x02\u01F9\u01ED\x03\x02\x02\x02\u01F9\u01EF" + "\x03\x02\x02\x02\u01F9\u01F1\x03\x02\x02\x02\u01F9\u01F3\x03\x02\x02\x02" + "\u01F9\u01F5\x03\x02\x02\x02\u01FA\u01FB\x03\x02\x02\x02\u01FB\u01F9\x03" + "\x02\x02\x02\u01FB\u01FC\x03\x02\x02\x02\u01FC\x84\x03\x02\x02\x02\u01FD" + "\u01FE\x07}\x02\x02\u01FE\u01FF\x03\x02\x02\x02\u01FF\u0200\bB\n\x02\u0200" + "\u0201\bB\x02\x02\u0201\x86\x03\x02\x02\x02\u0202\u0203\x05g3\x02\u0203" + "\u0204\x03\x02\x02\x02\u0204\u0205\bC\v\x02\u0205\u0206\bC\x03\x02\u0206" + "\x88\x03\x02\x02\x02\u0207\u0208\x07]\x02\x02\u0208\u0209\x03\x02\x02" + "\x02\u0209\u020A\bD\f\x02\u020A\x8A\x03\x02\x02\x02\u020B\u020C\x07_\x02" + "\x02\u020C\u020D\x07*\x02\x02\u020D\u020E\x03\x02\x02\x02\u020E\u020F" + "\bE\x02\x02\u020F\x8C\x03\x02\x02\x02\u0210\u0211\x07)\x02\x02\u0211\x8E" + "\x03\x02\x02\x02\u0212\u0213\x07^\x02\x02\u0213\u0214\x07)\x02\x02\u0214" + "\x90\x03\x02\x02\x02\u0215\u0216\x07$\x02\x02\u0216\x92\x03\x02\x02\x02" + "\u0217\u0218\x07^\x02\x02\u0218\u0219\x07$\x02\x02\u0219\x94\x03\x02\x02" + "\x02\u021A\u021B\x07b\x02\x02\u021B\x96\x03\x02\x02\x02\u021C\u021D\x07" + "a\x02\x02\u021D\x98\x03\x02\x02\x02\u021E\u021F\t\n\x02\x02\u021F\x9A" + "\x03\x02\x02\x02\u0220\u0221\t\v\x02\x02\u0221\x9C\x03\x02\x02\x02\u0222" + "\u0225\x05\x99L\x02\u0223\u0225\x05\x9BM\x02\u0224\u0222\x03\x02\x02\x02" + "\u0224\u0223\x03\x02\x02\x02\u0225\x9E\x03\x02\x02\x02\u0226\u0227\t\f" + "\x02\x02\u0227\xA0\x03\x02\x02\x02\x1C\x02\x03\x04\u0167\u016D\u016F\u0173" + "\u0178\u017E\u0180\u0185\u018B\u0190\u0195\u0197\u019F\u01A1\u01A6\u01AF" + "\u01B8\u01C3\u01CC\u01D5\u01F9\u01FB\u0224\r\x07\x02\x02\x06\x02\x02\x07" + "\x04\x02\x07\x03\x02\x02\x05\x02\x02\x04\x02\t\x18\x02\t&\x02\t)\x02\t" + "4\x02\t\'\x02";
|
|
59519
|
+
KcLangLexer._serializedATN = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x02A\u0228\b\x01" + "\b\x01\b\x01\x04\x02\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04" + "\x06\t\x06\x04\x07\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f" + "\t\f\x04\r\t\r\x04\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11" + "\x04\x12\t\x12\x04\x13\t\x13\x04\x14\t\x14\x04\x15\t\x15\x04\x16\t\x16" + "\x04\x17\t\x17\x04\x18\t\x18\x04\x19\t\x19\x04\x1A\t\x1A\x04\x1B\t\x1B" + "\x04\x1C\t\x1C\x04\x1D\t\x1D\x04\x1E\t\x1E\x04\x1F\t\x1F\x04 \t \x04!" + "\t!\x04\"\t\"\x04#\t#\x04$\t$\x04%\t%\x04&\t&\x04\'\t\'\x04(\t(\x04)\t" + ")\x04*\t*\x04+\t+\x04,\t,\x04-\t-\x04.\t.\x04/\t/\x040\t0\x041\t1\x04" + "2\t2\x043\t3\x044\t4\x045\t5\x046\t6\x047\t7\x048\t8\x049\t9\x04:\t:\x04" + ";\t;\x04<\t<\x04=\t=\x04>\t>\x04?\t?\x04@\t@\x04A\tA\x04B\tB\x04C\tC\x04" + "D\tD\x04E\tE\x04F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04" + "M\tM\x04N\tN\x04O\tO\x03\x02\x03\x02\x03\x02\x03\x03\x03\x03\x03\x03\x03" + "\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03" + "\x04\x03\x04\x03\x05\x03\x05\x03\x06\x03\x06\x03\x06\x03\x06\x03\x07\x03" + "\x07\x03\b\x03\b\x03\t\x03\t\x03\t\x03\t\x03\n\x03\n\x03\v\x03\v\x03\v" + "\x03\f\x03\f\x03\r\x03\r\x03\r\x03\x0E\x03\x0E\x03\x0E\x03\x0F\x03\x0F" + "\x03\x0F\x03\x10\x03\x10\x03\x10\x03\x10\x03\x11\x03\x11\x03\x11\x03\x11" + "\x03\x11\x03\x12\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x03\x13\x03\x13" + "\x03\x13\x03\x14\x03\x14\x03\x14\x03\x14\x03\x15\x03\x15\x03\x15\x03\x15" + "\x03\x15\x03\x16\x03\x16\x03\x16\x03\x17\x03\x17\x03\x18\x03\x18\x03\x18" + "\x03\x19\x03\x19\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1B\x03\x1B\x03\x1B" + "\x03\x1C\x03\x1C\x03\x1D\x03\x1D\x03\x1E\x03\x1E\x03\x1F\x03\x1F\x03 " + '\x03 \x03!\x03!\x03!\x03!\x03"\x03"\x03"\x03#\x03#\x03#\x03#\x03$\x03' + "$\x03$\x03$\x03%\x03%\x03%\x03%\x03&\x03&\x03\'\x03\'\x03(\x03(\x03(\x03" + "(\x03)\x03)\x03)\x03)\x03*\x03*\x03+\x03+\x03+\x03,\x03,\x03,\x03,\x03" + ",\x03-\x03-\x03-\x03-\x03-\x03-\x03.\x03.\x03.\x03.\x03.\x03.\x03.\x03" + ".\x03/\x03/\x03/\x03/\x03/\x03/\x030\x030\x030\x030\x030\x031\x031\x03" + "2\x032\x033\x033\x033\x033\x033\x033\x034\x034\x034\x034\x034\x034\x03" + "4\x034\x034\x034\x034\x034\x035\x035\x035\x035\x035\x035\x035\x036\x03" + "6\x056\u0168\n6\x036\x036\x036\x036\x076\u016E\n6\f6\x0E6\u0171\v6\x03" + "7\x057\u0174\n7\x037\x067\u0177\n7\r7\x0E7\u0178\x037\x037\x067\u017D" + "\n7\r7\x0E7\u017E\x057\u0181\n7\x038\x068\u0184\n8\r8\x0E8\u0185\x038" + "\x038\x078\u018A\n8\f8\x0E8\u018D\v8\x068\u018F\n8\r8\x0E8\u0190\x039" + "\x039\x039\x079\u0196\n9\f9\x0E9\u0199\v9\x039\x039\x039\x039\x039\x07" + "9\u01A0\n9\f9\x0E9\u01A3\v9\x039\x039\x059\u01A7\n9\x03:\x03:\x03:\x03" + ":\x03;\x07;\u01AE\n;\f;\x0E;\u01B1\v;\x03;\x03;\x03;\x03;\x07;\u01B7\n" + ";\f;\x0E;\u01BA\v;\x03;\x03;\x03;\x03;\x03;\x03<\x07<\u01C2\n<\f<\x0E" + "<\u01C5\v<\x03<\x03<\x03<\x03<\x07<\u01CB\n<\f<\x0E<\u01CE\v<\x03<\x03" + "<\x03=\x03=\x07=\u01D4\n=\f=\x0E=\u01D7\v=\x03=\x03=\x03>\x03>\x03>\x03" + ">\x03?\x03?\x03?\x03?\x03?\x03?\x03@\x03@\x03@\x03@\x03A\x03A\x03A\x03" + "A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x06" + "A\u01FA\nA\rA\x0EA\u01FB\x03B\x03B\x03B\x03B\x03B\x03C\x03C\x03C\x03C" + "\x03C\x03D\x03D\x03D\x03D\x03E\x03E\x03E\x03E\x03E\x03F\x03F\x03G\x03" + "G\x03G\x03H\x03H\x03I\x03I\x03I\x03J\x03J\x03K\x03K\x03L\x03L\x03M\x03" + "M\x03N\x03N\x05N\u0225\nN\x03O\x03O\x03\u01B8\x02\x02P\x05\x02\x03\x07" + "\x02\x04\t\x02\x05\v\x02\x06\r\x02\x07\x0F\x02\b\x11\x02\t\x13\x02\n\x15" + "\x02\v\x17\x02\f\x19\x02\r\x1B\x02\x0E\x1D\x02\x0F\x1F\x02\x10!\x02\x11" + "#\x02\x12%\x02\x13\'\x02\x14)\x02\x15+\x02\x16-\x02\x17/\x02\x181\x02" + "\x193\x02\x1A5\x02\x1B7\x02\x1C9\x02\x1D;\x02\x1E=\x02\x1F?\x02 A\x02" + "!C\x02\"E\x02#G\x02$I\x02%K\x02&M\x02\'O\x02(Q\x02)S\x02*U\x02+W\x02," + "Y\x02-[\x02.]\x02/_\x020a\x021c\x022e\x023g\x024i\x025k\x026m\x027o\x02" + "8q\x029s\x02:u\x02;w\x02<y\x02={\x02>}\x02\x02\x7F\x02\x02\x81\x02?\x83" + "\x02@\x85\x02\x02\x87\x02\x02\x89\x02\x02\x8B\x02A\x8D\x02\x02\x8F\x02" + "\x02\x91\x02\x02\x93\x02\x02\x95\x02\x02\x97\x02\x02\x99\x02\x02\x9B\x02" + "\x02\x9D\x02\x02\x9F\x02\x02\x05\x02\x03\x04\r\x03\x02))\x03\x02$$\x04" + '\x02\f\f\x0F\x0F\x05\x02""++??\x03\x02++\x04\x02""++\x07\x02]]__b' + "b}}\x7F\x7F\x03\x02bb\x07\x02C\\c|\u0403\u0403\u0412\u0451\u0453\u0453" + '\x03\x022;\x05\x02\v\f\x0F\x0F""\x02\u023A\x02\x05\x03\x02\x02\x02\x02' + "\x07\x03\x02\x02\x02\x02\t\x03\x02\x02\x02\x02\v\x03\x02\x02\x02\x02\r" + "\x03\x02\x02\x02\x02\x0F\x03\x02\x02\x02\x02\x11\x03\x02\x02\x02\x02\x13" + "\x03\x02\x02\x02\x02\x15\x03\x02\x02\x02\x02\x17\x03\x02\x02\x02\x02\x19" + "\x03\x02\x02\x02\x02\x1B\x03\x02\x02\x02\x02\x1D\x03\x02\x02\x02\x02\x1F" + "\x03\x02\x02\x02\x02!\x03\x02\x02\x02\x02#\x03\x02\x02\x02\x02%\x03\x02" + "\x02\x02\x02\'\x03\x02\x02\x02\x02)\x03\x02\x02\x02\x02+\x03\x02\x02\x02" + "\x02-\x03\x02\x02\x02\x02/\x03\x02\x02\x02\x021\x03\x02\x02\x02\x023\x03" + "\x02\x02\x02\x025\x03\x02\x02\x02\x027\x03\x02\x02\x02\x029\x03\x02\x02" + "\x02\x02;\x03\x02\x02\x02\x02=\x03\x02\x02\x02\x02?\x03\x02\x02\x02\x02" + "A\x03\x02\x02\x02\x02C\x03\x02\x02\x02\x02E\x03\x02\x02\x02\x02G\x03\x02" + "\x02\x02\x02I\x03\x02\x02\x02\x02K\x03\x02\x02\x02\x02M\x03\x02\x02\x02" + "\x02O\x03\x02\x02\x02\x02Q\x03\x02\x02\x02\x02S\x03\x02\x02\x02\x02U\x03" + "\x02\x02\x02\x02W\x03\x02\x02\x02\x02Y\x03\x02\x02\x02\x02[\x03\x02\x02" + "\x02\x02]\x03\x02\x02\x02\x02_\x03\x02\x02\x02\x02a\x03\x02\x02\x02\x02" + "c\x03\x02\x02\x02\x02e\x03\x02\x02\x02\x02g\x03\x02\x02\x02\x02i\x03\x02" + "\x02\x02\x02k\x03\x02\x02\x02\x02m\x03\x02\x02\x02\x02o\x03\x02\x02\x02" + "\x02q\x03\x02\x02\x02\x02s\x03\x02\x02\x02\x02u\x03\x02\x02\x02\x02w\x03" + "\x02\x02\x02\x02y\x03\x02\x02\x02\x03{\x03\x02\x02\x02\x03}\x03\x02\x02" + "\x02\x03\x7F\x03\x02\x02\x02\x03\x81\x03\x02\x02\x02\x04\x83\x03\x02\x02" + "\x02\x04\x85\x03\x02\x02\x02\x04\x87\x03\x02\x02\x02\x04\x89\x03\x02\x02" + "\x02\x04\x8B\x03\x02\x02\x02\x05\xA1\x03\x02\x02\x02\x07\xA4\x03\x02\x02" + "\x02\t\xB0\x03\x02\x02\x02\v\xB2\x03\x02\x02\x02\r\xB4\x03\x02\x02\x02" + "\x0F\xB8\x03\x02\x02\x02\x11\xBA\x03\x02\x02\x02\x13\xBC\x03\x02\x02\x02" + "\x15\xC0\x03\x02\x02\x02\x17\xC2\x03\x02\x02\x02\x19\xC5\x03\x02\x02\x02" + "\x1B\xC7\x03\x02\x02\x02\x1D\xCA\x03\x02\x02\x02\x1F\xCD\x03\x02\x02\x02" + "!\xD0\x03\x02\x02\x02#\xD4\x03\x02\x02\x02%\xD9\x03\x02\x02\x02\'\xDD" + "\x03\x02\x02\x02)\xE2\x03\x02\x02\x02+\xE6\x03\x02\x02\x02-\xEB\x03\x02" + "\x02\x02/\xEE\x03\x02\x02\x021\xF0\x03\x02\x02\x023\xF3\x03\x02\x02\x02" + "5\xF5\x03\x02\x02\x027\xF9\x03\x02\x02\x029\xFC\x03\x02\x02\x02;\xFE\x03" + "\x02\x02\x02=\u0100\x03\x02\x02\x02?\u0102\x03\x02\x02\x02A\u0104\x03" + "\x02\x02\x02C\u0106\x03\x02\x02\x02E\u010A\x03\x02\x02\x02G\u010D\x03" + "\x02\x02\x02I\u0111\x03\x02\x02\x02K\u0115\x03\x02\x02\x02M\u0119\x03" + "\x02\x02\x02O\u011B\x03\x02\x02\x02Q\u011D\x03\x02\x02\x02S\u0121\x03" + "\x02\x02\x02U\u0125\x03\x02\x02\x02W\u0127\x03\x02\x02\x02Y\u012A\x03" + "\x02\x02\x02[\u012F\x03\x02\x02\x02]\u0135\x03\x02\x02\x02_\u013D\x03" + "\x02\x02\x02a\u0143\x03\x02\x02\x02c\u0148\x03\x02\x02\x02e\u014A\x03" + "\x02\x02\x02g\u014C\x03\x02\x02\x02i\u0152\x03\x02\x02\x02k\u015E\x03" + "\x02\x02\x02m\u0167\x03\x02\x02\x02o\u0173\x03\x02\x02\x02q\u0183\x03" + "\x02\x02\x02s\u01A6\x03\x02\x02\x02u\u01A8\x03\x02\x02\x02w\u01AF\x03" + "\x02\x02\x02y\u01C3\x03\x02\x02\x02{\u01D1\x03\x02\x02\x02}\u01DA\x03" + "\x02\x02\x02\x7F\u01DE\x03\x02\x02\x02\x81\u01E4\x03\x02\x02\x02\x83\u01F9" + "\x03\x02\x02\x02\x85\u01FD\x03\x02\x02\x02\x87\u0202\x03\x02\x02\x02\x89" + "\u0207\x03\x02\x02\x02\x8B\u020B\x03\x02\x02\x02\x8D\u0210\x03\x02\x02" + "\x02\x8F\u0212\x03\x02\x02\x02\x91\u0215\x03\x02\x02\x02\x93\u0217\x03" + "\x02\x02\x02\x95\u021A\x03\x02\x02\x02\x97\u021C\x03\x02\x02\x02\x99\u021E" + "\x03\x02\x02\x02\x9B\u0220\x03\x02\x02\x02\x9D\u0224\x03\x02\x02\x02\x9F" + "\u0226\x03\x02\x02\x02\xA1\xA2\x05=\x1E\x02\xA2\xA3\x05=\x1E\x02\xA3\x06" + "\x03\x02\x02\x02\xA4\xA5\x07i\x02\x02\xA5\xA6\x07g\x02\x02\xA6\xA7\x07" + "v\x02\x02\xA7\xA8\x07R\x02\x02\xA8\xA9\x07t\x02\x02\xA9\xAA\x07q\x02\x02" + "\xAA\xAB\x07r\x02\x02\xAB\xAC\x07g\x02\x02\xAC\xAD\x07t\x02\x02\xAD\xAE" + "\x07v\x02\x02\xAE\xAF\x07{\x02\x02\xAF\b\x03\x02\x02\x02\xB0\xB1\x07\'" + "\x02\x02\xB1\n\x03\x02\x02\x02\xB2\xB3\x07,\x02\x02\xB3\f\x03\x02\x02" + '\x02\xB4\xB5\x07"\x02\x02\xB5\xB6\x071\x02\x02\xB6\xB7\x07"\x02\x02' + "\xB7\x0E\x03\x02\x02\x02\xB8\xB9\x07-\x02\x02\xB9\x10\x03\x02\x02\x02" + "\xBA\xBB\x07/\x02\x02\xBB\x12\x03\x02\x02\x02\xBC\xBD\x07?\x02\x02\xBD" + "\xBE\x07?\x02\x02\xBE\xBF\x07?\x02\x02\xBF\x14\x03\x02\x02\x02\xC0\xC1" + "\x07@\x02\x02\xC1\x16\x03\x02\x02\x02\xC2\xC3\x07@\x02\x02\xC3\xC4\x07" + "?\x02\x02\xC4\x18\x03\x02\x02\x02\xC5\xC6\x07>\x02\x02\xC6\x1A\x03\x02" + "\x02\x02\xC7\xC8\x07>\x02\x02\xC8\xC9\x07?\x02\x02\xC9\x1C\x03\x02\x02" + "\x02\xCA\xCB\x07?\x02\x02\xCB\xCC\x07?\x02\x02\xCC\x1E\x03\x02\x02\x02" + "\xCD\xCE\x07#\x02\x02\xCE\xCF\x07?\x02\x02\xCF \x03\x02\x02\x02\xD0\xD1" + '\x07~\x02\x02\xD1\xD2\x07@\x02\x02\xD2\xD3\x07~\x02\x02\xD3"\x03\x02' + "\x02\x02\xD4\xD5\x07~\x02\x02\xD5\xD6\x07@\x02\x02\xD6\xD7\x07?\x02\x02" + "\xD7\xD8\x07~\x02\x02\xD8$\x03\x02\x02\x02\xD9\xDA\x07~\x02\x02\xDA\xDB" + "\x07>\x02\x02\xDB\xDC\x07~\x02\x02\xDC&\x03\x02\x02\x02\xDD\xDE\x07~\x02" + "\x02\xDE\xDF\x07>\x02\x02\xDF\xE0\x07?\x02\x02\xE0\xE1\x07~\x02\x02\xE1" + "(\x03\x02\x02\x02\xE2\xE3\x07~\x02\x02\xE3\xE4\x07?\x02\x02\xE4\xE5\x07" + "~\x02\x02\xE5*\x03\x02\x02\x02\xE6\xE7\x07~\x02\x02\xE7\xE8\x07#\x02\x02" + "\xE8\xE9\x07?\x02\x02\xE9\xEA\x07~\x02\x02\xEA,\x03\x02\x02\x02\xEB\xEC" + "\x07A\x02\x02\xEC\xED\x07A\x02\x02\xED.\x03\x02\x02\x02\xEE\xEF\x07?\x02" + "\x02\xEF0\x03\x02\x02\x02\xF0\xF1\x07c\x02\x02\xF1\xF2\x07u\x02\x02\xF2" + "2\x03\x02\x02\x02\xF3\xF4\x07%\x02\x02\xF44\x03\x02\x02\x02\xF5\xF6\x07" + "x\x02\x02\xF6\xF7\x07c\x02\x02\xF7\xF8\x07t\x02\x02\xF86\x03\x02\x02\x02" + "\xF9\xFA\x07k\x02\x02\xFA\xFB\x07p\x02\x02\xFB8\x03\x02\x02\x02\xFC\xFD" + "\x07<\x02\x02\xFD:\x03\x02\x02\x02\xFE\xFF\x07.\x02\x02\xFF<\x03\x02\x02" + "\x02\u0100\u0101\x070\x02\x02\u0101>\x03\x02\x02\x02\u0102\u0103\x07B" + "\x02\x02\u0103@\x03\x02\x02\x02\u0104\u0105\x07&\x02\x02\u0105B\x03\x02" + "\x02\x02\u0106\u0107\x07c\x02\x02\u0107\u0108\x07p\x02\x02\u0108\u0109" + "\x07f\x02\x02\u0109D\x03\x02\x02\x02\u010A\u010B\x07q\x02\x02\u010B\u010C" + "\x07t\x02\x02\u010CF\x03\x02\x02\x02\u010D\u010E\x07p\x02\x02\u010E\u010F" + "\x07q\x02\x02\u010F\u0110\x07v\x02\x02\u0110H\x03\x02\x02\x02\u0111\u0112" + "\x07*\x02\x02\u0112\u0113\x03\x02\x02\x02\u0113\u0114\b$\x02\x02\u0114" + "J\x03\x02\x02\x02\u0115\u0116\x07+\x02\x02\u0116\u0117\x03\x02\x02\x02" + "\u0117\u0118\b%\x03\x02\u0118L\x03\x02\x02\x02\u0119\u011A\x07]\x02\x02" + "\u011AN\x03\x02\x02\x02\u011B\u011C\x07_\x02\x02\u011CP\x03\x02\x02\x02" + "\u011D\u011E\x07}\x02\x02\u011E\u011F\x03\x02\x02\x02\u011F\u0120\b(\x02" + "\x02\u0120R\x03\x02\x02\x02\u0121\u0122\x07\x7F\x02\x02\u0122\u0123\x03" + "\x02\x02\x02\u0123\u0124\b)\x03\x02\u0124T\x03\x02\x02\x02\u0125\u0126" + "\x071\x02\x02\u0126V\x03\x02\x02\x02\u0127\u0128\x07k\x02\x02\u0128\u0129" + "\x07h\x02\x02\u0129X\x03\x02\x02\x02\u012A\u012B\x07g\x02\x02\u012B\u012C" + "\x07n\x02\x02\u012C\u012D\x07u\x02\x02\u012D\u012E\x07g\x02\x02\u012E" + "Z\x03\x02\x02\x02\u012F\u0130\x07G\x02\x02\u0130\u0131\x07t\x02\x02\u0131" + "\u0132\x07t\x02\x02\u0132\u0133\x07q\x02\x02\u0133\u0134\x07t\x02\x02" + "\u0134\\\x03\x02\x02\x02\u0135\u0136\x07Y\x02\x02\u0136\u0137\x07c\x02" + "\x02\u0137\u0138\x07t\x02\x02\u0138\u0139\x07p\x02\x02\u0139\u013A\x07" + "k\x02\x02\u013A\u013B\x07p\x02\x02\u013B\u013C\x07i\x02\x02\u013C^\x03" + "\x02\x02\x02\u013D\u013E\x07e\x02\x02\u013E\u013F\x07j\x02\x02\u013F\u0140" + "\x07g\x02\x02\u0140\u0141\x07e\x02\x02\u0141\u0142\x07m\x02\x02\u0142" + "`\x03\x02\x02\x02\u0143\u0144\x07y\x02\x02\u0144\u0145\x07k\x02\x02\u0145" + "\u0146\x07v\x02\x02\u0146\u0147\x07j\x02\x02\u0147b\x03\x02\x02\x02\u0148" + "\u0149\x07=\x02\x02\u0149d\x03\x02\x02\x02\u014A\u014B\x07A\x02\x02\u014B" + "f\x03\x02\x02\x02\u014C\u014D\x05\x95J\x02\u014D\u014E\x05\x95J\x02\u014E" + "\u014F\x05\x95J\x02\u014F\u0150\x03\x02\x02\x02\u0150\u0151\b3\x04\x02" + "\u0151h\x03\x02\x02\x02\u0152\u0153\x07o\x02\x02\u0153\u0154\x07c\x02" + "\x02\u0154\u0155\x07r\x02\x02\u0155\u0156\x07r\x02\x02\u0156\u0157\x07" + "g\x02\x02\u0157\u0158\x07f\x02\x02\u0158\u0159\x07T\x02\x02\u0159\u015A" + "\x07g\x02\x02\u015A\u015B\x07h\x02\x02\u015B\u015C\x03\x02\x02\x02\u015C" + "\u015D\b4\x05\x02\u015Dj\x03\x02\x02\x02\u015E\u015F\x07&\x02\x02\u015F" + "\u0160\x07o\x02\x02\u0160\u0161\x07c\x02\x02\u0161\u0162\x07v\x02\x02" + "\u0162\u0163\x07e\x02\x02\u0163\u0164\x07j\x02\x02\u0164l\x03\x02\x02" + "\x02\u0165\u0168\x05\x99L\x02\u0166\u0168\x05\x97K\x02\u0167\u0165\x03" + "\x02\x02\x02\u0167\u0166\x03\x02\x02\x02\u0168\u016F\x03\x02\x02\x02\u0169" + "\u016E\x05\x99L\x02\u016A\u016E\x05\x97K\x02\u016B\u016E\x05\x9BM\x02" + "\u016C\u016E\x04/0\x02\u016D\u0169\x03\x02\x02\x02\u016D\u016A\x03\x02" + "\x02\x02\u016D\u016B\x03\x02\x02\x02\u016D\u016C\x03\x02\x02\x02\u016E" + "\u0171\x03\x02\x02\x02\u016F\u016D\x03\x02\x02\x02\u016F\u0170\x03\x02" + "\x02\x02\u0170n\x03\x02\x02\x02\u0171\u016F\x03\x02\x02\x02\u0172\u0174" + "\x05\x11\b\x02\u0173\u0172\x03\x02\x02\x02\u0173\u0174\x03\x02\x02\x02" + "\u0174\u0176\x03\x02\x02\x02\u0175\u0177\x05\x9BM\x02\u0176\u0175\x03" + "\x02\x02\x02\u0177\u0178\x03\x02\x02\x02\u0178\u0176\x03\x02\x02\x02\u0178" + "\u0179\x03\x02\x02\x02\u0179\u0180\x03\x02\x02\x02\u017A\u017C\x05=\x1E" + "\x02\u017B\u017D\x05\x9BM\x02\u017C\u017B\x03\x02\x02\x02\u017D\u017E" + "\x03\x02\x02\x02\u017E\u017C\x03\x02\x02\x02\u017E\u017F\x03\x02\x02\x02" + "\u017F\u0181\x03\x02\x02\x02\u0180\u017A\x03\x02\x02\x02\u0180\u0181\x03" + "\x02\x02\x02\u0181p\x03\x02\x02\x02\u0182\u0184\x05\x9BM\x02\u0183\u0182" + "\x03\x02\x02\x02\u0184\u0185\x03\x02\x02\x02\u0185\u0183\x03\x02\x02\x02" + "\u0185\u0186\x03\x02\x02\x02\u0186\u018E\x03\x02\x02\x02\u0187\u018B\x05" + "=\x1E\x02\u0188\u018A\x05\x9DN\x02\u0189\u0188\x03\x02\x02\x02\u018A\u018D" + "\x03\x02\x02\x02\u018B\u0189\x03\x02\x02\x02\u018B\u018C\x03\x02\x02\x02" + "\u018C\u018F\x03\x02\x02\x02\u018D\u018B\x03\x02\x02\x02\u018E\u0187\x03" + "\x02\x02\x02\u018F\u0190\x03\x02\x02\x02\u0190\u018E\x03\x02\x02\x02\u0190" + "\u0191\x03\x02\x02\x02\u0191r\x03\x02\x02\x02\u0192\u0197\x05\x8DF\x02" + "\u0193\u0196\n\x02\x02\x02\u0194\u0196\x05\x8FG\x02\u0195\u0193\x03\x02" + "\x02\x02\u0195\u0194\x03\x02\x02\x02\u0196\u0199\x03\x02\x02\x02\u0197" + "\u0195\x03\x02\x02\x02\u0197\u0198\x03\x02\x02\x02\u0198\u019A\x03\x02" + "\x02\x02\u0199\u0197\x03\x02\x02\x02\u019A\u019B\x05\x8DF\x02\u019B\u01A7" + "\x03\x02\x02\x02\u019C\u01A1\x05\x91H\x02\u019D\u01A0\n\x03\x02\x02\u019E" + "\u01A0\x05\x93I\x02\u019F\u019D\x03\x02\x02\x02\u019F\u019E\x03\x02\x02" + "\x02\u01A0\u01A3\x03\x02\x02\x02\u01A1\u019F\x03\x02\x02\x02\u01A1\u01A2" + "\x03\x02\x02\x02\u01A2\u01A4\x03\x02\x02\x02\u01A3\u01A1\x03\x02\x02\x02" + "\u01A4\u01A5\x05\x91H\x02\u01A5\u01A7\x03\x02\x02\x02\u01A6\u0192\x03" + "\x02\x02\x02\u01A6\u019C\x03\x02\x02\x02\u01A7t\x03\x02\x02\x02\u01A8" + "\u01A9\x05\x9FO\x02\u01A9\u01AA\x03\x02\x02\x02\u01AA\u01AB\b:\x06\x02" + "\u01ABv\x03\x02\x02\x02\u01AC\u01AE\x05\x9FO\x02\u01AD\u01AC\x03\x02\x02" + "\x02\u01AE\u01B1\x03\x02\x02\x02\u01AF\u01AD\x03\x02\x02\x02\u01AF\u01B0" + "\x03\x02\x02\x02\u01B0\u01B2\x03\x02\x02\x02\u01B1\u01AF\x03\x02\x02\x02" + "\u01B2\u01B3\x071\x02\x02\u01B3\u01B4\x07,\x02\x02\u01B4\u01B8\x03\x02" + "\x02\x02\u01B5\u01B7\v\x02\x02\x02\u01B6\u01B5\x03\x02\x02\x02\u01B7\u01BA" + "\x03\x02\x02\x02\u01B8\u01B9\x03\x02\x02\x02\u01B8\u01B6\x03\x02\x02\x02" + "\u01B9\u01BB\x03\x02\x02\x02\u01BA\u01B8\x03\x02\x02\x02\u01BB\u01BC\x07" + ",\x02\x02\u01BC\u01BD\x071\x02\x02\u01BD\u01BE\x03\x02\x02\x02\u01BE\u01BF" + "\b;\x07\x02\u01BFx\x03\x02\x02\x02\u01C0\u01C2\x05\x9FO\x02\u01C1\u01C0" + "\x03\x02\x02\x02\u01C2\u01C5\x03\x02\x02\x02\u01C3\u01C1\x03\x02\x02\x02" + "\u01C3\u01C4\x03\x02\x02\x02\u01C4\u01C6\x03\x02\x02\x02\u01C5\u01C3\x03" + "\x02\x02\x02\u01C6\u01C7\x071\x02\x02\u01C7\u01C8\x071\x02\x02\u01C8\u01CC" + "\x03\x02\x02\x02\u01C9\u01CB\n\x04\x02\x02\u01CA\u01C9\x03\x02\x02\x02" + "\u01CB\u01CE\x03\x02\x02\x02\u01CC\u01CA\x03\x02\x02\x02\u01CC\u01CD\x03" + "\x02\x02\x02\u01CD\u01CF\x03\x02\x02\x02\u01CE\u01CC\x03\x02\x02\x02\u01CF" + "\u01D0\b<\x07\x02\u01D0z\x03\x02\x02\x02\u01D1\u01D5\n\x05\x02\x02\u01D2" + "\u01D4\n\x06\x02\x02\u01D3\u01D2\x03\x02\x02\x02\u01D4\u01D7\x03\x02\x02" + "\x02\u01D5\u01D3\x03\x02\x02\x02\u01D5\u01D6\x03\x02\x02\x02\u01D6\u01D8" + "\x03\x02\x02\x02\u01D7\u01D5\x03\x02\x02\x02\u01D8\u01D9\n\x07\x02\x02" + "\u01D9|\x03\x02\x02\x02\u01DA\u01DB\x07?\x02\x02\u01DB\u01DC\x03\x02\x02" + "\x02\u01DC\u01DD\b>\b\x02\u01DD~\x03\x02\x02\x02\u01DE\u01DF\x07+\x02" + "\x02\u01DF\u01E0\x03\x02\x02\x02\u01E0\u01E1\b?\t\x02\u01E1\u01E2\b?\x03" + "\x02\u01E2\u01E3\b?\x03\x02\u01E3\x80\x03\x02\x02\x02\u01E4\u01E5\x05" + "\x9FO\x02\u01E5\u01E6\x03\x02\x02\x02\u01E6\u01E7\b@\x06\x02\u01E7\x82" + "\x03\x02\x02\x02\u01E8\u01FA\n\b\x02\x02\u01E9\u01EA\x07^\x02\x02\u01EA" + "\u01FA\x07b\x02\x02\u01EB\u01EC\x07^\x02\x02\u01EC\u01FA\x07}\x02\x02" + "\u01ED\u01EE\x07^\x02\x02\u01EE\u01FA\x07\x7F\x02\x02\u01EF\u01F0\x07" + "^\x02\x02\u01F0\u01FA\x07]\x02\x02\u01F1\u01F2\x07^\x02\x02\u01F2\u01FA" + "\x07_\x02\x02\u01F3\u01F4\x07b\x02\x02\u01F4\u01FA\n\t\x02\x02\u01F5\u01F6" + "\x07b\x02\x02\u01F6\u01F7\x07b\x02\x02\u01F7\u01F8\x03\x02\x02\x02\u01F8" + "\u01FA\n\t\x02\x02\u01F9\u01E8\x03\x02\x02\x02\u01F9\u01E9\x03\x02\x02" + "\x02\u01F9\u01EB\x03\x02\x02\x02\u01F9\u01ED\x03\x02\x02\x02\u01F9\u01EF" + "\x03\x02\x02\x02\u01F9\u01F1\x03\x02\x02\x02\u01F9\u01F3\x03\x02\x02\x02" + "\u01F9\u01F5\x03\x02\x02\x02\u01FA\u01FB\x03\x02\x02\x02\u01FB\u01F9\x03" + "\x02\x02\x02\u01FB\u01FC\x03\x02\x02\x02\u01FC\x84\x03\x02\x02\x02\u01FD" + "\u01FE\x07}\x02\x02\u01FE\u01FF\x03\x02\x02\x02\u01FF\u0200\bB\n\x02\u0200" + "\u0201\bB\x02\x02\u0201\x86\x03\x02\x02\x02\u0202\u0203\x05g3\x02\u0203" + "\u0204\x03\x02\x02\x02\u0204\u0205\bC\v\x02\u0205\u0206\bC\x03\x02\u0206" + "\x88\x03\x02\x02\x02\u0207\u0208\x07]\x02\x02\u0208\u0209\x03\x02\x02" + "\x02\u0209\u020A\bD\f\x02\u020A\x8A\x03\x02\x02\x02\u020B\u020C\x07_\x02" + "\x02\u020C\u020D\x07*\x02\x02\u020D\u020E\x03\x02\x02\x02\u020E\u020F" + "\bE\x02\x02\u020F\x8C\x03\x02\x02\x02\u0210\u0211\x07)\x02\x02\u0211\x8E" + "\x03\x02\x02\x02\u0212\u0213\x07^\x02\x02\u0213\u0214\x07)\x02\x02\u0214" + "\x90\x03\x02\x02\x02\u0215\u0216\x07$\x02\x02\u0216\x92\x03\x02\x02\x02" + "\u0217\u0218\x07^\x02\x02\u0218\u0219\x07$\x02\x02\u0219\x94\x03\x02\x02" + "\x02\u021A\u021B\x07b\x02\x02\u021B\x96\x03\x02\x02\x02\u021C\u021D\x07" + "a\x02\x02\u021D\x98\x03\x02\x02\x02\u021E\u021F\t\n\x02\x02\u021F\x9A" + "\x03\x02\x02\x02\u0220\u0221\t\v\x02\x02\u0221\x9C\x03\x02\x02\x02\u0222" + "\u0225\x05\x99L\x02\u0223\u0225\x05\x9BM\x02\u0224\u0222\x03\x02\x02\x02" + "\u0224\u0223\x03\x02\x02\x02\u0225\x9E\x03\x02\x02\x02\u0226\u0227\t\f" + "\x02\x02\u0227\xA0\x03\x02\x02\x02\x1C\x02\x03\x04\u0167\u016D\u016F\u0173" + "\u0178\u017E\u0180\u0185\u018B\u0190\u0195\u0197\u019F\u01A1\u01A6\u01AF" + "\u01B8\u01C3\u01CC\u01D5\u01F9\u01FB\u0224\r\x07\x02\x02\x06\x02\x02\x07" + "\x04\x02\x07\x03\x02\x02\x05\x02\x02\x04\x02\t\x18\x02\t&\x02\t)\x02\t" + "4\x02\t\'\x02";
|
|
58885
59520
|
KcLangLexer.__ATN = void 0;
|
|
58886
59521
|
|
|
58887
59522
|
/***/ }),
|
|
@@ -59168,6 +59803,7 @@ class FunctionCall extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__.KCLang
|
|
|
59168
59803
|
this.params = params;
|
|
59169
59804
|
}
|
|
59170
59805
|
toString(indentSize) {
|
|
59806
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
59171
59807
|
const args = this.params.map(x => x.toString(indentSize));
|
|
59172
59808
|
return `${this.name}(${args.join(", ")})`;
|
|
59173
59809
|
}
|
|
@@ -59585,7 +60221,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
59585
60221
|
var _KCLangType, _StringType, _DecimalType, _DateType, _BoolType, _StringArrayType;
|
|
59586
60222
|
|
|
59587
60223
|
class KCLangType {
|
|
59588
|
-
// eslint-disable-next-line no-useless-constructor
|
|
59589
60224
|
constructor() {
|
|
59590
60225
|
this.isBaseType = () => true;
|
|
59591
60226
|
} // protected for all descendants
|
|
@@ -60104,7 +60739,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
60104
60739
|
/* harmony export */ });
|
|
60105
60740
|
/* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
|
|
60106
60741
|
|
|
60107
|
-
// tslint:disable-next-line:cyclomatic-complexity
|
|
60108
60742
|
function traverseKCLangExpression(node, visitor) {
|
|
60109
60743
|
switch (node.type) {
|
|
60110
60744
|
case "cast":
|
|
@@ -60927,8 +61561,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
60927
61561
|
|
|
60928
61562
|
|
|
60929
61563
|
|
|
60930
|
-
|
|
60931
|
-
// tslint:disable-next-line:cyclomatic-complexity
|
|
60932
61564
|
function generateKCXmlExpression(expression, prefixPath = "") {
|
|
60933
61565
|
const printPath = path => prefixPath == undefined || prefixPath === "" ? path : joinPaths([prefixPath, path]);
|
|
60934
61566
|
switch (expression.type) {
|
|
@@ -63720,7 +64352,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
63720
64352
|
/* harmony import */ var _generators_markupGenerator_ElementProcessors_MultiControls_TableCommons_RowsWorker__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../generators/markupGenerator/ElementProcessors/MultiControls/TableCommons/RowsWorker */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/TableCommons/RowsWorker.ts");
|
|
63721
64353
|
/* harmony import */ var _XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../XmlParser/XmlNode */ "./Generator/src/common/XmlParser/XmlNode.ts");
|
|
63722
64354
|
/* harmony import */ var _generators_markupGenerator_ElementProcessors_MultiControls_TableCommons_ColumnWidthGuessing_SimpleGuessContentWidth__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../generators/markupGenerator/ElementProcessors/MultiControls/TableCommons/ColumnWidthGuessing/SimpleGuessContentWidth */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/TableCommons/ColumnWidthGuessing/SimpleGuessContentWidth.ts");
|
|
63723
|
-
/* tslint:disable:no-null-keyword */
|
|
63724
64355
|
|
|
63725
64356
|
|
|
63726
64357
|
|
|
@@ -63761,13 +64392,9 @@ function preprocessorCrossfitTable(node) {
|
|
|
63761
64392
|
return [...acc, child];
|
|
63762
64393
|
}, []);
|
|
63763
64394
|
for (const group of columnGrouping) {
|
|
63764
|
-
// tslint:disable-next-line no-unsafe-any
|
|
63765
64395
|
group.key = `group_${group.start}_${group.end}`;
|
|
63766
64396
|
}
|
|
63767
|
-
|
|
63768
|
-
// tslint:disable-next-line no-unsafe-any
|
|
63769
64397
|
const pencilGrouping = columnGrouping.filter(g => g.text);
|
|
63770
|
-
// tslint:disable-next-line no-unsafe-any
|
|
63771
64398
|
const buttonGrouping = columnGrouping.filter(g => !g.text);
|
|
63772
64399
|
const columnWidths = (0,_generators_markupGenerator_ElementProcessors_MultiControls_TableCommons_ColumnWidthGuessing_GetColumnWidths__WEBPACK_IMPORTED_MODULE_3__.getColumnWidths)(node, _generators_markupGenerator_ElementProcessors_MultiControls_TableCommons_ColumnWidthGuessing_SimpleGuessContentWidth__WEBPACK_IMPORTED_MODULE_6__.simpleGuessContentWidth);
|
|
63773
64400
|
const normalizedRows = new _generators_markupGenerator_ElementProcessors_MultiControls_TableCommons_RowsWorker__WEBPACK_IMPORTED_MODULE_4__.RowsWorker(rows, setCell);
|
|
@@ -63840,7 +64467,7 @@ function modifyToGroupedColumns(normalizedCols, row, columnGrouping, rowIndex) {
|
|
|
63840
64467
|
}
|
|
63841
64468
|
const colspan = end - start + 1;
|
|
63842
64469
|
const groupedType = row.attributes.kind === "head" ? "text" : "pencil";
|
|
63843
|
-
//
|
|
64470
|
+
// @ts-ignore
|
|
63844
64471
|
const groupText = row.attributes.kind === "head" ? text[rowIndex] : null;
|
|
63845
64472
|
let groupedAttributes;
|
|
63846
64473
|
if (grouped.length === 1) {
|
|
@@ -63884,7 +64511,7 @@ function modifyToGroupedColumns(normalizedCols, row, columnGrouping, rowIndex) {
|
|
|
63884
64511
|
...groupedAttributes,
|
|
63885
64512
|
colspan: colspan,
|
|
63886
64513
|
grouped: groupedType,
|
|
63887
|
-
//
|
|
64514
|
+
// @ts-ignore
|
|
63888
64515
|
groupText: groupText,
|
|
63889
64516
|
key: key,
|
|
63890
64517
|
widths: widths.length ? widths : undefined
|
|
@@ -63930,6 +64557,7 @@ function getNodeWidth(node, index, columnWidths) {
|
|
|
63930
64557
|
return width;
|
|
63931
64558
|
}
|
|
63932
64559
|
function modifyButtonChild(col, start, columnWidths) {
|
|
64560
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
63933
64561
|
col.attributes.groupText = `<div style={{ width: '${columnWidths[start]}px' }}>${col.attributes.groupText}</div>`;
|
|
63934
64562
|
if (col.children.length === 1) {
|
|
63935
64563
|
const width = getNodeWidth(col, start, columnWidths);
|
|
@@ -64097,6 +64725,7 @@ function kladrPreprocessor(node) {
|
|
|
64097
64725
|
defaultValue: ""
|
|
64098
64726
|
});
|
|
64099
64727
|
if (node.attributes.fetchfn) {
|
|
64728
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
64100
64729
|
childPb.set("fetchfn", `${node.attributes.fetchfn}_${field.toLowerCase()}`);
|
|
64101
64730
|
}
|
|
64102
64731
|
return `<text ${childPb}>${types[field]}</text> `;
|
|
@@ -65199,6 +65828,7 @@ function getRow(node, info, rootNode) {
|
|
|
65199
65828
|
};
|
|
65200
65829
|
const propsBuilder = new _CodeGeneration_PropsBuilder__WEBPACK_IMPORTED_MODULE_1__.PropsBuilder(attributes);
|
|
65201
65830
|
const componentName = attributes.name || elementName;
|
|
65831
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
65202
65832
|
let componentStr = `<${componentName} ${propsBuilder}>${elementType}</${componentName}>`;
|
|
65203
65833
|
if (elementHelpInfo) {
|
|
65204
65834
|
const {
|
|
@@ -65211,6 +65841,7 @@ function getRow(node, info, rootNode) {
|
|
|
65211
65841
|
}
|
|
65212
65842
|
}
|
|
65213
65843
|
const caption = attributes.caption || elementCaption;
|
|
65844
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
65214
65845
|
const columns = [caption, componentStr].map(str => `<column width='470'>${str}</column>`).join("");
|
|
65215
65846
|
return `<row>${columns}</row>`;
|
|
65216
65847
|
}
|
|
@@ -65303,6 +65934,7 @@ function processTemplates(sugarAst) {
|
|
|
65303
65934
|
}
|
|
65304
65935
|
function runPreprocessors(sugarNode, preprocessorInfo) {
|
|
65305
65936
|
const templateName = sugarNode.attributes.template;
|
|
65937
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
65306
65938
|
const preprocessName = templateName ? `${sugarNode.name}_${templateName}` : sugarNode.name;
|
|
65307
65939
|
let resultNode = sugarNode;
|
|
65308
65940
|
const preprocessor = _Preprocessors_AllPreprocessors__WEBPACK_IMPORTED_MODULE_6__.preprocessors[preprocessName];
|
|
@@ -65488,6 +66120,7 @@ class XmlNode {
|
|
|
65488
66120
|
return Object.prototype.hasOwnProperty.call((_this$attributes = this.attributes) !== null && _this$attributes !== void 0 ? _this$attributes : {}, attrName);
|
|
65489
66121
|
}
|
|
65490
66122
|
attr(attrName, defaultValue = "") {
|
|
66123
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
65491
66124
|
return (this.attributes[attrName] || defaultValue).toString().toLowerCase();
|
|
65492
66125
|
}
|
|
65493
66126
|
getAttributeAsNumber(attrName, defaultValue) {
|
|
@@ -65858,7 +66491,6 @@ function convertChildNode(child, context) {
|
|
|
65858
66491
|
return undefined;
|
|
65859
66492
|
}
|
|
65860
66493
|
function getPropertyNameAsString(property) {
|
|
65861
|
-
// tslint:disable no-unsafe-any
|
|
65862
66494
|
if (_babel_types__WEBPACK_IMPORTED_MODULE_1__.isIdentifier(property.key)) {
|
|
65863
66495
|
return property.key.name;
|
|
65864
66496
|
}
|
|
@@ -65925,6 +66557,7 @@ function getNodeName(node) {
|
|
|
65925
66557
|
if (_babel_types__WEBPACK_IMPORTED_MODULE_1__.isJSXIdentifier(node.openingElement.name.object)) {
|
|
65926
66558
|
return `${node.openingElement.name.object.name}.${node.openingElement.name.property.name}`;
|
|
65927
66559
|
}
|
|
66560
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
65928
66561
|
throw new Error(`Sugar don't support JSXMemberExpression <a.b.c /> : ${node.openingElement.name}`);
|
|
65929
66562
|
}
|
|
65930
66563
|
if (_babel_types__WEBPACK_IMPORTED_MODULE_1__.isJSXNamespacedName(node.openingElement.name)) {
|
|
@@ -65941,7 +66574,7 @@ function getAttributeName(attr) {
|
|
|
65941
66574
|
}
|
|
65942
66575
|
function parseXmlToAst(xmlString) {
|
|
65943
66576
|
const result = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.parse)(convertSugarToJsxSyntax(xmlString), {
|
|
65944
|
-
//
|
|
66577
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
65945
66578
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")],
|
|
65946
66579
|
configFile: false,
|
|
65947
66580
|
babelrc: false,
|
|
@@ -66201,7 +66834,7 @@ function validateAutoCalculationsAst(ast) {
|
|
|
66201
66834
|
break;
|
|
66202
66835
|
}
|
|
66203
66836
|
|
|
66204
|
-
//
|
|
66837
|
+
// @ts-ignore
|
|
66205
66838
|
const key = prop.key[_babel_types__WEBPACK_IMPORTED_MODULE_1__.isIdentifier(prop.key) ? "name" : "value"];
|
|
66206
66839
|
funcName2Count[key] = ((_funcName2Count$key = funcName2Count[key]) !== null && _funcName2Count$key !== void 0 ? _funcName2Count$key : 0) + 1;
|
|
66207
66840
|
}
|
|
@@ -66480,7 +67113,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
66480
67113
|
/* harmony export */ });
|
|
66481
67114
|
/* harmony import */ var _KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../KCXmlContract/Formula */ "./Generator/src/generators/AutoCalculationsGenerator/AutoCalculationsFromFormulas/KCXmlContract/Formula.ts");
|
|
66482
67115
|
|
|
66483
|
-
// tslint:disable-next-line:cyclomatic-complexity
|
|
66484
67116
|
function traverseFormulaExpression(expression, visitor) {
|
|
66485
67117
|
if (expression instanceof _KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_0__.FormulaSumExpression) {
|
|
66486
67118
|
visitor.beforeSumExpression(expression);
|
|
@@ -68498,7 +69130,7 @@ class AutoCalculationsGenerator {
|
|
|
68498
69130
|
filename: "fake-file-name.js",
|
|
68499
69131
|
configFile: false,
|
|
68500
69132
|
babelrc: false,
|
|
68501
|
-
//
|
|
69133
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
68502
69134
|
presets: [[__webpack_require__(/*! @babel/preset-env */ "./node_modules/@babel/preset-env/lib/index.js"), {
|
|
68503
69135
|
targets: {
|
|
68504
69136
|
browsers: "> 0%"
|
|
@@ -68529,6 +69161,7 @@ class AutoCalculationsGenerator {
|
|
|
68529
69161
|
configFile: false,
|
|
68530
69162
|
filename: "",
|
|
68531
69163
|
sourceType: "module",
|
|
69164
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
68532
69165
|
presets: [[__webpack_require__(/*! @babel/preset-env */ "./node_modules/@babel/preset-env/lib/index.js"), {
|
|
68533
69166
|
targets: {
|
|
68534
69167
|
browsers: "> 0%"
|
|
@@ -68693,8 +69326,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
68693
69326
|
/* harmony export */ isFetchFunctionValueSource: () => (/* binding */ isFetchFunctionValueSource),
|
|
68694
69327
|
/* harmony export */ isTakeFromModelValueSource: () => (/* binding */ isTakeFromModelValueSource)
|
|
68695
69328
|
/* harmony export */ });
|
|
68696
|
-
// tslint:disable-next-line:ban-types
|
|
68697
|
-
|
|
68698
69329
|
let DataDeclarationInitSourceValueSequence = /*#__PURE__*/function (DataDeclarationInitSourceValueSequence) {
|
|
68699
69330
|
DataDeclarationInitSourceValueSequence["SETTINGS"] = "settings";
|
|
68700
69331
|
DataDeclarationInitSourceValueSequence["DISABLED"] = "disabled";
|
|
@@ -68915,6 +69546,7 @@ class DataDeclarationGenerationContext {
|
|
|
68915
69546
|
addPathDeclEntry(sugarNode, fieldNames) {
|
|
68916
69547
|
const declEntry = {};
|
|
68917
69548
|
for (const [fieldName, option] of fieldNames.filter(_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.isNotNullOrUndefined)) {
|
|
69549
|
+
// @ts-ignore
|
|
68918
69550
|
declEntry[fieldName] = option;
|
|
68919
69551
|
}
|
|
68920
69552
|
return {
|
|
@@ -69350,7 +69982,10 @@ class DataDeclarationGenerator {
|
|
|
69350
69982
|
const orderedDecl = {};
|
|
69351
69983
|
const orderedPaths = Object.keys(dataDeclaration).sort(_common_SugarPathUtils__WEBPACK_IMPORTED_MODULE_2__.SugarPathUtils.compare);
|
|
69352
69984
|
for (const filePath of orderedPaths) {
|
|
69353
|
-
|
|
69985
|
+
const dataDeclarationElement = dataDeclaration[filePath];
|
|
69986
|
+
if (dataDeclarationElement != undefined) {
|
|
69987
|
+
orderedDecl[filePath] = dataDeclarationElement;
|
|
69988
|
+
}
|
|
69354
69989
|
}
|
|
69355
69990
|
return orderedDecl;
|
|
69356
69991
|
}
|
|
@@ -69447,6 +70082,7 @@ class DataDeclarationInitSourceSequenceFactory {
|
|
|
69447
70082
|
return [];
|
|
69448
70083
|
}
|
|
69449
70084
|
setSequenceType(arr, sequenceType) {
|
|
70085
|
+
// @ts-ignore
|
|
69450
70086
|
arr["sequenceType"] = sequenceType;
|
|
69451
70087
|
return arr;
|
|
69452
70088
|
}
|
|
@@ -69871,15 +70507,18 @@ function buildSugarNodeDocumentation(sugarNodeClass) {
|
|
|
69871
70507
|
availableAnyChildren
|
|
69872
70508
|
} = buildAvailableChildrenInfo(propertySerializers, documentationFilesContext);
|
|
69873
70509
|
const imagesPromise = getPathImagesFromContext(documentationFilesContext);
|
|
69874
|
-
const images =
|
|
69875
|
-
|
|
70510
|
+
const images = {};
|
|
70511
|
+
// В соседней ветке переезжаю на nodejs22, надо бы тут убрать магию с промисом и заюзать нативный globSync в getPathImagesFromContext
|
|
70512
|
+
// Сделайте плиз, кто будет мимокрокодил
|
|
70513
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
70514
|
+
imagesPromise.then(resolve => {
|
|
70515
|
+
resolve.forEach(value => {
|
|
69876
70516
|
const imageName = value.split("/").pop();
|
|
69877
70517
|
if (imageName != undefined) {
|
|
69878
70518
|
images[imageName] = value;
|
|
69879
70519
|
}
|
|
69880
|
-
}
|
|
69881
|
-
|
|
69882
|
-
}));
|
|
70520
|
+
});
|
|
70521
|
+
});
|
|
69883
70522
|
return {
|
|
69884
70523
|
name: metadata.sugarNodeName.toLowerCase(),
|
|
69885
70524
|
availableChildren: {
|
|
@@ -70027,6 +70666,7 @@ function buildAttributeDocs(propertyDeserializer, documentationFilesContext) {
|
|
|
70027
70666
|
__webpack_require__.r(__webpack_exports__);
|
|
70028
70667
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
70029
70668
|
/* harmony export */ buildExtendedSchemaInfo: () => (/* binding */ buildExtendedSchemaInfo),
|
|
70669
|
+
/* harmony export */ buildFieldsConfiguration: () => (/* binding */ buildFieldsConfiguration),
|
|
70030
70670
|
/* harmony export */ traverseExtendedSchemaInfo: () => (/* binding */ traverseExtendedSchemaInfo)
|
|
70031
70671
|
/* harmony export */ });
|
|
70032
70672
|
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
@@ -70035,24 +70675,54 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
70035
70675
|
|
|
70036
70676
|
|
|
70037
70677
|
|
|
70038
|
-
function traverseExtendedSchemaInfo(schemaInfo
|
|
70039
|
-
|
|
70040
|
-
for (const root of schemaInfo.roots) {
|
|
70041
|
-
traverseExtendedSchemaInfoInternal(root, func, (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createAbsoluteFromTokens)([]));
|
|
70042
|
-
}
|
|
70043
|
-
}
|
|
70678
|
+
function traverseExtendedSchemaInfo(schemaInfo) {
|
|
70679
|
+
return Iterator.from(schemaInfo.roots).flatMap(root => traverseExtendedSchemaInfoInternal(root, (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createAbsoluteFromTokens)([])));
|
|
70044
70680
|
}
|
|
70045
|
-
function traverseExtendedSchemaInfoInternal(node,
|
|
70681
|
+
function* traverseExtendedSchemaInfoInternal(node, parentPath) {
|
|
70046
70682
|
var _node$properties;
|
|
70047
70683
|
let currentPath = parentPath.joinWith(node.name);
|
|
70048
70684
|
if ((_node$properties = node.properties) !== null && _node$properties !== void 0 && _node$properties.multiple) {
|
|
70049
70685
|
currentPath = currentPath.joinWith(_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.each);
|
|
70050
70686
|
}
|
|
70051
|
-
|
|
70687
|
+
yield {
|
|
70688
|
+
path: currentPath,
|
|
70689
|
+
node: node
|
|
70690
|
+
};
|
|
70052
70691
|
for (const child of node.children) {
|
|
70053
|
-
traverseExtendedSchemaInfoInternal(child,
|
|
70692
|
+
yield* traverseExtendedSchemaInfoInternal(child, currentPath);
|
|
70054
70693
|
}
|
|
70055
70694
|
}
|
|
70695
|
+
function buildFieldsConfiguration(path, dataDeclaration) {
|
|
70696
|
+
const fields = dataDeclaration.getInitializationSteps(path);
|
|
70697
|
+
const resultFields = Object.fromEntries(Object.entries(fields).map(([key, value]) => {
|
|
70698
|
+
const convertedSequence = Array.isArray(value) ? value.map(x => {
|
|
70699
|
+
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isFetchFunctionValueSource)(x)) {
|
|
70700
|
+
return {
|
|
70701
|
+
type: "fetchFunction",
|
|
70702
|
+
fnName: x.fnName,
|
|
70703
|
+
propName: x.fnPropName
|
|
70704
|
+
};
|
|
70705
|
+
}
|
|
70706
|
+
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isTakeFromModelValueSource)(x)) {
|
|
70707
|
+
return {
|
|
70708
|
+
type: "model"
|
|
70709
|
+
};
|
|
70710
|
+
}
|
|
70711
|
+
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isConstValueSource)(x)) {
|
|
70712
|
+
return {
|
|
70713
|
+
type: "constant",
|
|
70714
|
+
value: x
|
|
70715
|
+
};
|
|
70716
|
+
}
|
|
70717
|
+
return (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__.reject)("Unknown init step");
|
|
70718
|
+
}) : [{
|
|
70719
|
+
type: "constant",
|
|
70720
|
+
value: value
|
|
70721
|
+
}];
|
|
70722
|
+
return [key, convertedSequence];
|
|
70723
|
+
}));
|
|
70724
|
+
return resultFields;
|
|
70725
|
+
}
|
|
70056
70726
|
function buildExtendedSchemaInfo(dataDeclaration) {
|
|
70057
70727
|
const nodes = new Map();
|
|
70058
70728
|
for (const path of dataDeclaration.getAllPaths()) {
|
|
@@ -70062,12 +70732,13 @@ function buildExtendedSchemaInfo(dataDeclaration) {
|
|
|
70062
70732
|
}
|
|
70063
70733
|
const defaultValue = dataDeclaration.getDefaultValue(path);
|
|
70064
70734
|
const isMultiple = dataDeclaration.isNodeHasChildrenEntry(path);
|
|
70065
|
-
const optional = dataDeclaration.
|
|
70735
|
+
const optional = dataDeclaration.isNodeOptionalBySchemaOrSugar(path);
|
|
70066
70736
|
const node = getOrCreateNode(nodes, path);
|
|
70067
70737
|
const props = (_node$properties2 = node.properties) !== null && _node$properties2 !== void 0 ? _node$properties2 : node.properties = {};
|
|
70068
70738
|
if (isMultiple) {
|
|
70069
70739
|
props.multiple = true;
|
|
70070
70740
|
props.errorAndWarningCountRequired = true;
|
|
70741
|
+
props.instanceFields = buildFieldsConfiguration(path.joinWith(_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.each), dataDeclaration);
|
|
70071
70742
|
} else {
|
|
70072
70743
|
props.errorAndWarningCountRequired = dataDeclaration.isErrorsAndWarningsCountRequired(path);
|
|
70073
70744
|
}
|
|
@@ -70081,35 +70752,7 @@ function buildExtendedSchemaInfo(dataDeclaration) {
|
|
|
70081
70752
|
if (isPage) {
|
|
70082
70753
|
props.isPage = isPage;
|
|
70083
70754
|
}
|
|
70084
|
-
|
|
70085
|
-
const resultFields = Object.fromEntries(Object.entries(fields).map(([key, value]) => {
|
|
70086
|
-
const convertedSequence = Array.isArray(value) ? value.map(x => {
|
|
70087
|
-
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isFetchFunctionValueSource)(x)) {
|
|
70088
|
-
return {
|
|
70089
|
-
type: "fetchFunction",
|
|
70090
|
-
fnName: x.fnName,
|
|
70091
|
-
propName: x.fnPropName
|
|
70092
|
-
};
|
|
70093
|
-
}
|
|
70094
|
-
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isTakeFromModelValueSource)(x)) {
|
|
70095
|
-
return {
|
|
70096
|
-
type: "model"
|
|
70097
|
-
};
|
|
70098
|
-
}
|
|
70099
|
-
if ((0,_DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_1__.isConstValueSource)(x)) {
|
|
70100
|
-
return {
|
|
70101
|
-
type: "constant",
|
|
70102
|
-
value: x
|
|
70103
|
-
};
|
|
70104
|
-
}
|
|
70105
|
-
return (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__.reject)("Unknown init step");
|
|
70106
|
-
}) : [{
|
|
70107
|
-
type: "constant",
|
|
70108
|
-
value: value
|
|
70109
|
-
}];
|
|
70110
|
-
return [key, convertedSequence];
|
|
70111
|
-
}));
|
|
70112
|
-
props.fields = resultFields;
|
|
70755
|
+
props.fields = buildFieldsConfiguration(path, dataDeclaration);
|
|
70113
70756
|
|
|
70114
70757
|
// eslint-disable-next-line no-warning-comments
|
|
70115
70758
|
// TODO: Это должно исчезнуть
|
|
@@ -70496,6 +71139,7 @@ const fileContentToAst = helper => {
|
|
|
70496
71139
|
filename: "fake-file-name.js",
|
|
70497
71140
|
configFile: false,
|
|
70498
71141
|
babelrc: false,
|
|
71142
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
70499
71143
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")]
|
|
70500
71144
|
});
|
|
70501
71145
|
if (!_babel_types__WEBPACK_IMPORTED_MODULE_0__.isFile(ast)) {
|
|
@@ -71169,8 +71813,11 @@ class KCXmlValidationGenerator extends _KCXmlGenerator_KCXmlGeneratorBase__WEBPA
|
|
|
71169
71813
|
`;
|
|
71170
71814
|
}
|
|
71171
71815
|
generateCalculatorConfiguration(kcXmlConditions, options) {
|
|
71172
|
-
const
|
|
71173
|
-
(0,_ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_12__.traverseExtendedSchemaInfo)(this.extendedSchemaInfo
|
|
71816
|
+
const compiledKcConditions = Iterator.from(kcXmlConditions).map(condition => this.compileCondition(condition, options));
|
|
71817
|
+
const extendedSchemaCompiledConditions = Iterator.from((0,_ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_12__.traverseExtendedSchemaInfo)(this.extendedSchemaInfo)).map(({
|
|
71818
|
+
path,
|
|
71819
|
+
node
|
|
71820
|
+
}) => {
|
|
71174
71821
|
var _node$properties;
|
|
71175
71822
|
if (((_node$properties = node.properties) === null || _node$properties === void 0 ? void 0 : _node$properties.valueEqlAutoValue) != undefined) {
|
|
71176
71823
|
var _node$properties2, _node$properties$valu, _node$properties3, _node$properties4;
|
|
@@ -71198,9 +71845,11 @@ class KCXmlValidationGenerator extends _KCXmlGenerator_KCXmlGeneratorBase__WEBPA
|
|
|
71198
71845
|
const compiledDeps = deps.map(x => this.modelPathInstance(x)).join(", ");
|
|
71199
71846
|
const compiledEvaluator = `context => KCCondition.execute(context, expression => ${compiledValidation}, ${compiledDescription}, ${JSON.stringify(severity)})`;
|
|
71200
71847
|
const fn = `new ValidationFunction(${target}, [${compiledDeps}], ${compiledEvaluator})`;
|
|
71201
|
-
|
|
71848
|
+
return fn;
|
|
71202
71849
|
}
|
|
71850
|
+
return undefined;
|
|
71203
71851
|
});
|
|
71852
|
+
const compiledConditions = _Common_IterableUtils__WEBPACK_IMPORTED_MODULE_3__.IterUtils.concat(compiledKcConditions, extendedSchemaCompiledConditions).filter(_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.isNotNullOrUndefined).toArray();
|
|
71204
71853
|
if (compiledConditions.length === 0) {
|
|
71205
71854
|
return undefined;
|
|
71206
71855
|
}
|
|
@@ -71446,48 +72095,50 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
71446
72095
|
/* harmony import */ var _common_SugarXmlParser_SugarParser__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../common/SugarXmlParser/SugarParser */ "./Generator/src/common/SugarXmlParser/SugarParser.ts");
|
|
71447
72096
|
/* harmony import */ var _common_XmlParser_XmlParser__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../common/XmlParser/XmlParser */ "./Generator/src/common/XmlParser/XmlParser.ts");
|
|
71448
72097
|
/* harmony import */ var _common_KCLang_KCLangToXmlTranspiler__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../common/KCLang/KCLangToXmlTranspiler */ "./Generator/src/common/KCLang/KCLangToXmlTranspiler.ts");
|
|
71449
|
-
/* harmony import */ var
|
|
71450
|
-
/* harmony import */ var
|
|
71451
|
-
/* harmony import */ var
|
|
71452
|
-
/* harmony import */ var
|
|
71453
|
-
/* harmony import */ var
|
|
71454
|
-
/* harmony import */ var
|
|
71455
|
-
/* harmony import */ var
|
|
71456
|
-
/* harmony import */ var
|
|
71457
|
-
/* harmony import */ var
|
|
71458
|
-
/* harmony import */ var
|
|
71459
|
-
/* harmony import */ var
|
|
71460
|
-
/* harmony import */ var
|
|
71461
|
-
/* harmony import */ var
|
|
71462
|
-
/* harmony import */ var
|
|
71463
|
-
/* harmony import */ var
|
|
71464
|
-
/* harmony import */ var
|
|
71465
|
-
/* harmony import */ var
|
|
71466
|
-
/* harmony import */ var
|
|
71467
|
-
/* harmony import */ var
|
|
71468
|
-
/* harmony import */ var
|
|
71469
|
-
/* harmony import */ var
|
|
71470
|
-
/* harmony import */ var
|
|
71471
|
-
/* harmony import */ var
|
|
71472
|
-
/* harmony import */ var
|
|
71473
|
-
/* harmony import */ var
|
|
71474
|
-
/* harmony import */ var
|
|
71475
|
-
/* harmony import */ var
|
|
71476
|
-
/* harmony import */ var
|
|
71477
|
-
/* harmony import */ var
|
|
71478
|
-
/* harmony import */ var
|
|
71479
|
-
/* harmony import */ var
|
|
71480
|
-
/* harmony import */ var
|
|
71481
|
-
/* harmony import */ var
|
|
71482
|
-
/* harmony import */ var
|
|
71483
|
-
/* harmony import */ var
|
|
71484
|
-
/* harmony import */ var
|
|
71485
|
-
/* harmony import */ var
|
|
71486
|
-
/* harmony import */ var
|
|
71487
|
-
/* harmony import */ var
|
|
71488
|
-
/* harmony import */ var
|
|
71489
|
-
/* harmony import */ var
|
|
71490
|
-
/* harmony import */ var
|
|
72098
|
+
/* harmony import */ var _Common_SerializationUtils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../Common/SerializationUtils */ "./Common/SerializationUtils.ts");
|
|
72099
|
+
/* harmony import */ var _localization_localization__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./localization/localization */ "./Generator/src/generators/localization/localization.ts");
|
|
72100
|
+
/* harmony import */ var _markupGenerator_controlCustomization_ControlCustomizationContextBuilder__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./markupGenerator/controlCustomization/ControlCustomizationContextBuilder */ "./Generator/src/generators/markupGenerator/controlCustomization/ControlCustomizationContextBuilder.ts");
|
|
72101
|
+
/* harmony import */ var _markupGenerator_getSettings__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./markupGenerator/getSettings */ "./Generator/src/generators/markupGenerator/getSettings.ts");
|
|
72102
|
+
/* harmony import */ var _markupGenerator_IFarmFileSystem__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./markupGenerator/IFarmFileSystem */ "./Generator/src/generators/markupGenerator/IFarmFileSystem.ts");
|
|
72103
|
+
/* harmony import */ var _markupGenerator_ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./markupGenerator/ElementProcessors/FormParts/Form/FormNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/FormNode.ts");
|
|
72104
|
+
/* harmony import */ var _markupGenerator_MarkupGenerator__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./markupGenerator/MarkupGenerator */ "./Generator/src/generators/markupGenerator/MarkupGenerator.ts");
|
|
72105
|
+
/* harmony import */ var _markupGenerator_SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./markupGenerator/SugarNodes/DefaultSugarSerializer */ "./Generator/src/generators/markupGenerator/SugarNodes/DefaultSugarSerializer.ts");
|
|
72106
|
+
/* harmony import */ var _markupGenerator_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./markupGenerator/SugarNodes/SugarNodeUtils */ "./Generator/src/generators/markupGenerator/SugarNodes/SugarNodeUtils.ts");
|
|
72107
|
+
/* harmony import */ var _validationGenerator_TypesRegistry__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./validationGenerator/TypesRegistry */ "./Generator/src/generators/validationGenerator/TypesRegistry.ts");
|
|
72108
|
+
/* harmony import */ var _validationGenerator_ValidationGenerator__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./validationGenerator/ValidationGenerator */ "./Generator/src/generators/validationGenerator/ValidationGenerator.ts");
|
|
72109
|
+
/* harmony import */ var _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaReader__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./AutoCalculationsGenerator/AutoCalculationsFromFormulas/KCXmlContract/FormulaReader */ "./Generator/src/generators/AutoCalculationsGenerator/AutoCalculationsFromFormulas/KCXmlContract/FormulaReader.ts");
|
|
72110
|
+
/* harmony import */ var _AutoCalculationsGenerator_AutoCalculationsGenerator__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./AutoCalculationsGenerator/AutoCalculationsGenerator */ "./Generator/src/generators/AutoCalculationsGenerator/AutoCalculationsGenerator.ts");
|
|
72111
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerator__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./DataDeclarationGenerator/DataDeclarationGenerator */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerator.ts");
|
|
72112
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationInitSourceSequenceFactory__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./DataDeclarationGenerator/DataDeclarationInitSourceSequenceFactory */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationInitSourceSequenceFactory.ts");
|
|
72113
|
+
/* harmony import */ var _FormSourcesBuilder_FormSourcesBuilder__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./FormSourcesBuilder/FormSourcesBuilder */ "./Generator/src/generators/FormSourcesBuilder/FormSourcesBuilder.ts");
|
|
72114
|
+
/* harmony import */ var _HelperFunctionsGenerator_HelperFunctionsGenerator__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./HelperFunctionsGenerator/HelperFunctionsGenerator */ "./Generator/src/generators/HelperFunctionsGenerator/HelperFunctionsGenerator.ts");
|
|
72115
|
+
/* harmony import */ var _KCXmlValidationGenerator_KCXmlValidationGenerator__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./KCXmlValidationGenerator/KCXmlValidationGenerator */ "./Generator/src/generators/KCXmlValidationGenerator/KCXmlValidationGenerator.ts");
|
|
72116
|
+
/* harmony import */ var _RequisiteLIst_requisiteList__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./RequisiteLIst/requisiteList */ "./Generator/src/generators/RequisiteLIst/requisiteList.ts");
|
|
72117
|
+
/* harmony import */ var _ServerSideFLangNormalization_Normalizers_NormalizationRulesGenerator__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./ServerSideFLangNormalization/Normalizers/NormalizationRulesGenerator */ "./Generator/src/generators/ServerSideFLangNormalization/Normalizers/NormalizationRulesGenerator.ts");
|
|
72118
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationTimeHelper__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./DataDeclarationGenerator/DataDeclarationGenerationTimeHelper */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationTimeHelper.ts");
|
|
72119
|
+
/* harmony import */ var _AttachmentPaths_AttachmentPathsGenerator__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./AttachmentPaths/AttachmentPathsGenerator */ "./Generator/src/generators/AttachmentPaths/AttachmentPathsGenerator.ts");
|
|
72120
|
+
/* harmony import */ var _AutoCalculationsGenerator_AutoCalculationsFromFormulas_Calculator2_AutoCalculationsCalculator2Generator__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./AutoCalculationsGenerator/AutoCalculationsFromFormulas/Calculator2/AutoCalculationsCalculator2Generator */ "./Generator/src/generators/AutoCalculationsGenerator/AutoCalculationsFromFormulas/Calculator2/AutoCalculationsCalculator2Generator.ts");
|
|
72121
|
+
/* harmony import */ var _LazyLoadDeclarationGenerator_LazyLoadDeclarationGenerator__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./LazyLoadDeclarationGenerator/LazyLoadDeclarationGenerator */ "./Generator/src/generators/LazyLoadDeclarationGenerator/LazyLoadDeclarationGenerator.ts");
|
|
72122
|
+
/* harmony import */ var _ServerSideFLangNormalization_Normalizers_FormulaOnlyNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./ServerSideFLangNormalization/Normalizers/FormulaOnlyNormalizationRuleGenerator */ "./Generator/src/generators/ServerSideFLangNormalization/Normalizers/FormulaOnlyNormalizationRuleGenerator.ts");
|
|
72123
|
+
/* harmony import */ var _HelperFunctionsGenerator_CommonHelperFunctionsGenerator__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./HelperFunctionsGenerator/CommonHelperFunctionsGenerator */ "./Generator/src/generators/HelperFunctionsGenerator/CommonHelperFunctionsGenerator.ts");
|
|
72124
|
+
/* harmony import */ var _ServerSideFLangNormalization_AdditionalNormalizerFile__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./ServerSideFLangNormalization/AdditionalNormalizerFile */ "./Generator/src/generators/ServerSideFLangNormalization/AdditionalNormalizerFile.ts");
|
|
72125
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_OptionalSectionRulesBuilder__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/OptionalSectionRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/OptionalSectionRulesBuilder.ts");
|
|
72126
|
+
/* harmony import */ var _ServerSideFLangNormalization_FormulaExpressionToFlangExpressionConverter__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./ServerSideFLangNormalization/FormulaExpressionToFlangExpressionConverter */ "./Generator/src/generators/ServerSideFLangNormalization/FormulaExpressionToFlangExpressionConverter.ts");
|
|
72127
|
+
/* harmony import */ var _DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./DataSchema/DataSchemaUtils */ "./Generator/src/generators/DataSchema/DataSchemaUtils.ts");
|
|
72128
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_FormulaRulesBuilder__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/FormulaRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/FormulaRulesBuilder.ts");
|
|
72129
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_InitializationRulesBuilder__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/InitializationRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/InitializationRulesBuilder.ts");
|
|
72130
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_LazyLoadingRulesBuilder__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/LazyLoadingRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/LazyLoadingRulesBuilder.ts");
|
|
72131
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_SugarRulesBuilder__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/SugarRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/SugarRulesBuilder.ts");
|
|
72132
|
+
/* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_ValidationRulesBuilder__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/ValidationRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/ValidationRulesBuilder.ts");
|
|
72133
|
+
/* harmony import */ var _ServerSideFLangNormalization_Normalizers_FormulaAndInitOnlyNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./ServerSideFLangNormalization/Normalizers/FormulaAndInitOnlyNormalizationRuleGenerator */ "./Generator/src/generators/ServerSideFLangNormalization/Normalizers/FormulaAndInitOnlyNormalizationRuleGenerator.ts");
|
|
72134
|
+
/* harmony import */ var _ServerSideFLangNormalization_CustomKCLangToFlangRuleGenerator__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./ServerSideFLangNormalization/CustomKCLangToFlangRuleGenerator */ "./Generator/src/generators/ServerSideFLangNormalization/CustomKCLangToFlangRuleGenerator.ts");
|
|
72135
|
+
/* harmony import */ var _markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./markupGenerator/Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
|
|
72136
|
+
/* harmony import */ var _markupGenerator_AllConverters__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./markupGenerator/AllConverters */ "./Generator/src/generators/markupGenerator/AllConverters.ts");
|
|
72137
|
+
/* harmony import */ var _ServerSideFLangNormalization_Normalizers_AutoValueForValueByDefaultNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./ServerSideFLangNormalization/Normalizers/AutoValueForValueByDefaultNormalizationRuleGenerator */ "./Generator/src/generators/ServerSideFLangNormalization/Normalizers/AutoValueForValueByDefaultNormalizationRuleGenerator.ts");
|
|
72138
|
+
/* harmony import */ var _markupGenerator_KCLangCalculationsBuildContext__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./markupGenerator/KCLangCalculationsBuildContext */ "./Generator/src/generators/markupGenerator/KCLangCalculationsBuildContext.ts");
|
|
72139
|
+
/* harmony import */ var _ServerSideFLangNormalization_NodeTypeInfoHelper__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./ServerSideFLangNormalization/NodeTypeInfoHelper */ "./Generator/src/generators/ServerSideFLangNormalization/NodeTypeInfoHelper.ts");
|
|
72140
|
+
/* harmony import */ var _ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./ExtendedSchema/ExtendedSchemaInfoUtils */ "./Generator/src/generators/ExtendedSchema/ExtendedSchemaInfoUtils.ts");
|
|
72141
|
+
|
|
71491
72142
|
|
|
71492
72143
|
|
|
71493
72144
|
|
|
@@ -71541,18 +72192,20 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71541
72192
|
try {
|
|
71542
72193
|
var _sugarRoot$schemaVali, _kxXmlMathContainer$f, _kxXmlMathContainer$f2, _kcLangMathContainer$, _kcLangMathContainer$2, _mathContainerFromSug, _mathContainerFromSug2, _additionalContent$fo, _additionalContent$fo2, _additionalContent$fo3, _additionalContent$fo4, _Iterator$from$map$fl, _mathContainerFromSug3, _mathContainerFromSug4, _generationOptions$in, _generationOptions$in2, _generationOptions$re, _additionalContent$fo5, _additionalContent$fo6, _additionalContent$fo7, _additionalContent$fo8, _additionalContent$fo9, _additionalContent$fo10, _additionalContent$fo11, _additionalContent$fo12;
|
|
71543
72194
|
const sugarAst = (0,_common_SugarXmlParser_SugarParser__WEBPACK_IMPORTED_MODULE_4__.parseSugar)(formSugarContent, additionalContent.preprocessor || {});
|
|
71544
|
-
const serializer = (0,
|
|
71545
|
-
const sugarRoot = (0,
|
|
72195
|
+
const serializer = (0,_markupGenerator_SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_14__.createDefaultSugarSerializer)();
|
|
72196
|
+
const sugarRoot = (0,_markupGenerator_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_15__.strictCastNode)(serializer.deserializeFromSugarXmlNode(sugarAst), _markupGenerator_ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_12__.FormNode);
|
|
71546
72197
|
const formSchemaRng = _common_SchemaRng_FormSchemaRng__WEBPACK_IMPORTED_MODULE_3__.FormSchemaRng.createFromSchemaRng(additionalContent.schemaRngContent);
|
|
71547
|
-
const typeRegistry = (0,
|
|
72198
|
+
const typeRegistry = (0,_validationGenerator_TypesRegistry__WEBPACK_IMPORTED_MODULE_16__.buildTypesRegistry)(sugarRoot);
|
|
71548
72199
|
const useSchemaValidations = (_sugarRoot$schemaVali = sugarRoot.schemaValidations) !== null && _sugarRoot$schemaVali !== void 0 ? _sugarRoot$schemaVali : true;
|
|
71549
|
-
const formulaReader = new
|
|
72200
|
+
const formulaReader = new _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaReader__WEBPACK_IMPORTED_MODULE_18__.FormulaReader();
|
|
71550
72201
|
const kcLangMathContainer = formulaReader.readFormulas(_common_KCLang_KCLangToXmlTranspiler__WEBPACK_IMPORTED_MODULE_6__.KCLangToXmlTranspiler.transpile(additionalContent.kcLangContent));
|
|
71551
|
-
const kxXmlMathContainer = new
|
|
71552
|
-
const kcLangFromSugar = extractKCLangFromSugar(sugarRoot, formSchemaRng, new
|
|
71553
|
-
const builder = new
|
|
72202
|
+
const kxXmlMathContainer = new _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaReader__WEBPACK_IMPORTED_MODULE_18__.FormulaReader().readFormulas(additionalContent.kcJsXmlContent);
|
|
72203
|
+
const kcLangFromSugar = extractKCLangFromSugar(sugarRoot, formSchemaRng, new _ServerSideFLangNormalization_NodeTypeInfoHelper__WEBPACK_IMPORTED_MODULE_48__.NodeTypeInfoHelper(formSchemaRng, typeRegistry, useSchemaValidations)).map(x => x.toString()).join("\n");
|
|
72204
|
+
const builder = new _FormSourcesBuilder_FormSourcesBuilder__WEBPACK_IMPORTED_MODULE_22__.FormSourcesBuilder(additionalContent.formSourcesPath);
|
|
71554
72205
|
builder.addBuildOutput("Sugar.generated.kclang", kcLangFromSugar);
|
|
71555
|
-
|
|
72206
|
+
const kclangValidatios = Iterator.from(getImportedKclangValidations(sugarRoot, additionalContent)).toArray().join("\n");
|
|
72207
|
+
const fullKcLangContent = ["// KCLang User Formulas\n\n", additionalContent.kcLangContent, "// KCLang User Validations\n\n", kclangValidatios, "// KCLang Generated Sugar Rules\n\n", kcLangFromSugar].join("\n");
|
|
72208
|
+
builder.addServerSideResource("All.kclang", fullKcLangContent);
|
|
71556
72209
|
const mathContainerFromSugar = _common_KCLang_KCLangToXmlTranspiler__WEBPACK_IMPORTED_MODULE_6__.KCLangToXmlTranspiler.transpileAsMathContainer(kcLangFromSugar);
|
|
71557
72210
|
const formulas = ((_kxXmlMathContainer$f = kxXmlMathContainer === null || kxXmlMathContainer === void 0 || (_kxXmlMathContainer$f2 = kxXmlMathContainer.formulas) === null || _kxXmlMathContainer$f2 === void 0 ? void 0 : _kxXmlMathContainer$f2.items) !== null && _kxXmlMathContainer$f !== void 0 ? _kxXmlMathContainer$f : []).concat((_kcLangMathContainer$ = kcLangMathContainer === null || kcLangMathContainer === void 0 || (_kcLangMathContainer$2 = kcLangMathContainer.formulas) === null || _kcLangMathContainer$2 === void 0 ? void 0 : _kcLangMathContainer$2.items) !== null && _kcLangMathContainer$ !== void 0 ? _kcLangMathContainer$ : []).concat((_mathContainerFromSug = mathContainerFromSugar === null || mathContainerFromSugar === void 0 || (_mathContainerFromSug2 = mathContainerFromSugar.formulas) === null || _mathContainerFromSug2 === void 0 ? void 0 : _mathContainerFromSug2.items) !== null && _mathContainerFromSug !== void 0 ? _mathContainerFromSug : []);
|
|
71558
72211
|
const useServerCalculations = (_additionalContent$fo = (_additionalContent$fo2 = additionalContent.formJsonSettings) === null || _additionalContent$fo2 === void 0 ? void 0 : _additionalContent$fo2.useServerSideCalculations) !== null && _additionalContent$fo !== void 0 ? _additionalContent$fo : false;
|
|
@@ -71564,49 +72217,48 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71564
72217
|
return (_container$conditions = (_container$conditions2 = container.conditions) === null || _container$conditions2 === void 0 ? void 0 : _container$conditions2.items) !== null && _container$conditions !== void 0 ? _container$conditions : [];
|
|
71565
72218
|
}).flatMap(x => x).toArray()) !== null && _Iterator$from$map$fl !== void 0 ? _Iterator$from$map$fl : []).concat((_mathContainerFromSug3 = (_mathContainerFromSug4 = mathContainerFromSugar.conditions) === null || _mathContainerFromSug4 === void 0 ? void 0 : _mathContainerFromSug4.items) !== null && _mathContainerFromSug3 !== void 0 ? _mathContainerFromSug3 : []);
|
|
71566
72219
|
const schemaRng = (0,_common_XmlParser_XmlParser__WEBPACK_IMPORTED_MODULE_5__.parseXml)(additionalContent.schemaRngContent);
|
|
71567
|
-
const farmFileSystem = (_generationOptions$in = generationOptions === null || generationOptions === void 0 || (_generationOptions$in2 = generationOptions.internalOptions) === null || _generationOptions$in2 === void 0 ? void 0 : _generationOptions$in2.fileSystem) !== null && _generationOptions$in !== void 0 ? _generationOptions$in : new
|
|
71568
|
-
const controlCustomizationContext = (0,
|
|
72220
|
+
const farmFileSystem = (_generationOptions$in = generationOptions === null || generationOptions === void 0 || (_generationOptions$in2 = generationOptions.internalOptions) === null || _generationOptions$in2 === void 0 ? void 0 : _generationOptions$in2.fileSystem) !== null && _generationOptions$in !== void 0 ? _generationOptions$in : new _markupGenerator_IFarmFileSystem__WEBPACK_IMPORTED_MODULE_11__.NativeFarmFileSystem();
|
|
72221
|
+
const controlCustomizationContext = (0,_markupGenerator_controlCustomization_ControlCustomizationContextBuilder__WEBPACK_IMPORTED_MODULE_9__.buildControlCustomizationContext)(sugarRoot, additionalContent.formSourcesPath, farmFileSystem);
|
|
71569
72222
|
const referencedFetchFunctions = additionalContent.fetchFunctionSources != undefined ? getReferencedFetchFunctions(additionalContent.fetchFunctionSources) : {};
|
|
71570
72223
|
const fetchFunctions = new _common_FetchFunctions__WEBPACK_IMPORTED_MODULE_2__.FetchFunctions(referencedFetchFunctions);
|
|
71571
|
-
// tslint:disable-next-line no-unsafe-any
|
|
71572
72224
|
const additionalSettings = typeof additionalContent.additionalSettings === "string" ? JSON.parse(additionalContent.additionalSettings || "{}") : additionalContent.additionalSettings;
|
|
71573
|
-
const dataDeclarationGenerator = new
|
|
72225
|
+
const dataDeclarationGenerator = new _DataDeclarationGenerator_DataDeclarationGenerator__WEBPACK_IMPORTED_MODULE_20__.DataDeclarationGenerator(sugarRoot, new _DataDeclarationGenerator_DataDeclarationInitSourceSequenceFactory__WEBPACK_IMPORTED_MODULE_21__.DataDeclarationInitSourceSequenceFactory(fetchFunctions), controlCustomizationContext, typeRegistry, formSchemaRng, useSchemaValidations);
|
|
71574
72226
|
const {
|
|
71575
72227
|
dataDeclarationContent,
|
|
71576
72228
|
dataDeclaration
|
|
71577
72229
|
} = dataDeclarationGenerator.generate();
|
|
71578
|
-
const dataDeclarationHelper = new
|
|
71579
|
-
const extendedSchemaInfo = (0,
|
|
71580
|
-
const validationGenerator = new
|
|
71581
|
-
const lazyLoadGenerator = new
|
|
72230
|
+
const dataDeclarationHelper = new _DataDeclarationGenerator_DataDeclarationGenerationTimeHelper__WEBPACK_IMPORTED_MODULE_27__.DataDeclarationGenerationTimeHelper(dataDeclaration, formSchemaRng);
|
|
72231
|
+
const extendedSchemaInfo = (0,_ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_49__.buildExtendedSchemaInfo)(dataDeclarationHelper);
|
|
72232
|
+
const validationGenerator = new _validationGenerator_ValidationGenerator__WEBPACK_IMPORTED_MODULE_17__.ValidationGenerator(sugarRoot, typeRegistry, controlCustomizationContext, formSchemaRng, useSchemaValidations, additionalContent.validationsContent, additionalContent.formJsonSettings);
|
|
72233
|
+
const lazyLoadGenerator = new _LazyLoadDeclarationGenerator_LazyLoadDeclarationGenerator__WEBPACK_IMPORTED_MODULE_30__.LazyLoadDeclarationGenerator(sugarRoot, formSchemaRng);
|
|
71582
72234
|
const lazyLoadGeneratorResult = lazyLoadGenerator.generate();
|
|
71583
72235
|
const resourcesHash = (_generationOptions$re = generationOptions === null || generationOptions === void 0 ? void 0 : generationOptions.resourcesHash) !== null && _generationOptions$re !== void 0 ? _generationOptions$re : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_0__.reject)("Current generator version requires resources hash");
|
|
71584
|
-
const formulaExprConverter = new
|
|
72236
|
+
const formulaExprConverter = new _ServerSideFLangNormalization_FormulaExpressionToFlangExpressionConverter__WEBPACK_IMPORTED_MODULE_35__.FormulaExpressionToFlangExpressionConverter(path => (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_36__.adjustPathMultiplicityComplex)(path, formSchemaRng, dataDeclarationHelper), {
|
|
71585
72237
|
enableGroupSumAutoConversion: (_additionalContent$fo5 = (_additionalContent$fo6 = additionalContent.formJsonSettings) === null || _additionalContent$fo6 === void 0 ? void 0 : _additionalContent$fo6.enableTypedFlang) !== null && _additionalContent$fo5 !== void 0 ? _additionalContent$fo5 : false
|
|
71586
72238
|
});
|
|
71587
|
-
const formulaRulesBuilder = new
|
|
72239
|
+
const formulaRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_FormulaRulesBuilder__WEBPACK_IMPORTED_MODULE_37__.FormulaRulesBuilder(formSchemaRng, formulas, dataDeclarationHelper, formulaExprConverter, {
|
|
71588
72240
|
enableTypedFlang: (_additionalContent$fo7 = (_additionalContent$fo8 = additionalContent.formJsonSettings) === null || _additionalContent$fo8 === void 0 ? void 0 : _additionalContent$fo8.enableTypedFlang) !== null && _additionalContent$fo7 !== void 0 ? _additionalContent$fo7 : false
|
|
71589
72241
|
});
|
|
71590
|
-
const initializationRulesBuilder = new
|
|
71591
|
-
const lazyLoadingRulesBuilder = new
|
|
71592
|
-
const sugarRulesBuilder = new
|
|
71593
|
-
const validationRulesBuilder = new
|
|
71594
|
-
const optionalSectionRuleBuilder = new
|
|
71595
|
-
const normalizationRulesGenerator = new
|
|
71596
|
-
const formulaOnlyNormalizationRulesGenerator = new
|
|
72242
|
+
const initializationRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_InitializationRulesBuilder__WEBPACK_IMPORTED_MODULE_38__.InitializationRulesBuilder(sugarRoot, resourcesHash);
|
|
72243
|
+
const lazyLoadingRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_LazyLoadingRulesBuilder__WEBPACK_IMPORTED_MODULE_39__.LazyLoadingRulesBuilder(sugarRoot, lazyLoadGeneratorResult.declaration);
|
|
72244
|
+
const sugarRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_SugarRulesBuilder__WEBPACK_IMPORTED_MODULE_40__.SugarRulesBuilder(sugarRoot, formSchemaRng, controlCustomizationContext, fetchFunctions, dataDeclarationHelper, typeRegistry, useSchemaValidations);
|
|
72245
|
+
const validationRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_ValidationRulesBuilder__WEBPACK_IMPORTED_MODULE_41__.ValidationRulesBuilder(dataDeclarationHelper, formSchemaRng, formulaExprConverter, kcXmlConditions);
|
|
72246
|
+
const optionalSectionRuleBuilder = new _ServerSideFLangNormalization_RuleBuilders_OptionalSectionRulesBuilder__WEBPACK_IMPORTED_MODULE_34__.OptionalSectionRulesBuilder(sugarRoot, dataDeclarationHelper);
|
|
72247
|
+
const normalizationRulesGenerator = new _ServerSideFLangNormalization_Normalizers_NormalizationRulesGenerator__WEBPACK_IMPORTED_MODULE_26__.NormalizationRulesGenerator(optionalSectionRuleBuilder, validationRulesBuilder, lazyLoadingRulesBuilder, sugarRulesBuilder, initializationRulesBuilder, formulaRulesBuilder, formSchemaRng, false);
|
|
72248
|
+
const formulaOnlyNormalizationRulesGenerator = new _ServerSideFLangNormalization_Normalizers_FormulaOnlyNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_31__.FormulaOnlyNormalizationRuleGenerator(dataDeclarationHelper, formSchemaRng, formulas, optionalSectionRuleBuilder, formulaExprConverter, validationRulesBuilder, {
|
|
71597
72249
|
enableTypedFlang: (_additionalContent$fo9 = (_additionalContent$fo10 = additionalContent.formJsonSettings) === null || _additionalContent$fo10 === void 0 ? void 0 : _additionalContent$fo10.enableTypedFlang) !== null && _additionalContent$fo9 !== void 0 ? _additionalContent$fo9 : false
|
|
71598
72250
|
});
|
|
71599
|
-
const formulaAndInitOnlyNormalizationRulesGenerator = new
|
|
71600
|
-
const autoValueForValueByDefaultNormalizationRuleGenerator = new
|
|
71601
|
-
const markupGenerator = new
|
|
72251
|
+
const formulaAndInitOnlyNormalizationRulesGenerator = new _ServerSideFLangNormalization_Normalizers_FormulaAndInitOnlyNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_42__.FormulaAndInitOnlyNormalizationRuleGenerator(sugarRulesBuilder, formulaRulesBuilder, optionalSectionRuleBuilder, formSchemaRng);
|
|
72252
|
+
const autoValueForValueByDefaultNormalizationRuleGenerator = new _ServerSideFLangNormalization_Normalizers_AutoValueForValueByDefaultNormalizationRuleGenerator__WEBPACK_IMPORTED_MODULE_46__.AutoValueForValueByDefaultNormalizationRuleGenerator(optionalSectionRuleBuilder, validationRulesBuilder, lazyLoadingRulesBuilder, sugarRulesBuilder, initializationRulesBuilder, formulaRulesBuilder, formSchemaRng, dataDeclarationHelper);
|
|
72253
|
+
const markupGenerator = new _markupGenerator_MarkupGenerator__WEBPACK_IMPORTED_MODULE_13__.MarkupGenerator(additionalContent.formSourcesPath, additionalContent.helpersContent, additionalContent.tourSteps, controlCustomizationContext, typeRegistry, formSchemaRng, dataDeclarationHelper, useSchemaValidations);
|
|
71602
72254
|
markupGenerator.generate(sugarRoot, builder);
|
|
71603
|
-
builder.addResource("settings.js", (0,
|
|
71604
|
-
builder.addResource("requisiteList.js", (0,
|
|
71605
|
-
const autocalcGenerator = new
|
|
72255
|
+
builder.addResource("settings.js", (0,_markupGenerator_getSettings__WEBPACK_IMPORTED_MODULE_10__.getSettings)(sugarRoot, additionalContent.gfv, additionalSettings, additionalContent.formJsonSettings));
|
|
72256
|
+
builder.addResource("requisiteList.js", (0,_RequisiteLIst_requisiteList__WEBPACK_IMPORTED_MODULE_25__.getRequisiteList)(sugarRoot, fetchFunctions));
|
|
72257
|
+
const autocalcGenerator = new _AutoCalculationsGenerator_AutoCalculationsGenerator__WEBPACK_IMPORTED_MODULE_19__.AutoCalculationsGenerator(dataDeclarationHelper, schemaRng);
|
|
71606
72258
|
const formulasForCalculator = useOldCalculator ? formulas : [];
|
|
71607
72259
|
builder.addResource("calculationFunctions.js", autocalcGenerator.generate(sugarRoot, additionalContent.autocalcsContent, formulasForCalculator));
|
|
71608
72260
|
builder.addResource("dataDeclaration.js", dataDeclarationContent);
|
|
71609
|
-
builder.addServerSideResource("extendedSchema.json", JSON.stringify(extendedSchemaInfo,
|
|
72261
|
+
builder.addServerSideResource("extendedSchema.json", JSON.stringify(extendedSchemaInfo, _Common_SerializationUtils__WEBPACK_IMPORTED_MODULE_7__.excludeUndefinedOrEmptyObjectJsonReplacer, 4));
|
|
71610
72262
|
let finalLazyLoadDeclaration = lazyLoadGeneratorResult.declaration;
|
|
71611
72263
|
if ((_additionalContent$fo11 = (_additionalContent$fo12 = additionalContent.formJsonSettings) === null || _additionalContent$fo12 === void 0 ? void 0 : _additionalContent$fo12.useServerSideFLangNormalization) !== null && _additionalContent$fo11 !== void 0 ? _additionalContent$fo11 : false) {
|
|
71612
72264
|
var _additionalContent$fo13, _additionalContent$fo14, _additionalContent$fo15;
|
|
@@ -71624,17 +72276,17 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71624
72276
|
}].filter(x => (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_0__.isNotNullOrEmpty)(x.content));
|
|
71625
72277
|
const additionalNormalizationRules = additionalContent.additionalNormalizers ? additionalContent.additionalNormalizers.map(additionalNormalizer => {
|
|
71626
72278
|
switch (additionalNormalizer.extension) {
|
|
71627
|
-
case
|
|
72279
|
+
case _ServerSideFLangNormalization_AdditionalNormalizerFile__WEBPACK_IMPORTED_MODULE_33__.NormalizerFileExtension.FLANG:
|
|
71628
72280
|
{
|
|
71629
|
-
const isDefault = additionalNormalizer.filename.toLowerCase() ===
|
|
72281
|
+
const isDefault = additionalNormalizer.filename.toLowerCase() === _ServerSideFLangNormalization_AdditionalNormalizerFile__WEBPACK_IMPORTED_MODULE_33__.defaultNormalizerFilename.toLowerCase();
|
|
71630
72282
|
return {
|
|
71631
72283
|
content: additionalNormalizer.content,
|
|
71632
72284
|
normalizerId: isDefault ? undefined : additionalNormalizer.filename
|
|
71633
72285
|
};
|
|
71634
72286
|
}
|
|
71635
|
-
case
|
|
72287
|
+
case _ServerSideFLangNormalization_AdditionalNormalizerFile__WEBPACK_IMPORTED_MODULE_33__.NormalizerFileExtension.KCLANG:
|
|
71636
72288
|
{
|
|
71637
|
-
const customNormalizationRules = new
|
|
72289
|
+
const customNormalizationRules = new _ServerSideFLangNormalization_CustomKCLangToFlangRuleGenerator__WEBPACK_IMPORTED_MODULE_43__.CustomKCLangToFlangRuleGenerator(additionalNormalizer.content, formulaReader, dataDeclarationHelper, formSchemaRng, formulaExprConverter);
|
|
71638
72290
|
return {
|
|
71639
72291
|
content: customNormalizationRules.generateRules(),
|
|
71640
72292
|
normalizerId: additionalNormalizer.filename
|
|
@@ -71647,8 +72299,8 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71647
72299
|
const resultRules = combineFlangRules(defaultNormalizationRules.content, ...additionalNormalizationRules, ...customNormalizers);
|
|
71648
72300
|
builder.addServerSideResource("ServerSide.normalize", resultRules);
|
|
71649
72301
|
}
|
|
71650
|
-
builder.addResource("lazyLoadDeclaration.js",
|
|
71651
|
-
const attachmentPathsGenerator = new
|
|
72302
|
+
builder.addResource("lazyLoadDeclaration.js", _LazyLoadDeclarationGenerator_LazyLoadDeclarationGenerator__WEBPACK_IMPORTED_MODULE_30__.LazyLoadDeclarationGenerator.convertDeclarationToContent(finalLazyLoadDeclaration));
|
|
72303
|
+
const attachmentPathsGenerator = new _AttachmentPaths_AttachmentPathsGenerator__WEBPACK_IMPORTED_MODULE_28__.AttachmentPathsGenerator();
|
|
71652
72304
|
const attachmentPaths = attachmentPathsGenerator.generate(sugarRoot);
|
|
71653
72305
|
builder.addServerSideResource(`AttachmentPaths.json`, JSON.stringify(attachmentPaths));
|
|
71654
72306
|
const attachmentPathsWithGfvs = attachmentPathsGenerator.generateWithGfvs(sugarRoot);
|
|
@@ -71660,11 +72312,11 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71660
72312
|
const rngSchemaValidationConfigurator = validationGenerator.generateRngSchemaValidationConfigurator();
|
|
71661
72313
|
builder.addResource("rngSchemaValidationConfigurator.js", rngSchemaValidationConfigurator);
|
|
71662
72314
|
const formulasForCalculator2 = useCalculator2 ? formulas : [];
|
|
71663
|
-
const kcXmlAutoCalcGenerator = new
|
|
72315
|
+
const kcXmlAutoCalcGenerator = new _AutoCalculationsGenerator_AutoCalculationsFromFormulas_Calculator2_AutoCalculationsCalculator2Generator__WEBPACK_IMPORTED_MODULE_29__.AutoCalculationsCalculator2Generator(formSchemaRng, dataDeclarationHelper, extendedSchemaInfo);
|
|
71664
72316
|
builder.addResource("kcXmlAutoCalculationConfigurator.js", kcXmlAutoCalcGenerator.generate(formulasForCalculator2, {
|
|
71665
72317
|
skipNotSupportedFunction: useServerCalculations
|
|
71666
72318
|
}));
|
|
71667
|
-
const kcXmlValidationGenerator = new
|
|
72319
|
+
const kcXmlValidationGenerator = new _KCXmlValidationGenerator_KCXmlValidationGenerator__WEBPACK_IMPORTED_MODULE_24__.KCXmlValidationGenerator(formSchemaRng, extendedSchemaInfo);
|
|
71668
72320
|
const kcXmlConditionsForCalculator2 = kcXmlConditions;
|
|
71669
72321
|
const content = kcXmlValidationGenerator.generate(kcXmlConditionsForCalculator2, {
|
|
71670
72322
|
skipNotSupportedFunction: useServerCalculations
|
|
@@ -71673,14 +72325,14 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
|
|
|
71673
72325
|
// const importedAutoCalculations = getImportedAutoCalculations(sugarRoot);
|
|
71674
72326
|
builder.addResource("autocalculationConfigurators.js", `export default []`);
|
|
71675
72327
|
builder.addResource("FakeStyles.less", `// empty styles to enforce style files`);
|
|
71676
|
-
const localizationResources = (0,
|
|
72328
|
+
const localizationResources = (0,_localization_localization__WEBPACK_IMPORTED_MODULE_8__.generateLocalizationResources)(additionalContent.localization);
|
|
71677
72329
|
if (localizationResources) {
|
|
71678
72330
|
builder.addResource("localizationDictionary.js", localizationResources);
|
|
71679
72331
|
}
|
|
71680
|
-
const helperFunctionsContent = new
|
|
72332
|
+
const helperFunctionsContent = new _HelperFunctionsGenerator_HelperFunctionsGenerator__WEBPACK_IMPORTED_MODULE_23__.HelperFunctionsGenerator().generate(additionalContent.helpersContent);
|
|
71681
72333
|
if (helperFunctionsContent) {
|
|
71682
72334
|
builder.addResource("helperFunctions.js", helperFunctionsContent);
|
|
71683
|
-
const commonHelperFunctionsContent = new
|
|
72335
|
+
const commonHelperFunctionsContent = new _HelperFunctionsGenerator_CommonHelperFunctionsGenerator__WEBPACK_IMPORTED_MODULE_32__.CommonHelperFunctionsGenerator().generate(additionalContent.commonHelpersContent);
|
|
71684
72336
|
if (commonHelperFunctionsContent) {
|
|
71685
72337
|
builder.addResource("commonHelperFunctions.js", commonHelperFunctionsContent);
|
|
71686
72338
|
}
|
|
@@ -71714,7 +72366,6 @@ function getReferencedFetchFunctions(fetchFunctionSources) {
|
|
|
71714
72366
|
return mergeFetchFunctionRegistries(registries);
|
|
71715
72367
|
}
|
|
71716
72368
|
function evalFetchFunctionModule(moduleContent) {
|
|
71717
|
-
// tslint:disable-next-line no-eval
|
|
71718
72369
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
71719
72370
|
return eval(`(function ()
|
|
71720
72371
|
{
|
|
@@ -71743,11 +72394,21 @@ function* getImportedKcXmlValidations(formNode, additionalContent) {
|
|
|
71743
72394
|
yield getKcXmlByKclangOrKcXml(importedFilePath, content);
|
|
71744
72395
|
}
|
|
71745
72396
|
}
|
|
72397
|
+
function* getImportedKclangValidations(formNode, additionalContent) {
|
|
72398
|
+
for (const validationNode of (_formNode$imports$val2 = (_formNode$imports2 = formNode.imports) === null || _formNode$imports2 === void 0 ? void 0 : _formNode$imports2.validations) !== null && _formNode$imports$val2 !== void 0 ? _formNode$imports$val2 : []) {
|
|
72399
|
+
var _formNode$imports$val2, _formNode$imports2, _additionalContent$im3, _additionalContent$im4;
|
|
72400
|
+
const importedFilePath = validationNode.from;
|
|
72401
|
+
const content = (_additionalContent$im3 = (_additionalContent$im4 = additionalContent.importedFiles) === null || _additionalContent$im4 === void 0 ? void 0 : _additionalContent$im4[importedFilePath]) !== null && _additionalContent$im3 !== void 0 ? _additionalContent$im3 : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_0__.reject)("File not found");
|
|
72402
|
+
if (kclangExtensionRegex.test(importedFilePath)) {
|
|
72403
|
+
yield content;
|
|
72404
|
+
}
|
|
72405
|
+
}
|
|
72406
|
+
}
|
|
71746
72407
|
function extractKCLangFromSugar(sugarRoot, formSchemaRng, nodeTypeInfoHelper) {
|
|
71747
|
-
const controlConverterClass = (0,
|
|
72408
|
+
const controlConverterClass = (0,_markupGenerator_AllConverters__WEBPACK_IMPORTED_MODULE_45__.getConverterByNodeClass)((0,_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_44__.getNodeClass)(sugarRoot));
|
|
71748
72409
|
if (controlConverterClass != undefined) {
|
|
71749
72410
|
const converter = new controlConverterClass(sugarRoot);
|
|
71750
|
-
const result = converter.buildSugarKCLangCalculations(new
|
|
72411
|
+
const result = converter.buildSugarKCLangCalculations(new _markupGenerator_KCLangCalculationsBuildContext__WEBPACK_IMPORTED_MODULE_47__.KCLangCalculationsBuildContext(formSchemaRng, nodeTypeInfoHelper), formSchemaRng);
|
|
71751
72412
|
return Iterator.from(result).toArray();
|
|
71752
72413
|
}
|
|
71753
72414
|
return [];
|
|
@@ -71845,7 +72506,6 @@ async function readFormSources(formSourcesPath, farmDirectory) {
|
|
|
71845
72506
|
};
|
|
71846
72507
|
if (gfv.startsWith("4")) {
|
|
71847
72508
|
const commonResourcesPath = path__WEBPACK_IMPORTED_MODULE_1___default().join(farmDirectory, "commonResources");
|
|
71848
|
-
// tslint:disable-next-line no-unsafe-any
|
|
71849
72509
|
const {
|
|
71850
72510
|
elements
|
|
71851
72511
|
} = evalModule(fs__WEBPACK_IMPORTED_MODULE_0__.readFileSync(path__WEBPACK_IMPORTED_MODULE_1___default().join(commonResourcesPath, "statTitle.js"), "utf8"));
|
|
@@ -71862,8 +72522,6 @@ async function readFormSources(formSourcesPath, farmDirectory) {
|
|
|
71862
72522
|
|
|
71863
72523
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
71864
72524
|
function evalModule(moduleCode) {
|
|
71865
|
-
// tslint:disable-next-line no-eval
|
|
71866
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
71867
72525
|
return eval(`
|
|
71868
72526
|
(function(){
|
|
71869
72527
|
const module = { exports: {} };
|
|
@@ -72015,7 +72673,6 @@ async function connectJSFilesWithNames(formJavaScriptFilesPath) {
|
|
|
72015
72673
|
for (const filename of jsFiles) {
|
|
72016
72674
|
result.push({
|
|
72017
72675
|
filename: path__WEBPACK_IMPORTED_MODULE_1___default().parse(filename).name,
|
|
72018
|
-
// tslint:disable-next-line no-unsafe-any
|
|
72019
72676
|
content: evalModule(await readFileAsync(path__WEBPACK_IMPORTED_MODULE_1___default().join(formJavaScriptFilesPath, filename), "utf-8"))
|
|
72020
72677
|
});
|
|
72021
72678
|
}
|
|
@@ -73785,7 +74442,10 @@ const mergeRules = function (items) {
|
|
|
73785
74442
|
}
|
|
73786
74443
|
if (prevVal.sequenceType === _DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_5__.DataDeclarationInitSourceValueSequence.DEFAULT && item.sequenceType === _DataDeclarationGenerator_DataDeclaration__WEBPACK_IMPORTED_MODULE_5__.DataDeclarationInitSourceValueSequence.DEFAULT) {
|
|
73787
74444
|
var _prevVal$right, _item$right;
|
|
74445
|
+
// Тут бы лучше сделать type guard
|
|
74446
|
+
// @ts-ignore
|
|
73788
74447
|
const prevDefaultVal = (_prevVal$right = prevVal.right) === null || _prevVal$right === void 0 || (_prevVal$right = _prevVal$right["trueResult"]) === null || _prevVal$right === void 0 ? void 0 : _prevVal$right.convertToString();
|
|
74448
|
+
// @ts-ignore
|
|
73789
74449
|
const itemDefaultVal = (_item$right = item.right) === null || _item$right === void 0 || (_item$right = _item$right["trueResult"]) === null || _item$right === void 0 ? void 0 : _item$right.convertToString();
|
|
73790
74450
|
const hasPrevDefaultVal = prevDefaultVal && prevDefaultVal !== '""';
|
|
73791
74451
|
const hasItemDefaultVal = itemDefaultVal && itemDefaultVal !== '""';
|
|
@@ -75511,7 +76171,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75511
76171
|
/* harmony import */ var _FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../FLang/FlangUtils */ "./Generator/src/generators/ServerSideFLangNormalization/FLang/FlangUtils.ts");
|
|
75512
76172
|
/* harmony import */ var _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaParsingDescription__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../AutoCalculationsGenerator/AutoCalculationsFromFormulas/KCXmlContract/FormulaParsingDescription */ "./Generator/src/generators/AutoCalculationsGenerator/AutoCalculationsFromFormulas/KCXmlContract/FormulaParsingDescription.ts");
|
|
75513
76173
|
/* harmony import */ var _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../Common/ModelPath/AbsoluteModelFieldPath */ "./Common/ModelPath/AbsoluteModelFieldPath.ts");
|
|
75514
|
-
/* harmony import */ var
|
|
76174
|
+
/* harmony import */ var _Engine_src_Engine_Core_Calculator2_Validations_ValidationFunction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../../../Engine/src/Engine/Core/Calculator2/Validations/ValidationFunction */ "./Engine/src/Engine/Core/Calculator2/Validations/ValidationFunction.ts");
|
|
76175
|
+
/* harmony import */ var _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./BaseRuleBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/BaseRuleBuilder.ts");
|
|
76176
|
+
|
|
75515
76177
|
|
|
75516
76178
|
|
|
75517
76179
|
|
|
@@ -75522,7 +76184,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75522
76184
|
|
|
75523
76185
|
|
|
75524
76186
|
|
|
75525
|
-
class ValidationRulesBuilder extends
|
|
76187
|
+
class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_10__.BaseRuleBuilder {
|
|
75526
76188
|
constructor(dataDeclarationHelper, formSchemaRng, formulaExprConverter, conditions) {
|
|
75527
76189
|
super();
|
|
75528
76190
|
this.dataDeclarationHelper = void 0;
|
|
@@ -75544,8 +76206,8 @@ class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_9
|
|
|
75544
76206
|
const precalculationRules = [];
|
|
75545
76207
|
return {
|
|
75546
76208
|
target: fullTarget,
|
|
75547
|
-
checkExpression: this.formulaExprConverter.compileExpressionToFlangExpression(condition.expression, prefix, new _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_8__.AbsoluteModelFieldPath(fullTarget, condition.errorLevel ===
|
|
75548
|
-
message: (0,_AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaParsingDescription__WEBPACK_IMPORTED_MODULE_7__.splitConditionDescriptionToParts)(condition.description).map(item => this.formulaExprConverter.compileExpressionToFlangExpression(item, prefix, new _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_8__.AbsoluteModelFieldPath(fullTarget, condition.errorLevel ===
|
|
76209
|
+
checkExpression: this.formulaExprConverter.compileExpressionToFlangExpression(condition.expression, prefix, new _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_8__.AbsoluteModelFieldPath(fullTarget, condition.errorLevel === _Engine_src_Engine_Core_Calculator2_Validations_ValidationFunction__WEBPACK_IMPORTED_MODULE_9__.ValidationSeverity.Error ? "error" : "warning"), x => precalculationRules.push(x)),
|
|
76210
|
+
message: (0,_AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_FormulaParsingDescription__WEBPACK_IMPORTED_MODULE_7__.splitConditionDescriptionToParts)(condition.description).map(item => this.formulaExprConverter.compileExpressionToFlangExpression(item, prefix, new _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_8__.AbsoluteModelFieldPath(fullTarget, condition.errorLevel === _Engine_src_Engine_Core_Calculator2_Validations_ValidationFunction__WEBPACK_IMPORTED_MODULE_9__.ValidationSeverity.Error ? "error" : "warning"), x => precalculationRules.push(x))),
|
|
75549
76211
|
errorLevel: condition.errorLevel,
|
|
75550
76212
|
precalculationRules: precalculationRules
|
|
75551
76213
|
};
|
|
@@ -75554,7 +76216,7 @@ class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_9
|
|
|
75554
76216
|
const allRulesCheck = this.conditions.map(x => this.buildKcValidationRuleCheck(x)).reduce((ctx, current) => {
|
|
75555
76217
|
var _targetCtx$path;
|
|
75556
76218
|
const path = current.target.toLegacyPath();
|
|
75557
|
-
const targetCtx = current.errorLevel ===
|
|
76219
|
+
const targetCtx = current.errorLevel === _Engine_src_Engine_Core_Calculator2_Validations_ValidationFunction__WEBPACK_IMPORTED_MODULE_9__.ValidationSeverity.Warning ? ctx.warnings : ctx.errors;
|
|
75558
76220
|
const currentExpression = (_targetCtx$path = targetCtx[path]) !== null && _targetCtx$path !== void 0 ? _targetCtx$path : new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NullLiteralExpression();
|
|
75559
76221
|
const validationRule = this.generateValidationText(currentExpression, current);
|
|
75560
76222
|
targetCtx[path] = validationRule;
|
|
@@ -75752,6 +76414,7 @@ function getMessage(expression) {
|
|
|
75752
76414
|
}
|
|
75753
76415
|
function getSugarDictionary(sugar) {
|
|
75754
76416
|
const ast = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.parse)((0,_common_XmlParser_XmlParser__WEBPACK_IMPORTED_MODULE_3__.convertHtmlCommentsToJsxComments)(sugar), {
|
|
76417
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
75755
76418
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")],
|
|
75756
76419
|
configFile: false,
|
|
75757
76420
|
filename: "fake-file-name.js"
|
|
@@ -75798,6 +76461,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75798
76461
|
|
|
75799
76462
|
function injectTranslateId(sugar, translateNodeAttributes) {
|
|
75800
76463
|
const ast = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.parse)((0,_common_XmlParser_XmlParser__WEBPACK_IMPORTED_MODULE_4__.convertHtmlCommentsToJsxComments)(sugar), {
|
|
76464
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
75801
76465
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")],
|
|
75802
76466
|
configFile: false,
|
|
75803
76467
|
babelrc: false,
|
|
@@ -76206,7 +76870,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
76206
76870
|
let convertersFromNodeClassMap;
|
|
76207
76871
|
function buildConvertersFromNodeClassMap() {
|
|
76208
76872
|
const converters = [_ElementProcessors_FormParts_AddPageButton_AddPageButtonConverter__WEBPACK_IMPORTED_MODULE_8__.AddPageButtonConverter, _ElementProcessors_MultiControls_AddRowButton_AddRowButtonConverter__WEBPACK_IMPORTED_MODULE_9__.AddRowButtonConverter, _ElementProcessors_FormParts_AttachmentForm_AttachmentFormConverter__WEBPACK_IMPORTED_MODULE_117__.AttachmentFormConverter, _ElementProcessors_Layout_Block_BlockConverter__WEBPACK_IMPORTED_MODULE_10__.BlockConverter, _ElementProcessors_Layout_Minitour_MinitourConverter__WEBPACK_IMPORTED_MODULE_11__.MinitourConverter, _ElementProcessors_Typography_Bold_BoldConverter__WEBPACK_IMPORTED_MODULE_13__.BoldConverter, _ElementProcessors_Layout_Br_BrConverter__WEBPACK_IMPORTED_MODULE_14__.BrConverter, _ElementProcessors_FormParts_Caption_CaptionConverter__WEBPACK_IMPORTED_MODULE_18__.CaptionConverter, _ElementProcessors_ValueEditors_Checkbox_CheckboxConverter__WEBPACK_IMPORTED_MODULE_19__.CheckboxConverter, _ElementProcessors_ControlFlow_Choice_ChoiceConverter__WEBPACK_IMPORTED_MODULE_20__.ChoiceConverter, _ElementProcessors_MultiControls_TableCell_TableCellConverter__WEBPACK_IMPORTED_MODULE_85__.TableCellConverter, _ElementProcessors_ValueEditors_Toggle_ToggleConverter__WEBPACK_IMPORTED_MODULE_88__.ToggleConverter, _ElementProcessors_ValueEditors_Combobox_ComboBoxConverter__WEBPACK_IMPORTED_MODULE_21__.ComboBoxConverter, _ElementProcessors_FormParts_Content_ContentConverter__WEBPACK_IMPORTED_MODULE_22__.ContentConverter, _ElementProcessors_FormParts_Cross_CrossConverter__WEBPACK_IMPORTED_MODULE_23__.CrossConverter, _ElementProcessors_MultiControls_ColgroupButton_ColgroupButtonConverter__WEBPACK_IMPORTED_MODULE_97__.ColgroupButtonConverter, _ElementProcessors_ValueEditors_Date_DateConverter__WEBPACK_IMPORTED_MODULE_24__.DateConverter, _ElementProcessors_FormParts_DefaultContent_DefaultContentConverter__WEBPACK_IMPORTED_MODULE_25__.DefaultContentConverter, _ElementProcessors_ValueEditors_DiadocSuggestComboBox_DiadocSuggestComboBoxConverter__WEBPACK_IMPORTED_MODULE_26__.DiadocSuggestComboBoxConverter, _ElementProcessors_ValueEditors_RelativesComboBox_RelativesComboBoxConverter__WEBPACK_IMPORTED_MODULE_119__.RelativesComboBoxConverter, _ElementProcessors_Typography_Entity_EntityConverter__WEBPACK_IMPORTED_MODULE_27__.EntityConverter, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteConverter__WEBPACK_IMPORTED_MODULE_28__.ExpertNoteConverter, _ElementProcessors_ValueEditors_FileLoader_FileLoaderConverter__WEBPACK_IMPORTED_MODULE_29__.FileLoaderConverter, _ElementProcessors_MultiControls_FilterDateRange_FilterDateRangeConverter__WEBPACK_IMPORTED_MODULE_30__.FilterDateRangeConverter, _ElementProcessors_MultiControls_FilterInput_FilterInputConverter__WEBPACK_IMPORTED_MODULE_31__.FilterInputConverter, _ElementProcessors_MultiControls_FilterList_FilterListConverter__WEBPACK_IMPORTED_MODULE_32__.FilterListConverter, _ElementProcessors_ValueViewers_FIO_FIOConverter__WEBPACK_IMPORTED_MODULE_33__.FIOConverter, _ElementProcessors_Layout_Flexbox_FlexboxConverter__WEBPACK_IMPORTED_MODULE_34__.FlexboxConverter, _ElementProcessors_FormParts_Form_FormConverter__WEBPACK_IMPORTED_MODULE_36__.FormConverter, _ElementProcessors_FormParts_FormInfo_FormInfoConverter__WEBPACK_IMPORTED_MODULE_37__.FormInfoConverter, _ElementProcessors_Typography_Gray_GrayConverter__WEBPACK_IMPORTED_MODULE_38__.GrayConverter, _ElementProcessors_Layout_GridCol_GridColConverter__WEBPACK_IMPORTED_MODULE_39__.GridColConverter, _ElementProcessors_Layout_GridRow_GridRowConverter__WEBPACK_IMPORTED_MODULE_40__.GridRowConverter, _ElementProcessors_FormParts_Header_HeaderConverter__WEBPACK_IMPORTED_MODULE_41__.HeaderConverter, _ElementProcessors_MultiControls_HeaderMenu_HeaderMenuConverter__WEBPACK_IMPORTED_MODULE_42__.HeaderMenuConverter, _ElementProcessors_Helpers_Help_HelpConverter__WEBPACK_IMPORTED_MODULE_43__.HelpConverter, _ElementProcessors_Helpers_Helpinfo_HelpInfoConverter__WEBPACK_IMPORTED_MODULE_44__.HelpInfoConverter, _ElementProcessors_Typography_Highlight_HighlightConverter__WEBPACK_IMPORTED_MODULE_45__.HighlightConverter, _ElementProcessors_Layout_Hr_HrConverter__WEBPACK_IMPORTED_MODULE_46__.HrConverter, _ElementProcessors_Typography_Icon_IconConverter__WEBPACK_IMPORTED_MODULE_47__.IconConverter, _ElementProcessors_ControlFlow_Captions_Short_ShortConverter__WEBPACK_IMPORTED_MODULE_110__.ShortConverter, _ElementProcessors_ControlFlow_Captions_Long_LongConverter__WEBPACK_IMPORTED_MODULE_111__.LongConverter, _ElementProcessors_ControlFlow_Captions_FillHint_FillHintConverter__WEBPACK_IMPORTED_MODULE_112__.FillHintConverter, _ElementProcessors_ControlFlow_If_IfConverter__WEBPACK_IMPORTED_MODULE_48__.IfConverter, _ElementProcessors_Layout_Img_ImgConverter__WEBPACK_IMPORTED_MODULE_49__.ImgConverter, _ElementProcessors_ValueEditors_INN_INNConverter__WEBPACK_IMPORTED_MODULE_50__.INNConverter, _ElementProcessors_ValueEditors_Input_InputConverter__WEBPACK_IMPORTED_MODULE_51__.InputConverter, _ElementProcessors_Typography_Italic_ItalicConverter__WEBPACK_IMPORTED_MODULE_52__.ItalicConverter, _ElementProcessors_Layout_ListItem_ListItemConverter__WEBPACK_IMPORTED_MODULE_53__.ListItemConverter, _ElementProcessors_ValueEditors_Kladr_KladrConverter__WEBPACK_IMPORTED_MODULE_54__.KladrConverter, _ElementProcessors_ValueViewers_Linetext_LinetextConverter__WEBPACK_IMPORTED_MODULE_55__.LinetextConverter, _ElementProcessors_Action_Link_LinkConverter__WEBPACK_IMPORTED_MODULE_56__.LinkConverter, _ElementProcessors_Layout_List_ListConverter__WEBPACK_IMPORTED_MODULE_57__.ListConverter, _ElementProcessors_Modal_ModalForm_ModalFormConverter__WEBPACK_IMPORTED_MODULE_58__.ModalFormConverter, _ElementProcessors_Modal_ModalFormLabel_ModalFormLabelConverter__WEBPACK_IMPORTED_MODULE_61__.ModalFormLabelConverter, _ElementProcessors_MultiControls_Multilinefield_MultilineFieldConverter__WEBPACK_IMPORTED_MODULE_62__.MultilineFieldConverter, _ElementProcessors_Helpers_Normativehelp_NormativeHelpConverter__WEBPACK_IMPORTED_MODULE_63__.NormativeHelpConverter, _ElementProcessors_FormParts_Page_PageConverter__WEBPACK_IMPORTED_MODULE_65__.PageConverter, _ElementProcessors_Layout_Pencil_PencilConverter__WEBPACK_IMPORTED_MODULE_66__.PencilConverter, _ElementProcessors_ValueEditors_Picklist_PicklistConverter__WEBPACK_IMPORTED_MODULE_67__.PicklistConverter, _ElementProcessors_ValueEditors_TreePicklist_TreePicklistConverter__WEBPACK_IMPORTED_MODULE_118__.TreePicklistConverter, _ElementProcessors_ValueEditors_radio_RadioConverter__WEBPACK_IMPORTED_MODULE_68__.RadioConverter, _ElementProcessors_ValueEditors_RadioGroup_RadioGroupConverter__WEBPACK_IMPORTED_MODULE_69__.RadioGroupConverter, _ElementProcessors_MultiControls_RemoveRowButton_RemoveRowButtonConverter__WEBPACK_IMPORTED_MODULE_70__.RemoveRowButtonConverter, _ElementProcessors_ValueEditors_Select_SelectConverter__WEBPACK_IMPORTED_MODULE_71__.SelectConverter, _ElementProcessors_MultiControls_SortRadioGroup_SortRadioGroupConverter__WEBPACK_IMPORTED_MODULE_72__.SortRadioGroupConverter, _ElementProcessors_Layout_Spoiler_SpoilerConverter__WEBPACK_IMPORTED_MODULE_73__.SpoilerConverter, _ElementProcessors_Typography_Strong_StrongConverter__WEBPACK_IMPORTED_MODULE_74__.StrongConverter, _ElementProcessors_Typography_Sub_SubConverter__WEBPACK_IMPORTED_MODULE_75__.SubConverter, _ElementProcessors_Layout_Subheader_SubheaderConverter__WEBPACK_IMPORTED_MODULE_76__.SubheaderConverter, _ElementProcessors_Typography_Sup_SupConverter__WEBPACK_IMPORTED_MODULE_77__.SupConverter, _ElementProcessors_ValueViewers_Text_TextConverter__WEBPACK_IMPORTED_MODULE_86__.TextConverter, _ElementProcessors_ValueEditors_Textarea_TextAreaConverter__WEBPACK_IMPORTED_MODULE_87__.TextAreaConverter, _ElementProcessors_ValueEditors_popupTextArea_PopupTextAreaConverter__WEBPACK_IMPORTED_MODULE_96__.PopupTextAreaConverter, _ElementProcessors_ValueViewers_ValueLength_ValueLengthConverter__WEBPACK_IMPORTED_MODULE_92__.ValueLengthConverter, _ElementProcessors_ControlFlow_VisibilityBlock_VisibilityBlockConverter__WEBPACK_IMPORTED_MODULE_93__.VisibilityBlockConverter, _ElementProcessors_Layout_Warning_WarningConverter__WEBPACK_IMPORTED_MODULE_94__.WarningConverter, _ElementProcessors_Layout_InnerText_InnertextConverter__WEBPACK_IMPORTED_MODULE_7__.InnertextConverter, _ElementProcessors_ControlFlow_Otherwise_OtherwiseConverter__WEBPACK_IMPORTED_MODULE_64__.OtherwiseConverter, _ElementProcessors_ControlFlow_When_WhenConverter__WEBPACK_IMPORTED_MODULE_95__.WhenConverter, _ElementProcessors_FormParts_UnitList_UnitListConverter__WEBPACK_IMPORTED_MODULE_91__.UnitListConverter, _ElementProcessors_FormParts_UnitItem_UnitItemConverter__WEBPACK_IMPORTED_MODULE_90__.UnitItemConverter, _ElementProcessors_Modal_Body_BodyConverter__WEBPACK_IMPORTED_MODULE_12__.BodyConverter, _ElementProcessors_Modal_Footer_FooterConverter__WEBPACK_IMPORTED_MODULE_35__.FooterConverter, _ElementProcessors_Modal_ModalFormConfirm_ModalFormConfirmConverter__WEBPACK_IMPORTED_MODULE_60__.ModalFormConfirmConverter, _ElementProcessors_Modal_ModalFormCancel_ModalFormCancelConverter__WEBPACK_IMPORTED_MODULE_59__.ModalFormCancelConverter, _ElementProcessors_Action_Button_ButtonConverter__WEBPACK_IMPORTED_MODULE_15__.ButtonConverter, _ElementProcessors_Action_DownloadExcelButton_DownloadExcelButtonConverter__WEBPACK_IMPORTED_MODULE_16__.DownloadExcelButtonConverter, _ElementProcessors_Action_DropDownButtonLoadExcel_DropDownButtonLoadExcelConverter__WEBPACK_IMPORTED_MODULE_17__.DropDownButtonLoadExcelConverter, _ElementProcessors_FormParts_Tour_TourConverter__WEBPACK_IMPORTED_MODULE_89__.TourConverter, _ElementProcessors_ControlFlow_Switch_SwitchConverter__WEBPACK_IMPORTED_MODULE_78__.SwitchConverter, _ElementProcessors_MultiControls_StickyTable_StickyTableColumnConverter__WEBPACK_IMPORTED_MODULE_83__.StickyTableColumnConverter, _ElementProcessors_MultiControls_CrossfitTable_CrossfitTableColumnConverter__WEBPACK_IMPORTED_MODULE_79__.CrossfitTableColumnConverter, _ElementProcessors_Layout_SimpleTable_SimpleTableColumnConverter__WEBPACK_IMPORTED_MODULE_81__.SimpleTableColumnConverter, _ElementProcessors_MultiControls_CrossfitTable_CrossfitTableConverter__WEBPACK_IMPORTED_MODULE_80__.CrossfitTableConverter, _ElementProcessors_Layout_SimpleTable_SimpleTableConverter__WEBPACK_IMPORTED_MODULE_82__.SimpleTableConverter, _ElementProcessors_MultiControls_StickyTable_StickyTableWithMultilineConverter__WEBPACK_IMPORTED_MODULE_84__.StickyTableWithMultilineConverter, _ElementProcessors_Layout_Stack_StackConverter__WEBPACK_IMPORTED_MODULE_2__.StackConverter, _ElementProcessors_Layout_Grid_GridConverter__WEBPACK_IMPORTED_MODULE_1__.GridConverter, _ElementProcessors_UnitParts_HeaderPanel_HeaderPanelConverter__WEBPACK_IMPORTED_MODULE_6__.HeaderPanelConverter, _ElementProcessors_MultiControls_Tabs_TabsConverter__WEBPACK_IMPORTED_MODULE_5__.TabsConverter, _ElementProcessors_Action_DropdownButton_DropdownButtonConverter__WEBPACK_IMPORTED_MODULE_101__.DropdownButtonConverter, _ElementProcessors_ValueEditors_Fias_FiasConverter__WEBPACK_IMPORTED_MODULE_0__.FiasConverter, _ElementProcessors_MultiControls_FilterSelect_FilterSelectConverter__WEBPACK_IMPORTED_MODULE_3__.FilterSelectConverter, _ElementProcessors_MultiControls_Table2_Table2Converter__WEBPACK_IMPORTED_MODULE_4__.Table2Converter, _ElementProcessors_MultiControls_Table2_Table2RowConverter__WEBPACK_IMPORTED_MODULE_100__.Table2RowConverter, _ElementProcessors_MultiControls_Table2_Table2MultirowConverter__WEBPACK_IMPORTED_MODULE_99__.Table2MultirowConverter, _ElementProcessors_MultiControls_Table2_Table2Converter__WEBPACK_IMPORTED_MODULE_4__.Table2ColumnConverter, _ElementProcessors_MultiControls_Table2_Table2Converter__WEBPACK_IMPORTED_MODULE_4__.Table2VerticalColumnConverter, _ElementProcessors_Layout_FixedTabs_FixedTabsConverter__WEBPACK_IMPORTED_MODULE_103__.FixedTabsConverter, _ElementProcessors_Layout_FixedTabs_FixedTabConverter__WEBPACK_IMPORTED_MODULE_102__.FixedTabConverter, _ElementProcessors_MultiControls_Multiple_MultipleConverter__WEBPACK_IMPORTED_MODULE_104__.MultipleConverter, _ElementProcessors_Action_ExcelPastePanel_ExcelPastePanelConverter__WEBPACK_IMPORTED_MODULE_105__.ExcelPastePanelConverter, _ElementProcessors_ValueEditors_ReferencedFields_ReferencedFieldsConverter__WEBPACK_IMPORTED_MODULE_106__.ReferencedFieldsConverter, _ElementProcessors_FormParts_UserPicklist_UserPicklistConverter__WEBPACK_IMPORTED_MODULE_107__.UserPicklistConverter, _ElementProcessors_ValueEditors_TaxRebate_TaxRebateConverter__WEBPACK_IMPORTED_MODULE_108__.TaxRebateConverter, _ElementProcessors_FormParts_Banner_BannerConverter__WEBPACK_IMPORTED_MODULE_109__.BannerConverter, _ElementProcessors_ValueViewers_DateView_DateViewConverter__WEBPACK_IMPORTED_MODULE_113__.DateViewConverter, _ElementProcessors_Action_Kebab_KebabConverter__WEBPACK_IMPORTED_MODULE_114__.KebabConverter, _ElementProcessors_Helpers_Clue_InfoBlockConverter__WEBPACK_IMPORTED_MODULE_115__.InfoBlockConverter, _ElementProcessors_ValueEditors_SelectAllCheckbox_SelectAllCheckboxConverter__WEBPACK_IMPORTED_MODULE_116__.SelectAllCheckboxConverter, _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxConverter__WEBPACK_IMPORTED_MODULE_120__.SelectCheckboxConverter, _ElementProcessors_FormParts_ModalHeader_ModalHeaderConverter__WEBPACK_IMPORTED_MODULE_121__.ModalHeaderConverter, _ElementProcessors_FormParts_GlobalModal_GlobalModalsConverter__WEBPACK_IMPORTED_MODULE_122__.GlobalModalsConverter, _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberConverter__WEBPACK_IMPORTED_MODULE_123__.InstanceNumberConverter];
|
|
76209
|
-
return new Map(
|
|
76873
|
+
return new Map(
|
|
76874
|
+
// @ts-ignore
|
|
76875
|
+
converters.map(converterClass => [converterClass.getAcceptNodeClass(), converterClass]));
|
|
76210
76876
|
}
|
|
76211
76877
|
function getConverterByNodeClass(nodeClass) {
|
|
76212
76878
|
var _convertersFromNodeCl;
|
|
@@ -76335,6 +77001,7 @@ class ComponentMarkupBuilder {
|
|
|
76335
77001
|
setWidth(node, defaultWidth) {
|
|
76336
77002
|
const width = node.attributes.width;
|
|
76337
77003
|
if (width) {
|
|
77004
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
76338
77005
|
const stringWidth = Number.isNaN(Number(width)) ? width : `${width}px`;
|
|
76339
77006
|
this.propsBuilder.set("width", stringWidth);
|
|
76340
77007
|
} else if (defaultWidth) {
|
|
@@ -76762,7 +77429,6 @@ class ConverterResultJsxGenerator {
|
|
|
76762
77429
|
static organizeCandyModules(deps) {
|
|
76763
77430
|
let depsTree = {};
|
|
76764
77431
|
for (const dep of deps) {
|
|
76765
|
-
// tslint:disable-next-line no-unsafe-any
|
|
76766
77432
|
depsTree = this.setIn(depsTree, dep.path.split("/"), dep.name);
|
|
76767
77433
|
}
|
|
76768
77434
|
return JSON.stringify(depsTree, undefined, 2).replace(/"(\w+)"/g, "$1");
|
|
@@ -76806,7 +77472,6 @@ class ConverterResultJsxGenerator {
|
|
|
76806
77472
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
76807
77473
|
static setIn(state, keys, value) {
|
|
76808
77474
|
if (!(0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__.arrayIsNotEmpty)(keys)) {
|
|
76809
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
76810
77475
|
return state;
|
|
76811
77476
|
}
|
|
76812
77477
|
const obj = {
|
|
@@ -76816,11 +77481,7 @@ class ConverterResultJsxGenerator {
|
|
|
76816
77481
|
const last = keys.slice(0, -1).reduce((part, key) => part[key] = part[key] ? {
|
|
76817
77482
|
...part[key]
|
|
76818
77483
|
} : {}, obj);
|
|
76819
|
-
|
|
76820
|
-
// tslint:disable-next-line no-unsafe-any
|
|
76821
77484
|
last[_Common_IterableUtils__WEBPACK_IMPORTED_MODULE_1__.IterUtils.last(keys)] = value;
|
|
76822
|
-
|
|
76823
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
76824
77485
|
return obj;
|
|
76825
77486
|
}
|
|
76826
77487
|
}
|
|
@@ -76894,7 +77555,6 @@ class ModuleDescriptor {
|
|
|
76894
77555
|
}
|
|
76895
77556
|
toFile() {
|
|
76896
77557
|
// NOTE Creating file instance with filepath as filename. WTF?
|
|
76897
|
-
// tslint:disable-next-line:no-null-keyword
|
|
76898
77558
|
return this.content ? new _File__WEBPACK_IMPORTED_MODULE_1__.File(this.path, this.content) : null;
|
|
76899
77559
|
}
|
|
76900
77560
|
toHash() {
|
|
@@ -80304,6 +80964,7 @@ class BannerConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3__.S
|
|
|
80304
80964
|
} catch (e) {
|
|
80305
80965
|
throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_5__.SugarAttributeReadError("Unable to get resource by absolute path", node, "src", e);
|
|
80306
80966
|
}
|
|
80967
|
+
// @ts-ignore
|
|
80307
80968
|
const filename = `img${md5__WEBPACK_IMPORTED_MODULE_1___default()(resource)}`;
|
|
80308
80969
|
markupBuilder.prop(x => x.iconSrc).set({
|
|
80309
80970
|
type: "Expression",
|
|
@@ -81048,7 +81709,9 @@ class FormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.Sug
|
|
|
81048
81709
|
return this.findNearestOptionalSection(pageInfo.parentPage.id, allSinglePagesWithParent);
|
|
81049
81710
|
}
|
|
81050
81711
|
findAllSingleSections(node) {
|
|
81051
|
-
const
|
|
81712
|
+
const singlePages = this.getAllPages(node.pages).filter(x => !x.page.multiple).map(x => [x.page.id, x]);
|
|
81713
|
+
// @ts-ignore
|
|
81714
|
+
const allSinglePagesWithParent = new Map(singlePages);
|
|
81052
81715
|
const pages = Iterator.from(allSinglePagesWithParent.values()).map(x => x.page).map(page => {
|
|
81053
81716
|
var _page$optional;
|
|
81054
81717
|
return {
|
|
@@ -82784,7 +83447,7 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82784
83447
|
getCode(tour, tourSteps) {
|
|
82785
83448
|
const stepsTree = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.parse)(tourSteps, {
|
|
82786
83449
|
sourceType: "module",
|
|
82787
|
-
//
|
|
83450
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
82788
83451
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")],
|
|
82789
83452
|
filename: "fake-file-name.js",
|
|
82790
83453
|
configFile: false,
|
|
@@ -82794,14 +83457,11 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82794
83457
|
throw new Error("InvalidProgramState");
|
|
82795
83458
|
}
|
|
82796
83459
|
const statement = stepsTree.program.body[0];
|
|
82797
|
-
if (statement == undefined || !("declaration" in statement) || statement.declaration == undefined ||
|
|
82798
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82799
|
-
!("elements" in statement.declaration)) {
|
|
83460
|
+
if (statement == undefined || !("declaration" in statement) || statement.declaration == undefined || !("elements" in statement.declaration)) {
|
|
82800
83461
|
throw new Error("InvalidProgramState");
|
|
82801
83462
|
}
|
|
82802
83463
|
|
|
82803
83464
|
// @ts-ignore
|
|
82804
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82805
83465
|
const steps = this.getSteps(tour, statement.declaration.elements);
|
|
82806
83466
|
const transformResult = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.transformFromAstSync)(_babel_types__WEBPACK_IMPORTED_MODULE_1__.program([_babel_types__WEBPACK_IMPORTED_MODULE_1__.exportDefaultDeclaration(_babel_types__WEBPACK_IMPORTED_MODULE_1__.functionExpression(_babel_types__WEBPACK_IMPORTED_MODULE_1__.identifier("tour"), [_babel_types__WEBPACK_IMPORTED_MODULE_1__.identifier("React")], _babel_types__WEBPACK_IMPORTED_MODULE_1__.blockStatement([_babel_types__WEBPACK_IMPORTED_MODULE_1__.returnStatement(_babel_types__WEBPACK_IMPORTED_MODULE_1__.arrayExpression(steps))])))]), undefined, {
|
|
82807
83467
|
configFile: false,
|
|
@@ -82817,7 +83477,6 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82817
83477
|
properties
|
|
82818
83478
|
}) => properties.some(property => {
|
|
82819
83479
|
if (_babel_types__WEBPACK_IMPORTED_MODULE_1__.isObjectProperty(property)) {
|
|
82820
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82821
83480
|
return "name" in property.key && property.key.name === "id" && "value" in property.value && property.value.value === step.id;
|
|
82822
83481
|
}
|
|
82823
83482
|
return false;
|
|
@@ -82833,7 +83492,6 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82833
83492
|
if (!("name" in property.key)) {
|
|
82834
83493
|
return false;
|
|
82835
83494
|
}
|
|
82836
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82837
83495
|
return !changesFields.includes(property.key.name) && property.key.name !== "id";
|
|
82838
83496
|
});
|
|
82839
83497
|
const sugarProperties = changesFields.map(field =>
|
|
@@ -82850,13 +83508,11 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82850
83508
|
if (!("name" in property.key)) {
|
|
82851
83509
|
throw new Error("InvalidTour");
|
|
82852
83510
|
}
|
|
82853
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82854
83511
|
if (property.key.name !== "content") {
|
|
82855
83512
|
return property;
|
|
82856
83513
|
}
|
|
82857
83514
|
|
|
82858
83515
|
// @ts-ignore
|
|
82859
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82860
83516
|
if (property.value.type === "JSXElement" || !property.value.value.includes("\n")) {
|
|
82861
83517
|
return property;
|
|
82862
83518
|
}
|
|
@@ -82864,8 +83520,6 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82864
83520
|
// @ts-ignore
|
|
82865
83521
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
82866
83522
|
const component = this.convertToReactComponent(property.value.value);
|
|
82867
|
-
|
|
82868
|
-
// tslint:disable-next-line no-unsafe-any
|
|
82869
83523
|
return _babel_types__WEBPACK_IMPORTED_MODULE_1__.objectProperty(_babel_types__WEBPACK_IMPORTED_MODULE_1__.identifier(property.key.name), component);
|
|
82870
83524
|
});
|
|
82871
83525
|
return _babel_types__WEBPACK_IMPORTED_MODULE_1__.objectExpression(properties);
|
|
@@ -82888,7 +83542,7 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
|
|
|
82888
83542
|
convertToReactComponent(str) {
|
|
82889
83543
|
const lines = str.replace(/\n/g, "<br />");
|
|
82890
83544
|
const parseResult = (0,_babel_core__WEBPACK_IMPORTED_MODULE_0__.parse)(`<div>${lines}</div>`, {
|
|
82891
|
-
//
|
|
83545
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
82892
83546
|
plugins: [__webpack_require__(/*! @babel/plugin-syntax-jsx */ "./node_modules/@babel/plugin-syntax-jsx/lib/index.js")],
|
|
82893
83547
|
filename: "fake-file-name.js",
|
|
82894
83548
|
configFile: false,
|
|
@@ -83199,8 +83853,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83199
83853
|
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationTimeHelper__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationTimeHelper */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationTimeHelper.ts");
|
|
83200
83854
|
/* harmony import */ var _common_KCLang_CodeDom_InBlock__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../../../../common/KCLang/CodeDom/InBlock */ "./Generator/src/common/KCLang/CodeDom/InBlock.ts");
|
|
83201
83855
|
/* harmony import */ var _common_KCLang_CodeDom_KCLangPath__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../../../../common/KCLang/CodeDom/KCLangPath */ "./Generator/src/common/KCLang/CodeDom/KCLangPath.ts");
|
|
83202
|
-
/* harmony import */ var
|
|
83203
|
-
/* harmony import */ var
|
|
83856
|
+
/* harmony import */ var _ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../../../ExtendedSchema/ExtendedSchemaInfoUtils */ "./Generator/src/generators/ExtendedSchema/ExtendedSchemaInfoUtils.ts");
|
|
83857
|
+
/* harmony import */ var _UserPicklistNode__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./UserPicklistNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/UserPicklist/UserPicklistNode.ts");
|
|
83204
83858
|
|
|
83205
83859
|
|
|
83206
83860
|
|
|
@@ -83228,7 +83882,7 @@ function getUserPicklistComponentName(node) {
|
|
|
83228
83882
|
}
|
|
83229
83883
|
class UserPicklistConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.SugarNodeConverterBase {
|
|
83230
83884
|
static getAcceptNodeClass() {
|
|
83231
|
-
return
|
|
83885
|
+
return _UserPicklistNode__WEBPACK_IMPORTED_MODULE_21__.UserPicklistNode;
|
|
83232
83886
|
}
|
|
83233
83887
|
applyVisibilityPathProcessing() {
|
|
83234
83888
|
return false;
|
|
@@ -83247,7 +83901,7 @@ class UserPicklistConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
|
|
|
83247
83901
|
}
|
|
83248
83902
|
doConvert(context) {
|
|
83249
83903
|
var _findSugarNodeBases$, _mathContainerFromSug, _mathContainerFromSug2;
|
|
83250
|
-
const node = this.getCurrentNodeAs(
|
|
83904
|
+
const node = this.getCurrentNodeAs(_UserPicklistNode__WEBPACK_IMPORTED_MODULE_21__.UserPicklistNode);
|
|
83251
83905
|
const userPicklistDeclarationBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_4__.componentMarkupBuilder)("UserPicklistDeclaration");
|
|
83252
83906
|
userPicklistDeclarationBuilder.prop(x => x.name).set(node.name);
|
|
83253
83907
|
userPicklistDeclarationBuilder.prop(x => x.columns).set(node.columns);
|
|
@@ -83271,7 +83925,7 @@ class UserPicklistConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
|
|
|
83271
83925
|
dataDeclaration
|
|
83272
83926
|
} = dataDeclarationGenerator.generate();
|
|
83273
83927
|
const dataDeclarationHelper = new _DataDeclarationGenerator_DataDeclarationGenerationTimeHelper__WEBPACK_IMPORTED_MODULE_17__.DataDeclarationGenerationTimeHelper(dataDeclaration, formSchemaRng);
|
|
83274
|
-
const extendedSchemaInfo = (0,
|
|
83928
|
+
const extendedSchemaInfo = (0,_ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_20__.buildExtendedSchemaInfo)(dataDeclarationHelper);
|
|
83275
83929
|
const mathContainerFromSugar = _common_KCLang_KCLangToXmlTranspiler__WEBPACK_IMPORTED_MODULE_15__.KCLangToXmlTranspiler.transpileAsMathContainer(kcLangFromSugar);
|
|
83276
83930
|
const kcXmlValidationGenerator = new _KCXmlValidationGenerator_KCXmlValidationGenerator__WEBPACK_IMPORTED_MODULE_16__.KCXmlValidationGenerator(formSchemaRng, extendedSchemaInfo);
|
|
83277
83931
|
const kcXmlValidationConfiguratorFunction = kcXmlValidationGenerator.generateConfigurationFunction((_mathContainerFromSug = (_mathContainerFromSug2 = mathContainerFromSugar.conditions) === null || _mathContainerFromSug2 === void 0 ? void 0 : _mathContainerFromSug2.items) !== null && _mathContainerFromSug !== void 0 ? _mathContainerFromSug : [], {
|
|
@@ -83440,7 +84094,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83440
84094
|
/* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
|
|
83441
84095
|
/* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
|
|
83442
84096
|
/* harmony import */ var _Typography_Icon_GetIconName__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../Typography/Icon/GetIconName */ "./Generator/src/generators/markupGenerator/ElementProcessors/Typography/Icon/GetIconName.ts");
|
|
83443
|
-
/* harmony import */ var
|
|
84097
|
+
/* harmony import */ var _Engine_src_Controls_Helpers_InfoBlock_InfoBlockType__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../Engine/src/Controls/Helpers/InfoBlock/InfoBlockType */ "./Engine/src/Controls/Helpers/InfoBlock/InfoBlockType.tsx");
|
|
84098
|
+
/* harmony import */ var _InfoBlockNode__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./InfoBlockNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/Helpers/Clue/InfoBlockNode.ts");
|
|
84099
|
+
|
|
83444
84100
|
|
|
83445
84101
|
|
|
83446
84102
|
|
|
@@ -83448,24 +84104,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83448
84104
|
|
|
83449
84105
|
class InfoBlockConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.SugarNodeConverterBase {
|
|
83450
84106
|
static getAcceptNodeClass() {
|
|
83451
|
-
return
|
|
84107
|
+
return _InfoBlockNode__WEBPACK_IMPORTED_MODULE_5__.InfoBlockNode;
|
|
83452
84108
|
}
|
|
83453
|
-
doBuildDataDeclaration(
|
|
84109
|
+
doBuildDataDeclaration() {
|
|
83454
84110
|
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
|
|
83455
84111
|
}
|
|
83456
84112
|
buildChildrenDataDeclaration(context) {
|
|
83457
|
-
const node = this.getCurrentNodeAs(
|
|
84113
|
+
const node = this.getCurrentNodeAs(_InfoBlockNode__WEBPACK_IMPORTED_MODULE_5__.InfoBlockNode);
|
|
83458
84114
|
return context.processChildrenDataDeclaration(node.children);
|
|
83459
84115
|
}
|
|
83460
84116
|
*doTraverseChildren() {
|
|
83461
|
-
const node = this.getCurrentNodeAs(
|
|
84117
|
+
const node = this.getCurrentNodeAs(_InfoBlockNode__WEBPACK_IMPORTED_MODULE_5__.InfoBlockNode);
|
|
83462
84118
|
yield* node.children;
|
|
83463
84119
|
}
|
|
83464
84120
|
doConvert(context) {
|
|
83465
84121
|
var _node$icon;
|
|
83466
|
-
const node = this.getCurrentNodeAs(
|
|
84122
|
+
const node = this.getCurrentNodeAs(_InfoBlockNode__WEBPACK_IMPORTED_MODULE_5__.InfoBlockNode);
|
|
83467
84123
|
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("InfoBlock");
|
|
83468
84124
|
markupBuilder.prop(x => x.header).set(node.header);
|
|
84125
|
+
if (node.type !== undefined) {
|
|
84126
|
+
var _InfoBlockType$node$t;
|
|
84127
|
+
markupBuilder.prop(x => x.type).set((_InfoBlockType$node$t = _Engine_src_Controls_Helpers_InfoBlock_InfoBlockType__WEBPACK_IMPORTED_MODULE_4__.InfoBlockType[node.type]) !== null && _InfoBlockType$node$t !== void 0 ? _InfoBlockType$node$t : _Engine_src_Controls_Helpers_InfoBlock_InfoBlockType__WEBPACK_IMPORTED_MODULE_4__.InfoBlockType.info);
|
|
84128
|
+
}
|
|
83469
84129
|
markupBuilder.prop(x => x.icon).set((0,_Typography_Icon_GetIconName__WEBPACK_IMPORTED_MODULE_3__.getIconName)(node, (_node$icon = node.icon) !== null && _node$icon !== void 0 ? _node$icon : "QuestionCircleIcon"));
|
|
83470
84130
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|
|
83471
84131
|
return markupBuilder.buildConverterResult();
|
|
@@ -83495,14 +84155,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83495
84155
|
|
|
83496
84156
|
|
|
83497
84157
|
|
|
83498
|
-
var _dec, _dec2, _dec3, _dec4, _class, _class2, _descriptor, _descriptor2, _descriptor3;
|
|
84158
|
+
var _dec, _dec2, _dec3, _dec4, _dec5, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4;
|
|
83499
84159
|
|
|
83500
|
-
let InfoBlockNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("infoblock", `Плашка с подсказкой`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Helpers/Clue sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("header", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Заголовок`), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("icon", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Иконка. По умолчанию -- вопросик. Если иконка не нужна, указать пустую строку"), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)(), _dec(_class = (_class2 = class InfoBlockNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
|
|
84160
|
+
let InfoBlockNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("infoblock", `Плашка с подсказкой`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Helpers/Clue sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("header", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Заголовок`), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("icon", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Иконка. По умолчанию -- вопросик. Если иконка не нужна, указать пустую строку"), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("type", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum("info", "error", "warning", "success"), "Тип блока. По умолчанию info. Различные типы блоков различаются только цветом фона"), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)(), _dec(_class = (_class2 = class InfoBlockNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
|
|
83501
84161
|
constructor(...args) {
|
|
83502
84162
|
super(...args);
|
|
83503
84163
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "header", _descriptor, this);
|
|
83504
84164
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "icon", _descriptor2, this);
|
|
83505
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
84165
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "type", _descriptor3, this);
|
|
84166
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor4, this);
|
|
83506
84167
|
}
|
|
83507
84168
|
}, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "header", [_dec2], {
|
|
83508
84169
|
configurable: true,
|
|
@@ -83514,7 +84175,12 @@ let InfoBlockNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MOD
|
|
|
83514
84175
|
enumerable: true,
|
|
83515
84176
|
writable: true,
|
|
83516
84177
|
initializer: null
|
|
83517
|
-
}), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
84178
|
+
}), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "type", [_dec4], {
|
|
84179
|
+
configurable: true,
|
|
84180
|
+
enumerable: true,
|
|
84181
|
+
writable: true,
|
|
84182
|
+
initializer: null
|
|
84183
|
+
}), _descriptor4 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "children", [_dec5], {
|
|
83518
84184
|
configurable: true,
|
|
83519
84185
|
enumerable: true,
|
|
83520
84186
|
writable: true,
|
|
@@ -83568,6 +84234,7 @@ class HelpConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
|
|
|
83568
84234
|
markupBuilder.prop(x => x.for).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_0__.getNewBindingPathExpression)(node, node.for));
|
|
83569
84235
|
markupBuilder.prop(x => x.color).set(node.color);
|
|
83570
84236
|
markupBuilder.prop(x => x.size).set(node.size);
|
|
84237
|
+
markupBuilder.prop(x => x.weight).set(node.weight);
|
|
83571
84238
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|
|
83572
84239
|
return markupBuilder.buildConverterResult();
|
|
83573
84240
|
}
|
|
@@ -83599,12 +84266,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83599
84266
|
|
|
83600
84267
|
|
|
83601
84268
|
|
|
83602
|
-
var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9;
|
|
84269
|
+
var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10;
|
|
83603
84270
|
|
|
83604
84271
|
|
|
83605
84272
|
|
|
83606
84273
|
|
|
83607
|
-
let HelpNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.sugarNode)("help", `Всплывающая подсказка по разным триггерам`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Helpers/Help sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("for", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.bindingPath, ``), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.bindingPath, ``), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("pos", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.enum(..._PopupPosition__WEBPACK_IMPORTED_MODULE_6__.allPopupPositions), ``), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("size", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.number, `Размер. Дефолт 14`), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("color", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.string, `Цвет. Дефолт #757575`), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("marginLeft", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.lengthUnit, ``),
|
|
84274
|
+
let HelpNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.sugarNode)("help", `Всплывающая подсказка по разным триггерам`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Helpers/Help sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("for", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.bindingPath, ``), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.bindingPath, ``), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("pos", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.enum(..._PopupPosition__WEBPACK_IMPORTED_MODULE_6__.allPopupPositions), ``), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("size", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.number, `Размер. Дефолт 14`), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("color", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.string, `Цвет. Дефолт #757575`), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("weight", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.enum("light", "regular", "solid"), `Толщина иконки. Дефолт regular`), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("marginLeft", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.lengthUnit, ``), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("width", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.lengthUnit, ``), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attr)("trigger", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.attrType.enum("hover", "click", "focus", "opened", "closed", "hoverAnchor"), ``), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5__.children)(), _dec(_class = (_class2 = class HelpNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_4__.SugarNodeWithLegacyVisibility {
|
|
83608
84275
|
constructor(...args) {
|
|
83609
84276
|
super(...args);
|
|
83610
84277
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "for", _descriptor, this);
|
|
@@ -83612,10 +84279,11 @@ let HelpNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5
|
|
|
83612
84279
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pos", _descriptor3, this);
|
|
83613
84280
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "size", _descriptor4, this);
|
|
83614
84281
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "color", _descriptor5, this);
|
|
83615
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
83616
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
83617
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
83618
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
84282
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "weight", _descriptor6, this);
|
|
84283
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "marginLeft", _descriptor7, this);
|
|
84284
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "width", _descriptor8, this);
|
|
84285
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "trigger", _descriptor9, this);
|
|
84286
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor10, this);
|
|
83619
84287
|
}
|
|
83620
84288
|
getOwnPath() {
|
|
83621
84289
|
return this.path != undefined ? (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_3__.createFromMask)(this.path, "auto", _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_3__.PathTokens.each) : undefined;
|
|
@@ -83645,22 +84313,27 @@ let HelpNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_5
|
|
|
83645
84313
|
enumerable: true,
|
|
83646
84314
|
writable: true,
|
|
83647
84315
|
initializer: null
|
|
83648
|
-
}), _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
84316
|
+
}), _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "weight", [_dec7], {
|
|
83649
84317
|
configurable: true,
|
|
83650
84318
|
enumerable: true,
|
|
83651
84319
|
writable: true,
|
|
83652
84320
|
initializer: null
|
|
83653
|
-
}), _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
84321
|
+
}), _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "marginLeft", [_dec8], {
|
|
83654
84322
|
configurable: true,
|
|
83655
84323
|
enumerable: true,
|
|
83656
84324
|
writable: true,
|
|
83657
84325
|
initializer: null
|
|
83658
|
-
}), _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
84326
|
+
}), _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "width", [_dec9], {
|
|
83659
84327
|
configurable: true,
|
|
83660
84328
|
enumerable: true,
|
|
83661
84329
|
writable: true,
|
|
83662
84330
|
initializer: null
|
|
83663
|
-
}), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
84331
|
+
}), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "trigger", [_dec10], {
|
|
84332
|
+
configurable: true,
|
|
84333
|
+
enumerable: true,
|
|
84334
|
+
writable: true,
|
|
84335
|
+
initializer: null
|
|
84336
|
+
}), _descriptor10 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "children", [_dec11], {
|
|
83664
84337
|
configurable: true,
|
|
83665
84338
|
enumerable: true,
|
|
83666
84339
|
writable: true,
|
|
@@ -85328,6 +86001,7 @@ class ImgConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Suga
|
|
|
85328
86001
|
} catch (e) {
|
|
85329
86002
|
throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_3__.SugarAttributeReadError("Unable to get resource by absolute path", node, "src", e);
|
|
85330
86003
|
}
|
|
86004
|
+
// @ts-ignore
|
|
85331
86005
|
const filename = `img${md5__WEBPACK_IMPORTED_MODULE_1___default()(resource)}`;
|
|
85332
86006
|
const mb = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_7__.componentMarkupBuilder)("Img");
|
|
85333
86007
|
mb.prop(x => x.src).set({
|
|
@@ -86197,6 +86871,7 @@ class SimpleTableConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
|
|
|
86197
86871
|
widths.forEach((width, i) => {
|
|
86198
86872
|
const notWidthForColumn = -1;
|
|
86199
86873
|
if (width === notWidthForColumn) {
|
|
86874
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
86200
86875
|
throw new Error(`Can't define width for ${i + 1}-th column of ${node.sourceXmlNode}.`);
|
|
86201
86876
|
}
|
|
86202
86877
|
});
|
|
@@ -88195,6 +88870,7 @@ class CrossfitTableConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
|
|
|
88195
88870
|
columnWidths.forEach((width, i) => {
|
|
88196
88871
|
const notWidthForColumns = -1;
|
|
88197
88872
|
if (width === notWidthForColumns) {
|
|
88873
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
88198
88874
|
throw new Error(`Can't define width for ${i + 1}-th column of ${node.sourceXmlNode}.`);
|
|
88199
88875
|
}
|
|
88200
88876
|
});
|
|
@@ -96629,8 +97305,10 @@ function booleanOrStringableIdSelector(x) {
|
|
|
96629
97305
|
if (x === null) {
|
|
96630
97306
|
return "null";
|
|
96631
97307
|
}
|
|
97308
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
96632
97309
|
return x.toString();
|
|
96633
97310
|
}
|
|
97311
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
96634
97312
|
return `${x}`;
|
|
96635
97313
|
}
|
|
96636
97314
|
|
|
@@ -100422,7 +101100,6 @@ class RadioConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3__.Su
|
|
|
100422
101100
|
const mb = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)(new _ConverterResults_ModuleDescriptor__WEBPACK_IMPORTED_MODULE_2__.ModuleDescriptor("react-ui/Radio", "Radio"));
|
|
100423
101101
|
|
|
100424
101102
|
// @ts-ignore Победить выделением своего Radio-компонента
|
|
100425
|
-
// tslint:disable-next-line no-unsafe-any
|
|
100426
101103
|
mb.prop(x => x.value).set(node.value);
|
|
100427
101104
|
mb.appendChild(context.convertChildNodes(node.children));
|
|
100428
101105
|
return mb.buildConverterResult();
|
|
@@ -101739,6 +102416,7 @@ class NativeFarmFileSystem {
|
|
|
101739
102416
|
if (encoding == undefined) {
|
|
101740
102417
|
return (0,fs__WEBPACK_IMPORTED_MODULE_0__.readFileSync)(path);
|
|
101741
102418
|
}
|
|
102419
|
+
// @ts-ignore
|
|
101742
102420
|
return (0,fs__WEBPACK_IMPORTED_MODULE_0__.readFileSync)(path, encoding);
|
|
101743
102421
|
}
|
|
101744
102422
|
}
|
|
@@ -101857,6 +102535,7 @@ class MarkupBuildingContext {
|
|
|
101857
102535
|
};
|
|
101858
102536
|
}
|
|
101859
102537
|
getContentRelativeToSugarSources(relativePath, encoding) {
|
|
102538
|
+
// @ts-ignore
|
|
101860
102539
|
return fs__WEBPACK_IMPORTED_MODULE_0___default().readFileSync(path__WEBPACK_IMPORTED_MODULE_1___default().join(this.formSourcesPath, "sugar", relativePath), encoding);
|
|
101861
102540
|
}
|
|
101862
102541
|
convertChildNodes(nodes) {
|
|
@@ -102118,7 +102797,6 @@ class KCLangCalculationsBuildContext {
|
|
|
102118
102797
|
const firstItemCheckType = (_typeNode$children$fi3 = typeNode === null || typeNode === void 0 || (_typeNode$children10 = typeNode.children) === null || _typeNode$children10 === void 0 || (_typeNode$children10 = _typeNode$children10.filter((0,_validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_2__.ofType)(_validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_2__.PatternTypeCheckNode)).filter(_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_14__.isNotNullOrUndefined)) === null || _typeNode$children10 === void 0 || (_typeNode$children10 = _typeNode$children10[0]) === null || _typeNode$children10 === void 0 ? void 0 : _typeNode$children10.checkType) !== null && _typeNode$children$fi3 !== void 0 ? _typeNode$children$fi3 : checkType;
|
|
102119
102798
|
const stringPatterns = ((0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_14__.arrayIsNotEmpty)(typeNodePatterns) ? typeNodePatterns : (_schemaTypeNode$patte = schemaTypeNode === null || schemaTypeNode === void 0 ? void 0 : schemaTypeNode.patterns) !== null && _schemaTypeNode$patte !== void 0 ? _schemaTypeNode$patte : []).filter(_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_14__.isNotNullOrUndefined);
|
|
102120
102799
|
const patterns = stringPatterns.map(pattern => new _common_KCLang_CodeDom_Functions_RegexMatchFunctionCall__WEBPACK_IMPORTED_MODULE_5__.RegexMatchFunctionCall(valueReference, new _common_KCLang_CodeDom_StringConstExpression__WEBPACK_IMPORTED_MODULE_10__.StringConstExpression(pattern))).reduce((acc, current) => acc != undefined ? new _common_KCLang_CodeDom_OrExpression__WEBPACK_IMPORTED_MODULE_25__.OrExpression(acc, current) : current, undefined);
|
|
102121
|
-
1;
|
|
102122
102800
|
if (patterns != undefined) {
|
|
102123
102801
|
const stringPatternsRuleBody = patterns;
|
|
102124
102802
|
yield this.createCheck(targetPath, stringPatternsRuleBody, makeMessage({
|
|
@@ -102298,11 +102976,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
102298
102976
|
/* harmony export */ });
|
|
102299
102977
|
/* harmony import */ var reflect_metadata__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! reflect-metadata */ "./node_modules/reflect-metadata/Reflect.js");
|
|
102300
102978
|
/* harmony import */ var reflect_metadata__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(reflect_metadata__WEBPACK_IMPORTED_MODULE_0__);
|
|
102301
|
-
// tslint:disable-next-line:no-import-side-effect
|
|
102302
102979
|
|
|
102303
102980
|
const metadataKey = "__METADATA__";
|
|
102304
|
-
|
|
102305
|
-
// tslint:disable-next-line:ban-types
|
|
102306
102981
|
function getPropertyDeserializers(targetClass) {
|
|
102307
102982
|
const result = [];
|
|
102308
102983
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
@@ -102315,9 +102990,7 @@ function getPropertyDeserializers(targetClass) {
|
|
|
102315
102990
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
102316
102991
|
return result;
|
|
102317
102992
|
}
|
|
102318
|
-
function setPropertyDeserializer(
|
|
102319
|
-
// tslint:disable-next-line:ban-types
|
|
102320
|
-
nodeClass, propertyKey, prop) {
|
|
102993
|
+
function setPropertyDeserializer(nodeClass, propertyKey, prop) {
|
|
102321
102994
|
Reflect.defineMetadata("x:" + propertyKey.toString(), prop, nodeClass, "deserializers");
|
|
102322
102995
|
}
|
|
102323
102996
|
function setSugarNodeMetadata(targetClass, metadata) {
|
|
@@ -102427,6 +103100,7 @@ class MixinPropertyDeserializer {
|
|
|
102427
103100
|
const propertyResult = new this.nodeClass();
|
|
102428
103101
|
propertyResult.sourceXmlNode = xmlNode;
|
|
102429
103102
|
metadata.fillFromSugarXmlNode(propertyResult, xmlNode, serializer, tracer);
|
|
103103
|
+
// @ts-ignore
|
|
102430
103104
|
result[this.propertyName] = propertyResult;
|
|
102431
103105
|
}
|
|
102432
103106
|
}
|
|
@@ -102468,6 +103142,7 @@ class SinglePropertyDeserializer {
|
|
|
102468
103142
|
}
|
|
102469
103143
|
}
|
|
102470
103144
|
}
|
|
103145
|
+
// @ts-ignore
|
|
102471
103146
|
result[this.propertyName] = extractedValue;
|
|
102472
103147
|
}
|
|
102473
103148
|
}
|
|
@@ -102501,7 +103176,6 @@ class ArrayValueParser {
|
|
|
102501
103176
|
return undefined;
|
|
102502
103177
|
}
|
|
102503
103178
|
if (Array.isArray(attribute)) {
|
|
102504
|
-
// tslint:disable-next-line no-unsafe-any
|
|
102505
103179
|
return attribute.map(x => this.innerValueParser.parseValue(x, true));
|
|
102506
103180
|
}
|
|
102507
103181
|
throw new _Errors_SugarValueConstraintError__WEBPACK_IMPORTED_MODULE_0__.SugarValueConstraintError(`Value must be an array, got: ${typeof attribute}`);
|
|
@@ -102610,8 +103284,10 @@ class DelimitedStringArrayValueParser {
|
|
|
102610
103284
|
return [];
|
|
102611
103285
|
}
|
|
102612
103286
|
if (Array.isArray(attributeValue)) {
|
|
103287
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
102613
103288
|
return attributeValue.map(x => x.toString());
|
|
102614
103289
|
}
|
|
103290
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
102615
103291
|
return attributeValue.toString().split(",").map(x => x.trim());
|
|
102616
103292
|
}
|
|
102617
103293
|
}
|
|
@@ -102649,7 +103325,9 @@ class EnumValueParser {
|
|
|
102649
103325
|
}
|
|
102650
103326
|
return attribute;
|
|
102651
103327
|
}
|
|
102652
|
-
throw new _Errors_SugarValueConstraintError__WEBPACK_IMPORTED_MODULE_0__.SugarValueConstraintError(
|
|
103328
|
+
throw new _Errors_SugarValueConstraintError__WEBPACK_IMPORTED_MODULE_0__.SugarValueConstraintError(
|
|
103329
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
103330
|
+
`Value should be one:\n ${this.values.join("\n ")}\n` + `but got: ${attribute}`);
|
|
102653
103331
|
// @ts-ignore Тут никак не починить типизацию, у ts нет такого type guard-а
|
|
102654
103332
|
}
|
|
102655
103333
|
}
|
|
@@ -102887,6 +103565,7 @@ class StringValueParser {
|
|
|
102887
103565
|
this.default = defaultValue => new _DefaultWrapperValueParser__WEBPACK_IMPORTED_MODULE_0__.DefaultWrapperValueParser(this, defaultValue);
|
|
102888
103566
|
}
|
|
102889
103567
|
parseValue(attribute) {
|
|
103568
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
102890
103569
|
return attribute == undefined ? undefined : attribute.toString();
|
|
102891
103570
|
}
|
|
102892
103571
|
}
|
|
@@ -102899,8 +103578,10 @@ class StringArrayValueParser {
|
|
|
102899
103578
|
return undefined;
|
|
102900
103579
|
}
|
|
102901
103580
|
if (Array.isArray(attributeValue)) {
|
|
103581
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
102902
103582
|
return attributeValue.map(x => x.toString());
|
|
102903
103583
|
}
|
|
103584
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
102904
103585
|
return [attributeValue.toString()];
|
|
102905
103586
|
}
|
|
102906
103587
|
}
|
|
@@ -103881,7 +104562,7 @@ class SugarNodeConverterBase {
|
|
|
103881
104562
|
if (key === "fn") {
|
|
103882
104563
|
break;
|
|
103883
104564
|
}
|
|
103884
|
-
//
|
|
104565
|
+
// @ts-ignore
|
|
103885
104566
|
for (const outerPath of fetchFunctionDescriptor[key]) {
|
|
103886
104567
|
result[`${outerPath}.value`] = true;
|
|
103887
104568
|
}
|
|
@@ -104604,10 +105285,11 @@ function extractCustomControlFromDirectory(pathToCustomControl) {
|
|
|
104604
105285
|
}
|
|
104605
105286
|
function normalizeAndValidateCustomControlGeneratorInfo(infoRaw) {
|
|
104606
105287
|
// когда эту штука разрастётся, надо заиспользовать что-то вроде PropTypes или io-ts для валидации схемы
|
|
104607
|
-
// tslint:disable no-unsafe-any
|
|
104608
105288
|
if (typeof infoRaw === "object" && infoRaw != undefined) {
|
|
105289
|
+
// @ts-ignore
|
|
104609
105290
|
const type = infoRaw["type"];
|
|
104610
105291
|
if (type === "ControlReplacer") {
|
|
105292
|
+
// @ts-ignore
|
|
104611
105293
|
const replace = infoRaw["replace"];
|
|
104612
105294
|
if (typeof replace === "string") {
|
|
104613
105295
|
return {
|
|
@@ -104625,7 +105307,6 @@ function normalizeAndValidateCustomControlGeneratorInfo(infoRaw) {
|
|
|
104625
105307
|
};
|
|
104626
105308
|
}
|
|
104627
105309
|
}
|
|
104628
|
-
// tslint:enable no-unsafe-any
|
|
104629
105310
|
throw new Error(`Provided generator info ${JSON.stringify(infoRaw)} does not match expected shape:
|
|
104630
105311
|
{
|
|
104631
105312
|
type: "ControlReplacer";
|
|
@@ -104634,7 +105315,6 @@ function normalizeAndValidateCustomControlGeneratorInfo(infoRaw) {
|
|
|
104634
105315
|
}`);
|
|
104635
105316
|
}
|
|
104636
105317
|
function evalModule(moduleCode) {
|
|
104637
|
-
// tslint:disable-next-line no-eval no-unsafe-any
|
|
104638
105318
|
return eval(`
|
|
104639
105319
|
(function(){
|
|
104640
105320
|
const module = { exports: {} };
|
|
@@ -104760,7 +105440,7 @@ function appendCustomProperties(propsBuilder, sugarNode, propertyInfos) {
|
|
|
104760
105440
|
};
|
|
104761
105441
|
if (objectLiteralItem != undefined && typeof objectLiteralItem === "object" && "path" in objectLiteralItem && objectLiteralItem["path"] != undefined && typeof objectLiteralItem["path"] === "string") {
|
|
104762
105442
|
// @ts-ignore После строгой типизации PropValue можно будет исправить ошибку компиляции
|
|
104763
|
-
|
|
105443
|
+
|
|
104764
105444
|
objectLiteralItem.path = (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_0__.getBindingPathExpression)(sourceNode, objectLiteralItem.path);
|
|
104765
105445
|
}
|
|
104766
105446
|
return objectLiteralItem;
|
|
@@ -105566,7 +106246,6 @@ class ValidationGenerator {
|
|
|
105566
106246
|
content
|
|
105567
106247
|
} = customValidation;
|
|
105568
106248
|
try {
|
|
105569
|
-
// tslint:disable-next-line no-eval no-unsafe-any
|
|
105570
106249
|
const validationFunction = eval(`(() => ${content})()`);
|
|
105571
106250
|
this.customValidations[filename] = validationFunction;
|
|
105572
106251
|
} catch (error) {
|
|
@@ -334696,7 +335375,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"builtin":{"Array":false,"ArrayBuffer
|
|
|
334696
335375
|
/***/ ((module) => {
|
|
334697
335376
|
|
|
334698
335377
|
"use strict";
|
|
334699
|
-
module.exports = /*#__PURE__*/JSON.parse('{"assert":true,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16","async_hooks":">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],"buffer_ieee754":">= 0.5 && < 0.9.7","buffer":true,"node:buffer":[">= 14.18 && < 15",">= 16"],"child_process":true,"node:child_process":[">= 14.18 && < 15",">= 16"],"cluster":">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],"console":true,"node:console":[">= 14.18 && < 15",">= 16"],"constants":true,"node:constants":[">= 14.18 && < 15",">= 16"],"crypto":true,"node:crypto":[">= 14.18 && < 15",">= 16"],"_debug_agent":">= 1 && < 8","_debugger":"< 8","dgram":true,"node:dgram":[">= 14.18 && < 15",">= 16"],"diagnostics_channel":[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],"dns":true,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16","domain":">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],"events":true,"node:events":[">= 14.18 && < 15",">= 16"],"freelist":"< 6","fs":true,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],"_http_agent":">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],"_http_client":">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],"_http_common":">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],"_http_incoming":">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],"_http_outgoing":">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],"_http_server":">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],"http":true,"node:http":[">= 14.18 && < 15",">= 16"],"http2":">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],"https":true,"node:https":[">= 14.18 && < 15",">= 16"],"inspector":">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],"_linklist":"< 8","module":true,"node:module":[">= 14.18 && < 15",">= 16"],"net":true,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12","os":true,"node:os":[">= 14.18 && < 15",">= 16"],"path":true,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16","perf_hooks":">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],"process":">= 1","node:process":[">= 14.18 && < 15",">= 16"],"punycode":">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],"querystring":true,"node:querystring":[">= 14.18 && < 15",">= 16"],"readline":true,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17","repl":true,"node:repl":[">= 14.18 && < 15",">= 16"],"smalloc":">= 0.11.5 && < 3","_stream_duplex":">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],"_stream_transform":">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],"_stream_wrap":">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],"_stream_passthrough":">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],"_stream_readable":">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],"_stream_writable":">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],"stream":true,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5","string_decoder":true,"node:string_decoder":[">= 14.18 && < 15",">= 16"],"sys":[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"node:test":[">= 16.17 && < 17",">= 18"],"timers":true,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16","_tls_common":">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],"_tls_legacy":">= 0.11.3 && < 10","_tls_wrap":">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],"tls":true,"node:tls":[">= 14.18 && < 15",">= 16"],"trace_events":">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],"tty":true,"node:tty":[">= 14.18 && < 15",">= 16"],"url":true,"node:url":[">= 14.18 && < 15",">= 16"],"util":true,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8":">= 1","node:v8":[">= 14.18 && < 15",">= 16"],"vm":true,"node:vm":[">= 14.18 && < 15",">= 16"],"wasi":[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],"worker_threads":">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],"zlib":">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}');
|
|
335378
|
+
module.exports = /*#__PURE__*/JSON.parse('{"assert":true,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16","async_hooks":">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],"buffer_ieee754":">= 0.5 && < 0.9.7","buffer":true,"node:buffer":[">= 14.18 && < 15",">= 16"],"child_process":true,"node:child_process":[">= 14.18 && < 15",">= 16"],"cluster":">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],"console":true,"node:console":[">= 14.18 && < 15",">= 16"],"constants":true,"node:constants":[">= 14.18 && < 15",">= 16"],"crypto":true,"node:crypto":[">= 14.18 && < 15",">= 16"],"_debug_agent":">= 1 && < 8","_debugger":"< 8","dgram":true,"node:dgram":[">= 14.18 && < 15",">= 16"],"diagnostics_channel":[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],"dns":true,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16","domain":">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],"events":true,"node:events":[">= 14.18 && < 15",">= 16"],"freelist":"< 6","fs":true,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],"_http_agent":">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],"_http_client":">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],"_http_common":">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],"_http_incoming":">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],"_http_outgoing":">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],"_http_server":">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],"http":true,"node:http":[">= 14.18 && < 15",">= 16"],"http2":">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],"https":true,"node:https":[">= 14.18 && < 15",">= 16"],"inspector":">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],"_linklist":"< 8","module":true,"node:module":[">= 14.18 && < 15",">= 16"],"net":true,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12","os":true,"node:os":[">= 14.18 && < 15",">= 16"],"path":true,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16","perf_hooks":">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],"process":">= 1","node:process":[">= 14.18 && < 15",">= 16"],"punycode":">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],"querystring":true,"node:querystring":[">= 14.18 && < 15",">= 16"],"readline":true,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17","repl":true,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],"smalloc":">= 0.11.5 && < 3","node:sqlite":[">= 22.13 && < 23",">= 23.4"],"_stream_duplex":">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],"_stream_transform":">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],"_stream_wrap":">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],"_stream_passthrough":">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],"_stream_readable":">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],"_stream_writable":">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],"stream":true,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5","string_decoder":true,"node:string_decoder":[">= 14.18 && < 15",">= 16"],"sys":[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],"timers":true,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16","_tls_common":">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],"_tls_legacy":">= 0.11.3 && < 10","_tls_wrap":">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],"tls":true,"node:tls":[">= 14.18 && < 15",">= 16"],"trace_events":">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],"tty":true,"node:tty":[">= 14.18 && < 15",">= 16"],"url":true,"node:url":[">= 14.18 && < 15",">= 16"],"util":true,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8":">= 1","node:v8":[">= 14.18 && < 15",">= 16"],"vm":true,"node:vm":[">= 14.18 && < 15",">= 16"],"wasi":[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],"worker_threads":">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],"zlib":">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}');
|
|
334700
335379
|
|
|
334701
335380
|
/***/ }),
|
|
334702
335381
|
|