cronapi-js 2.9.3-SP.5 → 2.9.3-SP.8

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/cronapi.js +1 -0
  2. package/package.json +1 -1
package/cronapi.js CHANGED
@@ -6165,6 +6165,7 @@ function cronapi() {
6165
6165
  * @nameTags getSelectedRowsGrid|Obter linhas selecionadas da grade
6166
6166
  * @description {{functionToGetSelectedRowsGrid}}
6167
6167
  * @param {ObjectType.STRING} field {{field}}
6168
+ * @platform W
6168
6169
  * @returns {ObjectType.OBJECT}
6169
6170
  */
6170
6171
  this.cronapi.screen.getSelectedRowsGrid = function(/** @type {ObjectType.STRING} @blockType field_from_screen*/ field) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapi-js",
3
- "version": "2.9.3-SP.5",
3
+ "version": "2.9.3-SP.8",
4
4
  "description": "Public library for CronApp's users",
5
5
  "main": "cronapi.js",
6
6
  "scripts": {