@resolveio/client-lib-core 21.0.30 → 21.0.31
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
|
@@ -166,6 +166,7 @@ interface OtherObject {
|
|
|
166
166
|
supervisors?: UserSupervisorModel[];
|
|
167
167
|
notifications?: UserNotificationModel[];
|
|
168
168
|
employment_level?: UserEmploymentLevelType;
|
|
169
|
+
id_employment_level?: string;
|
|
169
170
|
date_picker_day_start?: 'S' | 'M';
|
|
170
171
|
[key: string]: any;
|
|
171
172
|
}
|
|
@@ -183,17 +184,20 @@ interface UserSupervisorModel {
|
|
|
183
184
|
user: string;
|
|
184
185
|
}
|
|
185
186
|
interface UserNotificationModel {
|
|
186
|
-
id_notification
|
|
187
|
-
notification_name
|
|
188
|
-
delivery_method_email
|
|
189
|
-
delivery_method_sms
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
data
|
|
187
|
+
id_notification?: string;
|
|
188
|
+
notification_name?: string;
|
|
189
|
+
delivery_method_email?: boolean;
|
|
190
|
+
delivery_method_sms?: boolean;
|
|
191
|
+
type?: UserNotificationTypes;
|
|
192
|
+
subtype?: UserNotificationSubTypes;
|
|
193
|
+
data?: UserNotificationConfigModel;
|
|
194
|
+
[key: string]: any;
|
|
193
195
|
}
|
|
194
196
|
interface UserNotificationConfigModel {
|
|
195
|
-
[key: string]:
|
|
197
|
+
[key: string]: any;
|
|
196
198
|
}
|
|
199
|
+
type UserNotificationSubTypes = 'All' | 'My' | 'Selected';
|
|
200
|
+
type UserNotificationTypes = 'All' | 'Users' | 'Yards' | 'Wells';
|
|
197
201
|
|
|
198
202
|
interface AppStatusModel extends CollectionDocument {
|
|
199
203
|
message: string;
|
|
@@ -1170,6 +1174,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
|
|
|
1170
1174
|
headerFixed: boolean;
|
|
1171
1175
|
secondaryColor: boolean;
|
|
1172
1176
|
tertiaryColor: boolean;
|
|
1177
|
+
scrollable: boolean;
|
|
1173
1178
|
windowSize: number;
|
|
1174
1179
|
windowSizeSubscription: any;
|
|
1175
1180
|
constructor(_resizeService: ResizeService, _account: AccountManagerService);
|
|
@@ -1179,7 +1184,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
|
|
|
1179
1184
|
getCollapseClass(): string[];
|
|
1180
1185
|
getPrimaryColor(): string;
|
|
1181
1186
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
|
|
1182
|
-
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>;
|
|
1187
|
+
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; }; "scrollable": { "alias": "scrollable"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1183
1188
|
}
|
|
1184
1189
|
|
|
1185
1190
|
declare class CollapseTableModule {
|
|
@@ -1593,7 +1598,6 @@ declare class UsersSettingsComponent extends BaseComponent implements OnInit, On
|
|
|
1593
1598
|
stickySelections: {
|
|
1594
1599
|
[key: string]: any;
|
|
1595
1600
|
};
|
|
1596
|
-
hasSubmit: boolean;
|
|
1597
1601
|
constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: NgSelectStickyAdapter);
|
|
1598
1602
|
ngOnInit(): void;
|
|
1599
1603
|
ngOnDestroy(): void;
|
|
@@ -1758,7 +1762,7 @@ interface CanComponentDeactivate {
|
|
|
1758
1762
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1759
1763
|
}
|
|
1760
1764
|
declare class CanDeactivateGuard {
|
|
1761
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1765
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
1762
1766
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1763
1767
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1764
1768
|
}
|
|
@@ -2161,4 +2165,4 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
|
|
|
2161
2165
|
declare const SuperAdminModulePermission: ModulePermissionModel;
|
|
2162
2166
|
|
|
2163
2167
|
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 };
|
|
2164
|
-
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, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };
|
|
2168
|
+
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 };
|