@codetectonics/mantle 1.0.8 → 1.0.10

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
@@ -2,12 +2,12 @@ import * as i0 from '@angular/core';
2
2
  import { PipeTransform, EventEmitter, OnDestroy, AfterViewChecked, ChangeDetectorRef, OnChanges, OnInit, ElementRef, Injector, AfterViewInit, InjectionToken } from '@angular/core';
3
3
  import * as rxjs from 'rxjs';
4
4
  import { Observable, BehaviorSubject } from 'rxjs';
5
- import * as i99 from '@angular/common/http';
5
+ import * as i102 from '@angular/common/http';
6
6
  import { HttpClient, HttpParams } from '@angular/common/http';
7
7
  import { AngularTokenService, SignInData, UpdatePasswordData, ResetPasswordData } from '@citizenobserver/angular-token';
8
- import * as i105 from '@angular/forms';
8
+ import * as i108 from '@angular/forms';
9
9
  import { FormGroup, ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
10
- import * as i100 from '@angular/cdk/layout';
10
+ import * as i103 from '@angular/cdk/layout';
11
11
  import { BreakpointObserver } from '@angular/cdk/layout';
12
12
  import * as i8 from '@angular/material/dialog';
13
13
  import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material/dialog';
@@ -16,11 +16,11 @@ import { MatSnackBar, MatSnackBarRef } from '@angular/material/snack-bar';
16
16
  import * as i6 from '@angular/material/chips';
17
17
  import { MatChipInputEvent } from '@angular/material/chips';
18
18
  import { Moment } from 'moment';
19
- import * as i103 from '@angular/platform-browser';
19
+ import * as i106 from '@angular/platform-browser';
20
20
  import { DomSanitizer } from '@angular/platform-browser';
21
- import * as i111 from 'ngx-image-cropper';
21
+ import * as i115 from 'ngx-image-cropper';
22
22
  import { ImageCroppedEvent } from 'ngx-image-cropper';
23
- import * as i98 from '@angular/router';
23
+ import * as i101 from '@angular/router';
24
24
  import { ActivatedRoute, Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, CanActivateChild } from '@angular/router';
25
25
  import * as i22 from '@angular/material/paginator';
26
26
  import { MatPaginator } from '@angular/material/paginator';
@@ -29,22 +29,23 @@ import { MatSort } from '@angular/material/sort';
29
29
  import * as i21 from '@angular/material/table';
30
30
  import { MatTable } from '@angular/material/table';
31
31
  import { DataSource } from '@angular/cdk/collections';
32
- import * as i109 from '@ngx-translate/core';
32
+ import * as i113 from '@ngx-translate/core';
33
33
  import { TranslateService } from '@ngx-translate/core';
34
34
  import * as i26 from '@angular/material/tree';
35
35
  import { MatTreeFlattener, MatTreeFlatDataSource } from '@angular/material/tree';
36
36
  import { FlatTreeControl } from '@angular/cdk/tree';
37
- import * as Highcharts from 'highcharts';
37
+ import Highcharts$1 from 'highcharts';
38
38
  import * as i14 from '@angular/material/menu';
39
39
  import { MatMenuTrigger } from '@angular/material/menu';
40
- import * as i102 from '@angular/cdk/drag-drop';
40
+ import * as i105 from '@angular/cdk/drag-drop';
41
41
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
42
42
  import * as i1 from '@angular/common';
43
- import * as i101 from '@angular/flex-layout';
44
- import * as i104 from '@angular/platform-browser/animations';
45
- import * as i106 from 'highcharts-angular';
46
- import * as i107 from 'ngx-markdown';
47
- import * as i108 from 'ng-qrcode';
43
+ import * as i104 from '@angular/flex-layout';
44
+ import * as i107 from '@angular/platform-browser/animations';
45
+ import * as i109 from 'highcharts-angular';
46
+ import * as i110 from 'ngx-markdown';
47
+ import * as i111 from 'ng-qrcode';
48
+ import * as i112 from 'ngx-quill';
48
49
  import * as i2 from '@angular/material/badge';
49
50
  import * as i3 from '@angular/material/button';
50
51
  import * as i4 from '@angular/material/card';
@@ -583,6 +584,15 @@ declare class MarkdownAttributeDisplayComponent {
583
584
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownAttributeDisplayComponent, "mantle-markdown-attribute-display", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
584
585
  }
585
586
 
587
+ declare class RichTextDisplayComponent {
588
+ quillModules: {
589
+ toolbar: boolean;
590
+ };
591
+ value: any;
592
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichTextDisplayComponent, never>;
593
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichTextDisplayComponent, "mantle-rich-text-display", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
594
+ }
595
+
586
596
  interface DialogNestedFormParams {
587
597
  title: string;
588
598
  section: DynamicLayoutGridSection;
@@ -778,6 +788,7 @@ interface Chip {
778
788
  }
779
789
  declare class ChipInputComponent implements ControlValueAccessor {
780
790
  label: string;
791
+ tooltip?: string;
781
792
  disable: boolean;
782
793
  required: boolean;
783
794
  error: string | undefined;
@@ -795,11 +806,12 @@ declare class ChipInputComponent implements ControlValueAccessor {
795
806
  setValueFromChips(): void;
796
807
  setChipsFromValue(): void;
797
808
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipInputComponent, never>;
798
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipInputComponent, "mantle-chip-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
809
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipInputComponent, "mantle-chip-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
799
810
  }
800
811
 
801
812
  declare class DatepickerComponent implements ControlValueAccessor {
802
813
  label: string;
814
+ tooltip?: string;
803
815
  disable: boolean;
804
816
  required: boolean;
805
817
  error: string | undefined;
@@ -817,11 +829,12 @@ declare class DatepickerComponent implements ControlValueAccessor {
817
829
  onDateEntered(newValue: any): void;
818
830
  getMoment(value: string | Moment): Moment | null;
819
831
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
820
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "mantle-datepicker", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
832
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "mantle-datepicker", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
821
833
  }
822
834
 
823
835
  declare class DatetimepickerComponent implements ControlValueAccessor {
824
836
  label: string;
837
+ tooltip?: string;
825
838
  disable: boolean;
826
839
  required: boolean;
827
840
  error: string | undefined;
@@ -839,11 +852,12 @@ declare class DatetimepickerComponent implements ControlValueAccessor {
839
852
  onDateTimeEntered(newValue: any): void;
840
853
  getMoment(value: string | Moment): Moment | null;
841
854
  static ɵfac: i0.ɵɵFactoryDeclaration<DatetimepickerComponent, never>;
842
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimepickerComponent, "mantle-datetimepicker", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
855
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatetimepickerComponent, "mantle-datetimepicker", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
843
856
  }
844
857
 
845
858
  declare class ColorPickerInputComponent implements ControlValueAccessor {
846
859
  label: string;
860
+ tooltip?: string;
847
861
  disable: boolean;
848
862
  required: boolean;
849
863
  error: string | undefined;
@@ -856,11 +870,12 @@ declare class ColorPickerInputComponent implements ControlValueAccessor {
856
870
  writeValue(newValue: any): void;
857
871
  onValueChanged(event: any): void;
858
872
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerInputComponent, never>;
859
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerInputComponent, "mantle-colorpicker-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
873
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerInputComponent, "mantle-colorpicker-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
860
874
  }
861
875
 
862
876
  declare class DropdownComponent implements ControlValueAccessor {
863
877
  label: string;
878
+ tooltip?: string;
864
879
  options: {
865
880
  values: {
866
881
  label: string;
@@ -886,13 +901,14 @@ declare class DropdownComponent implements ControlValueAccessor {
886
901
  onValueChanged(event: any): void;
887
902
  filterDropdownValues(): void;
888
903
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
889
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "mantle-dropdown", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
904
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "mantle-dropdown", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
890
905
  }
891
906
 
892
907
  declare class FilepickerComponent implements ControlValueAccessor {
893
908
  private webApiService;
894
909
  fileInput: ElementRef;
895
910
  label: string;
911
+ tooltip?: string;
896
912
  disable: boolean;
897
913
  required: boolean;
898
914
  error: string | undefined;
@@ -909,7 +925,7 @@ declare class FilepickerComponent implements ControlValueAccessor {
909
925
  clearAttachment(): void;
910
926
  reset(): void;
911
927
  static ɵfac: i0.ɵɵFactoryDeclaration<FilepickerComponent, never>;
912
- static ɵcmp: i0.ɵɵComponentDeclaration<FilepickerComponent, "mantle-filepicker", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
928
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilepickerComponent, "mantle-filepicker", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
913
929
  }
914
930
 
915
931
  interface ImageCropperOptions {
@@ -923,6 +939,7 @@ declare class ImagepickerComponent implements ControlValueAccessor, OnChanges {
923
939
  private webApiService;
924
940
  fileInput: ElementRef;
925
941
  label: string;
942
+ tooltip?: string;
926
943
  options: ImageCropperOptions;
927
944
  disable: boolean;
928
945
  required: boolean;
@@ -945,7 +962,7 @@ declare class ImagepickerComponent implements ControlValueAccessor, OnChanges {
945
962
  reset(): void;
946
963
  blobToFile(blob: Blob, filename: string): File;
947
964
  static ɵfac: i0.ɵɵFactoryDeclaration<ImagepickerComponent, never>;
948
- static ɵcmp: i0.ɵɵComponentDeclaration<ImagepickerComponent, "mantle-imagepicker", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
965
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImagepickerComponent, "mantle-imagepicker", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
949
966
  }
950
967
 
951
968
  interface ImageCropperParams {
@@ -977,6 +994,7 @@ declare class ImageCropperComponent {
977
994
 
978
995
  declare class NumberInputComponent implements ControlValueAccessor, Validator, OnChanges {
979
996
  label: string;
997
+ tooltip?: string;
980
998
  options: {
981
999
  min: number;
982
1000
  max: number;
@@ -997,11 +1015,12 @@ declare class NumberInputComponent implements ControlValueAccessor, Validator, O
997
1015
  onValueChanged(event: any): void;
998
1016
  validate(control: AbstractControl): ValidationErrors | null;
999
1017
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
1000
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "mantle-number-input", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1018
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "mantle-number-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1001
1019
  }
1002
1020
 
1003
1021
  declare class PasswordInputComponent implements ControlValueAccessor {
1004
1022
  label: string;
1023
+ tooltip?: string;
1005
1024
  disable: boolean;
1006
1025
  required: boolean;
1007
1026
  error: string | undefined;
@@ -1015,11 +1034,12 @@ declare class PasswordInputComponent implements ControlValueAccessor {
1015
1034
  writeValue(newValue: any): void;
1016
1035
  onValueChanged(event: any): void;
1017
1036
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
1018
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "mantle-password-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1037
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "mantle-password-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1019
1038
  }
1020
1039
 
1021
1040
  declare class TextareaComponent implements ControlValueAccessor {
1022
1041
  label: string;
1042
+ tooltip?: string;
1023
1043
  rows: number;
1024
1044
  disable: boolean;
1025
1045
  required: boolean;
@@ -1033,11 +1053,12 @@ declare class TextareaComponent implements ControlValueAccessor {
1033
1053
  writeValue(newValue: any): void;
1034
1054
  onValueChanged(event: any): void;
1035
1055
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, never>;
1036
- static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "mantle-textarea", never, { "label": { "alias": "label"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1056
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "mantle-textarea", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1037
1057
  }
1038
1058
 
1039
1059
  declare class TextInputComponent implements ControlValueAccessor {
1040
1060
  label: string;
1061
+ tooltip?: string;
1041
1062
  disable: boolean;
1042
1063
  required: boolean;
1043
1064
  error: string | undefined;
@@ -1050,11 +1071,12 @@ declare class TextInputComponent implements ControlValueAccessor {
1050
1071
  writeValue(newValue: any): void;
1051
1072
  onValueChanged(event: any): void;
1052
1073
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
1053
- static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "mantle-text-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1074
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "mantle-text-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1054
1075
  }
1055
1076
 
1056
1077
  declare class TimeInputComponent implements ControlValueAccessor {
1057
1078
  label: string;
1079
+ tooltip?: string;
1058
1080
  disable: boolean;
1059
1081
  required: boolean;
1060
1082
  error: string | undefined;
@@ -1072,11 +1094,12 @@ declare class TimeInputComponent implements ControlValueAccessor {
1072
1094
  onTimeEntered(newValue: any): void;
1073
1095
  getMoment(value: string | Moment): Moment | null;
1074
1096
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeInputComponent, never>;
1075
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeInputComponent, "mantle-time-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1097
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeInputComponent, "mantle-time-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1076
1098
  }
1077
1099
 
1078
1100
  declare class MarkdownInputComponent implements ControlValueAccessor {
1079
1101
  label: string;
1102
+ tooltip?: string;
1080
1103
  disable: boolean;
1081
1104
  required: boolean;
1082
1105
  error: string | undefined;
@@ -1088,7 +1111,51 @@ declare class MarkdownInputComponent implements ControlValueAccessor {
1088
1111
  registerOnTouched(fn: () => void): void;
1089
1112
  writeValue(newValue: any): void;
1090
1113
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownInputComponent, never>;
1091
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownInputComponent, "mantle-markdown-input", never, { "label": { "alias": "label"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1114
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownInputComponent, "mantle-markdown-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1115
+ }
1116
+
1117
+ declare class RichTextInputComponent implements ControlValueAccessor {
1118
+ label: string;
1119
+ tooltip?: string;
1120
+ options: {
1121
+ placeholder_attrs: {
1122
+ key: string;
1123
+ value: string;
1124
+ }[];
1125
+ };
1126
+ disable: boolean;
1127
+ required: boolean;
1128
+ error: string | undefined;
1129
+ value: string;
1130
+ quillModules: {
1131
+ clipboard: {
1132
+ matchVisual: boolean;
1133
+ };
1134
+ toolbar: {
1135
+ container: (string[] | {
1136
+ header: (string | boolean)[];
1137
+ }[] | {
1138
+ list: string;
1139
+ }[] | {
1140
+ align: never[];
1141
+ }[])[];
1142
+ };
1143
+ mention: {
1144
+ allowedChars: RegExp;
1145
+ mentionDenotationChars: string[];
1146
+ positioningStrategy: string;
1147
+ source: (searchTerm: string, renderList: any) => void;
1148
+ };
1149
+ };
1150
+ constructor();
1151
+ onChange: (newValue: string) => void;
1152
+ registerOnChange(fn: (newValue: string) => void): void;
1153
+ onTouched: () => void;
1154
+ registerOnTouched(fn: () => void): void;
1155
+ writeValue(newValue: any): void;
1156
+ onContentChanged(event: any): void;
1157
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichTextInputComponent, never>;
1158
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichTextInputComponent, "mantle-rich-text-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
1092
1159
  }
1093
1160
 
1094
1161
  interface LayoutEditorPageService {
@@ -1922,15 +1989,15 @@ declare class DynamicChartComponent implements OnChanges {
1922
1989
  private objectService;
1923
1990
  label: string;
1924
1991
  data: any;
1925
- Highcharts: typeof Highcharts;
1992
+ Highcharts: typeof Highcharts$1;
1926
1993
  chartConstructor: string;
1927
- chartOptions: Highcharts.Options;
1994
+ chartOptions: Highcharts$1.Options;
1928
1995
  updateFlag: boolean;
1929
1996
  oneToOneFlag: boolean;
1930
- defaultChartOptions: Highcharts.Options;
1997
+ defaultChartOptions: Highcharts$1.Options;
1931
1998
  constructor(objectService: ObjectService);
1932
1999
  ngOnChanges(): void;
1933
- chartCallback: Highcharts.ChartCallbackFunction;
2000
+ chartCallback: Highcharts$1.ChartCallbackFunction;
1934
2001
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
1935
2002
  static ɵcmp: i0.ɵɵComponentDeclaration<DynamicChartComponent, "mantle-dynamic-chart", never, { "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
1936
2003
  }
@@ -2191,6 +2258,7 @@ declare class PlainDashboardContainerComponent {
2191
2258
 
2192
2259
  declare class AutocompleteInputComponent implements ControlValueAccessor {
2193
2260
  label: string;
2261
+ tooltip?: string;
2194
2262
  options: {
2195
2263
  values: {
2196
2264
  label: string;
@@ -2216,7 +2284,7 @@ declare class AutocompleteInputComponent implements ControlValueAccessor {
2216
2284
  value: string;
2217
2285
  }[];
2218
2286
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteInputComponent, never>;
2219
- static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteInputComponent, "mantle-autocomplete-input", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
2287
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteInputComponent, "mantle-autocomplete-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
2220
2288
  }
2221
2289
 
2222
2290
  declare class QrCodeDialogComponent {
@@ -2276,6 +2344,12 @@ declare class DraggableTableComponent implements OnChanges {
2276
2344
  static ɵcmp: i0.ɵɵComponentDeclaration<DraggableTableComponent, "mantle-draggable-table", never, { "columns": { "alias": "columns"; "required": false; }; "items": { "alias": "items"; "required": false; }; "sortAttr": { "alias": "sortAttr"; "required": false; }; "writable": { "alias": "writable"; "required": false; }; }, {}, never, never, false, never>;
2277
2345
  }
2278
2346
 
2347
+ declare class TooltipComponent {
2348
+ message: string;
2349
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
2350
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mantle-tooltip", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
2351
+ }
2352
+
2279
2353
  declare class MaterialModule {
2280
2354
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
2281
2355
  static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.MatBadgeModule, typeof i3.MatButtonModule, typeof i4.MatCardModule, typeof i5.MatCheckboxModule, typeof i6.MatChipsModule, typeof i7.MatDatepickerModule, typeof i8.MatDialogModule, typeof i9.MatExpansionModule, typeof i10.MatGridListModule, typeof i11.MatIconModule, typeof i12.MatInputModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatToolbarModule, typeof i19.MatTooltipModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule, typeof i23.MatSortModule, typeof i24.MatMomentDateModule, typeof i25.MatSnackBarModule, typeof i26.MatTreeModule, typeof i27.MatAutocompleteModule, typeof i28.MtxSelectModule, typeof i29.MtxColorpickerModule, typeof i30.MtxDatetimepickerModule], [typeof i2.MatBadgeModule, typeof i3.MatButtonModule, typeof i4.MatCardModule, typeof i5.MatCheckboxModule, typeof i6.MatChipsModule, typeof i7.MatDatepickerModule, typeof i8.MatDialogModule, typeof i9.MatExpansionModule, typeof i10.MatGridListModule, typeof i11.MatIconModule, typeof i12.MatInputModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatToolbarModule, typeof i19.MatTooltipModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule, typeof i23.MatSortModule, typeof i24.MatMomentDateModule, typeof i25.MatSnackBarModule, typeof i26.MatTreeModule, typeof i27.MatAutocompleteModule, typeof i28.MtxSelectModule, typeof i29.MtxColorpickerModule, typeof i30.MtxDatetimepickerModule]>;
@@ -2284,7 +2358,7 @@ declare class MaterialModule {
2284
2358
 
2285
2359
  declare class MantleModule {
2286
2360
  static ɵfac: i0.ɵɵFactoryDeclaration<MantleModule, never>;
2287
- static ɵmod: i0.ɵɵNgModuleDeclaration<MantleModule, [typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicTableComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof QrCodeDialogComponent, typeof DraggableTableComponent], [typeof i1.CommonModule, typeof i98.RouterModule, typeof i99.HttpClientModule, typeof i100.LayoutModule, typeof i101.FlexLayoutModule, typeof i102.DragDropModule, typeof i103.BrowserModule, typeof i104.BrowserAnimationsModule, typeof i105.FormsModule, typeof i105.ReactiveFormsModule, typeof i106.HighchartsChartModule, typeof i107.MarkdownModule, typeof i108.QrCodeModule, typeof i109.TranslateModule, typeof MaterialModule, typeof i111.ImageCropperComponent], [typeof MaterialModule, typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicTableComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof DraggableTableComponent]>;
2361
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MantleModule, [typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof RichTextDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof RichTextInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicTableComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof QrCodeDialogComponent, typeof DraggableTableComponent, typeof TooltipComponent], [typeof i1.CommonModule, typeof i101.RouterModule, typeof i102.HttpClientModule, typeof i103.LayoutModule, typeof i104.FlexLayoutModule, typeof i105.DragDropModule, typeof i106.BrowserModule, typeof i107.BrowserAnimationsModule, typeof i108.FormsModule, typeof i108.ReactiveFormsModule, typeof i109.HighchartsChartModule, typeof i110.MarkdownModule, typeof i111.QrCodeModule, typeof i112.QuillModule, typeof i113.TranslateModule, typeof MaterialModule, typeof i115.ImageCropperComponent], [typeof MaterialModule, typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof RichTextDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof RichTextInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicTableComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof DraggableTableComponent, typeof TooltipComponent]>;
2288
2362
  static ɵinj: i0.ɵɵInjectorDeclaration<MantleModule>;
2289
2363
  }
2290
2364
 
@@ -2338,23 +2412,7 @@ declare const PROGRESS_BAR_CHART: {
2338
2412
  };
2339
2413
  };
2340
2414
 
2341
- declare const GANTT_CHART: {
2342
- chart: {
2343
- type: string;
2344
- };
2345
- yAxis: {
2346
- grid: {
2347
- borderWidth: number;
2348
- };
2349
- gridLineWidth: number;
2350
- };
2351
- plotOptions: {
2352
- gantt: {
2353
- borderRadius: number;
2354
- pointWidth: number;
2355
- };
2356
- };
2357
- };
2415
+ declare const GANTT_CHART: Highcharts.Options;
2358
2416
 
2359
2417
  declare const PIE_CHART: {
2360
2418
  chart: {
@@ -2812,5 +2870,5 @@ declare class PasswordCheckGuard implements CanActivateChild {
2812
2870
 
2813
2871
  declare const ENVIRONMENT: InjectionToken<any>;
2814
2872
 
2815
- export { AccordionDetailsContainerComponent, AccordionFormContainerComponent, AccordionLayoutEditorContainerComponent, ActionsAttributeDisplayComponent, AnnouncementService, ArrayService, AutocompleteInputComponent, COLUMN_CHART, ChartService, ChipAttributeDisplayComponent, ChipInputComponent, ClickStopPropagationDirective, ColorPickerInputComponent, ConfirmationService, ContentTitleComponent, CurrentUserService, DashboardCardComponent, DashboardCardSearchMenuComponent, DashboardInfoCardComponent, DashboardLayoutEditorSectionComponent, DashboardPageComponent, DashboardSectionComponent, DashboardTableComponent, DashboardTableDataSource, DataBroadcastService, DatepickerComponent, DatetimepickerComponent, DeleteConfirmationDialogComponent, DetailPageComponent, DialogDetailsComponent, DialogFormComponent, DialogNestedDetailsComponent, DialogNestedFormComponent, DocumentsPageComponent, DraggableTableComponent, DraggableTableDataSource, DropdownComponent, DynamicAttributeDisplayComponent, DynamicChartComponent, DynamicDashboardComponent, DynamicDashboardContainerComponent, DynamicDetailsComponent, DynamicDetailsContainerComponent, DynamicDetailsSectionComponent, DynamicFormComponent, DynamicFormContainerComponent, DynamicFormField, DynamicFormFieldComponent, DynamicFormSectionComponent, DynamicFormService, DynamicLayoutEditorComponent, DynamicLayoutEditorContainerComponent, DynamicLayoutEditorElementComponent, DynamicLayoutEditorSectionComponent, DynamicPipe, DynamicTableComponent, DynamicTableDataSource, DynamicWidgetDisplayComponent, ENVIRONMENT, ExportPageComponent, FeatureConfigService, FeatureGuard, FileAttributeDisplayComponent, FileDropzoneDirective, FilePreviewDialogComponent, FilepickerComponent, FormPageComponent, GANTT_CHART, GridDetailsSectionComponent, GridFormSectionComponent, GridLayoutEditorSectionComponent, IconAttributeDisplayComponent, ImageAttributeDisplayComponent, ImageCropperComponent, ImagepickerComponent, LayoutEditorFieldElementComponent, LayoutEditorPageComponent, LayoutEditorTableColumnElementComponent, LayoutEditorWidgetElementComponent, LinkAttributeDisplayComponent, ListPageComponent, ListPageDataSource, LoaderComponent, LocaleService, MANTLE_LANG_EN, MANTLE_LANG_MS, MantleModule, MarkdownAttributeDisplayComponent, MarkdownDetailsSectionComponent, MarkdownInputComponent, MarkdownLayoutEditorSectionComponent, MaterialModule, NavTreeComponent, NumberInputComponent, ObjectService, PIE_CHART, PROGRESS_BAR_CHART, PageTitleComponent, PasswordCheckGuard, PasswordCheckService, PasswordInputComponent, PlainDashboardContainerComponent, PlainDetailsContainerComponent, PlainFormContainerComponent, PlainLayoutEditorContainerComponent, QrCodeDialogComponent, RerouteComponent, RosterPageComponent, RosterShiftListDetailsSectionComponent, RosterShiftListFormSectionComponent, SPLINE_CHART, SaveConfirmationDialogComponent, ScreenSizeMap, ScreenSizeService, SearchPanelComponent, SectionTitleComponent, SecureImagePipe, SessionGuard, SnackbarComponent, TabbedPageComponent, TableDetailsSectionComponent, TableFormSectionComponent, TableLayoutEditorSectionComponent, TextInputComponent, TextareaComponent, ThumbnailDisplayComponent, TimeInputComponent, WebApiListRequest, WebApiService, WebsocketService };
2873
+ export { AccordionDetailsContainerComponent, AccordionFormContainerComponent, AccordionLayoutEditorContainerComponent, ActionsAttributeDisplayComponent, AnnouncementService, ArrayService, AutocompleteInputComponent, COLUMN_CHART, ChartService, ChipAttributeDisplayComponent, ChipInputComponent, ClickStopPropagationDirective, ColorPickerInputComponent, ConfirmationService, ContentTitleComponent, CurrentUserService, DashboardCardComponent, DashboardCardSearchMenuComponent, DashboardInfoCardComponent, DashboardLayoutEditorSectionComponent, DashboardPageComponent, DashboardSectionComponent, DashboardTableComponent, DashboardTableDataSource, DataBroadcastService, DatepickerComponent, DatetimepickerComponent, DeleteConfirmationDialogComponent, DetailPageComponent, DialogDetailsComponent, DialogFormComponent, DialogNestedDetailsComponent, DialogNestedFormComponent, DocumentsPageComponent, DraggableTableComponent, DraggableTableDataSource, DropdownComponent, DynamicAttributeDisplayComponent, DynamicChartComponent, DynamicDashboardComponent, DynamicDashboardContainerComponent, DynamicDetailsComponent, DynamicDetailsContainerComponent, DynamicDetailsSectionComponent, DynamicFormComponent, DynamicFormContainerComponent, DynamicFormField, DynamicFormFieldComponent, DynamicFormSectionComponent, DynamicFormService, DynamicLayoutEditorComponent, DynamicLayoutEditorContainerComponent, DynamicLayoutEditorElementComponent, DynamicLayoutEditorSectionComponent, DynamicPipe, DynamicTableComponent, DynamicTableDataSource, DynamicWidgetDisplayComponent, ENVIRONMENT, ExportPageComponent, FeatureConfigService, FeatureGuard, FileAttributeDisplayComponent, FileDropzoneDirective, FilePreviewDialogComponent, FilepickerComponent, FormPageComponent, GANTT_CHART, GridDetailsSectionComponent, GridFormSectionComponent, GridLayoutEditorSectionComponent, IconAttributeDisplayComponent, ImageAttributeDisplayComponent, ImageCropperComponent, ImagepickerComponent, LayoutEditorFieldElementComponent, LayoutEditorPageComponent, LayoutEditorTableColumnElementComponent, LayoutEditorWidgetElementComponent, LinkAttributeDisplayComponent, ListPageComponent, ListPageDataSource, LoaderComponent, LocaleService, MANTLE_LANG_EN, MANTLE_LANG_MS, MantleModule, MarkdownAttributeDisplayComponent, MarkdownDetailsSectionComponent, MarkdownInputComponent, MarkdownLayoutEditorSectionComponent, MaterialModule, NavTreeComponent, NumberInputComponent, ObjectService, PIE_CHART, PROGRESS_BAR_CHART, PageTitleComponent, PasswordCheckGuard, PasswordCheckService, PasswordInputComponent, PlainDashboardContainerComponent, PlainDetailsContainerComponent, PlainFormContainerComponent, PlainLayoutEditorContainerComponent, QrCodeDialogComponent, RerouteComponent, RichTextDisplayComponent, RichTextInputComponent, RosterPageComponent, RosterShiftListDetailsSectionComponent, RosterShiftListFormSectionComponent, SPLINE_CHART, SaveConfirmationDialogComponent, ScreenSizeMap, ScreenSizeService, SearchPanelComponent, SectionTitleComponent, SecureImagePipe, SessionGuard, SnackbarComponent, TabbedPageComponent, TableDetailsSectionComponent, TableFormSectionComponent, TableLayoutEditorSectionComponent, TextInputComponent, TextareaComponent, ThumbnailDisplayComponent, TimeInputComponent, TooltipComponent, WebApiListRequest, WebApiService, WebsocketService };
2816
2874
  export type { AuthorisableFeatureService, Chip, DashboardCardSearchMenuContent, DashboardPageSection, DashboardPageService, DashboardTableColumn, DashboardWidgetButton, DashboardWidgetItemConfig, DashboardWidgetService, DeleteConfirmationDialogButton, DeleteConfirmationDialogParams, DetailPageButton, DetailPageExportOption, DetailPageService, DialogDetailParams, DialogFormParams, DialogNestedDetailsParams, DialogNestedFormParams, DynamicDashboardContent, DynamicDashboardWidget, DynamicDetailsContent, DynamicFormContent, DynamicLayoutContainer, DynamicLayoutDashboardSection, DynamicLayoutEditorContainer, DynamicLayoutEditorContent, DynamicLayoutEditorDashboardWidget, DynamicLayoutEditorFormField, DynamicLayoutEditorMarkdownElement, DynamicLayoutEditorSection, DynamicLayoutEditorTableColumn, DynamicLayoutGridCellDimensions, DynamicLayoutGridDimensions, DynamicLayoutGridSection, DynamicLayoutMarkdownElement, DynamicLayoutMarkdownSection, DynamicLayoutRosterShiftListSection, DynamicLayoutSection, DynamicLayoutTableSection, DynamicTableColumn, ExportPageService, FileAttachment, FlatTreeNode, FormPageButton, FormPageService, ImageCropperOptions, ImageCropperParams, LayoutEditorPageService, ListPageBulkExportOption, ListPageButton, ListPageColumn, ListPageExportOption, ListPageService, NavTabsService, NavigationNode, RerouteService, RosterPageService, RosterScheduleService, SaveConfirmationDialogParams, ScreenSizeMapEntries, TabbedPageTab, TableSectionConfig, WebApiCrudAdapter, WebApiDeleteResponse, WebApiDetailsResponse, WebApiFormResponse, WebApiListResponse, WebApiSaveResponse, WebsocketAdapter, WidgetExportOption };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codetectonics/mantle",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "dependencies": {
5
5
  "@angular/animations": "^20",
6
6
  "@angular/cdk": "^20",
@@ -28,7 +28,10 @@
28
28
  "ng-qrcode": "^20",
29
29
  "ngx-image-cropper": "^8",
30
30
  "ngx-markdown": "^20",
31
- "rxjs": "~6.6.0",
31
+ "ngx-quill": "^28.0.1",
32
+ "quill": "^2.0.3",
33
+ "quill-mention": "^6.1.1",
34
+ "rxjs": "^7.8.0",
32
35
  "svg2pdf.js": "^2.5.0",
33
36
  "tslib": "^2.2.0",
34
37
  "zone.js": "~0.15.0"