@resolveio/client-lib-core 21.0.14 → 21.0.15

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.14",
3
+ "version": "21.0.15",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -14,10 +14,11 @@ import * as i4 from '@ng-bootstrap/ng-bootstrap';
14
14
  import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
15
15
  import * as i2 from '@angular/common';
16
16
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
17
- import * as i9 from '@ng-select/ng-select';
17
+ import * as i9 from '@resolveio/client-lib-ng-select';
18
18
  import * as i7 from 'ngx-file-drop';
19
19
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
20
20
  import * as i27 from '@angular/platform-browser/animations';
21
+ import * as i4$1 from '@ng-select/ng-select';
21
22
 
22
23
  interface NavbarModel {
23
24
  title: string;
@@ -1924,7 +1925,7 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
1924
1925
 
1925
1926
  declare class DateShortcutModule {
1926
1927
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
1927
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1.FormsModule, typeof i2.CommonModule, typeof i9.NgSelectModule], [typeof DateShortcutComponent]>;
1928
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1.FormsModule, typeof i2.CommonModule, typeof i4$1.NgSelectModule], [typeof DateShortcutComponent]>;
1928
1929
  static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
1929
1930
  }
1930
1931