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.
@@ -9,7 +9,7 @@ import * as i2 from '@fundamental-ngx/core/content-density';
9
9
  import * as i3 from '@fundamental-ngx/core/input-group';
10
10
  import * as i4 from '@fundamental-ngx/core/toolbar';
11
11
  import * as i2$1 from 'barsa-novin-ray-core';
12
- import { ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, FormPanelService, LogService, BaseComponent, BarsaApi, ReportBaseComponent, MoReportValuePipe, getDeviceIsMobile, BaseItemContentPropsComponent, CardBaseItemContentPropsComponent, CardViewService, FormPropsBaseComponent, FindLayoutSettingFromLayout94, BaseFormToolbaritemPropsComponent, PortalService, DateService, getDateService, UploadService, AudioRecordingService, VideoRecordingService, createGridEditorFormPanel, PictureFieldSourcePipe, ImageMimeType, AudioMimeType, VideoMimeType, AllFilesMimeType, PreventDefaulEvent, getIcon, isImage, FilesValidationHelper, LinearListHelper, getUniqueId, ColumnRendererBase, BaseViewItemPropsComponent, ColumnValueOfParametersPipe, ColumnRendererViewBase, BaseModule, DynamicComponentService, BarsaNovinRayCoreModule } from 'barsa-novin-ray-core';
12
+ import { ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, FormPanelService, LogService, BaseComponent, BarsaApi, ReportBaseComponent, MoReportValuePipe, getDeviceIsMobile, PortalService, BaseItemContentPropsComponent, CardBaseItemContentPropsComponent, CardViewService, FormPropsBaseComponent, FindLayoutSettingFromLayout94, BaseFormToolbaritemPropsComponent, DateService, getDateService, UploadService, AudioRecordingService, VideoRecordingService, createGridEditorFormPanel, PictureFieldSourcePipe, ImageMimeType, AudioMimeType, VideoMimeType, AllFilesMimeType, PreventDefaulEvent, getIcon, isImage, FilesValidationHelper, LinearListHelper, getUniqueId, ColumnRendererBase, BaseViewItemPropsComponent, ColumnValueOfParametersPipe, ColumnRendererViewBase, BaseModule, DynamicComponentService, BarsaNovinRayCoreModule } from 'barsa-novin-ray-core';
13
13
  import { takeUntil, shareReplay, filter, map, debounceTime as debounceTime$1, tap, exhaustMap, concatMap, finalize, delay, withLatestFrom } from 'rxjs/operators';
14
14
  import { TabListComponent, DialogRef, DialogService, PopoverBodyComponent, TabPanelComponent, CardHeaderComponent, FileUploaderComponent, FundamentalNgxCoreModule } from '@fundamental-ngx/core';
15
15
  import * as i1$1 from '@fundamental-ngx/core/tabs';
@@ -37,12 +37,12 @@ import * as i14 from '@fundamental-ngx/core/table';
37
37
  import * as i3$5 from '@fundamental-ngx/core/layout-grid';
38
38
  import * as i3$6 from 'barsa-tiles';
39
39
  import { TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerService, TilesService, BarsaTilesModule } from 'barsa-tiles';
40
+ import { Router, ActivatedRoute } from '@angular/router';
40
41
  import * as i5$1 from '@fundamental-ngx/core/avatar';
41
42
  import * as i8 from '@fundamental-ngx/core/checkbox';
42
43
  import * as i3$7 from '@fundamental-ngx/core/dynamic-page';
43
44
  import { DomSanitizer } from '@angular/platform-browser';
44
45
  import * as i6$1 from '@fundamental-ngx/core/object-status';
45
- import { ActivatedRoute, Router } from '@angular/router';
46
46
  import * as i3$8 from '@fundamental-ngx/core/carousel';
47
47
  import * as i1$4 from '@fundamental-ngx/core/rating-indicator';
48
48
  import * as i4$4 from '@fundamental-ngx/core/nested-list';
@@ -980,12 +980,15 @@ class ServiceDeskHeaderComponent extends TilesViewerContainerComponent {
980
980
  this.selectedAppTileGroup = signal([]);
981
981
  this.isStackContent2 = signal(false);
982
982
  this.appGroups = [];
983
+ this.stackContent = true;
983
984
  this._enableScroll = false;
984
985
  this.observerList = [];
985
986
  this._firstVisiblity = false;
986
987
  this._renderer = inject(Renderer2);
987
988
  this._viewportScroller = inject(ViewportScroller);
988
989
  this._cdr = inject(ChangeDetectorRef);
990
+ this._portalService = inject(PortalService);
991
+ this._router = inject(Router);
989
992
  }
990
993
  get heightOfSpaceHolder() {
991
994
  const x = this.navHolder.nativeElement.getBoundingClientRect().y;
@@ -1026,10 +1029,9 @@ class ServiceDeskHeaderComponent extends TilesViewerContainerComponent {
1026
1029
  });
1027
1030
  this.appTileGroups$.subscribe((appTileGroups) => {
1028
1031
  this._setSelectedAppTileGroup(appTileGroups, 0);
1029
- appTileGroups.forEach((c) => this._tilesViewerService.loadAppTileGroup(c));
1032
+ appTileGroups.forEach((c) => this.controller.loadAppTileGroup(c));
1030
1033
  this.appGroups = appTileGroups;
1031
1034
  });
1032
- this.deviceSize$ = this._portalService.deviceSize$;
1033
1035
  }
1034
1036
  ngAfterViewInit() {
1035
1037
  const deviceSize = this._portalService.deviceSize;