@resolveio/client-lib-core 21.0.44 → 21.0.45

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.
@@ -1,25 +1,25 @@
1
1
  import * as rxjs from 'rxjs';
2
2
  import { BehaviorSubject, Observable, Subject, Subscription } from 'rxjs';
3
3
  import * as i0 from '@angular/core';
4
- import { OnDestroy, OnInit, ElementRef, ChangeDetectorRef, AfterViewInit, QueryList, EventEmitter, PipeTransform, OnChanges, ModuleWithProviders, Renderer2, NgZone } from '@angular/core';
4
+ import { OnDestroy, OnInit, ElementRef, AfterViewInit, QueryList, ChangeDetectorRef, EventEmitter, PipeTransform, OnChanges, ModuleWithProviders, Renderer2, NgZone } from '@angular/core';
5
5
  import { DeviceDetectorService } from 'ngx-device-detector';
6
- import * as i1 from '@angular/forms';
6
+ import * as i1$1 from '@angular/forms';
7
7
  import { FormControl, FormGroup, AbstractControl, FormBuilder } from '@angular/forms';
8
- import * as i25 from 'ngx-toastr';
8
+ import * as i2 from 'ngx-toastr';
9
9
  import { ToastrService, ActiveToast } from 'ngx-toastr';
10
10
  import * as i3 from '@angular/router';
11
11
  import { Router, ActivatedRoute, ActivatedRouteSnapshot, RouterStateSnapshot, Route } from '@angular/router';
12
12
  import { HttpClient } from '@angular/common/http';
13
13
  import * as i4 from '@ng-bootstrap/ng-bootstrap';
14
14
  import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
15
- import * as i2 from '@angular/common';
15
+ import * as i2$1 from '@angular/common';
16
16
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
17
+ import * as i1 from '@angular/platform-browser/animations';
17
18
  import * as i9 from '@resolveio/client-lib-ng-select';
18
19
  import { StickySelectPreference, NgSelectStickyAdapter } from '@resolveio/client-lib-ng-select';
19
20
  import * as i14 from '@resolveio/client-lib-date-picker';
20
21
  import * as i7 from 'ngx-file-drop';
21
22
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
22
- import * as i27 from '@angular/platform-browser/animations';
23
23
  import moment from 'moment-timezone';
24
24
 
