barsa-sap-ui 2.0.40 → 2.0.42

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,12 +1,15 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { BaseComponent } from 'barsa-novin-ray-core';
1
+ import { EventEmitter, OnInit, ElementRef } from '@angular/core';
2
+ import { BaseComponent, FormComponent } from 'barsa-novin-ray-core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SearchPanelComponent extends BaseComponent implements OnInit {
5
+ onKeydownHandler(event: KeyboardEvent): void;
6
+ _form: FormComponent;
5
7
  searchPanelUi: any;
6
8
  hideButtons: boolean;
7
9
  isSearcPanelInSideContent: boolean;
8
10
  moChanged: EventEmitter<any>;
9
11
  firstValueChanged: boolean;
12
+ _el: ElementRef<any>;
10
13
  ngOnInit(): void;
11
14
  onTitleChange(title: string): void;
12
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchPanelComponent, never>;
@@ -67,6 +67,7 @@ export declare class UiPdfViewerComponent extends DeviceInfoFieldBaseComponent i
67
67
  protected _updateValue(res: any[]): void;
68
68
  private updateSingleControl;
69
69
  private _hideMask;
70
+ private _mask;
70
71
  static ɵfac: i0.ɵɵFactoryDeclaration<UiPdfViewerComponent, never>;
71
72
  static ɵcmp: i0.ɵɵComponentDeclaration<UiPdfViewerComponent, "bsu-ui-pdf-viewer", never, {}, {}, never, never, false, never>;
72
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.0.40",
3
+ "version": "2.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"