@arsedizioni/ars-utils 18.2.257 → 18.2.260

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.
@@ -86,7 +86,7 @@ var ClipperModel;
86
86
  ClipperModel[ClipperModel["RimaniAggiornato"] = 21] = "RimaniAggiornato";
87
87
  })(ClipperModel || (ClipperModel = {}));
88
88
  const ClipperModels = [
89
- { value: ClipperModel.AggiornamentoNormativo, name: "Aggiornamento normativo" },
89
+ { value: ClipperModel.AggiornamentoNormativo, name: "Testi storici" },
90
90
  { value: ClipperModel.News, name: 'News' },
91
91
  { value: ClipperModel.Articoli, name: 'Articoli' },
92
92
  { value: ClipperModel.Juris, name: 'Juris' },
@@ -94,7 +94,7 @@ const ClipperModels = [
94
94
  { value: ClipperModel.NormativaVigente, name: 'Normativa vigente' },
95
95
  { value: ClipperModel.Scadenze, name: 'Scadenze' },
96
96
  { value: ClipperModel.AllerteAlimentari, name: 'Allerte alimentari' },
97
- { value: ClipperModel.MetodiDiAnalisi, name: 'Metodi di analisi' }
97
+ { value: ClipperModel.Coordinamento, name: 'Modifiche e abrogazioni' },
98
98
  ];
99
99
  const ClipperModuleGroups = [
100
100
  { name: "", value: ClipperModuleGroup.Home },
@@ -1452,6 +1452,7 @@ class ClipperSearchParams {
1452
1452
  this.model = null;
1453
1453
  this.models = null;
1454
1454
  this.module = null;
1455
+ this.modules = null;
1455
1456
  this.mode = null;
1456
1457
  this.channels = [...ClipperChannels];
1457
1458
  this.count = 15;