ionic-vhframeworks 10.6.5 → 10.6.6
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.
|
@@ -176,7 +176,8 @@ export declare class VhAlgorithm {
|
|
|
176
176
|
private socialSharing;
|
|
177
177
|
private papa;
|
|
178
178
|
private dom;
|
|
179
|
-
|
|
179
|
+
private platformId;
|
|
180
|
+
constructor(platform: Platform, file: File, socialSharing: SocialSharing, papa: Papa, dom: DomSanitizer, platformId: Object);
|
|
180
181
|
private _keyStr;
|
|
181
182
|
encodeString(e: any): string;
|
|
182
183
|
decodeString(e: any): any;
|
|
@@ -589,8 +590,7 @@ export declare class VhAuth {
|
|
|
589
590
|
private vhMGDB_database;
|
|
590
591
|
private vhForFirstTime;
|
|
591
592
|
private renderFactory;
|
|
592
|
-
private
|
|
593
|
-
private vhAlgorithm;
|
|
593
|
+
private platformId;
|
|
594
594
|
private mypermission;
|
|
595
595
|
private employees;
|
|
596
596
|
private endusers;
|
|
@@ -599,7 +599,7 @@ export declare class VhAuth {
|
|
|
599
599
|
private renderer;
|
|
600
600
|
private subjectemployees;
|
|
601
601
|
private paymentIOS;
|
|
602
|
-
constructor(platform: Platform, vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhForFirstTime: VhForFirstTime, renderFactory: RendererFactory2,
|
|
602
|
+
constructor(platform: Platform, vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhForFirstTime: VhForFirstTime, renderFactory: RendererFactory2, platformId: Object);
|
|
603
603
|
/**
|
|
604
604
|
* @example:
|
|
605
605
|
* this.vhAuth.checkPaymentIOS()
|
|
@@ -12751,6 +12751,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12751
12751
|
private vhEventMediator;
|
|
12752
12752
|
private http;
|
|
12753
12753
|
private renderFactory;
|
|
12754
|
+
private platformId;
|
|
12754
12755
|
private language_codes;
|
|
12755
12756
|
private subprojects;
|
|
12756
12757
|
private pages;
|
|
@@ -12766,7 +12767,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12766
12767
|
private configChanged;
|
|
12767
12768
|
private renderer;
|
|
12768
12769
|
private database_RAM;
|
|
12769
|
-
constructor(vhMGDB_database: VhMGDB_database, vhMGDB_socketMongoDB: VhMGDB_socketMongoDB, vhQuery: VhQuery, vhAuth: VhAuth, vhMGDB_rootdatabase: VhMGDB_rootdatabase, vhMGDB_auth: VhMGDB_auth, vhOTP: VhOTP, vhAlgorithm: VhAlgorithm, vhBuildAutoWeb: VhBuildAutoWeb, vhDesignAutoWeb: VhDesignAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient, renderFactory: RendererFactory2);
|
|
12770
|
+
constructor(vhMGDB_database: VhMGDB_database, vhMGDB_socketMongoDB: VhMGDB_socketMongoDB, vhQuery: VhQuery, vhAuth: VhAuth, vhMGDB_rootdatabase: VhMGDB_rootdatabase, vhMGDB_auth: VhMGDB_auth, vhOTP: VhOTP, vhAlgorithm: VhAlgorithm, vhBuildAutoWeb: VhBuildAutoWeb, vhDesignAutoWeb: VhDesignAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient, renderFactory: RendererFactory2, platformId: Object);
|
|
12770
12771
|
/**
|
|
12771
12772
|
* Lấy về danh sách các ngân hàng (kèm logo) mà vietqr hỗ trợ tạo mã QR
|
|
12772
12773
|
* @example:
|
|
@@ -19554,6 +19555,7 @@ export declare class VhBuildAutoWeb {
|
|
|
19554
19555
|
private vhMGDB_auth;
|
|
19555
19556
|
private http;
|
|
19556
19557
|
private vhAuth;
|
|
19558
|
+
private platformId;
|
|
19557
19559
|
private store;
|
|
19558
19560
|
private store_user;
|
|
19559
19561
|
private enduser;
|
|
@@ -19566,7 +19568,7 @@ export declare class VhBuildAutoWeb {
|
|
|
19566
19568
|
private detailPage;
|
|
19567
19569
|
private detailPage_byScroll;
|
|
19568
19570
|
private isFullBlocksOfPage;
|
|
19569
|
-
constructor(vhAlgorithm: VhAlgorithm, vhMGDB_auth: VhMGDB_auth, http: HttpClient, vhAuth: VhAuth);
|
|
19571
|
+
constructor(vhAlgorithm: VhAlgorithm, vhMGDB_auth: VhMGDB_auth, http: HttpClient, vhAuth: VhAuth, platformId: Object);
|
|
19570
19572
|
/**
|
|
19571
19573
|
* @return Promise object => response = {vcode, msg}
|
|
19572
19574
|
*/
|
|
@@ -21456,6 +21458,7 @@ export declare class VhDesignAutoWeb {
|
|
|
21456
21458
|
private vhAlgorithm;
|
|
21457
21459
|
private vhAuth;
|
|
21458
21460
|
private vhMGDB_auth;
|
|
21461
|
+
private platformId;
|
|
21459
21462
|
private socket;
|
|
21460
21463
|
private signedin;
|
|
21461
21464
|
private enduser;
|
|
@@ -21470,7 +21473,7 @@ export declare class VhDesignAutoWeb {
|
|
|
21470
21473
|
private detailPage_byScroll;
|
|
21471
21474
|
private isFullBlocksOfPage;
|
|
21472
21475
|
private detailFreeBlock;
|
|
21473
|
-
constructor(vhAlgorithm: VhAlgorithm, vhAuth: VhAuth, vhMGDB_auth: VhMGDB_auth);
|
|
21476
|
+
constructor(vhAlgorithm: VhAlgorithm, vhAuth: VhAuth, vhMGDB_auth: VhMGDB_auth, platformId: Object);
|
|
21474
21477
|
getProjectName(): string;
|
|
21475
21478
|
/**
|
|
21476
21479
|
* Hàm tính toán và tìm kiếm các block bị ảnh hưởng khi nó dịch chuyển theo hướng direction, sau đó dịch chuyển nó và các block bị ảnh hưởng theo hướng direction
|