tnx-shared 5.3.191 → 5.3.192

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.
@@ -18471,7 +18471,6 @@ class ListComponentBase extends ComponentBase {
18471
18471
  this.FileUploadMode = FileUploadMode;
18472
18472
  this.Operator = Operator;
18473
18473
  this.showSaveReorder = false;
18474
- this.settingDefault = new CrudListSetting();
18475
18474
  this._unSubscribeAll = new Subject();
18476
18475
  this.handleSelectRow = (evt, data) => {
18477
18476
  if (this.setting.hasCustomHandleClickRow) {
@@ -18710,7 +18709,6 @@ class ListComponentBase extends ComponentBase {
18710
18709
  this.handleCheckAll = this.handleCheckAll.bind(this);
18711
18710
  this.handleCheckAll_Group = this.handleCheckAll_Group.bind(this);
18712
18711
  this.environment = this._moduleConfigService.getConfig().environment;
18713
- this.settingDefault = Object.assign(this.setting, this.settingDefault);
18714
18712
  }
18715
18713
  set _table(v) {
18716
18714
  this.table = v;