nuxeo-development-framework 5.3.8 → 5.3.9

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.
@@ -22313,7 +22313,7 @@
22313
22313
  };
22314
22314
  NdfTableComponent.prototype.exportTable = function (type) {
22315
22315
  var _this = this;
22316
- var _a, _b, _c, _d;
22316
+ var _a, _b, _c, _d, _e;
22317
22317
  var request = ___default["default"].cloneDeep((_a = this.exportTableConfig) === null || _a === void 0 ? void 0 : _a.request);
22318
22318
  if (!request) {
22319
22319
  return;
@@ -22326,10 +22326,11 @@
22326
22326
  var payload = {
22327
22327
  predicateList: criteria.payload.predicateList || [],
22328
22328
  reportMetaData: {
22329
+ blobName: ((_c = this.exportTableConfig) === null || _c === void 0 ? void 0 : _c.blobName) || this.tableConfig.pageProvider,
22329
22330
  docTypeName: this.exportTableConfig.docTypeName,
22330
22331
  fileType: type,
22331
- locale: ((_c = this.exportTableConfig) === null || _c === void 0 ? void 0 : _c.locale) || this._translateService.currentLang,
22332
- fields: ((_d = this.exportTableConfig) === null || _d === void 0 ? void 0 : _d.fields) || fields,
22332
+ locale: ((_d = this.exportTableConfig) === null || _d === void 0 ? void 0 : _d.locale) || this._translateService.currentLang,
22333
+ fields: ((_e = this.exportTableConfig) === null || _e === void 0 ? void 0 : _e.fields) || fields,
22333
22334
  headers: []
22334
22335
  }
22335
22336
  };