barsa-novin-ray-core 2.2.11 → 2.2.13
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/esm2022/lib/barsa-novin-ray-core.module.mjs +15 -9
- package/esm2022/lib/constants.mjs +35 -1
- package/esm2022/lib/directives/index.mjs +2 -1
- package/esm2022/lib/directives/print-files.directive.mjs +39 -0
- package/esm2022/lib/pipes/index.mjs +2 -1
- package/esm2022/lib/pipes/isimage.pipe.mjs +20 -0
- package/esm2022/lib/services/notification.service.mjs +9 -128
- package/fesm2022/barsa-novin-ray-core.mjs +109 -135
- package/fesm2022/barsa-novin-ray-core.mjs.map +1 -1
- package/lib/barsa-novin-ray-core.module.d.ts +40 -38
- package/lib/constants.d.ts +3 -0
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/print-files.directive.d.ts +13 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/isimage.pipe.d.ts +7 -0
- package/lib/services/notification.service.d.ts +1 -12
- package/package.json +1 -1
|
@@ -93,43 +93,45 @@ import * as i72 from "./pipes/string-to-number.pipe";
|
|
|
93
93
|
import * as i73 from "./pipes/column-valueof-parameters.pipe";
|
|
94
94
|
import * as i74 from "./pipes/hide-accept-cancel-buttons.pipe";
|
|
95
95
|
import * as i75 from "./pipes/filter-inline-action-list.pipe";
|
|
96
|
-
import * as i76 from "./
|
|
97
|
-
import * as i77 from "./directives/
|
|
98
|
-
import * as i78 from "./directives/
|
|
99
|
-
import * as i79 from "./directives/render-ulv-
|
|
100
|
-
import * as i80 from "./directives/
|
|
101
|
-
import * as i81 from "./directives/
|
|
102
|
-
import * as i82 from "./directives/
|
|
103
|
-
import * as i83 from "./directives/
|
|
104
|
-
import * as i84 from "./directives/
|
|
105
|
-
import * as i85 from "./directives/
|
|
106
|
-
import * as i86 from "./directives/
|
|
107
|
-
import * as i87 from "./directives/
|
|
108
|
-
import * as i88 from "./directives/
|
|
109
|
-
import * as i89 from "./directives/
|
|
110
|
-
import * as i90 from "./directives/
|
|
111
|
-
import * as i91 from "./directives/
|
|
112
|
-
import * as i92 from "./directives/
|
|
113
|
-
import * as i93 from "./directives/
|
|
114
|
-
import * as i94 from "./directives/
|
|
115
|
-
import * as i95 from "./directives/
|
|
116
|
-
import * as i96 from "./directives/
|
|
117
|
-
import * as i97 from "./directives/
|
|
118
|
-
import * as i98 from "./directives/
|
|
119
|
-
import * as i99 from "./directives/
|
|
120
|
-
import * as i100 from "./directives/
|
|
121
|
-
import * as i101 from "./directives/
|
|
122
|
-
import * as i102 from "./directives/
|
|
123
|
-
import * as i103 from "./directives/
|
|
124
|
-
import * as i104 from "./directives/
|
|
125
|
-
import * as i105 from "./directives/
|
|
126
|
-
import * as i106 from "./directives/
|
|
127
|
-
import * as i107 from "./directives/
|
|
128
|
-
import * as i108 from "
|
|
129
|
-
import * as i109 from "./
|
|
130
|
-
import * as i110 from "
|
|
131
|
-
import * as i111 from "./
|
|
132
|
-
import * as i112 from "
|
|
96
|
+
import * as i76 from "./pipes/isimage.pipe";
|
|
97
|
+
import * as i77 from "./directives/placeHolder.directive";
|
|
98
|
+
import * as i78 from "./directives/numbers-only-input.directive";
|
|
99
|
+
import * as i79 from "./directives/render-ulv-viewer.directive";
|
|
100
|
+
import * as i80 from "./directives/render-ulv-paging.directive";
|
|
101
|
+
import * as i81 from "./directives/anchor-scroll.directive";
|
|
102
|
+
import * as i82 from "./directives/items-renderer.directive";
|
|
103
|
+
import * as i83 from "./directives/ulv-command.directive";
|
|
104
|
+
import * as i84 from "./directives/dynamic-command.directive";
|
|
105
|
+
import * as i85 from "./directives/workflow-choice-command.directive";
|
|
106
|
+
import * as i86 from "./directives/img-lazy.directive";
|
|
107
|
+
import * as i87 from "./directives/until-inview.directive";
|
|
108
|
+
import * as i88 from "./directives/intersection-observer.directive";
|
|
109
|
+
import * as i89 from "./directives/ellipsify.directive";
|
|
110
|
+
import * as i90 from "./directives/table-resizer.directive";
|
|
111
|
+
import * as i91 from "./directives/column-resizer.directive";
|
|
112
|
+
import * as i92 from "./directives/attr-rtl.directive";
|
|
113
|
+
import * as i93 from "./directives/copy.directive";
|
|
114
|
+
import * as i94 from "./directives/ellapsis-text.directive";
|
|
115
|
+
import * as i95 from "./directives/fill-empty-space";
|
|
116
|
+
import * as i96 from "./directives/form-close.directive";
|
|
117
|
+
import * as i97 from "./directives/mobile.directive";
|
|
118
|
+
import * as i98 from "./directives/body-click.directive";
|
|
119
|
+
import * as i99 from "./directives/count-down.directive";
|
|
120
|
+
import * as i100 from "./directives/route-form-change.directive";
|
|
121
|
+
import * as i101 from "./directives/dynamic-style.directive";
|
|
122
|
+
import * as i102 from "./directives/nowraptext.directive";
|
|
123
|
+
import * as i103 from "./directives/label-mandatory.directive";
|
|
124
|
+
import * as i104 from "./directives/absolute-div-body.directive";
|
|
125
|
+
import * as i105 from "./directives/load-external-files.directive";
|
|
126
|
+
import * as i106 from "./directives/stop-propagation.directive";
|
|
127
|
+
import * as i107 from "./directives/prevent-default.directive";
|
|
128
|
+
import * as i108 from "./directives/render-ulv.directive";
|
|
129
|
+
import * as i109 from "./directives/print-files.directive";
|
|
130
|
+
import * as i110 from "@angular/common";
|
|
131
|
+
import * as i111 from "./barsa-novin-ray-core-routing.module";
|
|
132
|
+
import * as i112 from "./form-page-routing/barsa-sap-ui-form-page.module";
|
|
133
|
+
import * as i113 from "./resizable-module/resizable.module";
|
|
134
|
+
import * as i114 from "@angular/forms";
|
|
133
135
|
export declare class BarsaNovinRayCoreModule extends BaseModule {
|
|
134
136
|
protected dcm: DynamicComponentService;
|
|
135
137
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
@@ -137,6 +139,6 @@ export declare class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
137
139
|
constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
|
|
138
140
|
static forRoot(): ModuleWithProviders<BarsaNovinRayCoreModule>;
|
|
139
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaNovinRayCoreModule, never>;
|
|
140
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof i1.FormComponent, typeof i2.FieldUiComponent, typeof i3.NotFoundComponent, typeof i4.RootPageComponent, typeof i5.RootPortalComponent, typeof i6.ReportContainerComponent, typeof i7.FormNewComponent, typeof i8.ModalRootComponent, typeof i9.PortalPageComponent, typeof i10.PortalPageSidebarComponent, typeof i11.RedirectReportNavigatorCommandComponent, typeof i12.EmptyPageWithRouterAndRouterOutletComponent, typeof i13.DynamicItemComponent, typeof i14.DynamicFormComponent, typeof i15.BaseDynamicComponent, typeof i16.DynamicFormToolbaritemComponent, typeof i17.DynamicLayoutComponent, typeof i18.EmptyPageComponent, typeof i19.FormPageComponent, typeof i20.FormFieldReportPageComponent, typeof i21.Login2Component, typeof i22.LoginEnterMobileComponent, typeof i23.LoginVerificationComponent, typeof i24.ButtonLoadingComponent, typeof i25.NumeralPipe, typeof i26.CanUploadFilePipe, typeof i27.RemoveNewlinePipe, typeof i28.ConvertToStylePipe, typeof i29.FilterPipe, typeof i30.FilterTabPipe, typeof i31.FilterStringPipe, typeof i32.FioriIconPipe, typeof i33.SortPipe, typeof i34.GroupByPipe, typeof i35.MultipleGroupByPipe, typeof i36.MoValuePipe, typeof i37.MoReportValuePipe, typeof i38.HeaderFacetValuePipe, typeof i39.PictureFieldSourcePipe, typeof i40.TlbButtonsPipe, typeof i41.SeperatorFixPipe, typeof i42.MoReportValueConcatPipe, typeof i43.ContextMenuPipe, typeof i44.BbbTranslatePipe, typeof i45.BarsaIconDictPipe, typeof i46.FileInfoCountPipe, typeof i47.ControlUiPipe, typeof i48.VisibleValuePipe, typeof i49.DateTimeToCaptionPipe, typeof i50.FilterToolbarControlPipe, typeof i51.ListCountPipe, typeof i52.TotalSummaryPipe, typeof i53.MergeFieldsToColumnsPipe, typeof i54.FindColumnByDbNamePipe, typeof i55.FilterColumnsByDetailsPipe, typeof i56.MoInfoUlvMoListPipe, typeof i57.MoInfoUlvPagingPipe, typeof i58.ReversePipe, typeof i59.ColumnCustomUiPipe, typeof i60.SanitizeTextPipe, typeof i61.ColumnCustomComponentPipe, typeof i62.ColumnIconPipe, typeof i63.ColumnValuePipe, typeof i64.RowNumberPipe, typeof i65.ComboRowImagePipe, typeof i66.IsExpandedNodePipe, typeof i67.ThImageOrIconePipe, typeof i68.FindPreviewColumnPipe, typeof i69.ReplacePipe, typeof i70.FilterWorkflowInMobilePipe, typeof i71.HideColumnsInmobilePipe, typeof i72.StringToNumberPipe, typeof i73.ColumnValueOfParametersPipe, typeof i74.HideAcceptCancelButtonsPipe, typeof i75.FilterInlineActionListPipe, typeof i76.
|
|
142
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof i1.FormComponent, typeof i2.FieldUiComponent, typeof i3.NotFoundComponent, typeof i4.RootPageComponent, typeof i5.RootPortalComponent, typeof i6.ReportContainerComponent, typeof i7.FormNewComponent, typeof i8.ModalRootComponent, typeof i9.PortalPageComponent, typeof i10.PortalPageSidebarComponent, typeof i11.RedirectReportNavigatorCommandComponent, typeof i12.EmptyPageWithRouterAndRouterOutletComponent, typeof i13.DynamicItemComponent, typeof i14.DynamicFormComponent, typeof i15.BaseDynamicComponent, typeof i16.DynamicFormToolbaritemComponent, typeof i17.DynamicLayoutComponent, typeof i18.EmptyPageComponent, typeof i19.FormPageComponent, typeof i20.FormFieldReportPageComponent, typeof i21.Login2Component, typeof i22.LoginEnterMobileComponent, typeof i23.LoginVerificationComponent, typeof i24.ButtonLoadingComponent, typeof i25.NumeralPipe, typeof i26.CanUploadFilePipe, typeof i27.RemoveNewlinePipe, typeof i28.ConvertToStylePipe, typeof i29.FilterPipe, typeof i30.FilterTabPipe, typeof i31.FilterStringPipe, typeof i32.FioriIconPipe, typeof i33.SortPipe, typeof i34.GroupByPipe, typeof i35.MultipleGroupByPipe, typeof i36.MoValuePipe, typeof i37.MoReportValuePipe, typeof i38.HeaderFacetValuePipe, typeof i39.PictureFieldSourcePipe, typeof i40.TlbButtonsPipe, typeof i41.SeperatorFixPipe, typeof i42.MoReportValueConcatPipe, typeof i43.ContextMenuPipe, typeof i44.BbbTranslatePipe, typeof i45.BarsaIconDictPipe, typeof i46.FileInfoCountPipe, typeof i47.ControlUiPipe, typeof i48.VisibleValuePipe, typeof i49.DateTimeToCaptionPipe, typeof i50.FilterToolbarControlPipe, typeof i51.ListCountPipe, typeof i52.TotalSummaryPipe, typeof i53.MergeFieldsToColumnsPipe, typeof i54.FindColumnByDbNamePipe, typeof i55.FilterColumnsByDetailsPipe, typeof i56.MoInfoUlvMoListPipe, typeof i57.MoInfoUlvPagingPipe, typeof i58.ReversePipe, typeof i59.ColumnCustomUiPipe, typeof i60.SanitizeTextPipe, typeof i61.ColumnCustomComponentPipe, typeof i62.ColumnIconPipe, typeof i63.ColumnValuePipe, typeof i64.RowNumberPipe, typeof i65.ComboRowImagePipe, typeof i66.IsExpandedNodePipe, typeof i67.ThImageOrIconePipe, typeof i68.FindPreviewColumnPipe, typeof i69.ReplacePipe, typeof i70.FilterWorkflowInMobilePipe, typeof i71.HideColumnsInmobilePipe, typeof i72.StringToNumberPipe, typeof i73.ColumnValueOfParametersPipe, typeof i74.HideAcceptCancelButtonsPipe, typeof i75.FilterInlineActionListPipe, typeof i76.IsImagePipe, typeof i77.PlaceHolderDirective, typeof i78.NumbersOnlyInputDirective, typeof i79.RenderUlvViewerDirective, typeof i80.RenderUlvPaginDirective, typeof i81.AnchorScrollDirective, typeof i82.ItemsRendererDirective, typeof i83.UlvCommandDirective, typeof i84.DynamicCommandDirective, typeof i85.WorfkflowwChoiceCommandDirective, typeof i86.ImageLazyDirective, typeof i87.UntilInViewDirective, typeof i88.IntersectionObserverDirective, typeof i89.EllipsifyDirective, typeof i90.TableResizerDirective, typeof i91.ColumnResizerDirective, typeof i92.AttrRtlDirective, typeof i93.CopyDirective, typeof i94.EllapsisTextDirective, typeof i95.FillEmptySpaceDirective, typeof i96.FormCloseDirective, typeof i97.MobileDirective, typeof i98.BodyClickDirective, typeof i99.CountDownDirective, typeof i100.RouteFormChangeDirective, typeof i101.DynamicStyleDirective, typeof i102.NowraptextDirective, typeof i103.LabelmandatoryDirective, typeof i104.AbsoluteDivBodyDirective, typeof i105.LoadExternalFilesDirective, typeof i106.StopPropagationDirective, typeof i107.PreventDefaultDirective, typeof i108.RenderUlvDirective, typeof i109.PrintFilesDirective], [typeof i110.CommonModule, typeof i111.BarsaNovinRayCoreRoutingModule, typeof i112.BarsaSapUiFormPageModule, typeof i113.ResizableModule, typeof i114.FormsModule, typeof i114.ReactiveFormsModule], [typeof i1.FormComponent, typeof i2.FieldUiComponent, typeof i3.NotFoundComponent, typeof i4.RootPageComponent, typeof i5.RootPortalComponent, typeof i6.ReportContainerComponent, typeof i7.FormNewComponent, typeof i8.ModalRootComponent, typeof i9.PortalPageComponent, typeof i10.PortalPageSidebarComponent, typeof i11.RedirectReportNavigatorCommandComponent, typeof i12.EmptyPageWithRouterAndRouterOutletComponent, typeof i13.DynamicItemComponent, typeof i14.DynamicFormComponent, typeof i15.BaseDynamicComponent, typeof i16.DynamicFormToolbaritemComponent, typeof i17.DynamicLayoutComponent, typeof i18.EmptyPageComponent, typeof i19.FormPageComponent, typeof i20.FormFieldReportPageComponent, typeof i21.Login2Component, typeof i22.LoginEnterMobileComponent, typeof i23.LoginVerificationComponent, typeof i24.ButtonLoadingComponent, typeof i25.NumeralPipe, typeof i26.CanUploadFilePipe, typeof i27.RemoveNewlinePipe, typeof i28.ConvertToStylePipe, typeof i29.FilterPipe, typeof i30.FilterTabPipe, typeof i31.FilterStringPipe, typeof i32.FioriIconPipe, typeof i33.SortPipe, typeof i34.GroupByPipe, typeof i35.MultipleGroupByPipe, typeof i36.MoValuePipe, typeof i37.MoReportValuePipe, typeof i38.HeaderFacetValuePipe, typeof i39.PictureFieldSourcePipe, typeof i40.TlbButtonsPipe, typeof i41.SeperatorFixPipe, typeof i42.MoReportValueConcatPipe, typeof i43.ContextMenuPipe, typeof i44.BbbTranslatePipe, typeof i45.BarsaIconDictPipe, typeof i46.FileInfoCountPipe, typeof i47.ControlUiPipe, typeof i48.VisibleValuePipe, typeof i49.DateTimeToCaptionPipe, typeof i50.FilterToolbarControlPipe, typeof i51.ListCountPipe, typeof i52.TotalSummaryPipe, typeof i53.MergeFieldsToColumnsPipe, typeof i54.FindColumnByDbNamePipe, typeof i55.FilterColumnsByDetailsPipe, typeof i56.MoInfoUlvMoListPipe, typeof i57.MoInfoUlvPagingPipe, typeof i58.ReversePipe, typeof i59.ColumnCustomUiPipe, typeof i60.SanitizeTextPipe, typeof i61.ColumnCustomComponentPipe, typeof i62.ColumnIconPipe, typeof i63.ColumnValuePipe, typeof i64.RowNumberPipe, typeof i65.ComboRowImagePipe, typeof i66.IsExpandedNodePipe, typeof i67.ThImageOrIconePipe, typeof i68.FindPreviewColumnPipe, typeof i69.ReplacePipe, typeof i70.FilterWorkflowInMobilePipe, typeof i71.HideColumnsInmobilePipe, typeof i72.StringToNumberPipe, typeof i73.ColumnValueOfParametersPipe, typeof i74.HideAcceptCancelButtonsPipe, typeof i75.FilterInlineActionListPipe, typeof i76.IsImagePipe, typeof i77.PlaceHolderDirective, typeof i78.NumbersOnlyInputDirective, typeof i79.RenderUlvViewerDirective, typeof i80.RenderUlvPaginDirective, typeof i81.AnchorScrollDirective, typeof i82.ItemsRendererDirective, typeof i83.UlvCommandDirective, typeof i84.DynamicCommandDirective, typeof i85.WorfkflowwChoiceCommandDirective, typeof i86.ImageLazyDirective, typeof i87.UntilInViewDirective, typeof i88.IntersectionObserverDirective, typeof i89.EllipsifyDirective, typeof i90.TableResizerDirective, typeof i91.ColumnResizerDirective, typeof i92.AttrRtlDirective, typeof i93.CopyDirective, typeof i94.EllapsisTextDirective, typeof i95.FillEmptySpaceDirective, typeof i96.FormCloseDirective, typeof i97.MobileDirective, typeof i98.BodyClickDirective, typeof i99.CountDownDirective, typeof i100.RouteFormChangeDirective, typeof i101.DynamicStyleDirective, typeof i102.NowraptextDirective, typeof i103.LabelmandatoryDirective, typeof i104.AbsoluteDivBodyDirective, typeof i105.LoadExternalFilesDirective, typeof i106.StopPropagationDirective, typeof i107.PreventDefaultDirective, typeof i108.RenderUlvDirective, typeof i109.PrintFilesDirective]>;
|
|
141
143
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaNovinRayCoreModule>;
|
|
142
144
|
}
|
package/lib/constants.d.ts
CHANGED
|
@@ -159,3 +159,6 @@ export declare function ChangeLayoutInfoCustomUi(layoutInfo: LayoutSetting, comp
|
|
|
159
159
|
export declare const mobile_regex: RegExp;
|
|
160
160
|
export declare const number_only: RegExp;
|
|
161
161
|
export declare function forbiddenValidator(nameRe: RegExp): ValidatorFn;
|
|
162
|
+
export declare function GetImgTags(setting: any): string;
|
|
163
|
+
export declare function ImagetoPrint(setting: any): string;
|
|
164
|
+
export declare function PrintImage(setting: any): void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Type } from '@angular/core';
|
|
2
|
+
import { FileAttachmentInfo } from '../abstract-classes/models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PrintFilesDirective {
|
|
5
|
+
files: FileAttachmentInfo[];
|
|
6
|
+
file: FileAttachmentInfo;
|
|
7
|
+
isImageGallery: boolean;
|
|
8
|
+
component: Type<any>;
|
|
9
|
+
constructor();
|
|
10
|
+
_handleClick(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrintFilesDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PrintFilesDirective, "[printFiles]", never, { "files": { "alias": "files"; "required": false; }; "file": { "alias": "file"; "required": false; }; "isImageGallery": { "alias": "isImageGallery"; "required": false; }; "component": { "alias": "component"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
package/lib/pipes/index.d.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsImagePipe implements PipeTransform {
|
|
4
|
+
transform(type: string): boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsImagePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsImagePipe, "isImageType", false>;
|
|
7
|
+
}
|
|
@@ -19,7 +19,6 @@ export declare class NotificationService {
|
|
|
19
19
|
private _portalService;
|
|
20
20
|
private _ngZone;
|
|
21
21
|
private _notifications$;
|
|
22
|
-
private _notificationCount$;
|
|
23
22
|
private _notificationUnreadCount$;
|
|
24
23
|
private _notificationLoading$;
|
|
25
24
|
private _notifiationCountLoaded$;
|
|
@@ -28,27 +27,17 @@ export declare class NotificationService {
|
|
|
28
27
|
userNotificationSettings: UserNotificationSetting;
|
|
29
28
|
constructor(_popupService: NotificationPopupService, _logService: LogService, _lowerCase: LowerCasePipe, _bbbTranslate: BbbTranslatePipe, _domSanitizer: DomSanitizer, _serviceWorkerNotification: ServiceWorkerNotificationService, _portalService: PortalService, _ngZone: NgZone);
|
|
30
29
|
get notificationCountLoaded$(): Observable<boolean>;
|
|
31
|
-
get
|
|
32
|
-
unread: number;
|
|
33
|
-
all: number;
|
|
34
|
-
}>;
|
|
30
|
+
get notificationUnreadCount$(): Observable<number>;
|
|
35
31
|
get notifications$(): Observable<MetaobjectDataModel[]>;
|
|
36
32
|
get notificationLoading$(): Observable<boolean>;
|
|
37
|
-
loadMore(): void;
|
|
38
|
-
setNotificationViewed(tags: string[]): void;
|
|
39
33
|
ShowNotificationRelatedMo(e: {
|
|
40
34
|
tag: string;
|
|
41
35
|
mo: MetaobjectDataModel;
|
|
42
36
|
nama: string;
|
|
43
37
|
}): void;
|
|
44
38
|
handleTopic(eventTopic: any, content: any, ownerKey: any): void;
|
|
45
|
-
private _findNotificationsMessage;
|
|
46
39
|
addNotification(msg: string, title: string, type: string, image: string, mo: any, uiOptions: NotifyOptions, otherOptions: Record<string, any>): void;
|
|
47
|
-
increaseNotifcationCount(unread: number, count: number): void;
|
|
48
40
|
loadUnreadNotificationCount(): void;
|
|
49
|
-
loadNotifications(pageIndex?: number): void;
|
|
50
|
-
removeNotification(molist: MetaobjectDataModel[], closeNotification?: boolean): void;
|
|
51
|
-
private _updateUnreadAndCount;
|
|
52
41
|
get SupportNotifications(): boolean;
|
|
53
42
|
showNotification(notificationItem: NotificationItem, mo: MetaobjectDataModel | null, uiOptions: NotifyOptions, otherOptions: Record<string, any>): void;
|
|
54
43
|
private notificationLoading;
|