ionic-vhframeworks 8.9.9 → 9.0.0
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.
|
@@ -12641,6 +12641,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12641
12641
|
*/
|
|
12642
12642
|
getlocalSubProjects(): any;
|
|
12643
12643
|
/**
|
|
12644
|
+
* Hàm này dùng cho bản Build
|
|
12644
12645
|
* @example:
|
|
12645
12646
|
* this.vhQueryAutoWeb.refreshLocalSubProjects()
|
|
12646
12647
|
.then(()=>{
|
|
@@ -12705,6 +12706,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12705
12706
|
*/
|
|
12706
12707
|
private getSubProjects;
|
|
12707
12708
|
/**
|
|
12709
|
+
* Hàm này chỉ dùng cho bản Design
|
|
12708
12710
|
* @example
|
|
12709
12711
|
* this.vhQueryAutoWeb.checkSubProject()
|
|
12710
12712
|
.then((bool)=>{
|