barsa-sap-ui 1.0.270 → 1.0.272

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.
@@ -38,6 +38,7 @@ export declare class FundamentalDynamicFormComponent extends BaseComponent imple
38
38
  contentDensity: ContentDensity;
39
39
  deviceSize: 's' | 'm' | 'l' | 'xl';
40
40
  dirValue: 'rtl' | 'ltr';
41
+ portrait: boolean;
41
42
  modernTabs: LayoutSetting[];
42
43
  titleRef: ViewContainerRef;
43
44
  headerAvatarRef: TemplateRef<any>;
@@ -55,5 +56,5 @@ export declare class FundamentalDynamicFormComponent extends BaseComponent imple
55
56
  getNumber(val: any): number;
56
57
  onDynamicComponentEvents(e: any): void;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalDynamicFormComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": "breadCrumbs"; "toolbarVisible": "toolbarVisible"; "toolbarItems": "toolbarItems"; "layoutActions": "layoutActions"; "layout94": "layout94"; "parameters": "parameters"; "workflowPanelUi": "workflowPanelUi"; "context": "context"; "title": "title"; "subtitle": "subtitle"; "description": "description"; "facetList": "facetList"; "fieldDict": "fieldDict"; "removeHeaderBorder": "removeHeaderBorder"; "removeContentPadding": "removeContentPadding"; "isMobile": "isMobile"; "mo": "mo"; "avatar": "avatar"; "rtl": "rtl"; "hideTitle": "hideTitle"; "hideClose": "hideClose"; "hidePin": "hidePin"; "mask": "mask"; "canSend": "canSend"; "contentIsPage": "contentIsPage"; "contentDensity": "contentDensity"; "deviceSize": "deviceSize"; "dirValue": "dirValue"; "modernTabs": "modernTabs"; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": "breadCrumbs"; "toolbarVisible": "toolbarVisible"; "toolbarItems": "toolbarItems"; "layoutActions": "layoutActions"; "layout94": "layout94"; "parameters": "parameters"; "workflowPanelUi": "workflowPanelUi"; "context": "context"; "title": "title"; "subtitle": "subtitle"; "description": "description"; "facetList": "facetList"; "fieldDict": "fieldDict"; "removeHeaderBorder": "removeHeaderBorder"; "removeContentPadding": "removeContentPadding"; "isMobile": "isMobile"; "mo": "mo"; "avatar": "avatar"; "rtl": "rtl"; "hideTitle": "hideTitle"; "hideClose": "hideClose"; "hidePin": "hidePin"; "mask": "mask"; "canSend": "canSend"; "contentIsPage": "contentIsPage"; "contentDensity": "contentDensity"; "deviceSize": "deviceSize"; "dirValue": "dirValue"; "portrait": "portrait"; "modernTabs": "modernTabs"; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false>;
59
60
  }
@@ -17,6 +17,7 @@ export declare class UiFormPanelComponent extends FormBaseComponent {
17
17
  dirValue$: Observable<'rtl' | 'ltr'>;
18
18
  rtl$: Observable<boolean>;
19
19
  canSend$: Observable<boolean>;
20
+ portrait$: Observable<boolean>;
20
21
  constructor(_breadcrumbService: BreadcrumbService, _contentDensityService: ContentDensityService, _portalService: PortalService, _activatedRoute: ActivatedRoute, _router: Router, _formPanelService: FormPanelService);
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<UiFormPanelComponent, [null, null, null, null, null, { self: true; }]>;
22
23
  static ɵcmp: i0.ɵɵComponentDeclaration<UiFormPanelComponent, "bsu-ui-form-panel", never, {}, {}, never, never, false>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "1.0.270",
3
+ "version": "1.0.272",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"