barsa-tiles 2.3.142 → 2.3.144

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,28 +1,28 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
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, 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';
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';
5
5
  import * as rxjs from 'rxjs';
6
- import { Observable, Subject } from 'rxjs';
7
- import * as i59 from '@angular/cdk/drag-drop';
6
+ import { Observable } from 'rxjs';
7
+ import * as i60 from '@angular/cdk/drag-drop';
8
8
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
9
- import * as i61 from '@fundamental-ngx/core';
9
+ import * as i62 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
- import * as i1 from '@angular/router';
12
- import { ActivatedRoute, Router } from '@angular/router';
13
- import * as i62 from '@fundamental-ngx/platform';
11
+ import * as i63 from '@fundamental-ngx/platform';
14
12
  import { IconTabBarTabComponent, IconTabBarComponent, TabType, SemanticColor, IconTabBarItem, SuggestionItem } from '@fundamental-ngx/platform';
15
- import * as i69 from 'barsa-echarts';
13
+ import * as i70 from 'barsa-echarts';
16
14
  import { ComparisonItem, StackbarItem, LineItem, AreaChart } from 'barsa-echarts';
17
- import * as i57 from '@angular/forms';
15
+ import * as i58 from '@angular/forms';
18
16
  import { UntypedFormGroup } from '@angular/forms';
19
17
  import { SafeResourceUrl } from '@angular/platform-browser';
20
- import * as i67 from 'barsa-sap-ui';
18
+ import * as i68 from 'barsa-sap-ui';
21
19
  import { BarsaTreeItemComponent, MegaMenuGroup } from 'barsa-sap-ui';
22
- import * as i56 from '@angular/common';
23
- import * as i60 from '@angular/cdk/table';
24
- import * as i64 from '@fundamental-ngx/btp/splitter';
25
- import * as i65 from '@fundamental-ngx/core/user-menu';
20
+ import * as i1 from '@angular/router';
21
+ import { ActivatedRoute, Router } from '@angular/router';
22
+ import * as i57 from '@angular/common';
23
+ import * as i61 from '@angular/cdk/table';
24
+ import * as i65 from '@fundamental-ngx/btp/splitter';
25
+ import * as i66 from '@fundamental-ngx/core/user-menu';
26
26
 
