@ts-core/angular 13.0.14 → 13.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.
@@ -7,10 +7,9 @@ export declare class ResizeManager implements IDestroyable {
7
7
  protected subject: BehaviorSubject<ISize>;
8
8
  protected element: HTMLElement;
9
9
  constructor(element: IViewElement);
10
- protected getSize(): ISize;
11
- protected resizeHandler: () => void;
12
- protected compare: (previous: ISize, current: ISize) => boolean;
10
+ protected handler: (item: ISize) => void;
13
11
  get changed(): Observable<ISize>;
12
+ get value(): ISize;
14
13
  destroy(): void;
15
14
  }
16
15
  export interface ISize {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "13.0.14",
3
+ "version": "13.0.15",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {