@kontur.candy/generator 5.100.0-onclick-banner.0 → 5.100.0-staff-service-public.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +544 -130
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1952,6 +1952,24 @@ module.exports = webpackEmptyContext;
|
|
|
1952
1952
|
|
|
1953
1953
|
/***/ }),
|
|
1954
1954
|
|
|
1955
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$":
|
|
1956
|
+
/*!**************************************************************************************************************!*\
|
|
1957
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/ sync .md$ ***!
|
|
1958
|
+
\**************************************************************************************************************/
|
|
1959
|
+
/***/ ((module) => {
|
|
1960
|
+
|
|
1961
|
+
function webpackEmptyContext(req) {
|
|
1962
|
+
var e = new Error("Cannot find module '" + req + "'");
|
|
1963
|
+
e.code = 'MODULE_NOT_FOUND';
|
|
1964
|
+
throw e;
|
|
1965
|
+
}
|
|
1966
|
+
webpackEmptyContext.keys = () => ([]);
|
|
1967
|
+
webpackEmptyContext.resolve = webpackEmptyContext;
|
|
1968
|
+
webpackEmptyContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery sync recursive .md$";
|
|
1969
|
+
module.exports = webpackEmptyContext;
|
|
1970
|
+
|
|
1971
|
+
/***/ }),
|
|
1972
|
+
|
|
1955
1973
|
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton sync recursive .md$":
|
|
1956
1974
|
/*!************************************************************************************************************!*\
|
|
1957
1975
|
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ sync .md$ ***!
|
|
@@ -1970,6 +1988,24 @@ module.exports = webpackEmptyContext;
|
|
|
1970
1988
|
|
|
1971
1989
|
/***/ }),
|
|
1972
1990
|
|
|
1991
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar sync recursive .md$":
|
|
1992
|
+
/*!********************************************************************************************************!*\
|
|
1993
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ sync .md$ ***!
|
|
1994
|
+
\********************************************************************************************************/
|
|
1995
|
+
/***/ ((module) => {
|
|
1996
|
+
|
|
1997
|
+
function webpackEmptyContext(req) {
|
|
1998
|
+
var e = new Error("Cannot find module '" + req + "'");
|
|
1999
|
+
e.code = 'MODULE_NOT_FOUND';
|
|
2000
|
+
throw e;
|
|
2001
|
+
}
|
|
2002
|
+
webpackEmptyContext.keys = () => ([]);
|
|
2003
|
+
webpackEmptyContext.resolve = webpackEmptyContext;
|
|
2004
|
+
webpackEmptyContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar sync recursive .md$";
|
|
2005
|
+
module.exports = webpackEmptyContext;
|
|
2006
|
+
|
|
2007
|
+
/***/ }),
|
|
2008
|
+
|
|
1973
2009
|
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$":
|
|
1974
2010
|
/*!***********************************************************************************************************!*\
|
|
1975
2011
|
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/ sync .md$ ***!
|
|
@@ -45807,7 +45843,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45807
45843
|
/* harmony export */ InvalidProgramStateError: () => (/* binding */ InvalidProgramStateError),
|
|
45808
45844
|
/* harmony export */ NotImplementedError: () => (/* binding */ NotImplementedError),
|
|
45809
45845
|
/* harmony export */ NotSupportedError: () => (/* binding */ NotSupportedError),
|
|
45810
|
-
/* harmony export */ TypingError: () => (/* binding */ TypingError)
|
|
45846
|
+
/* harmony export */ TypingError: () => (/* binding */ TypingError),
|
|
45847
|
+
/* harmony export */ isAbortException: () => (/* binding */ isAbortException)
|
|
45811
45848
|
/* harmony export */ });
|
|
45812
45849
|
class ApplicationError extends Error {
|
|
45813
45850
|
constructor(message) {
|
|
@@ -45840,6 +45877,9 @@ class TypingError extends ApplicationError {
|
|
|
45840
45877
|
super("Invalid typing");
|
|
45841
45878
|
}
|
|
45842
45879
|
}
|
|
45880
|
+
function isAbortException(e) {
|
|
45881
|
+
return e instanceof DOMException && e.name === "AbortError";
|
|
45882
|
+
}
|
|
45843
45883
|
|
|
45844
45884
|
/***/ }),
|
|
45845
45885
|
|
|
@@ -46448,7 +46488,7 @@ class KCLangRuntimeUtils {
|
|
|
46448
46488
|
return date;
|
|
46449
46489
|
}
|
|
46450
46490
|
sum(left, right) {
|
|
46451
|
-
if (
|
|
46491
|
+
if (left == undefined && right == undefined) {
|
|
46452
46492
|
return undefined;
|
|
46453
46493
|
}
|
|
46454
46494
|
if (isBigSource(left) && isBigSource(right)) {
|
|
@@ -48653,7 +48693,7 @@ class ValidationFunction extends _AutoCalculations_CalculationFunctionBase__WEBP
|
|
|
48653
48693
|
var _evaluationContext$ge;
|
|
48654
48694
|
if (expressionPath.startsWith("@")) {
|
|
48655
48695
|
const state = form.store.getState();
|
|
48656
|
-
return (0,_Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__.getValueByPath)(state, () => "", expressionPath, fieldName);
|
|
48696
|
+
return (0,_Helpers_StateAccessors_GetValueByPath__WEBPACK_IMPORTED_MODULE_4__.getValueByPath)(state, () => "", {}, expressionPath, fieldName);
|
|
48657
48697
|
}
|
|
48658
48698
|
const generatedAbsoluteModelPath = contextCurrentElement.joinWith((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_0__.createModelPath)(expressionPath, "auto")).normalize();
|
|
48659
48699
|
if (fieldName === "children") {
|
|
@@ -48732,6 +48772,25 @@ function getKnownViewModelFieldNames() {
|
|
|
48732
48772
|
|
|
48733
48773
|
/***/ }),
|
|
48734
48774
|
|
|
48775
|
+
/***/ "./Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy.ts":
|
|
48776
|
+
/*!***********************************************************************!*\
|
|
48777
|
+
!*** ./Engine/src/Engine/Core/Filtering/IAggregationQueryStrategy.ts ***!
|
|
48778
|
+
\***********************************************************************/
|
|
48779
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
48780
|
+
|
|
48781
|
+
"use strict";
|
|
48782
|
+
__webpack_require__.r(__webpack_exports__);
|
|
48783
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
48784
|
+
/* harmony export */ AggregationType: () => (/* binding */ AggregationType)
|
|
48785
|
+
/* harmony export */ });
|
|
48786
|
+
let AggregationType = /*#__PURE__*/function (AggregationType) {
|
|
48787
|
+
AggregationType[AggregationType["Sum"] = 0] = "Sum";
|
|
48788
|
+
AggregationType[AggregationType["Count"] = 1] = "Count";
|
|
48789
|
+
return AggregationType;
|
|
48790
|
+
}({});
|
|
48791
|
+
|
|
48792
|
+
/***/ }),
|
|
48793
|
+
|
|
48735
48794
|
/***/ "./Engine/src/Engine/Core/ModalManager/Modals/Utils/Types.ts":
|
|
48736
48795
|
/*!*******************************************************************!*\
|
|
48737
48796
|
!*** ./Engine/src/Engine/Core/ModalManager/Modals/Utils/Types.ts ***!
|
|
@@ -49672,6 +49731,97 @@ let FilterType = /*#__PURE__*/function (FilterType) {
|
|
|
49672
49731
|
|
|
49673
49732
|
/***/ }),
|
|
49674
49733
|
|
|
49734
|
+
/***/ "./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts":
|
|
49735
|
+
/*!*************************************************************************************!*\
|
|
49736
|
+
!*** ./Engine/src/Helpers/FilterExpressions/FilterExpressionResolveBindingPaths.ts ***!
|
|
49737
|
+
\*************************************************************************************/
|
|
49738
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
49739
|
+
|
|
49740
|
+
"use strict";
|
|
49741
|
+
__webpack_require__.r(__webpack_exports__);
|
|
49742
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
49743
|
+
/* harmony export */ FilterExpressionResolveBindingPaths: () => (/* binding */ FilterExpressionResolveBindingPaths)
|
|
49744
|
+
/* harmony export */ });
|
|
49745
|
+
/* harmony import */ var _Common_Errors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../Common/Errors */ "./Common/Errors.ts");
|
|
49746
|
+
/* harmony import */ var _CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./CompileFilterExpression */ "./Engine/src/Helpers/FilterExpressions/CompileFilterExpression.ts");
|
|
49747
|
+
|
|
49748
|
+
|
|
49749
|
+
class FilterExpressionResolveBindingPaths extends _CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__.FilterExpressionTransduceVisitor {
|
|
49750
|
+
constructor(pathResolver) {
|
|
49751
|
+
super();
|
|
49752
|
+
this.pathResolver = void 0;
|
|
49753
|
+
this.pathResolver = pathResolver;
|
|
49754
|
+
}
|
|
49755
|
+
createDefaultResult() {
|
|
49756
|
+
throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_0__.InvalidProgramStateError();
|
|
49757
|
+
}
|
|
49758
|
+
transformAndExpression(expression) {
|
|
49759
|
+
return {
|
|
49760
|
+
...expression,
|
|
49761
|
+
conditions: expression.conditions.map(x => this.transformExpression(x))
|
|
49762
|
+
};
|
|
49763
|
+
}
|
|
49764
|
+
transformEndDateExpression(expression) {
|
|
49765
|
+
return {
|
|
49766
|
+
...expression,
|
|
49767
|
+
condition: {
|
|
49768
|
+
...expression.condition,
|
|
49769
|
+
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
49770
|
+
}
|
|
49771
|
+
};
|
|
49772
|
+
}
|
|
49773
|
+
transformEqualExpression(expression) {
|
|
49774
|
+
return {
|
|
49775
|
+
...expression,
|
|
49776
|
+
condition: {
|
|
49777
|
+
...expression.condition,
|
|
49778
|
+
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
49779
|
+
}
|
|
49780
|
+
};
|
|
49781
|
+
}
|
|
49782
|
+
transformOrExpression(expression) {
|
|
49783
|
+
return {
|
|
49784
|
+
...expression,
|
|
49785
|
+
conditions: expression.conditions.map(x => this.transformExpression(x))
|
|
49786
|
+
};
|
|
49787
|
+
}
|
|
49788
|
+
transformStartDateExpression(expression) {
|
|
49789
|
+
return {
|
|
49790
|
+
...expression,
|
|
49791
|
+
condition: {
|
|
49792
|
+
...expression.condition,
|
|
49793
|
+
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
49794
|
+
}
|
|
49795
|
+
};
|
|
49796
|
+
}
|
|
49797
|
+
transformSubstringExpression(expression) {
|
|
49798
|
+
return {
|
|
49799
|
+
...expression,
|
|
49800
|
+
condition: {
|
|
49801
|
+
...expression.condition,
|
|
49802
|
+
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
49803
|
+
}
|
|
49804
|
+
};
|
|
49805
|
+
}
|
|
49806
|
+
transformByInstancesExpression(expression) {
|
|
49807
|
+
return {
|
|
49808
|
+
...expression,
|
|
49809
|
+
condition: {
|
|
49810
|
+
...expression.condition,
|
|
49811
|
+
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
49812
|
+
}
|
|
49813
|
+
};
|
|
49814
|
+
}
|
|
49815
|
+
transformUnaryNotExpression(expression) {
|
|
49816
|
+
return {
|
|
49817
|
+
...expression,
|
|
49818
|
+
condition: this.transformExpression(expression.condition)
|
|
49819
|
+
};
|
|
49820
|
+
}
|
|
49821
|
+
}
|
|
49822
|
+
|
|
49823
|
+
/***/ }),
|
|
49824
|
+
|
|
49675
49825
|
/***/ "./Engine/src/Helpers/StateAccessors/GetValueByPath.ts":
|
|
49676
49826
|
/*!*************************************************************!*\
|
|
49677
49827
|
!*** ./Engine/src/Helpers/StateAccessors/GetValueByPath.ts ***!
|
|
@@ -49687,10 +49837,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
49687
49837
|
function isPrimitiveValue(value) {
|
|
49688
49838
|
return typeof value === "string" || typeof value === "number" || typeof value === "boolean";
|
|
49689
49839
|
}
|
|
49840
|
+
const pathPrefixes = {
|
|
49841
|
+
featureFlags: "@featureFlags/",
|
|
49842
|
+
settings: "@settings/",
|
|
49843
|
+
contextVars: "@contextVars/",
|
|
49844
|
+
mergedPropertiesForBackendCompatibility: "@mergedPropertiesForBackendCompatibility/",
|
|
49845
|
+
all: "@"
|
|
49846
|
+
};
|
|
49847
|
+
function hasPrefix(path, prefix) {
|
|
49848
|
+
return path.startsWith(prefix);
|
|
49849
|
+
}
|
|
49690
49850
|
function getFeatureFlagByPath(state, path) {
|
|
49691
49851
|
var _state$featureFlags;
|
|
49692
49852
|
let value = undefined;
|
|
49693
|
-
const featureFlagValue = state === null || state === void 0 || (_state$featureFlags = state.featureFlags) === null || _state$featureFlags === void 0 ? void 0 : _state$featureFlags[path.replace(
|
|
49853
|
+
const featureFlagValue = state === null || state === void 0 || (_state$featureFlags = state.featureFlags) === null || _state$featureFlags === void 0 ? void 0 : _state$featureFlags[path.replace(pathPrefixes.featureFlags, "")];
|
|
49694
49854
|
if (featureFlagValue == undefined) {
|
|
49695
49855
|
value = undefined;
|
|
49696
49856
|
} else if (isPrimitiveValue(featureFlagValue)) {
|
|
@@ -49704,7 +49864,7 @@ function getFeatureFlagByPath(state, path) {
|
|
|
49704
49864
|
function getSettingByPath(state, path) {
|
|
49705
49865
|
var _state$settings;
|
|
49706
49866
|
let value = undefined;
|
|
49707
|
-
const settingValue = (_state$settings = state.settings) === null || _state$settings === void 0 ? void 0 : _state$settings[path.replace(
|
|
49867
|
+
const settingValue = (_state$settings = state.settings) === null || _state$settings === void 0 ? void 0 : _state$settings[path.replace(pathPrefixes.settings, "")];
|
|
49708
49868
|
if (settingValue == undefined) {
|
|
49709
49869
|
value = undefined;
|
|
49710
49870
|
} else if (isPrimitiveValue(settingValue)) {
|
|
@@ -49715,31 +49875,43 @@ function getSettingByPath(state, path) {
|
|
|
49715
49875
|
}
|
|
49716
49876
|
return value;
|
|
49717
49877
|
}
|
|
49718
|
-
function
|
|
49878
|
+
function getContextVar(variableContext, path) {
|
|
49879
|
+
const varName = path.replace(/^\@contextVars\//, "");
|
|
49880
|
+
const variable = variableContext[varName];
|
|
49881
|
+
return variable === null || variable === void 0 ? void 0 : variable.toString();
|
|
49882
|
+
}
|
|
49883
|
+
function getExternalPropertyValue(state, variableContext, path) {
|
|
49719
49884
|
if (path.startsWith("@mergedPropertiesForBackendCompatibility/")) {
|
|
49720
|
-
var _ref, _ref2, _getFeatureFlagByPath, _state$requisites;
|
|
49885
|
+
var _ref, _ref2, _ref3, _getFeatureFlagByPath, _state$requisites;
|
|
49721
49886
|
// Что это за история: на бекенде getProperty не принимает тип внешней переменной -- просто имя, они какбы
|
|
49722
49887
|
// сливаются в одну кучу (ну или так было), поэтому для обраной совместимости может приходит такой префикс
|
|
49723
49888
|
// когда мы потеряли контекс.
|
|
49724
|
-
const name = path.replace(
|
|
49725
|
-
return (_ref = (_ref2 = (_getFeatureFlagByPath = getFeatureFlagByPath(state,
|
|
49726
|
-
} else if (path.
|
|
49889
|
+
const name = path.replace(pathPrefixes.mergedPropertiesForBackendCompatibility, "");
|
|
49890
|
+
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 : "";
|
|
49891
|
+
} else if (hasPrefix(path, pathPrefixes.featureFlags)) {
|
|
49727
49892
|
var _getFeatureFlagByPath2;
|
|
49728
49893
|
return (_getFeatureFlagByPath2 = getFeatureFlagByPath(state, path)) !== null && _getFeatureFlagByPath2 !== void 0 ? _getFeatureFlagByPath2 : "";
|
|
49729
|
-
} else if (path.
|
|
49894
|
+
} else if (hasPrefix(path, pathPrefixes.settings)) {
|
|
49730
49895
|
var _getSettingByPath;
|
|
49731
49896
|
return (_getSettingByPath = getSettingByPath(state, path)) !== null && _getSettingByPath !== void 0 ? _getSettingByPath : "";
|
|
49732
|
-
} else if (path.
|
|
49897
|
+
} else if (hasPrefix(path, pathPrefixes.contextVars)) {
|
|
49898
|
+
var _getContextVar;
|
|
49899
|
+
return (_getContextVar = getContextVar(variableContext, path)) !== null && _getContextVar !== void 0 ? _getContextVar : "";
|
|
49900
|
+
} else if (hasPrefix(path, pathPrefixes.all)) {
|
|
49733
49901
|
var _state$requisites$pat, _state$requisites2;
|
|
49734
49902
|
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 : "";
|
|
49735
49903
|
}
|
|
49736
49904
|
return "";
|
|
49737
49905
|
}
|
|
49738
|
-
function getValueByPath(state, selector, path, name = "value") {
|
|
49906
|
+
function getValueByPath(state, selector, variableContext, path, name = "value") {
|
|
49739
49907
|
var _value;
|
|
49740
49908
|
let value;
|
|
49741
|
-
if (typeof path === "string") {
|
|
49742
|
-
|
|
49909
|
+
if (typeof path === "string" && path.startsWith(pathPrefixes.contextVars)) {
|
|
49910
|
+
const varName = path.replace(/^\@contextVars\//, "");
|
|
49911
|
+
const variable = variableContext[varName];
|
|
49912
|
+
value = variable === null || variable === void 0 ? void 0 : variable.toString();
|
|
49913
|
+
} else if (typeof path === "string") {
|
|
49914
|
+
value = getExternalPropertyValue(state, variableContext, path);
|
|
49743
49915
|
} else {
|
|
49744
49916
|
value = selector(state, path, name);
|
|
49745
49917
|
}
|
|
@@ -77428,6 +77600,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
77428
77600
|
/* harmony import */ var _ElementProcessors_ControlFlow_JoinBlock_JoinBlockConverter__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./ElementProcessors/ControlFlow/JoinBlock/JoinBlockConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/ControlFlow/JoinBlock/JoinBlockConverter.ts");
|
|
77429
77601
|
/* harmony import */ var _ElementProcessors_ControlFlow_JoinBlock_JoinItemConverter__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./ElementProcessors/ControlFlow/JoinBlock/JoinItemConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/ControlFlow/JoinBlock/JoinItemConverter.ts");
|
|
77430
77602
|
/* harmony import */ var _ElementProcessors_FormParts_EmptyTemplate_EmptyTemplateConverter__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./ElementProcessors/FormParts/EmptyTemplate/EmptyTemplateConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/EmptyTemplate/EmptyTemplateConverter.ts");
|
|
77603
|
+
/* harmony import */ var _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryConverter__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts");
|
|
77604
|
+
/* harmony import */ var _ElementProcessors_MultiControls_ContextVar_ExprEvalConverter__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./ElementProcessors/MultiControls/ContextVar/ExprEvalConverter */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts");
|
|
77605
|
+
|
|
77606
|
+
|
|
77431
77607
|
|
|
77432
77608
|
|
|
77433
77609
|
|
|
@@ -77559,7 +77735,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
77559
77735
|
|
|
77560
77736
|
let convertersFromNodeClassMap;
|
|
77561
77737
|
function buildConvertersFromNodeClassMap() {
|
|
77562
|
-
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_ControlFlow_JoinBlock_JoinBlockConverter__WEBPACK_IMPORTED_MODULE_126__.JoinBlockConverter, _ElementProcessors_ControlFlow_JoinBlock_JoinItemConverter__WEBPACK_IMPORTED_MODULE_127__.JoinItemConverter, _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_ErrorBlock_ErrorBlockConverter__WEBPACK_IMPORTED_MODULE_125__.ErrorBlockConverter, _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_FormParts_EmptyTemplate_EmptyTemplateConverter__WEBPACK_IMPORTED_MODULE_128__.EmptyTemplateConverter];
|
|
77738
|
+
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_ControlFlow_JoinBlock_JoinBlockConverter__WEBPACK_IMPORTED_MODULE_126__.JoinBlockConverter, _ElementProcessors_ControlFlow_JoinBlock_JoinItemConverter__WEBPACK_IMPORTED_MODULE_127__.JoinItemConverter, _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_ErrorBlock_ErrorBlockConverter__WEBPACK_IMPORTED_MODULE_125__.ErrorBlockConverter, _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_FormParts_EmptyTemplate_EmptyTemplateConverter__WEBPACK_IMPORTED_MODULE_128__.EmptyTemplateConverter, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryConverter__WEBPACK_IMPORTED_MODULE_129__.AggregationQueryConverter, _ElementProcessors_MultiControls_ContextVar_ExprEvalConverter__WEBPACK_IMPORTED_MODULE_130__.ExprEvalConverter];
|
|
77563
77739
|
return new Map(converters.flatMap(converterClass => {
|
|
77564
77740
|
let classes = converterClass.getAcceptNodeClass();
|
|
77565
77741
|
classes = Array.isArray(classes) ? classes : [classes];
|
|
@@ -81892,11 +82068,6 @@ class BannerConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3__.S
|
|
|
81892
82068
|
markupBuilder.prop(x => x.bannerTheme).set(node.bannerTheme);
|
|
81893
82069
|
markupBuilder.prop(x => x.allowClose).set(node.allowClose);
|
|
81894
82070
|
markupBuilder.prop(x => x.arrowInButton).set(node.arrowInButton);
|
|
81895
|
-
if (node.onClick && node.href) {
|
|
81896
|
-
throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_5__.SugarAttributeReadError("Нельзя использовать onClick и href одновременно", node, "onClick");
|
|
81897
|
-
} else {
|
|
81898
|
-
markupBuilder.prop(x => x.onClick).set(context.generateHelperFunctionExpression(node, "onClick", node.onClick));
|
|
81899
|
-
}
|
|
81900
82071
|
if (node.isPortrait === true) {
|
|
81901
82072
|
if (node.iconSrc === undefined) {
|
|
81902
82073
|
throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_5__.SugarAttributeReadError("Для атрибута iconSrc не задано значение при атрибуте isPortrait равному true", node, "iconSrc");
|
|
@@ -81956,10 +82127,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81956
82127
|
|
|
81957
82128
|
|
|
81958
82129
|
|
|
81959
|
-
var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18,
|
|
82130
|
+
var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17;
|
|
81960
82131
|
|
|
81961
82132
|
|
|
81962
|
-
let BannerNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.sugarNode)("banner", `Баннер, позволяющий в виде рекламы рассказать о чем либо`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Banner sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("name", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Имя баннера, обязательный параметр"), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("customSugar", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если true - пишем сахар внутри баннера, если false передаем header, text и ссылку"), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("header", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это заголовок в нем"), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("text", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, `Если банер не кастомный, то это текст в нем. Поддерживает Markdown.`), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("icon", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это icon в base64 https://www.base64-image.de/ в нем"), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("clickableText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это текст на который нажимать в нем, стрелочку рисуем →, по умолчанию Открыть статью"), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("href", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это href в нем"), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("useButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если банер не кастомный, то это можно использовать кнопку вместо ссылки в нем"), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("allowClose", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Разрешает закрывать баннер - появляется кнопка закрытия. можно использовать closeButtonColor"), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("closeButtonColor", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Цвет для расскраски кнопки закрытия в hex формате например #F2F2F2"), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("background", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Путь до изображения которое будет установлено на фоне. Изображение должно находиться в папке N. Поддерживаемые расширения png,jpg"), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("useFeatureFlag", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "При использовании свойства, баннер будет показан только под указанным в свойстве фича флагом, например @featureFlags/news6ndfl"), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("bannerTheme", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.enum("light", "dark"), "Тема баннера, по умолчанию белый фон черный текст"), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("arrowInButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если банер не кастомный, есть ли стрелка в кнопке"), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("isPortrait", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если в иконке баннера портрет, то true. Портрет по прототипам вылезет за пределы баннера сверху. Картинка будет сжиматься по высоте до 100px, по ширине может быть любая, но надо быть внимательным на текстовый контент."), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("iconSrc", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.pathToFile, "Если банер не кастомный, то иконка в формате *.png"), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.
|
|
82133
|
+
let BannerNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.sugarNode)("banner", `Баннер, позволяющий в виде рекламы рассказать о чем либо`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/Banner sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("name", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Имя баннера, обязательный параметр"), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("customSugar", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если true - пишем сахар внутри баннера, если false передаем header, text и ссылку"), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("header", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это заголовок в нем"), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("text", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, `Если банер не кастомный, то это текст в нем. Поддерживает Markdown.`), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("icon", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это icon в base64 https://www.base64-image.de/ в нем"), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("clickableText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это текст на который нажимать в нем, стрелочку рисуем →, по умолчанию Открыть статью"), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("href", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Если банер не кастомный, то это href в нем"), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("useButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если банер не кастомный, то это можно использовать кнопку вместо ссылки в нем"), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("allowClose", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Разрешает закрывать баннер - появляется кнопка закрытия. можно использовать closeButtonColor"), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("closeButtonColor", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Цвет для расскраски кнопки закрытия в hex формате например #F2F2F2"), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("background", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "Путь до изображения которое будет установлено на фоне. Изображение должно находиться в папке N. Поддерживаемые расширения png,jpg"), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("useFeatureFlag", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.string, "При использовании свойства, баннер будет показан только под указанным в свойстве фича флагом, например @featureFlags/news6ndfl"), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("bannerTheme", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.enum("light", "dark"), "Тема баннера, по умолчанию белый фон черный текст"), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("arrowInButton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если банер не кастомный, есть ли стрелка в кнопке"), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("isPortrait", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.boolean, "Если в иконке баннера портрет, то true. Портрет по прототипам вылезет за пределы баннера сверху. Картинка будет сжиматься по высоте до 100px, по ширине может быть любая, но надо быть внимательным на текстовый контент."), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attr)("iconSrc", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.attrType.pathToFile, "Если банер не кастомный, то иконка в формате *.png"), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_4__.children)(), _dec(_class = (_class2 = class BannerNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_3__.SugarNodeWithLegacyVisibility {
|
|
81963
82134
|
constructor(...args) {
|
|
81964
82135
|
super(...args);
|
|
81965
82136
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "name", _descriptor, this);
|
|
@@ -81978,8 +82149,7 @@ let BannerNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE
|
|
|
81978
82149
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "arrowInButton", _descriptor14, this);
|
|
81979
82150
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isPortrait", _descriptor15, this);
|
|
81980
82151
|
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "iconSrc", _descriptor16, this);
|
|
81981
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
81982
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor18, this);
|
|
82152
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor17, this);
|
|
81983
82153
|
}
|
|
81984
82154
|
}, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "name", [_dec2], {
|
|
81985
82155
|
configurable: true,
|
|
@@ -82061,12 +82231,7 @@ let BannerNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE
|
|
|
82061
82231
|
enumerable: true,
|
|
82062
82232
|
writable: true,
|
|
82063
82233
|
initializer: null
|
|
82064
|
-
}), _descriptor17 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "
|
|
82065
|
-
configurable: true,
|
|
82066
|
-
enumerable: true,
|
|
82067
|
-
writable: true,
|
|
82068
|
-
initializer: null
|
|
82069
|
-
}), _descriptor18 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "children", [_dec19], {
|
|
82234
|
+
}), _descriptor17 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "children", [_dec18], {
|
|
82070
82235
|
configurable: true,
|
|
82071
82236
|
enumerable: true,
|
|
82072
82237
|
writable: true,
|
|
@@ -89805,6 +89970,232 @@ let AddRowButtonNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_
|
|
|
89805
89970
|
|
|
89806
89971
|
/***/ }),
|
|
89807
89972
|
|
|
89973
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts":
|
|
89974
|
+
/*!********************************************************************************************************************************!*\
|
|
89975
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryConverter.ts ***!
|
|
89976
|
+
\********************************************************************************************************************************/
|
|
89977
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
89978
|
+
|
|
89979
|
+
"use strict";
|
|
89980
|
+
__webpack_require__.r(__webpack_exports__);
|
|
89981
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
89982
|
+
/* harmony export */ AggregationQueryConverter: () => (/* binding */ AggregationQueryConverter)
|
|
89983
|
+
/* harmony export */ });
|
|
89984
|
+
/* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
|
|
89985
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
|
|
89986
|
+
/* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
|
|
89987
|
+
/* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
|
|
89988
|
+
/* harmony import */ var _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../Common/ModelPath/ModelPath */ "./Common/ModelPath/ModelPath.ts");
|
|
89989
|
+
/* 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");
|
|
89990
|
+
/* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
|
|
89991
|
+
/* 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");
|
|
89992
|
+
/* harmony import */ var _ConverterResults_ModuleDescriptor__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../ConverterResults/ModuleDescriptor */ "./Generator/src/generators/markupGenerator/ConverterResults/ModuleDescriptor.ts");
|
|
89993
|
+
/* harmony import */ var _AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./AggregationQueryNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts");
|
|
89994
|
+
|
|
89995
|
+
|
|
89996
|
+
|
|
89997
|
+
|
|
89998
|
+
|
|
89999
|
+
|
|
90000
|
+
|
|
90001
|
+
|
|
90002
|
+
|
|
90003
|
+
|
|
90004
|
+
class AggregationQueryConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.SugarNodeConverterBase {
|
|
90005
|
+
static getAcceptNodeClass() {
|
|
90006
|
+
return _AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode;
|
|
90007
|
+
}
|
|
90008
|
+
doBuildDataDeclaration(_context) {
|
|
90009
|
+
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
|
|
90010
|
+
}
|
|
90011
|
+
buildChildrenDataDeclaration(context) {
|
|
90012
|
+
const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
|
|
90013
|
+
return context.processChildrenDataDeclaration(node.content.children);
|
|
90014
|
+
}
|
|
90015
|
+
*doTraverseChildren() {
|
|
90016
|
+
const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
|
|
90017
|
+
for (const child of node.content.children) {
|
|
90018
|
+
yield child;
|
|
90019
|
+
}
|
|
90020
|
+
}
|
|
90021
|
+
doConvert(context) {
|
|
90022
|
+
var _node$includeMultilin;
|
|
90023
|
+
const node = this.getCurrentNodeAs(_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_9__.AggregationQueryNode);
|
|
90024
|
+
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("AggregationQuery");
|
|
90025
|
+
if (node.multilinePath != undefined) {
|
|
90026
|
+
markupBuilder.prop(x => x.multilinePath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node, node.multilinePath));
|
|
90027
|
+
}
|
|
90028
|
+
markupBuilder.prop(x => x.filterUniqueKey).set(node.filteredUniqKey);
|
|
90029
|
+
markupBuilder.prop(x => x.variablesPrefix).set(node.variablesPrefix);
|
|
90030
|
+
markupBuilder.prop(x => x.includeMultilineFilters).set((_node$includeMultilin = node.includeMultilineFilters) !== null && _node$includeMultilin !== void 0 ? _node$includeMultilin : true);
|
|
90031
|
+
const pathResolver = new _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__.FilterExpressionResolveBindingPaths(path => (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_3__.getNewBindingPathExpression)(node, path).toLegacyPath());
|
|
90032
|
+
if (node.filter != undefined) {
|
|
90033
|
+
markupBuilder.prop(x => x.filter).set(pathResolver.transformExpression(node.filter));
|
|
90034
|
+
}
|
|
90035
|
+
const selects = node.selects.children.map(x => {
|
|
90036
|
+
var _x$pathToField, _x$fieldName;
|
|
90037
|
+
return x.aggregationType === "Sum" ? {
|
|
90038
|
+
targetVariableName: x.variableName,
|
|
90039
|
+
select: {
|
|
90040
|
+
type: _Engine_src_Engine_Core_Filtering_IAggregationQueryStrategy__WEBPACK_IMPORTED_MODULE_5__.AggregationType.Sum,
|
|
90041
|
+
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!")),
|
|
90042
|
+
name: x.variableName,
|
|
90043
|
+
customFieldName: (_x$fieldName = x.fieldName) !== null && _x$fieldName !== void 0 ? _x$fieldName : "value",
|
|
90044
|
+
filter: x.filter != undefined ? pathResolver.transformExpression(x.filter) : undefined
|
|
90045
|
+
}
|
|
90046
|
+
} : x.aggregationType === "Count" ? {
|
|
90047
|
+
targetVariableName: x.variableName,
|
|
90048
|
+
select: {
|
|
90049
|
+
type: _Engine_src_Engine_Core_Filtering_IAggregationQueryStrategy__WEBPACK_IMPORTED_MODULE_5__.AggregationType.Count,
|
|
90050
|
+
name: x.variableName,
|
|
90051
|
+
filter: x.filter != undefined ? pathResolver.transformExpression(x.filter) : undefined
|
|
90052
|
+
}
|
|
90053
|
+
} : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.reject)(`Unsupported query type [${x.aggregationType}]`);
|
|
90054
|
+
});
|
|
90055
|
+
markupBuilder.prop(x => x.selects).set(selects);
|
|
90056
|
+
markupBuilder.appendChild(context.convertChildNodes(node.content.children));
|
|
90057
|
+
const result = markupBuilder.buildConverterResult();
|
|
90058
|
+
result.addDependencies(new _ConverterResults_ModuleDescriptor__WEBPACK_IMPORTED_MODULE_8__.ModuleDescriptor("mp", "mp"));
|
|
90059
|
+
return result;
|
|
90060
|
+
}
|
|
90061
|
+
}
|
|
90062
|
+
|
|
90063
|
+
/***/ }),
|
|
90064
|
+
|
|
90065
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts":
|
|
90066
|
+
/*!***************************************************************************************************************************!*\
|
|
90067
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts ***!
|
|
90068
|
+
\***************************************************************************************************************************/
|
|
90069
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
90070
|
+
|
|
90071
|
+
"use strict";
|
|
90072
|
+
__webpack_require__.r(__webpack_exports__);
|
|
90073
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
90074
|
+
/* harmony export */ AggregationQueryContentNode: () => (/* binding */ AggregationQueryContentNode),
|
|
90075
|
+
/* harmony export */ AggregationQueryNode: () => (/* binding */ AggregationQueryNode),
|
|
90076
|
+
/* harmony export */ AggregationQuerySelectNode: () => (/* binding */ AggregationQuerySelectNode),
|
|
90077
|
+
/* harmony export */ AggregationQuerySelectsNode: () => (/* binding */ AggregationQuerySelectsNode)
|
|
90078
|
+
/* harmony export */ });
|
|
90079
|
+
/* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
|
|
90080
|
+
/* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
|
|
90081
|
+
/* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/applyDecoratedDescriptor */ "./node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js");
|
|
90082
|
+
/* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__);
|
|
90083
|
+
/* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/initializerWarningHelper */ "./node_modules/@babel/runtime/helpers/initializerWarningHelper.js");
|
|
90084
|
+
/* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__);
|
|
90085
|
+
/* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
|
|
90086
|
+
|
|
90087
|
+
|
|
90088
|
+
|
|
90089
|
+
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;
|
|
90090
|
+
|
|
90091
|
+
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 {
|
|
90092
|
+
constructor(...args) {
|
|
90093
|
+
super(...args);
|
|
90094
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "aggregationType", _descriptor, this);
|
|
90095
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "variableName", _descriptor2, this);
|
|
90096
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pathToField", _descriptor3, this);
|
|
90097
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "fieldName", _descriptor4, this);
|
|
90098
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filter", _descriptor5, this);
|
|
90099
|
+
}
|
|
90100
|
+
}, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "aggregationType", [_dec2], {
|
|
90101
|
+
configurable: true,
|
|
90102
|
+
enumerable: true,
|
|
90103
|
+
writable: true,
|
|
90104
|
+
initializer: null
|
|
90105
|
+
}), _descriptor2 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "variableName", [_dec3], {
|
|
90106
|
+
configurable: true,
|
|
90107
|
+
enumerable: true,
|
|
90108
|
+
writable: true,
|
|
90109
|
+
initializer: null
|
|
90110
|
+
}), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "pathToField", [_dec4], {
|
|
90111
|
+
configurable: true,
|
|
90112
|
+
enumerable: true,
|
|
90113
|
+
writable: true,
|
|
90114
|
+
initializer: null
|
|
90115
|
+
}), _descriptor4 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "fieldName", [_dec5], {
|
|
90116
|
+
configurable: true,
|
|
90117
|
+
enumerable: true,
|
|
90118
|
+
writable: true,
|
|
90119
|
+
initializer: null
|
|
90120
|
+
}), _descriptor5 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "filter", [_dec6], {
|
|
90121
|
+
configurable: true,
|
|
90122
|
+
enumerable: true,
|
|
90123
|
+
writable: true,
|
|
90124
|
+
initializer: null
|
|
90125
|
+
}), _class2)) || _class);
|
|
90126
|
+
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 {
|
|
90127
|
+
constructor(...args) {
|
|
90128
|
+
super(...args);
|
|
90129
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor6, this);
|
|
90130
|
+
}
|
|
90131
|
+
}, _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "children", [_dec8], {
|
|
90132
|
+
configurable: true,
|
|
90133
|
+
enumerable: true,
|
|
90134
|
+
writable: true,
|
|
90135
|
+
initializer: null
|
|
90136
|
+
}), _class4)) || _class3);
|
|
90137
|
+
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 {
|
|
90138
|
+
constructor(...args) {
|
|
90139
|
+
super(...args);
|
|
90140
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor7, this);
|
|
90141
|
+
}
|
|
90142
|
+
}, _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class6.prototype, "children", [_dec10], {
|
|
90143
|
+
configurable: true,
|
|
90144
|
+
enumerable: true,
|
|
90145
|
+
writable: true,
|
|
90146
|
+
initializer: null
|
|
90147
|
+
}), _class6)) || _class5);
|
|
90148
|
+
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, используется, для фильтраций одних и тех же путей иннера
|
|
90149
|
+
разными фильтрами. Задается произвольной строкой. Фильтры с одинаковым ключем фильтрации получают одинаковый результат фильтрации`), _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 {
|
|
90150
|
+
constructor(...args) {
|
|
90151
|
+
super(...args);
|
|
90152
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multilinePath", _descriptor8, this);
|
|
90153
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filteredUniqKey", _descriptor9, this);
|
|
90154
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filter", _descriptor10, this);
|
|
90155
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "includeMultilineFilters", _descriptor11, this);
|
|
90156
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "variablesPrefix", _descriptor12, this);
|
|
90157
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "selects", _descriptor13, this);
|
|
90158
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "content", _descriptor14, this);
|
|
90159
|
+
}
|
|
90160
|
+
}, _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "multilinePath", [_dec12], {
|
|
90161
|
+
configurable: true,
|
|
90162
|
+
enumerable: true,
|
|
90163
|
+
writable: true,
|
|
90164
|
+
initializer: null
|
|
90165
|
+
}), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "filteredUniqKey", [_dec13], {
|
|
90166
|
+
configurable: true,
|
|
90167
|
+
enumerable: true,
|
|
90168
|
+
writable: true,
|
|
90169
|
+
initializer: null
|
|
90170
|
+
}), _descriptor10 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "filter", [_dec14], {
|
|
90171
|
+
configurable: true,
|
|
90172
|
+
enumerable: true,
|
|
90173
|
+
writable: true,
|
|
90174
|
+
initializer: null
|
|
90175
|
+
}), _descriptor11 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "includeMultilineFilters", [_dec15], {
|
|
90176
|
+
configurable: true,
|
|
90177
|
+
enumerable: true,
|
|
90178
|
+
writable: true,
|
|
90179
|
+
initializer: null
|
|
90180
|
+
}), _descriptor12 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "variablesPrefix", [_dec16], {
|
|
90181
|
+
configurable: true,
|
|
90182
|
+
enumerable: true,
|
|
90183
|
+
writable: true,
|
|
90184
|
+
initializer: null
|
|
90185
|
+
}), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "selects", [_dec17], {
|
|
90186
|
+
configurable: true,
|
|
90187
|
+
enumerable: true,
|
|
90188
|
+
writable: true,
|
|
90189
|
+
initializer: null
|
|
90190
|
+
}), _descriptor14 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "content", [_dec18], {
|
|
90191
|
+
configurable: true,
|
|
90192
|
+
enumerable: true,
|
|
90193
|
+
writable: true,
|
|
90194
|
+
initializer: null
|
|
90195
|
+
}), _class8)) || _class7);
|
|
90196
|
+
|
|
90197
|
+
/***/ }),
|
|
90198
|
+
|
|
89808
90199
|
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ColgroupButtonConverter.ts":
|
|
89809
90200
|
/*!****************************************************************************************************************************!*\
|
|
89810
90201
|
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ColgroupButton/ColgroupButtonConverter.ts ***!
|
|
@@ -89984,6 +90375,96 @@ class ColumnConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1__.S
|
|
|
89984
90375
|
|
|
89985
90376
|
/***/ }),
|
|
89986
90377
|
|
|
90378
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts":
|
|
90379
|
+
/*!******************************************************************************************************************!*\
|
|
90380
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalConverter.ts ***!
|
|
90381
|
+
\******************************************************************************************************************/
|
|
90382
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
90383
|
+
|
|
90384
|
+
"use strict";
|
|
90385
|
+
__webpack_require__.r(__webpack_exports__);
|
|
90386
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
90387
|
+
/* harmony export */ ExprEvalConverter: () => (/* binding */ ExprEvalConverter)
|
|
90388
|
+
/* harmony export */ });
|
|
90389
|
+
/* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
|
|
90390
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
|
|
90391
|
+
/* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
|
|
90392
|
+
/* harmony import */ var _common_ConditionUtils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../common/ConditionUtils */ "./Generator/src/common/ConditionUtils.ts");
|
|
90393
|
+
/* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
|
|
90394
|
+
/* harmony import */ var _Common_KCLangRuntimeUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../../Common/KCLangRuntimeUtils */ "./Common/KCLangRuntimeUtils.ts");
|
|
90395
|
+
/* harmony import */ var _SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../SugarNodes/SugarNodeUtils */ "./Generator/src/generators/markupGenerator/SugarNodes/SugarNodeUtils.ts");
|
|
90396
|
+
/* harmony import */ var _ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ExprEvalNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts");
|
|
90397
|
+
|
|
90398
|
+
|
|
90399
|
+
|
|
90400
|
+
|
|
90401
|
+
|
|
90402
|
+
|
|
90403
|
+
|
|
90404
|
+
|
|
90405
|
+
class ExprEvalConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_0__.SugarNodeConverterBase {
|
|
90406
|
+
static getAcceptNodeClass() {
|
|
90407
|
+
return _ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__.ExprEvalNode;
|
|
90408
|
+
}
|
|
90409
|
+
doBuildDataDeclaration() {
|
|
90410
|
+
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
|
|
90411
|
+
}
|
|
90412
|
+
buildChildrenDataDeclaration() {
|
|
90413
|
+
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
|
|
90414
|
+
}
|
|
90415
|
+
*doTraverseChildren() {
|
|
90416
|
+
// no children
|
|
90417
|
+
}
|
|
90418
|
+
doConvert(_context) {
|
|
90419
|
+
var _node$expression;
|
|
90420
|
+
const node = this.getCurrentNodeAs(_ExprEvalNode__WEBPACK_IMPORTED_MODULE_7__.ExprEvalNode);
|
|
90421
|
+
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_2__.componentMarkupBuilder)("ExprEval");
|
|
90422
|
+
markupBuilder.prop(x => x.evaluatorsContextPath).set(this.getEvaluatorsContextPathExpression());
|
|
90423
|
+
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");
|
|
90424
|
+
markupBuilder.prop(x => x.expression).set((0,_SugarNodes_SugarNodeUtils__WEBPACK_IMPORTED_MODULE_6__.buildExpressionPropValue)(expressionWithDependencies.condition, expressionWithDependencies.dependencies));
|
|
90425
|
+
return markupBuilder.buildConverterResult();
|
|
90426
|
+
}
|
|
90427
|
+
}
|
|
90428
|
+
|
|
90429
|
+
/***/ }),
|
|
90430
|
+
|
|
90431
|
+
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts":
|
|
90432
|
+
/*!*************************************************************************************************************!*\
|
|
90433
|
+
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts ***!
|
|
90434
|
+
\*************************************************************************************************************/
|
|
90435
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
90436
|
+
|
|
90437
|
+
"use strict";
|
|
90438
|
+
__webpack_require__.r(__webpack_exports__);
|
|
90439
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
90440
|
+
/* harmony export */ ExprEvalNode: () => (/* binding */ ExprEvalNode)
|
|
90441
|
+
/* harmony export */ });
|
|
90442
|
+
/* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
|
|
90443
|
+
/* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
|
|
90444
|
+
/* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/applyDecoratedDescriptor */ "./node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js");
|
|
90445
|
+
/* harmony import */ var _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1__);
|
|
90446
|
+
/* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/initializerWarningHelper */ "./node_modules/@babel/runtime/helpers/initializerWarningHelper.js");
|
|
90447
|
+
/* harmony import */ var _babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerWarningHelper__WEBPACK_IMPORTED_MODULE_2__);
|
|
90448
|
+
/* harmony import */ var _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../Serializer/SugarSerializer */ "./Generator/src/generators/markupGenerator/Serializer/SugarSerializer.ts");
|
|
90449
|
+
|
|
90450
|
+
|
|
90451
|
+
|
|
90452
|
+
var _dec, _dec2, _class, _class2, _descriptor;
|
|
90453
|
+
|
|
90454
|
+
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 {
|
|
90455
|
+
constructor(...args) {
|
|
90456
|
+
super(...args);
|
|
90457
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "expression", _descriptor, this);
|
|
90458
|
+
}
|
|
90459
|
+
}, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "expression", [_dec2], {
|
|
90460
|
+
configurable: true,
|
|
90461
|
+
enumerable: true,
|
|
90462
|
+
writable: true,
|
|
90463
|
+
initializer: null
|
|
90464
|
+
}), _class2)) || _class);
|
|
90465
|
+
|
|
90466
|
+
/***/ }),
|
|
90467
|
+
|
|
89987
90468
|
/***/ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/CrossfitTableColumnConverter.ts":
|
|
89988
90469
|
/*!********************************************************************************************************************************!*\
|
|
89989
90470
|
!*** ./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable/CrossfitTableColumnConverter.ts ***!
|
|
@@ -91543,17 +92024,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91543
92024
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
91544
92025
|
/* harmony export */ FilterSelectConverter: () => (/* binding */ FilterSelectConverter)
|
|
91545
92026
|
/* harmony export */ });
|
|
91546
|
-
/* harmony import */ var
|
|
91547
|
-
/* harmony import */ var
|
|
91548
|
-
/* harmony import */ var
|
|
91549
|
-
/* harmony import */ var
|
|
91550
|
-
/* harmony import */ var
|
|
91551
|
-
/* harmony import */ var
|
|
91552
|
-
/* harmony import */ var
|
|
91553
|
-
/* harmony import */ var
|
|
91554
|
-
/* harmony import */ var
|
|
91555
|
-
/* harmony import */ var _FilterSelectNode__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./FilterSelectNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/FilterSelect/FilterSelectNode.ts");
|
|
91556
|
-
|
|
92027
|
+
/* harmony import */ var _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../common/XmlParser/XmlNode */ "./Generator/src/common/XmlParser/XmlNode.ts");
|
|
92028
|
+
/* harmony import */ var _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../DataDeclarationGenerator/DataDeclarationGenerationContext */ "./Generator/src/generators/DataDeclarationGenerator/DataDeclarationGenerationContext.ts");
|
|
92029
|
+
/* harmony import */ var _getBindingPath__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../getBindingPath */ "./Generator/src/generators/markupGenerator/getBindingPath.ts");
|
|
92030
|
+
/* harmony import */ var _ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../ComponentMarkupBuilder/ComponentMarkupBuilder */ "./Generator/src/generators/markupGenerator/ComponentMarkupBuilder/ComponentMarkupBuilder.ts");
|
|
92031
|
+
/* harmony import */ var _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../Layout/InnerText/InnertextNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/Layout/InnerText/InnertextNode.ts");
|
|
92032
|
+
/* harmony import */ var _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../SugarNodeConverter */ "./Generator/src/generators/markupGenerator/SugarNodeConverter.ts");
|
|
92033
|
+
/* harmony import */ var _Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../Common/TypingUtils */ "./Common/TypingUtils.ts");
|
|
92034
|
+
/* 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");
|
|
92035
|
+
/* harmony import */ var _FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./FilterSelectNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/FilterSelect/FilterSelectNode.ts");
|
|
91557
92036
|
|
|
91558
92037
|
|
|
91559
92038
|
|
|
@@ -91563,30 +92042,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
91563
92042
|
|
|
91564
92043
|
|
|
91565
92044
|
|
|
91566
|
-
class FilterSelectConverter extends
|
|
92045
|
+
class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_5__.SugarNodeConverterBase {
|
|
91567
92046
|
static getAcceptNodeClass() {
|
|
91568
|
-
return
|
|
92047
|
+
return _FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode;
|
|
91569
92048
|
}
|
|
91570
92049
|
doBuildDataDeclaration() {
|
|
91571
|
-
return
|
|
92050
|
+
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
|
|
91572
92051
|
}
|
|
91573
92052
|
buildChildrenDataDeclaration() {
|
|
91574
|
-
return
|
|
92053
|
+
return _DataDeclarationGenerator_DataDeclarationGenerationContext__WEBPACK_IMPORTED_MODULE_1__.emptyDataDeclarationCollection;
|
|
91575
92054
|
}
|
|
91576
92055
|
*doTraverseChildren() {
|
|
91577
92056
|
// noop
|
|
91578
92057
|
}
|
|
91579
92058
|
doConvert() {
|
|
91580
|
-
const node = this.getCurrentNodeAs(
|
|
91581
|
-
const markupBuilder = (0,
|
|
92059
|
+
const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode);
|
|
92060
|
+
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_3__.componentMarkupBuilder)("FilterSelect");
|
|
91582
92061
|
if (node.multilinePath != undefined) {
|
|
91583
|
-
markupBuilder.prop(x => x.multilinePath).set((0,
|
|
92062
|
+
markupBuilder.prop(x => x.multilinePath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node, node.multilinePath));
|
|
91584
92063
|
}
|
|
91585
92064
|
markupBuilder.prop(x => x.id).set(node.id);
|
|
91586
92065
|
markupBuilder.prop(x => x.width).set(node.width);
|
|
91587
92066
|
markupBuilder.prop(x => x.emptyItemName).set(node.emptyItemName);
|
|
91588
92067
|
if (node.tableId == undefined) {
|
|
91589
|
-
throw new
|
|
92068
|
+
throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_0__.SugarAttributeReadError("TableId для этого контрола обязательно. При необходимости обратитесь к разработчикам", node, "tableId");
|
|
91590
92069
|
}
|
|
91591
92070
|
markupBuilder.prop(x => x.tableId).set(node.tableId);
|
|
91592
92071
|
markupBuilder.prop(x => x.filteredUniqKey).set(node.filteredUniqKey);
|
|
@@ -91602,18 +92081,18 @@ class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
|
|
|
91602
92081
|
};
|
|
91603
92082
|
}
|
|
91604
92083
|
extractFilterExpression(filterExpression) {
|
|
91605
|
-
const node = this.getCurrentNodeAs(
|
|
91606
|
-
const pathResolver = new FilterExpressionResolveBindingPaths(path => (0,
|
|
92084
|
+
const node = this.getCurrentNodeAs(_FilterSelectNode__WEBPACK_IMPORTED_MODULE_8__.FilterSelectNode);
|
|
92085
|
+
const pathResolver = new _Engine_src_Helpers_FilterExpressions_FilterExpressionResolveBindingPaths__WEBPACK_IMPORTED_MODULE_7__.FilterExpressionResolveBindingPaths(path => (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node, path).toLegacyPath());
|
|
91607
92086
|
return pathResolver.transformExpression(filterExpression);
|
|
91608
92087
|
}
|
|
91609
92088
|
forceSingleTextNode(children) {
|
|
91610
92089
|
var _children$;
|
|
91611
|
-
if (!(0,
|
|
92090
|
+
if (!(0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.arrayHasAtLeastOneItem)(children)) {
|
|
91612
92091
|
return "";
|
|
91613
92092
|
}
|
|
91614
|
-
if ((0,
|
|
92093
|
+
if ((0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_6__.arrayHasLength)(children, 1)) {
|
|
91615
92094
|
const node = children[0];
|
|
91616
|
-
if (node instanceof
|
|
92095
|
+
if (node instanceof _Layout_InnerText_InnertextNode__WEBPACK_IMPORTED_MODULE_4__.InnertextNode) {
|
|
91617
92096
|
if (node.innertext == undefined) {
|
|
91618
92097
|
return "";
|
|
91619
92098
|
} else if (typeof node.innertext === "string") {
|
|
@@ -91629,80 +92108,7 @@ class FilterSelectConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE
|
|
|
91629
92108
|
}
|
|
91630
92109
|
}
|
|
91631
92110
|
}
|
|
91632
|
-
throw new
|
|
91633
|
-
}
|
|
91634
|
-
}
|
|
91635
|
-
class FilterExpressionResolveBindingPaths extends _Engine_src_Helpers_FilterExpressions_CompileFilterExpression__WEBPACK_IMPORTED_MODULE_1__.FilterExpressionTransduceVisitor {
|
|
91636
|
-
constructor(pathResolver) {
|
|
91637
|
-
super();
|
|
91638
|
-
this.pathResolver = void 0;
|
|
91639
|
-
this.pathResolver = pathResolver;
|
|
91640
|
-
}
|
|
91641
|
-
createDefaultResult() {
|
|
91642
|
-
throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_0__.InvalidProgramStateError();
|
|
91643
|
-
}
|
|
91644
|
-
transformAndExpression(expression) {
|
|
91645
|
-
return {
|
|
91646
|
-
...expression,
|
|
91647
|
-
conditions: expression.conditions.map(x => this.transformExpression(x))
|
|
91648
|
-
};
|
|
91649
|
-
}
|
|
91650
|
-
transformEndDateExpression(expression) {
|
|
91651
|
-
return {
|
|
91652
|
-
...expression,
|
|
91653
|
-
condition: {
|
|
91654
|
-
...expression.condition,
|
|
91655
|
-
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
91656
|
-
}
|
|
91657
|
-
};
|
|
91658
|
-
}
|
|
91659
|
-
transformEqualExpression(expression) {
|
|
91660
|
-
return {
|
|
91661
|
-
...expression,
|
|
91662
|
-
condition: {
|
|
91663
|
-
...expression.condition,
|
|
91664
|
-
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
91665
|
-
}
|
|
91666
|
-
};
|
|
91667
|
-
}
|
|
91668
|
-
transformOrExpression(expression) {
|
|
91669
|
-
return {
|
|
91670
|
-
...expression,
|
|
91671
|
-
conditions: expression.conditions.map(x => this.transformExpression(x))
|
|
91672
|
-
};
|
|
91673
|
-
}
|
|
91674
|
-
transformStartDateExpression(expression) {
|
|
91675
|
-
return {
|
|
91676
|
-
...expression,
|
|
91677
|
-
condition: {
|
|
91678
|
-
...expression.condition,
|
|
91679
|
-
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
91680
|
-
}
|
|
91681
|
-
};
|
|
91682
|
-
}
|
|
91683
|
-
transformSubstringExpression(expression) {
|
|
91684
|
-
return {
|
|
91685
|
-
...expression,
|
|
91686
|
-
condition: {
|
|
91687
|
-
...expression.condition,
|
|
91688
|
-
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
91689
|
-
}
|
|
91690
|
-
};
|
|
91691
|
-
}
|
|
91692
|
-
transformByInstancesExpression(expression) {
|
|
91693
|
-
return {
|
|
91694
|
-
...expression,
|
|
91695
|
-
condition: {
|
|
91696
|
-
...expression.condition,
|
|
91697
|
-
dataPath: this.pathResolver(expression.condition.dataPath)
|
|
91698
|
-
}
|
|
91699
|
-
};
|
|
91700
|
-
}
|
|
91701
|
-
transformUnaryNotExpression(expression) {
|
|
91702
|
-
return {
|
|
91703
|
-
...expression,
|
|
91704
|
-
condition: this.transformExpression(expression.condition)
|
|
91705
|
-
};
|
|
92111
|
+
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)());
|
|
91706
92112
|
}
|
|
91707
92113
|
}
|
|
91708
92114
|
|
|
@@ -106408,6 +106814,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
106408
106814
|
/* harmony import */ var _ElementProcessors_ControlFlow_JoinBlock_JoinBlockNode__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ../ElementProcessors/ControlFlow/JoinBlock/JoinBlockNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/ControlFlow/JoinBlock/JoinBlockNode.ts");
|
|
106409
106815
|
/* harmony import */ var _ElementProcessors_ControlFlow_JoinBlock_JoinItemNode__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ../ElementProcessors/ControlFlow/JoinBlock/JoinItemNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/ControlFlow/JoinBlock/JoinItemNode.ts");
|
|
106410
106816
|
/* harmony import */ var _ElementProcessors_FormParts_EmptyTemplate_EmptyTemplateNode__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ../ElementProcessors/FormParts/EmptyTemplate/EmptyTemplateNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/FormParts/EmptyTemplate/EmptyTemplateNode.ts");
|
|
106817
|
+
/* harmony import */ var _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ../ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/AggregationQuery/AggregationQueryNode.ts");
|
|
106818
|
+
/* harmony import */ var _ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ../ElementProcessors/MultiControls/ContextVar/ExprEvalNode */ "./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/ContextVar/ExprEvalNode.ts");
|
|
106819
|
+
|
|
106820
|
+
|
|
106411
106821
|
|
|
106412
106822
|
|
|
106413
106823
|
|
|
@@ -106662,6 +107072,10 @@ function registerDefaultSugarNodes(result) {
|
|
|
106662
107072
|
result.registerNode(_ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_127__.InstanceNumberNode);
|
|
106663
107073
|
result.registerNode(_ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_128__.OptionalBlockNode);
|
|
106664
107074
|
result.registerNode(_ElementProcessors_FormParts_EmptyTemplate_EmptyTemplateNode__WEBPACK_IMPORTED_MODULE_131__.EmptyTemplateNode);
|
|
107075
|
+
result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQueryNode);
|
|
107076
|
+
result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQuerySelectNode);
|
|
107077
|
+
result.registerNode(_ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQueryContentNode);
|
|
107078
|
+
result.registerNode(_ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_133__.ExprEvalNode);
|
|
106665
107079
|
}
|
|
106666
107080
|
function createDefaultSugarSerializer() {
|
|
106667
107081
|
const result = new _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_107__.SugarSerializer({
|
|
@@ -106674,7 +107088,7 @@ function getAllSugarValidationNodeClasses() {
|
|
|
106674
107088
|
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__.MinExclusiveTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.MaxExclusiveTypeCheckNode, _validationGenerator_Nodes_TypeNode__WEBPACK_IMPORTED_MODULE_1__.ForcedTypeChecksNode];
|
|
106675
107089
|
}
|
|
106676
107090
|
function getAllSugarNodeClasses() {
|
|
106677
|
-
return [_ElementProcessors_ValueViewers_Text_TextNode__WEBPACK_IMPORTED_MODULE_97__.TextNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.SwitchNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.SwitchDefaultNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.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_ControlFlow_JoinBlock_JoinBlockNode__WEBPACK_IMPORTED_MODULE_129__.JoinBlockNode, _ElementProcessors_ControlFlow_JoinBlock_JoinItemNode__WEBPACK_IMPORTED_MODULE_130__.JoinItemNode, _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_93__.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_ErrorBlock_ErrorBlockNode__WEBPACK_IMPORTED_MODULE_72__.ErrorBlockNode, _ElementProcessors_Modal_ModalFormCancel_ModalFormCancelNode__WEBPACK_IMPORTED_MODULE_73__.ModalFormCancelNode, _ElementProcessors_Modal_ModalFormConfirm_ModalFormConfirmNode__WEBPACK_IMPORTED_MODULE_74__.ModalFormConfirmNode, _ElementProcessors_Modal_ModalFormLabel_ModalFormLabelNode__WEBPACK_IMPORTED_MODULE_75__.ModalFormLabelNode, _ElementProcessors_Modal_ModalForm_ModalFormNode__WEBPACK_IMPORTED_MODULE_71__.ModalFormNode, _ElementProcessors_MultiControls_Multilinefield_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_76__.MultilineFieldNode, _ElementProcessors_Helpers_Normativehelp_NormativeHelpNode__WEBPACK_IMPORTED_MODULE_77__.NormativeHelpNode, _ElementProcessors_ControlFlow_Otherwise_OtherwiseNode__WEBPACK_IMPORTED_MODULE_78__.OtherwiseNode, _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_79__.PageNode, _ElementProcessors_FormParts_Form_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_49__.PanelNode, _ElementProcessors_Layout_Pencil_PencilNode__WEBPACK_IMPORTED_MODULE_80__.PencilNode, _ElementProcessors_ValueEditors_Picklist_PicklistNode__WEBPACK_IMPORTED_MODULE_81__.PicklistNode, _ElementProcessors_ValueEditors_TreePicklist_TreePicklistNode__WEBPACK_IMPORTED_MODULE_124__.TreePicklistNode, _ElementProcessors_ValueEditors_radio_RadioNode__WEBPACK_IMPORTED_MODULE_82__.RadioNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_RemoveButtonNode__WEBPACK_IMPORTED_MODULE_35__.RemoveButtonNode, _ElementProcessors_MultiControls_RemoveRowButton_RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_84__.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_85__.SelectNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_94__.SimpleTableNode, _ElementProcessors_MultiControls_SortRadioGroup_SortRadioGroupNode__WEBPACK_IMPORTED_MODULE_86__.SortRadioGroupNode, _ElementProcessors_ValueEditors_RadioGroup_RadioGroupNode__WEBPACK_IMPORTED_MODULE_83__.RadioGroupNode, _ElementProcessors_Layout_Spoiler_SpoilerNode__WEBPACK_IMPORTED_MODULE_87__.SpoilerNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_95__.StickyTableNode, _ElementProcessors_Typography_Strong_StrongNode__WEBPACK_IMPORTED_MODULE_88__.StrongNode, _ElementProcessors_Layout_Subheader_SubheaderNode__WEBPACK_IMPORTED_MODULE_90__.SubheaderNode, _ElementProcessors_Typography_Sub_SubNode__WEBPACK_IMPORTED_MODULE_89__.SubNode, _ElementProcessors_Typography_Sup_SupNode__WEBPACK_IMPORTED_MODULE_91__.SupNode, _ElementProcessors_ValueEditors_Textarea_TextAreaNode__WEBPACK_IMPORTED_MODULE_98__.TextAreaNode, _ElementProcessors_ValueEditors_popupTextArea_PopupTextAreaNode__WEBPACK_IMPORTED_MODULE_105__.PopupTextAreaNode, _ElementProcessors_FormParts_UnitItem_UnitItemNode__WEBPACK_IMPORTED_MODULE_99__.UnitItemNode, _ElementProcessors_FormParts_UnitList_UnitListNode__WEBPACK_IMPORTED_MODULE_100__.UnitListNode, _ElementProcessors_ValueViewers_ValueLength_ValueLengthNode__WEBPACK_IMPORTED_MODULE_101__.ValueLengthNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ViewFileNode__WEBPACK_IMPORTED_MODULE_38__.ViewFileNode, _ElementProcessors_ControlFlow_VisibilityBlock_VisibilityBlockNode__WEBPACK_IMPORTED_MODULE_102__.VisibilityBlockNode, _ElementProcessors_Layout_Warning_WarningNode__WEBPACK_IMPORTED_MODULE_103__.WarningNode, _ElementProcessors_ControlFlow_When_WhenNode__WEBPACK_IMPORTED_MODULE_104__.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_116__.ShortNode, _ElementProcessors_ControlFlow_Captions_Long_LongNode__WEBPACK_IMPORTED_MODULE_115__.LongNode, _ElementProcessors_ControlFlow_Captions_FillHint_FillHintNode__WEBPACK_IMPORTED_MODULE_117__.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_94__.SimpleTableRowNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_94__.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_95__.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_119__.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_108__.FixedTabsNode, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_108__.FixedTabNode, _ElementProcessors_MultiControls_Multiple_MultipleNode__WEBPACK_IMPORTED_MODULE_109__.MultipleNode, _ElementProcessors_Action_ExcelPastePanel_ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_110__.ExcelPastePanelNode, _ElementProcessors_ValueEditors_ReferencedFields_ReferencedFieldsNode__WEBPACK_IMPORTED_MODULE_111__.ReferencedFieldsNode, _ElementProcessors_FormParts_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_112__.UserPicklistNode, _ElementProcessors_ValueEditors_TaxRebate_TaxRebateNode__WEBPACK_IMPORTED_MODULE_113__.TaxRebateNode, _ElementProcessors_FormParts_Banner_BannerNode__WEBPACK_IMPORTED_MODULE_114__.BannerNode, _ElementProcessors_ValueViewers_DateView_DateViewNode__WEBPACK_IMPORTED_MODULE_118__.DateViewNode, _ElementProcessors_Action_Kebab_KebabNode__WEBPACK_IMPORTED_MODULE_120__.KebabNode, _ElementProcessors_Helpers_Clue_InfoBlockNode__WEBPACK_IMPORTED_MODULE_121__.InfoBlockNode, _ElementProcessors_ValueEditors_SelectAllCheckbox_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_122__.SelectAllCheckboxNode, _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_126__.SelectCheckboxNode, _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_127__.InstanceNumberNode, _ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_128__.OptionalBlockNode];
|
|
107091
|
+
return [_ElementProcessors_ValueViewers_Text_TextNode__WEBPACK_IMPORTED_MODULE_97__.TextNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.SwitchNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.SwitchDefaultNode, _ElementProcessors_ControlFlow_Switch_SwitchNode__WEBPACK_IMPORTED_MODULE_92__.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_ControlFlow_JoinBlock_JoinBlockNode__WEBPACK_IMPORTED_MODULE_129__.JoinBlockNode, _ElementProcessors_ControlFlow_JoinBlock_JoinItemNode__WEBPACK_IMPORTED_MODULE_130__.JoinItemNode, _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_93__.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_ErrorBlock_ErrorBlockNode__WEBPACK_IMPORTED_MODULE_72__.ErrorBlockNode, _ElementProcessors_Modal_ModalFormCancel_ModalFormCancelNode__WEBPACK_IMPORTED_MODULE_73__.ModalFormCancelNode, _ElementProcessors_Modal_ModalFormConfirm_ModalFormConfirmNode__WEBPACK_IMPORTED_MODULE_74__.ModalFormConfirmNode, _ElementProcessors_Modal_ModalFormLabel_ModalFormLabelNode__WEBPACK_IMPORTED_MODULE_75__.ModalFormLabelNode, _ElementProcessors_Modal_ModalForm_ModalFormNode__WEBPACK_IMPORTED_MODULE_71__.ModalFormNode, _ElementProcessors_MultiControls_Multilinefield_MultilineFieldNode__WEBPACK_IMPORTED_MODULE_76__.MultilineFieldNode, _ElementProcessors_Helpers_Normativehelp_NormativeHelpNode__WEBPACK_IMPORTED_MODULE_77__.NormativeHelpNode, _ElementProcessors_ControlFlow_Otherwise_OtherwiseNode__WEBPACK_IMPORTED_MODULE_78__.OtherwiseNode, _ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_79__.PageNode, _ElementProcessors_FormParts_Form_Nodes_PanelNode__WEBPACK_IMPORTED_MODULE_49__.PanelNode, _ElementProcessors_Layout_Pencil_PencilNode__WEBPACK_IMPORTED_MODULE_80__.PencilNode, _ElementProcessors_ValueEditors_Picklist_PicklistNode__WEBPACK_IMPORTED_MODULE_81__.PicklistNode, _ElementProcessors_ValueEditors_TreePicklist_TreePicklistNode__WEBPACK_IMPORTED_MODULE_124__.TreePicklistNode, _ElementProcessors_ValueEditors_radio_RadioNode__WEBPACK_IMPORTED_MODULE_82__.RadioNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_RemoveButtonNode__WEBPACK_IMPORTED_MODULE_35__.RemoveButtonNode, _ElementProcessors_MultiControls_RemoveRowButton_RemoveRowButtonNode__WEBPACK_IMPORTED_MODULE_84__.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_85__.SelectNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_94__.SimpleTableNode, _ElementProcessors_MultiControls_SortRadioGroup_SortRadioGroupNode__WEBPACK_IMPORTED_MODULE_86__.SortRadioGroupNode, _ElementProcessors_ValueEditors_RadioGroup_RadioGroupNode__WEBPACK_IMPORTED_MODULE_83__.RadioGroupNode, _ElementProcessors_Layout_Spoiler_SpoilerNode__WEBPACK_IMPORTED_MODULE_87__.SpoilerNode, _ElementProcessors_MultiControls_StickyTable_StickyTableNode__WEBPACK_IMPORTED_MODULE_95__.StickyTableNode, _ElementProcessors_Typography_Strong_StrongNode__WEBPACK_IMPORTED_MODULE_88__.StrongNode, _ElementProcessors_Layout_Subheader_SubheaderNode__WEBPACK_IMPORTED_MODULE_90__.SubheaderNode, _ElementProcessors_Typography_Sub_SubNode__WEBPACK_IMPORTED_MODULE_89__.SubNode, _ElementProcessors_Typography_Sup_SupNode__WEBPACK_IMPORTED_MODULE_91__.SupNode, _ElementProcessors_ValueEditors_Textarea_TextAreaNode__WEBPACK_IMPORTED_MODULE_98__.TextAreaNode, _ElementProcessors_ValueEditors_popupTextArea_PopupTextAreaNode__WEBPACK_IMPORTED_MODULE_105__.PopupTextAreaNode, _ElementProcessors_FormParts_UnitItem_UnitItemNode__WEBPACK_IMPORTED_MODULE_99__.UnitItemNode, _ElementProcessors_FormParts_UnitList_UnitListNode__WEBPACK_IMPORTED_MODULE_100__.UnitListNode, _ElementProcessors_ValueViewers_ValueLength_ValueLengthNode__WEBPACK_IMPORTED_MODULE_101__.ValueLengthNode, _ElementProcessors_ValueEditors_FileLoader_FileLoader_ViewFileNode__WEBPACK_IMPORTED_MODULE_38__.ViewFileNode, _ElementProcessors_ControlFlow_VisibilityBlock_VisibilityBlockNode__WEBPACK_IMPORTED_MODULE_102__.VisibilityBlockNode, _ElementProcessors_Layout_Warning_WarningNode__WEBPACK_IMPORTED_MODULE_103__.WarningNode, _ElementProcessors_ControlFlow_When_WhenNode__WEBPACK_IMPORTED_MODULE_104__.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_116__.ShortNode, _ElementProcessors_ControlFlow_Captions_Long_LongNode__WEBPACK_IMPORTED_MODULE_115__.LongNode, _ElementProcessors_ControlFlow_Captions_FillHint_FillHintNode__WEBPACK_IMPORTED_MODULE_117__.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_94__.SimpleTableRowNode, _ElementProcessors_Layout_SimpleTable_SimpleTableNode__WEBPACK_IMPORTED_MODULE_94__.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_95__.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_119__.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_108__.FixedTabsNode, _ElementProcessors_Layout_FixedTabs_FixedTabsNode__WEBPACK_IMPORTED_MODULE_108__.FixedTabNode, _ElementProcessors_MultiControls_Multiple_MultipleNode__WEBPACK_IMPORTED_MODULE_109__.MultipleNode, _ElementProcessors_Action_ExcelPastePanel_ExcelPastePanelNode__WEBPACK_IMPORTED_MODULE_110__.ExcelPastePanelNode, _ElementProcessors_ValueEditors_ReferencedFields_ReferencedFieldsNode__WEBPACK_IMPORTED_MODULE_111__.ReferencedFieldsNode, _ElementProcessors_FormParts_UserPicklist_UserPicklistNode__WEBPACK_IMPORTED_MODULE_112__.UserPicklistNode, _ElementProcessors_ValueEditors_TaxRebate_TaxRebateNode__WEBPACK_IMPORTED_MODULE_113__.TaxRebateNode, _ElementProcessors_FormParts_Banner_BannerNode__WEBPACK_IMPORTED_MODULE_114__.BannerNode, _ElementProcessors_ValueViewers_DateView_DateViewNode__WEBPACK_IMPORTED_MODULE_118__.DateViewNode, _ElementProcessors_Action_Kebab_KebabNode__WEBPACK_IMPORTED_MODULE_120__.KebabNode, _ElementProcessors_Helpers_Clue_InfoBlockNode__WEBPACK_IMPORTED_MODULE_121__.InfoBlockNode, _ElementProcessors_ValueEditors_SelectAllCheckbox_SelectAllCheckboxNode__WEBPACK_IMPORTED_MODULE_122__.SelectAllCheckboxNode, _ElementProcessors_ValueEditors_SelectCheckbox_SelectCheckboxNode__WEBPACK_IMPORTED_MODULE_126__.SelectCheckboxNode, _ElementProcessors_MultiControls_InstanceNumber_InstanceNumberNode__WEBPACK_IMPORTED_MODULE_127__.InstanceNumberNode, _ElementProcessors_Layout_OptionalBlock_OptionalBlockNode__WEBPACK_IMPORTED_MODULE_128__.OptionalBlockNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQueryNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQuerySelectNode, _ElementProcessors_MultiControls_AggregationQuery_AggregationQueryNode__WEBPACK_IMPORTED_MODULE_132__.AggregationQueryContentNode, _ElementProcessors_MultiControls_ContextVar_ExprEvalNode__WEBPACK_IMPORTED_MODULE_133__.ExprEvalNode];
|
|
106678
107092
|
}
|
|
106679
107093
|
function getAllSchemaRngNodeClasses() {
|
|
106680
107094
|
return [_common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.SchemaRngElement, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.SchemaRngElementChoiceElement, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.SchemaRngInnerText, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.SchemaRngAttribute, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.SchemaRngType, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MaxinclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MininclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MaxExclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MinExclusiveTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.FractiondigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.IntegerdigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.TotaldigitsTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MaxlengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.MinlengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.LengthTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.EnumerationTypeCheck, _common_SchemaRng_Nodes_SchemaRngRoot__WEBPACK_IMPORTED_MODULE_123__.PatternTypeCheck];
|