barsa-tiles 2.3.102 → 2.3.104
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 +50 -41
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
|
|
2
|
+
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, ElementRef, 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
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';
|
|
@@ -74,6 +74,7 @@ declare class TilesService implements OnDestroy {
|
|
|
74
74
|
private _portalService;
|
|
75
75
|
private _rtlService;
|
|
76
76
|
private _bbbTranslatePipe;
|
|
77
|
+
private _appTileGroupLoaded;
|
|
77
78
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
78
79
|
constructor();
|
|
79
80
|
get componentSettings$(): Observable<MetaobjectDataModel>;
|
|
@@ -152,6 +153,7 @@ declare abstract class BaseTileComponent<T extends BaseTileSetting> extends Tile
|
|
|
152
153
|
|
|
153
154
|
declare abstract class BaseBtTileComponent<T extends BaseTileSetting> extends BaseTileComponent<T> implements OnInit {
|
|
154
155
|
isDark$: rxjs.Observable<boolean | null>;
|
|
156
|
+
_btTitleElementRef: ElementRef;
|
|
155
157
|
ngOnInit(): void;
|
|
156
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseBtTileComponent<any>, never>;
|
|
157
159
|
static ɵcmp: i0.ɵɵComponentDeclaration<BaseBtTileComponent<any>, "bt-base-bt-tile", never, {}, {}, never, never, false, never>;
|