barsa-sap-ui 2.0.106 → 2.0.107

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.
Files changed (27) hide show
  1. package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +1 -1
  2. package/esm2022/lib/barsa-horizontal-flex-panel/barsa-horizontal-flex-panel.component.mjs +2 -2
  3. package/esm2022/lib/barsa-sap-ui.module.mjs +216 -215
  4. package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +1 -1
  5. package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +2 -2
  6. package/esm2022/lib/card-item/card-item.component.mjs +1 -1
  7. package/esm2022/lib/card-view-content/card-view-content.component.mjs +1 -1
  8. package/esm2022/lib/index.mjs +3 -1
  9. package/esm2022/lib/layout-control/layout-control.component.mjs +3 -3
  10. package/esm2022/lib/list-item/list-item.component.mjs +1 -1
  11. package/esm2022/lib/ly-simple-label/ly-simple-label.component.mjs +2 -2
  12. package/esm2022/lib/ui-check-box/ui-check-box.component.mjs +8 -3
  13. package/esm2022/lib/ui-date-time/ui-date-time.component.mjs +6 -5
  14. package/esm2022/lib/ui-map/ui-map.component.mjs +52 -0
  15. package/esm2022/lib/ui-read-only-field/ui-read-only-field.component.mjs +2 -2
  16. package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +3 -3
  17. package/esm2022/lib/ulv-context-menu/ulv-context-menu.component.mjs +32 -5
  18. package/esm2022/public-api.mjs +2 -1
  19. package/fesm2022/barsa-sap-ui.mjs +260 -183
  20. package/fesm2022/barsa-sap-ui.mjs.map +1 -1
  21. package/lib/barsa-sap-ui.module.d.ts +228 -227
  22. package/lib/index.d.ts +1 -1
  23. package/lib/ui-check-box/ui-check-box.component.d.ts +1 -0
  24. package/lib/ui-map/ui-map.component.d.ts +18 -0
  25. package/lib/ulv-context-menu/ulv-context-menu.component.d.ts +8 -1
  26. package/package.json +1 -1
  27. package/public-api.d.ts +1 -0
package/lib/index.d.ts CHANGED
@@ -98,7 +98,7 @@ import { DomSanitizer } from '@angular/platform-browser';
98
98
  import { BarsaChatComponent } from './barsa-chat/barsa-chat.component';
99
99
  import { AvatarGridColPipe } from './avatar-size.pipe';
100
100
  import { TableThDirective } from './table-th.directive';
101
- export declare const components: (typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiGraphComponent | typeof ColumnRendererComponent | typeof BarsaTableHeaderComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof BarsaUlvMainComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaMonacoEditorComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof UlvContextMenuComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof UiPicturesInfoComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof CardItemComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BarsaTableColumnComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaCartableGroupComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent | typeof BarsaBarPanelComponent | typeof BarsaFormSideContentComponent | typeof BarsaSimpleFormComponent | typeof BarsaCardRowPayamComponent | typeof BarsaQuestionPostComponent | typeof BarsaQuestionAnswerFormComponent | typeof BarsaAnswerCardComponent | typeof BarsaTagChipComponent | typeof BarsaCustomInlineEditComponent | typeof BarsaCustomInlineEditRowComponent | typeof BarsaChatComponent)[];
101
+ export declare const components: (typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiGraphComponent | typeof UlvContextMenuComponent | typeof ColumnRendererComponent | typeof BarsaTableHeaderComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof BarsaUlvMainComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaMonacoEditorComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof UiPicturesInfoComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof CardItemComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BarsaTableColumnComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaCartableGroupComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent | typeof BarsaBarPanelComponent | typeof BarsaFormSideContentComponent | typeof BarsaSimpleFormComponent | typeof BarsaCardRowPayamComponent | typeof BarsaQuestionPostComponent | typeof BarsaQuestionAnswerFormComponent | typeof BarsaAnswerCardComponent | typeof BarsaTagChipComponent | typeof BarsaCustomInlineEditComponent | typeof BarsaCustomInlineEditRowComponent | typeof BarsaChatComponent)[];
102
102
  export declare const pipes: (typeof MatrixValuePipe | typeof DynamicPageSizePipe | typeof StringToArrayPipe | typeof UploadFileStatusPipe | typeof SapFontPipe | typeof SapFontClassPipe | typeof NodeHasOneDepthLevelPipe | typeof SapSizePipe | typeof AvatarGridColPipe)[];
