@colijnit/sharedcomponents 262.1.9 → 262.1.11
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/colijnit-sharedcomponents.mjs +28 -31
- package/fesm2022/colijnit-sharedcomponents.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -2
- package/3rdpartylicenses.txt +0 -3327
- package/browser/chunk-H5HZ6YB3.js +0 -1
- package/browser/chunk-JXHTPMR7.js +0 -5
- package/browser/chunk-KTNFH73E.js +0 -5
- package/browser/chunk-ZGRJSZN6.js +0 -2
- package/browser/favicon.ico +0 -0
- package/browser/index.html +0 -13
- package/browser/main-YTXKJY3E.js +0 -289
- package/browser/polyfills-5FDKUQTZ.js +0 -2
- package/browser/styles-FA2CB3GS.css +0 -1
- package/prerendered-routes.json +0 -3
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
|
}
|
|
@@ -3188,7 +3190,6 @@ declare class NotificationSummaryBlockComponent extends BaseActivitySummaryCompo
|
|
|
3188
3190
|
handleEmailChange(emailAddresses: string[]): void;
|
|
3189
3191
|
handleSendEmail(event: MouseEvent): Promise<void>;
|
|
3190
3192
|
private createEmailAddressString;
|
|
3191
|
-
private createEmailSubject;
|
|
3192
3193
|
private sendEmailIfNeccesary;
|
|
3193
3194
|
private startEmailing;
|
|
3194
3195
|
private _createEmailParams;
|
|
@@ -3954,7 +3955,6 @@ declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapterCompone
|
|
|
3954
3955
|
private startEmailing;
|
|
3955
3956
|
private _createEmailParams;
|
|
3956
3957
|
private _createEmailAddressString;
|
|
3957
|
-
private _createEmailSubject;
|
|
3958
3958
|
private _clearFields;
|
|
3959
3959
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaskCreatorComponent, never>;
|
|
3960
3960
|
static ɵcmp: i0.ɵɵComponentDeclaration<TaskCreatorComponent, "co-task-creator", never, { "author": { "alias": "author"; "required": false; }; "branchNo": { "alias": "branchNo"; "required": false; }; "table": { "alias": "table"; "required": false; }; "remarkAndWorkKey": { "alias": "remarkAndWorkKey"; "required": false; }; "taskKey": { "alias": "taskKey"; "required": false; }; "workflowCategoryType": { "alias": "workflowCategoryType"; "required": false; }; "allowRemarkCreation": { "alias": "allowRemarkCreation"; "required": false; }; "allowWorkCreation": { "alias": "allowWorkCreation"; "required": false; }; "allowTaskCreation": { "alias": "allowTaskCreation"; "required": false; }; "allowEmailing": { "alias": "allowEmailing"; "required": false; }; }, { "activityCreated": "activityCreated"; "taskCreated": "taskCreated"; }, never, never, false, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/common": "^20.3.16",
|
|
12
12
|
"@angular/core": "^20.3.16",
|
|
13
13
|
"@colijnit/articleapi": ">=262.1.0",
|
|
14
|
-
"@colijnit/mainapi": ">=262.1.
|
|
14
|
+
"@colijnit/mainapi": ">=262.1.8",
|
|
15
15
|
"@colijnit/corecomponents_v12": ">=262.1.0",
|
|
16
16
|
"@colijnit/ioneconnector": ">=262.1.0",
|
|
17
17
|
"@colijnit/sharedapi": ">=1.0.20",
|