barsa-sap-ui 2.0.112 → 2.0.114

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.
@@ -1,5 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { AbbrevationDeviceSize, MetaobjectDataModel, LayoutSetting, FormPropsBaseComponent } from 'barsa-novin-ray-core';
3
+ import { Observable } from 'rxjs';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class BarsaFormSideContentComponent extends FormPropsBaseComponent implements OnInit {
5
6
  _isSmallDevice: boolean;
@@ -8,11 +9,13 @@ export declare class BarsaFormSideContentComponent extends FormPropsBaseComponen
8
9
  sideContentLayout: LayoutSetting | null;
9
10
  mainContentLayout: LayoutSetting | null;
10
11
  autoHeight: boolean;
11
- isOpenQuickAccess: boolean;
12
+ isOpenQuickAccess$: Observable<boolean>;
12
13
  smallDevice: boolean;
13
14
  afterViewInit: boolean;
14
15
  ngOnInit(): void;
15
16
  ngAfterViewInit(): void;
17
+ openSidebar(): void;
18
+ closeSidebar(): void;
16
19
  protected _isSmallDeviceSize(deviceSize: AbbrevationDeviceSize): boolean;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaFormSideContentComponent, never>;
18
21
  static ɵcmp: i0.ɵɵComponentDeclaration<BarsaFormSideContentComponent, "bsu-barsa-form-side-content", never, {}, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.0.112",
3
+ "version": "2.0.114",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"