ionic-vhframeworks 8.6.7 → 8.6.8
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.
|
@@ -918,7 +918,7 @@ export declare class VhAuth {
|
|
|
918
918
|
* @param projectname
|
|
919
919
|
* @param dbstorage: 'firebase' or 'firebase-mongo'
|
|
920
920
|
* @param imgstorage: 'firebase' or 'viethas'
|
|
921
|
-
* @param cssstorage : nơi css sẽ được lưu trữ 'local', '
|
|
921
|
+
* @param cssstorage : nơi css sẽ được lưu trữ 'local', 'database', or 'file'
|
|
922
922
|
* @param dbserverversion
|
|
923
923
|
* @param camserverversion
|
|
924
924
|
* @param fwcode
|
|
@@ -937,7 +937,7 @@ export declare class VhAuth {
|
|
|
937
937
|
* @param projectname
|
|
938
938
|
* @param dbstorage: 'firebase', 'firebase-mongo', or 'mongo'
|
|
939
939
|
* @param imgstorage: 'firebase' or 'viethas'
|
|
940
|
-
* @param cssstorage : nơi css sẽ được lưu trữ 'local', '
|
|
940
|
+
* @param cssstorage : nơi css sẽ được lưu trữ 'local', 'database', or 'file'
|
|
941
941
|
* @param dbserverversion
|
|
942
942
|
* @param camserverversion
|
|
943
943
|
* @param fwcode
|
|
@@ -18944,6 +18944,7 @@ export declare class VhDesignAutoWeb {
|
|
|
18944
18944
|
private findLimitBottomBlock;
|
|
18945
18945
|
private findLimitLeftBlock;
|
|
18946
18946
|
private findLimitRightBlock;
|
|
18947
|
+
/****************************************************************************************/
|
|
18947
18948
|
/**
|
|
18948
18949
|
*Hàm này thực hiện tăng hoặc giảm z-index của object, frame được chọn
|
|
18949
18950
|
*/
|
|
@@ -18977,6 +18978,7 @@ export declare class VhDesignAutoWeb {
|
|
|
18977
18978
|
* @returns
|
|
18978
18979
|
*/
|
|
18979
18980
|
private updateZindexOfElementAllInBlockOrObject;
|
|
18981
|
+
/****************************************************************************************/
|
|
18980
18982
|
/**
|
|
18981
18983
|
* object trong block, object trong object, và có thể qua rất nhiều cấp, do đó cần hàm này để tìm ra object đó,
|
|
18982
18984
|
* cách tìm là duyệt qua từng block đến từng object
|