ionic-vhframeworks 3.5.4 → 3.5.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.
@@ -3360,6 +3360,7 @@ export declare class VhQueryCafe {
3360
3360
  */
3361
3361
  getObservableLocalAppSettingNameBranchs(): Observable<unknown>;
3362
3362
  /**
3363
+ * Hàm này dùng lấy về tất cả phân quyền ở cấp độ chi nhánh
3363
3364
  *@example:
3364
3365
  this.vhQueryCafe.getLocalAppSettingNameBranchs()
3365
3366
  .then((list)=>{
@@ -3369,6 +3370,7 @@ export declare class VhQueryCafe {
3369
3370
  */
3370
3371
  getLocalAppSettingNameBranchs(): any[];
3371
3372
  /**
3373
+ * Hàm này dùng lấy về phân quyền ở cấp độ chi nhánh
3372
3374
  * @example:
3373
3375
  let appsetting = this.vhQueryCafe.getLocalAppSettingNameBranch('info_header_footer_bill');
3374
3376
  console.log(appsetting);
@@ -3384,6 +3386,7 @@ export declare class VhQueryCafe {
3384
3386
  */
3385
3387
  private getLocalAppSettingBranch;
3386
3388
  /**
3389
+ * Hàm này dùng cập nhật phân quyền ở cấp độ chi nhánh
3387
3390
  * @example:
3388
3391
  this.vhQueryCafe.updateAppSettingNameBranch('info_header_footer_bill',{title:'title',name:'name'})
3389
3392
  .then((bool)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.5.4",
3
+ "version": "3.5.9",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"