@netgrif/components 6.4.2-rc.5 → 6.4.2

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.
@@ -1,5 +1,5 @@
1
1
  import { Injector } from '@angular/core';
2
- import { AbstractTaskPanelComponent, AssignPolicyService, AssignTaskService, CallChainService, CancelTaskService, ChangedFieldsService, DelegateTaskService, DisableButtonFuntions, FinishPolicyService, FinishTaskService, LoggerService, OverflowService, PaperViewService, PermissionService, SubjectTaskOperations, TaskContentService, TaskDataService, TaskEventService, TaskRequestStateService, TaskViewService, InjectedTabData } from '@netgrif/components-core';
2
+ import { AbstractTaskPanelComponent, AssignPolicyService, AssignTaskService, CallChainService, CancelTaskService, ChangedFieldsService, DelegateTaskService, DisableButtonFuntions, FinishPolicyService, FinishTaskService, LoggerService, OverflowService, PaperViewService, PermissionService, SubjectTaskOperations, TaskContentService, TaskDataService, TaskEventService, TaskRequestStateService, TaskViewService, InjectedTabData, UserComparatorService } from '@netgrif/components-core';
3
3
  import { TranslateService } from '@ngx-translate/core';
4
4
  import { CurrencyPipe } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
@@ -25,9 +25,10 @@ export declare class TaskPanelComponent extends AbstractTaskPanelComponent {
25
25
  protected _currencyPipe: CurrencyPipe;
26
26
  protected _changedFieldsService: ChangedFieldsService;
27
27
  protected _permissionService: PermissionService;
28
+ protected _userComparator: UserComparatorService;
28
29
  protected _taskForceOpen: boolean;
29
- constructor(_taskContentService: TaskContentService, _log: LoggerService, _taskViewService: TaskViewService, _paperView: PaperViewService, _taskEventService: TaskEventService, _assignTaskService: AssignTaskService, _delegateTaskService: DelegateTaskService, _cancelTaskService: CancelTaskService, _finishTaskService: FinishTaskService, _taskState: TaskRequestStateService, _taskDataService: TaskDataService, _assignPolicyService: AssignPolicyService, _finishPolicyService: FinishPolicyService, _callChain: CallChainService, _translate: TranslateService, _taskOperations: SubjectTaskOperations, _disableFunctions: DisableButtonFuntions, isEnabled: boolean, _parentInjector: Injector, _currencyPipe: CurrencyPipe, _changedFieldsService: ChangedFieldsService, _permissionService: PermissionService, overflowService: OverflowService, _taskForceOpen: boolean, injectedTabData: InjectedTabData);
30
+ constructor(_taskContentService: TaskContentService, _log: LoggerService, _taskViewService: TaskViewService, _paperView: PaperViewService, _taskEventService: TaskEventService, _assignTaskService: AssignTaskService, _delegateTaskService: DelegateTaskService, _cancelTaskService: CancelTaskService, _finishTaskService: FinishTaskService, _taskState: TaskRequestStateService, _taskDataService: TaskDataService, _assignPolicyService: AssignPolicyService, _finishPolicyService: FinishPolicyService, _callChain: CallChainService, _translate: TranslateService, _taskOperations: SubjectTaskOperations, _disableFunctions: DisableButtonFuntions, isEnabled: boolean, _parentInjector: Injector, _currencyPipe: CurrencyPipe, _changedFieldsService: ChangedFieldsService, _permissionService: PermissionService, _userComparator: UserComparatorService, overflowService: OverflowService, _taskForceOpen: boolean, injectedTabData: InjectedTabData);
30
31
  protected createContentPortal(): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskPanelComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskPanelComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
32
33
  static ɵcmp: i0.ɵɵComponentDeclaration<TaskPanelComponent, "nc-task-panel", never, {}, {}, never, never>;
33
34
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@netgrif/components",
3
- "version": "6.4.2-rc.5",
3
+ "version": "6.4.2",
4
4
  "description": "Netgrif Application Engine frontend Angular components",
5
5
  "homepage": "https://components.netgrif.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/netgrif/components.git"
10
+ "url": "git+https://github.com/netgrif/components.git"
11
11
  },
12
12
  "bugs": {
13
13
  "url": "https://github.com/netgrif/components/issues"
@@ -29,7 +29,7 @@
29
29
  "nae frontend"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@netgrif/components-core": "6.4.2-rc.5",
32
+ "@netgrif/components-core": "6.4.2",
33
33
  "@angular-material-components/datetime-picker": "~7.0.1",
34
34
  "@angular-material-components/moment-adapter": "~7.0.0",
35
35
  "@angular/animations": "~13.3.1",