@resolveio/client-lib-core 21.0.39 → 21.0.41
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
|
@@ -20,6 +20,7 @@ import * as i14 from '@resolveio/client-lib-date-picker';
|
|
|
20
20
|
import * as i7 from 'ngx-file-drop';
|
|
21
21
|
import * as i8 from '@resolveio/client-lib-pdf-viewer';
|
|
22
22
|
import * as i27 from '@angular/platform-browser/animations';
|
|
23
|
+
import moment from 'moment-timezone';
|
|
23
24
|
|
|
24
25
|
interface NavbarModel {
|
|
25
26
|
title: string;
|
|
@@ -278,6 +279,7 @@ declare class SocketService {
|
|
|
278
279
|
private startPinging;
|
|
279
280
|
private stopPinging;
|
|
280
281
|
private convertDatesToUTC;
|
|
282
|
+
private isLocalMidnight;
|
|
281
283
|
send(...data: any[]): boolean;
|
|
282
284
|
close(): boolean;
|
|
283
285
|
reconnect(): void;
|
|
@@ -1733,8 +1735,9 @@ declare class UserSettingsModule {
|
|
|
1733
1735
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
|
|
1734
1736
|
}
|
|
1735
1737
|
|
|
1736
|
-
declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
|
|
1738
|
+
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1737
1739
|
resolveFirstDayOfWeek: () => "M" | "S";
|
|
1740
|
+
resolveTimezone: () => any;
|
|
1738
1741
|
};
|
|
1739
1742
|
declare class CoreModule {
|
|
1740
1743
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
@@ -1764,7 +1767,7 @@ interface CanComponentDeactivate {
|
|
|
1764
1767
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1765
1768
|
}
|
|
1766
1769
|
declare class CanDeactivateGuard {
|
|
1767
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1770
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
|
|
1768
1771
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1769
1772
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1770
1773
|
}
|
|
@@ -1962,6 +1965,8 @@ declare function isUpperCase(str: any): boolean;
|
|
|
1962
1965
|
declare function pad(num: any, size: any): string;
|
|
1963
1966
|
declare function deepCopy(obj: any): any;
|
|
1964
1967
|
declare function dateReviver(key: any, value: any): any;
|
|
1968
|
+
declare function momentTz(timezone?: string, input?: any): moment.Moment;
|
|
1969
|
+
declare function dateOnlyStartOfDayTz(dateOnly: any, timezone?: string): Date;
|
|
1965
1970
|
declare function b64toBlobURL(b64Data: any, contentType: any, sliceSize?: any): string;
|
|
1966
1971
|
declare function blobToFile(theBlob: any, fileName: any): File;
|
|
1967
1972
|
declare function toDataURL(url: any, callback: any): void;
|
|
@@ -2166,5 +2171,5 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
|
|
|
2166
2171
|
|
|
2167
2172
|
declare const SuperAdminModulePermission: ModulePermissionModel;
|
|
2168
2173
|
|
|
2169
|
-
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, dateReviver, deepCopy, deepDiffDetails, exportCsv, generateCronStringFromDate, isUpperCase, mergeDeep, pad, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
|
|
2174
|
+
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 };
|
|
2170
2175
|
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 };
|