barsa-tiles 2.3.86 → 2.3.88
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-tiles.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
|
|
3
3
|
import * as barsa_novin_ray_core from 'barsa-novin-ray-core';
|
|
4
|
-
import { MetaobjectDataModel, AppTileGroup, MoForReportModelBase, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting,
|
|
4
|
+
import { MetaobjectDataModel, AppTileGroup, MoForReportModelBase, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Observable, Subject } from 'rxjs';
|
|
7
7
|
import * as i57 from '@angular/cdk/drag-drop';
|
|
@@ -753,7 +753,6 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
753
753
|
selectedTabTitle: Nullable<string>;
|
|
754
754
|
selectedTabId: string;
|
|
755
755
|
_tilesIntersection: any;
|
|
756
|
-
formVisibilityStatus: IntersectionStatus;
|
|
757
756
|
color: SemanticColor;
|
|
758
757
|
id: string;
|
|
759
758
|
defaultTileGroupComponent: {
|