@colijnit/sharedcomponents 262.1.10 → 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/index.d.ts CHANGED
@@ -3190,7 +3190,6 @@ declare class NotificationSummaryBlockComponent extends BaseActivitySummaryCompo
3190
3190
  handleEmailChange(emailAddresses: string[]): void;
3191
3191
  handleSendEmail(event: MouseEvent): Promise<void>;
3192
3192
  private createEmailAddressString;
3193
- private createEmailSubject;
3194
3193
  private sendEmailIfNeccesary;
3195
3194
  private startEmailing;
3196
3195
  private _createEmailParams;
@@ -3956,7 +3955,6 @@ declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapterCompone
3956
3955
  private startEmailing;
3957
3956
  private _createEmailParams;
3958
3957
  private _createEmailAddressString;
3959
- private _createEmailSubject;
3960
3958
  private _clearFields;
3961
3959
  static ɵfac: i0.ɵɵFactoryDeclaration<TaskCreatorComponent, never>;
3962
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.10",
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.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",