barsa-sap-ui 2.3.135 → 2.3.141
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 +304 -758
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +93 -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();
|
|
@@ -767,45 +766,9 @@ declare class NoDataComponent extends BaseComponent {
|
|
|
767
766
|
static ɵcmp: i0.ɵɵComponentDeclaration<NoDataComponent, "bsu-no-data", never, { "simple": { "alias": "simple"; "required": false; }; }, {}, never, never, false, never>;
|
|
768
767
|
}
|
|
769
768
|
|
|
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>;
|
|
769
|
+
declare class BarsaColumnRendererComponent extends ColumnRendererBase {
|
|
770
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaColumnRendererComponent, never>;
|
|
771
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaColumnRendererComponent, "bsu-column-renderer,[colRenderer]", never, {}, {}, never, never, false, never>;
|
|
809
772
|
}
|
|
810
773
|
|
|
811
774
|
declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
@@ -1308,6 +1271,7 @@ declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
|
|
|
1308
1271
|
_portalService: PortalService;
|
|
1309
1272
|
_cdr: ChangeDetectorRef;
|
|
1310
1273
|
visibled: i0.WritableSignal<boolean>;
|
|
1274
|
+
enableGridSettingOrHeader: i0.WritableSignal<boolean>;
|
|
1311
1275
|
ulvWidth: i0.WritableSignal<string>;
|
|
1312
1276
|
parentWidth: number;
|
|
1313
1277
|
onResize: () => void;
|
|
@@ -1322,6 +1286,7 @@ declare class UlvToolbarComponent extends BaseComponent implements OnChanges {
|
|
|
1322
1286
|
onChangeView(view: UiReportViewBase): void;
|
|
1323
1287
|
_trackBy(_index: any, item: any): string;
|
|
1324
1288
|
identify(_index: any, item: any): string;
|
|
1289
|
+
protected _setEnableGridSettingOrHeader(): void;
|
|
1325
1290
|
protected _setWidth(): void;
|
|
1326
1291
|
protected _refreshUlvWidth(): void;
|
|
1327
1292
|
private _refreshToolbar;
|
|
@@ -2256,6 +2221,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2256
2221
|
hide: () => void;
|
|
2257
2222
|
hidden: () => boolean;
|
|
2258
2223
|
GetSelectionData: () => any[];
|
|
2224
|
+
protected _refreshResize(): void;
|
|
2259
2225
|
protected _handleAddonButtonClicked(): void;
|
|
2260
2226
|
protected _executeCommand(): void;
|
|
2261
2227
|
private _setIdsOMoByValue;
|
|
@@ -2617,6 +2583,12 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2617
2583
|
selectedId: string;
|
|
2618
2584
|
scrollToId: i0.WritableSignal<string>;
|
|
2619
2585
|
selectedIdChange: EventEmitter<string>;
|
|
2586
|
+
changeOrder: EventEmitter<{
|
|
2587
|
+
FileId: string;
|
|
2588
|
+
ChangeOrder: boolean;
|
|
2589
|
+
OldIndex: number;
|
|
2590
|
+
NewIndex: number;
|
|
2591
|
+
}>;
|
|
2620
2592
|
imageLoadedCount: Array<number>;
|
|
2621
2593
|
allNeedImagesLoaded: i0.WritableSignal<boolean>;
|
|
2622
2594
|
protected _renderer2: Renderer2;
|
|
@@ -2624,13 +2596,14 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2624
2596
|
ngOnInit(): void;
|
|
2625
2597
|
onImageLoaded(index: number): void;
|
|
2626
2598
|
onMedaiClick(media: FileAttachmentInfo): void;
|
|
2599
|
+
dropItem(event: CdkDragDrop<FileAttachmentInfo[]>): void;
|
|
2627
2600
|
Rotate(): void;
|
|
2628
2601
|
private _selectedIndexChanged;
|
|
2629
2602
|
private _scrollInto;
|
|
2630
2603
|
private _applyIndexChanged;
|
|
2631
2604
|
private _isSequentialBeforeTarget;
|
|
2632
2605
|
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>;
|
|
2606
|
+
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
2607
|
}
|
|
2635
2608
|
|
|
2636
2609
|
declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
|
|
@@ -2670,6 +2643,7 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
|
|
|
2670
2643
|
get selectedMedia(): Media | undefined;
|
|
2671
2644
|
ngOnInit(): void;
|
|
2672
2645
|
ngOnDestroy(): void;
|
|
2646
|
+
onChangeOrder(e: any): void;
|
|
2673
2647
|
onPrimaryUpload(uploader: any): void;
|
|
2674
2648
|
onOpenUploader(groupItem: PictureGroupItem, uploader: any): void;
|
|
2675
2649
|
onGroupAttach(groupItem: PictureGroupItem, uploader: any): void;
|
|
@@ -2715,7 +2689,53 @@ interface UiPicturesInfoSettings extends MetaobjectDataModel {
|
|
|
2715
2689
|
GalleryMode$Caption: string;
|
|
2716
2690
|
}
|
|
2717
2691
|
|
|
2718
|
-
|
|
2692
|
+
interface IRichTextController extends IBaseController {
|
|
2693
|
+
updateText(richText?: string): void;
|
|
2694
|
+
}
|
|
2695
|
+
interface IRichTextFieldView extends IViewBase {
|
|
2696
|
+
setText(text: SafeHtml): void;
|
|
2697
|
+
setClassList(classList: string): any;
|
|
2698
|
+
context: {
|
|
2699
|
+
FormPanelUi: {
|
|
2700
|
+
[key: string]: any;
|
|
2701
|
+
Mo: MetaobjectDataModel;
|
|
2702
|
+
};
|
|
2703
|
+
};
|
|
2704
|
+
}
|
|
2705
|
+
interface IRichTextColumnView extends Omit<IRichTextFieldView, 'context'> {
|
|
2706
|
+
allColumns: ReportViewColumn[];
|
|
2707
|
+
mo: MetaobjectDataModel;
|
|
2708
|
+
}
|
|
2709
|
+
declare class RichTextFieldController extends BaseController<IRichTextFieldView> implements IRichTextController {
|
|
2710
|
+
protected _placeholders: MoForReportModel;
|
|
2711
|
+
protected _classList: string;
|
|
2712
|
+
protected _richText: string;
|
|
2713
|
+
protected _htmlText: string;
|
|
2714
|
+
protected _domSanitizer: DomSanitizer;
|
|
2715
|
+
protected _templateEngine: ITemplateEngine;
|
|
2716
|
+
protected _regexCache: Map<string, RegExp>;
|
|
2717
|
+
constructor(view: IRichTextFieldView);
|
|
2718
|
+
init(parameters: MetaobjectDataModel): void;
|
|
2719
|
+
updateText(richText?: string): void;
|
|
2720
|
+
protected getFieldName(mo: MetaobjectDataModel, caption: string): undefined | string;
|
|
2721
|
+
protected _getPlaceholderValue(placeholder: string): any;
|
|
2722
|
+
}
|
|
2723
|
+
declare class RichTextColumnController extends BaseController<IRichTextColumnView> implements IRichTextController {
|
|
2724
|
+
protected _moRepValue: MoReportValuePipe;
|
|
2725
|
+
protected _placeholders: MoForReportModel;
|
|
2726
|
+
protected _classList: string;
|
|
2727
|
+
protected _richText: string;
|
|
2728
|
+
protected _htmlText: string;
|
|
2729
|
+
protected _domSanitizer: DomSanitizer;
|
|
2730
|
+
protected _regexCache: Map<string, RegExp>;
|
|
2731
|
+
protected _templateEngine: ITemplateEngine;
|
|
2732
|
+
constructor(view: IRichTextColumnView);
|
|
2733
|
+
init(parameters: MetaobjectDataModel): void;
|
|
2734
|
+
updateText(richText?: string): void;
|
|
2735
|
+
protected _getPlaceholderValue(placeholder: string): any;
|
|
2736
|
+
}
|
|
2737
|
+
|
|
2738
|
+
declare class RichTextStaticComponent extends FieldViewBase<RichTextFieldController> implements IRichTextFieldView {
|
|
2719
2739
|
settings: RichTextStaticSettings;
|
|
2720
2740
|
classList: string;
|
|
2721
2741
|
parameters: RichTextStaticSettings;
|
|
@@ -2726,11 +2746,15 @@ declare class RichTextStaticComponent extends FieldBaseComponent implements OnIn
|
|
|
2726
2746
|
Placeholder: string;
|
|
2727
2747
|
}];
|
|
2728
2748
|
};
|
|
2749
|
+
controller: RichTextFieldController;
|
|
2750
|
+
/**
|
|
2751
|
+
*
|
|
2752
|
+
*/
|
|
2753
|
+
constructor();
|
|
2729
2754
|
ngOnInit(): void;
|
|
2730
2755
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
protected _getPlaceholderValue(mo: MetaobjectDataModel, placeholder: string): any;
|
|
2756
|
+
setText(text: SafeHtml): void;
|
|
2757
|
+
setClassList(classList: string): void;
|
|
2734
2758
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextStaticComponent, never>;
|
|
2735
2759
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextStaticComponent, "bsu-rich-text-static", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
2736
2760
|
}
|
|
@@ -3570,6 +3594,7 @@ declare class ApplyConditionalFormatsDirective extends BaseDirective implements
|
|
|
3570
3594
|
hostEl: any;
|
|
3571
3595
|
dbName: string | undefined;
|
|
3572
3596
|
style: string;
|
|
3597
|
+
private CONDITIONAL_CLASS;
|
|
3573
3598
|
private _dynamicDarkColorPipe;
|
|
3574
3599
|
ngOnInit(): void;
|
|
3575
3600
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -3807,14 +3832,12 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3807
3832
|
showDetailsInRow: boolean;
|
|
3808
3833
|
previewColumn: ReportViewColumn;
|
|
3809
3834
|
columnComponents: MoForReportModel | null;
|
|
3810
|
-
dirtyColumns: Record<string, boolean>;
|
|
3811
3835
|
detailsCollapsed: boolean;
|
|
3812
3836
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
3813
3837
|
detailsFormItems: TemplateRef<any>;
|
|
3814
3838
|
detailsComponentSetting: any;
|
|
3815
3839
|
isOdd: boolean;
|
|
3816
3840
|
_renderer2: Renderer2;
|
|
3817
|
-
activeColumn: WritableSignal<ReportViewColumn | undefined>;
|
|
3818
3841
|
ngOnInit(): void;
|
|
3819
3842
|
reCalculateColumnSummary(elDom: HTMLElement, column: any): void;
|
|
3820
3843
|
onColumnClick(column: ReportViewColumn): void;
|
|
@@ -3822,7 +3845,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3822
3845
|
onRowDetails(): void;
|
|
3823
3846
|
private _columnChangeToEditMode;
|
|
3824
3847
|
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; }; "
|
|
3848
|
+
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
3849
|
}
|
|
3827
3850
|
|
|
3828
3851
|
declare class BarsaTableColumnComponent extends BaseColumnPropsComponent {
|
|
@@ -4738,148 +4761,10 @@ declare class BarsaCustomInlineEditRowComponent extends BaseViewItemPropsCompone
|
|
|
4738
4761
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaCustomInlineEditRowComponent, "bsu-barsa-custom-inline-edit-row", never, {}, {}, never, never, false, never>;
|
|
4739
4762
|
}
|
|
4740
4763
|
|
|
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;
|
|
4764
|
+
declare class UtilDateToHhMmPipe implements PipeTransform {
|
|
4765
|
+
transform(value: Date): string;
|
|
4766
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilDateToHhMmPipe, never>;
|
|
4767
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<UtilDateToHhMmPipe, "utilDateToHhMm", true>;
|
|
4883
4768
|
}
|
|
4884
4769
|
|
|
4885
4770
|
declare class BarsaModalComponent extends BaseComponent {
|
|
@@ -5329,13 +5214,6 @@ declare class DynamicCommandComponent extends BaseComponent {
|
|
|
5329
5214
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCommandComponent, "bsu-dynamic-command", never, {}, {}, never, never, false, never>;
|
|
5330
5215
|
}
|
|
5331
5216
|
|
|
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
5217
|
declare class FileCardViewerComponent extends BaseComponent {
|
|
5340
5218
|
mediaData: Media[];
|
|
5341
5219
|
inDialog: boolean;
|
|
@@ -5366,18 +5244,6 @@ declare class CardReportNavigatorComponent extends ReportNavigatorComponent {
|
|
|
5366
5244
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardReportNavigatorComponent, "bsu-card-report-navigator", never, {}, {}, never, never, false, never>;
|
|
5367
5245
|
}
|
|
5368
5246
|
|
|
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
5247
|
declare class BarsaSapUiModule extends BaseModule {
|
|
5382
5248
|
protected dcm: DynamicComponentService;
|
|
5383
5249
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
@@ -5386,9 +5252,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5386
5252
|
constructor();
|
|
5387
5253
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5388
5254
|
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]>;
|
|
5255
|
+
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
5256
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5391
5257
|
}
|
|
5392
5258
|
|
|
5393
|
-
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent,
|
|
5394
|
-
export type { DropInfo, FormLayoutCol, MegaMenuGroup, MegaMenuItem };
|
|
5259
|
+
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 };
|
|
5260
|
+
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem };
|