@arsedizioni/ars-utils 21.0.6 → 21.0.7
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 +6 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
|
@@ -1976,7 +1976,7 @@ class ClipperUtils {
|
|
|
1976
1976
|
{ name: "Data fonte decrescente", value: ClipperSort.SourceDateDesc },
|
|
1977
1977
|
{ name: "Data fonte crescente", value: ClipperSort.SourceDateAsc },
|
|
1978
1978
|
{ name: "Rilevanza", value: ClipperSort.Relevance },
|
|
1979
|
-
{ name: "Popolarità", value: ClipperSort.Popularity },
|
|
1979
|
+
//{ name: "Popolarità", value: ClipperSort.Popularity },
|
|
1980
1980
|
];
|
|
1981
1981
|
let sortOptions = [];
|
|
1982
1982
|
if (params && ClipperSearchUtils.isTextQuery(params)) {
|