vhobjects-service 0.5.3 → 0.5.5
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-service-src-services.js +1 -1
- package/fesm2015/vhobjects-service-src-services.js.map +1 -1
- package/fesm2015/vhobjects-service.js +1 -1
- package/fesm2015/vhobjects-service.js.map +1 -1
- package/lib/common_config/dialog-choose-animation/dialog-choose-animation.component.d.ts +1 -1
- package/lib/common_config/symbol-config/symbol-config.component.d.ts +9 -0
- package/lib/common_config/symbol-config/symbol-config.module.d.ts +4 -1
- package/package.json +1 -1
|
@@ -48,7 +48,7 @@ export declare class DialogChooseAnimationComponent implements OnInit {
|
|
|
48
48
|
* Là hiệu ứng của page
|
|
49
49
|
* @returns boolean
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
get isPageEffect(): boolean;
|
|
52
52
|
constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, dialogRef: MatDialogRef<DialogChooseAnimationComponent>, data: any, vhImage: VhImage, matdialog: MatDialog, functionService: FunctionService, languageService: LanguageService, platformId: Object, vhEventMediator: VhEventMediator);
|
|
53
53
|
ngOnInit(): void;
|
|
54
54
|
ngAfterViewInit(): void;
|
|
@@ -26,6 +26,15 @@ export declare class SymbolConfigComponent implements OnInit {
|
|
|
26
26
|
openDialogChooseIcon(): void;
|
|
27
27
|
updateConfig(): void;
|
|
28
28
|
updateClass(): void;
|
|
29
|
+
/**
|
|
30
|
+
* Hàm này dùng để cho phép mở menu config .
|
|
31
|
+
* Khi mở ở vị trí menu[0] thì các menu khác (menu[n]) đóng lại.
|
|
32
|
+
* @param: value
|
|
33
|
+
*/
|
|
34
|
+
openMap: {
|
|
35
|
+
[name: string]: boolean;
|
|
36
|
+
};
|
|
37
|
+
openHandler(value: string): void;
|
|
29
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<SymbolConfigComponent, never>;
|
|
30
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<SymbolConfigComponent, "app-symbol-config", never, { "class": "class"; "config": "config"; "symbolClass": "symbolClass"; "fontSizeIconClass": "fontSizeIconClass"; "canChange": "canChange"; "symbolConfig": "symbolConfig"; "device": "device"; "objectChoosing": "objectChoosing"; }, {}, never, never>;
|
|
31
40
|
}
|
|
@@ -7,8 +7,11 @@ import * as i5 from "@angular/forms";
|
|
|
7
7
|
import * as i6 from "ngx-color-picker";
|
|
8
8
|
import * as i7 from "../../vhstringpercent.pipe";
|
|
9
9
|
import * as i8 from "@ngx-translate/core";
|
|
10
|
+
import * as i9 from "../padding-config/padding-config.module";
|
|
11
|
+
import * as i10 from "../borders-config/borders-config.module";
|
|
12
|
+
import * as i11 from "../borders-radius-config/borders-radius-config.module";
|
|
10
13
|
export declare class SymbolConfigModule {
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SymbolConfigModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolConfigModule, [typeof i1.SymbolConfigComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.NgZorroAntModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.ColorPickerModule, typeof i7.VhStringPercentPipeModule, typeof i8.TranslateModule], [typeof i1.SymbolConfigComponent]>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolConfigModule, [typeof i1.SymbolConfigComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.NgZorroAntModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.ColorPickerModule, typeof i7.VhStringPercentPipeModule, typeof i8.TranslateModule, typeof i9.PaddingConfigModule, typeof i10.BordersConfigModule, typeof i11.BordersRadiusConfigModule], [typeof i1.SymbolConfigComponent]>;
|
|
13
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<SymbolConfigModule>;
|
|
14
17
|
}
|