@resolveio/client-lib-core 21.0.27 → 21.0.29

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.0.27",
3
+ "version": "21.0.29",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -15,6 +15,7 @@ import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-boot
15
15
  import * as i2 from '@angular/common';
16
16
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
17
17
  import * as i9 from '@resolveio/client-lib-ng-select';
18
+ import { StickySelectPreference, NgSelectStickyAdapter } from '@resolveio/client-lib-ng-select';
18
19
  import * as i14 from '@resolveio/client-lib-date-picker';
19
20
  import * as i7 from 'ngx-file-drop';
20
21
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
@@ -155,6 +156,7 @@ interface UserRoleGroupModel {
155
156
  yards?: string[];
156
157
  }
157
158
  interface OtherObject {
159
+ date_picker_day_start?: 'S' | 'M';
158
160
  [key: string]: any;
159
161
  }
160
162
 
@@ -1545,14 +1547,19 @@ declare class UsersSettingsComponent extends BaseComponent implements OnInit, On
1545
1547
  private _us;
1546
1548
  private _services;
1547
1549
  private _ds;
1550
+ private _stickyAdapter?;
1548
1551
  subscription$: Subscription[];
1549
1552
  form: FormGroup;
1550
1553
  disableFormButton: boolean;
1551
1554
  user: UserModel;
1552
1555
  client: string;
1553
1556
  views: any[];
1557
+ stickySelects: StickySelectPreference[];
1558
+ stickySelections: {
1559
+ [key: string]: any;
1560
+ };
1554
1561
  hasSubmit: boolean;
1555
- constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService);
1562
+ constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: NgSelectStickyAdapter);
1556
1563
  ngOnInit(): void;
1557
1564
  ngOnDestroy(): void;
1558
1565
  changePrimaryColor(): void;
@@ -1581,8 +1588,12 @@ declare class UsersSettingsComponent extends BaseComponent implements OnInit, On
1581
1588
  changeSecondaryHoverColor(): void;
1582
1589
  changeSecondaryButtonFontColor(): void;
1583
1590
  reset(): void;
1591
+ updateStickyDefault(key: string, value: any): void;
1592
+ private _loadStickySelects;
1593
+ private _resolveStickyLabel;
1584
1594
  submitForm(form: any): void;
1585
- static ɵfac: i0.ɵɵFactoryDeclaration<UsersSettingsComponent, never>;
1595
+ private _normalizeDatePickerDayStart;
1596
+ static ɵfac: i0.ɵɵFactoryDeclaration<UsersSettingsComponent, [null, null, null, null, { optional: true; }]>;
1586
1597
  static ɵcmp: i0.ɵɵComponentDeclaration<UsersSettingsComponent, "resolveio-users-settings", never, {}, {}, never, never, false, never>;
1587
1598
  }
1588
1599
 
@@ -1681,6 +1692,9 @@ declare class UserSettingsModule {
1681
1692
  static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
1682
1693
  }
1683
1694
 
1695
+ declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
1696
+ resolveFirstDayOfWeek: () => "S" | "M";
1697
+ };
1684
1698
  declare class CoreModule {
1685
1699
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
1686
1700
  static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof HtmlDiffViewerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective, typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent], [typeof SharedModule, typeof i4.NgbModule, typeof i25.ToastrModule, typeof UserSettingsModule, typeof i27.BrowserAnimationsModule, typeof CollapseTableModule], [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective]>;
@@ -2111,5 +2125,5 @@ declare const ReportBuilderModulePermission: ModulePermissionModel;
2111
2125
 
2112
2126
  declare const SuperAdminModulePermission: ModulePermissionModel;
2113
2127
 
2114
- 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, round, s2ab, toDataURL, toTitleCase, type };
2128
+ 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 };
2115
2129
  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, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, alertType };