@arsedizioni/ars-utils 20.2.18 → 20.2.20
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 +2 -2
- package/clipper.ui/index.d.ts +1 -1
- package/evolution.common/index.d.ts +4 -4
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +4 -4
- 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 +8 -8
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -3033,6 +3033,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3033
3033
|
ngOnInit() {
|
|
3034
3034
|
// Initialize filter
|
|
3035
3035
|
this.filterParams.version = 7;
|
|
3036
|
+
this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
|
|
3036
3037
|
this.initializeFilter();
|
|
3037
3038
|
// Initialize selection
|
|
3038
3039
|
this.selection = new SelectableModel(true, 'documentId');
|