vcomply-workflow-engine 6.1.12 → 6.1.13

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,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./floating-bar.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "../../ui-kit/popover/popover.module";
5
- import * as i4 from "../../pipes/pipes.module";
4
+ import * as i3 from "../../pipes/pipes.module";
5
+ import * as i4 from "../../ui-kit/popover/popover.module";
6
+ import * as i5 from "../../ui-kit/tooltip/tooltip.module";
6
7
  export declare class FloatingBarModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FloatingBarModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FloatingBarModule, [typeof i1.FloatingBarComponent], [typeof i2.CommonModule, typeof i3.PopoverModule, typeof i4.PipesModule], [typeof i1.FloatingBarComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FloatingBarModule, [typeof i1.FloatingBarComponent], [typeof i2.CommonModule, typeof i3.PipesModule, typeof i4.PopoverModule, typeof i5.TooltipModule], [typeof i1.FloatingBarComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<FloatingBarModule>;
10
11
  }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GetUserShortNamePipe implements PipeTransform {
4
+ transform(fullName: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetUserShortNamePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<GetUserShortNamePipe, "userShortName", false>;
7
+ }
@@ -1,11 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./get-selected-value.pipe";
3
- import * as i2 from "./is-attributes-valid.pipe";
4
- import * as i3 from "./unique-responsibilities.pipe";
5
- import * as i4 from "./get-user-details.pipe";
6
- import * as i5 from "@angular/common";
3
+ import * as i2 from "./get-user-details.pipe";
4
+ import * as i3 from "./user-short-name.pipe";
5
+ import * as i4 from "./is-attributes-valid.pipe";
6
+ import * as i5 from "./unique-responsibilities.pipe";
7
+ import * as i6 from "@angular/common";
7
8
  export declare class WorkflowPipesModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPipesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowPipesModule, [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe, typeof i4.GetUserDetailsPipe], [typeof i5.CommonModule], [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe, typeof i4.GetUserDetailsPipe]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowPipesModule, [typeof i1.GetSelectedValuePipe, typeof i2.GetUserDetailsPipe, typeof i3.GetUserShortNamePipe, typeof i4.IsAttributesValidPipe, typeof i5.UniqueResponsibilitiesPipe], [typeof i6.CommonModule], [typeof i1.GetSelectedValuePipe, typeof i2.GetUserDetailsPipe, typeof i3.GetUserShortNamePipe, typeof i4.IsAttributesValidPipe, typeof i5.UniqueResponsibilitiesPipe]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<WorkflowPipesModule>;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.12",
3
+ "version": "6.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "