@ts-core/angular 15.0.12 → 15.0.14

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.
@@ -3,12 +3,12 @@ import { IQuestion, IQuestionOptions } from '../question/IQuestion';
3
3
  import { INotification } from './INotification';
4
4
  import { INotificationConfig } from './INotificationConfig';
5
5
  import { INotificationContent } from './INotificationContent';
6
- import { NotificationConfig, NotificationConfigOptions } from './NotificationConfig';
7
- import { Observable } from 'rxjs';
6
+ import { NotificationConfigOptions } from './NotificationConfig';
8
7
  import { NotificationServiceEvent } from './NotificationServiceEvent';
8
+ import { Observable } from 'rxjs';
9
9
  export declare abstract class NotificationService extends Destroyable {
10
10
  abstract open<U extends INotificationContent<T>, T>(component: ClassType<U>, config: INotificationConfig<T>): U;
11
- abstract get<T>(value: NotificationId<T>): NotificationConfig<T>;
11
+ abstract get<T>(value: NotificationId<T>): INotificationConfig<T>;
12
12
  abstract has<T>(value: NotificationId<T>): boolean;
13
13
  abstract remove<T>(value: NotificationId<T>): void;
14
14
  abstract closeAll(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "15.0.12",
3
+ "version": "15.0.14",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {