herum-shared 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -689,7 +689,7 @@ declare class QuizMultiAnswerQuestionComponent {
689
689
  private iAnswerCorrect;
690
690
  _onAnswersChange(answer: Answer, isChosen: boolean): void;
691
691
  private getFormControlValue;
692
- get controlNamePrefix(): string;
692
+ get answerControlNamePrefix(): string;
693
693
  get isBlocked(): boolean;
694
694
  ngOnDestroy(): void;
695
695
  static ɵfac: i0.ɵɵFactoryDeclaration<QuizMultiAnswerQuestionComponent, never>;
@@ -1982,7 +1982,7 @@ declare class UserProfileImageComponent {
1982
1982
  user: User | UserPreview;
1983
1983
  isLoadingUser: boolean;
1984
1984
  isUserClickAble: boolean;
1985
- userClicked: EventEmitter<User | UserPreview>;
1985
+ userClicked: EventEmitter<UserPreview | User>;
1986
1986
  imagePath: string;
1987
1987
  isLoadingImage: boolean;
1988
1988
  ngOnChanges(changes: SimpleChanges): void;
@@ -2431,7 +2431,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
2431
2431
  }[];
2432
2432
  constructor();
2433
2433
  ngOnInit(): void;
2434
- getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "left" | "right" | "both";
2434
+ getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "right" | "left" | "both";
2435
2435
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
2436
2436
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
2437
2437
  }
@@ -2502,7 +2502,7 @@ declare class HerumUserProfileComponent {
2502
2502
  imageSize: 'image-default-size' | 'image-small-size';
2503
2503
  get userFullName(): string;
2504
2504
  get fullHierarchyName(): string;
2505
- get assignmentStateDisplayName(): "שיבוץ זמני" | "" | "אכ\"א" | "אג\"ת";
2505
+ get assignmentStateDisplayName(): "" | "שיבוץ זמני" | "אכ\"א" | "אג\"ת";
2506
2506
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumUserProfileComponent, never>;
2507
2507
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumUserProfileComponent, "herum-user-profile", never, { "userData": { "alias": "userData"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "titleSize": { "alias": "titleSize"; "required": false; }; "imageSize": { "alias": "imageSize"; "required": false; }; }, {}, never, never, false, never>;
2508
2508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",