ionic-vhframeworks 8.2.4 → 8.2.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.
@@ -14157,11 +14157,12 @@ export declare class VhQueryAutoWeb {
14157
14157
  * @param colname
14158
14158
  * @param array_field
14159
14159
  * @param value
14160
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
14160
14161
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
14161
14162
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
14162
14163
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
14163
14164
  */
14164
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
14165
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
14165
14166
  /**
14166
14167
  * @example
14167
14168
  * this.vhQueryAutoWeb.searchList_PatternBlock_Thumbnail('mùa xuân',["name", "describe"], 20, 1)
@@ -18088,11 +18089,12 @@ export declare class VhBuildAutoWeb {
18088
18089
  * @param colname
18089
18090
  * @param array_field
18090
18091
  * @param value
18092
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
18091
18093
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
18092
18094
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
18093
18095
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
18094
18096
  */
18095
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
18097
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
18096
18098
  static ɵfac: i0.ɵɵFactoryDeclaration<VhBuildAutoWeb, never>;
18097
18099
  static ɵprov: i0.ɵɵInjectableDeclaration<VhBuildAutoWeb>;
18098
18100
  }
@@ -19073,11 +19075,12 @@ export declare class VhDesignAutoWeb {
19073
19075
  * @param colname
19074
19076
  * @param array_field
19075
19077
  * @param value
19078
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
19076
19079
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
19077
19080
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
19078
19081
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
19079
19082
  */
19080
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
19083
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
19081
19084
  static ɵfac: i0.ɵɵFactoryDeclaration<VhDesignAutoWeb, never>;
19082
19085
  static ɵprov: i0.ɵɵInjectableDeclaration<VhDesignAutoWeb>;
19083
19086
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.2.4",
3
+ "version": "8.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"