barsa-sap-ui 1.0.288 → 1.0.290
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-asp-viewer/barsa-asp-viewer.component.mjs +20 -8
- package/esm2020/lib/barsa-cartable-form/barsa-cartable-form.component.mjs +2 -2
- package/esm2020/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +3 -3
- package/esm2020/lib/models/grid-data-provider.mjs +4 -2
- package/esm2020/lib/report-view-renderer.directive.mjs +5 -2
- package/esm2020/lib/sap-ui-report-base.component.mjs +6 -4
- package/esm2020/lib/ui-calendar/ui-calendar.component.mjs +3 -3
- package/esm2020/lib/ui-grid/ui-grid.component.mjs +3 -3
- 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-tree/ui-tree.component.mjs +3 -3
- package/esm2020/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +3 -3
- package/esm2020/lib/ulv-form-multi-select/ulv-form-multi-select.component.mjs +5 -2
- package/fesm2015/barsa-sap-ui.mjs +52 -29
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +51 -29
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-asp-viewer/barsa-asp-viewer.component.d.ts +5 -3
- package/lib/report-view-renderer.directive.d.ts +2 -1
- package/lib/sap-ui-report-base.component.d.ts +4 -3
- package/package.json +1 -1
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BarsaAspViewerComponent extends BaseComponent implements OnInit, AfterViewInit {
|
|
4
|
+
export declare class BarsaAspViewerComponent extends BaseComponent implements OnInit, AfterViewInit, OnChanges {
|
|
5
5
|
private el;
|
|
6
6
|
private renderer;
|
|
7
|
+
private _cdr;
|
|
7
8
|
context: any;
|
|
8
9
|
parentHeight: number;
|
|
9
10
|
form: ElementRef<HTMLFormElement>;
|
|
@@ -12,9 +13,10 @@ export declare class BarsaAspViewerComponent extends BaseComponent implements On
|
|
|
12
13
|
ctrlIsPressed: boolean;
|
|
13
14
|
_frameId: any;
|
|
14
15
|
unload: boolean;
|
|
15
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
16
|
+
constructor(el: ElementRef, renderer: Renderer2, _cdr: ChangeDetectorRef);
|
|
16
17
|
handleKeyDown(event: KeyboardEvent): void;
|
|
17
18
|
ngOnInit(): void;
|
|
19
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
20
|
ngAfterViewInit(): void;
|
|
19
21
|
private _reload;
|
|
20
22
|
private _loadIFrame;
|
|
@@ -25,6 +25,7 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
25
25
|
access: DefaultCommandsAccess;
|
|
26
26
|
title: string;
|
|
27
27
|
customFieldInfo: MetaobjectDataModel | any;
|
|
28
|
+
selectedMo: MetaobjectDataModel;
|
|
28
29
|
allColumns: ReportViewColumn[];
|
|
29
30
|
viewSetting: UiReportViewBaseSetting;
|
|
30
31
|
inlineEditMode: boolean;
|
|
@@ -90,5 +91,5 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
90
91
|
ngOnDestroy(): void;
|
|
91
92
|
private _insertView;
|
|
92
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
|
|
93
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "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"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "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"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "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"; "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"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
|
|
94
95
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
2
|
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
3
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
4
|
import { ContentDensity, ContentDensityService, DialogConfig, DialogService, TableComponent, ToolbarComponent } from '@fundamental-ngx/core';
|
|
@@ -9,6 +9,7 @@ import { GridMoDataList } from './models';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extends ReportBaseComponent implements OnInit, OnDestroy {
|
|
11
11
|
el: ElementRef;
|
|
12
|
+
protected _cdr: ChangeDetectorRef;
|
|
12
13
|
protected _overlay: Overlay;
|
|
13
14
|
protected _contentDensityService: ContentDensityService;
|
|
14
15
|
protected _portalService: PortalService;
|
|
@@ -71,7 +72,7 @@ export declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting>
|
|
|
71
72
|
protected _deviceNameSource: BehaviorSubject<DeviceSize>;
|
|
72
73
|
private _oldContainer;
|
|
73
74
|
private _openOnClick;
|
|
74
|
-
constructor(el: ElementRef, _overlay: Overlay, _contentDensityService: ContentDensityService, _portalService: PortalService, _dialogService: DialogService, _ulvMainService: UlvMainService, _layoutService: LayoutService, _renderer: Renderer2, document: any, _formpanelService: FormPanelService);
|
|
75
|
+
constructor(el: ElementRef, _cdr: ChangeDetectorRef, _overlay: Overlay, _contentDensityService: ContentDensityService, _portalService: PortalService, _dialogService: DialogService, _ulvMainService: UlvMainService, _layoutService: LayoutService, _renderer: Renderer2, document: any, _formpanelService: FormPanelService);
|
|
75
76
|
get _typeDefId(): string;
|
|
76
77
|
get _inlineEditMode(): boolean;
|
|
77
78
|
get _allowInlineEdit(): boolean;
|
|
@@ -139,6 +140,6 @@ export declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting>
|
|
|
139
140
|
protected _openSettings(name: any, device: DeviceSize): void;
|
|
140
141
|
protected _showFilterSetting(selectedColumn: ReportViewColumn): void;
|
|
141
142
|
protected _addSortColumn(name: any, sortDirection: string, isGrouped?: boolean): void;
|
|
142
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SapUiReportBaseComponent<any>, [null, null, null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
143
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SapUiReportBaseComponent<any>, [null, null, null, null, null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
143
144
|
static ɵcmp: i0.ɵɵComponentDeclaration<SapUiReportBaseComponent<any>, "bsu-sap-ui-report-base", never, { "ShowFormPanelControl": "ShowFormPanelControl"; "ForceCloseChild": "ForceCloseChild"; "RefreshFormPanelControl": "RefreshFormPanelControl"; }, {}, never, never, false>;
|
|
144
145
|
}
|