@kontur.candy/generator 5.93.0-aggregation-query.6 → 5.93.0-formmetainfo.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +681 -972
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1898,24 +1898,6 @@ module.exports = webpackEmptyContext;
1898
1898
 
1899
1899
  /***/ }),
1900
1900
 
1901
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$":
1902
- /*!**************************************************************************************************************!*\
1903
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/ sync .md$ ***!
1904
- \**************************************************************************************************************/
1905
- /***/ ((module) => {
1906
-
1907
- function webpackEmptyContext(req) {
1908
- var e = new Error("Cannot find module '" + req + "'");
1909
- e.code = 'MODULE_NOT_FOUND';
1910
- throw e;
1911
- }
1912
- webpackEmptyContext.keys = () => ([]);
1913
- webpackEmptyContext.resolve = webpackEmptyContext;
1914
- webpackEmptyContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$";
1915
- module.exports = webpackEmptyContext;
1916
-
1917
- /***/ }),
1918
-
1919
1901
  /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton sync recursive .md$":
1920
1902
  /*!************************************************************************************************************!*\
1921
1903
  !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ sync .md$ ***!
@@ -1934,24 +1916,6 @@ module.exports = webpackEmptyContext;
1934
1916
 
1935
1917
  /***/ }),
1936
1918
 
1937
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar sync recursive .md$":
1938
- /*!********************************************************************************************************!*\
1939
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ sync .md$ ***!
1940
- \********************************************************************************************************/
1941
- /***/ ((module) => {
1942
-
1943
- function webpackEmptyContext(req) {
1944
- var e = new Error("Cannot find module '" + req + "'");
1945
- e.code = 'MODULE_NOT_FOUND';
1946
- throw e;
1947
- }
1948
- webpackEmptyContext.keys = () => ([]);
1949
- webpackEmptyContext.resolve = webpackEmptyContext;
1950
- webpackEmptyContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar sync recursive .md$";
1951
- module.exports = webpackEmptyContext;
1952
-
1953
- /***/ }),
1954
-
1955
1919
  /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$":
1956
1920
  /*!***********************************************************************************************************!*\
1957
1921
  !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/ sync .md$ ***!
@@ -45789,8 +45753,7 @@ __webpack_require__.r(__webpack_exports__);
45789
45753
  /* harmony export */ InvalidProgramStateError: () => (/* binding */ InvalidProgramStateError),
45790
45754
  /* harmony export */ NotImplementedError: () => (/* binding */ NotImplementedError),
45791
45755
  /* harmony export */ NotSupportedError: () => (/* binding */ NotSupportedError),
45792
- /* harmony export */ TypingError: () => (/* binding */ TypingError),
45793
- /* harmony export */ isAbortException: () => (/* binding */ isAbortException)
45756
+ /* harmony export */ TypingError: () => (/* binding */ TypingError)
45794
45757
  /* harmony export */ });
45795
45758
  class ApplicationError extends Error {
45796
45759
  constructor(message) {
@@ -45823,9 +45786,6 @@ class TypingError extends ApplicationError {
45823
45786
  super("Invalid typing");
45824
45787
  }
45825
45788
  }
45826
- function isAbortException(e) {
45827
- return e instanceof DOMException && e.name === "AbortError";
45828
- }
45829
45789
 
45830
45790
  /***/ }),
45831
45791
 
@@ -45881,7 +45841,7 @@ __webpack_require__.r(__webpack_exports__);
45881
45841
  /* harmony export */ });
45882
45842
  const contextualActions = ["userPicklist.AddToReference", "referencedfields.ClearFields", "referencedfields.SwitchToManual", "referencedfields.SwitchToReferenced", "referencedfields.SelectFromReference", "modalInstanceUnit.Open", "modalInstanceUnit.Close"];
45883
45843
  function isValidContextualActionName(value) {
45884
- return contextualActions.some(x => value);
45844
+ return contextualActions.some(() => value);
45885
45845
  }
45886
45846
  function isContextualActionName(handlerName) {
45887
45847
  return handlerName.includes(".");
@@ -45889,6 +45849,23 @@ function isContextualActionName(handlerName) {
45889
45849
 
45890
45850
  /***/ }),
45891
45851
 
45852
+ /***/ "./Common/FormMetaInfo.ts":
45853
+ /*!********************************!*\
45854
+ !*** ./Common/FormMetaInfo.ts ***!
45855
+ \********************************/
45856
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
45857
+
45858
+ "use strict";
45859
+ __webpack_require__.r(__webpack_exports__);
45860
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
45861
+ /* harmony export */ HISTORY_WIDGET_HEADER_PATHS_FIELD_NAMES: () => (/* binding */ HISTORY_WIDGET_HEADER_PATHS_FIELD_NAMES),
45862
+ /* harmony export */ emptyFormMetaInfo: () => (/* binding */ emptyFormMetaInfo)
45863
+ /* harmony export */ });
45864
+ const HISTORY_WIDGET_HEADER_PATHS_FIELD_NAMES = ["path", "innFlPath", "innPath", "kppPath", "periodPath", "yearPath", "organizationNamePath", "organizationFlLastNamePath", "organizationFlFirstNamePath", "organizationFlMiddleNamePath"];
45865
+ const emptyFormMetaInfo = {};
45866
+
45867
+ /***/ }),
45868
+
45892
45869
  /***/ "./Common/FormPathUtils.ts":
45893
45870
  /*!*********************************!*\
45894
45871
  !*** ./Common/FormPathUtils.ts ***!
@@ -45945,7 +45922,7 @@ function getRngSchemaFileExtension(formSchemasDirPath, gfv) {
45945
45922
  return ".rng.xml";
45946
45923
  }
45947
45924
  return `.${maxSubversion}.rng.xml`;
45948
- } catch (e) {
45925
+ } catch {
45949
45926
  // eslint-disable-next-line no-console
45950
45927
  console.log(`Folder does not exist. ${formSchemasDirPath}`);
45951
45928
  return ".rng.xml";
@@ -46434,7 +46411,7 @@ class KCLangRuntimeUtils {
46434
46411
  return date;
46435
46412
  }
46436
46413
  sum(left, right) {
46437
- if (left == undefined && right == undefined) {
46414
+ if (!isBigOrNumber(left) && !isBigOrNumber(right)) {
46438
46415
  return undefined;
46439
46416
  }
46440
46417
  if (isBigSource(left) && isBigSource(right)) {
@@ -46794,7 +46771,7 @@ class Map2 {
46794
46771
  this.setOrUpdate(key, () => value, () => value);
46795
46772
  }
46796
46773
  getOrSet(key, defaultValueFactory) {
46797
- return this.setOrUpdate(key, defaultValueFactory, (k, v) => v);
46774
+ return this.setOrUpdate(key, defaultValueFactory, (_, v) => v);
46798
46775
  }
46799
46776
  get(key) {
46800
46777
  var _this$getEntryOrUndef;
@@ -46807,7 +46784,7 @@ class Map2 {
46807
46784
  const hash = this.getKeyHash(key);
46808
46785
  const list = this.hashMap.get(hash);
46809
46786
  if (list != undefined) {
46810
- const removingEntry = Iterator.from(_IterableUtils__WEBPACK_IMPORTED_MODULE_1__.IterUtils.iterateEntries(list)).find(([index, [itemKey, itemValue]]) => this.areKeyEqual(itemKey, key));
46787
+ const removingEntry = Iterator.from(_IterableUtils__WEBPACK_IMPORTED_MODULE_1__.IterUtils.iterateEntries(list)).find(([_, [itemKey]]) => this.areKeyEqual(itemKey, key));
46811
46788
  if (removingEntry != undefined) {
46812
46789
  list.splice(removingEntry[0], 1);
46813
46790
  return true;
@@ -47848,7 +47825,7 @@ function ensureArrayLengthGreaterThenOrEqual(items, length) {
47848
47825
  throw new Error(`Array must have minimal length ${length}`);
47849
47826
  }
47850
47827
  }
47851
- function ensureNever(neverArgument) {
47828
+ function ensureNever(_neverArgument) {
47852
47829
  // noop
47853
47830
  }
47854
47831
  function ensureAndGetString(neverArgument) {
@@ -47870,7 +47847,7 @@ function isNullOrWhiteSpace(input) {
47870
47847
  function trimLastSlash(url) {
47871
47848
  return url.slice(-1) === "/" ? url.slice(0, -1) : url;
47872
47849
  }
47873
- function assertIs(value) {
47850
+ function assertIs(_) {
47874
47851
  // noop
47875
47852
  }
47876
47853
 
@@ -48634,7 +48611,7 @@ class ValidationFunction extends _AutoCalculations_CalculationFunctionBase__WEBP
48634
48611
  var _evaluationContext$ge;
48635
48612
  if (expressionPath.startsWith("@")) {
48636
48613
  const state = form.store.getState();
48637
- return (0,_Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__.getValueByPath)(state, () => "", {}, expressionPath, fieldName);
48614
+ return (0,_Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__.getValueByPath)(state, () => "", expressionPath, fieldName);
48638
48615
  }
48639
48616
  const generatedAbsoluteModelPath = contextCurrentElement.joinWith((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(expressionPath, "auto")).normalize();
48640
48617
  if (fieldName === "children") {
@@ -48713,25 +48690,6 @@ function getKnownViewModelFieldNames() {
48713
48690
 
48714
48691
  /***/ }),
48715
48692
 
48716
- /***/ "./Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy.ts":
48717
- /*!***********************************************************************!*\
48718
- !*** ./Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy.ts ***!
48719
- \***********************************************************************/
48720
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
48721
-
48722
- "use strict";
48723
- __webpack_require__.r(__webpack_exports__);
48724
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
48725
- /* harmony export */ AggregationType: () => (/* binding */ AggregationType)
48726
- /* harmony export */ });
48727
- let AggregationType = /*#__PURE__*/function (AggregationType) {
48728
- AggregationType[AggregationType["Sum"] = 0] = "Sum";
48729
- AggregationType[AggregationType["Count"] = 1] = "Count";
48730
- return AggregationType;
48731
- }({});
48732
-
48733
- /***/ }),
48734
-
48735
48693
  /***/ "./Engine/src/Engine/Core/ModalManager/Modals/Utils/Types.ts":
48736
48694
  /*!*******************************************************************!*\
48737
48695
  !*** ./Engine/src/Engine/Core/ModalManager/Modals/Utils/Types.ts ***!
@@ -49597,7 +49555,7 @@ class CompileFilterExpressionTransduceVisitor extends FilterExpressionTransduceV
49597
49555
  return condition.value;
49598
49556
  }
49599
49557
  transformByInstancesExpression(expression) {
49600
- return (getModelValuesFn, getInstanceFn) => {
49558
+ return (_, getInstanceFn) => {
49601
49559
  const instance = getInstanceFn(expression.condition.dataPath);
49602
49560
  return expression.condition.instances.some(x => x === instance);
49603
49561
  };
@@ -49669,97 +49627,6 @@ let FilterType = /*#__PURE__*/function (FilterType) {
49669
49627
 
49670
49628
  /***/ }),
49671
49629
 
49672
- /***/ "./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts":
49673
- /*!*************************************************************************************!*\
49674
- !*** ./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts ***!
49675
- \*************************************************************************************/
49676
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
49677
-
49678
- "use strict";
49679
- __webpack_require__.r(__webpack_exports__);
49680
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
49681
- /* harmony export */ FilterExpressionResolveBindingPaths: () => (/* binding */ FilterExpressionResolveBindingPaths)
49682
- /* harmony export */ });
49683
- /* harmony import */ var _Common_Errors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../Common/Errors */ "./Common/Errors.ts");
49684
- /* harmony import */ var _CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./CompileFilterExpression */ "./Engine/src/Helpers/FilterExpressions/CompileFilterExpression.ts");
49685
-
49686
-
49687
- class FilterExpressionResolveBindingPaths extends _CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__.FilterExpressionTransduceVisitor {
49688
- constructor(pathResolver) {
49689
- super();
49690
- this.pathResolver = void 0;
49691
- this.pathResolver = pathResolver;
49692
- }
49693
- createDefaultResult() {
49694
- throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_0__.InvalidProgramStateError();
49695
- }
49696
- transformAndExpression(expression) {
49697
- return {
49698
- ...expression,
49699
- conditions: expression.conditions.map(x => this.transformExpression(x))
49700
- };
49701
- }
49702
- transformEndDateExpression(expression) {
49703
- return {
49704
- ...expression,
49705
- condition: {
49706
- ...expression.condition,
49707
- dataPath: this.pathResolver(expression.condition.dataPath)
49708
- }
49709
- };
49710
- }
49711
- transformEqualExpression(expression) {
49712
- return {
49713
- ...expression,
49714
- condition: {
49715
- ...expression.condition,
49716
- dataPath: this.pathResolver(expression.condition.dataPath)
49717
- }
49718
- };
49719
- }
49720
- transformOrExpression(expression) {
49721
- return {
49722
- ...expression,
49723
- conditions: expression.conditions.map(x => this.transformExpression(x))
49724
- };
49725
- }
49726
- transformStartDateExpression(expression) {
49727
- return {
49728
- ...expression,
49729
- condition: {
49730
- ...expression.condition,
49731
- dataPath: this.pathResolver(expression.condition.dataPath)
49732
- }
49733
- };
49734
- }
49735
- transformSubstringExpression(expression) {
49736
- return {
49737
- ...expression,
49738
- condition: {
49739
- ...expression.condition,
49740
- dataPath: this.pathResolver(expression.condition.dataPath)
49741
- }
49742
- };
49743
- }
49744
- transformByInstancesExpression(expression) {
49745
- return {
49746
- ...expression,
49747
- condition: {
49748
- ...expression.condition,
49749
- dataPath: this.pathResolver(expression.condition.dataPath)
49750
- }
49751
- };
49752
- }
49753
- transformUnaryNotExpression(expression) {
49754
- return {
49755
- ...expression,
49756
- condition: this.transformExpression(expression.condition)
49757
- };
49758
- }
49759
- }
49760
-
49761
- /***/ }),
49762
-
49763
49630
  /***/ "./Engine/src/Helpers/StateAccessors/GetValueByPath.ts":
49764
49631
  /*!*************************************************************!*\
49765
49632
  !*** ./Engine/src/Helpers/StateAccessors/GetValueByPath.ts ***!
@@ -49775,20 +49642,10 @@ __webpack_require__.r(__webpack_exports__);
49775
49642
  function isPrimitiveValue(value) {
49776
49643
  return typeof value === "string" || typeof value === "number" || typeof value === "boolean";
49777
49644
  }
49778
- const pathPrefixes = {
49779
- featureFlags: "@featureFlags/",
49780
- settings: "@settings/",
49781
- contextVars: "@contextVars/",
49782
- mergedPropertiesForBackendCompatibility: "@mergedPropertiesForBackendCompatibility/",
49783
- all: "@"
49784
- };
49785
- function hasPrefix(path, prefix) {
49786
- return path.startsWith(prefix);
49787
- }
49788
49645
  function getFeatureFlagByPath(state, path) {
49789
49646
  var _state$featureFlags;
49790
49647
  let value = undefined;
49791
- const featureFlagValue = state === null || state === void 0 || (_state$featureFlags = state.featureFlags) === null || _state$featureFlags === void 0 ? void 0 : _state$featureFlags[path.replace(pathPrefixes.featureFlags, "")];
49648
+ const featureFlagValue = state === null || state === void 0 || (_state$featureFlags = state.featureFlags) === null || _state$featureFlags === void 0 ? void 0 : _state$featureFlags[path.replace("@featureFlags/", "")];
49792
49649
  if (featureFlagValue == undefined) {
49793
49650
  value = undefined;
49794
49651
  } else if (isPrimitiveValue(featureFlagValue)) {
@@ -49802,7 +49659,7 @@ function getFeatureFlagByPath(state, path) {
49802
49659
  function getSettingByPath(state, path) {
49803
49660
  var _state$settings;
49804
49661
  let value = undefined;
49805
- const settingValue = (_state$settings = state.settings) === null || _state$settings === void 0 ? void 0 : _state$settings[path.replace(pathPrefixes.settings, "")];
49662
+ const settingValue = (_state$settings = state.settings) === null || _state$settings === void 0 ? void 0 : _state$settings[path.replace("@settings/", "")];
49806
49663
  if (settingValue == undefined) {
49807
49664
  value = undefined;
49808
49665
  } else if (isPrimitiveValue(settingValue)) {
@@ -49813,43 +49670,31 @@ function getSettingByPath(state, path) {
49813
49670
  }
49814
49671
  return value;
49815
49672
  }
49816
- function getContextVar(variableContext, path) {
49817
- const varName = path.replace(/^\@contextVars\//, "");
49818
- const variable = variableContext[varName];
49819
- return variable === null || variable === void 0 ? void 0 : variable.toString();
49820
- }
49821
- function getExternalPropertyValue(state, variableContext, path) {
49673
+ function getExternalPropertyValue(state, path) {
49822
49674
  if (path.startsWith("@mergedPropertiesForBackendCompatibility/")) {
49823
- var _ref, _ref2, _ref3, _getFeatureFlagByPath, _state$requisites;
49675
+ var _ref, _ref2, _getFeatureFlagByPath, _state$requisites;
49824
49676
  // Что это за история: на бекенде getProperty не принимает тип внешней переменной -- просто имя, они какбы
49825
49677
  // сливаются в одну кучу (ну или так было), поэтому для обраной совместимости может приходит такой префикс
49826
49678
  // когда мы потеряли контекс.
49827
- const name = path.replace(pathPrefixes.mergedPropertiesForBackendCompatibility, "");
49828
- return (_ref = (_ref2 = (_ref3 = (_getFeatureFlagByPath = getFeatureFlagByPath(state, pathPrefixes.featureFlags + name)) !== null && _getFeatureFlagByPath !== void 0 ? _getFeatureFlagByPath : getSettingByPath(state, pathPrefixes.settings + name)) !== null && _ref3 !== void 0 ? _ref3 : 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 && _ref2 !== void 0 ? _ref2 : getContextVar(variableContext, pathPrefixes.contextVars + name)) !== null && _ref !== void 0 ? _ref : "";
49829
- } else if (hasPrefix(path, pathPrefixes.featureFlags)) {
49679
+ const name = path.replace("@mergedPropertiesForBackendCompatibility/", "");
49680
+ 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 : "";
49681
+ } else if (path.startsWith("@featureFlags/")) {
49830
49682
  var _getFeatureFlagByPath2;
49831
49683
  return (_getFeatureFlagByPath2 = getFeatureFlagByPath(state, path)) !== null && _getFeatureFlagByPath2 !== void 0 ? _getFeatureFlagByPath2 : "";
49832
- } else if (hasPrefix(path, pathPrefixes.settings)) {
49684
+ } else if (path.startsWith("@settings/")) {
49833
49685
  var _getSettingByPath;
49834
49686
  return (_getSettingByPath = getSettingByPath(state, path)) !== null && _getSettingByPath !== void 0 ? _getSettingByPath : "";
49835
- } else if (hasPrefix(path, pathPrefixes.contextVars)) {
49836
- var _getContextVar;
49837
- return (_getContextVar = getContextVar(variableContext, path)) !== null && _getContextVar !== void 0 ? _getContextVar : "";
49838
- } else if (hasPrefix(path, pathPrefixes.all)) {
49687
+ } else if (path.startsWith("@")) {
49839
49688
  var _state$requisites$pat, _state$requisites2;
49840
49689
  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 : "";
49841
49690
  }
49842
49691
  return "";
49843
49692
  }
49844
- function getValueByPath(state, selector, variableContext, path, name = "value") {
49693
+ function getValueByPath(state, selector, path, name = "value") {
49845
49694
  var _value;
49846
49695
  let value;
49847
- if (typeof path === "string" && path.startsWith(pathPrefixes.contextVars)) {
49848
- const varName = path.replace(/^\@contextVars\//, "");
49849
- const variable = variableContext[varName];
49850
- value = variable === null || variable === void 0 ? void 0 : variable.toString();
49851
- } else if (typeof path === "string") {
49852
- value = getExternalPropertyValue(state, variableContext, path);
49696
+ if (typeof path === "string") {
49697
+ value = getExternalPropertyValue(state, path);
49853
49698
  } else {
49854
49699
  value = selector(state, path, name);
49855
49700
  }
@@ -51434,7 +51279,7 @@ class KCLangAntlrVisitor {
51434
51279
  }
51435
51280
  return targetContext.accept(this);
51436
51281
  }
51437
- visitGlobalVariable(ctx) {
51282
+ visitGlobalVariable() {
51438
51283
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitGlobalVariable not supported");
51439
51284
  }
51440
51285
 
@@ -51546,12 +51391,12 @@ class KCLangAntlrVisitor {
51546
51391
  body: ctx.body().accept(this)
51547
51392
  };
51548
51393
  }
51549
- visitElsePart(ctx) {
51394
+ visitElsePart() {
51550
51395
  throw Error("ElsePart not used");
51551
51396
  }
51552
51397
 
51553
51398
  // Expression
51554
- visitExpression(ctx) {
51399
+ visitExpression() {
51555
51400
  throw Error("visitExpression not used");
51556
51401
  }
51557
51402
  visitArray(ctx) {
@@ -51597,10 +51442,10 @@ class KCLangAntlrVisitor {
51597
51442
  }).flat()
51598
51443
  };
51599
51444
  }
51600
- visitVarName(ctx) {
51445
+ visitVarName() {
51601
51446
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitVarName not supported");
51602
51447
  }
51603
- visitVarExpression(ctx) {
51448
+ visitVarExpression() {
51604
51449
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitVarExpression not supported");
51605
51450
  }
51606
51451
  visitBrackets(ctx) {
@@ -51706,10 +51551,10 @@ class KCLangAntlrVisitor {
51706
51551
  }
51707
51552
 
51708
51553
  // Property
51709
- visitPropertyExpression(ctx) {
51554
+ visitPropertyExpression() {
51710
51555
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitPropertyExpression not supported");
51711
51556
  }
51712
- visitPropertyVariable(ctx) {
51557
+ visitPropertyVariable() {
51713
51558
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitPropertyVariable not supported");
51714
51559
  }
51715
51560
 
@@ -51937,19 +51782,19 @@ class KCLangAntlrVisitor {
51937
51782
  }
51938
51783
 
51939
51784
  // Other
51940
- visit(tree) {
51785
+ visit() {
51941
51786
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visit not supported");
51942
51787
  }
51943
- visitLocalVariable(ctx) {
51788
+ visitLocalVariable() {
51944
51789
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitLocalVariable not supported");
51945
51790
  }
51946
- visitLabel(ctx) {
51791
+ visitLabel() {
51947
51792
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitLabel is not supported");
51948
51793
  }
51949
- visitTerminal(node) {
51794
+ visitTerminal() {
51950
51795
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitTerminal not supported");
51951
51796
  }
51952
- visitErrorNode(node) {
51797
+ visitErrorNode() {
51953
51798
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_1__.NotSupportedError("visitErrorNode not implemented");
51954
51799
  }
51955
51800
  visitChildren(node) {
@@ -59753,7 +59598,7 @@ class ErrorListener {
59753
59598
  get errorMessages() {
59754
59599
  return this.innerErrorMessages;
59755
59600
  }
59756
- syntaxError(recognizer, offendingSymbol, line, charPositionInLine, msg, e) {
59601
+ syntaxError(_, __, line, charPositionInLine, msg) {
59757
59602
  this.innerErrorMessages.push(`Parsing error at [${line}, ${charPositionInLine}]. Message: ${msg}`);
59758
59603
  }
59759
59604
  }
@@ -59792,11 +59637,9 @@ __webpack_require__.r(__webpack_exports__);
59792
59637
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
59793
59638
  /* harmony export */ BinaryExpression: () => (/* binding */ BinaryExpression)
59794
59639
  /* harmony export */ });
59795
- /* harmony import */ var _KCLangUtils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./KCLangUtils */ "./Generator/src/common/KCLang/CodeDom/KCLangUtils.ts");
59796
- /* harmony import */ var _KCLangExpression__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./KCLangExpression */ "./Generator/src/common/KCLang/CodeDom/KCLangExpression.ts");
59797
-
59640
+ /* harmony import */ var _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./KCLangExpression */ "./Generator/src/common/KCLang/CodeDom/KCLangExpression.ts");
59798
59641
 
59799
- class BinaryExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_1__.KCLangExpression {
59642
+ class BinaryExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__.KCLangExpression {
59800
59643
  constructor(left, right) {
59801
59644
  super();
59802
59645
  this.left = void 0;
@@ -59804,10 +59647,10 @@ class BinaryExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_1__.KC
59804
59647
  this.left = left;
59805
59648
  this.right = right;
59806
59649
  }
59807
- needAddBraces(child) {
59650
+ needAddBraces(_) {
59808
59651
  return true;
59809
59652
  }
59810
- toString(indentSize = _KCLangUtils__WEBPACK_IMPORTED_MODULE_0__.defaultIndentSize) {
59653
+ toString() {
59811
59654
  const leftExpr = this.needAddBraces(this.left) ? `(${this.left.toString()})` : this.left.toString();
59812
59655
  const rightExpr = this.needAddBraces(this.right) ? `(${this.right.toString()})` : this.right.toString();
59813
59656
  return `${leftExpr} ${this.operatorToString()} ${rightExpr}`;
@@ -59896,9 +59739,7 @@ __webpack_require__.r(__webpack_exports__);
59896
59739
  /* harmony export */ });
59897
59740
  /* harmony import */ var big_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! big.js */ "./node_modules/big.js/big.mjs");
59898
59741
  /* harmony import */ var _KCLangExpression__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./KCLangExpression */ "./Generator/src/common/KCLang/CodeDom/KCLangExpression.ts");
59899
- /* harmony import */ var _KCLangUtils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./KCLangUtils */ "./Generator/src/common/KCLang/CodeDom/KCLangUtils.ts");
59900
- /* harmony import */ var _KCLangType__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./KCLangType */ "./Generator/src/common/KCLang/CodeDom/KCLangType.ts");
59901
-
59742
+ /* harmony import */ var _KCLangType__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./KCLangType */ "./Generator/src/common/KCLang/CodeDom/KCLangType.ts");
59902
59743
 
59903
59744
 
59904
59745
 
@@ -59909,9 +59750,9 @@ class DecimalConstExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_
59909
59750
  this.value = (0,big_js__WEBPACK_IMPORTED_MODULE_0__["default"])(value);
59910
59751
  }
59911
59752
  getType() {
59912
- return _KCLangType__WEBPACK_IMPORTED_MODULE_3__.DecimalType.default;
59753
+ return _KCLangType__WEBPACK_IMPORTED_MODULE_2__.DecimalType.default;
59913
59754
  }
59914
- toString(indentSize = _KCLangUtils__WEBPACK_IMPORTED_MODULE_2__.defaultIndentSize) {
59755
+ toString() {
59915
59756
  return this.value.toFixed();
59916
59757
  }
59917
59758
  }
@@ -59937,7 +59778,7 @@ class DescriptionText extends _KCLangBase__WEBPACK_IMPORTED_MODULE_0__.KCLangBas
59937
59778
  this.value = void 0;
59938
59779
  this.value = value;
59939
59780
  }
59940
- toString(indentSize) {
59781
+ toString() {
59941
59782
  return this.value;
59942
59783
  }
59943
59784
  }
@@ -60333,12 +60174,12 @@ __webpack_require__.r(__webpack_exports__);
60333
60174
 
60334
60175
 
60335
60176
  class PathElementFilter extends _KCLangBase__WEBPACK_IMPORTED_MODULE_2__.KCLangBase {
60336
- toString(indentSize) {
60177
+ toString(_indentSize) {
60337
60178
  return "";
60338
60179
  }
60339
60180
  }
60340
60181
  class PathElementCollation extends _KCLangBase__WEBPACK_IMPORTED_MODULE_2__.KCLangBase {
60341
- toString(indentSize) {
60182
+ toString(_indentSize) {
60342
60183
  return "";
60343
60184
  }
60344
60185
  }
@@ -60417,7 +60258,7 @@ class KCLangRawStringExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODU
60417
60258
  getType() {
60418
60259
  return this.result;
60419
60260
  }
60420
- toString(indentSize) {
60261
+ toString() {
60421
60262
  return `${this.value}`;
60422
60263
  }
60423
60264
  }
@@ -60840,8 +60681,6 @@ __webpack_require__.r(__webpack_exports__);
60840
60681
  /* harmony export */ });
60841
60682
  /* harmony import */ var _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./KCLangExpression */ "./Generator/src/common/KCLang/CodeDom/KCLangExpression.ts");
60842
60683
  /* harmony import */ var _KCLangType__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./KCLangType */ "./Generator/src/common/KCLang/CodeDom/KCLangType.ts");
60843
- /* harmony import */ var _KCLangUtils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./KCLangUtils */ "./Generator/src/common/KCLang/CodeDom/KCLangUtils.ts");
60844
-
60845
60684
 
60846
60685
 
60847
60686
  class StringArrayConstExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__.KCLangExpression {
@@ -60853,7 +60692,7 @@ class StringArrayConstExpression extends _KCLangExpression__WEBPACK_IMPORTED_MOD
60853
60692
  getType() {
60854
60693
  return _KCLangType__WEBPACK_IMPORTED_MODULE_1__.StringArrayType.default;
60855
60694
  }
60856
- toString(indentSize = _KCLangUtils__WEBPACK_IMPORTED_MODULE_2__.defaultIndentSize) {
60695
+ toString() {
60857
60696
  return `[${this.values.map(x => x.toString()).join(", ")}]`;
60858
60697
  }
60859
60698
  }
@@ -60872,12 +60711,10 @@ __webpack_require__.r(__webpack_exports__);
60872
60711
  /* harmony export */ StringConstExpression: () => (/* binding */ StringConstExpression)
60873
60712
  /* harmony export */ });
60874
60713
  /* harmony import */ var _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./KCLangExpression */ "./Generator/src/common/KCLang/CodeDom/KCLangExpression.ts");
60875
- /* harmony import */ var _KCLangUtils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./KCLangUtils */ "./Generator/src/common/KCLang/CodeDom/KCLangUtils.ts");
60876
- /* harmony import */ var _KCLangType__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./KCLangType */ "./Generator/src/common/KCLang/CodeDom/KCLangType.ts");
60714
+ /* harmony import */ var _KCLangType__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./KCLangType */ "./Generator/src/common/KCLang/CodeDom/KCLangType.ts");
60877
60715
  var _StringConstExpression;
60878
60716
 
60879
60717
 
60880
-
60881
60718
  class StringConstExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_0__.KCLangExpression {
60882
60719
  constructor(value) {
60883
60720
  super();
@@ -60885,9 +60722,9 @@ class StringConstExpression extends _KCLangExpression__WEBPACK_IMPORTED_MODULE_0
60885
60722
  this.value = value;
60886
60723
  }
60887
60724
  getType() {
60888
- return _KCLangType__WEBPACK_IMPORTED_MODULE_2__.StringType.default;
60725
+ return _KCLangType__WEBPACK_IMPORTED_MODULE_1__.StringType.default;
60889
60726
  }
60890
- toString(indentSize = _KCLangUtils__WEBPACK_IMPORTED_MODULE_1__.defaultIndentSize) {
60727
+ toString() {
60891
60728
  return `"${this.value.toString().replace(/"/g, '\\"')}"`;
60892
60729
  }
60893
60730
  }
@@ -61197,178 +61034,178 @@ function traverseKCLangExpression(node, visitor) {
61197
61034
  }
61198
61035
  }
