vhobjects-admin 0.5.2 → 0.5.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.
@@ -205,14 +205,6 @@ export declare class AtwImageAdminConfig extends AtwUpdateDbComponent implements
205
205
  copyLinkImg(text?: string): void;
206
206
  /** Hàm kiểm tra có cần phải hiển thị nút cập nhật không */
207
207
  private checkDesignImageSize;
208
- /**
209
- * Hàm kiểm tra
210
- * - Ratio có bị lệch nhiều hay không hoặc
211
- * - Kích thước có lớn hơn nhiều so với kích thước hiển thị hay không?
212
- * @param imgSize Kích thước của file ảnh gốc
213
- * @param containerSize Kích thước thực tế người dùng thấy
214
- */
215
- private checkRatioDesignImgSize;
216
208
  /**
217
209
  * Hàm update kích thước ảnh phù hợp cho từng kích thước thiết kế của từng thiết bị
218
210
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhobjects-admin",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"