ionic-vhframeworks 9.0.5 → 9.0.7
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.
|
@@ -521,6 +521,8 @@ export declare class VhAuth {
|
|
|
521
521
|
private vhMGDB_database;
|
|
522
522
|
private vhForFirstTime;
|
|
523
523
|
private renderFactory;
|
|
524
|
+
private http;
|
|
525
|
+
private vhAlgorithm;
|
|
524
526
|
private mypermission;
|
|
525
527
|
private employees;
|
|
526
528
|
private endusers;
|
|
@@ -528,7 +530,7 @@ export declare class VhAuth {
|
|
|
528
530
|
private hwinfo;
|
|
529
531
|
private renderer;
|
|
530
532
|
private subjectemployees;
|
|
531
|
-
constructor(platform: Platform, vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhForFirstTime: VhForFirstTime, renderFactory: RendererFactory2);
|
|
533
|
+
constructor(platform: Platform, vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhForFirstTime: VhForFirstTime, renderFactory: RendererFactory2, http: HttpClient, vhAlgorithm: VhAlgorithm);
|
|
532
534
|
/**
|
|
533
535
|
* @example:
|
|
534
536
|
* this.vhAuth.signInWithEmailAndPasswordOfEndUser('emp11@gmail.com', '123456')
|
|
@@ -961,8 +963,8 @@ export declare class VhAuth {
|
|
|
961
963
|
reject(error);
|
|
962
964
|
})
|
|
963
965
|
* @param projectname
|
|
964
|
-
* @param dbstorage: 'firebase', 'firebase-mongo', or '
|
|
965
|
-
* @param imgstorage: 'firebase' or '
|
|
966
|
+
* @param dbstorage: 'firebase', 'firebase-mongo', 'mongo', or 'mysqlphp'
|
|
967
|
+
* @param imgstorage: 'firebase', 'viethas' or 'hosting'
|
|
966
968
|
* @param cssstorage : nơi css sẽ được lưu trữ 'local', 'database', or 'file'
|
|
967
969
|
* @param dbserverversion
|
|
968
970
|
* @param camserverversion
|
|
@@ -970,7 +972,7 @@ export declare class VhAuth {
|
|
|
970
972
|
* @param database : tất cả database 'all' hoặc một database nào đó '4wk3JMSwSjh4kOLWOMbLbWt0Rdk2'
|
|
971
973
|
* @returns Promise
|
|
972
974
|
*/
|
|
973
|
-
initializeBuildProject(projectname: string, dbstorage: string, imgstorage: string, cssstorage: string, dbserverversion: string, camserverversion: string, fwcode: number, database: string):
|
|
975
|
+
initializeBuildProject(projectname: string, dbstorage: string, imgstorage: string, cssstorage: string, dbserverversion: string, camserverversion: string, fwcode: number, database: string): Promise<unknown>;
|
|
974
976
|
/**
|
|
975
977
|
* @example:
|
|
976
978
|
* this.vhAuth.initializeDesignProject('vhuserweb','mongo', 'viethas', 'mongo', 'research', 'research', 240...)
|
|
@@ -12564,6 +12566,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12564
12566
|
* vcode == 4: Please reset your password
|
|
12565
12567
|
*/
|
|
12566
12568
|
onAuthStateChangedEndUser(): Promise<any>;
|
|
12569
|
+
getHostings_byEndUser(): Promise<any>;
|
|
12567
12570
|
/**
|
|
12568
12571
|
* @example
|
|
12569
12572
|
* this.vhQueryAutoWeb.signoutEndUser();
|
|
@@ -12671,7 +12674,6 @@ export declare class VhQueryAutoWeb {
|
|
|
12671
12674
|
*/
|
|
12672
12675
|
getlocalSubProjects(): any;
|
|
12673
12676
|
/**
|
|
12674
|
-
* Hàm này dùng cho bản Build
|
|
12675
12677
|
* @example:
|
|
12676
12678
|
* this.vhQueryAutoWeb.refreshLocalSubProjects()
|
|
12677
12679
|
.then(()=>{
|
|
@@ -12680,7 +12682,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12680
12682
|
* Hàm này refresh giá trị mới nhất cho hàm getlocalSubProject(), getlocalSubProjects() trong localstorage
|
|
12681
12683
|
* @return Promise => null
|
|
12682
12684
|
*/
|
|
12683
|
-
refreshLocalSubProjects
|
|
12685
|
+
private refreshLocalSubProjects;
|
|
12684
12686
|
/**
|
|
12685
12687
|
* Hàm này thêm dự án thiết kế
|
|
12686
12688
|
* @example:
|
|
@@ -18489,6 +18491,7 @@ export declare class VhBuildAutoWeb {
|
|
|
18489
18491
|
* vcode == 4: Please reset your password
|
|
18490
18492
|
*/
|
|
18491
18493
|
onAuthStateChangedEndUser(): Promise<any>;
|
|
18494
|
+
getHostings_byEndUser(): Promise<any>;
|
|
18492
18495
|
/**
|
|
18493
18496
|
* @example
|
|
18494
18497
|
* this.vhBuildAutoWeb.signoutEndUser();
|
|
@@ -19669,6 +19672,7 @@ export declare class VhDesignAutoWeb {
|
|
|
19669
19672
|
* vcode == 4: Please reset your password
|
|
19670
19673
|
*/
|
|
19671
19674
|
onAuthStateChangedEndUser(database: string): Promise<any>;
|
|
19675
|
+
getHostings_byEndUser(database: string): Promise<any>;
|
|
19672
19676
|
/**
|
|
19673
19677
|
* @example
|
|
19674
19678
|
* this.vhDesignAutoWeb.signoutEndUser();
|