Skip to content

Commit

Permalink
rebuild all src/min/map and dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKi committed Aug 16, 2018
1 parent a9c7b79 commit a53f9ce
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 32 deletions.
6 changes: 3 additions & 3 deletions dist/jquery.jqgrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.jqgrid.min.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions dist/jquery.jqgrid.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license jqGrid 4.15.5 - free jqGrid: https://github.com/free-jqgrid/jqGrid
* @license jqGrid 4.15.6-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* Date: 2018-08-13
* Date: 2018-08-16
*/
//jsHint options
/*jshint eqnull:true */
Expand Down Expand Up @@ -381,7 +381,7 @@

$.extend(true, jgrid, {
/** @const */
version: "4.15.5",
version: "4.15.6-pre",
/** @const */
productName: "free jqGrid",
defaults: {},
Expand Down Expand Up @@ -16613,6 +16613,7 @@
useDefValues: true,
useFormatter: false,
beforeAddRow: null,
//srcRowid: undefined,
addRowParams: { extraparam: {} }
}, jgrid.inlineEdit, p.inlineEditing || {}, oMuligrid || {});
if (!editFeedback.call($t, o, "beforeAddRow", o.addRowParams)) { return; }
Expand All @@ -16627,7 +16628,7 @@
});
}
o.rowID = p.idPrefix + o.rowID;
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position);
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position, o.srcRowid);
$("#" + jgrid.jqID(o.rowID), $t).addClass("jqgrid-new-row");
if (o.useFormatter) {
$("#" + jgrid.jqID(o.rowID) + " .ui-inline-edit", $t).click();
Expand Down
6 changes: 3 additions & 3 deletions dist/modules/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license jqGrid 4.15.5 - free jqGrid: https://github.com/free-jqgrid/jqGrid
* @license jqGrid 4.15.6-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* Date: 2018-08-13
* Date: 2018-08-16
*/
//jsHint options
/*jshint eqnull:true */
Expand Down Expand Up @@ -381,7 +381,7 @@

$.extend(true, jgrid, {
/** @const */
version: "4.15.5",
version: "4.15.6-pre",
/** @const */
productName: "free jqGrid",
defaults: {},
Expand Down
3 changes: 2 additions & 1 deletion dist/modules/grid.inlinedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@
useDefValues: true,
useFormatter: false,
beforeAddRow: null,
//srcRowid: undefined,
addRowParams: { extraparam: {} }
}, jgrid.inlineEdit, p.inlineEditing || {}, oMuligrid || {});
if (!editFeedback.call($t, o, "beforeAddRow", o.addRowParams)) { return; }
Expand All @@ -543,7 +544,7 @@
});
}
o.rowID = p.idPrefix + o.rowID;
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position);
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position, o.srcRowid);
$("#" + jgrid.jqID(o.rowID), $t).addClass("jqgrid-new-row");
if (o.useFormatter) {
$("#" + jgrid.jqID(o.rowID) + " .ui-inline-edit", $t).click();
Expand Down
6 changes: 3 additions & 3 deletions dist/modules/min/grid.base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/min/grid.base.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/min/grid.inlinedit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/min/grid.inlinedit.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ts/free-jqgrid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,7 @@ declare namespace FreeJqGrid {
initdata?: any;
position?: AddRowDataPosition;
rowID?: null | string | ((options: AddRowOptions) => string);
srcRowid?: string;
useDefValues?: boolean;
useFormatter?: boolean;
[propName: string]: any; // allow to have any number of other properties
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.jqgrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.jqgrid.min.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions js/jquery.jqgrid.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license jqGrid 4.15.5 - free jqGrid: https://github.com/free-jqgrid/jqGrid
* @license jqGrid 4.15.6-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* Date: 2018-08-13
* Date: 2018-08-16
*/
//jsHint options
/*jshint eqnull:true */
Expand Down Expand Up @@ -381,7 +381,7 @@

$.extend(true, jgrid, {
/** @const */
version: "4.15.5",
version: "4.15.6-pre",
/** @const */
productName: "free jqGrid",
defaults: {},
Expand Down Expand Up @@ -16613,6 +16613,7 @@
useDefValues: true,
useFormatter: false,
beforeAddRow: null,
//srcRowid: undefined,
addRowParams: { extraparam: {} }
}, jgrid.inlineEdit, p.inlineEditing || {}, oMuligrid || {});
if (!editFeedback.call($t, o, "beforeAddRow", o.addRowParams)) { return; }
Expand All @@ -16627,7 +16628,7 @@
});
}
o.rowID = p.idPrefix + o.rowID;
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position);
$self.jqGrid("addRowData", o.rowID, o.initdata, o.position, o.srcRowid);
$("#" + jgrid.jqID(o.rowID), $t).addClass("jqgrid-new-row");
if (o.useFormatter) {
$("#" + jgrid.jqID(o.rowID) + " .ui-inline-edit", $t).click();
Expand Down
6 changes: 3 additions & 3 deletions js/min/grid.base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/min/grid.base.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/min/grid.inlinedit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/min/grid.inlinedit.js.map

Large diffs are not rendered by default.

0 comments on commit a53f9ce

Please sign in to comment.