herum-shared 0.1.60 → 0.1.61

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
@@ -1978,7 +1978,7 @@ declare class UserProfileImageComponent {
1978
1978
  user: User | UserPreview;
1979
1979
  isLoadingUser: boolean;
1980
1980
  isUserClickAble: boolean;
1981
- userClicked: EventEmitter<UserPreview | User>;
1981
+ userClicked: EventEmitter<User | UserPreview>;
1982
1982
  imagePath: string;
1983
1983
  isLoadingImage: boolean;
1984
1984
  ngOnChanges(changes: SimpleChanges): void;
@@ -2398,7 +2398,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
2398
2398
  }[];
2399
2399
  constructor();
2400
2400
  ngOnInit(): void;
2401
- getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "right" | "left" | "both";
2401
+ getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "left" | "right" | "both";
2402
2402
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
2403
2403
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
2404
2404
  }
@@ -2469,7 +2469,7 @@ declare class HerumUserProfileComponent {
2469
2469
  imageSize: 'image-default-size' | 'image-small-size';
2470
2470
  get userFullName(): string;
2471
2471
  get fullHierarchyName(): string;
2472
- get assignmentStateDisplayName(): "" | "שיבוץ זמני" | "אכ\"א" | "אג\"ת";
2472
+ get assignmentStateDisplayName(): "שיבוץ זמני" | "" | "אכ\"א" | "אג\"ת";
2473
2473
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumUserProfileComponent, never>;
2474
2474
  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>;
2475
2475
  }
@@ -3246,7 +3246,7 @@ declare const defaultCloseTime: Date;
3246
3246
  declare const defaultOpenTime: Date;
3247
3247
  declare const legacyCorrectAnswerPropertyPath = ".Quiz.Questions[].Answers[].IsCorrect";
3248
3248
  declare const correctAnswerPropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].IsCorrect";
3249
- declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.sources[].index";
3249
+ declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.Sources[].Index";
3250
3250
  declare const defaultAuthorizationObject: {
3251
3251
  view(): BackendMicroResourceAuthorization;
3252
3252
  edit(): BackendMicroResourceAuthorization;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",