barsa-tiles 2.3.24 → 2.3.26
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 +329 -177
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +103 -32
- 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 {
|
|
@@ -331,7 +340,7 @@ declare class TilesViewerService implements OnDestroy {
|
|
|
331
340
|
get selectedAppGroupId(): string;
|
|
332
341
|
set selectedAppGroupId(groupId: string);
|
|
333
342
|
setSelectedTab(group: MetaobjectDataModel): void;
|
|
334
|
-
|
|
343
|
+
loadAppTileGroup(group: MetaobjectDataModel): void;
|
|
335
344
|
ngOnDestroy(): void;
|
|
336
345
|
openRenameForm(appTile: MetaobjectDataModel): void;
|
|
337
346
|
resetAppGroup(appGroup: MetaobjectDataModel): void;
|
|
@@ -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>;
|
|
@@ -375,6 +384,7 @@ declare class TilesViewerContainerComponent extends BaseComponent implements OnI
|
|
|
375
384
|
appTileGroups: MetaobjectDataModel[];
|
|
376
385
|
tabbarComponent: IconTabBarComponent;
|
|
377
386
|
}): void;
|
|
387
|
+
onLoadAppTileGroup(appTileGroup: MetaobjectDataModel): void;
|
|
378
388
|
onDropGroup(e: {
|
|
379
389
|
appTileGroups: MetaobjectDataModel[];
|
|
380
390
|
event: CdkDragDrop<MetaobjectDataModel[]>;
|
|
@@ -394,17 +404,19 @@ declare class TilesViewerContainerComponent extends BaseComponent implements OnI
|
|
|
394
404
|
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
395
405
|
onHideAppTile(appTile: MetaobjectDataModel): void;
|
|
396
406
|
onRenameAppTile(appTile: MetaobjectDataModel): void;
|
|
407
|
+
loadAppTileGroup(appTileGroup: MetaobjectDataModel): void;
|
|
397
408
|
private _setEditHome;
|
|
398
409
|
private _saveOrderAppTiles;
|
|
399
410
|
private _saveOrderActionLinks;
|
|
400
411
|
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerContainerComponent, never>;
|
|
401
412
|
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerContainerComponent, "bt-tiles-viewer-container", never, {}, {}, never, never, false, never>;
|
|
402
413
|
}
|
|
403
|
-
interface
|
|
414
|
+
interface TileViewerContainerSettings extends MetaobjectDataModel {
|
|
404
415
|
HideTabs: boolean;
|
|
405
416
|
CenterContent?: boolean;
|
|
406
417
|
BoxShadow?: boolean;
|
|
407
418
|
TabsBackColor?: string;
|
|
419
|
+
DisplayMode$Caption?: string;
|
|
408
420
|
}
|
|
409
421
|
|
|
410
422
|
interface MicroTileChartBulletSetting extends BaseTileSetting {
|
|
@@ -691,7 +703,6 @@ declare class ProfileTileComponent extends BaseBtTileComponent<ProfileTileSettin
|
|
|
691
703
|
|
|
692
704
|
declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
693
705
|
tabListComponent: IconTabBarComponent;
|
|
694
|
-
contentPageRef: ElementRef<any>;
|
|
695
706
|
pageContentClass: boolean;
|
|
696
707
|
_cls: boolean;
|
|
697
708
|
appTileGroups: Array<MetaobjectDataModel>;
|
|
@@ -738,9 +749,16 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
738
749
|
formVisibilityStatus: IntersectionStatus;
|
|
739
750
|
color: SemanticColor;
|
|
740
751
|
id: string;
|
|
752
|
+
defaultTileGroupComponent: {
|
|
753
|
+
Id: string;
|
|
754
|
+
$Caption: string;
|
|
755
|
+
Module: string;
|
|
756
|
+
ModuleFileName: string;
|
|
757
|
+
Name: string;
|
|
758
|
+
Selector: string;
|
|
759
|
+
};
|
|
741
760
|
protected _cdr: ChangeDetectorRef;
|
|
742
761
|
protected _saveScrollPosition: SaveScrollPositionService;
|
|
743
|
-
ngOnInit(): void;
|
|
744
762
|
ngAfterViewInit(): void;
|
|
745
763
|
onSelectedTabChange(selectedTab: IconTabBarItem): void;
|
|
746
764
|
onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
|
|
@@ -750,7 +768,6 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
750
768
|
onCloseEditHome(): void;
|
|
751
769
|
_trackById(index: any, item: any): string | number;
|
|
752
770
|
protected _selectTab(tabId: string): void;
|
|
753
|
-
protected _onInView(e: any): void;
|
|
754
771
|
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerComponent, never>;
|
|
755
772
|
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
773
|
}
|
|
@@ -794,6 +811,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
794
811
|
isServiceDesk: boolean;
|
|
795
812
|
userInfo$: Observable<UserInfo | null>;
|
|
796
813
|
displayName: any;
|
|
814
|
+
shellbarHeight$: Observable<string>;
|
|
797
815
|
private _router;
|
|
798
816
|
private _renderer2;
|
|
799
817
|
private _bbbTranslatePipe;
|
|
@@ -803,6 +821,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
803
821
|
private _cdr;
|
|
804
822
|
private _domSanitizer;
|
|
805
823
|
private _notificationService;
|
|
824
|
+
private _shellbarHeightServcie;
|
|
806
825
|
get repIdProfileImage(): string;
|
|
807
826
|
get notificationReport(): MetaobjectDataModel;
|
|
808
827
|
get subtitle(): string;
|
|
@@ -1087,6 +1106,58 @@ declare class TileClassDirective extends BaseDirective {
|
|
|
1087
1106
|
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
1107
|
}
|
|
1089
1108
|
|
|
1109
|
+
declare class SemantiToButtonColorPipe implements PipeTransform {
|
|
1110
|
+
transform(semantic: string): string;
|
|
1111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SemantiToButtonColorPipe, never>;
|
|
1112
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SemantiToButtonColorPipe, "semanticColorToButtonColor", false>;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
declare class MegamenuPipe implements PipeTransform {
|
|
1116
|
+
private _semanticToButtonColor;
|
|
1117
|
+
private _tilePropPipe;
|
|
1118
|
+
transform(appTileGroups: MetaobjectDataModel[]): MegaMenuGroup[];
|
|
1119
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MegamenuPipe, never>;
|
|
1120
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MegamenuPipe, "megamenu", false>;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
declare class TilesViewerMegamenuComponent extends BaseComponent implements OnInit {
|
|
1124
|
+
_cssRootVariable: DynamicRootVariableDirective;
|
|
1125
|
+
_cls: boolean;
|
|
1126
|
+
appTileGroups: Array<MetaobjectDataModel>;
|
|
1127
|
+
loading: boolean;
|
|
1128
|
+
rtl: boolean;
|
|
1129
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1130
|
+
selectedAppGroupId: string;
|
|
1131
|
+
DynamicComponents: any;
|
|
1132
|
+
_rtl: any;
|
|
1133
|
+
loadAppTileGroup: EventEmitter<MetaobjectDataModel>;
|
|
1134
|
+
color: SemanticColor;
|
|
1135
|
+
id: string;
|
|
1136
|
+
openMenu: number | null;
|
|
1137
|
+
isOpen: boolean;
|
|
1138
|
+
defaultTileGroupComponent: {
|
|
1139
|
+
Id: string;
|
|
1140
|
+
$Caption: string;
|
|
1141
|
+
Module: string;
|
|
1142
|
+
ModuleFileName: string;
|
|
1143
|
+
Name: string;
|
|
1144
|
+
Selector: string;
|
|
1145
|
+
};
|
|
1146
|
+
protected _cdr: ChangeDetectorRef;
|
|
1147
|
+
private _shellbarHeightServcie;
|
|
1148
|
+
/**
|
|
1149
|
+
*
|
|
1150
|
+
*/
|
|
1151
|
+
constructor();
|
|
1152
|
+
onGroupVisibilityChange(e: {
|
|
1153
|
+
visibility: string;
|
|
1154
|
+
menu: MegaMenuGroup;
|
|
1155
|
+
}): void;
|
|
1156
|
+
_trackById(index: any, item: any): string | number;
|
|
1157
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerMegamenuComponent, never>;
|
|
1158
|
+
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; }; }, { "loadAppTileGroup": "loadAppTileGroup"; }, never, never, false, never>;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1090
1161
|
declare class HomeGroupPipe implements PipeTransform {
|
|
1091
1162
|
constructor();
|
|
1092
1163
|
transform(appGroups: MetaobjectDataModel[]): MetaobjectDataModel[];
|
|
@@ -1229,12 +1300,6 @@ declare class NotificationGroupHeaderComponent extends BaseComponent implements
|
|
|
1229
1300
|
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
1301
|
}
|
|
1231
1302
|
|
|
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
1303
|
declare class FilterAppsGroupedPipe implements PipeTransform {
|
|
1239
1304
|
transform(value: MetaobjectDataModel[] | undefined | null, term: string): MetaobjectDataModel[] | undefined | null;
|
|
1240
1305
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterAppsGroupedPipe, never>;
|
|
@@ -1246,6 +1311,12 @@ declare class FilterAppsPipe implements PipeTransform {
|
|
|
1246
1311
|
static ɵpipe: i0.ɵɵPipeDeclaration<FilterAppsPipe, "filterApps", true>;
|
|
1247
1312
|
}
|
|
1248
1313
|
|
|
1314
|
+
declare class BarsaTilesRoutingModule {
|
|
1315
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesRoutingModule, never>;
|
|
1316
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
1317
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesRoutingModule>;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1249
1320
|
declare function addTilesPageSidebar(_router: Router): void;
|
|
1250
1321
|
declare class BarsaTilesModule extends BaseModule {
|
|
1251
1322
|
protected dcm: DynamicComponentService;
|
|
@@ -1254,8 +1325,8 @@ declare class BarsaTilesModule extends BaseModule {
|
|
|
1254
1325
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
1255
1326
|
constructor();
|
|
1256
1327
|
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
|
|
1328
|
+
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
1329
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesModule>;
|
|
1259
1330
|
}
|
|
1260
1331
|
|
|
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 };
|
|
1332
|
+
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 };
|