@kontur.candy/generator 5.113.0-dynamic-height.0 → 5.113.0-dynamic-height-2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +231 -129
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -578,17 +578,31 @@ module.exports = webpackEmptyContext;
578
578
  /*!**************************************************************************************************************!*\
579
579
  !*** ./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel/ sync .md$ ***!
580
580
  \**************************************************************************************************************/
581
- /***/ ((module) => {
581
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
582
582
 
583
- function webpackEmptyContext(req) {
584
- var e = new Error("Cannot find module '" + req + "'");
585
- e.code = 'MODULE_NOT_FOUND';
586
- throw e;
583
+ var map = {
584
+ "./description.md": "./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel/description.md"
585
+ };
586
+
587
+
588
+ function webpackContext(req) {
589
+ var id = webpackContextResolve(req);
590
+ return __webpack_require__(id);
587
591
  }
588
- webpackEmptyContext.keys = () => ([]);
589
- webpackEmptyContext.resolve = webpackEmptyContext;
590
- webpackEmptyContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel sync recursive .md$";
591
- module.exports = webpackEmptyContext;
592
+ function webpackContextResolve(req) {
593
+ if(!__webpack_require__.o(map, req)) {
594
+ var e = new Error("Cannot find module '" + req + "'");
595
+ e.code = 'MODULE_NOT_FOUND';
596
+ throw e;
597
+ }
598
+ return map[req];
599
+ }
600
+ webpackContext.keys = function webpackContextKeys() {
601
+ return Object.keys(map);
602
+ };
603
+ webpackContext.resolve = webpackContextResolve;
604
+ module.exports = webpackContext;
605
+ webpackContext.id = "./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel sync recursive .md$";
592
606
 
593
607
  /***/ }),
594
608
 
@@ -73520,7 +73534,7 @@ class MinusBinaryExpression extends BinaryExpression {
73520
73534
  }
73521
73535
  class MultiplicativeBinaryExpression extends BinaryExpression {
73522
73536
  needAddBraces(child) {
73523
- return !(child instanceof NegateUnaryExpression || child instanceof ValueReferenceExpression || child instanceof ArgumentReferenceExpression || child instanceof SumBinaryExpression || child instanceof MinusBinaryExpression || child instanceof CastExpression || child instanceof ConstExpression);
73537
+ return !(child instanceof NegateUnaryExpression || child instanceof ValueReferenceExpression || child instanceof ArgumentReferenceExpression || child instanceof CastExpression || child instanceof ConstExpression);
73524
73538
  }
73525
73539
  getType() {
73526
73540
  return BuildInTypeExpression.decimal;
@@ -75783,7 +75797,7 @@ class FormulaExpressionToFlangExpressionConverter {
75783
75797
  if (result == undefined) {
75784
75798
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_2__.InvalidProgramStateError();
75785
75799
  }
75786
- return (0,_FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_8__.wrapWithArgumentsCondition)(result);
75800
+ return result;
75787
75801
  }
75788
75802
  compileConcatExpression(expression, prefix, target, addPrecalculationRule) {
75789
75803
  const result = expression.arguments.reduce((acc, curr) => {
@@ -75823,7 +75837,7 @@ class FormulaExpressionToFlangExpressionConverter {
75823
75837
  if (result == undefined) {
75824
75838
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_2__.InvalidProgramStateError();
75825
75839
  }
75826
- return (0,_FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_8__.wrapWithArgumentsCondition)(result);
75840
+ return result;
75827
75841
  }
75828
75842
  compileDivisionExpression(expression, prefix, target, addPrecalculationRule) {
75829
75843
  const makeDivision = (numerator, denominator) => new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.ConditionalExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.NotEqExpression(denominator, new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.DecimalLiteralExpression(0)), new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.DivisionBinaryExpression(numerator, denominator), new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_9__.NullLiteralExpression());
@@ -75834,7 +75848,7 @@ class FormulaExpressionToFlangExpressionConverter {
75834
75848
  if (result == undefined) {
75835
75849
  throw new _Common_Errors__WEBPACK_IMPORTED_MODULE_2__.InvalidProgramStateError();
75836
75850
  }
75837
- return (0,_FLang_FlangUtils__WEBPACK_IMPORTED_MODULE_8__.wrapWithArgumentsCondition)(result);
75851
+ return result;
75838
75852
  }
75839
75853
  preparePathAndAdjustMultiplicity(prefix, path) {
75840
75854
  const resultPath = this.adjustPathMultiplicity(prefix.joinWith((0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_1__.createModelPath)(path.replace(/\@/g, ""), "auto")).normalize());
@@ -78997,19 +79011,28 @@ class DropDownButtonLoadExcelConverter extends _SugarNodeConverter__WEBPACK_IMPO
78997
79011
  // no children
78998
79012
  }
78999
79013
  doConvert(context) {
79000
- var _node$text, _node$textInLoading, _node$combinatorType, _node$combineType, _node$acceptGFVs;
79014
+ var _node$text, _node$textInLoading, _node$importOptions$c, _node$acceptGFVs;
79001
79015
  const node = this.getCurrentNodeAs(_DropDownButtonLoadExcelNode__WEBPACK_IMPORTED_MODULE_6__.DropDownButtonLoadExcelNode);
79002
79016
  const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("DropDownButtonLoadExcel");
79017
+ const commonImportOptions = this.extractOptions(node.importOptions);
79018
+ markupBuilder.prop(x => x.commonImportOptions).set(commonImportOptions);
79003
79019
  markupBuilder.prop(x => x.pathToTable).set(node.pathToTable);
79004
79020
  markupBuilder.prop("data-tid").set(node.tid);
79005
79021
  markupBuilder.prop(x => x.size).set(node.size);
79006
79022
  markupBuilder.prop(x => x.text).set((_node$text = node.text) !== null && _node$text !== void 0 ? _node$text : "Импорт/Экспорт");
79007
79023
  markupBuilder.prop(x => x.textInLoading).set((_node$textInLoading = node.textInLoading) !== null && _node$textInLoading !== void 0 ? _node$textInLoading : "Скачиваем");
79008
79024
  markupBuilder.prop(x => x.tableType).set(node.tableType);
79009
- markupBuilder.prop(x => x.combinatorType).set((_node$combinatorType = node.combinatorType) !== null && _node$combinatorType !== void 0 ? _node$combinatorType : _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.CombinatorType.Default);
79010
- markupBuilder.prop(x => x.combineType).set((_node$combineType = node.combineType) !== null && _node$combineType !== void 0 ? _node$combineType : _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.AddToEnd);
79025
+ markupBuilder.prop(x => x.combineType).set((_node$importOptions$c = node.importOptions.combineType) !== null && _node$importOptions$c !== void 0 ? _node$importOptions$c : _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.AddToEnd);
79011
79026
  markupBuilder.prop(x => x.acceptGFVs).set((_node$acceptGFVs = node.acceptGFVs) !== null && _node$acceptGFVs !== void 0 ? _node$acceptGFVs : []);
79012
79027
  markupBuilder.prop(x => x.navigationPath).set(node.navigationPath);
79028
+ if (node.excelOptions) {
79029
+ const downloadExcelOptions = this.extractOptions(node.excelOptions.importOptions);
79030
+ markupBuilder.prop(x => x.importOptionsForExcel).set(downloadExcelOptions);
79031
+ }
79032
+ if (node.xmloptions) {
79033
+ const downloadXmlOptions = this.extractOptions(node.xmloptions.importOptions);
79034
+ markupBuilder.prop(x => x.importOptionsForXml).set(downloadXmlOptions);
79035
+ }
79013
79036
  if (node.isOnlyAddToEnd && node.isOnlyReplace) {
79014
79037
  throw new _common_XmlParser_XmlNode__WEBPACK_IMPORTED_MODULE_5__.SugarAttributeReadError("В контроле должен быть только один атрибут: или isOnlyAddToEnd, или isOnlyReplace.", node, "isOnlyAddToEnd");
79015
79038
  } else {
@@ -79020,6 +79043,14 @@ class DropDownButtonLoadExcelConverter extends _SugarNodeConverter__WEBPACK_IMPO
79020
79043
  markupBuilder.prop(x => x.getTypeId).set(context.generateHelperFunctionExpression(node, "getTypeId", node.getTypeId));
79021
79044
  return markupBuilder.buildConverterResult();
79022
79045
  }
79046
+ extractOptions(options) {
79047
+ var _options$combinatorTy, _options$combineType, _options$isImportByFu;
79048
+ return {
79049
+ combinatorType: (_options$combinatorTy = options.combinatorType) !== null && _options$combinatorTy !== void 0 ? _options$combinatorTy : undefined,
79050
+ combineType: (_options$combineType = options.combineType) !== null && _options$combineType !== void 0 ? _options$combineType : undefined,
79051
+ isImportByFuf: (_options$isImportByFu = options.isImportByFuf) !== null && _options$isImportByFu !== void 0 ? _options$isImportByFu : undefined
79052
+ };
79053
+ }
79023
79054
  }
79024
79055
 
79025
79056
  /***/ }),
@@ -79033,7 +79064,10 @@ class DropDownButtonLoadExcelConverter extends _SugarNodeConverter__WEBPACK_IMPO
79033
79064
  "use strict";
79034
79065
  __webpack_require__.r(__webpack_exports__);
79035
79066
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
79036
- /* harmony export */ DropDownButtonLoadExcelNode: () => (/* binding */ DropDownButtonLoadExcelNode)
79067
+ /* harmony export */ DropDownButtonLoadExcelNode: () => (/* binding */ DropDownButtonLoadExcelNode),
79068
+ /* harmony export */ ExcelDownloadOptions: () => (/* binding */ ExcelDownloadOptions),
79069
+ /* harmony export */ ImportOptions: () => (/* binding */ ImportOptions),
79070
+ /* harmony export */ XmlDownloadOptions: () => (/* binding */ XmlDownloadOptions)
79037
79071
  /* harmony export */ });
79038
79072
  /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/initializerDefineProperty */ "./node_modules/@babel/runtime/helpers/initializerDefineProperty.js");
79039
79073
  /* harmony import */ var _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0__);
