ionic-vhframeworks 8.8.8 → 8.9.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.
@@ -12080,7 +12080,7 @@ export declare class VhQueryAutoWeb {
12080
12080
  animationFromJSON(event: any, effect: any): void;
12081
12081
  /**
12082
12082
  * Hàm này đẩy source webapp từ dự án Autoweb_design lên máy chủ (server) của dự án Autoweb_build
12083
- * Lưu ý: email, pw này là tài khoản đăng nhập vào dự án vhdevweb, có uid là database ở hàm khởi động initializeProject
12083
+ * Lưu ý: email, pw này là tài khoản đăng nhập vào dự án vhdevweb, có uid là database ở hàm khởi động this.vhAuth.initializeBuildProject() dự án Build(4800)
12084
12084
  * @example:
12085
12085
  * this.vhQueryAutoWeb.deployWebAppsource_toBuild_byEmail('huyleduc92@gmail.com','123456')
12086
12086
  .then((rsp:any)=>{
@@ -12103,7 +12103,8 @@ export declare class VhQueryAutoWeb {
12103
12103
  /**
12104
12104
  * Hàm này đẩy source webapp từ dự án Autoweb_design lên hosting dự án Autoweb_build, dùng database Cloud Mongo của Viethas
12105
12105
  * @example:
12106
- * this.vhQueryAutoWeb.deployWebAppsource_toMongoHosting_byEmail('domain05', 'devdomain05@gmail.com','123456')
12106
+ * const cloning_options = {source_webapp:'renew', template_webapp:'renew', commondata_webapp:'renew', database_webapp:'renew'};
12107
+ * this.vhQueryAutoWeb.deployWebAppsource_toMongoHosting_byEmail('domain07.webappgiare.vn', 'userhosting@gmail.com','123456', cloning_options)
12107
12108
  .then((rsp:any)=>{
12108
12109
  console.log('rsp', rsp);
12109
12110
  if(rsp.vcode === 0){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.8.8",
3
+ "version": "8.9.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"