barsa-sap-ui 2.3.102 → 2.3.103
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 +31 -100
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +17 -37
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i239 from 'barsa-novin-ray-core';
|
|
2
2
|
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, 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, CssBackground, ShortCuts, BreadCrumbInfo, PagingSetting, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, CultureTypes, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, RowDataOption, MenuItem, TypeUlvMainCtrlr, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, PictureFieldSourcePipe, MoReportValuePipe, BreadcrumbService, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, PipeTransform, WritableSignal, ViewContainerRef, Injector, Type, ComponentRef, 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 i242 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 i246 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 i238 from '@angular/forms';
|
|
15
15
|
import { UntypedFormGroup } from '@angular/forms';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i240 from '@angular/cdk/drag-drop';
|
|
17
17
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i249 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
|
|
22
|
+
import * as i250 from '@angular/cdk/scrolling';
|
|
23
23
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
24
24
|
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
|
|
25
|
+
import * as i237 from '@angular/common';
|
|
26
|
+
import * as i241 from '@angular/cdk/table';
|
|
27
|
+
import * as i243 from 'ngx-color/swatches';
|
|
28
|
+
import * as i244 from 'ngx-color/chrome';
|
|
29
|
+
import * as i245 from '@angular/cdk/clipboard';
|
|
30
|
+
import * as i248 from 'ng2-pdfjs-viewer';
|
|
31
31
|
|
|
32
32
|
declare class ProgressIndicatorComponent extends BaseComponent {
|
|
33
33
|
constructor();
|
|
@@ -213,7 +213,6 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
213
213
|
protected _layoutServiceParent?: LayoutService | null | undefined;
|
|
214
214
|
protected _layoutMainContentService?: LayoutMainContentService | null | undefined;
|
|
215
215
|
protected _deviceNameSource: BehaviorSubject<DeviceSize>;
|
|
216
|
-
private _oldContainer;
|
|
217
216
|
private _openOnClick;
|
|
218
217
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
219
218
|
constructor();
|
|
@@ -875,6 +874,8 @@ declare class StringToArrayPipe implements PipeTransform {
|
|
|
875
874
|
declare class UiCardViewComponent extends ReportViewBaseComponent<UiCardListViewSetting> implements OnInit {
|
|
876
875
|
_transparent: boolean;
|
|
877
876
|
cardSetting: UiCardListViewSetting;
|
|
877
|
+
maxHeightHeader$: Observable<number>;
|
|
878
|
+
private _cardViewService;
|
|
878
879
|
ngOnInit(): void;
|
|
879
880
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiCardViewComponent, never>;
|
|
880
881
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiCardViewComponent, "bsu-ui-card-view", never, {}, {}, never, never, false, never>;
|
|
@@ -1250,27 +1251,6 @@ declare class ManageFiltersReportComponent extends BaseComponent implements OnIn
|
|
|
1250
1251
|
static ɵcmp: i0.ɵɵComponentDeclaration<ManageFiltersReportComponent, "bsu-manage-filters-report", never, {}, {}, never, never, false, never>;
|
|
1251
1252
|
}
|
|
1252
1253
|
|
|
1253
|
-
declare class ReportNavigatorComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
1254
|
-
containerRef: ViewContainerRef;
|
|
1255
|
-
minheight: string;
|
|
1256
|
-
loading$: Observable<boolean>;
|
|
1257
|
-
private _activatedRoute;
|
|
1258
|
-
private _portalService;
|
|
1259
|
-
private _applicationCtrlService;
|
|
1260
|
-
private _injector;
|
|
1261
|
-
private _cdr;
|
|
1262
|
-
private _loadingSource;
|
|
1263
|
-
private _location;
|
|
1264
|
-
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
1265
|
-
constructor();
|
|
1266
|
-
ngOnInit(): void;
|
|
1267
|
-
ngOnDestroy(): void;
|
|
1268
|
-
private _setLoading;
|
|
1269
|
-
private _setActiveReport;
|
|
1270
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReportNavigatorComponent, never>;
|
|
1271
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportNavigatorComponent, "bsu-report-navigator", never, {}, {}, never, never, false, never>;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
1254
|
declare class LyLineComponent extends BaseComponent {
|
|
1275
1255
|
config: LayoutSetting;
|
|
1276
1256
|
parentHeight: number;
|
|
@@ -5218,9 +5198,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5218
5198
|
constructor();
|
|
5219
5199
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5220
5200
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
5221
|
-
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 ReportNavigatorComponent, 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 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 FixTabMoreDirective], [typeof i238.CommonModule, typeof i239.FormsModule, typeof i239.ReactiveFormsModule, typeof i240.BarsaNovinRayCoreModule, typeof i241.DragDropModule, typeof i242.CdkTableModule, typeof i243.FundamentalNgxCoreModule, typeof i243.SideNavigationModule, typeof i243.FacetModule, typeof i243.WizardModule, typeof i243.RatingStarLabelPipe, typeof i243.ListGroupPipe, typeof i243.DateTimeFormatPipe, typeof i243.DateFromNowPipe, typeof i243.DateFormatPipe, typeof i243.AvatarIconPipe, typeof i244.ColorSwatchesModule, typeof i245.ColorChromeModule, typeof i246.ClipboardModule, typeof i247.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i249.PdfJsViewerModule, typeof i240.ResizableModule, typeof i250.PlatformIconTabBarModule, typeof i243.ContentDensityModule, typeof i251.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 ReportNavigatorComponent, 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 WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixTabMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5201
|
+
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 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 FixTabMoreDirective], [typeof i237.CommonModule, typeof i238.FormsModule, typeof i238.ReactiveFormsModule, typeof i239.BarsaNovinRayCoreModule, typeof i240.DragDropModule, typeof i241.CdkTableModule, typeof i242.FundamentalNgxCoreModule, typeof i242.SideNavigationModule, typeof i242.FacetModule, typeof i242.WizardModule, typeof i242.RatingStarLabelPipe, typeof i242.ListGroupPipe, typeof i242.DateTimeFormatPipe, typeof i242.DateFromNowPipe, typeof i242.DateFormatPipe, typeof i242.AvatarIconPipe, typeof i243.ColorSwatchesModule, typeof i244.ColorChromeModule, typeof i245.ClipboardModule, typeof i246.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i248.PdfJsViewerModule, typeof i239.ResizableModule, typeof i249.PlatformIconTabBarModule, typeof i242.ContentDensityModule, typeof i250.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 WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixTabMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5222
5202
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5223
5203
|
}
|
|
5224
5204
|
|
|
5225
|
-
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChatComponent, BarsaChatContentComponent, BarsaChatContentToolbarComponent, BarsaChatListComponent, BarsaChatMessageComponent, BarsaChatMessageStatusComponent, BarsaChatThreadsListComponent, BarsaChatThreadsListToolbarComponent, BarsaChatUserListComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, 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, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ColumnRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixTabMoreDirective, 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,
|
|
5205
|
+
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChatComponent, BarsaChatContentComponent, BarsaChatContentToolbarComponent, BarsaChatListComponent, BarsaChatMessageComponent, BarsaChatMessageStatusComponent, BarsaChatThreadsListComponent, BarsaChatThreadsListToolbarComponent, BarsaChatUserListComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, 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, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ColumnRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixTabMoreDirective, 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, 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, WidthTypeEnum, WizardLayoutDirective, _trimEnd, getNestedValue, insertAvatar, sort };
|
|
5226
5206
|
export type { DropInfo, FormLayoutCol, Media, MegaMenuGroup, MegaMenuItem };
|