herum-shared 0.1.32 → 0.1.34

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
@@ -1,9 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges, AfterViewInit, OnInit, ChangeDetectorRef, QueryList, TemplateRef, PipeTransform, Renderer2 } from '@angular/core';
2
+ import { EventEmitter, OnChanges, OnDestroy, ElementRef, SimpleChanges, AfterViewInit, OnInit, ChangeDetectorRef, QueryList, TemplateRef, PipeTransform, Renderer2 } from '@angular/core';
3
3
  import { ResourceGradeUpdate, IMediaPlayer, ResourceSubscription, MediaSettings, TextChange, UserPreview, TextChangeStyle, Resource, QuizData, Question, UserAnswer, Answer, IdentifiedEntity, HerumTableParams, ViewModelType, GlobalKeyboardEvent, FileData, AudioVisualConfiguration, TreeNode, NodeMenuItem, SystemTreeNodeData, TimeRange, DateTimePicker, AnswerNote, UserQuestionData, DialogConfig, User, RecursiveTitledOption, MenuItem, CollectionSubscription, CollectionBase, Collection, ModifiedResource, SignUpField, DisplayIdentifiedEntity, TreeNodeAssignmentsData, Step, KeyValue, ProgressOverView, FetchedMessage, AlignDir, HoveredHerumRowTable, BaseRowData, FailedDependentsRequestsContext, CommonDependentsToast, ToastHttpResponseDependencies, ComplexObservableArrowFunctions, DependentMetadata, ObservableArrowFunction, Toast, ToastTemplate, ToastStatus, UploadProgressMetadata, UploadProgressStatus, UploadProgressType } from 'herum-shared/herum-types';
4
4
  import { Subject, BehaviorSubject, Observable } from 'rxjs';
5
5
  import { GlobalKeyboardListenerService as GlobalKeyboardListenerService$1, KeyPressService as KeyPressService$1, TrackTextChangesService, CommonGraphqlRequestsService, UtilsService as UtilsService$1 } from 'herum-shared/services';
6
- import { HttpClient, HttpRequest, HttpErrorResponse } from '@angular/common/http';
7
6
  import { EnvironmentConfig } from 'herum-shared/environment';
8
7
  import * as i40 from '@angular/forms';
9
8
  import { FormControl, ControlValueAccessor, FormGroup, FormBuilder, NgControl, ControlContainer, ValidatorFn, AsyncValidatorFn } from '@angular/forms';
@@ -25,11 +24,13 @@ import * as i51 from '@angular/material/slider';
25
24
  import * as i52 from '@angular/cdk/drag-drop';
26
25
  import * as i54 from '@angular/material/core';
27
26
  import { DateAdapter } from '@angular/material/core';
27
+ import { HttpClient, HttpRequest, HttpErrorResponse } from '@angular/common/http';
28
28
  import { MatDialogRef, MatDialog } from '@angular/material/dialog';
29
29
  import * as i4 from 'herum-shared/atoms';
30
30
  import { HerumInputFieldComponent as HerumInputFieldComponent$1 } from 'herum-shared/atoms';
31
31
  import * as i4$1 from 'herum-shared/pipes';
32
32
  import * as i6 from 'herum-shared/molecules';
33
+ import * as i55 from 'herum-shared/directives';
33
34
  import * as _angular_platform_browser from '@angular/platform-browser';
34
35
  import { DomSanitizer } from '@angular/platform-browser';
35
36
  import { SplitGutterInteractionEvent } from 'angular-split';
@@ -38,19 +39,6 @@ import { ICellRendererAngularComp, AgFilterComponent } from 'ag-grid-angular';
38
39
  import { ICellRendererParams, ColDef, GridApi, ColumnApi, GridReadyEvent, ModelUpdatedEvent, IFilterParams, IDoesFilterPassParams } from 'ag-grid-community';
39
40
  import * as _angular_animations from '@angular/animations';
40
41
 
