jqgrid_utils 1.26.4 → 1.27.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/jqgrid_utils.js CHANGED
@@ -24,6 +24,7 @@ module.exports = class Vanilla_website_utils
24
24
  /**
25
25
  * Takes the updated columns data and send it to your API post server
26
26
  * loadComplete: async function() for the old record needs to be called, see example !
27
+ * the jgrid ID must be of type string
27
28
  @alias module:Jqgrid_utils
28
29
  @param {object} - Grid Object (required)
29
30
  @param {string} - API URL like https://foo.com (required)
@@ -119,7 +120,7 @@ var jqu = new Jqgrid_utils({page:page});
119
120
  }
120
121
  else if(api != '' && Object.keys(row).length > 0 && row.inputData.oper == 'add')
121
122
  {
122
- console.log("...add");
123
+ //console.log("...add");
123
124
  for(let i in row.inputData)
124
125
  {
125
126
  if(row.inputData[i] && i != 'id' && i != 'oper')
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  {},
9
9
  "deprecated": false,
10
10
  "description": "Convenient Functions for the Free jqGrid",
11
- "homepage": "https://w3.calantas.org/free-dockers/jqgrid_utils",
11
+ "homepage": "https://github.com/myridia/jqgrid_utils",
12
12
  "license": "GPL-3.0-or-later",
13
13
  "main": "jqgrid_utils.js",
14
14
  "name": "jqgrid_utils",
@@ -23,11 +23,11 @@
23
23
  "repository":
24
24
  {
25
25
  "type": "hg",
26
- "url": "https://calantas.org/jqgrid_utils"
26
+ "url": "https://github.com/myridia/jqgrid_utils"
27
27
  },
28
28
  "scripts":
29
29
  {
30
30
  "test": "echo \"Error: no test specified\" && exit 1"
31
31
  },
32
- "version": "1.26.4"
32
+ "version": "1.27.0"
33
33
  }
package/dist/.hidden DELETED
File without changes