@resolveio/client-lib-core 21.0.1 → 21.0.2

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.1",
3
+ "version": "21.0.2",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1479,7 +1479,7 @@ declare class FileModule {
1479
1479
 
1480
1480
  declare class UserSettingsModule {
1481
1481
  static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsModule, never>;
1482
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserSettingsModule, [typeof UserSettingsComponent, typeof UsersSettingsComponent], [typeof SharedModule, typeof i3.RouterModule, typeof DatatableModule, typeof FileModule], never>;
1482
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserSettingsModule, [typeof UserSettingsComponent, typeof UsersSettingsComponent], [typeof SharedModule, typeof i3.RouterModule, typeof DatatableModule, typeof FileModule, typeof i4.NgbAccordionModule, typeof i4.NgbModule], never>;
1483
1483
  static ɵinj: i0.ɵɵInjectorDeclaration<UserSettingsModule>;
1484
1484
  }
1485
1485
 
@@ -1695,7 +1695,7 @@ declare class SupportTicketEditComponent extends BaseComponent implements OnInit
1695
1695
 
1696
1696
  declare class SupportTicketModule {
1697
1697
  static ɵfac: i0.ɵɵFactoryDeclaration<SupportTicketModule, never>;
1698
- static ɵmod: i0.ɵɵNgModuleDeclaration<SupportTicketModule, [typeof SupportTicketComponent, typeof SupportTicketListComponent, typeof SupportTicketNewComponent, typeof SupportTicketDetailComponent, typeof SupportTicketEditComponent], [typeof SharedModule, typeof i3.RouterModule, typeof DatatableModule, typeof FileModule], never>;
1698
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SupportTicketModule, [typeof SupportTicketComponent, typeof SupportTicketListComponent, typeof SupportTicketNewComponent, typeof SupportTicketDetailComponent, typeof SupportTicketEditComponent], [typeof SharedModule, typeof i3.RouterModule, typeof DatatableModule, typeof FileModule, typeof i4.NgbAccordionModule], never>;
1699
1699
  static ɵinj: i0.ɵɵInjectorDeclaration<SupportTicketModule>;
1700
1700
  }
1701
1701