barsa-tiles 2.3.20 → 2.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/barsa-tiles.mjs +626 -492
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +1326 -5
- package/package.json +3 -3
- package/lib/action-item/action-item.component.d.ts +0 -6
- package/lib/action-links.pipe.d.ts +0 -7
- package/lib/actions-link/actions-link.component.d.ts +0 -20
- package/lib/app-finder/app-finder.component.d.ts +0 -24
- package/lib/app-finder-app-list/app-finder-app-list.component.d.ts +0 -20
- package/lib/app-finder-group/app-finder-group.component.d.ts +0 -14
- package/lib/app-finder.service.d.ts +0 -33
- package/lib/barsa-pin-app/barsa-pin-app.component.d.ts +0 -14
- package/lib/barsa-shellbar/barsa-shellbar.component.d.ts +0 -106
- package/lib/barsa-tile-group-page/barsa-tile-group-page.component.d.ts +0 -50
- package/lib/barsa-tile-sidebar-page/barsa-tile-sidebar-page.component.d.ts +0 -20
- package/lib/barsa-tiles-routing.module.d.ts +0 -45
- package/lib/barsa-tiles.module.d.ts +0 -105
- package/lib/card-tile/card-tile.component.d.ts +0 -17
- package/lib/change-app-tile/change-app-tile.component.d.ts +0 -20
- package/lib/create-app-group/create-app-group.component.d.ts +0 -19
- package/lib/directives/emptylist.directive.d.ts +0 -14
- package/lib/directives/tile-class.directive.d.ts +0 -12
- package/lib/directives/tile-dynamic-command.directive.d.ts +0 -23
- package/lib/feed-tile/feed-tile.component.d.ts +0 -11
- package/lib/footer-edit-tile/footer-edit-tile.component.d.ts +0 -6
- package/lib/footer-tile/footer-tile.component.d.ts +0 -10
- package/lib/form-app-finder/form-app-finder.component.d.ts +0 -38
- package/lib/form-tile/form-tile.component.d.ts +0 -24
- package/lib/logo-tile/logo-tile.component.d.ts +0 -7
- package/lib/micro-tile-chart-area/micro-tile-chart-area.component.d.ts +0 -8
- package/lib/micro-tile-chart-bar/micro-tile-chart-bar.component.d.ts +0 -6
- package/lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component.d.ts +0 -16
- package/lib/micro-tile-chart-circular/micro-tile-chart-circular.component.d.ts +0 -7
- package/lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component.d.ts +0 -8
- package/lib/micro-tile-chart-line/micro-tile-chart-line.component.d.ts +0 -8
- package/lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component.d.ts +0 -8
- package/lib/models/app-tile-footer-section.d.ts +0 -6
- package/lib/models/app-tile-footer.d.ts +0 -8
- package/lib/models/app-tile-group-pin.d.ts +0 -5
- package/lib/models/base-bt-tile-component.d.ts +0 -10
- package/lib/models/base-tile-component.d.ts +0 -26
- package/lib/models/base-tile-setting.d.ts +0 -9
- package/lib/models/feed-tile-setting.d.ts +0 -7
- package/lib/models/index.d.ts +0 -23
- package/lib/models/logo-tile-setting.d.ts +0 -6
- package/lib/models/micro-tile-chart-bullet-setting.d.ts +0 -10
- package/lib/models/news-tile-setting.d.ts +0 -4
- package/lib/models/numeric-tile-setting.d.ts +0 -9
- package/lib/models/profile-tile-setting.d.ts +0 -7
- package/lib/models/tile-setting.d.ts +0 -10
- package/lib/models/user-portal-settings.d.ts +0 -9
- package/lib/news-tile/news-tile.component.d.ts +0 -19
- package/lib/notification-group/notification-group.component.d.ts +0 -46
- package/lib/notification-group-header/notification-group-header.component.d.ts +0 -15
- package/lib/numeric-tile/numeric-tile.component.d.ts +0 -16
- package/lib/pin-tile/pin-tile.component.d.ts +0 -30
- package/lib/pipes/group-tiles.pipe.d.ts +0 -14
- package/lib/pipes/home-group.pipe.d.ts +0 -9
- package/lib/pipes/tile-home-filter.pipe.d.ts +0 -8
- package/lib/pipes/tile-prop.pipe.d.ts +0 -8
- package/lib/popover-app-finder/filter-apps-grouped.pipe.d.ts +0 -13
- package/lib/popover-app-finder/popover-app-finder.component.d.ts +0 -39
- package/lib/profile-tile/profile-tile.component.d.ts +0 -15
- package/lib/report-tile/report-tile.component.d.ts +0 -18
- package/lib/shellbar/shellbar.component.d.ts +0 -96
- package/lib/simple-tile/simple-tile.component.d.ts +0 -14
- package/lib/tile/tile.component.d.ts +0 -24
- package/lib/tile-renderer.directive.d.ts +0 -34
- package/lib/tile-size.directive.d.ts +0 -12
- package/lib/tile-style.directive.d.ts +0 -11
- package/lib/tiles-viewer/tiles-viewer.component.d.ts +0 -70
- package/lib/tiles-viewer-container/tiles-viewer-container.component.d.ts +0 -71
- package/lib/tiles-viewer-group/tiles-viewer-group.component.d.ts +0 -39
- package/lib/tiles-viewer.service.d.ts +0 -42
- package/lib/tiles.service.d.ts +0 -81
- package/public-api.d.ts +0 -48
package/index.d.ts
CHANGED
|
@@ -1,5 +1,1326 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
|
|
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, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
5
|
+
import * as rxjs from 'rxjs';
|
|
6
|
+
import { Observable, Subject } from 'rxjs';
|
|
7
|
+
import * as i57 from '@angular/cdk/drag-drop';
|
|
8
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
9
|
+
import * as i59 from '@fundamental-ngx/core';
|
|
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 i60 from '@fundamental-ngx/platform';
|
|
14
|
+
import { IconTabBarTabComponent, IconTabBarComponent, TabType, SemanticColor, IconTabBarItem } from '@fundamental-ngx/platform';
|
|
15
|
+
import * as i67 from 'barsa-echarts';
|
|
16
|
+
import { ComparisonItem, StackbarItem, LineItem, AreaChart } from 'barsa-echarts';
|
|
17
|
+
import * as i55 from '@angular/forms';
|
|
18
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
19
|
+
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
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
|
+
|
|
27
|
+
interface AppTileFooterSection extends MetaobjectDataModel {
|
|
28
|
+
Icon: string;
|
|
29
|
+
Text: string;
|
|
30
|
+
DynamicCommand: MetaobjectDataModel;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
interface AppTileFooter extends MetaobjectDataModel {
|
|
34
|
+
EditMode: boolean;
|
|
35
|
+
TwoColumn: boolean;
|
|
36
|
+
FirstSection: AppTileFooterSection;
|
|
37
|
+
SecondSection: AppTileFooterSection;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
interface TileSetting extends MetaobjectDataModel {
|
|
41
|
+
Title: string;
|
|
42
|
+
Subtitle: string;
|
|
43
|
+
IsDouble: boolean;
|
|
44
|
+
Badge: string;
|
|
45
|
+
BackColor: string;
|
|
46
|
+
Footer: AppTileFooter;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
interface BaseTileSetting extends MetaobjectDataModel {
|
|
50
|
+
TileSetting: TileSetting;
|
|
51
|
+
}
|
|
52
|
+
interface ChartTileSetting extends MetaobjectDataModel {
|
|
53
|
+
TileSetting: TileSetting;
|
|
54
|
+
ChartInstance: MetaobjectDataModel;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
declare class TilesService implements OnDestroy {
|
|
58
|
+
deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
|
|
59
|
+
homeAppTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
60
|
+
pinTiles$: Observable<PinTileInfo | null>;
|
|
61
|
+
shellbarSource: Subject<MetaobjectDataModel>;
|
|
62
|
+
shellbar$: Observable<MetaobjectDataModel>;
|
|
63
|
+
appTileGroups$: Observable<MoForReportModel | 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$;
|
|
73
|
+
private _themingService;
|
|
74
|
+
private _portalService;
|
|
75
|
+
private _rtlService;
|
|
76
|
+
private _bbbTranslatePipe;
|
|
77
|
+
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
78
|
+
constructor();
|
|
79
|
+
get componentSettings$(): Observable<MetaobjectDataModel>;
|
|
80
|
+
get isDark$(): Observable<boolean | null>;
|
|
81
|
+
get appTileGroups(): MoForReportModel | null;
|
|
82
|
+
ngOnDestroy(): void;
|
|
83
|
+
loadUserProfileImage(repIdProfileImage: string): void;
|
|
84
|
+
loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
|
|
85
|
+
saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
|
|
86
|
+
loadUserPortalSettings(): Observable<any>;
|
|
87
|
+
refreshTile(appTile: MetaobjectDataModel): Promise<MetaobjectDataModel>;
|
|
88
|
+
loadFromServerUserPortalSetting(): Observable<MetaobjectDataModel>;
|
|
89
|
+
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
90
|
+
resetAppGroupSetting(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
91
|
+
deleteAppGroup(appGroup: MetaobjectDataModel): Observable<string>;
|
|
92
|
+
changeAppTileSetting(appTile: MetaobjectDataModel): Observable<MetaobjectDataModel | null>;
|
|
93
|
+
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): Observable<void>;
|
|
94
|
+
createAppGroup(title: string): Observable<MetaobjectDataModel>;
|
|
95
|
+
saveOrderAppTiles(appGroup: MetaobjectDataModel, appTiles: number[], isActionLink?: boolean, appTileIdTransferedId?: string): void;
|
|
96
|
+
updateAppTile(allApps: MoForReportModel | null, appTile: MetaobjectDataModel): void;
|
|
97
|
+
updataAppTileSetting(selectedGroup: MetaobjectDataModel, appGroupSetting: MetaobjectDataModel): void;
|
|
98
|
+
addAppGroup(mo: MetaobjectDataModel): void;
|
|
99
|
+
singlePinTileChanged(appTileId: any): Observable<boolean>;
|
|
100
|
+
pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
|
|
101
|
+
_tilePinChange(appTileGroupsPin: any, allApps: any): void;
|
|
102
|
+
loadShellbar(): void;
|
|
103
|
+
loadAllAppTileGroups(): void;
|
|
104
|
+
_setTileInfo(appTile: any): void;
|
|
105
|
+
getTileGroups(): MoForReportModel | null;
|
|
106
|
+
setEditHome(edit: boolean): void;
|
|
107
|
+
protected _onApplication_GlobalRefreshTile(_sender: any, appTilesTitle: string[]): void;
|
|
108
|
+
protected _updateAppTileFromNotification(allApps: MoForReportModel, appTiles: MetaobjectDataModel[]): void;
|
|
109
|
+
private _allAppsLoaded;
|
|
110
|
+
private _loadAppTilesOfAppTileGroup;
|
|
111
|
+
private _loadAppTilesByAppTileGroup;
|
|
112
|
+
private _updateAppTilesOfAppTileGroup;
|
|
113
|
+
private _loadAppTilesByAppTileGroupSetting;
|
|
114
|
+
private _nextAllAppTileGroups;
|
|
115
|
+
private _setHomeAppTileGroups;
|
|
116
|
+
private _saveUserPortalSettings;
|
|
117
|
+
private _updateAppGroupSetting;
|
|
118
|
+
private findAppTileWithKey;
|
|
119
|
+
private findGroupWithAppTileId;
|
|
120
|
+
private _findGroupWithAppGroupId;
|
|
121
|
+
private _updateAppTileGroupSettings;
|
|
122
|
+
private _prepareNavigator;
|
|
123
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesService, never>;
|
|
124
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TilesService>;
|
|
125
|
+
}
|
|
126
|
+
interface PinTileInfo {
|
|
127
|
+
groups: MetaobjectDataModel[];
|
|
128
|
+
visible: boolean[];
|
|
129
|
+
tileId: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
declare abstract class BaseTileComponent<T extends BaseTileSetting> extends TilePropsComponent implements OnInit {
|
|
133
|
+
protected _renderer2: Renderer2;
|
|
134
|
+
protected _cdr: ChangeDetectorRef;
|
|
135
|
+
protected _tilesService: TilesService;
|
|
136
|
+
get settings(): T;
|
|
137
|
+
get backColor(): string;
|
|
138
|
+
get title(): string;
|
|
139
|
+
get subtitle(): string;
|
|
140
|
+
get double(): boolean;
|
|
141
|
+
get badge(): string;
|
|
142
|
+
get footer(): AppTileFooter;
|
|
143
|
+
get tileSetting(): TileSetting;
|
|
144
|
+
setEditHome(val: boolean): void;
|
|
145
|
+
onTileClick(): void;
|
|
146
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTileComponent<any>, never>;
|
|
147
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseTileComponent<any>, "bt-base-tile", never, {}, {}, never, never, false, never>;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
declare abstract class BaseBtTileComponent<T extends BaseTileSetting> extends BaseTileComponent<T> implements OnInit {
|
|
151
|
+
isDark$: rxjs.Observable<boolean | null>;
|
|
152
|
+
ngOnInit(): void;
|
|
153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseBtTileComponent<any>, never>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseBtTileComponent<any>, "bt-base-bt-tile", never, {}, {}, never, never, false, never>;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
interface FeedTileSetting extends BaseTileSetting {
|
|
158
|
+
TwoColumn: boolean;
|
|
159
|
+
ContentText: string;
|
|
160
|
+
ContentByLine: string;
|
|
161
|
+
ContentKpi: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
interface ProfileTileSetting extends BaseTileSetting {
|
|
165
|
+
Icon: string;
|
|
166
|
+
Image: FilePictureInfoModel;
|
|
167
|
+
CalcImage: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
interface LogoTileSetting extends BaseTileSetting {
|
|
171
|
+
Logo: FilePictureInfoModel;
|
|
172
|
+
CalcLogo: FilePictureInfoModel;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
interface NumericTileSetting extends BaseTileSetting {
|
|
176
|
+
LaunchIcon: string;
|
|
177
|
+
ContentKpi: string;
|
|
178
|
+
ContentKpiState: 'positive' | 'negative';
|
|
179
|
+
ScaleState: 'positive' | 'negative';
|
|
180
|
+
ScaleText: string;
|
|
181
|
+
ScaleArrowIcon: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
interface NewsTileSetting extends BaseTileSetting {
|
|
185
|
+
Report: any;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
interface AppTileGroupPin {
|
|
189
|
+
appTileGroup: MetaobjectDataModel;
|
|
190
|
+
visible: boolean;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
type UserMenuType = {
|
|
194
|
+
fdType: string;
|
|
195
|
+
icon: string;
|
|
196
|
+
text: string;
|
|
197
|
+
callback: () => void;
|
|
198
|
+
};
|
|
199
|
+
type UserInfo = {
|
|
200
|
+
Url: string;
|
|
201
|
+
Sublines: string[];
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
interface FormTileSetting extends BaseTileSetting {
|
|
205
|
+
RunBlMethod: string;
|
|
206
|
+
TypeViewEntity: {
|
|
207
|
+
Id: any;
|
|
208
|
+
};
|
|
209
|
+
TypeDef: {
|
|
210
|
+
Id: any;
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
declare class FormTileComponent extends BaseBtTileComponent<FormTileSetting> implements OnInit {
|
|
214
|
+
newId: string;
|
|
215
|
+
params: {
|
|
216
|
+
moId: string;
|
|
217
|
+
typeDefId: string;
|
|
218
|
+
viewId: string;
|
|
219
|
+
};
|
|
220
|
+
ngOnInit(): void;
|
|
221
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTileComponent, never>;
|
|
222
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormTileComponent, "bt-form-tile", never, {}, {}, never, never, false, never>;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
declare abstract class TileGroupBaseComponent<T extends MetaobjectDataModel> extends BaseComponent {
|
|
226
|
+
parameters: T;
|
|
227
|
+
appTileGroup: MetaobjectDataModel;
|
|
228
|
+
stackContent: boolean;
|
|
229
|
+
cssStyles: string;
|
|
230
|
+
edit: boolean;
|
|
231
|
+
rtl: boolean;
|
|
232
|
+
isAppTileSubGroup: boolean | undefined;
|
|
233
|
+
deviceSize: AbbrevationDeviceSize;
|
|
234
|
+
isLast: boolean;
|
|
235
|
+
tilesDropped: EventEmitter<{
|
|
236
|
+
appTileGroup: MetaobjectDataModel;
|
|
237
|
+
event: CdkDragDrop<{
|
|
238
|
+
isTile: boolean;
|
|
239
|
+
items: MetaobjectDataModel[];
|
|
240
|
+
}>;
|
|
241
|
+
}>;
|
|
242
|
+
hideAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
243
|
+
renameAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
244
|
+
toggleGroup: EventEmitter<MetaobjectDataModel>;
|
|
245
|
+
resetGroup: EventEmitter<MetaobjectDataModel>;
|
|
246
|
+
deleteGroup: EventEmitter<MetaobjectDataModel>;
|
|
247
|
+
private _cdr;
|
|
248
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
249
|
+
onDrop(appTileGroup: MetaobjectDataModel, event: CdkDragDrop<{
|
|
250
|
+
isTile: boolean;
|
|
251
|
+
items: MetaobjectDataModel[];
|
|
252
|
+
}>): void;
|
|
253
|
+
onAppTileHideClick(appTile: MetaobjectDataModel): void;
|
|
254
|
+
onAppTileRenameClick(appTile: MetaobjectDataModel): void;
|
|
255
|
+
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
256
|
+
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
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;
|
|
266
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerGroupComponent, never>;
|
|
267
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerGroupComponent, "bt-tiles-viewer-group", never, {}, {}, never, never, false, never>;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
declare class AppFinderAppListComponent extends BaseComponent {
|
|
271
|
+
appGroup: MetaobjectDataModel;
|
|
272
|
+
mobile: boolean;
|
|
273
|
+
searchTerm: string;
|
|
274
|
+
pinnedAppInAppTileGroups: {
|
|
275
|
+
[key: string]: string[];
|
|
276
|
+
};
|
|
277
|
+
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
278
|
+
appTileGroupsPinChange: EventEmitter<{
|
|
279
|
+
appTileGroupsPin: AppTileGroupPin[];
|
|
280
|
+
app: MetaobjectDataModel;
|
|
281
|
+
}>;
|
|
282
|
+
onPinTap(app: MetaobjectDataModel): void;
|
|
283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderAppListComponent, never>;
|
|
284
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderAppListComponent, "bt-app-finder-app-list", never, { "appGroup": { "alias": "appGroup"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; "pinnedAppInAppTileGroups": { "alias": "pinnedAppInAppTileGroups"; "required": false; }; }, { "pinClick": "pinClick"; "appTileGroupsPinChange": "appTileGroupsPinChange"; }, never, never, false, never>;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
declare class AppFinderGroupComponent extends BaseComponent implements OnChanges {
|
|
288
|
+
appGroups: MetaobjectDataModel[];
|
|
289
|
+
selectedId: string;
|
|
290
|
+
listMode: boolean;
|
|
291
|
+
selectedIdChange: EventEmitter<string>;
|
|
292
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
293
|
+
OnMenuGroupClick(group: MetaobjectDataModel): void;
|
|
294
|
+
OnGroupClick(group: MetaobjectDataModel): void;
|
|
295
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderGroupComponent, never>;
|
|
296
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderGroupComponent, "bt-app-finder-group", never, { "appGroups": { "alias": "appGroups"; "required": false; }; "selectedId": { "alias": "selectedId"; "required": false; }; "listMode": { "alias": "listMode"; "required": false; }; }, { "selectedIdChange": "selectedIdChange"; }, never, never, false, never>;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
declare class AppFinderComponent extends BaseComponent {
|
|
300
|
+
appGroups: MetaobjectDataModel[];
|
|
301
|
+
deviceSize: AbbrevationDeviceSize;
|
|
302
|
+
sideContentSize: string;
|
|
303
|
+
selectedAppGroup: MetaobjectDataModel;
|
|
304
|
+
selectedAppGroupId: string;
|
|
305
|
+
mobile: boolean;
|
|
306
|
+
contentDensity: ContentDensity;
|
|
307
|
+
contentHeight: string;
|
|
308
|
+
pinnedAppInAppTileGroups: {
|
|
309
|
+
[key: string]: string[];
|
|
310
|
+
};
|
|
311
|
+
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
312
|
+
selectedAppGroupIdChange: EventEmitter<string>;
|
|
313
|
+
searchTerm: string;
|
|
314
|
+
searchTerm2: string;
|
|
315
|
+
onSearchSubmit(): void;
|
|
316
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderComponent, never>;
|
|
317
|
+
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>;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
declare class TilesViewerService implements OnDestroy {
|
|
321
|
+
viewLoading$: Observable<boolean>;
|
|
322
|
+
hideTile$: Observable<MetaobjectDataModel>;
|
|
323
|
+
updateAppTileSetting$: Observable<MetaobjectDataModel>;
|
|
324
|
+
deleteAppGroup$: Observable<MetaobjectDataModel>;
|
|
325
|
+
protected readonly _onDestroy$: Subject<void>;
|
|
326
|
+
private dialogService;
|
|
327
|
+
private tilesService;
|
|
328
|
+
private _hideTileSource;
|
|
329
|
+
private _updateAppTileSettingSource;
|
|
330
|
+
private _deleteGroupSource;
|
|
331
|
+
private _loadAppGroupSource;
|
|
332
|
+
private _saveAppGroupOrdersSource;
|
|
333
|
+
private saveAppGroupOrders$;
|
|
334
|
+
private _resetAppGroupSource;
|
|
335
|
+
private resetAppGroup$;
|
|
336
|
+
private _hideAppGroupSource;
|
|
337
|
+
private hideAppGroup$;
|
|
338
|
+
private _viewLoadingSource;
|
|
339
|
+
constructor();
|
|
340
|
+
get selectedAppGroupId(): string;
|
|
341
|
+
set selectedAppGroupId(groupId: string);
|
|
342
|
+
setSelectedTab(group: MetaobjectDataModel): void;
|
|
343
|
+
loadAppGroup(group: MetaobjectDataModel): void;
|
|
344
|
+
ngOnDestroy(): void;
|
|
345
|
+
openRenameForm(appTile: MetaobjectDataModel): void;
|
|
346
|
+
resetAppGroup(appGroup: MetaobjectDataModel): void;
|
|
347
|
+
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): void;
|
|
348
|
+
deleteAppGroup(appGroup: MetaobjectDataModel): void;
|
|
349
|
+
hideTile(appTile: MetaobjectDataModel): void;
|
|
350
|
+
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): void;
|
|
351
|
+
setLoaded(): void;
|
|
352
|
+
setLoading(): void;
|
|
353
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerService, never>;
|
|
354
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TilesViewerService>;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
declare class TilesViewerContainerComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
358
|
+
settings: TileViewerContainerSettings;
|
|
359
|
+
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
360
|
+
viewLoading$: Observable<boolean>;
|
|
361
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
362
|
+
edit$: Observable<boolean>;
|
|
363
|
+
changedOrder: boolean;
|
|
364
|
+
userStackContent: boolean;
|
|
365
|
+
initialStackContentValue: boolean;
|
|
366
|
+
userPortalSettings: MetaobjectDataModel;
|
|
367
|
+
stackContent$: Observable<boolean>;
|
|
368
|
+
firstSelected: boolean;
|
|
369
|
+
rtl$: Observable<boolean>;
|
|
370
|
+
selectedAppGroupId: string;
|
|
371
|
+
stackContent: boolean;
|
|
372
|
+
protected _activatedRoute: ActivatedRoute;
|
|
373
|
+
protected _router: Router;
|
|
374
|
+
protected _portalService: PortalService;
|
|
375
|
+
protected _tilesService: TilesService;
|
|
376
|
+
protected _tilesViewerService: TilesViewerService;
|
|
377
|
+
constructor();
|
|
378
|
+
ngOnInit(): void;
|
|
379
|
+
ngOnDestroy(): void;
|
|
380
|
+
onSelectedTabChange(e: {
|
|
381
|
+
firstSelected: boolean;
|
|
382
|
+
selectedTabTitle: string;
|
|
383
|
+
tabPanels: IconTabBarTabComponent[];
|
|
384
|
+
appTileGroups: MetaobjectDataModel[];
|
|
385
|
+
tabbarComponent: IconTabBarComponent;
|
|
386
|
+
}): void;
|
|
387
|
+
onDropGroup(e: {
|
|
388
|
+
appTileGroups: MetaobjectDataModel[];
|
|
389
|
+
event: CdkDragDrop<MetaobjectDataModel[]>;
|
|
390
|
+
}): void;
|
|
391
|
+
onDrop(e: {
|
|
392
|
+
appTileGroup: any;
|
|
393
|
+
event: CdkDragDrop<{
|
|
394
|
+
isTile: boolean;
|
|
395
|
+
items: MetaobjectDataModel[];
|
|
396
|
+
}>;
|
|
397
|
+
}): void;
|
|
398
|
+
onStackContentChanged(checked: any): void;
|
|
399
|
+
onExitEditHome(appTileGroups: MetaobjectDataModel[]): void;
|
|
400
|
+
onCloseEditHome(): void;
|
|
401
|
+
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
402
|
+
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
403
|
+
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
404
|
+
onHideAppTile(appTile: MetaobjectDataModel): void;
|
|
405
|
+
onRenameAppTile(appTile: MetaobjectDataModel): void;
|
|
406
|
+
private _loadAppTileGroup;
|
|
407
|
+
private _setEditHome;
|
|
408
|
+
private _saveOrderAppTiles;
|
|
409
|
+
private _saveOrderActionLinks;
|
|
410
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerContainerComponent, never>;
|
|
411
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerContainerComponent, "bt-tiles-viewer-container", never, {}, {}, never, never, false, never>;
|
|
412
|
+
}
|
|
413
|
+
interface TileViewerContainerSettings extends MetaobjectDataModel {
|
|
414
|
+
HideTabs: boolean;
|
|
415
|
+
CenterContent?: boolean;
|
|
416
|
+
BoxShadow?: boolean;
|
|
417
|
+
TabsBackColor?: string;
|
|
418
|
+
DisplayMode$Caption?: string;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
interface MicroTileChartBulletSetting extends BaseTileSetting {
|
|
422
|
+
Target: number;
|
|
423
|
+
Value: number;
|
|
424
|
+
Range: number;
|
|
425
|
+
Forecast: number;
|
|
426
|
+
Suffix: string;
|
|
427
|
+
SeparatorLines: number;
|
|
428
|
+
IsDelta: boolean;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
declare class MicroTileChartBulletComponent extends BaseBtTileComponent<MicroTileChartBulletSetting> implements OnInit {
|
|
432
|
+
target: number;
|
|
433
|
+
value: number;
|
|
434
|
+
range: number;
|
|
435
|
+
forecast: number;
|
|
436
|
+
suffix: string;
|
|
437
|
+
separatorLines: number;
|
|
438
|
+
isDelta: boolean;
|
|
439
|
+
ngOnInit(): void;
|
|
440
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartBulletComponent, never>;
|
|
441
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartBulletComponent, "bt-micro-tile-chart-bullet", never, {}, {}, never, never, false, never>;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
declare class TileComponent extends TilePropsComponent {
|
|
445
|
+
type: 'feed' | 'launch' | 'kpi';
|
|
446
|
+
footerTemplate: TemplateRef<any>;
|
|
447
|
+
footer: AppTileFooter;
|
|
448
|
+
title: string;
|
|
449
|
+
icon: string;
|
|
450
|
+
subtitle: string;
|
|
451
|
+
isDouble: boolean;
|
|
452
|
+
darkMode: boolean;
|
|
453
|
+
disableClick: boolean;
|
|
454
|
+
edit: boolean;
|
|
455
|
+
dynamicCommand: any;
|
|
456
|
+
backColor: string;
|
|
457
|
+
hideHeader: boolean;
|
|
458
|
+
setToStorage: boolean;
|
|
459
|
+
listMode: boolean;
|
|
460
|
+
navigateBackOnClick: boolean;
|
|
461
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileComponent, never>;
|
|
462
|
+
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>;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
declare class ActionItemComponent extends TileComponent {
|
|
466
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionItemComponent, never>;
|
|
467
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionItemComponent, "bt-action-item", never, {}, {}, never, never, false, never>;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
declare class ActionsLinkComponent extends BaseComponent implements OnChanges {
|
|
471
|
+
hide: any;
|
|
472
|
+
actionsLink: any;
|
|
473
|
+
edit: boolean;
|
|
474
|
+
deviceSize: AbbrevationDeviceSize;
|
|
475
|
+
_class: string;
|
|
476
|
+
isMobile: boolean;
|
|
477
|
+
protected _cdr: ChangeDetectorRef;
|
|
478
|
+
ngOnInit(): void;
|
|
479
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
480
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsLinkComponent, never>;
|
|
481
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsLinkComponent, "bt-actions-link", never, { "actionsLink": { "alias": "actionsLink"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
declare class NewsTileComponent extends BaseBtTileComponent<NewsTileSetting> implements OnInit {
|
|
485
|
+
carouselComponent: CarouselComponent;
|
|
486
|
+
slides: MetaobjectDataModel[];
|
|
487
|
+
activeNews: MetaobjectDataModel;
|
|
488
|
+
isStop: boolean;
|
|
489
|
+
get twoColumn(): boolean;
|
|
490
|
+
ngOnInit(): void;
|
|
491
|
+
slideChange(activeSlide: {
|
|
492
|
+
activeItems: CarouselItemComponent[];
|
|
493
|
+
}): void;
|
|
494
|
+
private _updateTile;
|
|
495
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NewsTileComponent, never>;
|
|
496
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NewsTileComponent, "bt-news-tile", never, {}, {}, never, never, false, never>;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
declare class MicroTileChartComparisonComponent extends BaseBtTileComponent<BaseTileSetting> {
|
|
500
|
+
chartData: ComparisonItem;
|
|
501
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartComparisonComponent, never>;
|
|
502
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartComparisonComponent, "bt-micro-tile-chart-comparison", never, {}, {}, never, never, false, never>;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
declare class MicroTileChartStackbarComponent extends BaseBtTileComponent<BaseTileSetting> {
|
|
506
|
+
charData: StackbarItem;
|
|
507
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartStackbarComponent, never>;
|
|
508
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartStackbarComponent, "bt-micro-tile-chart-stackbar", never, {}, {}, never, never, false, never>;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
declare class MicroTileChartLineComponent extends BaseBtTileComponent<BaseTileSetting> {
|
|
512
|
+
chartData: LineItem;
|
|
513
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartLineComponent, never>;
|
|
514
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartLineComponent, "bt-micro-tile-chart-line", never, {}, {}, never, never, false, never>;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
declare class MicroTileChartCircularComponent extends BaseBtTileComponent<BaseTileSetting> {
|
|
518
|
+
chartData: number;
|
|
519
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartCircularComponent, never>;
|
|
520
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartCircularComponent, "bt-micro-tile-chart-circular", never, {}, {}, never, never, false, never>;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
declare class MicroTileChartAreaComponent extends BaseBtTileComponent<BaseTileSetting> {
|
|
524
|
+
chartData: AreaChart;
|
|
525
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartAreaComponent, never>;
|
|
526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartAreaComponent, "bt-micro-tile-chart-area", never, {}, {}, never, never, false, never>;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
declare class MicroTileChartBarComponent extends BaseBtTileComponent<ChartTileSetting> {
|
|
530
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroTileChartBarComponent, never>;
|
|
531
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroTileChartBarComponent, "bt-micro-tile-chart-bar", never, {}, {}, never, never, false, never>;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
declare class ChangeAppTileComponent extends BaseComponent implements OnInit {
|
|
535
|
+
title: string;
|
|
536
|
+
subtitle: string;
|
|
537
|
+
appGroupForm: UntypedFormGroup;
|
|
538
|
+
submitted: boolean;
|
|
539
|
+
RequiredText: string;
|
|
540
|
+
dialogRef: DialogRef<any, any>;
|
|
541
|
+
private fb;
|
|
542
|
+
private bbbPipe;
|
|
543
|
+
constructor();
|
|
544
|
+
ngOnInit(): void;
|
|
545
|
+
onSave(): void;
|
|
546
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChangeAppTileComponent, never>;
|
|
547
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChangeAppTileComponent, "bt-change-app-tile", never, {}, {}, never, never, false, never>;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
declare class CreateAppGroupComponent extends BaseComponent implements OnInit {
|
|
551
|
+
dialogRef: DialogRef<any, any>;
|
|
552
|
+
title: string;
|
|
553
|
+
appGroupForm: UntypedFormGroup;
|
|
554
|
+
submitted: boolean;
|
|
555
|
+
RequiredText: string;
|
|
556
|
+
private bbbPipe;
|
|
557
|
+
private fb;
|
|
558
|
+
ngOnInit(): void;
|
|
559
|
+
onSave(): void;
|
|
560
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateAppGroupComponent, never>;
|
|
561
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateAppGroupComponent, "bt-create-app-group", never, {}, {}, never, never, false, never>;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
declare class PinTileComponent extends BaseComponent implements OnInit {
|
|
565
|
+
app: MetaobjectDataModel;
|
|
566
|
+
appTileGroups: MetaobjectDataModel[];
|
|
567
|
+
mobile: boolean;
|
|
568
|
+
pin: boolean;
|
|
569
|
+
newGroupDialogRef: DialogRef;
|
|
570
|
+
newGroupText: string;
|
|
571
|
+
pinnedAppInTileGroups: {
|
|
572
|
+
[key: string]: string[];
|
|
573
|
+
};
|
|
574
|
+
private _dialogService;
|
|
575
|
+
private _dialogRef;
|
|
576
|
+
private bbbPipe;
|
|
577
|
+
constructor();
|
|
578
|
+
ngOnInit(): void;
|
|
579
|
+
onAccept(): void;
|
|
580
|
+
onClose(): void;
|
|
581
|
+
onNewGroup(): void;
|
|
582
|
+
_setLoading(loading: any): void;
|
|
583
|
+
_setDefaultPinTile(appTileGroup: MetaobjectDataModel, tileGroupsId: string[]): void;
|
|
584
|
+
_getChangedPinTileGroups(appTileGroup: MetaobjectDataModel, appTileGroupsPin: AppTileGroupPin[]): void;
|
|
585
|
+
_close(result?: any): void;
|
|
586
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PinTileComponent, never>;
|
|
587
|
+
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>;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
declare class FormAppFinderComponent extends BaseComponent implements OnInit {
|
|
591
|
+
selectedGroups: MetaobjectDataModel[];
|
|
592
|
+
isAllSelected: boolean;
|
|
593
|
+
appGroups$: Observable<MetaobjectDataModel[] | undefined>;
|
|
594
|
+
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
595
|
+
searchTerm: string;
|
|
596
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
597
|
+
sideContentSize$: Observable<string>;
|
|
598
|
+
contentDensity$: Observable<ContentDensity>;
|
|
599
|
+
selectedAppGroup$: Observable<MetaobjectDataModel | undefined>;
|
|
600
|
+
selectedAppGroupId$: Observable<string>;
|
|
601
|
+
mobile$: Observable<boolean>;
|
|
602
|
+
contentHeight: string;
|
|
603
|
+
pinnedAppInAppTileGroups$: Observable<Record<string, string[]>>;
|
|
604
|
+
private _cdr;
|
|
605
|
+
private _dialogService;
|
|
606
|
+
private _appFinderService;
|
|
607
|
+
private _contentDensityService;
|
|
608
|
+
constructor();
|
|
609
|
+
ngOnInit(): void;
|
|
610
|
+
onSelectedAppGroupChange(appGroupId: string): void;
|
|
611
|
+
onPinClick(app: MetaobjectDataModel): void;
|
|
612
|
+
onRefresh(): void;
|
|
613
|
+
_appTileGroupsPinChange(result: {
|
|
614
|
+
appTileGroupsPin: AppTileGroupPin[];
|
|
615
|
+
app: MetaobjectDataModel;
|
|
616
|
+
}): Promise<void>;
|
|
617
|
+
private _changeGroup;
|
|
618
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormAppFinderComponent, never>;
|
|
619
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormAppFinderComponent, "bt-form-app-finder", never, {}, {}, never, never, false, never>;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
declare class FooterEditTileComponent extends BaseComponent {
|
|
623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterEditTileComponent, never>;
|
|
624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterEditTileComponent, "bt-footer-edit-tile", never, {}, {}, never, never, false, never>;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
declare class NumericTileComponent extends BaseBtTileComponent<NumericTileSetting> {
|
|
628
|
+
kpiStateIsColor: boolean;
|
|
629
|
+
scalseStateIsColor: boolean;
|
|
630
|
+
ngOnInit(): void;
|
|
631
|
+
get launchIcon(): string;
|
|
632
|
+
get kpiState(): NumericContentState;
|
|
633
|
+
get kpi(): string;
|
|
634
|
+
get scaleState(): NumericContentState;
|
|
635
|
+
get scaleText(): string;
|
|
636
|
+
get scaleArrowIcon(): string;
|
|
637
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTileComponent, never>;
|
|
638
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTileComponent, "bt-numeric-tile", never, {}, {}, never, never, false, never>;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
declare class LogoTileComponent extends BaseBtTileComponent<LogoTileSetting> {
|
|
642
|
+
get fileId(): string;
|
|
643
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoTileComponent, never>;
|
|
644
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoTileComponent, "bt-logo-tile", never, {}, {}, never, never, false, never>;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
declare class FooterTileComponent extends BaseComponent {
|
|
648
|
+
firstSection: AppTileFooterSection;
|
|
649
|
+
secondSection: AppTileFooterSection;
|
|
650
|
+
twoColumn: boolean;
|
|
651
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTileComponent, never>;
|
|
652
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterTileComponent, "bt-footer-tile,div[bt-footer-tile]", never, { "firstSection": { "alias": "firstSection"; "required": false; }; "secondSection": { "alias": "secondSection"; "required": false; }; "twoColumn": { "alias": "twoColumn"; "required": false; }; }, {}, never, never, false, never>;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
declare class FeedTileComponent extends BaseBtTileComponent<FeedTileSetting> {
|
|
656
|
+
get twoColumn(): boolean;
|
|
657
|
+
get text(): string;
|
|
658
|
+
get byline(): string;
|
|
659
|
+
get kpi(): string;
|
|
660
|
+
get state(): 'positive' | 'negative';
|
|
661
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedTileComponent, never>;
|
|
662
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedTileComponent, "bt-feed-tile", never, {}, {}, never, never, false, never>;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
declare class SimpleTileComponent extends BaseBtTileComponent<BaseTileSetting> implements OnInit {
|
|
666
|
+
icon: string;
|
|
667
|
+
iconCalc: string;
|
|
668
|
+
isCircle: boolean;
|
|
669
|
+
iconColor: string;
|
|
670
|
+
pictureIcon: FilePictureInfoModel;
|
|
671
|
+
ngOnInit(): void;
|
|
672
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleTileComponent, never>;
|
|
673
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleTileComponent, "bt-simple-tile", never, {}, {}, never, never, false, never>;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
declare class ReportTileComponent extends BaseBtTileComponent<ReportTileSettings> implements OnInit {
|
|
677
|
+
_width: any;
|
|
678
|
+
_height: any;
|
|
679
|
+
reportSettings: WritableSignal<ContainerReportSetting>;
|
|
680
|
+
ngOnInit(): void;
|
|
681
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportTileComponent, never>;
|
|
682
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportTileComponent, "bt-report-tile", never, {}, {}, never, never, false, never>;
|
|
683
|
+
}
|
|
684
|
+
interface ReportTileSettings extends BaseTileSetting {
|
|
685
|
+
MetaReport: MetaobjectDataModel;
|
|
686
|
+
WidthSize: string;
|
|
687
|
+
HeightSize: string;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
declare class ProfileTileComponent extends BaseBtTileComponent<ProfileTileSetting> {
|
|
691
|
+
icon: string;
|
|
692
|
+
iconCalc: string;
|
|
693
|
+
iconColor: string;
|
|
694
|
+
calcImage: string;
|
|
695
|
+
image: FilePictureInfoModel;
|
|
696
|
+
fileId2: string;
|
|
697
|
+
get fileId(): string;
|
|
698
|
+
ngOnInit(): void;
|
|
699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileTileComponent, never>;
|
|
700
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileTileComponent, "bt-profile-tile", never, {}, {}, never, never, false, never>;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
704
|
+
tabListComponent: IconTabBarComponent;
|
|
705
|
+
pageContentClass: boolean;
|
|
706
|
+
_cls: boolean;
|
|
707
|
+
appTileGroups: Array<MetaobjectDataModel>;
|
|
708
|
+
loading: boolean;
|
|
709
|
+
edit: boolean;
|
|
710
|
+
rtl: boolean;
|
|
711
|
+
defaultTab: string;
|
|
712
|
+
tabsBackColor: string;
|
|
713
|
+
stackContent: boolean;
|
|
714
|
+
iconTabType: TabType;
|
|
715
|
+
deviceSize: AbbrevationDeviceSize;
|
|
716
|
+
selectedAppGroupId: string;
|
|
717
|
+
DynamicComponents: any;
|
|
718
|
+
stackContentChange: EventEmitter<boolean>;
|
|
719
|
+
closeEditHome: EventEmitter<any>;
|
|
720
|
+
save: EventEmitter<any>;
|
|
721
|
+
listDropped: EventEmitter<{
|
|
722
|
+
appTileGroups: MetaobjectDataModel[];
|
|
723
|
+
event: CdkDragDrop<MetaobjectDataModel[]>;
|
|
724
|
+
}>;
|
|
725
|
+
tabChanged: EventEmitter<{
|
|
726
|
+
firstSelected: boolean;
|
|
727
|
+
selectedTabTitle: string;
|
|
728
|
+
tabPanels: IconTabBarTabComponent[];
|
|
729
|
+
appTileGroups: MetaobjectDataModel[];
|
|
730
|
+
tabbarComponent: IconTabBarComponent;
|
|
731
|
+
}>;
|
|
732
|
+
toggleGroup: EventEmitter<MetaobjectDataModel>;
|
|
733
|
+
resetGroup: EventEmitter<MetaobjectDataModel>;
|
|
734
|
+
deleteGroup: EventEmitter<MetaobjectDataModel>;
|
|
735
|
+
hideAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
736
|
+
renameAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
737
|
+
tilesDropped: EventEmitter<{
|
|
738
|
+
appTileGroup: MetaobjectDataModel;
|
|
739
|
+
event: CdkDragDrop<{
|
|
740
|
+
isTile: boolean;
|
|
741
|
+
items: MetaobjectDataModel[];
|
|
742
|
+
}>;
|
|
743
|
+
}>;
|
|
744
|
+
_rtl: any;
|
|
745
|
+
selectedTabTitle: Nullable<string>;
|
|
746
|
+
selectedTabId: string;
|
|
747
|
+
_tilesIntersection: any;
|
|
748
|
+
formVisibilityStatus: IntersectionStatus;
|
|
749
|
+
color: SemanticColor;
|
|
750
|
+
id: string;
|
|
751
|
+
defaultTileGroupComponent: {
|
|
752
|
+
Id: string;
|
|
753
|
+
$Caption: string;
|
|
754
|
+
Module: string;
|
|
755
|
+
ModuleFileName: string;
|
|
756
|
+
Name: string;
|
|
757
|
+
Selector: string;
|
|
758
|
+
};
|
|
759
|
+
protected _cdr: ChangeDetectorRef;
|
|
760
|
+
protected _saveScrollPosition: SaveScrollPositionService;
|
|
761
|
+
ngAfterViewInit(): void;
|
|
762
|
+
onSelectedTabChange(selectedTab: IconTabBarItem): void;
|
|
763
|
+
onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
|
|
764
|
+
onDrop($event: any): void;
|
|
765
|
+
onStackContentChanged(checked: any): void;
|
|
766
|
+
onExitEditHome(appGroups: MetaobjectDataModel[]): void;
|
|
767
|
+
onCloseEditHome(): void;
|
|
768
|
+
_trackById(index: any, item: any): string | number;
|
|
769
|
+
protected _selectTab(tabId: string): void;
|
|
770
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerComponent, never>;
|
|
771
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerComponent, "bt-tiles-viewer", never, { "appTileGroups": { "alias": "appTileGroups"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "defaultTab": { "alias": "defaultTab"; "required": false; }; "tabsBackColor": { "alias": "tabsBackColor"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "iconTabType": { "alias": "iconTabType"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "selectedAppGroupId": { "alias": "selectedAppGroupId"; "required": false; }; "DynamicComponents": { "alias": "DynamicComponents"; "required": false; }; }, { "stackContentChange": "stackContentChange"; "closeEditHome": "closeEditHome"; "save": "save"; "listDropped": "listDropped"; "tabChanged": "tabChanged"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "tilesDropped": "tilesDropped"; }, never, never, false, never>;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
interface ShellbarSetting$1 extends MetaobjectDataModel {
|
|
775
|
+
CssStyles: string;
|
|
776
|
+
subtitle: string;
|
|
777
|
+
calcSubtitle: string;
|
|
778
|
+
logo: FilePictureInfoModel;
|
|
779
|
+
ProductSwitchItems: MoForReportModel;
|
|
780
|
+
ProductMenuItems: MoForReportModel;
|
|
781
|
+
UserMenuItems: MoForReportModel;
|
|
782
|
+
ActionItems: MoForReportModel;
|
|
783
|
+
SidebarReport: MetaobjectDataModel;
|
|
784
|
+
ProfileImageReport: MetaobjectDataModel;
|
|
785
|
+
}
|
|
786
|
+
declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
787
|
+
comboboxComponent: ComboboxComponent;
|
|
788
|
+
popoverComponent: PopoverComponent;
|
|
789
|
+
_notificationsDialog: TemplateRef<any>;
|
|
790
|
+
isOpenQuickAccess: boolean;
|
|
791
|
+
appVersion: string;
|
|
792
|
+
shellbarData: ShellbarSetting$1;
|
|
793
|
+
settings: MetaobjectDataModel;
|
|
794
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
795
|
+
productMenuControl: string;
|
|
796
|
+
user: ShellbarUser;
|
|
797
|
+
productMenuItems1: ShellbarMenuItem[];
|
|
798
|
+
userLoggedIn$: Observable<boolean>;
|
|
799
|
+
cssUrl$: Observable<SafeResourceUrl | null>;
|
|
800
|
+
cssVariableUrl$: Observable<SafeResourceUrl | null>;
|
|
801
|
+
cssCustomUrl$: Observable<SafeResourceUrl | null>;
|
|
802
|
+
cultures: Record<string, any>;
|
|
803
|
+
notificationsUnreadCount$: Observable<number>;
|
|
804
|
+
notifiationCountLoaded$: Observable<boolean>;
|
|
805
|
+
bodyClick: string;
|
|
806
|
+
isMobile: boolean;
|
|
807
|
+
isDesktop: boolean;
|
|
808
|
+
isTablet: boolean;
|
|
809
|
+
loginRouterLink$: Observable<string>;
|
|
810
|
+
isServiceDesk: boolean;
|
|
811
|
+
userInfo$: Observable<UserInfo | null>;
|
|
812
|
+
displayName: any;
|
|
813
|
+
shellbarHeight$: Observable<string>;
|
|
814
|
+
private _router;
|
|
815
|
+
private _renderer2;
|
|
816
|
+
private _bbbTranslatePipe;
|
|
817
|
+
private _portalService;
|
|
818
|
+
private _breadCrumbService;
|
|
819
|
+
private _tilesService;
|
|
820
|
+
private _cdr;
|
|
821
|
+
private _domSanitizer;
|
|
822
|
+
private _notificationService;
|
|
823
|
+
private _shellbarHeightServcie;
|
|
824
|
+
get repIdProfileImage(): string;
|
|
825
|
+
get notificationReport(): MetaobjectDataModel;
|
|
826
|
+
get subtitle(): string;
|
|
827
|
+
get enableSearch(): boolean;
|
|
828
|
+
get logo(): {
|
|
829
|
+
FileId: string;
|
|
830
|
+
};
|
|
831
|
+
get cssStyles(): string;
|
|
832
|
+
get actions(): Array<MetaobjectDataModel>;
|
|
833
|
+
get sidebarSettings(): null | any;
|
|
834
|
+
get userMenu(): UserMenuType[];
|
|
835
|
+
get productSwitcher(): ProductSwitchItem[];
|
|
836
|
+
get multiLanguages(): boolean;
|
|
837
|
+
get productMenuItems(): ShellbarMenuItem[];
|
|
838
|
+
get IsUserLoggedIn(): boolean;
|
|
839
|
+
get IsUserAnonymous(): boolean;
|
|
840
|
+
constructor();
|
|
841
|
+
ngOnInit(): void;
|
|
842
|
+
onCultureChange(culture: any): void;
|
|
843
|
+
onShowNotification(e: {
|
|
844
|
+
tag: string;
|
|
845
|
+
mo: MetaobjectDataModel;
|
|
846
|
+
nama: string;
|
|
847
|
+
}): void;
|
|
848
|
+
onNotificationAction(e: {
|
|
849
|
+
item: NotificationItem;
|
|
850
|
+
btn: NotificationAction;
|
|
851
|
+
}): void;
|
|
852
|
+
onCultureChanged: (culture: string) => void;
|
|
853
|
+
onNotificationWorkflowChoiceSuccess(_result: any): void;
|
|
854
|
+
onNotificationWorkflowChoiceFailed(_err: any): void;
|
|
855
|
+
private _addClass;
|
|
856
|
+
private _removeClass;
|
|
857
|
+
private _mapNotifications;
|
|
858
|
+
private _changeCulture;
|
|
859
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarComponent, never>;
|
|
860
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarComponent, "bt-shellbar", never, {}, {}, never, never, false, never>;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
declare class TileHomeFilterPipe implements PipeTransform {
|
|
864
|
+
transform(collection: any[]): any[];
|
|
865
|
+
matchFilter(value: any): boolean;
|
|
866
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileHomeFilterPipe, never>;
|
|
867
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TileHomeFilterPipe, "tileHomeFilter", false>;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
interface AppTileModel extends MetaobjectDataModel {
|
|
871
|
+
Component: MetaobjectDataModel;
|
|
872
|
+
Selector: string;
|
|
873
|
+
}
|
|
874
|
+
declare class GroupTilesPipe implements PipeTransform {
|
|
875
|
+
transform(appGroup: MetaobjectDataModel): Observable<AppTileModel[]>;
|
|
876
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupTilesPipe, never>;
|
|
877
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GroupTilesPipe, "groupTiles", false>;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
declare class TilePropPipe implements PipeTransform {
|
|
881
|
+
transform(data: any, prop: string, parameters?: MetaobjectDataModel): string | any;
|
|
882
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilePropPipe, never>;
|
|
883
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TilePropPipe, "tileProp", false>;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
interface ShellbarSetting extends MetaobjectDataModel {
|
|
887
|
+
subtitle: string;
|
|
888
|
+
calcSubtitle: string;
|
|
889
|
+
logo: FilePictureInfoModel;
|
|
890
|
+
ProductSwitchItems: MoForReportModel;
|
|
891
|
+
ProductMenuItems: MoForReportModel;
|
|
892
|
+
UserMenuItems: MoForReportModel;
|
|
893
|
+
ActionItems: MoForReportModel;
|
|
894
|
+
}
|
|
895
|
+
declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
896
|
+
multiLanguages: boolean;
|
|
897
|
+
userLoggedIn: boolean;
|
|
898
|
+
settings: MetaobjectDataModel;
|
|
899
|
+
productMenuControl: string;
|
|
900
|
+
deviceSize: AbbrevationDeviceSize;
|
|
901
|
+
cultures: Record<string, any>;
|
|
902
|
+
shellbarData: ShellbarSetting;
|
|
903
|
+
notificationsUnreadCount: any;
|
|
904
|
+
productMenuItems1: ShellbarMenuItem[];
|
|
905
|
+
bodyClick: string;
|
|
906
|
+
logo: {
|
|
907
|
+
FileId: string;
|
|
908
|
+
};
|
|
909
|
+
actions: Array<MetaobjectDataModel>;
|
|
910
|
+
userMenu: UserMenuType[];
|
|
911
|
+
footerButtons: UserMenuType[];
|
|
912
|
+
productSwitcher: ProductSwitchItem[];
|
|
913
|
+
subtitle: string;
|
|
914
|
+
isMobile: boolean;
|
|
915
|
+
hideShellbarActions: boolean;
|
|
916
|
+
flatButtons: any[];
|
|
917
|
+
isTablet: boolean;
|
|
918
|
+
userInfo: UserInfo | null;
|
|
919
|
+
isDesktop: boolean;
|
|
920
|
+
informativeText: string;
|
|
921
|
+
informativeStatus: ObjectStatus;
|
|
922
|
+
hideProductMenu: boolean;
|
|
923
|
+
enableSearch: boolean;
|
|
924
|
+
hideNotifications: boolean;
|
|
925
|
+
isServiceDesk: boolean;
|
|
926
|
+
isOpenQuickAccess: any;
|
|
927
|
+
sideMenuTemplate: TemplateRef<any> | null;
|
|
928
|
+
notificationReport: MetaobjectDataModel;
|
|
929
|
+
profileDynamicCommand: MetaobjectDataModel;
|
|
930
|
+
profileDynamicCommandText: string;
|
|
931
|
+
profileDynamicCommandIcon: string;
|
|
932
|
+
displayName: string;
|
|
933
|
+
isOpenQuickAccessChanged: EventEmitter<boolean>;
|
|
934
|
+
openNotificationPanel: EventEmitter<void>;
|
|
935
|
+
openQuickAccessPanel: EventEmitter<void>;
|
|
936
|
+
cultureChanged: EventEmitter<string>;
|
|
937
|
+
notifiationActionClick: EventEmitter<{
|
|
938
|
+
item: NotificationItem;
|
|
939
|
+
btn: NotificationAction;
|
|
940
|
+
}>;
|
|
941
|
+
shellbar: ShellbarComponent$1;
|
|
942
|
+
comboboxComponent: ComboboxComponent;
|
|
943
|
+
popoverComponent: PopoverComponent;
|
|
944
|
+
_notificationsDialog: TemplateRef<any>;
|
|
945
|
+
isOpenNotificatoin: boolean;
|
|
946
|
+
expanded: boolean;
|
|
947
|
+
searchTerms: string[];
|
|
948
|
+
searchTerm: string;
|
|
949
|
+
actions$: Observable<ShellbarMenuItem[]>;
|
|
950
|
+
showVersion: boolean;
|
|
951
|
+
showSearch: i0.WritableSignal<boolean>;
|
|
952
|
+
inputEnableSearch: i0.WritableSignal<boolean>;
|
|
953
|
+
appVersion: string;
|
|
954
|
+
private _portalService;
|
|
955
|
+
private _dialogService;
|
|
956
|
+
private _document;
|
|
957
|
+
private _cdr;
|
|
958
|
+
private _router;
|
|
959
|
+
constructor();
|
|
960
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
961
|
+
onSearchSubmit(e: SearchInput): void;
|
|
962
|
+
onSearchOpen(e: boolean): void;
|
|
963
|
+
onBellNotification: () => void;
|
|
964
|
+
onRouteFormStateChange(): void;
|
|
965
|
+
onCultureChange(culture: any): void;
|
|
966
|
+
onNotificationAction(e: {
|
|
967
|
+
item: NotificationItem;
|
|
968
|
+
btn: NotificationAction;
|
|
969
|
+
}): void;
|
|
970
|
+
onOpenNotificationPopover(e: any): void;
|
|
971
|
+
onOpenQuickAccess: () => void;
|
|
972
|
+
onOpenNotification: () => void;
|
|
973
|
+
onLanguage: (e: any) => void;
|
|
974
|
+
private _closeSideMenu;
|
|
975
|
+
private _changeCulture;
|
|
976
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
977
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "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; }; }, { "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
declare class PopoverAppFinderComponent extends BaseComponent implements OnInit {
|
|
981
|
+
closeMenu: EventEmitter<void>;
|
|
982
|
+
selectedGroups: MetaobjectDataModel[];
|
|
983
|
+
isAllSelected: boolean;
|
|
984
|
+
appGroups$: Observable<MetaobjectDataModel[] | undefined>;
|
|
985
|
+
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
986
|
+
searchTerm: string;
|
|
987
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
988
|
+
sideContentSize$: Observable<string>;
|
|
989
|
+
contentDensity$: Observable<ContentDensity>;
|
|
990
|
+
selectedAppGroup$: Observable<MetaobjectDataModel | undefined>;
|
|
991
|
+
selectedAppGroupId$: Observable<string>;
|
|
992
|
+
mobile$: Observable<boolean>;
|
|
993
|
+
contentHeight: string;
|
|
994
|
+
pinnedAppInAppTileGroups$: Observable<Record<string, string[]>>;
|
|
995
|
+
private _cdr;
|
|
996
|
+
private _dialogService;
|
|
997
|
+
private _appFinderService;
|
|
998
|
+
private _contentDensityService;
|
|
999
|
+
constructor();
|
|
1000
|
+
ngOnInit(): void;
|
|
1001
|
+
onSelectedAppGroupChange(appGroupId: string): void;
|
|
1002
|
+
onPinClick(app: MetaobjectDataModel): void;
|
|
1003
|
+
onRefresh(): void;
|
|
1004
|
+
_appTileGroupsPinChange(result: {
|
|
1005
|
+
appTileGroupsPin: AppTileGroupPin[];
|
|
1006
|
+
app: MetaobjectDataModel;
|
|
1007
|
+
}): Promise<void>;
|
|
1008
|
+
private _changeGroup;
|
|
1009
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverAppFinderComponent, never>;
|
|
1010
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverAppFinderComponent, "bt-popover-app-finder", never, {}, { "closeMenu": "closeMenu"; }, never, never, false, never>;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
declare class BarsaPinAppComponent extends BarsaTreeItemComponent {
|
|
1014
|
+
titleTemplateRef: TemplateRef<any>;
|
|
1015
|
+
appGroups$: WritableSignal<MetaobjectDataModel[]>;
|
|
1016
|
+
pinnedAppInAppTileGroups$: WritableSignal<Record<string, string[]>>;
|
|
1017
|
+
private _appFinderService;
|
|
1018
|
+
ngOnInit(): void;
|
|
1019
|
+
onPinTap(): void;
|
|
1020
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaPinAppComponent, never>;
|
|
1021
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaPinAppComponent, "bt-barsa-pin-app", never, { "titleTemplateRef": { "alias": "titleTemplateRef"; "required": false; }; }, {}, never, never, false, never>;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
declare class BarsaTileGroupPageComponent extends BaseComponent implements OnChanges {
|
|
1025
|
+
_containerRef: ViewContainerRef;
|
|
1026
|
+
_position: string;
|
|
1027
|
+
moList: i0.WritableSignal<BaseTileSetting[]>;
|
|
1028
|
+
isMobile: boolean;
|
|
1029
|
+
rtl: any;
|
|
1030
|
+
title: string | null;
|
|
1031
|
+
dialogRef: any;
|
|
1032
|
+
parameters: BarsaTileGroupPageSettings;
|
|
1033
|
+
settings: BarsaTileGroupPageSettings;
|
|
1034
|
+
isSimple: boolean;
|
|
1035
|
+
listMode: boolean;
|
|
1036
|
+
breadcrumbs$: Observable<BreadCrumbInfo[]>;
|
|
1037
|
+
reportId: string;
|
|
1038
|
+
loading: i0.WritableSignal<boolean>;
|
|
1039
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1040
|
+
sortSettingA: {
|
|
1041
|
+
Name: string;
|
|
1042
|
+
SortDirection: SortDirection;
|
|
1043
|
+
IsGrouped: boolean;
|
|
1044
|
+
};
|
|
1045
|
+
sortSetting: i0.WritableSignal<{
|
|
1046
|
+
Name: string;
|
|
1047
|
+
SortDirection: SortDirection;
|
|
1048
|
+
IsGrouped: boolean;
|
|
1049
|
+
}[]>;
|
|
1050
|
+
protected _logService: LogService;
|
|
1051
|
+
protected _activatedRoute: ActivatedRoute;
|
|
1052
|
+
protected _cdr: ChangeDetectorRef;
|
|
1053
|
+
protected _router: Router;
|
|
1054
|
+
protected _localStorage: LocalStorageService;
|
|
1055
|
+
protected _breadCrumbService: BreadcrumbService;
|
|
1056
|
+
protected _portalService: PortalService;
|
|
1057
|
+
ngOnInit(): void;
|
|
1058
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1059
|
+
onClose(): void;
|
|
1060
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTileGroupPageComponent, never>;
|
|
1061
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTileGroupPageComponent, "bt-barsa-tile-group-page", never, {}, {}, never, never, false, never>;
|
|
1062
|
+
}
|
|
1063
|
+
interface BarsaTileGroupPageSettings extends MetaobjectDataModel {
|
|
1064
|
+
IsSimple: boolean;
|
|
1065
|
+
ListMode: boolean;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
declare class BarsaTileSidebarPageComponent extends EmptyPageComponent implements OnChanges {
|
|
1069
|
+
isMobile: boolean;
|
|
1070
|
+
rtl: any;
|
|
1071
|
+
breadcrumbs$: Observable<BreadCrumbInfo[]>;
|
|
1072
|
+
title: string | null;
|
|
1073
|
+
firstReportLoaded: i0.WritableSignal<boolean>;
|
|
1074
|
+
protected _router: Router;
|
|
1075
|
+
protected _localStorage: LocalStorageService;
|
|
1076
|
+
protected _breadCrumbService: BreadcrumbService;
|
|
1077
|
+
protected _routingService: RoutingService;
|
|
1078
|
+
ngOnInit(): void;
|
|
1079
|
+
onClose(): void;
|
|
1080
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTileSidebarPageComponent, never>;
|
|
1081
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTileSidebarPageComponent, "bt-barsa-tile-sidebar-page", never, {}, {}, never, never, false, never>;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
declare class CardTileComponent extends BaseBtTileComponent<BaseTileSetting> implements OnInit {
|
|
1085
|
+
icon: string;
|
|
1086
|
+
iconCalc: string;
|
|
1087
|
+
iconColor: string;
|
|
1088
|
+
isCircle: boolean;
|
|
1089
|
+
pictureIcon: FilePictureInfoModel;
|
|
1090
|
+
hideSkeleton: i0.WritableSignal<boolean>;
|
|
1091
|
+
cardMediaSize: CardMediaSize;
|
|
1092
|
+
backgroundColor: string;
|
|
1093
|
+
ngOnInit(): void;
|
|
1094
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardTileComponent, never>;
|
|
1095
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardTileComponent, "bt-card-tile", never, {}, {}, never, never, false, never>;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
declare class TileClassDirective extends BaseDirective {
|
|
1099
|
+
rtl: InputSignal<boolean>;
|
|
1100
|
+
deviceSize: InputSignal<string>;
|
|
1101
|
+
appTileGroup: InputSignal<MetaobjectDataModel | undefined>;
|
|
1102
|
+
_renderer2: Renderer2;
|
|
1103
|
+
ngOnInit(): void;
|
|
1104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileClassDirective, never>;
|
|
1105
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileClassDirective, "[tilesCls]", never, { "rtl": { "alias": "rtl"; "required": false; "isSignal": true; }; "deviceSize": { "alias": "deviceSize"; "required": false; "isSignal": true; }; "appTileGroup": { "alias": "appTileGroup"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
declare class SemantiToButtonColorPipe implements PipeTransform {
|
|
1109
|
+
transform(semantic: string): string;
|
|
1110
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SemantiToButtonColorPipe, never>;
|
|
1111
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SemantiToButtonColorPipe, "semanticColorToButtonColor", false>;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
declare class MegamenuPipe implements PipeTransform {
|
|
1115
|
+
private _semanticToButtonColor;
|
|
1116
|
+
private _tilePropPipe;
|
|
1117
|
+
transform(appTileGroups: MetaobjectDataModel[]): MegaMenuGroup[];
|
|
1118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MegamenuPipe, never>;
|
|
1119
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MegamenuPipe, "megamenu", false>;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
declare class TilesViewerMegamenuComponent extends BaseComponent implements OnInit {
|
|
1123
|
+
_cssRootVariable: DynamicRootVariableDirective;
|
|
1124
|
+
_cls: boolean;
|
|
1125
|
+
appTileGroups: Array<MetaobjectDataModel>;
|
|
1126
|
+
loading: boolean;
|
|
1127
|
+
rtl: boolean;
|
|
1128
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1129
|
+
selectedAppGroupId: string;
|
|
1130
|
+
DynamicComponents: any;
|
|
1131
|
+
_rtl: any;
|
|
1132
|
+
color: SemanticColor;
|
|
1133
|
+
id: string;
|
|
1134
|
+
openMenu: number | null;
|
|
1135
|
+
isOpen: boolean;
|
|
1136
|
+
defaultTileGroupComponent: {
|
|
1137
|
+
Id: string;
|
|
1138
|
+
$Caption: string;
|
|
1139
|
+
Module: string;
|
|
1140
|
+
ModuleFileName: string;
|
|
1141
|
+
Name: string;
|
|
1142
|
+
Selector: string;
|
|
1143
|
+
};
|
|
1144
|
+
protected _cdr: ChangeDetectorRef;
|
|
1145
|
+
private _shellbarHeightServcie;
|
|
1146
|
+
/**
|
|
1147
|
+
*
|
|
1148
|
+
*/
|
|
1149
|
+
constructor();
|
|
1150
|
+
_trackById(index: any, item: any): string | number;
|
|
1151
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerMegamenuComponent, never>;
|
|
1152
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerMegamenuComponent, "bt-tiles-viewer-megamenu", never, { "appTileGroups": { "alias": "appTileGroups"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "selectedAppGroupId": { "alias": "selectedAppGroupId"; "required": false; }; "DynamicComponents": { "alias": "DynamicComponents"; "required": false; }; }, {}, never, never, false, never>;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
declare class HomeGroupPipe implements PipeTransform {
|
|
1156
|
+
constructor();
|
|
1157
|
+
transform(appGroups: MetaobjectDataModel[]): MetaobjectDataModel[];
|
|
1158
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HomeGroupPipe, never>;
|
|
1159
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HomeGroupPipe, "homeGroup", false>;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
declare class ActionLinksPipe implements PipeTransform {
|
|
1163
|
+
transform(tiles: any): any;
|
|
1164
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionLinksPipe, never>;
|
|
1165
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ActionLinksPipe, "actionLinks", false>;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
declare class EmptyListDirective {
|
|
1169
|
+
private templateRef;
|
|
1170
|
+
private viewContainer;
|
|
1171
|
+
private bbbPipe;
|
|
1172
|
+
set emptyList(list: any[]);
|
|
1173
|
+
private hasView;
|
|
1174
|
+
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
1175
|
+
constructor();
|
|
1176
|
+
setNoData(view: EmbeddedViewRef<any>): void;
|
|
1177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyListDirective, never>;
|
|
1178
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EmptyListDirective, "[emptyList]", never, { "emptyList": { "alias": "emptyList"; "required": false; }; }, {}, never, never, false, never>;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
declare class TileRendererDirective extends BaseDirective implements OnInit, OnChanges, OnDestroy {
|
|
1182
|
+
component: {
|
|
1183
|
+
Module: string;
|
|
1184
|
+
ModuleFileName: string;
|
|
1185
|
+
Name: string;
|
|
1186
|
+
Selector: string;
|
|
1187
|
+
};
|
|
1188
|
+
data: BaseTileSetting;
|
|
1189
|
+
groupType: string;
|
|
1190
|
+
edit: boolean;
|
|
1191
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1192
|
+
setToStorage: boolean;
|
|
1193
|
+
listMode: boolean;
|
|
1194
|
+
navigateBackOnClick: boolean;
|
|
1195
|
+
hideClick: EventEmitter<any>;
|
|
1196
|
+
renameClick: EventEmitter<any>;
|
|
1197
|
+
private _tileRef;
|
|
1198
|
+
private _cdr;
|
|
1199
|
+
private _vcr;
|
|
1200
|
+
private _injector;
|
|
1201
|
+
ngOnInit(): void;
|
|
1202
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1203
|
+
ngOnDestroy(): void;
|
|
1204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileRendererDirective, never>;
|
|
1205
|
+
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>;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
declare class TileStyleDirective extends BaseDirective implements OnInit, OnChanges, OnDestroy {
|
|
1209
|
+
backColor: string;
|
|
1210
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1211
|
+
private _addBackcolor;
|
|
1212
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileStyleDirective, never>;
|
|
1213
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileStyleDirective, "[tileStyle]", never, { "backColor": { "alias": "backColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
declare class TileSizeDirective extends BaseDirective implements OnInit, OnChanges, OnDestroy {
|
|
1217
|
+
ngOnInit(): void;
|
|
1218
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileSizeDirective, never>;
|
|
1219
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileSizeDirective, "[tileSize]", never, {}, {}, never, never, false, never>;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
declare class TileDynamicCommandDirective extends BaseDirective {
|
|
1223
|
+
disableClick: boolean;
|
|
1224
|
+
edit: boolean;
|
|
1225
|
+
dynamicCommand: any;
|
|
1226
|
+
title: string;
|
|
1227
|
+
setToStorage: boolean;
|
|
1228
|
+
navigateBackOnClick: boolean;
|
|
1229
|
+
runningCommand: boolean;
|
|
1230
|
+
_localStorage: LocalStorageService;
|
|
1231
|
+
_router: Router;
|
|
1232
|
+
_cdr: ChangeDetectorRef;
|
|
1233
|
+
_viewContainerRef: ViewContainerRef;
|
|
1234
|
+
maskComponent: any;
|
|
1235
|
+
onClick(ev: any): boolean;
|
|
1236
|
+
ngOnInit(): void;
|
|
1237
|
+
private executeCommand;
|
|
1238
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TileDynamicCommandDirective, never>;
|
|
1239
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileDynamicCommandDirective, "[tileDynCommand]", never, { "disableClick": { "alias": "disableClick"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "dynamicCommand": { "alias": "dynamicCommand"; "required": false; }; "title": { "alias": "title"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, {}, never, never, false, never>;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
declare class NotificationGroupComponent extends BaseComponent implements OnInit, OnChanges {
|
|
1243
|
+
notifications: NotificationItem[] | null;
|
|
1244
|
+
loading: boolean;
|
|
1245
|
+
deviceSize: AbbrevationDeviceSize;
|
|
1246
|
+
notificationCount: {
|
|
1247
|
+
unread: number;
|
|
1248
|
+
all: number;
|
|
1249
|
+
};
|
|
1250
|
+
notificationReport: MetaobjectDataModel;
|
|
1251
|
+
_deviceSize: string;
|
|
1252
|
+
viewed: EventEmitter<NotificationItem>;
|
|
1253
|
+
remove: EventEmitter<{
|
|
1254
|
+
items: NotificationItem[];
|
|
1255
|
+
silent: boolean;
|
|
1256
|
+
}>;
|
|
1257
|
+
actionClick: EventEmitter<{
|
|
1258
|
+
item: NotificationItem;
|
|
1259
|
+
btn: NotificationAction;
|
|
1260
|
+
}>;
|
|
1261
|
+
showEvent: EventEmitter<{
|
|
1262
|
+
tag: string;
|
|
1263
|
+
mo: MetaobjectDataModel;
|
|
1264
|
+
nama: string;
|
|
1265
|
+
}>;
|
|
1266
|
+
loadMore: EventEmitter<void>;
|
|
1267
|
+
expanded: Record<string, boolean>;
|
|
1268
|
+
tabList: any[];
|
|
1269
|
+
viewedNotifications: NotificationItem[];
|
|
1270
|
+
reportSetting: WritableSignal<ContainerReportSetting>;
|
|
1271
|
+
private _groupByServcie;
|
|
1272
|
+
private _selectedTab;
|
|
1273
|
+
private _cdr;
|
|
1274
|
+
constructor();
|
|
1275
|
+
ngOnInit(): void;
|
|
1276
|
+
onSelectedTabChange(selectedTab: IconTabBarItem): void;
|
|
1277
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1278
|
+
onWorkflowExecuteChoiceStatusChanged(e: WorkflowExecuteChoiceStatus, mo: NotificationItem): void;
|
|
1279
|
+
_setGroupBy(): void;
|
|
1280
|
+
_trackByTitle(_index: number, _: string): number | string;
|
|
1281
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationGroupComponent, never>;
|
|
1282
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationGroupComponent, "bt-notification-group", never, { "notifications": { "alias": "notifications"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; "notificationReport": { "alias": "notificationReport"; "required": false; }; }, { "viewed": "viewed"; "remove": "remove"; "actionClick": "actionClick"; "showEvent": "showEvent"; "loadMore": "loadMore"; }, never, never, false, never>;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
declare class NotificationGroupHeaderComponent extends BaseComponent implements OnInit, OnChanges {
|
|
1286
|
+
notifications: NotificationItem[];
|
|
1287
|
+
title: string;
|
|
1288
|
+
unreadCount: number;
|
|
1289
|
+
private _cdr;
|
|
1290
|
+
ngOnInit(): void;
|
|
1291
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1292
|
+
private setUnreadCount;
|
|
1293
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationGroupHeaderComponent, never>;
|
|
1294
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationGroupHeaderComponent, "bt-notification-group-header", never, { "notifications": { "alias": "notifications"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
declare class FilterAppsGroupedPipe implements PipeTransform {
|
|
1298
|
+
transform(value: MetaobjectDataModel[] | undefined | null, term: string): MetaobjectDataModel[] | undefined | null;
|
|
1299
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterAppsGroupedPipe, never>;
|
|
1300
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterAppsGroupedPipe, "filterAppsGrouped", true>;
|
|
1301
|
+
}
|
|
1302
|
+
declare class FilterAppsPipe implements PipeTransform {
|
|
1303
|
+
transform(value: MetaobjectDataModel[] | undefined | null, term: string): MetaobjectDataModel[] | undefined | null;
|
|
1304
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterAppsPipe, never>;
|
|
1305
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterAppsPipe, "filterApps", true>;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
declare class BarsaTilesRoutingModule {
|
|
1309
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesRoutingModule, never>;
|
|
1310
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
1311
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesRoutingModule>;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
declare function addTilesPageSidebar(_router: Router): void;
|
|
1315
|
+
declare class BarsaTilesModule extends BaseModule {
|
|
1316
|
+
protected dcm: DynamicComponentService;
|
|
1317
|
+
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
1318
|
+
protected dynamicComponents: (typeof FooterEditTileComponent)[];
|
|
1319
|
+
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
1320
|
+
constructor();
|
|
1321
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesModule, never>;
|
|
1322
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesModule, [typeof ShellbarComponent, typeof SimpleTileComponent, typeof TilesViewerComponent, typeof ProfileTileComponent, typeof FeedTileComponent, typeof FooterTileComponent, typeof TileComponent, typeof LogoTileComponent, typeof NumericTileComponent, typeof FooterEditTileComponent, typeof FormAppFinderComponent, typeof PinTileComponent, typeof ChangeAppTileComponent, typeof CreateAppGroupComponent, typeof MicroTileChartAreaComponent, typeof MicroTileChartCircularComponent, typeof MicroTileChartLineComponent, typeof MicroTileChartStackbarComponent, typeof MicroTileChartComparisonComponent, typeof MicroTileChartBarComponent, typeof MicroTileChartBulletComponent, typeof TilesViewerContainerComponent, typeof NewsTileComponent, typeof ActionsLinkComponent, typeof ActionItemComponent, typeof AppFinderComponent, typeof AppFinderGroupComponent, typeof AppFinderAppListComponent, typeof TilesViewerGroupComponent, typeof FormTileComponent, typeof BarsaShellbarComponent, typeof PopoverAppFinderComponent, typeof BarsaPinAppComponent, typeof BarsaTileGroupPageComponent, typeof BarsaTileSidebarPageComponent, typeof ReportTileComponent, typeof CardTileComponent, typeof TilesViewerMegamenuComponent, typeof GroupTilesPipe, typeof TileHomeFilterPipe, typeof HomeGroupPipe, typeof ActionLinksPipe, typeof TilePropPipe, typeof SemantiToButtonColorPipe, typeof MegamenuPipe, typeof EmptyListDirective, typeof TileRendererDirective, typeof TileStyleDirective, typeof TileSizeDirective, typeof TileDynamicCommandDirective, typeof TileClassDirective, typeof NotificationGroupComponent, typeof NotificationGroupHeaderComponent], [typeof i54.CommonModule, typeof i55.FormsModule, typeof i1.RouterModule, typeof i55.ReactiveFormsModule, typeof i57.DragDropModule, typeof i58.CdkTableModule, typeof i59.FundamentalNgxCoreModule, typeof i59.GridListModule, typeof i60.IconTabBarComponent, typeof i60.IconTabBarTabComponent, typeof i60.IconTabBarTabContentDirective, typeof FilterAppsGroupedPipe, typeof FilterAppsPipe, typeof i62.SplitterModule, typeof i60.SearchFieldComponent, typeof i59.ShellbarUserMenuComponent, typeof i63.UserMenuComponent, typeof i63.UserMenuControlComponent, typeof i63.UserMenuBodyComponent, typeof i63.UserMenuListComponent, typeof i63.UserMenuFooterComponent, typeof i63.UserMenuHeaderDirective, typeof i63.UserMenuSublineDirective, typeof i63.UserMenuUserNameDirective, typeof i63.UserMenuSublineDirective, typeof i63.UserMenuHeaderContainerDirective, typeof i63.UserMenuListItemComponent, typeof i63.UserMenuListComponent, typeof barsa_novin_ray_core.BarsaNovinRayCoreModule, typeof i65.BarsaSapUiModule, typeof BarsaTilesRoutingModule, typeof i67.BarsaEchartsModule], [typeof ShellbarComponent, typeof SimpleTileComponent, typeof TilesViewerComponent, typeof ProfileTileComponent, typeof FeedTileComponent, typeof FooterTileComponent, typeof TileComponent, typeof LogoTileComponent, typeof NumericTileComponent, typeof FooterEditTileComponent, typeof FormAppFinderComponent, typeof PinTileComponent, typeof ChangeAppTileComponent, typeof CreateAppGroupComponent, typeof MicroTileChartAreaComponent, typeof MicroTileChartCircularComponent, typeof MicroTileChartLineComponent, typeof MicroTileChartStackbarComponent, typeof MicroTileChartComparisonComponent, typeof MicroTileChartBarComponent, typeof MicroTileChartBulletComponent, typeof TilesViewerContainerComponent, typeof NewsTileComponent, typeof ActionsLinkComponent, typeof ActionItemComponent, typeof AppFinderComponent, typeof AppFinderGroupComponent, typeof AppFinderAppListComponent, typeof TilesViewerGroupComponent, typeof FormTileComponent, typeof BarsaShellbarComponent, typeof PopoverAppFinderComponent, typeof BarsaPinAppComponent, typeof BarsaTileGroupPageComponent, typeof BarsaTileSidebarPageComponent, typeof ReportTileComponent, typeof CardTileComponent, typeof TilesViewerMegamenuComponent]>;
|
|
1323
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesModule>;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
export { ActionItemComponent, ActionsLinkComponent, AppFinderAppListComponent, AppFinderComponent, AppFinderGroupComponent, BarsaPinAppComponent, BarsaShellbarComponent, BarsaTileGroupPageComponent, BarsaTileSidebarPageComponent, BarsaTilesModule, CardTileComponent, ChangeAppTileComponent, CreateAppGroupComponent, FeedTileComponent, FooterEditTileComponent, FooterTileComponent, FormAppFinderComponent, FormTileComponent, GroupTilesPipe, LogoTileComponent, MegamenuPipe, MicroTileChartAreaComponent, MicroTileChartBarComponent, MicroTileChartBulletComponent, MicroTileChartCircularComponent, MicroTileChartComparisonComponent, MicroTileChartLineComponent, MicroTileChartStackbarComponent, NewsTileComponent, NumericTileComponent, PinTileComponent, PopoverAppFinderComponent, ProfileTileComponent, ReportTileComponent, SemantiToButtonColorPipe, ShellbarComponent, SimpleTileComponent, TileClassDirective, TileComponent, TileHomeFilterPipe, TilePropPipe, TilesService, TilesViewerComponent, TilesViewerContainerComponent, TilesViewerGroupComponent, TilesViewerMegamenuComponent, TilesViewerService, addTilesPageSidebar };
|