@colijnit/sharedcomponents 262.1.9 → 262.1.10
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/index.d.ts
CHANGED
|
@@ -195,12 +195,14 @@ declare class DocsignComponent {
|
|
|
195
195
|
constructor(_changeDetector: ChangeDetectorRef);
|
|
196
196
|
saveFirstSignature(sig: string): void;
|
|
197
197
|
saveSecondSignature(sig: string): void;
|
|
198
|
+
openPdfInNewTab(): void;
|
|
198
199
|
private _openPDF;
|
|
199
200
|
private _savePdf;
|
|
200
201
|
private _checkSignatures;
|
|
201
202
|
private _getPositionSignature;
|
|
202
203
|
private _saveSignature;
|
|
203
204
|
private _preparePDF;
|
|
205
|
+
private _isIOS;
|
|
204
206
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocsignComponent, never>;
|
|
205
207
|
static ɵcmp: i0.ɵɵComponentDeclaration<DocsignComponent, "co-docsign", never, { "pdf": { "alias": "pdf"; "required": false; }; "firstSignatureLabel": { "alias": "firstSignatureLabel"; "required": false; }; "firstSignatureField": { "alias": "firstSignatureField"; "required": false; }; "secondSignatureLabel": { "alias": "secondSignatureLabel"; "required": false; }; "secondSignatureField": { "alias": "secondSignatureField"; "required": false; }; "saveButtonLabel": { "alias": "saveButtonLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "signDocumentButtonLabel": { "alias": "signDocumentButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; }, { "pdfSaved": "pdfSaved"; "cancelClick": "cancelClick"; }, never, never, false, never>;
|
|
206
208
|
}
|