ionic-vhframeworks 3.5.5 → 3.5.6
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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)=>{
|