barsa-novin-ray-core 2.3.51 → 2.3.53

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
@@ -2591,8 +2591,10 @@ declare class UlvMainService {
2591
2591
  private _hideSearchapanelSource;
2592
2592
  private _workflowShareButtons;
2593
2593
  private _prepareMoForNewForm$;
2594
+ private _hideViewerLoadingSource;
2594
2595
  /** Inserted by Angular inject() migration for backwards compatibility */
2595
2596
  constructor();
2597
+ get hideViewerLoading$(): Observable<boolean>;
2596
2598
  get hidePaging$(): Observable<boolean>;
2597
2599
  get prepareMoForNewForm$(): Observable<MetaobjectDataModel>;
2598
2600
  get showContextMenu$(): Observable<void>;
@@ -2628,6 +2630,7 @@ declare class UlvMainService {
2628
2630
  text: string;
2629
2631
  }): void;
2630
2632
  setTitle(title: string): void;
2633
+ ulvSetHideViewerLoading(hideViewerLoading: boolean): void;
2631
2634
  toggleHideSearchpanel(val?: boolean): void;
2632
2635
  setContext(context: any): void;
2633
2636
  setInDialog(val: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.51",
3
+ "version": "2.3.53",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"