jsf.js_next_gen 4.0.0-RC.5 → 4.0.0-RC.6

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.
@@ -8293,6 +8293,11 @@ var oam;
8293
8293
  */
8294
8294
  oam.submitForm = function (formName, linkId, target, params) {
8295
8295
  var _a, _b, _c, _d, _e, _f;
8296
+ if (linkId === void 0) { linkId = null; }
8297
+ if (target === void 0) { target = null; }
8298
+ if (params === void 0) { params = {}; }
8299
+ //handle a possible incoming null, not sure if this is used that way anywhere, but we allow it
8300
+ params = (!params) ? {} : params;
8296
8301
  var clearFn = 'clearFormHiddenParams_' + formName.replace(/-/g, '\$:').replace(/:/g, '_');
8297
8302
  (_a = window === null || window === void 0 ? void 0 : window[clearFn]) === null || _a === void 0 ? void 0 : _a.call(window, formName);
8298
8303
  //autoscroll code
Binary file
Binary file