@resolveio/client-lib-core 21.0.45 → 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
|
@@ -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-
|
|
19
|
-
import { StickySelectPreference,
|
|
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
|
-
|
|
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' | '
|
|
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.
|
|
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
|
|
|
@@ -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?:
|
|
1642
|
+
constructor(_aps: AuthPermissionService, _us: UserSettingsService, _services: ProviderService, _ds: DialogService, _stickyAdapter?: RioSelectStickyAdapter);
|
|
1643
1643
|
ngOnInit(): void;
|
|
1644
1644
|
ngOnDestroy(): void;
|
|
1645
1645
|
changePrimaryColor(): void;
|
|
@@ -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.
|
|
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
|
|