barsa-novin-ray-core 2.3.110 → 2.3.111

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/index.d.ts CHANGED
@@ -5800,15 +5800,22 @@ declare class UnlimitSessionComponent extends BaseComponent {
5800
5800
  }
5801
5801
 
5802
5802
  declare class SplitterComponent extends BaseComponent {
5803
+ emptyClass: boolean;
5804
+ isBig: boolean;
5805
+ flex: any;
5806
+ elMaxWidth: any;
5807
+ elHeight: any;
5803
5808
  minWidth: any;
5804
5809
  maxWidth: any;
5810
+ config: any;
5811
+ height: any;
5805
5812
  private _renderer;
5806
5813
  private _portalService;
5807
5814
  ngOnInit(): void;
5808
5815
  private calculateAndSetWidth;
5809
5816
  private toggleResizingState;
5810
5817
  static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
5811
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "bnrc-splitter", never, { "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, never, false, never>;
5818
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "bnrc-splitter", never, { "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
5812
5819
  }
5813
5820
 
5814
5821
  declare const APP_VERSION: InjectionToken<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.110",
3
+ "version": "2.3.111",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"