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.
- package/esm2020/lib/barsa-table-header/barsa-table-header.component.mjs +4 -2
- package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +4 -3
- package/esm2020/lib/form-dialog/form-dialog.component.mjs +10 -5
- package/esm2020/lib/report-view-renderer.directive.mjs +1 -1
- package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +35 -7
- package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +3 -3
- package/esm2020/lib/ui-table-view/ui-table-view.component.mjs +4 -3
- package/fesm2015/barsa-sap-ui.mjs +55 -17
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +54 -17
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-table-header/barsa-table-header.component.d.ts +3 -2
- package/lib/form-dialog/form-dialog.component.d.ts +3 -0
- package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts +7 -0
- package/package.json +1 -1
|
@@ -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;
|
package/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.d.ts
CHANGED
|
@@ -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 {};
|