41
- declare class HerumToolTipDirective {
42
- private el;
43
- tooltipText: string;
44
- private tooltip;
45
- constructor(el: ElementRef);
46
- onMouseEnter(): void;
47
- onMouseLeave(): void;
48
- private showTooltip;
49
- private hideTooltip;
50
- static ɵfac: i0.ɵɵFactoryDeclaration<HerumToolTipDirective, never>;
51
- static ɵdir: i0.ɵɵDirectiveDeclaration<HerumToolTipDirective, "[appHerumToolTip]", never, { "tooltipText": { "alias": "tooltipText"; "required": false; }; }, {}, never, never, false, never>;
52
- }
53
-
54
42
  interface IHerumInterface {
55
43
  srcPath: string;
56
44
  resourceId: string;
@@ -408,17 +396,6 @@ declare class HerumStoryViewerComponent implements OnChanges, IHerumInterface {
408
396
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumStoryViewerComponent, "herum-story-viewer", never, { "srcPath": { "alias": "srcPath"; "required": false; }; "isResourceInWideMode": { "alias": "isResourceInWideMode"; "required": false; }; "resourceId": { "alias": "resourceId"; "required": false; }; }, { "onGradeUpdate": "onGradeUpdate"; }, never, never, false, never>;
409
397
  }
410
398
 
411
- declare class UserActionDirective {
412
- private el;
413
- private http;
414
- private environmentConfig;
415
- description: string;
416
- constructor(el: ElementRef, http: HttpClient, environmentConfig: EnvironmentConfig);
417
- onClick(event: any): void;
418
- static ɵfac: i0.ɵɵFactoryDeclaration<UserActionDirective, never>;
419
- static ɵdir: i0.ɵɵDirectiveDeclaration<UserActionDirective, "[userAction]", never, { "description": { "alias": "userAction"; "required": false; }; }, {}, never, never, false, never>;
420
- }
421
-
422
399
  declare class HerumPresentationViewerComponent implements OnInit, IHerumInterface {
423
400
  srcPath: string;
424
401
  resourceId: string;
@@ -442,19 +419,6 @@ declare class HerumLoaderComponent {
442
419
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumLoaderComponent, "herum-loader", never, { "loaderText": { "alias": "loaderText"; "required": false; }; }, {}, never, never, false, never>;
443
420
  }
444
421
 
445
- declare class SvgOnHoverDirective {
446
- private element;
447
- iconHoverColor: string;
448
- onMouseEnter(): void;
449
- onMouseLeave(): void;
450
- stroke: string;
451
- constructor(element: ElementRef);
452
- setElementAttribute(color: string): void;
453
- setElementsAttribute(color: string): void;
454
- static ɵfac: i0.ɵɵFactoryDeclaration<SvgOnHoverDirective, never>;
455
- static ɵdir: i0.ɵɵDirectiveDeclaration<SvgOnHoverDirective, "[svgOnHover]", never, { "iconHoverColor": { "alias": "svgOnHover"; "required": false; }; }, {}, never, never, false, never>;
456
- }
457
-
458
422
  declare class HerumQuizComponent implements OnChanges {
459
423
  private changeDetectorRef;
460
424
  resourceSubscription: ResourceSubscription;
@@ -1117,6 +1081,49 @@ declare class HerumHighlightDirective {
1117
1081
  static ɵdir: i0.ɵɵDirectiveDeclaration<HerumHighlightDirective, "[herumHighlight]", never, { "highlightText": { "alias": "highlightText"; "required": false; }; "highlightQuery": { "alias": "herumHighlight"; "required": false; }; }, {}, never, never, false, never>;
1118
1082
  }
1119
1083
 
1084
+ declare class HerumToolTipDirective {
1085
+ private el;
1086
+ tooltipText: string;
1087
+ private tooltip;
1088
+ constructor(el: ElementRef);
1089
+ onMouseEnter(): void;
1090
+ onMouseLeave(): void;
1091
+ private showTooltip;
1092
+ private hideTooltip;
1093
+ static ɵfac: i0.ɵɵFactoryDeclaration<HerumToolTipDirective, never>;
1094
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HerumToolTipDirective, "[appHerumToolTip]", never, { "tooltipText": { "alias": "tooltipText"; "required": false; }; }, {}, never, never, false, never>;
1095
+ }
1096
+
1097
+ declare class SvgOnHoverDirective {
1098
+ private element;
1099
+ iconHoverColor: string;
1100
+ onMouseEnter(): void;
1101
+ onMouseLeave(): void;
1102
+ stroke: string;
1103
+ constructor(element: ElementRef);
1104
+ setElementAttribute(color: string): void;
1105
+ setElementsAttribute(color: string): void;
1106
+ static ɵfac: i0.ɵɵFactoryDeclaration<SvgOnHoverDirective, never>;
1107
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SvgOnHoverDirective, "[svgOnHover]", never, { "iconHoverColor": { "alias": "svgOnHover"; "required": false; }; }, {}, never, never, false, never>;
1108
+ }
1109
+
1110
+ declare class UserActionDirective {
1111
+ private el;
1112
+ private http;
1113
+ private environmentConfig;
1114
+ description: string;
1115
+ constructor(el: ElementRef, http: HttpClient, environmentConfig: EnvironmentConfig);
1116
+ onClick(event: any): void;
1117
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserActionDirective, never>;
1118
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UserActionDirective, "[userAction]", never, { "description": { "alias": "userAction"; "required": false; }; }, {}, never, never, false, never>;
1119
+ }
1120
+
1121
+ declare class DirectivesModule {
1122
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
1123
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, [typeof HerumHighlightDirective, typeof HerumToolTipDirective, typeof SvgOnHoverDirective, typeof UserActionDirective], [typeof i2.CommonModule], [typeof HerumHighlightDirective, typeof HerumToolTipDirective, typeof SvgOnHoverDirective, typeof UserActionDirective]>;
1124
+ static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
1125
+ }
1126
+
1120
1127
  declare class InsuranceDialogComponent {
1121
1128
  dialogRef: MatDialogRef<InsuranceDialogComponent>;
1122
1129
  data: DialogConfig;
@@ -1910,7 +1917,7 @@ declare class UserProfileImageComponent {
1910
1917
 
1911
1918
  declare class AtomsModule {
1912
1919
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
1913
- 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 i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.MatNativeDateModule, 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]>;
1920
+ 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 i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.MatNativeDateModule, typeof i55.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]>;
1914
1921
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
1915
1922
  }
1916
1923
 
@@ -2419,7 +2426,7 @@ declare class ProgressesOverViewComponent {
2419
2426
 
2420
2427
  declare class MoleculesModule {
2421
2428
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
2422
- 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 i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.MatNativeDateModule, 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]>;
2429
+ 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 i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.MatNativeDateModule, typeof i55.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]>;
2423
2430
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
2424
2431
  }
2425
2432
 
@@ -2684,7 +2691,7 @@ declare class TableModule {
2684
2691
 
2685
2692
  declare class HerumSharedModule {
2686
2693
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumSharedModule, never>;
2687
- static ɵmod: i0.ɵɵNgModuleDeclaration<HerumSharedModule, [typeof HerumToolTipDirective, typeof HerumVideoPlayerComponent, typeof TrackTextChangesComponent, typeof HerumVideoRangeBarComponent, typeof HerumPdfViewerComponent, typeof HerumStoryViewerComponent, typeof UserActionDirective, typeof HerumPresentationViewerComponent, typeof HerumLoaderComponent, typeof SvgOnHoverDirective, 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 HerumHighlightDirective], [typeof i2.CommonModule, typeof i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.MatNativeDateModule, typeof DialogsModule, typeof AtomsModule, typeof PipesModule, typeof MoleculesModule, typeof ErrorsModule, typeof FetchedMessageModule, typeof TableModule], [typeof TrackTextChangesComponent, typeof HerumToolTipDirective, typeof UserActionDirective, typeof HerumVideoPlayerComponent, typeof HerumPdfViewerComponent, typeof HerumStoryViewerComponent, typeof HerumLoaderComponent, typeof HerumLocalLoaderComponent, typeof HerumQuizComponent, typeof SvgOnHoverDirective, typeof HerumHighlightDirective, 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 DialogsModule, typeof AtomsModule, typeof MoleculesModule, typeof PipesModule, typeof ErrorsModule, typeof FetchedMessageModule, typeof TableModule]>;
2694
+ 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 i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.MatMenuModule, typeof i42.ClipboardModule, typeof i43.MatAutocompleteModule, typeof i44.MatChipsModule, typeof i45.MatFormFieldModule, typeof i46.MatTooltipModule, typeof i47.MatInputModule, typeof i48.MatSelectModule, typeof i49.MatIconModule, typeof i50.MatCheckboxModule, typeof i51.MatSliderModule, typeof i52.DragDropModule, typeof i53.MatDatepickerModule, typeof i54.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]>;
2688
2695
  static ɵinj: i0.ɵɵInjectorDeclaration<HerumSharedModule>;
2689
2696
  }
2690
2697
 
@@ -2943,5 +2950,5 @@ declare const deleteButtonStyle: {
2943
2950
  cursor: string;
2944
2951
  };
2945
2952
 
2946
- export { AnswerNotesToTextChangesPipe, AtomsModule, AudioConfigurationConstants, AudioPlayerComponent, AudioSliderComponent, AudioVisualizationService, BlockedFormComponent, CheckboxCellComponent, ChipsCellComponent, CollectionSubscriptionToCollectionBasePipe, CollectionToCollectionBasePipe, CollegeAudioConfiguration, CollegeLoaderComponent, ConditionalFormControlNameDirective, CopyableCellComponent, DeleteRowComponent, DependentsService, DialogsModule, DisplayedSubmissionsCounterPipe, EditRowComponent, EllipsisPipe, ErrorMessageDialogComponent, ErrorsHandlerService, ErrorsModule, FetchedMessageDialog, FetchedMessageModule, FetchedMessageService, 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, HerumSliderComponent, HerumSpinnerComponent, HerumStepNavigatorComponent, HerumStepperComponent, HerumStoryViewerComponent, HerumSwitchComponent, HerumTableComponent, HerumTextAreaComponent, HerumTextualVerticalTreeComponent, HerumTimePickerComponent, HerumTimeRangeSelectComponent, HerumTimeSelectComponent, HerumToastsComponent, HerumToggleButtonComponent, HerumToolTipDirective, HerumUploadFileComponent, HerumUploadsManagerComponent, HerumUserProfileComponent, HerumUserProgressComponent, HerumVideoPlayerComponent, HerumVideoRangeBarComponent, HerumVideoSelectComponent, InputCellComponent, InsuranceDialogComponent, KeyValueListComponent, LabelsWithIconsListComponent, MoleculesModule, MongoModule, MongoMoleculesModule, PipesModule, ProgressesOverViewComponent, QuizGradeSheetComponent, QuizHeaderComponent, QuizIntroComponent, QuizLoaderComponent, QuizMultiAnswerQuestionComponent, QuizOneAnswerQuestionComponent, QuizOpenAnswerQuestionComponent, QuizSubmissionComponent, QuizTwoAnswersQuestionComponent, RecursiveTreeComponent, ResourceSubscriptionToResourcePipe, ResourceToResourceSubscriptionPipe, RoundedVerticalMenuComponent, RowActionButtonsComponent, SafeHtmlPipe, SafePipe, SliceBreadcrumbsPipe, StringArrayToSignUpFieldArrayPipe, SvgOnHoverDirective, SwitchCellComponent, TableModule, TimeFormatPipe, ToIntegerPipe, ToastsService, TrackTextChangesComponent, TrackTextChangesNotesComponent, UploadsManagerService, UserActionDirective, UserIdentifiedEntitiesToBackendModelsPipe, UserProfileImageComponent, UsersProfilePreviewComponent, buttonsContainerStyle, commentTextStyle, deleteButtonStyle, editButtonStyle, openClose, setDynamicElementStyle, speedOptions, tooltipStyle };
2953
+ export { AnswerNotesToTextChangesPipe, AtomsModule, AudioConfigurationConstants, AudioPlayerComponent, AudioSliderComponent, AudioVisualizationService, BlockedFormComponent, CheckboxCellComponent, ChipsCellComponent, CollectionSubscriptionToCollectionBasePipe, CollectionToCollectionBasePipe, CollegeAudioConfiguration, CollegeLoaderComponent, ConditionalFormControlNameDirective, CopyableCellComponent, DeleteRowComponent, DependentsService, DialogsModule, DirectivesModule, DisplayedSubmissionsCounterPipe, EditRowComponent, EllipsisPipe, ErrorMessageDialogComponent, ErrorsHandlerService, ErrorsModule, FetchedMessageDialog, FetchedMessageModule, FetchedMessageService, 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, HerumSliderComponent, HerumSpinnerComponent, HerumStepNavigatorComponent, HerumStepperComponent, HerumStoryViewerComponent, HerumSwitchComponent, HerumTableComponent, HerumTextAreaComponent, HerumTextualVerticalTreeComponent, HerumTimePickerComponent, HerumTimeRangeSelectComponent, HerumTimeSelectComponent, HerumToastsComponent, HerumToggleButtonComponent, HerumToolTipDirective, HerumUploadFileComponent, HerumUploadsManagerComponent, HerumUserProfileComponent, HerumUserProgressComponent, HerumVideoPlayerComponent, HerumVideoRangeBarComponent, HerumVideoSelectComponent, InputCellComponent, InsuranceDialogComponent, KeyValueListComponent, LabelsWithIconsListComponent, MoleculesModule, MongoModule, MongoMoleculesModule, PipesModule, ProgressesOverViewComponent, QuizGradeSheetComponent, QuizHeaderComponent, QuizIntroComponent, QuizLoaderComponent, QuizMultiAnswerQuestionComponent, QuizOneAnswerQuestionComponent, QuizOpenAnswerQuestionComponent, QuizSubmissionComponent, QuizTwoAnswersQuestionComponent, RecursiveTreeComponent, ResourceSubscriptionToResourcePipe, ResourceToResourceSubscriptionPipe, RoundedVerticalMenuComponent, RowActionButtonsComponent, SafeHtmlPipe, SafePipe, SliceBreadcrumbsPipe, StringArrayToSignUpFieldArrayPipe, SvgOnHoverDirective, SwitchCellComponent, TableModule, TimeFormatPipe, ToIntegerPipe, ToastsService, TrackTextChangesComponent, TrackTextChangesNotesComponent, UploadsManagerService, UserActionDirective, UserIdentifiedEntitiesToBackendModelsPipe, UserProfileImageComponent, UsersProfilePreviewComponent, buttonsContainerStyle, commentTextStyle, deleteButtonStyle, editButtonStyle, openClose, setDynamicElementStyle, speedOptions, tooltipStyle };
2947
2954
  export type { IHerumInterface };
@@ -3,7 +3,7 @@ import { OnInit, EventEmitter, ElementRef, QueryList, ChangeDetectorRef, SimpleC
3
3
  import { SplitGutterInteractionEvent } from 'angular-split';
4
4
  import * as i23 from '@angular/forms';
5
5
  import { ControlValueAccessor, NgControl } from '@angular/forms';
6
- import * as i39 from 'herum-shared/atoms';
6
+ import * as i40 from 'herum-shared/atoms';
7
7
  import { HerumInputFieldComponent } from 'herum-shared/atoms';
8
8
  import { DisplayIdentifiedEntity, IdentifiedEntity, FileData, TreeNodeAssignmentsData, NodeMenuItem, SystemTreeNodeData, Step, User, KeyValue, ProgressOverView } from 'herum-shared/herum-types';
9
9
  import { CommonGraphqlRequestsService } from 'herum-shared/services';
@@ -24,7 +24,8 @@ import * as i33 from '@angular/material/checkbox';
24
24
  import * as i34 from '@angular/material/slider';
25
25
  import * as i35 from '@angular/cdk/drag-drop';
26
26
  import * as i37 from '@angular/material/core';
27
- import * as i38 from 'herum-shared/pipes';
27
+ import * as i38 from 'herum-shared/directives';
28
+ import * as i39 from 'herum-shared/pipes';
28
29
 
29
30
  declare class HerumActiveLinkComponent implements OnInit {
30
31
  constructor();
@@ -451,7 +452,7 @@ declare class ProgressesOverViewComponent {
451
452
 
452
453
  declare class MoleculesModule {
453
454
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
454
- 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 i22.CommonModule, typeof i23.ReactiveFormsModule, typeof i23.FormsModule, typeof i24.MatMenuModule, typeof i25.ClipboardModule, typeof i26.MatAutocompleteModule, typeof i27.MatChipsModule, typeof i28.MatFormFieldModule, typeof i29.MatTooltipModule, typeof i30.MatInputModule, typeof i31.MatSelectModule, typeof i32.MatIconModule, typeof i33.MatCheckboxModule, typeof i34.MatSliderModule, typeof i35.DragDropModule, typeof i36.MatDatepickerModule, typeof i37.MatNativeDateModule, typeof i38.PipesModule, typeof i39.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]>;
455
+ 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 i22.CommonModule, typeof i23.ReactiveFormsModule, typeof i23.FormsModule, typeof i24.MatMenuModule, typeof i25.ClipboardModule, typeof i26.MatAutocompleteModule, typeof i27.MatChipsModule, typeof i28.MatFormFieldModule, typeof i29.MatTooltipModule, typeof i30.MatInputModule, typeof i31.MatSelectModule, typeof i32.MatIconModule, typeof i33.MatCheckboxModule, typeof i34.MatSliderModule, typeof i35.DragDropModule, typeof i36.MatDatepickerModule, typeof i37.MatNativeDateModule, typeof i38.DirectivesModule, typeof i39.PipesModule, typeof i40.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]>;
455
456
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
456
457
  }
457
458
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",