barsa-sap-ui 2.2.61 → 2.2.62

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.
@@ -21,6 +21,7 @@ export declare class LayoutControlComponent extends LayoutItemBaseComponent impl
21
21
  isColumnReverseDirection: any;
22
22
  isContainer: boolean;
23
23
  readonlyiswraped: boolean;
24
+ _labelNotInRow: boolean;
24
25
  maxWidth: any;
25
26
  minWidth: any;
26
27
  minHeight: string;
@@ -6,6 +6,7 @@ export declare class LyLayoutPanelComponent extends LayoutPanelBaseComponent imp
6
6
  renderItems: TemplateRef<any>;
7
7
  isRoot: boolean;
8
8
  hideTitle: boolean;
9
+ notPanelMode: boolean;
9
10
  maxLabelWidth: number;
10
11
  flex: any;
11
12
  display: any;
@@ -28,5 +29,5 @@ export declare class LyLayoutPanelComponent extends LayoutPanelBaseComponent imp
28
29
  setDisplay(): void;
29
30
  protected _setBRule(): void;
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutPanelComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutPanelComponent, "bsu-ly-layout-panel", never, { "renderItems": { "alias": "renderItems"; "required": false; }; "isRoot": { "alias": "isRoot"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutPanelComponent, "bsu-ly-layout-panel", never, { "renderItems": { "alias": "renderItems"; "required": false; }; "isRoot": { "alias": "isRoot"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "notPanelMode": { "alias": "notPanelMode"; "required": false; }; }, {}, never, never, false, never>;
32
33
  }
@@ -8,7 +8,9 @@ export declare class GridMoDataList {
8
8
  searchTerm: string;
9
9
  data$: Observable<MetaobjectDataModel[]>;
10
10
  inlineEditMode: boolean;
11
+ subscriptions: any[];
11
12
  constructor(moDataList$: Observable<MetaobjectDataModel[]>, gridSetting$: Observable<GridSetting>, visibleColumns$: Observable<ReportViewColumn[]>, searchTerm$: Observable<string>, inlineEditMode$: Observable<boolean>);
13
+ destroy(): void;
12
14
  getSortby(): CollectionSort[];
13
15
  getSortDirection(direction: any): SortDirection;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.2.61",
3
+ "version": "2.2.62",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"