@@ -79047,104 +79081,155 @@ __webpack_require__.r(__webpack_exports__);
79047
79081
 
79048
79082
 
79049
79083
 
79050
- var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13;
79084
+ var _dec, _dec2, _dec3, _dec4, _class, _class2, _descriptor, _descriptor2, _descriptor3, _dec5, _dec6, _class3, _class4, _descriptor4, _dec7, _dec8, _class5, _class6, _descriptor5, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _dec23, _class7, _class8, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19;
79051
79085
 
79052
79086
 
79053
79087
 
79054
- let DropDownButtonLoadExcelNode = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("dropdownbuttonloadexcel", `Кнопка для выгрузки и загрузки файла Excel.`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel sync recursive .md$")), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("pathToTable", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string.required, "Путь до multiline, абсолютный."), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("tid", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Возможность установки произвольных data-tid атрибутов, может пригодиться другим командам, или для идентификации элемента в тестах"), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("size", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum("small", "medium", "large"), "Размер кнопки. По умолчанинию small"), _dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("text", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Текст в кнопке до загрузки файла. По умолчанию 'Импорт/Экспорт'."), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("textInLoading", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Текст в кнопке при загрузке файла в Excel. По умолчанию 'Скачиваем'"), _dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("tableType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Engine_src_Engine_Core_ModalManager_Modals_Utils_Types__WEBPACK_IMPORTED_MODULE_5__.TableType.static, _Engine_src_Engine_Core_ModalManager_Modals_Utils_Types__WEBPACK_IMPORTED_MODULE_5__.TableType.dynamic).required, `Статичная или динамическая таблица.
79055
- Статическая - таблица без изменений количества строк и столбцов.
79056
- Динамическая - таблица с изменением количесва строк и/или столбцов. Например, мультилайн.
79057
- Если в таблице есть и статические и данамические строки, то в этот атрибут писать static.
79058
- `), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("combineType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.AddToEnd, _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.Merge), `Как объединять таблицы, если таблица в форме динамическая.
79088
+ let ImportOptions = (_dec = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrMixinNode)(), _dec2 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("combineType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.AddToEnd, _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.FufCombineMethod.Merge), `Как объединять таблицы, если таблица в форме динамическая.
79059
79089
  AddToEnd - добавляет в конец данные, даже если есть повторяющиеся.
79060
79090
  Merge - по умному мерджит данные с одинаковыми полями (нужно спрашивать реализовано ли такое, пока что только для ПСВ).
79061
79091
  По умолчанию - AddToEnd.
79062
- `), _dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("combinatorType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.CombinatorType.Default, _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.CombinatorType.XmlCombinatorByPath), `Default: использует умный комбинатор, который пишется флешами.
79092
+ `), _dec3 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("isImportByFuf", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Параметр importByFuf в запросе на перенос данных`), _dec4 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("combinatorType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.CombinatorType.Default, _Common_CandyApiClient_Types_DraftActions_CombineFufResult__WEBPACK_IMPORTED_MODULE_4__.CombinatorType.XmlCombinatorByPath), `Default: использует умный комбинатор, который пишется флешами.
79063
79093
  XmlCombinatorByPath: новый вид комбинатора по пути. Перекладывает из фуфа в черновик 1 к 1.
79064
79094
  В связке с XmlCombinatorByPath - в combineType писать AddToEnd.
79065
- `), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("acceptGFVs", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.array(_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string), `Разрешенные гфв, например старых форматов.`), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("navigationPath", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Путь для навигации, если он отличается от пути до таблицы (pathToTable). Если этот путь задан, то навигируется в него, иначе в pathToTable.`), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("isOnlyAddToEnd", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Если для формы реализована функция только добавления в конец, без замены. Например в ЕФС-1 в первых разделах. По умолчанию false.`), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("getTypeId", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.helperFunctionName, "Хелпер для определения typeId для метода transfer/combine-multiple. Например в ЕФС-1."), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("isOnlyReplace", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Если для формы реализована функция только замены данных. Например в ЕФС-1 ДСВ-3. По умолчанию false.`), _dec(_class = (_class2 = class DropDownButtonLoadExcelNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
79095
+ `), _dec(_class = (_class2 = class ImportOptions extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
79066
79096
  constructor(...args) {
79067
79097
  super(...args);
79068
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pathToTable", _descriptor, this);
79069
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tid", _descriptor2, this);
79070
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "size", _descriptor3, this);
79071
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "text", _descriptor4, this);
79072
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "textInLoading", _descriptor5, this);
79073
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tableType", _descriptor6, this);
79074
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "combineType", _descriptor7, this);
79075
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "combinatorType", _descriptor8, this);
79076
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "acceptGFVs", _descriptor9, this);
79077
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "navigationPath", _descriptor10, this);
79078
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isOnlyAddToEnd", _descriptor11, this);
79079
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getTypeId", _descriptor12, this);
79080
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isOnlyReplace", _descriptor13, this);
79098
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "combineType", _descriptor, this);
79099
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isImportByFuf", _descriptor2, this);
79100
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "combinatorType", _descriptor3, this);
79081
79101
  }
79082
- }, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "pathToTable", [_dec2], {
79102
+ }, _descriptor = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "combineType", [_dec2], {
79083
79103
  configurable: true,
79084
79104
  enumerable: true,
79085
79105
  writable: true,
79086
79106
  initializer: null
79087
- }), _descriptor2 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "tid", [_dec3], {
79107
+ }), _descriptor2 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "isImportByFuf", [_dec3], {
79088
79108
  configurable: true,
79089
79109
  enumerable: true,
79090
79110
  writable: true,
79091
79111
  initializer: null
79092
- }), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "size", [_dec4], {
79112
+ }), _descriptor3 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "combinatorType", [_dec4], {
79093
79113
  configurable: true,
79094
79114
  enumerable: true,
79095
79115
  writable: true,
79096
79116
  initializer: null
79097
- }), _descriptor4 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "text", [_dec5], {
79117
+ }), _class2)) || _class);
79118
+ let ExcelDownloadOptions = (_dec5 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("exceloptions", "Кастомные опции для кнопки импорта данных из Excel"), _dec6 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrMixin)(ImportOptions), _dec5(_class3 = (_class4 = class ExcelDownloadOptions extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
79119
+ constructor(...args) {
79120
+ super(...args);
79121
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "importOptions", _descriptor4, this);
79122
+ }
79123
+ }, _descriptor4 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class4.prototype, "importOptions", [_dec6], {
79124
+ configurable: true,
79125
+ enumerable: true,
79126
+ writable: true,
79127
+ initializer: null
79128
+ }), _class4)) || _class3);
79129
+ let XmlDownloadOptions = (_dec7 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("xmloptions", "Кастомные опции для кнопки импорта данных из Xml"), _dec8 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrMixin)(ImportOptions), _dec7(_class5 = (_class6 = class XmlDownloadOptions extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
79130
+ constructor(...args) {
79131
+ super(...args);
79132
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "importOptions", _descriptor5, this);
79133
+ }
79134
+ }, _descriptor5 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class6.prototype, "importOptions", [_dec8], {
79135
+ configurable: true,
79136
+ enumerable: true,
79137
+ writable: true,
79138
+ initializer: null
79139
+ }), _class6)) || _class5);
79140
+ let DropDownButtonLoadExcelNode = (_dec9 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("dropdownbuttonloadexcel", `Кнопка для выгрузки и загрузки файла Excel.`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel sync recursive .md$")), _dec10 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("pathToTable", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string.required, "Путь до multiline, абсолютный."), _dec11 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("tid", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Возможность установки произвольных data-tid атрибутов, может пригодиться другим командам, или для идентификации элемента в тестах"), _dec12 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("size", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum("small", "medium", "large"), "Размер кнопки. По умолчанинию small"), _dec13 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("text", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Текст в кнопке до загрузки файла. По умолчанию 'Импорт/Экспорт'."), _dec14 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("textInLoading", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, "Текст в кнопке при загрузке файла в Excel. По умолчанию 'Скачиваем'"), _dec15 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("tableType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.enum(_Engine_src_Engine_Core_ModalManager_Modals_Utils_Types__WEBPACK_IMPORTED_MODULE_5__.TableType.static, _Engine_src_Engine_Core_ModalManager_Modals_Utils_Types__WEBPACK_IMPORTED_MODULE_5__.TableType.dynamic).required, `Статичная или динамическая таблица.
79141
+ Статическая - таблица без изменений количества строк и столбцов.
79142
+ Динамическая - таблица с изменением количесва строк и/или столбцов. Например, мультилайн.
79143
+ Если в таблице есть и статические и данамические строки, то в этот атрибут писать static.
79144
+ `), _dec16 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("acceptGFVs", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.array(_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string), `Разрешенные гфв, например старых форматов.`), _dec17 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("navigationPath", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, `Путь для навигации, если он отличается от пути до таблицы (pathToTable). Если этот путь задан, то навигируется в него, иначе в pathToTable.`), _dec18 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("getTypeId", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.helperFunctionName, "Хелпер для определения typeId для метода transfer/combine-multiple. Например в ЕФС-1."), _dec19 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("isOnlyAddToEnd", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Если для формы реализована функция только добавления в конец, без замены. Например в ЕФС-1 в первых разделах. По умолчанию false.`), _dec20 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("isOnlyReplace", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, `Если для формы реализована функция только замены данных. Например в ЕФС-1 ДСВ-3. По умолчанию false.`), _dec21 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrMixin)(ImportOptions), _dec22 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("exceloptions", [ExcelDownloadOptions]), _dec23 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("xmloptions", [XmlDownloadOptions]), _dec9(_class7 = (_class8 = class DropDownButtonLoadExcelNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
79145
+ constructor(...args) {
79146
+ super(...args);
79147
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "pathToTable", _descriptor6, this);
79148
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tid", _descriptor7, this);
79149
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "size", _descriptor8, this);
79150
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "text", _descriptor9, this);
79151
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "textInLoading", _descriptor10, this);
79152
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tableType", _descriptor11, this);
79153
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "acceptGFVs", _descriptor12, this);
79154
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "navigationPath", _descriptor13, this);
79155
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "getTypeId", _descriptor14, this);
79156
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isOnlyAddToEnd", _descriptor15, this);
79157
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isOnlyReplace", _descriptor16, this);
79158
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "importOptions", _descriptor17, this);
79159
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "excelOptions", _descriptor18, this);
79160
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "xmloptions", _descriptor19, this);
79161
+ }
79162
+ }, _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "pathToTable", [_dec10], {
79098
79163
  configurable: true,
79099
79164
  enumerable: true,
79100
79165
  writable: true,
79101
79166
  initializer: null
79102
- }), _descriptor5 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "textInLoading", [_dec6], {
79167
+ }), _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "tid", [_dec11], {
79103
79168
  configurable: true,
79104
79169
  enumerable: true,
79105
79170
  writable: true,
79106
79171
  initializer: null
79107
- }), _descriptor6 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "tableType", [_dec7], {
79172
+ }), _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "size", [_dec12], {
79108
79173
  configurable: true,
79109
79174
  enumerable: true,
79110
79175
  writable: true,
79111
79176
  initializer: null
79112
- }), _descriptor7 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "combineType", [_dec8], {
79177
+ }), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "text", [_dec13], {
79113
79178
  configurable: true,
79114
79179
  enumerable: true,
79115
79180
  writable: true,
79116
79181
  initializer: null
79117
- }), _descriptor8 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "combinatorType", [_dec9], {
79182
+ }), _descriptor10 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "textInLoading", [_dec14], {
79118
79183
  configurable: true,
79119
79184
  enumerable: true,
79120
79185
  writable: true,
79121
79186
  initializer: null
79122
- }), _descriptor9 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "acceptGFVs", [_dec10], {
79187
+ }), _descriptor11 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "tableType", [_dec15], {
79123
79188
  configurable: true,
79124
79189
  enumerable: true,
79125
79190
  writable: true,
79126
79191
  initializer: null
79127
- }), _descriptor10 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "navigationPath", [_dec11], {
79192
+ }), _descriptor12 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "acceptGFVs", [_dec16], {
79128
79193
  configurable: true,
79129
79194
  enumerable: true,
79130
79195
  writable: true,
79131
79196
  initializer: null
79132
- }), _descriptor11 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "isOnlyAddToEnd", [_dec12], {
79197
+ }), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "navigationPath", [_dec17], {
79133
79198
  configurable: true,
79134
79199
  enumerable: true,
79135
79200
  writable: true,
79136
79201
  initializer: null
79137
- }), _descriptor12 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "getTypeId", [_dec13], {
79202
+ }), _descriptor14 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "getTypeId", [_dec18], {
79138
79203
  configurable: true,
79139
79204
  enumerable: true,
79140
79205
  writable: true,
79141
79206
  initializer: null
79142
- }), _descriptor13 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class2.prototype, "isOnlyReplace", [_dec14], {
79207
+ }), _descriptor15 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "isOnlyAddToEnd", [_dec19], {
79143
79208
  configurable: true,
79144
79209
  enumerable: true,
79145
79210
  writable: true,
79146
79211
  initializer: null
79147
- }), _class2)) || _class);
79212
+ }), _descriptor16 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "isOnlyReplace", [_dec20], {
79213
+ configurable: true,
79214
+ enumerable: true,
79215
+ writable: true,
79216
+ initializer: null
79217
+ }), _descriptor17 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "importOptions", [_dec21], {
79218
+ configurable: true,
79219
+ enumerable: true,
79220
+ writable: true,
79221
+ initializer: null
79222
+ }), _descriptor18 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "excelOptions", [_dec22], {
79223
+ configurable: true,
79224
+ enumerable: true,
79225
+ writable: true,
79226
+ initializer: null
79227
+ }), _descriptor19 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "xmloptions", [_dec23], {
79228
+ configurable: true,
79229
+ enumerable: true,
79230
+ writable: true,
79231
+ initializer: null
79232
+ }), _class8)) || _class7);
79148
79233
 
