@arsedizioni/ars-utils 20.3.25 → 20.3.26
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.ui/index.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +1 -2
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -3479,6 +3479,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3479
3479
|
*/
|
|
3480
3480
|
clearFilter() {
|
|
3481
3481
|
ClipperSearchUtils.clear(this.filterParams);
|
|
3482
|
+
this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
|
|
3482
3483
|
this.filterSelector()?.reset();
|
|
3483
3484
|
this.filterParams.searchId = undefined;
|
|
3484
3485
|
this.filterParams.searchName = undefined;
|