@abp/ng.theme.shared 8.1.0-rc.2 → 8.1.0-rc.3

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.
@@ -13,7 +13,6 @@ export declare class NgxDatatableListDirective implements OnChanges, OnDestroy,
13
13
  list: ListService;
14
14
  constructor(table: DatatableComponent, cdRef: ChangeDetectorRef, localizationService: LocalizationService, ngxDatatableMessages: NgxDatatableMessages);
15
15
  private setInitialValues;
16
- private subscribeToPage;
17
16
  private subscribeToSort;
18
17
  private subscribeToQuery;
19
18
  ngOnChanges({ list }: SimpleChanges): void;
@@ -1,6 +1,5 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { CustomHttpErrorHandlerService, HttpErrorConfig, HttpErrorHandler } from '../models/common';
3
- export declare function httpErrorConfigFactory(config?: HttpErrorConfig): HttpErrorConfig;
4
3
  export declare const HTTP_ERROR_CONFIG: InjectionToken<HttpErrorConfig>;
5
4
  /**
6
5
  @deprecated use **`CUSTOM_ERROR_HANDLERS`** injection token instead of this, see more info https://docs.abp.io/en/abp/latest/UI/Angular/HTTP-Requests
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.shared",
3
- "version": "8.1.0-rc.2",
3
+ "version": "8.1.0-rc.3",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/ng.core": "~8.1.0-rc.2",
10
+ "@abp/ng.core": "~8.1.0-rc.3",
11
11
  "@fortawesome/fontawesome-free": "^5.15.4",
12
12
  "@ng-bootstrap/ng-bootstrap": "~16.0.0",
13
13
  "@ngx-validate/core": "^0.2.0",