103
103
  export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective | typeof FullscreenFilesDirective | typeof DownloadFilesDirective | typeof DialogHandlerDirective | typeof TableThDirective)[];
104
104
  export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemingService, portalService: PortalService, domSanitizer: DomSanitizer) => () => void;
@@ -6,6 +6,7 @@ export declare class UiCheckBoxComponent extends DeviceInfoFieldBaseComponent {
6
6
  height: number;
7
7
  };
8
8
  showText: boolean;
9
+ caption: string;
9
10
  ngOnInit(): void;
10
11
  onValueChange(): void;
11
12
  protected _valueChanged(val: boolean): void;
@@ -0,0 +1,18 @@
1
+ import { AfterViewInit, ElementRef } from '@angular/core';
2
+ import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import { SapUiReportBaseComponent } from '../sap-ui-report-base.component';
4
+ import { UlvContextMenuComponent } from '../ulv-context-menu/ulv-context-menu.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UiMapComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements AfterViewInit {
7
+ _mapContainer: ElementRef;
8
+ _popoverExt: ElementRef;
9
+ _ulvContextMenuCmp: UlvContextMenuComponent;
10
+ elemPopover: HTMLElement;
11
+ popoverX: number;
12
+ popoverY: number;
13
+ ngAfterViewInit(): void;
14
+ onElemCreated(e: any): void;
15
+ protected _windowResized(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiMapComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMapComponent, "bsu-ui-map", never, {}, {}, never, never, false, never>;
18
+ }
@@ -1,9 +1,12 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
+ import { PopoverComponent } from '@fundamental-ngx/core';
2
3
  import { BaseComponent, DeviceSize, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class UlvContextMenuComponent extends BaseComponent implements OnInit {
5
6
  protected _cdr: ChangeDetectorRef;
7
+ _popoverCmp: PopoverComponent;
6
8
  onlyOverflow: boolean;
9
+ rightClickEnable: boolean;
7
10
  deviceName: DeviceSize;
8
11
  menuItems: any[];
9
12
  allColumns: ReportViewColumn[];
@@ -13,6 +16,7 @@ export declare class UlvContextMenuComponent extends BaseComponent implements On
13
16
  conditionalFormats: any[];
14
17
  disableOverflowContextMenu: boolean;
15
18
  footerMode: boolean;
19
+ appendTo: HTMLElement;
16
20
  commandClick: EventEmitter<any>;
17
21
  _disableOverflow: boolean;
18
22
  isOpenOverflow: boolean;
@@ -26,6 +30,9 @@ export declare class UlvContextMenuComponent extends BaseComponent implements On
26
30
  onCommandClick(e: any): void;
27
31
  onOpenOverflow(e: any): void;
28
32
  onCommandSplitButtonClick(e: any, btn: any): void;
33
+ OpenPopover(): void;
34
+ OpenPopoverAt(x: number, y: number): void;
35
+ ClosePopover(): void;
29
36
  static ɵfac: i0.ɵɵFactoryDeclaration<UlvContextMenuComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<UlvContextMenuComponent, "bsu-ulv-context-menu,[ulvContextMenu]", never, { "onlyOverflow": { "alias": "onlyOverflow"; "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; }; }, { "commandClick": "commandClick"; }, never, never, false, never>;
37
+ 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; }; "appendTo": { "alias": "appendTo"; "required": false; }; }, { "commandClick": "commandClick"; }, never, never, false, never>;
31
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.0.106",
3
+ "version": "2.0.107",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"
package/public-api.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './lib/column-matrix-renderer/matrix-value.pipe';
12
12
  export * from './lib/dynamic-page-size.pipe';
13
13
  export * from './lib/ui-editable-grid/ui-editable-grid.component';
14
14
  export * from './lib/ui-graph/ui-graph.component';
15
+ export * from './lib/ui-map/ui-map.component';
15
16
  export * from './lib/ui-asp-report-viewer/ui-asp-report-viewer.component';
16
17
  export * from './lib/ui-calendar/ui-calendar.component';
17
18
  export * from './lib/ui-tree/ui-tree.component';