@arsedizioni/ars-utils 21.0.52 → 21.1.1
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 +0 -6
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +6 -37
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +0 -6
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
|
@@ -1668,12 +1668,6 @@ class ClipperSearchFacetsSnapshot {
|
|
|
1668
1668
|
this.hasFacets = false;
|
|
1669
1669
|
this.hasMoreFacets = false;
|
|
1670
1670
|
this.hasTooManyResults = false;
|
|
1671
|
-
this.changedInterval = false;
|
|
1672
|
-
this.changedSector = false;
|
|
1673
|
-
this.changedAuthor = false;
|
|
1674
|
-
this.changedAnchor = false;
|
|
1675
|
-
this.changedType = false;
|
|
1676
|
-
this.changedReason = false;
|
|
1677
1671
|
}
|
|
1678
1672
|
}
|
|
1679
1673
|
class ClipperSearchCalendarSnapshotResult {
|