@arsedizioni/ars-utils 21.1.5 → 21.1.6
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 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +18 -10
- 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 +6 -1
|
@@ -1626,7 +1626,6 @@ class ClipperSearchParams {
|
|
|
1626
1626
|
this.showUnreadDocumentsOnly = false;
|
|
1627
1627
|
this.showCommentedDocumentsOnly = false;
|
|
1628
1628
|
this.showNotAbrogatedDocumentsOnly = false;
|
|
1629
|
-
this.expandTextQueryUsingAI = false;
|
|
1630
1629
|
this.channels = [...ClipperChannels];
|
|
1631
1630
|
this.count = 15;
|
|
1632
1631
|
this.excludeTextReferences = false;
|
|
@@ -2042,7 +2041,6 @@ class ClipperSearchUtils {
|
|
|
2042
2041
|
params.showUnreadDocumentsOnly = false;
|
|
2043
2042
|
params.showCommentedDocumentsOnly = false;
|
|
2044
2043
|
params.showNotAbrogatedDocumentsOnly = false;
|
|
2045
|
-
params.expandTextQueryUsingAI = false;
|
|
2046
2044
|
if (!params.channels || params.channels.length === 0) {
|
|
2047
2045
|
params.channels = [...ClipperChannels];
|
|
2048
2046
|
}
|