barsa-sap-ui 1.0.336 → 1.0.338
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/esm2020/lib/barsa-table-row/barsa-table-row.component.mjs +3 -3
- package/esm2020/lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component.mjs +2 -2
- package/esm2020/lib/form-dialog-less/form-dialog-less.component.mjs +6 -5
- package/esm2020/lib/report-view-renderer.directive.mjs +8 -2
- package/esm2020/lib/sap-ui-report-base.component.mjs +5 -1
- package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +3 -3
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +3 -3
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +3 -3
- package/esm2020/lib/ulv-context-menu/ulv-context-menu.component.mjs +1 -1
- package/esm2020/lib/ulv-toolbar/ulv-toolbar.component.mjs +5 -11
- package/fesm2015/barsa-sap-ui.mjs +56 -48
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +34 -26
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/form-dialog-less/form-dialog-less.component.d.ts +4 -3
- package/lib/report-view-renderer.directive.d.ts +2 -1
- package/lib/sap-ui-report-base.component.d.ts +1 -0
- package/lib/ulv-toolbar/ulv-toolbar.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, Injector, Type, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Injector, Renderer2, Type, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { ContainerComponent, BarsaDialogService, DialogParams, PortalService, ContainerService } from 'barsa-novin-ray-core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -11,6 +11,7 @@ export declare class FormDialogLessComponent extends ContainerComponent {
|
|
|
11
11
|
protected _barsaDialogService: BarsaDialogService;
|
|
12
12
|
protected _injector: Injector;
|
|
13
13
|
protected _router: Router;
|
|
14
|
+
protected _renderer2: Renderer2;
|
|
14
15
|
protected _cdr: ChangeDetectorRef;
|
|
15
16
|
protected _containerService: ContainerService;
|
|
16
17
|
protected _formDialogComponent: Type<any>;
|
|
@@ -21,8 +22,8 @@ export declare class FormDialogLessComponent extends ContainerComponent {
|
|
|
21
22
|
reportId: string;
|
|
22
23
|
inDialog: boolean;
|
|
23
24
|
};
|
|
24
|
-
constructor(dialogParams: DialogParams, _el: ElementRef, _activatedRoute: ActivatedRoute, _portalService: PortalService, _vcr: ViewContainerRef, _barsaDialogService: BarsaDialogService, _injector: Injector, _router: Router, _cdr: ChangeDetectorRef, _containerService: ContainerService, _formDialogComponent: Type<any>);
|
|
25
|
+
constructor(dialogParams: DialogParams, _el: ElementRef, _activatedRoute: ActivatedRoute, _portalService: PortalService, _vcr: ViewContainerRef, _barsaDialogService: BarsaDialogService, _injector: Injector, _router: Router, _renderer2: Renderer2, _cdr: ChangeDetectorRef, _containerService: ContainerService, _formDialogComponent: Type<any>);
|
|
25
26
|
onFormClose(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogLessComponent, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogLessComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
27
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogLessComponent, "bsu-form-dialog-less", never, {}, {}, never, never, false>;
|
|
28
29
|
}
|
|
@@ -55,6 +55,7 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
55
55
|
};
|
|
56
56
|
editFormPanelCancel: EventEmitter<MetaobjectDataModel>;
|
|
57
57
|
editFormPanelValueChange: EventEmitter<MetaobjectDataModel>;
|
|
58
|
+
resetWorkflowState: EventEmitter<any>;
|
|
58
59
|
ulvCommandClick: EventEmitter<any>;
|
|
59
60
|
sortAscending: EventEmitter<any>;
|
|
60
61
|
sortDescending: EventEmitter<any>;
|
|
@@ -98,5 +99,5 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
98
99
|
ngOnDestroy(): void;
|
|
99
100
|
private _insertView;
|
|
100
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
|
|
101
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "selectedCount": "selectedCount"; "hasSummary": "hasSummary"; "relationList": "relationList"; "columns": "columns"; "columnsCount": "columnsCount"; "secondaryColumns": "secondaryColumns"; "contextMenuItems": "contextMenuItems"; "conditionalFormats": "conditionalFormats"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "mobileOrTablet": "mobileOrTablet"; "access": "access"; "title": "title"; "customFieldInfo": "customFieldInfo"; "selectedMo": "selectedMo"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "hasSelected": "hasSelected"; "formSetting": "formSetting"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "navigationArrow": "navigationArrow"; "typeDefId": "typeDefId"; "containerWidth": "containerWidth"; "extraRelation": "extraRelation"; "contextView": "contextView"; "contentDensity": "contentDensity"; "hideOpenIcon": "hideOpenIcon"; "openOnClick": "openOnClick"; "inDialog": "inDialog"; "isMultiSelect": "isMultiSelect"; "disableResponsive": "disableResponsive"; "cartableTemplates": "cartableTemplates"; "cartableChildsMo": "cartableChildsMo"; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
|
|
102
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "selectedCount": "selectedCount"; "hasSummary": "hasSummary"; "relationList": "relationList"; "columns": "columns"; "columnsCount": "columnsCount"; "secondaryColumns": "secondaryColumns"; "contextMenuItems": "contextMenuItems"; "conditionalFormats": "conditionalFormats"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "mobileOrTablet": "mobileOrTablet"; "access": "access"; "title": "title"; "customFieldInfo": "customFieldInfo"; "selectedMo": "selectedMo"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "hasSelected": "hasSelected"; "formSetting": "formSetting"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "navigationArrow": "navigationArrow"; "typeDefId": "typeDefId"; "containerWidth": "containerWidth"; "extraRelation": "extraRelation"; "contextView": "contextView"; "contentDensity": "contentDensity"; "hideOpenIcon": "hideOpenIcon"; "openOnClick": "openOnClick"; "inDialog": "inDialog"; "isMultiSelect": "isMultiSelect"; "disableResponsive": "disableResponsive"; "cartableTemplates": "cartableTemplates"; "cartableChildsMo": "cartableChildsMo"; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "resetWorkflowState": "resetWorkflowState"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
|
|
102
103
|
}
|
|
@@ -74,6 +74,7 @@ export declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting>
|
|
|
74
74
|
private _oldContainer;
|
|
75
75
|
private _openOnClick;
|
|
76
76
|
constructor(el: ElementRef, _cdr: ChangeDetectorRef, _overlay: Overlay, _contentDensityService: ContentDensityService, _portalService: PortalService, _dialogService: DialogService, _ulvMainService: UlvMainService, _layoutService: LayoutService, _renderer: Renderer2, document: any, _formpanelService: FormPanelService);
|
|
77
|
+
onResetWorkflowState(mo: MetaobjectDataModel): void;
|
|
77
78
|
get _typeDefId(): string;
|
|
78
79
|
get _inlineEditMode(): boolean;
|
|
79
80
|
get _allowInlineEdit(): boolean;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ContentDensity
|
|
2
|
+
import { ContentDensity } from '@fundamental-ngx/core';
|
|
3
3
|
import { SearchInput } from '@fundamental-ngx/platform';
|
|
4
4
|
import { BaseComponent, DefaultCommandsAccess, AbbrevationDeviceSize, DeviceSize, UiReportViewBase } from 'barsa-novin-ray-core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
|
|
7
7
|
el: ElementRef;
|
|
8
|
-
_toolbar: ToolbarComponent;
|
|
9
8
|
useLayoutItemTextForControl: boolean;
|
|
10
9
|
enableSearch: boolean;
|
|
11
10
|
hideTitle: boolean;
|