barsa-sap-ui 1.0.365 → 1.0.367

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.
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, SimpleChanges, ChangeDetectorRef, ElementRef, QueryList } from '@angular/core';
2
- import { BaseComponent, ReportViewColumn, AbbrevationDeviceSize, ColumnResizedArgs } from 'barsa-novin-ray-core';
2
+ import { BaseComponent, ReportViewColumn, AbbrevationDeviceSize, ColumnResizedArgs, TableHeaderWidthMode } from 'barsa-novin-ray-core';
3
3
  import { UiTableViewSetting } from '../models/grid-view';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BarsaTableHeaderComponent extends BaseComponent {
@@ -25,6 +25,7 @@ export declare class BarsaTableHeaderComponent extends BaseComponent {
25
25
  rowIndicator: boolean;
26
26
  rtl: boolean;
27
27
  deviceSize: AbbrevationDeviceSize;
28
+ tableHeaderMode: TableHeaderWidthMode;
28
29
  allCheckbox: EventEmitter<boolean>;
29
30
  columnResize: EventEmitter<ColumnResizedArgs[]>;
30
31
  fitToContent: EventEmitter<ReportViewColumn>;
@@ -52,5 +53,5 @@ export declare class BarsaTableHeaderComponent extends BaseComponent {
52
53
  onFilter(column: ReportViewColumn, menu: any): void;
53
54
  _trackByColumn(index: number, column: ReportViewColumn): string;
54
55
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableHeaderComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": "allChecked"; "isCheckList": "isCheckList"; "columns": "columns"; "fitWidth": "fitWidth"; "contextMenuItems": "contextMenuItems"; "contextMenuWidth": "contextMenuWidth"; "showViewButton": "showViewButton"; "hasSelected": "hasSelected"; "hideOpenIcon": "hideOpenIcon"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "inlineEditMode": "inlineEditMode"; "hideHeader": "hideHeader"; "showDetailsInRow": "showDetailsInRow"; "viewSetting": "viewSetting"; "tableWidth": "tableWidth"; "resizedByUser": "resizedByUser"; "disableResponsive": "disableResponsive"; "rowIndicator": "rowIndicator"; "rtl": "rtl"; "deviceSize": "deviceSize"; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "fitToColumn": "fitToColumn"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; }, never, never, false>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": "allChecked"; "isCheckList": "isCheckList"; "columns": "columns"; "fitWidth": "fitWidth"; "contextMenuItems": "contextMenuItems"; "contextMenuWidth": "contextMenuWidth"; "showViewButton": "showViewButton"; "hasSelected": "hasSelected"; "hideOpenIcon": "hideOpenIcon"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "inlineEditMode": "inlineEditMode"; "hideHeader": "hideHeader"; "showDetailsInRow": "showDetailsInRow"; "viewSetting": "viewSetting"; "tableWidth": "tableWidth"; "resizedByUser": "resizedByUser"; "disableResponsive": "disableResponsive"; "rowIndicator": "rowIndicator"; "rtl": "rtl"; "deviceSize": "deviceSize"; "tableHeaderMode": "tableHeaderMode"; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "fitToColumn": "fitToColumn"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; }, never, never, false>;
56
57
  }
@@ -26,6 +26,9 @@ export declare class FormDialogComponent extends BaseComponent implements OnInit
26
26
  showSaveButton: boolean;
27
27
  showToolbar: boolean;
28
28
  showFooter: boolean;
29
+ canFullscreen: boolean;
30
+ canMove: boolean;
31
+ canResize: boolean;
29
32
  constructor(_dialogService: DialogService, dialogParams: DialogParams, _portalService: PortalService);
30
33
  get Adapter(): any;
31
34
  ngOnInit(): void;
@@ -28,6 +28,7 @@ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfo
28
28
  dialogRef: DialogRef;
29
29
  dialogOpen: boolean;
30
30
  firstItem: LinearItemMo;
31
+ parameters: UiLinearListContainerSetting;
31
32
  private showUlvSource;
32
33
  private _ulvUi;
33
34
  private _triggerClicked;
@@ -42,6 +43,8 @@ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfo
42
43
  onDismiss(): void;
43
44
  onOk(): void;
44
45
  onClear(): void;
46
+ protected _handleAddonButtonClicked(): void;
47
+ protected _executeCommand(): void;
45
48
  _trackBySelectedFn(_index: number, item: MetaobjectDataModel): number | string;
46
49
  displayFunc(obj: any): string;
47
50
  _setValue(value: any): void;
@@ -59,4 +62,8 @@ export declare class UiLinearListContainerWithButtonComponent extends DeviceInfo
59
62
  static ɵfac: i0.ɵɵFactoryDeclaration<UiLinearListContainerWithButtonComponent, never>;
60
63
  static ɵcmp: i0.ɵɵComponentDeclaration<UiLinearListContainerWithButtonComponent, "bsu-ui-linear-list-container-with-button", never, { "UlvUi": "UlvUi"; "GetTextItemValue": "GetTextItemValue"; "show": "show"; "hide": "hide"; "hidden": "hidden"; "GetSelectionData": "GetSelectionData"; }, {}, never, never, false>;
61
64
  }
65
+ interface UiLinearListContainerSetting extends MetaobjectDataModel {
66
+ ExecuteAddonButton: boolean;
67
+ AddonButtonCommand: MetaobjectDataModel;
68
+ }
62
69
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "1.0.365",
3
+ "version": "1.0.367",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"