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.
package/lib/objects/basic/image/admin-config/image-admin-config/image-admin-config.component.d.ts
CHANGED
|
@@ -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
|
*/
|