tnx-shared 5.3.164 → 5.3.165

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.
@@ -19297,7 +19297,6 @@ class ListComponentBase extends ComponentBase {
19297
19297
  return __awaiter(this, void 0, void 0, function* () {
19298
19298
  this.filter_commonSearch = data.filters;
19299
19299
  this.dataSearchCommon = data.dataForm;
19300
- yield this.onSearched.emit(data);
19301
19300
  this.setting.pageSetting.page = 1;
19302
19301
  this.getData();
19303
19302
  });