barsa-sap-ui 2.3.35 → 2.3.36
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 +79 -51
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +28 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -526,6 +526,7 @@ declare class UlvContextMenuComponent extends BaseComponent implements OnInit {
|
|
|
526
526
|
_popoverCmp: PopoverComponent;
|
|
527
527
|
onlyOverflow: boolean;
|
|
528
528
|
rightClickEnable: boolean;
|
|
529
|
+
closeOnOutsideClick: boolean;
|
|
529
530
|
deviceName: DeviceSize;
|
|
530
531
|
menuItems: any[];
|
|
531
532
|
allColumns: ReportViewColumn[];
|
|
@@ -551,7 +552,7 @@ declare class UlvContextMenuComponent extends BaseComponent implements OnInit {
|
|
|
551
552
|
OpenPopoverAt(x: number, y: number): void;
|
|
552
553
|
ClosePopover(): void;
|
|
553
554
|
static ɵfac: i0.ɵɵFactoryDeclaration<UlvContextMenuComponent, never>;
|
|
554
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UlvContextMenuComponent, "bsu-ulv-context-menu,[ulvContextMenu]", never, { "onlyOverflow": { "alias": "onlyOverflow"; "required": false; }; "rightClickEnable": { "alias": "rightClickEnable"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "index": { "alias": "index"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "styleIndex": { "alias": "styleIndex"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "footerMode": { "alias": "footerMode"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; }, { "commandClick": "commandClick"; }, never, never, false, never>;
|
|
555
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UlvContextMenuComponent, "bsu-ulv-context-menu,[ulvContextMenu]", never, { "onlyOverflow": { "alias": "onlyOverflow"; "required": false; }; "rightClickEnable": { "alias": "rightClickEnable"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "index": { "alias": "index"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "styleIndex": { "alias": "styleIndex"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "footerMode": { "alias": "footerMode"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; }, { "commandClick": "commandClick"; }, never, never, false, never>;
|
|
555
556
|
}
|
|
556
557
|
|
|
557
558
|
declare class UiMapComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements AfterViewInit {
|
|
@@ -4938,7 +4939,7 @@ declare class BarsaThemeComponent extends BaseComponent {
|
|
|
4938
4939
|
ngOnInit(): void;
|
|
4939
4940
|
private _loadUserPortalSettings;
|
|
4940
4941
|
private _setUserSettings;
|
|
4941
|
-
private
|
|
4942
|
+
private _applySettingsFromLocalStorage;
|
|
4942
4943
|
private _setDefaultTheme;
|
|
4943
4944
|
private _setTheme;
|
|
4944
4945
|
private _applyPortalTheme;
|
|
@@ -5060,10 +5061,20 @@ declare class UiMapReportComponent extends ReportViewBaseComponent<UiMapSettings
|
|
|
5060
5061
|
elemPopover: HTMLElement;
|
|
5061
5062
|
popoverX: number;
|
|
5062
5063
|
popoverY: number;
|
|
5064
|
+
signalMap: i0.WritableSignal<null>;
|
|
5063
5065
|
protected _leafletWrapper: any;
|
|
5066
|
+
protected _picfieldSrc: PictureFieldSourcePipe;
|
|
5064
5067
|
private _lastOnContextEventLoc;
|
|
5065
5068
|
ngOnInit(): void;
|
|
5066
5069
|
ngOnChanges(changes: SimpleChanges): void;
|
|
5070
|
+
onLongPress({ latlng, x, y }: {
|
|
5071
|
+
latlng: {
|
|
5072
|
+
lat: number;
|
|
5073
|
+
lng: number;
|
|
5074
|
+
};
|
|
5075
|
+
x: number;
|
|
5076
|
+
y: number;
|
|
5077
|
+
}): void;
|
|
5067
5078
|
onElemCreated(e: any): void;
|
|
5068
5079
|
onVisibilityChange(e: any): void;
|
|
5069
5080
|
protected _drawMap(mapContainer: HTMLElement): void;
|
|
@@ -5074,21 +5085,28 @@ declare class UiMapReportComponent extends ReportViewBaseComponent<UiMapSettings
|
|
|
5074
5085
|
protected _setData(nodes: any, edges: any, options: any): void;
|
|
5075
5086
|
protected _createMarker(id: any, mo: any, lat: any, lng: any, text: any, icon: any, draggable: any): any;
|
|
5076
5087
|
protected _addMarker(marker: any): void;
|
|
5077
|
-
protected _popupClose(
|
|
5078
|
-
protected _popupopen(
|
|
5079
|
-
protected _contextmenu(
|
|
5080
|
-
protected _preClick(
|
|
5081
|
-
protected _dblclick(
|
|
5082
|
-
protected
|
|
5083
|
-
protected _showContextMenu(
|
|
5084
|
-
|
|
5088
|
+
protected _popupClose(_e: any): void;
|
|
5089
|
+
protected _popupopen(_e: any): void;
|
|
5090
|
+
protected _contextmenu(_e: any): void;
|
|
5091
|
+
protected _preClick(_e: any): void;
|
|
5092
|
+
protected _dblclick(_e: any): void;
|
|
5093
|
+
protected _markerClick(mapData: MetaobjectDataModel): void;
|
|
5094
|
+
protected _showContextMenu(latlng: {
|
|
5095
|
+
lat: number;
|
|
5096
|
+
lng: number;
|
|
5097
|
+
}, x: any, y: any): void;
|
|
5098
|
+
protected _keypress(_e: any): void;
|
|
5085
5099
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiMapReportComponent, never>;
|
|
5086
5100
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiMapReportComponent, "bsu-ui-map-report", never, {}, {}, never, never, false, never>;
|
|
5087
5101
|
}
|
|
5088
5102
|
interface UiMapSettings extends UiReportViewBaseSetting {
|
|
5089
5103
|
FieldLng: string;
|
|
5090
5104
|
FieldLat: string;
|
|
5105
|
+
FieldMarkerPicture: string;
|
|
5091
5106
|
Groupby: string;
|
|
5107
|
+
IconMarker: {
|
|
5108
|
+
Url: string;
|
|
5109
|
+
};
|
|
5092
5110
|
Polygon: boolean;
|
|
5093
5111
|
Color1: string;
|
|
5094
5112
|
Color2: string;
|