@resolveio/client-lib-core 21.6.1 → 21.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.6.1",
3
+ "version": "21.6.2",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1,26 +1,26 @@
1
1
  import * as rxjs from 'rxjs';
2
- import { BehaviorSubject, Observable, Subject, Subscription } from 'rxjs';
2
+ import { BehaviorSubject, Subject, Subscription, Observable } from 'rxjs';
3
3
  import { IStepOption, TourService } from 'ngx-ui-tour-core';
4
4
  import * as i0 from '@angular/core';
5
- import { OnDestroy, OnInit, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, Renderer2, NgZone, QueryList, ChangeDetectorRef, PipeTransform, ModuleWithProviders, TemplateRef, InjectionToken, Provider, AfterContentInit } from '@angular/core';
6
- import { DeviceDetectorService } from 'ngx-device-detector';
7
- import * as i3 from '@angular/forms';
8
- import { FormControl, FormGroup, AbstractControl, FormBuilder, FormGroupDirective } from '@angular/forms';
5
+ import { OnDestroy, OnInit, InjectionToken, Provider, AfterViewInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, Renderer2, NgZone, QueryList, ChangeDetectorRef, PipeTransform, ModuleWithProviders, TemplateRef, AfterContentInit } from '@angular/core';
9
6
  import * as i2$1 from 'ngx-toastr';
10
7
  import { ToastrService, ActiveToast } from 'ngx-toastr';
