@resolveio/client-lib-core 21.0.46 → 21.1.0

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.46",
3
+ "version": "21.1.0",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -15,8 +15,8 @@ import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-boot
15
15
  import * as i2$1 from '@angular/common';
16
16
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
17
17
  import * as i1 from '@angular/platform-browser/animations';
18
- import * as i9 from '@resolveio/client-lib-ng-select';
19
- import { StickySelectPreference, NgSelectStickyAdapter } from '@resolveio/client-lib-ng-select';
18
+ import * as i9 from '@resolveio/client-lib-rio-select';
19
+ import { StickySelectPreference, RioSelectStickyAdapter } from '@resolveio/client-lib-rio-select';
20
20
  import * as i14 from '@resolveio/client-lib-date-picker';
21
21
  import * as i7 from 'ngx-file-drop';
22
22
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
@@ -137,7 +137,7 @@ interface UserSettingsModel {
137
137
  secondary_hover_color: string;
138
138
  routing_preference: string;
139
139
  opening_route: string;
140
- ng_select_search_mode?: 'fuzzy' | 'exact';
140
+ rio_select_search_mode?: 'fuzzy' | 'exact';
141
141
  }
142
142
  interface UserRoleModel {
143
143
  super_admin: boolean;
@@ -584,7 +584,7 @@ interface DialogInputFieldSelectOptions {
584
584
  value: string | number;
585
585
  text: string;
586
586
  }
587
- type DialogInputFieldTypes = 'text' | 'number' | 'select' | 'ng-select' | 'state' | 'email' | 'password' | 'textarea' | 'boolean' | 'date' | 'datetime';
587
+ type DialogInputFieldTypes = 'text' | 'number' | 'select' | 'rio-select' | 'state' | 'email' | 'password' | 'textarea' | 'boolean' | 'date' | 'datetime';
588
588
  interface DialogSelectWithButtonsOptionModel {
589
589
  value: string | number;
590
590
  text: string;
@@ -1306,7 +1306,7 @@ declare class NgDragDropModule {
1306
1306
 
1307
1307
  declare class SharedModule {
1308
1308
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
1309
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.NgSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1309
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1310
1310
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
1311
1311
  }
1312
1312
 
@@ -1542,7 +1542,7 @@ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy
1542
1542
  ngOnDestroy(): void;
1543
1543
  getLogData(): void;
1544
1544
  selectType(type: string): void;
1545
- icon(type: any): "success" | "info" | "secondary" | "danger" | "primary";
1545
+ icon(type: any): "success" | "info" | "danger" | "primary" | "secondary";
1546
1546
  removeAllLogs(): void;
1547
1547
  toDate(value: any, isEnd?: boolean): Date;
1548
1548
  createPickerValue(date: Date, secondOverride?: any): {
@@ -1639,7 +1639,7 @@ declare class UsersSettingsComponent extends BaseComponent implements OnInit, On
1639
1639
  stickySelections: {
1640
1640
  [key: string]: any;
1641
1641
  };
1642
- constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: NgSelectStickyAdapter);
1642
+ constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: RioSelectStickyAdapter);
1643
1643
  ngOnInit(): void;
1644
1644
  ngOnDestroy(): void;
1645
1645
  changePrimaryColor(): void;
@@ -1800,7 +1800,7 @@ interface CanComponentDeactivate {
1800
1800
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
1801
1801
  }
1802
1802
  declare class CanDeactivateGuard {
1803
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
1803
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
1804
1804
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
1805
1805
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
1806
1806
  }
@@ -2052,7 +2052,7 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
2052
2052
 
2053
2053
  declare class DateShortcutModule {
2054
2054
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
2055
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i9.NgSelectModule], [typeof DateShortcutComponent]>;
2055
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i9.RioSelectModule], [typeof DateShortcutComponent]>;
2056
2056
  static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
2057
2057
  }
2058
2058