@sumaris-net/ngx-components 1.23.1-rc4 → 1.23.1-rc5

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.
@@ -25826,7 +25826,7 @@
25826
25826
  * @param config Additional configuration for table.
25827
25827
  */
25828
25828
  function EntitiesTableDataSource(dataType, dataService, validatorService, options) {
25829
- var _this = _super_1.call(this, [], dataType, validatorService, Object.assign({ keepOriginalDataAfterConfirm: false, readOnly: false, saveOnlyDirtyRows: false, dataServiceOptions: {} }, options)) || this;
25829
+ var _this = _super_1.call(this, [], dataType, validatorService, Object.assign({ keepOriginalDataAfterConfirm: false, readOnly: false, saveOnlyDirtyRows: false }, options)) || this;
25830
25830
  _this.dataService = dataService;
25831
25831
  _this._debug = false;
25832
25832
  _this._creating = false;