25
25
  interface NavbarModel {
@@ -355,8 +355,8 @@ declare class SocketManagerService {
355
355
  private _token;
356
356
  private socketStatus;
357
357
  private messageId;
358
- private _cbArray;
359
- private _subArray;
358
+ private _cbMap;
359
+ private _subMap;
360
360
  private _offlineUpdates;
361
361
  private _pendingMessages;
362
362
  private _sendTimeout;
@@ -707,6 +707,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
707
707
  onPushForwardButton(): void;
708
708
  openNav(): void;
709
709
  closeNav(): void;
710
+ private isIOSDevice;
710
711
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreComponent, never>;
711
712
  static ɵcmp: i0.ɵɵComponentDeclaration<CoreComponent, "resolveio-client-lib-core", never, { "environment": { "alias": "environment"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "navTabs": { "alias": "navTabs"; "required": false; }; "userHasPhoneNumber": { "alias": "userHasPhoneNumber"; "required": false; }; "client": { "alias": "client"; "required": false; }; "showNavbarModule": { "alias": "showNavbarModule"; "required": false; }; "publicProgram": { "alias": "publicProgram"; "required": false; }; "showSupport": { "alias": "showSupport"; "required": false; }; }, {}, never, never, false, never>;
712
713
  }
@@ -730,86 +731,6 @@ declare class HomeComponent extends BaseComponent implements OnInit {
730
731
  static ɵcmp: i0.ɵɵComponentDeclaration<HomeComponent, "resolveio-home", never, {}, {}, never, never, false, never>;
731
732
  }
732
733
 
733
- declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy {
734
- private _services;
735
- private _ds;
736
- private _cd;
737
- subscription$: Subscription[];
738
- logs: any[];
739
- entries_per_page: number;
740
- page_num: number;
741
- log_cnt: number;
742
- user: any;
743
- users: any[];
744
- startDateTime: any;
745
- endDateTime: any;
746
- dateStart: Date;
747
- dateEnd: Date;
748
- selectedTypes: any[];
749
- client: any;
750
- clients: any[];
751
- collection: string;
752
- method: string;
753
- route: string;
754
- id_document: string;
755
- constructor(_services: ProviderService, _ds: DialogService, _cd: ChangeDetectorRef);
756
- ngOnInit(): void;
757
- ngOnDestroy(): void;
758
- getLogData(): void;
759
- selectType(type: string): void;
760
- icon(type: any): "success" | "info" | "danger" | "primary" | "secondary";
761
- removeAllLogs(): void;
762
- toDate(value: any, isEnd?: boolean): Date;
763
- createPickerValue(date: Date, secondOverride?: any): {
764
- mode: string;
765
- date: {
766
- year: number;
767
- month: number;
768
- day: number;
769
- };
770
- time: {
771
- hour: number;
772
- minute: number;
773
- second: any;
774
- ms: number;
775
- };
776
- };
777
- static ɵfac: i0.ɵɵFactoryDeclaration<LoggerComponent, never>;
778
- static ɵcmp: i0.ɵɵComponentDeclaration<LoggerComponent, "resolveio-logger", never, {}, {}, never, never, false, never>;
779
- }
780
-
781
- declare class HtmlDiffViewerComponent implements AfterViewInit {
782
- payloadStr: string;
783
- leftTextarea: ElementRef<HTMLTextAreaElement>;
784
- rightTextarea: ElementRef<HTMLTextAreaElement>;
785
- diffContent: ElementRef<HTMLDivElement>;
786
- leftContent: string;
787
- rightContent: string;
788
- diffLines: any[];
789
- visibleDiffLines: any[];
790
- showFullDiff: boolean;
791
- constructor();
792
- ngAfterViewInit(): void;
793
- toggleDiffView(): void;
794
- updateVisibleLines(): void;
795
- generateDiff(): void;
796
- private normalizeValue;
797
- private compareValues;
798
- private isComplexType;
799
- private renderComplex;
800
- private getType;
801
- private isEqual;
802
- private makeLine;
803
- private openingBrace;
804
- private closingBrace;
805
- private renderPrimitive;
806
- private getIndentString;
807
- private assignLineNumbers;
808
- private setupScrollSync;
809
- static ɵfac: i0.ɵɵFactoryDeclaration<HtmlDiffViewerComponent, never>;
810
- static ɵcmp: i0.ɵɵComponentDeclaration<HtmlDiffViewerComponent, "html-diff-viewer", never, { "payloadStr": { "alias": "payloadStr"; "required": false; }; }, {}, never, never, false, never>;
811
- }
812
-
813
734
  interface NavbarMainTabModel {
814
735
  type: NavbarMainTabType;
815
736
  links: NavbarMainTabLinkModel[];
@@ -901,6 +822,105 @@ declare class NavbarModuleComponent extends BaseComponent implements OnInit, OnD
901
822
  static ɵcmp: i0.ɵɵComponentDeclaration<NavbarModuleComponent, "navbar-module", never, { "sideNavHeight": { "alias": "sideNavHeight"; "required": false; }; "sideNavWidth": { "alias": "sideNavWidth"; "required": false; }; }, {}, never, never, false, never>;
902
823
  }
903
824
 
825
+ declare class FocusDirective {
826
+ private element;
827
+ focus: boolean;
828
+ constructor(element: ElementRef);
829
+ protected ngOnChanges(): void;
830
+ static ɵfac: i0.ɵɵFactoryDeclaration<FocusDirective, never>;
831
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FocusDirective, "[focus]", never, { "focus": { "alias": "focus"; "required": false; }; }, {}, never, never, false, never>;
832
+ }
833
+
834
+ type ScrollEvent = {
835
+ isReachingBottom: boolean;
836
+ isReachingTop: boolean;
837
+ originalEvent: Event;
838
+ isWindowEvent: boolean;
839
+ };
840
+ declare class ScrollDirective {
841
+ onScroll: EventEmitter<ScrollEvent>;
842
+ bottomOffset: number;
843
+ topOffset: number;
844
+ constructor();
845
+ scrolled($event: Event): void;
846
+ windowScrolled($event: Event): void;
847
+ protected windowScrollEvent($event: Event): void;
848
+ protected elementScrollEvent($event: Event): void;
849
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollDirective, never>;
850
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollDirective, "[detect-scroll]", never, { "bottomOffset": { "alias": "bottomOffset"; "required": false; }; "topOffset": { "alias": "topOffset"; "required": false; }; }, { "onScroll": "onScroll"; }, never, never, false, never>;
851
+ }
852
+
853
+ declare class FilterEqualPipe implements PipeTransform {
854
+ transform(items: any[], field: string, value: string): any[];
855
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterEqualPipe, never>;
856
+ static ɵpipe: i0.ɵɵPipeDeclaration<FilterEqualPipe, "filterEqual", false>;
857
+ }
858
+ declare class FilterNotEqualPipe implements PipeTransform {
859
+ transform(items: any[], field: string, value: string): any[];
860
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterNotEqualPipe, never>;
861
+ static ɵpipe: i0.ɵɵPipeDeclaration<FilterNotEqualPipe, "filterNotEqual", false>;
862
+ }
863
+
864
+ declare class PhonePipe implements PipeTransform {
865
+ transform(tel: string): string;
866
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>;
867
+ static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone", false>;
868
+ }
869
+
870
+ declare class ReversePipe {
871
+ transform(value: any): any;
872
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReversePipe, never>;
873
+ static ɵpipe: i0.ɵɵPipeDeclaration<ReversePipe, "reverse", false>;
874
+ }
875
+
876
+ declare class MinusCurrencyPipe implements PipeTransform {
877
+ transform(value: any, args?: any): any;
878
+ static ɵfac: i0.ɵɵFactoryDeclaration<MinusCurrencyPipe, never>;
879
+ static ɵpipe: i0.ɵɵPipeDeclaration<MinusCurrencyPipe, "minusCurrency", false>;
880
+ }
881
+
882
+ declare class DomSanitizorPipe implements PipeTransform {
883
+ private _sanitizer;
884
+ constructor(_sanitizer: DomSanitizer);
885
+ transform(value: string, type?: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
886
+ static ɵfac: i0.ɵɵFactoryDeclaration<DomSanitizorPipe, never>;
887
+ static ɵpipe: i0.ɵɵPipeDeclaration<DomSanitizorPipe, "safe", false>;
888
+ }
889
+
890
+ declare class TitleCaseAndUnderscorePipe implements PipeTransform {
891
+ transform(value: string): string;
892
+ static ɵfac: i0.ɵɵFactoryDeclaration<TitleCaseAndUnderscorePipe, never>;
893
+ static ɵpipe: i0.ɵɵPipeDeclaration<TitleCaseAndUnderscorePipe, "titleCase", false>;
894
+ }
895
+
896
+ declare class JsonParsePipe implements PipeTransform {
897
+ transform(value: string): string;
898
+ static ɵfac: i0.ɵɵFactoryDeclaration<JsonParsePipe, never>;
899
+ static ɵpipe: i0.ɵɵPipeDeclaration<JsonParsePipe, "jsonParse", false>;
900
+ }
901
+
902
+ declare class PipeModule {
903
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipeModule, never>;
904
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipeModule, [typeof FilterEqualPipe, typeof FilterNotEqualPipe, typeof PhonePipe, typeof ReversePipe, typeof MinusCurrencyPipe, typeof DomSanitizorPipe, typeof TitleCaseAndUnderscorePipe, typeof JsonParsePipe], never, [typeof FilterEqualPipe, typeof FilterNotEqualPipe, typeof PhonePipe, typeof ReversePipe, typeof MinusCurrencyPipe, typeof DomSanitizorPipe, typeof TitleCaseAndUnderscorePipe, typeof JsonParsePipe]>;
905
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipeModule>;
906
+ }
907
+
908
+ declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
909
+ resolveFirstDayOfWeek: () => "S" | "M";
910
+ resolveTimezone: () => any;
911
+ };
912
+ declare class CoreServicesModule {
913
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreServicesModule, never>;
914
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreServicesModule, never, [typeof i1.BrowserAnimationsModule, typeof i2.ToastrModule], never>;
915
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreServicesModule>;
916
+ }
917
+
918
+ declare class CoreShellModule {
919
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreShellModule, never>;
920
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreShellModule, [typeof CoreComponent, typeof HomeComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective], [typeof i2$1.CommonModule, typeof i3.RouterModule, typeof PipeModule, typeof i4.NgbModalModule, typeof CoreServicesModule], [typeof CoreComponent, typeof HomeComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective]>;
921
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreShellModule>;
922
+ }
923
+
904
924
  declare class ForgotPasswordComponent extends BaseComponent implements OnInit, OnDestroy {
905
925
  private _route;
906
926
  private _services;
@@ -952,270 +972,49 @@ declare class Auth365Component extends BaseComponent {
952
972
  static ɵcmp: i0.ɵɵComponentDeclaration<Auth365Component, "resolveio-auth365", never, {}, {}, never, never, false, never>;
953
973
  }
954
974
 
955
- declare class FocusDirective {
956
- private element;
957
- focus: boolean;
958
- constructor(element: ElementRef);
959
- protected ngOnChanges(): void;
960
- static ɵfac: i0.ɵɵFactoryDeclaration<FocusDirective, never>;
961
- static ɵdir: i0.ɵɵDirectiveDeclaration<FocusDirective, "[focus]", never, { "focus": { "alias": "focus"; "required": false; }; }, {}, never, never, false, never>;
975
+ declare class CollapseTableComponent implements OnInit, OnDestroy {
976
+ private _resizeService;
977
+ private _account;
978
+ collapseSize: number;
979
+ tableFixed: boolean;
980
+ headerFixed: boolean;
981
+ secondaryColor: boolean;
982
+ tertiaryColor: boolean;
983
+ windowSize: number;
984
+ windowSizeSubscription: any;
985
+ constructor(_resizeService: ResizeService, _account: AccountManagerService);
986
+ ngOnInit(): void;
987
+ ngOnDestroy(): void;
988
+ onClick(event: any): void;
989
+ getCollapseClass(): string[];
990
+ getPrimaryColor(): string;
991
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
992
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapseTableComponent, "collapse-table", never, { "collapseSize": { "alias": "collapseSize"; "required": false; }; "tableFixed": { "alias": "tableFixed"; "required": false; }; "headerFixed": { "alias": "headerFixed"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; }, {}, never, ["*"], false, never>;
962
993
  }
963
994
 
964
- type ScrollEvent = {
965
- isReachingBottom: boolean;
966
- isReachingTop: boolean;
967
- originalEvent: Event;
968
- isWindowEvent: boolean;
969
- };
970
- declare class ScrollDirective {
971
- onScroll: EventEmitter<ScrollEvent>;
972
- bottomOffset: number;
973
- topOffset: number;
974
- constructor();
975
- scrolled($event: Event): void;
976
- windowScrolled($event: Event): void;
977
- protected windowScrollEvent($event: Event): void;
978
- protected elementScrollEvent($event: Event): void;
979
- static ɵfac: i0.ɵɵFactoryDeclaration<ScrollDirective, never>;
980
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollDirective, "[detect-scroll]", never, { "bottomOffset": { "alias": "bottomOffset"; "required": false; }; "topOffset": { "alias": "topOffset"; "required": false; }; }, { "onScroll": "onScroll"; }, never, never, false, never>;
995
+ declare class CollapseTableModule {
996
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableModule, never>;
997
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule], [typeof CollapseTableComponent]>;
998
+ static ɵinj: i0.ɵɵInjectorDeclaration<CollapseTableModule>;
981
999
  }
982
1000
 
983
- declare class DialogConfirmContent {
984
- activeModal: NgbActiveModal;
985
- title: string;
986
- body: string;
987
- html: string;
988
- handleKeyboardEvent(event: KeyboardEvent): void;
989
- constructor(activeModal: NgbActiveModal);
990
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogConfirmContent, never>;
991
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogConfirmContent, "resolveio-dialog.confirm", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; "html": { "alias": "html"; "required": false; }; }, {}, never, never, false, never>;
1001
+ declare class FormButtonComponent extends BaseComponent {
1002
+ private _services;
1003
+ form: FormGroup;
1004
+ disabled: boolean;
1005
+ type: string;
1006
+ formButton: any;
1007
+ constructor(_services: ProviderService);
1008
+ getTipErrors(): any[];
1009
+ isSuperAdmin(): boolean;
1010
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonComponent, never>;
1011
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormButtonComponent, "form-button", never, { "form": { "alias": "form"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
992
1012
  }
993
1013
 
994
- declare class DialogErrorContent {
995
- activeModal: NgbActiveModal;
996
- title: string;
997
- body: string;
998
- handleKeyboardEvent(event: KeyboardEvent): void;
999
- constructor(activeModal: NgbActiveModal);
1000
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogErrorContent, never>;
1001
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogErrorContent, "resolveio-dialog.error", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, never, false, never>;
1002
- }
1003
-
1004
- declare class DialogInputContent implements OnInit {
1005
- _activeModal: NgbActiveModal;
1006
- private _fb;
1007
- title: string;
1008
- inputFields: any[];
1009
- formInput: FormGroup;
1010
- states: string[];
1011
- constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1012
- ngOnInit(): void;
1013
- normalizeDateTimeValue(value: any): any;
1014
- mergeDateTimeParts(dateValue: any, timeValue: any, mode?: string): any;
1015
- isDateStruct(value: any): boolean;
1016
- isTimeStruct(value: any): boolean;
1017
- toDateStruct(value: any): any;
1018
- toTimeStruct(value: any): any;
1019
- validateInput(inputField: any, formInput: any): "" | "is-valid" | "is-invalid";
1020
- getErrorMessages(inputField: any, formInput: any): any[];
1021
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogInputContent, never>;
1022
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogInputContent, "resolveio-dialog.input", never, { "title": { "alias": "title"; "required": false; }; "inputFields": { "alias": "inputFields"; "required": false; }; }, {}, never, never, false, never>;
1023
- }
1024
-
1025
- declare class DialogNotifyContent {
1026
- activeModal: NgbActiveModal;
1027
- title: string;
1028
- body: string;
1029
- handleKeyboardEvent(event: KeyboardEvent): void;
1030
- constructor(activeModal: NgbActiveModal);
1031
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogNotifyContent, never>;
1032
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogNotifyContent, "resolveio-dialog.notify", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, never, false, never>;
1033
- }
1034
-
1035
- declare class DialogSelectDateTimeContent implements OnInit, AfterViewInit {
1036
- _activeModal: NgbActiveModal;
1037
- private _fb;
1038
- title: string;
1039
- date: Date;
1040
- showTime: boolean;
1041
- close: any;
1042
- allElements: any;
1043
- form: FormGroup;
1044
- constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1045
- ngOnInit(): void;
1046
- ngAfterViewInit(): void;
1047
- recursiveFindFirstElement(element: any): any;
1048
- submitForm(): void;
1049
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectDateTimeContent, never>;
1050
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectDateTimeContent, "resolveio-dialog.select-datetime", never, { "title": { "alias": "title"; "required": false; }; "date": { "alias": "date"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; }, {}, never, never, false, never>;
1051
- }
1052
-
1053
- interface SelectDataLabelModel {
1054
- data: string;
1055
- label: string;
1056
- selected: boolean;
1057
- type: string;
1058
- subData: string;
1059
- subtype: string;
1060
- subLabel: string;
1061
- }
1062
-
1063
- declare class DialogSelectDataLabelsContent implements OnInit {
1064
- _activeModal: NgbActiveModal;
1065
- private _fb;
1066
- title: string;
1067
- subtitle: string;
1068
- data: any;
1069
- showArraySubData: any;
1070
- form: FormGroup;
1071
- dialogData: SelectDataLabelModel[];
1072
- constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1073
- ngOnInit(): void;
1074
- getKeys(): void;
1075
- changeSelected(label: SelectDataLabelModel): void;
1076
- submit(): SelectDataLabelModel[];
1077
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectDataLabelsContent, never>;
1078
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectDataLabelsContent, "resolveio-dialog.select-data-labels", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "data": { "alias": "data"; "required": false; }; "showArraySubData": { "alias": "showArraySubData"; "required": false; }; }, {}, never, never, false, never>;
1079
- }
1080
-
1081
- declare class DialogLoginContent implements OnInit {
1082
- _activeModal: NgbActiveModal;
1083
- private _fb;
1084
- msAllowed: boolean;
1085
- showLoginText: boolean;
1086
- form: FormGroup;
1087
- constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1088
- ngOnInit(): void;
1089
- toggleForgotPassword(): void;
1090
- close(type: string): void;
1091
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogLoginContent, never>;
1092
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogLoginContent, "resolveio-dialog.login", never, { "msAllowed": { "alias": "msAllowed"; "required": false; }; "showLoginText": { "alias": "showLoginText"; "required": false; }; }, {}, never, never, false, never>;
1093
- }
1094
-
1095
- declare class DialogRegisterContent implements OnInit {
1096
- _activeModal: NgbActiveModal;
1097
- private _fb;
1098
- form: FormGroup;
1099
- constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1100
- ngOnInit(): void;
1101
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogRegisterContent, never>;
1102
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogRegisterContent, "resolveio-dialog.register", never, {}, {}, never, never, false, never>;
1103
- }
1104
-
1105
- declare class DialogSelectWithButtonsURLContent implements AfterViewInit, OnInit {
1106
- _activeModal: NgbActiveModal;
1107
- private _account;
1108
- url: string;
1109
- close: any;
1110
- allElements: any;
1111
- title: string;
1112
- selectedType: string;
1113
- options: {
1114
- value: string;
1115
- text: string;
1116
- }[];
1117
- constructor(_activeModal: NgbActiveModal, _account: AccountManagerService);
1118
- ngOnInit(): void;
1119
- ngAfterViewInit(): void;
1120
- recursiveFindFirstElement(element: any): any;
1121
- onSelectType(type: any): void;
1122
- submit(): void;
1123
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectWithButtonsURLContent, never>;
1124
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectWithButtonsURLContent, "resolveio-dialog.select-with-buttons-url", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
1125
- }
1126
-
1127
- declare class DialogSelectArrayObjsContent implements AfterViewInit {
1128
- _activeModal: NgbActiveModal;
1129
- title: string;
1130
- objects: DialogSelectWithButtonsOptionModel[];
1131
- multiple: boolean;
1132
- allowNone: boolean;
1133
- close: any;
1134
- allElements: any;
1135
- selectedIndex: number;
1136
- selectedItem: DialogSelectWithButtonsOptionModel;
1137
- selectedIndexes: number[];
1138
- selectedItems: DialogSelectWithButtonsOptionModel[];
1139
- constructor(_activeModal: NgbActiveModal);
1140
- ngAfterViewInit(): void;
1141
- recursiveFindFirstElement(element: any): any;
1142
- onSelectItem(index: number): void;
1143
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectArrayObjsContent, never>;
1144
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectArrayObjsContent, "resolveio-dialog.select-array-objs", never, { "title": { "alias": "title"; "required": false; }; "objects": { "alias": "objects"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "allowNone": { "alias": "allowNone"; "required": false; }; }, {}, never, never, false, never>;
1145
- }
1146
-
1147
- declare class DialogSelectArrayContent implements OnInit, AfterViewInit {
1148
- _activeModal: NgbActiveModal;
1149
- _cdRef: ChangeDetectorRef;
1150
- title: string;
1151
- array: any[];
1152
- multiple: boolean;
1153
- selectedIndexes: number[];
1154
- close: any;
1155
- allElements: any;
1156
- method: string;
1157
- mappedArray: any[];
1158
- selectIndexes: any[];
1159
- constructor(_activeModal: NgbActiveModal, _cdRef: ChangeDetectorRef);
1160
- ngOnInit(): void;
1161
- ngAfterViewInit(): void;
1162
- recursiveFindFirstElement(element: any): any;
1163
- addDropDown(): void;
1164
- onSelectDropdown(val: any, index: any): void;
1165
- availableAdd(): boolean;
1166
- getFilteredArray(item: any): any[];
1167
- isInSelectedIndex(index: number): boolean;
1168
- onSelectItem(index: number): void;
1169
- getArray(): any[];
1170
- selectAll(): void;
1171
- removeAll(): void;
1172
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectArrayContent, never>;
1173
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectArrayContent, "resolveio-dialog.select-array", never, { "title": { "alias": "title"; "required": false; }; "array": { "alias": "array"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectedIndexes": { "alias": "selectedIndexes"; "required": false; }; }, {}, never, never, false, never>;
1174
- }
1175
-
1176
- declare class CollapseTableComponent implements OnInit, OnDestroy {
1177
- private _resizeService;
1178
- private _account;
1179
- collapseSize: number;
1180
- tableFixed: boolean;
1181
- headerFixed: boolean;
1182
- secondaryColor: boolean;
1183
- tertiaryColor: boolean;
1184
- windowSize: number;
1185
- windowSizeSubscription: any;
1186
- constructor(_resizeService: ResizeService, _account: AccountManagerService);
1187
- ngOnInit(): void;
1188
- ngOnDestroy(): void;
1189
- onClick(event: any): void;
1190
- getCollapseClass(): string[];
1191
- getPrimaryColor(): string;
1192
- static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
1193
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapseTableComponent, "collapse-table", never, { "collapseSize": { "alias": "collapseSize"; "required": false; }; "tableFixed": { "alias": "tableFixed"; "required": false; }; "headerFixed": { "alias": "headerFixed"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; }, {}, never, ["*"], false, never>;
1194
- }
1195
-
1196
- declare class CollapseTableModule {
1197
- static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableModule, never>;
1198
- static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i1.FormsModule, typeof i2.CommonModule], [typeof CollapseTableComponent]>;
1199
- static ɵinj: i0.ɵɵInjectorDeclaration<CollapseTableModule>;
1200
- }
1201
-
1202
- declare class FormButtonComponent extends BaseComponent {
1203
- private _services;
1204
- form: FormGroup;
1205
- disabled: boolean;
1206
- type: string;
1207
- formButton: any;
1208
- constructor(_services: ProviderService);
1209
- getTipErrors(): any[];
1210
- isSuperAdmin(): boolean;
1211
- static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonComponent, never>;
1212
- static ɵcmp: i0.ɵɵComponentDeclaration<FormButtonComponent, "form-button", never, { "form": { "alias": "form"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
1213
- }
1214
-
1215
- declare class FormButtonModule {
1216
- static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonModule, never>;
1217
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof i4.NgbTooltipModule], [typeof FormButtonComponent]>;
1218
- static ɵinj: i0.ɵɵInjectorDeclaration<FormButtonModule>;
1014
+ declare class FormButtonModule {
1015
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonModule, never>;
1016
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2$1.CommonModule, typeof i4.NgbTooltipModule], [typeof FormButtonComponent]>;
1017
+ static ɵinj: i0.ɵɵInjectorDeclaration<FormButtonModule>;
1219
1018
  }
1220
1019
 
1221
1020
  declare class ResponsiveButtonGroupComponent extends BaseComponent implements OnInit, OnDestroy {
@@ -1234,65 +1033,10 @@ declare class ResponsiveButtonGroupComponent extends BaseComponent implements On
1234
1033
 
1235
1034
  declare class ResponsiveButtonGroupModule {
1236
1035
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveButtonGroupModule, never>;
1237
- static ɵmod: i0.ɵɵNgModuleDeclaration<ResponsiveButtonGroupModule, [typeof ResponsiveButtonGroupComponent], [typeof i2.CommonModule], [typeof ResponsiveButtonGroupComponent]>;
1036
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ResponsiveButtonGroupModule, [typeof ResponsiveButtonGroupComponent], [typeof i2$1.CommonModule], [typeof ResponsiveButtonGroupComponent]>;
1238
1037
  static ɵinj: i0.ɵɵInjectorDeclaration<ResponsiveButtonGroupModule>;
1239
1038
  }
1240
1039
 
1241
- declare class FilterEqualPipe implements PipeTransform {
1242
- transform(items: any[], field: string, value: string): any[];
1243
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterEqualPipe, never>;
1244
- static ɵpipe: i0.ɵɵPipeDeclaration<FilterEqualPipe, "filterEqual", false>;
1245
- }
1246
- declare class FilterNotEqualPipe implements PipeTransform {
1247
- transform(items: any[], field: string, value: string): any[];
1248
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterNotEqualPipe, never>;
1249
- static ɵpipe: i0.ɵɵPipeDeclaration<FilterNotEqualPipe, "filterNotEqual", false>;
1250
- }
1251
-
1252
- declare class PhonePipe implements PipeTransform {
1253
- transform(tel: string): string;
1254
- static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>;
1255
- static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone", false>;
1256
- }
1257
-
1258
- declare class ReversePipe {
1259
- transform(value: any): any;
1260
- static ɵfac: i0.ɵɵFactoryDeclaration<ReversePipe, never>;
1261
- static ɵpipe: i0.ɵɵPipeDeclaration<ReversePipe, "reverse", false>;
1262
- }
1263
-
1264
- declare class MinusCurrencyPipe implements PipeTransform {
1265
- transform(value: any, args?: any): any;
1266
- static ɵfac: i0.ɵɵFactoryDeclaration<MinusCurrencyPipe, never>;
1267
- static ɵpipe: i0.ɵɵPipeDeclaration<MinusCurrencyPipe, "minusCurrency", false>;
1268
- }
1269
-
1270
- declare class DomSanitizorPipe implements PipeTransform {
1271
- private _sanitizer;
1272
- constructor(_sanitizer: DomSanitizer);
1273
- transform(value: string, type?: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
1274
- static ɵfac: i0.ɵɵFactoryDeclaration<DomSanitizorPipe, never>;
1275
- static ɵpipe: i0.ɵɵPipeDeclaration<DomSanitizorPipe, "safe", false>;
1276
- }
1277
-
1278
- declare class TitleCaseAndUnderscorePipe implements PipeTransform {
1279
- transform(value: string): string;
1280
- static ɵfac: i0.ɵɵFactoryDeclaration<TitleCaseAndUnderscorePipe, never>;
1281
- static ɵpipe: i0.ɵɵPipeDeclaration<TitleCaseAndUnderscorePipe, "titleCase", false>;
1282
- }
1283
-
1284
- declare class JsonParsePipe implements PipeTransform {
1285
- transform(value: string): string;
1286
- static ɵfac: i0.ɵɵFactoryDeclaration<JsonParsePipe, never>;
1287
- static ɵpipe: i0.ɵɵPipeDeclaration<JsonParsePipe, "jsonParse", false>;
1288
- }
1289
-
1290
- declare class PipeModule {
1291
- static ɵfac: i0.ɵɵFactoryDeclaration<PipeModule, never>;
1292
- static ɵmod: i0.ɵɵNgModuleDeclaration<PipeModule, [typeof FilterEqualPipe, typeof FilterNotEqualPipe, typeof PhonePipe, typeof ReversePipe, typeof MinusCurrencyPipe, typeof DomSanitizorPipe, typeof TitleCaseAndUnderscorePipe, typeof JsonParsePipe], never, [typeof FilterEqualPipe, typeof FilterNotEqualPipe, typeof PhonePipe, typeof ReversePipe, typeof MinusCurrencyPipe, typeof DomSanitizorPipe, typeof TitleCaseAndUnderscorePipe, typeof JsonParsePipe]>;
1293
- static ɵinj: i0.ɵɵInjectorDeclaration<PipeModule>;
1294
- }
1295
-
1296
1040
  declare class UserRoleComponent extends BaseComponent {
1297
1041
  private _services;
1298
1042
  role: string;
@@ -1304,7 +1048,7 @@ declare class UserRoleComponent extends BaseComponent {
1304
1048
 
1305
1049
  declare class UserRoleModule {
1306
1050
  static ɵfac: i0.ɵɵFactoryDeclaration<UserRoleModule, never>;
1307
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserRoleModule, [typeof UserRoleComponent], [typeof i2.CommonModule], [typeof UserRoleComponent]>;
1051
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserRoleModule, [typeof UserRoleComponent], [typeof i2$1.CommonModule], [typeof UserRoleComponent]>;
1308
1052
  static ɵinj: i0.ɵɵInjectorDeclaration<UserRoleModule>;
1309
1053
  }
1310
1054
 
@@ -1390,7 +1134,7 @@ declare class SortTableNgForComponent implements OnInit, OnChanges, OnDestroy {
1390
1134
 
1391
1135
  declare class SortTableModule {
1392
1136
  static ɵfac: i0.ɵɵFactoryDeclaration<SortTableModule, never>;
1393
- static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i1.FormsModule, typeof i2.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
1137
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
1394
1138
  static ɵinj: i0.ɵɵInjectorDeclaration<SortTableModule>;
1395
1139
  }
1396
1140
 
@@ -1438,132 +1182,423 @@ declare class Sortable {
1438
1182
  private resolveSwapThreshold;
1439
1183
  }
1440
1184
 
1441
- declare class SortablejsDirective implements OnInit, OnDestroy {
1442
- private _el;
1443
- private defaultOptions?;
1444
- items: any[];
1445
- options: Options;
1446
- private sortableInstance;
1447
- constructor(_el: ElementRef, defaultOptions?: Options);
1185
+ declare class SortablejsDirective implements OnInit, OnDestroy {
1186
+ private _el;
1187
+ private defaultOptions?;
1188
+ items: any[];
1189
+ options: Options;
1190
+ private sortableInstance;
1191
+ constructor(_el: ElementRef, defaultOptions?: Options);
1192
+ ngOnInit(): void;
1193
+ ngOnDestroy(): void;
1194
+ private updateOrder;
1195
+ private isFormArray;
1196
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsDirective, [null, { optional: true; }]>;
1197
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SortablejsDirective, "[sortablejs]", never, { "items": { "alias": "sortablejs"; "required": false; }; "options": { "alias": "sortablejsOptions"; "required": false; }; }, {}, never, never, false, never>;
1198
+ }
1199
+
1200
+ declare class SortablejsModule {
1201
+ static forRoot(defaultOptions?: Options): ModuleWithProviders<SortablejsModule>;
1202
+ static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsModule, never>;
1203
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SortablejsModule, [typeof SortablejsDirective], never, [typeof SortablejsDirective]>;
1204
+ static ɵinj: i0.ɵɵInjectorDeclaration<SortablejsModule>;
1205
+ }
1206
+
1207
+ declare class NgDragDropService {
1208
+ dragData: any;
1209
+ dragEffect: DataTransfer['dropEffect'] | null;
1210
+ scope: string | Array<string> | null;
1211
+ onDragStart: Subject<void>;
1212
+ onDragEnd: Subject<void>;
1213
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropService, never>;
1214
+ static ɵprov: i0.ɵɵInjectableDeclaration<NgDragDropService>;
1215
+ }
1216
+
1217
+ declare class Draggable implements OnInit, OnDestroy {
1218
+ private el;
1219
+ private renderer;
1220
+ private ng2DragDropService;
1221
+ private zone;
1222
+ dragData: any;
1223
+ dragHandle: string;
1224
+ dragEffect: DataTransfer['dropEffect'];
1225
+ dragScope: string | Array<string>;
1226
+ dragHandleClass: string;
1227
+ dragClass: string;
1228
+ dragTransitClass: string;
1229
+ onDragStart: EventEmitter<any>;
1230
+ onDrag: EventEmitter<any>;
1231
+ onDragEnd: EventEmitter<any>;
1232
+ mouseDownElement: any;
1233
+ private _dragEnabled;
1234
+ private _dragImage?;
1235
+ private dragImageElement?;
1236
+ private unbindDragListener?;
1237
+ constructor(el: ElementRef, renderer: Renderer2, ng2DragDropService: NgDragDropService, zone: NgZone);
1238
+ get dragEnabled(): boolean;
1239
+ set dragEnabled(value: boolean);
1240
+ get dragImage(): string;
1241
+ set dragImage(value: string);
1242
+ ngOnInit(): void;
1243
+ ngOnDestroy(): void;
1244
+ dragStart(e: DragEvent): void;
1245
+ drag(e: DragEvent): void;
1246
+ dragEnd(e: DragEvent): void;
1247
+ mousedown(e: any): void;
1248
+ private allowDrag;
1249
+ private applyDragHandleClass;
1250
+ private getDragHandleElement;
1251
+ private unbindDragListeners;
1252
+ private updateCursor;
1253
+ static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
1254
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[draggable]", never, { "dragData": { "alias": "dragData"; "required": false; }; "dragHandle": { "alias": "dragHandle"; "required": false; }; "dragEffect": { "alias": "dragEffect"; "required": false; }; "dragScope": { "alias": "dragScope"; "required": false; }; "dragHandleClass": { "alias": "dragHandleClass"; "required": false; }; "dragClass": { "alias": "dragClass"; "required": false; }; "dragTransitClass": { "alias": "dragTransitClass"; "required": false; }; "dragEnabled": { "alias": "dragEnabled"; "required": false; }; "dragImage": { "alias": "dragImage"; "required": false; }; }, { "onDragStart": "onDragStart"; "onDrag": "onDrag"; "onDragEnd": "onDragEnd"; }, never, never, false, never>;
1255
+ }
1256
+
1257
+ declare class DropEvent {
1258
+ nativeEvent: DragEvent;
1259
+ dragData: any;
1260
+ constructor(nativeEvent: DragEvent, dragData: any);
1261
+ }
1262
+
1263
+ declare class Droppable implements OnInit, OnDestroy {
1264
+ private el;
1265
+ private renderer;
1266
+ private ng2DragDropService;
1267
+ private zone;
1268
+ onDragEnter: EventEmitter<DragEvent>;
1269
+ onDragOver: EventEmitter<DragEvent>;
1270
+ onDragLeave: EventEmitter<DragEvent>;
1271
+ onDrop: EventEmitter<DropEvent>;
1272
+ dragOverClass: string;
1273
+ dragHintClass: string;
1274
+ dropScope: string | Array<string> | ((dragData: any) => boolean | Observable<boolean>);
1275
+ private _dropEnabled;
1276
+ private _isDragActive;
1277
+ private _isServiceActive;
1278
+ private dragStartSubscription?;
1279
+ private dragEndSubscription?;
1280
+ private unbindDragEnterListener?;
1281
+ private unbindDragOverListener?;
1282
+ private unbindDragLeaveListener?;
1283
+ constructor(el: ElementRef, renderer: Renderer2, ng2DragDropService: NgDragDropService, zone: NgZone);
1284
+ get dropEnabled(): boolean;
1285
+ set dropEnabled(value: boolean);
1286
+ ngOnInit(): void;
1287
+ ngOnDestroy(): void;
1288
+ drop(e: DragEvent): void;
1289
+ dragEnter(e: DragEvent): void;
1290
+ dragOver(e: DragEvent, result: boolean): void;
1291
+ dragLeave(e: DragEvent): void;
1292
+ private allowDrop;
1293
+ private subscribeService;
1294
+ private unsubscribeService;
1295
+ private unbindDragListeners;
1296
+ static ɵfac: i0.ɵɵFactoryDeclaration<Droppable, never>;
1297
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Droppable, "[droppable]", never, { "dragOverClass": { "alias": "dragOverClass"; "required": false; }; "dragHintClass": { "alias": "dragHintClass"; "required": false; }; "dropScope": { "alias": "dropScope"; "required": false; }; "dropEnabled": { "alias": "dropEnabled"; "required": false; }; }, { "onDragEnter": "onDragEnter"; "onDragOver": "onDragOver"; "onDragLeave": "onDragLeave"; "onDrop": "onDrop"; }, never, never, false, never>;
1298
+ }
1299
+
1300
+ declare class NgDragDropModule {
1301
+ static forRoot(): ModuleWithProviders<NgDragDropModule>;
1302
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropModule, never>;
1303
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgDragDropModule, [typeof Draggable, typeof Droppable], never, [typeof Draggable, typeof Droppable]>;
1304
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgDragDropModule>;
1305
+ }
1306
+
1307
+ declare class SharedModule {
1308
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
1309
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1310
+ static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
1311
+ }
1312
+
1313
+ declare class CoreAuthModule {
1314
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreAuthModule, never>;
1315
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreAuthModule, [typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component], [typeof SharedModule], [typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component]>;
1316
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreAuthModule>;
1317
+ }
1318
+
1319
+ declare class DialogConfirmContent {
1320
+ activeModal: NgbActiveModal;
1321
+ title: string;
1322
+ body: string;
1323
+ html: string;
1324
+ handleKeyboardEvent(event: KeyboardEvent): void;
1325
+ constructor(activeModal: NgbActiveModal);
1326
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogConfirmContent, never>;
1327
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogConfirmContent, "resolveio-dialog.confirm", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; "html": { "alias": "html"; "required": false; }; }, {}, never, never, false, never>;
1328
+ }
1329
+
1330
+ declare class DialogErrorContent {
1331
+ activeModal: NgbActiveModal;
1332
+ title: string;
1333
+ body: string;
1334
+ handleKeyboardEvent(event: KeyboardEvent): void;
1335
+ constructor(activeModal: NgbActiveModal);
1336
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogErrorContent, never>;
1337
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogErrorContent, "resolveio-dialog.error", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, never, false, never>;
1338
+ }
1339
+
1340
+ declare class DialogInputContent implements OnInit {
1341
+ _activeModal: NgbActiveModal;
1342
+ private _fb;
1343
+ title: string;
1344
+ inputFields: any[];
1345
+ formInput: FormGroup;
1346
+ states: string[];
1347
+ constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1348
+ ngOnInit(): void;
1349
+ normalizeDateTimeValue(value: any): any;
1350
+ mergeDateTimeParts(dateValue: any, timeValue: any, mode?: string): any;
1351
+ isDateStruct(value: any): boolean;
1352
+ isTimeStruct(value: any): boolean;
1353
+ toDateStruct(value: any): any;
1354
+ toTimeStruct(value: any): any;
1355
+ validateInput(inputField: any, formInput: any): "" | "is-valid" | "is-invalid";
1356
+ getErrorMessages(inputField: any, formInput: any): any[];
1357
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogInputContent, never>;
1358
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogInputContent, "resolveio-dialog.input", never, { "title": { "alias": "title"; "required": false; }; "inputFields": { "alias": "inputFields"; "required": false; }; }, {}, never, never, false, never>;
1359
+ }
1360
+
1361
+ declare class DialogNotifyContent {
1362
+ activeModal: NgbActiveModal;
1363
+ title: string;
1364
+ body: string;
1365
+ handleKeyboardEvent(event: KeyboardEvent): void;
1366
+ constructor(activeModal: NgbActiveModal);
1367
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogNotifyContent, never>;
1368
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogNotifyContent, "resolveio-dialog.notify", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, never, false, never>;
1369
+ }
1370
+
1371
+ declare class DialogSelectDateTimeContent implements OnInit, AfterViewInit {
1372
+ _activeModal: NgbActiveModal;
1373
+ private _fb;
1374
+ title: string;
1375
+ date: Date;
1376
+ showTime: boolean;
1377
+ close: any;
1378
+ allElements: any;
1379
+ form: FormGroup;
1380
+ constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1381
+ ngOnInit(): void;
1382
+ ngAfterViewInit(): void;
1383
+ recursiveFindFirstElement(element: any): any;
1384
+ submitForm(): void;
1385
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectDateTimeContent, never>;
1386
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectDateTimeContent, "resolveio-dialog.select-datetime", never, { "title": { "alias": "title"; "required": false; }; "date": { "alias": "date"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; }, {}, never, never, false, never>;
1387
+ }
1388
+
1389
+ interface SelectDataLabelModel {
1390
+ data: string;
1391
+ label: string;
1392
+ selected: boolean;
1393
+ type: string;
1394
+ subData: string;
1395
+ subtype: string;
1396
+ subLabel: string;
1397
+ }
1398
+
1399
+ declare class DialogSelectDataLabelsContent implements OnInit {
1400
+ _activeModal: NgbActiveModal;
1401
+ private _fb;
1402
+ title: string;
1403
+ subtitle: string;
1404
+ data: any;
1405
+ showArraySubData: any;
1406
+ form: FormGroup;
1407
+ dialogData: SelectDataLabelModel[];
1408
+ constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1409
+ ngOnInit(): void;
1410
+ getKeys(): void;
1411
+ changeSelected(label: SelectDataLabelModel): void;
1412
+ submit(): SelectDataLabelModel[];
1413
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectDataLabelsContent, never>;
1414
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectDataLabelsContent, "resolveio-dialog.select-data-labels", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "data": { "alias": "data"; "required": false; }; "showArraySubData": { "alias": "showArraySubData"; "required": false; }; }, {}, never, never, false, never>;
1415
+ }
1416
+
1417
+ declare class DialogLoginContent implements OnInit {
1418
+ _activeModal: NgbActiveModal;
1419
+ private _fb;
1420
+ msAllowed: boolean;
1421
+ showLoginText: boolean;
1422
+ form: FormGroup;
1423
+ constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1424
+ ngOnInit(): void;
1425
+ toggleForgotPassword(): void;
1426
+ close(type: string): void;
1427
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogLoginContent, never>;
1428
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogLoginContent, "resolveio-dialog.login", never, { "msAllowed": { "alias": "msAllowed"; "required": false; }; "showLoginText": { "alias": "showLoginText"; "required": false; }; }, {}, never, never, false, never>;
1429
+ }
1430
+
1431
+ declare class DialogRegisterContent implements OnInit {
1432
+ _activeModal: NgbActiveModal;
1433
+ private _fb;
1434
+ form: FormGroup;
1435
+ constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
1448
1436
  ngOnInit(): void;
1449
- ngOnDestroy(): void;
1450
- private updateOrder;
1451
- private isFormArray;
1452
- static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsDirective, [null, { optional: true; }]>;
1453
- static ɵdir: i0.ɵɵDirectiveDeclaration<SortablejsDirective, "[sortablejs]", never, { "items": { "alias": "sortablejs"; "required": false; }; "options": { "alias": "sortablejsOptions"; "required": false; }; }, {}, never, never, false, never>;
1437
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogRegisterContent, never>;
1438
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogRegisterContent, "resolveio-dialog.register", never, {}, {}, never, never, false, never>;
1454
1439
  }
1455
1440
 
1456
- declare class SortablejsModule {
1457
- static forRoot(defaultOptions?: Options): ModuleWithProviders<SortablejsModule>;
1458
- static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsModule, never>;
1459
- static ɵmod: i0.ɵɵNgModuleDeclaration<SortablejsModule, [typeof SortablejsDirective], never, [typeof SortablejsDirective]>;
1460
- static ɵinj: i0.ɵɵInjectorDeclaration<SortablejsModule>;
1441
+ declare class DialogSelectWithButtonsURLContent implements AfterViewInit, OnInit {
1442
+ _activeModal: NgbActiveModal;
1443
+ private _account;
1444
+ url: string;
1445
+ close: any;
1446
+ allElements: any;
1447
+ title: string;
1448
+ selectedType: string;
1449
+ options: {
1450
+ value: string;
1451
+ text: string;
1452
+ }[];
1453
+ constructor(_activeModal: NgbActiveModal, _account: AccountManagerService);
1454
+ ngOnInit(): void;
1455
+ ngAfterViewInit(): void;
1456
+ recursiveFindFirstElement(element: any): any;
1457
+ onSelectType(type: any): void;
1458
+ submit(): void;
1459
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectWithButtonsURLContent, never>;
1460
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectWithButtonsURLContent, "resolveio-dialog.select-with-buttons-url", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
1461
1461
  }
1462
1462
 
1463
- declare class NgDragDropService {
1464
- dragData: any;
1465
- dragEffect: DataTransfer['dropEffect'] | null;
1466
- scope: string | Array<string> | null;
1467
- onDragStart: Subject<void>;
1468
- onDragEnd: Subject<void>;
1469
- static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropService, never>;
1470
- static ɵprov: i0.ɵɵInjectableDeclaration<NgDragDropService>;
1463
+ declare class DialogSelectArrayObjsContent implements AfterViewInit {
1464
+ _activeModal: NgbActiveModal;
1465
+ title: string;
1466
+ objects: DialogSelectWithButtonsOptionModel[];
1467
+ multiple: boolean;
1468
+ allowNone: boolean;
1469
+ close: any;
1470
+ allElements: any;
1471
+ selectedIndex: number;
1472
+ selectedItem: DialogSelectWithButtonsOptionModel;
1473
+ selectedIndexes: number[];
1474
+ selectedItems: DialogSelectWithButtonsOptionModel[];
1475
+ constructor(_activeModal: NgbActiveModal);
1476
+ ngAfterViewInit(): void;
1477
+ recursiveFindFirstElement(element: any): any;
1478
+ onSelectItem(index: number): void;
1479
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectArrayObjsContent, never>;
1480
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectArrayObjsContent, "resolveio-dialog.select-array-objs", never, { "title": { "alias": "title"; "required": false; }; "objects": { "alias": "objects"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "allowNone": { "alias": "allowNone"; "required": false; }; }, {}, never, never, false, never>;
1471
1481
  }
1472
1482
 
1473
- declare class Draggable implements OnInit, OnDestroy {
1474
- private el;
1475
- private renderer;
1476
- private ng2DragDropService;
1477
- private zone;
1478
- dragData: any;
1479
- dragHandle: string;
1480
- dragEffect: DataTransfer['dropEffect'];
1481
- dragScope: string | Array<string>;
1482
- dragHandleClass: string;
1483
- dragClass: string;
1484
- dragTransitClass: string;
1485
- onDragStart: EventEmitter<any>;
1486
- onDrag: EventEmitter<any>;
1487
- onDragEnd: EventEmitter<any>;
1488
- mouseDownElement: any;
1489
- private _dragEnabled;
1490
- private _dragImage?;
1491
- private dragImageElement?;
1492
- private unbindDragListener?;
1493
- constructor(el: ElementRef, renderer: Renderer2, ng2DragDropService: NgDragDropService, zone: NgZone);
1494
- get dragEnabled(): boolean;
1495
- set dragEnabled(value: boolean);
1496
- get dragImage(): string;
1497
- set dragImage(value: string);
1483
+ declare class DialogSelectArrayContent implements OnInit, AfterViewInit {
1484
+ _activeModal: NgbActiveModal;
1485
+ _cdRef: ChangeDetectorRef;
1486
+ title: string;
1487
+ array: any[];
1488
+ multiple: boolean;
1489
+ selectedIndexes: number[];
1490
+ close: any;
1491
+ allElements: any;
1492
+ method: string;
1493
+ mappedArray: any[];
1494
+ selectIndexes: any[];
1495
+ constructor(_activeModal: NgbActiveModal, _cdRef: ChangeDetectorRef);
1498
1496
  ngOnInit(): void;
1499
- ngOnDestroy(): void;
1500
- dragStart(e: DragEvent): void;
1501
- drag(e: DragEvent): void;
1502
- dragEnd(e: DragEvent): void;
1503
- mousedown(e: any): void;
1504
- private allowDrag;
1505
- private applyDragHandleClass;
1506
- private getDragHandleElement;
1507
- private unbindDragListeners;
1508
- private updateCursor;
1509
- static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
1510
- static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[draggable]", never, { "dragData": { "alias": "dragData"; "required": false; }; "dragHandle": { "alias": "dragHandle"; "required": false; }; "dragEffect": { "alias": "dragEffect"; "required": false; }; "dragScope": { "alias": "dragScope"; "required": false; }; "dragHandleClass": { "alias": "dragHandleClass"; "required": false; }; "dragClass": { "alias": "dragClass"; "required": false; }; "dragTransitClass": { "alias": "dragTransitClass"; "required": false; }; "dragEnabled": { "alias": "dragEnabled"; "required": false; }; "dragImage": { "alias": "dragImage"; "required": false; }; }, { "onDragStart": "onDragStart"; "onDrag": "onDrag"; "onDragEnd": "onDragEnd"; }, never, never, false, never>;
1497
+ ngAfterViewInit(): void;
1498
+ recursiveFindFirstElement(element: any): any;
1499
+ addDropDown(): void;
1500
+ onSelectDropdown(val: any, index: any): void;
1501
+ availableAdd(): boolean;
1502
+ getFilteredArray(item: any): any[];
1503
+ isInSelectedIndex(index: number): boolean;
1504
+ onSelectItem(index: number): void;
1505
+ getArray(): any[];
1506
+ selectAll(): void;
1507
+ removeAll(): void;
1508
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectArrayContent, never>;
1509
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectArrayContent, "resolveio-dialog.select-array", never, { "title": { "alias": "title"; "required": false; }; "array": { "alias": "array"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectedIndexes": { "alias": "selectedIndexes"; "required": false; }; }, {}, never, never, false, never>;
1511
1510
  }
1512
1511
 
1513
- declare class DropEvent {
1514
- nativeEvent: DragEvent;
1515
- dragData: any;
1516
- constructor(nativeEvent: DragEvent, dragData: any);
1512
+ declare class CoreDialogModule {
1513
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreDialogModule, never>;
1514
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreDialogModule, [typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent], [typeof SharedModule], [typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent]>;
1515
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreDialogModule>;
1517
1516
  }
1518
1517
 
1519
- declare class Droppable implements OnInit, OnDestroy {
1520
- private el;
1521
- private renderer;
1522
- private ng2DragDropService;
1523
- private zone;
1524
- onDragEnter: EventEmitter<DragEvent>;
1525
- onDragOver: EventEmitter<DragEvent>;
1526
- onDragLeave: EventEmitter<DragEvent>;
1527
- onDrop: EventEmitter<DropEvent>;
1528
- dragOverClass: string;
1529
- dragHintClass: string;
1530
- dropScope: string | Array<string> | ((dragData: any) => boolean | Observable<boolean>);
1531
- private _dropEnabled;
1532
- private _isDragActive;
1533
- private _isServiceActive;
1534
- private dragStartSubscription?;
1535
- private dragEndSubscription?;
1536
- private unbindDragEnterListener?;
1537
- private unbindDragOverListener?;
1538
- private unbindDragLeaveListener?;
1539
- constructor(el: ElementRef, renderer: Renderer2, ng2DragDropService: NgDragDropService, zone: NgZone);
1540
- get dropEnabled(): boolean;
1541
- set dropEnabled(value: boolean);
1518
+ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy {
1519
+ private _services;
1520
+ private _ds;
1521
+ private _cd;
1522
+ subscription$: Subscription[];
1523
+ logs: any[];
1524
+ entries_per_page: number;
1525
+ page_num: number;
1526
+ log_cnt: number;
1527
+ user: any;
1528
+ users: any[];
1529
+ startDateTime: any;
1530
+ endDateTime: any;
1531
+ dateStart: Date;
1532
+ dateEnd: Date;
1533
+ selectedTypes: any[];
1534
+ client: any;
1535
+ clients: any[];
1536
+ collection: string;
1537
+ method: string;
1538
+ route: string;
1539
+ id_document: string;
1540
+ constructor(_services: ProviderService, _ds: DialogService, _cd: ChangeDetectorRef);
1542
1541
  ngOnInit(): void;
1543
1542
  ngOnDestroy(): void;
1544
- drop(e: DragEvent): void;
1545
- dragEnter(e: DragEvent): void;
1546
- dragOver(e: DragEvent, result: boolean): void;
1547
- dragLeave(e: DragEvent): void;
1548
- private allowDrop;
1549
- private subscribeService;
1550
- private unsubscribeService;
1551
- private unbindDragListeners;
1552
- static ɵfac: i0.ɵɵFactoryDeclaration<Droppable, never>;
1553
- static ɵdir: i0.ɵɵDirectiveDeclaration<Droppable, "[droppable]", never, { "dragOverClass": { "alias": "dragOverClass"; "required": false; }; "dragHintClass": { "alias": "dragHintClass"; "required": false; }; "dropScope": { "alias": "dropScope"; "required": false; }; "dropEnabled": { "alias": "dropEnabled"; "required": false; }; }, { "onDragEnter": "onDragEnter"; "onDragOver": "onDragOver"; "onDragLeave": "onDragLeave"; "onDrop": "onDrop"; }, never, never, false, never>;
1543
+ getLogData(): void;
1544
+ selectType(type: string): void;
1545
+ icon(type: any): "success" | "info" | "danger" | "primary" | "secondary";
1546
+ removeAllLogs(): void;
1547
+ toDate(value: any, isEnd?: boolean): Date;
1548
+ createPickerValue(date: Date, secondOverride?: any): {
1549
+ mode: string;
1550
+ date: {
1551
+ year: number;
1552
+ month: number;
1553
+ day: number;
1554
+ };
1555
+ time: {
1556
+ hour: number;
1557
+ minute: number;
1558
+ second: any;
1559
+ ms: number;
1560
+ };
1561
+ };
1562
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoggerComponent, never>;
1563
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoggerComponent, "resolveio-logger", never, {}, {}, never, never, false, never>;
1554
1564
  }
1555
1565
 
1556
- declare class NgDragDropModule {
1557
- static forRoot(): ModuleWithProviders<NgDragDropModule>;
1558
- static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropModule, never>;
1559
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgDragDropModule, [typeof Draggable, typeof Droppable], never, [typeof Draggable, typeof Droppable]>;
1560
- static ɵinj: i0.ɵɵInjectorDeclaration<NgDragDropModule>;
1566
+ declare class HtmlDiffViewerComponent implements AfterViewInit {
1567
+ payloadStr: string;
1568
+ leftTextarea: ElementRef<HTMLTextAreaElement>;
1569
+ rightTextarea: ElementRef<HTMLTextAreaElement>;
1570
+ diffContent: ElementRef<HTMLDivElement>;
1571
+ leftContent: string;
1572
+ rightContent: string;
1573
+ diffLines: any[];
1574
+ visibleDiffLines: any[];
1575
+ showFullDiff: boolean;
1576
+ constructor();
1577
+ ngAfterViewInit(): void;
1578
+ toggleDiffView(): void;
1579
+ updateVisibleLines(): void;
1580
+ generateDiff(): void;
1581
+ private normalizeValue;
1582
+ private compareValues;
1583
+ private isComplexType;
1584
+ private renderComplex;
1585
+ private getType;
1586
+ private isEqual;
1587
+ private makeLine;
1588
+ private openingBrace;
1589
+ private closingBrace;
1590
+ private renderPrimitive;
1591
+ private getIndentString;
1592
+ private assignLineNumbers;
1593
+ private setupScrollSync;
1594
+ static ɵfac: i0.ɵɵFactoryDeclaration<HtmlDiffViewerComponent, never>;
1595
+ static ɵcmp: i0.ɵɵComponentDeclaration<HtmlDiffViewerComponent, "html-diff-viewer", never, { "payloadStr": { "alias": "payloadStr"; "required": false; }; }, {}, never, never, false, never>;
1561
1596
  }
1562
1597
 
1563
- declare class SharedModule {
1564
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
1565
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ReactiveFormsModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1.ReactiveFormsModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1566
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
1598
+ declare class CoreLoggerModule {
1599
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreLoggerModule, never>;
1600
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreLoggerModule, [typeof LoggerComponent, typeof HtmlDiffViewerComponent], [typeof SharedModule], [typeof LoggerComponent, typeof HtmlDiffViewerComponent]>;
1601
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreLoggerModule>;
1567
1602
  }
1568
1603
 
1569
1604
  declare class UserSettingsService {
@@ -1678,7 +1713,7 @@ declare class DatatableComponent extends BaseComponent {
1678
1713
 
1679
1714
  declare class DatatableModule {
1680
1715
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableModule, never>;
1681
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent], [typeof i4.NgbModule, typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.RouterModule, typeof CollapseTableModule], [typeof DatatableComponent]>;
1716
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent], [typeof i4.NgbModule, typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i3.RouterModule, typeof CollapseTableModule], [typeof DatatableComponent]>;
1682
1717
  static ɵinj: i0.ɵɵInjectorDeclaration<DatatableModule>;
1683
1718
  }
1684
1719
 
@@ -1727,7 +1762,7 @@ declare class FileUploadComponent extends BaseComponent implements OnInit, OnDes
1727
1762
 
1728
1763
  declare class FileModule {
1729
1764
  static ɵfac: i0.ɵɵFactoryDeclaration<FileModule, never>;
1730
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2.CommonModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i4.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
1765
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2$1.CommonModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i4.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
1731
1766
  static ɵinj: i0.ɵɵInjectorDeclaration<FileModule>;
1732
1767
  }
1733
1768
 
@@ -1737,13 +1772,9 @@ declare class UserSettingsModule {
1737
1772
  static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
1738
1773
  }
1739
1774
 
1740
- declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1741
- resolveFirstDayOfWeek: () => "M" | "S";
1742
- resolveTimezone: () => any;
1743
- };
1744
1775
  declare class CoreModule {
1745
1776
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
1746
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof HtmlDiffViewerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective, typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent], [typeof SharedModule, typeof i4.NgbModule, typeof i25.ToastrModule, typeof UserSettingsModule, typeof i27.BrowserAnimationsModule, typeof CollapseTableModule], [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective]>;
1777
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof CoreShellModule, typeof CoreAuthModule, typeof CoreDialogModule, typeof CoreLoggerModule, typeof UserSettingsModule, typeof CollapseTableModule], [typeof CoreShellModule, typeof CoreAuthModule, typeof CoreDialogModule, typeof CoreLoggerModule]>;
1747
1778
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
1748
1779
  }
1749
1780
 
@@ -1769,7 +1800,7 @@ interface CanComponentDeactivate {
1769
1800
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
1770
1801
  }
1771
1802
  declare class CanDeactivateGuard {
1772
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
1803
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
1773
1804
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
1774
1805
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
1775
1806
  }
@@ -2021,7 +2052,7 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
2021
2052
 
2022
2053
  declare class DateShortcutModule {
2023
2054
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
2024
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1.FormsModule, typeof i2.CommonModule, typeof i9.NgSelectModule], [typeof DateShortcutComponent]>;
2055
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i9.NgSelectModule], [typeof DateShortcutComponent]>;
2025
2056
  static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
2026
2057
  }
2027
2058
 
@@ -2075,7 +2106,7 @@ declare class SchedulerComponent extends BaseComponent implements AfterViewInit,
2075
2106
 
2076
2107
  declare class SchedulerModule {
2077
2108
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
2078
- static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i4.NgbModule, typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.RouterModule], [typeof SchedulerComponent]>;
2109
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i4.NgbModule, typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i3.RouterModule], [typeof SchedulerComponent]>;
2079
2110
  static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
2080
2111
  }
2081
2112
 
@@ -2173,5 +2204,5 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
2173
2204
 
2174
2205
  declare const SuperAdminModulePermission: ModulePermissionModel;
2175
2206
 
2176
- export { AccountManagerService, AlertService, Auth365Component, AuthGuard, AuthPermissionService, AuthService, AwsService, BaseComponent, CanDeactivateGuard, CollapseTableComponent, CollapseTableModule, CoreComponent, CoreModule, CoreService, DatatableComponent, DatatableModule, DateShortcutComponent, DateShortcutModule, DialogService, DomSanitizorPipe, Draggable, DropEvent, Droppable, EnrollComponent, FileModule, FileUploadComponent, FilterEqualPipe, FilterNotEqualPipe, FocusDirective, ForgotPasswordComponent, FormButtonComponent, FormButtonModule, HomeComponent, JsonParsePipe, LoggerComponent, MinusCurrencyPipe, NavbarMainComponent, NavbarModuleComponent, NgDragDropModule, NgDragDropService, OfflineManagerService, PhonePipe, PipeModule, ProviderService, ReportBuilderModulePermission, ResizeService, ResponsiveButtonGroupComponent, ResponsiveButtonGroupModule, ReversePipe, SchedulerComponent, SchedulerModule, ScrollDirective, SharedModule, SocketManagerService, SocketService, SortTableDirective, SortTableHeaderComponent, SortTableModule, SortTableNgForComponent, Sortable as SortableJs, SortablejsDirective, SortablejsModule, StorageDB, SuperAdminModulePermission, SupportTicketComponent, SupportTicketDetailComponent, SupportTicketEditComponent, SupportTicketListComponent, SupportTicketModule, SupportTicketNewComponent, SupportTicketRouting, SupportTicketService, TitleCaseAndUnderscorePipe, TokenManagerService, UserRoleComponent, UserRoleModule, ValidationService, WindowRefService, applyMongoUpdate, b64toBlobURL, blobToFile, dateOnlyStartOfDayTz, dateReviver, deepCopy, deepDiffDetails, exportCsv, generateCronStringFromDate, isUpperCase, mergeDeep, momentTz, pad, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
2207
+ export { AccountManagerService, AlertService, Auth365Component, AuthGuard, AuthPermissionService, AuthService, AwsService, BaseComponent, CanDeactivateGuard, CollapseTableComponent, CollapseTableModule, CoreAuthModule, CoreComponent, CoreDialogModule, CoreLoggerModule, CoreModule, CoreService, CoreServicesModule, CoreShellModule, DatatableComponent, DatatableModule, DateShortcutComponent, DateShortcutModule, DialogConfirmContent, DialogErrorContent, DialogInputContent, DialogLoginContent, DialogNotifyContent, DialogRegisterContent, DialogSelectArrayContent, DialogSelectArrayObjsContent, DialogSelectDataLabelsContent, DialogSelectDateTimeContent, DialogSelectWithButtonsURLContent, DialogService, DomSanitizorPipe, Draggable, DropEvent, Droppable, EnrollComponent, FileModule, FileUploadComponent, FilterEqualPipe, FilterNotEqualPipe, FocusDirective, ForgotPasswordComponent, FormButtonComponent, FormButtonModule, HomeComponent, HtmlDiffViewerComponent, JsonParsePipe, LoggerComponent, MinusCurrencyPipe, NavbarMainComponent, NavbarModuleComponent, NgDragDropModule, NgDragDropService, OfflineManagerService, PhonePipe, PipeModule, ProviderService, ReportBuilderModulePermission, ResizeService, ResponsiveButtonGroupComponent, ResponsiveButtonGroupModule, ReversePipe, SchedulerComponent, SchedulerModule, ScrollDirective, SharedModule, SocketManagerService, SocketService, SortTableDirective, SortTableHeaderComponent, SortTableModule, SortTableNgForComponent, Sortable as SortableJs, SortablejsDirective, SortablejsModule, StorageDB, SuperAdminModulePermission, SupportTicketComponent, SupportTicketDetailComponent, SupportTicketEditComponent, SupportTicketListComponent, SupportTicketModule, SupportTicketNewComponent, SupportTicketRouting, SupportTicketService, TitleCaseAndUnderscorePipe, TokenManagerService, UserRoleComponent, UserRoleModule, ValidationService, WindowRefService, applyMongoUpdate, b64toBlobURL, blobToFile, dateOnlyStartOfDayTz, dateReviver, deepCopy, deepDiffDetails, exportCsv, generateCronStringFromDate, isUpperCase, mergeDeep, momentTz, pad, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
2177
2208
  export type { ActiveClientSubscriptionModel, AppStatusModel, CanComponentDeactivate, CollectionDocument, CronJobModel, CsvExportOptions, DatatableColumn, DatatableModel, DialogInputFieldModel, DialogInputFieldSelectOptions, DialogSelectWithButtonsOptionModel, FileModel, LogMethodLatencyModel, ModulePermissionApprovalModel, ModulePermissionModel, ModulePermissionViewModel, NavbarMainTabLinkModel, NavbarMainTabModel, NavbarMainTabType, NavbarModel, NavbarTabModel, OtherObject, PaginationOptions, ScrollEvent, SelectDataLabelModel, Sort, SortDirection, SortDirectionType, SortMongo, Sortable$1 as Sortable, SortableEvent as SortablejsEvent, Options as SortablejsOptions, SubscriptionModel, SubscriptionPubModel, SupportTicketClientUserModel, SupportTicketMessageModel, SupportTicketModel, SupportTicketNoteModel, SupportTicketPriority, SupportTicketStatus, SupportTicketSubstatus, SupportTicketTaskModel, SupportTicketType, SupportTicketUserAssignedModel, SupportTicketWatchersModel, UserDelegateModel, UserEmploymentLevelType, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserNotificationConfigModel, UserNotificationModel, UserNotificationSubTypes, UserNotificationTypes, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };