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.
- package/bundles/tnx-shared.umd.js +5 -11
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/base/list-component-base.d.ts.map +1 -1
- package/esm2015/classes/base/list-component-base.js +1 -2
- package/fesm2015/tnx-shared.js +0 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -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
|
});
|