@arsedizioni/ars-utils 20.3.38 → 20.3.41
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/clipper.common/index.d.ts +0 -2
- package/evolution.common/index.d.ts +0 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -4
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +0 -2
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +1 -2
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/package.json +13 -13
- package/support.common/index.d.ts +0 -1
|
@@ -3468,8 +3468,9 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3468
3468
|
* Clear current filter params
|
|
3469
3469
|
*/
|
|
3470
3470
|
clearFilter() {
|
|
3471
|
+
const modules = this.filterParams.modules;
|
|
3471
3472
|
ClipperSearchUtils.clear(this.filterParams);
|
|
3472
|
-
this.filterParams.modules =
|
|
3473
|
+
this.filterParams.modules = modules;
|
|
3473
3474
|
this.filterSelector()?.reset();
|
|
3474
3475
|
this.filterParams.searchId = undefined;
|
|
3475
3476
|
this.filterParams.searchName = undefined;
|