79149
79234
  /***/ }),
79150
79235
 
@@ -91114,6 +91199,7 @@ class CrossfitTableConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
91114
91199
  multiRowBuilder.prop(x => x.defaultFilter).set(multiline.defaultFilter);
91115
91200
  multiRowBuilder.prop(x => x.debounceDisable).set(multiline.debounceDisable);
91116
91201
  multiRowBuilder.prop(x => x.filteredUniqKey).set(multiline.filteredUniqKey);
91202
+ multiRowBuilder.prop(x => x.dynamicHeight).set(multiline.dynamicHeight);
91117
91203
  multiRowBuilder.prop(x => x.disableScroll).set(multiline.disableScroll);
91118
91204
  if (multiline.usepager != undefined) {
91119
91205
  multiRowBuilder.prop(x => x.isList).set(!multiline.usepager);
@@ -91191,7 +91277,7 @@ __webpack_require__.r(__webpack_exports__);
91191
91277
 
91192
91278
 
91193
91279
 
91194
- var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _dec23, _dec24, _dec25, _dec26, _class3, _class4, _descriptor22, _descriptor23, _descriptor24, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _dec34, _dec35, _dec36, _dec37, _dec38, _dec39, _dec40, _dec41, _dec42, _dec43, _dec44, _dec45, _dec46, _class5, _class6, _descriptor25, _descriptor26, _descriptor27, _descriptor28, _descriptor29, _descriptor30, _descriptor31, _descriptor32, _descriptor33, _descriptor34, _descriptor35, _descriptor36, _descriptor37, _descriptor38, _descriptor39, _descriptor40, _descriptor41, _descriptor42, _descriptor43, _dec47, _dec48, _dec49, _class7, _class8, _descriptor44, _descriptor45, _dec50, _dec51, _dec52, _dec53, _dec54, _dec55, _dec56, _class9, _class10, _descriptor46, _descriptor47, _descriptor48, _descriptor49, _descriptor50, _descriptor51, _dec57, _dec58, _class11, _class12, _descriptor52, _dec59, _dec60, _class13, _class14, _descriptor53, _dec61, _dec62, _class15, _class16, _descriptor54, _dec63, _dec64, _dec65, _dec66, _dec67, _dec68, _dec69, _dec70, _dec71, _dec72, _dec73, _dec74, _dec75, _dec76, _dec77, _dec78, _dec79, _dec80, _dec81, _dec82, _dec83, _dec84, _dec85, _class17, _class18, _descriptor55, _descriptor56, _descriptor57, _descriptor58, _descriptor59, _descriptor60, _descriptor61, _descriptor62, _descriptor63, _descriptor64, _descriptor65, _descriptor66, _descriptor67, _descriptor68, _descriptor69, _descriptor70, _descriptor71, _descriptor72, _descriptor73, _descriptor74, _descriptor75, _descriptor76;
91280
+ var _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _dec23, _dec24, _dec25, _dec26, _class3, _class4, _descriptor22, _descriptor23, _descriptor24, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _dec34, _dec35, _dec36, _dec37, _dec38, _dec39, _dec40, _dec41, _dec42, _dec43, _dec44, _dec45, _dec46, _dec47, _class5, _class6, _descriptor25, _descriptor26, _descriptor27, _descriptor28, _descriptor29, _descriptor30, _descriptor31, _descriptor32, _descriptor33, _descriptor34, _descriptor35, _descriptor36, _descriptor37, _descriptor38, _descriptor39, _descriptor40, _descriptor41, _descriptor42, _descriptor43, _descriptor44, _dec48, _dec49, _dec50, _class7, _class8, _descriptor45, _descriptor46, _dec51, _dec52, _dec53, _dec54, _dec55, _dec56, _dec57, _class9, _class10, _descriptor47, _descriptor48, _descriptor49, _descriptor50, _descriptor51, _descriptor52, _dec58, _dec59, _class11, _class12, _descriptor53, _dec60, _dec61, _class13, _class14, _descriptor54, _dec62, _dec63, _class15, _class16, _descriptor55, _dec64, _dec65, _dec66, _dec67, _dec68, _dec69, _dec70, _dec71, _dec72, _dec73, _dec74, _dec75, _dec76, _dec77, _dec78, _dec79, _dec80, _dec81, _dec82, _dec83, _dec84, _dec85, _dec86, _class17, _class18, _descriptor56, _descriptor57, _descriptor58, _descriptor59, _descriptor60, _descriptor61, _descriptor62, _descriptor63, _descriptor64, _descriptor65, _descriptor66, _descriptor67, _descriptor68, _descriptor69, _descriptor70, _descriptor71, _descriptor72, _descriptor73, _descriptor74, _descriptor75, _descriptor76, _descriptor77;
91195
91281
 
91196
91282
 
91197
91283
 
@@ -91369,7 +91455,7 @@ let MultilineNode = (_dec27 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_M
91369
91455
  Однако, ежели у вас однозначно небольшие данные, в которых не будет развесистой логики, и огромных объемов, вы можете
91370
91456
  применить debounceDisable. Это позволит отключить данную задержку, и повысить отзывчивость интерфейса.
91371
91457
  Платой за эту опцию, может быть тормознутый интерфейс, пересчитывающий все фильтры на каждый чих.
91372
- Обязательно проверьте, как себя ведет интерфейс на "средних" данных, когда резко меняете фильтры. (в инпуте добавляйте и стирайте значения например).`), _dec33 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultChildren", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.arrayLiteral(), `Добавляет чилдренов по дефолту. Принимает массив строк, например: ['0', '1', '2']`), _dec34 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("focusByHotkey", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec35 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("pageStep", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec36 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("removebutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `false - чтобы слева от раздела не было кнопки "Удалить"`), _dec37 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("rowmenu", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec38 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("row", [CrossfitTableRowNode]), _dec39 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("addbutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, `Название кнопки при добавлении множественности`), _dec40 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("addType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("button", "link"), `Добавить строку м.б. как кнопка "button" или ссылка "link"`), _dec41 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("usepager", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `false - без пейджера (1-11, 12-22 - этого нет внизу страницы)`), _dec42 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("instancesPerPage", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number.default(10), "Максимальное кол-во элементов на странице пейджинга"), _dec43 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("onRowClick", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.helperFunctionName, "Имя кастомной helpers функции, которая вызовется при клике по строке"), _dec44 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("storeFilters", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Будут ли сохраняться фильтры для этого мультилайна между обнолениями страницы. По умолчанию -- нет`), _dec45 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("disableScroll", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Возможность отключить скролл в мультилайне`), _dec46 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultFilter", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.objectLiteral(), `Дает возможность изначально фильтровать мультилайн, по определенному выражению`), _dec27(_class5 = (_class6 = class MultilineNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_5__.SugarNodeWithLegacyVisibility {
91458
+ Обязательно проверьте, как себя ведет интерфейс на "средних" данных, когда резко меняете фильтры. (в инпуте добавляйте и стирайте значения например).`), _dec33 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultChildren", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.arrayLiteral(), `Добавляет чилдренов по дефолту. Принимает массив строк, например: ['0', '1', '2']`), _dec34 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("focusByHotkey", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec35 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("pageStep", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec36 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("removebutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `false - чтобы слева от раздела не было кнопки "Удалить"`), _dec37 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("rowmenu", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec38 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("row", [CrossfitTableRowNode]), _dec39 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("addbutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, `Название кнопки при добавлении множественности`), _dec40 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("addType", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("button", "link"), `Добавить строку м.б. как кнопка "button" или ссылка "link"`), _dec41 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("usepager", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `false - без пейджера (1-11, 12-22 - этого нет внизу страницы)`), _dec42 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("instancesPerPage", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number.default(10), "Максимальное кол-во элементов на странице пейджинга"), _dec43 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("onRowClick", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.helperFunctionName, "Имя кастомной helpers функции, которая вызовется при клике по строке"), _dec44 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("storeFilters", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Будут ли сохраняться фильтры для этого мультилайна между обнолениями страницы. По умолчанию -- нет`), _dec45 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("disableScroll", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Возможность отключить скролл в мультилайне`), _dec46 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("defaultFilter", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.objectLiteral(), `Дает возможность изначально фильтровать мультилайн, по определенному выражению`), _dec47 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("dynamicHeight", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean.default(false), "В режиме пейджинга высота таблицы будет подстраиваться под кол-во строк"), _dec27(_class5 = (_class6 = class MultilineNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_5__.SugarNodeWithLegacyVisibility {
91373
91459
  constructor(...args) {
91374
91460
  super(...args);
91375
91461
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "dataScope", _descriptor25, this);
@@ -91391,6 +91477,7 @@ let MultilineNode = (_dec27 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_M
91391
91477
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "storeFilters", _descriptor41, this);
91392
91478
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "disableScroll", _descriptor42, this);
91393
91479
  _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "defaultFilter", _descriptor43, this);
