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<
|
|
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" | "
|
|
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.
|
|
3249
|
+
declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.Sources[].Index";
|
|
3250
3250
|
declare const defaultAuthorizationObject: {
|
|
3251
3251
|
view(): BackendMicroResourceAuthorization;
|
|
3252
3252
|
edit(): BackendMicroResourceAuthorization;
|