@arsedizioni/ars-utils 21.0.27 → 21.0.29
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +3 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
|
@@ -2694,6 +2694,9 @@ class ClipperReferencesComponent extends ClipperSearchResultManager {
|
|
|
2694
2694
|
if (this.snapshot.facets?.author || this.snapshot.facets?.changedAuthor) {
|
|
2695
2695
|
newParams.author = this.snapshot.facets?.author;
|
|
2696
2696
|
}
|
|
2697
|
+
if (this.snapshot.facets?.anchor || this.snapshot.facets?.changedAnchor) {
|
|
2698
|
+
newParams.anchor = this.snapshot.facets?.anchor;
|
|
2699
|
+
}
|
|
2697
2700
|
return newParams;
|
|
2698
2701
|
}
|
|
2699
2702
|
/**
|