barsa-sap-ui 2.1.11 → 2.1.12

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.
@@ -69,6 +69,7 @@ export declare class FundamentalDynamicFormComponent extends BaseComponent imple
69
69
  isFirefox: boolean;
70
70
  layout1: FormLayoutCol;
71
71
  layout2: FormLayoutCol;
72
+ hasLayoutButtons: boolean;
72
73
  constructor(el: ElementRef);
73
74
  ngOnInit(): void;
74
75
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"