barsa-sap-ui 2.3.51 → 2.3.52
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 +56 -27
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +15 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i240 from 'barsa-novin-ray-core';
|
|
2
|
-
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, ColumnSummaryType, DefaultCommandsAccess, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, UiReportViewBase, EjrayOlgo, MoForReportModel, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, CssBackground, ShortCuts, BreadCrumbInfo, PagingSetting, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, FormVisibilityStatus, ReportModel, FilePictureInfoModel, FormBaseComponent, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, PictureFieldSourcePipe, MoReportValuePipe,
|
|
2
|
+
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, ColumnSummaryType, DefaultCommandsAccess, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, UiReportViewBase, EjrayOlgo, MoForReportModel, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, CssBackground, ShortCuts, BreadCrumbInfo, PagingSetting, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, FormVisibilityStatus, ReportModel, FilePictureInfoModel, FormBaseComponent, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, PictureFieldSourcePipe, MoReportValuePipe, BreadcrumbService, 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, WritableSignal, ViewContainerRef, Injector, Type, ComponentRef, ComponentFactoryResolver, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
@@ -1286,6 +1286,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1286
1286
|
_backgroundRepeat: string | null;
|
|
1287
1287
|
_customBackground: boolean;
|
|
1288
1288
|
viewerControl: any;
|
|
1289
|
+
hideViewerLoading: boolean;
|
|
1289
1290
|
loading: boolean;
|
|
1290
1291
|
hidePaging: boolean;
|
|
1291
1292
|
viewerLoading: boolean;
|
|
@@ -1357,7 +1358,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1357
1358
|
SetUiViewerSelector(uiViewerSelector: any): void;
|
|
1358
1359
|
private _setBackground;
|
|
1359
1360
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaUlvMainComponent, never>;
|
|
1360
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "viewerControl": { "alias": "viewerControl"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "hidePaging": { "alias": "hidePaging"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "cssBackground": { "alias": "cssBackground"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "shortcuts": { "alias": "shortcuts"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideUlvPageTitle": { "alias": "hideUlvPageTitle"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "simpleSearchPanel": { "alias": "simpleSearchPanel"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; }, { "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
1361
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "viewerControl": { "alias": "viewerControl"; "required": false; }; "hideViewerLoading": { "alias": "hideViewerLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "hidePaging": { "alias": "hidePaging"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "cssBackground": { "alias": "cssBackground"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "shortcuts": { "alias": "shortcuts"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideUlvPageTitle": { "alias": "hideUlvPageTitle"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "simpleSearchPanel": { "alias": "simpleSearchPanel"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; }, { "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
1361
1362
|
}
|
|
1362
1363
|
|
|
1363
1364
|
declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
@@ -1399,6 +1400,7 @@ declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
|
1399
1400
|
title: string;
|
|
1400
1401
|
hasSearchPanel: boolean;
|
|
1401
1402
|
isMobile: boolean;
|
|
1403
|
+
hideViewerLoading$: Observable<boolean>;
|
|
1402
1404
|
landscape$: Observable<boolean>;
|
|
1403
1405
|
standalone$: Observable<boolean>;
|
|
1404
1406
|
hideUlvPageTitle$: Observable<boolean>;
|
|
@@ -4694,15 +4696,21 @@ declare class BarsaChatListComponent extends ReportViewBaseComponent<BarsaChatLi
|
|
|
4694
4696
|
simple: boolean;
|
|
4695
4697
|
setReplyingMessage: EventEmitter<Message>;
|
|
4696
4698
|
messages: WritableSignal<Message[]>;
|
|
4697
|
-
_rval: MoReportValuePipe;
|
|
4698
|
-
_picField: PictureFieldSourcePipe;
|
|
4699
4699
|
moment: any;
|
|
4700
|
-
_paginVisibleStatus: WritableSignal<IntersectionStatus>;
|
|
4701
|
-
_pagingSetting: WritableSignal<PagingSetting | null>;
|
|
4702
|
-
_firstTime: boolean;
|
|
4703
4700
|
currentUserId: string;
|
|
4701
|
+
private _rval;
|
|
4702
|
+
private _picField;
|
|
4703
|
+
private _firstTime;
|
|
4704
|
+
private _paginVisibleStatus;
|
|
4705
|
+
private _pagingSetting;
|
|
4704
4706
|
private _pageChanged;
|
|
4705
4707
|
private _modatalistChanged;
|
|
4708
|
+
private _pendingScrollIndex;
|
|
4709
|
+
private injector;
|
|
4710
|
+
/**
|
|
4711
|
+
*
|
|
4712
|
+
*/
|
|
4713
|
+
constructor();
|
|
4706
4714
|
ngOnInit(): void;
|
|
4707
4715
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4708
4716
|
onVisibilityChange(e: any): void;
|