herum-shared 0.1.63 → 0.1.65
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/assets/shared/icons/numericSliderBubble.svg +3 -0
- package/atoms/index.d.ts +45 -22
- package/fesm2022/herum-shared-atoms.mjs +123 -5
- package/fesm2022/herum-shared-atoms.mjs.map +1 -1
- package/fesm2022/herum-shared-services.mjs +3 -1
- package/fesm2022/herum-shared-services.mjs.map +1 -1
- package/fesm2022/herum-shared.mjs +125 -5
- package/fesm2022/herum-shared.mjs.map +1 -1
- package/index.d.ts +49 -26
- package/molecules/index.d.ts +1 -1
- package/package.json +1 -1
- package/services/index.d.ts +1 -1
- package/styles/variables/_colors.scss +2 -0
package/index.d.ts
CHANGED
|
@@ -4,43 +4,43 @@ import { ResourceGradeUpdate, Resource, QuizData, Question, Answer, ModifiedReso
|
|
|
4
4
|
import * as rxjs from 'rxjs';
|
|
5
5
|
import { Subject, BehaviorSubject, Observable } from 'rxjs';
|
|
6
6
|
import { GlobalKeyboardListenerService as GlobalKeyboardListenerService$1, KeyPressService as KeyPressService$1, TrackTextChangesService as TrackTextChangesService$1, UtilsService as UtilsService$1, CommonGraphqlRequestsService as CommonGraphqlRequestsService$1, ToastsService as ToastsService$1, LoaderManagerService as LoaderManagerService$1, AuthService as AuthService$1, DbActionsInnerIdManagerService as DbActionsInnerIdManagerService$1 } from 'herum-shared/services';
|
|
7
|
-
import { MediaSettings, IdentifiedEntity, ViewModelType, AudioVisualConfiguration, TreeNode, NodeMenuItem, SystemTreeNodeData, TimeRange, DateTimePicker, FileData, RecursiveTitledOption, MenuItem, SignUpField, DisplayIdentifiedEntity, TreeNodeAssignmentsData, Step, KeyValue, ProgressOverView, SignInFormData, SignUpFormData, ClosedList, GlobalKeyboardEvent, SystemIdentifier, ModelInfo } from 'herum-types/Shared';
|
|
7
|
+
import { MediaSettings, IdentifiedEntity, ViewModelType, AudioVisualConfiguration, TreeNode, NodeMenuItem, SystemTreeNodeData, TimeRange, DateTimePicker, FileData, RecursiveTitledOption, MenuItem, NumericSliderRange, Tick, SignUpField, DisplayIdentifiedEntity, TreeNodeAssignmentsData, Step, KeyValue, ProgressOverView, SignInFormData, SignUpFormData, ClosedList, GlobalKeyboardEvent, SystemIdentifier, ModelInfo } from 'herum-types/Shared';
|
|
8
8
|
import { ResourceSubscription, UserAnswer, UserQuestionData, User, CollectionSubscription, AnswerNote, SecurityQuestion } from 'herum-types/User';
|
|
9
9
|
import { IMediaPlayer, ISystemTrackTextChangesService, ISystemUserService } from 'herum-types/interfaces';
|
|
10
10
|
import { UserPreview, ResourcePreview } from 'herum-types/Previews';
|
|
11
11
|
import { TextChange, TextChangeStyle } from 'herum-types/TrackTextChanges';
|
|
12
12
|
import { AnimationItem } from 'lottie-web';
|
|
13
13
|
import { EnvironmentConfig as EnvironmentConfig$1, AuthenticationPaths as AuthenticationPaths$1, MongoUpdates as MongoUpdates$1 } from 'herum-shared/environment';
|
|
14
|
-
import * as
|
|
14
|
+
import * as i41 from '@angular/forms';
|
|
15
15
|
import { FormControl, FormGroup, FormBuilder, ControlValueAccessor, NgControl, ControlContainer, ValidatorFn, AsyncValidatorFn } from '@angular/forms';
|
|
16
16
|
import * as i4 from 'herum-shared/atoms';
|
|
17
17
|
import { HerumCheckboxComponent as HerumCheckboxComponent$1, HerumInputFieldComponent as HerumInputFieldComponent$1 } from 'herum-shared/atoms';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i54 from '@angular/material/datepicker';
|
|
19
19
|
import { DateRange, MatCalendar } from '@angular/material/datepicker';
|
|
20
20
|
import * as i4$1 from 'herum-shared/pipes';
|
|
21
21
|
import { AnswerNotesToTextChangesPipe as AnswerNotesToTextChangesPipe$1 } from 'herum-shared/pipes';
|
|
22
22
|
import * as i2 from '@angular/common';
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
23
|
+
import * as i42 from '@angular/material/menu';
|
|
24
|
+
import * as i43 from '@angular/cdk/clipboard';
|
|
25
25
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
29
|
-
import * as
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
26
|
+
import * as i44 from '@angular/material/autocomplete';
|
|
27
|
+
import * as i45 from '@angular/material/chips';
|
|
28
|
+
import * as i46 from '@angular/material/form-field';
|
|
29
|
+
import * as i47 from '@angular/material/tooltip';
|
|
30
|
+
import * as i48 from '@angular/material/input';
|
|
31
|
+
import * as i49 from '@angular/material/select';
|
|
32
|
+
import * as i50 from '@angular/material/icon';
|
|
33
|
+
import * as i51 from '@angular/material/checkbox';
|
|
34
|
+
import * as i52 from '@angular/material/slider';
|
|
35
|
+
import * as i53 from '@angular/cdk/drag-drop';
|
|
36
|
+
import * as i55 from '@angular/material/core';
|
|
37
37
|
import { DateAdapter } from '@angular/material/core';
|
|
38
38
|
import { HttpClient, HttpHeaders, HttpRequest, HttpErrorResponse } from '@angular/common/http';
|
|
39
39
|
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
40
40
|
import { DialogConfig, FetchedMessage } from 'herum-types/Dialogs';
|
|
41
41
|
import * as i6 from 'herum-shared/molecules';
|
|
42
42
|
import { HerumTableParams, AlignDir, HoveredHerumRowTable, BaseRowData } from 'herum-types/Table';
|
|
43
|
-
import * as
|
|
43
|
+
import * as i56 from 'herum-shared/directives';
|
|
44
44
|
import * as _angular_platform_browser from '@angular/platform-browser';
|
|
45
45
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
46
46
|
import { CollectionBase, Collection } from 'herum-types/Collection';
|
|
@@ -1875,7 +1875,7 @@ declare class HerumUploadFileComponent implements ControlValueAccessor {
|
|
|
1875
1875
|
registerOnChange(fn: any): void;
|
|
1876
1876
|
registerOnTouched(fn: any): void;
|
|
1877
1877
|
get directoryName(): string;
|
|
1878
|
-
get formControl():
|
|
1878
|
+
get formControl(): i41.AbstractControl<any, any, any>;
|
|
1879
1879
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumUploadFileComponent, [{ optional: true; }]>;
|
|
1880
1880
|
static ɵcmp: i0.ɵɵComponentDeclaration<HerumUploadFileComponent, "herum-upload-file", never, { "size": { "alias": "size"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isDirectoryMode": { "alias": "isDirectoryMode"; "required": false; }; "allowedFileTypes": { "alias": "allowedFileTypes"; "required": false; }; "selectedFile": { "alias": "selectedFile"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; }, { "uploadFile": "uploadFile"; }, never, never, false, never>;
|
|
1881
1881
|
}
|
|
@@ -1992,9 +1992,32 @@ declare class UserProfileImageComponent {
|
|
|
1992
1992
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileImageComponent, "user-profile-image", never, { "imageSize": { "alias": "imageSize"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "user": { "alias": "user"; "required": false; }; "isLoadingUser": { "alias": "isLoadingUser"; "required": false; }; "isUserClickAble": { "alias": "isUserClickAble"; "required": false; }; }, { "userClicked": "userClicked"; }, never, ["*"], false, never>;
|
|
1993
1993
|
}
|
|
1994
1994
|
|
|
1995
|
+
declare class NumericSliderComponent {
|
|
1996
|
+
min: number;
|
|
1997
|
+
max: number;
|
|
1998
|
+
value: number;
|
|
1999
|
+
disabled: boolean;
|
|
2000
|
+
creationMode: boolean;
|
|
2001
|
+
valueChange: EventEmitter<number | NumericSliderRange>;
|
|
2002
|
+
ticks: Array<Tick>;
|
|
2003
|
+
trackStyle: Record<string, string>;
|
|
2004
|
+
bubbleStyle: Record<string, string>;
|
|
2005
|
+
creationTrackStyle: Record<string, string>;
|
|
2006
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
2007
|
+
_onInput(event: Event): void;
|
|
2008
|
+
_onCreationValueChange(value: string | number, thumb: 'min' | 'max'): void;
|
|
2009
|
+
_onEmitValue(): void;
|
|
2010
|
+
private recalculateViewModel;
|
|
2011
|
+
private getTicks;
|
|
2012
|
+
private getBubbleOffsetPercent;
|
|
2013
|
+
private getBubbleStyle;
|
|
2014
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericSliderComponent, never>;
|
|
2015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericSliderComponent, "numeric-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "creationMode": { "alias": "creationMode"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
1995
2018
|
declare class AtomsModule {
|
|
1996
2019
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
1997
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, [typeof CollegeLoaderComponent, typeof UsersProfilePreviewComponent, typeof HerumBreadcrumbsComponent, typeof SliceBreadcrumbsPipe, typeof HerumButtonComponent, typeof HerumCheckboxComponent, typeof HerumChipComponent, typeof HerumCircularProgressBarComponent, typeof HerumDatePickerComponent, typeof HerumDownloadFileComponent, typeof HerumEllipsisLoaderComponent, typeof HerumIconLabelComponent, typeof HerumIndeterminateComponent, typeof ConditionalFormControlNameDirective, typeof HerumInputFieldComponent, typeof HerumLogoComponent, typeof HerumMultiSelectComponent, typeof HerumNarrowCollectionMenuItemComponent, typeof HerumNoResultMessageComponent, typeof HerumOptionsListComponent, typeof HerumPaginatorComponent, typeof HerumPanelLinksComponent, typeof HerumProgressBarComponent, typeof HerumQuizHeaderItemComponent, typeof HerumRecursiveHierarchyOptionsListComponent, typeof HerumSelectComponent, typeof HerumSliderComponent, typeof HerumSpinnerComponent, typeof HerumSwitchComponent, typeof HerumTextAreaComponent, typeof HerumTimePickerComponent, typeof HerumToggleButtonComponent, typeof HerumUploadFileComponent, typeof HerumVideoSelectComponent, typeof HerumRadioButtonComponent, typeof RoundedVerticalMenuComponent, typeof TrackTextChangesNotesComponent, typeof UserProfileImageComponent], [typeof i2.CommonModule, typeof
|
|
2020
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, [typeof CollegeLoaderComponent, typeof UsersProfilePreviewComponent, typeof HerumBreadcrumbsComponent, typeof SliceBreadcrumbsPipe, typeof HerumButtonComponent, typeof HerumCheckboxComponent, typeof HerumChipComponent, typeof HerumCircularProgressBarComponent, typeof HerumDatePickerComponent, typeof HerumDownloadFileComponent, typeof HerumEllipsisLoaderComponent, typeof HerumIconLabelComponent, typeof HerumIndeterminateComponent, typeof ConditionalFormControlNameDirective, typeof HerumInputFieldComponent, typeof HerumLogoComponent, typeof HerumMultiSelectComponent, typeof HerumNarrowCollectionMenuItemComponent, typeof HerumNoResultMessageComponent, typeof HerumOptionsListComponent, typeof HerumPaginatorComponent, typeof HerumPanelLinksComponent, typeof HerumProgressBarComponent, typeof HerumQuizHeaderItemComponent, typeof HerumRecursiveHierarchyOptionsListComponent, typeof HerumSelectComponent, typeof HerumSliderComponent, typeof HerumSpinnerComponent, typeof HerumSwitchComponent, typeof HerumTextAreaComponent, typeof HerumTimePickerComponent, typeof HerumToggleButtonComponent, typeof HerumUploadFileComponent, typeof HerumVideoSelectComponent, typeof HerumRadioButtonComponent, typeof RoundedVerticalMenuComponent, typeof TrackTextChangesNotesComponent, typeof UserProfileImageComponent, typeof NumericSliderComponent], [typeof i2.CommonModule, typeof i41.ReactiveFormsModule, typeof i41.FormsModule, typeof i42.MatMenuModule, typeof i43.ClipboardModule, typeof i44.MatAutocompleteModule, typeof i45.MatChipsModule, typeof i46.MatFormFieldModule, typeof i47.MatTooltipModule, typeof i48.MatInputModule, typeof i49.MatSelectModule, typeof i50.MatIconModule, typeof i51.MatCheckboxModule, typeof i52.MatSliderModule, typeof i53.DragDropModule, typeof i54.MatDatepickerModule, typeof i55.MatNativeDateModule, typeof i56.DirectivesModule, typeof i4$1.PipesModule], [typeof CollegeLoaderComponent, typeof UsersProfilePreviewComponent, typeof HerumBreadcrumbsComponent, typeof SliceBreadcrumbsPipe, typeof HerumButtonComponent, typeof HerumCheckboxComponent, typeof HerumChipComponent, typeof HerumCircularProgressBarComponent, typeof HerumDatePickerComponent, typeof HerumDownloadFileComponent, typeof HerumEllipsisLoaderComponent, typeof HerumIconLabelComponent, typeof HerumIndeterminateComponent, typeof ConditionalFormControlNameDirective, typeof HerumInputFieldComponent, typeof HerumLogoComponent, typeof HerumMultiSelectComponent, typeof HerumNarrowCollectionMenuItemComponent, typeof HerumNoResultMessageComponent, typeof HerumOptionsListComponent, typeof HerumPaginatorComponent, typeof HerumPanelLinksComponent, typeof HerumProgressBarComponent, typeof HerumQuizHeaderItemComponent, typeof HerumRecursiveHierarchyOptionsListComponent, typeof HerumSelectComponent, typeof HerumSliderComponent, typeof HerumSpinnerComponent, typeof HerumSwitchComponent, typeof HerumTextAreaComponent, typeof HerumTimePickerComponent, typeof HerumToggleButtonComponent, typeof HerumUploadFileComponent, typeof HerumVideoSelectComponent, typeof HerumRadioButtonComponent, typeof RoundedVerticalMenuComponent, typeof TrackTextChangesNotesComponent, typeof UserProfileImageComponent, typeof NumericSliderComponent]>;
|
|
1998
2021
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
1999
2022
|
}
|
|
2000
2023
|
|
|
@@ -2400,7 +2423,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
|
|
|
2400
2423
|
}[];
|
|
2401
2424
|
constructor();
|
|
2402
2425
|
ngOnInit(): void;
|
|
2403
|
-
getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "
|
|
2426
|
+
getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "both" | "left" | "right";
|
|
2404
2427
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
|
|
2405
2428
|
static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
|
|
2406
2429
|
}
|
|
@@ -2471,7 +2494,7 @@ declare class HerumUserProfileComponent {
|
|
|
2471
2494
|
imageSize: 'image-default-size' | 'image-small-size';
|
|
2472
2495
|
get userFullName(): string;
|
|
2473
2496
|
get fullHierarchyName(): string;
|
|
2474
|
-
get assignmentStateDisplayName(): "
|
|
2497
|
+
get assignmentStateDisplayName(): "" | "שיבוץ זמני" | "אכ\"א" | "אג\"ת";
|
|
2475
2498
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumUserProfileComponent, never>;
|
|
2476
2499
|
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>;
|
|
2477
2500
|
}
|
|
@@ -2512,7 +2535,7 @@ declare class ProgressesOverViewComponent {
|
|
|
2512
2535
|
|
|
2513
2536
|
declare class MoleculesModule {
|
|
2514
2537
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
2515
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, [typeof HerumActiveLinkComponent, typeof HerumActiveMenuComponent, typeof HerumAutocompleteComponent, typeof HerumClosedListMultiSelectComponent, typeof HerumClosedListSelectComponent, typeof HerumDateTimeInputComponent, typeof HerumDateTimePickerComponent, typeof HerumDropZoneComponent, typeof HerumExpendablePanelComponent, typeof HerumFilesViewerComponent, typeof HerumHierarchyTreeNodeComponent, typeof HerumMultiProgressBarComponent, typeof HerumNavigatorComponent, typeof HerumStepNavigatorComponent, typeof HerumStepperComponent, typeof HerumTimeSelectComponent, typeof HerumUserProfileComponent, typeof HerumUserProgressComponent, typeof KeyValueListComponent, typeof LabelsWithIconsListComponent, typeof ProgressesOverViewComponent], [typeof i2.CommonModule, typeof
|
|
2538
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, [typeof HerumActiveLinkComponent, typeof HerumActiveMenuComponent, typeof HerumAutocompleteComponent, typeof HerumClosedListMultiSelectComponent, typeof HerumClosedListSelectComponent, typeof HerumDateTimeInputComponent, typeof HerumDateTimePickerComponent, typeof HerumDropZoneComponent, typeof HerumExpendablePanelComponent, typeof HerumFilesViewerComponent, typeof HerumHierarchyTreeNodeComponent, typeof HerumMultiProgressBarComponent, typeof HerumNavigatorComponent, typeof HerumStepNavigatorComponent, typeof HerumStepperComponent, typeof HerumTimeSelectComponent, typeof HerumUserProfileComponent, typeof HerumUserProgressComponent, typeof KeyValueListComponent, typeof LabelsWithIconsListComponent, typeof ProgressesOverViewComponent], [typeof i2.CommonModule, typeof i41.ReactiveFormsModule, typeof i41.FormsModule, typeof i42.MatMenuModule, typeof i43.ClipboardModule, typeof i44.MatAutocompleteModule, typeof i45.MatChipsModule, typeof i46.MatFormFieldModule, typeof i47.MatTooltipModule, typeof i48.MatInputModule, typeof i49.MatSelectModule, typeof i50.MatIconModule, typeof i51.MatCheckboxModule, typeof i52.MatSliderModule, typeof i53.DragDropModule, typeof i54.MatDatepickerModule, typeof i55.MatNativeDateModule, typeof i56.DirectivesModule, typeof i4$1.PipesModule, typeof i4.AtomsModule], [typeof HerumActiveLinkComponent, typeof HerumActiveMenuComponent, typeof HerumAutocompleteComponent, typeof HerumClosedListMultiSelectComponent, typeof HerumClosedListSelectComponent, typeof HerumDateTimeInputComponent, typeof HerumDateTimePickerComponent, typeof HerumDropZoneComponent, typeof HerumExpendablePanelComponent, typeof HerumFilesViewerComponent, typeof HerumHierarchyTreeNodeComponent, typeof HerumMultiProgressBarComponent, typeof HerumNavigatorComponent, typeof HerumStepNavigatorComponent, typeof HerumStepperComponent, typeof HerumTimeSelectComponent, typeof HerumUserProfileComponent, typeof HerumUserProgressComponent, typeof KeyValueListComponent, typeof LabelsWithIconsListComponent, typeof ProgressesOverViewComponent]>;
|
|
2516
2539
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
2517
2540
|
}
|
|
2518
2541
|
|
|
@@ -2779,13 +2802,13 @@ declare class TextWithIconCell implements ICellRendererAngularComp {
|
|
|
2779
2802
|
|
|
2780
2803
|
declare class TableModule {
|
|
2781
2804
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
2782
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof CheckboxCellComponent, typeof ChipsCellComponent, typeof CopyableCellComponent, typeof DeleteRowComponent, typeof EditRowComponent, typeof InputCellComponent, typeof RowActionButtonsComponent, typeof SwitchCellComponent, typeof HerumTableComponent, typeof HerumAgGridFilterComponent, typeof TextWithIconCell], [typeof i2.CommonModule, typeof i4.AtomsModule, typeof
|
|
2805
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof CheckboxCellComponent, typeof ChipsCellComponent, typeof CopyableCellComponent, typeof DeleteRowComponent, typeof EditRowComponent, typeof InputCellComponent, typeof RowActionButtonsComponent, typeof SwitchCellComponent, typeof HerumTableComponent, typeof HerumAgGridFilterComponent, typeof TextWithIconCell], [typeof i2.CommonModule, typeof i4.AtomsModule, typeof i41.FormsModule, typeof i41.ReactiveFormsModule, typeof i47.MatTooltipModule, typeof i16.AgGridModule, typeof i4$1.PipesModule, typeof i43.ClipboardModule], [typeof CheckboxCellComponent, typeof ChipsCellComponent, typeof CopyableCellComponent, typeof DeleteRowComponent, typeof EditRowComponent, typeof InputCellComponent, typeof RowActionButtonsComponent, typeof SwitchCellComponent, typeof HerumTableComponent, typeof HerumAgGridFilterComponent, typeof TextWithIconCell, typeof i16.AgGridModule]>;
|
|
2783
2806
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
2784
2807
|
}
|
|
2785
2808
|
|
|
2786
2809
|
declare class HerumSharedModule {
|
|
2787
2810
|
static ɵfac: i0.ɵɵFactoryDeclaration<HerumSharedModule, never>;
|
|
2788
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HerumSharedModule, [typeof HerumVideoPlayerComponent, typeof TrackTextChangesComponent, typeof HerumVideoRangeBarComponent, typeof HerumPdfViewerComponent, typeof HerumStoryViewerComponent, typeof HerumPresentationViewerComponent, typeof HerumLoaderComponent, typeof HerumQuizComponent, typeof QuizHeaderComponent, typeof QuizTwoAnswersQuestionComponent, typeof QuizOneAnswerQuestionComponent, typeof QuizSubmissionComponent, typeof QuizIntroComponent, typeof QuizGradeSheetComponent, typeof QuizMultiAnswerQuestionComponent, typeof QuizLoaderComponent, typeof HerumListCentralizerComponent, typeof HerumLocalLoaderComponent, typeof BlockedFormComponent, typeof AudioPlayerComponent, typeof HerumMiniTableComponent, typeof HerumHierarchyTreeComponent, typeof RecursiveTreeComponent, typeof HerumTextualVerticalTreeComponent, typeof HerumDateTimePickerSelectComponent, typeof HerumTimeRangeSelectComponent, typeof AudioSliderComponent, typeof QuizOpenAnswerQuestionComponent], [typeof i2.CommonModule, typeof
|
|
2811
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HerumSharedModule, [typeof HerumVideoPlayerComponent, typeof TrackTextChangesComponent, typeof HerumVideoRangeBarComponent, typeof HerumPdfViewerComponent, typeof HerumStoryViewerComponent, typeof HerumPresentationViewerComponent, typeof HerumLoaderComponent, typeof HerumQuizComponent, typeof QuizHeaderComponent, typeof QuizTwoAnswersQuestionComponent, typeof QuizOneAnswerQuestionComponent, typeof QuizSubmissionComponent, typeof QuizIntroComponent, typeof QuizGradeSheetComponent, typeof QuizMultiAnswerQuestionComponent, typeof QuizLoaderComponent, typeof HerumListCentralizerComponent, typeof HerumLocalLoaderComponent, typeof BlockedFormComponent, typeof AudioPlayerComponent, typeof HerumMiniTableComponent, typeof HerumHierarchyTreeComponent, typeof RecursiveTreeComponent, typeof HerumTextualVerticalTreeComponent, typeof HerumDateTimePickerSelectComponent, typeof HerumTimeRangeSelectComponent, typeof AudioSliderComponent, typeof QuizOpenAnswerQuestionComponent], [typeof i2.CommonModule, typeof i41.ReactiveFormsModule, typeof i41.FormsModule, typeof i42.MatMenuModule, typeof i43.ClipboardModule, typeof i44.MatAutocompleteModule, typeof i45.MatChipsModule, typeof i46.MatFormFieldModule, typeof i47.MatTooltipModule, typeof i48.MatInputModule, typeof i49.MatSelectModule, typeof i50.MatIconModule, typeof i51.MatCheckboxModule, typeof i52.MatSliderModule, typeof i53.DragDropModule, typeof i54.MatDatepickerModule, typeof i55.MatNativeDateModule, typeof DirectivesModule, typeof DialogsModule, typeof AtomsModule, typeof PipesModule, typeof MoleculesModule, typeof ErrorsModule, typeof FetchedMessageModule, typeof TableModule], [typeof TrackTextChangesComponent, typeof HerumVideoPlayerComponent, typeof HerumPdfViewerComponent, typeof HerumStoryViewerComponent, typeof HerumLoaderComponent, typeof HerumLocalLoaderComponent, typeof HerumQuizComponent, typeof i2.CommonModule, typeof HerumListCentralizerComponent, typeof BlockedFormComponent, typeof HerumMiniTableComponent, typeof HerumHierarchyTreeComponent, typeof HerumTextualVerticalTreeComponent, typeof AudioPlayerComponent, typeof HerumDateTimePickerSelectComponent, typeof HerumTimeRangeSelectComponent, typeof QuizIntroComponent, typeof QuizOneAnswerQuestionComponent, typeof QuizMultiAnswerQuestionComponent, typeof QuizOpenAnswerQuestionComponent, typeof DirectivesModule, typeof DialogsModule, typeof AtomsModule, typeof MoleculesModule, typeof PipesModule, typeof ErrorsModule, typeof FetchedMessageModule, typeof TableModule, typeof AudioSliderComponent]>;
|
|
2789
2812
|
static ɵinj: i0.ɵɵInjectorDeclaration<HerumSharedModule>;
|
|
2790
2813
|
}
|
|
2791
2814
|
|
|
@@ -3043,7 +3066,7 @@ declare class MicroResourcesService {
|
|
|
3043
3066
|
[key: string]: BackendMicroResourceAuthorization[];
|
|
3044
3067
|
}, authorizations?: BackendMicroResourceAuthorization[]): rxjs.Observable<Object[]>;
|
|
3045
3068
|
copyResourceStudentsAuthorizations<T extends studentInnerAuthorizationSubscription>(students: T[], pageId: string, authSourceResourceId: string, authTargetResourceId: string, useDefaultGradePermissions: boolean): rxjs.Observable<Object[]>;
|
|
3046
|
-
removeResourceAuthorizations(page: HadrachaPage, resourcesIdsToRemove: string[]): rxjs.Observable<
|
|
3069
|
+
removeResourceAuthorizations(page: HadrachaPage, resourcesIdsToRemove: string[]): rxjs.Observable<any[]>;
|
|
3047
3070
|
getGradeDisplayText(gradeData: QuizGradeData): string;
|
|
3048
3071
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroResourcesService, never>;
|
|
3049
3072
|
static ɵprov: i0.ɵɵInjectableDeclaration<MicroResourcesService>;
|
|
@@ -4302,5 +4325,5 @@ declare class DbActionToastService {
|
|
|
4302
4325
|
static ɵprov: i0.ɵɵInjectableDeclaration<DbActionToastService>;
|
|
4303
4326
|
}
|
|
4304
4327
|
|
|
4305
|
-
export { AnswerNotesToTextChangesPipe, AtomsModule, AudioConfigurationConstants, AudioPlayerComponent, AudioSliderComponent, AudioVisualizationService, AuthService, BlockedFormComponent, CheckboxCellComponent, ChipsCellComponent, CollectionSubscriptionToCollectionBasePipe, CollectionToCollectionBasePipe, CollegeAudioConfiguration, CollegeLoaderComponent, CommonGraphqlRequestsService, ConditionalFormControlNameDirective, CopyableCellComponent, DbActionRequestsService, DbActionToastService, DbActionsInnerIdManagerService, DeleteRowComponent, DependentsService, DialogsModule, DirectivesModule, DisplayedSubmissionsCounterPipe, EditRowComponent, EllipsisPipe, ErrorMessageDialogComponent, ErrorsHandlerService, ErrorsModule, FetchedMessageDialog, FetchedMessageModule, FetchedMessageService, GlobalErrorHandler, GlobalKeyboardListenerService, GraphQLService, HadrachaAudioConfiguration, HerumActiveLinkComponent, HerumActiveMenuComponent, HerumAgGridFilterComponent, HerumAutocompleteComponent, HerumBreadcrumbsComponent, HerumButtonComponent, HerumCheckboxComponent, HerumChipComponent, HerumCircularProgressBarComponent, HerumClosedListMultiSelectComponent, HerumClosedListSelectComponent, HerumDatePickerComponent, HerumDateTimeInputComponent, HerumDateTimePickerComponent, HerumDateTimePickerSelectComponent, HerumDownloadFileComponent, HerumDropZoneComponent, HerumEllipsisLoaderComponent, HerumExpendablePanelComponent, HerumFilesViewerComponent, HerumFilesViewerDialogComponent, HerumFormControl, HerumHierarchyTreeComponent, HerumHierarchyTreeNodeComponent, HerumHighlightDirective, HerumIconLabelComponent, HerumIndeterminateComponent, HerumInputFieldComponent, HerumListCentralizerComponent, HerumLoaderComponent, HerumLocalLoaderComponent, HerumLogoComponent, HerumMiniTableComponent, HerumMultiProgressBarComponent, HerumMultiSelectComponent, HerumNarrowCollectionMenuItemComponent, HerumNavigatorComponent, HerumNoResultMessageComponent, HerumOptionsListComponent, HerumPaginatorComponent, HerumPanelLinksComponent, HerumPdfViewerComponent, HerumPresentationViewerComponent, HerumProgressBarComponent, HerumQuizComponent, HerumQuizHeaderItemComponent, HerumRadioButtonComponent, HerumRecursiveHierarchyOptionsListComponent, HerumSelectComponent, HerumSharedModule, HerumSharedMongoModule, HerumSliderComponent, HerumSpinnerComponent, HerumStepNavigatorComponent, HerumStepperComponent, HerumStoryViewerComponent, HerumSwitchComponent, HerumTableComponent, HerumTextAreaComponent, HerumTextualVerticalTreeComponent, HerumTimePickerComponent, HerumTimeRangeSelectComponent, HerumTimeSelectComponent, HerumToastsComponent, HerumToggleButtonComponent, HerumToolTipDirective, HerumUploadFileComponent, HerumUploadsManagerComponent, HerumUserProfileComponent, HerumUserProgressComponent, HerumVideoPlayerComponent, HerumVideoRangeBarComponent, HerumVideoSelectComponent, InputCellComponent, InsuranceDialogComponent, KeyPressService, KeyValueListComponent, LabelsWithIconsListComponent, LoaderManagerService, MicroResourcesService, MoleculesModule, MongoUtilsService, NestedConditionSigniture, PipesModule, ProgressesOverViewComponent, QuizGradeSheetComponent, QuizHeaderComponent, QuizIntroComponent, QuizLoaderComponent, QuizMultiAnswerQuestionComponent, QuizOneAnswerQuestionComponent, QuizOpenAnswerQuestionComponent, QuizSubmissionComponent, QuizTwoAnswersQuestionComponent, RecursiveTreeComponent, ResourceDataBuilderService, ResourceSubscriptionToResourcePipe, ResourceToResourceSubscriptionPipe, RoundedVerticalMenuComponent, RowActionButtonsComponent, SYSTEM_AUDIO_VISUAL_CONFIGURATION, SYSTEM_IDENTIFIER, SYSTEM_TRACK_TEXT_CHANGES_SERVICE, SYSTEM_USER_SERVICE, SafeHtmlPipe, SafePipe, SliceBreadcrumbsPipe, StringArrayToSignUpFieldArrayPipe, SvgOnHoverDirective, SwitchCellComponent, SystemStylingService, TableModule, TableRowHeight, TextWithIconCell, TimeFormatPipe, ToIntegerPipe, ToastsService, TrackTextChangesComponent, TrackTextChangesNotesComponent, TrackTextChangesService, UploadsManagerService, UserActionDirective, UserIdentifiedEntitiesToBackendModelsPipe, UserProfileImageComponent, UsersProfilePreviewComponent, UtilsService, activeDragPath, additionTagName, anySubFileTypeWildCard, assignedUserSplittedFields, assignmentMetadata, attributes, audioAndVideoPreviewSupportedMimes, audioAndVideoPreviewSupportedSuffixes, audioPreviewSupportedMimes, audioPreviewSupportedSuffixes, buttonsContainerStyle, calendarActiveColorCssVariable, calendarHoverColorCssVariable, calendarLibraryBodyCellSelector, calendarLibrarySelector, checkboxTypes, closedListExample, collectionFormKeys, collectionFormValues, collectionFormattedAttachments, collectionId, collectionModelInfo, collectionSplittedFields, commentTextStyle, correctAnswerPropertyPath, datePlaceHolder, dateRangePlaceHolder, dateRangeTimeRangePlaceHolder, dateRangeTimeRangeWithoutSecondsPlaceHolder, dateTimePlaceHolder, dateTimeWithoutSecondsPlaceHolder, dayInMilliSeconds, defaultAuthorizationObject, defaultCloseTime, defaultGrade, defaultOpenTime, defaultPlaceholder, defaultTrackTextChangesStyle, defaultUploadsManagerTitle, defaultUserId, defaultUsers, deleteButtonStyle, deletionTagName, dialogsCloseActionButtons, dialogsDescriptions, dialogsNotes, dialogsSubmitActionButtons, dialogsTitles, dragPath, editButtonStyle, editorContainerElementId, emptyValueFlagForCreationUniqListItem, errorHeadersToSet, femaleAvatarPath, filesSuffixes, formCollectionNameValidator, formStatuses, formatError, formsErrorMessages, freeTextAnswerField, generalKeys, getMediaDefaultAuthorizations, getMongoMethodsDisplayedNamesMap, getPropertyPathsOfPublishAuthorization, getPublishAuthorization, getQuizDefaultAuthorizations, getResourceDefaultAuthorizations, getSignUpFormFieldsByFields, getSignUpMethod, globalErrorHandlingHeader, groupsModelInfo, herumClosedListMultiSelectType, initialMediaSettings, innerUniqListItemKey, inputs, insuranceDialogPageNavigationData, isUniqueIdValidator, keyboardAsciiCodes, keyboardKeys, maleAvatarPath, matchingSourceIndexPropertyPath, maxImageHeight, maxImageWidth, minDateError, minuteInMilliseconds, mockedAssignedUserFields, mockedAssignedUserFormattedAttachments, mockedCollectioDeletedFields, mockedCollectioDeletedFieldsRequest, mockedCollectionFields, mockedCollectionFile, mockedNewFileCollectionRequest, mockedNewGroupFields, mockedNewGroupRequest, mockedUpdatedUserFields, mockedUpdatedUserRequest, mockedUserFields, mouseEnter, mouseEnterHandlerKey, mouseLeave, mouseLeaveHandlerKey, openClose, permissionsTemplatesExample, previewImageKey, radioButtonTypes, readynessDisplayName, regexExpressions, requiredErrorMessage, resourceColumnPrefix, resourceFileTypes, resourceFormKeys, resourceIdPlaceholder, resourceKeys, resourceTypes, resourcesFilesSuffixes, routes, secondInMilliseconds, selfIsTeacherExample, setDynamicElementStyle, sideBarSizeButtonId, signUpFormFields, signUpFormFieldsData, signUpFormKeys, sixMonthsInDays, skipToastHeader, speedOptions, startEndDateError, statusCodes, structHierarchyTreeMaxHeight, structId, structModelInfo, svgsStrings, system, systemStylingFactory, tableRowHeights, testEnvironmentConfig, timePattern, timePlaceHolder, timeWithoutSecondsPlaceHolder, timerActiveColorCssVariable, timerHoverColorCssVariable, timerItemSizeColorCssVariable, timestampError, toastContext, toastStates, toastStatuses, toastsKeys, toastsTemplates, toastsTemplatesKeys, tooltipStyle, types, uploadStatuses, uploadsManagerKeys, uploadsProgressMetadataTypes, userFormattedAttachments, userId, userSplittedFields, usersModelInfo, validateIDNumber, validatorsErrorMessages, validatorsNames, videoPreviewSupportedMimes, videoPreviewSupportedSuffixes, viewPermissionLabel };
|
|
4328
|
+
export { AnswerNotesToTextChangesPipe, AtomsModule, AudioConfigurationConstants, AudioPlayerComponent, AudioSliderComponent, AudioVisualizationService, AuthService, BlockedFormComponent, CheckboxCellComponent, ChipsCellComponent, CollectionSubscriptionToCollectionBasePipe, CollectionToCollectionBasePipe, CollegeAudioConfiguration, CollegeLoaderComponent, CommonGraphqlRequestsService, ConditionalFormControlNameDirective, CopyableCellComponent, DbActionRequestsService, DbActionToastService, DbActionsInnerIdManagerService, DeleteRowComponent, DependentsService, DialogsModule, DirectivesModule, DisplayedSubmissionsCounterPipe, EditRowComponent, EllipsisPipe, ErrorMessageDialogComponent, ErrorsHandlerService, ErrorsModule, FetchedMessageDialog, FetchedMessageModule, FetchedMessageService, GlobalErrorHandler, GlobalKeyboardListenerService, GraphQLService, HadrachaAudioConfiguration, HerumActiveLinkComponent, HerumActiveMenuComponent, HerumAgGridFilterComponent, HerumAutocompleteComponent, HerumBreadcrumbsComponent, HerumButtonComponent, HerumCheckboxComponent, HerumChipComponent, HerumCircularProgressBarComponent, HerumClosedListMultiSelectComponent, HerumClosedListSelectComponent, HerumDatePickerComponent, HerumDateTimeInputComponent, HerumDateTimePickerComponent, HerumDateTimePickerSelectComponent, HerumDownloadFileComponent, HerumDropZoneComponent, HerumEllipsisLoaderComponent, HerumExpendablePanelComponent, HerumFilesViewerComponent, HerumFilesViewerDialogComponent, HerumFormControl, HerumHierarchyTreeComponent, HerumHierarchyTreeNodeComponent, HerumHighlightDirective, HerumIconLabelComponent, HerumIndeterminateComponent, HerumInputFieldComponent, HerumListCentralizerComponent, HerumLoaderComponent, HerumLocalLoaderComponent, HerumLogoComponent, HerumMiniTableComponent, HerumMultiProgressBarComponent, HerumMultiSelectComponent, HerumNarrowCollectionMenuItemComponent, HerumNavigatorComponent, HerumNoResultMessageComponent, HerumOptionsListComponent, HerumPaginatorComponent, HerumPanelLinksComponent, HerumPdfViewerComponent, HerumPresentationViewerComponent, HerumProgressBarComponent, HerumQuizComponent, HerumQuizHeaderItemComponent, HerumRadioButtonComponent, HerumRecursiveHierarchyOptionsListComponent, HerumSelectComponent, HerumSharedModule, HerumSharedMongoModule, HerumSliderComponent, HerumSpinnerComponent, HerumStepNavigatorComponent, HerumStepperComponent, HerumStoryViewerComponent, HerumSwitchComponent, HerumTableComponent, HerumTextAreaComponent, HerumTextualVerticalTreeComponent, HerumTimePickerComponent, HerumTimeRangeSelectComponent, HerumTimeSelectComponent, HerumToastsComponent, HerumToggleButtonComponent, HerumToolTipDirective, HerumUploadFileComponent, HerumUploadsManagerComponent, HerumUserProfileComponent, HerumUserProgressComponent, HerumVideoPlayerComponent, HerumVideoRangeBarComponent, HerumVideoSelectComponent, InputCellComponent, InsuranceDialogComponent, KeyPressService, KeyValueListComponent, LabelsWithIconsListComponent, LoaderManagerService, MicroResourcesService, MoleculesModule, MongoUtilsService, NestedConditionSigniture, NumericSliderComponent, PipesModule, ProgressesOverViewComponent, QuizGradeSheetComponent, QuizHeaderComponent, QuizIntroComponent, QuizLoaderComponent, QuizMultiAnswerQuestionComponent, QuizOneAnswerQuestionComponent, QuizOpenAnswerQuestionComponent, QuizSubmissionComponent, QuizTwoAnswersQuestionComponent, RecursiveTreeComponent, ResourceDataBuilderService, ResourceSubscriptionToResourcePipe, ResourceToResourceSubscriptionPipe, RoundedVerticalMenuComponent, RowActionButtonsComponent, SYSTEM_AUDIO_VISUAL_CONFIGURATION, SYSTEM_IDENTIFIER, SYSTEM_TRACK_TEXT_CHANGES_SERVICE, SYSTEM_USER_SERVICE, SafeHtmlPipe, SafePipe, SliceBreadcrumbsPipe, StringArrayToSignUpFieldArrayPipe, SvgOnHoverDirective, SwitchCellComponent, SystemStylingService, TableModule, TableRowHeight, TextWithIconCell, TimeFormatPipe, ToIntegerPipe, ToastsService, TrackTextChangesComponent, TrackTextChangesNotesComponent, TrackTextChangesService, UploadsManagerService, UserActionDirective, UserIdentifiedEntitiesToBackendModelsPipe, UserProfileImageComponent, UsersProfilePreviewComponent, UtilsService, activeDragPath, additionTagName, anySubFileTypeWildCard, assignedUserSplittedFields, assignmentMetadata, attributes, audioAndVideoPreviewSupportedMimes, audioAndVideoPreviewSupportedSuffixes, audioPreviewSupportedMimes, audioPreviewSupportedSuffixes, buttonsContainerStyle, calendarActiveColorCssVariable, calendarHoverColorCssVariable, calendarLibraryBodyCellSelector, calendarLibrarySelector, checkboxTypes, closedListExample, collectionFormKeys, collectionFormValues, collectionFormattedAttachments, collectionId, collectionModelInfo, collectionSplittedFields, commentTextStyle, correctAnswerPropertyPath, datePlaceHolder, dateRangePlaceHolder, dateRangeTimeRangePlaceHolder, dateRangeTimeRangeWithoutSecondsPlaceHolder, dateTimePlaceHolder, dateTimeWithoutSecondsPlaceHolder, dayInMilliSeconds, defaultAuthorizationObject, defaultCloseTime, defaultGrade, defaultOpenTime, defaultPlaceholder, defaultTrackTextChangesStyle, defaultUploadsManagerTitle, defaultUserId, defaultUsers, deleteButtonStyle, deletionTagName, dialogsCloseActionButtons, dialogsDescriptions, dialogsNotes, dialogsSubmitActionButtons, dialogsTitles, dragPath, editButtonStyle, editorContainerElementId, emptyValueFlagForCreationUniqListItem, errorHeadersToSet, femaleAvatarPath, filesSuffixes, formCollectionNameValidator, formStatuses, formatError, formsErrorMessages, freeTextAnswerField, generalKeys, getMediaDefaultAuthorizations, getMongoMethodsDisplayedNamesMap, getPropertyPathsOfPublishAuthorization, getPublishAuthorization, getQuizDefaultAuthorizations, getResourceDefaultAuthorizations, getSignUpFormFieldsByFields, getSignUpMethod, globalErrorHandlingHeader, groupsModelInfo, herumClosedListMultiSelectType, initialMediaSettings, innerUniqListItemKey, inputs, insuranceDialogPageNavigationData, isUniqueIdValidator, keyboardAsciiCodes, keyboardKeys, maleAvatarPath, matchingSourceIndexPropertyPath, maxImageHeight, maxImageWidth, minDateError, minuteInMilliseconds, mockedAssignedUserFields, mockedAssignedUserFormattedAttachments, mockedCollectioDeletedFields, mockedCollectioDeletedFieldsRequest, mockedCollectionFields, mockedCollectionFile, mockedNewFileCollectionRequest, mockedNewGroupFields, mockedNewGroupRequest, mockedUpdatedUserFields, mockedUpdatedUserRequest, mockedUserFields, mouseEnter, mouseEnterHandlerKey, mouseLeave, mouseLeaveHandlerKey, openClose, permissionsTemplatesExample, previewImageKey, radioButtonTypes, readynessDisplayName, regexExpressions, requiredErrorMessage, resourceColumnPrefix, resourceFileTypes, resourceFormKeys, resourceIdPlaceholder, resourceKeys, resourceTypes, resourcesFilesSuffixes, routes, secondInMilliseconds, selfIsTeacherExample, setDynamicElementStyle, sideBarSizeButtonId, signUpFormFields, signUpFormFieldsData, signUpFormKeys, sixMonthsInDays, skipToastHeader, speedOptions, startEndDateError, statusCodes, structHierarchyTreeMaxHeight, structId, structModelInfo, svgsStrings, system, systemStylingFactory, tableRowHeights, testEnvironmentConfig, timePattern, timePlaceHolder, timeWithoutSecondsPlaceHolder, timerActiveColorCssVariable, timerHoverColorCssVariable, timerItemSizeColorCssVariable, timestampError, toastContext, toastStates, toastStatuses, toastsKeys, toastsTemplates, toastsTemplatesKeys, tooltipStyle, types, uploadStatuses, uploadsManagerKeys, uploadsProgressMetadataTypes, userFormattedAttachments, userId, userSplittedFields, usersModelInfo, validateIDNumber, validatorsErrorMessages, validatorsNames, videoPreviewSupportedMimes, videoPreviewSupportedSuffixes, viewPermissionLabel };
|
|
4306
4329
|
export type { EnvironmentConfig, IHerumInterface, studentInnerAuthorizationSubscription };
|
package/molecules/index.d.ts
CHANGED
|
@@ -344,7 +344,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
|
|
|
344
344
|
}[];
|
|
345
345
|
constructor();
|
|
346
346
|
ngOnInit(): void;
|
|
347
|
-
getBorderRadius(sectionIndex: number, progressBarIndex: number): "
|
|
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
package/services/index.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ declare class MicroResourcesService {
|
|
|
196
196
|
[key: string]: BackendMicroResourceAuthorization[];
|
|
197
197
|
}, authorizations?: BackendMicroResourceAuthorization[]): rxjs.Observable<Object[]>;
|
|
198
198
|
copyResourceStudentsAuthorizations<T extends studentInnerAuthorizationSubscription>(students: T[], pageId: string, authSourceResourceId: string, authTargetResourceId: string, useDefaultGradePermissions: boolean): rxjs.Observable<Object[]>;
|
|
199
|
-
removeResourceAuthorizations(page: HadrachaPage, resourcesIdsToRemove: string[]): rxjs.Observable<
|
|
199
|
+
removeResourceAuthorizations(page: HadrachaPage, resourcesIdsToRemove: string[]): rxjs.Observable<any[]>;
|
|
200
200
|
getGradeDisplayText(gradeData: QuizGradeData): string;
|
|
201
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroResourcesService, never>;
|
|
202
202
|
static ɵprov: i0.ɵɵInjectableDeclaration<MicroResourcesService>;
|