@kontur.candy/generator 5.41.0-testmmbot.0 → 5.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -99936,6 +99936,7 @@ BindingPath: ${errorPath}`));
|
|
|
99936
99936
|
const rowDataBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_5__.componentMarkupBuilder)("StickyTableBodyRow");
|
|
99937
99937
|
context.pushPathsContext();
|
|
99938
99938
|
rowDataBuilder.appendChildren(this.getColumns(context, node, columns, sideSize, Infinity));
|
|
99939
|
+
rowDataBuilder.prop(x => x.bindingPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_13__.getNewBindingPathExpression)(row));
|
|
99939
99940
|
const columnsStructure = (_context$popPathsCont = context.popPathsContext()) === null || _context$popPathsCont === void 0 ? void 0 : _context$popPathsCont.paths;
|
|
99940
99941
|
if ((columnsStructure === null || columnsStructure === void 0 ? void 0 : columnsStructure.length) !== 0) {
|
|
99941
99942
|
rowDataBuilder.prop(x => x.columnsStructure).set(columnsStructure);
|
|
@@ -99966,6 +99967,7 @@ BindingPath: ${errorPath}`));
|
|
|
99966
99967
|
columnCount += 1;
|
|
99967
99968
|
}
|
|
99968
99969
|
const mb = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_5__.componentMarkupBuilder)("StickyTableBodyRow");
|
|
99970
|
+
mb.prop(x => x.bindingPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_13__.getNewBindingPathExpression)(row));
|
|
99969
99971
|
mb.appendChildren(this.getColumns(context, node, columns, 0, columnCount, true));
|
|
99970
99972
|
sidebarBuilder.appendChild(mb.buildConverterResult());
|
|
99971
99973
|
}
|