@arsedizioni/ars-utils 20.3.59 → 20.3.60
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.ui/index.d.ts
CHANGED
|
@@ -704,8 +704,8 @@ declare class ClipperBrowserComponent extends ClipperSearchResultManager impleme
|
|
|
704
704
|
*/
|
|
705
705
|
protected sort(newSort?: NameValueItem<any>): void;
|
|
706
706
|
/**
|
|
707
|
-
|
|
708
|
-
|
|
707
|
+
* Show free text help
|
|
708
|
+
*/
|
|
709
709
|
protected help(): void;
|
|
710
710
|
/**
|
|
711
711
|
* Compose a free text search query
|
|
@@ -3996,8 +3996,8 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3996
3996
|
}
|
|
3997
3997
|
}
|
|
3998
3998
|
/**
|
|
3999
|
-
|
|
4000
|
-
|
|
3999
|
+
* Show free text help
|
|
4000
|
+
*/
|
|
4001
4001
|
help() {
|
|
4002
4002
|
this.dialogService.open(ClipperSearchFreeTextHelpComponent, {
|
|
4003
4003
|
ariaLabel: 'informazioni ricerca',
|
|
@@ -4024,6 +4024,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
4024
4024
|
});
|
|
4025
4025
|
d.componentInstance.done.subscribe((result) => {
|
|
4026
4026
|
this.filterParams.text = result.query;
|
|
4027
|
+
this.changeDetector.markForCheck();
|
|
4027
4028
|
d.close();
|
|
4028
4029
|
});
|
|
4029
4030
|
}
|