barsa-tiles 2.3.157 → 2.3.158

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,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Signal, OnInit, Renderer2, ChangeDetectorRef, ElementRef, SimpleChanges, EventEmitter, OnChanges, OnDestroy, Injector, WritableSignal, TemplateRef, PipeTransform, DestroyRef, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
3
3
  import * as barsa_novin_ray_core from 'barsa-novin-ray-core';
4
- import { MetaobjectDataModel, FilePictureInfoModel, EjrayOlgo, MoForReportModelBase, MoForReportModel, TilePropsComponent, BaseComponent, AbbrevationDeviceSize, BaseController, IViewBase, ViewBase, ContainerReportSetting, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, PortalService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, BaseDynamicComponent, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
4
+ import { MetaobjectDataModel, FilePictureInfoModel, EjrayOlgo, MoForReportModelBase, MoForReportModel, TilePropsComponent, BaseComponent, AbbrevationDeviceSize, ScrollLayoutContextHolder, BaseController, IViewBase, ViewBase, ContainerReportSetting, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, PortalService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, BaseDynamicComponent, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
5
5
  import * as rxjs from 'rxjs';
6
6
  import { Observable } from 'rxjs';
7
7
  import * as i60 from '@angular/cdk/drag-drop';
@@ -383,7 +383,12 @@ declare abstract class TileGroupBaseComponent<T extends MetaobjectDataModel> ext
383
383
  resetGroup: EventEmitter<AppTileGroup>;
384
384
  deleteGroup: EventEmitter<AppTileGroup>;
385
385
  isJustifyStart: i0.WritableSignal<boolean>;
386
+ protected readonly _scrollLayoutContext: ScrollLayoutContextHolder;
387
+ /**
388
+ *
389
+ */
386
390
  private _cdr;
391
+ constructor();
387
392
  ngOnChanges(changes: SimpleChanges): void;
388
393
  onDrop(appTileGroup: AppTileGroup, event: CdkDragDrop<{
389
394
  isTile: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.157",
3
+ "version": "2.3.158",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"