diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index e5491be92f92bdcea74b3034366c7d9cb7323841..07fa8511b85e47bc30d2838c60e8ac1b64a33318 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -7498,7 +7498,8 @@ var hiprint = function (t) { ctable = function () { return function (t) { this.title = t.title, this.type = t.type, this.editable = t.editable, this.columnDisplayEditable = t.columnDisplayEditable, this.columnDisplayIndexEditable = t.columnDisplayIndexEditable, this.columnTitleEditable = t.columnTitleEditable, this.columnResizable = t.columnResizable, this.columnAlignEditable = t.columnAlignEditable, - this.isEnableEditField = t.isEnableEditField, this.isEnableContextMenu = t.isEnableContextMenu, this.isEnableInsertRow = t.isEnableInsertRow, this.isEnableDeleteRow = t.isEnableDeleteRow, this.isEnableInsertColumn = t.isEnableInsertColumn, this.isEnableDeleteColumn = t.isEnableDeleteColumn, this.isEnableMergeCell = t.isEnableMergeCell; + this.isEnableEditField = t.isEnableEditField, this.isEnableContextMenu = t.isEnableContextMenu, this.isEnableInsertRow = t.isEnableInsertRow, this.isEnableDeleteRow = t.isEnableDeleteRow, this.isEnableInsertColumn = t.isEnableInsertColumn, this.isEnableDeleteColumn = t.isEnableDeleteColumn, this.isEnableMergeCell = t.isEnableMergeCell, + this.groupFields = t.groupFields,this.groupFormatter = t.groupFormatter,this.groupFooterFormatter = t.groupFooterFormatter; }; }(), h = function () { @@ -7541,7 +7542,10 @@ var hiprint = function (t) { isEnableDeleteRow: this.isEnableDeleteRow, isEnableInsertColumn: this.isEnableInsertColumn, isEnableDeleteColumn: this.isEnableDeleteColumn, - isEnableMergeCell: this.isEnableMergeCell + isEnableMergeCell: this.isEnableMergeCell, + groupFields: this.groupFields, + groupFormatter: this.groupFormatter, + groupFooterFormatter: this.groupFooterFormatter }); } return new c({