barsa-novin-ray-core 2.3.113 → 2.3.116

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
@@ -2630,6 +2630,7 @@ declare class UlvMainService {
2630
2630
  private _selectedView$;
2631
2631
  /** Inserted by Angular inject() migration for backwards compatibility */
2632
2632
  constructor();
2633
+ _setPriorityAndPriorityGroup(toolbarButtons: any[]): any[];
2633
2634
  get selectedView$(): Observable<UiReportViewBase | null>;
2634
2635
  get inlineEditMode(): boolean;
2635
2636
  get gridSettingChangedByUser$(): Observable<{
@@ -4263,7 +4264,6 @@ declare class EmptyPageComponent extends PageWithFormHandlerBaseComponent implem
4263
4264
  declare class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent implements OnInit {
4264
4265
  _position: string | null;
4265
4266
  sectionClass: boolean;
4266
- absolutePageClass: boolean;
4267
4267
  ismodal: boolean;
4268
4268
  settings: UiMasterDetailsPageSettings;
4269
4269
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.113",
3
+ "version": "2.3.116",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"