barsa-develop-components 2.3.142 → 2.3.144
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/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i65 from 'barsa-novin-ray-core';
|
|
2
|
-
import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent,
|
|
2
|
+
import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, BaseItemContentPropsComponent, CardBaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, AbbrevationDeviceSize, ColumnRendererBase, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, ColumnRendererViewBase, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i67 from 'barsa-sap-ui';
|
|
4
4
|
import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, RichTextColumnController, IRichTextColumnView } from 'barsa-sap-ui';
|
|
5
5
|
import { Subject, Observable } from 'rxjs';
|
|
@@ -277,11 +277,11 @@ declare class ServiceDeskHeaderComponent extends TilesViewerContainerComponent i
|
|
|
277
277
|
tabSize: TabSizes;
|
|
278
278
|
searchTerm$: Observable<string>;
|
|
279
279
|
searchTerm: string;
|
|
280
|
-
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
281
280
|
selectedAppTileGroup: WritableSignal<MetaobjectDataModel[]>;
|
|
282
281
|
isStackContent2: WritableSignal<boolean>;
|
|
283
282
|
appGroups: any[];
|
|
284
283
|
imageUrl: string;
|
|
284
|
+
stackContent: boolean;
|
|
285
285
|
private _enableScroll;
|
|
286
286
|
private _disableIntersection;
|
|
287
287
|
private observerList;
|
|
@@ -290,6 +290,8 @@ declare class ServiceDeskHeaderComponent extends TilesViewerContainerComponent i
|
|
|
290
290
|
private _renderer;
|
|
291
291
|
private _viewportScroller;
|
|
292
292
|
private _cdr;
|
|
293
|
+
private _portalService;
|
|
294
|
+
private _router;
|
|
293
295
|
get heightOfSpaceHolder(): number;
|
|
294
296
|
onVisibilityChange(_e: any): void;
|
|
295
297
|
/**
|