tnx-shared 5.3.228 → 5.3.229

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.
@@ -32118,7 +32118,7 @@
32118
32118
  else {
32119
32119
  this.setting.schema = this.genFormSchema(columnFilters);
32120
32120
  }
32121
- this.isDisableOpenFull = this.setting.schema.length <= 4 && !this._commonService.isMobile();
32121
+ this.isDisableOpenFull = (this.setting.schema.length <= Math.round(12 / (this.parentSetting.mdWidthCommonSearch))) && !this._commonService.isMobile();
32122
32122
  _super.prototype.ngOnInit.call(this);
32123
32123
  if (Object.keys(this.defaultValues).length) {
32124
32124
  this.handleSearch();