herum-shared 1.0.7 → 1.0.9

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
@@ -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
  }
@@ -3280,7 +3280,7 @@ declare const resourceIdPlaceholder = "$resourceId";
3280
3280
  declare const defaultCloseTime: Date;
3281
3281
  declare const defaultOpenTime: Date;
3282
3282
  declare const answersPath = ".Quiz.Questions[].ClosedContent.Answers[]";
3283
- declare const answerNotePropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].note";
3283
+ declare const answerNotePropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].Note";
3284
3284
  declare const correctAnswerPropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].IsCorrect";
3285
3285
  declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.Sources[].Index";
3286
3286
  declare const defaultAuthorizationObject: {
@@ -344,7 +344,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
344
344
  }[];
345
345
  constructor();
346
346
  ngOnInit(): void;
347
- getBorderRadius(sectionIndex: number, progressBarIndex: number): "right" | "none" | "left" | "both";
347
+ getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "both" | "left" | "right";
348
348
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
349
349
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
350
350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",