barsa-tiles 2.3.31 → 2.3.33
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 +9 -8
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +6 -16
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
|
|
3
3
|
import * as barsa_novin_ray_core from 'barsa-novin-ray-core';
|
|
4
|
-
import { MetaobjectDataModel, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
4
|
+
import { MetaobjectDataModel, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Observable, Subject } from 'rxjs';
|
|
7
7
|
import * as i57 from '@angular/cdk/drag-drop';
|
|
@@ -773,25 +773,12 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
|
|
|
773
773
|
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>;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
|
-
interface ShellbarSetting$1 extends MetaobjectDataModel {
|
|
777
|
-
CssStyles: string;
|
|
778
|
-
subtitle: string;
|
|
779
|
-
calcSubtitle: string;
|
|
780
|
-
logo: FilePictureInfoModel;
|
|
781
|
-
ProductSwitchItems: MoForReportModel;
|
|
782
|
-
ProductMenuItems: MoForReportModel;
|
|
783
|
-
UserMenuItems: MoForReportModel;
|
|
784
|
-
ActionItems: MoForReportModel;
|
|
785
|
-
SidebarReport: MetaobjectDataModel;
|
|
786
|
-
ProfileImageReport: MetaobjectDataModel;
|
|
787
|
-
}
|
|
788
776
|
declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
789
777
|
comboboxComponent: ComboboxComponent;
|
|
790
778
|
popoverComponent: PopoverComponent;
|
|
791
779
|
_notificationsDialog: TemplateRef<any>;
|
|
792
780
|
isOpenQuickAccess: boolean;
|
|
793
781
|
appVersion: string;
|
|
794
|
-
shellbarData: ShellbarSetting$1;
|
|
795
782
|
settings: MetaobjectDataModel;
|
|
796
783
|
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
797
784
|
productMenuControl: string;
|
|
@@ -813,6 +800,8 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
813
800
|
userInfo$: Observable<UserInfo | null>;
|
|
814
801
|
displayName: any;
|
|
815
802
|
shellbarHeight$: Observable<string>;
|
|
803
|
+
productSwitcher$: Observable<ProductSwitchItem[]>;
|
|
804
|
+
shellbarData: ShellbarSetting$1;
|
|
816
805
|
private _router;
|
|
817
806
|
private _renderer2;
|
|
818
807
|
private _bbbTranslatePipe;
|
|
@@ -823,6 +812,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
823
812
|
private _domSanitizer;
|
|
824
813
|
private _notificationService;
|
|
825
814
|
private _shellbarHeightServcie;
|
|
815
|
+
private _applicationCtrlrService;
|
|
826
816
|
get repIdProfileImage(): string;
|
|
827
817
|
get notificationReport(): MetaobjectDataModel;
|
|
828
818
|
get subtitle(): string;
|
|
@@ -834,7 +824,6 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
834
824
|
get actions(): Array<MetaobjectDataModel>;
|
|
835
825
|
get sidebarSettings(): null | any;
|
|
836
826
|
get userMenu(): UserMenuType[];
|
|
837
|
-
get productSwitcher(): ProductSwitchItem[];
|
|
838
827
|
get multiLanguages(): boolean;
|
|
839
828
|
get productMenuItems(): ShellbarMenuItem[];
|
|
840
829
|
get IsUserLoggedIn(): boolean;
|
|
@@ -932,6 +921,7 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
|
932
921
|
profileDynamicCommandText: string;
|
|
933
922
|
profileDynamicCommandIcon: string;
|
|
934
923
|
displayName: string;
|
|
924
|
+
hideBranding: boolean;
|
|
935
925
|
isOpenQuickAccessChanged: EventEmitter<boolean>;
|
|
936
926
|
openNotificationPanel: EventEmitter<void>;
|
|
937
927
|
openQuickAccessPanel: EventEmitter<void>;
|
|
@@ -976,7 +966,7 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
|
976
966
|
private _closeSideMenu;
|
|
977
967
|
private _changeCulture;
|
|
978
968
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
979
|
-
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>;
|
|
969
|
+
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; }; "hideBranding": { "alias": "hideBranding"; "required": false; }; }, { "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
|
|
980
970
|
}
|
|
981
971
|
|
|
982
972
|
declare class PopoverAppFinderComponent extends BaseComponent implements OnInit {
|