barsa-sap-ui 2.2.32 → 2.2.33

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.
@@ -16,8 +16,6 @@ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfo
16
16
  Setting: ReportModel;
17
17
  });
18
18
  mobile: boolean;
19
- fruits: string[];
20
- searchTermOne: string;
21
19
  dropDownValuesSource: BehaviorSubject<MetaobjectDataModel[]>;
22
20
  dropDownValues$: import("rxjs").Observable<string[]>;
23
21
  selected: any[];
@@ -44,7 +42,6 @@ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfo
44
42
  onVisibilityChange(e: any): void;
45
43
  _resizeTokenizer(width?: string): void;
46
44
  valueFn(e: string): string;
47
- x: boolean;
48
45
  onSearchTermChange(term: string): void;
49
46
  onOpenReport(): void;
50
47
  onSelectedChange(arr: string[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.2.32",
3
+ "version": "2.2.33",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"