@alfresco/adf-insights 8.4.0-19859727225 → 8.4.0-19864816317

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.
@@ -78,10 +78,10 @@ class WidgetComponent {
78
78
  changeValue(field) {
79
79
  this.fieldChanged.emit(field);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WidgetComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: WidgetComponent, isStandalone: true, inputs: { field: "field" }, outputs: { fieldChanged: "fieldChanged" }, usesOnChanges: true, ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: WidgetComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: WidgetComponent, isStandalone: true, inputs: { field: "field" }, outputs: { fieldChanged: "fieldChanged" }, usesOnChanges: true, ngImport: i0 }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WidgetComponent, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: WidgetComponent, decorators: [{
85
85
  type: Directive
86
86
  }], propDecorators: { field: [{
87
87
  type: Input
@@ -107,10 +107,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
107
107
  */
108
108
  /* eslint-disable @angular-eslint/component-selector, @angular-eslint/no-input-rename */
109
109
  class CheckboxWidgetAnalyticsComponent extends WidgetComponent {
110
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: CheckboxWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
111
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: CheckboxWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-checkbox-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\">\n <mat-checkbox\n color=\"primary\"\n formControlName=\"{{controllerName}}\"\n [id]=\"field.id\"\n [checked]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue(field)\"\n >{{field.nameKey | translate}}</mat-checkbox\n >\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i2$1.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }], encapsulation: i0.ViewEncapsulation.None }); }
110
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CheckboxWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
111
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: CheckboxWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-checkbox-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\">\n <mat-checkbox\n color=\"primary\"\n formControlName=\"{{controllerName}}\"\n [id]=\"field.id\"\n [checked]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue(field)\"\n >{{field.nameKey | translate}}</mat-checkbox\n >\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i2$1.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }], encapsulation: i0.ViewEncapsulation.None }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: CheckboxWidgetAnalyticsComponent, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CheckboxWidgetAnalyticsComponent, decorators: [{
114
114
  type: Component,
115
115
  args: [{ selector: 'analytics-checkbox-widget', imports: [CommonModule, TranslatePipe, ReactiveFormsModule, MatCheckboxModule], host: {
116
116
  '(click)': 'event($event)'
@@ -223,13 +223,13 @@ class DateRangeWidgetComponent {
223
223
  isStartDateEmpty() {
224
224
  return this.dateRange?.controls.startDate && !this.dateRange.controls.startDate.valid;
225
225
  }
226
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DateRangeWidgetComponent, deps: [{ token: i1.DateAdapter }], target: i0.ɵɵFactoryTarget.Component }); }
227
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DateRangeWidgetComponent, isStandalone: true, selector: "adf-date-range-widget", inputs: { dateRange: ["group", "dateRange"], field: "field" }, outputs: { dateRangeChanged: "dateRangeChanged" }, providers: [
226
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DateRangeWidgetComponent, deps: [{ token: i1.DateAdapter }], target: i0.ɵɵFactoryTarget.Component }); }
227
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DateRangeWidgetComponent, isStandalone: true, selector: "adf-date-range-widget", inputs: { dateRange: ["group", "dateRange"], field: "field" }, outputs: { dateRangeChanged: "dateRangeChanged" }, providers: [
228
228
  { provide: DateAdapter, useClass: AdfDateFnsAdapter },
229
229
  { provide: MAT_DATE_FORMATS, useValue: ADF_DATE_FORMATS }
230
230
  ], ngImport: i0, template: "<label for=\"adf-dateRange\">{{field.nameKey | translate}}</label><br />\n<div id=\"adf-dateRange\" [formGroup]=\"dateRange\">\n <small *ngIf=\"isStartDateGreaterThanEndDate()\" class=\"adf-date-range-analytics-text-danger\">\n {{'DATE-WIDGET.MESSAGES.START-LESS-THAN-END-DATE' | translate}}\n </small>\n <small *ngIf=\"isStartDateEmpty()\" class=\"adf-date-range-analytics-text-danger\">\n {{'DATE-WIDGET.MESSAGES.START-DATE-REQUIRED' | translate}}\n </small>\n\n <mat-grid-list cols=\"2\" rowHeight=\"80px\">\n <mat-grid-tile>\n <mat-form-field>\n <input\n matInput\n [min]=\"minDate\"\n [max]=\"maxDate\"\n formControlName=\"startDate\"\n [matDatepicker]=\"startDate\"\n [value]=\"startDateValue\"\n (keydown)=\"true\"\n (dateChange)=\"onGroupValueChanged()\"\n placeholder=\"{{'DATE-WIDGET.START-DATE' | translate}}\"\n id=\"startDate_id\"\n required\n />\n <mat-datepicker-toggle matSuffix [for]=\"startDate\" />\n </mat-form-field>\n <mat-datepicker #startDate [touchUi]=\"true\" />\n </mat-grid-tile>\n <mat-grid-tile>\n <mat-form-field>\n <input\n matInput\n [min]=\"minDate\"\n [max]=\"maxDate\"\n formControlName=\"endDate\"\n [matDatepicker]=\"endDate\"\n [value]=\"endDateValue\"\n (keydown)=\"true\"\n (dateChange)=\"onGroupValueChanged()\"\n placeholder=\"{{'DATE-WIDGET.END-DATE' | translate}}\"\n id=\"endDate_id\"\n required\n />\n <mat-datepicker-toggle matSuffix [for]=\"endDate\" />\n </mat-form-field>\n <mat-datepicker #endDate [touchUi]=\"true\" />\n </mat-grid-tile>\n </mat-grid-list>\n</div>\n", styles: [".adf-date-range-analytics-text-danger{color:var(--theme-warn-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatGridListModule }, { kind: "component", type: i4.MatGridList, selector: "mat-grid-list", inputs: ["cols", "gutterSize", "rowHeight"], exportAs: ["matGridList"] }, { kind: "component", type: i4.MatGridTile, selector: "mat-grid-tile", inputs: ["rowspan", "colspan"], exportAs: ["matGridTile"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i7.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i7.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i7.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }], encapsulation: i0.ViewEncapsulation.None }); }
231
231
  }
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DateRangeWidgetComponent, decorators: [{
232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DateRangeWidgetComponent, decorators: [{
233
233
  type: Component,
234
234
  args: [{ selector: 'adf-date-range-widget', imports: [CommonModule, TranslatePipe, ReactiveFormsModule, MatGridListModule, MatFormFieldModule, MatInputModule, MatDatepickerModule], providers: [
235
235
  { provide: DateAdapter, useClass: AdfDateFnsAdapter },
@@ -284,10 +284,10 @@ class DropdownWidgetAnalyticsComponent extends WidgetComponent {
284
284
  }
285
285
  return validatorList;
286
286
  }
287
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DropdownWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
288
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DropdownWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-dropdown-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", showDefaultOption: "showDefaultOption", required: "required", defaultOptionText: "defaultOptionText" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-dropdown-widget\" [formGroup]=\"formGroup\">\n <label class=\"adf-dropdown-widget__label\" [attr.for]=\"field.id\">{{field.nameKey | translate}}</label>\n <select\n [formControlName]=\"controllerName\"\n [attr.id]=\"'select-' + field.id\"\n class=\"adf-dropdown-widget__select\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue($event)\"\n >\n <option *ngIf=\"showDefaultOption\" value=\"null\">{{defaultOptionText}}</option>\n <option *ngFor=\"let opt of field.options\" [value]=\"opt.id\">{{opt.label}}</option>\n </select>\n</div>\n", styles: [".adf-dropdown-widget,.adf-dropdown-widget__select{width:100%}.adf-dropdown-widget__invalid .adf-dropdown-widget__select{border-color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label{color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label:after{background-color:var(--theme-warn-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }], encapsulation: i0.ViewEncapsulation.None }); }
287
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DropdownWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
288
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DropdownWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-dropdown-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", showDefaultOption: "showDefaultOption", required: "required", defaultOptionText: "defaultOptionText" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-dropdown-widget\" [formGroup]=\"formGroup\">\n <label class=\"adf-dropdown-widget__label\" [attr.for]=\"field.id\">{{field.nameKey | translate}}</label>\n <select\n [formControlName]=\"controllerName\"\n [attr.id]=\"'select-' + field.id\"\n class=\"adf-dropdown-widget__select\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue($event)\"\n >\n <option *ngIf=\"showDefaultOption\" value=\"null\">{{defaultOptionText}}</option>\n <option *ngFor=\"let opt of field.options\" [value]=\"opt.id\">{{opt.label}}</option>\n </select>\n</div>\n", styles: [".adf-dropdown-widget,.adf-dropdown-widget__select{width:100%}.adf-dropdown-widget__invalid .adf-dropdown-widget__select{border-color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label{color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label:after{background-color:var(--theme-warn-color)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }], encapsulation: i0.ViewEncapsulation.None }); }
289
289
  }
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DropdownWidgetAnalyticsComponent, decorators: [{
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DropdownWidgetAnalyticsComponent, decorators: [{
291
291
  type: Component,
292
292
  args: [{ selector: 'analytics-dropdown-widget', imports: [CommonModule, TranslatePipe, ReactiveFormsModule], host: {
293
293
  '(click)': 'event($event)'
@@ -361,10 +361,10 @@ class NumberWidgetAnalyticsComponent extends WidgetComponent {
361
361
  this.formGroup.get(this.controllerName).setValidators(Validators.required);
362
362
  }
363
363
  }
364
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NumberWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
365
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: NumberWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-number-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", required: "required" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-number-widget\" [formGroup]=\"formGroup\">\n <mat-form-field class=\"example-full-width\" [floatLabel]=\"'always'\">\n <input matInput\n placeholder=\"{{field.nameKey | translate}}\"\n formControlName=\"{{controllerName}}\"\n type=\"text\"\n pattern=\"-?[0-9]*(\\.[0-9]+)?\"\n [id]=\"field.id\"\n [value]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue(field)\">\n </mat-form-field>\n</div>\n", styles: [".adf-number-widget,.adf-number-widget .example-full-width{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }], encapsulation: i0.ViewEncapsulation.None }); }
364
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NumberWidgetAnalyticsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
365
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: NumberWidgetAnalyticsComponent, isStandalone: true, selector: "analytics-number-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", required: "required" }, host: { listeners: { "click": "event($event)" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-number-widget\" [formGroup]=\"formGroup\">\n <mat-form-field class=\"example-full-width\" [floatLabel]=\"'always'\">\n <input matInput\n placeholder=\"{{field.nameKey | translate}}\"\n formControlName=\"{{controllerName}}\"\n type=\"text\"\n pattern=\"-?[0-9]*(\\.[0-9]+)?\"\n [id]=\"field.id\"\n [value]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"changeValue(field)\">\n </mat-form-field>\n</div>\n", styles: [".adf-number-widget,.adf-number-widget .example-full-width{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }], encapsulation: i0.ViewEncapsulation.None }); }
366
366
  }
367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NumberWidgetAnalyticsComponent, decorators: [{
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NumberWidgetAnalyticsComponent, decorators: [{
368
368
  type: Component,
369
369
  args: [{ selector: 'analytics-number-widget', imports: [CommonModule, TranslatePipe, ReactiveFormsModule, MatFormFieldModule, MatInputModule], host: {
370
370
  '(click)': 'event($event)'
@@ -425,10 +425,10 @@ class DurationWidgetComponent extends NumberWidgetAnalyticsComponent {
425
425
  this.fieldChanged.emit({ value: this.currentValue });
426
426
  }
427
427
  }
428
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DurationWidgetComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
429
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DurationWidgetComponent, isStandalone: true, selector: "duration-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", required: "required" }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-duration-widget-grid\">\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-number-widget\">\n <mat-form-field class=\"adf-example-full-width\" [floatLabel]=\"'always'\">\n <input\n matInput\n placeholder=\"{{field.nameKey | translate}}\"\n type=\"text\"\n pattern=\"-?[0-9]*(\\.[0-9]+)?\"\n [id]=\"field.id\"\n [value]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"calculateDuration()\"\n />\n </mat-form-field>\n </div>\n </div>\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-dropdown-container\">\n <analytics-dropdown-widget\n [field]=\"duration\"\n [group]=\"formGroup\"\n [controllerName]=\"'timeType'\"\n [showDefaultOption]=\"false\"\n (fieldChanged)=\"calculateDuration()\"\n />\n </div>\n </div>\n</div>\n", styles: [".adf-duration-widget-grid{display:flex;justify-content:space-between}.adf-duration-widget-cell{width:49%}.adf-number-widget,.adf-number-widget .adf-example-full-width{width:100%}.adf-dropdown-container{margin-top:30px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DropdownWidgetAnalyticsComponent, selector: "analytics-dropdown-widget", inputs: ["group", "controllerName", "showDefaultOption", "required", "defaultOptionText"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }], encapsulation: i0.ViewEncapsulation.None }); }
428
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DurationWidgetComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
429
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DurationWidgetComponent, isStandalone: true, selector: "duration-widget", inputs: { formGroup: ["group", "formGroup"], controllerName: "controllerName", required: "required" }, usesInheritance: true, ngImport: i0, template: "<div class=\"adf-duration-widget-grid\">\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-number-widget\">\n <mat-form-field class=\"adf-example-full-width\" [floatLabel]=\"'always'\">\n <input\n matInput\n placeholder=\"{{field.nameKey | translate}}\"\n type=\"text\"\n pattern=\"-?[0-9]*(\\.[0-9]+)?\"\n [id]=\"field.id\"\n [value]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"calculateDuration()\"\n />\n </mat-form-field>\n </div>\n </div>\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-dropdown-container\">\n <analytics-dropdown-widget\n [field]=\"duration\"\n [group]=\"formGroup\"\n [controllerName]=\"'timeType'\"\n [showDefaultOption]=\"false\"\n (fieldChanged)=\"calculateDuration()\"\n />\n </div>\n </div>\n</div>\n", styles: [".adf-duration-widget-grid{display:flex;justify-content:space-between}.adf-duration-widget-cell{width:49%}.adf-number-widget,.adf-number-widget .adf-example-full-width{width:100%}.adf-dropdown-container{margin-top:30px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DropdownWidgetAnalyticsComponent, selector: "analytics-dropdown-widget", inputs: ["group", "controllerName", "showDefaultOption", "required", "defaultOptionText"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }], encapsulation: i0.ViewEncapsulation.None }); }
430
430
  }
431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DurationWidgetComponent, decorators: [{
431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DurationWidgetComponent, decorators: [{
432
432
  type: Component,
433
433
  args: [{ selector: 'duration-widget', imports: [CommonModule, MatFormFieldModule, TranslatePipe, FormsModule, DropdownWidgetAnalyticsComponent, MatInputModule], encapsulation: ViewEncapsulation.None, template: "<div class=\"adf-duration-widget-grid\">\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-number-widget\">\n <mat-form-field class=\"adf-example-full-width\" [floatLabel]=\"'always'\">\n <input\n matInput\n placeholder=\"{{field.nameKey | translate}}\"\n type=\"text\"\n pattern=\"-?[0-9]*(\\.[0-9]+)?\"\n [id]=\"field.id\"\n [value]=\"field.value\"\n [(ngModel)]=\"field.value\"\n (ngModelChange)=\"calculateDuration()\"\n />\n </mat-form-field>\n </div>\n </div>\n <div class=\"adf-duration-widget-cell\">\n <div class=\"adf-dropdown-container\">\n <analytics-dropdown-widget\n [field]=\"duration\"\n [group]=\"formGroup\"\n [controllerName]=\"'timeType'\"\n [showDefaultOption]=\"false\"\n (fieldChanged)=\"calculateDuration()\"\n />\n </div>\n </div>\n</div>\n", styles: [".adf-duration-widget-grid{display:flex;justify-content:space-between}.adf-duration-widget-cell{width:49%}.adf-number-widget,.adf-number-widget .adf-example-full-width{width:100%}.adf-dropdown-container{margin-top:30px}\n"] }]
434
434
  }], propDecorators: { formGroup: [{
@@ -1130,10 +1130,10 @@ class AnalyticsService {
1130
1130
  }
1131
1131
  return isValid;
1132
1132
  }
1133
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsService, deps: [{ token: i1$2.AlfrescoApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1134
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsService, providedIn: 'root' }); }
1133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsService, deps: [{ token: i1$2.AlfrescoApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1134
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsService, providedIn: 'root' }); }
1135
1135
  }
1136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsService, decorators: [{
1136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsService, decorators: [{
1137
1137
  type: Injectable,
1138
1138
  args: [{ providedIn: 'root' }]
1139
1139
  }], ctorParameters: () => [{ type: i1$2.AlfrescoApiService }] });
@@ -1486,10 +1486,10 @@ class DiagramColorService {
1486
1486
  const hue = (120.0 - colorPercentage * 1.2) / 360.0;
1487
1487
  return 'hsb(' + hue + ', 1, 1)';
1488
1488
  }
1489
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1490
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramColorService, providedIn: 'root' }); }
1489
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1490
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramColorService, providedIn: 'root' }); }
1491
1491
  }
1492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramColorService, decorators: [{
1492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramColorService, decorators: [{
1493
1493
  type: Injectable,
1494
1494
  args: [{ providedIn: 'root' }]
1495
1495
  }] });
@@ -1524,10 +1524,10 @@ class DiagramsService {
1524
1524
  getRunningProcessDefinitionModel(processInstanceId) {
1525
1525
  return from(this.modelJsonBpmnApi.getModelJSONForProcessDefinition(processInstanceId));
1526
1526
  }
1527
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramsService, deps: [{ token: i1$2.AlfrescoApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1528
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramsService, providedIn: 'root' }); }
1527
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramsService, deps: [{ token: i1$2.AlfrescoApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1528
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramsService, providedIn: 'root' }); }
1529
1529
  }
1530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramsService, decorators: [{
1530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramsService, decorators: [{
1531
1531
  type: Injectable,
1532
1532
  args: [{ providedIn: 'root' }]
1533
1533
  }], ctorParameters: () => [{ type: i1$2.AlfrescoApiService }] });
@@ -1583,10 +1583,10 @@ class RaphaelService {
1583
1583
  this.ngOnDestroy();
1584
1584
  this.paper = this.getPaperBuilder(this.ctx);
1585
1585
  }
1586
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1587
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelService, providedIn: 'root' }); }
1586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1587
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelService, providedIn: 'root' }); }
1588
1588
  }
1589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelService, decorators: [{
1589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelService, decorators: [{
1590
1590
  type: Injectable,
1591
1591
  args: [{ providedIn: 'root' }]
1592
1592
  }] });
@@ -1612,10 +1612,10 @@ class DiagramElement {
1612
1612
  this.diagramColorService = inject(DiagramColorService);
1613
1613
  this.error = new EventEmitter();
1614
1614
  }
1615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramElement, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1616
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: DiagramElement, isStandalone: true, inputs: { data: "data" }, outputs: { error: "error" }, ngImport: i0 }); }
1615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramElement, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1616
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: DiagramElement, isStandalone: true, inputs: { data: "data" }, outputs: { error: "error" }, ngImport: i0 }); }
1617
1617
  }
1618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramElement, decorators: [{
1618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramElement, decorators: [{
1619
1619
  type: Directive
1620
1620
  }], propDecorators: { data: [{
1621
1621
  type: Input
@@ -1739,10 +1739,10 @@ class DiagramTooltipComponent {
1739
1739
  }
1740
1740
  this.showTooltip();
1741
1741
  }
1742
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1743
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramTooltipComponent, isStandalone: true, selector: "diagram-tooltip", inputs: { data: "data", position: "position", strategy: "strategy" }, viewQueries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true, static: true }], ngImport: i0, template: "<div #tooltipContent class=\"adf-diagram-tooltip\">\n <div class=\"adf-diagram-tooltip-header\">{{ data.type }} {{ data.name || data.id }}</div>\n <div class=\"adf-diagram-tooltip-body\">\n <div *ngIf=\"data.value\" class=\"adf-diagram-heat-value\">\n <span class=\"adf-diagram-value\">{{ data.value }}</span>\n <span class=\"adf-diagram-valuetype\"> {{ data.dataType }}</span>\n </div>\n <div *ngIf=\"data.name\" class=\"adf-diagram-name-property\">\n <span class=\"adf-diagram-propertyName\">Name:</span>\n <span class=\"adf-diagram-propertyValue\">{{ data.name }}</span>\n </div>\n <div *ngFor=\"let property of data.properties\" class=\"adf-diagram-general-property\">\n <span class=\"adf-diagram-propertyName\">{{ property.name }}:</span>\n <span class=\"adf-diagram-propertyValue\">{{ property.value }}</span>\n </div>\n </div>\n</div>\n", styles: [".adf-diagram-tooltip{transform:scale(0);transform-origin:top center;z-index:999;display:inline-block;font-weight:500;line-height:14px;font-size:var(--theme-body-1-font-size);max-width:300px;position:fixed;top:-500px;left:-500px;text-align:left;will-change:unset;border:1px solid #c5c5c5;word-wrap:break-word}.adf-diagram-tooltip.adf-is-active{animation:tooltip-animation .2s cubic-bezier(0,0,.2,1) forwards}.adf-diagram-tooltip-header{background-color:#2b414ff2;color:#fff;padding:8px;font-weight:700;min-width:200px;line-height:20px}.adf-diagram-tooltip-body{color:#4a4a4a;background-color:#fffffff2}.adf-diagram-tooltip-body>div{padding:4px 8px}.adf-diagram-tooltip-body>div:first-child{padding-top:8px}.adf-diagram-tooltip-body>div:last-child{padding-bottom:8px}.adf-diagram-propertyName{font-weight:700;margin-right:5px}.adf-diagram-propertyValue{font-style:italic}@keyframes tooltip-animation{0%{transform:scale(0);opacity:0}50%{transform:scale(.99)}to{transform:scale(1);opacity:1;visibility:visible}}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
1742
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1743
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramTooltipComponent, isStandalone: true, selector: "diagram-tooltip", inputs: { data: "data", position: "position", strategy: "strategy" }, viewQueries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true, static: true }], ngImport: i0, template: "<div #tooltipContent class=\"adf-diagram-tooltip\">\n <div class=\"adf-diagram-tooltip-header\">{{ data.type }} {{ data.name || data.id }}</div>\n <div class=\"adf-diagram-tooltip-body\">\n <div *ngIf=\"data.value\" class=\"adf-diagram-heat-value\">\n <span class=\"adf-diagram-value\">{{ data.value }}</span>\n <span class=\"adf-diagram-valuetype\"> {{ data.dataType }}</span>\n </div>\n <div *ngIf=\"data.name\" class=\"adf-diagram-name-property\">\n <span class=\"adf-diagram-propertyName\">Name:</span>\n <span class=\"adf-diagram-propertyValue\">{{ data.name }}</span>\n </div>\n <div *ngFor=\"let property of data.properties\" class=\"adf-diagram-general-property\">\n <span class=\"adf-diagram-propertyName\">{{ property.name }}:</span>\n <span class=\"adf-diagram-propertyValue\">{{ property.value }}</span>\n </div>\n </div>\n</div>\n", styles: [".adf-diagram-tooltip{transform:scale(0);transform-origin:top center;z-index:999;display:inline-block;font-weight:500;line-height:14px;font-size:var(--theme-body-1-font-size);max-width:300px;position:fixed;top:-500px;left:-500px;text-align:left;will-change:unset;border:1px solid #c5c5c5;word-wrap:break-word}.adf-diagram-tooltip.adf-is-active{animation:tooltip-animation .2s cubic-bezier(0,0,.2,1) forwards}.adf-diagram-tooltip-header{background-color:#2b414ff2;color:#fff;padding:8px;font-weight:700;min-width:200px;line-height:20px}.adf-diagram-tooltip-body{color:#4a4a4a;background-color:#fffffff2}.adf-diagram-tooltip-body>div{padding:4px 8px}.adf-diagram-tooltip-body>div:first-child{padding-top:8px}.adf-diagram-tooltip-body>div:last-child{padding-bottom:8px}.adf-diagram-propertyName{font-weight:700;margin-right:5px}.adf-diagram-propertyValue{font-style:italic}@keyframes tooltip-animation{0%{transform:scale(0);opacity:0}50%{transform:scale(.99)}to{transform:scale(1);opacity:1;visibility:visible}}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
1744
1744
  }
1745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramTooltipComponent, decorators: [{
1745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramTooltipComponent, decorators: [{
1746
1746
  type: Component,
1747
1747
  args: [{ selector: 'diagram-tooltip', imports: [NgIf, NgForOf], template: "<div #tooltipContent class=\"adf-diagram-tooltip\">\n <div class=\"adf-diagram-tooltip-header\">{{ data.type }} {{ data.name || data.id }}</div>\n <div class=\"adf-diagram-tooltip-body\">\n <div *ngIf=\"data.value\" class=\"adf-diagram-heat-value\">\n <span class=\"adf-diagram-value\">{{ data.value }}</span>\n <span class=\"adf-diagram-valuetype\"> {{ data.dataType }}</span>\n </div>\n <div *ngIf=\"data.name\" class=\"adf-diagram-name-property\">\n <span class=\"adf-diagram-propertyName\">Name:</span>\n <span class=\"adf-diagram-propertyValue\">{{ data.name }}</span>\n </div>\n <div *ngFor=\"let property of data.properties\" class=\"adf-diagram-general-property\">\n <span class=\"adf-diagram-propertyName\">{{ property.name }}:</span>\n <span class=\"adf-diagram-propertyValue\">{{ property.value }}</span>\n </div>\n </div>\n</div>\n", styles: [".adf-diagram-tooltip{transform:scale(0);transform-origin:top center;z-index:999;display:inline-block;font-weight:500;line-height:14px;font-size:var(--theme-body-1-font-size);max-width:300px;position:fixed;top:-500px;left:-500px;text-align:left;will-change:unset;border:1px solid #c5c5c5;word-wrap:break-word}.adf-diagram-tooltip.adf-is-active{animation:tooltip-animation .2s cubic-bezier(0,0,.2,1) forwards}.adf-diagram-tooltip-header{background-color:#2b414ff2;color:#fff;padding:8px;font-weight:700;min-width:200px;line-height:20px}.adf-diagram-tooltip-body{color:#4a4a4a;background-color:#fffffff2}.adf-diagram-tooltip-body>div{padding:4px 8px}.adf-diagram-tooltip-body>div:first-child{padding-top:8px}.adf-diagram-tooltip-body>div:last-child{padding-bottom:8px}.adf-diagram-propertyName{font-weight:700;margin-right:5px}.adf-diagram-propertyValue{font-style:italic}@keyframes tooltip-animation{0%{transform:scale(0);opacity:0}50%{transform:scale(.99)}to{transform:scale(1);opacity:1;visibility:visible}}\n"] }]
1748
1748
  }], propDecorators: { tooltipContent: [{
@@ -1801,10 +1801,10 @@ class RaphaelBase {
1801
1801
  this.element = inject(ElementRef);
1802
1802
  this.paper = this.raphaelService.getInstance(this.element);
1803
1803
  }
1804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1805
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelBase, isStandalone: true, ngImport: i0 }); }
1804
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1805
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelBase, isStandalone: true, ngImport: i0 }); }
1806
1806
  }
1807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelBase, decorators: [{
1807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelBase, decorators: [{
1808
1808
  type: Directive
1809
1809
  }], ctorParameters: () => [] });
1810
1810
 
@@ -1845,10 +1845,10 @@ class RaphaelCircleDirective extends RaphaelBase {
1845
1845
  draw(center, radius, opts) {
1846
1846
  return this.paper.circle(center.x, center.y, radius).attr(opts);
1847
1847
  }
1848
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelCircleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1849
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelCircleDirective, isStandalone: true, selector: "adf-raphael-circle, raphael-circle", inputs: { paper: "paper", center: "center", radius: "radius", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
1848
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelCircleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1849
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelCircleDirective, isStandalone: true, selector: "adf-raphael-circle, raphael-circle", inputs: { paper: "paper", center: "center", radius: "radius", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
1850
1850
  }
1851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelCircleDirective, decorators: [{
1851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelCircleDirective, decorators: [{
1852
1852
  type: Directive,
1853
1853
  args: [{
1854
1854
  selector: 'adf-raphael-circle, raphael-circle'
@@ -1915,10 +1915,10 @@ class RaphaelIconTimerDirective extends RaphaelBase {
1915
1915
  });
1916
1916
  return path1.transform('T' + position.x + ',' + position.y);
1917
1917
  }
1918
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconTimerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1919
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconTimerDirective, isStandalone: true, selector: "adf-raphael-icon-timer, raphael-icon-timer", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
1918
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconTimerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1919
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconTimerDirective, isStandalone: true, selector: "adf-raphael-icon-timer, raphael-icon-timer", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
1920
1920
  }
1921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconTimerDirective, decorators: [{
1921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconTimerDirective, decorators: [{
1922
1922
  type: Directive,
1923
1923
  args: [{
1924
1924
  selector: 'adf-raphael-icon-timer, raphael-icon-timer'
@@ -1975,10 +1975,10 @@ class DiagramIconTimerComponent extends DiagramElement {
1975
1975
  this.timerOptions.stroke = 'none';
1976
1976
  this.timerOptions.fillColors = '#585858';
1977
1977
  }
1978
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconTimerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1979
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconTimerComponent, isStandalone: true, selector: "diagram-icon-timer", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadius\"\n [strokeWidth]=\"circleOptions.strokeWidth\"\n [stroke]=\"circleOptions.stroke\"\n [fillColors]=\"circleOptions.fillColors\"\n [fillOpacity]=\"circleOptions.fillOpacity\"\n/>\n<raphael-icon-timer\n [position]=\"position\"\n [stroke]=\"timerOptions.stroke\"\n [strokeWidth]=\"timerOptions.strokeWidth\"\n [fillColors]=\"timerOptions.fillColors\"\n [fillOpacity]=\"timerOptions.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelIconTimerDirective, selector: "adf-raphael-icon-timer, raphael-icon-timer", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
1978
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconTimerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1979
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconTimerComponent, isStandalone: true, selector: "diagram-icon-timer", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadius\"\n [strokeWidth]=\"circleOptions.strokeWidth\"\n [stroke]=\"circleOptions.stroke\"\n [fillColors]=\"circleOptions.fillColors\"\n [fillOpacity]=\"circleOptions.fillOpacity\"\n/>\n<raphael-icon-timer\n [position]=\"position\"\n [stroke]=\"timerOptions.stroke\"\n [strokeWidth]=\"timerOptions.strokeWidth\"\n [fillColors]=\"timerOptions.fillColors\"\n [fillOpacity]=\"timerOptions.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelIconTimerDirective, selector: "adf-raphael-icon-timer, raphael-icon-timer", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
1980
1980
  }
1981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconTimerComponent, decorators: [{
1981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconTimerComponent, decorators: [{
1982
1982
  type: Component,
1983
1983
  args: [{ selector: 'diagram-icon-timer', imports: [RaphaelCircleDirective, RaphaelIconTimerDirective, DiagramTooltipComponent], template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadius\"\n [strokeWidth]=\"circleOptions.strokeWidth\"\n [stroke]=\"circleOptions.stroke\"\n [fillColors]=\"circleOptions.fillColors\"\n [fillOpacity]=\"circleOptions.fillOpacity\"\n/>\n<raphael-icon-timer\n [position]=\"position\"\n [stroke]=\"timerOptions.stroke\"\n [strokeWidth]=\"timerOptions.strokeWidth\"\n [fillColors]=\"timerOptions.fillColors\"\n [fillOpacity]=\"timerOptions.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
1984
1984
  }] });
@@ -2021,10 +2021,10 @@ class RaphaelIconErrorDirective extends RaphaelBase {
2021
2021
  });
2022
2022
  return path1.transform('T' + position.x + ',' + position.y);
2023
2023
  }
2024
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconErrorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2025
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconErrorDirective, isStandalone: true, selector: "adf-raphael-icon-error, raphael-icon-error", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2024
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconErrorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2025
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconErrorDirective, isStandalone: true, selector: "adf-raphael-icon-error, raphael-icon-error", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2026
2026
  }
2027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconErrorDirective, decorators: [{
2027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconErrorDirective, decorators: [{
2028
2028
  type: Directive,
2029
2029
  args: [{
2030
2030
  selector: 'adf-raphael-icon-error, raphael-icon-error'
@@ -2075,10 +2075,10 @@ class DiagramIconErrorComponent extends DiagramElement {
2075
2075
  this.options.fillColors = this.fillColor;
2076
2076
  this.options.strokeWidth = 1;
2077
2077
  }
2078
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2079
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconErrorComponent, isStandalone: true, selector: "diagram-icon-error", inputs: { fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-icon-error\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconErrorDirective, selector: "adf-raphael-icon-error, raphael-icon-error", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2078
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2079
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconErrorComponent, isStandalone: true, selector: "diagram-icon-error", inputs: { fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-icon-error\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconErrorDirective, selector: "adf-raphael-icon-error, raphael-icon-error", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2080
2080
  }
2081
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconErrorComponent, decorators: [{
2081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconErrorComponent, decorators: [{
2082
2082
  type: Component,
2083
2083
  args: [{ selector: 'diagram-icon-error', imports: [RaphaelIconErrorDirective], template: "<raphael-icon-error\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2084
2084
  }], propDecorators: { fillColor: [{
@@ -2121,10 +2121,10 @@ class RaphaelIconSignalDirective extends RaphaelBase {
2121
2121
  });
2122
2122
  return path1.transform('T' + position.x + ',' + position.y);
2123
2123
  }
2124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconSignalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2125
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconSignalDirective, isStandalone: true, selector: "adf-raphael-icon-signal, raphael-icon-signal", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconSignalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2125
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconSignalDirective, isStandalone: true, selector: "adf-raphael-icon-signal, raphael-icon-signal", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2126
2126
  }
2127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconSignalDirective, decorators: [{
2127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconSignalDirective, decorators: [{
2128
2128
  type: Directive,
2129
2129
  args: [{
2130
2130
  selector: 'adf-raphael-icon-signal, raphael-icon-signal'
@@ -2175,10 +2175,10 @@ class DiagramIconSignalComponent extends DiagramElement {
2175
2175
  this.options.fillColors = this.fillColor;
2176
2176
  this.options.strokeWidth = 1;
2177
2177
  }
2178
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconSignalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2179
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconSignalComponent, isStandalone: true, selector: "diagram-icon-signal", inputs: { fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-icon-signal\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconSignalDirective, selector: "adf-raphael-icon-signal, raphael-icon-signal", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2178
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconSignalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2179
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconSignalComponent, isStandalone: true, selector: "diagram-icon-signal", inputs: { fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-icon-signal\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconSignalDirective, selector: "adf-raphael-icon-signal, raphael-icon-signal", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2180
2180
  }
2181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconSignalComponent, decorators: [{
2181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconSignalComponent, decorators: [{
2182
2182
  type: Component,
2183
2183
  args: [{ selector: 'diagram-icon-signal', imports: [RaphaelIconSignalDirective], template: "<raphael-icon-signal\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2184
2184
  }], propDecorators: { fillColor: [{
@@ -2224,10 +2224,10 @@ class RaphaelIconMessageDirective extends RaphaelBase {
2224
2224
  });
2225
2225
  return path1.transform('T' + position.x + ',' + position.y);
2226
2226
  }
2227
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconMessageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2228
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconMessageDirective, isStandalone: true, selector: "adf-raphael-icon-message, raphael-icon-message", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2227
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconMessageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2228
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconMessageDirective, isStandalone: true, selector: "adf-raphael-icon-message, raphael-icon-message", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2229
2229
  }
2230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconMessageDirective, decorators: [{
2230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconMessageDirective, decorators: [{
2231
2231
  type: Directive,
2232
2232
  args: [{
2233
2233
  selector: 'adf-raphael-icon-message, raphael-icon-message'
@@ -2278,10 +2278,10 @@ class DiagramIconMessageComponent extends DiagramElement {
2278
2278
  this.options.fillColors = '#585858';
2279
2279
  this.options.strokeWidth = 1;
2280
2280
  }
2281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2282
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconMessageComponent, isStandalone: true, selector: "diagram-icon-message", usesInheritance: true, ngImport: i0, template: "<raphael-icon-message\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconMessageDirective, selector: "adf-raphael-icon-message, raphael-icon-message", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2281
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2282
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconMessageComponent, isStandalone: true, selector: "diagram-icon-message", usesInheritance: true, ngImport: i0, template: "<raphael-icon-message\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconMessageDirective, selector: "adf-raphael-icon-message, raphael-icon-message", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
2283
2283
  }
2284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconMessageComponent, decorators: [{
2284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconMessageComponent, decorators: [{
2285
2285
  type: Component,
2286
2286
  args: [{ selector: 'diagram-icon-message', imports: [RaphaelIconMessageDirective], template: "<raphael-icon-message\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2287
2287
  }] });
@@ -2304,10 +2304,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
2304
2304
  */
2305
2305
  /* eslint-disable @angular-eslint/component-selector */
2306
2306
  class DiagramContainerIconEventTaskComponent extends DiagramElement {
2307
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramContainerIconEventTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2308
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramContainerIconEventTaskComponent, isStandalone: true, selector: "diagram-container-icon-event", inputs: { type: "type", fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<div [ngSwitch]=\"type\">\n <div *ngSwitchCase=\"'timer'\">\n <diagram-icon-timer [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'error'\">\n <diagram-icon-error [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'signal'\">\n <diagram-icon-signal [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'message'\">\n <diagram-icon-message [data]=\"data\" />\n </div>\n</div>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DiagramIconTimerComponent, selector: "diagram-icon-timer" }, { kind: "component", type: DiagramIconErrorComponent, selector: "diagram-icon-error", inputs: ["fillColor"] }, { kind: "component", type: DiagramIconSignalComponent, selector: "diagram-icon-signal", inputs: ["fillColor"] }, { kind: "component", type: DiagramIconMessageComponent, selector: "diagram-icon-message" }] }); }
2307
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramContainerIconEventTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2308
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramContainerIconEventTaskComponent, isStandalone: true, selector: "diagram-container-icon-event", inputs: { type: "type", fillColor: "fillColor" }, usesInheritance: true, ngImport: i0, template: "<div [ngSwitch]=\"type\">\n <div *ngSwitchCase=\"'timer'\">\n <diagram-icon-timer [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'error'\">\n <diagram-icon-error [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'signal'\">\n <diagram-icon-signal [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'message'\">\n <diagram-icon-message [data]=\"data\" />\n </div>\n</div>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DiagramIconTimerComponent, selector: "diagram-icon-timer" }, { kind: "component", type: DiagramIconErrorComponent, selector: "diagram-icon-error", inputs: ["fillColor"] }, { kind: "component", type: DiagramIconSignalComponent, selector: "diagram-icon-signal", inputs: ["fillColor"] }, { kind: "component", type: DiagramIconMessageComponent, selector: "diagram-icon-message" }] }); }
2309
2309
  }
2310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramContainerIconEventTaskComponent, decorators: [{
2310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramContainerIconEventTaskComponent, decorators: [{
2311
2311
  type: Component,
2312
2312
  args: [{ selector: 'diagram-container-icon-event', imports: [CommonModule, DiagramIconTimerComponent, DiagramIconErrorComponent, DiagramIconSignalComponent, DiagramIconMessageComponent], template: "<div [ngSwitch]=\"type\">\n <div *ngSwitchCase=\"'timer'\">\n <diagram-icon-timer [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'error'\">\n <diagram-icon-error [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'signal'\">\n <diagram-icon-signal [data]=\"data\" [fillColor]=\"fillColor\" />\n </div>\n <div *ngSwitchCase=\"'message'\">\n <diagram-icon-message [data]=\"data\" />\n </div>\n</div>" }]
2313
2313
  }], propDecorators: { type: [{
@@ -2343,10 +2343,10 @@ class DiagramEventComponent extends DiagramElement {
2343
2343
  this.center.x = this.data.x + this.data.width / 2;
2344
2344
  this.center.y = this.data.y + this.data.height / 2;
2345
2345
  }
2346
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2347
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramEventComponent, isStandalone: true, selector: "diagram-event", inputs: { options: "options", iconFillColor: "iconFillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"iconFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2346
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2347
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramEventComponent, isStandalone: true, selector: "diagram-event", inputs: { options: "options", iconFillColor: "iconFillColor" }, usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"iconFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2348
2348
  }
2349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventComponent, decorators: [{
2349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventComponent, decorators: [{
2350
2350
  type: Component,
2351
2351
  args: [{ selector: 'diagram-event', imports: [DiagramTooltipComponent, DiagramContainerIconEventTaskComponent, RaphaelCircleDirective], template: "<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"iconFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
2352
2352
  }], propDecorators: { options: [{
@@ -2385,10 +2385,10 @@ class DiagramStartEventComponent extends DiagramElement {
2385
2385
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2386
2386
  this.iconFillColor = 'none';
2387
2387
  }
2388
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramStartEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2389
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramStartEventComponent, isStandalone: true, selector: "diagram-start-event", usesInheritance: true, ngImport: i0, template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />", dependencies: [{ kind: "component", type: DiagramEventComponent, selector: "diagram-event", inputs: ["options", "iconFillColor"] }] }); }
2388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramStartEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2389
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramStartEventComponent, isStandalone: true, selector: "diagram-start-event", usesInheritance: true, ngImport: i0, template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />", dependencies: [{ kind: "component", type: DiagramEventComponent, selector: "diagram-event", inputs: ["options", "iconFillColor"] }] }); }
2390
2390
  }
2391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramStartEventComponent, decorators: [{
2391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramStartEventComponent, decorators: [{
2392
2392
  type: Component,
2393
2393
  args: [{ selector: 'diagram-start-event', imports: [DiagramEventComponent], template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />" }]
2394
2394
  }] });
@@ -2448,10 +2448,10 @@ class RaphaelRhombusDirective extends RaphaelBase {
2448
2448
  'z')
2449
2449
  .attr(opts);
2450
2450
  }
2451
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelRhombusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2452
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelRhombusDirective, isStandalone: true, selector: "adf-raphael-rhombus, raphael-rhombus", inputs: { center: "center", width: "width", height: "height", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2451
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelRhombusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2452
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelRhombusDirective, isStandalone: true, selector: "adf-raphael-rhombus, raphael-rhombus", inputs: { center: "center", width: "width", height: "height", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2453
2453
  }
2454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelRhombusDirective, decorators: [{
2454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelRhombusDirective, decorators: [{
2455
2455
  type: Directive,
2456
2456
  args: [{
2457
2457
  selector: 'adf-raphael-rhombus, raphael-rhombus'
@@ -2508,10 +2508,10 @@ class DiagramGatewayComponent extends DiagramElement {
2508
2508
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
2509
2509
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2510
2510
  }
2511
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2512
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramGatewayComponent, isStandalone: true, selector: "diagram-gateway", usesInheritance: true, ngImport: i0, template: "<raphael-rhombus\n [elementId]=\"data.id\"\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }, { kind: "directive", type: RaphaelRhombusDirective, selector: "adf-raphael-rhombus, raphael-rhombus", inputs: ["center", "width", "height", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2511
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2512
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramGatewayComponent, isStandalone: true, selector: "diagram-gateway", usesInheritance: true, ngImport: i0, template: "<raphael-rhombus\n [elementId]=\"data.id\"\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }, { kind: "directive", type: RaphaelRhombusDirective, selector: "adf-raphael-rhombus, raphael-rhombus", inputs: ["center", "width", "height", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2513
2513
  }
2514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramGatewayComponent, decorators: [{
2514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramGatewayComponent, decorators: [{
2515
2515
  type: Component,
2516
2516
  args: [{ selector: 'diagram-gateway', imports: [DiagramTooltipComponent, RaphaelRhombusDirective], template: "<raphael-rhombus\n [elementId]=\"data.id\"\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
2517
2517
  }] });
@@ -2571,10 +2571,10 @@ class RaphaelCrossDirective extends RaphaelBase {
2571
2571
  (center.y + quarterHeight + 3))
2572
2572
  .attr(opts);
2573
2573
  }
2574
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelCrossDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2575
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelCrossDirective, isStandalone: true, selector: "adf-raphael-cross, raphael-cross", inputs: { center: "center", width: "width", height: "height", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2574
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelCrossDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2575
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelCrossDirective, isStandalone: true, selector: "adf-raphael-cross, raphael-cross", inputs: { center: "center", width: "width", height: "height", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2576
2576
  }
2577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelCrossDirective, decorators: [{
2577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelCrossDirective, decorators: [{
2578
2578
  type: Directive,
2579
2579
  args: [{
2580
2580
  selector: 'adf-raphael-cross, raphael-cross'
@@ -2629,10 +2629,10 @@ class DiagramExclusiveGatewayComponent extends DiagramElement {
2629
2629
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
2630
2630
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2631
2631
  }
2632
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramExclusiveGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2633
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramExclusiveGatewayComponent, isStandalone: true, selector: "diagram-exclusive-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-cross\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCrossDirective, selector: "adf-raphael-cross, raphael-cross", inputs: ["center", "width", "height", "fillColors", "stroke", "strokeWidth", "fillOpacity"], outputs: ["error"] }] }); }
2632
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramExclusiveGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2633
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramExclusiveGatewayComponent, isStandalone: true, selector: "diagram-exclusive-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-cross\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCrossDirective, selector: "adf-raphael-cross, raphael-cross", inputs: ["center", "width", "height", "fillColors", "stroke", "strokeWidth", "fillOpacity"], outputs: ["error"] }] }); }
2634
2634
  }
2635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramExclusiveGatewayComponent, decorators: [{
2635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramExclusiveGatewayComponent, decorators: [{
2636
2636
  type: Component,
2637
2637
  args: [{ selector: 'diagram-exclusive-gateway', imports: [DiagramGatewayComponent, RaphaelCrossDirective], template: "<diagram-gateway [data]=\"data\" />\n<raphael-cross\n [center]=\"center\"\n [width]=\"width\"\n [height]=\"height\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2638
2638
  }] });
@@ -2667,10 +2667,10 @@ class DiagramInclusiveGatewayComponent extends DiagramElement {
2667
2667
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
2668
2668
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2669
2669
  }
2670
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramInclusiveGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2671
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramInclusiveGatewayComponent, isStandalone: true, selector: "diagram-inclusive-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2670
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramInclusiveGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2671
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramInclusiveGatewayComponent, isStandalone: true, selector: "diagram-inclusive-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }] }); }
2672
2672
  }
2673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramInclusiveGatewayComponent, decorators: [{
2673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramInclusiveGatewayComponent, decorators: [{
2674
2674
  type: Component,
2675
2675
  args: [{ selector: 'diagram-inclusive-gateway', imports: [DiagramGatewayComponent, RaphaelCircleDirective], template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"options.radius\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2676
2676
  }] });
@@ -2716,10 +2716,10 @@ class RaphaelPentagonDirective extends RaphaelBase {
2716
2716
  .attr(opts);
2717
2717
  shape.transform('T' + (center.x + 4) + ',' + (center.y + 4));
2718
2718
  }
2719
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelPentagonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2720
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelPentagonDirective, isStandalone: true, selector: "adf-raphael-pentagon, raphael-pentagon", inputs: { center: "center", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", strokeLinejoin: "strokeLinejoin" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2719
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelPentagonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2720
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelPentagonDirective, isStandalone: true, selector: "adf-raphael-pentagon, raphael-pentagon", inputs: { center: "center", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", strokeLinejoin: "strokeLinejoin" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2721
2721
  }
2722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelPentagonDirective, decorators: [{
2722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelPentagonDirective, decorators: [{
2723
2723
  type: Directive,
2724
2724
  args: [{
2725
2725
  selector: 'adf-raphael-pentagon, raphael-pentagon'
@@ -2776,10 +2776,10 @@ class DiagramEventGatewayComponent extends DiagramElement {
2776
2776
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
2777
2777
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2778
2778
  }
2779
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2780
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramEventGatewayComponent, isStandalone: true, selector: "diagram-event-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-pentagon\n [center]=\"centerPentagon\"\n [strokeWidth]=\"pentaStrokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelPentagonDirective, selector: "adf-raphael-pentagon, raphael-pentagon", inputs: ["center", "fillColors", "stroke", "strokeWidth", "fillOpacity", "strokeLinejoin"], outputs: ["error"] }] }); }
2779
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2780
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramEventGatewayComponent, isStandalone: true, selector: "diagram-event-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-pentagon\n [center]=\"centerPentagon\"\n [strokeWidth]=\"pentaStrokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelPentagonDirective, selector: "adf-raphael-pentagon, raphael-pentagon", inputs: ["center", "fillColors", "stroke", "strokeWidth", "fillOpacity", "strokeLinejoin"], outputs: ["error"] }] }); }
2781
2781
  }
2782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventGatewayComponent, decorators: [{
2782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventGatewayComponent, decorators: [{
2783
2783
  type: Component,
2784
2784
  args: [{ selector: 'diagram-event-gateway', imports: [DiagramGatewayComponent, RaphaelCircleDirective, RaphaelPentagonDirective], template: "<diagram-gateway [data]=\"data\" />\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-pentagon\n [center]=\"centerPentagon\"\n [strokeWidth]=\"pentaStrokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2785
2785
  }] });
@@ -2821,10 +2821,10 @@ class RaphaelPlusDirective extends RaphaelBase {
2821
2821
  const path = this.paper.path('M 6.75,16 L 25.75,16 M 16,6.75 L 16,25.75').attr(opts);
2822
2822
  return path.transform('T' + (center.x + 4) + ',' + (center.y + 4));
2823
2823
  }
2824
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelPlusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2825
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelPlusDirective, isStandalone: true, selector: "adf-raphael-plus, raphael-plus", inputs: { center: "center", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2824
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelPlusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2825
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelPlusDirective, isStandalone: true, selector: "adf-raphael-plus, raphael-plus", inputs: { center: "center", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2826
2826
  }
2827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelPlusDirective, decorators: [{
2827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelPlusDirective, decorators: [{
2828
2828
  type: Directive,
2829
2829
  args: [{
2830
2830
  selector: 'adf-raphael-plus, raphael-plus'
@@ -2875,10 +2875,10 @@ class DiagramParallelGatewayComponent extends DiagramElement {
2875
2875
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
2876
2876
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2877
2877
  }
2878
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramParallelGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2879
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramParallelGatewayComponent, isStandalone: true, selector: "diagram-parallel-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-plus\n [center]=\"center\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelPlusDirective, selector: "adf-raphael-plus, raphael-plus", inputs: ["center", "fillColors", "stroke", "strokeWidth", "fillOpacity"], outputs: ["error"] }] }); }
2878
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramParallelGatewayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2879
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramParallelGatewayComponent, isStandalone: true, selector: "diagram-parallel-gateway", usesInheritance: true, ngImport: i0, template: "<diagram-gateway [data]=\"data\" />\n<raphael-plus\n [center]=\"center\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "component", type: DiagramGatewayComponent, selector: "diagram-gateway" }, { kind: "directive", type: RaphaelPlusDirective, selector: "adf-raphael-plus, raphael-plus", inputs: ["center", "fillColors", "stroke", "strokeWidth", "fillOpacity"], outputs: ["error"] }] }); }
2880
2880
  }
2881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramParallelGatewayComponent, decorators: [{
2881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramParallelGatewayComponent, decorators: [{
2882
2882
  type: Component,
2883
2883
  args: [{ selector: 'diagram-parallel-gateway', imports: [DiagramGatewayComponent, RaphaelPlusDirective], template: "<diagram-gateway [data]=\"data\" />\n<raphael-plus\n [center]=\"center\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
2884
2884
  }] });
@@ -2913,10 +2913,10 @@ class DiagramEndEventComponent extends DiagramElement {
2913
2913
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
2914
2914
  this.iconFillColor = 'black';
2915
2915
  }
2916
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEndEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2917
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramEndEventComponent, isStandalone: true, selector: "diagram-end-event", usesInheritance: true, ngImport: i0, template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />", dependencies: [{ kind: "component", type: DiagramEventComponent, selector: "diagram-event", inputs: ["options", "iconFillColor"] }] }); }
2916
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEndEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2917
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramEndEventComponent, isStandalone: true, selector: "diagram-end-event", usesInheritance: true, ngImport: i0, template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />", dependencies: [{ kind: "component", type: DiagramEventComponent, selector: "diagram-event", inputs: ["options", "iconFillColor"] }] }); }
2918
2918
  }
2919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEndEventComponent, decorators: [{
2919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEndEventComponent, decorators: [{
2920
2920
  type: Component,
2921
2921
  args: [{ selector: 'diagram-end-event', imports: [DiagramEventComponent], template: "<diagram-event [data]=\"data\" [options]=\"options\" [iconFillColor]=\"iconFillColor\" />" }]
2922
2922
  }] });
@@ -2959,10 +2959,10 @@ class RaphaelRectDirective extends RaphaelBase {
2959
2959
  draw(leftCorner, width, height, radius, opts) {
2960
2960
  return this.paper.rect(leftCorner.x, leftCorner.y, width, height, radius).attr(opts);
2961
2961
  }
2962
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelRectDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2963
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelRectDirective, isStandalone: true, selector: "adf-raphael-rect, raphael-rect", inputs: { paper: "paper", leftCorner: "leftCorner", width: "width", height: "height", radius: "radius", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2962
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelRectDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2963
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelRectDirective, isStandalone: true, selector: "adf-raphael-rect, raphael-rect", inputs: { paper: "paper", leftCorner: "leftCorner", width: "width", height: "height", radius: "radius", fillColors: "fillColors", stroke: "stroke", strokeWidth: "strokeWidth", fillOpacity: "fillOpacity", elementId: "elementId" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
2964
2964
  }
2965
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelRectDirective, decorators: [{
2965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelRectDirective, decorators: [{
2966
2966
  type: Directive,
2967
2967
  args: [{
2968
2968
  selector: 'adf-raphael-rect, raphael-rect'
@@ -3061,10 +3061,10 @@ class RaphaelMultilineTextDirective extends RaphaelBase {
3061
3061
  });
3062
3062
  return formattedText.join('');
3063
3063
  }
3064
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelMultilineTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3065
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelMultilineTextDirective, isStandalone: true, selector: "adf-raphael-multiline-text, raphael-multiline-text", inputs: { paper: "paper", position: "position", transform: "transform", text: "text", elementWidth: "elementWidth" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3064
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelMultilineTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3065
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelMultilineTextDirective, isStandalone: true, selector: "adf-raphael-multiline-text, raphael-multiline-text", inputs: { paper: "paper", position: "position", transform: "transform", text: "text", elementWidth: "elementWidth" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3066
3066
  }
3067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelMultilineTextDirective, decorators: [{
3067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelMultilineTextDirective, decorators: [{
3068
3068
  type: Directive,
3069
3069
  args: [{
3070
3070
  selector: 'adf-raphael-multiline-text, raphael-multiline-text'
@@ -3113,10 +3113,10 @@ class DiagramTaskComponent extends DiagramElement {
3113
3113
  this.options.strokeWidth = this.diagramColorService.getBpmnStrokeWidth(this.data);
3114
3114
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
3115
3115
  }
3116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3117
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramTaskComponent, isStandalone: true, selector: "diagram-task", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [elementId]=\"data.id\"\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"data.width\"\n [height]=\"data.height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-multiline-text [text]=\"data.name\" [position]=\"textPosition\" [elementWidth]=\"data.width\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelMultilineTextDirective, selector: "adf-raphael-multiline-text, raphael-multiline-text", inputs: ["paper", "position", "transform", "text", "elementWidth"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
3116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3117
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramTaskComponent, isStandalone: true, selector: "diagram-task", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [elementId]=\"data.id\"\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"data.width\"\n [height]=\"data.height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-multiline-text [text]=\"data.name\" [position]=\"textPosition\" [elementWidth]=\"data.width\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelMultilineTextDirective, selector: "adf-raphael-multiline-text, raphael-multiline-text", inputs: ["paper", "position", "transform", "text", "elementWidth"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
3118
3118
  }
3119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramTaskComponent, decorators: [{
3119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramTaskComponent, decorators: [{
3120
3120
  type: Component,
3121
3121
  args: [{ selector: 'diagram-task', imports: [RaphaelRectDirective, RaphaelMultilineTextDirective, DiagramTooltipComponent], template: "<raphael-rect\n [elementId]=\"data.id\"\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"data.width\"\n [height]=\"data.height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-multiline-text [text]=\"data.name\" [position]=\"textPosition\" [elementWidth]=\"data.width\" />\n<diagram-tooltip [data]=\"data\" />\n" }]
3122
3122
  }] });
@@ -3160,10 +3160,10 @@ class RaphaelIconUserDirective extends RaphaelBase {
3160
3160
  });
3161
3161
  return path1.transform('T' + position.x + ',' + position.y);
3162
3162
  }
3163
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconUserDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3164
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconUserDirective, isStandalone: true, selector: "adf-raphael-icon-user, raphael-icon-user", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconUserDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3164
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconUserDirective, isStandalone: true, selector: "adf-raphael-icon-user, raphael-icon-user", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3165
3165
  }
3166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconUserDirective, decorators: [{
3166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconUserDirective, decorators: [{
3167
3167
  type: Directive,
3168
3168
  args: [{
3169
3169
  selector: 'adf-raphael-icon-user, raphael-icon-user'
@@ -3213,10 +3213,10 @@ class DiagramIconUserTaskComponent extends DiagramElement {
3213
3213
  this.options.stroke = 'none';
3214
3214
  this.options.fillColors = '#d1b575';
3215
3215
  }
3216
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconUserTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3217
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconUserTaskComponent, isStandalone: true, selector: "diagram-icon-user-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-user\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconUserDirective, selector: "adf-raphael-icon-user, raphael-icon-user", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconUserTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3217
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconUserTaskComponent, isStandalone: true, selector: "diagram-icon-user-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-user\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconUserDirective, selector: "adf-raphael-icon-user, raphael-icon-user", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3218
3218
  }
3219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconUserTaskComponent, decorators: [{
3219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconUserTaskComponent, decorators: [{
3220
3220
  type: Component,
3221
3221
  args: [{ selector: 'diagram-icon-user-task', imports: [RaphaelIconUserDirective], template: "<raphael-icon-user\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
3222
3222
  }] });
@@ -3239,10 +3239,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
3239
3239
  */
3240
3240
  /* eslint-disable @angular-eslint/component-selector */
3241
3241
  class DiagramUserTaskComponent extends DiagramElement {
3242
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramUserTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3243
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramUserTaskComponent, isStandalone: true, selector: "diagram-user-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-user-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconUserTaskComponent, selector: "diagram-icon-user-task" }] }); }
3242
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramUserTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3243
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramUserTaskComponent, isStandalone: true, selector: "diagram-user-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-user-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconUserTaskComponent, selector: "diagram-icon-user-task" }] }); }
3244
3244
  }
3245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramUserTaskComponent, decorators: [{
3245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramUserTaskComponent, decorators: [{
3246
3246
  type: Component,
3247
3247
  args: [{ selector: 'diagram-user-task', imports: [DiagramTaskComponent, DiagramIconUserTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-user-task [data]=\"data\" />" }]
3248
3248
  }] });
@@ -3293,10 +3293,10 @@ class RaphaelIconManualDirective extends RaphaelBase {
3293
3293
  });
3294
3294
  return path1.transform('T' + position.x + ',' + position.y);
3295
3295
  }
3296
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconManualDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3297
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconManualDirective, isStandalone: true, selector: "adf-raphael-icon-manual, raphael-icon-manual", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconManualDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3297
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconManualDirective, isStandalone: true, selector: "adf-raphael-icon-manual, raphael-icon-manual", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3298
3298
  }
3299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconManualDirective, decorators: [{
3299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconManualDirective, decorators: [{
3300
3300
  type: Directive,
3301
3301
  args: [{
3302
3302
  selector: 'adf-raphael-icon-manual, raphael-icon-manual'
@@ -3346,10 +3346,10 @@ class DiagramIconManualTaskComponent extends DiagramElement {
3346
3346
  this.options.stroke = 'none';
3347
3347
  this.options.fillColors = '#d1b575';
3348
3348
  }
3349
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconManualTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3350
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconManualTaskComponent, isStandalone: true, selector: "diagram-icon-manual-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-manual\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconManualDirective, selector: "adf-raphael-icon-manual, raphael-icon-manual", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconManualTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3350
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconManualTaskComponent, isStandalone: true, selector: "diagram-icon-manual-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-manual\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconManualDirective, selector: "adf-raphael-icon-manual, raphael-icon-manual", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3351
3351
  }
3352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconManualTaskComponent, decorators: [{
3352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconManualTaskComponent, decorators: [{
3353
3353
  type: Component,
3354
3354
  args: [{ selector: 'diagram-icon-manual-task', imports: [RaphaelIconManualDirective], template: "<raphael-icon-manual\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
3355
3355
  }] });
@@ -3372,10 +3372,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
3372
3372
  */
3373
3373
  /* eslint-disable @angular-eslint/component-selector */
3374
3374
  class DiagramManualTaskComponent extends DiagramElement {
3375
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramManualTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3376
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramManualTaskComponent, isStandalone: true, selector: "diagram-manual-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-manual-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconManualTaskComponent, selector: "diagram-icon-manual-task" }] }); }
3375
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramManualTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3376
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramManualTaskComponent, isStandalone: true, selector: "diagram-manual-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-manual-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconManualTaskComponent, selector: "diagram-icon-manual-task" }] }); }
3377
3377
  }
3378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramManualTaskComponent, decorators: [{
3378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramManualTaskComponent, decorators: [{
3379
3379
  type: Component,
3380
3380
  args: [{ selector: 'diagram-manual-task', imports: [DiagramTaskComponent, DiagramIconManualTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-manual-task [data]=\"data\" />" }]
3381
3381
  }] });
@@ -3417,10 +3417,10 @@ class RaphaelIconSendDirective extends RaphaelBase {
3417
3417
  });
3418
3418
  return path1.transform('T' + position.x + ',' + position.y);
3419
3419
  }
3420
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconSendDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3421
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconSendDirective, isStandalone: true, selector: "adf-raphael-icon-send, raphael-icon-send", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconSendDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3421
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconSendDirective, isStandalone: true, selector: "adf-raphael-icon-send, raphael-icon-send", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3422
3422
  }
3423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconSendDirective, decorators: [{
3423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconSendDirective, decorators: [{
3424
3424
  type: Directive,
3425
3425
  args: [{
3426
3426
  selector: 'adf-raphael-icon-send, raphael-icon-send'
@@ -3470,10 +3470,10 @@ class DiagramIconSendTaskComponent extends DiagramElement {
3470
3470
  this.options.stroke = 'none';
3471
3471
  this.options.fillColors = '#16964d';
3472
3472
  }
3473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconSendTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3474
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconSendTaskComponent, isStandalone: true, selector: "diagram-icon-send-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-send\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelIconSendDirective, selector: "adf-raphael-icon-send, raphael-icon-send", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
3473
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconSendTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3474
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconSendTaskComponent, isStandalone: true, selector: "diagram-icon-send-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-send\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelIconSendDirective, selector: "adf-raphael-icon-send, raphael-icon-send", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
3475
3475
  }
3476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconSendTaskComponent, decorators: [{
3476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconSendTaskComponent, decorators: [{
3477
3477
  type: Component,
3478
3478
  args: [{ selector: 'diagram-icon-send-task', imports: [RaphaelIconSendDirective, DiagramTooltipComponent], template: "<raphael-icon-send\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
3479
3479
  }] });
@@ -3496,10 +3496,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
3496
3496
  */
3497
3497
  /* eslint-disable @angular-eslint/component-selector */
3498
3498
  class DiagramSendTaskComponent extends DiagramElement {
3499
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSendTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3500
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramSendTaskComponent, isStandalone: true, selector: "diagram-send-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-send-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconSendTaskComponent, selector: "diagram-icon-send-task" }] }); }
3499
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSendTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3500
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramSendTaskComponent, isStandalone: true, selector: "diagram-send-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-send-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconSendTaskComponent, selector: "diagram-icon-send-task" }] }); }
3501
3501
  }
3502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSendTaskComponent, decorators: [{
3502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSendTaskComponent, decorators: [{
3503
3503
  type: Component,
3504
3504
  args: [{ selector: 'diagram-send-task', imports: [DiagramTaskComponent, DiagramIconSendTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-send-task [data]=\"data\" />" }]
3505
3505
  }] });
@@ -3559,10 +3559,10 @@ class RaphaelIconCamelDirective extends RaphaelBase {
3559
3559
  });
3560
3560
  return path1.transform('T' + position.x + ',' + position.y);
3561
3561
  }
3562
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconCamelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3563
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconCamelDirective, isStandalone: true, selector: "adf-raphael-icon-camel, raphael-icon-camel", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3562
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconCamelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3563
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconCamelDirective, isStandalone: true, selector: "adf-raphael-icon-camel, raphael-icon-camel", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3564
3564
  }
3565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconCamelDirective, decorators: [{
3565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconCamelDirective, decorators: [{
3566
3566
  type: Directive,
3567
3567
  args: [{
3568
3568
  selector: 'adf-raphael-icon-camel, raphael-icon-camel'
@@ -3612,10 +3612,10 @@ class DiagramIconCamelTaskComponent extends DiagramElement {
3612
3612
  this.options.stroke = 'none';
3613
3613
  this.options.fillColors = '#bd4848';
3614
3614
  }
3615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconCamelTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3616
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconCamelTaskComponent, isStandalone: true, selector: "diagram-icon-camel-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-camel\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconCamelDirective, selector: "adf-raphael-icon-camel, raphael-icon-camel", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconCamelTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3616
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconCamelTaskComponent, isStandalone: true, selector: "diagram-icon-camel-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-camel\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconCamelDirective, selector: "adf-raphael-icon-camel, raphael-icon-camel", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3617
3617
  }
3618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconCamelTaskComponent, decorators: [{
3618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconCamelTaskComponent, decorators: [{
3619
3619
  type: Component,
3620
3620
  args: [{ selector: 'diagram-icon-camel-task', imports: [RaphaelIconCamelDirective], template: "<raphael-icon-camel\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
3621
3621
  }] });
@@ -3638,10 +3638,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
3638
3638
  */
3639
3639
  /* eslint-disable @angular-eslint/component-selector */
3640
3640
  class DiagramCamelTaskComponent extends DiagramElement {
3641
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramCamelTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3642
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramCamelTaskComponent, isStandalone: true, selector: "diagram-camel-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-camel-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconCamelTaskComponent, selector: "diagram-icon-camel-task" }] }); }
3641
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramCamelTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3642
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramCamelTaskComponent, isStandalone: true, selector: "diagram-camel-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-camel-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconCamelTaskComponent, selector: "diagram-icon-camel-task" }] }); }
3643
3643
  }
3644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramCamelTaskComponent, decorators: [{
3644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramCamelTaskComponent, decorators: [{
3645
3645
  type: Component,
3646
3646
  args: [{ selector: 'diagram-camel-task', imports: [DiagramTaskComponent, DiagramIconCamelTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-camel-task [data]=\"data\" />" }]
3647
3647
  }] });
@@ -3687,10 +3687,10 @@ class RaphaelIconMuleDirective extends RaphaelBase {
3687
3687
  });
3688
3688
  return path1.transform('T' + position.x + ',' + position.y);
3689
3689
  }
3690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconMuleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconMuleDirective, isStandalone: true, selector: "adf-raphael-icon-mule, raphael-icon-mule", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconMuleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3691
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconMuleDirective, isStandalone: true, selector: "adf-raphael-icon-mule, raphael-icon-mule", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3692
3692
  }
3693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconMuleDirective, decorators: [{
3693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconMuleDirective, decorators: [{
3694
3694
  type: Directive,
3695
3695
  args: [{
3696
3696
  selector: 'adf-raphael-icon-mule, raphael-icon-mule'
@@ -3740,10 +3740,10 @@ class DiagramIconMuleTaskComponent extends DiagramElement {
3740
3740
  this.options.stroke = 'none';
3741
3741
  this.options.fillColors = '#bd4848';
3742
3742
  }
3743
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconMuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3744
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconMuleTaskComponent, isStandalone: true, selector: "diagram-icon-mule-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-mule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconMuleDirective, selector: "adf-raphael-icon-mule, raphael-icon-mule", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3743
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconMuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3744
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconMuleTaskComponent, isStandalone: true, selector: "diagram-icon-mule-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-mule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconMuleDirective, selector: "adf-raphael-icon-mule, raphael-icon-mule", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3745
3745
  }
3746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconMuleTaskComponent, decorators: [{
3746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconMuleTaskComponent, decorators: [{
3747
3747
  type: Component,
3748
3748
  args: [{ selector: 'diagram-icon-mule-task', imports: [RaphaelIconMuleDirective], template: "<raphael-icon-mule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
3749
3749
  }] });
@@ -3766,10 +3766,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
3766
3766
  */
3767
3767
  /* eslint-disable @angular-eslint/component-selector */
3768
3768
  class DiagramMuleTaskComponent extends DiagramElement {
3769
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramMuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3770
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramMuleTaskComponent, isStandalone: true, selector: "diagram-mule-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-mule-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconMuleTaskComponent, selector: "diagram-icon-mule-task" }] }); }
3769
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramMuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3770
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramMuleTaskComponent, isStandalone: true, selector: "diagram-mule-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-mule-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconMuleTaskComponent, selector: "diagram-icon-mule-task" }] }); }
3771
3771
  }
3772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramMuleTaskComponent, decorators: [{
3772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramMuleTaskComponent, decorators: [{
3773
3773
  type: Component,
3774
3774
  args: [{ selector: 'diagram-mule-task', imports: [DiagramTaskComponent, DiagramIconMuleTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-mule-task [data]=\"data\" />" }]
3775
3775
  }] });
@@ -3929,10 +3929,10 @@ class RaphaelIconAlfrescoPublishDirective extends RaphaelBase {
3929
3929
  });
3930
3930
  path1.transform('T' + startX + ',' + startY);
3931
3931
  }
3932
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconAlfrescoPublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3933
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconAlfrescoPublishDirective, isStandalone: true, selector: "adf-raphael-icon-alfresco-publish, raphael-icon-alfresco-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3932
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconAlfrescoPublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3933
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconAlfrescoPublishDirective, isStandalone: true, selector: "adf-raphael-icon-alfresco-publish, raphael-icon-alfresco-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
3934
3934
  }
3935
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconAlfrescoPublishDirective, decorators: [{
3935
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconAlfrescoPublishDirective, decorators: [{
3936
3936
  type: Directive,
3937
3937
  args: [{
3938
3938
  selector: 'adf-raphael-icon-alfresco-publish, raphael-icon-alfresco-publish'
@@ -3982,10 +3982,10 @@ class DiagramIconAlfrescoPublishTaskComponent extends DiagramElement {
3982
3982
  this.options.stroke = 'none';
3983
3983
  this.options.fillColors = '#87C040';
3984
3984
  }
3985
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconAlfrescoPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3986
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconAlfrescoPublishTaskComponent, isStandalone: true, selector: "diagram-icon-alfresco-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-alfresco-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconAlfrescoPublishDirective, selector: "adf-raphael-icon-alfresco-publish, raphael-icon-alfresco-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3985
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconAlfrescoPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3986
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconAlfrescoPublishTaskComponent, isStandalone: true, selector: "diagram-icon-alfresco-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-alfresco-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconAlfrescoPublishDirective, selector: "adf-raphael-icon-alfresco-publish, raphael-icon-alfresco-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
3987
3987
  }
3988
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconAlfrescoPublishTaskComponent, decorators: [{
3988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconAlfrescoPublishTaskComponent, decorators: [{
3989
3989
  type: Component,
3990
3990
  args: [{ selector: 'diagram-icon-alfresco-publish-task', imports: [RaphaelIconAlfrescoPublishDirective], template: "<raphael-icon-alfresco-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
3991
3991
  }] });
@@ -4007,10 +4007,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4007
4007
  * limitations under the License.
4008
4008
  */
4009
4009
  class DiagramAlfrescoPublishTaskComponent extends DiagramElement {
4010
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramAlfrescoPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4011
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramAlfrescoPublishTaskComponent, isStandalone: true, selector: "adf-diagram-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-alfresco-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconAlfrescoPublishTaskComponent, selector: "diagram-icon-alfresco-publish-task" }] }); }
4010
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramAlfrescoPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4011
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramAlfrescoPublishTaskComponent, isStandalone: true, selector: "adf-diagram-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-alfresco-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconAlfrescoPublishTaskComponent, selector: "diagram-icon-alfresco-publish-task" }] }); }
4012
4012
  }
4013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramAlfrescoPublishTaskComponent, decorators: [{
4013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramAlfrescoPublishTaskComponent, decorators: [{
4014
4014
  type: Component,
4015
4015
  args: [{ selector: 'adf-diagram-publish-task', imports: [DiagramTaskComponent, DiagramIconAlfrescoPublishTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-alfresco-publish-task [data]=\"data\" />" }]
4016
4016
  }] });
@@ -4060,10 +4060,10 @@ class RaphaelIconRestCallDirective extends RaphaelBase {
4060
4060
  });
4061
4061
  return path1.transform('T' + position.x + ',' + position.y);
4062
4062
  }
4063
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconRestCallDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4064
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconRestCallDirective, isStandalone: true, selector: "adf-raphael-icon-rest-call, raphael-icon-rest-call", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4063
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconRestCallDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4064
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconRestCallDirective, isStandalone: true, selector: "adf-raphael-icon-rest-call, raphael-icon-rest-call", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4065
4065
  }
4066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconRestCallDirective, decorators: [{
4066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconRestCallDirective, decorators: [{
4067
4067
  type: Directive,
4068
4068
  args: [{
4069
4069
  selector: 'adf-raphael-icon-rest-call, raphael-icon-rest-call'
@@ -4113,10 +4113,10 @@ class DiagramIconRestCallTaskComponent extends DiagramElement {
4113
4113
  this.options.stroke = 'none';
4114
4114
  this.options.fillColors = '#bd4848';
4115
4115
  }
4116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconRestCallTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4117
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconRestCallTaskComponent, isStandalone: true, selector: "diagram-icon-rest-call-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-rest-call\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconRestCallDirective, selector: "adf-raphael-icon-rest-call, raphael-icon-rest-call", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconRestCallTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4117
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconRestCallTaskComponent, isStandalone: true, selector: "diagram-icon-rest-call-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-rest-call\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconRestCallDirective, selector: "adf-raphael-icon-rest-call, raphael-icon-rest-call", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4118
4118
  }
4119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconRestCallTaskComponent, decorators: [{
4119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconRestCallTaskComponent, decorators: [{
4120
4120
  type: Component,
4121
4121
  args: [{ selector: 'diagram-icon-rest-call-task', imports: [RaphaelIconRestCallDirective], template: "<raphael-icon-rest-call\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4122
4122
  }] });
@@ -4139,10 +4139,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4139
4139
  */
4140
4140
  /* eslint-disable @angular-eslint/component-selector */
4141
4141
  class DiagramRestCallTaskComponent extends DiagramElement {
4142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramRestCallTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4143
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramRestCallTaskComponent, isStandalone: true, selector: "diagram-rest-call-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-rest-call-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconRestCallTaskComponent, selector: "diagram-icon-rest-call-task" }] }); }
4142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramRestCallTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramRestCallTaskComponent, isStandalone: true, selector: "diagram-rest-call-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-rest-call-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconRestCallTaskComponent, selector: "diagram-icon-rest-call-task" }] }); }
4144
4144
  }
4145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramRestCallTaskComponent, decorators: [{
4145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramRestCallTaskComponent, decorators: [{
4146
4146
  type: Component,
4147
4147
  args: [{ selector: 'diagram-rest-call-task', imports: [DiagramTaskComponent, DiagramIconRestCallTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-rest-call-task [data]=\"data\" />" }]
4148
4148
  }] });
@@ -4192,10 +4192,10 @@ class RaphaelIconGoogleDrivePublishDirective extends RaphaelBase {
4192
4192
  ZCVeClnhIwqC5Pb08Kp3CgBUxT4PINc4u+u54uY8FLfXLQa+sx0dRNV2eXSi6OzryK2c7Wkl0msB5OuG0JVsOvnqL03+DT8BxkC5RkIpSlIAAAAASUVORK5CYII=`
4193
4193
  });
4194
4194
  }
4195
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconGoogleDrivePublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4196
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconGoogleDrivePublishDirective, isStandalone: true, selector: "adf-raphael-icon-google-drive-publish, raphael-icon-google-drive-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4195
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconGoogleDrivePublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4196
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconGoogleDrivePublishDirective, isStandalone: true, selector: "adf-raphael-icon-google-drive-publish, raphael-icon-google-drive-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4197
4197
  }
4198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconGoogleDrivePublishDirective, decorators: [{
4198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconGoogleDrivePublishDirective, decorators: [{
4199
4199
  type: Directive,
4200
4200
  args: [{
4201
4201
  selector: 'adf-raphael-icon-google-drive-publish, raphael-icon-google-drive-publish'
@@ -4243,10 +4243,10 @@ class DiagramIconGoogleDrivePublishTaskComponent extends DiagramElement {
4243
4243
  ngOnInit() {
4244
4244
  this.position = { x: this.data.x + 6, y: this.data.y + 6 };
4245
4245
  }
4246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconGoogleDrivePublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4247
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconGoogleDrivePublishTaskComponent, isStandalone: true, selector: "diagram-icon-google-drive-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-google-drive-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconGoogleDrivePublishDirective, selector: "adf-raphael-icon-google-drive-publish, raphael-icon-google-drive-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconGoogleDrivePublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4247
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconGoogleDrivePublishTaskComponent, isStandalone: true, selector: "diagram-icon-google-drive-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-google-drive-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconGoogleDrivePublishDirective, selector: "adf-raphael-icon-google-drive-publish, raphael-icon-google-drive-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4248
4248
  }
4249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconGoogleDrivePublishTaskComponent, decorators: [{
4249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconGoogleDrivePublishTaskComponent, decorators: [{
4250
4250
  type: Component,
4251
4251
  args: [{ selector: 'diagram-icon-google-drive-publish-task', imports: [RaphaelIconGoogleDrivePublishDirective], template: "<raphael-icon-google-drive-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4252
4252
  }] });
@@ -4269,10 +4269,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4269
4269
  */
4270
4270
  /* eslint-disable @angular-eslint/component-selector */
4271
4271
  class DiagramGoogleDrivePublishTaskComponent extends DiagramElement {
4272
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramGoogleDrivePublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4273
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramGoogleDrivePublishTaskComponent, isStandalone: true, selector: "diagram-google-drive-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-google-drive-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconGoogleDrivePublishTaskComponent, selector: "diagram-icon-google-drive-publish-task" }] }); }
4272
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramGoogleDrivePublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4273
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramGoogleDrivePublishTaskComponent, isStandalone: true, selector: "diagram-google-drive-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-google-drive-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconGoogleDrivePublishTaskComponent, selector: "diagram-icon-google-drive-publish-task" }] }); }
4274
4274
  }
4275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramGoogleDrivePublishTaskComponent, decorators: [{
4275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramGoogleDrivePublishTaskComponent, decorators: [{
4276
4276
  type: Component,
4277
4277
  args: [{ selector: 'diagram-google-drive-publish-task', imports: [DiagramTaskComponent, DiagramIconGoogleDrivePublishTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-google-drive-publish-task [data]=\"data\" />" }]
4278
4278
  }] });
@@ -4346,10 +4346,10 @@ class RaphaelIconBoxPublishDirective extends RaphaelBase {
4346
4346
  F7753O8D8NHHR9rO nL+wZ2pqYl0cxyoIoqsm0LK49ehKKLNGp3gE1JRF+9qoU3JBIDVVuZGvffWLZ2oa7rgCcPLMBe7f 0c3/APbD8KaWhlC3AAAAAElFTkSuQmCC`
4347
4347
  });
4348
4348
  }
4349
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconBoxPublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4350
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconBoxPublishDirective, isStandalone: true, selector: "adf-raphael-icon-box-publish, raphael-icon-box-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconBoxPublishDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4350
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconBoxPublishDirective, isStandalone: true, selector: "adf-raphael-icon-box-publish, raphael-icon-box-publish", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4351
4351
  }
4352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconBoxPublishDirective, decorators: [{
4352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconBoxPublishDirective, decorators: [{
4353
4353
  type: Directive,
4354
4354
  args: [{
4355
4355
  selector: 'adf-raphael-icon-box-publish, raphael-icon-box-publish'
@@ -4397,10 +4397,10 @@ class DiagramIconBoxPublishTaskComponent extends DiagramElement {
4397
4397
  ngOnInit() {
4398
4398
  this.position = { x: this.data.x + 6, y: this.data.y + 6 };
4399
4399
  }
4400
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconBoxPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4401
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconBoxPublishTaskComponent, isStandalone: true, selector: "diagram-icon-box-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-box-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconBoxPublishDirective, selector: "adf-raphael-icon-box-publish, raphael-icon-box-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4400
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconBoxPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4401
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconBoxPublishTaskComponent, isStandalone: true, selector: "diagram-icon-box-publish-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-box-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconBoxPublishDirective, selector: "adf-raphael-icon-box-publish, raphael-icon-box-publish", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4402
4402
  }
4403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconBoxPublishTaskComponent, decorators: [{
4403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconBoxPublishTaskComponent, decorators: [{
4404
4404
  type: Component,
4405
4405
  args: [{ selector: 'diagram-icon-box-publish-task', imports: [RaphaelIconBoxPublishDirective], template: "<raphael-icon-box-publish\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4406
4406
  }] });
@@ -4423,10 +4423,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4423
4423
  */
4424
4424
  /* eslint-disable @angular-eslint/component-selector */
4425
4425
  class DiagramBoxPublishTaskComponent extends DiagramElement {
4426
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBoxPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4427
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramBoxPublishTaskComponent, isStandalone: true, selector: "diagram-box-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-box-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconBoxPublishTaskComponent, selector: "diagram-icon-box-publish-task" }] }); }
4426
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBoxPublishTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4427
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramBoxPublishTaskComponent, isStandalone: true, selector: "diagram-box-publish-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-box-publish-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconBoxPublishTaskComponent, selector: "diagram-icon-box-publish-task" }] }); }
4428
4428
  }
4429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBoxPublishTaskComponent, decorators: [{
4429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBoxPublishTaskComponent, decorators: [{
4430
4430
  type: Component,
4431
4431
  args: [{ selector: 'diagram-box-publish-task', imports: [DiagramTaskComponent, DiagramIconBoxPublishTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-box-publish-task [data]=\"data\" />" }]
4432
4432
  }] });
@@ -4485,10 +4485,10 @@ class RaphaelIconServiceDirective extends RaphaelBase {
4485
4485
  });
4486
4486
  return path1.transform('T' + position.x + ',' + position.y);
4487
4487
  }
4488
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconServiceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4489
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconServiceDirective, isStandalone: true, selector: "adf-raphael-icon-service, raphael-icon-service", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4488
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconServiceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4489
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconServiceDirective, isStandalone: true, selector: "adf-raphael-icon-service, raphael-icon-service", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4490
4490
  }
4491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconServiceDirective, decorators: [{
4491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconServiceDirective, decorators: [{
4492
4492
  type: Directive,
4493
4493
  args: [{
4494
4494
  selector: 'adf-raphael-icon-service, raphael-icon-service'
@@ -4538,10 +4538,10 @@ class DiagramIconServiceTaskComponent extends DiagramElement {
4538
4538
  this.options.stroke = 'none';
4539
4539
  this.options.fillColors = '#72a7d0';
4540
4540
  }
4541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4542
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconServiceTaskComponent, isStandalone: true, selector: "diagram-icon-service-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-service\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconServiceDirective, selector: "adf-raphael-icon-service, raphael-icon-service", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4542
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconServiceTaskComponent, isStandalone: true, selector: "diagram-icon-service-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-service\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconServiceDirective, selector: "adf-raphael-icon-service, raphael-icon-service", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4543
4543
  }
4544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconServiceTaskComponent, decorators: [{
4544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconServiceTaskComponent, decorators: [{
4545
4545
  type: Component,
4546
4546
  args: [{ selector: 'diagram-icon-service-task', imports: [RaphaelIconServiceDirective], template: "<raphael-icon-service\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4547
4547
  }] });
@@ -4564,10 +4564,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4564
4564
  */
4565
4565
  /* eslint-disable @angular-eslint/component-selector */
4566
4566
  class DiagramServiceTaskComponent extends DiagramElement {
4567
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4568
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramServiceTaskComponent, isStandalone: true, selector: "diagram-service-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-service-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconServiceTaskComponent, selector: "diagram-icon-service-task" }] }); }
4567
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4568
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramServiceTaskComponent, isStandalone: true, selector: "diagram-service-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-service-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconServiceTaskComponent, selector: "diagram-icon-service-task" }] }); }
4569
4569
  }
4570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramServiceTaskComponent, decorators: [{
4570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramServiceTaskComponent, decorators: [{
4571
4571
  type: Component,
4572
4572
  args: [{ selector: 'diagram-service-task', imports: [DiagramTaskComponent, DiagramIconServiceTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-service-task [data]=\"data\" />" }]
4573
4573
  }] });
@@ -4590,10 +4590,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4590
4590
  */
4591
4591
  /* eslint-disable @angular-eslint/component-selector */
4592
4592
  class DiagramContainerServiceTaskComponent extends DiagramElement {
4593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramContainerServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4594
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramContainerServiceTaskComponent, isStandalone: true, selector: "diagram-container-service-task", usesInheritance: true, ngImport: i0, template: "<div [ngSwitch]=\"data.taskType\">\n <div *ngSwitchCase=\"'mail'\">\n <diagram-send-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'camel'\">\n <diagram-camel-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'mule'\">\n <diagram-mule-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'alfresco_publish'\">\n <adf-diagram-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'rest_call'\">\n <diagram-rest-call-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'google_drive_publish'\">\n <diagram-google-drive-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'box_publish'\">\n <diagram-box-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchDefault>\n <diagram-service-task [data]=\"data\" />\n </div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: DiagramSendTaskComponent, selector: "diagram-send-task" }, { kind: "component", type: DiagramCamelTaskComponent, selector: "diagram-camel-task" }, { kind: "component", type: DiagramMuleTaskComponent, selector: "diagram-mule-task" }, { kind: "component", type: DiagramAlfrescoPublishTaskComponent, selector: "adf-diagram-publish-task" }, { kind: "component", type: DiagramRestCallTaskComponent, selector: "diagram-rest-call-task" }, { kind: "component", type: DiagramGoogleDrivePublishTaskComponent, selector: "diagram-google-drive-publish-task" }, { kind: "component", type: DiagramBoxPublishTaskComponent, selector: "diagram-box-publish-task" }, { kind: "component", type: DiagramServiceTaskComponent, selector: "diagram-service-task" }] }); }
4593
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramContainerServiceTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4594
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramContainerServiceTaskComponent, isStandalone: true, selector: "diagram-container-service-task", usesInheritance: true, ngImport: i0, template: "<div [ngSwitch]=\"data.taskType\">\n <div *ngSwitchCase=\"'mail'\">\n <diagram-send-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'camel'\">\n <diagram-camel-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'mule'\">\n <diagram-mule-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'alfresco_publish'\">\n <adf-diagram-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'rest_call'\">\n <diagram-rest-call-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'google_drive_publish'\">\n <diagram-google-drive-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchCase=\"'box_publish'\">\n <diagram-box-publish-task [data]=\"data\" />\n </div>\n <div *ngSwitchDefault>\n <diagram-service-task [data]=\"data\" />\n </div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: DiagramSendTaskComponent, selector: "diagram-send-task" }, { kind: "component", type: DiagramCamelTaskComponent, selector: "diagram-camel-task" }, { kind: "component", type: DiagramMuleTaskComponent, selector: "diagram-mule-task" }, { kind: "component", type: DiagramAlfrescoPublishTaskComponent, selector: "adf-diagram-publish-task" }, { kind: "component", type: DiagramRestCallTaskComponent, selector: "diagram-rest-call-task" }, { kind: "component", type: DiagramGoogleDrivePublishTaskComponent, selector: "diagram-google-drive-publish-task" }, { kind: "component", type: DiagramBoxPublishTaskComponent, selector: "diagram-box-publish-task" }, { kind: "component", type: DiagramServiceTaskComponent, selector: "diagram-service-task" }] }); }
4595
4595
  }
4596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramContainerServiceTaskComponent, decorators: [{
4596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramContainerServiceTaskComponent, decorators: [{
4597
4597
  type: Component,
4598
4598
  args: [{ selector: 'diagram-container-service-task', imports: [
4599
4599
  CommonModule,
@@ -4645,10 +4645,10 @@ class RaphaelIconReceiveDirective extends RaphaelBase {
4645
4645
  });
4646
4646
  return path1.transform('T' + position.x + ',' + position.y);
4647
4647
  }
4648
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconReceiveDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4649
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconReceiveDirective, isStandalone: true, selector: "adf-raphael-icon-receive, raphael-icon-receive", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4648
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconReceiveDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4649
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconReceiveDirective, isStandalone: true, selector: "adf-raphael-icon-receive, raphael-icon-receive", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4650
4650
  }
4651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconReceiveDirective, decorators: [{
4651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconReceiveDirective, decorators: [{
4652
4652
  type: Directive,
4653
4653
  args: [{
4654
4654
  selector: 'adf-raphael-icon-receive, raphael-icon-receive'
@@ -4698,10 +4698,10 @@ class DiagramIconReceiveTaskComponent extends DiagramElement {
4698
4698
  this.options.stroke = 'none';
4699
4699
  this.options.fillColors = '#16964d';
4700
4700
  }
4701
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconReceiveTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4702
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconReceiveTaskComponent, isStandalone: true, selector: "diagram-icon-receive-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-receive\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconReceiveDirective, selector: "adf-raphael-icon-receive, raphael-icon-receive", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4701
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconReceiveTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4702
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconReceiveTaskComponent, isStandalone: true, selector: "diagram-icon-receive-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-receive\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconReceiveDirective, selector: "adf-raphael-icon-receive, raphael-icon-receive", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4703
4703
  }
4704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconReceiveTaskComponent, decorators: [{
4704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconReceiveTaskComponent, decorators: [{
4705
4705
  type: Component,
4706
4706
  args: [{ selector: 'diagram-icon-receive-task', imports: [RaphaelIconReceiveDirective], template: "<raphael-icon-receive\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4707
4707
  }] });
@@ -4724,10 +4724,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4724
4724
  */
4725
4725
  /* eslint-disable @angular-eslint/component-selector */
4726
4726
  class DiagramReceiveTaskComponent extends DiagramElement {
4727
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramReceiveTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4728
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramReceiveTaskComponent, isStandalone: true, selector: "diagram-receive-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-receive-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconReceiveTaskComponent, selector: "diagram-icon-receive-task" }] }); }
4727
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramReceiveTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4728
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramReceiveTaskComponent, isStandalone: true, selector: "diagram-receive-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-receive-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconReceiveTaskComponent, selector: "diagram-icon-receive-task" }] }); }
4729
4729
  }
4730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramReceiveTaskComponent, decorators: [{
4730
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramReceiveTaskComponent, decorators: [{
4731
4731
  type: Component,
4732
4732
  args: [{ selector: 'diagram-receive-task', imports: [DiagramTaskComponent, DiagramIconReceiveTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-receive-task [data]=\"data\" />" }]
4733
4733
  }] });
@@ -4770,10 +4770,10 @@ class RaphaelIconScriptDirective extends RaphaelBase {
4770
4770
  });
4771
4771
  return path1.transform('T' + position.x + ',' + position.y);
4772
4772
  }
4773
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconScriptDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4774
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconScriptDirective, isStandalone: true, selector: "adf-raphael-icon-script, raphael-icon-script", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4773
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconScriptDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4774
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconScriptDirective, isStandalone: true, selector: "adf-raphael-icon-script, raphael-icon-script", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4775
4775
  }
4776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconScriptDirective, decorators: [{
4776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconScriptDirective, decorators: [{
4777
4777
  type: Directive,
4778
4778
  args: [{
4779
4779
  selector: 'adf-raphael-icon-script, raphael-icon-script'
@@ -4823,10 +4823,10 @@ class DiagramIconScriptTaskComponent extends DiagramElement {
4823
4823
  this.options.stroke = 'none';
4824
4824
  this.options.fillColors = '#72a7d0';
4825
4825
  }
4826
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconScriptTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4827
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconScriptTaskComponent, isStandalone: true, selector: "diagram-icon-script-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-script\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconScriptDirective, selector: "adf-raphael-icon-script, raphael-icon-script", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4826
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconScriptTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4827
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconScriptTaskComponent, isStandalone: true, selector: "diagram-icon-script-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-script\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconScriptDirective, selector: "adf-raphael-icon-script, raphael-icon-script", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4828
4828
  }
4829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconScriptTaskComponent, decorators: [{
4829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconScriptTaskComponent, decorators: [{
4830
4830
  type: Component,
4831
4831
  args: [{ selector: 'diagram-icon-script-task', imports: [RaphaelIconScriptDirective], template: "<raphael-icon-script\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4832
4832
  }] });
@@ -4849,10 +4849,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4849
4849
  */
4850
4850
  /* eslint-disable @angular-eslint/component-selector */
4851
4851
  class DiagramScriptTaskComponent extends DiagramElement {
4852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramScriptTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4853
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramScriptTaskComponent, isStandalone: true, selector: "diagram-script-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-script-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconScriptTaskComponent, selector: "diagram-icon-script-task" }] }); }
4852
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramScriptTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4853
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramScriptTaskComponent, isStandalone: true, selector: "diagram-script-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-script-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconScriptTaskComponent, selector: "diagram-icon-script-task" }] }); }
4854
4854
  }
4855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramScriptTaskComponent, decorators: [{
4855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramScriptTaskComponent, decorators: [{
4856
4856
  type: Component,
4857
4857
  args: [{ selector: 'diagram-script-task', imports: [DiagramTaskComponent, DiagramIconScriptTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-script-task [data]=\"data\" />" }]
4858
4858
  }] });
@@ -4895,10 +4895,10 @@ class RaphaelIconBusinessRuleDirective extends RaphaelBase {
4895
4895
  });
4896
4896
  return path1.transform('T' + position.x + ',' + position.y);
4897
4897
  }
4898
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconBusinessRuleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4899
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelIconBusinessRuleDirective, isStandalone: true, selector: "adf-raphael-icon-business-rule, raphael-icon-business-rule", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4898
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconBusinessRuleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4899
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelIconBusinessRuleDirective, isStandalone: true, selector: "adf-raphael-icon-business-rule, raphael-icon-business-rule", inputs: { paper: "paper", position: "position", text: "text", strokeWidth: "strokeWidth", fillColors: "fillColors", stroke: "stroke", fillOpacity: "fillOpacity" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
4900
4900
  }
4901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelIconBusinessRuleDirective, decorators: [{
4901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelIconBusinessRuleDirective, decorators: [{
4902
4902
  type: Directive,
4903
4903
  args: [{
4904
4904
  selector: 'adf-raphael-icon-business-rule, raphael-icon-business-rule'
@@ -4948,10 +4948,10 @@ class DiagramIconBusinessRuleTaskComponent extends DiagramElement {
4948
4948
  this.options.stroke = 'none';
4949
4949
  this.options.fillColors = '#72a7d0';
4950
4950
  }
4951
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconBusinessRuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4952
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIconBusinessRuleTaskComponent, isStandalone: true, selector: "diagram-icon-business-rule-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-business-rule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconBusinessRuleDirective, selector: "adf-raphael-icon-business-rule, raphael-icon-business-rule", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4951
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconBusinessRuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4952
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIconBusinessRuleTaskComponent, isStandalone: true, selector: "diagram-icon-business-rule-task", usesInheritance: true, ngImport: i0, template: "<raphael-icon-business-rule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n", dependencies: [{ kind: "directive", type: RaphaelIconBusinessRuleDirective, selector: "adf-raphael-icon-business-rule, raphael-icon-business-rule", inputs: ["paper", "position", "text", "strokeWidth", "fillColors", "stroke", "fillOpacity"], outputs: ["error"] }] }); }
4953
4953
  }
4954
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIconBusinessRuleTaskComponent, decorators: [{
4954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIconBusinessRuleTaskComponent, decorators: [{
4955
4955
  type: Component,
4956
4956
  args: [{ selector: 'diagram-icon-business-rule-task', imports: [RaphaelIconBusinessRuleDirective], template: "<raphael-icon-business-rule\n [position]=\"position\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n" }]
4957
4957
  }] });
@@ -4974,10 +4974,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
4974
4974
  */
4975
4975
  /* eslint-disable @angular-eslint/component-selector */
4976
4976
  class DiagramBusinessRuleTaskComponent extends DiagramElement {
4977
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBusinessRuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4978
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramBusinessRuleTaskComponent, isStandalone: true, selector: "diagram-business-rule-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-business-rule-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconBusinessRuleTaskComponent, selector: "diagram-icon-business-rule-task" }] }); }
4977
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBusinessRuleTaskComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4978
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramBusinessRuleTaskComponent, isStandalone: true, selector: "diagram-business-rule-task", usesInheritance: true, ngImport: i0, template: "<diagram-task [data]=\"data\" />\n<diagram-icon-business-rule-task [data]=\"data\" />", dependencies: [{ kind: "component", type: DiagramTaskComponent, selector: "diagram-task" }, { kind: "component", type: DiagramIconBusinessRuleTaskComponent, selector: "diagram-icon-business-rule-task" }] }); }
4979
4979
  }
4980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBusinessRuleTaskComponent, decorators: [{
4980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBusinessRuleTaskComponent, decorators: [{
4981
4981
  type: Component,
4982
4982
  args: [{ selector: 'diagram-business-rule-task', imports: [DiagramTaskComponent, DiagramIconBusinessRuleTaskComponent], template: "<diagram-task [data]=\"data\" />\n<diagram-icon-business-rule-task [data]=\"data\" />" }]
4983
4983
  }] });
@@ -5015,10 +5015,10 @@ class DiagramBoundaryEventComponent extends DiagramElement {
5015
5015
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
5016
5016
  this.signalFillColor = 'none';
5017
5017
  }
5018
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBoundaryEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5019
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramBoundaryEventComponent, isStandalone: true, selector: "diagram-boundary-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle [center]=\"center\" [radius]=\"circleRadiusInner\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<raphael-circle [elementId]=\"data.id\" [center]=\"center\" [radius]=\"circleRadiusOuter\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" [fillColor]=\"signalFillColor\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5018
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBoundaryEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5019
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramBoundaryEventComponent, isStandalone: true, selector: "diagram-boundary-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle [center]=\"center\" [radius]=\"circleRadiusInner\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<raphael-circle [elementId]=\"data.id\" [center]=\"center\" [radius]=\"circleRadiusOuter\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" [fillColor]=\"signalFillColor\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5020
5020
  }
5021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramBoundaryEventComponent, decorators: [{
5021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramBoundaryEventComponent, decorators: [{
5022
5022
  type: Component,
5023
5023
  args: [{ selector: 'diagram-boundary-event', imports: [RaphaelCircleDirective, DiagramContainerIconEventTaskComponent, DiagramTooltipComponent], template: "<raphael-circle [center]=\"center\" [radius]=\"circleRadiusInner\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<raphael-circle [elementId]=\"data.id\" [center]=\"center\" [radius]=\"circleRadiusOuter\" [strokeWidth]=\"options.strokeWidth\" [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\" [fillOpacity]=\"options.fillOpacity\" />\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" [fillColor]=\"signalFillColor\" />\n<diagram-tooltip [data]=\"data\" />\n" }]
5024
5024
  }] });
@@ -5056,10 +5056,10 @@ class DiagramThrowEventComponent extends DiagramElement {
5056
5056
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
5057
5057
  this.signalFillColor = 'black';
5058
5058
  }
5059
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramThrowEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5060
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramThrowEventComponent, isStandalone: true, selector: "diagram-throw-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"signalFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5059
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramThrowEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5060
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramThrowEventComponent, isStandalone: true, selector: "diagram-throw-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"signalFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5061
5061
  }
5062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramThrowEventComponent, decorators: [{
5062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramThrowEventComponent, decorators: [{
5063
5063
  type: Component,
5064
5064
  args: [{ selector: 'diagram-throw-event', imports: [RaphaelCircleDirective, DiagramContainerIconEventTaskComponent, DiagramTooltipComponent], template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event\n [data]=\"data\"\n [type]=\"data.eventDefinition && data.eventDefinition.type\"\n [fillColor]=\"signalFillColor\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
5065
5065
  }] });
@@ -5096,10 +5096,10 @@ class DiagramIntermediateCatchingEventComponent extends DiagramElement {
5096
5096
  this.options.fillColors = this.diagramColorService.getFillColour(this.data.id);
5097
5097
  this.options.fillOpacity = this.diagramColorService.getFillOpacity();
5098
5098
  }
5099
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIntermediateCatchingEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5100
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramIntermediateCatchingEventComponent, isStandalone: true, selector: "diagram-intermediate-catching-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5099
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIntermediateCatchingEventComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5100
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramIntermediateCatchingEventComponent, isStandalone: true, selector: "diagram-intermediate-catching-event", usesInheritance: true, ngImport: i0, template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" />\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelCircleDirective, selector: "adf-raphael-circle, raphael-circle", inputs: ["paper", "center", "radius", "strokeWidth", "fillColors", "stroke", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramContainerIconEventTaskComponent, selector: "diagram-container-icon-event", inputs: ["type", "fillColor"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5101
5101
  }
5102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramIntermediateCatchingEventComponent, decorators: [{
5102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramIntermediateCatchingEventComponent, decorators: [{
5103
5103
  type: Component,
5104
5104
  args: [{ selector: 'diagram-intermediate-catching-event', imports: [RaphaelCircleDirective, DiagramContainerIconEventTaskComponent, DiagramTooltipComponent], template: "<raphael-circle\n [center]=\"center\"\n [radius]=\"circleRadiusInner\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-circle\n [elementId]=\"data.id\"\n [center]=\"center\"\n [radius]=\"circleRadiusOuter\"\n [strokeWidth]=\"options.strokeWidth\"\n [stroke]=\"options.stroke\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-container-icon-event [data]=\"data\" [type]=\"data.eventDefinition.type\" />\n<diagram-tooltip [data]=\"data\" />\n" }]
5105
5105
  }] });
@@ -5134,10 +5134,10 @@ class DiagramSubprocessComponent extends DiagramElement {
5134
5134
  this.options.stroke = this.diagramColorService.getBpmnColor(this.data, MAIN_STROKE_COLOR);
5135
5135
  this.options.strokeWidth = 1;
5136
5136
  }
5137
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSubprocessComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5138
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramSubprocessComponent, isStandalone: true, selector: "diagram-subprocess", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5137
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSubprocessComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5138
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramSubprocessComponent, isStandalone: true, selector: "diagram-subprocess", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5139
5139
  }
5140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSubprocessComponent, decorators: [{
5140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSubprocessComponent, decorators: [{
5141
5141
  type: Component,
5142
5142
  args: [{ selector: 'diagram-subprocess', imports: [RaphaelRectDirective, DiagramTooltipComponent], template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
5143
5143
  }] });
@@ -5172,10 +5172,10 @@ class DiagramEventSubprocessComponent extends DiagramElement {
5172
5172
  this.options.stroke = this.diagramColorService.getBpmnColor(this.data, MAIN_STROKE_COLOR);
5173
5173
  this.options.strokeWidth = 1;
5174
5174
  }
5175
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventSubprocessComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5176
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramEventSubprocessComponent, isStandalone: true, selector: "diagram-event-subprocess", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventSubprocessComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5176
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramEventSubprocessComponent, isStandalone: true, selector: "diagram-event-subprocess", usesInheritance: true, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5177
5177
  }
5178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramEventSubprocessComponent, decorators: [{
5178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramEventSubprocessComponent, decorators: [{
5179
5179
  type: Component,
5180
5180
  args: [{ selector: 'diagram-event-subprocess', imports: [RaphaelRectDirective, DiagramTooltipComponent], template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<diagram-tooltip [data]=\"data\" />\n" }]
5181
5181
  }] });
@@ -5524,10 +5524,10 @@ class RaphaelFlowArrowDirective extends RaphaelBase {
5524
5524
  arrowHead.attr('stroke-width', SEQUENCE_FLOW_STROKE);
5525
5525
  arrowHead.attr('stroke', '#585858');
5526
5526
  }
5527
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelFlowArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
5528
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelFlowArrowDirective, isStandalone: true, selector: "adf-raphael-flow-arrow, raphael-flow-arrow", inputs: { paper: "paper", flow: "flow" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
5527
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelFlowArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
5528
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelFlowArrowDirective, isStandalone: true, selector: "adf-raphael-flow-arrow, raphael-flow-arrow", inputs: { paper: "paper", flow: "flow" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
5529
5529
  }
5530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelFlowArrowDirective, decorators: [{
5530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelFlowArrowDirective, decorators: [{
5531
5531
  type: Directive,
5532
5532
  args: [{
5533
5533
  selector: 'adf-raphael-flow-arrow, raphael-flow-arrow'
@@ -5560,10 +5560,10 @@ class DiagramSequenceFlowComponent {
5560
5560
  constructor() {
5561
5561
  this.error = new EventEmitter();
5562
5562
  }
5563
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSequenceFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5564
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramSequenceFlowComponent, isStandalone: true, selector: "adf-diagram-sequence-flow", inputs: { flow: "flow" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-flow-arrow [flow]=\"flow\" />\n<diagram-tooltip [data]=\"flow\" />\n", dependencies: [{ kind: "directive", type: RaphaelFlowArrowDirective, selector: "adf-raphael-flow-arrow, raphael-flow-arrow", inputs: ["paper", "flow"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5563
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSequenceFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5564
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramSequenceFlowComponent, isStandalone: true, selector: "adf-diagram-sequence-flow", inputs: { flow: "flow" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-flow-arrow [flow]=\"flow\" />\n<diagram-tooltip [data]=\"flow\" />\n", dependencies: [{ kind: "directive", type: RaphaelFlowArrowDirective, selector: "adf-raphael-flow-arrow, raphael-flow-arrow", inputs: ["paper", "flow"], outputs: ["error"] }, { kind: "component", type: DiagramTooltipComponent, selector: "diagram-tooltip", inputs: ["data", "position", "strategy"] }] }); }
5565
5565
  }
5566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramSequenceFlowComponent, decorators: [{
5566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramSequenceFlowComponent, decorators: [{
5567
5567
  type: Component,
5568
5568
  args: [{ selector: 'adf-diagram-sequence-flow', imports: [RaphaelFlowArrowDirective, DiagramTooltipComponent], template: "<raphael-flow-arrow [flow]=\"flow\" />\n<diagram-tooltip [data]=\"flow\" />\n" }]
5569
5569
  }], propDecorators: { flow: [{
@@ -5612,10 +5612,10 @@ class RaphaelTextDirective extends RaphaelBase {
5612
5612
  textPaper.transform(this.transform);
5613
5613
  return textPaper;
5614
5614
  }
5615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
5616
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: RaphaelTextDirective, isStandalone: true, selector: "adf-raphael-text, raphael-text", inputs: { paper: "paper", position: "position", transform: "transform", text: "text" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
5615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
5616
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: RaphaelTextDirective, isStandalone: true, selector: "adf-raphael-text, raphael-text", inputs: { paper: "paper", position: "position", transform: "transform", text: "text" }, outputs: { error: "error" }, usesInheritance: true, ngImport: i0 }); }
5617
5617
  }
5618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RaphaelTextDirective, decorators: [{
5618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RaphaelTextDirective, decorators: [{
5619
5619
  type: Directive,
5620
5620
  args: [{
5621
5621
  selector: 'adf-raphael-text, raphael-text'
@@ -5662,10 +5662,10 @@ class DiagramPoolComponent {
5662
5662
  this.text = this.pool.name;
5663
5663
  this.textTransform = 'r270';
5664
5664
  }
5665
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramPoolComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5666
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramPoolComponent, isStandalone: true, selector: "diagram-pool", inputs: { pool: "pool" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelTextDirective, selector: "adf-raphael-text, raphael-text", inputs: ["paper", "position", "transform", "text"], outputs: ["error"] }] }); }
5665
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramPoolComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5666
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramPoolComponent, isStandalone: true, selector: "diagram-pool", inputs: { pool: "pool" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelTextDirective, selector: "adf-raphael-text, raphael-text", inputs: ["paper", "position", "transform", "text"], outputs: ["error"] }] }); }
5667
5667
  }
5668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramPoolComponent, decorators: [{
5668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramPoolComponent, decorators: [{
5669
5669
  type: Component,
5670
5670
  args: [{ selector: 'diagram-pool', imports: [RaphaelRectDirective, RaphaelTextDirective], template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n" }]
5671
5671
  }], propDecorators: { pool: [{
@@ -5704,10 +5704,10 @@ class DiagramLaneComponent {
5704
5704
  this.text = this.lane.name;
5705
5705
  this.textTransform = 'r270';
5706
5706
  }
5707
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramLaneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5708
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramLaneComponent, isStandalone: true, selector: "diagram-lane", inputs: { lane: "lane" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelTextDirective, selector: "adf-raphael-text, raphael-text", inputs: ["paper", "position", "transform", "text"], outputs: ["error"] }] }); }
5707
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramLaneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5708
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramLaneComponent, isStandalone: true, selector: "diagram-lane", inputs: { lane: "lane" }, outputs: { error: "error" }, ngImport: i0, template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n", dependencies: [{ kind: "directive", type: RaphaelRectDirective, selector: "adf-raphael-rect, raphael-rect", inputs: ["paper", "leftCorner", "width", "height", "radius", "fillColors", "stroke", "strokeWidth", "fillOpacity", "elementId"], outputs: ["error"] }, { kind: "directive", type: RaphaelTextDirective, selector: "adf-raphael-text, raphael-text", inputs: ["paper", "position", "transform", "text"], outputs: ["error"] }] }); }
5709
5709
  }
5710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramLaneComponent, decorators: [{
5710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramLaneComponent, decorators: [{
5711
5711
  type: Component,
5712
5712
  args: [{ selector: 'diagram-lane', imports: [RaphaelRectDirective, RaphaelTextDirective], template: "<raphael-rect\n [leftCorner]=\"rectLeftCorner\"\n [width]=\"width\"\n [height]=\"height\"\n [radius]=\"options.radius\"\n [stroke]=\"options.stroke\"\n [strokeWidth]=\"options.strokeWidth\"\n [fillColors]=\"options.fillColors\"\n [fillOpacity]=\"options.fillOpacity\"\n/>\n<raphael-text [text]=\"text\" [position]=\"textPosition\" [transform]=\"textTransform\" />\n" }]
5713
5713
  }], propDecorators: { lane: [{
@@ -5737,10 +5737,10 @@ class DiagramLanesComponent {
5737
5737
  constructor() {
5738
5738
  this.error = new EventEmitter();
5739
5739
  }
5740
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramLanesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5741
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramLanesComponent, isStandalone: true, selector: "diagram-lanes", inputs: { lanes: "lanes" }, outputs: { error: "error" }, ngImport: i0, template: "<div *ngIf=\"lanes\">\n <div *ngFor=\"let lane of lanes\">\n <diagram-lane [lane]=\"lane\" />\n </div>\n</div>\n", dependencies: [{ kind: "component", type: DiagramLaneComponent, selector: "diagram-lane", inputs: ["lane"], outputs: ["error"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
5740
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramLanesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5741
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramLanesComponent, isStandalone: true, selector: "diagram-lanes", inputs: { lanes: "lanes" }, outputs: { error: "error" }, ngImport: i0, template: "<div *ngIf=\"lanes\">\n <div *ngFor=\"let lane of lanes\">\n <diagram-lane [lane]=\"lane\" />\n </div>\n</div>\n", dependencies: [{ kind: "component", type: DiagramLaneComponent, selector: "diagram-lane", inputs: ["lane"], outputs: ["error"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
5742
5742
  }
5743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramLanesComponent, decorators: [{
5743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramLanesComponent, decorators: [{
5744
5744
  type: Component,
5745
5745
  args: [{ selector: 'diagram-lanes', imports: [DiagramLaneComponent, NgIf, NgForOf], template: "<div *ngIf=\"lanes\">\n <div *ngFor=\"let lane of lanes\">\n <diagram-lane [lane]=\"lane\" />\n </div>\n</div>\n" }]
5746
5746
  }], propDecorators: { lanes: [{
@@ -5770,10 +5770,10 @@ class DiagramPoolsComponent {
5770
5770
  constructor() {
5771
5771
  this.error = new EventEmitter();
5772
5772
  }
5773
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramPoolsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5774
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramPoolsComponent, isStandalone: true, selector: "diagram-pools", inputs: { pools: "pools" }, outputs: { error: "error" }, ngImport: i0, template: "<div *ngIf=\"pools\">\n <div *ngFor=\"let pool of pools\">\n <diagram-pool [pool]=\"pool\" />\n <diagram-lanes [lanes]=\"pool.lanes\" />\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DiagramPoolComponent, selector: "diagram-pool", inputs: ["pool"], outputs: ["error"] }, { kind: "component", type: DiagramLanesComponent, selector: "diagram-lanes", inputs: ["lanes"], outputs: ["error"] }] }); }
5773
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramPoolsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5774
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramPoolsComponent, isStandalone: true, selector: "diagram-pools", inputs: { pools: "pools" }, outputs: { error: "error" }, ngImport: i0, template: "<div *ngIf=\"pools\">\n <div *ngFor=\"let pool of pools\">\n <diagram-pool [pool]=\"pool\" />\n <diagram-lanes [lanes]=\"pool.lanes\" />\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DiagramPoolComponent, selector: "diagram-pool", inputs: ["pool"], outputs: ["error"] }, { kind: "component", type: DiagramLanesComponent, selector: "diagram-lanes", inputs: ["lanes"], outputs: ["error"] }] }); }
5775
5775
  }
5776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramPoolsComponent, decorators: [{
5776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramPoolsComponent, decorators: [{
5777
5777
  type: Component,
5778
5778
  args: [{ selector: 'diagram-pools', imports: [NgIf, NgForOf, DiagramPoolComponent, DiagramLanesComponent], template: "<div *ngIf=\"pools\">\n <div *ngFor=\"let pool of pools\">\n <diagram-pool [pool]=\"pool\" />\n <diagram-lanes [lanes]=\"pool.lanes\" />\n </div>\n</div>\n" }]
5779
5779
  }], propDecorators: { pools: [{
@@ -5860,10 +5860,10 @@ class DiagramComponent {
5860
5860
  reset() {
5861
5861
  this.raphaelService.reset();
5862
5862
  }
5863
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramComponent, deps: [{ token: DiagramColorService }, { token: RaphaelService }, { token: DiagramsService }], target: i0.ɵɵFactoryTarget.Component }); }
5864
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: DiagramComponent, isStandalone: true, selector: "adf-diagram", inputs: { processDefinitionId: "processDefinitionId", processInstanceId: "processInstanceId", metricPercentages: "metricPercentages", metricColor: "metricColor", metricType: "metricType", width: "width", height: "height" }, outputs: { success: "success", error: "error" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"diagram\" class=\"diagram\">\n <div *ngFor=\"let element of diagram.elements\">\n <div [ngSwitch]=\"element.type\">\n <div *ngSwitchCase=\"'StartEvent'\">\n <diagram-start-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ExclusiveGateway'\">\n <diagram-exclusive-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'InclusiveGateway'\">\n <diagram-inclusive-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EventGateway'\">\n <diagram-event-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ParallelGateway'\">\n <diagram-parallel-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EndEvent'\">\n <diagram-end-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'UserTask'\">\n <diagram-user-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ManualTask'\">\n <diagram-manual-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ServiceTask'\">\n <diagram-container-service-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ReceiveTask'\">\n <diagram-receive-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ScriptTask'\">\n <diagram-script-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'BusinessRuleTask'\">\n <diagram-business-rule-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'BoundaryEvent'\">\n <diagram-boundary-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ThrowEvent'\">\n <diagram-throw-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'IntermediateCatchEvent'\">\n <diagram-intermediate-catching-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'SubProcess'\">\n <diagram-subprocess [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EventSubProcess'\">\n <diagram-event-subprocess [data]=\"element\" />\n </div>\n </div>\n </div>\n <div *ngFor=\"let flow of diagram.flows\">\n <div [ngSwitch]=\"flow.type\">\n <div *ngSwitchCase=\"'sequenceFlow'\">\n <adf-diagram-sequence-flow [flow]=\"flow\" />\n </div>\n </div>\n </div>\n <div *ngIf=\"diagram.pools\">\n <diagram-pools [pools]=\"diagram.pools\" />\n </div>\n</div>\n", styles: [".diagram{border:1px solid lightgray;overflow:auto}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DiagramStartEventComponent, selector: "diagram-start-event" }, { kind: "component", type: DiagramExclusiveGatewayComponent, selector: "diagram-exclusive-gateway" }, { kind: "component", type: DiagramInclusiveGatewayComponent, selector: "diagram-inclusive-gateway" }, { kind: "component", type: DiagramEventGatewayComponent, selector: "diagram-event-gateway" }, { kind: "component", type: DiagramParallelGatewayComponent, selector: "diagram-parallel-gateway" }, { kind: "component", type: DiagramEndEventComponent, selector: "diagram-end-event" }, { kind: "component", type: DiagramUserTaskComponent, selector: "diagram-user-task" }, { kind: "component", type: DiagramManualTaskComponent, selector: "diagram-manual-task" }, { kind: "component", type: DiagramContainerServiceTaskComponent, selector: "diagram-container-service-task" }, { kind: "component", type: DiagramReceiveTaskComponent, selector: "diagram-receive-task" }, { kind: "component", type: DiagramScriptTaskComponent, selector: "diagram-script-task" }, { kind: "component", type: DiagramBusinessRuleTaskComponent, selector: "diagram-business-rule-task" }, { kind: "component", type: DiagramBoundaryEventComponent, selector: "diagram-boundary-event" }, { kind: "component", type: DiagramThrowEventComponent, selector: "diagram-throw-event" }, { kind: "component", type: DiagramIntermediateCatchingEventComponent, selector: "diagram-intermediate-catching-event" }, { kind: "component", type: DiagramSubprocessComponent, selector: "diagram-subprocess" }, { kind: "component", type: DiagramEventSubprocessComponent, selector: "diagram-event-subprocess" }, { kind: "component", type: DiagramSequenceFlowComponent, selector: "adf-diagram-sequence-flow", inputs: ["flow"], outputs: ["error"] }, { kind: "component", type: DiagramPoolsComponent, selector: "diagram-pools", inputs: ["pools"], outputs: ["error"] }] }); }
5863
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramComponent, deps: [{ token: DiagramColorService }, { token: RaphaelService }, { token: DiagramsService }], target: i0.ɵɵFactoryTarget.Component }); }
5864
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: DiagramComponent, isStandalone: true, selector: "adf-diagram", inputs: { processDefinitionId: "processDefinitionId", processInstanceId: "processInstanceId", metricPercentages: "metricPercentages", metricColor: "metricColor", metricType: "metricType", width: "width", height: "height" }, outputs: { success: "success", error: "error" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"diagram\" class=\"diagram\">\n <div *ngFor=\"let element of diagram.elements\">\n <div [ngSwitch]=\"element.type\">\n <div *ngSwitchCase=\"'StartEvent'\">\n <diagram-start-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ExclusiveGateway'\">\n <diagram-exclusive-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'InclusiveGateway'\">\n <diagram-inclusive-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EventGateway'\">\n <diagram-event-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ParallelGateway'\">\n <diagram-parallel-gateway [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EndEvent'\">\n <diagram-end-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'UserTask'\">\n <diagram-user-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ManualTask'\">\n <diagram-manual-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ServiceTask'\">\n <diagram-container-service-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ReceiveTask'\">\n <diagram-receive-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ScriptTask'\">\n <diagram-script-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'BusinessRuleTask'\">\n <diagram-business-rule-task [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'BoundaryEvent'\">\n <diagram-boundary-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'ThrowEvent'\">\n <diagram-throw-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'IntermediateCatchEvent'\">\n <diagram-intermediate-catching-event [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'SubProcess'\">\n <diagram-subprocess [data]=\"element\" />\n </div>\n <div *ngSwitchCase=\"'EventSubProcess'\">\n <diagram-event-subprocess [data]=\"element\" />\n </div>\n </div>\n </div>\n <div *ngFor=\"let flow of diagram.flows\">\n <div [ngSwitch]=\"flow.type\">\n <div *ngSwitchCase=\"'sequenceFlow'\">\n <adf-diagram-sequence-flow [flow]=\"flow\" />\n </div>\n </div>\n </div>\n <div *ngIf=\"diagram.pools\">\n <diagram-pools [pools]=\"diagram.pools\" />\n </div>\n</div>\n", styles: [".diagram{border:1px solid lightgray;overflow:auto}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DiagramStartEventComponent, selector: "diagram-start-event" }, { kind: "component", type: DiagramExclusiveGatewayComponent, selector: "diagram-exclusive-gateway" }, { kind: "component", type: DiagramInclusiveGatewayComponent, selector: "diagram-inclusive-gateway" }, { kind: "component", type: DiagramEventGatewayComponent, selector: "diagram-event-gateway" }, { kind: "component", type: DiagramParallelGatewayComponent, selector: "diagram-parallel-gateway" }, { kind: "component", type: DiagramEndEventComponent, selector: "diagram-end-event" }, { kind: "component", type: DiagramUserTaskComponent, selector: "diagram-user-task" }, { kind: "component", type: DiagramManualTaskComponent, selector: "diagram-manual-task" }, { kind: "component", type: DiagramContainerServiceTaskComponent, selector: "diagram-container-service-task" }, { kind: "component", type: DiagramReceiveTaskComponent, selector: "diagram-receive-task" }, { kind: "component", type: DiagramScriptTaskComponent, selector: "diagram-script-task" }, { kind: "component", type: DiagramBusinessRuleTaskComponent, selector: "diagram-business-rule-task" }, { kind: "component", type: DiagramBoundaryEventComponent, selector: "diagram-boundary-event" }, { kind: "component", type: DiagramThrowEventComponent, selector: "diagram-throw-event" }, { kind: "component", type: DiagramIntermediateCatchingEventComponent, selector: "diagram-intermediate-catching-event" }, { kind: "component", type: DiagramSubprocessComponent, selector: "diagram-subprocess" }, { kind: "component", type: DiagramEventSubprocessComponent, selector: "diagram-event-subprocess" }, { kind: "component", type: DiagramSequenceFlowComponent, selector: "adf-diagram-sequence-flow", inputs: ["flow"], outputs: ["error"] }, { kind: "component", type: DiagramPoolsComponent, selector: "diagram-pools", inputs: ["pools"], outputs: ["error"] }] }); }
5865
5865
  }
5866
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DiagramComponent, decorators: [{
5866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiagramComponent, decorators: [{
5867
5867
  type: Component,
5868
5868
  args: [{ selector: 'adf-diagram', imports: [
5869
5869
  CommonModule,
@@ -5972,10 +5972,10 @@ class AnalyticsReportHeatMapComponent {
5972
5972
  get metricGroup() {
5973
5973
  return this.metricForm.controls.metricGroup;
5974
5974
  }
5975
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportHeatMapComponent, deps: [{ token: AnalyticsService }, { token: i2.UntypedFormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
5976
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: AnalyticsReportHeatMapComponent, isStandalone: true, selector: "adf-analytics-report-heat-map, analytics-report-heat-map", inputs: { report: "report" }, outputs: { success: "success", error: "error" }, ngImport: i0, template: "<h4>Process Heat map</h4>\n<div *ngIf=\"hasMetric()\">\n <form [formGroup]=\"metricForm\" novalidate>\n <analytics-dropdown-widget\n [field]=\"field\"\n [group]=\"metricGroup\"\n [controllerName]=\"'metric'\"\n (fieldChanged)=\"onMetricChanges(field)\"\n [showDefaultOption]=\"false\"\n />\n </form>\n <adf-diagram\n *ngIf=\"currentMetric\"\n [processDefinitionId]=\"report.processDefinitionId\"\n [metricPercentages]=\"currentMetric\"\n [metricColor]=\"currentMetricColors\"\n [metricType]=\"metricType\"\n />\n</div>\n<div *ngIf=\"!hasMetric()\">No metric found</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: DropdownWidgetAnalyticsComponent, selector: "analytics-dropdown-widget", inputs: ["group", "controllerName", "showDefaultOption", "required", "defaultOptionText"] }, { kind: "component", type: DiagramComponent, selector: "adf-diagram", inputs: ["processDefinitionId", "processInstanceId", "metricPercentages", "metricColor", "metricType", "width", "height"], outputs: ["success", "error"] }] }); }
5975
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportHeatMapComponent, deps: [{ token: AnalyticsService }, { token: i2.UntypedFormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
5976
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AnalyticsReportHeatMapComponent, isStandalone: true, selector: "adf-analytics-report-heat-map, analytics-report-heat-map", inputs: { report: "report" }, outputs: { success: "success", error: "error" }, ngImport: i0, template: "<h4>Process Heat map</h4>\n<div *ngIf=\"hasMetric()\">\n <form [formGroup]=\"metricForm\" novalidate>\n <analytics-dropdown-widget\n [field]=\"field\"\n [group]=\"metricGroup\"\n [controllerName]=\"'metric'\"\n (fieldChanged)=\"onMetricChanges(field)\"\n [showDefaultOption]=\"false\"\n />\n </form>\n <adf-diagram\n *ngIf=\"currentMetric\"\n [processDefinitionId]=\"report.processDefinitionId\"\n [metricPercentages]=\"currentMetric\"\n [metricColor]=\"currentMetricColors\"\n [metricType]=\"metricType\"\n />\n</div>\n<div *ngIf=\"!hasMetric()\">No metric found</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: DropdownWidgetAnalyticsComponent, selector: "analytics-dropdown-widget", inputs: ["group", "controllerName", "showDefaultOption", "required", "defaultOptionText"] }, { kind: "component", type: DiagramComponent, selector: "adf-diagram", inputs: ["processDefinitionId", "processInstanceId", "metricPercentages", "metricColor", "metricType", "width", "height"], outputs: ["success", "error"] }] }); }
5977
5977
  }
5978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportHeatMapComponent, decorators: [{
5978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportHeatMapComponent, decorators: [{
5979
5979
  type: Component,
5980
5980
  args: [{ selector: 'adf-analytics-report-heat-map, analytics-report-heat-map', imports: [CommonModule, ReactiveFormsModule, DropdownWidgetAnalyticsComponent, DiagramComponent], template: "<h4>Process Heat map</h4>\n<div *ngIf=\"hasMetric()\">\n <form [formGroup]=\"metricForm\" novalidate>\n <analytics-dropdown-widget\n [field]=\"field\"\n [group]=\"metricGroup\"\n [controllerName]=\"'metric'\"\n (fieldChanged)=\"onMetricChanges(field)\"\n [showDefaultOption]=\"false\"\n />\n </form>\n <adf-diagram\n *ngIf=\"currentMetric\"\n [processDefinitionId]=\"report.processDefinitionId\"\n [metricPercentages]=\"currentMetric\"\n [metricColor]=\"currentMetricColors\"\n [metricType]=\"metricType\"\n />\n</div>\n<div *ngIf=\"!hasMetric()\">No metric found</div>\n" }]
5981
5981
  }], ctorParameters: () => [{ type: AnalyticsService }, { type: i2.UntypedFormBuilder }], propDecorators: { report: [{
@@ -6087,10 +6087,10 @@ class AnalyticsGeneratorComponent {
6087
6087
  selectFirstReport() {
6088
6088
  this.selectCurrent(0);
6089
6089
  }
6090
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsGeneratorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6091
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: AnalyticsGeneratorComponent, isStandalone: true, selector: "adf-analytics-generator", inputs: { reportId: "reportId", reportParamQuery: "reportParamQuery" }, outputs: { success: "success", error: "error" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"reports\">\n <div class=\"adf-report-icons\">\n <button\n mat-icon-button\n *ngFor=\"let report of reports; let idx = index\"\n [title]=\"report.title\"\n [color]=\"isCurrent(idx) ? 'primary' : null\"\n (click)=\"selectCurrent(idx)\"\n >\n <mat-icon>{{ report.icon }}</mat-icon>\n </button>\n </div>\n <div class=\"adf-clear-both\"></div>\n <div *ngFor=\"let report of reports; let idx = index\">\n <div [ngSwitch]=\"report.type\">\n <div *ngSwitchCase=\"'pie'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasData()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div *ngIf=\"report.hasData()\">\n <div *ngIf=\"report.hasZeroValues()\">{{ 'ANALYTICS.MESSAGES.ZERO-DATA-FOUND' | translate }}</div>\n <canvas\n baseChart\n *ngIf=\"!report.hasZeroValues()\"\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [type]=\"'pie'\"\n [options]=\"report.options\"\n >\n </canvas>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'table'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div [attr.id]=\"'chart-table-' + report.id\" *ngIf=\"report.hasDatasets()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-partial-width\">\n <tr>\n <th *ngFor=\"let label of report.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.datasets\">\n <td *ngFor=\"let row of rows\">{{ row | translate }}</td>\n </tr>\n </table>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'masterDetailTable'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div [attr.id]=\"'chart-master-detail-table-' + report.id\" *ngIf=\"report.hasDatasets()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-full-width\">\n <tr>\n <th *ngFor=\"let label of report.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.datasets\" class=\"adf-analytics-row__entry\">\n <td\n *ngFor=\"let row of rows\"\n (click)=\"toggleDetailsTable()\"\n role=\"button\"\n tabindex=\"0\"\n (keyup.enter)=\"toggleDetailsTable()\"\n >\n {{ row | translate }}\n </td>\n </tr>\n </table>\n </div>\n <div [attr.id]=\"'chart-master-detail-' + report.id\" *ngIf=\"isShowDetails()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-full-width\">\n <tr>\n <th *ngFor=\"let label of report.detailsTable.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.detailsTable.datasets\">\n <td *ngFor=\"let row of rows\">{{ row | translate }}</td>\n </tr>\n </table>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'bar'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <canvas\n baseChart\n *ngIf=\"report.hasDatasets()\"\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [options]=\"report.options\"\n [type]=\"'bar'\"\n >\n </canvas>\n </div>\n </div>\n <div *ngSwitchCase=\"'multiBar'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div *ngIf=\"report.hasDatasets()\">\n <mat-checkbox\n color=\"primary\"\n [id]=\"'stacked-id'\"\n [checked]=\"report.options.scales.xAxes[0].stacked\"\n [(ngModel)]=\"report.options.scales.xAxes[0].stacked\"\n (change)=\"refresh(report)\"\n >Stacked</mat-checkbox\n >\n\n <canvas\n baseChart\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [options]=\"report.options\"\n [type]=\"'bar'\"\n >\n </canvas>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'HeatMap'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <analytics-report-heat-map [report]=\"report\" />\n </div>\n </div>\n <div *ngSwitchDefault>\n <span>{{ 'ANALYTICS.MESSAGES.UNKNOWN-WIDGET-TYPE' | translate }}: {{ report.type }}</span>\n </div>\n </div>\n </div>\n</div>\n<br /><br /><br />\n<div *ngIf=\"!reports\">{{ 'ANALYTICS.MESSAGES.FILL-PARAMETER' | translate }}</div>\n", styles: [".adf-chart{display:block;width:100%}.adf-analytics-row__entry{cursor:pointer}.adf-report-icons{margin:20px 0;float:left}.adf-full-width{width:100%}.adf-partial-width{width:80%;margin-left:20px}.adf-clear-both{clear:both}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: NgChartsModule }, { kind: "directive", type: i4$2.BaseChartDirective, selector: "canvas[baseChart]", inputs: ["type", "legend", "data", "options", "plugins", "labels", "datasets"], outputs: ["chartClick", "chartHover"], exportAs: ["base-chart"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i2$1.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AnalyticsReportHeatMapComponent, selector: "adf-analytics-report-heat-map, analytics-report-heat-map", inputs: ["report"], outputs: ["success", "error"] }], encapsulation: i0.ViewEncapsulation.None }); }
6090
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsGeneratorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6091
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AnalyticsGeneratorComponent, isStandalone: true, selector: "adf-analytics-generator", inputs: { reportId: "reportId", reportParamQuery: "reportParamQuery" }, outputs: { success: "success", error: "error" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"reports\">\n <div class=\"adf-report-icons\">\n <button\n mat-icon-button\n *ngFor=\"let report of reports; let idx = index\"\n [title]=\"report.title\"\n [color]=\"isCurrent(idx) ? 'primary' : null\"\n (click)=\"selectCurrent(idx)\"\n >\n <mat-icon>{{ report.icon }}</mat-icon>\n </button>\n </div>\n <div class=\"adf-clear-both\"></div>\n <div *ngFor=\"let report of reports; let idx = index\">\n <div [ngSwitch]=\"report.type\">\n <div *ngSwitchCase=\"'pie'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasData()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div *ngIf=\"report.hasData()\">\n <div *ngIf=\"report.hasZeroValues()\">{{ 'ANALYTICS.MESSAGES.ZERO-DATA-FOUND' | translate }}</div>\n <canvas\n baseChart\n *ngIf=\"!report.hasZeroValues()\"\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [type]=\"'pie'\"\n [options]=\"report.options\"\n >\n </canvas>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'table'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div [attr.id]=\"'chart-table-' + report.id\" *ngIf=\"report.hasDatasets()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-partial-width\">\n <tr>\n <th *ngFor=\"let label of report.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.datasets\">\n <td *ngFor=\"let row of rows\">{{ row | translate }}</td>\n </tr>\n </table>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'masterDetailTable'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div [attr.id]=\"'chart-master-detail-table-' + report.id\" *ngIf=\"report.hasDatasets()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-full-width\">\n <tr>\n <th *ngFor=\"let label of report.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.datasets\" class=\"adf-analytics-row__entry\">\n <td\n *ngFor=\"let row of rows\"\n (click)=\"toggleDetailsTable()\"\n role=\"button\"\n tabindex=\"0\"\n (keyup.enter)=\"toggleDetailsTable()\"\n >\n {{ row | translate }}\n </td>\n </tr>\n </table>\n </div>\n <div [attr.id]=\"'chart-master-detail-' + report.id\" *ngIf=\"isShowDetails()\">\n <table class=\"adf-table adf-table-responsive adf-table-condensed adf-full-width\">\n <tr>\n <th *ngFor=\"let label of report.detailsTable.labels\">{{ label | translate }}</th>\n </tr>\n <tr *ngFor=\"let rows of report.detailsTable.datasets\">\n <td *ngFor=\"let row of rows\">{{ row | translate }}</td>\n </tr>\n </table>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'bar'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <canvas\n baseChart\n *ngIf=\"report.hasDatasets()\"\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [options]=\"report.options\"\n [type]=\"'bar'\"\n >\n </canvas>\n </div>\n </div>\n <div *ngSwitchCase=\"'multiBar'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <div *ngIf=\"!report.hasDatasets()\">{{ 'ANALYTICS.MESSAGES.NO-DATA-FOUND' | translate }}</div>\n <div *ngIf=\"report.hasDatasets()\">\n <mat-checkbox\n color=\"primary\"\n [id]=\"'stacked-id'\"\n [checked]=\"report.options.scales.xAxes[0].stacked\"\n [(ngModel)]=\"report.options.scales.xAxes[0].stacked\"\n (change)=\"refresh(report)\"\n >Stacked</mat-checkbox\n >\n\n <canvas\n baseChart\n class=\"adf-chart\"\n [datasets]=\"report.datasets\"\n [labels]=\"report.labels\"\n [options]=\"report.options\"\n [type]=\"'bar'\"\n >\n </canvas>\n </div>\n </div>\n </div>\n <div *ngSwitchCase=\"'HeatMap'\">\n <div *ngIf=\"isCurrent(idx)\">\n <h4>{{ report.title }}</h4>\n <analytics-report-heat-map [report]=\"report\" />\n </div>\n </div>\n <div *ngSwitchDefault>\n <span>{{ 'ANALYTICS.MESSAGES.UNKNOWN-WIDGET-TYPE' | translate }}: {{ report.type }}</span>\n </div>\n </div>\n </div>\n</div>\n<br /><br /><br />\n<div *ngIf=\"!reports\">{{ 'ANALYTICS.MESSAGES.FILL-PARAMETER' | translate }}</div>\n", styles: [".adf-chart{display:block;width:100%}.adf-analytics-row__entry{cursor:pointer}.adf-report-icons{margin:20px 0;float:left}.adf-full-width{width:100%}.adf-partial-width{width:80%;margin-left:20px}.adf-clear-both{clear:both}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: NgChartsModule }, { kind: "directive", type: i4$2.BaseChartDirective, selector: "canvas[baseChart]", inputs: ["type", "legend", "data", "options", "plugins", "labels", "datasets"], outputs: ["chartClick", "chartHover"], exportAs: ["base-chart"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i2$1.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AnalyticsReportHeatMapComponent, selector: "adf-analytics-report-heat-map, analytics-report-heat-map", inputs: ["report"], outputs: ["success", "error"] }], encapsulation: i0.ViewEncapsulation.None }); }
6092
6092
  }
6093
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsGeneratorComponent, decorators: [{
6093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsGeneratorComponent, decorators: [{
6094
6094
  type: Component,
6095
6095
  args: [{ selector: 'adf-analytics-generator', imports: [
6096
6096
  CommonModule,
@@ -6135,10 +6135,10 @@ class ButtonsMenuComponent {
6135
6135
  isMobile() {
6136
6136
  return !!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
6137
6137
  }
6138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ButtonsMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6139
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: ButtonsMenuComponent, isStandalone: true, selector: "adf-buttons-action-menu", queries: [{ propertyName: "buttons", predicate: MatMenuItem }], ngImport: i0, template: "<div id=\"adf-buttons-menu\" class=\"adf-buttons-menu\" *ngIf=\"!isMenuEmpty\">\n <div *ngIf=\"isMobile()\">\n <button mat-icon-button [matMenuTriggerFor]=\"editReportMenu\">\n <mat-icon>more_vert</mat-icon>\n </button>\n <mat-menu #editReportMenu=\"matMenu\" class=\"adf-buttons-menu-mobile\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </mat-menu>\n </div>\n\n <div *ngIf=\"!isMobile()\" class=\"adf-buttons-menu-desktop\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </div>\n</div>\n\n<ng-template #desktop>\n <ng-content />\n</ng-template>\n", styles: [".adf-buttons-menu{margin-right:10px}.adf-buttons-menu div{display:flex}.adf-buttons-menu-mobile{margin-right:10px}.adf-buttons-menu-desktop{display:flex}.adf-buttons-menu-desktop button{color:#000;padding:0}.adf-buttons-menu-desktop button>span{display:none}.adf-buttons-menu-desktop button>.material-icons{color:#000;margin:0 10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i3$1.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "directive", type: i3$1.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], encapsulation: i0.ViewEncapsulation.None }); }
6138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ButtonsMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6139
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: ButtonsMenuComponent, isStandalone: true, selector: "adf-buttons-action-menu", queries: [{ propertyName: "buttons", predicate: MatMenuItem }], ngImport: i0, template: "<div id=\"adf-buttons-menu\" class=\"adf-buttons-menu\" *ngIf=\"!isMenuEmpty\">\n <div *ngIf=\"isMobile()\">\n <button mat-icon-button [matMenuTriggerFor]=\"editReportMenu\">\n <mat-icon>more_vert</mat-icon>\n </button>\n <mat-menu #editReportMenu=\"matMenu\" class=\"adf-buttons-menu-mobile\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </mat-menu>\n </div>\n\n <div *ngIf=\"!isMobile()\" class=\"adf-buttons-menu-desktop\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </div>\n</div>\n\n<ng-template #desktop>\n <ng-content />\n</ng-template>\n", styles: [".adf-buttons-menu{margin-right:10px}.adf-buttons-menu div{display:flex}.adf-buttons-menu-mobile{margin-right:10px}.adf-buttons-menu-desktop{display:flex}.adf-buttons-menu-desktop button{color:#000;padding:0}.adf-buttons-menu-desktop button>span{display:none}.adf-buttons-menu-desktop button>.material-icons{color:#000;margin:0 10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i3$1.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "directive", type: i3$1.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], encapsulation: i0.ViewEncapsulation.None }); }
6140
6140
  }
6141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ButtonsMenuComponent, decorators: [{
6141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ButtonsMenuComponent, decorators: [{
6142
6142
  type: Component,
6143
6143
  args: [{ selector: 'adf-buttons-action-menu', imports: [CommonModule, MatButtonModule, MatMenuModule, MatIconModule], encapsulation: ViewEncapsulation.None, template: "<div id=\"adf-buttons-menu\" class=\"adf-buttons-menu\" *ngIf=\"!isMenuEmpty\">\n <div *ngIf=\"isMobile()\">\n <button mat-icon-button [matMenuTriggerFor]=\"editReportMenu\">\n <mat-icon>more_vert</mat-icon>\n </button>\n <mat-menu #editReportMenu=\"matMenu\" class=\"adf-buttons-menu-mobile\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </mat-menu>\n </div>\n\n <div *ngIf=\"!isMobile()\" class=\"adf-buttons-menu-desktop\">\n <ng-content *ngTemplateOutlet=\"desktop\" />\n </div>\n</div>\n\n<ng-template #desktop>\n <ng-content />\n</ng-template>\n", styles: [".adf-buttons-menu{margin-right:10px}.adf-buttons-menu div{display:flex}.adf-buttons-menu-mobile{margin-right:10px}.adf-buttons-menu-desktop{display:flex}.adf-buttons-menu-desktop button{color:#000;padding:0}.adf-buttons-menu-desktop button>span{display:none}.adf-buttons-menu-desktop button>.material-icons{color:#000;margin:0 10px}\n"] }]
6144
6144
  }], propDecorators: { buttons: [{
@@ -6446,13 +6446,13 @@ class AnalyticsReportParametersComponent {
6446
6446
  });
6447
6447
  });
6448
6448
  }
6449
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportParametersComponent, deps: [{ token: AnalyticsService }, { token: i2.FormBuilder }, { token: i3$2.DownloadService }, { token: i4$3.MatDialog }, { token: i3$2.AdfDateFnsAdapter }], target: i0.ɵɵFactoryTarget.Component }); }
6450
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: AnalyticsReportParametersComponent, isStandalone: true, selector: "adf-analytics-report-parameters", inputs: { appId: "appId", reportId: "reportId", hideComponent: "hideComponent" }, outputs: { success: "success", error: "error", edit: "edit", formValueChanged: "formValueChanged", saveReportSuccess: "saveReportSuccess", deleteReportSuccess: "deleteReportSuccess" }, providers: [
6449
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportParametersComponent, deps: [{ token: AnalyticsService }, { token: i2.FormBuilder }, { token: i3$2.DownloadService }, { token: i4$3.MatDialog }, { token: i3$2.AdfDateFnsAdapter }], target: i0.ɵɵFactoryTarget.Component }); }
6450
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AnalyticsReportParametersComponent, isStandalone: true, selector: "adf-analytics-report-parameters", inputs: { appId: "appId", reportId: "reportId", hideComponent: "hideComponent" }, outputs: { success: "success", error: "error", edit: "edit", formValueChanged: "formValueChanged", saveReportSuccess: "saveReportSuccess", deleteReportSuccess: "deleteReportSuccess" }, providers: [
6451
6451
  { provide: MAT_DATE_FORMATS, useValue: ADF_DATE_FORMATS },
6452
6452
  { provide: DateAdapter, useClass: AdfDateFnsAdapter }
6453
6453
  ], viewQueries: [{ propertyName: "reportNameDialog", first: true, predicate: ["reportNameDialog"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div [class.adf-hide]=\"hideComponent\">\n <div class=\"adf-report-report-container\">\n <div *ngIf=\"reportParameters\">\n <form [formGroup]=\"reportForm\" novalidate>\n <adf-toolbar>\n <adf-toolbar-title class=\"adf-report-title-container\">\n <div *ngIf=\"isEditable\">\n <mat-form-field class=\"adf-full-width-input\">\n <input\n matInput\n type=\"text\"\n class=\"adf-edit-report-title\"\n id=\"reportName\"\n data-automation-id=\"reportName\"\n [value]=\"reportParameters.name\"\n (input)=\"reportParameters.name = $any($event).target.value\"\n (blur)=\"editTitle()\"\n (keyup.enter)=\"editTitle()\"\n />\n </mat-form-field>\n </div>\n <div\n class=\"adf-report-title\"\n *ngIf=\"!isEditable\"\n (click)=\"editEnable()\"\n role=\"button\"\n tabindex=\"0\"\n (keyup.enter)=\"editEnable()\"\n >\n <mat-icon class=\"adf-report-icon\">mode_edit</mat-icon>\n <h4>{{ reportParameters.name }}</h4>\n </div>\n </adf-toolbar-title>\n <adf-buttons-action-menu *ngIf=\"!isEditable\">\n <button mat-menu-item (click)=\"toggleParameters()\" id=\"\">\n <mat-icon>settings</mat-icon>\n <span>{{ 'ANALYTICS.MESSAGES.ICON-SETTING' | translate }}</span>\n </button>\n <button mat-menu-item (click)=\"deleteReport(reportId)\" id=\"delete-button\">\n <mat-icon>delete</mat-icon>\n <span>{{ 'ANALYTICS.MESSAGES.ICON-DELETE' | translate }}</span>\n </button>\n <div *ngIf=\"isFormValid()\">\n <button mat-menu-item (click)=\"showDialog('Export')\" id=\"export-button\">\n <mat-icon>file_download</mat-icon>\n <span>{{ 'ANALYTICS.MESSAGES.ICON-EXPORT-CSV' | translate }}</span>\n </button>\n <button mat-menu-item (click)=\"showDialog('Save')\" id=\"save-button\">\n <mat-icon>save</mat-icon>\n <span>{{ 'ANALYTICS.MESSAGES.ICON-SAVE' | translate }}</span>\n </button>\n </div>\n </adf-buttons-action-menu>\n </adf-toolbar>\n <div *ngFor=\"let field of reportParameters.definition.parameters\" [class.adf-is-hide]=\"isParametersHide()\">\n <div [ngSwitch]=\"field.type\">\n <div *ngSwitchCase=\"'integer'\">\n <br />\n <analytics-number-widget\n [field]=\"field\"\n [group]=\"processInstanceGroup\"\n [controllerName]=\"'slowProcessInstanceInteger'\"\n [required]=\"true\"\n />\n </div>\n <div *ngSwitchCase=\"'duration'\">\n <br />\n <duration-widget [field]=\"field\" [group]=\"durationGroup\" [controllerName]=\"'duration'\" />\n </div>\n <div *ngSwitchCase=\"'boolean'\">\n <br />\n <analytics-checkbox-widget [field]=\"field\" [group]=\"typeFilteringGroup\" [controllerName]=\"'typeFiltering'\" />\n </div>\n <div *ngSwitchCase=\"'status'\">\n <br />\n <analytics-dropdown-widget [field]=\"field\" [group]=\"statusGroup\" [controllerName]=\"'status'\" [required]=\"true\" />\n </div>\n <div *ngSwitchCase=\"'processDefinition'\">\n <br />\n <analytics-dropdown-widget\n [field]=\"field\"\n [group]=\"processDefGroup\"\n [controllerName]=\"'processDefinitionId'\"\n [required]=\"true\"\n (fieldChanged)=\"onProcessDefinitionChanges(field)\"\n />\n </div>\n <div *ngSwitchCase=\"'task'\">\n <br />\n <analytics-dropdown-widget [field]=\"field\" [group]=\"taskGroup\" [controllerName]=\"'taskName'\" [required]=\"true\" />\n </div>\n <div *ngSwitchCase=\"'dateRange'\">\n <br />\n <adf-date-range-widget [field]=\"field\" [group]=\"dateRange\" />\n </div>\n <div *ngSwitchCase=\"'dateInterval'\">\n <br />\n <analytics-dropdown-widget\n [field]=\"field\"\n [group]=\"dateIntervalGroup\"\n [controllerName]=\"'dateRangeInterval'\"\n [required]=\"true\"\n [showDefaultOption]=\"false\"\n />\n </div>\n <div *ngSwitchDefault>\n <span>{{ 'ANALYTICS.MESSAGES.UNKNOWN-WIDGET-TYPE' | translate }}: {{ field.type }}</span>\n </div>\n </div>\n </div>\n <ng-template #reportNameDialog>\n <div id=\"report-dialog\" class=\"adf-report-dialog\">\n <h5 matDialogTitle id=\"report-dialog-title\">{{ action }} report</h5>\n <div mat-dialog-content>\n <div *ngIf=\"isSaveAction()\" id=\"save-title-submessage\" class=\"adf-export-message\">\n {{ 'DIALOG.SAVE_MESSAGE' | translate }}\n </div>\n <div class=\"adf-save-export-input\">\n <mat-form-field class=\"adf-example-full-width\" [floatLabel]=\"'always'\">\n <input\n matInput\n type=\"text\"\n id=\"repName\"\n placeholder=\"Report Name\"\n [value]=\"reportName\"\n [(ngModel)]=\"reportName\"\n [ngModelOptions]=\"{ standalone: true }\"\n />\n </mat-form-field>\n </div>\n </div>\n <div class=\"adf-report-dialog-actions\" mat-dialog-actions>\n <button mat-button color=\"accent\" type=\"button\" id=\"close-dialog-button\" (click)=\"closeDialog()\">Close</button>\n <button\n mat-button\n color=\"primary\"\n type=\"button\"\n id=\"action-dialog-button\"\n (click)=\"performAction(action, reportParamQuery)\"\n >\n {{ action }}\n </button>\n </div>\n </div>\n </ng-template>\n </form>\n </div>\n </div>\n</div>\n", styles: [".adf-dropdown-widget,.adf-dropdown-widget__select{width:100%}.adf-dropdown-widget__invalid .adf-dropdown-widget__select{border-color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label{color:var(--theme-warn-color)}.adf-dropdown-widget__invalid .adf-dropdown-widget__label:after{background-color:var(--theme-warn-color)}.adf-full-width-input{width:100%}.adf-full-width-input .adf-edit-report-title[type=text]{float:left;font-size:var(--theme-title-font-size);padding-top:19px}.adf-report-icon{float:left;padding:5px 5px 0 0;visibility:hidden}.adf-report-title-container{cursor:pointer;width:100%;margin-bottom:12px}.adf-report-title-container :hover .adf-report-icon{color:var(--theme-primary-color);visibility:visible}.adf-report-title{padding-top:10px}.adf-is-hide{height:0;overflow:hidden;transition:height .5s}.adf-report-report-container{border-bottom:solid 1px var(--adf-theme-foreground-divider-color);padding-top:10px}.adf-report-report-container .adf-toolbar-container.adf-toolbar-container-row{border:0;padding:0}.adf-report-container-setting{padding-left:10px}.adf-option_button_details{padding-top:20px}.adf-export-message{background-color:var(--theme-background-color)}.adf-save-export-input{width:100%}.adf-delete-parameter{position:absolute;margin-left:60%;padding-top:5px}.adf-hide{display:none}.adf-report-dialog .adf-example-full-width{width:100%}.adf-report-dialog .adf-report-dialog-actions{justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: ToolbarComponent, selector: "adf-toolbar", inputs: ["title", "color"] }, { kind: "component", type: ToolbarTitleComponent, selector: "adf-toolbar-title" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i3$1.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "component", type: CheckboxWidgetAnalyticsComponent, selector: "analytics-checkbox-widget", inputs: ["group", "controllerName"] }, { kind: "component", type: DateRangeWidgetComponent, selector: "adf-date-range-widget", inputs: ["group", "field"], outputs: ["dateRangeChanged"] }, { kind: "component", type: DropdownWidgetAnalyticsComponent, selector: "analytics-dropdown-widget", inputs: ["group", "controllerName", "showDefaultOption", "required", "defaultOptionText"] }, { kind: "component", type: DurationWidgetComponent, selector: "duration-widget", inputs: ["group", "controllerName", "required"] }, { kind: "component", type: NumberWidgetAnalyticsComponent, selector: "analytics-number-widget", inputs: ["group", "controllerName", "required"] }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i4$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i4$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i4$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: ButtonsMenuComponent, selector: "adf-buttons-action-menu" }], encapsulation: i0.ViewEncapsulation.None }); }
6454
6454
  }
6455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportParametersComponent, decorators: [{
6455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportParametersComponent, decorators: [{
6456
6456
  type: Component,
6457
6457
  args: [{ selector: 'adf-analytics-report-parameters', imports: [
6458
6458
  CommonModule,
@@ -6541,10 +6541,10 @@ class AnalyticsComponent {
6541
6541
  onDeleteReportSuccess(reportId) {
6542
6542
  this.reportDeleted.emit(reportId);
6543
6543
  }
6544
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6545
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: AnalyticsComponent, isStandalone: true, selector: "adf-analytics", inputs: { appId: "appId", reportId: "reportId", hideParameters: "hideParameters" }, outputs: { editReport: "editReport", reportSaved: "reportSaved", reportDeleted: "reportDeleted" }, viewQueries: [{ propertyName: "analyticsGenerator", first: true, predicate: ["analyticsGenerator"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"adf-analytics-container\">\n <adf-analytics-report-parameters\n [appId]=\"appId\"\n [reportId]=\"reportId\"\n [hideComponent]=\"hideParameters\"\n (formValueChanged)=\"reset()\"\n (success)=\"showReport($event)\"\n (saveReportSuccess)=\"onSaveReportSuccess($event)\"\n (deleteReportSuccess)=\"onDeleteReportSuccess($event)\"\n (edit)=\"onEditReport($event)\" />\n\n <adf-analytics-generator\n [reportId]=\"reportId\"\n [reportParamQuery]=\"reportParamQuery\"\n #analyticsGenerator />\n</div>\n", styles: [".adf-chart{display:block;width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: AnalyticsGeneratorComponent, selector: "adf-analytics-generator", inputs: ["reportId", "reportParamQuery"], outputs: ["success", "error"] }, { kind: "component", type: AnalyticsReportParametersComponent, selector: "adf-analytics-report-parameters", inputs: ["appId", "reportId", "hideComponent"], outputs: ["success", "error", "edit", "formValueChanged", "saveReportSuccess", "deleteReportSuccess"] }], encapsulation: i0.ViewEncapsulation.None }); }
6544
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6545
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AnalyticsComponent, isStandalone: true, selector: "adf-analytics", inputs: { appId: "appId", reportId: "reportId", hideParameters: "hideParameters" }, outputs: { editReport: "editReport", reportSaved: "reportSaved", reportDeleted: "reportDeleted" }, viewQueries: [{ propertyName: "analyticsGenerator", first: true, predicate: ["analyticsGenerator"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"adf-analytics-container\">\n <adf-analytics-report-parameters\n [appId]=\"appId\"\n [reportId]=\"reportId\"\n [hideComponent]=\"hideParameters\"\n (formValueChanged)=\"reset()\"\n (success)=\"showReport($event)\"\n (saveReportSuccess)=\"onSaveReportSuccess($event)\"\n (deleteReportSuccess)=\"onDeleteReportSuccess($event)\"\n (edit)=\"onEditReport($event)\" />\n\n <adf-analytics-generator\n [reportId]=\"reportId\"\n [reportParamQuery]=\"reportParamQuery\"\n #analyticsGenerator />\n</div>\n", styles: [".adf-chart{display:block;width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: AnalyticsGeneratorComponent, selector: "adf-analytics-generator", inputs: ["reportId", "reportParamQuery"], outputs: ["success", "error"] }, { kind: "component", type: AnalyticsReportParametersComponent, selector: "adf-analytics-report-parameters", inputs: ["appId", "reportId", "hideComponent"], outputs: ["success", "error", "edit", "formValueChanged", "saveReportSuccess", "deleteReportSuccess"] }], encapsulation: i0.ViewEncapsulation.None }); }
6546
6546
  }
6547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsComponent, decorators: [{
6547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsComponent, decorators: [{
6548
6548
  type: Component,
6549
6549
  args: [{ selector: 'adf-analytics', imports: [CommonModule, AnalyticsGeneratorComponent, AnalyticsReportParametersComponent], encapsulation: ViewEncapsulation.None, template: "<div class=\"adf-analytics-container\">\n <adf-analytics-report-parameters\n [appId]=\"appId\"\n [reportId]=\"reportId\"\n [hideComponent]=\"hideParameters\"\n (formValueChanged)=\"reset()\"\n (success)=\"showReport($event)\"\n (saveReportSuccess)=\"onSaveReportSuccess($event)\"\n (deleteReportSuccess)=\"onDeleteReportSuccess($event)\"\n (edit)=\"onEditReport($event)\" />\n\n <adf-analytics-generator\n [reportId]=\"reportId\"\n [reportParamQuery]=\"reportParamQuery\"\n #analyticsGenerator />\n</div>\n", styles: [".adf-chart{display:block;width:100%}\n"] }]
6550
6550
  }], propDecorators: { appId: [{
@@ -6697,10 +6697,10 @@ class AnalyticsReportListComponent {
6697
6697
  this.reports = [];
6698
6698
  }
6699
6699
  }
6700
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportListComponent, deps: [{ token: AnalyticsService }], target: i0.ɵɵFactoryTarget.Component }); }
6701
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: AnalyticsReportListComponent, isStandalone: true, selector: "adf-analytics-report-list", inputs: { layoutType: "layoutType", appId: "appId", selectFirst: "selectFirst" }, outputs: { reportClick: "reportClick", success: "success", error: "error" }, ngImport: i0, template: "<div class=\"adf-analytics-report-list menu-container\">\n <mat-nav-list *ngIf=\"isList()\">\n <mat-list-item\n class=\"adf-activiti-filters__entry\"\n (click)=\"selectReport(report)\"\n *ngFor=\"let report of reports; let idx = index\"\n [class.adf-active]=\"currentReport === report\">\n <span [attr.id]=\"'report-list-' + idx\" class=\"adf-activiti-filters__label\">\n <mat-icon matListItemLine\n [attr.data-automation-id]=\"report.name + '_filter'\"\n class=\"adf-activiti-filters__entry-icon\">assignment</mat-icon>\n <span class=\"adf-text\">{{report.name}}</span>\n </span>\n </mat-list-item>\n </mat-nav-list>\n <div class=\"adf-report-card-grids\" *ngIf=\"isGrid()\">\n <mat-card appearance=\"outlined\" (click)=\"selectReport(report)\" class=\"adf-report-card\" *ngFor=\"let report of reports\">\n <div class=\"adf-report-card-logo logo\">\n <mat-icon class=\"adf-report-card-logo-icon\">equalizer</mat-icon>\n </div>\n <div mat-card-title class=\"adf-report-card-title\">\n <h1 class=\"adf-application-title\">{{report.name}}</h1>\n </div>\n <div mat-card-content class=\"adf-report-card-content\">\n <p>{{report.description}}</p>\n </div>\n <div mat-card-actions class=\"adf-report-card-actions\">\n <mat-icon class=\"adf-report-card-actions-icon\" *ngIf=\"isSelected(report)\">done</mat-icon>\n </div>\n </mat-card>\n </div>\n</div>\n", styles: [".adf-analytics-report-list .adf-activiti-filters__entry{cursor:pointer}.adf-analytics-report-list .adf-activiti-filters__entry .adf-active{color:var(--theme-primary-color)}.adf-analytics-report-list .adf-activiti-filters__entry-icon{color:var(--theme-primary-color);position:relative;top:5px}.adf-analytics-report-list .adf-activiti-filters__label{white-space:nowrap;overflow:hidden}.adf-analytics-report-list .adf-report-card-grids{display:flex;padding:8px;flex-flow:row wrap;margin:0 auto;align-items:stretch}.adf-analytics-report-list .adf-report-card{margin:8px;width:calc(33.3333% - 16px);position:relative;min-height:200px;overflow:hidden;background-color:var(--theme-background-color);display:flex;flex-direction:column;cursor:pointer}.adf-analytics-report-list .adf-report-card-logo{position:absolute;right:20px;top:35px;z-index:6}.adf-analytics-report-list .adf-report-card-logo-icon{font-size:70px;color:var(--theme-accent-color);width:1em;height:1em;display:inline-block}.adf-analytics-report-list .adf-report-card-title{padding:16px;z-index:7}.adf-analytics-report-list .adf-report-card-title .adf-application-title{font-size:var(--theme-headline-font-size);margin:0}.adf-analytics-report-list .adf-report-card-content{padding:16px;flex-grow:1}.adf-analytics-report-list .adf-report-card-actions{border-top:1px solid var(--adf-theme-foreground-divider-color);padding:8px;box-sizing:border-box;height:40px}.adf-analytics-report-list .adf-report-card-actions-icon{color:var(--adf-theme-foreground-text-color-054)}.adf-analytics-report-list .adf-report-card-actions-icon:hover{color:var(--adf-theme-foreground-text-color-087)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i3$3.MatNavList, selector: "mat-nav-list", exportAs: ["matNavList"] }, { kind: "component", type: i3$3.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i3$3.MatListItemLine, selector: "[matListItemLine]" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i5$1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i5$1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }], encapsulation: i0.ViewEncapsulation.None }); }
6700
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportListComponent, deps: [{ token: AnalyticsService }], target: i0.ɵɵFactoryTarget.Component }); }
6701
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AnalyticsReportListComponent, isStandalone: true, selector: "adf-analytics-report-list", inputs: { layoutType: "layoutType", appId: "appId", selectFirst: "selectFirst" }, outputs: { reportClick: "reportClick", success: "success", error: "error" }, ngImport: i0, template: "<div class=\"adf-analytics-report-list menu-container\">\n <mat-nav-list *ngIf=\"isList()\">\n <mat-list-item\n class=\"adf-activiti-filters__entry\"\n (click)=\"selectReport(report)\"\n *ngFor=\"let report of reports; let idx = index\"\n [class.adf-active]=\"currentReport === report\">\n <span [attr.id]=\"'report-list-' + idx\" class=\"adf-activiti-filters__label\">\n <mat-icon matListItemLine\n [attr.data-automation-id]=\"report.name + '_filter'\"\n class=\"adf-activiti-filters__entry-icon\">assignment</mat-icon>\n <span class=\"adf-text\">{{report.name}}</span>\n </span>\n </mat-list-item>\n </mat-nav-list>\n <div class=\"adf-report-card-grids\" *ngIf=\"isGrid()\">\n <mat-card appearance=\"outlined\" (click)=\"selectReport(report)\" class=\"adf-report-card\" *ngFor=\"let report of reports\">\n <div class=\"adf-report-card-logo logo\">\n <mat-icon class=\"adf-report-card-logo-icon\">equalizer</mat-icon>\n </div>\n <div mat-card-title class=\"adf-report-card-title\">\n <h1 class=\"adf-application-title\">{{report.name}}</h1>\n </div>\n <div mat-card-content class=\"adf-report-card-content\">\n <p>{{report.description}}</p>\n </div>\n <div mat-card-actions class=\"adf-report-card-actions\">\n <mat-icon class=\"adf-report-card-actions-icon\" *ngIf=\"isSelected(report)\">done</mat-icon>\n </div>\n </mat-card>\n </div>\n</div>\n", styles: [".adf-analytics-report-list .adf-activiti-filters__entry{cursor:pointer}.adf-analytics-report-list .adf-activiti-filters__entry .adf-active{color:var(--theme-primary-color)}.adf-analytics-report-list .adf-activiti-filters__entry-icon{color:var(--theme-primary-color);position:relative;top:5px}.adf-analytics-report-list .adf-activiti-filters__label{white-space:nowrap;overflow:hidden}.adf-analytics-report-list .adf-report-card-grids{display:flex;padding:8px;flex-flow:row wrap;margin:0 auto;align-items:stretch}.adf-analytics-report-list .adf-report-card{margin:8px;width:calc(33.3333% - 16px);position:relative;min-height:200px;overflow:hidden;background-color:var(--theme-background-color);display:flex;flex-direction:column;cursor:pointer}.adf-analytics-report-list .adf-report-card-logo{position:absolute;right:20px;top:35px;z-index:6}.adf-analytics-report-list .adf-report-card-logo-icon{font-size:70px;color:var(--theme-accent-color);width:1em;height:1em;display:inline-block}.adf-analytics-report-list .adf-report-card-title{padding:16px;z-index:7}.adf-analytics-report-list .adf-report-card-title .adf-application-title{font-size:var(--theme-headline-font-size);margin:0}.adf-analytics-report-list .adf-report-card-content{padding:16px;flex-grow:1}.adf-analytics-report-list .adf-report-card-actions{border-top:1px solid var(--adf-theme-foreground-divider-color);padding:8px;box-sizing:border-box;height:40px}.adf-analytics-report-list .adf-report-card-actions-icon{color:var(--adf-theme-foreground-text-color-054)}.adf-analytics-report-list .adf-report-card-actions-icon:hover{color:var(--adf-theme-foreground-text-color-087)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i3$3.MatNavList, selector: "mat-nav-list", exportAs: ["matNavList"] }, { kind: "component", type: i3$3.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i3$3.MatListItemLine, selector: "[matListItemLine]" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i5$1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i5$1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }], encapsulation: i0.ViewEncapsulation.None }); }
6702
6702
  }
6703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnalyticsReportListComponent, decorators: [{
6703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnalyticsReportListComponent, decorators: [{
6704
6704
  type: Component,
6705
6705
  args: [{ selector: 'adf-analytics-report-list', imports: [CommonModule, MatListModule, MatIconModule, MatCardModule], encapsulation: ViewEncapsulation.None, template: "<div class=\"adf-analytics-report-list menu-container\">\n <mat-nav-list *ngIf=\"isList()\">\n <mat-list-item\n class=\"adf-activiti-filters__entry\"\n (click)=\"selectReport(report)\"\n *ngFor=\"let report of reports; let idx = index\"\n [class.adf-active]=\"currentReport === report\">\n <span [attr.id]=\"'report-list-' + idx\" class=\"adf-activiti-filters__label\">\n <mat-icon matListItemLine\n [attr.data-automation-id]=\"report.name + '_filter'\"\n class=\"adf-activiti-filters__entry-icon\">assignment</mat-icon>\n <span class=\"adf-text\">{{report.name}}</span>\n </span>\n </mat-list-item>\n </mat-nav-list>\n <div class=\"adf-report-card-grids\" *ngIf=\"isGrid()\">\n <mat-card appearance=\"outlined\" (click)=\"selectReport(report)\" class=\"adf-report-card\" *ngFor=\"let report of reports\">\n <div class=\"adf-report-card-logo logo\">\n <mat-icon class=\"adf-report-card-logo-icon\">equalizer</mat-icon>\n </div>\n <div mat-card-title class=\"adf-report-card-title\">\n <h1 class=\"adf-application-title\">{{report.name}}</h1>\n </div>\n <div mat-card-content class=\"adf-report-card-content\">\n <p>{{report.description}}</p>\n </div>\n <div mat-card-actions class=\"adf-report-card-actions\">\n <mat-icon class=\"adf-report-card-actions-icon\" *ngIf=\"isSelected(report)\">done</mat-icon>\n </div>\n </mat-card>\n </div>\n</div>\n", styles: [".adf-analytics-report-list .adf-activiti-filters__entry{cursor:pointer}.adf-analytics-report-list .adf-activiti-filters__entry .adf-active{color:var(--theme-primary-color)}.adf-analytics-report-list .adf-activiti-filters__entry-icon{color:var(--theme-primary-color);position:relative;top:5px}.adf-analytics-report-list .adf-activiti-filters__label{white-space:nowrap;overflow:hidden}.adf-analytics-report-list .adf-report-card-grids{display:flex;padding:8px;flex-flow:row wrap;margin:0 auto;align-items:stretch}.adf-analytics-report-list .adf-report-card{margin:8px;width:calc(33.3333% - 16px);position:relative;min-height:200px;overflow:hidden;background-color:var(--theme-background-color);display:flex;flex-direction:column;cursor:pointer}.adf-analytics-report-list .adf-report-card-logo{position:absolute;right:20px;top:35px;z-index:6}.adf-analytics-report-list .adf-report-card-logo-icon{font-size:70px;color:var(--theme-accent-color);width:1em;height:1em;display:inline-block}.adf-analytics-report-list .adf-report-card-title{padding:16px;z-index:7}.adf-analytics-report-list .adf-report-card-title .adf-application-title{font-size:var(--theme-headline-font-size);margin:0}.adf-analytics-report-list .adf-report-card-content{padding:16px;flex-grow:1}.adf-analytics-report-list .adf-report-card-actions{border-top:1px solid var(--adf-theme-foreground-divider-color);padding:8px;box-sizing:border-box;height:40px}.adf-analytics-report-list .adf-report-card-actions-icon{color:var(--adf-theme-foreground-text-color-054)}.adf-analytics-report-list .adf-report-card-actions-icon:hover{color:var(--adf-theme-foreground-text-color-087)}\n"] }]
6706
6706
  }], ctorParameters: () => [{ type: AnalyticsService }], propDecorators: { layoutType: [{
@@ -6907,11 +6907,11 @@ class InsightsModule {
6907
6907
  providers: [provideTranslations('adf-insights', 'assets/adf-insights')]
6908
6908
  };
6909
6909
  }
6910
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: InsightsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6911
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: InsightsModule, imports: [CheckboxWidgetAnalyticsComponent, DateRangeWidgetComponent, DropdownWidgetAnalyticsComponent, DurationWidgetComponent, NumberWidgetAnalyticsComponent, ButtonsMenuComponent, AnalyticsComponent, AnalyticsReportListComponent, AnalyticsReportParametersComponent, AnalyticsGeneratorComponent, AnalyticsReportHeatMapComponent, DiagramAlfrescoPublishTaskComponent, DiagramBoxPublishTaskComponent, DiagramBusinessRuleTaskComponent, DiagramCamelTaskComponent, DiagramContainerServiceTaskComponent, DiagramGoogleDrivePublishTaskComponent, DiagramManualTaskComponent, DiagramMuleTaskComponent, DiagramReceiveTaskComponent, DiagramRestCallTaskComponent, DiagramScriptTaskComponent, DiagramSendTaskComponent, DiagramServiceTaskComponent, DiagramTaskComponent, DiagramUserTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramEventGatewayComponent, DiagramExclusiveGatewayComponent, DiagramGatewayComponent, DiagramInclusiveGatewayComponent, DiagramParallelGatewayComponent, DiagramContainerIconEventTaskComponent, DiagramIconAlfrescoPublishTaskComponent, DiagramIconBoxPublishTaskComponent, DiagramIconBusinessRuleTaskComponent, DiagramIconCamelTaskComponent, DiagramIconErrorComponent, DiagramIconGoogleDrivePublishTaskComponent, DiagramIconManualTaskComponent, DiagramIconMessageComponent, DiagramIconMuleTaskComponent, DiagramIconReceiveTaskComponent, DiagramIconRestCallTaskComponent, DiagramIconScriptTaskComponent, DiagramIconSendTaskComponent, DiagramIconServiceTaskComponent, DiagramIconSignalComponent, DiagramIconTimerComponent, DiagramIconUserTaskComponent, DiagramIntermediateCatchingEventComponent, DiagramEventSubprocessComponent, DiagramSubprocessComponent, DiagramLaneComponent, DiagramLanesComponent, DiagramPoolComponent, DiagramPoolsComponent, RaphaelIconAlfrescoPublishDirective, RaphaelIconBoxPublishDirective, RaphaelIconBusinessRuleDirective, RaphaelIconCamelDirective, RaphaelIconErrorDirective, RaphaelIconGoogleDrivePublishDirective, RaphaelIconManualDirective, RaphaelIconMessageDirective, RaphaelIconMuleDirective, RaphaelIconReceiveDirective, RaphaelIconRestCallDirective, RaphaelIconScriptDirective, RaphaelIconSendDirective, RaphaelIconServiceDirective, RaphaelIconSignalDirective, RaphaelIconTimerDirective, RaphaelIconUserDirective, RaphaelCircleDirective, RaphaelCrossDirective, RaphaelFlowArrowDirective, RaphaelMultilineTextDirective, RaphaelPentagonDirective, RaphaelPlusDirective, RaphaelRectDirective, RaphaelRhombusDirective, RaphaelTextDirective], exports: [CheckboxWidgetAnalyticsComponent, DateRangeWidgetComponent, DropdownWidgetAnalyticsComponent, DurationWidgetComponent, NumberWidgetAnalyticsComponent, ButtonsMenuComponent, AnalyticsComponent, AnalyticsReportListComponent, AnalyticsReportParametersComponent, AnalyticsGeneratorComponent, AnalyticsReportHeatMapComponent, DiagramAlfrescoPublishTaskComponent, DiagramBoxPublishTaskComponent, DiagramBusinessRuleTaskComponent, DiagramCamelTaskComponent, DiagramContainerServiceTaskComponent, DiagramGoogleDrivePublishTaskComponent, DiagramManualTaskComponent, DiagramMuleTaskComponent, DiagramReceiveTaskComponent, DiagramRestCallTaskComponent, DiagramScriptTaskComponent, DiagramSendTaskComponent, DiagramServiceTaskComponent, DiagramTaskComponent, DiagramUserTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramEventGatewayComponent, DiagramExclusiveGatewayComponent, DiagramGatewayComponent, DiagramInclusiveGatewayComponent, DiagramParallelGatewayComponent, DiagramContainerIconEventTaskComponent, DiagramIconAlfrescoPublishTaskComponent, DiagramIconBoxPublishTaskComponent, DiagramIconBusinessRuleTaskComponent, DiagramIconCamelTaskComponent, DiagramIconErrorComponent, DiagramIconGoogleDrivePublishTaskComponent, DiagramIconManualTaskComponent, DiagramIconMessageComponent, DiagramIconMuleTaskComponent, DiagramIconReceiveTaskComponent, DiagramIconRestCallTaskComponent, DiagramIconScriptTaskComponent, DiagramIconSendTaskComponent, DiagramIconServiceTaskComponent, DiagramIconSignalComponent, DiagramIconTimerComponent, DiagramIconUserTaskComponent, DiagramIntermediateCatchingEventComponent, DiagramEventSubprocessComponent, DiagramSubprocessComponent, DiagramLaneComponent, DiagramLanesComponent, DiagramPoolComponent, DiagramPoolsComponent, RaphaelIconAlfrescoPublishDirective, RaphaelIconBoxPublishDirective, RaphaelIconBusinessRuleDirective, RaphaelIconCamelDirective, RaphaelIconErrorDirective, RaphaelIconGoogleDrivePublishDirective, RaphaelIconManualDirective, RaphaelIconMessageDirective, RaphaelIconMuleDirective, RaphaelIconReceiveDirective, RaphaelIconRestCallDirective, RaphaelIconScriptDirective, RaphaelIconSendDirective, RaphaelIconServiceDirective, RaphaelIconSignalDirective, RaphaelIconTimerDirective, RaphaelIconUserDirective, RaphaelCircleDirective, RaphaelCrossDirective, RaphaelFlowArrowDirective, RaphaelMultilineTextDirective, RaphaelPentagonDirective, RaphaelPlusDirective, RaphaelRectDirective, RaphaelRhombusDirective, RaphaelTextDirective] }); }
6912
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: InsightsModule, imports: [ANALYTICS_PROCESS_DIRECTIVES, DiagramContainerServiceTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramContainerIconEventTaskComponent, DiagramIntermediateCatchingEventComponent] }); }
6910
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: InsightsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6911
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: InsightsModule, imports: [CheckboxWidgetAnalyticsComponent, DateRangeWidgetComponent, DropdownWidgetAnalyticsComponent, DurationWidgetComponent, NumberWidgetAnalyticsComponent, ButtonsMenuComponent, AnalyticsComponent, AnalyticsReportListComponent, AnalyticsReportParametersComponent, AnalyticsGeneratorComponent, AnalyticsReportHeatMapComponent, DiagramAlfrescoPublishTaskComponent, DiagramBoxPublishTaskComponent, DiagramBusinessRuleTaskComponent, DiagramCamelTaskComponent, DiagramContainerServiceTaskComponent, DiagramGoogleDrivePublishTaskComponent, DiagramManualTaskComponent, DiagramMuleTaskComponent, DiagramReceiveTaskComponent, DiagramRestCallTaskComponent, DiagramScriptTaskComponent, DiagramSendTaskComponent, DiagramServiceTaskComponent, DiagramTaskComponent, DiagramUserTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramEventGatewayComponent, DiagramExclusiveGatewayComponent, DiagramGatewayComponent, DiagramInclusiveGatewayComponent, DiagramParallelGatewayComponent, DiagramContainerIconEventTaskComponent, DiagramIconAlfrescoPublishTaskComponent, DiagramIconBoxPublishTaskComponent, DiagramIconBusinessRuleTaskComponent, DiagramIconCamelTaskComponent, DiagramIconErrorComponent, DiagramIconGoogleDrivePublishTaskComponent, DiagramIconManualTaskComponent, DiagramIconMessageComponent, DiagramIconMuleTaskComponent, DiagramIconReceiveTaskComponent, DiagramIconRestCallTaskComponent, DiagramIconScriptTaskComponent, DiagramIconSendTaskComponent, DiagramIconServiceTaskComponent, DiagramIconSignalComponent, DiagramIconTimerComponent, DiagramIconUserTaskComponent, DiagramIntermediateCatchingEventComponent, DiagramEventSubprocessComponent, DiagramSubprocessComponent, DiagramLaneComponent, DiagramLanesComponent, DiagramPoolComponent, DiagramPoolsComponent, RaphaelIconAlfrescoPublishDirective, RaphaelIconBoxPublishDirective, RaphaelIconBusinessRuleDirective, RaphaelIconCamelDirective, RaphaelIconErrorDirective, RaphaelIconGoogleDrivePublishDirective, RaphaelIconManualDirective, RaphaelIconMessageDirective, RaphaelIconMuleDirective, RaphaelIconReceiveDirective, RaphaelIconRestCallDirective, RaphaelIconScriptDirective, RaphaelIconSendDirective, RaphaelIconServiceDirective, RaphaelIconSignalDirective, RaphaelIconTimerDirective, RaphaelIconUserDirective, RaphaelCircleDirective, RaphaelCrossDirective, RaphaelFlowArrowDirective, RaphaelMultilineTextDirective, RaphaelPentagonDirective, RaphaelPlusDirective, RaphaelRectDirective, RaphaelRhombusDirective, RaphaelTextDirective], exports: [CheckboxWidgetAnalyticsComponent, DateRangeWidgetComponent, DropdownWidgetAnalyticsComponent, DurationWidgetComponent, NumberWidgetAnalyticsComponent, ButtonsMenuComponent, AnalyticsComponent, AnalyticsReportListComponent, AnalyticsReportParametersComponent, AnalyticsGeneratorComponent, AnalyticsReportHeatMapComponent, DiagramAlfrescoPublishTaskComponent, DiagramBoxPublishTaskComponent, DiagramBusinessRuleTaskComponent, DiagramCamelTaskComponent, DiagramContainerServiceTaskComponent, DiagramGoogleDrivePublishTaskComponent, DiagramManualTaskComponent, DiagramMuleTaskComponent, DiagramReceiveTaskComponent, DiagramRestCallTaskComponent, DiagramScriptTaskComponent, DiagramSendTaskComponent, DiagramServiceTaskComponent, DiagramTaskComponent, DiagramUserTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramEventGatewayComponent, DiagramExclusiveGatewayComponent, DiagramGatewayComponent, DiagramInclusiveGatewayComponent, DiagramParallelGatewayComponent, DiagramContainerIconEventTaskComponent, DiagramIconAlfrescoPublishTaskComponent, DiagramIconBoxPublishTaskComponent, DiagramIconBusinessRuleTaskComponent, DiagramIconCamelTaskComponent, DiagramIconErrorComponent, DiagramIconGoogleDrivePublishTaskComponent, DiagramIconManualTaskComponent, DiagramIconMessageComponent, DiagramIconMuleTaskComponent, DiagramIconReceiveTaskComponent, DiagramIconRestCallTaskComponent, DiagramIconScriptTaskComponent, DiagramIconSendTaskComponent, DiagramIconServiceTaskComponent, DiagramIconSignalComponent, DiagramIconTimerComponent, DiagramIconUserTaskComponent, DiagramIntermediateCatchingEventComponent, DiagramEventSubprocessComponent, DiagramSubprocessComponent, DiagramLaneComponent, DiagramLanesComponent, DiagramPoolComponent, DiagramPoolsComponent, RaphaelIconAlfrescoPublishDirective, RaphaelIconBoxPublishDirective, RaphaelIconBusinessRuleDirective, RaphaelIconCamelDirective, RaphaelIconErrorDirective, RaphaelIconGoogleDrivePublishDirective, RaphaelIconManualDirective, RaphaelIconMessageDirective, RaphaelIconMuleDirective, RaphaelIconReceiveDirective, RaphaelIconRestCallDirective, RaphaelIconScriptDirective, RaphaelIconSendDirective, RaphaelIconServiceDirective, RaphaelIconSignalDirective, RaphaelIconTimerDirective, RaphaelIconUserDirective, RaphaelCircleDirective, RaphaelCrossDirective, RaphaelFlowArrowDirective, RaphaelMultilineTextDirective, RaphaelPentagonDirective, RaphaelPlusDirective, RaphaelRectDirective, RaphaelRhombusDirective, RaphaelTextDirective] }); }
6912
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: InsightsModule, imports: [ANALYTICS_PROCESS_DIRECTIVES, DiagramContainerServiceTaskComponent, DiagramBoundaryEventComponent, DiagramThrowEventComponent, DiagramEndEventComponent, DiagramEventComponent, DiagramStartEventComponent, DiagramContainerIconEventTaskComponent, DiagramIntermediateCatchingEventComponent] }); }
6913
6913
  }
6914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: InsightsModule, decorators: [{
6914
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: InsightsModule, decorators: [{
6915
6915
  type: NgModule,
6916
6916
  args: [{
6917
6917
  imports: [...ANALYTICS_PROCESS_DIRECTIVES, ...DIAGRAM_DIRECTIVES],