61199
61036
  class DefaultKCLangExpressionVisitor {
61200
- visitAbsKCLangNode(node) {
61037
+ visitAbsKCLangNode(_node) {
61201
61038
  // default empty implementation
61202
61039
  }
61203
- visitArrayKCLangNode(node) {
61040
+ visitArrayKCLangNode(_node) {
61204
61041
  // default empty implementation
61205
61042
  }
61206
- visitFirstOrDefaultKCLangNode(node) {
61043
+ visitFirstOrDefaultKCLangNode(_node) {
61207
61044
  // default empty implementation
61208
61045
  }
61209
- visitHashSetKCLangNode(node) {
61046
+ visitHashSetKCLangNode(_node) {
61210
61047
  // default empty implementation
61211
61048
  }
61212
- visitNoDepsKCLangNode(node) {
61049
+ visitNoDepsKCLangNode(_node) {
61213
61050
  // default empty implementation
61214
61051
  }
61215
- visitGetPicklistValuesKCLangNode(node) {
61052
+ visitGetPicklistValuesKCLangNode(_node) {
61216
61053
  // default empty implementation
61217
61054
  }
61218
- visitAndKCLangNode(node) {
61055
+ visitAndKCLangNode(_node) {
61219
61056
  // default empty implementation
61220
61057
  }
61221
- visitArgumentKCLangNode(node) {
61058
+ visitArgumentKCLangNode(_node) {
61222
61059
  // default empty implementation
61223
61060
  }
61224
- visitCastExpressionKCLangNode(node) {
61061
+ visitCastExpressionKCLangNode(_node) {
61225
61062
  // default empty implementation
61226
61063
  }
61227
- visitChooseKCLangNode(node) {
61064
+ visitChooseKCLangNode(_node) {
61228
61065
  // default empty implementation
61229
61066
  }
61230
- visitComparisonKCLangNode(node) {
61067
+ visitComparisonKCLangNode(_node) {
61231
61068
  // default empty implementation
61232
61069
  }
61233
- visitConstKCLangNode(node) {
61070
+ visitConstKCLangNode(_node) {
61234
61071
  // default empty implementation
61235
61072
  }
61236
- visitExistsKCLangNode(node) {
61073
+ visitExistsKCLangNode(_node) {
61237
61074
  // default empty implementation
61238
61075
  }
61239
- visitIsSnilsKCLangNode(node) {
61076
+ visitIsSnilsKCLangNode(_node) {
61240
61077
  // default empty implementation
61241
61078
  }
61242
- visitIsRegNumSfrKCLangNode(node) {
61079
+ visitIsRegNumSfrKCLangNode(_node) {
61243
61080
  // default empty implementation
61244
61081
  }
61245
- visitIsInnKCLangNode(node) {
61082
+ visitIsInnKCLangNode(_node) {
61246
61083
  // default empty implementation
61247
61084
  }
61248
- visitIsOgrnKCLangNode(node) {
61085
+ visitIsOgrnKCLangNode(_node) {
61249
61086
  // default empty implementation
61250
61087
  }
61251
- visitIsValidAccountNumberNode(node) {
61088
+ visitIsValidAccountNumberNode(_node) {
61252
61089
  // default empty implementation
61253
61090
  }
61254
- visitIsValidMirCardNumberNode(node) {
61091
+ visitIsValidMirCardNumberNode(_node) {
61255
61092
  // default empty implementation
61256
61093
  }
61257
- visitLengthKCLangNode(node) {
61094
+ visitLengthKCLangNode(_node) {
61258
61095
  // default empty implementation
61259
61096
  }
61260
- visitMinusKCLangNode(node) {
61097
+ visitMinusKCLangNode(_node) {
61261
61098
  // default empty implementation
61262
61099
  }
61263
- visitMultiplyKCLangNode(node) {
61100
+ visitMultiplyKCLangNode(_node) {
61264
61101
  // default empty implementation
61265
61102
  }
61266
- visitMultySumKCLangNode(node) {
61103
+ visitMultySumKCLangNode(_node) {
61267
61104
  // default empty implementation
61268
61105
  }
61269
- visitGroupSumKCLangNode(node) {
61106
+ visitGroupSumKCLangNode(_node) {
61270
61107
  // default empty implementation
61271
61108
  }
61272
- visitGroupCountKCLangNode(node) {
61109
+ visitGroupCountKCLangNode(_node) {
61273
61110
  // default empty implementation
61274
61111
  }
61275
- visitNotKCLangNode(node) {
61112
+ visitNotKCLangNode(_node) {
61276
61113
  // default empty implementation
61277
61114
  }
61278
- visitOneOfExpressionKCLangNode(node) {
61115
+ visitOneOfExpressionKCLangNode(_node) {
61279
61116
  // default empty implementation
61280
61117
  }
61281
- visitOrKCLangNode(node) {
61118
+ visitOrKCLangNode(_node) {
61282
61119
  // default empty implementation
61283
61120
  }
61284
- visitRegexMatchKCLangNode(node) {
61121
+ visitRegexMatchKCLangNode(_node) {
61285
61122
  // default empty implementation
61286
61123
  }
61287
- visitConcatKCLangNode(node) {
61124
+ visitConcatKCLangNode(_node) {
61288
61125
  // default empty implementation
61289
61126
  }
61290
- visitRoundKCLangNode(node) {
61127
+ visitRoundKCLangNode(_node) {
61291
61128
  // default empty implementation
61292
61129
  }
61293
- visitFloorKCLangNode(node) {
61130
+ visitFloorKCLangNode(_node) {
61294
61131
  // default empty implementation
61295
61132
  }
61296
- visitCountKCLangNode(node) {
61133
+ visitCountKCLangNode(_node) {
61297
61134
  // default empty implementation
61298
61135
  }
61299
- visitInstanceCountKCLangNode(node) {
61136
+ visitInstanceCountKCLangNode(_node) {
61300
61137
  // default empty implementation
61301
61138
  }
61302
- visitIsEqualToAutoCalculatedKCLangNode(node) {
61139
+ visitIsEqualToAutoCalculatedKCLangNode(_node) {
61303
61140
  // default empty implementation
61304
61141
  }
61305
- visitSubstringKCLangNode(node) {
61142
+ visitSubstringKCLangNode(_node) {
61306
61143
  // default empty implementation
61307
61144
  }
61308
- visitSumKCLangNode(node) {
61145
+ visitSumKCLangNode(_node) {
61309
61146
  // default empty implementation
61310
61147
  }
61311
- visitXAbsKCLangNode(node) {
61148
+ visitXAbsKCLangNode(_node) {
61312
61149
  // default empty implementation
61313
61150
  }
61314
- visitNewLineKCLangNode(node) {
61151
+ visitNewLineKCLangNode(_node) {
61315
61152
  // default empty implementation
61316
61153
  }
61317
- visitDateNowKCLangNode(node) {
61154
+ visitDateNowKCLangNode(_node) {
61318
61155
  // default empty implementation
61319
61156
  }
61320
- visitGetDaysInMonthKCLangNode(node) {
61157
+ visitGetDaysInMonthKCLangNode(_node) {
61321
61158
  // default empty implementation
61322
61159
  }
61323
- visitGetDayKCLangNode(node) {
61160
+ visitGetDayKCLangNode(_node) {
61324
61161
  // default empty implementation
61325
61162
  }
61326
- visitGetMonthKCLangNode(node) {
61163
+ visitGetMonthKCLangNode(_node) {
61327
61164
  // default empty implementation
61328
61165
  }
61329
- visitGetYearKCLangNode(node) {
61166
+ visitGetYearKCLangNode(_node) {
61330
61167
  // default empty implementation
61331
61168
  }
61332
- visitIsDateKCLangNode(node) {
61169
+ visitIsDateKCLangNode(_node) {
61333
61170
  // default empty implementation
61334
61171
  }
61335
- visitDifferenceInMonthsKCLangNode(node) {
61172
+ visitDifferenceInMonthsKCLangNode(_node) {
61336
61173
  // default empty implementation
61337
61174
  }
61338
- visitDifferenceInDaysKCLangNode(node) {
61175
+ visitDifferenceInDaysKCLangNode(_node) {
61339
61176
  // default empty implementation
61340
61177
  }
61341
- visitAddDaysKCLangNode(node) {
61178
+ visitAddDaysKCLangNode(_node) {
61342
61179
  // default empty implementation
61343
61180
  }
61344
- visitAddMonthsKCLangNode(node) {
61181
+ visitAddMonthsKCLangNode(_node) {
61345
61182
  // default empty implementation
61346
61183
  }
61347
- visitAddYearsKCLangNode(node) {
61184
+ visitAddYearsKCLangNode(_node) {
61348
61185
  // default empty implementation
61349
61186
  }
61350
- visitDateToStringKCLangNode(node) {
61187
+ visitDateToStringKCLangNode(_node) {
61351
61188
  // default empty implementation
61352
61189
  }
61353
- visitDateTimeKCLangNode(node) {
61190
+ visitDateTimeKCLangNode(_node) {
61354
61191
  // default empty implementation
61355
61192
  }
61356
- visitSumOfDayWeightsKCLangNode(node) {
61193
+ visitSumOfDayWeightsKCLangNode(_node) {
61357
61194
  // default empty implementation
61358
61195
  }
61359
- visitHasAutoFlagKCLangNode(node) {
61196
+ visitHasAutoFlagKCLangNode(_node) {
61360
61197
  // default empty implementation
61361
61198
  }
61362
- visitGetSumByKeysKCLangNode(node) {
61199
+ visitGetSumByKeysKCLangNode(_node) {
61363
61200
  // default empty implementation
61364
61201
  }
61365
- visitMakeDictKCLangNode(node) {
61202
+ visitMakeDictKCLangNode(_node) {
61366
61203
  // default empty implementation
61367
61204
  }
61368
- visitJoinKCLangNode(node) {
61205
+ visitJoinKCLangNode(_node) {
61369
61206
  // default empty implementation
61370
61207
  }
61371
- visitGetPropertyByNameNode(node) {
61208
+ visitGetPropertyByNameNode(_node) {
61372
61209
  // default empty implementation
61373
61210
  }
61374
61211
  }
@@ -61682,7 +61519,7 @@ const getGenerateJsExpressionFunc = options => {
61682
61519
  }
61683
61520
  case "cast":
61684
61521
  {
61685
- const castFunc = innerExpr => {
61522
+ const castFunc = () => {
61686
61523
  switch (expression.targetType) {
61687
61524
  case "decimal":
61688
61525
  {
@@ -61703,7 +61540,7 @@ const getGenerateJsExpressionFunc = options => {
61703
61540
  throw new Error("Unreachable code error!");
61704
61541
  }
61705
61542
  };
61706
- return castFunc(expression.expression);
61543
+ return castFunc();
61707
61544
  }
61708
61545
  case "round":
61709
61546
  {
@@ -61952,7 +61789,7 @@ function isPathPrefix(contextBlock) {
61952
61789
  function isCondition(contextBlock) {
61953
61790
  return contextBlock.type === "Condition";
61954
61791
  }
61955
- function formatDescribeStatement(ast, matchPath, describe) {
61792
+ function formatDescribeStatement(describe) {
61956
61793
  return _KCLangDescriptionParser__WEBPACK_IMPORTED_MODULE_6__.KCLangDescriptionParser.parse(describe.text).map(item => {
61957
61794
  if (typeof item === "string") {
61958
61795
  return item;
@@ -61966,7 +61803,7 @@ function generateKCXmlFormula(ast, parents, describe) {
61966
61803
  throw new Error("Formulas cannot be a child of conditional statement");
61967
61804
  }
61968
61805
  const matchPath = joinPaths([...parents.filter(isPathPrefix).map(x => x.path)]);
61969
- const descriptionAttr = describe != undefined ? ` description="${escapeHtmlCharacters(formatDescribeStatement(ast, matchPath, describe))}"` : "";
61806
+ const descriptionAttr = describe != undefined ? ` description="${escapeHtmlCharacters(formatDescribeStatement(describe))}"` : "";
61970
61807
  return `<m:formula match="${matchPath}" target="${ast.target}"${descriptionAttr}>\n` + (0,_Common_IndentString__WEBPACK_IMPORTED_MODULE_2__.indent)(generateKCXmlExpression(ast.expression), 1) + "\n" + `</m:formula>`;
61971
61808
  }
61972
61809
  function removeTrailingSlash(inputStr) {
@@ -62149,7 +61986,7 @@ function generateKCXmlCondition(ast, parentContexts, describe) {
62149
61986
  var _ref, _inferConditionTarget;
62150
61987
  const matchPath = joinPaths([...parentContexts.filter(isPathPrefix).map(x => x.path)]);
62151
61988
  const levelAttr = ast.level === undefined ? "" : ` errorLevel="${(0,_StringUtils__WEBPACK_IMPORTED_MODULE_3__.capitalizeFirstLetter)(ast.level)}"`;
62152
- const descriptionAttr = describe != undefined ? ` description="${escapeHtmlCharacters(formatDescribeStatement(ast, matchPath, describe))}"` : "";
61989
+ const descriptionAttr = describe != undefined ? ` description="${escapeHtmlCharacters(formatDescribeStatement(describe))}"` : "";
62153
61990
  const guessedTarget = (_ref = (_inferConditionTarget = inferConditionTarget(ast, ast.target)) !== null && _inferConditionTarget !== void 0 ? _inferConditionTarget : ast.target) !== null && _ref !== void 0 ? _ref : guessConditionTarget(ast);
62154
61991
  const targetAttr = guessedTarget != undefined ? ` target="${guessedTarget}"` : "";
62155
61992
  const conditions = [];
@@ -63505,7 +63342,7 @@ __webpack_require__.r(__webpack_exports__);
63505
63342
  /* harmony import */ var _ExtractTextsFromSugar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ExtractTextsFromSugar */ "./Generator/src/common/SugarExtractor/ExtractTextsFromSugar.ts");
63506
63343
 
63507
63344
 
63508
- async function getSugarTexts(formSourcesPath, farmDirectory, hlFarmDirectoryPath) {
63345
+ async function getSugarTexts(formSourcesPath, farmDirectory) {
63509
63346
  const sources = await (0,_generators_ReadFormSources__WEBPACK_IMPORTED_MODULE_0__.readFormSources)(formSourcesPath, farmDirectory);
63510
63347
  const extractor = new _ExtractTextsFromSugar__WEBPACK_IMPORTED_MODULE_1__.TextFromSugarExtractor(sources);
63511
63348
  extractor.extractSugarTextsFromSugarXml();
@@ -64329,7 +64166,7 @@ class EvaluateTemplateVisitor {
64329
64166
  try {
64330
64167
  (0,_XmlParser_XmlParser__WEBPACK_IMPORTED_MODULE_4__.parseXml)(value);
64331
64168
  return true;
64332
- } catch (e) {
64169
+ } catch {
64333
64170
  return false;
64334
64171
  }
64335
64172
  }
@@ -64632,7 +64469,7 @@ __webpack_require__.r(__webpack_exports__);
64632
64469
  function areEqualAttributesExpectWidth(nodes) {
64633
64470
  const attributesExpectWidth = nodes.map(x => x.attributes).map(x => {
64634
64471
  const {
64635
- width,
64472
+ width: _,
64636
64473
  ...restAttrs
64637
64474
  } = x;
64638
64475
  return restAttrs;
@@ -64760,7 +64597,7 @@ function modifyToGroupedColumns(normalizedCols, row, columnGrouping, rowIndex) {
64760
64597
  // eslint-disable-next-line @typescript-eslint/no-shadow
64761
64598
  ({
64762
64599
  attributes: {
64763
- colspan,
64600
+ colspan: _,
64764
64601
  ...restAttributes
64765
64602
  },
64766
64603
  children
@@ -67311,7 +67148,7 @@ class FormulaAutoCalculation {
67311
67148
  varDeclaration
67312
67149
  } = this.buildArgumentExtraction();
67313
67150
  const defaultValue = _babel_types__WEBPACK_IMPORTED_MODULE_1__.stringLiteral(this.defaultValue);
67314
- const results = _babel_types__WEBPACK_IMPORTED_MODULE_1__.arrayExpression(this.results.map((x, index) => _babel_types__WEBPACK_IMPORTED_MODULE_1__.arrayExpression([_babel_types__WEBPACK_IMPORTED_MODULE_1__.stringLiteral(x.target.toRelativeOf(this.match).toString()), _babel_types__WEBPACK_IMPORTED_MODULE_1__.stringLiteral(x.targetField),
67151
+ const results = _babel_types__WEBPACK_IMPORTED_MODULE_1__.arrayExpression(this.results.map(x => _babel_types__WEBPACK_IMPORTED_MODULE_1__.arrayExpression([_babel_types__WEBPACK_IMPORTED_MODULE_1__.stringLiteral(x.target.toRelativeOf(this.match).toString()), _babel_types__WEBPACK_IMPORTED_MODULE_1__.stringLiteral(x.targetField),
67315
67152
  // Используется только result, а не resultExpression
67316
67153
  _babel_types__WEBPACK_IMPORTED_MODULE_1__.identifier("result")])));
67317
67154
  const funcCall = this.buildFunctionCall(argsRequest, defaultValue, varDeclaration, (_this$results$0$resul = (_this$results$2 = this.results[0]) === null || _this$results$2 === void 0 ? void 0 : _this$results$2.resultExpression) !== null && _this$results$0$resul !== void 0 ? _this$results$0$resul : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__.reject)(), results);
@@ -67581,42 +67418,42 @@ class FormulaProcessor {
67581
67418
  const resultExpression = this.popExpressions(1)[0];
67582
67419
  return [...this.additionalAutocalculations, this.buildFormula(resultExpression)];
67583
67420
  }
67584
- beforeArgumentExpression(expression) {
67421
+ beforeArgumentExpression() {
67585
67422
  // noop
67586
67423
  }
67587
67424
  afterArgumentExpression(expression) {
67588
67425
  const argumentName = this.addDependency(expression.select, expression.type);
67589
67426
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier(argumentName));
67590
67427
  }
67591
- beforeCountExpression(expression) {
67428
+ beforeCountExpression() {
67592
67429
  // noop
67593
67430
  }
67594
67431
  afterCountExpression(expression) {
67595
67432
  const argumentName = this.addDependency(expression.select);
67596
67433
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier(argumentName));
67597
67434
  }
67598
- beforeInstanceCountExpression(expression) {
67435
+ beforeInstanceCountExpression() {
67599
67436
  // noop
67600
67437
  }
67601
67438
  afterInstanceCountExpression(expression) {
67602
67439
  const argumentName = this.addDependency(expression.select);
67603
67440
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier(argumentName));
67604
67441
  }
67605
- beforeIsEqualToAutoCalculatedExpression(expression) {
67442
+ beforeIsEqualToAutoCalculatedExpression() {
67606
67443
  // noop
67607
67444
  }
67608
67445
  afterIsEqualToAutoCalculatedExpression(expression) {
67609
67446
  const argumentName = this.addDependency(expression.select);
67610
67447
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier(argumentName));
67611
67448
  }
67612
- beforeMultySumExpression(expression) {
67449
+ beforeMultySumExpression() {
67613
67450
  // noop
67614
67451
  }
67615
67452
  afterMultySumExpression(expression) {
67616
67453
  const argumentName = this.addDependency(expression.select);
67617
67454
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier(argumentName));
67618
67455
  }
67619
- beforeConstExpression(expression) {
67456
+ beforeConstExpression() {
67620
67457
  // noop
67621
67458
  }
67622
67459
  afterConstExpression(expression) {
@@ -67633,7 +67470,7 @@ class FormulaProcessor {
67633
67470
  throw new Error(`Const type '${type}' unsupported`);
67634
67471
  }
67635
67472
  }
67636
- beforeSubstringExpression(expression) {
67473
+ beforeSubstringExpression() {
67637
67474
  this.pushExpressions();
67638
67475
  }
67639
67476
  afterSubstringExpression(expression) {
@@ -67643,7 +67480,7 @@ class FormulaProcessor {
67643
67480
  }
67644
67481
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("substr")), [_babel_types__WEBPACK_IMPORTED_MODULE_0__.numericLiteral(expression.start), _babel_types__WEBPACK_IMPORTED_MODULE_0__.numericLiteral(expression.length)]));
67645
67482
  }
67646
- beforeCastExpression(expression) {
67483
+ beforeCastExpression() {
67647
67484
  this.pushExpressions();
67648
67485
  }
67649
67486
  afterCastExpression(expression) {
@@ -67663,25 +67500,25 @@ class FormulaProcessor {
67663
67500
  throw new Error(`Cast type '${expression.type}' unsupported`);
67664
67501
  }
67665
67502
  }
67666
- beforeDateNowExpression(expression) {
67503
+ beforeDateNowExpression() {
67667
67504
  // noop
67668
67505
  }
67669
- afterDateNowExpression(expression) {
67506
+ afterDateNowExpression() {
67670
67507
  const createDate = _babel_types__WEBPACK_IMPORTED_MODULE_0__.newExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("Date"), []);
67671
67508
  const date = _babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(createDate, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("toLocaleDateString")), [_babel_types__WEBPACK_IMPORTED_MODULE_0__.stringLiteral("ru-RU")]);
67672
67509
  this.returnExpression(date);
67673
67510
  }
67674
- beforeGtExpression(expression) {
67511
+ beforeGtExpression() {
67675
67512
  this.pushExpressions();
67676
67513
  }
67677
- afterGtExpression(expression) {
67514
+ afterGtExpression() {
67678
67515
  const [leftExpression, rightExpression] = this.popExpressions(2);
67679
67516
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(leftExpression, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("gt")), [rightExpression]));
67680
67517
  }
67681
- beforeAndExpression(expression) {
67518
+ beforeAndExpression() {
67682
67519
  this.pushExpressions();
67683
67520
  }
67684
- afterAndExpression(expression) {
67521
+ afterAndExpression() {
67685
67522
  const [firstExpression, ...restExpressions] = this.popExpressions(1);
67686
67523
  let result = firstExpression;
67687
67524
  for (const child of restExpressions) {
@@ -67693,10 +67530,10 @@ class FormulaProcessor {
67693
67530
  }
67694
67531
  this.returnExpression(result);
67695
67532
  }
67696
- beforeOrExpression(expression) {
67533
+ beforeOrExpression() {
67697
67534
  this.pushExpressions();
67698
67535
  }
67699
- afterOrExpression(expression) {
67536
+ afterOrExpression() {
67700
67537
  const [firstExpression, ...restExpressions] = this.popExpressions(1);
67701
67538
  let result = firstExpression;
67702
67539
  for (const child of restExpressions) {
@@ -67708,38 +67545,38 @@ class FormulaProcessor {
67708
67545
  }
67709
67546
  this.returnExpression(result);
67710
67547
  }
67711
- beforeNotExpression(expression) {
67548
+ beforeNotExpression() {
67712
67549
  this.pushExpressions();
67713
67550
  }
67714
- afterNotExpression(expression) {
67551
+ afterNotExpression() {
67715
67552
  const [childExpression] = this.popExpressions(1);
67716
67553
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.unaryExpression("!", childExpression));
67717
67554
  }
67718
- beforeLtExpression(expression) {
67555
+ beforeLtExpression() {
67719
67556
  this.pushExpressions();
67720
67557
  }
67721
- afterLtExpression(expression) {
67558
+ afterLtExpression() {
67722
67559
  const [leftExpression, rightExpression] = this.popExpressions(2);
67723
67560
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(leftExpression, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("lt")), [rightExpression]));
67724
67561
  }
67725
- beforeGeExpression(expression) {
67562
+ beforeGeExpression() {
67726
67563
  this.pushExpressions();
67727
67564
  }
67728
- afterGeExpression(expression) {
67565
+ afterGeExpression() {
67729
67566
  const [leftExpression, rightExpression] = this.popExpressions(2);
67730
67567
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(leftExpression, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("gte")), [rightExpression]));
67731
67568
  }
67732
- beforeLeExpression(expression) {
67569
+ beforeLeExpression() {
67733
67570
  this.pushExpressions();
67734
67571
  }
67735
- afterLeExpression(expression) {
67572
+ afterLeExpression() {
67736
67573
  const [leftExpression, rightExpression] = this.popExpressions(2);
67737
67574
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(leftExpression, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("lte")), [rightExpression]));
67738
67575
  }
67739
- beforeEqExpression(expression) {
67576
+ beforeEqExpression() {
67740
67577
  this.pushExpressions();
67741
67578
  }
67742
- afterEqExpression(expression) {
67579
+ afterEqExpression() {
67743
67580
  const [leftExpression, rightExpression] = this.popExpressions(2);
67744
67581
  if (this.isStringExpression(leftExpression) && this.isStringExpression(rightExpression)) {
67745
67582
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.binaryExpression("===", leftExpression, rightExpression));
@@ -67747,17 +67584,17 @@ class FormulaProcessor {
67747
67584
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(leftExpression, _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("eq")), [rightExpression]));
67748
67585
  }
67749
67586
  }
67750
- beforeChooseExpression(expression) {
67587
+ beforeChooseExpression() {
67751
67588
  this.pushExpressions();
67752
67589
  }
67753
- afterChooseExpression(expression) {
67590
+ afterChooseExpression() {
67754
67591
  const [ifExpression, thenExpression, elseExpression] = this.popExpressions(3);
67755
67592
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.conditionalExpression(ifExpression, thenExpression, elseExpression));
67756
67593
  }
67757
- beforeSumExpression(expression) {
67594
+ beforeSumExpression() {
67758
67595
  this.pushExpressions();
67759
67596
  }
67760
- afterSumExpression(expression) {
67597
+ afterSumExpression() {
67761
67598
  const [firstExpression, ...restExpressions] = this.popExpressions(1);
67762
67599
  let result = firstExpression;
67763
67600
  for (const child of restExpressions) {
@@ -67769,7 +67606,7 @@ class FormulaProcessor {
67769
67606
  }
67770
67607
  this.returnExpression(result);
67771
67608
  }
67772
- beforeRoundExpression(expression) {
67609
+ beforeRoundExpression() {
67773
67610
  this.pushExpressions();
67774
67611
  }
67775
67612
  afterRoundExpression(expression) {
@@ -67779,27 +67616,27 @@ class FormulaProcessor {
67779
67616
  }
67780
67617
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("round")), [_babel_types__WEBPACK_IMPORTED_MODULE_0__.unaryExpression("+", _babel_types__WEBPACK_IMPORTED_MODULE_0__.stringLiteral(expression.fractionalDigits.toString()))]));
67781
67618
  }
67782
- beforeFloorExpression(expression) {
67619
+ beforeFloorExpression() {
67783
67620
  this.pushExpressions();
67784
67621
  }
67785
- afterFloorExpression(expression) {
67622
+ afterFloorExpression() {
67786
67623
  const child = this.popExpressions(1);
67787
67624
  if (child.length !== 1) {
67788
67625
  throw new Error("Выражение floor должно содержать ровно одно подвыражение");
67789
67626
  }
67790
67627
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("floor")), []));
67791
67628
  }
67792
- beforeAbsExpression(expression) {
67629
+ beforeAbsExpression() {
67793
67630
  this.pushExpressions();
67794
67631
  }
67795
- afterAbsExpression(expression) {
67632
+ afterAbsExpression() {
67796
67633
  const child = this.popExpressions(1);
67797
67634
  if (child.length !== 1) {
67798
67635
  throw new Error("Выражение abs должно содержать ровно одно подвыражение");
67799
67636
  }
67800
67637
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("abs")), []));
67801
67638
  }
67802
- beforeDivisionExpression(expression) {
67639
+ beforeDivisionExpression() {
67803
67640
  this.pushExpressions();
67804
67641
  }
67805
67642
  afterDivisionExpression(expression) {
@@ -67812,20 +67649,20 @@ class FormulaProcessor {
67812
67649
  }
67813
67650
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("div")), [child[1]]));
67814
67651
  }
67815
- beforeMinusExpression(expression) {
67652
+ beforeMinusExpression() {
67816
67653
  this.pushExpressions();
67817
67654
  }
67818
- afterMinusExpression(expression) {
67655
+ afterMinusExpression() {
67819
67656
  const child = this.popExpressions(1);
67820
67657
  if (child.length !== 1) {
67821
67658
  throw new Error("Выражение minus должно содержать ровно одно подвыражение");
67822
67659
  }
67823
67660
  this.returnExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.callExpression(_babel_types__WEBPACK_IMPORTED_MODULE_0__.memberExpression(child[0], _babel_types__WEBPACK_IMPORTED_MODULE_0__.identifier("times")), [_babel_types__WEBPACK_IMPORTED_MODULE_0__.numericLiteral(-1)]));
67824
67661
  }
67825
- beforeMultiplyExpression(expression) {
67662
+ beforeMultiplyExpression() {
67826
67663
  this.pushExpressions();
67827
67664
  }
67828
- afterMultiplyExpression(expression) {
67665
+ afterMultiplyExpression() {
67829
67666
  const [firstExpression, ...restExpressions] = this.popExpressions(1);
67830
67667
  let result = firstExpression;
67831
67668
  for (const child of restExpressions) {
@@ -67847,7 +67684,7 @@ class FormulaProcessor {
67847
67684
  var _this$findDependencyB;
67848
67685
  return _babel_types__WEBPACK_IMPORTED_MODULE_0__.isStringLiteral(expression) || _babel_types__WEBPACK_IMPORTED_MODULE_0__.isIdentifier(expression) && ((_this$findDependencyB = this.findDependencyByName(expression.name)) === null || _this$findDependencyB === void 0 ? void 0 : _this$findDependencyB.variableType) === "string";
67849
67686
  }
67850
- buildFormula(resultExpression, countFormula = false) {
67687
+ buildFormula(resultExpression) {
67851
67688
  const suffix = this.getLegacyExpressionTypeForFunctionName(this.formula.expression);
67852
67689
  const functionName = `${this.getNameByPath(`${this.formula.match}/${this.formula.target}`)}_${suffix}`;
67853
67690
  const targetPath = this.resolveFormulaPathToEnginePath(`${this.formula.match}/${this.formula.target}`);
@@ -68038,7 +67875,7 @@ class FormulasAutoCalculationsGenerator {
68038
67875
  try {
68039
67876
  const generator = new _FormulaProcessing_FormulaProcessor__WEBPACK_IMPORTED_MODULE_3__.FormulaProcessor(formula, schemaRng, dataDeclarationHelper);
68040
67877
  return generator.buildAutoCalculation();
68041
- } catch (e) {
67878
+ } catch {
68042
67879
  // eslint-disable-next-line no-console
68043
67880
  console.warn(chalk__WEBPACK_IMPORTED_MODULE_0___default().yellow(`[WARN] Can not generate autocalc for formula with target:`));
68044
67881
  // eslint-disable-next-line no-console
@@ -69804,7 +69641,7 @@ class DataDeclarationGenerationContext {
69804
69641
  processChildrenDataDeclaration(children, nodeProcessor) {
69805
69642
  const childrenDataDeclaration = [];
69806
69643
  for (const child of children) {
69807
- childrenDataDeclaration.push(this.buildNodeDataDeclaration(child, this.initSequenceFactory, nodeProcessor));
69644
+ childrenDataDeclaration.push(this.buildNodeDataDeclaration(child, nodeProcessor));
69808
69645
  }
69809
69646
  return this.mergeDataDeclaration(...childrenDataDeclaration);
69810
69647
  }
@@ -69844,7 +69681,6 @@ class DataDeclarationGenerationContext {
69844
69681
  };
69845
69682
  }
69846
69683
  addSpecialFieldsEntry(node, {
69847
- multiple,
69848
69684
  optional,
69849
69685
  disabled
69850
69686
  }) {
@@ -69958,7 +69794,7 @@ class DataDeclarationGenerationContext {
69958
69794
  sections.push(_Common_CommonConstants_SectionNames__WEBPACK_IMPORTED_MODULE_2__.SectionNames.defaultSection);
69959
69795
  return sections;
69960
69796
  }
69961
- buildNodeDataDeclaration(child, fieldNameToDeclInfo, nodeProcessor) {
69797
+ buildNodeDataDeclaration(child, nodeProcessor) {
69962
69798
  const controlConverterClass = (0,_markupGenerator_AllConverters__WEBPACK_IMPORTED_MODULE_6__.getConverterByNodeClass)((0,_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_9__.getNodeClass)(child));
69963
69799
  if (controlConverterClass == undefined) {
69964
69800
  if (child instanceof _markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_9__.UnknownSugarNode && child.name === "type") {
@@ -69968,7 +69804,7 @@ class DataDeclarationGenerationContext {
69968
69804
  const customControl = this.controlCustomizationContext.tryGetCustomRegularControl(child.name);
69969
69805
  if (customControl != undefined) {
69970
69806
  const hasBindingPath = customControl.properties.find(x => x.name === "path" && x.type === "bindingPath");
69971
- return hasBindingPath ? this.addCustomControlPathDeclEntry(child, customControl) : emptyDataDeclarationCollection;
69807
+ return hasBindingPath ? this.addCustomControlPathDeclEntry(child) : emptyDataDeclarationCollection;
69972
69808
  }
69973
69809
  }
69974
69810
  const result = nodeProcessor === null || nodeProcessor === void 0 ? void 0 : nodeProcessor(child);
@@ -69982,7 +69818,7 @@ class DataDeclarationGenerationContext {
69982
69818
  const converter = new controlConverterClass(child);
69983
69819
  return converter.buildDataDeclaration(this);
69984
69820
  }
69985
- addCustomControlPathDeclEntry(sugarNode, customControl) {
69821
+ addCustomControlPathDeclEntry(sugarNode) {
69986
69822
  const declEntry = {};
69987
69823
  declEntry["value"] = this.initSequenceFactory.dataValue(sugarNode, sugarNode.disabled);
69988
69824
  if (sugarNode.optional) {
@@ -70399,7 +70235,7 @@ __webpack_require__.r(__webpack_exports__);
70399
70235
 
70400
70236
 
70401
70237
 
70402
- function adjustPathMultiplicityComplex(path, formSchemaRng, dataDeclarationHelper) {
70238
+ function adjustPathMultiplicityComplex(path, dataDeclarationHelper) {
70403
70239
  const result = new _Common_ModelPath_ModelPathBuilder__WEBPACK_IMPORTED_MODULE_3__.ModelPathBuilder(true);
70404
70240
  for (const pathToken of path.getPathParts()) {
70405
70241
  if (_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.PathTokens.isMultiToken(pathToken)) {
@@ -70497,7 +70333,7 @@ function isFileExists(directoryPath) {
70497
70333
  try {
70498
70334
  const dirStat = (0,fs__WEBPACK_IMPORTED_MODULE_0__.statSync)(directoryPath);
70499
70335
  return dirStat.isFile();
70500
- } catch (ignoreError) {
70336
+ } catch {
70501
70337
  return false;
70502
70338
  }
70503
70339
  }
@@ -70791,7 +70627,7 @@ function buildSugarNodeDocumentation(sugarNodeClass) {
70791
70627
  children,
70792
70628
  singleChild,
70793
70629
  availableAnyChildren
70794
- } = buildAvailableChildrenInfo(propertySerializers, documentationFilesContext);
70630
+ } = buildAvailableChildrenInfo(propertySerializers);
70795
70631
  const imagesPromise = getPathImagesFromContext(documentationFilesContext);
70796
70632
  const images = {};
70797
70633
  // В соседней ветке переезжаю на nodejs22, надо бы тут убрать магию с промисом и заюзать нативный globSync в getPathImagesFromContext
@@ -70820,23 +70656,23 @@ function buildSugarNodeDocumentation(sugarNodeClass) {
70820
70656
  images: images
70821
70657
  };
70822
70658
  }
70823
- function buildAvailableChildrenInfo(propertySerializers, documentationFilesContext) {
70659
+ function buildAvailableChildrenInfo(propertySerializers) {
70824
70660
  if (propertySerializers.length === 0) {
70825
70661
  return {
70826
70662
  children: [],
70827
70663
  singleChild: []
70828
70664
  };
70829
70665
  }
70830
- const children = propertySerializers.map(x => buildAvailableChildrenDocs(x, documentationFilesContext)).flat();
70831
- const singleChild = propertySerializers.map(x => buildAvailableSingleChildDocs(x, documentationFilesContext)).flat();
70832
- const availableAnyChildren = propertySerializers.map(x => buildAvailableSugarChildrenDocs(x, documentationFilesContext)).some(x => x === true);
70666
+ const children = propertySerializers.map(x => buildAvailableChildrenDocs(x)).flat();
70667
+ const singleChild = propertySerializers.map(x => buildAvailableSingleChildDocs(x)).flat();
70668
+ const availableAnyChildren = propertySerializers.map(x => buildAvailableSugarChildrenDocs(x)).some(x => x === true);
70833
70669
  return {
70834
70670
  children: children,
70835
70671
  singleChild: singleChild,
70836
70672
  availableAnyChildren: availableAnyChildren
70837
70673
  };
70838
70674
  }
70839
- function buildAvailableChildrenDocs(propertyDeserializer, documentationFilesContext) {
70675
+ function buildAvailableChildrenDocs(propertyDeserializer) {
70840
70676
  if (!(propertyDeserializer instanceof _markupGenerator_Serializer_Properties_SinglePropertyDeserializer__WEBPACK_IMPORTED_MODULE_7__.SinglePropertyDeserializer)) {
70841
70677
  return [];
70842
70678
  }
@@ -70849,7 +70685,7 @@ function buildAvailableChildrenDocs(propertyDeserializer, documentationFilesCont
70849
70685
  }
70850
70686
  return [];
70851
70687
  }
70852
- function buildAvailableSugarChildrenDocs(propertyDeserializer, documentationFilesContext) {
70688
+ function buildAvailableSugarChildrenDocs(propertyDeserializer) {
70853
70689
  if (!(propertyDeserializer instanceof _markupGenerator_Serializer_Properties_SinglePropertyDeserializer__WEBPACK_IMPORTED_MODULE_7__.SinglePropertyDeserializer)) {
70854
70690
  return false;
70855
70691
  }
@@ -70858,7 +70694,7 @@ function buildAvailableSugarChildrenDocs(propertyDeserializer, documentationFile
70858
70694
  }
70859
70695
  return false;
70860
70696
  }
70861
- function buildAvailableSingleChildDocs(propertyDeserializer, documentationFilesContext) {
70697
+ function buildAvailableSingleChildDocs(propertyDeserializer) {
70862
70698
  if (!(propertyDeserializer instanceof _markupGenerator_Serializer_Properties_SinglePropertyDeserializer__WEBPACK_IMPORTED_MODULE_7__.SinglePropertyDeserializer)) {
70863
70699
  return [];
70864
70700
  }
@@ -71078,6 +70914,42 @@ function getOrCreateNode(nodes, path) {
71078
70914
 
71079
70915
  /***/ }),
71080
70916
 
70917
+ /***/ "./Generator/src/generators/FormMetaInfoGenerator/FormMetaInfoGenerator.ts":
70918
+ /*!*********************************************************************************!*\
70919
+ !*** ./Generator/src/generators/FormMetaInfoGenerator/FormMetaInfoGenerator.ts ***!
70920
+ \*********************************************************************************/
70921
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
70922
+
70923
+ "use strict";
70924
+ __webpack_require__.r(__webpack_exports__);
70925
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
70926
+ /* harmony export */ FormMetaInfoGenerator: () => (/* binding */ FormMetaInfoGenerator)
70927
+ /* harmony export */ });
70928
+ /* harmony import */ var _markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../markupGenerator/Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
70929
+ /* harmony import */ var _markupGenerator_AllConverters__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../markupGenerator/AllConverters */ "./Generator/src/generators/markupGenerator/AllConverters.ts");
70930
+ /* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
70931
+
70932
+
70933
+
70934
+ class FormMetaInfoGenerator {
70935
+ constructor(sugarRoot) {
70936
+ this.sugarRoot = void 0;
70937
+ this.sugarRoot = sugarRoot;
70938
+ }
70939
+ generate() {
70940
+ var _getConverterByNodeCl;
70941
+ const converterClass = (_getConverterByNodeCl = (0,_markupGenerator_AllConverters__WEBPACK_IMPORTED_MODULE_1__.getConverterByNodeClass)((0,_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_0__.getNodeClass)(this.sugarRoot))) !== null && _getConverterByNodeCl !== void 0 ? _getConverterByNodeCl : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_2__.reject)();
70942
+ const converter = new converterClass(this.sugarRoot);
70943
+ const formMetaInfo = converter.buildMetaInfo();
70944
+ const result = JSON.stringify(formMetaInfo);
70945
+ return {
70946
+ formMetaInfoContent: unescape(result.replace(/(\\)(u[\dA-Fa-f]{4})/g, "%$2"))
70947
+ };
70948
+ }
70949
+ }
70950
+
70951
+ /***/ }),
70952
+
71081
70953
  /***/ "./Generator/src/generators/FormSourcesBuilder/FormSourcesBuilder.ts":
71082
70954
  /*!***************************************************************************!*\
71083
70955
  !*** ./Generator/src/generators/FormSourcesBuilder/FormSourcesBuilder.ts ***!
@@ -71305,7 +71177,7 @@ async function isDirectoryExists(directoryPath) {
71305
71177
  try {
71306
71178
  const dirStat = await statAsync(directoryPath);
71307
71179
  return dirStat.isDirectory();
71308
- } catch (ignoreError) {
71180
+ } catch {
71309
71181
  return false;
71310
71182
  }
71311
71183
  }
@@ -71313,7 +71185,7 @@ function isDirectoryExistsSync(directoryPath) {
71313
71185
  try {
71314
71186
  const dirStat = fs__WEBPACK_IMPORTED_MODULE_0__.statSync(directoryPath);
71315
71187
  return dirStat.isDirectory();
71316
- } catch (ignoreError) {
71188
+ } catch {
71317
71189
  return false;
71318
71190
  }
71319
71191
  }
@@ -72369,6 +72241,8 @@ __webpack_require__.r(__webpack_exports__);
72369
72241
  /* harmony import */ var _markupGenerator_IMarkupBuildingContext__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./markupGenerator/IMarkupBuildingContext */ "./Generator/src/generators/markupGenerator/IMarkupBuildingContext.ts");
72370
72242
  /* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_OptionalElementsRulesBuilder__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/OptionalElementsRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/OptionalElementsRulesBuilder.ts");
72371
72243
  /* harmony import */ var _ServerSideFLangNormalization_RuleBuilders_OptionalBlocksRulesBuilder__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./ServerSideFLangNormalization/RuleBuilders/OptionalBlocksRulesBuilder */ "./Generator/src/generators/ServerSideFLangNormalization/RuleBuilders/OptionalBlocksRulesBuilder.ts");
72244
+ /* harmony import */ var _FormMetaInfoGenerator_FormMetaInfoGenerator__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./FormMetaInfoGenerator/FormMetaInfoGenerator */ "./Generator/src/generators/FormMetaInfoGenerator/FormMetaInfoGenerator.ts");
72245
+
72372
72246
 
72373
72247
 
72374
72248
 
@@ -72464,12 +72338,16 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
72464
72338
  } = dataDeclarationGenerator.generate();
72465
72339
  const dataDeclarationHelper = new _DataDeclarationGenerator_DataDeclarationGenerationTimeHelper__WEBPACK_IMPORTED_MODULE_27__.DataDeclarationGenerationTimeHelper(dataDeclaration, formSchemaRng);
72466
72340
  const extendedSchemaInfo = (0,_ExtendedSchema_ExtendedSchemaInfoUtils__WEBPACK_IMPORTED_MODULE_49__.buildExtendedSchemaInfo)(dataDeclarationHelper);
72341
+ const formMetaInfoGenerator = new _FormMetaInfoGenerator_FormMetaInfoGenerator__WEBPACK_IMPORTED_MODULE_54__.FormMetaInfoGenerator(sugarRoot);
72342
+ const {
72343
+ formMetaInfoContent
72344
+ } = formMetaInfoGenerator.generate();
72467
72345
  const markupBuilderContext = new _markupGenerator_IMarkupBuildingContext__WEBPACK_IMPORTED_MODULE_51__.MarkupBuildingContext(new _markupGenerator_ElementProcessors_Commons_NodePathsContext__WEBPACK_IMPORTED_MODULE_50__.NodePathsContext(), additionalContent.formSourcesPath, additionalContent.helpersContent, additionalContent.tourSteps, controlCustomizationContext, typeRegistry, formSchemaRng, dataDeclarationHelper, useSchemaValidations);
72468
72346
  const validationGenerator = new _validationGenerator_ValidationGenerator__WEBPACK_IMPORTED_MODULE_17__.ValidationGenerator(sugarRoot, typeRegistry, markupBuilderContext, controlCustomizationContext, formSchemaRng, useSchemaValidations, additionalContent.validationsContent, additionalContent.formJsonSettings);
72469
72347
  const lazyLoadGenerator = new _LazyLoadDeclarationGenerator_LazyLoadDeclarationGenerator__WEBPACK_IMPORTED_MODULE_30__.LazyLoadDeclarationGenerator(sugarRoot, formSchemaRng);
72470
72348
  const lazyLoadGeneratorResult = lazyLoadGenerator.generate();
72471
72349
  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");
72472
- const formulaExprConverter = new _ServerSideFLangNormalization_FormulaExpressionToFlangExpressionConverter__WEBPACK_IMPORTED_MODULE_35__.FormulaExpressionToFlangExpressionConverter(path => (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_36__.adjustPathMultiplicityComplex)(path, formSchemaRng, dataDeclarationHelper), {
72350
+ const formulaExprConverter = new _ServerSideFLangNormalization_FormulaExpressionToFlangExpressionConverter__WEBPACK_IMPORTED_MODULE_35__.FormulaExpressionToFlangExpressionConverter(path => (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_36__.adjustPathMultiplicityComplex)(path, dataDeclarationHelper), {
72473
72351
  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
72474
72352
  });
72475
72353
  const formulaRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_FormulaRulesBuilder__WEBPACK_IMPORTED_MODULE_37__.FormulaRulesBuilder(formSchemaRng, formulas, dataDeclarationHelper, formulaExprConverter, {
@@ -72478,7 +72356,7 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
72478
72356
  const initializationRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_InitializationRulesBuilder__WEBPACK_IMPORTED_MODULE_38__.InitializationRulesBuilder(sugarRoot, resourcesHash);
72479
72357
  const lazyLoadingRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_LazyLoadingRulesBuilder__WEBPACK_IMPORTED_MODULE_39__.LazyLoadingRulesBuilder(sugarRoot, lazyLoadGeneratorResult.declaration);
72480
72358
  const sugarRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_SugarRulesBuilder__WEBPACK_IMPORTED_MODULE_40__.SugarRulesBuilder(sugarRoot, formSchemaRng, controlCustomizationContext, fetchFunctions, dataDeclarationHelper, typeRegistry, useSchemaValidations);
72481
- const validationRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_ValidationRulesBuilder__WEBPACK_IMPORTED_MODULE_41__.ValidationRulesBuilder(dataDeclarationHelper, formSchemaRng, formulaExprConverter, kcXmlConditions);
72359
+ const validationRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_ValidationRulesBuilder__WEBPACK_IMPORTED_MODULE_41__.ValidationRulesBuilder(dataDeclarationHelper, formulaExprConverter, kcXmlConditions);
72482
72360
  const optionalSectionRuleBuilder = new _ServerSideFLangNormalization_RuleBuilders_OptionalSectionRulesBuilder__WEBPACK_IMPORTED_MODULE_34__.OptionalSectionRulesBuilder(sugarRoot, dataDeclarationHelper);
72483
72361
  const optionalElementsRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_OptionalElementsRulesBuilder__WEBPACK_IMPORTED_MODULE_52__.OptionalElementsRulesBuilder(formSchemaRng, dataDeclarationHelper);
72484
72362
  const optionalBlocksRulesBuilder = new _ServerSideFLangNormalization_RuleBuilders_OptionalBlocksRulesBuilder__WEBPACK_IMPORTED_MODULE_53__.OptionalBlocksRulesBuilder(dataDeclarationHelper);
@@ -72496,6 +72374,7 @@ function processSugar(formSugarContent, additionalContent, generationOptions) {
72496
72374
  const formulasForCalculator = useOldCalculator ? formulas : [];
72497
72375
  builder.addResource("calculationFunctions.js", autocalcGenerator.generate(sugarRoot, additionalContent.autocalcsContent, formulasForCalculator));
72498
72376
  builder.addResource("dataDeclaration.js", dataDeclarationContent);
72377
+ builder.addResource("formMetaInfo.json", formMetaInfoContent);
72499
72378
  builder.addServerSideResource("extendedSchema.json", JSON.stringify(extendedSchemaInfo, _Common_SerializationUtils__WEBPACK_IMPORTED_MODULE_7__.excludeUndefinedOrEmptyObjectJsonReplacer, 4));
72500
72379
  let finalLazyLoadDeclaration = lazyLoadGeneratorResult.declaration;
72501
72380
  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) {
@@ -72853,7 +72732,7 @@ async function readAutoCalcFiles(formAutoCalcPath) {
72853
72732
  const files = await readdirAsync(formAutoCalcPath);
72854
72733
  const jsFiles = files.filter(filename => /\.js$/.test(filename));
72855
72734
  return Promise.all(jsFiles.map(filename => readFileAsync(path__WEBPACK_IMPORTED_MODULE_1___default().join(formAutoCalcPath, filename), "utf-8")));
72856
- } catch (ignoreError) {
72735
+ } catch {
72857
72736
  return [];
72858
72737
  }
72859
72738
  }
@@ -72865,7 +72744,7 @@ async function readImportedFiles(rootPath) {
72865
72744
  result["../validations/" + fileName] = await readFileAsync(path__WEBPACK_IMPORTED_MODULE_1___default().join(rootPath, "validations", fileName), "utf-8");
72866
72745
  }
72867
72746
  return result;
72868
- } catch (ignoreError) {
72747
+ } catch {
72869
72748
  return {};
72870
72749
  }
72871
72750
  }
@@ -72898,7 +72777,7 @@ async function readJavaScriptFilesWithNames(formJavaScriptFilesPath) {
72898
72777
  filename: path__WEBPACK_IMPORTED_MODULE_1___default().parse(filename).name,
72899
72778
  content: await readFileAsync(path__WEBPACK_IMPORTED_MODULE_1___default().join(formJavaScriptFilesPath, filename), "utf-8")
72900
72779
  })));
72901
- } catch (ignoreError) {
72780
+ } catch {
72902
72781
  return [];
72903
72782
  }
72904
72783
  }
@@ -72915,7 +72794,7 @@ async function connectJSFilesWithNames(formJavaScriptFilesPath) {
72915
72794
  });
72916
72795
  }
72917
72796
  return result;
72918
- } catch (ignoreErrors) {
72797
+ } catch {
72919
72798
  return [];
72920
72799
  }
72921
72800
  }
@@ -72928,7 +72807,7 @@ function readHooksFile(formDirectoryPath) {
72928
72807
  async function readFileSource(filePath, filename, defaultValue) {
72929
72808
  try {
72930
72809
  return await readFileAsync(path__WEBPACK_IMPORTED_MODULE_1___default().join(filePath, filename), "utf-8");
72931
- } catch (ignoreError) {
72810
+ } catch {
72932
72811
  return defaultValue;
72933
72812
  }
72934
72813
  }
@@ -73098,7 +72977,7 @@ class CustomKCLangToFlangRuleGenerator {
73098
72977
  return result;
73099
72978
  }
73100
72979
  adjustPathMultiplicity(path) {
73101
- return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(path, this.formSchemaRng, this.dataDeclarationHelper);
72980
+ return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(path, this.dataDeclarationHelper);
73102
72981
  }
73103
72982
  }
73104
72983
 
@@ -73319,7 +73198,7 @@ class BinaryExpression extends FLangExpression {
73319
73198
  this.right = right;
73320
73199
  this.left = left;
73321
73200
  }
73322
- needAddBraces(child) {
73201
+ needAddBraces(_) {
73323
73202
  return false;
73324
73203
  }
73325
73204
  *getChildNodes() {
@@ -73343,7 +73222,7 @@ class UnaryExpression extends FLangExpression {
73343
73222
  this.operand = void 0;
73344
73223
  this.operand = operand;
73345
73224
  }
73346
- needAddBraces(child) {
73225
+ needAddBraces(_) {
73347
73226
  return false;
73348
73227
  }
73349
73228
  *getChildNodes() {
@@ -75197,7 +75076,7 @@ class FormulaExpressionToFlangExpressionConverter {
75197
75076
  return this.compiledInstanceCountExpression(prefix, target, expression.select, addPrecalculationRule);
75198
75077
  }
75199
75078
  if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_0__.FormulaIsEqualToAutoCalculatedExpression) {
75200
- return this.compileIsEqualToAutoCalculatedExpression(prefix, target, expression.select, expression.type, addPrecalculationRule);
75079
+ return this.compileIsEqualToAutoCalculatedExpression(prefix, target, expression.select, expression.type);
75201
75080
  }
75202
75081
  if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_0__.FormulaLengthExpression) {
75203
75082
  return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.LenExpression((0,_FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_8__.castOperandToStringIfNeed)(this.compileExpressionToFlangExpressionInternal(expression.argument, prefix, target, addPrecalculationRule)));
@@ -75387,7 +75266,7 @@ class FormulaExpressionToFlangExpressionConverter {
75387
75266
  const sourceKeyPath = this.preparePathAndAdjustMultiplicity(prefix, expression.expression.select);
75388
75267
  const sourceValueExpression = new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.DecimalLiteralExpression(1);
75389
75268
  const dictPathWithField = this.makeDictNameFromKeyAndValue(splitInfo.matchedPath, sourceKeyPath, sourceValueExpression);
75390
- const dictExpression = this.compileMakeDictExpressionImpl(prefix, dictPathWithField, sourceKeyPath, sourceValueExpression, addPrecalculationRule);
75269
+ const dictExpression = this.compileMakeDictExpressionImpl(dictPathWithField, sourceKeyPath, sourceValueExpression);
75391
75270
  const dictStatement = new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.SetStatement(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ValueReferenceExpression(dictPathWithField.path, "value"), dictExpression);
75392
75271
  addPrecalculationRule(dictStatement);
75393
75272
  return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.MakeHashSetFromDictExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.DictLiteralExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ValueReferenceExpression(dictPathWithField.path.toCurrentIteration(), "value")));
@@ -75406,7 +75285,7 @@ class FormulaExpressionToFlangExpressionConverter {
75406
75285
  const hashSetExpression = this.compileExpressionToFlangExpressionInternal(expression.expression, prefix, target, addPrecalculationRule);
75407
75286
  return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.HashSetExpression(hashSetExpression);
75408
75287
  }
75409
- compileMakeDictExpressionImpl(prefix, target, sourceKeyPath, sourceValueExpression, addPrecalculationRule) {
75288
+ compileMakeDictExpressionImpl(target, sourceKeyPath, sourceValueExpression) {
75410
75289
  const getOldSourceValueExpression = () => {
75411
75290
  if (sourceValueExpression instanceof _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ValueReferenceExpression) {
75412
75291
  return (0,_FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_8__.makeGetOld)(sourceValueExpression);
@@ -75433,7 +75312,7 @@ class FormulaExpressionToFlangExpressionConverter {
75433
75312
  compileMakeDictExpression(prefix, target, expression, addPrecalculationRule) {
75434
75313
  const sourceKeyPath = this.preparePathAndAdjustMultiplicity(prefix, expression.sourceKeyPath);
75435
75314
  const sourceValueExpression = this.compileExpressionToFlangExpressionInternal(expression.sourceValueExpression, prefix, new _Common_ModelPath_AbsoluteModelFieldPath__WEBPACK_IMPORTED_MODULE_7__.AbsoluteModelFieldPath(sourceKeyPath, "value"), addPrecalculationRule);
75436
- const reduceExpression = this.compileMakeDictExpressionImpl(prefix, target, sourceKeyPath, sourceValueExpression, addPrecalculationRule);
75315
+ const reduceExpression = this.compileMakeDictExpressionImpl(target, sourceKeyPath, sourceValueExpression);
75437
75316
  return reduceExpression;
75438
75317
  }
75439
75318
  compileArrayOfTargetKeys(prefix, target, targetKeys, addPrecalculationRule) {
@@ -75446,7 +75325,7 @@ class FormulaExpressionToFlangExpressionConverter {
75446
75325
  }), new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.BoolLiteralExpression(true));
75447
75326
  return deserializedKeys;
75448
75327
  }
75449
- compileGetSumByKeysExpressionImpl(prefix, target, dictPath, targetKeys, addPrecalculationRule) {
75328
+ compileGetSumByKeysExpressionImpl(dictPath, targetKeys) {
75450
75329
  const finalValueExpression = new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.GetSumByKeysExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.DictLiteralExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ValueReferenceExpression(dictPath, "value")), targetKeys);
75451
75330
  return finalValueExpression;
75452
75331
  }
@@ -75454,7 +75333,7 @@ class FormulaExpressionToFlangExpressionConverter {
75454
75333
  const dictPath = this.preparePathAndAdjustMultiplicity(prefix, expression.dictPath);
75455
75334
  const targetKeys = expression.targetKeys;
75456
75335
  const deserializedKeys = this.compileArrayOfTargetKeys(prefix, target, targetKeys.items, addPrecalculationRule);
75457
- return this.compileGetSumByKeysExpressionImpl(prefix, target, dictPath, deserializedKeys, addPrecalculationRule);
75336
+ return this.compileGetSumByKeysExpressionImpl(dictPath, deserializedKeys);
75458
75337
  }
75459
75338
  compileGroupSumExpressionWithPersistentDictionary(prefix, target, targetKeys, sourceKeyPath, sourceValueExpression, addPrecalculationRule) {
75460
75339
  const matchPaths = (0,_Common_ModelPath_PathSplitHelper__WEBPACK_IMPORTED_MODULE_5__.getMatchedAndDifferentModelPaths)(target.path, sourceKeyPath);
@@ -75472,10 +75351,8 @@ class FormulaExpressionToFlangExpressionConverter {
75472
75351
  if (finalIterPath.isEmpty()) {
75473
75352
  throw new Error("Error occurred while trying parse path for reduce: " + firstPart.toLegacyPath());
75474
75353
  }
75475
- const basePathForDict = finalIterPath;
75476
75354
  const dictPathWithField = this.makeDictNameFromKeyAndValue(finalIterPath, sourceKeyPath, sourceValueExpression);
75477
- const basePathForDictPrefix = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.createAbsoluteFromTokens)(Iterator.from(basePathForDict.getPathParts()).filter(_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.PathTokens.isSimpleToken).toArray());
75478
- const dictExpression = this.compileMakeDictExpressionImpl(basePathForDictPrefix, dictPathWithField, sourceKeyPath, sourceValueExpression, addPrecalculationRule);
75355
+ const dictExpression = this.compileMakeDictExpressionImpl(dictPathWithField, sourceKeyPath, sourceValueExpression);
75479
75356
  const dictStatement = new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.SetStatement(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ValueReferenceExpression(dictPathWithField.path, "value"), dictExpression);
75480
75357
  addPrecalculationRule(dictStatement);
75481
75358
  const deserializedKeys = this.compileArrayOfTargetKeys(prefix, target, targetKeys, addPrecalculationRule);
@@ -75585,7 +75462,7 @@ class FormulaExpressionToFlangExpressionConverter {
75585
75462
  throw new Error(`Instance count with nested multiplicity is not supported: target: ${target.path}, select path: ${selectPath}}`);
75586
75463
  }
75587
75464
  }
75588
- compileIsEqualToAutoCalculatedExpression(prefix, target, selectPath, selectType, addPrecalculationRule) {
75465
+ compileIsEqualToAutoCalculatedExpression(prefix, target, selectPath, selectType) {
75589
75466
  const adjustedSelectPath = this.preparePathAndAdjustMultiplicity(prefix, selectPath);
75590
75467
  const splitInfo = (0,_Common_ModelPath_PathSplitHelper__WEBPACK_IMPORTED_MODULE_5__.getMatchedAndDifferentModelPaths)(target.path, adjustedSelectPath);
75591
75468
  if (!splitInfo.differentPath.isContainIteration()) {
@@ -75963,7 +75840,7 @@ class FormulaOnlyNormalizationRuleGenerator {
75963
75840
  return result;
75964
75841
  }
75965
75842
  adjustPathMultiplicity(path) {
75966
- return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_1__.adjustPathMultiplicityComplex)(path, this.formSchemaRng, this.dataDeclarationHelper);
75843
+ return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_1__.adjustPathMultiplicityComplex)(path, this.dataDeclarationHelper);
75967
75844
  }
75968
75845
  }
75969
75846
 
@@ -76113,7 +75990,7 @@ class FormulaRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_6__.
76113
75990
  var _this$formSchemaRng$g;
76114
75991
  const prefix = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.createModelPath)(formula.match.replace(/\@/g, ""), true).normalize();
76115
75992
  const target = (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.createModelPath)(formula.target.replace(/\@/g, ""), false);
76116
- const fullTarget = (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(prefix.joinWith(target).normalize(), this.formSchemaRng, this.dataDeclarationHelper);
75993
+ const fullTarget = (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(prefix.joinWith(target).normalize(), this.dataDeclarationHelper);
76117
75994
  const defaultValue = this.dataDeclarationHelper.getDefaultValue(fullTarget.toLegacyPath());
76118
75995
  const precalculationRules = [];
76119
75996
  const isTargetAutoField = this.dataDeclarationHelper.isNodeHasAutoFlagEntry(fullTarget.toAbsolute());
@@ -76152,7 +76029,7 @@ class FormulaRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_6__.
76152
76029
  return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_0__.SetStatement(valueRef, new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_0__.ConditionalExpression(combinedCondition, getFormulaExpression("value"), new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_0__.NullCoalesceExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_0__.ValueReferenceExpression(fullTarget.toCurrentIteration(), "value"), new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_0__.StringLiteralExpression(defaultValue))));
76153
76030
  }
76154
76031
  adjustPathMultiplicity(path) {
76155
- return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(path, this.formSchemaRng, this.dataDeclarationHelper);
76032
+ return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_2__.adjustPathMultiplicityComplex)(path, this.dataDeclarationHelper);
76156
76033
  }
76157
76034
  }
76158
76035
 
@@ -76930,15 +76807,13 @@ __webpack_require__.r(__webpack_exports__);
76930
76807
 
76931
76808
 
76932
76809
  class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_10__.BaseRuleBuilder {
76933
- constructor(dataDeclarationHelper, formSchemaRng, formulaExprConverter, conditions) {
76810
+ constructor(dataDeclarationHelper, formulaExprConverter, conditions) {
76934
76811
  super();
76935
76812
  this.dataDeclarationHelper = void 0;
76936
- this.formSchemaRng = void 0;
76937
76813
  this.conditions = void 0;
76938
76814
  this.formulaExprConverter = void 0;
76939
76815
  this.conditions = conditions;
76940
76816
  this.formulaExprConverter = formulaExprConverter;
76941
- this.formSchemaRng = formSchemaRng;
76942
76817
  this.dataDeclarationHelper = dataDeclarationHelper;
76943
76818
  }
76944
76819
  buildRulesInternal() {
@@ -77055,7 +76930,7 @@ class ValidationRulesBuilder extends _BaseRuleBuilder__WEBPACK_IMPORTED_MODULE_1
77055
76930
  return rules;
77056
76931
  }
77057
76932
  adjustPathMultiplicity(path) {
77058
- return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_5__.adjustPathMultiplicityComplex)(path, this.formSchemaRng, this.dataDeclarationHelper);
76933
+ return (0,_DataSchema_DataSchemaUtils__WEBPACK_IMPORTED_MODULE_5__.adjustPathMultiplicityComplex)(path, this.dataDeclarationHelper);
77059
76934
  }
77060
76935
  }
77061
76936
 
@@ -77489,10 +77364,6 @@ __webpack_require__.r(__webpack_exports__);
77489
77364
  /* harmony import */ var _ElementProcessors_FormParts_GlobalModal_GlobalModalsConverter__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./ElementProcessors/FormParts/GlobalModal/GlobalModalsConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/GlobalModal/GlobalModalsConverter.ts");
77490
77365
  /* harmony import */ var _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberConverter__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./ElementProcessors/MultiControls/InstanceNumber/InstanceNumberConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/InstanceNumber/InstanceNumberConverter.ts");
77491
77366
  /* harmony import */ var _ElementProcessors_Layout_OptionalBlock_OptionalBlockConverter__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./ElementProcessors/Layout/OptionalBlock/OptionalBlockConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/Layout/OptionalBlock/OptionalBlockConverter.ts");
77492
- /* harmony import */ var _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryConverter__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts");
77493
- /* harmony import */ var _ElementProcessors_MultiControls_ContextVar_ExprEvalConverter__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./ElementProcessors/MultiControls/ContextVar/ExprEvalConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts");
77494
-
77495
-
77496
77367
 
77497
77368
 
77498
77369
 
@@ -77620,7 +77491,7 @@ __webpack_require__.r(__webpack_exports__);
77620
77491
 
77621
77492
  let convertersFromNodeClassMap;
77622
77493
  function buildConvertersFromNodeClassMap() {
77623
- 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, _ElementProcessors_Layout_OptionalBlock_OptionalBlockConverter__WEBPACK_IMPORTED_MODULE_124__.OptionalBlockConverter, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryConverter__WEBPACK_IMPORTED_MODULE_125__.AggregationQueryConverter, _ElementProcessors_MultiControls_ContextVar_ExprEvalConverter__WEBPACK_IMPORTED_MODULE_126__.ExprEvalConverter];
77494
+ 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, _ElementProcessors_Layout_OptionalBlock_OptionalBlockConverter__WEBPACK_IMPORTED_MODULE_124__.OptionalBlockConverter];
77624
77495
  return new Map(
77625
77496
  // @ts-ignore
77626
77497
  converters.map(converterClass => [converterClass.getAcceptNodeClass(), converterClass]));
@@ -78674,10 +78545,10 @@ class DownloadExcelButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED
78674
78545
  const node = this.getCurrentNodeAs(_DownloadExcelButtonNode__WEBPACK_IMPORTED_MODULE_4__.DownloadExcelButtonNode);
78675
78546
  return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node)];
78676
78547
  }
78677
- doBuildDataDeclaration(context) {
78548
+ doBuildDataDeclaration() {
78678
78549
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
78679
78550
  }
78680
- buildChildrenDataDeclaration(context) {
78551
+ buildChildrenDataDeclaration() {
78681
78552
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
78682
78553
  }
78683
78554
  *doTraverseChildren() {
@@ -78834,10 +78705,10 @@ class DropDownButtonLoadExcelConverter extends _SugarNodeConverter__WEBPACK_IMPO
78834
78705
  const node = this.getCurrentNodeAs(_DropDownButtonLoadExcelNode__WEBPACK_IMPORTED_MODULE_6__.DropDownButtonLoadExcelNode);
78835
78706
  return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node)];
78836
78707
  }
78837
- doBuildDataDeclaration(context) {
78708
+ doBuildDataDeclaration() {
78838
78709
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
78839
78710
  }
78840
- buildChildrenDataDeclaration(context) {
78711
+ buildChildrenDataDeclaration() {
78841
78712
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
78842
78713
  }
78843
78714
  *doTraverseChildren() {
@@ -79026,7 +78897,7 @@ class DropdownButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
79026
78897
  const node = this.getCurrentNodeAs(_DropdownButtonNode__WEBPACK_IMPORTED_MODULE_5__.DropdownButtonNode);
79027
78898
  return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node)];
79028
78899
  }
79029
- doBuildDataDeclaration(context) {
78900
+ doBuildDataDeclaration() {
79030
78901
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
79031
78902
  }
79032
78903
  buildChildrenDataDeclaration(context) {
@@ -79180,16 +79051,16 @@ class ExcelPastePanelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MOD
79180
79051
  static getAcceptNodeClass() {
79181
79052
  return _ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_3__.ExcelPastePanelNode;
79182
79053
  }
79183
- doBuildDataDeclaration(context) {
79054
+ doBuildDataDeclaration() {
79184
79055
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
79185
79056
  }
79186
- buildChildrenDataDeclaration(context) {
79057
+ buildChildrenDataDeclaration() {
79187
79058
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
79188
79059
  }
79189
79060
  *doTraverseChildren() {
79190
79061
  // no children
79191
79062
  }
79192
- doConvert(context) {
79063
+ doConvert() {
79193
79064
  const node = this.getCurrentNodeAs(_ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_3__.ExcelPastePanelNode);
79194
79065
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("ExcelPastePanel");
79195
79066
  markupBuilder.prop(x => x.templateHref).set(node.templateHref);
@@ -79269,7 +79140,7 @@ class KebabConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.Su
79269
79140
  const node = this.getCurrentNodeAs(_KebabNode__WEBPACK_IMPORTED_MODULE_6__.KebabNode);
79270
79141
  return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_1__.getNewBindingPathExpression)(node)];
79271
79142
  }
79272
- doBuildDataDeclaration(context) {
79143
+ doBuildDataDeclaration() {
79273
79144
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
79274
79145
  }
79275
79146
  buildChildrenDataDeclaration(context) {
@@ -80089,7 +79960,7 @@ class FillHintConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
80089
79960
  static getAcceptNodeClass() {
80090
79961
  return _FillHintNode__WEBPACK_IMPORTED_MODULE_3__.FillHintNode;
80091
79962
  }
80092
- doBuildDataDeclaration(context) {
79963
+ doBuildDataDeclaration() {
80093
79964
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
80094
79965
  }
80095
79966
  buildChildrenDataDeclaration(context) {
@@ -80170,7 +80041,7 @@ class LongConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.Sug
80170
80041
  static getAcceptNodeClass() {
80171
80042
  return _LongNode__WEBPACK_IMPORTED_MODULE_3__.LongNode;
80172
80043
  }
80173
- doBuildDataDeclaration(context) {
80044
+ doBuildDataDeclaration() {
80174
80045
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
80175
80046
  }
80176
80047
  buildChildrenDataDeclaration(context) {
@@ -80251,7 +80122,7 @@ class ShortConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Su
80251
80122
  static getAcceptNodeClass() {
80252
80123
  return _ShortNode__WEBPACK_IMPORTED_MODULE_3__.ShortNode;
80253
80124
  }
80254
- doBuildDataDeclaration(context) {
80125
+ doBuildDataDeclaration() {
80255
80126
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
80256
80127
  }
80257
80128
  buildChildrenDataDeclaration(context) {
@@ -80538,7 +80409,7 @@ class IfConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sugar
80538
80409
  }
80539
80410
  return node.condition;
80540
80411
  }
80541
- doBuildDataDeclaration(context) {
80412
+ doBuildDataDeclaration() {
80542
80413
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
80543
80414
  }
80544
80415
  buildChildrenDataDeclaration(context) {
@@ -80910,7 +80781,7 @@ class OtherwiseConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2_
80910
80781
  static getAcceptNodeClass() {
80911
80782
  return _OtherwiseNode__WEBPACK_IMPORTED_MODULE_3__.OtherwiseNode;
80912
80783
  }
80913
- doBuildDataDeclaration(context) {
80784
+ doBuildDataDeclaration() {
80914
80785
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
80915
80786
  }
80916
80787
  buildChildrenDataDeclaration(context) {
@@ -81017,7 +80888,7 @@ class SwitchConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.S
81017
80888
  const node = this.getCurrentNodeAs(_SwitchNode__WEBPACK_IMPORTED_MODULE_14__.SwitchNode);
81018
80889
  return node.cases.flatMap(x => (0,_RequisiteLIst_requisiteList__WEBPACK_IMPORTED_MODULE_6__.getRequisitesFromEvaluableProps)(x.condition));
81019
80890
  }
81020
- doBuildDataDeclaration(context) {
80891
+ doBuildDataDeclaration() {
81021
80892
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81022
80893
  }
81023
80894
  buildChildrenDataDeclaration(context) {
@@ -81307,7 +81178,7 @@ class WhenConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
81307
81178
  static getAcceptNodeClass() {
81308
81179
  return _WhenNode__WEBPACK_IMPORTED_MODULE_3__.WhenNode;
81309
81180
  }
81310
- doBuildDataDeclaration(context) {
81181
+ doBuildDataDeclaration() {
81311
81182
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81312
81183
  }
81313
81184
  buildChildrenDataDeclaration(context) {
@@ -81400,10 +81271,10 @@ class AddPageButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
81400
81271
  *doTraverseChildren() {
81401
81272
  // no children
81402
81273
  }
81403
- doBuildDataDeclaration(context) {
81274
+ doBuildDataDeclaration() {
81404
81275
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81405
81276
  }
81406
- buildChildrenDataDeclaration(context) {
81277
+ buildChildrenDataDeclaration() {
81407
81278
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81408
81279
  }
81409
81280
  doConvert(context) {
@@ -81498,10 +81369,10 @@ class AttachmentFormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
81498
81369
  const node = this.getCurrentNodeAs(_AttachmentFormNode__WEBPACK_IMPORTED_MODULE_9__.AttachmentFormNode);
81499
81370
  yield [node.gfv, (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_5__.createAbsolute)(node.path).joinWith(_Common_PathConstants__WEBPACK_IMPORTED_MODULE_4__.AttachmentInfoPath)];
81500
81371
  }
81501
- doBuildDataDeclaration(context) {
81372
+ doBuildDataDeclaration() {
81502
81373
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81503
81374
  }
81504
- buildChildrenDataDeclaration(context) {
81375
+ buildChildrenDataDeclaration() {
81505
81376
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
81506
81377
  }
81507
81378
  *doTraverseChildren() {
@@ -82125,16 +81996,16 @@ class CrossConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Su
82125
81996
  static getAcceptNodeClass() {
82126
81997
  return _CrossNode__WEBPACK_IMPORTED_MODULE_3__.CrossNode;
82127
81998
  }
82128
- doBuildDataDeclaration(context) {
81999
+ doBuildDataDeclaration() {
82129
82000
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
82130
82001
  }
82131
- buildChildrenDataDeclaration(context) {
82002
+ buildChildrenDataDeclaration() {
82132
82003
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
82133
82004
  }
82134
82005
  *doTraverseChildren() {
82135
82006
  // no children
82136
82007
  }
82137
- doConvert(context) {
82008
+ doConvert() {
82138
82009
  const node = this.getCurrentNodeAs(_CrossNode__WEBPACK_IMPORTED_MODULE_3__.CrossNode);
82139
82010
  const crossBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("Cross");
82140
82011
  crossBuilder.prop(x => x.text).set(node.text);
@@ -82202,7 +82073,7 @@ class DefaultContentConverter extends _Content_ContentConverter__WEBPACK_IMPORTE
82202
82073
  static getAcceptNodeClass() {
82203
82074
  return _DefaultContentNode__WEBPACK_IMPORTED_MODULE_2__.DefaultContentNode;
82204
82075
  }
82205
- doBuildDataDeclaration(context) {
82076
+ doBuildDataDeclaration() {
82206
82077
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
82207
82078
  }
82208
82079
  buildChildrenDataDeclaration(context) {
@@ -82305,7 +82176,9 @@ __webpack_require__.r(__webpack_exports__);
82305
82176
  /* harmony import */ var _Common_KCLangRuntimeUtils__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../../../../../../Common/KCLangRuntimeUtils */ "./Common/KCLangRuntimeUtils.ts");
82306
82177
  /* harmony import */ var _ComponentMarkupBuilder_PathHelper__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/PathHelper */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/PathHelper.ts");
82307
82178
  /* harmony import */ var _Common_PathConstants__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../../../../../../Common/PathConstants */ "./Common/PathConstants.ts");
82308
- /* harmony import */ var _FormNode__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./FormNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/FormNode.ts");
82179
+ /* harmony import */ var _Common_FormMetaInfo__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../../../../../../Common/FormMetaInfo */ "./Common/FormMetaInfo.ts");
82180
+ /* harmony import */ var _FormNode__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./FormNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/FormNode.ts");
82181
+
82309
82182
 
82310
82183
 
82311
82184
 
@@ -82331,10 +82204,10 @@ __webpack_require__.r(__webpack_exports__);
82331
82204
 
82332
82205
  class FormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.SugarNodeConverterBase {
82333
82206
  static getAcceptNodeClass() {
82334
- return _FormNode__WEBPACK_IMPORTED_MODULE_22__.FormNode;
82207
+ return _FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode;
82335
82208
  }
82336
- doBuildDataDeclaration(context) {
82337
- const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_22__.FormNode);
82209
+ doBuildDataDeclaration() {
82210
+ const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode);
82338
82211
  const rootPath = (0,_getRootPath__WEBPACK_IMPORTED_MODULE_3__.getRootPath)(node);
82339
82212
  const entrySections = ["default"];
82340
82213
  const optionalSections = this.findOptionalSections(node);
@@ -82360,12 +82233,22 @@ class FormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.Sug
82360
82233
  });
82361
82234
  return result;
82362
82235
  }
82236
+ doBuildFormMetaInfo() {
82237
+ var _node$formmetainfo;
82238
+ const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode);
82239
+ const formMetaInfo = _Common_FormMetaInfo__WEBPACK_IMPORTED_MODULE_22__.emptyFormMetaInfo;
82240
+ if ((_node$formmetainfo = node.formmetainfo) !== null && _node$formmetainfo !== void 0 && _node$formmetainfo.historyWidget) {
82241
+ formMetaInfo.candyWidgetsInfo = {};
82242
+ formMetaInfo.candyWidgetsInfo.historyWidget = node.formmetainfo.historyWidget;
82243
+ }
82244
+ return formMetaInfo;
82245
+ }
82363
82246
  buildChildrenDataDeclaration(context) {
82364
- const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_22__.FormNode);
82247
+ const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode);
82365
82248
  return context.processChildrenDataDeclaration(node.pages);
82366
82249
  }
82367
82250
  *doTraverseChildren() {
82368
- const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_22__.FormNode);
82251
+ const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode);
82369
82252
  yield* node.pages;
82370
82253
  if (node.attachmentForms) {
82371
82254
  yield* node.attachmentForms;
@@ -82378,7 +82261,7 @@ class FormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.Sug
82378
82261
  }
82379
82262
  }
82380
82263
  doConvert(context) {
82381
- const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_22__.FormNode);
82264
+ const node = this.getCurrentNodeAs(_FormNode__WEBPACK_IMPORTED_MODULE_23__.FormNode);
82382
82265
  if (node.simple) {
82383
82266
  return this.buildSimpleForm(context, node);
82384
82267
  } else if (node.plain) {
@@ -82857,12 +82740,14 @@ __webpack_require__.r(__webpack_exports__);
82857
82740
  /* harmony import */ var _ZeroReportOptions_ZeroReportOptionsNode__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../ZeroReportOptions/ZeroReportOptionsNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/ZeroReportOptions/ZeroReportOptionsNode.ts");
82858
82741
  /* harmony import */ var _ModalHeader_ModalHeaderNode__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../ModalHeader/ModalHeaderNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/ModalHeader/ModalHeaderNode.ts");
82859
82742
  /* harmony import */ var _GlobalModal_GlobalModalsNode__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../GlobalModal/GlobalModalsNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/GlobalModal/GlobalModalsNode.ts");
82860
- /* harmony import */ var _Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./Nodes/PanelNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/Nodes/PanelNode.ts");
82861
- /* harmony import */ var _TypeListNode__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./TypeListNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/TypeListNode.ts");
82743
+ /* harmony import */ var _SugarNodes_Nodes_FormMetaInfoNode__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../../SugarNodes/Nodes/FormMetaInfoNode */ "./Generator/src/generators/markupGenerator/SugarNodes/Nodes/FormMetaInfoNode.ts");
82744
+ /* harmony import */ var _Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./Nodes/PanelNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/Nodes/PanelNode.ts");
82745
+ /* harmony import */ var _TypeListNode__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./TypeListNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/TypeListNode.ts");
82862
82746
 
82863
82747
 
82864
82748
 
82865
- var _dec, _dec2, _class, _class2, _descriptor, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _dec23, _dec24, _dec25, _dec26, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _dec34, _dec35, _dec36, _dec37, _dec38, _dec39, _dec40, _dec41, _dec42, _dec43, _dec44, _dec45, _dec46, _dec47, _dec48, _dec49, _dec50, _dec51, _class3, _class4, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _descriptor22, _descriptor23, _descriptor24, _descriptor25, _descriptor26, _descriptor27, _descriptor28, _descriptor29, _descriptor30, _descriptor31, _descriptor32, _descriptor33, _descriptor34, _descriptor35, _descriptor36, _descriptor37, _descriptor38, _descriptor39, _descriptor40, _descriptor41, _descriptor42, _descriptor43, _descriptor44, _descriptor45, _descriptor46, _descriptor47, _descriptor48, _descriptor49;
82749
+ var _dec, _dec2, _class, _class2, _descriptor, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _dec23, _dec24, _dec25, _dec26, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _dec34, _dec35, _dec36, _dec37, _dec38, _dec39, _dec40, _dec41, _dec42, _dec43, _dec44, _dec45, _dec46, _dec47, _dec48, _dec49, _dec50, _dec51, _dec52, _class3, _class4, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _descriptor22, _descriptor23, _descriptor24, _descriptor25, _descriptor26, _descriptor27, _descriptor28, _descriptor29, _descriptor30, _descriptor31, _descriptor32, _descriptor33, _descriptor34, _descriptor35, _descriptor36, _descriptor37, _descriptor38, _descriptor39, _descriptor40, _descriptor41, _descriptor42, _descriptor43, _descriptor44, _descriptor45, _descriptor46, _descriptor47, _descriptor48, _descriptor49, _descriptor50;
82750
+
82866
82751
 
82867
82752
 
82868
82753
 
@@ -82889,8 +82774,8 @@ let FetchFunctionsReferenceNode = (_dec = (0,_Serializer_SugarSerializer__WEBPAC
82889
82774
  writable: true,
82890
82775
  initializer: null
82891
82776
  }), _class2)) || _class);
82892
- let FormNode = (_dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("form", `Корневой элемент формы.`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form sync recursive .md$")), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrMixin)(_CommonNodeProperties_DataBindingMixinNode__WEBPACK_IMPORTED_MODULE_4__.DataBindingScopeMixinNode), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("userpicklist", [_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_11__.UserPicklistNode]), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("tour", [_Tour_TourNode__WEBPACK_IMPORTED_MODULE_10__.TourNode]), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("fetchfunctions", [FetchFunctionsReferenceNode]), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("modalIE8", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.Removed), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("m", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("uf", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("forceNavigate", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("hideUnitsAdder", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("hasRegionalForms", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.UntypedUsage), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("controls"), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("modalheader", [_ModalHeader_ModalHeaderNode__WEBPACK_IMPORTED_MODULE_14__.ModalHeaderNode]), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("globalmodals", [_GlobalModal_GlobalModalsNode__WEBPACK_IMPORTED_MODULE_15__.GlobalModalsNode]), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("import", [_SugarNodes_Nodes_ImportNode__WEBPACK_IMPORTED_MODULE_7__.ImportNode]), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("panel", [_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_16__.PanelNode]), _dec19 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("zeroreportoptions", [_ZeroReportOptions_ZeroReportOptionsNode__WEBPACK_IMPORTED_MODULE_13__.ZeroReportOptionsNode]), _dec20 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("page", [_Page_PageNode__WEBPACK_IMPORTED_MODULE_8__.PageNode]), _dec21 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("attachmentform", [_AttachmentForm_AttachmentFormNode__WEBPACK_IMPORTED_MODULE_9__.AttachmentFormNode]), _dec22 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("simple", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec23 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("doNotValidateFormOnStart", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Не запускать валидацию формы на старте по умолчанию. Настройка может быть переопределена, при запуске формы startForm.`), _dec24 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("schemaValidations", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Валидации из схемы. По умолчанию true. Отключены старым формам.`), _dec25 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isReadOnly", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Отобразить форму в режиме чтения - все редактирование будет отключено (включая интерактивные элементы - валидации, фокус, подсветки тултипы и тд)."), _dec26 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("ieDeprecationWarningEnabled", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Отображать окно с предупреждением, что некоторые функции в ie не работают, с предложением скачать другие браузеры. Не блокирует взаимодействие."), _dec27 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("compactActionPanel", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.Removed), _dec28 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("enableCustomizationButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Включить кнопку настройки оформления."), _dec29 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("ieSizeLimitation", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Это флаг включает отображение заглушки для IE, если фуф больше определенного размера.`), _dec30 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("templates", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Управляет влючение возможность создавать и применять шаблоны keweb-а (кнопка в меню).`), _dec31 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("plain", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Форма без боковой панели, которая будет содержать один раздел.`), _dec32 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("requisite", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Есть подозрение что это свойство не используется.`), _dec33 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("width", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec34 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("cssWidth", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Более преоритетный чем обычный width, задается как css.`), _dec35 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("buttonSettingsType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum(_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.Revise, _Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.DigitalWarrant), `Разные настройки кнопок отправить и действий с формой. Сейчас есть только ${_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.Revise} / ${_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.DigitalWarrant} который будет делать кнопки в плашке для simple form как у ИОН или Сверке ФСС.`), _dec36 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isEnableTemplates", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Включить отображение кнопки шаблонов.`), _dec37 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("validationBeforeSend", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Локальная проверка, которая не даст отправить форму, если есть невалидные поля.\n
82893
- После проверки фокус падает на невалидное поле, если это возможно. Например на input.`), _dec38 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("padding", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.lengthUnit, ``), _dec39 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("maxunitscount", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `По дефолту 15. Если количество разделов превышает \`maxunitscount\`, начинает работать частичный рендеринг. Отрисовывается столько разделов вниз от текущего, сколько задано в настройке, а при скроллинге вниз рендерятся следующие. Используется для больших форм с множественными разделами (напр, ЕНВД, Прибыль), помогает облегчить загрузку редактора.`), _dec40 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("onExternalInitSection", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.helperFunctionName, `Выполнение хелпер функции при вызове keweb-ого лайтбокса от внешних ребят. Когда редактор открывается из Контур Бухагалтерии или ТО. Чтобы вызвать - надо в query params передать initSectionLightbox="Path" где Path - путь до раздела.`), _dec41 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("unitscount", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec42 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("transferText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, `Текст в лайтбоксе, который появляется по кнопке "Перенести данные".`), _dec43 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("navigationLimit", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `Количество множественных разделов при котором навигация сворачивается (в левой колонке отображаются не все экземпляры), как выглядит можешь посмотреть в ЕНВД при количестве разделов 2 больше 15.`), _dec44 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufButtonEnabled", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Включает кнопку загрузить отчет в "Другие действия" в панели слева.`), _dec45 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.markupAttr)("fufSizeTooLargeErrorText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Описание ошибки для большого размера файла.`), _dec46 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxHideDemandNameButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Отключает кнопку "Показать имя требования" внутри лайтбокса "Загрузки файла".`), _dec47 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxTitle", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Заголовок лайтбокса "Загрузки файла".`), _dec48 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxAlert", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Текст для блока с дополнительной информацией.`), _dec49 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultUnitsCountForPaging", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `Количество инстансов множественного раздела на котором включается паджинация раздела.`), _dec50 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("type", [_validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_3__.TypeNode]), _dec51 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("types", [_TypeListNode__WEBPACK_IMPORTED_MODULE_17__.TypeListNode]), _dec3(_class3 = (_class4 = class FormNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
82777
+ let FormNode = (_dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("form", `Корневой элемент формы.`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form sync recursive .md$")), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrMixin)(_CommonNodeProperties_DataBindingMixinNode__WEBPACK_IMPORTED_MODULE_4__.DataBindingScopeMixinNode), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("userpicklist", [_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_11__.UserPicklistNode]), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("tour", [_Tour_TourNode__WEBPACK_IMPORTED_MODULE_10__.TourNode]), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("fetchfunctions", [FetchFunctionsReferenceNode]), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("modalIE8", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.Removed), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("m", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("uf", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("forceNavigate", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("hideUnitsAdder", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.InvalidUsage), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("hasRegionalForms", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.UntypedUsage), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("controls"), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("formmetainfo", [_SugarNodes_Nodes_FormMetaInfoNode__WEBPACK_IMPORTED_MODULE_16__.FormMetaInfoNode]), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("modalheader", [_ModalHeader_ModalHeaderNode__WEBPACK_IMPORTED_MODULE_14__.ModalHeaderNode]), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("globalmodals", [_GlobalModal_GlobalModalsNode__WEBPACK_IMPORTED_MODULE_15__.GlobalModalsNode]), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("import", [_SugarNodes_Nodes_ImportNode__WEBPACK_IMPORTED_MODULE_7__.ImportNode]), _dec19 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("panel", [_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_17__.PanelNode]), _dec20 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("zeroreportoptions", [_ZeroReportOptions_ZeroReportOptionsNode__WEBPACK_IMPORTED_MODULE_13__.ZeroReportOptionsNode]), _dec21 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("page", [_Page_PageNode__WEBPACK_IMPORTED_MODULE_8__.PageNode]), _dec22 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("attachmentform", [_AttachmentForm_AttachmentFormNode__WEBPACK_IMPORTED_MODULE_9__.AttachmentFormNode]), _dec23 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("simple", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec24 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("doNotValidateFormOnStart", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Не запускать валидацию формы на старте по умолчанию. Настройка может быть переопределена, при запуске формы startForm.`), _dec25 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("schemaValidations", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Валидации из схемы. По умолчанию true. Отключены старым формам.`), _dec26 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isReadOnly", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Отобразить форму в режиме чтения - все редактирование будет отключено (включая интерактивные элементы - валидации, фокус, подсветки тултипы и тд)."), _dec27 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("ieDeprecationWarningEnabled", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Отображать окно с предупреждением, что некоторые функции в ie не работают, с предложением скачать другие браузеры. Не блокирует взаимодействие."), _dec28 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("compactActionPanel", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_5__.DeprecationReason.Removed), _dec29 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("enableCustomizationButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, "Включить кнопку настройки оформления."), _dec30 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("ieSizeLimitation", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Это флаг включает отображение заглушки для IE, если фуф больше определенного размера.`), _dec31 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("templates", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Управляет влючение возможность создавать и применять шаблоны keweb-а (кнопка в меню).`), _dec32 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("plain", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Форма без боковой панели, которая будет содержать один раздел.`), _dec33 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("requisite", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Есть подозрение что это свойство не используется.`), _dec34 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("width", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec35 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("cssWidth", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Более преоритетный чем обычный width, задается как css.`), _dec36 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("buttonSettingsType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum(_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.Revise, _Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.DigitalWarrant), `Разные настройки кнопок отправить и действий с формой. Сейчас есть только ${_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.Revise} / ${_Common_Enums_ButtonSettingsTypeEnum__WEBPACK_IMPORTED_MODULE_12__.ButtonSettingsTypeEnum.DigitalWarrant} который будет делать кнопки в плашке для simple form как у ИОН или Сверке ФСС.`), _dec37 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isEnableTemplates", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Включить отображение кнопки шаблонов.`), _dec38 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("validationBeforeSend", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Локальная проверка, которая не даст отправить форму, если есть невалидные поля.\n
82778
+ После проверки фокус падает на невалидное поле, если это возможно. Например на input.`), _dec39 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("padding", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.lengthUnit, ``), _dec40 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("maxunitscount", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `По дефолту 15. Если количество разделов превышает \`maxunitscount\`, начинает работать частичный рендеринг. Отрисовывается столько разделов вниз от текущего, сколько задано в настройке, а при скроллинге вниз рендерятся следующие. Используется для больших форм с множественными разделами (напр, ЕНВД, Прибыль), помогает облегчить загрузку редактора.`), _dec41 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("onExternalInitSection", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.helperFunctionName, `Выполнение хелпер функции при вызове keweb-ого лайтбокса от внешних ребят. Когда редактор открывается из Контур Бухагалтерии или ТО. Чтобы вызвать - надо в query params передать initSectionLightbox="Path" где Path - путь до раздела.`), _dec42 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("unitscount", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec43 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("transferText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, `Текст в лайтбоксе, который появляется по кнопке "Перенести данные".`), _dec44 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("navigationLimit", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `Количество множественных разделов при котором навигация сворачивается (в левой колонке отображаются не все экземпляры), как выглядит можешь посмотреть в ЕНВД при количестве разделов 2 больше 15.`), _dec45 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufButtonEnabled", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Включает кнопку загрузить отчет в "Другие действия" в панели слева.`), _dec46 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.markupAttr)("fufSizeTooLargeErrorText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Описание ошибки для большого размера файла.`), _dec47 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxHideDemandNameButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Отключает кнопку "Показать имя требования" внутри лайтбокса "Загрузки файла".`), _dec48 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxTitle", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Заголовок лайтбокса "Загрузки файла".`), _dec49 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("uploadFufLightboxAlert", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Текст для блока с дополнительной информацией.`), _dec50 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultUnitsCountForPaging", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, `Количество инстансов множественного раздела на котором включается паджинация раздела.`), _dec51 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("type", [_validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_3__.TypeNode]), _dec52 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("types", [_TypeListNode__WEBPACK_IMPORTED_MODULE_18__.TypeListNode]), _dec3(_class3 = (_class4 = class FormNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
82894
82779
  constructor(...args) {
82895
82780
  super(...args);
82896
82781
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "dataScope", _descriptor2, this);
@@ -82904,43 +82789,44 @@ let FormNode = (_dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_
82904
82789
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "hideUnitsAdder", _descriptor10, this);
82905
82790
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "hasRegionalForms", _descriptor11, this);
82906
82791
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "controls", _descriptor12, this);
82907
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "modalheader", _descriptor13, this);
82908
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "globalmodals", _descriptor14, this);
82909
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "imports", _descriptor15, this);
82910
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "panel", _descriptor16, this);
82911
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "zeroreportoptions", _descriptor17, this);
82912
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pages", _descriptor18, this);
82913
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "attachmentForms", _descriptor19, this);
82914
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "simple", _descriptor20, this);
82915
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "doNotValidateFormOnStart", _descriptor21, this);
82916
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "schemaValidations", _descriptor22, this);
82917
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isReadOnly", _descriptor23, this);
82918
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "ieDeprecationWarningEnabled", _descriptor24, this);
82919
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "compactActionPanel", _descriptor25, this);
82920
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "enableCustomizationButton", _descriptor26, this);
82921
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "ieSizeLimitation", _descriptor27, this);
82922
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "templates", _descriptor28, this);
82923
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "plain", _descriptor29, this);
82924
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "requisite", _descriptor30, this);
82925
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "width", _descriptor31, this);
82926
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "cssWidth", _descriptor32, this);
82927
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "buttonSettingsType", _descriptor33, this);
82928
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isEnableTemplates", _descriptor34, this);
82929
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "validationBeforeSend", _descriptor35, this);
82930
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "padding", _descriptor36, this);
82931
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "maxUnitsCount", _descriptor37, this);
82932
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "onExternalInitSection", _descriptor38, this);
82933
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "unitsCount", _descriptor39, this);
82934
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "transferText", _descriptor40, this);
82935
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "navigationLimit", _descriptor41, this);
82936
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufButtonEnabled", _descriptor42, this);
82937
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "fufSizeTooLargeErrorText", _descriptor43, this);
82938
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxHideDemandNameButton", _descriptor44, this);
82939
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxTitle", _descriptor45, this);
82940
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxAlert", _descriptor46, this);
82941
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "defaultUnitsCountForPaging", _descriptor47, this);
82942
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "types", _descriptor48, this);
82943
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "typeLists", _descriptor49, this);
82792
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "formmetainfo", _descriptor13, this);
82793
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "modalheader", _descriptor14, this);
82794
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "globalmodals", _descriptor15, this);
82795
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "imports", _descriptor16, this);
82796
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "panel", _descriptor17, this);
82797
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "zeroreportoptions", _descriptor18, this);
82798
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pages", _descriptor19, this);
82799
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "attachmentForms", _descriptor20, this);
82800
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "simple", _descriptor21, this);
82801
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "doNotValidateFormOnStart", _descriptor22, this);
82802
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "schemaValidations", _descriptor23, this);
82803
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isReadOnly", _descriptor24, this);
82804
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "ieDeprecationWarningEnabled", _descriptor25, this);
82805
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "compactActionPanel", _descriptor26, this);
82806
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "enableCustomizationButton", _descriptor27, this);
82807
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "ieSizeLimitation", _descriptor28, this);
82808
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "templates", _descriptor29, this);
82809
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "plain", _descriptor30, this);
82810
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "requisite", _descriptor31, this);
82811
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "width", _descriptor32, this);
82812
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "cssWidth", _descriptor33, this);
82813
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "buttonSettingsType", _descriptor34, this);
82814
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isEnableTemplates", _descriptor35, this);
82815
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "validationBeforeSend", _descriptor36, this);
82816
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "padding", _descriptor37, this);
82817
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "maxUnitsCount", _descriptor38, this);
82818
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "onExternalInitSection", _descriptor39, this);
82819
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "unitsCount", _descriptor40, this);
82820
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "transferText", _descriptor41, this);
82821
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "navigationLimit", _descriptor42, this);
82822
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufButtonEnabled", _descriptor43, this);
82823
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "fufSizeTooLargeErrorText", _descriptor44, this);
82824
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxHideDemandNameButton", _descriptor45, this);
82825
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxTitle", _descriptor46, this);
82826
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "uploadFufLightboxAlert", _descriptor47, this);
82827
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "defaultUnitsCountForPaging", _descriptor48, this);
82828
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "types", _descriptor49, this);
82829
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "typeLists", _descriptor50, this);
82944
82830
  }
82945
82831
  getOwnPath() {
82946
82832
  return this.dataScope.getOwnPath();
@@ -83006,187 +82892,192 @@ let FormNode = (_dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_
83006
82892
  enumerable: true,
83007
82893
  writable: true,
83008
82894
  initializer: null
83009
- }), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "modalheader", [_dec15], {
82895
+ }), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "formmetainfo", [_dec15], {
83010
82896
  configurable: true,
83011
82897
  enumerable: true,
83012
82898
  writable: true,
83013
82899
  initializer: null
83014
- }), _descriptor14 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "globalmodals", [_dec16], {
82900
+ }), _descriptor14 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "modalheader", [_dec16], {
83015
82901
  configurable: true,
83016
82902
  enumerable: true,
83017
82903
  writable: true,
83018
82904
  initializer: null
83019
- }), _descriptor15 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "imports", [_dec17], {
82905
+ }), _descriptor15 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "globalmodals", [_dec17], {
83020
82906
  configurable: true,
83021
82907
  enumerable: true,
83022
82908
  writable: true,
83023
82909
  initializer: null
83024
- }), _descriptor16 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "panel", [_dec18], {
82910
+ }), _descriptor16 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "imports", [_dec18], {
83025
82911
  configurable: true,
83026
82912
  enumerable: true,
83027
82913
  writable: true,
83028
82914
  initializer: null
83029
- }), _descriptor17 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "zeroreportoptions", [_dec19], {
82915
+ }), _descriptor17 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "panel", [_dec19], {
83030
82916
  configurable: true,
83031
82917
  enumerable: true,
83032
82918
  writable: true,
83033
82919
  initializer: null
83034
- }), _descriptor18 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "pages", [_dec20], {
82920
+ }), _descriptor18 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "zeroreportoptions", [_dec20], {
83035
82921
  configurable: true,
83036
82922
  enumerable: true,
83037
82923
  writable: true,
83038
82924
  initializer: null
83039
- }), _descriptor19 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "attachmentForms", [_dec21], {
82925
+ }), _descriptor19 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "pages", [_dec21], {
83040
82926
  configurable: true,
83041
82927
  enumerable: true,
83042
82928
  writable: true,
83043
82929
  initializer: null
83044
- }), _descriptor20 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "simple", [_dec22], {
82930
+ }), _descriptor20 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "attachmentForms", [_dec22], {
83045
82931
  configurable: true,
83046
82932
  enumerable: true,
83047
82933
  writable: true,
83048
82934
  initializer: null
83049
- }), _descriptor21 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "doNotValidateFormOnStart", [_dec23], {
82935
+ }), _descriptor21 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "simple", [_dec23], {
83050
82936
  configurable: true,
83051
82937
  enumerable: true,
83052
82938
  writable: true,
83053
82939
  initializer: null
83054
- }), _descriptor22 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "schemaValidations", [_dec24], {
82940
+ }), _descriptor22 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "doNotValidateFormOnStart", [_dec24], {
83055
82941
  configurable: true,
83056
82942
  enumerable: true,
83057
82943
  writable: true,
83058
82944
  initializer: null
83059
- }), _descriptor23 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "isReadOnly", [_dec25], {
82945
+ }), _descriptor23 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "schemaValidations", [_dec25], {
83060
82946
  configurable: true,
83061
82947
  enumerable: true,
83062
82948
  writable: true,
83063
82949
  initializer: null
83064
- }), _descriptor24 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "ieDeprecationWarningEnabled", [_dec26], {
82950
+ }), _descriptor24 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "isReadOnly", [_dec26], {
83065
82951
  configurable: true,
83066
82952
  enumerable: true,
83067
82953
  writable: true,
83068
82954
  initializer: null
83069
- }), _descriptor25 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "compactActionPanel", [_dec27], {
82955
+ }), _descriptor25 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "ieDeprecationWarningEnabled", [_dec27], {
83070
82956
  configurable: true,
83071
82957
  enumerable: true,
83072
82958
  writable: true,
83073
82959
  initializer: null
83074
- }), _descriptor26 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "enableCustomizationButton", [_dec28], {
82960
+ }), _descriptor26 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "compactActionPanel", [_dec28], {
83075
82961
  configurable: true,
83076
82962
  enumerable: true,
83077
82963
  writable: true,
83078
82964
  initializer: null
83079
- }), _descriptor27 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "ieSizeLimitation", [_dec29], {
82965
+ }), _descriptor27 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "enableCustomizationButton", [_dec29], {
83080
82966
  configurable: true,
83081
82967
  enumerable: true,
83082
82968
  writable: true,
83083
82969
  initializer: null
83084
- }), _descriptor28 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "templates", [_dec30], {
82970
+ }), _descriptor28 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "ieSizeLimitation", [_dec30], {
83085
82971
  configurable: true,
83086
82972
  enumerable: true,
83087
82973
  writable: true,
83088
82974
  initializer: null
83089
- }), _descriptor29 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "plain", [_dec31], {
82975
+ }), _descriptor29 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "templates", [_dec31], {
83090
82976
  configurable: true,
83091
82977
  enumerable: true,
83092
82978
  writable: true,
83093
82979
  initializer: null
83094
- }), _descriptor30 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "requisite", [_dec32], {
82980
+ }), _descriptor30 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "plain", [_dec32], {
83095
82981
  configurable: true,
83096
82982
  enumerable: true,
83097
82983
  writable: true,
83098
82984
  initializer: null
83099
- }), _descriptor31 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "width", [_dec33], {
82985
+ }), _descriptor31 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "requisite", [_dec33], {
83100
82986
  configurable: true,
83101
82987
  enumerable: true,
83102
82988
  writable: true,
83103
82989
  initializer: null
83104
- }), _descriptor32 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "cssWidth", [_dec34], {
82990
+ }), _descriptor32 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "width", [_dec34], {
83105
82991
  configurable: true,
83106
82992
  enumerable: true,
83107
82993
  writable: true,
83108
82994
  initializer: null
83109
- }), _descriptor33 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "buttonSettingsType", [_dec35], {
82995
+ }), _descriptor33 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "cssWidth", [_dec35], {
83110
82996
  configurable: true,
83111
82997
  enumerable: true,
83112
82998
  writable: true,
83113
82999
  initializer: null
83114
- }), _descriptor34 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "isEnableTemplates", [_dec36], {
83000
+ }), _descriptor34 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "buttonSettingsType", [_dec36], {
83115
83001
  configurable: true,
83116
83002
  enumerable: true,
83117
83003
  writable: true,
83118
83004
  initializer: null
83119
- }), _descriptor35 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "validationBeforeSend", [_dec37], {
83005
+ }), _descriptor35 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "isEnableTemplates", [_dec37], {
83120
83006
  configurable: true,
83121
83007
  enumerable: true,
83122
83008
  writable: true,
83123
83009
  initializer: null
83124
- }), _descriptor36 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "padding", [_dec38], {
83010
+ }), _descriptor36 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "validationBeforeSend", [_dec38], {
83125
83011
  configurable: true,
83126
83012
  enumerable: true,
83127
83013
  writable: true,
83128
83014
  initializer: null
83129
- }), _descriptor37 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "maxUnitsCount", [_dec39], {
83015
+ }), _descriptor37 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "padding", [_dec39], {
83130
83016
  configurable: true,
83131
83017
  enumerable: true,
83132
83018
  writable: true,
83133
83019
  initializer: null
83134
- }), _descriptor38 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "onExternalInitSection", [_dec40], {
83020
+ }), _descriptor38 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "maxUnitsCount", [_dec40], {
83135
83021
  configurable: true,
83136
83022
  enumerable: true,
83137
83023
  writable: true,
83138
83024
  initializer: null
83139
- }), _descriptor39 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "unitsCount", [_dec41], {
83025
+ }), _descriptor39 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "onExternalInitSection", [_dec41], {
83140
83026
  configurable: true,
83141
83027
  enumerable: true,
83142
83028
  writable: true,
83143
83029
  initializer: null
83144
- }), _descriptor40 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "transferText", [_dec42], {
83030
+ }), _descriptor40 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "unitsCount", [_dec42], {
83145
83031
  configurable: true,
83146
83032
  enumerable: true,
83147
83033
  writable: true,
83148
83034
  initializer: null
83149
- }), _descriptor41 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "navigationLimit", [_dec43], {
83035
+ }), _descriptor41 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "transferText", [_dec43], {
83150
83036
  configurable: true,
83151
83037
  enumerable: true,
83152
83038
  writable: true,
83153
83039
  initializer: null
83154
- }), _descriptor42 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufButtonEnabled", [_dec44], {
83040
+ }), _descriptor42 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "navigationLimit", [_dec44], {
83155
83041
  configurable: true,
83156
83042
  enumerable: true,
83157
83043
  writable: true,
83158
83044
  initializer: null
83159
- }), _descriptor43 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "fufSizeTooLargeErrorText", [_dec45], {
83045
+ }), _descriptor43 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufButtonEnabled", [_dec45], {
83160
83046
  configurable: true,
83161
83047
  enumerable: true,
83162
83048
  writable: true,
83163
83049
  initializer: null
83164
- }), _descriptor44 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxHideDemandNameButton", [_dec46], {
83050
+ }), _descriptor44 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "fufSizeTooLargeErrorText", [_dec46], {
83165
83051
  configurable: true,
83166
83052
  enumerable: true,
83167
83053
  writable: true,
83168
83054
  initializer: null
83169
- }), _descriptor45 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxTitle", [_dec47], {
83055
+ }), _descriptor45 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxHideDemandNameButton", [_dec47], {
83170
83056
  configurable: true,
83171
83057
  enumerable: true,
83172
83058
  writable: true,
83173
83059
  initializer: null
83174
- }), _descriptor46 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxAlert", [_dec48], {
83060
+ }), _descriptor46 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxTitle", [_dec48], {
83175
83061
  configurable: true,
83176
83062
  enumerable: true,
83177
83063
  writable: true,
83178
83064
  initializer: null
83179
- }), _descriptor47 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "defaultUnitsCountForPaging", [_dec49], {
83065
+ }), _descriptor47 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "uploadFufLightboxAlert", [_dec49], {
83180
83066
  configurable: true,
83181
83067
  enumerable: true,
83182
83068
  writable: true,
83183
83069
  initializer: null
83184
- }), _descriptor48 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "types", [_dec50], {
83070
+ }), _descriptor48 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "defaultUnitsCountForPaging", [_dec50], {
83185
83071
  configurable: true,
83186
83072
  enumerable: true,
83187
83073
  writable: true,
83188
83074
  initializer: null
83189
- }), _descriptor49 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "typeLists", [_dec51], {
83075
+ }), _descriptor49 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "types", [_dec51], {
83076
+ configurable: true,
83077
+ enumerable: true,
83078
+ writable: true,
83079
+ initializer: null
83080
+ }), _descriptor50 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "typeLists", [_dec52], {
83190
83081
  configurable: true,
83191
83082
  enumerable: true,
83192
83083
  writable: true,
@@ -83376,16 +83267,16 @@ class FormInfoConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1__
83376
83267
  static getAcceptNodeClass() {
83377
83268
  return _FormInfoNode__WEBPACK_IMPORTED_MODULE_3__.FormInfoNode;
83378
83269
  }
83379
- doBuildDataDeclaration(context) {
83270
+ doBuildDataDeclaration() {
83380
83271
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83381
83272
  }
83382
- buildChildrenDataDeclaration(context) {
83273
+ buildChildrenDataDeclaration() {
83383
83274
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83384
83275
  }
83385
83276
  *doTraverseChildren() {
83386
83277
  // no children
83387
83278
  }
83388
- doConvert(context) {
83279
+ doConvert() {
83389
83280
  const node = this.getCurrentNodeAs(_FormInfoNode__WEBPACK_IMPORTED_MODULE_3__.FormInfoNode);
83390
83281
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("FormInfo");
83391
83282
  markupBuilder.prop(x => x.name).set(node.name);
@@ -83455,10 +83346,10 @@ class GlobalModalsConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
83455
83346
  static getAcceptNodeClass() {
83456
83347
  return _GlobalModalsNode__WEBPACK_IMPORTED_MODULE_3__.GlobalModalsNode;
83457
83348
  }
83458
- doBuildDataDeclaration(context) {
83349
+ doBuildDataDeclaration() {
83459
83350
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83460
83351
  }
83461
- buildChildrenDataDeclaration(context) {
83352
+ buildChildrenDataDeclaration() {
83462
83353
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83463
83354
  }
83464
83355
  *doTraverseChildren() {
@@ -83630,10 +83521,10 @@ class ModalHeaderConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
83630
83521
  static getAcceptNodeClass() {
83631
83522
  return _ModalHeaderNode__WEBPACK_IMPORTED_MODULE_3__.ModalHeaderNode;
83632
83523
  }
83633
- doBuildDataDeclaration(context) {
83524
+ doBuildDataDeclaration() {
83634
83525
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83635
83526
  }
83636
- buildChildrenDataDeclaration(context) {
83527
+ buildChildrenDataDeclaration() {
83637
83528
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
83638
83529
  }
83639
83530
  *doTraverseChildren() {
@@ -84209,10 +84100,10 @@ class TourConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Sug
84209
84100
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_3__.componentMarkupBuilder)("Tour");
84210
84101
  return markupBuilder.buildConverterResult();
84211
84102
  }
84212
- doBuildDataDeclaration(context) {
84103
+ doBuildDataDeclaration() {
84213
84104
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_2__.emptyDataDeclarationCollection;
84214
84105
  }
84215
- buildChildrenDataDeclaration(context) {
84106
+ buildChildrenDataDeclaration() {
84216
84107
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_2__.emptyDataDeclarationCollection;
84217
84108
  }
84218
84109
  *doTraverseChildren() {
@@ -84412,10 +84303,10 @@ class UnitItemConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
84412
84303
  static getAcceptNodeClass() {
84413
84304
  return _UnitItemNode__WEBPACK_IMPORTED_MODULE_5__.UnitItemNode;
84414
84305
  }
84415
- doBuildDataDeclaration(context) {
84306
+ doBuildDataDeclaration() {
84416
84307
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
84417
84308
  }
84418
- buildChildrenDataDeclaration(context) {
84309
+ buildChildrenDataDeclaration() {
84419
84310
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
84420
84311
  }
84421
84312
  *doTraverseChildren() {
@@ -84550,10 +84441,10 @@ class UnitListConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
84550
84441
  static getAcceptNodeClass() {
84551
84442
  return _UnitListNode__WEBPACK_IMPORTED_MODULE_3__.UnitListNode;
84552
84443
  }
84553
- doBuildDataDeclaration(context) {
84444
+ doBuildDataDeclaration() {
84554
84445
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
84555
84446
  }
84556
- buildChildrenDataDeclaration(context) {
84447
+ buildChildrenDataDeclaration() {
84557
84448
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
84558
84449
  }
84559
84450
  *doTraverseChildren() {
@@ -84674,13 +84565,13 @@ class UserPicklistConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
84674
84565
  applyVisibilityPathProcessing() {
84675
84566
  return false;
84676
84567
  }
84677
- *doBuildNormalizeRules(builder) {
84568
+ *doBuildNormalizeRules() {
84678
84569
  // no rules
84679
84570
  }
84680
- doBuildDataDeclaration(context) {
84571
+ doBuildDataDeclaration() {
84681
84572
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_2__.emptyDataDeclarationCollection;
84682
84573
  }
84683
- buildChildrenDataDeclaration(context) {
84574
+ buildChildrenDataDeclaration() {
84684
84575
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_2__.emptyDataDeclarationCollection;
84685
84576
  }
84686
84577
  *doTraverseChildren() {
@@ -85191,7 +85082,7 @@ class HelpInfoConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
85191
85082
  yield node.children[0];
85192
85083
  }
85193
85084
  }
85194
- doConvert(context) {
85085
+ doConvert() {
85195
85086
  var _node$content, _node$header, _node$positions;
85196
85087
  const node = this.getCurrentNodeAs(_HelpInfoNode__WEBPACK_IMPORTED_MODULE_5__.HelpInfoNode);
85197
85088
  const mb = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("HelpInfo");
@@ -85323,16 +85214,16 @@ class NormativeHelpConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
85323
85214
  static getAcceptNodeClass() {
85324
85215
  return _NormativeHelpNode__WEBPACK_IMPORTED_MODULE_3__.NormativeHelpNode;
85325
85216
  }
85326
- doBuildDataDeclaration(context) {
85217
+ doBuildDataDeclaration() {
85327
85218
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
85328
85219
  }
85329
- buildChildrenDataDeclaration(context) {
85220
+ buildChildrenDataDeclaration() {
85330
85221
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
85331
85222
  }
85332
85223
  *doTraverseChildren() {
85333
85224
  // no children
85334
85225
  }
85335
- doConvert(context) {
85226
+ doConvert() {
85336
85227
  const node = this.getCurrentNodeAs(_NormativeHelpNode__WEBPACK_IMPORTED_MODULE_3__.NormativeHelpNode);
85337
85228
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("NormativeHelp");
85338
85229
  markupBuilder.prop(x => x.helpUrl).set(this.getNormativeUrl(node));
@@ -85560,16 +85451,16 @@ class BrConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sugar
85560
85451
  static getAcceptNodeClass() {
85561
85452
  return _BrNode__WEBPACK_IMPORTED_MODULE_3__.BrNode;
85562
85453
  }
85563
- doBuildDataDeclaration(context) {
85454
+ doBuildDataDeclaration() {
85564
85455
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
85565
85456
  }
85566
- buildChildrenDataDeclaration(context) {
85457
+ buildChildrenDataDeclaration() {
85567
85458
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
85568
85459
  }
85569
85460
  *doTraverseChildren() {
85570
85461
  // no children
85571
85462
  }
85572
- doConvert(context) {
85463
+ doConvert() {
85573
85464
  this.getCurrentNodeAs(_BrNode__WEBPACK_IMPORTED_MODULE_3__.BrNode);
85574
85465
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("Br");
85575
85466
  return markupBuilder.buildConverterResult();
@@ -86651,13 +86542,13 @@ class HrConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sugar
86651
86542
  const node = this.getCurrentNodeAs(_HrNode__WEBPACK_IMPORTED_MODULE_3__.HrNode);
86652
86543
  return context.addVisibilityPathDeclEntryNew(node);
86653
86544
  }
86654
- buildChildrenDataDeclaration(context) {
86545
+ buildChildrenDataDeclaration() {
86655
86546
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
86656
86547
  }
86657
86548
  *doTraverseChildren() {
86658
86549
  // no children
86659
86550
  }
86660
- doConvert(context) {
86551
+ doConvert() {
86661
86552
  const node = this.getCurrentNodeAs(_HrNode__WEBPACK_IMPORTED_MODULE_3__.HrNode);
86662
86553
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("Hr");
86663
86554
  markupBuilder.prop(x => x.width).set(node.width);
@@ -86767,7 +86658,7 @@ class ImgConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_6__.Suga
86767
86658
  const node = this.getCurrentNodeAs(_ImgNode__WEBPACK_IMPORTED_MODULE_8__.ImgNode);
86768
86659
  return context.addVisibilityPathDeclEntryNew(node);
86769
86660
  }
86770
- buildChildrenDataDeclaration(context) {
86661
+ buildChildrenDataDeclaration() {
86771
86662
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_4__.emptyDataDeclarationCollection;
86772
86663
  }
86773
86664
  *doTraverseChildren() {
@@ -86872,16 +86763,16 @@ class InnertextConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2_
86872
86763
  static getAcceptNodeClass() {
86873
86764
  return _InnertextNode__WEBPACK_IMPORTED_MODULE_3__.InnertextNode;
86874
86765
  }
86875
- doBuildDataDeclaration(context) {
86766
+ doBuildDataDeclaration() {
86876
86767
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
86877
86768
  }
86878
- buildChildrenDataDeclaration(context) {
86769
+ buildChildrenDataDeclaration() {
86879
86770
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
86880
86771
  }
86881
86772
  *doTraverseChildren() {
86882
86773
  // no children
86883
86774
  }
86884
- doConvert(context) {
86775
+ doConvert() {
86885
86776
  const node = this.getCurrentNodeAs(_InnertextNode__WEBPACK_IMPORTED_MODULE_3__.InnertextNode);
86886
86777
  if (node.innertext == undefined) {
86887
86778
  return new _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_1__.ConverterResult(``);
@@ -87543,7 +87434,7 @@ class PencilConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.S
87543
87434
  applyVisibilityPathProcessing() {
87544
87435
  return false;
87545
87436
  }
87546
- doBuildDataDeclaration(context) {
87437
+ doBuildDataDeclaration() {
87547
87438
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
87548
87439
  }
87549
87440
  buildChildrenDataDeclaration(context) {
@@ -88556,7 +88447,7 @@ class BodyConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
88556
88447
  static getAcceptNodeClass() {
88557
88448
  return _BodyNode__WEBPACK_IMPORTED_MODULE_3__.BodyNode;
88558
88449
  }
88559
- doBuildDataDeclaration(context) {
88450
+ doBuildDataDeclaration() {
88560
88451
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
88561
88452
  }
88562
88453
  buildChildrenDataDeclaration(context) {
@@ -88648,7 +88539,7 @@ class FooterConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.S
88648
88539
  static getAcceptNodeClass() {
88649
88540
  return _FooterNode__WEBPACK_IMPORTED_MODULE_3__.FooterNode;
88650
88541
  }
88651
- doBuildDataDeclaration(context) {
88542
+ doBuildDataDeclaration() {
88652
88543
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
88653
88544
  }
88654
88545
  buildChildrenDataDeclaration(context) {
@@ -88897,7 +88788,7 @@ class ModalFormCancelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MOD
88897
88788
  applyVisibilityPathProcessing() {
88898
88789
  return false;
88899
88790
  }
88900
- doBuildDataDeclaration(context) {
88791
+ doBuildDataDeclaration() {
88901
88792
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
88902
88793
  }
88903
88794
  buildChildrenDataDeclaration(context) {
@@ -88983,7 +88874,7 @@ class ModalFormConfirmConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MO
88983
88874
  applyVisibilityPathProcessing() {
88984
88875
  return false;
88985
88876
  }
88986
- doBuildDataDeclaration(context) {
88877
+ doBuildDataDeclaration() {
88987
88878
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
88988
88879
  }
88989
88880
  buildChildrenDataDeclaration(context) {
@@ -89246,7 +89137,7 @@ class AddRowButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
89246
89137
  }
89247
89138
  return pathDeclarations.length > 0 ? context.mergeDataDeclaration(...pathDeclarations) : _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
89248
89139
  }
89249
- buildChildrenDataDeclaration(context) {
89140
+ buildChildrenDataDeclaration() {
89250
89141
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
89251
89142
  }
89252
89143
  *doTraverseChildren() {
@@ -89384,232 +89275,6 @@ let AddRowButtonNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_
89384
89275
 
89385
89276
  /***/ }),
89386
89277
 
89387
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts":
89388
- /*!********************************************************************************************************************************!*\
89389
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts ***!
89390
- \********************************************************************************************************************************/
89391
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89392
-
89393
- "use strict";
89394
- __webpack_require__.r(__webpack_exports__);
89395
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
89396
- /* harmony export */ AggregationQueryConverter: () => (/* binding */ AggregationQueryConverter)
89397
- /* harmony export */ });
89398
- /* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
89399
- /* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
89400
- /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
89401
- /* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
89402
- /* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
89403
- /* harmony import */ var _Engine_src_Engine_Core_Filtering_IAggregationQueryStrategy__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../../Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy */ "./Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy.ts");
89404
- /* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
89405
- /* harmony import */ var _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../../../../Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths */ "./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts");
89406
- /* harmony import */ var _ConverterResults_ModuleDescriptor__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../ConverterResults/ModuleDescriptor */ "./Generator/src/generators/markupGenerator/ConverterResults/ModuleDescriptor.ts");
89407
- /* harmony import */ var _AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./AggregationQueryNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts");
89408
-
89409
-
89410
-
89411
-
89412
-
89413
-
89414
-
89415
-
89416
-
89417
-
89418
- class AggregationQueryConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.SugarNodeConverterBase {
89419
- static getAcceptNodeClass() {
89420
- return _AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode;
89421
- }
89422
- doBuildDataDeclaration(context) {
89423
- return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
89424
- }
89425
- buildChildrenDataDeclaration(context) {
89426
- const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
89427
- return context.processChildrenDataDeclaration(node.content.children);
89428
- }
89429
- *doTraverseChildren() {
89430
- const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
89431
- for (const child of node.content.children) {
89432
- yield child;
89433
- }
89434
- }
89435
- doConvert(context) {
89436
- var _node$includeMultilin;
89437
- const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
89438
- const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("AggregationQuery");
89439
- if (node.multilinePath != undefined) {
89440
- markupBuilder.prop(x => x.multilinePath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node, node.multilinePath));
89441
- }
89442
- markupBuilder.prop(x => x.filterUniqueKey).set(node.filteredUniqKey);
89443
- markupBuilder.prop(x => x.variablesPrefix).set(node.variablesPrefix);
89444
- markupBuilder.prop(x => x.includeMultilineFilters).set((_node$includeMultilin = node.includeMultilineFilters) !== null && _node$includeMultilin !== void 0 ? _node$includeMultilin : true);
89445
- const pathResolver = new _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__.FilterExpressionResolveBindingPaths(path => (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node, path).toLegacyPath());
89446
- if (node.filter != undefined) {
89447
- markupBuilder.prop(x => x.filter).set(pathResolver.transformExpression(node.filter));
89448
- }
89449
- const selects = node.selects.children.map(x => {
89450
- var _x$pathToField, _x$fieldName;
89451
- return x.aggregationType === "Sum" ? {
89452
- targetVariableName: x.variableName,
89453
- select: {
89454
- type: _Engine_src_Engine_Core_Filtering_IAggregationQueryStrategy__WEBPACK_IMPORTED_MODULE_5__.AggregationType.Sum,
89455
- relativeFieldPath: (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_4__.createRelativeResolvedModelPath)((_x$pathToField = x.pathToField) !== null && _x$pathToField !== void 0 ? _x$pathToField : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.reject)("Sum requires pathToField!")),
89456
- name: x.variableName,
89457
- customFieldName: (_x$fieldName = x.fieldName) !== null && _x$fieldName !== void 0 ? _x$fieldName : "value",
89458
- filter: x.filter != undefined ? pathResolver.transformExpression(x.filter) : undefined
89459
- }
89460
- } : x.aggregationType === "Count" ? {
89461
- targetVariableName: x.variableName,
89462
- select: {
89463
- type: _Engine_src_Engine_Core_Filtering_IAggregationQueryStrategy__WEBPACK_IMPORTED_MODULE_5__.AggregationType.Count,
89464
- name: x.variableName,
89465
- filter: x.filter != undefined ? pathResolver.transformExpression(x.filter) : undefined
89466
- }
89467
- } : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.reject)(`Unsupported query type [${x.aggregationType}]`);
89468
- });
89469
- markupBuilder.prop(x => x.selects).set(selects);
89470
- markupBuilder.appendChild(context.convertChildNodes(node.content.children));
89471
- const result = markupBuilder.buildConverterResult();
89472
- result.addDependencies(new _ConverterResults_ModuleDescriptor__WEBPACK_IMPORTED_MODULE_8__.ModuleDescriptor("mp", "mp"));
89473
- return result;
89474
- }
89475
- }
89476
-
89477
- /***/ }),
89478
-
89479
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts":
89480
- /*!***************************************************************************************************************************!*\
89481
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts ***!
89482
- \***************************************************************************************************************************/
89483
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89484
-
89485
- "use strict";
89486
- __webpack_require__.r(__webpack_exports__);
89487
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
89488
- /* harmony export */ AggregationQueryContentNode: () => (/* binding */ AggregationQueryContentNode),
89489
- /* harmony export */ AggregationQueryNode: () => (/* binding */ AggregationQueryNode),
89490
- /* harmony export */ AggregationQuerySelectNode: () => (/* binding */ AggregationQuerySelectNode),
89491
- /* harmony export */ AggregationQuerySelectsNode: () => (/* binding */ AggregationQuerySelectsNode)
89492
- /* harmony export */ });
89493
- /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
89494
- /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
89495
- /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/applyDecoratedDescriptor */ "./node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js");
89496
- /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__);
89497
- /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/initializerWarningHelper */ "./node_modules/@babel/runtime/helpers/initializerWarningHelper.js");
89498
- /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__);
89499
- /* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
89500
-
89501
-
89502
-
89503
- var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _dec7, _dec8, _class3, _class4, _descriptor6, _dec9, _dec10, _class5, _class6, _descriptor7, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _class7, _class8, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14;
89504
-
89505
- let AggregationQuerySelectNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("aggregationqueryselect", `Запрос на получение агрегата`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("aggregationType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum("Sum", "Count").required, `Необходимо ли включать в фильтр агрегации фильтры из мультилайна`), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("variableName", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string.required, `Префикс для названия переменных, которые доступны через обращение к @contextVars/`), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("pathToField", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Относительный путь от множественности до поля по которому считаем суммы`), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("pathToField", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Название поля для получения агрегата (value, autoValue, errorsCount и тп)`), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("filter", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.objectLiteral(), ``), _dec(_class = (_class2 = class AggregationQuerySelectNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
89506
- constructor(...args) {
89507
- super(...args);
89508
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "aggregationType", _descriptor, this);
89509
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "variableName", _descriptor2, this);
89510
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pathToField", _descriptor3, this);
89511
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "fieldName", _descriptor4, this);
89512
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filter", _descriptor5, this);
89513
- }
89514
- }, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "aggregationType", [_dec2], {
89515
- configurable: true,
89516
- enumerable: true,
89517
- writable: true,
89518
- initializer: null
89519
- }), _descriptor2 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "variableName", [_dec3], {
89520
- configurable: true,
89521
- enumerable: true,
89522
- writable: true,
89523
- initializer: null
89524
- }), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "pathToField", [_dec4], {
89525
- configurable: true,
89526
- enumerable: true,
89527
- writable: true,
89528
- initializer: null
89529
- }), _descriptor4 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "fieldName", [_dec5], {
89530
- configurable: true,
89531
- enumerable: true,
89532
- writable: true,
89533
- initializer: null
89534
- }), _descriptor5 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "filter", [_dec6], {
89535
- configurable: true,
89536
- enumerable: true,
89537
- writable: true,
89538
- initializer: null
89539
- }), _class2)) || _class);
89540
- let AggregationQuerySelectsNode = (_dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("selects", `Запросы на получение агрегата`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$")), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)(), _dec7(_class3 = (_class4 = class AggregationQuerySelectsNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
89541
- constructor(...args) {
89542
- super(...args);
89543
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor6, this);
89544
- }
89545
- }, _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "children", [_dec8], {
89546
- configurable: true,
89547
- enumerable: true,
89548
- writable: true,
89549
- initializer: null
89550
- }), _class4)) || _class3);
89551
- let AggregationQueryContentNode = (_dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("content", `Дочерние элементы`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$")), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)(), _dec9(_class5 = (_class6 = class AggregationQueryContentNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
89552
- constructor(...args) {
89553
- super(...args);
89554
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor7, this);
89555
- }
89556
- }, _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class6.prototype, "children", [_dec10], {
89557
- configurable: true,
89558
- enumerable: true,
89559
- writable: true,
89560
- initializer: null
89561
- }), _class6)) || _class5);
89562
- let AggregationQueryNode = (_dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("aggregationquery", `Запрос на получение агрегированных данных`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$")), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("multilinePath", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.bindingPath, ``), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("filteredUniqKey", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Уникальный ключ фильтрации multiline, используется, для фильтраций одних и тех же путей иннера
89563
- разными фильтрами. Задается произвольной строкой. Фильтры с одинаковым ключем фильтрации получают одинаковый результат фильтрации`), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("filter", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.objectLiteral(), ``), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("includeMultilineFilters", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Необходимо ли включать в фильтр агрегации фильтры из мультилайна`), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("variablesPrefix", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string.required, `Префикс для названия переменных, которые доступны через обращение к @contextVars/`), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("selects", [AggregationQuerySelectsNode]), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("content", [AggregationQueryContentNode]), _dec11(_class7 = (_class8 = class AggregationQueryNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
89564
- constructor(...args) {
89565
- super(...args);
89566
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multilinePath", _descriptor8, this);
89567
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filteredUniqKey", _descriptor9, this);
89568
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filter", _descriptor10, this);
89569
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "includeMultilineFilters", _descriptor11, this);
89570
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "variablesPrefix", _descriptor12, this);
89571
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "selects", _descriptor13, this);
89572
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "content", _descriptor14, this);
89573
- }
89574
- }, _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "multilinePath", [_dec12], {
89575
- configurable: true,
89576
- enumerable: true,
89577
- writable: true,
89578
- initializer: null
89579
- }), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "filteredUniqKey", [_dec13], {
89580
- configurable: true,
89581
- enumerable: true,
89582
- writable: true,
89583
- initializer: null
89584
- }), _descriptor10 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "filter", [_dec14], {
89585
- configurable: true,
89586
- enumerable: true,
89587
- writable: true,
89588
- initializer: null
89589
- }), _descriptor11 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "includeMultilineFilters", [_dec15], {
89590
- configurable: true,
89591
- enumerable: true,
89592
- writable: true,
89593
- initializer: null
89594
- }), _descriptor12 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "variablesPrefix", [_dec16], {
89595
- configurable: true,
89596
- enumerable: true,
89597
- writable: true,
89598
- initializer: null
89599
- }), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "selects", [_dec17], {
89600
- configurable: true,
89601
- enumerable: true,
89602
- writable: true,
89603
- initializer: null
89604
- }), _descriptor14 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "content", [_dec18], {
89605
- configurable: true,
89606
- enumerable: true,
89607
- writable: true,
89608
- initializer: null
89609
- }), _class8)) || _class7);
89610
-
89611
- /***/ }),
89612
-
89613
89278
  /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ColgroupButtonConverter.ts":
89614
89279
  /*!****************************************************************************************************************************!*\
89615
89280
  !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ColgroupButtonConverter.ts ***!
@@ -89635,7 +89300,7 @@ class ColgroupButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
89635
89300
  static getAcceptNodeClass() {
89636
89301
  return _ColgroupButtonNode__WEBPACK_IMPORTED_MODULE_4__.ColgroupButtonNode;
89637
89302
  }
89638
- doBuildDataDeclaration(context) {
89303
+ doBuildDataDeclaration() {
89639
89304
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
89640
89305
  }
89641
89306
  buildChildrenDataDeclaration(context) {
@@ -89789,96 +89454,6 @@ class ColumnConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1__.S
89789
89454
 
89790
89455
  /***/ }),
89791
89456
 
89792
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts":
89793
- /*!******************************************************************************************************************!*\
89794
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts ***!
89795
- \******************************************************************************************************************/
89796
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89797
-
89798
- "use strict";
89799
- __webpack_require__.r(__webpack_exports__);
89800
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
89801
- /* harmony export */ ExprEvalConverter: () => (/* binding */ ExprEvalConverter)
89802
- /* harmony export */ });
89803
- /* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
89804
- /* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
89805
- /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
89806
- /* harmony import */ var _common_ConditionUtils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../common/ConditionUtils */ "./Generator/src/common/ConditionUtils.ts");
89807
- /* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
89808
- /* harmony import */ var _Common_KCLangRuntimeUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../../Common/KCLangRuntimeUtils */ "./Common/KCLangRuntimeUtils.ts");
89809
- /* harmony import */ var _SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../SugarNodes/SugarNodeUtils */ "./Generator/src/generators/markupGenerator/SugarNodes/SugarNodeUtils.ts");
89810
- /* harmony import */ var _ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ExprEvalNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts");
89811
-
89812
-
89813
-
89814
-
89815
-
89816
-
89817
-
89818
-
89819
- class ExprEvalConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.SugarNodeConverterBase {
89820
- static getAcceptNodeClass() {
89821
- return _ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__.ExprEvalNode;
89822
- }
89823
- doBuildDataDeclaration(context) {
89824
- return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
89825
- }
89826
- buildChildrenDataDeclaration(context) {
89827
- return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
89828
- }
89829
- *doTraverseChildren() {
89830
- // no children
89831
- }
89832
- doConvert(context) {
89833
- var _node$expression;
89834
- const node = this.getCurrentNodeAs(_ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__.ExprEvalNode);
89835
- const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("ExprEval");
89836
- markupBuilder.prop(x => x.evaluatorsContextPath).set(this.getEvaluatorsContextPathExpression());
89837
- const expressionWithDependencies = (0,_common_ConditionUtils__WEBPACK_IMPORTED_MODULE_3__.convertConditionToJsOrFailWithFriendlySugarError)((_node$expression = node.expression) !== null && _node$expression !== void 0 ? _node$expression : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_4__.reject)(), "path", "count", _Common_KCLangRuntimeUtils__WEBPACK_IMPORTED_MODULE_5__.KCLangRuntimeUtils.kcLangUtilsName, node, "expression");
89838
- markupBuilder.prop(x => x.expression).set((0,_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_6__.buildExpressionPropValue)(expressionWithDependencies.condition, expressionWithDependencies.dependencies));
89839
- return markupBuilder.buildConverterResult();
89840
- }
89841
- }
89842
-
89843
- /***/ }),
89844
-
89845
- /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts":
89846
- /*!*************************************************************************************************************!*\
89847
- !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts ***!
89848
- \*************************************************************************************************************/
89849
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89850
-
89851
- "use strict";
89852
- __webpack_require__.r(__webpack_exports__);
89853
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
89854
- /* harmony export */ ExprEvalNode: () => (/* binding */ ExprEvalNode)
89855
- /* harmony export */ });
89856
- /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
89857
- /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
89858
- /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/applyDecoratedDescriptor */ "./node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js");
89859
- /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__);
89860
- /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/initializerWarningHelper */ "./node_modules/@babel/runtime/helpers/initializerWarningHelper.js");
89861
- /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__);
89862
- /* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
89863
-
89864
-
89865
-
89866
- var _dec, _dec2, _class, _class2, _descriptor;
89867
-
89868
- let ExprEvalNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("expreval", `Получение значения контекстной переменной`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("expression", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.javascriptExpression, "Выражение, которое необходимо высчитать для отображения"), _dec(_class = (_class2 = class ExprEvalNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
89869
- constructor(...args) {
89870
- super(...args);
89871
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "expression", _descriptor, this);
89872
- }
89873
- }, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "expression", [_dec2], {
89874
- configurable: true,
89875
- enumerable: true,
89876
- writable: true,
89877
- initializer: null
89878
- }), _class2)) || _class);
89879
-
89880
- /***/ }),
89881
-
89882
89457
  /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/CrossfitTableColumnConverter.ts":
89883
89458
  /*!********************************************************************************************************************************!*\
89884
89459
  !*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/CrossfitTableColumnConverter.ts ***!
@@ -91082,16 +90657,16 @@ class FilterDateRangeConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MOD
91082
90657
  static getAcceptNodeClass() {
91083
90658
  return _FilterDateRangeNode__WEBPACK_IMPORTED_MODULE_4__.FilterDateRangeNode;
91084
90659
  }
91085
- doBuildDataDeclaration(context) {
90660
+ doBuildDataDeclaration() {
91086
90661
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91087
90662
  }
91088
- buildChildrenDataDeclaration(context) {
90663
+ buildChildrenDataDeclaration() {
91089
90664
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91090
90665
  }
91091
90666
  *doTraverseChildren() {
91092
90667
  // no children
91093
90668
  }
91094
- doConvert(context) {
90669
+ doConvert() {
91095
90670
  const node = this.getCurrentNodeAs(_FilterDateRangeNode__WEBPACK_IMPORTED_MODULE_4__.FilterDateRangeNode);
91096
90671
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("FilterDateRange");
91097
90672
  markupBuilder.prop(x => x.dataPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_1__.getNewBindingPathExpression)(node, node.dataPath));
@@ -91171,16 +90746,16 @@ class FilterInputConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
91171
90746
  static getAcceptNodeClass() {
91172
90747
  return _FilterInputNode__WEBPACK_IMPORTED_MODULE_4__.FilterInputNode;
91173
90748
  }
91174
- doBuildDataDeclaration(context) {
90749
+ doBuildDataDeclaration() {
91175
90750
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91176
90751
  }
91177
- buildChildrenDataDeclaration(context) {
90752
+ buildChildrenDataDeclaration() {
91178
90753
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91179
90754
  }
91180
90755
  *doTraverseChildren() {
91181
90756
  // no children
91182
90757
  }
91183
- doConvert(context) {
90758
+ doConvert() {
91184
90759
  const node = this.getCurrentNodeAs(_FilterInputNode__WEBPACK_IMPORTED_MODULE_4__.FilterInputNode);
91185
90760
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("FilterInput");
91186
90761
  if (node.multilinePath != undefined) {
@@ -91318,16 +90893,16 @@ class FilterListConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3
91318
90893
  static getAcceptNodeClass() {
91319
90894
  return _FilterListNode__WEBPACK_IMPORTED_MODULE_5__.FilterListNode;
91320
90895
  }
91321
- doBuildDataDeclaration(context) {
90896
+ doBuildDataDeclaration() {
91322
90897
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91323
90898
  }
91324
- buildChildrenDataDeclaration(context) {
90899
+ buildChildrenDataDeclaration() {
91325
90900
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91326
90901
  }
91327
90902
  *doTraverseChildren() {
91328
90903
  // no children
91329
90904
  }
91330
- doConvert(context) {
90905
+ doConvert() {
91331
90906
  const node = this.getCurrentNodeAs(_FilterListNode__WEBPACK_IMPORTED_MODULE_5__.FilterListNode);
91332
90907
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("FilterList");
91333
90908
  markupBuilder.prop(x => x.gId).set(node.gId);
@@ -91438,15 +91013,17 @@ __webpack_require__.r(__webpack_exports__);
91438
91013
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
91439
91014
  /* harmony export */ FilterSelectConverter: () => (/* binding */ FilterSelectConverter)
91440
91015
  /* harmony export */ });
91441
- /* harmony import */ var _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../common/XmlParser/XmlNode */ "./Generator/src/common/XmlParser/XmlNode.ts");
91442
- /* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
91443
- /* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
91444
- /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
91445
- /* harmony import */ var _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../Layout/InnerText/InnertextNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/Layout/InnerText/InnertextNode.ts");
91446
- /* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
91447
- /* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
91448
- /* harmony import */ var _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../../../../Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths */ "./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts");
91449
- /* harmony import */ var _FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./FilterSelectNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/FilterSelect/FilterSelectNode.ts");
91016
+ /* harmony import */ var _Common_Errors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../Common/Errors */ "./Common/Errors.ts");
91017
+ /* harmony import */ var _Engine_src_Helpers_FilterExpressions_CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../Engine/src/Helpers/FilterExpressions/CompileFilterExpression */ "./Engine/src/Helpers/FilterExpressions/CompileFilterExpression.ts");
91018
+ /* harmony import */ var _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../common/XmlParser/XmlNode */ "./Generator/src/common/XmlParser/XmlNode.ts");
91019
+ /* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
91020
+ /* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
91021
+ /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
91022
+ /* harmony import */ var _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../Layout/InnerText/InnertextNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/Layout/InnerText/InnertextNode.ts");
91023
+ /* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
91024
+ /* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
91025
+ /* harmony import */ var _FilterSelectNode__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./FilterSelectNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/FilterSelect/FilterSelectNode.ts");
91026
+
91450
91027
 
91451
91028
 
91452
91029
 
@@ -91456,30 +91033,30 @@ __webpack_require__.r(__webpack_exports__);
91456
91033
 
91457
91034
 
91458
91035
 
91459
- class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_5__.SugarNodeConverterBase {
91036
+ class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_7__.SugarNodeConverterBase {
91460
91037
  static getAcceptNodeClass() {
91461
- return _FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode;
91038
+ return _FilterSelectNode__WEBPACK_IMPORTED_MODULE_9__.FilterSelectNode;
91462
91039
  }
91463
- doBuildDataDeclaration(context) {
91464
- return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
91040
+ doBuildDataDeclaration() {
91041
+ return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
91465
91042
  }
91466
- buildChildrenDataDeclaration(context) {
91467
- return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
91043
+ buildChildrenDataDeclaration() {
91044
+ return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
91468
91045
  }
91469
91046
  *doTraverseChildren() {
91470
91047
  // noop
91471
91048
  }
91472
- doConvert(context) {
91473
- const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode);
91474
- const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_3__.componentMarkupBuilder)("FilterSelect");
91049
+ doConvert() {
91050
+ const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_9__.FilterSelectNode);
91051
+ const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_5__.componentMarkupBuilder)("FilterSelect");
91475
91052
  if (node.multilinePath != undefined) {
91476
- markupBuilder.prop(x => x.multilinePath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node, node.multilinePath));
91053
+ markupBuilder.prop(x => x.multilinePath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_4__.getNewBindingPathExpression)(node, node.multilinePath));
91477
91054
  }
91478
91055
  markupBuilder.prop(x => x.id).set(node.id);
91479
91056
  markupBuilder.prop(x => x.width).set(node.width);
91480
91057
  markupBuilder.prop(x => x.emptyItemName).set(node.emptyItemName);
91481
91058
  if (node.tableId == undefined) {
91482
- throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_0__.SugarAttributeReadError("TableId для этого контрола обязательно. При необходимости обратитесь к разработчикам", node, "tableId");
91059
+ throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_2__.SugarAttributeReadError("TableId для этого контрола обязательно. При необходимости обратитесь к разработчикам", node, "tableId");
91483
91060
  }
91484
91061
  markupBuilder.prop(x => x.tableId).set(node.tableId);
91485
91062
  markupBuilder.prop(x => x.filteredUniqKey).set(node.filteredUniqKey);
@@ -91495,18 +91072,18 @@ class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
91495
91072
  };
91496
91073
  }
91497
91074
  extractFilterExpression(filterExpression) {
91498
- const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode);
91499
- const pathResolver = new _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__.FilterExpressionResolveBindingPaths(path => (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node, path).toLegacyPath());
91075
+ const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_9__.FilterSelectNode);
91076
+ const pathResolver = new FilterExpressionResolveBindingPaths(path => (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_4__.getNewBindingPathExpression)(node, path).toLegacyPath());
91500
91077
  return pathResolver.transformExpression(filterExpression);
91501
91078
  }
91502
91079
  forceSingleTextNode(children) {
91503
91080
  var _children$;
91504
- if (!(0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.arrayHasAtLeastOneItem)(children)) {
91081
+ if (!(0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_8__.arrayHasAtLeastOneItem)(children)) {
91505
91082
  return "";
91506
91083
  }
91507
- if ((0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.arrayHasLength)(children, 1)) {
91084
+ if ((0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_8__.arrayHasLength)(children, 1)) {
91508
91085
  const node = children[0];
91509
- if (node instanceof _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_4__.InnertextNode) {
91086
+ if (node instanceof _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_6__.InnertextNode) {
91510
91087
  if (node.innertext == undefined) {
91511
91088
  return "";
91512
91089
  } else if (typeof node.innertext === "string") {
@@ -91522,7 +91099,80 @@ class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
91522
91099
  }
91523
91100
  }
91524
91101
  }
91525
- throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_0__.SugarNodeReadingError("Item children must be a single string", (_children$ = children[1]) !== null && _children$ !== void 0 ? _children$ : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.reject)());
91102
+ throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_2__.SugarNodeReadingError("Item children must be a single string", (_children$ = children[1]) !== null && _children$ !== void 0 ? _children$ : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_8__.reject)());
91103
+ }
91104
+ }
91105
+ class FilterExpressionResolveBindingPaths extends _Engine_src_Helpers_FilterExpressions_CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__.FilterExpressionTransduceVisitor {
91106
+ constructor(pathResolver) {
91107
+ super();
91108
+ this.pathResolver = void 0;
91109
+ this.pathResolver = pathResolver;
91110
+ }
91111
+ createDefaultResult() {
91112
+ throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_0__.InvalidProgramStateError();
91113
+ }
91114
+ transformAndExpression(expression) {
91115
+ return {
91116
+ ...expression,
91117
+ conditions: expression.conditions.map(x => this.transformExpression(x))
91118
+ };
91119
+ }
91120
+ transformEndDateExpression(expression) {
91121
+ return {
91122
+ ...expression,
91123
+ condition: {
91124
+ ...expression.condition,
91125
+ dataPath: this.pathResolver(expression.condition.dataPath)
91126
+ }
91127
+ };
91128
+ }
91129
+ transformEqualExpression(expression) {
91130
+ return {
91131
+ ...expression,
91132
+ condition: {
91133
+ ...expression.condition,
91134
+ dataPath: this.pathResolver(expression.condition.dataPath)
91135
+ }
91136
+ };
91137
+ }
91138
+ transformOrExpression(expression) {
91139
+ return {
91140
+ ...expression,
91141
+ conditions: expression.conditions.map(x => this.transformExpression(x))
91142
+ };
91143
+ }
91144
+ transformStartDateExpression(expression) {
91145
+ return {
91146
+ ...expression,
91147
+ condition: {
91148
+ ...expression.condition,
91149
+ dataPath: this.pathResolver(expression.condition.dataPath)
91150
+ }
91151
+ };
91152
+ }
91153
+ transformSubstringExpression(expression) {
91154
+ return {
91155
+ ...expression,
91156
+ condition: {
91157
+ ...expression.condition,
91158
+ dataPath: this.pathResolver(expression.condition.dataPath)
91159
+ }
91160
+ };
91161
+ }
91162
+ transformByInstancesExpression(expression) {
91163
+ return {
91164
+ ...expression,
91165
+ condition: {
91166
+ ...expression.condition,
91167
+ dataPath: this.pathResolver(expression.condition.dataPath)
91168
+ }
91169
+ };
91170
+ }
91171
+ transformUnaryNotExpression(expression) {
91172
+ return {
91173
+ ...expression,
91174
+ condition: this.transformExpression(expression.condition)
91175
+ };
91526
91176
  }
91527
91177
  }
91528
91178
 
@@ -91657,7 +91307,7 @@ class HeaderMenuConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2
91657
91307
  static getAcceptNodeClass() {
91658
91308
  return _HeaderMenuNode__WEBPACK_IMPORTED_MODULE_4__.HeaderMenuNode;
91659
91309
  }
91660
- doBuildDataDeclaration(context) {
91310
+ doBuildDataDeclaration() {
91661
91311
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91662
91312
  }
91663
91313
  buildChildrenDataDeclaration(context) {
@@ -91774,7 +91424,7 @@ class InstanceNumberConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
91774
91424
  static getAcceptNodeClass() {
91775
91425
  return _InstanceNumberNode__WEBPACK_IMPORTED_MODULE_4__.InstanceNumberNode;
91776
91426
  }
91777
- doBuildDataDeclaration(context) {
91427
+ doBuildDataDeclaration() {
91778
91428
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
91779
91429
  }
91780
91430
  buildChildrenDataDeclaration() {
@@ -92207,16 +91857,16 @@ class RemoveRowButtonConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MOD
92207
91857
  static getAcceptNodeClass() {
92208
91858
  return _RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_3__.RemoveRowButtonNode;
92209
91859
  }
92210
- doBuildDataDeclaration(context) {
91860
+ doBuildDataDeclaration() {
92211
91861
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
92212
91862
  }
92213
- buildChildrenDataDeclaration(context) {
91863
+ buildChildrenDataDeclaration() {
92214
91864
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
92215
91865
  }
92216
91866
  *doTraverseChildren() {
92217
91867
  // no children
92218
91868
  }
92219
- doConvert(context) {
91869
+ doConvert() {
92220
91870
  var _node$clearLastInstan;
92221
91871
  const node = this.getCurrentNodeAs(_RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_3__.RemoveRowButtonNode);
92222
91872
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("RemoveRowButton");
@@ -92303,10 +91953,10 @@ class SortRadioGroupConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODU
92303
91953
  static getAcceptNodeClass() {
92304
91954
  return _SortRadioGroupNode__WEBPACK_IMPORTED_MODULE_4__.SortRadioGroupNode;
92305
91955
  }
92306
- doBuildDataDeclaration(context) {
91956
+ doBuildDataDeclaration() {
92307
91957
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
92308
91958
  }
92309
- buildChildrenDataDeclaration(context) {
91959
+ buildChildrenDataDeclaration() {
92310
91960
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
92311
91961
  }
92312
91962
  *doTraverseChildren() {
@@ -94076,7 +93726,7 @@ class TableCellConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2_
94076
93726
  static getAcceptNodeClass() {
94077
93727
  return _TableCellNode__WEBPACK_IMPORTED_MODULE_3__.TableCellNode;
94078
93728
  }
94079
- doBuildDataDeclaration(context) {
93729
+ doBuildDataDeclaration() {
94080
93730
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
94081
93731
  }
94082
93732
  buildChildrenDataDeclaration(context) {
@@ -94728,7 +94378,7 @@ class BoldConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
94728
94378
  static getAcceptNodeClass() {
94729
94379
  return _BoldNode__WEBPACK_IMPORTED_MODULE_3__.BoldNode;
94730
94380
  }
94731
- doBuildDataDeclaration(context) {
94381
+ doBuildDataDeclaration() {
94732
94382
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
94733
94383
  }
94734
94384
  buildChildrenDataDeclaration(context) {
@@ -94828,21 +94478,21 @@ class EntityConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.S
94828
94478
  static getAcceptNodeClass() {
94829
94479
  return _EntityNode__WEBPACK_IMPORTED_MODULE_3__.EntityNode;
94830
94480
  }
94831
- doBuildDataDeclaration(context) {
94481
+ doBuildDataDeclaration() {
94832
94482
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
94833
94483
  }
94834
- buildChildrenDataDeclaration(context) {
94484
+ buildChildrenDataDeclaration() {
94835
94485
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
94836
94486
  }
94837
94487
  *doTraverseChildren() {
94838
94488
  // no children
94839
94489
  }
94840
- doConvert(context) {
94490
+ doConvert() {
94841
94491
  const node = this.getCurrentNodeAs(_EntityNode__WEBPACK_IMPORTED_MODULE_3__.EntityNode);
94842
94492
  if (node.value === "#32") {
94843
94493
  /* NOTE
94844
- * Странная исптория: почему-то &#32; старло прилетать в компонент в виде null-а.
94845
- * Такие испраление всё чинит, не знаю надолго ли.
94494
+ * Странная история: почему-то &#32; стало прилетать в компонент в виде null-а.
94495
+ * Такое исправление всё чинит, не знаю надолго ли.
94846
94496
  */
94847
94497
  return _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_1__.ConverterResult.fromConverterResults([], `{" "}`);
94848
94498
  }
@@ -95129,7 +94779,7 @@ __webpack_require__.r(__webpack_exports__);
95129
94779
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
95130
94780
  /* harmony export */ getIconName: () => (/* binding */ getIconName)
95131
94781
  /* harmony export */ });
95132
- function getIconName(node, iconName) {
94782
+ function getIconName(_node, iconName) {
95133
94783
  // @ts-ignore Не хочу зависеть от иконок в генераторе, может быть собраться и заиспользовать babel-preeval
95134
94784
  const iconNameWeakCasted = iconName;
95135
94785
  return iconNameWeakCasted;
@@ -95168,7 +94818,7 @@ class IconConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
95168
94818
  const node = this.getCurrentNodeAs(_IconNode__WEBPACK_IMPORTED_MODULE_4__.IconNode);
95169
94819
  return context.addVisibilityPathDeclEntryNew(node);
95170
94820
  }
95171
- buildChildrenDataDeclaration(context) {
94821
+ buildChildrenDataDeclaration() {
95172
94822
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
95173
94823
  }
95174
94824
  *doTraverseChildren() {
@@ -95676,7 +95326,7 @@ class HeaderPanelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
95676
95326
  static getAcceptNodeClass() {
95677
95327
  return _HeaderPanelNode__WEBPACK_IMPORTED_MODULE_3__.HeaderPanelNode;
95678
95328
  }
95679
- doBuildDataDeclaration(context) {
95329
+ doBuildDataDeclaration() {
95680
95330
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
95681
95331
  }
95682
95332
  buildChildrenDataDeclaration(context) {
@@ -96797,7 +96447,7 @@ class DiadocSuggestComboBoxConverter extends _SugarNodeConverter__WEBPACK_IMPORT
96797
96447
  optional: node.dataBinding.optional
96798
96448
  }), context.addPathSectionDeclarationEntry(node, node.dataBinding.requisite), context.addVisibilityPathDeclEntryNew(node, node.dataBinding.requisite));
96799
96449
  }
96800
- buildChildrenDataDeclaration(context) {
96450
+ buildChildrenDataDeclaration() {
96801
96451
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
96802
96452
  }
96803
96453
  *doTraverseChildren() {
@@ -97148,13 +96798,13 @@ class FiasConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__.Sug
97148
96798
  }
97149
96799
  return context.mergeDataDeclaration(context.addPathSectionDeclarationEntry(node, node.dataBinding.requisite), ...PathDeclarations);
97150
96800
  }
97151
- buildChildrenDataDeclaration(context) {
96801
+ buildChildrenDataDeclaration() {
97152
96802
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
97153
96803
  }
97154
96804
  *doTraverseChildren() {
97155
96805
  // no children
97156
96806
  }
97157
- doConvert(context) {
96807
+ doConvert() {
97158
96808
  var _node$title, _node$withSteads, _node$division, _node$searchToAddress;
97159
96809
  const node = this.getCurrentNodeAs(_FiasNode__WEBPACK_IMPORTED_MODULE_5__.FiasNode);
97160
96810
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("Fias");
@@ -97907,7 +97557,7 @@ class FileLoaderConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_4
97907
97557
  static getAcceptNodeClass() {
97908
97558
  return _FileLoaderNode__WEBPACK_IMPORTED_MODULE_10__.FileLoaderNode;
97909
97559
  }
97910
- *getAttachmentPaths(context) {
97560
+ *getAttachmentPaths() {
97911
97561
  const node = this.getCurrentNodeAs(_FileLoaderNode__WEBPACK_IMPORTED_MODULE_10__.FileLoaderNode);
97912
97562
  const multipleNode = !node.single;
97913
97563
  if (multipleNode) {
@@ -97916,7 +97566,7 @@ class FileLoaderConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_4
97916
97566
  yield node.getFullPath().joinWith(_Common_PathConstants__WEBPACK_IMPORTED_MODULE_7__.AttachmentInfoPath);
97917
97567
  }
97918
97568
  }
97919
- doBuildNodeValidations(validationGenerator, context) {
97569
+ doBuildNodeValidations(validationGenerator) {
97920
97570
  const node = this.getCurrentNodeAs(_FileLoaderNode__WEBPACK_IMPORTED_MODULE_10__.FileLoaderNode);
97921
97571
  const multipleNode = !node.single;
97922
97572
  validationGenerator.processValidations(this.getResolvedBindingPath(node), node.validationInfo.optional, validationGenerator.getTypeNode(node.validationInfo), undefined, node.validationInfo.emptydescription, {
@@ -100166,13 +99816,13 @@ class RelativesComboBoxConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_M
100166
99816
  markupBuilder.prop(x => x.queryFilter).set(node.queryFilter);
100167
99817
  return markupBuilder.buildConverterResult();
100168
99818
  }
100169
- buildChildrenDataDeclaration(context) {
99819
+ buildChildrenDataDeclaration() {
100170
99820
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
100171
99821
  }
100172
99822
  *doTraverseChildren() {
100173
99823
  // no children
100174
99824
  }
100175
- doBuildDataDeclaration(context) {
99825
+ doBuildDataDeclaration() {
100176
99826
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
100177
99827
  }
100178
99828
  }
@@ -100696,10 +100346,10 @@ class SelectAllCheckboxConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_M
100696
100346
  const node = this.getCurrentNodeAs(_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_6__.SelectAllCheckboxNode);
100697
100347
  return [(0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node)];
100698
100348
  }
100699
- doBuildDataDeclaration(context) {
100349
+ doBuildDataDeclaration() {
100700
100350
  return {};
100701
100351
  }
100702
- doBuildNormalizeRules(builder, formSchemaRng) {
100352
+ doBuildNormalizeRules() {
100703
100353
  var _node$pathToChecked;
100704
100354
  const node = this.getCurrentNodeAs(_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_6__.SelectAllCheckboxNode);
100705
100355
  const pathToCheckedArray = (0,_Engine_src_Controls_FastSelectAllCheckboxesHelper__WEBPACK_IMPORTED_MODULE_0__.buildDirtyPathForMultiplicityAndCheckboxPath)(node.getFullPath(), (_node$pathToChecked = node.pathToChecked) !== null && _node$pathToChecked !== void 0 ? _node$pathToChecked : "checked");
@@ -101118,13 +100768,13 @@ class TaxRebateConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3_
101118
100768
  const node = this.getCurrentNodeAs(_TaxRebateNode__WEBPACK_IMPORTED_MODULE_7__.TaxRebateNode);
101119
100769
  return [builder.valueInitializer(node, node.dataBinding, undefined), ...builder.specialFieldsInitializer(node, {})];
101120
100770
  }
101121
- buildChildrenDataDeclaration(context) {
100771
+ buildChildrenDataDeclaration() {
101122
100772
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
101123
100773
  }
101124
100774
  *doTraverseChildren() {
101125
100775
  // no children
101126
100776
  }
101127
- doConvert(context) {
100777
+ doConvert() {
101128
100778
  var _node$gId, _node$columnNames$cod, _node$columnNames, _node$columnNames$nam, _node$columnNames2, _node$columnNames$law, _node$columnNames3, _node$width;
101129
100779
  const node = this.getCurrentNodeAs(_TaxRebateNode__WEBPACK_IMPORTED_MODULE_7__.TaxRebateNode);
101130
100780
  this.ensurePathExists(node, node.dataBinding.path);
@@ -102318,7 +101968,7 @@ class RadioConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3__.Su
102318
101968
  static getAcceptNodeClass() {
102319
101969
  return _RadioNode__WEBPACK_IMPORTED_MODULE_4__.RadioNode;
102320
101970
  }
102321
- doBuildDataDeclaration(context) {
101971
+ doBuildDataDeclaration() {
102322
101972
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
102323
101973
  }
102324
101974
  buildChildrenDataDeclaration(context) {
@@ -102432,10 +102082,10 @@ class DateViewConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
102432
102082
  static getAcceptNodeClass() {
102433
102083
  return _DateViewNode__WEBPACK_IMPORTED_MODULE_5__.DateViewNode;
102434
102084
  }
102435
- doBuildDataDeclaration(context) {
102085
+ doBuildDataDeclaration() {
102436
102086
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
102437
102087
  }
102438
- buildChildrenDataDeclaration(context) {
102088
+ buildChildrenDataDeclaration() {
102439
102089
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_3__.emptyDataDeclarationCollection;
102440
102090
  }
102441
102091
  *doTraverseChildren() {
@@ -102445,7 +102095,7 @@ class DateViewConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_2__
102445
102095
  const node = this.getCurrentNodeAs(_DateViewNode__WEBPACK_IMPORTED_MODULE_5__.DateViewNode);
102446
102096
  return [node.getFullPath()];
102447
102097
  }
102448
- doConvert(context) {
102098
+ doConvert() {
102449
102099
  const node = this.getCurrentNodeAs(_DateViewNode__WEBPACK_IMPORTED_MODULE_5__.DateViewNode);
102450
102100
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("DateView");
102451
102101
  markupBuilder.prop(x => x.bindingPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_0__.getNewBindingPathExpression)(node));
@@ -102551,7 +102201,7 @@ class FIOConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3__.Suga
102551
102201
  static getAcceptNodeClass() {
102552
102202
  return _FIONode__WEBPACK_IMPORTED_MODULE_7__.FIONode;
102553
102203
  }
102554
- doConvert(context) {
102204
+ doConvert() {
102555
102205
  var _node$quotes$, _node$quotes, _node$quotes$2, _node$quotes2;
102556
102206
  const node = this.getCurrentNodeAs(_FIONode__WEBPACK_IMPORTED_MODULE_7__.FIONode);
102557
102207
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("FIO");
@@ -102895,7 +102545,7 @@ class LinetextConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1__
102895
102545
  static getAcceptNodeClass() {
102896
102546
  return _LineTextNode__WEBPACK_IMPORTED_MODULE_3__.LineTextNode;
102897
102547
  }
102898
- doBuildNodeValidations(validationGenerator) {
102548
+ doBuildNodeValidations() {
102899
102549
  // no validations
102900
102550
  }
102901
102551
  doBuildDataDeclaration(context) {
@@ -103437,13 +103087,13 @@ class ValueLengthConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
103437
103087
  const node = this.getCurrentNodeAs(_ValueLengthNode__WEBPACK_IMPORTED_MODULE_4__.ValueLengthNode);
103438
103088
  return context.mergeDataDeclaration(context.addVisibilityPathDeclEntryNew(node));
103439
103089
  }
103440
- buildChildrenDataDeclaration(context) {
103090
+ buildChildrenDataDeclaration() {
103441
103091
  return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_0__.emptyDataDeclarationCollection;
103442
103092
  }
103443
103093
  *doTraverseChildren() {
103444
103094
  // no children
103445
103095
  }
103446
- doConvert(context) {
103096
+ doConvert() {
103447
103097
  const node = this.getCurrentNodeAs(_ValueLengthNode__WEBPACK_IMPORTED_MODULE_4__.ValueLengthNode);
103448
103098
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("ValueLength");
103449
103099
  markupBuilder.prop(x => x.bindingPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node));
@@ -104826,7 +104476,7 @@ class AttributeValueSource {
104826
104476
  this.attrName = attrName;
104827
104477
  this.valueParser = valueParser;
104828
104478
  }
104829
- extractValue(sugarXmlNode, serializer, tracer) {
104479
+ extractValue(sugarXmlNode, _serializer, tracer) {
104830
104480
  try {
104831
104481
  const attributeNodes = sugarXmlNode.getChildren().filter(x => _SugarSerializer__WEBPACK_IMPORTED_MODULE_1__.SugarSerializer.isAttributeValueNode(x, sugarXmlNode)).filter(x => _SugarSerializer__WEBPACK_IMPORTED_MODULE_1__.SugarSerializer.getAttributeNameFromValueNode(x, sugarXmlNode) === this.attrName.toLowerCase());
104832
104482
  const getAttributeValueFromSingleChildNodeWithoutMarkup = childNode => {
@@ -105150,7 +104800,7 @@ class SugarNodeMetadata extends PropertiesContainerMetadataBase {
105150
104800
  }
105151
104801
  return false;
105152
104802
  }
105153
- fillFromSugarXmlNode(targetNode, sourceXmlNode, serializer, tracer) {
104803
+ fillFromSugarXmlNode(targetNode, sourceXmlNode, serializer) {
105154
104804
  const usedAttributes = new Set();
105155
104805
  const usedChildren = new Set();
105156
104806
  const usedChildElementsTracer = childElement => {
@@ -105353,7 +105003,7 @@ function sugarNode(nodeName, description, docFilesContext, canDeserialize) {
105353
105003
  (0,_ClassMetadataAccess__WEBPACK_IMPORTED_MODULE_4__.setSugarNodeMetadata)(target, sugarNodeMetadata);
105354
105004
  };
105355
105005
  }
105356
- function attrMixinNode(description, docFilesLocation) {
105006
+ function attrMixinNode() {
105357
105007
  return target => {
105358
105008
  const sugarNodeMetadata = new _SugarNodeMetadata__WEBPACK_IMPORTED_MODULE_22__.SugarAttributesMixinMetadata();
105359
105009
  for (const propertyDeserializer of (0,_ClassMetadataAccess__WEBPACK_IMPORTED_MODULE_4__.getPropertyDeserializers)(target)) {
@@ -105614,17 +105264,19 @@ __webpack_require__.r(__webpack_exports__);
105614
105264
  /* harmony import */ var _common_KCLang_CodeDom_KCLangPath__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../common/KCLang/CodeDom/KCLangPath */ "./Generator/src/common/KCLang/CodeDom/KCLangPath.ts");
105615
105265
  /* harmony import */ var _Common_IterableUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../Common/IterableUtils */ "./Common/IterableUtils.ts");
105616
105266
  /* harmony import */ var _Common_PathConstants__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../Common/PathConstants */ "./Common/PathConstants.ts");
105617
- /* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
105618
- /* harmony import */ var _AllConverters__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./AllConverters */ "./Generator/src/generators/markupGenerator/AllConverters.ts");
105619
- /* harmony import */ var _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./ConverterResults/ConverterResult */ "./Generator/src/generators/markupGenerator/ConverterResults/ConverterResult.ts");
105620
- /* harmony import */ var _ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./ElementProcessors/FormParts/Form/FormNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/FormNode.ts");
105621
- /* harmony import */ var _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./ElementProcessors/FormParts/Page/PageNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Page/PageNode.ts");
105622
- /* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
105623
- /* harmony import */ var _SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./SugarNodes/DefaultSugarSerializer */ "./Generator/src/generators/markupGenerator/SugarNodes/DefaultSugarSerializer.ts");
105624
- /* harmony import */ var _SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./SugarNodes/SugarNodeUtils */ "./Generator/src/generators/markupGenerator/SugarNodes/SugarNodeUtils.ts");
105625
- /* harmony import */ var _VisibilityProcessor__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./VisibilityProcessor */ "./Generator/src/generators/markupGenerator/VisibilityProcessor.ts");
105626
- /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
105627
- /* harmony import */ var _FocusManagementProcessor__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./FocusManagementProcessor */ "./Generator/src/generators/markupGenerator/FocusManagementProcessor.ts");
105267
+ /* harmony import */ var _Common_FormMetaInfo__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../Common/FormMetaInfo */ "./Common/FormMetaInfo.ts");
105268
+ /* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
105269
+ /* harmony import */ var _AllConverters__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./AllConverters */ "./Generator/src/generators/markupGenerator/AllConverters.ts");
105270
+ /* harmony import */ var _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./ConverterResults/ConverterResult */ "./Generator/src/generators/markupGenerator/ConverterResults/ConverterResult.ts");
105271
+ /* harmony import */ var _ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./ElementProcessors/FormParts/Form/FormNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Form/FormNode.ts");
105272
+ /* harmony import */ var _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./ElementProcessors/FormParts/Page/PageNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Page/PageNode.ts");
105273
+ /* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
105274
+ /* harmony import */ var _SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./SugarNodes/DefaultSugarSerializer */ "./Generator/src/generators/markupGenerator/SugarNodes/DefaultSugarSerializer.ts");
105275
+ /* harmony import */ var _SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./SugarNodes/SugarNodeUtils */ "./Generator/src/generators/markupGenerator/SugarNodes/SugarNodeUtils.ts");
105276
+ /* harmony import */ var _VisibilityProcessor__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./VisibilityProcessor */ "./Generator/src/generators/markupGenerator/VisibilityProcessor.ts");
105277
+ /* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
105278
+ /* harmony import */ var _FocusManagementProcessor__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./FocusManagementProcessor */ "./Generator/src/generators/markupGenerator/FocusManagementProcessor.ts");
105279
+
105628
105280
 
105629
105281
 
105630
105282
 
@@ -105651,12 +105303,12 @@ class SugarNodeConverterBase {
105651
105303
  constructor(node) {
105652
105304
  this.node = void 0;
105653
105305
  this.node = node;
105654
- if (node instanceof _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_11__.PageNode) {
105306
+ if (node instanceof _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_12__.PageNode) {
105655
105307
  deserializedPages.set(node.sourceXmlNode, node);
105656
105308
  }
105657
105309
  }
105658
105310
  static deserializeNodeAs(nodeClass, sourceXmlNode) {
105659
- const serializer = (0,_SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_13__.createDefaultSugarSerializer)();
105311
+ const serializer = (0,_SugarNodes_DefaultSugarSerializer__WEBPACK_IMPORTED_MODULE_14__.createDefaultSugarSerializer)();
105660
105312
  const node = serializer.deserializeFromSugarXmlNode(sourceXmlNode, [nodeClass]);
105661
105313
  if (node instanceof nodeClass) {
105662
105314
  return node;
@@ -105671,7 +105323,7 @@ class SugarNodeConverterBase {
105671
105323
  buildSugarAutoCalculations() {
105672
105324
  return Iterator.from([]);
105673
105325
  }
105674
- buildLazyLoadingDeclaration(schemaRng) {
105326
+ buildLazyLoadingDeclaration() {
105675
105327
  return [];
105676
105328
  }
105677
105329
  getParentStrictAs(nodeClass) {
@@ -105700,6 +105352,9 @@ class SugarNodeConverterBase {
105700
105352
  const optionalElementDataDeclaration = !isMultipleNode && isNodeOptionalFromScheme && this.buildOptionalElementDataDeclaration(context, path);
105701
105353
  return context.mergeDataDeclaration(this.doBuildDataDeclaration(context), optionalElementDataDeclaration, this.buildChildrenDataDeclaration(context));
105702
105354
  }
105355
+ buildMetaInfo() {
105356
+ return this.doBuildFormMetaInfo();
105357
+ }
105703
105358
  buildOptionalElementDataDeclaration(context, path) {
105704
105359
  const existenceFieldPath = path.joinWith(_Common_PathConstants__WEBPACK_IMPORTED_MODULE_6__.OptionalElementsExistenceFieldName).toLegacyPath();
105705
105360
  const existenceDataDeclaration = context.mergeDataDeclaration(context.addPathSectionDeclarationEntry(this.node, false, false, (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_2__.createRelativeFromTokens)([_Common_PathConstants__WEBPACK_IMPORTED_MODULE_6__.OptionalElementsExistenceFieldName])), {
@@ -105713,8 +105368,11 @@ class SugarNodeConverterBase {
105713
105368
  });
105714
105369
  return existenceDataDeclaration;
105715
105370
  }
105371
+ doBuildFormMetaInfo() {
105372
+ return _Common_FormMetaInfo__WEBPACK_IMPORTED_MODULE_7__.emptyFormMetaInfo;
105373
+ }
105716
105374
  getCurrentNodeAs(nodeClass) {
105717
- return (0,_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_14__.strictCastNode)(this.node, nodeClass);
105375
+ return (0,_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_15__.strictCastNode)(this.node, nodeClass);
105718
105376
  }
105719
105377
  applyVisibilityPathProcessing() {
105720
105378
  return true;
@@ -105736,7 +105394,7 @@ class SugarNodeConverterBase {
105736
105394
  getParentPage() {
105737
105395
  const node = this.node.sourceXmlNode;
105738
105396
  const page = node.getParentPageStrict();
105739
- return page != undefined ? this.getNodeAs(_ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_11__.PageNode, page) : undefined;
105397
+ return page != undefined ? this.getNodeAs(_ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_12__.PageNode, page) : undefined;
105740
105398
  }
105741
105399
  getParentForm() {
105742
105400
  const node = this.node.sourceXmlNode;
@@ -105744,24 +105402,24 @@ class SugarNodeConverterBase {
105744
105402
  if (formNode == undefined) {
105745
105403
  throw new Error("InvalidProgramState");
105746
105404
  }
105747
- return this.getNodeAs(_ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_10__.FormNode, formNode);
105405
+ return this.getNodeAs(_ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_11__.FormNode, formNode);
105748
105406
  }
105749
105407
  findPage(id) {
105750
105408
  const node = this.node.sourceXmlNode;
105751
105409
  const root = node.getRoot();
105752
105410
  const pageNodes = root.getChildren("page");
105753
105411
  const page = pageNodes.find(pageNode => pageNode.attrAsString("id") === id);
105754
- return page != undefined ? this.getNodeAs(_ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_11__.PageNode, page) : undefined;
105412
+ return page != undefined ? this.getNodeAs(_ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_12__.PageNode, page) : undefined;
105755
105413
  }
105756
105414
  getEvaluatorsContextPathExpression() {
105757
105415
  var _this$node$parent;
105758
- return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_7__.getNewBindingPathExpression)((_this$node$parent = this.node.parent) !== null && _this$node$parent !== void 0 ? _this$node$parent : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_1__.reject)());
105416
+ return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_8__.getNewBindingPathExpression)((_this$node$parent = this.node.parent) !== null && _this$node$parent !== void 0 ? _this$node$parent : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_1__.reject)());
105759
105417
  }
105760
105418
  buildValidations(validationGenerator, context) {
105761
105419
  this.doBuildNodeValidations(validationGenerator, context);
105762
105420
  this.buildChildrenValidations(validationGenerator, context);
105763
105421
  }
105764
- *getAttachmentPaths(context) {
105422
+ *getAttachmentPaths(_context) {
105765
105423
  // no paths by default
105766
105424
  }
105767
105425
  *getAttachmentPathsWithGfvs() {
@@ -105782,11 +105440,11 @@ class SugarNodeConverterBase {
105782
105440
  }
105783
105441
  return result;
105784
105442
  }
105785
- doBuildNodeValidations(validationGenerator, context) {
105443
+ doBuildNodeValidations(_, __) {
105786
105444
  // noop
105787
105445
  }
105788
105446
  getResolvedBindingPath(node) {
105789
- return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_7__.getResolvedBindingPath)(node);
105447
+ return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_8__.getResolvedBindingPath)(node);
105790
105448
  }
105791
105449
  getRequisitesFromFetchFunction(fetchFunctions) {
105792
105450
  const result = {};
@@ -105806,7 +105464,7 @@ class SugarNodeConverterBase {
105806
105464
  }
105807
105465
  getConverterResultFromAttributeWithMarkup(context, attributeValue) {
105808
105466
  if (Array.isArray(attributeValue)) {
105809
- return _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_16__.ComponentMarkupBuilder.createFragment(attributeValue.map(x => typeof x === "string" ? _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_9__.ConverterResult.fromConverterResults([], x) : context.convertChildNodes([x])));
105467
+ return _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_17__.ComponentMarkupBuilder.createFragment(attributeValue.map(x => typeof x === "string" ? _ConverterResults_ConverterResult__WEBPACK_IMPORTED_MODULE_10__.ConverterResult.fromConverterResults([], x) : context.convertChildNodes([x])));
105810
105468
  }
105811
105469
  return attributeValue;
105812
105470
  }
@@ -105824,7 +105482,7 @@ class SugarNodeConverterBase {
105824
105482
  *buildNormalizeRules(builder, formSchemaRng) {
105825
105483
  yield* this.doBuildNormalizeRules(builder, formSchemaRng);
105826
105484
  for (const child of this.traverseChildren()) {
105827
- const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_8__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.getNodeClass)(child));
105485
+ const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_9__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.getNodeClass)(child));
105828
105486
  if (controlConverterClass == undefined) {
105829
105487
  const customControl = builder.controlCustomizationContext.tryGetCustomRegularControl(child.sourceXmlNode.name);
105830
105488
  if (customControl != undefined) {
@@ -105839,12 +105497,12 @@ class SugarNodeConverterBase {
105839
105497
  }
105840
105498
  }
105841
105499
  }
105842
- doBuildNormalizeRules(builder, formSchemaRng) {
105500
+ doBuildNormalizeRules(_, __) {
105843
105501
  return [];
105844
105502
  }
105845
105503
  getNodeAs(nodeClass, sourceXmlNode) {
105846
105504
  // @ts-ignore
105847
- if (nodeClass === _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_11__.PageNode) {
105505
+ if (nodeClass === _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_12__.PageNode) {
105848
105506
  var _deserializedPages$ge;
105849
105507
  // @ts-ignore
105850
105508
  return (_deserializedPages$ge = deserializedPages.get(sourceXmlNode !== null && sourceXmlNode !== void 0 ? sourceXmlNode : this.node)) !== null && _deserializedPages$ge !== void 0 ? _deserializedPages$ge : SugarNodeConverterBase.deserializeNodeAs(nodeClass, sourceXmlNode !== null && sourceXmlNode !== void 0 ? sourceXmlNode : this.node);
@@ -105853,12 +105511,12 @@ class SugarNodeConverterBase {
105853
105511
  }
105854
105512
  buildChildrenValidations(validationGenerator, context, children) {
105855
105513
  for (const child of children !== null && children !== void 0 ? children : this.doTraverseChildren()) {
105856
- const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_8__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.getNodeClass)(child));
105514
+ const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_9__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.getNodeClass)(child));
105857
105515
  if (controlConverterClass == undefined) {
105858
- if (child instanceof _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.UnknownSugarNode && child.name === "type") {
105516
+ if (child instanceof _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.UnknownSugarNode && child.name === "type") {
105859
105517
  continue;
105860
105518
  }
105861
- if (child instanceof _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.UnknownSugarNode) {
105519
+ if (child instanceof _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.UnknownSugarNode) {
105862
105520
  const customControl = validationGenerator.controlCustomizationContext.tryGetCustomRegularControl(child.name);
105863
105521
  if (customControl != undefined) {
105864
105522
  const childNode = child.sourceXmlNode;
@@ -105867,7 +105525,7 @@ class SugarNodeConverterBase {
105867
105525
  }
105868
105526
  continue;
105869
105527
  // eslint-disable-next-line no-console
105870
- console.error(`Cannot process node of type ${(0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.getNodeClass)(child).name}`);
105528
+ console.error(`Cannot process node of type ${(0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.getNodeClass)(child).name}`);
105871
105529
  // throw new SugarAttributeReadError(
105872
105530
  // `Cannot process node of type ${getNodeClass(child).name}`,
105873
105531
  // child.sourceXmlNode as SugarXmlNode,
@@ -105881,7 +105539,7 @@ class SugarNodeConverterBase {
105881
105539
  buildChildrenKCLangValidations(buildContext, formSchemaRng, children) {
105882
105540
  const result = [];
105883
105541
  for (const child of children !== null && children !== void 0 ? children : this.doTraverseChildren()) {
105884
- const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_8__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_12__.getNodeClass)(child));
105542
+ const controlConverterClass = (0,_AllConverters__WEBPACK_IMPORTED_MODULE_9__.getConverterByNodeClass)((0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_13__.getNodeClass)(child));
105885
105543
  if (controlConverterClass == undefined) {
105886
105544
  continue;
105887
105545
  }
@@ -105899,12 +105557,12 @@ class SugarNodeConverterBase {
105899
105557
  return result;
105900
105558
  }
105901
105559
  processVisibilityPathAttributes(converterResult) {
105902
- return _VisibilityProcessor__WEBPACK_IMPORTED_MODULE_15__.VisibilityProcessor.processVisibilityPathAttributes(this.node, converterResult);
105560
+ return _VisibilityProcessor__WEBPACK_IMPORTED_MODULE_16__.VisibilityProcessor.processVisibilityPathAttributes(this.node, converterResult);
105903
105561
  }
105904
105562
  processFocusManagementAttributes(converterResult) {
105905
- return _FocusManagementProcessor__WEBPACK_IMPORTED_MODULE_17__.FocusManagementProcessor.processFocusManagementAttributes(this.node, converterResult);
105563
+ return _FocusManagementProcessor__WEBPACK_IMPORTED_MODULE_18__.FocusManagementProcessor.processFocusManagementAttributes(this.node, converterResult);
105906
105564
  }
105907
- doBuildKCLangValidations(buildContext, formSchemaRng) {
105565
+ doBuildKCLangValidations(_buildContext, _formSchemaRng) {
105908
105566
  return [];
105909
105567
  }
105910
105568
  }
@@ -106072,10 +105730,6 @@ __webpack_require__.r(__webpack_exports__);
106072
105730
  /* harmony import */ var _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ../ElementProcessors/ValueEditors/SelectCheckbox/SelectCheckboxNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/ValueEditors/SelectCheckbox/SelectCheckboxNode.ts");
106073
105731
  /* harmony import */ var _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ../ElementProcessors/MultiControls/InstanceNumber/InstanceNumberNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/InstanceNumber/InstanceNumberNode.ts");
106074
105732
  /* harmony import */ var _ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ../ElementProcessors/Layout/OptionalBlock/OptionalBlockNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/Layout/OptionalBlock/OptionalBlockNode.ts");
106075
- /* harmony import */ var _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ../ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts");
106076
- /* harmony import */ var _ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ../ElementProcessors/MultiControls/ContextVar/ExprEvalNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts");
106077
-
106078
-
106079
105733
 
106080
105734
 
106081
105735
 
@@ -106321,10 +105975,6 @@ function registerDefaultSugarNodes(result) {
106321
105975
  result.registerNode(_ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_125__.SelectCheckboxNode);
106322
105976
  result.registerNode(_ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_126__.InstanceNumberNode);
106323
105977
  result.registerNode(_ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_127__.OptionalBlockNode);
106324
- result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQueryNode);
106325
- result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQuerySelectNode);
106326
- result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQueryContentNode);
106327
- result.registerNode(_ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_129__.ExprEvalNode);
106328
105978
  }
106329
105979
  function createDefaultSugarSerializer() {
106330
105980
  const result = new _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_106__.SugarSerializer({
@@ -106337,7 +105987,7 @@ function getAllSugarValidationNodeClasses() {
106337
105987
  return [_validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.TypeNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.CustomValidationTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.PatternTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.EnumerationTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.AttachmentsTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.LengthTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.MinlengthTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.MaxlengthTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.TotaldigitsTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.IntegerdigitsTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.FractiondigitsTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.ValueEqlAutoValueTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.DigestcheckTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.MininclusiveTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.MaxinclusiveTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.ForcedTypeChecksNode];
106338
105988
  }
106339
105989
  function getAllSugarNodeClasses() {
106340
- return [_ElementProcessors_ValueViewers_Text_TextNode__WEBPACK_IMPORTED_MODULE_96__.TextNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchDefaultNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchCaseNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_AddButtonNode__WEBPACK_IMPORTED_MODULE_32__.AddButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_AddLineNode__WEBPACK_IMPORTED_MODULE_33__.AddLineNode, _ElementProcessors_FormParts_AddPageButton_AddPageButtonNode__WEBPACK_IMPORTED_MODULE_10__.AddPageButtonNode, _ElementProcessors_MultiControls_AddRowButton_AddRowButtonNode__WEBPACK_IMPORTED_MODULE_11__.AddRowButtonNode, _ElementProcessors_Layout_Block_BlockNode__WEBPACK_IMPORTED_MODULE_12__.BlockNode, _ElementProcessors_Layout_Minitour_MinitourNode__WEBPACK_IMPORTED_MODULE_13__.MinitourNode, _ElementProcessors_Modal_Body_BodyNode__WEBPACK_IMPORTED_MODULE_14__.BodyNode, _ElementProcessors_Typography_Bold_BoldNode__WEBPACK_IMPORTED_MODULE_15__.BoldNode, _ElementProcessors_Layout_Br_BrNode__WEBPACK_IMPORTED_MODULE_16__.BrNode, _ElementProcessors_Action_Button_ButtonNode__WEBPACK_IMPORTED_MODULE_17__.ButtonNode, _ElementProcessors_Action_DownloadExcelButton_DownloadExcelButtonNode__WEBPACK_IMPORTED_MODULE_18__.DownloadExcelButtonNode, _ElementProcessors_Action_DropDownButtonLoadExcel_DropDownButtonLoadExcelNode__WEBPACK_IMPORTED_MODULE_19__.DropDownButtonLoadExcelNode, _ElementProcessors_FormParts_Caption_CaptionNode__WEBPACK_IMPORTED_MODULE_20__.CaptionNode, _ElementProcessors_ValueEditors_Checkbox_CheckboxNode__WEBPACK_IMPORTED_MODULE_21__.CheckboxNode, _ElementProcessors_ValueEditors_Toggle_ToggleNode__WEBPACK_IMPORTED_MODULE_22__.ToggleNode, _ElementProcessors_ControlFlow_Choice_ChoiceNode__WEBPACK_IMPORTED_MODULE_23__.ChoiceNode, _ElementProcessors_ValueEditors_Combobox_ComboBoxNode__WEBPACK_IMPORTED_MODULE_24__.ComboBoxNode, _ElementProcessors_FormParts_Content_ContentNode__WEBPACK_IMPORTED_MODULE_25__.ContentNode, _ElementProcessors_MultiControls_CrossfitTable_CrossfitTableNode__WEBPACK_IMPORTED_MODULE_92__.CrossfitTableNode, _ElementProcessors_FormParts_Cross_CrossNode__WEBPACK_IMPORTED_MODULE_26__.CrossNode, _ElementProcessors_ValueEditors_Date_DateNode__WEBPACK_IMPORTED_MODULE_27__.DateNode, _ElementProcessors_ValueEditors_DiadocSuggestComboBox_DiadocSuggestComboBoxNode__WEBPACK_IMPORTED_MODULE_29__.DiadocSuggestComboBoxNode, _ElementProcessors_Typography_Entity_EntityNode__WEBPACK_IMPORTED_MODULE_30__.EntityNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.ExpertNoteNode, _ElementProcessors_ValueEditors_FileLoader_FileLoaderNode__WEBPACK_IMPORTED_MODULE_39__.FileLoaderNode, _ElementProcessors_MultiControls_FilterDateRange_FilterDateRangeNode__WEBPACK_IMPORTED_MODULE_40__.FilterDateRangeNode, _ElementProcessors_MultiControls_FilterInput_FilterInputNode__WEBPACK_IMPORTED_MODULE_41__.FilterInputNode, _ElementProcessors_MultiControls_FilterList_FilterListNode__WEBPACK_IMPORTED_MODULE_42__.FilterListNode, _ElementProcessors_ValueViewers_FIO_FIONode__WEBPACK_IMPORTED_MODULE_43__.FIONode, _ElementProcessors_Layout_Flexbox_FlexboxNode__WEBPACK_IMPORTED_MODULE_44__.FlexboxNode, _ElementProcessors_Modal_Footer_FooterNode__WEBPACK_IMPORTED_MODULE_45__.FooterNode, _ElementProcessors_FormParts_FormInfo_FormInfoNode__WEBPACK_IMPORTED_MODULE_50__.FormInfoNode, _ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_46__.FormNode, _ElementProcessors_Typography_Gray_GrayNode__WEBPACK_IMPORTED_MODULE_51__.GrayNode, _ElementProcessors_Layout_GridCol_GridColNode__WEBPACK_IMPORTED_MODULE_52__.GridColNode, _ElementProcessors_Layout_GridRow_GridRowNode__WEBPACK_IMPORTED_MODULE_53__.GridRowNode, _ElementProcessors_MultiControls_HeaderMenu_HeaderMenuNode__WEBPACK_IMPORTED_MODULE_55__.HeaderMenuNode, _ElementProcessors_FormParts_Header_HeaderNode__WEBPACK_IMPORTED_MODULE_54__.HeaderNode, _ElementProcessors_Helpers_Helpinfo_HelpInfoNode__WEBPACK_IMPORTED_MODULE_57__.HelpInfoNode, _ElementProcessors_Helpers_Help_HelpNode__WEBPACK_IMPORTED_MODULE_56__.HelpNode, _ElementProcessors_Typography_Highlight_HighlightNode__WEBPACK_IMPORTED_MODULE_58__.HighlightNode, _ElementProcessors_Layout_Hr_HrNode__WEBPACK_IMPORTED_MODULE_59__.HrNode, _ElementProcessors_Typography_Icon_IconNode__WEBPACK_IMPORTED_MODULE_60__.IconNode, _ElementProcessors_Layout_Img_ImgNode__WEBPACK_IMPORTED_MODULE_62__.ImgNode, _ElementProcessors_Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_9__.InnertextNode, _ElementProcessors_ValueEditors_INN_INNNode__WEBPACK_IMPORTED_MODULE_63__.INNNode, _ElementProcessors_ValueEditors_Input_InputNode__WEBPACK_IMPORTED_MODULE_64__.InputNode, _ElementProcessors_Typography_Italic_ItalicNode__WEBPACK_IMPORTED_MODULE_65__.ItalicNode, _ElementProcessors_ValueEditors_Kladr_KladrNode__WEBPACK_IMPORTED_MODULE_67__.KladrNode, _ElementProcessors_Action_Link_LinkNode__WEBPACK_IMPORTED_MODULE_69__.LinkNode, _ElementProcessors_Layout_ListItem_ListItemNode__WEBPACK_IMPORTED_MODULE_66__.ListItemNode, _ElementProcessors_Layout_List_ListNode__WEBPACK_IMPORTED_MODULE_70__.ListNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_MenuNode__WEBPACK_IMPORTED_MODULE_34__.MenuNode, _ElementProcessors_Modal_ModalFormCancel_ModalFormCancelNode__WEBPACK_IMPORTED_MODULE_72__.ModalFormCancelNode, _ElementProcessors_Modal_ModalFormConfirm_ModalFormConfirmNode__WEBPACK_IMPORTED_MODULE_73__.ModalFormConfirmNode, _ElementProcessors_Modal_ModalFormLabel_ModalFormLabelNode__WEBPACK_IMPORTED_MODULE_74__.ModalFormLabelNode, _ElementProcessors_Modal_ModalForm_ModalFormNode__WEBPACK_IMPORTED_MODULE_71__.ModalFormNode, _ElementProcessors_MultiControls_Multilinefield_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_75__.MultilineFieldNode, _ElementProcessors_Helpers_Normativehelp_NormativeHelpNode__WEBPACK_IMPORTED_MODULE_76__.NormativeHelpNode, _ElementProcessors_ControlFlow_Otherwise_OtherwiseNode__WEBPACK_IMPORTED_MODULE_77__.OtherwiseNode, _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_78__.PageNode, _ElementProcessors_FormParts_Form_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_49__.PanelNode, _ElementProcessors_Layout_Pencil_PencilNode__WEBPACK_IMPORTED_MODULE_79__.PencilNode, _ElementProcessors_ValueEditors_Picklist_PicklistNode__WEBPACK_IMPORTED_MODULE_80__.PicklistNode, _ElementProcessors_ValueEditors_TreePicklist_TreePicklistNode__WEBPACK_IMPORTED_MODULE_123__.TreePicklistNode, _ElementProcessors_ValueEditors_radio_RadioNode__WEBPACK_IMPORTED_MODULE_81__.RadioNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_RemoveButtonNode__WEBPACK_IMPORTED_MODULE_35__.RemoveButtonNode, _ElementProcessors_MultiControls_RemoveRowButton_RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_83__.RemoveRowButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ReplaceButtonNode__WEBPACK_IMPORTED_MODULE_36__.ReplaceButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ReplaceLineNode__WEBPACK_IMPORTED_MODULE_37__.ReplaceLineNode, _ElementProcessors_ValueEditors_Select_SelectNode__WEBPACK_IMPORTED_MODULE_84__.SelectNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableNode, _ElementProcessors_MultiControls_SortRadioGroup_SortRadioGroupNode__WEBPACK_IMPORTED_MODULE_85__.SortRadioGroupNode, _ElementProcessors_ValueEditors_RadioGroup_RadioGroupNode__WEBPACK_IMPORTED_MODULE_82__.RadioGroupNode, _ElementProcessors_Layout_Spoiler_SpoilerNode__WEBPACK_IMPORTED_MODULE_86__.SpoilerNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_94__.StickyTableNode, _ElementProcessors_Typography_Strong_StrongNode__WEBPACK_IMPORTED_MODULE_87__.StrongNode, _ElementProcessors_Layout_Subheader_SubheaderNode__WEBPACK_IMPORTED_MODULE_89__.SubheaderNode, _ElementProcessors_Typography_Sub_SubNode__WEBPACK_IMPORTED_MODULE_88__.SubNode, _ElementProcessors_Typography_Sup_SupNode__WEBPACK_IMPORTED_MODULE_90__.SupNode, _ElementProcessors_ValueEditors_Textarea_TextAreaNode__WEBPACK_IMPORTED_MODULE_97__.TextAreaNode, _ElementProcessors_ValueEditors_popupTextArea_PopupTextAreaNode__WEBPACK_IMPORTED_MODULE_104__.PopupTextAreaNode, _ElementProcessors_FormParts_UnitItem_UnitItemNode__WEBPACK_IMPORTED_MODULE_98__.UnitItemNode, _ElementProcessors_FormParts_UnitList_UnitListNode__WEBPACK_IMPORTED_MODULE_99__.UnitListNode, _ElementProcessors_ValueViewers_ValueLength_ValueLengthNode__WEBPACK_IMPORTED_MODULE_100__.ValueLengthNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ViewFileNode__WEBPACK_IMPORTED_MODULE_38__.ViewFileNode, _ElementProcessors_ControlFlow_VisibilityBlock_VisibilityBlockNode__WEBPACK_IMPORTED_MODULE_101__.VisibilityBlockNode, _ElementProcessors_Layout_Warning_WarningNode__WEBPACK_IMPORTED_MODULE_102__.WarningNode, _ElementProcessors_ControlFlow_When_WhenNode__WEBPACK_IMPORTED_MODULE_103__.WhenNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.ExpertNoteNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.MessageBoxNode, _ElementProcessors_Action_Link_LinkNode__WEBPACK_IMPORTED_MODULE_69__.LinkNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.NameNode, _ElementProcessors_ValueViewers_Linetext_LineTextNode__WEBPACK_IMPORTED_MODULE_68__.LineTextNode, _ElementProcessors_ControlFlow_Captions_Short_ShortNode__WEBPACK_IMPORTED_MODULE_115__.ShortNode, _ElementProcessors_ControlFlow_Captions_Long_LongNode__WEBPACK_IMPORTED_MODULE_114__.LongNode, _ElementProcessors_ControlFlow_Captions_FillHint_FillHintNode__WEBPACK_IMPORTED_MODULE_116__.FillHintNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.IfNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.ElseNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.ThenNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableRowNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableColumnNode, _ElementProcessors_Layout_Stack_StackNode__WEBPACK_IMPORTED_MODULE_4__.StackNode, _ElementProcessors_Layout_Grid_GridNode__WEBPACK_IMPORTED_MODULE_3__.GridNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_94__.StickyTableMultilineNode, _ElementProcessors_UnitParts_HeaderPanel_HeaderPanelNode__WEBPACK_IMPORTED_MODULE_8__.HeaderPanelNode, _ElementProcessors_Action_DropdownButton_DropdownButtonNode__WEBPACK_IMPORTED_MODULE_2__.DropdownButtonNode, _ElementProcessors_Action_Common_ActionNode__WEBPACK_IMPORTED_MODULE_118__.ActionNode, _ElementProcessors_MultiControls_Tabs_TabsNode__WEBPACK_IMPORTED_MODULE_7__.TabsNode, _ElementProcessors_ValueEditors_Fias_FiasNode__WEBPACK_IMPORTED_MODULE_0__.FiasNode, _ElementProcessors_MultiControls_FilterSelect_FilterSelectNode__WEBPACK_IMPORTED_MODULE_5__.FilterSelectNode, _ElementProcessors_MultiControls_Table2_Table2Node__WEBPACK_IMPORTED_MODULE_6__.Table2Node, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_107__.FixedTabsNode, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_107__.FixedTabNode, _ElementProcessors_MultiControls_Multiple_MultipleNode__WEBPACK_IMPORTED_MODULE_108__.MultipleNode, _ElementProcessors_Action_ExcelPastePanel_ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_109__.ExcelPastePanelNode, _ElementProcessors_ValueEditors_ReferencedFields_ReferencedFieldsNode__WEBPACK_IMPORTED_MODULE_110__.ReferencedFieldsNode, _ElementProcessors_FormParts_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_111__.UserPicklistNode, _ElementProcessors_ValueEditors_TaxRebate_TaxRebateNode__WEBPACK_IMPORTED_MODULE_112__.TaxRebateNode, _ElementProcessors_FormParts_Banner_BannerNode__WEBPACK_IMPORTED_MODULE_113__.BannerNode, _ElementProcessors_ValueViewers_DateView_DateViewNode__WEBPACK_IMPORTED_MODULE_117__.DateViewNode, _ElementProcessors_Action_Kebab_KebabNode__WEBPACK_IMPORTED_MODULE_119__.KebabNode, _ElementProcessors_Helpers_Clue_InfoBlockNode__WEBPACK_IMPORTED_MODULE_120__.InfoBlockNode, _ElementProcessors_ValueEditors_SelectAllCheckbox_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_121__.SelectAllCheckboxNode, _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_125__.SelectCheckboxNode, _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_126__.InstanceNumberNode, _ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_127__.OptionalBlockNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQueryNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQuerySelectNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_128__.AggregationQueryContentNode, _ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_129__.ExprEvalNode];
105990
+ return [_ElementProcessors_ValueViewers_Text_TextNode__WEBPACK_IMPORTED_MODULE_96__.TextNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchDefaultNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_91__.SwitchCaseNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_AddButtonNode__WEBPACK_IMPORTED_MODULE_32__.AddButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_AddLineNode__WEBPACK_IMPORTED_MODULE_33__.AddLineNode, _ElementProcessors_FormParts_AddPageButton_AddPageButtonNode__WEBPACK_IMPORTED_MODULE_10__.AddPageButtonNode, _ElementProcessors_MultiControls_AddRowButton_AddRowButtonNode__WEBPACK_IMPORTED_MODULE_11__.AddRowButtonNode, _ElementProcessors_Layout_Block_BlockNode__WEBPACK_IMPORTED_MODULE_12__.BlockNode, _ElementProcessors_Layout_Minitour_MinitourNode__WEBPACK_IMPORTED_MODULE_13__.MinitourNode, _ElementProcessors_Modal_Body_BodyNode__WEBPACK_IMPORTED_MODULE_14__.BodyNode, _ElementProcessors_Typography_Bold_BoldNode__WEBPACK_IMPORTED_MODULE_15__.BoldNode, _ElementProcessors_Layout_Br_BrNode__WEBPACK_IMPORTED_MODULE_16__.BrNode, _ElementProcessors_Action_Button_ButtonNode__WEBPACK_IMPORTED_MODULE_17__.ButtonNode, _ElementProcessors_Action_DownloadExcelButton_DownloadExcelButtonNode__WEBPACK_IMPORTED_MODULE_18__.DownloadExcelButtonNode, _ElementProcessors_Action_DropDownButtonLoadExcel_DropDownButtonLoadExcelNode__WEBPACK_IMPORTED_MODULE_19__.DropDownButtonLoadExcelNode, _ElementProcessors_FormParts_Caption_CaptionNode__WEBPACK_IMPORTED_MODULE_20__.CaptionNode, _ElementProcessors_ValueEditors_Checkbox_CheckboxNode__WEBPACK_IMPORTED_MODULE_21__.CheckboxNode, _ElementProcessors_ValueEditors_Toggle_ToggleNode__WEBPACK_IMPORTED_MODULE_22__.ToggleNode, _ElementProcessors_ControlFlow_Choice_ChoiceNode__WEBPACK_IMPORTED_MODULE_23__.ChoiceNode, _ElementProcessors_ValueEditors_Combobox_ComboBoxNode__WEBPACK_IMPORTED_MODULE_24__.ComboBoxNode, _ElementProcessors_FormParts_Content_ContentNode__WEBPACK_IMPORTED_MODULE_25__.ContentNode, _ElementProcessors_MultiControls_CrossfitTable_CrossfitTableNode__WEBPACK_IMPORTED_MODULE_92__.CrossfitTableNode, _ElementProcessors_FormParts_Cross_CrossNode__WEBPACK_IMPORTED_MODULE_26__.CrossNode, _ElementProcessors_ValueEditors_Date_DateNode__WEBPACK_IMPORTED_MODULE_27__.DateNode, _ElementProcessors_ValueEditors_DiadocSuggestComboBox_DiadocSuggestComboBoxNode__WEBPACK_IMPORTED_MODULE_29__.DiadocSuggestComboBoxNode, _ElementProcessors_Typography_Entity_EntityNode__WEBPACK_IMPORTED_MODULE_30__.EntityNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.ExpertNoteNode, _ElementProcessors_ValueEditors_FileLoader_FileLoaderNode__WEBPACK_IMPORTED_MODULE_39__.FileLoaderNode, _ElementProcessors_MultiControls_FilterDateRange_FilterDateRangeNode__WEBPACK_IMPORTED_MODULE_40__.FilterDateRangeNode, _ElementProcessors_MultiControls_FilterInput_FilterInputNode__WEBPACK_IMPORTED_MODULE_41__.FilterInputNode, _ElementProcessors_MultiControls_FilterList_FilterListNode__WEBPACK_IMPORTED_MODULE_42__.FilterListNode, _ElementProcessors_ValueViewers_FIO_FIONode__WEBPACK_IMPORTED_MODULE_43__.FIONode, _ElementProcessors_Layout_Flexbox_FlexboxNode__WEBPACK_IMPORTED_MODULE_44__.FlexboxNode, _ElementProcessors_Modal_Footer_FooterNode__WEBPACK_IMPORTED_MODULE_45__.FooterNode, _ElementProcessors_FormParts_FormInfo_FormInfoNode__WEBPACK_IMPORTED_MODULE_50__.FormInfoNode, _ElementProcessors_FormParts_Form_FormNode__WEBPACK_IMPORTED_MODULE_46__.FormNode, _ElementProcessors_Typography_Gray_GrayNode__WEBPACK_IMPORTED_MODULE_51__.GrayNode, _ElementProcessors_Layout_GridCol_GridColNode__WEBPACK_IMPORTED_MODULE_52__.GridColNode, _ElementProcessors_Layout_GridRow_GridRowNode__WEBPACK_IMPORTED_MODULE_53__.GridRowNode, _ElementProcessors_MultiControls_HeaderMenu_HeaderMenuNode__WEBPACK_IMPORTED_MODULE_55__.HeaderMenuNode, _ElementProcessors_FormParts_Header_HeaderNode__WEBPACK_IMPORTED_MODULE_54__.HeaderNode, _ElementProcessors_Helpers_Helpinfo_HelpInfoNode__WEBPACK_IMPORTED_MODULE_57__.HelpInfoNode, _ElementProcessors_Helpers_Help_HelpNode__WEBPACK_IMPORTED_MODULE_56__.HelpNode, _ElementProcessors_Typography_Highlight_HighlightNode__WEBPACK_IMPORTED_MODULE_58__.HighlightNode, _ElementProcessors_Layout_Hr_HrNode__WEBPACK_IMPORTED_MODULE_59__.HrNode, _ElementProcessors_Typography_Icon_IconNode__WEBPACK_IMPORTED_MODULE_60__.IconNode, _ElementProcessors_Layout_Img_ImgNode__WEBPACK_IMPORTED_MODULE_62__.ImgNode, _ElementProcessors_Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_9__.InnertextNode, _ElementProcessors_ValueEditors_INN_INNNode__WEBPACK_IMPORTED_MODULE_63__.INNNode, _ElementProcessors_ValueEditors_Input_InputNode__WEBPACK_IMPORTED_MODULE_64__.InputNode, _ElementProcessors_Typography_Italic_ItalicNode__WEBPACK_IMPORTED_MODULE_65__.ItalicNode, _ElementProcessors_ValueEditors_Kladr_KladrNode__WEBPACK_IMPORTED_MODULE_67__.KladrNode, _ElementProcessors_Action_Link_LinkNode__WEBPACK_IMPORTED_MODULE_69__.LinkNode, _ElementProcessors_Layout_ListItem_ListItemNode__WEBPACK_IMPORTED_MODULE_66__.ListItemNode, _ElementProcessors_Layout_List_ListNode__WEBPACK_IMPORTED_MODULE_70__.ListNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_MenuNode__WEBPACK_IMPORTED_MODULE_34__.MenuNode, _ElementProcessors_Modal_ModalFormCancel_ModalFormCancelNode__WEBPACK_IMPORTED_MODULE_72__.ModalFormCancelNode, _ElementProcessors_Modal_ModalFormConfirm_ModalFormConfirmNode__WEBPACK_IMPORTED_MODULE_73__.ModalFormConfirmNode, _ElementProcessors_Modal_ModalFormLabel_ModalFormLabelNode__WEBPACK_IMPORTED_MODULE_74__.ModalFormLabelNode, _ElementProcessors_Modal_ModalForm_ModalFormNode__WEBPACK_IMPORTED_MODULE_71__.ModalFormNode, _ElementProcessors_MultiControls_Multilinefield_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_75__.MultilineFieldNode, _ElementProcessors_Helpers_Normativehelp_NormativeHelpNode__WEBPACK_IMPORTED_MODULE_76__.NormativeHelpNode, _ElementProcessors_ControlFlow_Otherwise_OtherwiseNode__WEBPACK_IMPORTED_MODULE_77__.OtherwiseNode, _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_78__.PageNode, _ElementProcessors_FormParts_Form_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_49__.PanelNode, _ElementProcessors_Layout_Pencil_PencilNode__WEBPACK_IMPORTED_MODULE_79__.PencilNode, _ElementProcessors_ValueEditors_Picklist_PicklistNode__WEBPACK_IMPORTED_MODULE_80__.PicklistNode, _ElementProcessors_ValueEditors_TreePicklist_TreePicklistNode__WEBPACK_IMPORTED_MODULE_123__.TreePicklistNode, _ElementProcessors_ValueEditors_radio_RadioNode__WEBPACK_IMPORTED_MODULE_81__.RadioNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_RemoveButtonNode__WEBPACK_IMPORTED_MODULE_35__.RemoveButtonNode, _ElementProcessors_MultiControls_RemoveRowButton_RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_83__.RemoveRowButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ReplaceButtonNode__WEBPACK_IMPORTED_MODULE_36__.ReplaceButtonNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ReplaceLineNode__WEBPACK_IMPORTED_MODULE_37__.ReplaceLineNode, _ElementProcessors_ValueEditors_Select_SelectNode__WEBPACK_IMPORTED_MODULE_84__.SelectNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableNode, _ElementProcessors_MultiControls_SortRadioGroup_SortRadioGroupNode__WEBPACK_IMPORTED_MODULE_85__.SortRadioGroupNode, _ElementProcessors_ValueEditors_RadioGroup_RadioGroupNode__WEBPACK_IMPORTED_MODULE_82__.RadioGroupNode, _ElementProcessors_Layout_Spoiler_SpoilerNode__WEBPACK_IMPORTED_MODULE_86__.SpoilerNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_94__.StickyTableNode, _ElementProcessors_Typography_Strong_StrongNode__WEBPACK_IMPORTED_MODULE_87__.StrongNode, _ElementProcessors_Layout_Subheader_SubheaderNode__WEBPACK_IMPORTED_MODULE_89__.SubheaderNode, _ElementProcessors_Typography_Sub_SubNode__WEBPACK_IMPORTED_MODULE_88__.SubNode, _ElementProcessors_Typography_Sup_SupNode__WEBPACK_IMPORTED_MODULE_90__.SupNode, _ElementProcessors_ValueEditors_Textarea_TextAreaNode__WEBPACK_IMPORTED_MODULE_97__.TextAreaNode, _ElementProcessors_ValueEditors_popupTextArea_PopupTextAreaNode__WEBPACK_IMPORTED_MODULE_104__.PopupTextAreaNode, _ElementProcessors_FormParts_UnitItem_UnitItemNode__WEBPACK_IMPORTED_MODULE_98__.UnitItemNode, _ElementProcessors_FormParts_UnitList_UnitListNode__WEBPACK_IMPORTED_MODULE_99__.UnitListNode, _ElementProcessors_ValueViewers_ValueLength_ValueLengthNode__WEBPACK_IMPORTED_MODULE_100__.ValueLengthNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ViewFileNode__WEBPACK_IMPORTED_MODULE_38__.ViewFileNode, _ElementProcessors_ControlFlow_VisibilityBlock_VisibilityBlockNode__WEBPACK_IMPORTED_MODULE_101__.VisibilityBlockNode, _ElementProcessors_Layout_Warning_WarningNode__WEBPACK_IMPORTED_MODULE_102__.WarningNode, _ElementProcessors_ControlFlow_When_WhenNode__WEBPACK_IMPORTED_MODULE_103__.WhenNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.ExpertNoteNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.MessageBoxNode, _ElementProcessors_Action_Link_LinkNode__WEBPACK_IMPORTED_MODULE_69__.LinkNode, _ElementProcessors_ValueEditors_ExpertNote_ExpertNoteNode__WEBPACK_IMPORTED_MODULE_31__.NameNode, _ElementProcessors_ValueViewers_Linetext_LineTextNode__WEBPACK_IMPORTED_MODULE_68__.LineTextNode, _ElementProcessors_ControlFlow_Captions_Short_ShortNode__WEBPACK_IMPORTED_MODULE_115__.ShortNode, _ElementProcessors_ControlFlow_Captions_Long_LongNode__WEBPACK_IMPORTED_MODULE_114__.LongNode, _ElementProcessors_ControlFlow_Captions_FillHint_FillHintNode__WEBPACK_IMPORTED_MODULE_116__.FillHintNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.IfNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.ElseNode, _ElementProcessors_ControlFlow_If_IfNode__WEBPACK_IMPORTED_MODULE_61__.ThenNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableRowNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_93__.SimpleTableColumnNode, _ElementProcessors_Layout_Stack_StackNode__WEBPACK_IMPORTED_MODULE_4__.StackNode, _ElementProcessors_Layout_Grid_GridNode__WEBPACK_IMPORTED_MODULE_3__.GridNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_94__.StickyTableMultilineNode, _ElementProcessors_UnitParts_HeaderPanel_HeaderPanelNode__WEBPACK_IMPORTED_MODULE_8__.HeaderPanelNode, _ElementProcessors_Action_DropdownButton_DropdownButtonNode__WEBPACK_IMPORTED_MODULE_2__.DropdownButtonNode, _ElementProcessors_Action_Common_ActionNode__WEBPACK_IMPORTED_MODULE_118__.ActionNode, _ElementProcessors_MultiControls_Tabs_TabsNode__WEBPACK_IMPORTED_MODULE_7__.TabsNode, _ElementProcessors_ValueEditors_Fias_FiasNode__WEBPACK_IMPORTED_MODULE_0__.FiasNode, _ElementProcessors_MultiControls_FilterSelect_FilterSelectNode__WEBPACK_IMPORTED_MODULE_5__.FilterSelectNode, _ElementProcessors_MultiControls_Table2_Table2Node__WEBPACK_IMPORTED_MODULE_6__.Table2Node, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_107__.FixedTabsNode, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_107__.FixedTabNode, _ElementProcessors_MultiControls_Multiple_MultipleNode__WEBPACK_IMPORTED_MODULE_108__.MultipleNode, _ElementProcessors_Action_ExcelPastePanel_ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_109__.ExcelPastePanelNode, _ElementProcessors_ValueEditors_ReferencedFields_ReferencedFieldsNode__WEBPACK_IMPORTED_MODULE_110__.ReferencedFieldsNode, _ElementProcessors_FormParts_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_111__.UserPicklistNode, _ElementProcessors_ValueEditors_TaxRebate_TaxRebateNode__WEBPACK_IMPORTED_MODULE_112__.TaxRebateNode, _ElementProcessors_FormParts_Banner_BannerNode__WEBPACK_IMPORTED_MODULE_113__.BannerNode, _ElementProcessors_ValueViewers_DateView_DateViewNode__WEBPACK_IMPORTED_MODULE_117__.DateViewNode, _ElementProcessors_Action_Kebab_KebabNode__WEBPACK_IMPORTED_MODULE_119__.KebabNode, _ElementProcessors_Helpers_Clue_InfoBlockNode__WEBPACK_IMPORTED_MODULE_120__.InfoBlockNode, _ElementProcessors_ValueEditors_SelectAllCheckbox_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_121__.SelectAllCheckboxNode, _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_125__.SelectCheckboxNode, _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_126__.InstanceNumberNode, _ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_127__.OptionalBlockNode];
106341
105991
  }
106342
105992
  function getAllSchemaRngNodeClasses() {
106343
105993
  return [_common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.SchemaRngElement, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.SchemaRngElementChoiceElement, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.SchemaRngInnerText, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.SchemaRngAttribute, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.SchemaRngType, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.MaxinclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.MininclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.FractiondigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.IntegerdigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.TotaldigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.MaxlengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.MinlengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.LengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.EnumerationTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_122__.PatternTypeCheck];
@@ -106345,6 +105995,65 @@ function getAllSchemaRngNodeClasses() {
106345
105995
 
106346
105996
  /***/ }),
106347
105997
 
105998
+ /***/ "./Generator/src/generators/markupGenerator/SugarNodes/Nodes/FormMetaInfoNode.ts":
105999
+ /*!***************************************************************************************!*\
106000
+ !*** ./Generator/src/generators/markupGenerator/SugarNodes/Nodes/FormMetaInfoNode.ts ***!
106001
+ \***************************************************************************************/
106002
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
106003
+
106004
+ "use strict";
106005
+ __webpack_require__.r(__webpack_exports__);
106006
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
106007
+ /* harmony export */ FormMetaInfoNode: () => (/* binding */ FormMetaInfoNode)
106008
+ /* harmony export */ });
106009
+ /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
106010
+ /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
106011
+ /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/applyDecoratedDescriptor */ "./node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js");
106012
+ /* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__);
106013
+ /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/initializerWarningHelper */ "./node_modules/@babel/runtime/helpers/initializerWarningHelper.js");
106014
+ /* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__);
106015
+ /* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
106016
+
106017
+
106018
+
106019
+ var _dec, _dec2, _class, _class2, _descriptor;
106020
+
106021
+ let FormMetaInfoNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("formmetainfo", `Мета-информация о форме`), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("historyWidget", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.objectLiteral(), `Настройки для виджета истории редактирования.
106022
+
106023
+ Настройка полей в шапке виджета. Указываем название и путь в иннере где лежит значение.
106024
+ Интерфейс живет в движке: FormMetaInfo.ts
106025
+
106026
+ interface HistoryWidgetHeaderField {
106027
+ label?: string;
106028
+ path?: string | string[];
106029
+ isPicklist?: boolean;
106030
+
106031
+ innFlPath?: string;
106032
+ innPath?: string;
106033
+ kppPath?: string;
106034
+
106035
+ periodPath?: string;
106036
+ yearPath?: string;
106037
+
106038
+ organizationNamePath?: string;
106039
+ organizationFlLastNamePath?: string;
106040
+ organizationFlFirstNamePath?: string;
106041
+ organizationFlMiddleNamePath?: string;
106042
+ }
106043
+ `), _dec(_class = (_class2 = class FormMetaInfoNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
106044
+ constructor(...args) {
106045
+ super(...args);
106046
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "historyWidget", _descriptor, this);
106047
+ }
106048
+ }, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "historyWidget", [_dec2], {
106049
+ configurable: true,
106050
+ enumerable: true,
106051
+ writable: true,
106052
+ initializer: null
106053
+ }), _class2)) || _class);
106054
+
106055
+ /***/ }),
106056
+
106348
106057
  /***/ "./Generator/src/generators/markupGenerator/SugarNodes/Nodes/ImportNode.ts":
106349
106058
  /*!*********************************************************************************!*\
106350
106059
  !*** ./Generator/src/generators/markupGenerator/SugarNodes/Nodes/ImportNode.ts ***!
@@ -106625,10 +106334,10 @@ class ControlCustomizationContext {
106625
106334
  }
106626
106335
  }
106627
106336
  class EmptyControlCustomizationContext {
106628
- tryGetCustomRegularControl(controlName) {
106337
+ tryGetCustomRegularControl() {
106629
106338
  return undefined;
106630
106339
  }
106631
- getControlCustomizationInfo(multiline1, overrideControl) {
106340
+ getControlCustomizationInfo() {
106632
106341
  throw new Error("");
106633
106342
  }
106634
106343
  }
@@ -107260,7 +106969,7 @@ class AttachmentsValueValidatorGenerator extends _TypeBasedValidatorGenerator__W
107260
106969
  static acceptNode(node) {
107261
106970
  return node instanceof _Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.AttachmentsTypeCheckNode;
107262
106971
  }
107263
- static createFromNode(node) {
106972
+ static createFromNode() {
107264
106973
  return new AttachmentsValueValidatorGenerator();
107265
106974
  }
107266
106975
  acceptNodeForGroup(node) {
@@ -107323,7 +107032,7 @@ class CustomValidationValueValidatorGenerator extends _TypeBasedValidatorGenerat
107323
107032
  acceptNodeForGroup(node) {
107324
107033
  return node instanceof _Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_2__.CustomValidationTypeCheckNode && node.value === this.name;
107325
107034
  }
107326
- generatorValidator(typeNode, gId, customValidations) {
107035
+ generatorValidator(typeNode, _gId, customValidations) {
107327
107036
  var _customValidations$cu, _customValidationNode, _customValidationNode2;
107328
107037
  const customValidationNode = typeNode.getValidations(_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_2__.CustomValidationTypeCheckNode).find(x => x.value === this.name);
107329
107038
  if (customValidationNode == undefined || customValidations == undefined) {