vhobjects-user 0.7.8 → 0.7.9
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.
|
@@ -21,7 +21,8 @@ export declare class AtwNewFieldImage implements OnInit {
|
|
|
21
21
|
type: any;
|
|
22
22
|
device: any;
|
|
23
23
|
id_subproject: any;
|
|
24
|
-
product
|
|
24
|
+
product?: any;
|
|
25
|
+
category?: any;
|
|
25
26
|
currentField: any;
|
|
26
27
|
isComponentExist: ElementRef<HTMLDivElement>;
|
|
27
28
|
private scss_animation;
|
|
@@ -37,6 +38,7 @@ export declare class AtwNewFieldImage implements OnInit {
|
|
|
37
38
|
private configChangedSubscription;
|
|
38
39
|
private subproject;
|
|
39
40
|
private resolution;
|
|
41
|
+
fieldImg: string;
|
|
40
42
|
constructor(router: Router, vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
|
|
41
43
|
functionService: FunctionService, vhEventMediator: VhEventMediator, platformId: Object, languageService: LanguageService, vhImage: VhImage, renderer: Renderer2, doc: Document, nzImageService: NzImageService);
|
|
42
44
|
ngOnInit(): void;
|
|
@@ -72,7 +74,6 @@ export declare class AtwNewFieldImage implements OnInit {
|
|
|
72
74
|
* @returns
|
|
73
75
|
*/
|
|
74
76
|
onDrop_changeUrl(event: DragEvent): void;
|
|
75
|
-
get getAltImg(): string;
|
|
76
77
|
/**
|
|
77
78
|
* Thêm thẻ `<link rel=preload fetchpriority="high" />`
|
|
78
79
|
* - Để tải hình ảnh cần ưu tiên tải trước
|
|
@@ -80,5 +81,5 @@ export declare class AtwNewFieldImage implements OnInit {
|
|
|
80
81
|
*/
|
|
81
82
|
private addPreload;
|
|
82
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtwNewFieldImage, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldImage, "atw-newField-image", never, { "data": "data"; "type": "type"; "device": "device"; "id_subproject": "id_subproject"; "product": "product"; "currentField": "currentField"; }, {}, never, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldImage, "atw-newField-image", never, { "data": "data"; "type": "type"; "device": "device"; "id_subproject": "id_subproject"; "product": "product"; "category": "category"; "currentField": "currentField"; }, {}, never, never>;
|
|
84
85
|
}
|