barsa-sap-ui 1.0.302 → 1.0.303

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,11 +1,13 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
3
  import * as i0 from "@angular/core";
3
- export declare class UiSimpleComboComponent extends FieldBaseComponent {
4
+ export declare class UiSimpleComboComponent extends FieldBaseComponent implements OnInit {
4
5
  caption: string;
5
6
  get MinSize(): {
6
7
  width: number;
7
8
  height: number;
8
9
  };
10
+ ngOnInit(): void;
9
11
  onValueChange(value: any): void;
10
12
  protected _handleValueChange(selectedValue: any): void;
11
13
  static ɵfac: i0.ɵɵFactoryDeclaration<UiSimpleComboComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "1.0.302",
3
+ "version": "1.0.303",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"