91480
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "dynamicHeight", _descriptor44, this);
91394
91481
  }
91395
91482
  getOwnPath() {
91396
91483
  return this.dataScope.getOwnPath();
@@ -91493,128 +91580,133 @@ let MultilineNode = (_dec27 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_M
91493
91580
  enumerable: true,
91494
91581
  writable: true,
91495
91582
  initializer: null
91583
+ }), _descriptor44 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class6.prototype, "dynamicHeight", [_dec47], {
91584
+ configurable: true,
91585
+ enumerable: true,
91586
+ writable: true,
91587
+ initializer: null
91496
91588
  }), _class6)) || _class5);
91497
- let CrossfitTableHeaderNode = (_dec47 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("header", ``, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$")), _dec48 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("align", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("right"), ``), _dec49 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(), _dec47(_class7 = (_class8 = class CrossfitTableHeaderNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91589
+ let CrossfitTableHeaderNode = (_dec48 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("header", ``, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$")), _dec49 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("align", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("right"), ``), _dec50 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(), _dec48(_class7 = (_class8 = class CrossfitTableHeaderNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91498
91590
  constructor(...args) {
91499
91591
  super(...args);
91500
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "align", _descriptor44, this);
91501
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor45, this);
91592
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "align", _descriptor45, this);
91593
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor46, this);
91502
91594
  }
