barsa-novin-ray-core 2.3.112 → 2.3.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.
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<{
@@ -3180,7 +3181,6 @@ declare class ApplicationCtrlrService {
3180
3181
  protected _routeToSystem(systemId: string): void;
3181
3182
  protected getLastActivatedRoute(): ActivatedRoute | null;
3182
3183
  protected _routeToReport(navGroupId: string, caption: string, reportId: string): void;
3183
- protected _routeToSelectedSystem(): void;
3184
3184
  protected flattenLeafCommands(commands: Command[]): Command[];
3185
3185
  protected _mergeToSystemGroup(commandGroups: CommandGroup[]): CommandGroup[];
3186
3186
  protected _handleEvents(): void;
@@ -4264,7 +4264,6 @@ declare class EmptyPageComponent extends PageWithFormHandlerBaseComponent implem
4264
4264
  declare class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent implements OnInit {
4265
4265
  _position: string | null;
4266
4266
  sectionClass: boolean;
4267
- absolutePageClass: boolean;
4268
4267
  ismodal: boolean;
4269
4268
  settings: UiMasterDetailsPageSettings;
4270
4269
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.112",
3
+ "version": "2.3.114",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"