barsa-sap-ui 2.3.75 → 2.3.76
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.
- package/fesm2022/barsa-sap-ui.mjs +20 -21
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +4 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2738,6 +2738,9 @@ declare class FormDialogComponent extends BaseComponent implements OnInit {
|
|
|
2738
2738
|
selectedWorkflowButton: any;
|
|
2739
2739
|
formUi: WritableSignal<FormBaseComponent | undefined>;
|
|
2740
2740
|
onWorkflowButtonSelected: any;
|
|
2741
|
+
hideFooter: boolean;
|
|
2742
|
+
showWorkflowToolbar: boolean;
|
|
2743
|
+
showWorkflowButtonsOnFooter: boolean;
|
|
2741
2744
|
private _dialogService;
|
|
2742
2745
|
private dialogParams;
|
|
2743
2746
|
private _portalService;
|
|
@@ -3865,8 +3868,6 @@ declare class NotificationItemComponent extends BaseComponent implements OnInit
|
|
|
3865
3868
|
};
|
|
3866
3869
|
notificationItem: NotificationItem;
|
|
3867
3870
|
showCloseButton: boolean;
|
|
3868
|
-
deviceSize: AbbrevationDeviceSize;
|
|
3869
|
-
_deviceSize: string;
|
|
3870
3871
|
viewed: EventEmitter<NotificationItem>;
|
|
3871
3872
|
remove: EventEmitter<{
|
|
3872
3873
|
items: NotificationItem[];
|
|
@@ -3888,7 +3889,7 @@ declare class NotificationItemComponent extends BaseComponent implements OnInit
|
|
|
3888
3889
|
hide: boolean;
|
|
3889
3890
|
ngOnInit(): void;
|
|
3890
3891
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationItemComponent, never>;
|
|
3891
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationItemComponent, "bsu-notification-item", never, { "option": { "alias": "option"; "required": false; }; "notificationItem": { "alias": "notificationItem"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; };
|
|
3892
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationItemComponent, "bsu-notification-item", never, { "option": { "alias": "option"; "required": false; }; "notificationItem": { "alias": "notificationItem"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; }, { "viewed": "viewed"; "remove": "remove"; "actionClick": "actionClick"; "showEvent": "showEvent"; "closeEvent": "closeEvent"; }, never, never, false, never>;
|
|
3892
3893
|
}
|
|
3893
3894
|
|
|
3894
3895
|
declare class BarsaCartableTemplateComponent extends RichTextStaticComponent implements OnInit {
|