@ts-core/angular 13.1.26 → 13.1.27

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": "@ts-core/angular",
3
- "version": "13.1.26",
3
+ "version": "13.1.27",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {
@@ -18,6 +18,7 @@ export declare class ViewUtil {
18
18
  static toggleChild(container: Node, child: Node, value: boolean): void;
19
19
  static getStageWidth(): number;
20
20
  static getStageHeight(): number;
21
+ static getBoundingRectangle(container: IViewElement): DOMRect;
21
22
  static getWidth(container: IViewElement): number;
22
23
  static setWidth(container: IViewElement, value: number, isNeedCheckLimits?: boolean): boolean;
23
24
  static getMaxWidth(container: IViewElement): number;