vhobjects-user 0.8.2 → 0.8.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/fesm2015/vhobjects-user.js +1 -1
- package/fesm2015/vhobjects-user.js.map +1 -1
- package/lib/frames/frame-banner/user/frame-banner/frame-banner.component.d.ts +3 -1
- package/lib/objects/basic/button/user/button/button.component.d.ts +1 -0
- package/lib/objects/basic/text/user/text/text.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export declare class AtwFrameBanner implements OnInit {
|
|
|
9
9
|
private vhEventMediator;
|
|
10
10
|
private element;
|
|
11
11
|
private platformId;
|
|
12
|
-
|
|
12
|
+
functionService: FunctionService;
|
|
13
13
|
resolution: any;
|
|
14
14
|
data: any;
|
|
15
15
|
isClone: any;
|
|
@@ -67,6 +67,7 @@ export declare class AtwFrameBanner implements OnInit {
|
|
|
67
67
|
*@param jumpIndex vị trí frame hiển thị
|
|
68
68
|
*/
|
|
69
69
|
private getDetailObject;
|
|
70
|
+
onWindowScroll(event: WheelEvent): void;
|
|
70
71
|
/**
|
|
71
72
|
* Hàm này thực hiển previous slide
|
|
72
73
|
*/
|
|
@@ -129,6 +130,7 @@ export declare class AtwFrameBanner implements OnInit {
|
|
|
129
130
|
* @param time_animation_play
|
|
130
131
|
*/
|
|
131
132
|
private animateSlide;
|
|
133
|
+
getSlideNumber(index: any): any;
|
|
132
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtwFrameBanner, never>;
|
|
133
135
|
static ɵcmp: i0.ɵɵComponentDeclaration<AtwFrameBanner, "atw-frame-banner", never, { "resolution": "resolution"; "data": "data"; "isClone": "isClone"; "id_subproject": "id_subproject"; "type": "type"; "objectChoosing": "objectChoosing"; "device": "device"; "blockChoosing": "blockChoosing"; "frameActive": "frameActive"; "isPressingShift": "isPressingShift"; "array_object_selected": "array_object_selected"; }, { "showToolBarObject": "showToolBarObject"; }, never, never>;
|
|
134
136
|
}
|
|
@@ -49,6 +49,7 @@ export declare class AtwText implements OnInit {
|
|
|
49
49
|
vhAlgorithm: VhAlgorithm, functionService: FunctionService, vhEventMediator: VhEventMediator, platformId: Object);
|
|
50
50
|
ngOnInit(): void;
|
|
51
51
|
private getDetailObject;
|
|
52
|
+
ngOnChanges(): void;
|
|
52
53
|
ngOnDestroy(): void;
|
|
53
54
|
ngAfterViewInit(): void;
|
|
54
55
|
ngAfterViewChecked(): void;
|