@ts-core/angular 11.0.85 → 11.0.86

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.
@@ -20,7 +20,7 @@ export declare abstract class LoginBaseService<E = any, U = any, V = any> extend
20
20
  protected parseLogoutErrorResponse(error: ExtendedError): void;
21
21
  protected parseLoginSidResponse(response: V): void;
22
22
  protected parseLoginSidErrorResponse(error: ExtendedError): void;
23
- abstract login<T = any>(param: T): void;
23
+ abstract login(param: any): void;
24
24
  loginByResponse(param: U): Promise<void>;
25
25
  tryLoginBySid(): boolean;
26
26
  logout(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "11.0.85",
3
+ "version": "11.0.86",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "bundles/ts-core-angular.umd.js",
6
6
  "author": {
@@ -21,7 +21,7 @@ export declare abstract class ThemeAssetDirective<T extends HTMLElement = HTMLEl
21
21
  protected errorHandler(event: ErrorEvent): void;
22
22
  protected setSourceProperties(): void;
23
23
  protected getSourceId(theme: Theme): string;
24
- protected getDefaultSourceId(theme: Theme): string;
24
+ protected getDefaultSourceId(): string;
25
25
  protected abstract commitSourceProperties(): void;
26
26
  protected abstract removeSourceProperties(): void;
27
27
  destroy(): void;