barsa-tiles 1.0.456 → 2.0.2
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/{esm2020 → esm2022}/barsa-tiles.mjs +4 -4
- package/esm2022/lib/action-item/action-item.component.mjs +17 -0
- package/{esm2020 → esm2022}/lib/action-links.pipe.mjs +16 -16
- package/esm2022/lib/actions-link/actions-link.component.mjs +41 -0
- package/esm2022/lib/app-finder/app-finder.component.mjs +52 -0
- package/esm2022/lib/app-finder-app-list/app-finder-app-list.component.mjs +39 -0
- package/esm2022/lib/app-finder-group/app-finder-group.component.mjs +41 -0
- package/esm2022/lib/app-finder.service.mjs +121 -0
- package/esm2022/lib/barsa-shellbar/barsa-shellbar.component.mjs +183 -0
- package/esm2022/lib/barsa-tiles.module.mjs +225 -0
- package/esm2022/lib/change-app-tile/change-app-tile.component.mjs +46 -0
- package/esm2022/lib/create-app-group/create-app-group.component.mjs +43 -0
- package/esm2022/lib/directives/emptylist.directive.mjs +36 -0
- package/esm2022/lib/feed-tile/feed-tile.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/footer-edit-tile/footer-edit-tile.component.mjs +13 -13
- package/esm2022/lib/footer-tile/footer-tile.component.mjs +27 -0
- package/esm2022/lib/form-app-finder/form-app-finder.component.mjs +95 -0
- package/esm2022/lib/form-tile/form-tile.component.mjs +34 -0
- package/esm2022/lib/logo-tile/logo-tile.component.mjs +23 -0
- package/{esm2020 → esm2022}/lib/micro-tile-chart-area/micro-tile-chart-area.component.mjs +40 -40
- package/{esm2020 → esm2022}/lib/micro-tile-chart-bar/micro-tile-chart-bar.component.mjs +29 -29
- package/esm2022/lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component.mjs +26 -0
- package/{esm2020 → esm2022}/lib/micro-tile-chart-circular/micro-tile-chart-circular.component.mjs +20 -20
- package/{esm2020 → esm2022}/lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component.mjs +31 -31
- package/{esm2020 → esm2022}/lib/micro-tile-chart-line/micro-tile-chart-line.component.mjs +32 -32
- package/{esm2020 → esm2022}/lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component.mjs +27 -27
- package/{esm2020 → esm2022}/lib/models/app-tile-footer-section.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/app-tile-footer.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/app-tile-group-pin.mjs +1 -1
- package/esm2022/lib/models/base-bt-tile-component.mjs +26 -0
- package/{esm2020 → esm2022}/lib/models/base-tile-component.mjs +58 -58
- package/{esm2020 → esm2022}/lib/models/base-tile-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/feed-tile-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/index.mjs +13 -13
- package/{esm2020 → esm2022}/lib/models/logo-tile-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/micro-tile-chart-bullet-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/news-tile-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/numeric-tile-setting.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/profile-tile-setting.mjs +1 -1
- package/esm2022/lib/models/tile-setting.mjs +2 -0
- package/{esm2020 → esm2022}/lib/models/user-portal-settings.mjs +1 -1
- package/esm2022/lib/news-tile/news-tile.component.mjs +53 -0
- package/esm2022/lib/notification-group/notification-group.component.mjs +116 -0
- package/esm2022/lib/notification-group-header/notification-group-header.component.mjs +38 -0
- package/esm2022/lib/numeric-tile/numeric-tile.component.mjs +64 -0
- package/esm2022/lib/pin-tile/pin-tile.component.mjs +110 -0
- package/esm2022/lib/pipes/group-tiles.pipe.mjs +31 -0
- package/{esm2020 → esm2022}/lib/pipes/home-group.pipe.mjs +17 -17
- package/esm2022/lib/pipes/tile-home-filter.pipe.mjs +28 -0
- package/esm2022/lib/pipes/tile-prop.pipe.mjs +32 -0
- package/esm2022/lib/popover-app-finder/filter-apps-grouped.pipe.mjs +36 -0
- package/esm2022/lib/popover-app-finder/popover-app-finder.component.mjs +112 -0
- package/esm2022/lib/profile-tile/profile-tile.component.mjs +25 -0
- package/esm2022/lib/shellbar/shellbar.component.mjs +201 -0
- package/esm2022/lib/simple-tile/simple-tile.component.mjs +22 -0
- package/esm2022/lib/tile/tile.component.mjs +70 -0
- package/esm2022/lib/tile-renderer.directive.mjs +70 -0
- package/esm2022/lib/tile-style.directive.mjs +29 -0
- package/esm2022/lib/tiles-viewer/tiles-viewer.component.mjs +167 -0
- package/esm2022/lib/tiles-viewer-container/tiles-viewer-container.component.mjs +164 -0
- package/esm2022/lib/tiles-viewer-group/tiles-viewer-group.component.mjs +88 -0
- package/esm2022/lib/tiles-viewer.service.mjs +130 -0
- package/esm2022/lib/tiles.service.mjs +589 -0
- package/{esm2020 → esm2022}/public-api.mjs +46 -45
- package/fesm2022/barsa-tiles.mjs +3179 -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 +17 -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-shellbar/barsa-shellbar.component.d.ts +104 -97
- package/lib/barsa-tiles.module.d.ts +91 -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 +11 -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 +12 -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 +5 -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 +7 -7
- package/lib/shellbar/shellbar.component.d.ts +94 -94
- package/lib/simple-tile/simple-tile.component.d.ts +10 -10
- package/lib/tile/tile.component.d.ts +22 -20
- package/lib/tile-renderer.directive.d.ts +28 -28
- package/lib/tile-style.directive.d.ts +12 -0
- package/lib/tiles-viewer/tiles-viewer.component.d.ts +65 -63
- package/lib/tiles-viewer-container/tiles-viewer-container.component.d.ts +59 -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 +75 -75
- package/package.json +7 -13
- package/public-api.d.ts +42 -41
- package/esm2020/lib/action-item/action-item.component.mjs +0 -18
- 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-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-bullet/micro-tile-chart-bullet.component.mjs +0 -27
- package/esm2020/lib/models/base-bt-tile-component.mjs +0 -30
- package/esm2020/lib/models/tile-setting.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/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/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
|
@@ -1,57 +1,59 @@
|
|
|
1
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { TabPanelComponent } from '@fundamental-ngx/core';
|
|
5
|
-
import { BaseComponent, MetaobjectDataModel, PortalService, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
6
|
-
import { TilesService } from '../tiles.service';
|
|
7
|
-
import { TilesViewerService } from '../tiles-viewer.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class TilesViewerContainerComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
10
|
-
protected _portalService: PortalService;
|
|
11
|
-
protected _tilesService: TilesService;
|
|
12
|
-
protected _tilesViewerService: TilesViewerService;
|
|
13
|
-
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
14
|
-
viewLoading$: Observable<boolean>;
|
|
15
|
-
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
16
|
-
edit$: Observable<boolean>;
|
|
17
|
-
changedOrder: boolean;
|
|
18
|
-
userStackContent: boolean;
|
|
19
|
-
initialStackContentValue: boolean;
|
|
20
|
-
userPortalSettings: MetaobjectDataModel;
|
|
21
|
-
stackContent$: Observable<boolean>;
|
|
22
|
-
firstSelected: boolean;
|
|
23
|
-
rtl$: Observable<boolean>;
|
|
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
|
-
private
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
1
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { TabPanelComponent } from '@fundamental-ngx/core';
|
|
5
|
+
import { BaseComponent, MetaobjectDataModel, PortalService, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
6
|
+
import { TilesService } from '../tiles.service';
|
|
7
|
+
import { TilesViewerService } from '../tiles-viewer.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class TilesViewerContainerComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
10
|
+
protected _portalService: PortalService;
|
|
11
|
+
protected _tilesService: TilesService;
|
|
12
|
+
protected _tilesViewerService: TilesViewerService;
|
|
13
|
+
appTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
14
|
+
viewLoading$: Observable<boolean>;
|
|
15
|
+
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
16
|
+
edit$: Observable<boolean>;
|
|
17
|
+
changedOrder: boolean;
|
|
18
|
+
userStackContent: boolean;
|
|
19
|
+
initialStackContentValue: boolean;
|
|
20
|
+
userPortalSettings: MetaobjectDataModel;
|
|
21
|
+
stackContent$: Observable<boolean>;
|
|
22
|
+
firstSelected: boolean;
|
|
23
|
+
rtl$: Observable<boolean>;
|
|
24
|
+
selectedAppGroupId: string;
|
|
25
|
+
stackContent: boolean;
|
|
26
|
+
constructor(_portalService: PortalService, _tilesService: TilesService, _tilesViewerService: TilesViewerService);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
onSelectedTabChange(e: {
|
|
30
|
+
firstSelected: boolean;
|
|
31
|
+
selectedTabTitle: string;
|
|
32
|
+
tabPanels: TabPanelComponent[];
|
|
33
|
+
appTileGroups: MetaobjectDataModel[];
|
|
34
|
+
}): void;
|
|
35
|
+
onDropGroup(e: {
|
|
36
|
+
appTileGroups: MetaobjectDataModel[];
|
|
37
|
+
event: CdkDragDrop<MetaobjectDataModel[]>;
|
|
38
|
+
}): void;
|
|
39
|
+
onDrop(e: {
|
|
40
|
+
appTileGroup: any;
|
|
41
|
+
event: CdkDragDrop<{
|
|
42
|
+
isTile: boolean;
|
|
43
|
+
items: MetaobjectDataModel[];
|
|
44
|
+
}>;
|
|
45
|
+
}): void;
|
|
46
|
+
onStackContentChanged(checked: any): void;
|
|
47
|
+
onExitEditHome(appTileGroups: MetaobjectDataModel[]): void;
|
|
48
|
+
onCloseEditHome(): void;
|
|
49
|
+
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
50
|
+
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
51
|
+
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
52
|
+
onHideAppTile(appTile: MetaobjectDataModel): void;
|
|
53
|
+
onRenameAppTile(appTile: MetaobjectDataModel): void;
|
|
54
|
+
private _setEditHome;
|
|
55
|
+
private _saveOrderAppTiles;
|
|
56
|
+
private _saveOrderActionLinks;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerContainerComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerContainerComponent, "bt-tiles-viewer-container", never, {}, {}, never, never, false, never>;
|
|
59
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import { BaseComponent, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TilesViewerGroupComponent extends BaseComponent {
|
|
6
|
-
protected _el: ElementRef;
|
|
7
|
-
appTileGroup: MetaobjectDataModel;
|
|
8
|
-
stackContent: boolean;
|
|
9
|
-
edit: boolean;
|
|
10
|
-
rtl: boolean;
|
|
11
|
-
isAppTileSubGroup: boolean;
|
|
12
|
-
deviceSize: AbbrevationDeviceSize;
|
|
13
|
-
tilesDropped: EventEmitter<{
|
|
14
|
-
appTileGroup: MetaobjectDataModel;
|
|
15
|
-
event: CdkDragDrop<{
|
|
16
|
-
isTile: boolean;
|
|
17
|
-
items: MetaobjectDataModel[];
|
|
18
|
-
}>;
|
|
19
|
-
}>;
|
|
20
|
-
hideAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
21
|
-
renameAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
22
|
-
toggleGroup: EventEmitter<MetaobjectDataModel>;
|
|
23
|
-
resetGroup: EventEmitter<MetaobjectDataModel>;
|
|
24
|
-
deleteGroup: EventEmitter<MetaobjectDataModel>;
|
|
25
|
-
marginRightTile: number | null;
|
|
26
|
-
constructor(_el: ElementRef);
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
onDrop(appTileGroup: MetaobjectDataModel, event: CdkDragDrop<{
|
|
29
|
-
isTile: boolean;
|
|
30
|
-
items: MetaobjectDataModel[];
|
|
31
|
-
}>): void;
|
|
32
|
-
onAppTileHideClick(appTile: MetaobjectDataModel): void;
|
|
33
|
-
onAppTileRenameClick(appTile: MetaobjectDataModel): void;
|
|
34
|
-
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
35
|
-
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
36
|
-
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerGroupComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerGroupComponent, "bt-tiles-viewer-group", never, { "appTileGroup": "appTileGroup"; "stackContent": "stackContent"; "edit": "edit"; "rtl": "rtl"; "isAppTileSubGroup": "isAppTileSubGroup"; "deviceSize": "deviceSize"; }, { "tilesDropped": "tilesDropped"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; }, never, never, false>;
|
|
39
|
-
}
|
|
1
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { BaseComponent, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TilesViewerGroupComponent extends BaseComponent {
|
|
6
|
+
protected _el: ElementRef;
|
|
7
|
+
appTileGroup: MetaobjectDataModel;
|
|
8
|
+
stackContent: boolean;
|
|
9
|
+
edit: boolean;
|
|
10
|
+
rtl: boolean;
|
|
11
|
+
isAppTileSubGroup: boolean;
|
|
12
|
+
deviceSize: AbbrevationDeviceSize;
|
|
13
|
+
tilesDropped: EventEmitter<{
|
|
14
|
+
appTileGroup: MetaobjectDataModel;
|
|
15
|
+
event: CdkDragDrop<{
|
|
16
|
+
isTile: boolean;
|
|
17
|
+
items: MetaobjectDataModel[];
|
|
18
|
+
}>;
|
|
19
|
+
}>;
|
|
20
|
+
hideAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
21
|
+
renameAppTileClick: EventEmitter<MetaobjectDataModel>;
|
|
22
|
+
toggleGroup: EventEmitter<MetaobjectDataModel>;
|
|
23
|
+
resetGroup: EventEmitter<MetaobjectDataModel>;
|
|
24
|
+
deleteGroup: EventEmitter<MetaobjectDataModel>;
|
|
25
|
+
marginRightTile: number | null;
|
|
26
|
+
constructor(_el: ElementRef);
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
onDrop(appTileGroup: MetaobjectDataModel, event: CdkDragDrop<{
|
|
29
|
+
isTile: boolean;
|
|
30
|
+
items: MetaobjectDataModel[];
|
|
31
|
+
}>): void;
|
|
32
|
+
onAppTileHideClick(appTile: MetaobjectDataModel): void;
|
|
33
|
+
onAppTileRenameClick(appTile: MetaobjectDataModel): void;
|
|
34
|
+
onDelete(appTileGroup: MetaobjectDataModel): void;
|
|
35
|
+
onToggleShowHide(appTileGroup: MetaobjectDataModel): void;
|
|
36
|
+
onReset(appTileGroup: MetaobjectDataModel): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerGroupComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TilesViewerGroupComponent, "bt-tiles-viewer-group", never, { "appTileGroup": { "alias": "appTileGroup"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isAppTileSubGroup": { "alias": "isAppTileSubGroup"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; }, { "tilesDropped": "tilesDropped"; "hideAppTileClick": "hideAppTileClick"; "renameAppTileClick": "renameAppTileClick"; "toggleGroup": "toggleGroup"; "resetGroup": "resetGroup"; "deleteGroup": "deleteGroup"; }, never, never, false, never>;
|
|
39
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Observable, Subject } from 'rxjs';
|
|
3
|
-
import { DialogService } from '@fundamental-ngx/core';
|
|
4
|
-
import { MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
5
|
-
import { TilesService } from './tiles.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TilesViewerService implements OnDestroy {
|
|
8
|
-
private dialogService;
|
|
9
|
-
private tilesService;
|
|
10
|
-
viewLoading$: Observable<boolean>;
|
|
11
|
-
hideTile$: Observable<MetaobjectDataModel>;
|
|
12
|
-
updateAppTileSetting$: Observable<MetaobjectDataModel>;
|
|
13
|
-
deleteAppGroup$: Observable<MetaobjectDataModel>;
|
|
14
|
-
protected readonly _onDestroy$: Subject<void>;
|
|
15
|
-
private _hideTileSource;
|
|
16
|
-
private _updateAppTileSettingSource;
|
|
17
|
-
private _deleteGroupSource;
|
|
18
|
-
private _loadAppGroupSource;
|
|
19
|
-
private _saveAppGroupOrdersSource;
|
|
20
|
-
private saveAppGroupOrders$;
|
|
21
|
-
private _resetAppGroupSource;
|
|
22
|
-
private resetAppGroup$;
|
|
23
|
-
private _hideAppGroupSource;
|
|
24
|
-
private hideAppGroup$;
|
|
25
|
-
private _viewLoadingSource;
|
|
26
|
-
constructor(dialogService: DialogService, tilesService: TilesService);
|
|
27
|
-
get selectedAppGroupId(): string;
|
|
28
|
-
set selectedAppGroupId(groupId: string);
|
|
29
|
-
setSelectedTab(group: MetaobjectDataModel): void;
|
|
30
|
-
loadAppGroup(group: MetaobjectDataModel): void;
|
|
31
|
-
ngOnDestroy(): void;
|
|
32
|
-
openRenameForm(appTile: MetaobjectDataModel): void;
|
|
33
|
-
resetAppGroup(appGroup: MetaobjectDataModel): void;
|
|
34
|
-
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): void;
|
|
35
|
-
deleteAppGroup(appGroup: MetaobjectDataModel): void;
|
|
36
|
-
hideTile(appTile: MetaobjectDataModel): void;
|
|
37
|
-
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): void;
|
|
38
|
-
setLoaded(): void;
|
|
39
|
-
setLoading(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerService, never>;
|
|
41
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TilesViewerService>;
|
|
42
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Observable, Subject } from 'rxjs';
|
|
3
|
+
import { DialogService } from '@fundamental-ngx/core';
|
|
4
|
+
import { MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
5
|
+
import { TilesService } from './tiles.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class TilesViewerService implements OnDestroy {
|
|
8
|
+
private dialogService;
|
|
9
|
+
private tilesService;
|
|
10
|
+
viewLoading$: Observable<boolean>;
|
|
11
|
+
hideTile$: Observable<MetaobjectDataModel>;
|
|
12
|
+
updateAppTileSetting$: Observable<MetaobjectDataModel>;
|
|
13
|
+
deleteAppGroup$: Observable<MetaobjectDataModel>;
|
|
14
|
+
protected readonly _onDestroy$: Subject<void>;
|
|
15
|
+
private _hideTileSource;
|
|
16
|
+
private _updateAppTileSettingSource;
|
|
17
|
+
private _deleteGroupSource;
|
|
18
|
+
private _loadAppGroupSource;
|
|
19
|
+
private _saveAppGroupOrdersSource;
|
|
20
|
+
private saveAppGroupOrders$;
|
|
21
|
+
private _resetAppGroupSource;
|
|
22
|
+
private resetAppGroup$;
|
|
23
|
+
private _hideAppGroupSource;
|
|
24
|
+
private hideAppGroup$;
|
|
25
|
+
private _viewLoadingSource;
|
|
26
|
+
constructor(dialogService: DialogService, tilesService: TilesService);
|
|
27
|
+
get selectedAppGroupId(): string;
|
|
28
|
+
set selectedAppGroupId(groupId: string);
|
|
29
|
+
setSelectedTab(group: MetaobjectDataModel): void;
|
|
30
|
+
loadAppGroup(group: MetaobjectDataModel): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
openRenameForm(appTile: MetaobjectDataModel): void;
|
|
33
|
+
resetAppGroup(appGroup: MetaobjectDataModel): void;
|
|
34
|
+
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): void;
|
|
35
|
+
deleteAppGroup(appGroup: MetaobjectDataModel): void;
|
|
36
|
+
hideTile(appTile: MetaobjectDataModel): void;
|
|
37
|
+
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): void;
|
|
38
|
+
setLoaded(): void;
|
|
39
|
+
setLoading(): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesViewerService, never>;
|
|
41
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TilesViewerService>;
|
|
42
|
+
}
|
package/lib/tiles.service.d.ts
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Subject, Observable } from 'rxjs';
|
|
3
|
-
import { RtlService } from '@fundamental-ngx/core';
|
|
4
|
-
import { BbbTranslatePipe, MetaobjectDataModel, MoForReportModel, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
-
import { AppTileGroupPin } from './models';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TilesService implements OnDestroy {
|
|
8
|
-
private _portalService;
|
|
9
|
-
private _rtlService;
|
|
10
|
-
private _bbbTranslatePipe;
|
|
11
|
-
deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
|
|
12
|
-
homeAppTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
13
|
-
pinTiles$: Observable<PinTileInfo | null>;
|
|
14
|
-
shellbarSource: Subject<MetaobjectDataModel>;
|
|
15
|
-
shellbar$: Observable<MetaobjectDataModel>;
|
|
16
|
-
appTileGroups$: Observable<MoForReportModel | null>;
|
|
17
|
-
edit$: Observable<boolean>;
|
|
18
|
-
private _OnDestroy$;
|
|
19
|
-
private _homeAppTileGroupsSource;
|
|
20
|
-
private pinTilesSource;
|
|
21
|
-
private _appTileGroupsSource;
|
|
22
|
-
private _edithomeSource;
|
|
23
|
-
private _componentSettings$;
|
|
24
|
-
constructor(_portalService: PortalService, _rtlService: RtlService, _bbbTranslatePipe: BbbTranslatePipe);
|
|
25
|
-
get componentSettings$(): Observable<MetaobjectDataModel>;
|
|
26
|
-
get appTileGroups(): MoForReportModel | null;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
protected _onApplication_GlobalRefreshTile(sender: any, appTilesTitle: string[]): void;
|
|
29
|
-
protected _updateAppTileFromNotification(allApps: MoForReportModel, appTiles: MetaobjectDataModel[]): void;
|
|
30
|
-
loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
|
|
31
|
-
saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
|
|
32
|
-
loadUserPortalSettings(): Observable<any>;
|
|
33
|
-
refreshTile(appTile: MetaobjectDataModel): Promise<MetaobjectDataModel>;
|
|
34
|
-
loadFromServerUserPortalSetting(): Observable<MetaobjectDataModel>;
|
|
35
|
-
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
36
|
-
resetAppGroupSetting(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
37
|
-
deleteAppGroup(appGroup: MetaobjectDataModel): Observable<string>;
|
|
38
|
-
changeAppTileSetting(appTile: MetaobjectDataModel): Observable<MetaobjectDataModel | null>;
|
|
39
|
-
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): Observable<void>;
|
|
40
|
-
createAppGroup(title: string): Observable<MetaobjectDataModel>;
|
|
41
|
-
saveOrderAppTiles(appGroup: MetaobjectDataModel, appTiles: number[], isActionLink?: boolean, appTileIdTransferedId?: string): void;
|
|
42
|
-
updateAppTile(allApps: MoForReportModel, appTile: MetaobjectDataModel): void;
|
|
43
|
-
updataAppTileSetting(selectedGroup: MetaobjectDataModel, appGroupSetting: MetaobjectDataModel): void;
|
|
44
|
-
addAppGroup(mo: MetaobjectDataModel): void;
|
|
45
|
-
singlePinTileChanged(appTileId: any): Observable<boolean>;
|
|
46
|
-
pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
|
|
47
|
-
_tilePinChange(appTileGroupsPin: any, allApps: any): void;
|
|
48
|
-
loadShellbar(): void;
|
|
49
|
-
loadAllAppTileGroups(): void;
|
|
50
|
-
_setTileInfo(appTile: any): void;
|
|
51
|
-
getTileGroups(): MoForReportModel | null;
|
|
52
|
-
setEditHome(edit: boolean): void;
|
|
53
|
-
private _allAppsLoaded;
|
|
54
|
-
private _loadAppTilesOfAppTileGroup;
|
|
55
|
-
private _loadAppTilesByAppTileGroup;
|
|
56
|
-
private _updateAppTilesOfAppTileGroup;
|
|
57
|
-
private _loadAppTilesByAppTileGroupSetting;
|
|
58
|
-
private _nextAllAppTileGroups;
|
|
59
|
-
private _setHomeAppTileGroups;
|
|
60
|
-
private _saveUserPortalSettings;
|
|
61
|
-
private _updateAppGroupSetting;
|
|
62
|
-
private findAppTileWithKey;
|
|
63
|
-
private findGroupWithAppTileId;
|
|
64
|
-
private _findGroupWithAppGroupId;
|
|
65
|
-
private _updateAppTileGroupSettings;
|
|
66
|
-
private _prepareNavigator;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TilesService, never>;
|
|
68
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TilesService>;
|
|
69
|
-
}
|
|
70
|
-
interface PinTileInfo {
|
|
71
|
-
groups: MetaobjectDataModel[];
|
|
72
|
-
visible: boolean[];
|
|
73
|
-
tileId: string;
|
|
74
|
-
}
|
|
75
|
-
export {};
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Subject, Observable } from 'rxjs';
|
|
3
|
+
import { RtlService } from '@fundamental-ngx/core';
|
|
4
|
+
import { BbbTranslatePipe, MetaobjectDataModel, MoForReportModel, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
+
import { AppTileGroupPin } from './models';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class TilesService implements OnDestroy {
|
|
8
|
+
private _portalService;
|
|
9
|
+
private _rtlService;
|
|
10
|
+
private _bbbTranslatePipe;
|
|
11
|
+
deviceSize$: Observable<'s' | 'm' | 'l' | 'xl'>;
|
|
12
|
+
homeAppTileGroups$: Observable<MetaobjectDataModel[]>;
|
|
13
|
+
pinTiles$: Observable<PinTileInfo | null>;
|
|
14
|
+
shellbarSource: Subject<MetaobjectDataModel>;
|
|
15
|
+
shellbar$: Observable<MetaobjectDataModel>;
|
|
16
|
+
appTileGroups$: Observable<MoForReportModel | null>;
|
|
17
|
+
edit$: Observable<boolean>;
|
|
18
|
+
private _OnDestroy$;
|
|
19
|
+
private _homeAppTileGroupsSource;
|
|
20
|
+
private pinTilesSource;
|
|
21
|
+
private _appTileGroupsSource;
|
|
22
|
+
private _edithomeSource;
|
|
23
|
+
private _componentSettings$;
|
|
24
|
+
constructor(_portalService: PortalService, _rtlService: RtlService, _bbbTranslatePipe: BbbTranslatePipe);
|
|
25
|
+
get componentSettings$(): Observable<MetaobjectDataModel>;
|
|
26
|
+
get appTileGroups(): MoForReportModel | null;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
protected _onApplication_GlobalRefreshTile(sender: any, appTilesTitle: string[]): void;
|
|
29
|
+
protected _updateAppTileFromNotification(allApps: MoForReportModel, appTiles: MetaobjectDataModel[]): void;
|
|
30
|
+
loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
|
|
31
|
+
saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
|
|
32
|
+
loadUserPortalSettings(): Observable<any>;
|
|
33
|
+
refreshTile(appTile: MetaobjectDataModel): Promise<MetaobjectDataModel>;
|
|
34
|
+
loadFromServerUserPortalSetting(): Observable<MetaobjectDataModel>;
|
|
35
|
+
toggleAppGroupSettingVisible(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
36
|
+
resetAppGroupSetting(appGroup: MetaobjectDataModel): Observable<MetaobjectDataModel>;
|
|
37
|
+
deleteAppGroup(appGroup: MetaobjectDataModel): Observable<string>;
|
|
38
|
+
changeAppTileSetting(appTile: MetaobjectDataModel): Observable<MetaobjectDataModel | null>;
|
|
39
|
+
saveAppGroupOrders(appGroups: MetaobjectDataModel[]): Observable<void>;
|
|
40
|
+
createAppGroup(title: string): Observable<MetaobjectDataModel>;
|
|
41
|
+
saveOrderAppTiles(appGroup: MetaobjectDataModel, appTiles: number[], isActionLink?: boolean, appTileIdTransferedId?: string): void;
|
|
42
|
+
updateAppTile(allApps: MoForReportModel, appTile: MetaobjectDataModel): void;
|
|
43
|
+
updataAppTileSetting(selectedGroup: MetaobjectDataModel, appGroupSetting: MetaobjectDataModel): void;
|
|
44
|
+
addAppGroup(mo: MetaobjectDataModel): void;
|
|
45
|
+
singlePinTileChanged(appTileId: any): Observable<boolean>;
|
|
46
|
+
pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
|
|
47
|
+
_tilePinChange(appTileGroupsPin: any, allApps: any): void;
|
|
48
|
+
loadShellbar(): void;
|
|
49
|
+
loadAllAppTileGroups(): void;
|
|
50
|
+
_setTileInfo(appTile: any): void;
|
|
51
|
+
getTileGroups(): MoForReportModel | null;
|
|
52
|
+
setEditHome(edit: boolean): void;
|
|
53
|
+
private _allAppsLoaded;
|
|
54
|
+
private _loadAppTilesOfAppTileGroup;
|
|
55
|
+
private _loadAppTilesByAppTileGroup;
|
|
56
|
+
private _updateAppTilesOfAppTileGroup;
|
|
57
|
+
private _loadAppTilesByAppTileGroupSetting;
|
|
58
|
+
private _nextAllAppTileGroups;
|
|
59
|
+
private _setHomeAppTileGroups;
|
|
60
|
+
private _saveUserPortalSettings;
|
|
61
|
+
private _updateAppGroupSetting;
|
|
62
|
+
private findAppTileWithKey;
|
|
63
|
+
private findGroupWithAppTileId;
|
|
64
|
+
private _findGroupWithAppGroupId;
|
|
65
|
+
private _updateAppTileGroupSettings;
|
|
66
|
+
private _prepareNavigator;
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TilesService, never>;
|
|
68
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TilesService>;
|
|
69
|
+
}
|
|
70
|
+
interface PinTileInfo {
|
|
71
|
+
groups: MetaobjectDataModel[];
|
|
72
|
+
visible: boolean[];
|
|
73
|
+
tileId: string;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barsa-tiles",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/core": "^
|
|
6
|
-
"@angular/common": "^
|
|
5
|
+
"@angular/core": "^17.3.5",
|
|
6
|
+
"@angular/common": "^17.3.5"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.0.0"
|
|
10
10
|
},
|
|
11
|
-
"module": "
|
|
12
|
-
"es2020": "fesm2020/barsa-tiles.mjs",
|
|
13
|
-
"esm2020": "esm2020/barsa-tiles.mjs",
|
|
14
|
-
"fesm2020": "fesm2020/barsa-tiles.mjs",
|
|
15
|
-
"fesm2015": "fesm2015/barsa-tiles.mjs",
|
|
11
|
+
"module": "fesm2022/barsa-tiles.mjs",
|
|
16
12
|
"typings": "index.d.ts",
|
|
17
13
|
"exports": {
|
|
18
14
|
"./package.json": {
|
|
@@ -20,11 +16,9 @@
|
|
|
20
16
|
},
|
|
21
17
|
".": {
|
|
22
18
|
"types": "./index.d.ts",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"node": "./fesm2015/barsa-tiles.mjs",
|
|
27
|
-
"default": "./fesm2020/barsa-tiles.mjs"
|
|
19
|
+
"esm2022": "./esm2022/barsa-tiles.mjs",
|
|
20
|
+
"esm": "./esm2022/barsa-tiles.mjs",
|
|
21
|
+
"default": "./fesm2022/barsa-tiles.mjs"
|
|
28
22
|
}
|
|
29
23
|
},
|
|
30
24
|
"sideEffects": false
|
package/public-api.d.ts
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
export * from './lib/form-tile/form-tile.component';
|
|
2
|
-
export * from './lib/tiles-viewer-group/tiles-viewer-group.component';
|
|
3
|
-
export * from './lib/app-finder-app-list/app-finder-app-list.component';
|
|
4
|
-
export * from './lib/app-finder-group/app-finder-group.component';
|
|
5
|
-
export * from './lib/app-finder/app-finder.component';
|
|
6
|
-
export * from './lib/tiles-viewer-container/tiles-viewer-container.component';
|
|
7
|
-
export * from './lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component';
|
|
8
|
-
export * from './lib/action-item/action-item.component';
|
|
9
|
-
export * from './lib/actions-link/actions-link.component';
|
|
10
|
-
export * from './lib/news-tile/news-tile.component';
|
|
11
|
-
export * from './lib/news-tile/news-tile.component';
|
|
12
|
-
export * from './lib/news-tile/news-tile.component';
|
|
13
|
-
export * from './lib/news-tile/news-tile.component';
|
|
14
|
-
export * from './lib/news-tile/news-tile.component';
|
|
15
|
-
export * from './lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component';
|
|
16
|
-
export * from './lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component';
|
|
17
|
-
export * from './lib/micro-tile-chart-line/micro-tile-chart-line.component';
|
|
18
|
-
export * from './lib/micro-tile-chart-circular/micro-tile-chart-circular.component';
|
|
19
|
-
export * from './lib/micro-tile-chart-area/micro-tile-chart-area.component';
|
|
20
|
-
export * from './lib/micro-tile-chart-bar/micro-tile-chart-bar.component';
|
|
21
|
-
export * from './lib/change-app-tile/change-app-tile.component';
|
|
22
|
-
export * from './lib/create-app-group/create-app-group.component';
|
|
23
|
-
export * from './lib/pin-tile/pin-tile.component';
|
|
24
|
-
export * from './lib/form-app-finder/form-app-finder.component';
|
|
25
|
-
export * from './lib/footer-edit-tile/footer-edit-tile.component';
|
|
26
|
-
export * from './lib/numeric-tile/numeric-tile.component';
|
|
27
|
-
export * from './lib/logo-tile/logo-tile.component';
|
|
28
|
-
export * from './lib/tile/tile.component';
|
|
29
|
-
export * from './lib/footer-tile/footer-tile.component';
|
|
30
|
-
export * from './lib/feed-tile/feed-tile.component';
|
|
31
|
-
export * from './lib/simple-tile/simple-tile.component';
|
|
32
|
-
export * from './lib/profile-tile/profile-tile.component';
|
|
33
|
-
export * from './lib/tiles-viewer/tiles-viewer.component';
|
|
34
|
-
export * from './lib/shellbar/shellbar.component';
|
|
35
|
-
export * from './lib/pipes/tile-home-filter.pipe';
|
|
36
|
-
export * from './lib/pipes/group-tiles.pipe';
|
|
37
|
-
export * from './lib/tiles-viewer.service';
|
|
38
|
-
export * from './lib/tiles.service';
|
|
39
|
-
export * from './lib/pipes/tile-prop.pipe';
|
|
40
|
-
export * from './lib/barsa-shellbar/barsa-shellbar.component';
|
|
41
|
-
export * from './lib/
|
|
1
|
+
export * from './lib/form-tile/form-tile.component';
|
|
2
|
+
export * from './lib/tiles-viewer-group/tiles-viewer-group.component';
|
|
3
|
+
export * from './lib/app-finder-app-list/app-finder-app-list.component';
|
|
4
|
+
export * from './lib/app-finder-group/app-finder-group.component';
|
|
5
|
+
export * from './lib/app-finder/app-finder.component';
|
|
6
|
+
export * from './lib/tiles-viewer-container/tiles-viewer-container.component';
|
|
7
|
+
export * from './lib/micro-tile-chart-bullet/micro-tile-chart-bullet.component';
|
|
8
|
+
export * from './lib/action-item/action-item.component';
|
|
9
|
+
export * from './lib/actions-link/actions-link.component';
|
|
10
|
+
export * from './lib/news-tile/news-tile.component';
|
|
11
|
+
export * from './lib/news-tile/news-tile.component';
|
|
12
|
+
export * from './lib/news-tile/news-tile.component';
|
|
13
|
+
export * from './lib/news-tile/news-tile.component';
|
|
14
|
+
export * from './lib/news-tile/news-tile.component';
|
|
15
|
+
export * from './lib/micro-tile-chart-comparison/micro-tile-chart-comparison.component';
|
|
16
|
+
export * from './lib/micro-tile-chart-stackbar/micro-tile-chart-stackbar.component';
|
|
17
|
+
export * from './lib/micro-tile-chart-line/micro-tile-chart-line.component';
|
|
18
|
+
export * from './lib/micro-tile-chart-circular/micro-tile-chart-circular.component';
|
|
19
|
+
export * from './lib/micro-tile-chart-area/micro-tile-chart-area.component';
|
|
20
|
+
export * from './lib/micro-tile-chart-bar/micro-tile-chart-bar.component';
|
|
21
|
+
export * from './lib/change-app-tile/change-app-tile.component';
|
|
22
|
+
export * from './lib/create-app-group/create-app-group.component';
|
|
23
|
+
export * from './lib/pin-tile/pin-tile.component';
|
|
24
|
+
export * from './lib/form-app-finder/form-app-finder.component';
|
|
25
|
+
export * from './lib/footer-edit-tile/footer-edit-tile.component';
|
|
26
|
+
export * from './lib/numeric-tile/numeric-tile.component';
|
|
27
|
+
export * from './lib/logo-tile/logo-tile.component';
|
|
28
|
+
export * from './lib/tile/tile.component';
|
|
29
|
+
export * from './lib/footer-tile/footer-tile.component';
|
|
30
|
+
export * from './lib/feed-tile/feed-tile.component';
|
|
31
|
+
export * from './lib/simple-tile/simple-tile.component';
|
|
32
|
+
export * from './lib/profile-tile/profile-tile.component';
|
|
33
|
+
export * from './lib/tiles-viewer/tiles-viewer.component';
|
|
34
|
+
export * from './lib/shellbar/shellbar.component';
|
|
35
|
+
export * from './lib/pipes/tile-home-filter.pipe';
|
|
36
|
+
export * from './lib/pipes/group-tiles.pipe';
|
|
37
|
+
export * from './lib/tiles-viewer.service';
|
|
38
|
+
export * from './lib/tiles.service';
|
|
39
|
+
export * from './lib/pipes/tile-prop.pipe';
|
|
40
|
+
export * from './lib/barsa-shellbar/barsa-shellbar.component';
|
|
41
|
+
export * from './lib/popover-app-finder/popover-app-finder.component';
|
|
42
|
+
export * from './lib/barsa-tiles.module';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
-
import { TileComponent } from '../tile/tile.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@fundamental-ngx/core/button";
|
|
6
|
-
import * as i3 from "@fundamental-ngx/core/icon";
|
|
7
|
-
import * as i4 from "@fundamental-ngx/core/menu";
|
|
8
|
-
import * as i5 from "@fundamental-ngx/core/tile";
|
|
9
|
-
import * as i6 from "barsa-novin-ray-core";
|
|
10
|
-
export class ActionItemComponent extends TileComponent {
|
|
11
|
-
}
|
|
12
|
-
ActionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ActionItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
ActionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ActionItemComponent, selector: "bt-action-item", usesInheritance: true, ngImport: i0, template: "<div [class.action-item-edit-mode]=\"edit\" class=\"action-item\">\n <fd-icon *ngIf=\"icon\" [glyph]=\"icon\"></fd-icon>\n <h1 fd-tile-title>{{ title }}</h1>\n\n <h2 fd-tile-subtitle *ngIf=\"subtitle\">{{ subtitle }}</h2>\n\n <div *ngIf=\"edit && !data.Locked\" class=\"buttons\">\n <button fd-button fd-tile-action-close fdType=\"transparent\" (click)=\"hideClick.emit()\"></button>\n <button fd-button fd-tile-action-indicator fdType=\"transparent\" [fdMenuTrigger]=\"menu\"></button>\n </div>\n <fd-menu #menu>\n <li fd-menu-item>\n <a (click)=\"menu.close(); renameClick.emit()\" fd-menu-interactive>\n <span fd-menu-title>{{ 'Rename' | bbbTranslate }}</span>\n </a>\n </li>\n </fd-menu>\n</div>\n", styles: [".action-item{display:flex;justify-content:space-between;height:100%;align-items:center;column-gap:10px;padding:7px;background-color:var(--sapTile_Background, #fff);cursor:pointer;box-shadow:var(--sapContent_Shadow0, 0 0 0 .0625rem rgba(0, 0, 0, .1), 0 .125rem .5rem 0 rgba(0, 0, 0, .1));border-radius:var(--sapElement_BorderCornerRadius, .25rem);border:.0625rem solid var(--sapTile_BorderColor, transparent)}.action-item:hover{background-color:var(--sapBackgroundColor);border-color:var(--sapTile_Interactive_BorderColor)}.action-item fd-icon{color:var(--sapLinkColor, #0a6ed1);font-size:1.3rem;line-height:0}.action-item-edit-mode h1,.action-item-edit-mode h2{opacity:.3}.action-item-edit-mode .buttons{display:flex;column-gap:2px}.action-item-edit-mode .buttons button{display:flex}h1{text-decoration:none;color:var(--sapLinkColor, #0a6ed1);text-shadow:var(--sapContent_TextShadow, 0 0 .125rem #fff)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "component", type: i3.IconComponent, selector: "fd-icon", inputs: ["glyph", "font", "class", "ariaLabel"] }, { kind: "component", type: i4.MenuComponent, selector: "fd-menu", inputs: ["mobile", "disabled", "focusTrapped", "openOnHoverTime", "mobileConfig", "ariaLabel", "ariaLabelledby", "id"], outputs: ["activePath"] }, { kind: "component", type: i4.MenuItemComponent, selector: "li[fd-menu-item]", inputs: ["disabled", "itemId", "submenu"], outputs: ["onSelect"], exportAs: ["fd-menu-item"] }, { kind: "directive", type: i4.MenuInteractiveDirective, selector: "[fd-menu-interactive]" }, { kind: "directive", type: i4.MenuTitleDirective, selector: "[fd-menu-title]" }, { kind: "directive", type: i4.MenuTriggerDirective, selector: "[fdMenuTrigger]", inputs: ["fdMenuTrigger"] }, { kind: "directive", type: i5.TileTitleDirective, selector: "[fdTileTitle], [fd-tile-title]" }, { kind: "directive", type: i5.TileSubtitleDirective, selector: "[fdTileTitle], [fd-tile-subtitle]" }, { kind: "directive", type: i5.TileActionCloseDirective, selector: "[fdTileActionClose], [fd-tile-action-close]", inputs: ["class"] }, { kind: "directive", type: i5.TileActionIndicatorDirective, selector: "[fdTileActionIndicator], [fd-tile-action-indicator]", inputs: ["class"] }, { kind: "pipe", type: i6.BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ActionItemComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'bt-action-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [class.action-item-edit-mode]=\"edit\" class=\"action-item\">\n <fd-icon *ngIf=\"icon\" [glyph]=\"icon\"></fd-icon>\n <h1 fd-tile-title>{{ title }}</h1>\n\n <h2 fd-tile-subtitle *ngIf=\"subtitle\">{{ subtitle }}</h2>\n\n <div *ngIf=\"edit && !data.Locked\" class=\"buttons\">\n <button fd-button fd-tile-action-close fdType=\"transparent\" (click)=\"hideClick.emit()\"></button>\n <button fd-button fd-tile-action-indicator fdType=\"transparent\" [fdMenuTrigger]=\"menu\"></button>\n </div>\n <fd-menu #menu>\n <li fd-menu-item>\n <a (click)=\"menu.close(); renameClick.emit()\" fd-menu-interactive>\n <span fd-menu-title>{{ 'Rename' | bbbTranslate }}</span>\n </a>\n </li>\n </fd-menu>\n</div>\n", styles: [".action-item{display:flex;justify-content:space-between;height:100%;align-items:center;column-gap:10px;padding:7px;background-color:var(--sapTile_Background, #fff);cursor:pointer;box-shadow:var(--sapContent_Shadow0, 0 0 0 .0625rem rgba(0, 0, 0, .1), 0 .125rem .5rem 0 rgba(0, 0, 0, .1));border-radius:var(--sapElement_BorderCornerRadius, .25rem);border:.0625rem solid var(--sapTile_BorderColor, transparent)}.action-item:hover{background-color:var(--sapBackgroundColor);border-color:var(--sapTile_Interactive_BorderColor)}.action-item fd-icon{color:var(--sapLinkColor, #0a6ed1);font-size:1.3rem;line-height:0}.action-item-edit-mode h1,.action-item-edit-mode h2{opacity:.3}.action-item-edit-mode .buttons{display:flex;column-gap:2px}.action-item-edit-mode .buttons button{display:flex}h1{text-decoration:none;color:var(--sapLinkColor, #0a6ed1);text-shadow:var(--sapContent_TextShadow, 0 0 .125rem #fff)}\n"] }]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFyc2EtdGlsZXMvc3JjL2xpYi9hY3Rpb24taXRlbS9hY3Rpb24taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYXJzYS10aWxlcy9zcmMvbGliL2FjdGlvbi1pdGVtL2FjdGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDOzs7Ozs7OztBQU92RCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsYUFBYTs7Z0hBQXpDLG1CQUFtQjtvR0FBbkIsbUJBQW1CLDZFQ1RoQyxxeEJBa0JBOzJGRFRhLG1CQUFtQjtrQkFOL0IsU0FBUzsrQkFDSSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IFRpbGVDb21wb25lbnQgfSBmcm9tICcuLi90aWxlL3RpbGUuY29tcG9uZW50JztcclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2J0LWFjdGlvbi1pdGVtJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hY3Rpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9hY3Rpb24taXRlbS5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcclxufSlcclxuZXhwb3J0IGNsYXNzIEFjdGlvbkl0ZW1Db21wb25lbnQgZXh0ZW5kcyBUaWxlQ29tcG9uZW50IHt9XHJcbiIsIjxkaXYgW2NsYXNzLmFjdGlvbi1pdGVtLWVkaXQtbW9kZV09XCJlZGl0XCIgY2xhc3M9XCJhY3Rpb24taXRlbVwiPlxuICAgIDxmZC1pY29uICpuZ0lmPVwiaWNvblwiIFtnbHlwaF09XCJpY29uXCI+PC9mZC1pY29uPlxuICAgIDxoMSBmZC10aWxlLXRpdGxlPnt7IHRpdGxlIH19PC9oMT5cblxuICAgIDxoMiBmZC10aWxlLXN1YnRpdGxlICpuZ0lmPVwic3VidGl0bGVcIj57eyBzdWJ0aXRsZSB9fTwvaDI+XG5cbiAgICA8ZGl2ICpuZ0lmPVwiZWRpdCAmJiAhZGF0YS5Mb2NrZWRcIiBjbGFzcz1cImJ1dHRvbnNcIj5cbiAgICAgICAgPGJ1dHRvbiBmZC1idXR0b24gZmQtdGlsZS1hY3Rpb24tY2xvc2UgZmRUeXBlPVwidHJhbnNwYXJlbnRcIiAoY2xpY2spPVwiaGlkZUNsaWNrLmVtaXQoKVwiPjwvYnV0dG9uPlxuICAgICAgICA8YnV0dG9uIGZkLWJ1dHRvbiBmZC10aWxlLWFjdGlvbi1pbmRpY2F0b3IgZmRUeXBlPVwidHJhbnNwYXJlbnRcIiBbZmRNZW51VHJpZ2dlcl09XCJtZW51XCI+PC9idXR0b24+XG4gICAgPC9kaXY+XG4gICAgPGZkLW1lbnUgI21lbnU+XG4gICAgICAgIDxsaSBmZC1tZW51LWl0ZW0+XG4gICAgICAgICAgICA8YSAoY2xpY2spPVwibWVudS5jbG9zZSgpOyByZW5hbWVDbGljay5lbWl0KClcIiBmZC1tZW51LWludGVyYWN0aXZlPlxuICAgICAgICAgICAgICAgIDxzcGFuIGZkLW1lbnUtdGl0bGU+e3sgJ1JlbmFtZScgfCBiYmJUcmFuc2xhdGUgfX08L3NwYW4+XG4gICAgICAgICAgICA8L2E+XG4gICAgICAgIDwvbGk+XG4gICAgPC9mZC1tZW51PlxuPC9kaXY+XG4iXX0=
|