11
- import * as i5 from '@angular/router';
8
+ import * as i6 from '@angular/router';
12
9
  import { Router, ActivatedRoute, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
13
10
  import { HttpClient } from '@angular/common/http';
14
- import * as i6 from '@ng-bootstrap/ng-bootstrap';
11
+ import * as i4 from '@angular/forms';
12
+ import { FormControl, FormGroup, AbstractControl, FormBuilder, FormGroupDirective } from '@angular/forms';
13
+ import { DeviceDetectorService } from 'ngx-device-detector';
14
+ import * as i7 from '@ng-bootstrap/ng-bootstrap';
15
15
  import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
16
16
  import * as i2 from '@angular/common';
17
17
  import { JsonPipe, UpperCasePipe, LowerCasePipe, TitleCasePipe } from '@angular/common';
18
18
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
19
- import * as i11 from '@resolveio/client-lib-rio-select';
19
+ import * as i12 from '@resolveio/client-lib-rio-select';
20
20
  import { StickySelectPreference, RioSelectStickyAdapter } from '@resolveio/client-lib-rio-select';
21
- import * as i16 from '@resolveio/client-lib-date-picker';
21
+ import * as i17 from '@resolveio/client-lib-date-picker';
22
22
  import * as i1 from '@angular/platform-browser/animations';
23
- import * as i7 from 'ngx-file-drop';
23
+ import * as i7$1 from 'ngx-file-drop';
24
24
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
25
25
  import moment from 'moment-timezone';
26
26
 
@@ -209,35 +209,6 @@ interface UserNotificationConfigModel {
209
209
  type UserNotificationSubTypes = 'All' | 'My' | 'Selected';
210
210
  type UserNotificationTypes = 'All' | 'Users' | 'Yards' | 'Wells';
211
211
 
212
- interface AppStatusModel extends CollectionDocument {
213
- message: string;
214
- }
215
-
216
- declare class ResizeService implements OnDestroy {
217
- get onResize$(): Observable<Window>;
218
- private resizeSubject;
219
- private subscription;
220
- constructor();
221
- private onResize;
222
- ngOnDestroy(): void;
223
- static ɵfac: i0.ɵɵFactoryDeclaration<ResizeService, never>;
224
- static ɵprov: i0.ɵɵInjectableDeclaration<ResizeService>;
225
- }
226
-
227
- type alertType = 'warning' | 'error' | 'success' | 'info' | 'update';
228
-
229
- declare class AlertService {
230
- private _toastr;
231
- constructor(_toastr: ToastrService);
232
- clearAlert(id?: any): void;
233
- private registerTapToClear;
234
- private titleForType;
235
- updateAlert(existing: ActiveToast<any> | undefined, message: string, type?: alertType, timer?: number): ActiveToast<any>;
236
- setAlert(type: alertType, message: string, timer?: number): ActiveToast<any>;
237
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
238
- static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
239
- }
240
-
241
212
  declare class LocalStorageService {
242
213
  get(key: string): string | null;
243
214
  set(key: string, value: string): void;
@@ -342,6 +313,20 @@ declare class OfflineManagerService {
342
313
  static ɵprov: i0.ɵɵInjectableDeclaration<OfflineManagerService>;
343
314
  }
344
315
 
316
+ type alertType = 'warning' | 'error' | 'success' | 'info' | 'update';
317
+
318
+ declare class AlertService {
319
+ private _toastr;
320
+ constructor(_toastr: ToastrService);
321
+ clearAlert(id?: any): void;
322
+ private registerTapToClear;
323
+ private titleForType;
324
+ updateAlert(existing: ActiveToast<any> | undefined, message: string, type?: alertType, timer?: number): ActiveToast<any>;
325
+ setAlert(type: alertType, message: string, timer?: number): ActiveToast<any>;
326
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
327
+ static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
328
+ }
329
+
345
330
  declare class TokenManagerService {
346
331
  private _storage;
347
332
  private _offline;
@@ -484,6 +469,53 @@ declare class AccountManagerService {
484
469
  static ɵprov: i0.ɵɵInjectableDeclaration<AccountManagerService>;
485
470
  }
486
471
 
472
+ type CustomerNotificationStatus = 'unread' | 'read';
473
+ type CustomerNotificationSeverity = 'info' | 'success' | 'warning' | 'error';
474
+ interface CustomerNotificationModel extends CollectionDocument {
475
+ id_user: string;
476
+ id_client?: string;
477
+ client_name?: string;
478
+ title: string;
479
+ message: string;
480
+ details?: string;
481
+ category?: string;
482
+ severity?: CustomerNotificationSeverity | string;
483
+ status: CustomerNotificationStatus;
484
+ read_at?: Date;
485
+ read_by?: string;
486
+ source?: string;
487
+ source_id?: string;
488
+ action_label?: string;
489
+ action_route?: string;
490
+ dedupe_key?: string;
491
+ metadata?: Record<string, any>;
492
+ expires_at?: Date;
493
+ created_by?: string;
494
+ created_by_name?: string;
495
+ }
496
+
497
+ declare class NotificationCenterService implements OnDestroy {
498
+ private _account;
499
+ private _socket;
500
+ private notificationsSubject;
501
+ private unreadCountSubject;
502
+ private userSubscription;
503
+ private notificationSubscription;
504
+ notifications$: rxjs.Observable<CustomerNotificationModel[]>;
505
+ unreadCount$: rxjs.Observable<number>;
506
+ constructor(_account: AccountManagerService, _socket: SocketManagerService);
507
+ ngOnDestroy(): void;
508
+ getSnapshot(): CustomerNotificationModel[];
509
+ private bindUserNotifications;
510
+ private detachNotificationSubscription;
511
+ private normalizeNotifications;
512
+ private normalizeSeverity;
513
+ markRead(idNotification: string): Promise<void>;
514
+ markAllRead(idClient?: string): Promise<void>;
515
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationCenterService, never>;
516
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationCenterService>;
517
+ }
518
+
487
519
  declare class ValidationService {
488
520
  constructor();
489
521
  wholeNumbersAllowNegative(c: FormControl): {
@@ -613,6 +645,83 @@ declare class ProviderService {
613
645
  static ɵprov: i0.ɵɵInjectableDeclaration<ProviderService>;
614
646
  }
615
647
 
648
+ type AppSettingsFieldType = 'text' | 'textarea' | 'email' | 'tel' | 'number' | 'boolean' | 'select';
649
+ type AppSettingsFieldStorage = 'root' | 'custom';
650
+ interface AppSettingsFieldOption {
651
+ label: string;
652
+ value: string | number | boolean;
653
+ }
654
+ interface AppSettingsFieldConfig {
655
+ key: string;
656
+ label: string;
657
+ type?: AppSettingsFieldType;
658
+ placeholder?: string;
659
+ description?: string;
660
+ required?: boolean;
661
+ defaultValue?: any;
662
+ storage?: AppSettingsFieldStorage;
663
+ section?: string;
664
+ order?: number;
665
+ selectOptions?: AppSettingsFieldOption[];
666
+ }
667
+
668
+ declare class AppSettingsPageComponent extends BaseComponent implements OnInit, OnDestroy {
669
+ private _services;
670
+ private _injectedFields?;
671
+ title: string;
672
+ subtitle: string;
673
+ showEnableAI: boolean;
674
+ showAutoFix: boolean;
675
+ showSlowQueryOptimizer: boolean;
676
+ showSampleDataTools: boolean;
677
+ additionalFields: AppSettingsFieldConfig[];
678
+ form: FormGroup;
679
+ isSaving: boolean;
680
+ isLoading: boolean;
681
+ isClearingSampleData: boolean;
682
+ fields: AppSettingsFieldConfig[];
683
+ sectionOrder: string[];
684
+ private currentSetting;
685
+ private subscriptions;
686
+ constructor(_services: ProviderService, _injectedFields?: AppSettingsFieldConfig[]);
687
+ ngOnInit(): void;
688
+ ngOnDestroy(): void;
689
+ getSectionFields(section: string): AppSettingsFieldConfig[];
690
+ saveSettings(): Promise<void>;
691
+ clearSampleData(): Promise<void>;
692
+ private initializeFields;
693
+ private initializeForm;
694
+ private subscribeToSettings;
695
+ private resolveActiveSetting;
696
+ private patchFormFromCurrentSetting;
697
+ private resolveSectionOrder;
698
+ private getFieldSection;
699
+ private resolveDefaultFieldValue;
700
+ private normalizeFieldValue;
701
+ private normalizeCustomSettings;
702
+ private buildDefaultFields;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppSettingsPageComponent, [null, { optional: true; }]>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppSettingsPageComponent, "resolveio-app-settings-page", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "showEnableAI": { "alias": "showEnableAI"; "required": false; }; "showAutoFix": { "alias": "showAutoFix"; "required": false; }; "showSlowQueryOptimizer": { "alias": "showSlowQueryOptimizer"; "required": false; }; "showSampleDataTools": { "alias": "showSampleDataTools"; "required": false; }; "additionalFields": { "alias": "additionalFields"; "required": false; }; }, {}, never, never, false, never>;
705
+ }
706
+
707
+ declare const APP_SETTINGS_EXTENSION_FIELDS: InjectionToken<AppSettingsFieldConfig>;
708
+ declare function provideAppSettingsExtensionFields(fields: AppSettingsFieldConfig[]): Provider[];
709
+
710
+ interface AppStatusModel extends CollectionDocument {
711
+ message: string;
712
+ }
713
+
714
+ declare class ResizeService implements OnDestroy {
715
+ get onResize$(): Observable<Window>;
716
+ private resizeSubject;
717
+ private subscription;
718
+ constructor();
719
+ private onResize;
720
+ ngOnDestroy(): void;
721
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizeService, never>;
722
+ static ɵprov: i0.ɵɵInjectableDeclaration<ResizeService>;
723
+ }
724
+
616
725
  interface DialogInputFieldModel {
617
726
  label: string;
618
727
  form: string;
@@ -639,7 +748,7 @@ interface DialogSelectWithButtonsOptionModel {
639
748
  declare class DialogService {
640
749
  private modalService;
641
750
  constructor(modalService: NgbModal);
642
- openDialog(content: any, options?: NgbModalOptions): i6.NgbModalRef;
751
+ openDialog(content: any, options?: NgbModalOptions): i7.NgbModalRef;
643
752
  notify(msg: string): void;
644
753
  input(title: string, inputFields: DialogInputFieldModel[]): Promise<any>;
645
754
  error(msg: string): void;
@@ -1516,6 +1625,7 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
1516
1625
  private auth;
1517
1626
  private _ds;
1518
1627
  private _app;
1628
+ private _notificationCenter;
1519
1629
  dropdowns: QueryList<any>;
1520
1630
  scrollable: ElementRef;
1521
1631
  logo: string;
@@ -1535,7 +1645,14 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
1535
1645
  scrollRightInterval: any;
1536
1646
  scrollLeftInterval: any;
1537
1647
  isDemo: boolean;
1538
- constructor(_services: ProviderService, auth: AuthService, _ds: DialogService, _app: CoreService);
1648
+ subscription$: Subscription[];
1649
+ notifications: CustomerNotificationModel[];
1650
+ unreadNotifications: CustomerNotificationModel[];
1651
+ readNotifications: CustomerNotificationModel[];
1652
+ unreadNotificationCount: number;
1653
+ notificationsOpen: boolean;
1654
+ selectedNotification: CustomerNotificationModel;
1655
+ constructor(_services: ProviderService, auth: AuthService, _ds: DialogService, _app: CoreService, _notificationCenter: NotificationCenterService);
1539
1656
  ngOnInit(): void;
1540
1657
  ngAfterViewInit(): void;
1541
1658
  ngOnDestroy(): void;
@@ -1551,6 +1668,13 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
1551
1668
  scrollLeftOnce(): void;
1552
1669
  handleNavLinkClick(event: MouseEvent): void;
1553
1670
  toggleAiAssistant(event?: MouseEvent): void;
1671
+ toggleNotifications(event?: MouseEvent): void;
1672
+ onDocumentClick(event: MouseEvent): void;
1673
+ markNotificationAsRead(notification: CustomerNotificationModel, event?: MouseEvent): Promise<void>;
1674
+ markAllNotificationsAsRead(event?: MouseEvent): Promise<void>;
1675
+ openNotification(notification: CustomerNotificationModel, event?: MouseEvent): Promise<void>;
1676
+ getNotificationSeverityClass(notification: CustomerNotificationModel): string;
1677
+ getNotificationDateText(notification: CustomerNotificationModel): string;
1554
1678
  calculateDropdownsLeft(): boolean;
1555
1679
  isInRole(role: any): boolean;
1556
1680
  isSuperAdmin(): any;
@@ -1752,7 +1876,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1752
1876
 
1753
1877
  declare class CollapseTableModule {
1754
1878
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableModule, never>;
1755
- static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i3.FormsModule, typeof i2.CommonModule], [typeof CollapseTableComponent]>;
1879
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i4.FormsModule, typeof i2.CommonModule], [typeof CollapseTableComponent]>;
1756
1880
  static ɵinj: i0.ɵɵInjectorDeclaration<CollapseTableModule>;
1757
1881
  }
1758
1882
 
@@ -1771,7 +1895,7 @@ declare class FormButtonComponent extends BaseComponent {
1771
1895
 
1772
1896
  declare class FormButtonModule {
1773
1897
  static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonModule, never>;
1774
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof i6.NgbTooltipModule], [typeof FormButtonComponent]>;
1898
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof i7.NgbTooltipModule], [typeof FormButtonComponent]>;
1775
1899
  static ɵinj: i0.ɵɵInjectorDeclaration<FormButtonModule>;
1776
1900
  }
1777
1901
 
@@ -1898,7 +2022,7 @@ declare class SortTableNgForComponent implements OnInit, OnChanges, OnDestroy {
1898
2022
 
1899
2023
  declare class SortTableModule {
1900
2024
  static ɵfac: i0.ɵɵFactoryDeclaration<SortTableModule, never>;
1901
- static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i3.FormsModule, typeof i2.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
2025
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i4.FormsModule, typeof i2.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
1902
2026
  static ɵinj: i0.ɵɵInjectorDeclaration<SortTableModule>;
1903
2027
  }
1904
2028
 
@@ -2070,7 +2194,7 @@ declare class NgDragDropModule {
2070
2194
 
2071
2195
  declare class SharedModule {
2072
2196
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
2073
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof AiFormAutoRegisterDirective, typeof TourAnchorDirective, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof CollapseTableModule, typeof i5.RouterModule, typeof i6.NgbModule, typeof i6.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i11.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i16.RioDatePickerModule], [typeof AiFormAutoRegisterDirective, typeof TourAnchorDirective, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof CollapseTableModule, typeof i5.RouterModule, typeof i6.NgbModule, typeof i6.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i11.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i16.RioDatePickerModule]>;
2197
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof AppSettingsPageComponent], [typeof AiFormAutoRegisterDirective, typeof TourAnchorDirective, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof CollapseTableModule, typeof i6.RouterModule, typeof i7.NgbModule, typeof i7.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i12.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i17.RioDatePickerModule], [typeof AiFormAutoRegisterDirective, typeof TourAnchorDirective, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof CollapseTableModule, typeof i6.RouterModule, typeof i7.NgbModule, typeof i7.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i12.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i17.RioDatePickerModule, typeof AppSettingsPageComponent]>;
2074
2198
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
2075
2199
  }
2076
2200
 
@@ -2114,7 +2238,7 @@ declare class CoreTourOverlayComponent implements OnInit, OnDestroy {
2114
2238
 
2115
2239
  declare class CoreShellModule {
2116
2240
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreShellModule, never>;
2117
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreShellModule, [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective], [typeof i2.CommonModule, typeof i5.RouterModule, typeof PipeModule, typeof i6.NgbModalModule, typeof AiTerminalModule, typeof CoreServicesModule, typeof TourAnchorDirective, typeof CoreTourOverlayComponent], [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective]>;
2241
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreShellModule, [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective], [typeof i2.CommonModule, typeof i6.RouterModule, typeof PipeModule, typeof i7.NgbModalModule, typeof AiTerminalModule, typeof CoreServicesModule, typeof TourAnchorDirective, typeof CoreTourOverlayComponent], [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective]>;
2118
2242
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreShellModule>;
2119
2243
  }
2120
2244
 
@@ -2937,7 +3061,7 @@ declare class RioPaginationModule {
2937
3061
 
2938
3062
  declare class DatatableModule {
2939
3063
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableModule, never>;
2940
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent, typeof DatatableCellTemplateDirective], [typeof i6.NgbModule, typeof i3.FormsModule, typeof i2.CommonModule, typeof i5.RouterModule, typeof CollapseTableModule, typeof i11.RioSelectModule, typeof i16.RioDatePickerModule, typeof RioPaginationModule], [typeof DatatableComponent, typeof DatatableCellTemplateDirective]>;
3064
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent, typeof DatatableCellTemplateDirective], [typeof i7.NgbModule, typeof i4.FormsModule, typeof i2.CommonModule, typeof i6.RouterModule, typeof CollapseTableModule, typeof i12.RioSelectModule, typeof i17.RioDatePickerModule, typeof RioPaginationModule], [typeof DatatableComponent, typeof DatatableCellTemplateDirective]>;
2941
3065
  static ɵinj: i0.ɵɵInjectorDeclaration<DatatableModule>;
2942
3066
  }
2943
3067
 
@@ -2986,13 +3110,13 @@ declare class FileUploadComponent extends BaseComponent implements OnInit, OnDes
2986
3110
 
2987
3111
  declare class FileModule {
2988
3112
  static ɵfac: i0.ɵɵFactoryDeclaration<FileModule, never>;
2989
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof CollapseTableModule, typeof i6.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
3113
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2.CommonModule, typeof i4.FormsModule, typeof CollapseTableModule, typeof i7.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7$1.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
2990
3114
  static ɵinj: i0.ɵɵInjectorDeclaration<FileModule>;
2991
3115
  }
2992
3116
 
2993
3117
  declare class UserSettingsModule {
2994
3118
  static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsModule, never>;
2995
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserSettingsModule, [typeof UserSettingsComponent, typeof UsersSettingsComponent], [typeof SharedModule, typeof i5.RouterModule, typeof DatatableModule, typeof FileModule, typeof i6.NgbAccordionModule, typeof i6.NgbModule], never>;
3119
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserSettingsModule, [typeof UserSettingsComponent, typeof UsersSettingsComponent], [typeof SharedModule, typeof i6.RouterModule, typeof DatatableModule, typeof FileModule, typeof i7.NgbAccordionModule, typeof i7.NgbModule], never>;
2996
3120
  static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
2997
3121
  }
2998
3122
 
@@ -3121,7 +3245,7 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
3121
3245
 
3122
3246
  declare class DateShortcutModule {
3123
3247
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
3124
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i3.FormsModule, typeof i2.CommonModule, typeof i11.RioSelectModule], [typeof DateShortcutComponent]>;
3248
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i4.FormsModule, typeof i2.CommonModule, typeof i12.RioSelectModule], [typeof DateShortcutComponent]>;
3125
3249
  static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
3126
3250
  }
3127
3251
 
@@ -3542,7 +3666,7 @@ declare class ListTemplateComponent extends BaseComponent implements OnChanges,
3542
3666
 
3543
3667
  declare class ListTemplateModule {
3544
3668
  static ɵfac: i0.ɵɵFactoryDeclaration<ListTemplateModule, never>;
3545
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListTemplateModule, [typeof ListTemplateComponent, typeof ListTemplateCellTemplateDirective], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i6.NgbModule, typeof CollapseTableModule, typeof RioPaginationModule, typeof i11.RioSelectModule, typeof i16.RioDatePickerModule], [typeof ListTemplateComponent, typeof ListTemplateCellTemplateDirective]>;
3669
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ListTemplateModule, [typeof ListTemplateComponent, typeof ListTemplateCellTemplateDirective], [typeof i2.CommonModule, typeof i4.FormsModule, typeof i7.NgbModule, typeof CollapseTableModule, typeof RioPaginationModule, typeof i12.RioSelectModule, typeof i17.RioDatePickerModule], [typeof ListTemplateComponent, typeof ListTemplateCellTemplateDirective]>;
3546
3670
  static ɵinj: i0.ɵɵInjectorDeclaration<ListTemplateModule>;
3547
3671
  }
3548
3672
 
@@ -3596,7 +3720,7 @@ declare class SchedulerComponent extends BaseComponent implements AfterViewInit,
3596
3720
 
3597
3721
  declare class SchedulerModule {
3598
3722
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
3599
- static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i6.NgbModule, typeof i3.FormsModule, typeof i2.CommonModule, typeof i5.RouterModule], [typeof SchedulerComponent]>;
3723
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i7.NgbModule, typeof i4.FormsModule, typeof i2.CommonModule, typeof i6.RouterModule], [typeof SchedulerComponent]>;
3600
3724
  static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
3601
3725
  }
