@resolveio/client-lib-core 21.0.30 → 21.0.32
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,22 @@ 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
|
+
id_yards?: string[];
|
|
195
|
+
id_users?: string[];
|
|
196
|
+
[key: string]: any;
|
|
193
197
|
}
|
|
194
198
|
interface UserNotificationConfigModel {
|
|
195
|
-
[key: string]:
|
|
199
|
+
[key: string]: any;
|
|
196
200
|
}
|
|
201
|
+
type UserNotificationSubTypes = 'All' | 'My' | 'Selected';
|
|
202
|
+
type UserNotificationTypes = 'All' | 'Users' | 'Yards' | 'Wells';
|
|
197
203
|
|
|
198
204
|
interface AppStatusModel extends CollectionDocument {
|
|
199
205
|
message: string;
|
|
@@ -1170,6 +1176,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
|
|
|
1170
1176
|
headerFixed: boolean;
|
|
1171
1177
|
secondaryColor: boolean;
|
|
1172
1178
|
tertiaryColor: boolean;
|
|
1179
|
+
scrollable: boolean;
|
|
1173
1180
|
windowSize: number;
|
|
1174
1181
|
windowSizeSubscription: any;
|
|
1175
1182
|
constructor(_resizeService: ResizeService, _account: AccountManagerService);
|
|
@@ -1179,7 +1186,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
|
|
|
1179
1186
|
getCollapseClass(): string[];
|
|
1180
1187
|
getPrimaryColor(): string;
|
|
1181
1188
|
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>;
|
|
1189
|
+
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
1190
|
}
|
|
1184
1191
|
|
|
1185
1192
|
declare class CollapseTableModule {
|
|
@@ -1593,7 +1600,6 @@ declare class UsersSettingsComponent extends BaseComponent implements OnInit, On
|
|
|
1593
1600
|
stickySelections: {
|
|
1594
1601
|
[key: string]: any;
|
|
1595
1602
|
};
|
|
1596
|
-
hasSubmit: boolean;
|
|
1597
1603
|
constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: NgSelectStickyAdapter);
|
|
1598
1604
|
ngOnInit(): void;
|
|
1599
1605
|
ngOnDestroy(): void;
|
|
@@ -2161,4 +2167,4 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
|
|
|
2161
2167
|
declare const SuperAdminModulePermission: ModulePermissionModel;
|
|
2162
2168
|
|
|
2163
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 };
|
|
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 };
|
|
2170
|
+
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 };
|