barsa-sap-ui 2.3.136 → 2.3.142
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-sap-ui.mjs +307 -760
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +94 -227
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, BaseSettingsService, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, ColumnSummaryType, DefaultCommandsAccess, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, UiReportViewBase, EjrayOlgo, MoForReportModel, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams,
|
|
1
|
+
import * as i233 from 'barsa-novin-ray-core';
|
|
2
|
+
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, BaseSettingsService, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, ColumnSummaryType, DefaultCommandsAccess, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, EjrayOlgo, MoForReportModel, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, BreadcrumbService, PictureFieldSourcePipe, ReportNavigatorComponent, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, PipeTransform,
|
|
4
|
+
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, PipeTransform, ViewContainerRef, Injector, Type, ComponentRef, WritableSignal, ComponentFactoryResolver, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Subscription, Observable, BehaviorSubject, Subject } from 'rxjs';
|
|
7
7
|
import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i236 from '@fundamental-ngx/core';
|
|
9
9
|
import { ContentDensity, TableComponent, ToolbarComponent, DialogConfig, ContentDensityService, DialogService, PopoverComponent, DynamicPageResponsiveSize, SvgConfig, CardType, MenuComponent, Size, DialogRef, RadioButtonComponent, DynamicPageComponent, FileUploaderComponent, DialogComponent, BarDesignType, MultiInputComponent, MessageStripType, MessageStripIndicationColor, MessageStripAlertService, TabPanelComponent, WizardStepComponent, WizardStepStatus, WizardSize, BusyIndicatorSize, ComboboxComponent, ComboboxItem, ObjectStatus, IconFont, InlineHelpDirective, ButtonType, SliderComponent, InputGroupComponent, ContentDensityMode } from '@fundamental-ngx/core';
|
|
10
10
|
import { SafeHtml, DomSanitizer, SafeResourceUrl, SafeStyle } from '@angular/platform-browser';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i240 from 'barsa-calendar';
|
|
12
12
|
import { Day, CalendarMonthInfo } from 'barsa-calendar';
|
|
13
13
|
import { NotificationRef } from '@fundamental-ngx/core/notification';
|
|
14
|
-
import * as
|
|
14
|
+
import * as i232 from '@angular/forms';
|
|
15
15
|
import { UntypedFormGroup } from '@angular/forms';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i234 from '@angular/cdk/drag-drop';
|
|
17
17
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i243 from '@fundamental-ngx/platform';
|
|
19
19
|
import { IconTabBarItem, IconTabBarComponent, TabType } from '@fundamental-ngx/platform';
|
|
20
20
|
import * as i1 from '@angular/router';
|
|
21
21
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
22
|
-
import * as i253 from '@angular/cdk/scrolling';
|
|
23
|
-
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
24
22
|
import * as barsa_sap_ui from 'barsa-sap-ui';
|
|
25
|
-
import * as
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
29
|
-
import * as
|
|
30
|
-
import * as
|
|
23
|
+
import * as i231 from '@angular/common';
|
|
24
|
+
import * as i235 from '@angular/cdk/table';
|
|
25
|
+
import * as i237 from 'ngx-color/swatches';
|
|
26
|
+
import * as i238 from 'ngx-color/chrome';
|
|
27
|
+
import * as i239 from '@angular/cdk/clipboard';
|
|
28
|
+
import * as i242 from 'ng2-pdfjs-viewer';
|
|
29
|
+
import * as i244 from '@angular/cdk/scrolling';
|
|
31
30
|
|
|
32
31
|
declare class ProgressIndicatorComponent extends BaseComponent {
|
|
33
32
|
constructor();
|
|
@@ -211,6 +210,7 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
211
210
|
protected _layoutService: LayoutService;
|
|
212
211
|
protected _renderer: Renderer2;
|
|
213
212
|
protected document: Document;
|
|
213
|
+
protected _parentFormpanelService: FormPanelService | null;
|
|
214
214
|
protected _formpanelService: FormPanelService | null;
|
|
215
215
|
protected _layoutServiceParent?: LayoutService | null | undefined;
|
|
216
216
|
protected _layoutMainContentService?: LayoutMainContentService | null | undefined;
|
|
@@ -767,45 +767,9 @@ declare class NoDataComponent extends BaseComponent {
|
|
|
767
767
|
static ɵcmp: i0.ɵɵComponentDeclaration<NoDataComponent, "bsu-no-data", never, { "simple": { "alias": "simple"; "required": false; }; }, {}, never, never, false, never>;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
declare class
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
cellEdit: boolean;
|
|
774
|
-
column: ReportViewColumn;
|
|
775
|
-
allColumns: ReportViewColumn[];
|
|
776
|
-
mo: MetaobjectDataModel;
|
|
777
|
-
index: any;
|
|
778
|
-
editMode: boolean;
|
|
779
|
-
attachmentViewType: number;
|
|
780
|
-
customRowHeight: any;
|
|
781
|
-
controlUi: LayoutSetting | null;
|
|
782
|
-
formLayoutShowLabel: boolean;
|
|
783
|
-
isChecked: boolean;
|
|
784
|
-
isNewInlineMo: boolean;
|
|
785
|
-
containerDom: HTMLElement;
|
|
786
|
-
disableEllapsis: boolean;
|
|
787
|
-
rtl: boolean;
|
|
788
|
-
isMobile: boolean;
|
|
789
|
-
fdTextMode: boolean;
|
|
790
|
-
deviceName: string;
|
|
791
|
-
deviceSize: AbbrevationDeviceSize;
|
|
792
|
-
value: any;
|
|
793
|
-
icon: any;
|
|
794
|
-
showMore: boolean;
|
|
795
|
-
fieldTypeId: number;
|
|
796
|
-
signalValue: WritableSignal<any>;
|
|
797
|
-
/**
|
|
798
|
-
*
|
|
799
|
-
*/
|
|
800
|
-
protected _renderer2: Renderer2;
|
|
801
|
-
protected _cdr: ChangeDetectorRef;
|
|
802
|
-
ngOnInit(): void;
|
|
803
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
804
|
-
ngAfterViewInit(): void;
|
|
805
|
-
onElapsised(val: boolean): void;
|
|
806
|
-
onSetMaxWidth(): void;
|
|
807
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnRendererComponent, never>;
|
|
808
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnRendererComponent, "bsu-column-renderer,[colRenderer]", never, { "cellEdit": { "alias": "cellEdit"; "required": false; }; "column": { "alias": "column"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "index": { "alias": "index"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "controlUi": { "alias": "controlUi"; "required": false; }; "formLayoutShowLabel": { "alias": "formLayoutShowLabel"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "isNewInlineMo": { "alias": "isNewInlineMo"; "required": false; }; "containerDom": { "alias": "containerDom"; "required": false; }; "disableEllapsis": { "alias": "disableEllapsis"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "fdTextMode": { "alias": "fdTextMode"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "value": { "alias": "value"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
|
770
|
+
declare class BarsaColumnRendererComponent extends ColumnRendererBase {
|
|
771
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnRendererComponent, never>;
|
|
772
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnRendererComponent, "bsu-column-renderer,[colRenderer]", never, {}, {}, never, never, false, never>;
|
|
809
773
|
}
|
|
810
774
|
|
|
811
775
|
declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
@@ -1308,6 +1272,7 @@ declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
|
|
|
1308
1272
|
_portalService: PortalService;
|
|
1309
1273
|
_cdr: ChangeDetectorRef;
|
|
1310
1274
|
visibled: i0.WritableSignal<boolean>;
|
|
1275
|
+
enableGridSettingOrHeader: i0.WritableSignal<boolean>;
|
|
1311
1276
|
ulvWidth: i0.WritableSignal<string>;
|
|
1312
1277
|
parentWidth: number;
|
|
1313
1278
|
onResize: () => void;
|
|
@@ -1322,6 +1287,7 @@ declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
|
|
|
1322
1287
|
onChangeView(view: UiReportViewBase): void;
|
|
1323
1288
|
_trackBy(_index: any, item: any): string;
|
|
1324
1289
|
identify(_index: any, item: any): string;
|
|
1290
|
+
protected _setEnableGridSettingOrHeader(): void;
|
|
1325
1291
|
protected _setWidth(): void;
|
|
1326
1292
|
protected _refreshUlvWidth(): void;
|
|
1327
1293
|
private _refreshToolbar;
|
|
@@ -2256,6 +2222,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2256
2222
|
hide: () => void;
|
|
2257
2223
|
hidden: () => boolean;
|
|
2258
2224
|
GetSelectionData: () => any[];
|
|
2225
|
+
protected _refreshResize(): void;
|
|
2259
2226
|
protected _handleAddonButtonClicked(): void;
|
|
2260
2227
|
protected _executeCommand(): void;
|
|
2261
2228
|
private _setIdsOMoByValue;
|
|
@@ -2617,6 +2584,12 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2617
2584
|
selectedId: string;
|
|
2618
2585
|
scrollToId: i0.WritableSignal<string>;
|
|
2619
2586
|
selectedIdChange: EventEmitter<string>;
|
|
2587
|
+
changeOrder: EventEmitter<{
|
|
2588
|
+
FileId: string;
|
|
2589
|
+
ChangeOrder: boolean;
|
|
2590
|
+
OldIndex: number;
|
|
2591
|
+
NewIndex: number;
|
|
2592
|
+
}>;
|
|
2620
2593
|
imageLoadedCount: Array<number>;
|
|
2621
2594
|
allNeedImagesLoaded: i0.WritableSignal<boolean>;
|
|
2622
2595
|
protected _renderer2: Renderer2;
|
|
@@ -2624,13 +2597,14 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2624
2597
|
ngOnInit(): void;
|
|
2625
2598
|
onImageLoaded(index: number): void;
|
|
2626
2599
|
onMedaiClick(media: FileAttachmentInfo): void;
|
|
2600
|
+
dropItem(event: CdkDragDrop<FileAttachmentInfo[]>): void;
|
|
2627
2601
|
Rotate(): void;
|
|
2628
2602
|
private _selectedIndexChanged;
|
|
2629
2603
|
private _scrollInto;
|
|
2630
2604
|
private _applyIndexChanged;
|
|
2631
2605
|
private _isSequentialBeforeTarget;
|
|
2632
2606
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileGalleryViewerComponent, never>;
|
|
2633
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileGalleryViewerComponent, "bsu-file-gallery-viewer", never, { "fillWidth": { "alias": "fillWidth"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "title": { "alias": "title"; "required": false; }; "files": { "alias": "files"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "isImageGallery": { "alias": "isImageGallery"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "selectedFile": { "alias": "selectedFile"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "selectedId": { "alias": "selectedId"; "required": false; }; "scrollToId": { "alias": "scrollToId"; "required": false; }; }, { "selectedIdChange": "selectedIdChange"; }, never, never, false, never>;
|
|
2607
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileGalleryViewerComponent, "bsu-file-gallery-viewer", never, { "fillWidth": { "alias": "fillWidth"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "title": { "alias": "title"; "required": false; }; "files": { "alias": "files"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "isImageGallery": { "alias": "isImageGallery"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "selectedFile": { "alias": "selectedFile"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "selectedId": { "alias": "selectedId"; "required": false; }; "scrollToId": { "alias": "scrollToId"; "required": false; }; }, { "selectedIdChange": "selectedIdChange"; "changeOrder": "changeOrder"; }, never, never, false, never>;
|
|
2634
2608
|
}
|
|
2635
2609
|
|
|
2636
2610
|
declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
|
|
@@ -2670,6 +2644,7 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
|
|
|
2670
2644
|
get selectedMedia(): Media | undefined;
|
|
2671
2645
|
ngOnInit(): void;
|
|
2672
2646
|
ngOnDestroy(): void;
|
|
2647
|
+
onChangeOrder(e: any): void;
|
|
2673
2648
|
onPrimaryUpload(uploader: any): void;
|
|
2674
2649
|
onOpenUploader(groupItem: PictureGroupItem, uploader: any): void;
|
|
2675
2650
|
onGroupAttach(groupItem: PictureGroupItem, uploader: any): void;
|
|
@@ -2715,7 +2690,53 @@ interface UiPicturesInfoSettings extends MetaobjectDataModel {
|
|
|
2715
2690
|
GalleryMode$Caption: string;
|
|
2716
2691
|
}
|
|
2717
2692
|
|
|
2718
|
-
|
|
2693
|
+
interface IRichTextController extends IBaseController {
|
|
2694
|
+
updateText(richText?: string): void;
|
|
2695
|
+
}
|
|
2696
|
+
interface IRichTextFieldView extends IViewBase {
|
|
2697
|
+
setText(text: SafeHtml): void;
|
|
2698
|
+
setClassList(classList: string): any;
|
|
2699
|
+
context: {
|
|
2700
|
+
FormPanelUi: {
|
|
2701
|
+
[key: string]: any;
|
|
2702
|
+
Mo: MetaobjectDataModel;
|
|
2703
|
+
};
|
|
2704
|
+
};
|
|
2705
|
+
}
|
|
2706
|
+
interface IRichTextColumnView extends Omit<IRichTextFieldView, 'context'> {
|
|
2707
|
+
allColumns: ReportViewColumn[];
|
|
2708
|
+
mo: MetaobjectDataModel;
|
|
2709
|
+
}
|
|
2710
|
+
declare class RichTextFieldController extends BaseController<IRichTextFieldView> implements IRichTextController {
|
|
2711
|
+
protected _placeholders: MoForReportModel;
|
|
2712
|
+
protected _classList: string;
|
|
2713
|
+
protected _richText: string;
|
|
2714
|
+
protected _htmlText: string;
|
|
2715
|
+
protected _domSanitizer: DomSanitizer;
|
|
2716
|
+
protected _templateEngine: ITemplateEngine;
|
|
2717
|
+
protected _regexCache: Map<string, RegExp>;
|
|
2718
|
+
constructor(view: IRichTextFieldView);
|
|
2719
|
+
init(parameters: MetaobjectDataModel): void;
|
|
2720
|
+
updateText(richText?: string): void;
|
|
2721
|
+
protected getFieldName(mo: MetaobjectDataModel, caption: string): undefined | string;
|
|
2722
|
+
protected _getPlaceholderValue(placeholder: string): any;
|
|
2723
|
+
}
|
|
2724
|
+
declare class RichTextColumnController extends BaseController<IRichTextColumnView> implements IRichTextController {
|
|
2725
|
+
protected _moRepValue: MoReportValuePipe;
|
|
2726
|
+
protected _placeholders: MoForReportModel;
|
|
2727
|
+
protected _classList: string;
|
|
2728
|
+
protected _richText: string;
|
|
2729
|
+
protected _htmlText: string;
|
|
2730
|
+
protected _domSanitizer: DomSanitizer;
|
|
2731
|
+
protected _regexCache: Map<string, RegExp>;
|
|
2732
|
+
protected _templateEngine: ITemplateEngine;
|
|
2733
|
+
constructor(view: IRichTextColumnView);
|
|
2734
|
+
init(parameters: MetaobjectDataModel): void;
|
|
2735
|
+
updateText(richText?: string): void;
|
|
2736
|
+
protected _getPlaceholderValue(placeholder: string): any;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
declare class RichTextStaticComponent extends FieldViewBase<RichTextFieldController> implements IRichTextFieldView {
|
|
2719
2740
|
settings: RichTextStaticSettings;
|
|
2720
2741
|
classList: string;
|
|
2721
2742
|
parameters: RichTextStaticSettings;
|
|
@@ -2726,11 +2747,15 @@ declare class RichTextStaticComponent extends FieldBaseComponent implements OnIn
|
|
|
2726
2747
|
Placeholder: string;
|
|
2727
2748
|
}];
|
|
2728
2749
|
};
|
|
2750
|
+
controller: RichTextFieldController;
|
|
2751
|
+
/**
|
|
2752
|
+
*
|
|
2753
|
+
*/
|
|
2754
|
+
constructor();
|
|
2729
2755
|
ngOnInit(): void;
|
|
2730
2756
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
protected _getPlaceholderValue(mo: MetaobjectDataModel, placeholder: string): any;
|
|
2757
|
+
setText(text: SafeHtml): void;
|
|
2758
|
+
setClassList(classList: string): void;
|
|
2734
2759
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextStaticComponent, never>;
|
|
2735
2760
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextStaticComponent, "bsu-rich-text-static", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
2736
2761
|
}
|
|
@@ -3570,6 +3595,7 @@ declare class ApplyConditionalFormatsDirective extends BaseDirective implements
|
|
|
3570
3595
|
hostEl: any;
|
|
3571
3596
|
dbName: string | undefined;
|
|
3572
3597
|
style: string;
|
|
3598
|
+
private CONDITIONAL_CLASS;
|
|
3573
3599
|
private _dynamicDarkColorPipe;
|
|
3574
3600
|
ngOnInit(): void;
|
|
3575
3601
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -3807,14 +3833,12 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3807
3833
|
showDetailsInRow: boolean;
|
|
3808
3834
|
previewColumn: ReportViewColumn;
|
|
3809
3835
|
columnComponents: MoForReportModel | null;
|
|
3810
|
-
dirtyColumns: Record<string, boolean>;
|
|
3811
3836
|
detailsCollapsed: boolean;
|
|
3812
3837
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
3813
3838
|
detailsFormItems: TemplateRef<any>;
|
|
3814
3839
|
detailsComponentSetting: any;
|
|
3815
3840
|
isOdd: boolean;
|
|
3816
3841
|
_renderer2: Renderer2;
|
|
3817
|
-
activeColumn: WritableSignal<ReportViewColumn | undefined>;
|
|
3818
3842
|
ngOnInit(): void;
|
|
3819
3843
|
reCalculateColumnSummary(elDom: HTMLElement, column: any): void;
|
|
3820
3844
|
onColumnClick(column: ReportViewColumn): void;
|
|
@@ -3822,7 +3846,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3822
3846
|
onRowDetails(): void;
|
|
3823
3847
|
private _columnChangeToEditMode;
|
|
3824
3848
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
3825
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "
|
|
3849
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; }, { "columnSummary": "columnSummary"; }, never, never, false, never>;
|
|
3826
3850
|
}
|
|
3827
3851
|
|
|
3828
3852
|
declare class BarsaTableColumnComponent extends BaseColumnPropsComponent {
|
|
@@ -4738,148 +4762,10 @@ declare class BarsaCustomInlineEditRowComponent extends BaseViewItemPropsCompone
|
|
|
4738
4762
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditRowComponent, "bsu-barsa-custom-inline-edit-row", never, {}, {}, never, never, false, never>;
|
|
4739
4763
|
}
|
|
4740
4764
|
|
|
4741
|
-
declare class
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
_newMessageText: string;
|
|
4746
|
-
ngOnInit(): void;
|
|
4747
|
-
ngOnDestroy(): void;
|
|
4748
|
-
onTextChange($event: any): void;
|
|
4749
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatComponent, never>;
|
|
4750
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatComponent, "bsu-barsa-chat", never, {}, {}, never, never, false, never>;
|
|
4751
|
-
}
|
|
4752
|
-
|
|
4753
|
-
declare class BarsaChatContentToolbarComponent {
|
|
4754
|
-
avatar: string;
|
|
4755
|
-
title: string;
|
|
4756
|
-
subtitle: string;
|
|
4757
|
-
status: number;
|
|
4758
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatContentToolbarComponent, never>;
|
|
4759
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatContentToolbarComponent, "bsu-barsa-chat-content-toolbar", never, { "avatar": { "alias": "avatar"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
|
|
4760
|
-
}
|
|
4761
|
-
|
|
4762
|
-
type Message = {
|
|
4763
|
-
id: string;
|
|
4764
|
-
owner: User$1;
|
|
4765
|
-
text?: string;
|
|
4766
|
-
files?: FileAttachmentInfo[];
|
|
4767
|
-
image?: FilePictureInfoModel;
|
|
4768
|
-
createdAt: Date;
|
|
4769
|
-
deliveredAt: Date;
|
|
4770
|
-
readAt: Date;
|
|
4771
|
-
userId: string;
|
|
4772
|
-
};
|
|
4773
|
-
type User$1 = {
|
|
4774
|
-
id: string;
|
|
4775
|
-
avatar: string;
|
|
4776
|
-
name: string;
|
|
4777
|
-
};
|
|
4778
|
-
|
|
4779
|
-
declare class BarsaChatMessageComponent extends BaseComponent {
|
|
4780
|
-
message: Message;
|
|
4781
|
-
showSender: boolean;
|
|
4782
|
-
nextIsSame: boolean;
|
|
4783
|
-
pervIsSame: boolean;
|
|
4784
|
-
badge: boolean;
|
|
4785
|
-
nextHasBadge: boolean;
|
|
4786
|
-
badgeLabel: string;
|
|
4787
|
-
reply: EventEmitter<any>;
|
|
4788
|
-
animationState: WritableSignal<'hidden' | 'visible'>;
|
|
4789
|
-
ngOnInit(): void;
|
|
4790
|
-
hideMessage(): void;
|
|
4791
|
-
imageRatio(image: any): any;
|
|
4792
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatMessageComponent, never>;
|
|
4793
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatMessageComponent, "bsu-barsa-chat-message", never, { "message": { "alias": "message"; "required": false; }; "showSender": { "alias": "showSender"; "required": false; }; "nextIsSame": { "alias": "nextIsSame"; "required": false; }; "pervIsSame": { "alias": "pervIsSame"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "nextHasBadge": { "alias": "nextHasBadge"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; }, { "reply": "reply"; }, never, never, false, never>;
|
|
4794
|
-
}
|
|
4795
|
-
|
|
4796
|
-
declare class BarsaChatUserListComponent extends ReportViewBaseComponent<BarsaChatUserListSettings> {
|
|
4797
|
-
users: WritableSignal<Array<User>>;
|
|
4798
|
-
protected _picFieldSrc: PictureFieldSourcePipe;
|
|
4799
|
-
protected _rval: MoReportValuePipe;
|
|
4800
|
-
ngOnInit(): void;
|
|
4801
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
4802
|
-
onAvatarFailed(imgDom: HTMLImageElement): void;
|
|
4803
|
-
protected _prepareUsers(moDataList: MetaobjectDataModel[]): void;
|
|
4804
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatUserListComponent, never>;
|
|
4805
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatUserListComponent, "bsu-barsa-chat-user-list", never, {}, {}, never, never, false, never>;
|
|
4806
|
-
}
|
|
4807
|
-
type User = {
|
|
4808
|
-
id: string;
|
|
4809
|
-
mo: MetaobjectDataModel;
|
|
4810
|
-
avatar: string;
|
|
4811
|
-
unreadCount: number;
|
|
4812
|
-
muted: boolean;
|
|
4813
|
-
online: boolean;
|
|
4814
|
-
selected: boolean;
|
|
4815
|
-
lastMessage: {
|
|
4816
|
-
text: string;
|
|
4817
|
-
};
|
|
4818
|
-
lastMessageReadDate: string;
|
|
4819
|
-
lastMessageIsForMe: boolean;
|
|
4820
|
-
title: string;
|
|
4821
|
-
status: any;
|
|
4822
|
-
hasAvatar: boolean;
|
|
4823
|
-
};
|
|
4824
|
-
type BarsaChatUserListSettings = UiReportViewBaseSetting;
|
|
4825
|
-
|
|
4826
|
-
declare class BarsaChatContentComponent {
|
|
4827
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatContentComponent, never>;
|
|
4828
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatContentComponent, "bsu-barsa-chat-content", never, {}, {}, never, ["*"], false, never>;
|
|
4829
|
-
}
|
|
4830
|
-
|
|
4831
|
-
declare class BarsaChatThreadsListToolbarComponent {
|
|
4832
|
-
displayName: i0.InputSignal<string>;
|
|
4833
|
-
avatar: i0.InputSignal<string>;
|
|
4834
|
-
add: i0.OutputEmitterRef<void>;
|
|
4835
|
-
edit: i0.OutputEmitterRef<void>;
|
|
4836
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatThreadsListToolbarComponent, never>;
|
|
4837
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatThreadsListToolbarComponent, "bsu-barsa-chat-threads-list-toolbar", never, { "displayName": { "alias": "displayName"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "add": "add"; "edit": "edit"; }, never, never, false, never>;
|
|
4838
|
-
}
|
|
4839
|
-
|
|
4840
|
-
declare class BarsaChatThreadsListComponent {
|
|
4841
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatThreadsListComponent, never>;
|
|
4842
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatThreadsListComponent, "bsu-barsa-chat-threads-list", never, {}, {}, never, ["*"], false, never>;
|
|
4843
|
-
}
|
|
4844
|
-
|
|
4845
|
-
declare class BarsaChatListComponent extends ReportViewBaseComponent<BarsaChatListSettings> implements OnInit, OnChanges {
|
|
4846
|
-
_chatContentElement: ElementRef;
|
|
4847
|
-
viewPort: CdkVirtualScrollViewport;
|
|
4848
|
-
replyingMessage: Message | null;
|
|
4849
|
-
simple: boolean;
|
|
4850
|
-
setReplyingMessage: EventEmitter<Message>;
|
|
4851
|
-
messages: WritableSignal<Message[]>;
|
|
4852
|
-
moment: any;
|
|
4853
|
-
currentUserId: string;
|
|
4854
|
-
private _rval;
|
|
4855
|
-
private _picField;
|
|
4856
|
-
private _pagingSetting;
|
|
4857
|
-
private _pageChanged;
|
|
4858
|
-
private _modatalistChanged;
|
|
4859
|
-
private _pendingScrollIndex;
|
|
4860
|
-
private injector;
|
|
4861
|
-
/**
|
|
4862
|
-
*
|
|
4863
|
-
*/
|
|
4864
|
-
constructor();
|
|
4865
|
-
ngOnInit(): void;
|
|
4866
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
4867
|
-
onVisible(): void;
|
|
4868
|
-
_trackByMessage(_index: number, row: Message): string;
|
|
4869
|
-
private scrollToBottom;
|
|
4870
|
-
private _prepareMessages;
|
|
4871
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatListComponent, never>;
|
|
4872
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatListComponent, "bsu-barsa-chat-list", never, { "replyingMessage": { "alias": "replyingMessage"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; }, { "setReplyingMessage": "setReplyingMessage"; }, never, never, false, never>;
|
|
4873
|
-
}
|
|
4874
|
-
interface BarsaChatListSettings extends UiReportViewBaseSetting {
|
|
4875
|
-
UserField: string;
|
|
4876
|
-
DisplayNameField: string;
|
|
4877
|
-
UserPictureField: string;
|
|
4878
|
-
CreationDateField: string;
|
|
4879
|
-
ReadAtField: string;
|
|
4880
|
-
MessageTextField: string;
|
|
4881
|
-
FileDataField: string;
|
|
4882
|
-
PictureDataField: string;
|
|
4765
|
+
declare class UtilDateToHhMmPipe implements PipeTransform {
|
|
4766
|
+
transform(value: Date): string;
|
|
4767
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilDateToHhMmPipe, never>;
|
|
4768
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<UtilDateToHhMmPipe, "utilDateToHhMm", true>;
|
|
4883
4769
|
}
|
|
4884
4770
|
|
|
4885
4771
|
declare class BarsaModalComponent extends BaseComponent {
|
|
@@ -5329,13 +5215,6 @@ declare class DynamicCommandComponent extends BaseComponent {
|
|
|
5329
5215
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCommandComponent, "bsu-dynamic-command", never, {}, {}, never, never, false, never>;
|
|
5330
5216
|
}
|
|
5331
5217
|
|
|
5332
|
-
declare class BarsaChatMessageStatusComponent {
|
|
5333
|
-
messageRead: boolean;
|
|
5334
|
-
messageSent: boolean;
|
|
5335
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatMessageStatusComponent, never>;
|
|
5336
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatMessageStatusComponent, "bsu-barsa-chat-message-status", never, { "messageRead": { "alias": "messageRead"; "required": false; }; "messageSent": { "alias": "messageSent"; "required": false; }; }, {}, never, never, false, never>;
|
|
5337
|
-
}
|
|
5338
|
-
|
|
5339
5218
|
declare class FileCardViewerComponent extends BaseComponent {
|
|
5340
5219
|
mediaData: Media[];
|
|
5341
5220
|
inDialog: boolean;
|
|
@@ -5366,18 +5245,6 @@ declare class CardReportNavigatorComponent extends ReportNavigatorComponent {
|
|
|
5366
5245
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardReportNavigatorComponent, "bsu-card-report-navigator", never, {}, {}, never, never, false, never>;
|
|
5367
5246
|
}
|
|
5368
5247
|
|
|
5369
|
-
declare class UtilDateToHhMmPipe implements PipeTransform {
|
|
5370
|
-
transform(value: Date): string;
|
|
5371
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtilDateToHhMmPipe, never>;
|
|
5372
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<UtilDateToHhMmPipe, "utilDateToHhMm", true>;
|
|
5373
|
-
}
|
|
5374
|
-
|
|
5375
|
-
declare class UtilChatTimeBadgePipe implements PipeTransform {
|
|
5376
|
-
transform(value: string | Date | number): string;
|
|
5377
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtilChatTimeBadgePipe, never>;
|
|
5378
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<UtilChatTimeBadgePipe, "utilChatTimeBadge", true>;
|
|
5379
|
-
}
|
|
5380
|
-
|
|
5381
5248
|
declare class BarsaSapUiModule extends BaseModule {
|
|
5382
5249
|
protected dcm: DynamicComponentService;
|
|
5383
5250
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
@@ -5386,9 +5253,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5386
5253
|
constructor();
|
|
5387
5254
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5388
5255
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
5389
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof ColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaChatComponent, typeof BarsaChatContentComponent, typeof BarsaChatMessageComponent, typeof BarsaChatUserListComponent, typeof BarsaChatThreadsListComponent, typeof BarsaChatThreadsListToolbarComponent, typeof BarsaChatContentToolbarComponent, typeof BarsaChatListComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof BarsaChatMessageStatusComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective], [typeof i240.CommonModule, typeof i241.FormsModule, typeof i241.ReactiveFormsModule, typeof i242.BarsaNovinRayCoreModule, typeof i243.DragDropModule, typeof i244.CdkTableModule, typeof i245.FundamentalNgxCoreModule, typeof i245.SideNavigationModule, typeof i245.FacetModule, typeof i245.WizardModule, typeof i245.RatingStarLabelPipe, typeof i245.ListGroupPipe, typeof i245.DateTimeFormatPipe, typeof i245.DateFromNowPipe, typeof i245.DateFormatPipe, typeof i245.AvatarIconPipe, typeof i246.ColorSwatchesModule, typeof i247.ColorChromeModule, typeof i248.ClipboardModule, typeof i249.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i251.PdfJsViewerModule, typeof i242.ResizableModule, typeof i252.PlatformIconTabBarModule, typeof i245.ContentDensityModule, typeof i253.ScrollingModule, typeof UtilDateToHhMmPipe, typeof UtilChatTimeBadgePipe], [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof ColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaChatComponent, typeof BarsaChatContentComponent, typeof BarsaChatMessageComponent, typeof BarsaChatUserListComponent, typeof BarsaChatThreadsListComponent, typeof BarsaChatThreadsListToolbarComponent, typeof BarsaChatContentToolbarComponent, typeof BarsaChatListComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof BarsaChatMessageStatusComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5256
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective], [typeof i231.CommonModule, typeof i232.FormsModule, typeof i232.ReactiveFormsModule, typeof i233.BarsaNovinRayCoreModule, typeof i234.DragDropModule, typeof i235.CdkTableModule, typeof i236.FundamentalNgxCoreModule, typeof i236.SideNavigationModule, typeof i236.FacetModule, typeof i236.WizardModule, typeof i236.RatingStarLabelPipe, typeof i236.ListGroupPipe, typeof i236.DateTimeFormatPipe, typeof i236.DateFromNowPipe, typeof i236.DateFormatPipe, typeof i236.AvatarIconPipe, typeof i237.ColorSwatchesModule, typeof i238.ColorChromeModule, typeof i239.ClipboardModule, typeof i240.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i242.PdfJsViewerModule, typeof i233.ResizableModule, typeof i243.PlatformIconTabBarModule, typeof i236.ContentDensityModule, typeof i244.ScrollingModule, typeof UtilDateToHhMmPipe], [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5390
5257
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5391
5258
|
}
|
|
5392
5259
|
|
|
5393
|
-
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent,
|
|
5394
|
-
export type { DropInfo, FormLayoutCol, MegaMenuGroup, MegaMenuItem };
|
|
5260
|
+
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, BarsaColumnRendererComponent, BarsaColumnRowNumberComponent, BarsaCustomInlineEditComponent, BarsaCustomInlineEditRowComponent, BarsaDateTimePickerComponent, BarsaDynamicFieldComponent, BarsaEnumMenuButtonComponent, BarsaFieldKeyValueComponent, BarsaFormLayoutPanelComponent, BarsaFormSideContentComponent, BarsaGridLayoutPanelComponent, BarsaHorizontalFlexPanelComponent, BarsaImgSkeletonComponent, BarsaInfobarsComponent, BarsaLinkableItemsPanelComponent, BarsaListFileLinearComponent, BarsaListFileLinearGmailComponent, BarsaListLayoutPanelComponent, BarsaMegamenuComponent, BarsaModalComponent, BarsaMonacoEditorComponent, BarsaNetworkOfflineComponent, BarsaPishnamayeshPayamComponent, BarsaQuestionAnswerCommentsSectionComponent, BarsaQuestionAnswerContentActionsSectionComponent, BarsaQuestionAnswerCreatorTimeSectionComponent, BarsaQuestionAnswerFormAddCommentComponent, BarsaQuestionAnswerFormComponent, BarsaQuestionAnswerVoteSectionComponent, BarsaQuestionPostComponent, BarsaReportCardFlexViewComponent, BarsaReportCheckboxSwitchButtonComponent, BarsaReportOneOfListComponent, BarsaRowInlineActionlistComponent, BarsaSapUiModule, BarsaSapUiRoutingModule, BarsaSearchFormComponent, BarsaSimpleFormComponent, BarsaTabRouteManagerComponent, BarsaTableColumnComponent, BarsaTableHeaderComponent, BarsaTableRowComponent, BarsaTagCategoriesComponent, BarsaTagChipComponent, BarsaTagsCategoryRowComponent, BarsaTextEllipsisComponent, BarsaThemeComponent, BarsaTinyemceComponent, BarsaToolbaritemSearchComponent, BarsaTreeItemComponent, BarsaUlvMainComponent, BlobViewerComponent, BreadcrumbComponent, CaptchaFieldComponent, CardItemComponent, CardReportNavigatorComponent, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileCardViewerComponent, FileGalleryViewerComponent, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixMoreDirective, FormDialogComponent, FormDialogLessComponent, FormToolbarButtonComponent, FormToolbarComponent, FormWizardComponent, FullscreenDialogDirective, FullscreenFilesDirective, FundamentalDynamicFormComponent, GanttDhtmlChartViewComponent, GetFormLayoutGrid, GlobalSearchComponent, GlobalSearchModuleComponent, GlobalSearchPanelComponent, HeaderAvatarComponent, HtreeCreateNewComponent, HyperlinkComponent, IconBusinessSuite, IconTNT, InlineSaveAndCancelComponent, LayoutActionsComponent, LayoutControlComponent, LayoutWizardComponent, ListItemComponent, LyEmptySpaceComponent, LyHorizontalLayoutComponent, LyLabelComponent, LyLayoutContainerComponent, LyLayoutContainerOfRootComponent, LyLayoutFieldLabelComponent, LyLayoutPanelComponent, LyLineComponent, LySimpleLabelComponent, LyTabContainerComponent, LyTabPageComponent, LyVerticalLayoutComponent, ManageFiltersReportComponent, MaskComponent, MatrixValuePipe, MessageStripComponent, NoDataComponent, NodeHasOneDepthLevelPipe, NotificationItemActionsComponent, NotificationItemComponent, ObjectStatusIconPipe, ProgressIndicatorComponent, ReportNewTopFormComponent, ReportSearchFieldsHiddenSettingsComponent, ReportSearchFieldsManageComponent, ReportSearchPanelSaveComponent, ReportViewRendererDirective, ResponsiveToolbarComponent, ResponsiveToolbarRendererComponent, RichTextColumnController, RichTextFieldController, RichTextStaticComponent, SapFontClassPipe, SapFontPipe, SapSizePipe, SapUiReportBaseComponent, SearchPanelComponent, StaticTextComponent, StringToArrayPipe, TableThDirective, TitleComponent, UiAspReportViewerComponent, UiBpmnViewerComponent, UiButtonComponent, UiCalendarComponent, UiCardViewComponent, UiCardViewHorizontalGroupComponent, UiCheckBoxComponent, UiColorUiComponent, UiContainerWithButtonComponent, UiDateRangeExComponent, UiDateTimeComponent, UiEditableGridComponent, UiExceptionFormComponent, UiFileLinearListBoxComponent, UiFormPanelComponent, UiGanttChartComponent, UiGraphComponent, UiGridColumnsComponent, UiGridComponent, UiGridFilterItemComponent, UiGridFilterSettingsComponent, UiGridSortItemComponent, UiGridSortSettingComponent, UiHtmlViewerComponent, UiInfoBarPanelComponent, UiLabelComponent, UiLinearListContainerWithButtonComponent, UiListViewComponent, UiMapComponent, UiMapReportComponent, UiMatrixViewComponent, UiMoInfoComboViewerComponent, UiMoInfoGeneralObjectUiComponent, UiMoInfoSubFormUiComponent, UiMoInfoUlvComboComponent, UiMonacoEditorComponent, UiMultiSelectCardComponent, UiMultiSelectCheckboxComponent, UiMultiSelectComboComponent, UiMultiSelectRadioComponent, UiMultiSelectSliderComponent, UiMultiSelectSmileComponent, UiNotificationViewComponent, UiNumDecimalUiComponent, UiNumIntSliderComponent, UiNumIntUiComponent, UiPdfViewerComponent, UiPictureFileComponent, UiPicturesInfoComponent, UiRadioGroupComponent, UiReadOnlyFieldComponent, UiReportCarouselViewComponent, UiReportContainerComponent, UiSearchCommandInfoUiComponent, UiSignatureComponent, UiSimpleComboComponent, UiSinglePictureComponent, UiSwitchButtonComponent, UiTableViewComponent, UiTextAreaComponent, UiTextFieldAutoCompleteComponent, UiTextFieldComponent, UiTimeSpanComponent, UiTinymceComponent, UiTreeComponent, UiTreeViewComponent, UiUlvFormMultiSelectUiComponent, UiUlvMainUiComponent, UiWorkflowPanelUiComponent, UlLoadingMaskUiComponent, UlMsgBoxAdapterComponent, UlNotifyPopupComponent, UlToastAdapterComponent, UlvColumnSettingsComponent, UlvContextMenuComponent, UlvFilterSettingsComponent, UlvFormMultiSelectComponent, UlvGroupbySettingsComponent, UlvPagingComponent, UlvSelectionComponent, UlvSettingsComponent, UlvSortSettingsComponent, UlvToolbarComponent, UploadFileStatusPipe, UtilDateToHhMmPipe, WidthTypeEnum, WizardLayoutDirective, _trimEnd, getNestedValue, insertAvatar, sort };
|
|
5261
|
+
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem };
|