@arsedizioni/ars-utils 18.2.321 → 18.2.323
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/common/definitions.d.ts +2 -3
- package/esm2022/clipper.common/common/definitions.mjs +3 -4
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1169,8 +1169,8 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
|
|
|
1169
1169
|
if (this.facets && this.snapshot) {
|
|
1170
1170
|
this.snapshot.facets = this.facets?.save();
|
|
1171
1171
|
this.snapshot.facets.hasTooManyResults = this.snapshot.total >= 1000;
|
|
1172
|
+
this.hasFacets.set(this.snapshot.facets.hasFacets);
|
|
1172
1173
|
}
|
|
1173
|
-
this.hasFacets.set(this.snapshot.facets.hasFacets);
|
|
1174
1174
|
}
|
|
1175
1175
|
else if (months || month) {
|
|
1176
1176
|
if (months) {
|