91503
- }, _descriptor44 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "align", [_dec48], {
91595
+ }, _descriptor45 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "align", [_dec49], {
91504
91596
  configurable: true,
91505
91597
  enumerable: true,
91506
91598
  writable: true,
91507
91599
  initializer: null
91508
- }), _descriptor45 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "children", [_dec49], {
91600
+ }), _descriptor46 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class8.prototype, "children", [_dec50], {
91509
91601
  configurable: true,
91510
91602
  enumerable: true,
91511
91603
  writable: true,
91512
91604
  initializer: null
91513
91605
  }), _class8)) || _class7);
91514
- let FilterInfoNode = (_dec50 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("filterinfo", `path - путь до multiline, по которому фильтруем`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$")), _dec51 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrMixin)(_CommonNodeProperties_DataBindingMixinNode__WEBPACK_IMPORTED_MODULE_3__.DataReferenceMixinNode), _dec52 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("multilinePath", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, ``), _dec53 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `путь до multiline, по которому фильтруем`), _dec54 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("filteredUniqKey", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Уникальный ключ фильтрации multiline, используется, для фильтраций одних и тех же путей иннера
91515
- разными фильтрами. Задается произвольной строкой. Фильтры с одинаковым ключем фильтрации получают одинаковый результат фильтрации`), _dec55 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("titles", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.stringArray, `массив строк для склонения единицы поиска (для корректного вывода с количеством найденных)`), _dec56 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("notFoundText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, ` текст, который будет выводится, если после фильтрации ничего не найдено`), _dec50(_class9 = (_class10 = class FilterInfoNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91606
+ let FilterInfoNode = (_dec51 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("filterinfo", `path - путь до multiline, по которому фильтруем`, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$")), _dec52 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrMixin)(_CommonNodeProperties_DataBindingMixinNode__WEBPACK_IMPORTED_MODULE_3__.DataReferenceMixinNode), _dec53 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("multilinePath", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, ``), _dec54 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `путь до multiline, по которому фильтруем`), _dec55 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("filteredUniqKey", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, `Уникальный ключ фильтрации multiline, используется, для фильтраций одних и тех же путей иннера
91607
+ разными фильтрами. Задается произвольной строкой. Фильтры с одинаковым ключем фильтрации получают одинаковый результат фильтрации`), _dec56 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("titles", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.stringArray, `массив строк для склонения единицы поиска (для корректного вывода с количеством найденных)`), _dec57 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("notFoundText", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, ` текст, который будет выводится, если после фильтрации ничего не найдено`), _dec51(_class9 = (_class10 = class FilterInfoNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91516
91608
  constructor(...args) {
91517
91609
  super(...args);
91518
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "dataReference", _descriptor46, this);
91519
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multilinePath", _descriptor47, this);
91520
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "path", _descriptor48, this);
91521
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filteredUniqKey", _descriptor49, this);
91522
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "titles", _descriptor50, this);
91523
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "notFoundText", _descriptor51, this);
91610
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "dataReference", _descriptor47, this);
91611
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multilinePath", _descriptor48, this);
91612
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "path", _descriptor49, this);
91613
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filteredUniqKey", _descriptor50, this);
91614
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "titles", _descriptor51, this);
91615
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "notFoundText", _descriptor52, this);
91524
91616
  }
91525
91617
  getOwnPath() {
91526
91618
  return this.dataReference.getOwnPath();
91527
91619
  }
91528
- }, _descriptor46 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "dataReference", [_dec51], {
91620
+ }, _descriptor47 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "dataReference", [_dec52], {
91529
91621
  configurable: true,
91530
91622
  enumerable: true,
91531
91623
  writable: true,
91532
91624
  initializer: null
91533
- }), _descriptor47 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "multilinePath", [_dec52], {
91625
+ }), _descriptor48 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "multilinePath", [_dec53], {
91534
91626
  configurable: true,
91535
91627
  enumerable: true,
91536
91628
  writable: true,
91537
91629
  initializer: null
91538
- }), _descriptor48 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "path", [_dec53], {
91630
+ }), _descriptor49 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "path", [_dec54], {
91539
91631
  configurable: true,
91540
91632
  enumerable: true,
91541
91633
  writable: true,
91542
91634
  initializer: null
91543
- }), _descriptor49 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "filteredUniqKey", [_dec54], {
91635
+ }), _descriptor50 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "filteredUniqKey", [_dec55], {
91544
91636
  configurable: true,
91545
91637
  enumerable: true,
91546
91638
  writable: true,
91547
91639
  initializer: null
91548
- }), _descriptor50 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "titles", [_dec55], {
91640
+ }), _descriptor51 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "titles", [_dec56], {
91549
91641
  configurable: true,
91550
91642
  enumerable: true,
91551
91643
  writable: true,
91552
91644
  initializer: null
91553
- }), _descriptor51 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "notFoundText", [_dec56], {
91645
+ }), _descriptor52 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class10.prototype, "notFoundText", [_dec57], {
91554
91646
  configurable: true,
91555
91647
  enumerable: true,
91556
91648
  writable: true,
91557
91649
  initializer: null
91558
91650
  }), _class10)) || _class9);
91559
- let CrossfitTableFooterNode = (_dec57 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("footer", ``), _dec58 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(), _dec57(_class11 = (_class12 = class CrossfitTableFooterNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91651
+ let CrossfitTableFooterNode = (_dec58 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("footer", ``), _dec59 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(), _dec58(_class11 = (_class12 = class CrossfitTableFooterNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91560
91652
  constructor(...args) {
91561
91653
  super(...args);
91562
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor52, this);
91654
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor53, this);
91563
91655
  }
91564
- }, _descriptor52 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class12.prototype, "children", [_dec58], {
91656
+ }, _descriptor53 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class12.prototype, "children", [_dec59], {
91565
91657
  configurable: true,
91566
91658
  enumerable: true,
91567
91659
  writable: true,
91568
91660
  initializer: null
91569
91661
  }), _class12)) || _class11);
91570
- let CrossfitTableColgroupColumnNode = (_dec59 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("col", ``), _dec60 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("width", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.lengthUnit, ``), _dec59(_class13 = (_class14 = class CrossfitTableColgroupColumnNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91662
+ let CrossfitTableColgroupColumnNode = (_dec60 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("col", ``), _dec61 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("width", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.lengthUnit, ``), _dec60(_class13 = (_class14 = class CrossfitTableColgroupColumnNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91571
91663
  constructor(...args) {
91572
91664
  super(...args);
91573
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "width", _descriptor53, this);
91665
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "width", _descriptor54, this);
91574
91666
  }
91575
- }, _descriptor53 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class14.prototype, "width", [_dec60], {
91667
+ }, _descriptor54 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class14.prototype, "width", [_dec61], {
91576
91668
  configurable: true,
91577
91669
  enumerable: true,
91578
91670
  writable: true,
91579
91671
  initializer: null
91580
91672
  }), _class14)) || _class13);
91581
- let CrossfitTableColgroupNode = (_dec61 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("colgroup", ``), _dec62 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("col", [CrossfitTableColgroupColumnNode]), _dec61(_class15 = (_class16 = class CrossfitTableColgroupNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91673
+ let CrossfitTableColgroupNode = (_dec62 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("colgroup", ``), _dec63 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)("col", [CrossfitTableColgroupColumnNode]), _dec62(_class15 = (_class16 = class CrossfitTableColgroupNode extends _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.SugarNodeBase {
91582
91674
  constructor(...args) {
91583
91675
  super(...args);
91584
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "cols", _descriptor54, this);
91676
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "cols", _descriptor55, this);
91585
91677
  }
91586
- }, _descriptor54 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class16.prototype, "cols", [_dec62], {
91678
+ }, _descriptor55 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class16.prototype, "cols", [_dec63], {
91587
91679
  configurable: true,
91588
91680
  enumerable: true,
91589
91681
  writable: true,
91590
91682
  initializer: null
91591
91683
  }), _class16)) || _class15);
91592
- let CrossfitTableNode = (_dec63 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("table", ``, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$"), x => x.boolAttr("crossfit")), _dec64 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.bindingPath, `${(0,_Commons_DocumentationLinks__WEBPACK_IMPORTED_MODULE_7__.docLink)(_Commons_DocumentationLinks__WEBPACK_IMPORTED_MODULE_7__.bindingPathLink)} данного элемента. Опционально, если не указан, то будет отображаться текст заданный внутри данного элемента`), _dec65 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("optional", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `необязательность`), _dec66 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("offsetBottom", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec67 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("grayColumn", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec68 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("sidebar", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec69 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("crossfit", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec70 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("side", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec71 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("rowmenu", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec72 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("removebutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `\"false\" - чтобы слева от раздела не было кнопки "Удалить"`), _dec73 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("sticky", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Делает шапку и футер таблицы залипающими при скролле. По дефолту true.
91593
- Если нужно спрятать пустой футер (без пейджинга и прочего), нужно явно указать false.`), _dec74 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("doNotCopyPaths", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.stringArray, ``), _dec75 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(["row", "multiline"], [CrossfitTableRowNode, MultilineNode]), _dec76 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("header", [CrossfitTableHeaderNode]), _dec77 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("colgroup", [CrossfitTableColgroupNode]), _dec78 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("filterinfo", [FilterInfoNode]), _dec79 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("loader", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, ``), _dec80 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("align", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("baseline", "top"), ``), _dec81 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("columnGrouping", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, ``), _dec82 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("hiddenGroups", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, ``), _dec83 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isHideEmptySpace", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, `Костыль: если справа появляется пустое место "для крестика", то этот атрибут ставить true. По умолчанию false`), _dec84 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("footer", [CrossfitTableFooterNode]), _dec85 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("tid", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, "Возможность установки произвольных data-tid атрибутов, может пригодиться другим командам, или для идентификации элемента в тестах"), _dec63(_class17 = (_class18 = class CrossfitTableNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_5__.SugarNodeWithLegacyVisibility {
91684
+ let CrossfitTableNode = (_dec64 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.sugarNode)("table", ``, __webpack_require__("./Generator/src/generators/markupGenerator/ElementProcessors/MultiControls/CrossfitTable sync recursive .md$"), x => x.boolAttr("crossfit")), _dec65 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("path", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.bindingPath, `${(0,_Commons_DocumentationLinks__WEBPACK_IMPORTED_MODULE_7__.docLink)(_Commons_DocumentationLinks__WEBPACK_IMPORTED_MODULE_7__.bindingPathLink)} данного элемента. Опционально, если не указан, то будет отображаться текст заданный внутри данного элемента`), _dec66 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("optional", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `необязательность`), _dec67 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.deprecatedAttr)("offsetBottom", _Serializer_DeprecationReason__WEBPACK_IMPORTED_MODULE_4__.DeprecationReason.InvalidUsage), _dec68 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("grayColumn", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec69 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("sidebar", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec70 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("crossfit", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec71 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("side", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.number, ``), _dec72 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("rowmenu", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, ``), _dec73 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("removebutton", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `\"false\" - чтобы слева от раздела не было кнопки "Удалить"`), _dec74 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("sticky", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.boolean, `Делает шапку и футер таблицы залипающими при скролле. По дефолту true.
91685
+ Если нужно спрятать пустой футер (без пейджинга и прочего), нужно явно указать false.`), _dec75 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("doNotCopyPaths", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.stringArray, ``), _dec76 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.children)(["row", "multiline"], [CrossfitTableRowNode, MultilineNode]), _dec77 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("header", [CrossfitTableHeaderNode]), _dec78 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("colgroup", [CrossfitTableColgroupNode]), _dec79 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("filterinfo", [FilterInfoNode]), _dec80 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("loader", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.localizedString, ``), _dec81 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("align", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.enum("baseline", "top"), ``), _dec82 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("columnGrouping", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, ``), _dec83 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("hiddenGroups", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, ``), _dec84 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("isHideEmptySpace", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.object, `Костыль: если справа появляется пустое место "для крестика", то этот атрибут ставить true. По умолчанию false`), _dec85 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.singleChild)("footer", [CrossfitTableFooterNode]), _dec86 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attr)("tid", _Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_6__.attrType.string, "Возможность установки произвольных data-tid атрибутов, может пригодиться другим командам, или для идентификации элемента в тестах"), _dec64(_class17 = (_class18 = class CrossfitTableNode extends _Serializer_SugarNodeWithLegacyVisibility__WEBPACK_IMPORTED_MODULE_5__.SugarNodeWithLegacyVisibility {
91594
91686
  constructor(...args) {
91595
91687
  super(...args);
91596
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "path", _descriptor55, this);
91597
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "optional", _descriptor56, this);
91598
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "offsetBottom", _descriptor57, this);
91599
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "grayColumn", _descriptor58, this);
91600
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "sidebar", _descriptor59, this);
91601
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "crossfit", _descriptor60, this);
91602
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "side", _descriptor61, this);
91603
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "rowmenu", _descriptor62, this);
91604
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "removebutton", _descriptor63, this);
91605
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "sticky", _descriptor64, this);
91606
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "doNotCopyPaths", _descriptor65, this);
91607
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "rows", _descriptor66, this);
91608
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "header", _descriptor67, this);
91609
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "colgroup", _descriptor68, this);
91610
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filterinfo", _descriptor69, this);
91611
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loader", _descriptor70, this);
91612
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "align", _descriptor71, this);
91613
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "columnGrouping", _descriptor72, this);
91614
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "hiddenGroups", _descriptor73, this);
91615
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isHideEmptySpace", _descriptor74, this);
91616
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "footer", _descriptor75, this);
91617
- _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tid", _descriptor76, this);
91688
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "path", _descriptor56, this);
91689
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "optional", _descriptor57, this);
91690
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "offsetBottom", _descriptor58, this);
91691
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "grayColumn", _descriptor59, this);
91692
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "sidebar", _descriptor60, this);
91693
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "crossfit", _descriptor61, this);
91694
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "side", _descriptor62, this);
91695
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "rowmenu", _descriptor63, this);
91696
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "removebutton", _descriptor64, this);
91697
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "sticky", _descriptor65, this);
91698
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "doNotCopyPaths", _descriptor66, this);
91699
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "rows", _descriptor67, this);
91700
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "header", _descriptor68, this);
91701
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "colgroup", _descriptor69, this);
91702
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "filterinfo", _descriptor70, this);
91703
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loader", _descriptor71, this);
91704
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "align", _descriptor72, this);
91705
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "columnGrouping", _descriptor73, this);
91706
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "hiddenGroups", _descriptor74, this);
91707
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "isHideEmptySpace", _descriptor75, this);
91708
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "footer", _descriptor76, this);
91709
+ _babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "tid", _descriptor77, this);
91618
91710
  }
91619
91711
  getOwnPath() {
91620
91712
  return this.path != undefined ? (0,_Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_8__.createFromMask)(this.path, "auto", _Common_ModelPath_ModelPath__WEBPACK_IMPORTED_MODULE_8__.PathTokens.each) : undefined;
@@ -91637,112 +91729,112 @@ let CrossfitTableNode = (_dec63 = (0,_Serializer_SugarSerializer__WEBPACK_IMPORT
91637
91729
  var _this$sticky;
91638
91730
  return (_this$sticky = this.sticky) !== null && _this$sticky !== void 0 ? _this$sticky : true;
91639
91731
  }
91640
- }, _descriptor55 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "path", [_dec64], {
91732
+ }, _descriptor56 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "path", [_dec65], {
91641
91733
  configurable: true,
91642
91734
  enumerable: true,
91643
91735
  writable: true,
91644
91736
  initializer: null
91645
- }), _descriptor56 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "optional", [_dec65], {
91737
+ }), _descriptor57 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "optional", [_dec66], {
91646
91738
  configurable: true,
91647
91739
  enumerable: true,
91648
91740
  writable: true,
91649
91741
  initializer: null
91650
- }), _descriptor57 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "offsetBottom", [_dec66], {
91742
+ }), _descriptor58 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "offsetBottom", [_dec67], {
91651
91743
  configurable: true,
91652
91744
  enumerable: true,
91653
91745
  writable: true,
91654
91746
  initializer: null
91655
- }), _descriptor58 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "grayColumn", [_dec67], {
91747
+ }), _descriptor59 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "grayColumn", [_dec68], {
91656
91748
  configurable: true,
91657
91749
  enumerable: true,
91658
91750
  writable: true,
91659
91751
  initializer: null
91660
- }), _descriptor59 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "sidebar", [_dec68], {
91752
+ }), _descriptor60 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "sidebar", [_dec69], {
91661
91753
  configurable: true,
91662
91754
  enumerable: true,
91663
91755
  writable: true,
91664
91756
  initializer: null
91665
- }), _descriptor60 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "crossfit", [_dec69], {
91757
+ }), _descriptor61 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "crossfit", [_dec70], {
91666
91758
  configurable: true,
91667
91759
  enumerable: true,
91668
91760
  writable: true,
91669
91761
  initializer: null
91670
- }), _descriptor61 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "side", [_dec70], {
91762
+ }), _descriptor62 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "side", [_dec71], {
91671
91763
  configurable: true,
91672
91764
  enumerable: true,
91673
91765
  writable: true,
91674
91766
  initializer: null
91675
- }), _descriptor62 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "rowmenu", [_dec71], {
91767
+ }), _descriptor63 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "rowmenu", [_dec72], {
91676
91768
  configurable: true,
91677
91769
  enumerable: true,
91678
91770
  writable: true,
91679
91771
  initializer: null
91680
- }), _descriptor63 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "removebutton", [_dec72], {
91772
+ }), _descriptor64 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "removebutton", [_dec73], {
91681
91773
  configurable: true,
91682
91774
  enumerable: true,
91683
91775
  writable: true,
91684
91776
  initializer: null
91685
- }), _descriptor64 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "sticky", [_dec73], {
91777
+ }), _descriptor65 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "sticky", [_dec74], {
91686
91778
  configurable: true,
91687
91779
  enumerable: true,
91688
91780
  writable: true,
91689
91781
  initializer: null
91690
- }), _descriptor65 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "doNotCopyPaths", [_dec74], {
91782
+ }), _descriptor66 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "doNotCopyPaths", [_dec75], {
91691
91783
  configurable: true,
91692
91784
  enumerable: true,
91693
91785
  writable: true,
91694
91786
  initializer: null
91695
- }), _descriptor66 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "rows", [_dec75], {
91787
+ }), _descriptor67 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "rows", [_dec76], {
91696
91788
  configurable: true,
91697
91789
  enumerable: true,
91698
91790
  writable: true,
91699
91791
  initializer: null
91700
- }), _descriptor67 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "header", [_dec76], {
91792
+ }), _descriptor68 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "header", [_dec77], {
91701
91793
  configurable: true,
91702
91794
  enumerable: true,
91703
91795
  writable: true,
91704
91796
  initializer: null
91705
- }), _descriptor68 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "colgroup", [_dec77], {
91797
+ }), _descriptor69 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "colgroup", [_dec78], {
91706
91798
  configurable: true,
91707
91799
  enumerable: true,
91708
91800
  writable: true,
91709
91801
  initializer: null
91710
- }), _descriptor69 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "filterinfo", [_dec78], {
91802
+ }), _descriptor70 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "filterinfo", [_dec79], {
91711
91803
  configurable: true,
91712
91804
  enumerable: true,
91713
91805
  writable: true,
91714
91806
  initializer: null
91715
- }), _descriptor70 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "loader", [_dec79], {
91807
+ }), _descriptor71 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "loader", [_dec80], {
91716
91808
  configurable: true,
91717
91809
  enumerable: true,
91718
91810
  writable: true,
91719
91811
  initializer: null
91720
- }), _descriptor71 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "align", [_dec80], {
91812
+ }), _descriptor72 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "align", [_dec81], {
91721
91813
  configurable: true,
91722
91814
  enumerable: true,
91723
91815
  writable: true,
91724
91816
  initializer: null
91725
- }), _descriptor72 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "columnGrouping", [_dec81], {
91817
+ }), _descriptor73 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "columnGrouping", [_dec82], {
91726
91818
  configurable: true,
91727
91819
  enumerable: true,
91728
91820
  writable: true,
91729
91821
  initializer: null
91730
- }), _descriptor73 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "hiddenGroups", [_dec82], {
91822
+ }), _descriptor74 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "hiddenGroups", [_dec83], {
91731
91823
  configurable: true,
91732
91824
  enumerable: true,
91733
91825
  writable: true,
91734
91826
  initializer: null
91735
- }), _descriptor74 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "isHideEmptySpace", [_dec83], {
91827
+ }), _descriptor75 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "isHideEmptySpace", [_dec84], {
91736
91828
  configurable: true,
91737
91829
  enumerable: true,
91738
91830
  writable: true,
91739
91831
  initializer: null
91740
- }), _descriptor75 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "footer", [_dec84], {
91832
+ }), _descriptor76 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "footer", [_dec85], {
91741
91833
  configurable: true,
91742
91834
  enumerable: true,
91743
91835
  writable: true,
91744
91836
  initializer: null
91745
- }), _descriptor76 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "tid", [_dec85], {
91837
+ }), _descriptor77 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class18.prototype, "tid", [_dec86], {
91746
91838
  configurable: true,
91747
91839
  enumerable: true,
91748
91840
  writable: true,
@@ -137172,6 +137264,16 @@ module.exports.createColors = createColors
137172
137264
  module.exports = __webpack_require__(/*! crypto */ "crypto").randomBytes
137173
137265
 
137174
137266
 
137267
+ /***/ }),
137268
+
137269
+ /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel/description.md":
137270
+ /*!******************************************************************************************************************!*\
137271
+ !*** ./Generator/src/generators/markupGenerator/ElementProcessors/Action/DropDownButtonLoadExcel/description.md ***!
137272
+ \******************************************************************************************************************/
137273
+ /***/ ((module) => {
137274
+
137275
+ module.exports = "Теги: #загрузка #excel #xml #справочник #адресов #fias\n\n### Параметры импорта ###\n\nВ контроле можно задать общие параметры импорта, они будут применяться к загрузке Excel и Xml:\n\n```\n<dropdownbuttonloadexcel\n tid=\"TableCustomActions\"\n pathToTable=\"/Файл/Документ/ПерсСвФЛ\"\n tableType=\"dynamic\"\n combineType=\"Merge\"\n combinatorType=\"Default\"\n isImportByFuf=\"true\" \n/>\n```\n \nВ некоторых случаях требуется разное поведение при импорте для кнопок загрузки Excel и Xml. Для этого можно указать разные параметры combineType, combinatorType, isImportByFuf в <xmloptions> и <exceloptions>:\n\n```\n<dropdownbuttonloadexcel\n tid=\"TableCustomActions\"\n pathToTable=\"/Файл/Документ/ПерсСвФЛ\"\n tableType=\"dynamic\"\n combineType=\"Merge\"\n isImportByFuf=\"true\">\n <xmloptions combineType=\"AddToEnd\" isImportByFuf=\"false\" />\n <exceloptions combinatorType=\"XmlCombinatorByPath\" />\n</dropdownbuttonloadexcel>\n```\n\nЕсли какой-то атрибут не указан в exceloptions или xmloptions, то он будет браться из общих настроек.";
137276
+
137175
137277
  /***/ }),