3602
3726
 
@@ -3680,5 +3804,5 @@ declare const MongoExplorerModulePermission: ModulePermissionModel;
3680
3804
 
3681
3805
  declare const SuperAdminModulePermission: ModulePermissionModel;
3682
3806
 
3683
- export { AccountManagerService, AiAssistantComponent, AiFormAutoRegisterDirective, AiFormRegistryService, AiPageFormAdapterService, AiPageRouterService, AiTerminalComponent, AiTerminalModule, AiTerminalService, AlertService, Auth365Component, AuthGuard, AuthPermissionService, AuthService, AwsService, BaseComponent, CanDeactivateGuard, CollapseTableComponent, CollapseTableModule, CoreAuthModule, CoreComponent, CoreDialogModule, CoreLoggerModule, CoreModule, CoreService, CoreServicesModule, CoreShellModule, CoreTourService, DATATABLE_DEFAULT_CONFIG, DatatableCellTemplateDirective, DatatableComponent, DatatableModule, DateShortcutComponent, DateShortcutModule, DialogConfirmContent, DialogErrorContent, DialogInputContent, DialogLoginContent, DialogNotifyContent, DialogRegisterContent, DialogSelectArrayContent, DialogSelectArrayObjsContent, DialogSelectDataLabelsContent, DialogSelectDateTimeContent, DialogSelectWithButtonsURLContent, DialogService, DomSanitizorPipe, Draggable, DropEvent, Droppable, EnrollComponent, FeatureGateService, FileModule, FileUploadComponent, FilterEqualPipe, FilterNotEqualPipe, FocusDirective, ForgotPasswordComponent, FormButtonComponent, FormButtonModule, HomeComponent, HtmlDiffViewerComponent, JsonParsePipe, ListComponent, ListTemplateCellTemplateDirective, ListTemplateComponent, ListTemplateModule, ListTemplateStateService, LoggerComponent, MinusCurrencyPipe, MongoExplorerModulePermission, NavbarMainComponent, NavbarModuleComponent, NgDragDropModule, NgDragDropService, OfflineManagerService, PhonePipe, PipeModule, ProviderService, ReportBuilderModulePermission, ResizeService, ResponsiveButtonGroupComponent, ResponsiveButtonGroupModule, ReversePipe, RioPaginationComponent, RioPaginationModule, SchedulerComponent, SchedulerModule, ScrollDirective, SharedModule, SocketManagerService, SocketService, SortTableDirective, SortTableHeaderComponent, SortTableModule, SortTableNgForComponent, Sortable as SortableJs, SortablejsDirective, SortablejsModule, StorageDB, SuperAdminModulePermission, TitleCaseAndUnderscorePipe, TokenManagerService, TourAnchorDirective, UserRoleComponent, UserRoleModule, ValidationService, WindowRefService, applyMongoUpdate, b64toBlobURL, blobToFile, buildDatatableColumnFilterClauses, buildMappedFilterClauses, buildRegexOrSearchClause, buildSearchClause, dateElementToEndDate, dateElementToStartDate, dateOnlyEndOfDayTz, dateOnlyStartOfDayTz, dateReviver, deepCopy, deepDiffDetails, escapeRegExp, exportCsv, generateCronStringFromDate, hasActiveDatatableColumnFilter, isUpperCase, mergeDeep, momentTz, pad, provideDatatableDefaultConfig, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
3684
- export type { ActiveClientSubscriptionModel, AiFormRegistryEntry, AiPageAdapter, AiPageContext, AiPageContextMode, AiPageRequest, AiPageResult, AiPageSchema, AiTerminalAssistantMode, AiTerminalAttachmentModel, AiTerminalConfig$1 as AiTerminalConfig, AiTerminalConversationModel, AiTerminalConversationStatus, AiTerminalDisplayTable, AiTerminalMessageModel, AiTerminalMessageRole, AiTerminalMessageUsage, AiTerminalMethodNames, AiTerminalMode, AiTerminalMongoAccess, AiTerminalMongoConfig, AiTerminalToolResult, AppStatusModel, CanComponentDeactivate, CollectionDocument, CronJobModel, CsvExportOptions, DatatableButtonAction, DatatableCellActionEvent, DatatableColumn, DatatableColumnAlign, DatatableColumnFilter, DatatableColumnFilterOperator, DatatableColumnFilterType, DatatableColumnTypes, DatatableDefaultConfig, DatatableInputConfig, DatatableModel, DatatablePipeConfig, DatatablePipeName, DatatableProgressConfig, DatatableRowClickEvent, DatatableRowNavigationMode, DatatableSelectConfig, DatatableSelectOption, DateElementLike, DialogInputFieldModel, DialogInputFieldSelectOptions, DialogSelectWithButtonsOptionModel, FileModel, ListTemplateAutoFilterConfig, ListTemplateBuildQueryParamsOptions, ListTemplateDataSourceConfig, ListTemplateDataSourceContext, ListTemplateDateElement, ListTemplateFilterOption, ListTemplateQueryStateOptions, ListTemplateQueryStateResult, ListTemplateSearchMode, LogMethodLatencyModel, ModulePermissionApprovalModel, ModulePermissionModel, ModulePermissionViewModel, NavbarMainTabLinkModel, NavbarMainTabModel, NavbarMainTabType, NavbarModel, NavbarTabModel, OtherObject, PaginationOptions, QueryFilterMapping, QuerySearchClauseOptions, QuerySearchMode, ScrollEvent, SelectDataLabelModel, Sort, SortDirection, SortDirectionType, SortMongo, Sortable$1 as Sortable, SortableEvent as SortablejsEvent, Options as SortablejsOptions, SubscriptionModel, SubscriptionPubModel, UserDelegateModel, UserEmploymentLevelType, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserNotificationConfigModel, UserNotificationModel, UserNotificationSubTypes, UserNotificationTypes, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };
3807
+ export { APP_SETTINGS_EXTENSION_FIELDS, AccountManagerService, AiAssistantComponent, AiFormAutoRegisterDirective, AiFormRegistryService, AiPageFormAdapterService, AiPageRouterService, AiTerminalComponent, AiTerminalModule, AiTerminalService, AlertService, AppSettingsPageComponent, Auth365Component, AuthGuard, AuthPermissionService, AuthService, AwsService, BaseComponent, CanDeactivateGuard, CollapseTableComponent, CollapseTableModule, CoreAuthModule, CoreComponent, CoreDialogModule, CoreLoggerModule, CoreModule, CoreService, CoreServicesModule, CoreShellModule, CoreTourService, DATATABLE_DEFAULT_CONFIG, DatatableCellTemplateDirective, DatatableComponent, DatatableModule, DateShortcutComponent, DateShortcutModule, DialogConfirmContent, DialogErrorContent, DialogInputContent, DialogLoginContent, DialogNotifyContent, DialogRegisterContent, DialogSelectArrayContent, DialogSelectArrayObjsContent, DialogSelectDataLabelsContent, DialogSelectDateTimeContent, DialogSelectWithButtonsURLContent, DialogService, DomSanitizorPipe, Draggable, DropEvent, Droppable, EnrollComponent, FeatureGateService, FileModule, FileUploadComponent, FilterEqualPipe, FilterNotEqualPipe, FocusDirective, ForgotPasswordComponent, FormButtonComponent, FormButtonModule, HomeComponent, HtmlDiffViewerComponent, JsonParsePipe, ListComponent, ListTemplateCellTemplateDirective, ListTemplateComponent, ListTemplateModule, ListTemplateStateService, LoggerComponent, MinusCurrencyPipe, MongoExplorerModulePermission, NavbarMainComponent, NavbarModuleComponent, NgDragDropModule, NgDragDropService, NotificationCenterService, OfflineManagerService, PhonePipe, PipeModule, ProviderService, ReportBuilderModulePermission, ResizeService, ResponsiveButtonGroupComponent, ResponsiveButtonGroupModule, ReversePipe, RioPaginationComponent, RioPaginationModule, SchedulerComponent, SchedulerModule, ScrollDirective, SharedModule, SocketManagerService, SocketService, SortTableDirective, SortTableHeaderComponent, SortTableModule, SortTableNgForComponent, Sortable as SortableJs, SortablejsDirective, SortablejsModule, StorageDB, SuperAdminModulePermission, TitleCaseAndUnderscorePipe, TokenManagerService, TourAnchorDirective, UserRoleComponent, UserRoleModule, ValidationService, WindowRefService, applyMongoUpdate, b64toBlobURL, blobToFile, buildDatatableColumnFilterClauses, buildMappedFilterClauses, buildRegexOrSearchClause, buildSearchClause, dateElementToEndDate, dateElementToStartDate, dateOnlyEndOfDayTz, dateOnlyStartOfDayTz, dateReviver, deepCopy, deepDiffDetails, escapeRegExp, exportCsv, generateCronStringFromDate, hasActiveDatatableColumnFilter, isUpperCase, mergeDeep, momentTz, pad, provideAppSettingsExtensionFields, provideDatatableDefaultConfig, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
3808
+ export type { ActiveClientSubscriptionModel, AiFormRegistryEntry, AiPageAdapter, AiPageContext, AiPageContextMode, AiPageRequest, AiPageResult, AiPageSchema, AiTerminalAssistantMode, AiTerminalAttachmentModel, AiTerminalConfig$1 as AiTerminalConfig, AiTerminalConversationModel, AiTerminalConversationStatus, AiTerminalDisplayTable, AiTerminalMessageModel, AiTerminalMessageRole, AiTerminalMessageUsage, AiTerminalMethodNames, AiTerminalMode, AiTerminalMongoAccess, AiTerminalMongoConfig, AiTerminalToolResult, AppSettingsFieldConfig, AppSettingsFieldOption, AppSettingsFieldStorage, AppSettingsFieldType, AppStatusModel, CanComponentDeactivate, CollectionDocument, CronJobModel, CsvExportOptions, CustomerNotificationModel, CustomerNotificationSeverity, CustomerNotificationStatus, DatatableButtonAction, DatatableCellActionEvent, DatatableColumn, DatatableColumnAlign, DatatableColumnFilter, DatatableColumnFilterOperator, DatatableColumnFilterType, DatatableColumnTypes, DatatableDefaultConfig, DatatableInputConfig, DatatableModel, DatatablePipeConfig, DatatablePipeName, DatatableProgressConfig, DatatableRowClickEvent, DatatableRowNavigationMode, DatatableSelectConfig, DatatableSelectOption, DateElementLike, DialogInputFieldModel, DialogInputFieldSelectOptions, DialogSelectWithButtonsOptionModel, FileModel, ListTemplateAutoFilterConfig, ListTemplateBuildQueryParamsOptions, ListTemplateDataSourceConfig, ListTemplateDataSourceContext, ListTemplateDateElement, ListTemplateFilterOption, ListTemplateQueryStateOptions, ListTemplateQueryStateResult, ListTemplateSearchMode, LogMethodLatencyModel, ModulePermissionApprovalModel, ModulePermissionModel, ModulePermissionViewModel, NavbarMainTabLinkModel, NavbarMainTabModel, NavbarMainTabType, NavbarModel, NavbarTabModel, OtherObject, PaginationOptions, QueryFilterMapping, QuerySearchClauseOptions, QuerySearchMode, ScrollEvent, SelectDataLabelModel, Sort, SortDirection, SortDirectionType, SortMongo, Sortable$1 as Sortable, SortableEvent as SortablejsEvent, Options as SortablejsOptions, SubscriptionModel, SubscriptionPubModel, UserDelegateModel, UserEmploymentLevelType, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserNotificationConfigModel, UserNotificationModel, UserNotificationSubTypes, UserNotificationTypes, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };