ionic-vhframeworks 9.0.8 → 9.0.9

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.
@@ -196,10 +196,10 @@ export declare class VhAlgorithm {
196
196
  * do đó khi lấy về phải chuyển các trường này lại thành array, object
197
197
  * @example:
198
198
  * obj = this.vhAlgorithm.normalizationData_fromMySQL(data)
199
- * @param docs
199
+ * @param array_or_obj
200
200
  * @returns
201
201
  */
202
- normalizationData_fromMySQL(docs: any): any;
202
+ normalizationData_fromMySQL(array_or_obj: any): void;
203
203
  /**
204
204
  * Chuyển kiểu dữ liệu obj là contructor thành object
205
205
  * @example:
@@ -13670,7 +13670,7 @@ export declare class VhQueryAutoWeb {
13670
13670
  * let product = {
13671
13671
  allow_sell: true,
13672
13672
  brand: "OEM",
13673
- id_category: "vTr90aYfhDqSCyuRh4DR",
13673
+ id_categorys: ["vTr90aYfhDqSCyuRh4DR"],
13674
13674
  img: "image link",
13675
13675
  manysize: false,
13676
13676
  name: "test ko sub 3",
@@ -13690,7 +13690,7 @@ export declare class VhQueryAutoWeb {
13690
13690
  * let product = {
13691
13691
  allow_sell: true,
13692
13692
  brand: "OEM",
13693
- id_category: "vTr90aYfhDqSCyuRh4DR",
13693
+ id_categorys: ["vTr90aYfhDqSCyuRh4DR"],
13694
13694
  img: "image link",
13695
13695
  manysize: true,
13696
13696
  name: "test sub 4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.0.8",
3
+ "version": "9.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"