@arsedizioni/ars-utils 21.2.144 → 21.2.145
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/package.json
CHANGED
|
@@ -24,6 +24,7 @@ declare class ClipperDocumentManager {
|
|
|
24
24
|
protected dialogService: ApplicationDialogService;
|
|
25
25
|
protected canUseArchive: _angular_core.WritableSignal<boolean>;
|
|
26
26
|
protected canHandleTooManyResults: _angular_core.WritableSignal<boolean>;
|
|
27
|
+
protected canPopulateContacts: _angular_core.WritableSignal<boolean>;
|
|
27
28
|
/**
|
|
28
29
|
* Export a document in pdf format
|
|
29
30
|
* @param item : the document to export
|