@resolveio/client-lib-core 21.0.39 → 21.0.40
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;
|
|
@@ -324,8 +325,8 @@ declare class OfflineManagerService {
|
|
|
324
325
|
find(collectionName: string, query: Object, options?: {}, total?: boolean): any;
|
|
325
326
|
findOne(collectionName: string, query: Object): any;
|
|
326
327
|
insertDocument(collectionName: string, data: Object, expiresDate?: Date): string;
|
|
327
|
-
updateDocument(collectionName: string, data: Object):
|
|
328
|
-
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number):
|
|
328
|
+
updateDocument(collectionName: string, data: Object): 1 | 0;
|
|
329
|
+
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 1 | 0;
|
|
329
330
|
removeDocument(collectionName: string, id: string): void;
|
|
330
331
|
dropCollection(collectionName: any): void;
|
|
331
332
|
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineManagerService, never>;
|
|
@@ -1733,8 +1734,9 @@ declare class UserSettingsModule {
|
|
|
1733
1734
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
1736
|
-
declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
|
|
1737
|
+
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1737
1738
|
resolveFirstDayOfWeek: () => "M" | "S";
|
|
1739
|
+
resolveTimezone: () => any;
|
|
1738
1740
|
};
|
|
1739
1741
|
declare class CoreModule {
|
|
1740
1742
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
@@ -1962,6 +1964,8 @@ declare function isUpperCase(str: any): boolean;
|
|
|
1962
1964
|
declare function pad(num: any, size: any): string;
|
|
1963
1965
|
declare function deepCopy(obj: any): any;
|
|
1964
1966
|
declare function dateReviver(key: any, value: any): any;
|
|
1967
|
+
declare function momentTz(timezone?: string, input?: any): moment.Moment;
|
|
1968
|
+
declare function dateOnlyStartOfDayTz(dateOnly: any, timezone?: string): Date;
|
|
1965
1969
|
declare function b64toBlobURL(b64Data: any, contentType: any, sliceSize?: any): string;
|
|
1966
1970
|
declare function blobToFile(theBlob: any, fileName: any): File;
|
|
1967
1971
|
declare function toDataURL(url: any, callback: any): void;
|
|
@@ -2166,5 +2170,5 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
|
|
|
2166
2170
|
|
|
2167
2171
|
declare const SuperAdminModulePermission: ModulePermissionModel;
|
|
2168
2172
|
|
|
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 };
|
|
2173
|
+
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
2174
|
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 };
|