27
27
  interface AppTileFooterSection extends MetaobjectDataModel {
28
28
  Icon: string;
@@ -53,60 +53,138 @@ interface ChartTileSetting extends MetaobjectDataModel {
53
53
  TileSetting: TileSetting;
54
54
  ChartInstance: MetaobjectDataModel;
55
55
  }
56
-
57
- declare class TilesService implements OnDestroy {
58
- deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
59
- homeAppTileGroups$: Observable<AppTileGroup[]>;
60
- pinTiles$: Observable<PinTileInfo | null>;
61
- shellbarSource: Subject<MetaobjectDataModel>;
62
- shellbar$: Observable<MetaobjectDataModel>;
63
- appTileGroups$: Observable<MoForReportModelBase<AppTileGroup> | null>;
64
- edit$: Observable<boolean>;
65
- userInfo$: Observable<UserInfo | null>;
66
- private _OnDestroy$;
67
- private _homeAppTileGroupsSource;
68
- private pinTilesSource;
69
- private _appTileGroupsSource;
70
- private _userInfo$;
71
- private _edithomeSource;
72
- private _componentSettings$;
56
+ interface AppTileGroup extends MetaobjectDataModel {
57
+ Title: string;
58
+ Visible: boolean;
59
+ Visible$Caption: string;
60
+ Locked: boolean;
61
+ Locked$Caption: string;
62
+ OrderNumber: string;
63
+ OrderNumber$Caption: string;
64
+ Predefined: boolean;
65
+ Predefined$Caption: string;
66
+ TileGroupType: string;
67
+ TileGroupType$Caption: string;
68
+ CssStyles: string;
69
+ ItemCount2XL: string;
70
+ ItemCount2XL$Caption: string;
71
+ ItemCountXL: string;
72
+ ItemCountXL$Caption: string;
73
+ ItemCountL: string;
74
+ ItemCountL$Caption: string;
75
+ ItemCountMD: string;
76
+ ItemCountMD$Caption: string;
77
+ ItemCountSM: string;
78
+ ItemCountSM$Caption: string;
79
+ HideHeader: boolean;
80
+ HideHeader$Caption: string;
81
+ BackgroundColor: string;
82
+ IconFont: string;
83
+ IconFontName: any;
84
+ Icon: string;
85
+ IconImage: FilePictureInfoModel;
86
+ RoutePath: string;
87
+ $TypeDefCaption: string;
88
+ $HasChildren: boolean;
89
+ Parent?: AppTileGroup;
90
+ $Children: AppTileGroup[];
91
+ $TileSettingChanged: boolean;
92
+ $Disabledpin: boolean;
93
+ navigatorTitle: string;
94
+ navigatorVisible: boolean;
95
+ navigatorTiles: AppTile[];
96
+ navigatorActionLinks: any[];
97
+ $TilesLoaded: boolean;
98
+ AppTiles: MoForReportModelBase<AppTile>;
99
+ }
100
+ interface AppTile extends MetaobjectDataModel {
101
+ Visible: boolean;
102
+ Visible$Caption: string;
103
+ Locked: boolean;
104
+ TileSetting: TileSetting;
105
+ Locked$Caption: string;
106
+ OrderNumber: string;
107
+ OrderNumber$Caption: string;
108
+ IsActionLink: boolean;
109
+ IsActionLink$Caption: string;
110
+ AppTileGroup: MetaobjectDataModel;
111
+ A_App_Component: EjrayOlgo;
112
+ A_App_DynamicCommand: MetaobjectDataModel;
113
+ A_App_AppKey: string;
114
+ Predefined: boolean;
115
+ Predefined$Caption: string;
116
+ App: MetaobjectDataModel;
117
+ Component: EjrayOlgo;
118
+ DynamicCommand: MetaobjectDataModel;
119
+ TileTitle: any;
120
+ Subtitle: any;
121
+ }
122
+
123
+ declare class TilesService {
124
+ readonly deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
125
+ /** Back-compat observable APIs. */
126
+ readonly homeAppTileGroups$: Observable<AppTileGroup[]>;
127
+ readonly pinTiles$: Observable<PinTileInfo | null>;
128
+ readonly shellbar$: Observable<MetaobjectDataModel | null>;
129
+ readonly appTileGroups$: Observable<MoForReportModelBase<AppTileGroup> | null>;
130
+ readonly edit$: Observable<boolean>;
131
+ readonly userInfo$: Observable<UserInfo | null>;
132
+ readonly componentSettings$: Observable<MetaobjectDataModel>;
133
+ readonly homeAppTileGroupsSig: i0.WritableSignal<AppTileGroup[]>;
134
+ readonly userInfoSig: i0.WritableSignal<UserInfo | null>;
135
+ readonly editHomeSig: i0.WritableSignal<boolean>;
136
+ readonly shellbarSig: i0.WritableSignal<MetaobjectDataModel | null>;
137
+ readonly componentSettingsSig: i0.WritableSignal<MetaobjectDataModel | null>;
138
+ private readonly _destroyRef;
139
+ private readonly _pinTilesSource;
140
+ private readonly _store;
141
+ private readonly _tilesApi;
73
142
  private _themingService;
74
143
  private _portalService;
75
144
  private _rtlService;
76
145
  private _bbbTranslatePipe;
77
146
  private _appTileGroupLoaded;
147
+ /** Same signal reference as {@link TilesStore#appTileGroups} (read-only for consumers). */
148
+ get appTileGroupsSig(): Signal<MoForReportModelBase<AppTileGroup> | null>;
78
149
  /** Inserted by Angular inject() migration for backwards compatibility */
79
150
  constructor();
80
- get componentSettings$(): Observable<MetaobjectDataModel>;
81
151
  get isDark$(): Observable<boolean | null>;
82
152
  get appTileGroups(): MoForReportModelBase<AppTileGroup> | null;
83
- ngOnDestroy(): void;
84
153
  loadAllAppTileGroupsByReportId(id: string): void;
85
154
  loadAllAppTileGroups(): void;
86
155
  loadUserProfileImage(repIdProfileImage: string): void;
87
156
  loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
157
+ /** True if tiles for this group were already loaded (canonical tree or in-flight flag). */
158
+ isAppTileGroupTilesLoaded(groupId: string): boolean;
88
159
  loadAppTileGroupsById(appTileGroupId: string): void;
89
160
  saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
90
161
  loadUserPortalSettings(): Observable<any>;
91
162
  refreshTile(appTile: MetaobjectDataModel): Promise<MetaobjectDataModel>;
92
163
  loadFromServerUserPortalSetting(): Observable<MetaobjectDataModel>;
93
- toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
94
- resetAppGroupSetting(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
95
- deleteAppGroup(appGroup: MetaobjectDataModel): Observable<string>;
164
+ toggleAppGroupSettingVisible(appGroup: AppTileGroup): Observable<MetaobjectDataModel>;
165
+ resetAppGroupSetting(appGroup: AppTileGroup): Observable<MetaobjectDataModel>;
166
+ deleteAppGroup(appGroup: AppTileGroup): Observable<string>;
96
167
  changeAppTileSetting(appTile: MetaobjectDataModel): Observable<MetaobjectDataModel | null>;
97
168
  saveAppGroupOrders(appGroups: MetaobjectDataModel[]): Observable<void>;
98
- createAppGroup(title: string): Observable<MetaobjectDataModel>;
169
+ createAppGroup(title: string, parentId?: string | null): Observable<MetaobjectDataModel>;
99
170
  saveOrderAppTiles(appGroup: MetaobjectDataModel, appTiles: number[], isActionLink?: boolean, appTileIdTransferedId?: string): void;
100
171
  updateAppTile(allApps: MoForReportModel | null, appTile: MetaobjectDataModel): void;
101
172
  updataAppTileSetting(selectedGroup: MetaobjectDataModel, appGroupSetting: MetaobjectDataModel): void;
102
- addAppGroup(mo: MetaobjectDataModel): void;
103
- singlePinTileChanged(appTileId: any): Observable<boolean>;
173
+ addAppGroup(mo: AppTileGroup): void;
174
+ singlePinTileChanged(appTile: AppTile, callback: any): void;
104
175
  pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
105
176
  _tilePinChange(appTileGroupsPin: any, allApps: any): void;
106
177
  loadShellbar(): void;
107
178
  _setTileInfo(appTile: any): void;
108
179
  getTileGroups(): MoForReportModel | null;
109
180
  setEditHome(edit: boolean): void;
181
+ /**
182
+ * After {@link TilesStore#replaceAllAppTileGroups} from another entry point (e.g. {@link TilesViewerService}),
183
+ * refresh derived home list (store already holds app groups).
184
+ */
185
+ syncExternalAppTileGroups(): void;
186
+ /** Call when the canonical tree is replaced from outside {@link TilesService} (e.g. viewer API). */
187
+ resetAppTileGroupLoadCache(): void;
110
188
  protected _loadAllAppTileGroupsByReportId(id: string): void;
111
189
  protected _loadAllAppTileGroups(): void;
112
190
  protected _onApplication_GlobalRefreshTile(_sender: any, appTilesTitle: string[]): void;
@@ -116,6 +194,20 @@ declare class TilesService implements OnDestroy {
116
194
  private _loadAppTilesByAppTileGroup;
117
195
  private _updateAppTilesOfAppTileGroup;
118
196
  private _loadAppTilesByAppTileGroupSetting;
197
+ /** Report/API load: full tree + {@link prepareNavigator} on all roots (via store). */
198
+ private _applyLoadedAppTileGroups;
199
+ private _findCanonicalAppTileGroup;
200
+ private _findAppTileGroupInTree;
201
+ /** Removes a group by id from root {@link MoForReportModelBase#MoDataList} or any nested {@link AppTileGroup#$Children}. */
202
+ private _removeAppTileGroupFromTree;
203
+ private _removeAppTileGroupFromChildren;
204
+ private _isAppTileGroupTilesLoaded;
205
+ /** Replaces the node with the same {@link AppTileGroup#Id} anywhere under {@link $Children}. */
206
+ private _replaceAppTileGroupInTreeList;
207
+ /**
208
+ * Local tree changed: merge optional root replacement, then snapshot store without re-running
209
+ * {@link prepareNavigator} on every root (caller must have prepared touched groups).
210
+ */
119
211
  private _nextAllAppTileGroups;
120
212
  private _setHomeAppTileGroups;
121
213
  private _saveUserPortalSettings;
@@ -129,7 +221,7 @@ declare class TilesService implements OnDestroy {
129
221
  static ɵprov: i0.ɵɵInjectableDeclaration<TilesService>;
130
222
  }
131
223
  interface PinTileInfo {
132
- groups: MetaobjectDataModel[];
224
+ groups: AppTileGroup[];
133
225
  visible: boolean[];
134
226
  tileId: string;
135
227
  }
@@ -156,6 +248,7 @@ declare abstract class BaseBtTileComponent<T extends BaseTileSetting> extends Ba
156
248
  isDark$: rxjs.Observable<boolean | null>;
157
249
  _btTitleElementRef: ElementRef;
158
250
  ngOnInit(): void;
251
+ ngOnChanges(changes: SimpleChanges): void;
159
252
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseBtTileComponent<any>, never>;
160
253
  static ɵcmp: i0.ɵɵComponentDeclaration<BaseBtTileComponent<any>, "bt-base-bt-tile", never, {}, {}, never, never, false, never>;
161
254
  }
@@ -187,6 +280,14 @@ interface NumericTileSetting extends BaseTileSetting {
187
280
  ScaleArrowIcon: string;
188
281
  }
189
282
 
283
+ interface UserPortalSettings extends MetaobjectDataModel {
284
+ TilesStackConent?: boolean;
285
+ Theme?: number;
286
+ Theme$Caption?: string;
287
+ ContentDensity?: number;
288
+ ContentDensity$Caption?: ContentDensity;
289
+ }
290
+
190
291
  interface NewsTileSetting extends BaseTileSetting {
191
292
  Report: any;
192
293
  }
@@ -196,6 +297,34 @@ interface AppTileGroupPin {
196
297
  visible: boolean;
197
298
  }
198
299
 
300
+ interface ShellbarCommandAction {
301
+ key: string;
302
+ label: string;
303
+ glyph?: string;
304
+ useImageGlyph?: boolean;
305
+ priority?: number;
306
+ callback?: () => void;
307
+ children: ShellbarCommandAction[];
308
+ }
309
+ interface ShellbarGroupedCommandMenu {
310
+ Caption: string;
311
+ Commands: ShellbarCommandAction[];
312
+ }
313
+ interface ShellbarWorkflowMenuItem {
314
+ key: string;
315
+ label: string;
316
+ callback?: () => void;
317
+ }
318
+ interface ShellbarCommandNode {
319
+ key: string;
320
+ label: string;
321
+ glyph?: string;
322
+ useImageGlyph?: boolean;
323
+ priority?: number;
324
+ callback?: () => void;
325
+ children: ShellbarCommandNode[];
326
+ }
327
+
199
328
  type UserMenuType = {
200
329
  fdType: string;
201
330
  icon: string;
@@ -230,40 +359,46 @@ declare class FormTileComponent extends BaseBtTileComponent<FormTileSetting> imp
230
359
 
231
360
  declare abstract class TileGroupBaseComponent<T extends MetaobjectDataModel> extends BaseComponent {
232
361
  parameters: T;
233
- appTileGroup: MetaobjectDataModel;
362
+ appTileGroup: AppTileGroup;
363
+ childrenAppTileGroup: AppTileGroup[];
234
364
  stackContent: boolean;
235
365
  cssStyles: string;
236
366
  edit: boolean;
367
+ visible: boolean;
237
368
  rtl: boolean;
238
369
  isAppTileSubGroup: boolean | undefined;
239
370
  deviceSize: AbbrevationDeviceSize;
240
371
  isLast: boolean;
241
372
  tilesDropped: EventEmitter<{
242
- appTileGroup: MetaobjectDataModel;
373
+ appTileGroup: AppTileGroup;
243
374
  event: CdkDragDrop<{
244
375
  isTile: boolean;
245
- items: MetaobjectDataModel[];
376
+ items: AppTile[];
246
377
  }>;
247
378
  }>;
248
- hideAppTileClick: EventEmitter<MetaobjectDataModel>;
249
- renameAppTileClick: EventEmitter<MetaobjectDataModel>;
250
- toggleGroup: EventEmitter<MetaobjectDataModel>;
251
- resetGroup: EventEmitter<MetaobjectDataModel>;
252
- deleteGroup: EventEmitter<MetaobjectDataModel>;
379
+ hideAppTileClick: EventEmitter<AppTile>;
380
+ renameAppTileClick: EventEmitter<AppTile>;
381
+ changeGroupAppTileClick: EventEmitter<AppTile>;
382
+ toggleGroup: EventEmitter<AppTileGroup>;
383
+ resetGroup: EventEmitter<AppTileGroup>;
384
+ deleteGroup: EventEmitter<AppTileGroup>;
385
+ isJustifyStart: i0.WritableSignal<boolean>;
253
386
  private _cdr;
254
387
  ngOnChanges(changes: SimpleChanges): void;
255
- onDrop(appTileGroup: MetaobjectDataModel, event: CdkDragDrop<{
388
+ onDrop(appTileGroup: AppTileGroup, event: CdkDragDrop<{
256
389
  isTile: boolean;
257
- items: MetaobjectDataModel[];
390
+ items: AppTile[];
258
391
  }>): void;
259
- onAppTileHideClick(appTile: MetaobjectDataModel): void;
260
- onAppTileRenameClick(appTile: MetaobjectDataModel): void;
261
- onDelete(appTileGroup: MetaobjectDataModel): void;
262
- onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
263
- onReset(appTileGroup: MetaobjectDataModel): void;
392
+ onAppTileHideClick(appTile: AppTile): void;
393
+ onAppTileRenameClick(appTile: AppTile): void;
394
+ onAppTileChangeGroupClick(appTile: AppTile): void;
395
+ onDelete(appTileGroup: AppTileGroup): void;
396
+ onToggleShowHide(appTileGroup: AppTileGroup): void;
397
+ onReset(appTileGroup: AppTileGroup): void;
264
398
  private detectChanges;
399
+ private _setIsJustifyStart;
265
400
  static ɵfac: i0.ɵɵFactoryDeclaration<TileGroupBaseComponent<any>, never>;
266
- 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>;
401
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileGroupBaseComponent<any>, "bt-tile-group-base", never, { "parameters": { "alias": "parameters"; "required": false; }; "appTileGroup": { "alias": "appTileGroup"; "required": false; }; "childrenAppTileGroup": { "alias": "childrenAppTileGroup"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "cssStyles": { "alias": "cssStyles"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "visible": { "alias": "visible"; "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"; "changeGroupAppTileClick": "changeGroupAppTileClick"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; }, never, never, false, never>;
267
402
  }
268
403
 
269
404
  declare class TilesViewerGroupComponent extends TileGroupBaseComponent<MetaobjectDataModel> {
@@ -323,14 +458,28 @@ declare class AppFinderComponent extends BaseComponent {
323
458
  static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderComponent, "bt-app-finder", never, { "appGroups": { "alias": "appGroups"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "sideContentSize": { "alias": "sideContentSize"; "required": false; }; "selectedAppGroup": { "alias": "selectedAppGroup"; "required": false; }; "selectedAppGroupId": { "alias": "selectedAppGroupId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "pinnedAppInAppTileGroups": { "alias": "pinnedAppInAppTileGroups"; "required": false; }; }, { "pinClick": "pinClick"; "selectedAppGroupIdChange": "selectedAppGroupIdChange"; }, never, never, false, never>;
324
459
  }
325
460
 
326
- declare class TilesViewerService implements OnDestroy {
327
- viewLoading$: Observable<boolean>;
328
- hideTile$: Observable<MetaobjectDataModel>;
329
- updateAppTileSetting$: Observable<MetaobjectDataModel>;
330
- deleteAppGroup$: Observable<MetaobjectDataModel>;
331
- protected readonly _onDestroy$: Subject<void>;
332
- private dialogService;
333
- private tilesService;
461
+ interface TileViewerContainerSettings extends MetaobjectDataModel {
462
+ HideTabs: boolean;
463
+ CenterContent?: boolean;
464
+ BoxShadow?: boolean;
465
+ TabsBackColor?: string;
466
+ DisplayMode$Caption?: string;
467
+ MetaReportTiles?: MetaobjectDataModel;
468
+ }
469
+ interface ITilesViewerContainer extends IViewBase {
470
+ settings: TileViewerContainerSettings;
471
+ onDestroy$: Observable<void>;
472
+ }
473
+ declare class TilesViewerContainerController extends BaseController<ITilesViewerContainer> {
474
+ readonly edit$: Observable<boolean>;
475
+ readonly appTileGroups$: Observable<AppTileGroup[]>;
476
+ readonly rtl$: Observable<boolean>;
477
+ readonly deviceSize$: Observable<barsa_novin_ray_core.AbbrevationDeviceSize>;
478
+ readonly stackContent$: Observable<boolean>;
479
+ changedOrder: boolean;
480
+ userStackContent: boolean;
481
+ initialStackContentValue: boolean;
482
+ stackContent: boolean;
334
483
  private _hideTileSource;
335
484
  private _updateAppTileSettingSource;
336
485
  private _deleteGroupSource;
@@ -342,91 +491,102 @@ declare class TilesViewerService implements OnDestroy {
342
491
  private _hideAppGroupSource;
343
492
  private hideAppGroup$;
344
493
  private _viewLoadingSource;
345
- constructor();
346
- loadAllAppTileGroupsByReportId(id: string): void;
347
- loadAllAppTileGroups(): void;
494
+ /**
495
+ *
496
+ */
497
+ private readonly _hideTile$;
498
+ get updateAppTileSetting$(): Observable<MetaobjectDataModel>;
499
+ get deleteAppGroup$(): Observable<AppTileGroup>;
500
+ /** UI/state exposed to view */
501
+ get viewLoading$(): Observable<boolean>;
348
502
  get selectedAppGroupId(): string;
349
503
  set selectedAppGroupId(groupId: string);
350
- setSelectedTab(group: MetaobjectDataModel): void;
351
- loadAppTileGroup(group: MetaobjectDataModel): void;
352
- ngOnDestroy(): void;
353
- openRenameForm(appTile: MetaobjectDataModel): void;
354
- resetAppGroup(appGroup: MetaobjectDataModel): void;
355
- toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): void;
356
- deleteAppGroup(appGroup: MetaobjectDataModel): void;
357
- hideTile(appTile: MetaobjectDataModel): void;
358
- saveAppGroupOrders(appGroups: MetaobjectDataModel[]): void;
359
- setLoaded(): void;
360
- setLoading(): void;
361
- static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerService, never>;
362
- static ɵprov: i0.ɵɵInjectableDeclaration<TilesViewerService>;
363
- }
364
-
365
- declare class TilesViewerContainerComponent extends BaseComponent implements OnInit, OnDestroy {
366
- settings: TileViewerContainerSettings;
367
- appTileGroups$: Observable<MetaobjectDataModel[]>;
368
- viewLoading$: Observable<boolean>;
369
- deviceSize$: Observable<AbbrevationDeviceSize>;
370
- edit$: Observable<boolean>;
371
- changedOrder: boolean;
372
- userStackContent: boolean;
373
- initialStackContentValue: boolean;
374
- userPortalSettings: MetaobjectDataModel;
375
- stackContent$: Observable<boolean>;
376
- firstSelected: boolean;
377
- rtl$: Observable<boolean>;
378
- selectedAppGroupId: string;
379
- stackContent: boolean;
380
- protected _activatedRoute: ActivatedRoute;
381
- protected _router: Router;
382
- protected _portalService: PortalService;
383
- protected _tilesService: TilesService;
384
- protected _tilesViewerService: TilesViewerService;
385
- constructor();
386
- ngOnInit(): void;
387
- ngOnDestroy(): void;
504
+ private get _portalService();
505
+ private get _tilesService();
506
+ private get _tilesViewerService();
507
+ private get _tilesStore();
508
+ private get _dialogService();
509
+ /** Call from component constructor */
510
+ connectLifecycle(): void;
511
+ init(settings?: TileViewerContainerSettings): void;
512
+ destroy(): void;
388
513
  onSelectedTabChange(e: {
389
514
  firstSelected: boolean;
390
515
  selectedTabTitle: string;
391
516
  tabPanels: IconTabBarTabComponent[];
392
- appTileGroups: MetaobjectDataModel[];
517
+ appTileGroups: AppTileGroup[];
393
518
  tabbarComponent: IconTabBarComponent;
394
519
  }): void;
395
- onLoadAppTileGroup(appTileGroup: MetaobjectDataModel): void;
520
+ onLoadAppTileGroup(appTileGroup: AppTileGroup): void;
396
521
  onDropGroup(e: {
397
- appTileGroups: MetaobjectDataModel[];
398
- event: CdkDragDrop<MetaobjectDataModel[]>;
522
+ appTileGroups: AppTileGroup[];
523
+ event: CdkDragDrop<AppTileGroup[]>;
399
524
  }): void;
400
525
  onDrop(e: {
401
- appTileGroup: any;
526
+ appTileGroup: AppTileGroup;
402
527
  event: CdkDragDrop<{
403
528
  isTile: boolean;
404
529
  items: MetaobjectDataModel[];
405
530
  }>;
406
531
  }): void;
407
- onStackContentChanged(checked: any): void;
408
- onExitEditHome(appTileGroups: MetaobjectDataModel[]): void;
532
+ onStackContentChanged(checked: boolean): void;
533
+ onExitEditHome(appTileGroups: AppTileGroup[]): void;
409
534
  onCloseEditHome(): void;
410
- onDelete(appTileGroup: MetaobjectDataModel): void;
411
- onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
412
- onReset(appTileGroup: MetaobjectDataModel): void;
413
- onHideAppTile(appTile: MetaobjectDataModel): void;
414
- onRenameAppTile(appTile: MetaobjectDataModel): void;
415
- loadAppTileGroup(appTileGroup: MetaobjectDataModel): void;
416
- private _setEditHome;
535
+ onDelete(appTileGroup: AppTileGroup): void;
536
+ onToggleShowHide(appTileGroup: AppTileGroup): void;
537
+ onReset(appTileGroup: AppTileGroup): void;
538
+ onHideAppTile(appTile: AppTile): void;
539
+ onRenameAppTile(appTile: AppTile): void;
540
+ onChangeGroupAppTile(appTile: AppTile): void;
541
+ updateAppTileSetting(appTile: AppTile): void;
542
+ resetAppGroup(appGroup: AppTileGroup): void;
543
+ toggleAppGroupSettingVisible(appGroup: AppTileGroup): void;
544
+ deleteAppGroup(appGroup: AppTileGroup): void;
545
+ hideTile(appTile: AppTile): void;
546
+ saveAppGroupOrders(appGroups: AppTileGroup[]): void;
547
+ setLoaded(): void;
548
+ setLoading(): void;
549
+ setSelectedTab(group: MetaobjectDataModel): void;
550
+ loadAppTileGroup(appTileGroup: AppTileGroup): void;
551
+ private _loadPinnedAppInTileGroups;
417
552
  private _saveOrderAppTiles;
418
553
  private _saveOrderActionLinks;
554
+ }
555
+
556
+ declare class TilesViewerContainerComponent extends ViewBase<TilesViewerContainerController> implements ITilesViewerContainer, OnDestroy {
557
+ injector: Injector;
558
+ errorMessage: WritableSignal<string>;
559
+ errorCode: WritableSignal<number>;
560
+ settings: TileViewerContainerSettings;
561
+ get onDestroy$(): Observable<void>;
562
+ controller: TilesViewerContainerController;
563
+ private readonly _onDestroyLocal$;
564
+ get appTileGroups$(): Observable<AppTileGroup[]>;
565
+ get viewLoading$(): Observable<boolean>;
566
+ get deviceSize$(): Observable<AbbrevationDeviceSize>;
567
+ get edit$(): Observable<boolean>;
568
+ get stackContent$(): Observable<boolean>;
569
+ get rtl$(): Observable<boolean>;
570
+ get selectedAppGroupId(): string;
571
+ ngOnInit(): void;
572
+ showError(message: string, code: number): void;
573
+ ngOnDestroy(): void;
574
+ onSelectedTabChange(e: any): void;
575
+ onLoadAppTileGroup(appTileGroup: AppTileGroup): void;
576
+ onDropGroup(e: any): void;
577
+ onDrop(e: any): void;
578
+ onStackContentChanged(checked: boolean): void;
579
+ onExitEditHome(appTileGroups: AppTileGroup[]): void;
580
+ onCloseEditHome(): void;
581
+ onDelete(appTileGroup: AppTileGroup): void;
582
+ onToggleShowHide(appTileGroup: AppTileGroup): void;
583
+ onReset(appTileGroup: AppTileGroup): void;
584
+ onHideAppTile(appTile: AppTile): void;
585
+ onRenameAppTile(appTile: AppTile): void;
586
+ onChangeGroupAppTile(appTile: AppTile): void;
419
587
  static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerContainerComponent, never>;
420
588
  static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerContainerComponent, "bt-tiles-viewer-container", never, {}, {}, never, never, false, never>;
421
589
  }
422
- interface TileViewerContainerSettings extends MetaobjectDataModel {
423
- HideTabs: boolean;
424
- CenterContent?: boolean;
425
- BoxShadow?: boolean;
426
- TabsBackColor?: string;
427
- DisplayMode$Caption?: string;
428
- MetaReportTiles?: MetaobjectDataModel;
429
- }
430
590
 
431
591
  interface MicroTileChartBulletSetting extends BaseTileSetting {
432
592
  Target: number;
@@ -468,8 +628,10 @@ declare class TileComponent extends TilePropsComponent {
468
628
  setToStorage: boolean;
469
629
  listMode: boolean;
470
630
  navigateBackOnClick: boolean;
631
+ /** Open "change group" (pin) dialog from tile menu */
632
+ changeGroupClick: EventEmitter<void>;
471
633
  static ɵfac: i0.ɵɵFactoryDeclaration<TileComponent, never>;
472
- static ɵcmp: i0.ɵɵComponentDeclaration<TileComponent, "bt-tile", never, { "type": { "alias": "type"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isDouble": { "alias": "isDouble"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "disableClick": { "alias": "disableClick"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "dynamicCommand": { "alias": "dynamicCommand"; "required": false; }; "backColor": { "alias": "backColor"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "listMode": { "alias": "listMode"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, {}, never, ["*"], false, never>;
634
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileComponent, "bt-tile", never, { "type": { "alias": "type"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isDouble": { "alias": "isDouble"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "disableClick": { "alias": "disableClick"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "dynamicCommand": { "alias": "dynamicCommand"; "required": false; }; "backColor": { "alias": "backColor"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "listMode": { "alias": "listMode"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, { "changeGroupClick": "changeGroupClick"; }, never, ["*"], false, never>;
473
635
  }
474
636
 
475
637
  declare class ActionItemComponent extends TileComponent {
@@ -560,6 +722,8 @@ declare class ChangeAppTileComponent extends BaseComponent implements OnInit {
560
722
  declare class CreateAppGroupComponent extends BaseComponent implements OnInit {
561
723
  dialogRef: DialogRef<any, any>;
562
724
  title: string;
725
+ parentId: string | null;
726
+ parents: MetaobjectDataModel[];
563
727
  appGroupForm: UntypedFormGroup;
564
728
  submitted: boolean;
565
729
  RequiredText: string;
@@ -573,7 +737,7 @@ declare class CreateAppGroupComponent extends BaseComponent implements OnInit {
573
737
 
574
738
  declare class PinTileComponent extends BaseComponent implements OnInit {
575
739
  app: MetaobjectDataModel;
576
- appTileGroups: MetaobjectDataModel[];
740
+ appTileGroups: AppTileGroup[];
577
741
  mobile: boolean;
578
742
  pin: boolean;
579
743
  newGroupDialogRef: DialogRef;
@@ -581,6 +745,7 @@ declare class PinTileComponent extends BaseComponent implements OnInit {
581
745
  pinnedAppInTileGroups: {
582
746
  [key: string]: string[];
583
747
  };
748
+ loading: i0.WritableSignal<boolean>;
584
749
  private _dialogService;
585
750
  private _dialogRef;
586
751
  private _bbbTranslate;
@@ -590,10 +755,10 @@ declare class PinTileComponent extends BaseComponent implements OnInit {
590
755
  onAccept(): void;
591
756
  onClose(): void;
592
757
  onNewGroup(): void;
593
- onDeleteGroup(appTileGroup: MetaobjectDataModel): void;
758
+ onDeleteGroup(appTileGroup: AppTileGroup): void;
594
759
  _setLoading(loading: any): void;
595
- _setDefaultPinTile(appTileGroup: MetaobjectDataModel, tileGroupsId: string[]): void;
596
- _getChangedPinTileGroups(appTileGroup: MetaobjectDataModel, appTileGroupsPin: AppTileGroupPin[]): void;
760
+ _setDefaultPinTile(appTileGroup: AppTileGroup, tileGroupsId: string[]): void;
761
+ _getChangedPinTileGroups(appTileGroup: AppTileGroup, appTileGroupsPin: AppTileGroupPin[]): void;
597
762
  _close(result?: any): void;
598
763
  static ɵfac: i0.ɵɵFactoryDeclaration<PinTileComponent, never>;
599
764
  static ɵcmp: i0.ɵɵComponentDeclaration<PinTileComponent, "bt-pin-tile", never, { "app": { "alias": "app"; "required": false; }; "appTileGroups": { "alias": "appTileGroups"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; }, {}, never, never, false, never>;
@@ -717,7 +882,7 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
717
882
  tabListComponent: IconTabBarComponent;
718
883
  pageContentClass: boolean;
719
884
  _cls: boolean;
720
- appTileGroups: Array<MetaobjectDataModel>;
885
+ appTileGroups: Array<AppTileGroup>;
721
886
  loading: boolean;
722
887
  edit: boolean;
723
888
  rtl: boolean;
@@ -742,16 +907,17 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
742
907
  appTileGroups: MetaobjectDataModel[];
743
908
  tabbarComponent: IconTabBarComponent;
744
909
  }>;
745
- toggleGroup: EventEmitter<MetaobjectDataModel>;
746
- resetGroup: EventEmitter<MetaobjectDataModel>;
747
- deleteGroup: EventEmitter<MetaobjectDataModel>;
748
- hideAppTileClick: EventEmitter<MetaobjectDataModel>;
749
- renameAppTileClick: EventEmitter<MetaobjectDataModel>;
910
+ toggleGroup: EventEmitter<AppTileGroup>;
911
+ resetGroup: EventEmitter<AppTileGroup>;
912
+ deleteGroup: EventEmitter<AppTileGroup>;
913
+ hideAppTileClick: EventEmitter<AppTile>;
914
+ renameAppTileClick: EventEmitter<AppTile>;
915
+ changeGroupAppTileClick: EventEmitter<AppTile>;
750
916
  tilesDropped: EventEmitter<{
751
- appTileGroup: MetaobjectDataModel;
917
+ appTileGroup: AppTileGroup;
752
918
  event: CdkDragDrop<{
753
919
  isTile: boolean;
754
- items: MetaobjectDataModel[];
920
+ items: AppTile[];
755
921
  }>;
756
922
  }>;
757
923
  _rtl: any;
@@ -772,17 +938,17 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
772
938
  protected _saveScrollPosition: SaveScrollPositionService;
773
939
  protected _firstSelected: boolean;
774
940
  ngAfterViewInit(): void;
775
- ngOnChanges(changes: SimpleChanges): void;
776
941
  onSelectedTabChange(selectedTab: IconTabBarItem): void;
777
942
  onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
778
943
  onDrop($event: any): void;
779
944
  onStackContentChanged(checked: any): void;
780
945
  onExitEditHome(appGroups: MetaobjectDataModel[]): void;
781
946
  onCloseEditHome(): void;
947
+ onHideAppTileClick(appTile: AppTile): void;
782
948
  _trackById(index: any, item: any): string | number;
783
949
  protected _selectTab(tabId: string): void;
784
950
  static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerComponent, never>;
785
- 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>;
951
+ 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"; "changeGroupAppTileClick": "changeGroupAppTileClick"; "tilesDropped": "tilesDropped"; }, never, never, false, never>;
786
952
  }
787
953
 
788
954
  declare class ShellbarComponent extends BaseComponent implements OnInit {
@@ -793,7 +959,6 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
793
959
  appVersion: string;
794
960
  settings: MetaobjectDataModel;
795
961
  deviceSize$: Observable<AbbrevationDeviceSize>;
796
- productMenuControl: string;
797
962
  user: ShellbarUser;
798
963
  suggestions: never[];
799
964
  productMenuItems1: ShellbarMenuItem[];
@@ -884,6 +1049,17 @@ declare class GroupTilesPipe implements PipeTransform {
884
1049
  static ɵpipe: i0.ɵɵPipeDeclaration<GroupTilesPipe, "groupTiles", false>;
885
1050
  }
886
1051
 
1052
+ declare class TilesViewerService {
1053
+ protected readonly _destroyRef: DestroyRef;
1054
+ private readonly tilesApi;
1055
+ private readonly tilesStore;
1056
+ private readonly tilesService;
1057
+ loadAllAppTileGroupsByReportId(id: string): void;
1058
+ loadAllAppTileGroups(): void;
1059
+ static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerService, never>;
1060
+ static ɵprov: i0.ɵɵInjectableDeclaration<TilesViewerService>;
1061
+ }
1062
+
887
1063
  declare class TilePropPipe implements PipeTransform {
888
1064
  transform(data: any, prop: string, parameters?: MetaobjectDataModel): string | any;
889
1065
  static ɵfac: i0.ɵɵFactoryDeclaration<TilePropPipe, never>;
@@ -907,6 +1083,9 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
907
1083
  userLoggedIn: boolean;
908
1084
  settings: MetaobjectDataModel;
909
1085
  productMenuControl: string;
1086
+ dastoratSarasari: ShellbarCommandAction[];
1087
+ workflowMenuItems: ShellbarWorkflowMenuItem[];
1088
+ groupedCommandMenus: ShellbarGroupedCommandMenu[];
910
1089
  deviceSize: AbbrevationDeviceSize;
911
1090
  cultures: Record<string, any>;
912
1091
  shellbarData: ShellbarSetting;
@@ -999,7 +1178,7 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
999
1178
  private _closeSideMenu;
1000
1179
  private _changeCulture;
1001
1180
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
1002
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "showSidebar": { "alias": "showSidebar"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationsUnreadCount": { "alias": "notificationsUnreadCount"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "footerButtons": { "alias": "footerButtons"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "flatButtons": { "alias": "flatButtons"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "informativeText": { "alias": "informativeText"; "required": false; }; "informativeStatus": { "alias": "informativeStatus"; "required": false; }; "hideProductMenu": { "alias": "hideProductMenu"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "hideNotifications": { "alias": "hideNotifications"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; "isOpenQuickAccess": { "alias": "isOpenQuickAccess"; "required": false; }; "sideMenuTemplate": { "alias": "sideMenuTemplate"; "required": false; }; "notificationReport": { "alias": "notificationReport"; "required": false; }; "profileDynamicCommand": { "alias": "profileDynamicCommand"; "required": false; }; "profileDynamicCommandText": { "alias": "profileDynamicCommandText"; "required": false; }; "profileDynamicCommandIcon": { "alias": "profileDynamicCommandIcon"; "required": false; }; "displayName": { "alias": "displayName"; "required": false; }; "hideBranding": { "alias": "hideBranding"; "required": false; }; "showSearchInSystem": { "alias": "showSearchInSystem"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "appTileGroupChange": "appTileGroupChange"; "searchItemClick": "searchItemClick"; "searchInput": "searchInput"; "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
1181
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "showSidebar": { "alias": "showSidebar"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "dastoratSarasari": { "alias": "dastoratSarasari"; "required": false; }; "workflowMenuItems": { "alias": "workflowMenuItems"; "required": false; }; "groupedCommandMenus": { "alias": "groupedCommandMenus"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationsUnreadCount": { "alias": "notificationsUnreadCount"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "footerButtons": { "alias": "footerButtons"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "flatButtons": { "alias": "flatButtons"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "informativeText": { "alias": "informativeText"; "required": false; }; "informativeStatus": { "alias": "informativeStatus"; "required": false; }; "hideProductMenu": { "alias": "hideProductMenu"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "hideNotifications": { "alias": "hideNotifications"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; "isOpenQuickAccess": { "alias": "isOpenQuickAccess"; "required": false; }; "sideMenuTemplate": { "alias": "sideMenuTemplate"; "required": false; }; "notificationReport": { "alias": "notificationReport"; "required": false; }; "profileDynamicCommand": { "alias": "profileDynamicCommand"; "required": false; }; "profileDynamicCommandText": { "alias": "profileDynamicCommandText"; "required": false; }; "profileDynamicCommandIcon": { "alias": "profileDynamicCommandIcon"; "required": false; }; "displayName": { "alias": "displayName"; "required": false; }; "hideBranding": { "alias": "hideBranding"; "required": false; }; "showSearchInSystem": { "alias": "showSearchInSystem"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "appTileGroupChange": "appTileGroupChange"; "searchItemClick": "searchItemClick"; "searchInput": "searchInput"; "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
1003
1182
  }
1004
1183
 
1005
1184
  declare class PopoverAppFinderComponent extends BaseComponent implements OnInit {
@@ -1161,14 +1340,14 @@ declare class SuggestionsCountFilterPipe implements PipeTransform {
1161
1340
  declare class TilesViewerMegamenuComponent extends BaseComponent implements OnInit {
1162
1341
  _cssRootVariable: DynamicRootVariableDirective;
1163
1342
  _cls: boolean;
1164
- appTileGroups: Array<MetaobjectDataModel>;
1343
+ appTileGroups: Array<AppTileGroup>;
1165
1344
  loading: boolean;
1166
1345
  rtl: boolean;
1167
1346
  deviceSize: AbbrevationDeviceSize;
1168
1347
  selectedAppGroupId: string;
1169
1348
  DynamicComponents: any;
1170
1349
  _rtl: any;
1171
- loadAppTileGroup: EventEmitter<MetaobjectDataModel>;
1350
+ loadAppTileGroup: EventEmitter<AppTileGroup>;
1172
1351
  color: SemanticColor;
1173
1352
  id: string;
1174
1353
  openMenu: number | null;
@@ -1197,6 +1376,36 @@ declare class TilesViewerMegamenuComponent extends BaseComponent implements OnIn
1197
1376
  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>;
1198
1377
  }
1199
1378
 
1379
+ declare class DynamicTileGroupComponent extends BaseDynamicComponent {
1380
+ appTileGroup: AppTileGroup;
1381
+ tabRef: any;
1382
+ stackContent: boolean;
1383
+ cssStyles: string;
1384
+ edit: boolean;
1385
+ visible: boolean;
1386
+ rtl: boolean;
1387
+ childrenAppTileGroup: AppTileGroup[];
1388
+ isAppTileSubGroup: boolean | undefined;
1389
+ deviceSize: AbbrevationDeviceSize;
1390
+ isLast: boolean;
1391
+ tilesDropped: EventEmitter<{
1392
+ appTileGroup: AppTileGroup;
1393
+ event: CdkDragDrop<{
1394
+ isTile: boolean;
1395
+ items: AppTile[];
1396
+ }>;
1397
+ }>;
1398
+ hideAppTileClick: EventEmitter<AppTile>;
1399
+ renameAppTileClick: EventEmitter<AppTile>;
1400
+ changeGroupAppTileClick: EventEmitter<AppTile>;
1401
+ toggleGroup: EventEmitter<AppTileGroup>;
1402
+ resetGroup: EventEmitter<AppTileGroup>;
1403
+ deleteGroup: EventEmitter<AppTileGroup>;
1404
+ ngOnChanges(changes: SimpleChanges): void;
1405
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTileGroupComponent, never>;
1406
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTileGroupComponent, "bt-dynamic-tile-group,[dynamictilegroup]", never, { "appTileGroup": { "alias": "appTileGroup"; "required": false; }; "tabRef": { "alias": "tabRef"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "cssStyles": { "alias": "cssStyles"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "childrenAppTileGroup": { "alias": "childrenAppTileGroup"; "required": false; }; "isAppTileSubGroup": { "alias": "isAppTileSubGroup"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "tilesDropped": "tilesDropped"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "changeGroupAppTileClick": "changeGroupAppTileClick"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; }, never, never, false, never>;
1407
+ }
1408
+
1200
1409
  declare class HomeGroupPipe implements PipeTransform {
1201
1410
  constructor();
1202
1411
  transform(appGroups: MetaobjectDataModel[]): MetaobjectDataModel[];
@@ -1230,7 +1439,7 @@ declare class TileRendererDirective extends BaseDirective implements OnInit, OnC
1230
1439
  Name: string;
1231
1440
  Selector: string;
1232
1441
  };
1233
- data: BaseTileSetting;
1442
+ data: BaseTileSetting | AppTile;
1234
1443
  groupType: string;
1235
1444
  edit: boolean;
1236
1445
  deviceSize: AbbrevationDeviceSize;
@@ -1239,6 +1448,7 @@ declare class TileRendererDirective extends BaseDirective implements OnInit, OnC
1239
1448
  navigateBackOnClick: boolean;
1240
1449
  hideClick: EventEmitter<any>;
1241
1450
  renameClick: EventEmitter<any>;
1451
+ changeGroupClick: EventEmitter<any>;
1242
1452
  private _tileRef;
1243
1453
  private _cdr;
1244
1454
  private _vcr;
@@ -1247,7 +1457,7 @@ declare class TileRendererDirective extends BaseDirective implements OnInit, OnC
1247
1457
  ngOnChanges(changes: SimpleChanges): void;
1248
1458
  ngOnDestroy(): void;
1249
1459
  static ɵfac: i0.ɵɵFactoryDeclaration<TileRendererDirective, never>;
1250
- static ɵdir: i0.ɵɵDirectiveDeclaration<TileRendererDirective, "[tileRenderer]", never, { "component": { "alias": "component"; "required": false; }; "data": { "alias": "data"; "required": false; }; "groupType": { "alias": "groupType"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "listMode": { "alias": "listMode"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, { "hideClick": "hideClick"; "renameClick": "renameClick"; }, never, never, false, never>;
1460
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TileRendererDirective, "[tileRenderer]", never, { "component": { "alias": "component"; "required": false; }; "data": { "alias": "data"; "required": false; }; "groupType": { "alias": "groupType"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "listMode": { "alias": "listMode"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, { "hideClick": "hideClick"; "renameClick": "renameClick"; "changeGroupClick": "changeGroupClick"; }, never, never, false, never>;
1251
1461
  }
1252
1462
 
1253
1463
  declare class TileStyleDirective extends BaseDirective implements OnInit, OnChanges, OnDestroy {
@@ -1364,8 +1574,9 @@ declare class BarsaTilesModule extends BaseModule {
1364
1574
  /** Inserted by Angular inject() migration for backwards compatibility */
1365
1575
  constructor();
1366
1576
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesModule, never>;
1367
- 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 SuggestionsFilterPipe, typeof SuggestionsCountFilterPipe, typeof EmptyListDirective, typeof TileRendererDirective, typeof TileStyleDirective, typeof TileSizeDirective, typeof TileDynamicCommandDirective, typeof TileClassDirective, typeof NotificationGroupComponent, typeof NotificationGroupHeaderComponent], [typeof i56.CommonModule, typeof i57.FormsModule, typeof i1.RouterModule, typeof i57.ReactiveFormsModule, typeof i59.DragDropModule, typeof i60.CdkTableModule, typeof i61.FundamentalNgxCoreModule, typeof i61.GridListModule, typeof i62.IconTabBarComponent, typeof i62.IconTabBarTabComponent, typeof i62.IconTabBarTabContentDirective, typeof FilterAppsGroupedPipe, typeof FilterAppsPipe, typeof i64.SplitterModule, typeof i62.SearchFieldComponent, typeof i61.ShellbarUserMenuComponent, typeof i65.UserMenuComponent, typeof i65.UserMenuControlComponent, typeof i65.UserMenuBodyComponent, typeof i65.UserMenuListComponent, typeof i65.UserMenuFooterComponent, typeof i65.UserMenuHeaderDirective, typeof i65.UserMenuSublineDirective, typeof i65.UserMenuUserNameDirective, typeof i65.UserMenuSublineDirective, typeof i65.UserMenuHeaderContainerDirective, typeof i65.UserMenuListItemComponent, typeof i65.UserMenuListComponent, typeof barsa_novin_ray_core.BarsaNovinRayCoreModule, typeof i67.BarsaSapUiModule, typeof BarsaTilesRoutingModule, typeof i69.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]>;
1577
+ 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 SuggestionsFilterPipe, typeof SuggestionsCountFilterPipe, typeof EmptyListDirective, typeof TileRendererDirective, typeof TileStyleDirective, typeof TileSizeDirective, typeof TileDynamicCommandDirective, typeof TileClassDirective, typeof NotificationGroupComponent, typeof NotificationGroupHeaderComponent, typeof DynamicTileGroupComponent], [typeof i57.CommonModule, typeof i58.FormsModule, typeof i1.RouterModule, typeof i58.ReactiveFormsModule, typeof i60.DragDropModule, typeof i61.CdkTableModule, typeof i62.FundamentalNgxCoreModule, typeof i62.GridListModule, typeof i63.IconTabBarComponent, typeof i63.IconTabBarTabComponent, typeof i63.IconTabBarTabContentDirective, typeof FilterAppsGroupedPipe, typeof FilterAppsPipe, typeof i65.SplitterModule, typeof i63.SearchFieldComponent, typeof i62.ShellbarUserMenuComponent, typeof i66.UserMenuComponent, typeof i66.UserMenuControlComponent, typeof i66.UserMenuBodyComponent, typeof i66.UserMenuListComponent, typeof i66.UserMenuFooterComponent, typeof i66.UserMenuHeaderDirective, typeof i66.UserMenuSublineDirective, typeof i66.UserMenuUserNameDirective, typeof i66.UserMenuSublineDirective, typeof i66.UserMenuHeaderContainerDirective, typeof i66.UserMenuListItemComponent, typeof i66.UserMenuListComponent, typeof barsa_novin_ray_core.BarsaNovinRayCoreModule, typeof i68.BarsaSapUiModule, typeof BarsaTilesRoutingModule, typeof i70.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]>;
1368
1578
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesModule>;
1369
1579
  }
1370
1580
 
1371
- 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, SuggestionsCountFilterPipe, SuggestionsFilterPipe, TileClassDirective, TileComponent, TileHomeFilterPipe, TilePropPipe, TilesService, TilesViewerComponent, TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerMegamenuComponent, TilesViewerService, addTilesPageSidebar };
1581
+ export { ActionItemComponent, ActionsLinkComponent, AppFinderAppListComponent, AppFinderComponent, AppFinderGroupComponent, BarsaPinAppComponent, BarsaShellbarComponent, BarsaTileGroupPageComponent, BarsaTileSidebarPageComponent, BarsaTilesModule, BaseBtTileComponent, BaseTileComponent, CardTileComponent, ChangeAppTileComponent, CreateAppGroupComponent, DynamicTileGroupComponent, FeedTileComponent, FooterEditTileComponent, FooterTileComponent, FormAppFinderComponent, FormTileComponent, GroupTilesPipe, LogoTileComponent, MegamenuPipe, MicroTileChartAreaComponent, MicroTileChartBarComponent, MicroTileChartBulletComponent, MicroTileChartCircularComponent, MicroTileChartComparisonComponent, MicroTileChartLineComponent, MicroTileChartStackbarComponent, NewsTileComponent, NumericTileComponent, PinTileComponent, PopoverAppFinderComponent, ProfileTileComponent, ReportTileComponent, SemantiToButtonColorPipe, ShellbarComponent, SimpleTileComponent, SuggestionsCountFilterPipe, SuggestionsFilterPipe, TileClassDirective, TileComponent, TileHomeFilterPipe, TilePropPipe, TilesService, TilesViewerComponent, TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerMegamenuComponent, TilesViewerService, addTilesPageSidebar };
1582
+ export type { AppTile, AppTileFooter, AppTileFooterSection, AppTileGroup, AppTileGroupPin, BaseTileSetting, ChartTileSetting, FeedTileSetting, LogoTileSetting, NewsTileSetting, NumericTileSetting, ProfileTileSetting, ShellbarCommandAction, ShellbarCommandNode, ShellbarGroupedCommandMenu, ShellbarWorkflowMenuItem, TileSetting, UserInfo, UserMenuType, UserPortalSettings };