jsf.js_next_gen 4.0.4-beta.2 → 4.0.4-beta.3

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.
@@ -4548,10 +4548,10 @@ var Implementation;
4548
4548
  * special myfaces only internal parameter for onProgress until we have an official api
4549
4549
  * that way we can track the progress of a xhr request (useful for file uploads)
4550
4550
  */
4551
- internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_PREINIT).value = (_f = (_e = (_d = options.value) === null || _d === void 0 ? void 0 : _d.myfaces) === null || _e === void 0 ? void 0 : _e.upload) === null || _f === void 0 ? void 0 : _f.preInit;
4552
- internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_LOADSTART).value = (_j = (_h = (_g = options.value) === null || _g === void 0 ? void 0 : _g.myfaces) === null || _h === void 0 ? void 0 : _h.upload) === null || _j === void 0 ? void 0 : _j.loadStart;
4553
- internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_ON_PROGRESS).value = (_m = (_l = (_k = options.value) === null || _k === void 0 ? void 0 : _k.myfaces) === null || _l === void 0 ? void 0 : _l.upload) === null || _m === void 0 ? void 0 : _m.onProgress;
4554
- internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_LOADEND).value = (_q = (_p = (_o = options.value) === null || _o === void 0 ? void 0 : _o.myfaces) === null || _p === void 0 ? void 0 : _p.upload) === null || _q === void 0 ? void 0 : _q.loadEnd;
4551
+ internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_PREINIT).value = (_f = (_e = (_d = options.value) === null || _d === void 0 ? void 0 : _d.myfaces) === null || _e === void 0 ? void 0 : _e.upload) === null || _f === void 0 ? void 0 : _f.preinit;
4552
+ internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_LOADSTART).value = (_j = (_h = (_g = options.value) === null || _g === void 0 ? void 0 : _g.myfaces) === null || _h === void 0 ? void 0 : _h.upload) === null || _j === void 0 ? void 0 : _j.loadstart;
4553
+ internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_ON_PROGRESS).value = (_m = (_l = (_k = options.value) === null || _k === void 0 ? void 0 : _k.myfaces) === null || _l === void 0 ? void 0 : _l.upload) === null || _m === void 0 ? void 0 : _m.progress;
4554
+ internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_LOADEND).value = (_q = (_p = (_o = options.value) === null || _o === void 0 ? void 0 : _o.myfaces) === null || _p === void 0 ? void 0 : _p.upload) === null || _q === void 0 ? void 0 : _q.loadend;
4555
4555
  internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_LOAD).value = (_t = (_s = (_r = options.value) === null || _r === void 0 ? void 0 : _r.myfaces) === null || _s === void 0 ? void 0 : _s.upload) === null || _t === void 0 ? void 0 : _t.load;
4556
4556
  internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_ERROR).value = (_w = (_v = (_u = options.value) === null || _u === void 0 ? void 0 : _u.myfaces) === null || _v === void 0 ? void 0 : _v.upload) === null || _w === void 0 ? void 0 : _w.error;
4557
4557
  internalCtx.assign(Const_1.CTX_PARAM_UPLOAD_ABORT).value = (_z = (_y = (_x = options.value) === null || _x === void 0 ? void 0 : _x.myfaces) === null || _y === void 0 ? void 0 : _y.upload) === null || _z === void 0 ? void 0 : _z.abort;
@@ -5385,10 +5385,10 @@ exports.CTX_OPTIONS_RESET = "resetValues";
5385
5385
  exports.CTX_OPTIONS_EXECUTE = "execute";
5386
5386
  exports.CTX_PARAM_MF_INTERNAL = "myfaces.internal";
5387
5387
  exports.CTX_PARAM_SRC_FRM_ID = "myfaces.source.formId";
5388
- exports.CTX_PARAM_UPLOAD_ON_PROGRESS = "myfaces.upload.onProgress";
5389
- exports.CTX_PARAM_UPLOAD_PREINIT = "myfaces.upload.preInit";
5390
- exports.CTX_PARAM_UPLOAD_LOADSTART = "myfaces.upload.loadStart";
5391
- exports.CTX_PARAM_UPLOAD_LOADEND = "myfaces.upload.loadEnd";
5388
+ exports.CTX_PARAM_UPLOAD_ON_PROGRESS = "myfaces.upload.progress";
5389
+ exports.CTX_PARAM_UPLOAD_PREINIT = "myfaces.upload.preinit";
5390
+ exports.CTX_PARAM_UPLOAD_LOADSTART = "myfaces.upload.loadstart";
5391
+ exports.CTX_PARAM_UPLOAD_LOADEND = "myfaces.upload.loadend";
5392
5392
  exports.CTX_PARAM_UPLOAD_LOAD = "myfaces.upload.load";
5393
5393
  exports.CTX_PARAM_UPLOAD_ERROR = "myfaces.upload.error";
5394
5394
  exports.CTX_PARAM_UPLOAD_ABORT = "myfaces.upload.abort";