137176
137278
 
137177
137279
  /***/ "./Generator/src/generators/markupGenerator/ElementProcessors/ControlFlow/Choice/description.md":
@@ -137490,7 +137592,7 @@ module.exports = "Привязка какого-то значения из сп
137490
137592
  \*********************************************************************************************************/
137491
137593
  /***/ ((module) => {
137492
137594
 
137493
- module.exports = "#### Фильтрация значений пиклиста\n\nДля фильтрации значений, которые будут отображаться в справочнике используется свойство filter.\n\nФункция `path` принимает путь в модели или значения из спецсвойст, которые начинаются с `@` и возвращает строку.\n - @settings/ - настроки формы\n - @formsClientInfo/ - реквизиты\n - @clientInfo/ - реквизиты\n\n \nПримеры задания свойства:\n\nЗначения из справочника, у которых code = 258\n```\n<picklist\n filter={'by.column(\"code\").eql(\"258\").'}\n/>\n```\n\nЗначения из справочника, у которых code = 258 ИЛИ name содержит 'Шри'\n```\n<picklist\n filter={'by.column(\"code\").eql(\"258\").or.column(\"name\").contains(\"Шри\")'}\n/>\n```\n\nЗначения из справочника, у которых name содержит Оказание И code2 = '7500'\n```\n<picklist\n filter={'by.column(\"name\").contains(\"Оказание\").and.column(\"code2\").eql(\"7500\")'}\n/>\n```\n\nЗначения из справочника, у которых code равен 1, 2 или 4\n```\n<picklist\n filter={'by.column(\"code\").in([\"1\", \"2\", \"4\"])'}\n/>\n```\n\nВ качестве значения для сравнения может выступать поле из модели\n```\n<picklist\n filter={'by.column(\"code\").eql(path(\"SOME/FIELD\"))'}\n/>\n```";
137595
+ module.exports = "#### Фильтрация значений пиклиста\n\nДля фильтрации значений, которые будут отображаться в справочнике используется свойство filter.\n\nФункция `path` принимает путь в модели или значения из спецсвойст, которые начинаются с `@` и возвращает строку.\n - @settings/ - настроки формы\n - @formsClientInfo/ - реквизиты\n - @clientInfo/ - реквизиты\n\n \nПримеры задания свойства:\n\nЗначения из справочника, у которых code = 258\n```\n<picklist\n filter={'by.column(\"code\").eql(\"258\").'}\n/>\n```\n\nЗначения из справочника, у которых code = 258 ИЛИ name содержит 'Шри'\n```\n<picklist\n filter={'by.column(\"code\").eql(\"258\").or.column(\"name\").contains(\"Шри\")'}\n/>\n```\n\nЗначения из справочника, у которых name содержит Оказание И code2 = '7500'\n```\n<picklist\n filter={'by.column(\"name\").contains(\"Оказание\").and.column(\"code2\").eql(\"7500\")'}\n/>\n```\n\nЗначения из справочника, у которых code равен 1, 2 или 4\n```\n<picklist\n filter={'by.column(\"code\").in([\"1\", \"2\", \"4\"])'}\n/>\n```\n\nВ качестве значения для сравнения может выступать поле из модели\n```\n<picklist\n filter={'by.column(\"code\").eql(path(\"SOME/FIELD\"))'}\n/>\n```\n\n#### CallHelperOnChange\n\nДля пиклиста можно вызвать хэлпер при изменении значения, указав его в атрибуте callHelperOnChange. \n\n**Важно:** при каждом изменении зависимого поля происходит событие onChange пиклиста, следовательно, сколько полей указано в binding, столько раз вызовется хэлпер. \nЕсли нужно вызвать хэлпер только 1 раз, то можно завязаться на имя какого-то измененного поля. Для этого в хэлпере **для немножественных пиклистов** добавлен параметр fieldName.\n\nПример:\n```\nexport default async function filterItems({ publicForm }, { bindingPath }, fieldName) {\n if (fieldName = \"fieldName\") {\n ...\n }\n}\n```\n";
137494
137596
 
137495
137597
  /***/ }),
137496
137598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.113.0-dynamic-height.0",
3
+ "version": "5.113.0-dynamic-height-2.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,