barsa-sap-ui 2.3.152 → 2.3.153
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 +40 -40
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +3 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i233 from 'barsa-novin-ray-core';
|
|
2
|
-
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService,
|
|
2
|
+
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, DefaultCommandsAccess, ColumnSummaryType, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, EjrayOlgo, MoForReportModel, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FindColumnsPipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, EffectiveReportLayoutPolicy, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, BreadcrumbService, PictureFieldSourcePipe, ReportNavigatorComponent, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, PipeTransform, ViewContainerRef, Injector, Type, ComponentRef, WritableSignal, ComponentFactoryResolver, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
@@ -153,7 +153,6 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
153
153
|
useLayoutItemTextForControl: boolean;
|
|
154
154
|
hasSelected$: Observable<boolean>;
|
|
155
155
|
showOkCancelButtons: any;
|
|
156
|
-
parentHeight: number;
|
|
157
156
|
dialogConfig: DialogConfig;
|
|
158
157
|
id: string;
|
|
159
158
|
selectedRowsNumber: {};
|
|
@@ -220,10 +219,7 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
220
219
|
protected _layoutMainContentService?: LayoutMainContentService | null | undefined;
|
|
221
220
|
protected _deviceNameSource: BehaviorSubject<DeviceSize>;
|
|
222
221
|
private _openOnClick;
|
|
223
|
-
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
224
222
|
constructor();
|
|
225
|
-
onColumnSummary(e: ColumnSummaryType): void;
|
|
226
|
-
onResetWorkflowState(mo: MetaobjectDataModel): void;
|
|
227
223
|
get _reportName(): string;
|
|
228
224
|
get _typeDefId(): string;
|
|
229
225
|
get _inlineEditMode(): boolean;
|
|
@@ -231,6 +227,8 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
231
227
|
get _access(): DefaultCommandsAccess;
|
|
232
228
|
set _access(val: DefaultCommandsAccess);
|
|
233
229
|
ngOnInit(): void;
|
|
230
|
+
onColumnSummary(e: ColumnSummaryType): void;
|
|
231
|
+
onResetWorkflowState(mo: MetaobjectDataModel): void;
|
|
234
232
|
saveUserPreference(data: Partial<T>): void;
|
|
235
233
|
ngOnDestroy(): void;
|
|
236
234
|
onExecuteToolbarButton(e: {
|