ionic-vhframeworks 8.4.4 → 8.4.5

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.
@@ -883,7 +883,7 @@ export declare class VhAuth {
883
883
  initializeBuildProject(projectname: string, dbstorage: string, imgstorage: string, cssstorage: string, dbserverversion: string, camserverversion: string, fwcode: number, database: string): any;
884
884
  /**
885
885
  * @example:
886
- * this.vhAuth.initializeDesignProject('vhsales','firebase-mongo', 'viethas', 'firebase', 'research', 'research', 324852)
886
+ * this.vhAuth.initializeDesignProject('vhuserweb','mongo', 'viethas', 'mongo', 'research', 'research', 240...)
887
887
  .then(()=>{
888
888
  resolve(null);
889
889
  },error=>{
@@ -18977,6 +18977,7 @@ export declare class VhDesignAutoWeb {
18977
18977
  private addBlockOrObject_fromDetailPage;
18978
18978
  private addCloneBlockOrObject_fromDetailPage;
18979
18979
  private deleteCloneBlockOrObject_fromDetailPage;
18980
+ private updateBlockOrObject_fromDetailPage2;
18980
18981
  private updateBlockOrObject_fromDetailPage;
18981
18982
  private deleteBlockOrObject_fromDetailPage;
18982
18983
  stopSocketDatabase(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.4.4",
3
+ "version": "8.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"