@resolveio/client-lib-core 21.6.1 → 21.6.3
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,26 +1,26 @@
|
|
|
1
1
|
import * as rxjs from 'rxjs';
|
|
2
|
-
import { BehaviorSubject,
|
|
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,
|
|
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
|
|
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
|
|
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
|
|
19
|
+
import * as i12 from '@resolveio/client-lib-rio-select';
|
|
20
20
|
import { StickySelectPreference, RioSelectStickyAdapter } from '@resolveio/client-lib-rio-select';
|
|
21
|
-
import * as
|
|
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):
|
|
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,15 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
|
|
|
1535
1645
|
scrollRightInterval: any;
|
|
1536
1646
|
scrollLeftInterval: any;
|
|
1537
1647
|
isDemo: boolean;
|
|
1538
|
-
|
|
1648
|
+
subscription$: Subscription[];
|
|
1649
|
+
notifications: CustomerNotificationModel[];
|
|
1650
|
+
unreadNotifications: CustomerNotificationModel[];
|
|
1651
|
+
readNotifications: CustomerNotificationModel[];
|
|
1652
|
+
unreadNotificationCount: number;
|
|
1653
|
+
notificationsOpen: boolean;
|
|
1654
|
+
selectedNotification: CustomerNotificationModel;
|
|
1655
|
+
showReadNotifications: boolean;
|
|
1656
|
+
constructor(_services: ProviderService, auth: AuthService, _ds: DialogService, _app: CoreService, _notificationCenter: NotificationCenterService);
|
|
1539
1657
|
ngOnInit(): void;
|
|
1540
1658
|
ngAfterViewInit(): void;
|
|
1541
1659
|
ngOnDestroy(): void;
|
|
@@ -1551,6 +1669,18 @@ declare class NavbarMainComponent extends BaseComponent implements OnInit, After
|
|
|
1551
1669
|
scrollLeftOnce(): void;
|
|
1552
1670
|
handleNavLinkClick(event: MouseEvent): void;
|
|
1553
1671
|
toggleAiAssistant(event?: MouseEvent): void;
|
|
1672
|
+
toggleNotifications(event?: MouseEvent): void;
|
|
1673
|
+
onDocumentClick(event: MouseEvent): void;
|
|
1674
|
+
toggleShowReadNotifications(event?: MouseEvent): void;
|
|
1675
|
+
markNotificationAsRead(notification: CustomerNotificationModel, event?: MouseEvent): Promise<void>;
|
|
1676
|
+
markAllNotificationsAsRead(event?: MouseEvent): Promise<void>;
|
|
1677
|
+
openNotification(notification: CustomerNotificationModel, event?: MouseEvent): Promise<void>;
|
|
1678
|
+
backToNotificationList(event?: MouseEvent): Promise<void>;
|
|
1679
|
+
getNotificationSeverityClass(notification: CustomerNotificationModel): string;
|
|
1680
|
+
getNotificationDateText(notification: CustomerNotificationModel): string;
|
|
1681
|
+
private resetNotificationPanelState;
|
|
1682
|
+
private rebuildNotificationBuckets;
|
|
1683
|
+
private updateNotificationStatusLocally;
|
|
1554
1684
|
calculateDropdownsLeft(): boolean;
|
|
1555
1685
|
isInRole(role: any): boolean;
|
|
1556
1686
|
isSuperAdmin(): any;
|
|
@@ -1752,7 +1882,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1752
1882
|
|
|
1753
1883
|
declare class CollapseTableModule {
|
|
1754
1884
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableModule, never>;
|
|
1755
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof
|
|
1885
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i4.FormsModule, typeof i2.CommonModule], [typeof CollapseTableComponent]>;
|
|
1756
1886
|
static ɵinj: i0.ɵɵInjectorDeclaration<CollapseTableModule>;
|
|
1757
1887
|
}
|
|
1758
1888
|
|
|
@@ -1771,7 +1901,7 @@ declare class FormButtonComponent extends BaseComponent {
|
|
|
1771
1901
|
|
|
1772
1902
|
declare class FormButtonModule {
|
|
1773
1903
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonModule, never>;
|
|
1774
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof
|
|
1904
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof i7.NgbTooltipModule], [typeof FormButtonComponent]>;
|
|
1775
1905
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormButtonModule>;
|
|
1776
1906
|
}
|
|
1777
1907
|
|
|
@@ -1898,7 +2028,7 @@ declare class SortTableNgForComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
1898
2028
|
|
|
1899
2029
|
declare class SortTableModule {
|
|
1900
2030
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortTableModule, never>;
|
|
1901
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof
|
|
2031
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i4.FormsModule, typeof i2.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
|
|
1902
2032
|
static ɵinj: i0.ɵɵInjectorDeclaration<SortTableModule>;
|
|
1903
2033
|
}
|
|
1904
2034
|
|
|
@@ -2070,7 +2200,7 @@ declare class NgDragDropModule {
|
|
|
2070
2200
|
|
|
2071
2201
|
declare class SharedModule {
|
|
2072
2202
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
2073
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule,
|
|
2203
|
+
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
2204
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
2075
2205
|
}
|
|
2076
2206
|
|
|
@@ -2114,7 +2244,7 @@ declare class CoreTourOverlayComponent implements OnInit, OnDestroy {
|
|
|
2114
2244
|
|
|
2115
2245
|
declare class CoreShellModule {
|
|
2116
2246
|
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
|
|
2247
|
+
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
2248
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreShellModule>;
|
|
2119
2249
|
}
|
|
2120
2250
|
|
|
@@ -2937,7 +3067,7 @@ declare class RioPaginationModule {
|
|
|
2937
3067
|
|
|
2938
3068
|
declare class DatatableModule {
|
|
2939
3069
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatatableModule, never>;
|
|
2940
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent, typeof DatatableCellTemplateDirective], [typeof
|
|
3070
|
+
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
3071
|
static ɵinj: i0.ɵɵInjectorDeclaration<DatatableModule>;
|
|
2942
3072
|
}
|
|
2943
3073
|
|
|
@@ -2986,13 +3116,13 @@ declare class FileUploadComponent extends BaseComponent implements OnInit, OnDes
|
|
|
2986
3116
|
|
|
2987
3117
|
declare class FileModule {
|
|
2988
3118
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileModule, never>;
|
|
2989
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2.CommonModule, typeof
|
|
3119
|
+
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
3120
|
static ɵinj: i0.ɵɵInjectorDeclaration<FileModule>;
|
|
2991
3121
|
}
|
|
2992
3122
|
|
|
2993
3123
|
declare class UserSettingsModule {
|
|
2994
3124
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsModule, never>;
|
|
2995
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserSettingsModule, [typeof UserSettingsComponent, typeof UsersSettingsComponent], [typeof SharedModule, typeof
|
|
3125
|
+
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
3126
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
|
|
2997
3127
|
}
|
|
2998
3128
|
|
|
@@ -3121,7 +3251,7 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
|
|
|
3121
3251
|
|
|
3122
3252
|
declare class DateShortcutModule {
|
|
3123
3253
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
|
|
3124
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof
|
|
3254
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i4.FormsModule, typeof i2.CommonModule, typeof i12.RioSelectModule], [typeof DateShortcutComponent]>;
|
|
3125
3255
|
static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
|
|
3126
3256
|
}
|
|
3127
3257
|
|
|
@@ -3542,7 +3672,7 @@ declare class ListTemplateComponent extends BaseComponent implements OnChanges,
|
|
|
3542
3672
|
|
|
3543
3673
|
declare class ListTemplateModule {
|
|
3544
3674
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListTemplateModule, never>;
|
|
3545
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListTemplateModule, [typeof ListTemplateComponent, typeof ListTemplateCellTemplateDirective], [typeof i2.CommonModule, typeof
|
|
3675
|
+
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
3676
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListTemplateModule>;
|
|
3547
3677
|
}
|
|
3548
3678
|
|
|
@@ -3596,7 +3726,7 @@ declare class SchedulerComponent extends BaseComponent implements AfterViewInit,
|
|
|
3596
3726
|
|
|
3597
3727
|
declare class SchedulerModule {
|
|
3598
3728
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
|
|
3599
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof
|
|
3729
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i7.NgbModule, typeof i4.FormsModule, typeof i2.CommonModule, typeof i6.RouterModule], [typeof SchedulerComponent]>;
|
|
3600
3730
|
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
|
|
3601
3731
|
}
|
|
3602
3732
|
|
|
@@ -3680,5 +3810,5 @@ declare const MongoExplorerModulePermission: ModulePermissionModel;
|
|
|
3680
3810
|
|
|
3681
3811
|
declare const SuperAdminModulePermission: ModulePermissionModel;
|
|
3682
3812
|
|
|
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 };
|
|
3813
|
+
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 };
|
|
3814
|
+
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 };
|