barsa-tiles 1.0.456 → 1.0.457
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 +3609 -0
- package/fesm2022/barsa-tiles.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/action-item/action-item.component.d.ts +6 -6
- package/lib/action-links.pipe.d.ts +7 -7
- package/lib/actions-link/actions-link.component.d.ts +20 -17
- package/lib/app-finder/app-finder.component.d.ts +24 -24
- package/lib/app-finder-app-list/app-finder-app-list.component.d.ts +20 -20
- package/lib/app-finder-group/app-finder-group.component.d.ts +14 -14
- package/lib/app-finder.service.d.ts +33 -33
- package/lib/barsa-pin-app/barsa-pin-app.component.d.ts +14 -0
- package/lib/barsa-shellbar/barsa-shellbar.component.d.ts +117 -97
- package/lib/barsa-tile-group-page/barsa-tile-group-page.component.d.ts +40 -0
- package/lib/barsa-tile-sidebar-page/barsa-tile-sidebar-page.component.d.ts +20 -0
- package/lib/barsa-tiles-routing.module.d.ts +45 -0
- package/lib/barsa-tiles.module.d.ts +102 -86
- package/lib/change-app-tile/change-app-tile.component.d.ts +20 -20
- package/lib/create-app-group/create-app-group.component.d.ts +19 -19
- package/lib/directives/emptylist.directive.d.ts +14 -14
- package/lib/feed-tile/feed-tile.component.d.ts +11 -11
- package/lib/footer-edit-tile/footer-edit-tile.component.d.ts +6 -6
- package/lib/footer-tile/footer-tile.component.d.ts +10 -11
- package/lib/form-app-finder/form-app-finder.component.d.ts +38 -38
- package/lib/form-tile/form-tile.component.d.ts +24 -24
- package/lib/logo-tile/logo-tile.component.d.ts +7 -7
- package/lib/micro-tile-chart-area/micro-tile-chart-area.component.d.ts +8 -8
- package/lib/micro-tile-chart-bar/micro-tile-chart-bar.component.d.ts +6 -12
- package/lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component.d.ts +16 -16
- package/lib/micro-tile-chart-circular/micro-tile-chart-circular.component.d.ts +7 -7
- package/lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component.d.ts +8 -8
- package/lib/micro-tile-chart-line/micro-tile-chart-line.component.d.ts +8 -8
- package/lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component.d.ts +8 -8
- package/lib/models/app-tile-footer-section.d.ts +6 -6
- package/lib/models/app-tile-footer.d.ts +8 -8
- package/lib/models/app-tile-group-pin.d.ts +5 -5
- package/lib/models/base-bt-tile-component.d.ts +9 -9
- package/lib/models/base-tile-component.d.ts +26 -26
- package/lib/models/base-tile-setting.d.ts +9 -5
- package/lib/models/feed-tile-setting.d.ts +7 -7
- package/lib/models/index.d.ts +13 -13
- package/lib/models/logo-tile-setting.d.ts +6 -6
- package/lib/models/micro-tile-chart-bullet-setting.d.ts +10 -10
- package/lib/models/news-tile-setting.d.ts +4 -4
- package/lib/models/numeric-tile-setting.d.ts +9 -9
- package/lib/models/profile-tile-setting.d.ts +7 -7
- package/lib/models/tile-setting.d.ts +10 -10
- package/lib/models/user-portal-settings.d.ts +9 -9
- package/lib/news-tile/news-tile.component.d.ts +19 -19
- package/lib/notification-group/notification-group.component.d.ts +54 -55
- package/lib/notification-group-header/notification-group-header.component.d.ts +15 -15
- package/lib/numeric-tile/numeric-tile.component.d.ts +16 -12
- package/lib/pin-tile/pin-tile.component.d.ts +30 -30
- package/lib/pipes/group-tiles.pipe.d.ts +14 -14
- package/lib/pipes/home-group.pipe.d.ts +9 -9
- package/lib/pipes/tile-home-filter.pipe.d.ts +8 -8
- package/lib/pipes/tile-prop.pipe.d.ts +8 -8
- package/lib/popover-app-finder/filter-apps-grouped.pipe.d.ts +13 -0
- package/lib/popover-app-finder/popover-app-finder.component.d.ts +39 -0
- package/lib/profile-tile/profile-tile.component.d.ts +15 -7
- package/lib/shellbar/shellbar.component.d.ts +108 -94
- package/lib/simple-tile/simple-tile.component.d.ts +13 -10
- package/lib/tile/tile.component.d.ts +30 -20
- package/lib/tile-renderer.directive.d.ts +33 -28
- package/lib/tile-size.directive.d.ts +12 -0
- package/lib/tile-style.directive.d.ts +12 -0
- package/lib/tiles-viewer/tiles-viewer.component.d.ts +70 -63
- package/lib/tiles-viewer-container/tiles-viewer-container.component.d.ts +68 -57
- package/lib/tiles-viewer-group/tiles-viewer-group.component.d.ts +39 -39
- package/lib/tiles-viewer.service.d.ts +42 -42
- package/lib/tiles.service.d.ts +78 -75
- package/package.json +5 -13
- package/public-api.d.ts +45 -41
- package/esm2020/barsa-tiles.mjs +0 -5
- package/esm2020/lib/action-item/action-item.component.mjs +0 -18
- package/esm2020/lib/action-links.pipe.mjs +0 -16
- package/esm2020/lib/actions-link/actions-link.component.mjs +0 -42
- package/esm2020/lib/app-finder/app-finder.component.mjs +0 -53
- package/esm2020/lib/app-finder-app-list/app-finder-app-list.component.mjs +0 -40
- package/esm2020/lib/app-finder-group/app-finder-group.component.mjs +0 -42
- package/esm2020/lib/app-finder.service.mjs +0 -121
- package/esm2020/lib/barsa-shellbar/barsa-shellbar.component.mjs +0 -166
- package/esm2020/lib/barsa-tiles.module.mjs +0 -206
- package/esm2020/lib/change-app-tile/change-app-tile.component.mjs +0 -47
- package/esm2020/lib/create-app-group/create-app-group.component.mjs +0 -44
- package/esm2020/lib/directives/emptylist.directive.mjs +0 -36
- package/esm2020/lib/feed-tile/feed-tile.component.mjs +0 -32
- package/esm2020/lib/footer-edit-tile/footer-edit-tile.component.mjs +0 -13
- package/esm2020/lib/footer-tile/footer-tile.component.mjs +0 -28
- package/esm2020/lib/form-app-finder/form-app-finder.component.mjs +0 -95
- package/esm2020/lib/form-tile/form-tile.component.mjs +0 -35
- package/esm2020/lib/logo-tile/logo-tile.component.mjs +0 -23
- package/esm2020/lib/micro-tile-chart-area/micro-tile-chart-area.component.mjs +0 -40
- package/esm2020/lib/micro-tile-chart-bar/micro-tile-chart-bar.component.mjs +0 -29
- package/esm2020/lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component.mjs +0 -27
- package/esm2020/lib/micro-tile-chart-circular/micro-tile-chart-circular.component.mjs +0 -20
- package/esm2020/lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component.mjs +0 -31
- package/esm2020/lib/micro-tile-chart-line/micro-tile-chart-line.component.mjs +0 -32
- package/esm2020/lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component.mjs +0 -27
- package/esm2020/lib/models/app-tile-footer-section.mjs +0 -2
- package/esm2020/lib/models/app-tile-footer.mjs +0 -2
- package/esm2020/lib/models/app-tile-group-pin.mjs +0 -2
- package/esm2020/lib/models/base-bt-tile-component.mjs +0 -30
- package/esm2020/lib/models/base-tile-component.mjs +0 -58
- package/esm2020/lib/models/base-tile-setting.mjs +0 -2
- package/esm2020/lib/models/feed-tile-setting.mjs +0 -2
- package/esm2020/lib/models/index.mjs +0 -14
- package/esm2020/lib/models/logo-tile-setting.mjs +0 -2
- package/esm2020/lib/models/micro-tile-chart-bullet-setting.mjs +0 -2
- package/esm2020/lib/models/news-tile-setting.mjs +0 -2
- package/esm2020/lib/models/numeric-tile-setting.mjs +0 -2
- package/esm2020/lib/models/profile-tile-setting.mjs +0 -2
- package/esm2020/lib/models/tile-setting.mjs +0 -2
- package/esm2020/lib/models/user-portal-settings.mjs +0 -2
- package/esm2020/lib/news-tile/news-tile.component.mjs +0 -54
- package/esm2020/lib/notification-group/notification-group.component.mjs +0 -116
- package/esm2020/lib/notification-group-header/notification-group-header.component.mjs +0 -39
- package/esm2020/lib/numeric-tile/numeric-tile.component.mjs +0 -34
- package/esm2020/lib/pin-tile/pin-tile.component.mjs +0 -111
- package/esm2020/lib/pipes/group-tiles.pipe.mjs +0 -31
- package/esm2020/lib/pipes/home-group.pipe.mjs +0 -17
- package/esm2020/lib/pipes/tile-home-filter.pipe.mjs +0 -28
- package/esm2020/lib/pipes/tile-prop.pipe.mjs +0 -32
- package/esm2020/lib/profile-tile/profile-tile.component.mjs +0 -26
- package/esm2020/lib/shellbar/shellbar.component.mjs +0 -200
- package/esm2020/lib/simple-tile/simple-tile.component.mjs +0 -23
- package/esm2020/lib/tile/tile.component.mjs +0 -61
- package/esm2020/lib/tile-renderer.directive.mjs +0 -70
- package/esm2020/lib/tiles-viewer/tiles-viewer.component.mjs +0 -157
- package/esm2020/lib/tiles-viewer-container/tiles-viewer-container.component.mjs +0 -158
- package/esm2020/lib/tiles-viewer-group/tiles-viewer-group.component.mjs +0 -88
- package/esm2020/lib/tiles-viewer.service.mjs +0 -130
- package/esm2020/lib/tiles.service.mjs +0 -589
- package/esm2020/public-api.mjs +0 -45
- package/fesm2015/barsa-tiles.mjs +0 -2977
- package/fesm2015/barsa-tiles.mjs.map +0 -1
- package/fesm2020/barsa-tiles.mjs +0 -2941
- package/fesm2020/barsa-tiles.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="barsa-tiles" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="barsa-tiles" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TileComponent } from '../tile/tile.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ActionItemComponent extends TileComponent {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionItemComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionItemComponent, "bt-action-item", never, {}, {}, never, never, false>;
|
|
6
|
-
}
|
|
1
|
+
import { TileComponent } from '../tile/tile.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ActionItemComponent extends TileComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionItemComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionItemComponent, "bt-action-item", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ActionLinksPipe implements PipeTransform {
|
|
4
|
-
transform(tiles: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionLinksPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ActionLinksPipe, "actionLinks", false>;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ActionLinksPipe implements PipeTransform {
|
|
4
|
+
transform(tiles: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionLinksPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ActionLinksPipe, "actionLinks", false>;
|
|
7
|
+
}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ActionsLinkComponent extends BaseComponent implements OnChanges {
|
|
5
|
-
protected _cdr: ChangeDetectorRef;
|
|
6
|
-
hide: any;
|
|
7
|
-
actionsLink: any;
|
|
8
|
-
edit: boolean;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AbbrevationDeviceSize, BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActionsLinkComponent extends BaseComponent implements OnChanges {
|
|
5
|
+
protected _cdr: ChangeDetectorRef;
|
|
6
|
+
hide: any;
|
|
7
|
+
actionsLink: any;
|
|
8
|
+
edit: boolean;
|
|
9
|
+
deviceSize: AbbrevationDeviceSize;
|
|
10
|
+
_class: string;
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
isMobile: boolean;
|
|
15
|
+
constructor(_cdr: ChangeDetectorRef);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsLinkComponent, never>;
|
|
19
|
+
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>;
|
|
20
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ContentDensity } from '@fundamental-ngx/core';
|
|
3
|
-
import { BaseComponent, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AppFinderComponent extends BaseComponent {
|
|
6
|
-
appGroups: MetaobjectDataModel[];
|
|
7
|
-
deviceSize: AbbrevationDeviceSize;
|
|
8
|
-
sideContentSize: string;
|
|
9
|
-
selectedAppGroup: MetaobjectDataModel;
|
|
10
|
-
selectedAppGroupId: string;
|
|
11
|
-
mobile: boolean;
|
|
12
|
-
contentDensity: ContentDensity;
|
|
13
|
-
contentHeight: string;
|
|
14
|
-
pinnedAppInAppTileGroups: {
|
|
15
|
-
[key: string]: string[];
|
|
16
|
-
};
|
|
17
|
-
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
18
|
-
selectedAppGroupIdChange: EventEmitter<string>;
|
|
19
|
-
searchTerm: string;
|
|
20
|
-
searchTerm2: string;
|
|
21
|
-
onSearchSubmit(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderComponent, "bt-app-finder", never, { "appGroups": "appGroups"; "deviceSize": "deviceSize"; "sideContentSize": "sideContentSize"; "selectedAppGroup": "selectedAppGroup"; "selectedAppGroupId": "selectedAppGroupId"; "mobile": "mobile"; "contentDensity": "contentDensity"; "contentHeight": "contentHeight"; "pinnedAppInAppTileGroups": "pinnedAppInAppTileGroups"; }, { "pinClick": "pinClick"; "selectedAppGroupIdChange": "selectedAppGroupIdChange"; }, never, never, false>;
|
|
24
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ContentDensity } from '@fundamental-ngx/core';
|
|
3
|
+
import { BaseComponent, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AppFinderComponent extends BaseComponent {
|
|
6
|
+
appGroups: MetaobjectDataModel[];
|
|
7
|
+
deviceSize: AbbrevationDeviceSize;
|
|
8
|
+
sideContentSize: string;
|
|
9
|
+
selectedAppGroup: MetaobjectDataModel;
|
|
10
|
+
selectedAppGroupId: string;
|
|
11
|
+
mobile: boolean;
|
|
12
|
+
contentDensity: ContentDensity;
|
|
13
|
+
contentHeight: string;
|
|
14
|
+
pinnedAppInAppTileGroups: {
|
|
15
|
+
[key: string]: string[];
|
|
16
|
+
};
|
|
17
|
+
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
18
|
+
selectedAppGroupIdChange: EventEmitter<string>;
|
|
19
|
+
searchTerm: string;
|
|
20
|
+
searchTerm2: string;
|
|
21
|
+
onSearchSubmit(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderComponent, never>;
|
|
23
|
+
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>;
|
|
24
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import { AppTileGroupPin } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AppFinderAppListComponent extends BaseComponent {
|
|
6
|
-
appGroup: MetaobjectDataModel;
|
|
7
|
-
mobile: boolean;
|
|
8
|
-
searchTerm: string;
|
|
9
|
-
pinnedAppInAppTileGroups: {
|
|
10
|
-
[key: string]: string[];
|
|
11
|
-
};
|
|
12
|
-
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
13
|
-
appTileGroupsPinChange: EventEmitter<{
|
|
14
|
-
appTileGroupsPin: AppTileGroupPin[];
|
|
15
|
-
app: MetaobjectDataModel;
|
|
16
|
-
}>;
|
|
17
|
-
onPinTap(app: MetaobjectDataModel): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderAppListComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderAppListComponent, "bt-app-finder-app-list", never, { "appGroup": "appGroup"; "mobile": "mobile"; "searchTerm": "searchTerm"; "pinnedAppInAppTileGroups": "pinnedAppInAppTileGroups"; }, { "pinClick": "pinClick"; "appTileGroupsPinChange": "appTileGroupsPinChange"; }, never, never, false>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import { AppTileGroupPin } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AppFinderAppListComponent extends BaseComponent {
|
|
6
|
+
appGroup: MetaobjectDataModel;
|
|
7
|
+
mobile: boolean;
|
|
8
|
+
searchTerm: string;
|
|
9
|
+
pinnedAppInAppTileGroups: {
|
|
10
|
+
[key: string]: string[];
|
|
11
|
+
};
|
|
12
|
+
pinClick: EventEmitter<MetaobjectDataModel>;
|
|
13
|
+
appTileGroupsPinChange: EventEmitter<{
|
|
14
|
+
appTileGroupsPin: AppTileGroupPin[];
|
|
15
|
+
app: MetaobjectDataModel;
|
|
16
|
+
}>;
|
|
17
|
+
onPinTap(app: MetaobjectDataModel): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderAppListComponent, never>;
|
|
19
|
+
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>;
|
|
20
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AppFinderGroupComponent extends BaseComponent implements OnChanges {
|
|
5
|
-
appGroups: MetaobjectDataModel[];
|
|
6
|
-
selectedId: string;
|
|
7
|
-
listMode: boolean;
|
|
8
|
-
selectedIdChange: EventEmitter<string>;
|
|
9
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
10
|
-
OnMenuGroupClick(group: MetaobjectDataModel): void;
|
|
11
|
-
OnGroupClick(group: MetaobjectDataModel): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderGroupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppFinderGroupComponent, "bt-app-finder-group", never, { "appGroups": "appGroups"; "selectedId": "selectedId"; "listMode": "listMode"; }, { "selectedIdChange": "selectedIdChange"; }, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AppFinderGroupComponent extends BaseComponent implements OnChanges {
|
|
5
|
+
appGroups: MetaobjectDataModel[];
|
|
6
|
+
selectedId: string;
|
|
7
|
+
listMode: boolean;
|
|
8
|
+
selectedIdChange: EventEmitter<string>;
|
|
9
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
10
|
+
OnMenuGroupClick(group: MetaobjectDataModel): void;
|
|
11
|
+
OnGroupClick(group: MetaobjectDataModel): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderGroupComponent, never>;
|
|
13
|
+
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>;
|
|
14
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AbbrevationDeviceSize, MetaobjectDataModel, PortalService } from 'barsa-novin-ray-core';
|
|
4
|
-
import { TilesService } from './tiles.service';
|
|
5
|
-
import { AppTileGroupPin } from './models';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AppFinderService implements OnDestroy {
|
|
8
|
-
private _portalService;
|
|
9
|
-
private _tileService;
|
|
10
|
-
pinnedAppInAppTileGroups$: Observable<Record<string, string[]>>;
|
|
11
|
-
appGroups$: Observable<MetaobjectDataModel[]>;
|
|
12
|
-
selectedAppGroupId$: Observable<string>;
|
|
13
|
-
selectedAppGroup$: Observable<MetaobjectDataModel | undefined>;
|
|
14
|
-
deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
|
|
15
|
-
private _appGroupsSource;
|
|
16
|
-
private _OnDestroy$;
|
|
17
|
-
private _selectedAppGroupIdSource;
|
|
18
|
-
private _pinnedAppInAppTileGroupsSource;
|
|
19
|
-
constructor(_portalService: PortalService, _tileService: TilesService);
|
|
20
|
-
get deviceSize(): AbbrevationDeviceSize;
|
|
21
|
-
get appTileGroups(): MetaobjectDataModel[] | undefined;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
loadAppGroups(): void;
|
|
24
|
-
selectAppGroup(appGroupId: string): void;
|
|
25
|
-
loadAppsByAppGroup(appGroups: MetaobjectDataModel[], appGroup: MetaobjectDataModel): void;
|
|
26
|
-
loadPinnedAppInTileGroups(app: MetaobjectDataModel): {
|
|
27
|
-
[key: string]: string[];
|
|
28
|
-
};
|
|
29
|
-
pinTileChanged(appTileGroups: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
|
|
30
|
-
private _nextAllApps;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderService, never>;
|
|
32
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AppFinderService>;
|
|
33
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { AbbrevationDeviceSize, MetaobjectDataModel, PortalService } from 'barsa-novin-ray-core';
|
|
4
|
+
import { TilesService } from './tiles.service';
|
|
5
|
+
import { AppTileGroupPin } from './models';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AppFinderService implements OnDestroy {
|
|
8
|
+
private _portalService;
|
|
9
|
+
private _tileService;
|
|
10
|
+
pinnedAppInAppTileGroups$: Observable<Record<string, string[]>>;
|
|
11
|
+
appGroups$: Observable<MetaobjectDataModel[]>;
|
|
12
|
+
selectedAppGroupId$: Observable<string>;
|
|
13
|
+
selectedAppGroup$: Observable<MetaobjectDataModel | undefined>;
|
|
14
|
+
deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
|
|
15
|
+
private _appGroupsSource;
|
|
16
|
+
private _OnDestroy$;
|
|
17
|
+
private _selectedAppGroupIdSource;
|
|
18
|
+
private _pinnedAppInAppTileGroupsSource;
|
|
19
|
+
constructor(_portalService: PortalService, _tileService: TilesService);
|
|
20
|
+
get deviceSize(): AbbrevationDeviceSize;
|
|
21
|
+
get appTileGroups(): MetaobjectDataModel[] | undefined;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
loadAppGroups(): void;
|
|
24
|
+
selectAppGroup(appGroupId: string): void;
|
|
25
|
+
loadAppsByAppGroup(appGroups: MetaobjectDataModel[], appGroup: MetaobjectDataModel): void;
|
|
26
|
+
loadPinnedAppInTileGroups(app: MetaobjectDataModel): {
|
|
27
|
+
[key: string]: string[];
|
|
28
|
+
};
|
|
29
|
+
pinTileChanged(appTileGroups: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
|
|
30
|
+
private _nextAllApps;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppFinderService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppFinderService>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TemplateRef, WritableSignal } from '@angular/core';
|
|
2
|
+
import { BarsaTreeItemComponent } from 'barsa-sap-ui';
|
|
3
|
+
import { MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BarsaPinAppComponent extends BarsaTreeItemComponent {
|
|
6
|
+
titleTemplateRef: TemplateRef<any>;
|
|
7
|
+
private _appFinderService;
|
|
8
|
+
appGroups$: WritableSignal<MetaobjectDataModel[]>;
|
|
9
|
+
pinnedAppInAppTileGroups$: WritableSignal<Record<string, string[]>>;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onPinTap(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaPinAppComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaPinAppComponent, "bt-barsa-pin-app", never, { "titleTemplateRef": { "alias": "titleTemplateRef"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,97 +1,117 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { Observable, Subject } from 'rxjs';
|
|
3
|
-
import { ComboboxComponent, DialogService, PopoverComponent, ProductSwitchItem, ShellbarMenuItem, ShellbarUser } from '@fundamental-ngx/core';
|
|
4
|
-
import { BaseComponent, MetaobjectDataModel, FilePictureInfoModel, MoForReportModel, NotificationService, NotificationItem, NotificationAction, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { Observable, Subject } from 'rxjs';
|
|
3
|
+
import { ComboboxComponent, DialogService, PopoverComponent, ProductSwitchItem, ShellbarMenuItem, ShellbarUser } from '@fundamental-ngx/core';
|
|
4
|
+
import { BaseComponent, MetaobjectDataModel, FilePictureInfoModel, MoForReportModel, NotificationService, NotificationItem, NotificationAction, AbbrevationDeviceSize, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
+
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
6
|
+
import { Router } from '@angular/router';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
interface ShellbarSetting extends MetaobjectDataModel {
|
|
9
|
+
subtitle: string;
|
|
10
|
+
calcSubtitle: string;
|
|
11
|
+
logo: FilePictureInfoModel;
|
|
12
|
+
ProductSwitchItems: MoForReportModel;
|
|
13
|
+
ProductMenuItems: MoForReportModel;
|
|
14
|
+
UserMenuItems: MoForReportModel;
|
|
15
|
+
ActionItems: MoForReportModel;
|
|
16
|
+
}
|
|
17
|
+
export declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
18
|
+
private _notificationService;
|
|
19
|
+
private _dialogService;
|
|
20
|
+
private _router;
|
|
21
|
+
private _portalService;
|
|
22
|
+
private _document;
|
|
23
|
+
appVersion: string;
|
|
24
|
+
cssCustomUrl: SafeResourceUrl | null;
|
|
25
|
+
cssUrl: SafeResourceUrl | null;
|
|
26
|
+
cssVariableUrl: SafeResourceUrl | null;
|
|
27
|
+
multiLanguages: boolean;
|
|
28
|
+
userLoggedIn: boolean;
|
|
29
|
+
settings: MetaobjectDataModel;
|
|
30
|
+
productMenuControl: string;
|
|
31
|
+
deviceSize: AbbrevationDeviceSize;
|
|
32
|
+
cultures: Record<string, any>;
|
|
33
|
+
shellbarData: ShellbarSetting;
|
|
34
|
+
notificationCount: {
|
|
35
|
+
unread: number;
|
|
36
|
+
all: number;
|
|
37
|
+
};
|
|
38
|
+
notifcationLoaded: boolean;
|
|
39
|
+
notificationLoading: boolean;
|
|
40
|
+
notifications: NotificationItem[];
|
|
41
|
+
productMenuItems1: ShellbarMenuItem[];
|
|
42
|
+
bodyClick: string;
|
|
43
|
+
logo: {
|
|
44
|
+
FileId: string;
|
|
45
|
+
};
|
|
46
|
+
actions: Array<MetaobjectDataModel>;
|
|
47
|
+
userMenu: {
|
|
48
|
+
text: string;
|
|
49
|
+
callback: () => void;
|
|
50
|
+
}[];
|
|
51
|
+
productSwitcher: ProductSwitchItem[];
|
|
52
|
+
subtitle: string;
|
|
53
|
+
isMobile: boolean;
|
|
54
|
+
hideShellbarActions: boolean;
|
|
55
|
+
showExtraButton: boolean;
|
|
56
|
+
isTablet: boolean;
|
|
57
|
+
userProfileImageUrl: string | null;
|
|
58
|
+
isDesktop: boolean;
|
|
59
|
+
isServiceDesk: boolean;
|
|
60
|
+
isOpenQuickAccess: any;
|
|
61
|
+
sideMenuTemplate: TemplateRef<any> | null;
|
|
62
|
+
isOpenQuickAccessChanged: EventEmitter<boolean>;
|
|
63
|
+
openNotificationPanel: EventEmitter<void>;
|
|
64
|
+
openQuickAccessPanel: EventEmitter<void>;
|
|
65
|
+
cultureChanged: EventEmitter<string>;
|
|
66
|
+
notificationLoadMore: EventEmitter<void>;
|
|
67
|
+
removeNotification: EventEmitter<{
|
|
68
|
+
items: MetaobjectDataModel[];
|
|
69
|
+
silent: boolean;
|
|
70
|
+
}>;
|
|
71
|
+
notifiationActionClick: EventEmitter<{
|
|
72
|
+
item: NotificationItem;
|
|
73
|
+
btn: NotificationAction;
|
|
74
|
+
}>;
|
|
75
|
+
notificationViewed: EventEmitter<NotificationItem>;
|
|
76
|
+
comboboxComponent: ComboboxComponent;
|
|
77
|
+
popoverComponent: PopoverComponent;
|
|
78
|
+
_notificationsDialog: TemplateRef<any>;
|
|
79
|
+
private _cdr;
|
|
80
|
+
Array: ArrayConstructor;
|
|
81
|
+
isOpenNotificatoin: boolean;
|
|
82
|
+
user: ShellbarUser;
|
|
83
|
+
searchTerms: string[];
|
|
84
|
+
searchTerm: string;
|
|
85
|
+
actions$: Observable<ShellbarMenuItem[]>;
|
|
86
|
+
showVersion: boolean;
|
|
87
|
+
_viewedNotifications$: Subject<NotificationItem>;
|
|
88
|
+
onBellNotification: () => void;
|
|
89
|
+
_viewedNotifications: NotificationItem[];
|
|
90
|
+
constructor(_notificationService: NotificationService, _dialogService: DialogService, _router: Router, _portalService: PortalService, _document: Document, appVersion: string);
|
|
91
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
92
|
+
onRouteFormStateChange(): void;
|
|
93
|
+
onCultureChange(culture: any): void;
|
|
94
|
+
onShowNotification(e: {
|
|
95
|
+
tag: string;
|
|
96
|
+
mo: MetaobjectDataModel;
|
|
97
|
+
nama: string;
|
|
98
|
+
}): void;
|
|
99
|
+
onNotificationItemViewed(viewedMo: NotificationItem): void;
|
|
100
|
+
onRemoveNotifications(e: {
|
|
101
|
+
items: MetaobjectDataModel[];
|
|
102
|
+
silent: boolean;
|
|
103
|
+
}): void;
|
|
104
|
+
onOpenQuickAccess: () => void;
|
|
105
|
+
onOpenNotification: () => void;
|
|
106
|
+
onNotificationAction(e: {
|
|
107
|
+
item: NotificationItem;
|
|
108
|
+
btn: NotificationAction;
|
|
109
|
+
}): void;
|
|
110
|
+
onLanguage: (e: any) => void;
|
|
111
|
+
onNotificationLoadMore(): void;
|
|
112
|
+
private _closeSideMenu;
|
|
113
|
+
private _changeCulture;
|
|
114
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "cssCustomUrl": { "alias": "cssCustomUrl"; "required": false; }; "cssUrl": { "alias": "cssUrl"; "required": false; }; "cssVariableUrl": { "alias": "cssVariableUrl"; "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; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; "notifcationLoaded": { "alias": "notifcationLoaded"; "required": false; }; "notificationLoading": { "alias": "notificationLoading"; "required": false; }; "notifications": { "alias": "notifications"; "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; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "showExtraButton": { "alias": "showExtraButton"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "userProfileImageUrl": { "alias": "userProfileImageUrl"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; "isOpenQuickAccess": { "alias": "isOpenQuickAccess"; "required": false; }; "sideMenuTemplate": { "alias": "sideMenuTemplate"; "required": false; }; }, { "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notificationLoadMore": "notificationLoadMore"; "removeNotification": "removeNotification"; "notifiationActionClick": "notifiationActionClick"; "notificationViewed": "notificationViewed"; }, never, ["button"], false, never>;
|
|
116
|
+
}
|
|
117
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { BaseComponent, LogService, LocalStorageService, MetaobjectDataModel, BreadcrumbService, BreadCrumbInfo, PortalService, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
+
import { BaseTileSetting } from '../models';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class BarsaTileGroupPageComponent extends BaseComponent implements OnChanges {
|
|
8
|
+
_containerRef: ViewContainerRef;
|
|
9
|
+
_position: string;
|
|
10
|
+
moList: import("@angular/core").WritableSignal<BaseTileSetting[]>;
|
|
11
|
+
isMobile: boolean;
|
|
12
|
+
rtl: any;
|
|
13
|
+
title: string | null;
|
|
14
|
+
dialogRef: any;
|
|
15
|
+
parameters: BarsaTileGroupPageSettings;
|
|
16
|
+
settings: BarsaTileGroupPageSettings;
|
|
17
|
+
protected _logService: LogService;
|
|
18
|
+
protected _activatedRoute: ActivatedRoute;
|
|
19
|
+
protected _cdr: ChangeDetectorRef;
|
|
20
|
+
protected _router: Router;
|
|
21
|
+
protected _localStorage: LocalStorageService;
|
|
22
|
+
protected _breadCrumbService: BreadcrumbService;
|
|
23
|
+
protected _portalService: PortalService;
|
|
24
|
+
isSimple: boolean;
|
|
25
|
+
listMode: boolean;
|
|
26
|
+
breadcrumbs$: Observable<BreadCrumbInfo[]>;
|
|
27
|
+
reportId: string;
|
|
28
|
+
loading: import("@angular/core").WritableSignal<boolean>;
|
|
29
|
+
deviceSize: AbbrevationDeviceSize;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
+
onClose(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTileGroupPageComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTileGroupPageComponent, "bt-barsa-tile-group-page", never, {}, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
36
|
+
interface BarsaTileGroupPageSettings extends MetaobjectDataModel {
|
|
37
|
+
IsSimple: boolean;
|
|
38
|
+
ListMode: boolean;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { LocalStorageService, BreadcrumbService, BreadCrumbInfo, RoutingService, EmptyPageComponent } from 'barsa-novin-ray-core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BarsaTileSidebarPageComponent extends EmptyPageComponent implements OnChanges {
|
|
7
|
+
isMobile: boolean;
|
|
8
|
+
rtl: any;
|
|
9
|
+
protected _router: Router;
|
|
10
|
+
protected _localStorage: LocalStorageService;
|
|
11
|
+
protected _breadCrumbService: BreadcrumbService;
|
|
12
|
+
protected _routingService: RoutingService;
|
|
13
|
+
breadcrumbs$: Observable<BreadCrumbInfo[]>;
|
|
14
|
+
title: string | null;
|
|
15
|
+
firstReportLoaded: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
onClose(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTileSidebarPageComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTileSidebarPageComponent, "bt-barsa-tile-sidebar-page", never, {}, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AuthGuard, PortalPageResolver, TileGroupBreadcrumResolver } from 'barsa-novin-ray-core';
|
|
2
|
+
import { BarsaTileSidebarPageComponent } from './barsa-tile-sidebar-page/barsa-tile-sidebar-page.component';
|
|
3
|
+
import { ReportNavigatorComponent } from 'barsa-sap-ui';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/router";
|
|
6
|
+
export declare const extendHomeRouter: {
|
|
7
|
+
path: string;
|
|
8
|
+
component: typeof BarsaTileSidebarPageComponent;
|
|
9
|
+
canActivate: (typeof AuthGuard)[];
|
|
10
|
+
data: {
|
|
11
|
+
pageData: {
|
|
12
|
+
Module: string;
|
|
13
|
+
HasAuthorize: boolean;
|
|
14
|
+
Route: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
resolve: {
|
|
18
|
+
pageData: typeof PortalPageResolver;
|
|
19
|
+
breadcrumb: typeof TileGroupBreadcrumResolver;
|
|
20
|
+
};
|
|
21
|
+
children: ({
|
|
22
|
+
path: string;
|
|
23
|
+
outlet: string;
|
|
24
|
+
component: typeof ReportNavigatorComponent;
|
|
25
|
+
data: {
|
|
26
|
+
pageData: {
|
|
27
|
+
HasAuthorize: boolean;
|
|
28
|
+
Route: string;
|
|
29
|
+
Module: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
loadChildren?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
path: string;
|
|
35
|
+
loadChildren: () => Promise<typeof import("barsa-novin-ray-core").BarsaSapUiFormPageModule>;
|
|
36
|
+
outlet?: undefined;
|
|
37
|
+
component?: undefined;
|
|
38
|
+
data?: undefined;
|
|
39
|
+
})[];
|
|
40
|
+
}[];
|
|
41
|
+
export declare class BarsaTilesRoutingModule {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesRoutingModule, never>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
44
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesRoutingModule>;
|
|
45
|
+
}
|