barsa-sap-ui 1.0.295 → 1.0.296
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/list-item/list-item.component.mjs +6 -9
- package/esm2020/lib/report-view-renderer.directive.mjs +5 -2
- package/esm2020/lib/sap-ui-report-base.component.mjs +5 -3
- package/esm2020/lib/ui-list-view/ui-list-view.component.mjs +32 -13
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +3 -3
- package/fesm2015/barsa-sap-ui.mjs +90 -69
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +90 -69
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/list-item/list-item.component.d.ts +1 -1
- package/lib/report-view-renderer.directive.d.ts +2 -1
- package/lib/ui-list-view/ui-list-view.component.d.ts +6 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ export declare class ListItemComponent extends BaseViewItemPropsComponent implem
|
|
|
8
8
|
isDisplayType: boolean;
|
|
9
9
|
avatarSize: Size;
|
|
10
10
|
ngOnInit(): void;
|
|
11
|
-
onRowCheck2(): void;
|
|
11
|
+
onRowCheck2(e: any): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "bsu-list-item", never, { "setting": "setting"; "isDisplayType": "isDisplayType"; }, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -12,6 +12,7 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
12
12
|
allChecked: boolean;
|
|
13
13
|
groupby: SortSetting[];
|
|
14
14
|
isCheckList: boolean;
|
|
15
|
+
selectedCount: number;
|
|
15
16
|
hasSummary: boolean;
|
|
16
17
|
relationList: Array<RelationItemType>;
|
|
17
18
|
columns: ReportViewColumn[];
|
|
@@ -91,5 +92,5 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
|
|
|
91
92
|
ngOnDestroy(): void;
|
|
92
93
|
private _insertView;
|
|
93
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
|
|
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>;
|
|
95
|
+
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"; "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>;
|
|
95
96
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { Size } from '@fundamental-ngx/core';
|
|
3
3
|
import { EjrayOlgo, MetaobjectDataModel, ReportViewBaseComponent, ReportViewColumn } from 'barsa-novin-ray-core';
|
|
4
4
|
import { UiListViewSetting } from '../models/grid-view';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UiListViewComponent extends ReportViewBaseComponent<UiListViewSetting> implements OnInit {
|
|
7
|
+
popupModeTemplateRef: TemplateRef<any>;
|
|
8
|
+
defaultModeTemplateRef: TemplateRef<any>;
|
|
7
9
|
listSetting: UiListViewSetting;
|
|
8
10
|
avatarSize: Size;
|
|
9
11
|
isDisplayType: boolean;
|
|
@@ -11,13 +13,16 @@ export declare class UiListViewComponent extends ReportViewBaseComponent<UiListV
|
|
|
11
13
|
detailsComponent: EjrayOlgo;
|
|
12
14
|
showDetailsInRow: boolean;
|
|
13
15
|
hasRowOlgo: boolean;
|
|
16
|
+
popoverOpen: boolean;
|
|
14
17
|
columnComponents: {
|
|
15
18
|
column: ReportViewColumn;
|
|
16
19
|
component: MetaobjectDataModel;
|
|
17
20
|
}[];
|
|
21
|
+
selectedPresentaionTemplate: TemplateRef<any>;
|
|
18
22
|
ngOnInit(): void;
|
|
19
23
|
onListCheckboxClick(mo: any, index: any): void;
|
|
20
24
|
onListNavigationClick(mo: any, index: any): void;
|
|
25
|
+
_getPresentaionMode(): TemplateRef<any>;
|
|
21
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiListViewComponent, never>;
|
|
22
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiListViewComponent, "bsu-ui-list-view", never, {}, {}, never, never, false>;
|
|
23
28
|
}
|