barsa-tiles 2.3.24 → 2.3.25
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 +319 -175
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +96 -31
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter,
|
|
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, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
4
|
+
import { MetaobjectDataModel, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, 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
|
-
import * as
|
|
7
|
+
import * as i57 from '@angular/cdk/drag-drop';
|
|
8
8
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i59 from '@fundamental-ngx/core';
|
|
10
10
|
import { ContentDensity, CarouselComponent, CarouselItemComponent, DialogRef, NumericContentState, Nullable, ComboboxComponent, PopoverComponent, ShellbarUser, ShellbarMenuItem, ProductSwitchItem, ObjectStatus, ShellbarComponent as ShellbarComponent$1 } from '@fundamental-ngx/core';
|
|
11
11
|
import * as i1 from '@angular/router';
|
|
12
12
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
13
|
-
import * as
|
|
13
|
+
import * as i60 from '@fundamental-ngx/platform';
|
|
14
14
|
import { IconTabBarTabComponent, IconTabBarComponent, TabType, SemanticColor, IconTabBarItem } from '@fundamental-ngx/platform';
|
|
15
|
-
import * as
|
|
15
|
+
import * as i67 from 'barsa-echarts';
|
|
16
16
|
import { ComparisonItem, StackbarItem, LineItem, AreaChart } from 'barsa-echarts';
|
|
17
|
-
import * as
|
|
17
|
+
import * as i55 from '@angular/forms';
|
|
18
18
|
import { UntypedFormGroup } from '@angular/forms';
|
|
19
19
|
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
20
|
-
import * as
|
|
21
|
-
import { BarsaTreeItemComponent } from 'barsa-sap-ui';
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
20
|
+
import * as i65 from 'barsa-sap-ui';
|
|
21
|
+
import { BarsaTreeItemComponent, MegaMenuGroup } from 'barsa-sap-ui';
|
|
22
|
+
import * as i54 from '@angular/common';
|
|
23
|
+
import * as i58 from '@angular/cdk/table';
|
|
24
|
+
import * as i62 from '@fundamental-ngx/btp/splitter';
|
|
25
|
+
import * as i63 from '@fundamental-ngx/core/user-menu';
|
|
26
26
|
|
|
27
27
|
interface AppTileFooterSection extends MetaobjectDataModel {
|
|
28
28
|
Icon: string;
|
|
@@ -222,9 +222,11 @@ declare class FormTileComponent extends BaseBtTileComponent<FormTileSetting> imp
|
|
|
222
222
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormTileComponent, "bt-form-tile", never, {}, {}, never, never, false, never>;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
declare class
|
|
225
|
+
declare abstract class TileGroupBaseComponent<T extends MetaobjectDataModel> extends BaseComponent {
|
|
226
|
+
parameters: T;
|
|
226
227
|
appTileGroup: MetaobjectDataModel;
|
|
227
228
|
stackContent: boolean;
|
|
229
|
+
cssStyles: string;
|
|
228
230
|
edit: boolean;
|
|
229
231
|
rtl: boolean;
|
|
230
232
|
isAppTileSubGroup: boolean | undefined;
|
|
@@ -242,9 +244,8 @@ declare class TilesViewerGroupComponent extends BaseComponent {
|
|
|
242
244
|
toggleGroup: EventEmitter<MetaobjectDataModel>;
|
|
243
245
|
resetGroup: EventEmitter<MetaobjectDataModel>;
|
|
244
246
|
deleteGroup: EventEmitter<MetaobjectDataModel>;
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
ngAfterViewInit(): void;
|
|
247
|
+
private _cdr;
|
|
248
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
248
249
|
onDrop(appTileGroup: MetaobjectDataModel, event: CdkDragDrop<{
|
|
249
250
|
isTile: boolean;
|
|
250
251
|
items: MetaobjectDataModel[];
|
|
@@ -254,8 +255,16 @@ declare class TilesViewerGroupComponent extends BaseComponent {
|
|
|
254
255
|
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
255
256
|
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
256
257
|
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
258
|
+
private detectChanges;
|
|
259
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileGroupBaseComponent<any>, never>;
|
|
260
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileGroupBaseComponent<any>, "bt-tile-group-base", never, { "parameters": { "alias": "parameters"; "required": false; }; "appTileGroup": { "alias": "appTileGroup"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "cssStyles": { "alias": "cssStyles"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isAppTileSubGroup": { "alias": "isAppTileSubGroup"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "tilesDropped": "tilesDropped"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; }, never, never, false, never>;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
declare class TilesViewerGroupComponent extends TileGroupBaseComponent<MetaobjectDataModel> {
|
|
264
|
+
marginRightTile: number | null;
|
|
265
|
+
ngAfterViewInit(): void;
|
|
257
266
|
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerGroupComponent, never>;
|
|
258
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerGroupComponent, "bt-tiles-viewer-group", never, {
|
|
267
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerGroupComponent, "bt-tiles-viewer-group", never, {}, {}, never, never, false, never>;
|
|
259
268
|
}
|
|
260
269
|
|
|
261
270
|
declare class AppFinderAppListComponent extends BaseComponent {
|
|
@@ -346,7 +355,7 @@ declare class TilesViewerService implements OnDestroy {
|
|
|
346
355
|
}
|
|
347
356
|
|
|
348
357
|
declare class TilesViewerContainerComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
349
|
-
settings:
|
|
358
|
+
settings: TileViewerContainerSettings;
|
|
350
359
|
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
351
360
|
viewLoading$: Observable<boolean>;
|
|
352
361
|
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
@@ -394,17 +403,19 @@ declare class TilesViewerContainerComponent extends BaseComponent implements OnI
|
|
|
394
403
|
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
395
404
|
onHideAppTile(appTile: MetaobjectDataModel): void;
|
|
396
405
|
onRenameAppTile(appTile: MetaobjectDataModel): void;
|
|
406
|
+
private _loadAppTileGroup;
|
|
397
407
|
private _setEditHome;
|
|
398
408
|
private _saveOrderAppTiles;
|
|
399
409
|
private _saveOrderActionLinks;
|
|
400
410
|
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerContainerComponent, never>;
|
|
401
411
|
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerContainerComponent, "bt-tiles-viewer-container", never, {}, {}, never, never, false, never>;
|
|
402
412
|
}
|
|
403
|
-
interface
|
|
413
|
+
interface TileViewerContainerSettings extends MetaobjectDataModel {
|
|
404
414
|
HideTabs: boolean;
|
|
405
415
|
CenterContent?: boolean;
|
|
406
416
|
BoxShadow?: boolean;
|
|
407
417
|
TabsBackColor?: string;
|
|
418
|
+
DisplayMode$Caption?: string;
|
|
408
419
|
}
|
|
409
420
|
|
|
410
421
|
interface MicroTileChartBulletSetting extends BaseTileSetting {
|
|
@@ -691,7 +702,6 @@ declare class ProfileTileComponent extends BaseBtTileComponent<ProfileTileSettin
|
|
|
691
702
|
|
|
692
703
|
declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
693
704
|
tabListComponent: IconTabBarComponent;
|
|
694
|
-
contentPageRef: ElementRef<any>;
|
|
695
705
|
pageContentClass: boolean;
|
|
696
706
|
_cls: boolean;
|
|
697
707
|
appTileGroups: Array<MetaobjectDataModel>;
|
|
@@ -738,9 +748,16 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
738
748
|
formVisibilityStatus: IntersectionStatus;
|
|
739
749
|
color: SemanticColor;
|
|
740
750
|
id: string;
|
|
751
|
+
defaultTileGroupComponent: {
|
|
752
|
+
Id: string;
|
|
753
|
+
$Caption: string;
|
|
754
|
+
Module: string;
|
|
755
|
+
ModuleFileName: string;
|
|
756
|
+
Name: string;
|
|
757
|
+
Selector: string;
|
|
758
|
+
};
|
|
741
759
|
protected _cdr: ChangeDetectorRef;
|
|
742
760
|
protected _saveScrollPosition: SaveScrollPositionService;
|
|
743
|
-
ngOnInit(): void;
|
|
744
761
|
ngAfterViewInit(): void;
|
|
745
762
|
onSelectedTabChange(selectedTab: IconTabBarItem): void;
|
|
746
763
|
onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
|
|
@@ -750,7 +767,6 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
750
767
|
onCloseEditHome(): void;
|
|
751
768
|
_trackById(index: any, item: any): string | number;
|
|
752
769
|
protected _selectTab(tabId: string): void;
|
|
753
|
-
protected _onInView(e: any): void;
|
|
754
770
|
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerComponent, never>;
|
|
755
771
|
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerComponent, "bt-tiles-viewer", never, { "appTileGroups": { "alias": "appTileGroups"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "defaultTab": { "alias": "defaultTab"; "required": false; }; "tabsBackColor": { "alias": "tabsBackColor"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "iconTabType": { "alias": "iconTabType"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "selectedAppGroupId": { "alias": "selectedAppGroupId"; "required": false; }; "DynamicComponents": { "alias": "DynamicComponents"; "required": false; }; }, { "stackContentChange": "stackContentChange"; "closeEditHome": "closeEditHome"; "save": "save"; "listDropped": "listDropped"; "tabChanged": "tabChanged"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "tilesDropped": "tilesDropped"; }, never, never, false, never>;
|
|
756
772
|
}
|
|
@@ -794,6 +810,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
794
810
|
isServiceDesk: boolean;
|
|
795
811
|
userInfo$: Observable<UserInfo | null>;
|
|
796
812
|
displayName: any;
|
|
813
|
+
shellbarHeight$: Observable<string>;
|
|
797
814
|
private _router;
|
|
798
815
|
private _renderer2;
|
|
799
816
|
private _bbbTranslatePipe;
|
|
@@ -803,6 +820,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
803
820
|
private _cdr;
|
|
804
821
|
private _domSanitizer;
|
|
805
822
|
private _notificationService;
|
|
823
|
+
private _shellbarHeightServcie;
|
|
806
824
|
get repIdProfileImage(): string;
|
|
807
825
|
get notificationReport(): MetaobjectDataModel;
|
|
808
826
|
get subtitle(): string;
|
|
@@ -1087,6 +1105,53 @@ declare class TileClassDirective extends BaseDirective {
|
|
|
1087
1105
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TileClassDirective, "[tilesCls]", never, { "rtl": { "alias": "rtl"; "required": false; "isSignal": true; }; "deviceSize": { "alias": "deviceSize"; "required": false; "isSignal": true; }; "appTileGroup": { "alias": "appTileGroup"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1088
1106
|
}
|
|
1089
1107
|
|
|
1108
|
+
declare class SemantiToButtonColorPipe implements PipeTransform {
|
|
1109
|
+
transform(semantic: string): string;
|
|
1110
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SemantiToButtonColorPipe, never>;
|
|
1111
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SemantiToButtonColorPipe, "semanticColorToButtonColor", false>;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
declare class MegamenuPipe implements PipeTransform {
|
|
1115
|
+
private _semanticToButtonColor;
|
|
1116
|
+
private _tilePropPipe;
|
|
1117
|
+
transform(appTileGroups: MetaobjectDataModel[]): MegaMenuGroup[];
|
|
1118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MegamenuPipe, never>;
|
|
1119
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MegamenuPipe, "megamenu", false>;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
declare class TilesViewerMegamenuComponent extends BaseComponent implements OnInit {
|
|
1123
|
+
_cssRootVariable: DynamicRootVariableDirective;
|
|
1124
|
+
_cls: boolean;
|
|
1125
|
+
appTileGroups: Array<MetaobjectDataModel>;
|
|
1126
|
+
loading: boolean;
|
|
1127
|
+
rtl: boolean;
|
|
1128
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1129
|
+
selectedAppGroupId: string;
|
|
1130
|
+
DynamicComponents: any;
|
|
1131
|
+
_rtl: any;
|
|
1132
|
+
color: SemanticColor;
|
|
1133
|
+
id: string;
|
|
1134
|
+
openMenu: number | null;
|
|
1135
|
+
isOpen: boolean;
|
|
1136
|
+
defaultTileGroupComponent: {
|
|
1137
|
+
Id: string;
|
|
1138
|
+
$Caption: string;
|
|
1139
|
+
Module: string;
|
|
1140
|
+
ModuleFileName: string;
|
|
1141
|
+
Name: string;
|
|
1142
|
+
Selector: string;
|
|
1143
|
+
};
|
|
1144
|
+
protected _cdr: ChangeDetectorRef;
|
|
1145
|
+
private _shellbarHeightServcie;
|
|
1146
|
+
/**
|
|
1147
|
+
*
|
|
1148
|
+
*/
|
|
1149
|
+
constructor();
|
|
1150
|
+
_trackById(index: any, item: any): string | number;
|
|
1151
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerMegamenuComponent, never>;
|
|
1152
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerMegamenuComponent, "bt-tiles-viewer-megamenu", never, { "appTileGroups": { "alias": "appTileGroups"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "selectedAppGroupId": { "alias": "selectedAppGroupId"; "required": false; }; "DynamicComponents": { "alias": "DynamicComponents"; "required": false; }; }, {}, never, never, false, never>;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1090
1155
|
declare class HomeGroupPipe implements PipeTransform {
|
|
1091
1156
|
constructor();
|
|
1092
1157
|
transform(appGroups: MetaobjectDataModel[]): MetaobjectDataModel[];
|
|
@@ -1229,12 +1294,6 @@ declare class NotificationGroupHeaderComponent extends BaseComponent implements
|
|
|
1229
1294
|
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationGroupHeaderComponent, "bt-notification-group-header", never, { "notifications": { "alias": "notifications"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
1230
1295
|
}
|
|
1231
1296
|
|
|
1232
|
-
declare class BarsaTilesRoutingModule {
|
|
1233
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesRoutingModule, never>;
|
|
1234
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
1235
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesRoutingModule>;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
1297
|
declare class FilterAppsGroupedPipe implements PipeTransform {
|
|
1239
1298
|
transform(value: MetaobjectDataModel[] | undefined | null, term: string): MetaobjectDataModel[] | undefined | null;
|
|
1240
1299
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterAppsGroupedPipe, never>;
|
|
@@ -1246,6 +1305,12 @@ declare class FilterAppsPipe implements PipeTransform {
|
|
|
1246
1305
|
static ɵpipe: i0.ɵɵPipeDeclaration<FilterAppsPipe, "filterApps", true>;
|
|
1247
1306
|
}
|
|
1248
1307
|
|
|
1308
|
+
declare class BarsaTilesRoutingModule {
|
|
1309
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesRoutingModule, never>;
|
|
1310
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
1311
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesRoutingModule>;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1249
1314
|
declare function addTilesPageSidebar(_router: Router): void;
|
|
1250
1315
|
declare class BarsaTilesModule extends BaseModule {
|
|
1251
1316
|
protected dcm: DynamicComponentService;
|
|
@@ -1254,8 +1319,8 @@ declare class BarsaTilesModule extends BaseModule {
|
|
|
1254
1319
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
1255
1320
|
constructor();
|
|
1256
1321
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesModule, never>;
|
|
1257
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesModule, [typeof ShellbarComponent, typeof SimpleTileComponent, typeof TilesViewerComponent, typeof ProfileTileComponent, typeof FeedTileComponent, typeof FooterTileComponent, typeof TileComponent, typeof LogoTileComponent, typeof NumericTileComponent, typeof FooterEditTileComponent, typeof FormAppFinderComponent, typeof PinTileComponent, typeof ChangeAppTileComponent, typeof CreateAppGroupComponent, typeof MicroTileChartAreaComponent, typeof MicroTileChartCircularComponent, typeof MicroTileChartLineComponent, typeof MicroTileChartStackbarComponent, typeof MicroTileChartComparisonComponent, typeof MicroTileChartBarComponent, typeof MicroTileChartBulletComponent, typeof TilesViewerContainerComponent, typeof NewsTileComponent, typeof ActionsLinkComponent, typeof ActionItemComponent, typeof AppFinderComponent, typeof AppFinderGroupComponent, typeof AppFinderAppListComponent, typeof TilesViewerGroupComponent, typeof FormTileComponent, typeof BarsaShellbarComponent, typeof PopoverAppFinderComponent, typeof BarsaPinAppComponent, typeof BarsaTileGroupPageComponent, typeof BarsaTileSidebarPageComponent, typeof ReportTileComponent, typeof CardTileComponent, typeof GroupTilesPipe, typeof TileHomeFilterPipe, typeof HomeGroupPipe, typeof ActionLinksPipe, typeof TilePropPipe, typeof EmptyListDirective, typeof TileRendererDirective, typeof TileStyleDirective, typeof TileSizeDirective, typeof TileDynamicCommandDirective, typeof TileClassDirective, typeof NotificationGroupComponent, typeof NotificationGroupHeaderComponent], [typeof
|
|
1322
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesModule, [typeof ShellbarComponent, typeof SimpleTileComponent, typeof TilesViewerComponent, typeof ProfileTileComponent, typeof FeedTileComponent, typeof FooterTileComponent, typeof TileComponent, typeof LogoTileComponent, typeof NumericTileComponent, typeof FooterEditTileComponent, typeof FormAppFinderComponent, typeof PinTileComponent, typeof ChangeAppTileComponent, typeof CreateAppGroupComponent, typeof MicroTileChartAreaComponent, typeof MicroTileChartCircularComponent, typeof MicroTileChartLineComponent, typeof MicroTileChartStackbarComponent, typeof MicroTileChartComparisonComponent, typeof MicroTileChartBarComponent, typeof MicroTileChartBulletComponent, typeof TilesViewerContainerComponent, typeof NewsTileComponent, typeof ActionsLinkComponent, typeof ActionItemComponent, typeof AppFinderComponent, typeof AppFinderGroupComponent, typeof AppFinderAppListComponent, typeof TilesViewerGroupComponent, typeof FormTileComponent, typeof BarsaShellbarComponent, typeof PopoverAppFinderComponent, typeof BarsaPinAppComponent, typeof BarsaTileGroupPageComponent, typeof BarsaTileSidebarPageComponent, typeof ReportTileComponent, typeof CardTileComponent, typeof TilesViewerMegamenuComponent, typeof GroupTilesPipe, typeof TileHomeFilterPipe, typeof HomeGroupPipe, typeof ActionLinksPipe, typeof TilePropPipe, typeof SemantiToButtonColorPipe, typeof MegamenuPipe, typeof EmptyListDirective, typeof TileRendererDirective, typeof TileStyleDirective, typeof TileSizeDirective, typeof TileDynamicCommandDirective, typeof TileClassDirective, typeof NotificationGroupComponent, typeof NotificationGroupHeaderComponent], [typeof i54.CommonModule, typeof i55.FormsModule, typeof i1.RouterModule, typeof i55.ReactiveFormsModule, typeof i57.DragDropModule, typeof i58.CdkTableModule, typeof i59.FundamentalNgxCoreModule, typeof i59.GridListModule, typeof i60.IconTabBarComponent, typeof i60.IconTabBarTabComponent, typeof i60.IconTabBarTabContentDirective, typeof FilterAppsGroupedPipe, typeof FilterAppsPipe, typeof i62.SplitterModule, typeof i60.SearchFieldComponent, typeof i59.ShellbarUserMenuComponent, typeof i63.UserMenuComponent, typeof i63.UserMenuControlComponent, typeof i63.UserMenuBodyComponent, typeof i63.UserMenuListComponent, typeof i63.UserMenuFooterComponent, typeof i63.UserMenuHeaderDirective, typeof i63.UserMenuSublineDirective, typeof i63.UserMenuUserNameDirective, typeof i63.UserMenuSublineDirective, typeof i63.UserMenuHeaderContainerDirective, typeof i63.UserMenuListItemComponent, typeof i63.UserMenuListComponent, typeof barsa_novin_ray_core.BarsaNovinRayCoreModule, typeof i65.BarsaSapUiModule, typeof BarsaTilesRoutingModule, typeof i67.BarsaEchartsModule], [typeof ShellbarComponent, typeof SimpleTileComponent, typeof TilesViewerComponent, typeof ProfileTileComponent, typeof FeedTileComponent, typeof FooterTileComponent, typeof TileComponent, typeof LogoTileComponent, typeof NumericTileComponent, typeof FooterEditTileComponent, typeof FormAppFinderComponent, typeof PinTileComponent, typeof ChangeAppTileComponent, typeof CreateAppGroupComponent, typeof MicroTileChartAreaComponent, typeof MicroTileChartCircularComponent, typeof MicroTileChartLineComponent, typeof MicroTileChartStackbarComponent, typeof MicroTileChartComparisonComponent, typeof MicroTileChartBarComponent, typeof MicroTileChartBulletComponent, typeof TilesViewerContainerComponent, typeof NewsTileComponent, typeof ActionsLinkComponent, typeof ActionItemComponent, typeof AppFinderComponent, typeof AppFinderGroupComponent, typeof AppFinderAppListComponent, typeof TilesViewerGroupComponent, typeof FormTileComponent, typeof BarsaShellbarComponent, typeof PopoverAppFinderComponent, typeof BarsaPinAppComponent, typeof BarsaTileGroupPageComponent, typeof BarsaTileSidebarPageComponent, typeof ReportTileComponent, typeof CardTileComponent, typeof TilesViewerMegamenuComponent]>;
|
|
1258
1323
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesModule>;
|
|
1259
1324
|
}
|
|
1260
1325
|
|
|
1261
|
-
export { ActionItemComponent, ActionsLinkComponent, AppFinderAppListComponent, AppFinderComponent, AppFinderGroupComponent, BarsaPinAppComponent, BarsaShellbarComponent, BarsaTileGroupPageComponent, BarsaTileSidebarPageComponent, BarsaTilesModule, CardTileComponent, ChangeAppTileComponent, CreateAppGroupComponent, FeedTileComponent, FooterEditTileComponent, FooterTileComponent, FormAppFinderComponent, FormTileComponent, GroupTilesPipe, LogoTileComponent, MicroTileChartAreaComponent, MicroTileChartBarComponent, MicroTileChartBulletComponent, MicroTileChartCircularComponent, MicroTileChartComparisonComponent, MicroTileChartLineComponent, MicroTileChartStackbarComponent, NewsTileComponent, NumericTileComponent, PinTileComponent, PopoverAppFinderComponent, ProfileTileComponent, ReportTileComponent, ShellbarComponent, SimpleTileComponent, TileClassDirective, TileComponent, TileHomeFilterPipe, TilePropPipe, TilesService, TilesViewerComponent, TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerService, addTilesPageSidebar };
|
|
1326
|
+
export { ActionItemComponent, ActionsLinkComponent, AppFinderAppListComponent, AppFinderComponent, AppFinderGroupComponent, BarsaPinAppComponent, BarsaShellbarComponent, BarsaTileGroupPageComponent, BarsaTileSidebarPageComponent, BarsaTilesModule, CardTileComponent, ChangeAppTileComponent, CreateAppGroupComponent, FeedTileComponent, FooterEditTileComponent, FooterTileComponent, FormAppFinderComponent, FormTileComponent, GroupTilesPipe, LogoTileComponent, MegamenuPipe, MicroTileChartAreaComponent, MicroTileChartBarComponent, MicroTileChartBulletComponent, MicroTileChartCircularComponent, MicroTileChartComparisonComponent, MicroTileChartLineComponent, MicroTileChartStackbarComponent, NewsTileComponent, NumericTileComponent, PinTileComponent, PopoverAppFinderComponent, ProfileTileComponent, ReportTileComponent, SemantiToButtonColorPipe, ShellbarComponent, SimpleTileComponent, TileClassDirective, TileComponent, TileHomeFilterPipe, TilePropPipe, TilesService, TilesViewerComponent, TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerMegamenuComponent, TilesViewerService, addTilesPageSidebar };
|