vhobjects-config 0.5.1 → 0.5.2
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.
|
@@ -26,6 +26,10 @@ export declare class AtwMultiLanguageConfig extends AtwUpdateDbComponent impleme
|
|
|
26
26
|
title: string;
|
|
27
27
|
index: number;
|
|
28
28
|
}[];
|
|
29
|
+
displayType: {
|
|
30
|
+
name: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
29
33
|
fonts: any[];
|
|
30
34
|
effect_hover: any[];
|
|
31
35
|
effect_hover_data: any;
|
|
@@ -33,6 +37,7 @@ export declare class AtwMultiLanguageConfig extends AtwUpdateDbComponent impleme
|
|
|
33
37
|
arr_link_page: any;
|
|
34
38
|
id_subproject: any;
|
|
35
39
|
customize: any;
|
|
40
|
+
codeEditLangName: string;
|
|
36
41
|
constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, matDialog: MatDialog, themeService: ThemeService, platformId: Object, functionService: FunctionService, vhEventMediator: VhEventMediator);
|
|
37
42
|
ngOnInit(): void;
|
|
38
43
|
ngOnChanges(): void;
|
|
@@ -112,6 +117,11 @@ export declare class AtwMultiLanguageConfig extends AtwUpdateDbComponent impleme
|
|
|
112
117
|
* @param event width hieght của element sau khi thay đổi
|
|
113
118
|
*/
|
|
114
119
|
changeWidthHeight(event: any): void;
|
|
120
|
+
initMissingData(): void;
|
|
121
|
+
/**
|
|
122
|
+
* Cập nhật kiểu hiển thị của đa ngôn ngữ
|
|
123
|
+
*/
|
|
124
|
+
handleDisplayType(event: any): void;
|
|
115
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtwMultiLanguageConfig, never>;
|
|
116
126
|
static ɵcmp: i0.ɵɵComponentDeclaration<AtwMultiLanguageConfig, "app-multi-language-config", never, { "objectChoosing": "objectChoosing"; "device": "device"; "class": "class"; "config": "config"; "staticdata": "staticdata"; }, {}, never, never>;
|
|
117
127
|
}
|