barsa-sap-ui 2.2.87 → 2.2.89

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.
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ContentDensity } from '@fundamental-ngx/core';
4
+ import { BaseComponent } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class BarsaBottomMenuComponent extends BaseComponent implements OnInit {
7
+ contentDensity$: Observable<ContentDensity>;
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBottomMenuComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBottomMenuComponent, "bsu-barsa-bottom-menu", never, {}, {}, never, never, false, never>;
11
+ }
@@ -211,41 +211,42 @@ import * as i206 from "./ui-report-carousel-view/ui-report-carousel-view.compone
211
211
  import * as i207 from "./barsa-card-banner/barsa-card-banner.component";
212
212
  import * as i208 from "./barsa-theme/barsa-theme.component";
213
213
  import * as i209 from "./barsa-img-skeleton/barsa-img-skeleton.component";
214
- import * as i210 from "./upload-file-status.pipe";
215
- import * as i211 from "./sap-font.pipe";
216
- import * as i212 from "./sap-font-class.pipe";
217
- import * as i213 from "./barsa-tree-item/node-has-one-depth-level.pipe";
218
- import * as i214 from "./column-matrix-renderer/matrix-value.pipe";
219
- import * as i215 from "./dynamic-page-size.pipe";
220
- import * as i216 from "./sap-size.pipe";
221
- import * as i217 from "./avatar-size.pipe";
222
- import * as i218 from "./object-status-icon.pipe";
223
- import * as i219 from "./wizard-layout.directive";
224
- import * as i220 from "./col-renderer.directive";
225
- import * as i221 from "./apply-conditional-formmatings.directive";
226
- import * as i222 from "./report-view-renderer.directive";
227
- import * as i223 from "./fullscreen-dialog.directive";
228
- import * as i224 from "./fullscreen-files.directive";
229
- import * as i225 from "./download-files.directive";
230
- import * as i226 from "./dialog-handler.directive";
231
- import * as i227 from "./table-th.directive";
232
- import * as i228 from "./contentDensity.directive";
233
- import * as i229 from "@angular/common";
234
- import * as i230 from "@angular/forms";
235
- import * as i231 from "barsa-novin-ray-core";
236
- import * as i232 from "@angular/cdk/drag-drop";
237
- import * as i233 from "@angular/cdk/table";
238
- import * as i234 from "@fundamental-ngx/core";
239
- import * as i235 from "ngx-color/swatches";
240
- import * as i236 from "ngx-color/chrome";
241
- import * as i237 from "@angular/cdk/clipboard";
242
- import * as i238 from "barsa-calendar";
243
- import * as i239 from "./barsa-sap-ui-routing.module";
244
- import * as i240 from "ng2-pdfjs-viewer";
245
- import * as i241 from "@fundamental-ngx/platform";
246
- import * as i242 from "@angular/cdk/scrolling";
247
- import * as i243 from "./util-date-to-hh-mm.pipe";
248
- import * as i244 from "./util-chat-time-badge.pipe";
214
+ import * as i210 from "./barsa-bottom-menu/barsa-bottom-menu.component";
215
+ import * as i211 from "./upload-file-status.pipe";
216
+ import * as i212 from "./sap-font.pipe";
217
+ import * as i213 from "./sap-font-class.pipe";
218
+ import * as i214 from "./barsa-tree-item/node-has-one-depth-level.pipe";
219
+ import * as i215 from "./column-matrix-renderer/matrix-value.pipe";
220
+ import * as i216 from "./dynamic-page-size.pipe";
221
+ import * as i217 from "./sap-size.pipe";
222
+ import * as i218 from "./avatar-size.pipe";
223
+ import * as i219 from "./object-status-icon.pipe";
224
+ import * as i220 from "./wizard-layout.directive";
225
+ import * as i221 from "./col-renderer.directive";
226
+ import * as i222 from "./apply-conditional-formmatings.directive";
227
+ import * as i223 from "./report-view-renderer.directive";
228
+ import * as i224 from "./fullscreen-dialog.directive";
229
+ import * as i225 from "./fullscreen-files.directive";
230
+ import * as i226 from "./download-files.directive";
231
+ import * as i227 from "./dialog-handler.directive";
232
+ import * as i228 from "./table-th.directive";
233
+ import * as i229 from "./contentDensity.directive";
234
+ import * as i230 from "@angular/common";
235
+ import * as i231 from "@angular/forms";
236
+ import * as i232 from "barsa-novin-ray-core";
237
+ import * as i233 from "@angular/cdk/drag-drop";
238
+ import * as i234 from "@angular/cdk/table";
239
+ import * as i235 from "@fundamental-ngx/core";
240
+ import * as i236 from "ngx-color/swatches";
241
+ import * as i237 from "ngx-color/chrome";
242
+ import * as i238 from "@angular/cdk/clipboard";
243
+ import * as i239 from "barsa-calendar";
244
+ import * as i240 from "./barsa-sap-ui-routing.module";
245
+ import * as i241 from "ng2-pdfjs-viewer";
246
+ import * as i242 from "@fundamental-ngx/platform";
247
+ import * as i243 from "@angular/cdk/scrolling";
248
+ import * as i244 from "./util-date-to-hh-mm.pipe";
249
+ import * as i245 from "./util-chat-time-badge.pipe";
249
250
  export declare class BarsaSapUiModule extends BaseModule {
250
251
  protected dcm: DynamicComponentService;
251
252
  protected componentFactoryResolver: ComponentFactoryResolver;
@@ -253,6 +254,6 @@ export declare class BarsaSapUiModule extends BaseModule {
253
254
  constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
254
255
  static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
255
256
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
256
- static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.BarsaBarDownloadFileComponent, typeof i2.UiTextFieldComponent, typeof i3.LyLayoutFieldLabelComponent, typeof i4.UiCheckBoxComponent, typeof i5.UiSimpleComboComponent, typeof i6.UiRadioGroupComponent, typeof i7.UiGridComponent, typeof i8.UiMapComponent, typeof i9.LyLayoutContainerOfRootComponent, typeof i10.LyLayoutPanelComponent, typeof i11.UiReadOnlyFieldComponent, typeof i12.UiContainerWithButtonComponent, typeof i13.UiPictureFileComponent, typeof i14.UiMoInfoUlvComboComponent, typeof i15.UiMultiSelectComboComponent, typeof i16.UiNumDecimalUiComponent, typeof i17.UiNumIntUiComponent, typeof i18.UiTimeSpanComponent, typeof i19.UiFileLinearListBoxComponent, typeof i20.LyEmptySpaceComponent, typeof i21.UiSinglePictureComponent, typeof i22.UlvSelectionComponent, typeof i23.UlvToolbarComponent, typeof i24.UlvPagingComponent, typeof i25.UiGridSortSettingComponent, typeof i26.UiGridSortItemComponent, typeof i27.UiGridColumnsComponent, typeof i28.MaskComponent, typeof i29.UiInfoBarPanelComponent, typeof i30.UiFormPanelComponent, typeof i31.UiSearchCommandInfoUiComponent, typeof i32.UlvSettingsComponent, typeof i33.UiTinymceComponent, typeof i34.UiButtonComponent, typeof i35.UiDateTimeComponent, typeof i36.FormDialogComponent, typeof i37.UiMoInfoSubFormUiComponent, typeof i38.ResponsiveToolbarComponent, typeof i39.ResponsiveToolbarRendererComponent, typeof i40.UiTextAreaComponent, typeof i41.LayoutControlComponent, typeof i42.LayoutWizardComponent, typeof i43.FormWizardComponent, typeof i44.FormDialogLessComponent, typeof i45.RichTextStaticComponent, typeof i46.UiPicturesInfoComponent, typeof i47.LyHorizontalLayoutComponent, typeof i48.LyVerticalLayoutComponent, typeof i49.LyTabContainerComponent, typeof i50.LyTabPageComponent, typeof i51.LyLabelComponent, typeof i52.UiMoInfoComboViewerComponent, typeof i53.UlMsgBoxAdapterComponent, typeof i54.UiTreeComponent, typeof i55.HeaderAvatarComponent, typeof i56.UiWorkflowPanelUiComponent, typeof i57.UlvContextMenuComponent, typeof i58.UlLoadingMaskUiComponent, typeof i59.UiTextFieldAutoCompleteComponent, typeof i60.CaptchaFieldComponent, typeof i61.LySimpleLabelComponent, typeof i62.GlobalSearchPanelComponent, typeof i63.GlobalSearchModuleComponent, typeof i64.GlobalSearchComponent, typeof i65.HyperlinkComponent, typeof i66.StaticTextComponent, typeof i67.UlToastAdapterComponent, typeof i68.MessageStripComponent, typeof i69.UiLinearListContainerWithButtonComponent, typeof i70.FundamentalDynamicFormComponent, typeof i71.LayoutActionsComponent, typeof i72.LyLayoutContainerComponent, typeof i73.UiUlvFormMultiSelectUiComponent, typeof i74.UlvFormMultiSelectComponent, typeof i75.UlvColumnSettingsComponent, typeof i76.UlvFilterSettingsComponent, typeof i77.UlvSortSettingsComponent, typeof i78.UlvGroupbySettingsComponent, typeof i79.BarsaListFileLinearComponent, typeof i80.UiPdfViewerComponent, typeof i81.BarsaTinyemceComponent, typeof i82.UiMonacoEditorComponent, typeof i83.BarsaMonacoEditorComponent, typeof i84.BarsaDateTimePickerComponent, typeof i85.BarsaTreeItemComponent, typeof i86.UiSwitchButtonComponent, typeof i87.UiColorUiComponent, typeof i88.LyLineComponent, typeof i89.UiUlvMainUiComponent, typeof i90.ReportNavigatorComponent, typeof i91.ManageFiltersReportComponent, typeof i92.ReportSearchFieldsManageComponent, typeof i93.ReportSearchFieldsHiddenSettingsComponent, typeof i94.SearchPanelComponent, typeof i95.ReportSearchPanelSaveComponent, typeof i96.UiGridFilterSettingsComponent, typeof i97.UiGridFilterItemComponent, typeof i98.UiDateRangeExComponent, typeof i99.UlNotifyPopupComponent, typeof i100.UiTableViewComponent, typeof i101.UiListViewComponent, typeof i102.UiCardViewComponent, typeof i103.UiReportContainerComponent, typeof i104.NoDataComponent, typeof i105.ColumnRendererComponent, typeof i106.InlineSaveAndCancelComponent, typeof i107.UiTreeViewComponent, typeof i106.InlineSaveAndCancelComponent, typeof i108.UiCalendarComponent, typeof i109.UiAspReportViewerComponent, typeof i110.UiGraphComponent, typeof i111.UiExceptionFormComponent, typeof i112.UiEditableGridComponent, typeof i113.ColumnMatrixRendererComponent, typeof i114.UiMatrixViewComponent, typeof i115.CustomDateTimeComponent, typeof i116.BarsaAspViewerComponent, typeof i117.FileInDialogComponent, typeof i118.UiMoInfoGeneralObjectUiComponent, typeof i119.UiGanttChartComponent, typeof i120.GanttDhtmlChartViewComponent, typeof i121.ProgressIndicatorComponent, typeof i122.CardViewContentComponent, typeof i123.CardItemComponent, typeof i124.UiCardViewHorizontalGroupComponent, typeof i125.TitleComponent, typeof i126.BarsaUlvMainComponent, typeof i127.ListItemComponent, typeof i128.HtreeCreateNewComponent, typeof i129.BarsaTableHeaderComponent, typeof i130.BarsaTableRowComponent, typeof i131.BarsaTableColumnComponent, typeof i132.BreadcrumbComponent, typeof i133.UiLabelComponent, typeof i134.FormToolbarButtonComponent, typeof i135.BarsaSearchFormComponent, typeof i136.ReportNewTopFormComponent, typeof i137.BarsaNetworkOfflineComponent, typeof i138.FileViewerContentComponent, typeof i139.FileViewerPopoverComponent, typeof i140.FileViewerComponent, typeof i141.BlobViewerComponent, typeof i142.NotificationItemComponent, typeof i143.BarsaCartableTemplateComponent, typeof i144.BarsaCartableGroupComponent, typeof i145.BarsaCartableFormComponent, typeof i146.BarsaColumnIndicatorComponent, typeof i147.BarsaFieldKeyValueComponent, typeof i148.BarsaToolbaritemSearchComponent, typeof i149.UiHtmlViewerComponent, typeof i150.BarsaPishnamayeshPayamComponent, typeof i151.BarsaTextEllipsisComponent, typeof i152.BarsaListFileLinearGmailComponent, typeof i153.BarsaLinkableItemsPanelComponent, typeof i154.BarsaEnumMenuButtonComponent, typeof i155.BarsaCardLayoutPanelComponent, typeof i156.BarsaHorizontalFlexPanelComponent, typeof i157.BarsaBaseLayoutPanelComponent, typeof i158.BarsaBarPanelComponent, typeof i159.BarsaFormSideContentComponent, typeof i160.BarsaSimpleFormComponent, typeof i161.FormToolbarComponent, typeof i162.BarsaListLayoutPanelComponent, typeof i163.BarsaGridLayoutPanelComponent, typeof i164.BarsaDynamicFieldComponent, typeof i165.UiMultiSelectRadioComponent, typeof i166.UiMultiSelectCheckboxComponent, typeof i167.UiNumIntSliderComponent, typeof i168.UiMultiSelectSliderComponent, typeof i169.UiMultiSelectCardComponent, typeof i170.UiMultiSelectSmileComponent, typeof i171.BarsaReportCheckboxSwitchButtonComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i173.BarsaCardRowPayamComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i174.BarsaQuestionPostComponent, typeof i175.BarsaQuestionAnswerFormComponent, typeof i176.BarsaQuestionAnswerFormAddCommentComponent, typeof i177.BarsaAnswerCardComponent, typeof i178.BarsaQuestionAnswerContentActionsSectionComponent, typeof i179.BarsaQuestionAnswerVoteSectionComponent, typeof i180.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i181.BarsaQuestionAnswerCommentsSectionComponent, typeof i182.BarsaChipComponent, typeof i183.BarsaTagChipComponent, typeof i184.BarsaReportCardFlexViewComponent, typeof i185.BarsaTagsCategoryRowComponent, typeof i186.BarsaTagCategoriesComponent, typeof i187.BarsaReportOneOfListComponent, typeof i173.BarsaCardRowPayamComponent, typeof i188.BarsaCustomInlineEditComponent, typeof i189.BarsaCustomInlineEditRowComponent, typeof i190.BarsaChatComponent, typeof i191.BarsaChatContentComponent, typeof i192.BarsaChatMessageComponent, typeof i193.BarsaChatThreadComponent, typeof i194.BarsaChatThreadsListComponent, typeof i195.BarsaChatThreadsListToolbarComponent, typeof i196.BarsaChatContentToolbarComponent, typeof i197.BarsaChatListComponent, typeof i198.BarsaModalComponent, typeof i199.BarsaTabRouteManagerComponent, typeof i200.BarsaBreadcrumbsComponent, typeof i201.BarsaRowInlineActionlistComponent, typeof i202.UiBpmnViewerComponent, typeof i203.UiNotificationViewComponent, typeof i204.NotificationItemActionsComponent, typeof i205.BarsaFormLayoutPanelComponent, typeof i206.UiReportCarouselViewComponent, typeof i207.BarsaCardBannerComponent, typeof i208.BarsaThemeComponent, typeof i209.BarsaImgSkeletonComponent, typeof i210.UploadFileStatusPipe, typeof i211.SapFontPipe, typeof i212.SapFontClassPipe, typeof i102.StringToArrayPipe, typeof i213.NodeHasOneDepthLevelPipe, typeof i214.MatrixValuePipe, typeof i215.DynamicPageSizePipe, typeof i216.SapSizePipe, typeof i217.AvatarGridColPipe, typeof i218.ObjectStatusIconPipe, typeof i219.WizardLayoutDirective, typeof i220.ColRendererDirective, typeof i221.ApplyConditionalFormatsDirective, typeof i222.ReportViewRendererDirective, typeof i223.FullscreenDialogDirective, typeof i224.FullscreenFilesDirective, typeof i225.DownloadFilesDirective, typeof i226.DialogHandlerDirective, typeof i227.TableThDirective, typeof i228.ContentDensityDirective], [typeof i229.CommonModule, typeof i230.FormsModule, typeof i230.ReactiveFormsModule, typeof i231.BarsaNovinRayCoreModule, typeof i232.DragDropModule, typeof i233.CdkTableModule, typeof i234.FundamentalNgxCoreModule, typeof i234.FacetModule, typeof i234.WizardModule, typeof i234.RatingStarLabelPipe, typeof i234.ListGroupPipe, typeof i234.DateTimeFormatPipe, typeof i234.DateFromNowPipe, typeof i234.DateFormatPipe, typeof i234.AvatarIconPipe, typeof i235.ColorSwatchesModule, typeof i236.ColorChromeModule, typeof i237.ClipboardModule, typeof i238.BarsaCalendarModule, typeof i239.BarsaSapUiRoutingModule, typeof i240.PdfJsViewerModule, typeof i231.ResizableModule, typeof i241.PlatformIconTabBarModule, typeof i234.ContentDensityModule, typeof i242.ScrollingModule, typeof i243.UtilDateToHhMmPipe, typeof i244.UtilChatTimeBadgePipe], [typeof i1.BarsaBarDownloadFileComponent, typeof i2.UiTextFieldComponent, typeof i3.LyLayoutFieldLabelComponent, typeof i4.UiCheckBoxComponent, typeof i5.UiSimpleComboComponent, typeof i6.UiRadioGroupComponent, typeof i7.UiGridComponent, typeof i8.UiMapComponent, typeof i9.LyLayoutContainerOfRootComponent, typeof i10.LyLayoutPanelComponent, typeof i11.UiReadOnlyFieldComponent, typeof i12.UiContainerWithButtonComponent, typeof i13.UiPictureFileComponent, typeof i14.UiMoInfoUlvComboComponent, typeof i15.UiMultiSelectComboComponent, typeof i16.UiNumDecimalUiComponent, typeof i17.UiNumIntUiComponent, typeof i18.UiTimeSpanComponent, typeof i19.UiFileLinearListBoxComponent, typeof i20.LyEmptySpaceComponent, typeof i21.UiSinglePictureComponent, typeof i22.UlvSelectionComponent, typeof i23.UlvToolbarComponent, typeof i24.UlvPagingComponent, typeof i25.UiGridSortSettingComponent, typeof i26.UiGridSortItemComponent, typeof i27.UiGridColumnsComponent, typeof i28.MaskComponent, typeof i29.UiInfoBarPanelComponent, typeof i30.UiFormPanelComponent, typeof i31.UiSearchCommandInfoUiComponent, typeof i32.UlvSettingsComponent, typeof i33.UiTinymceComponent, typeof i34.UiButtonComponent, typeof i35.UiDateTimeComponent, typeof i36.FormDialogComponent, typeof i37.UiMoInfoSubFormUiComponent, typeof i38.ResponsiveToolbarComponent, typeof i39.ResponsiveToolbarRendererComponent, typeof i40.UiTextAreaComponent, typeof i41.LayoutControlComponent, typeof i42.LayoutWizardComponent, typeof i43.FormWizardComponent, typeof i44.FormDialogLessComponent, typeof i45.RichTextStaticComponent, typeof i46.UiPicturesInfoComponent, typeof i47.LyHorizontalLayoutComponent, typeof i48.LyVerticalLayoutComponent, typeof i49.LyTabContainerComponent, typeof i50.LyTabPageComponent, typeof i51.LyLabelComponent, typeof i52.UiMoInfoComboViewerComponent, typeof i53.UlMsgBoxAdapterComponent, typeof i54.UiTreeComponent, typeof i55.HeaderAvatarComponent, typeof i56.UiWorkflowPanelUiComponent, typeof i57.UlvContextMenuComponent, typeof i58.UlLoadingMaskUiComponent, typeof i59.UiTextFieldAutoCompleteComponent, typeof i60.CaptchaFieldComponent, typeof i61.LySimpleLabelComponent, typeof i62.GlobalSearchPanelComponent, typeof i63.GlobalSearchModuleComponent, typeof i64.GlobalSearchComponent, typeof i65.HyperlinkComponent, typeof i66.StaticTextComponent, typeof i67.UlToastAdapterComponent, typeof i68.MessageStripComponent, typeof i69.UiLinearListContainerWithButtonComponent, typeof i70.FundamentalDynamicFormComponent, typeof i71.LayoutActionsComponent, typeof i72.LyLayoutContainerComponent, typeof i73.UiUlvFormMultiSelectUiComponent, typeof i74.UlvFormMultiSelectComponent, typeof i75.UlvColumnSettingsComponent, typeof i76.UlvFilterSettingsComponent, typeof i77.UlvSortSettingsComponent, typeof i78.UlvGroupbySettingsComponent, typeof i79.BarsaListFileLinearComponent, typeof i80.UiPdfViewerComponent, typeof i81.BarsaTinyemceComponent, typeof i82.UiMonacoEditorComponent, typeof i83.BarsaMonacoEditorComponent, typeof i84.BarsaDateTimePickerComponent, typeof i85.BarsaTreeItemComponent, typeof i86.UiSwitchButtonComponent, typeof i87.UiColorUiComponent, typeof i88.LyLineComponent, typeof i89.UiUlvMainUiComponent, typeof i90.ReportNavigatorComponent, typeof i91.ManageFiltersReportComponent, typeof i92.ReportSearchFieldsManageComponent, typeof i93.ReportSearchFieldsHiddenSettingsComponent, typeof i94.SearchPanelComponent, typeof i95.ReportSearchPanelSaveComponent, typeof i96.UiGridFilterSettingsComponent, typeof i97.UiGridFilterItemComponent, typeof i98.UiDateRangeExComponent, typeof i99.UlNotifyPopupComponent, typeof i100.UiTableViewComponent, typeof i101.UiListViewComponent, typeof i102.UiCardViewComponent, typeof i103.UiReportContainerComponent, typeof i104.NoDataComponent, typeof i105.ColumnRendererComponent, typeof i106.InlineSaveAndCancelComponent, typeof i107.UiTreeViewComponent, typeof i106.InlineSaveAndCancelComponent, typeof i108.UiCalendarComponent, typeof i109.UiAspReportViewerComponent, typeof i110.UiGraphComponent, typeof i111.UiExceptionFormComponent, typeof i112.UiEditableGridComponent, typeof i113.ColumnMatrixRendererComponent, typeof i114.UiMatrixViewComponent, typeof i115.CustomDateTimeComponent, typeof i116.BarsaAspViewerComponent, typeof i117.FileInDialogComponent, typeof i118.UiMoInfoGeneralObjectUiComponent, typeof i119.UiGanttChartComponent, typeof i120.GanttDhtmlChartViewComponent, typeof i121.ProgressIndicatorComponent, typeof i122.CardViewContentComponent, typeof i123.CardItemComponent, typeof i124.UiCardViewHorizontalGroupComponent, typeof i125.TitleComponent, typeof i126.BarsaUlvMainComponent, typeof i127.ListItemComponent, typeof i128.HtreeCreateNewComponent, typeof i129.BarsaTableHeaderComponent, typeof i130.BarsaTableRowComponent, typeof i131.BarsaTableColumnComponent, typeof i132.BreadcrumbComponent, typeof i133.UiLabelComponent, typeof i134.FormToolbarButtonComponent, typeof i135.BarsaSearchFormComponent, typeof i136.ReportNewTopFormComponent, typeof i137.BarsaNetworkOfflineComponent, typeof i138.FileViewerContentComponent, typeof i139.FileViewerPopoverComponent, typeof i140.FileViewerComponent, typeof i141.BlobViewerComponent, typeof i142.NotificationItemComponent, typeof i143.BarsaCartableTemplateComponent, typeof i144.BarsaCartableGroupComponent, typeof i145.BarsaCartableFormComponent, typeof i146.BarsaColumnIndicatorComponent, typeof i147.BarsaFieldKeyValueComponent, typeof i148.BarsaToolbaritemSearchComponent, typeof i149.UiHtmlViewerComponent, typeof i150.BarsaPishnamayeshPayamComponent, typeof i151.BarsaTextEllipsisComponent, typeof i152.BarsaListFileLinearGmailComponent, typeof i153.BarsaLinkableItemsPanelComponent, typeof i154.BarsaEnumMenuButtonComponent, typeof i155.BarsaCardLayoutPanelComponent, typeof i156.BarsaHorizontalFlexPanelComponent, typeof i157.BarsaBaseLayoutPanelComponent, typeof i158.BarsaBarPanelComponent, typeof i159.BarsaFormSideContentComponent, typeof i160.BarsaSimpleFormComponent, typeof i161.FormToolbarComponent, typeof i162.BarsaListLayoutPanelComponent, typeof i163.BarsaGridLayoutPanelComponent, typeof i164.BarsaDynamicFieldComponent, typeof i165.UiMultiSelectRadioComponent, typeof i166.UiMultiSelectCheckboxComponent, typeof i167.UiNumIntSliderComponent, typeof i168.UiMultiSelectSliderComponent, typeof i169.UiMultiSelectCardComponent, typeof i170.UiMultiSelectSmileComponent, typeof i171.BarsaReportCheckboxSwitchButtonComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i173.BarsaCardRowPayamComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i174.BarsaQuestionPostComponent, typeof i175.BarsaQuestionAnswerFormComponent, typeof i176.BarsaQuestionAnswerFormAddCommentComponent, typeof i177.BarsaAnswerCardComponent, typeof i178.BarsaQuestionAnswerContentActionsSectionComponent, typeof i179.BarsaQuestionAnswerVoteSectionComponent, typeof i180.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i181.BarsaQuestionAnswerCommentsSectionComponent, typeof i182.BarsaChipComponent, typeof i183.BarsaTagChipComponent, typeof i184.BarsaReportCardFlexViewComponent, typeof i185.BarsaTagsCategoryRowComponent, typeof i186.BarsaTagCategoriesComponent, typeof i187.BarsaReportOneOfListComponent, typeof i173.BarsaCardRowPayamComponent, typeof i188.BarsaCustomInlineEditComponent, typeof i189.BarsaCustomInlineEditRowComponent, typeof i190.BarsaChatComponent, typeof i191.BarsaChatContentComponent, typeof i192.BarsaChatMessageComponent, typeof i193.BarsaChatThreadComponent, typeof i194.BarsaChatThreadsListComponent, typeof i195.BarsaChatThreadsListToolbarComponent, typeof i196.BarsaChatContentToolbarComponent, typeof i197.BarsaChatListComponent, typeof i198.BarsaModalComponent, typeof i199.BarsaTabRouteManagerComponent, typeof i200.BarsaBreadcrumbsComponent, typeof i201.BarsaRowInlineActionlistComponent, typeof i202.UiBpmnViewerComponent, typeof i203.UiNotificationViewComponent, typeof i204.NotificationItemActionsComponent, typeof i205.BarsaFormLayoutPanelComponent, typeof i206.UiReportCarouselViewComponent, typeof i207.BarsaCardBannerComponent, typeof i208.BarsaThemeComponent, typeof i209.BarsaImgSkeletonComponent, typeof i219.WizardLayoutDirective, typeof i220.ColRendererDirective, typeof i221.ApplyConditionalFormatsDirective, typeof i222.ReportViewRendererDirective, typeof i223.FullscreenDialogDirective, typeof i224.FullscreenFilesDirective, typeof i225.DownloadFilesDirective, typeof i226.DialogHandlerDirective, typeof i227.TableThDirective, typeof i228.ContentDensityDirective, typeof i210.UploadFileStatusPipe, typeof i211.SapFontPipe, typeof i212.SapFontClassPipe, typeof i102.StringToArrayPipe, typeof i213.NodeHasOneDepthLevelPipe, typeof i214.MatrixValuePipe, typeof i215.DynamicPageSizePipe, typeof i216.SapSizePipe, typeof i217.AvatarGridColPipe, typeof i218.ObjectStatusIconPipe]>;
257
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.BarsaBarDownloadFileComponent, typeof i2.UiTextFieldComponent, typeof i3.LyLayoutFieldLabelComponent, typeof i4.UiCheckBoxComponent, typeof i5.UiSimpleComboComponent, typeof i6.UiRadioGroupComponent, typeof i7.UiGridComponent, typeof i8.UiMapComponent, typeof i9.LyLayoutContainerOfRootComponent, typeof i10.LyLayoutPanelComponent, typeof i11.UiReadOnlyFieldComponent, typeof i12.UiContainerWithButtonComponent, typeof i13.UiPictureFileComponent, typeof i14.UiMoInfoUlvComboComponent, typeof i15.UiMultiSelectComboComponent, typeof i16.UiNumDecimalUiComponent, typeof i17.UiNumIntUiComponent, typeof i18.UiTimeSpanComponent, typeof i19.UiFileLinearListBoxComponent, typeof i20.LyEmptySpaceComponent, typeof i21.UiSinglePictureComponent, typeof i22.UlvSelectionComponent, typeof i23.UlvToolbarComponent, typeof i24.UlvPagingComponent, typeof i25.UiGridSortSettingComponent, typeof i26.UiGridSortItemComponent, typeof i27.UiGridColumnsComponent, typeof i28.MaskComponent, typeof i29.UiInfoBarPanelComponent, typeof i30.UiFormPanelComponent, typeof i31.UiSearchCommandInfoUiComponent, typeof i32.UlvSettingsComponent, typeof i33.UiTinymceComponent, typeof i34.UiButtonComponent, typeof i35.UiDateTimeComponent, typeof i36.FormDialogComponent, typeof i37.UiMoInfoSubFormUiComponent, typeof i38.ResponsiveToolbarComponent, typeof i39.ResponsiveToolbarRendererComponent, typeof i40.UiTextAreaComponent, typeof i41.LayoutControlComponent, typeof i42.LayoutWizardComponent, typeof i43.FormWizardComponent, typeof i44.FormDialogLessComponent, typeof i45.RichTextStaticComponent, typeof i46.UiPicturesInfoComponent, typeof i47.LyHorizontalLayoutComponent, typeof i48.LyVerticalLayoutComponent, typeof i49.LyTabContainerComponent, typeof i50.LyTabPageComponent, typeof i51.LyLabelComponent, typeof i52.UiMoInfoComboViewerComponent, typeof i53.UlMsgBoxAdapterComponent, typeof i54.UiTreeComponent, typeof i55.HeaderAvatarComponent, typeof i56.UiWorkflowPanelUiComponent, typeof i57.UlvContextMenuComponent, typeof i58.UlLoadingMaskUiComponent, typeof i59.UiTextFieldAutoCompleteComponent, typeof i60.CaptchaFieldComponent, typeof i61.LySimpleLabelComponent, typeof i62.GlobalSearchPanelComponent, typeof i63.GlobalSearchModuleComponent, typeof i64.GlobalSearchComponent, typeof i65.HyperlinkComponent, typeof i66.StaticTextComponent, typeof i67.UlToastAdapterComponent, typeof i68.MessageStripComponent, typeof i69.UiLinearListContainerWithButtonComponent, typeof i70.FundamentalDynamicFormComponent, typeof i71.LayoutActionsComponent, typeof i72.LyLayoutContainerComponent, typeof i73.UiUlvFormMultiSelectUiComponent, typeof i74.UlvFormMultiSelectComponent, typeof i75.UlvColumnSettingsComponent, typeof i76.UlvFilterSettingsComponent, typeof i77.UlvSortSettingsComponent, typeof i78.UlvGroupbySettingsComponent, typeof i79.BarsaListFileLinearComponent, typeof i80.UiPdfViewerComponent, typeof i81.BarsaTinyemceComponent, typeof i82.UiMonacoEditorComponent, typeof i83.BarsaMonacoEditorComponent, typeof i84.BarsaDateTimePickerComponent, typeof i85.BarsaTreeItemComponent, typeof i86.UiSwitchButtonComponent, typeof i87.UiColorUiComponent, typeof i88.LyLineComponent, typeof i89.UiUlvMainUiComponent, typeof i90.ReportNavigatorComponent, typeof i91.ManageFiltersReportComponent, typeof i92.ReportSearchFieldsManageComponent, typeof i93.ReportSearchFieldsHiddenSettingsComponent, typeof i94.SearchPanelComponent, typeof i95.ReportSearchPanelSaveComponent, typeof i96.UiGridFilterSettingsComponent, typeof i97.UiGridFilterItemComponent, typeof i98.UiDateRangeExComponent, typeof i99.UlNotifyPopupComponent, typeof i100.UiTableViewComponent, typeof i101.UiListViewComponent, typeof i102.UiCardViewComponent, typeof i103.UiReportContainerComponent, typeof i104.NoDataComponent, typeof i105.ColumnRendererComponent, typeof i106.InlineSaveAndCancelComponent, typeof i107.UiTreeViewComponent, typeof i106.InlineSaveAndCancelComponent, typeof i108.UiCalendarComponent, typeof i109.UiAspReportViewerComponent, typeof i110.UiGraphComponent, typeof i111.UiExceptionFormComponent, typeof i112.UiEditableGridComponent, typeof i113.ColumnMatrixRendererComponent, typeof i114.UiMatrixViewComponent, typeof i115.CustomDateTimeComponent, typeof i116.BarsaAspViewerComponent, typeof i117.FileInDialogComponent, typeof i118.UiMoInfoGeneralObjectUiComponent, typeof i119.UiGanttChartComponent, typeof i120.GanttDhtmlChartViewComponent, typeof i121.ProgressIndicatorComponent, typeof i122.CardViewContentComponent, typeof i123.CardItemComponent, typeof i124.UiCardViewHorizontalGroupComponent, typeof i125.TitleComponent, typeof i126.BarsaUlvMainComponent, typeof i127.ListItemComponent, typeof i128.HtreeCreateNewComponent, typeof i129.BarsaTableHeaderComponent, typeof i130.BarsaTableRowComponent, typeof i131.BarsaTableColumnComponent, typeof i132.BreadcrumbComponent, typeof i133.UiLabelComponent, typeof i134.FormToolbarButtonComponent, typeof i135.BarsaSearchFormComponent, typeof i136.ReportNewTopFormComponent, typeof i137.BarsaNetworkOfflineComponent, typeof i138.FileViewerContentComponent, typeof i139.FileViewerPopoverComponent, typeof i140.FileViewerComponent, typeof i141.BlobViewerComponent, typeof i142.NotificationItemComponent, typeof i143.BarsaCartableTemplateComponent, typeof i144.BarsaCartableGroupComponent, typeof i145.BarsaCartableFormComponent, typeof i146.BarsaColumnIndicatorComponent, typeof i147.BarsaFieldKeyValueComponent, typeof i148.BarsaToolbaritemSearchComponent, typeof i149.UiHtmlViewerComponent, typeof i150.BarsaPishnamayeshPayamComponent, typeof i151.BarsaTextEllipsisComponent, typeof i152.BarsaListFileLinearGmailComponent, typeof i153.BarsaLinkableItemsPanelComponent, typeof i154.BarsaEnumMenuButtonComponent, typeof i155.BarsaCardLayoutPanelComponent, typeof i156.BarsaHorizontalFlexPanelComponent, typeof i157.BarsaBaseLayoutPanelComponent, typeof i158.BarsaBarPanelComponent, typeof i159.BarsaFormSideContentComponent, typeof i160.BarsaSimpleFormComponent, typeof i161.FormToolbarComponent, typeof i162.BarsaListLayoutPanelComponent, typeof i163.BarsaGridLayoutPanelComponent, typeof i164.BarsaDynamicFieldComponent, typeof i165.UiMultiSelectRadioComponent, typeof i166.UiMultiSelectCheckboxComponent, typeof i167.UiNumIntSliderComponent, typeof i168.UiMultiSelectSliderComponent, typeof i169.UiMultiSelectCardComponent, typeof i170.UiMultiSelectSmileComponent, typeof i171.BarsaReportCheckboxSwitchButtonComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i173.BarsaCardRowPayamComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i174.BarsaQuestionPostComponent, typeof i175.BarsaQuestionAnswerFormComponent, typeof i176.BarsaQuestionAnswerFormAddCommentComponent, typeof i177.BarsaAnswerCardComponent, typeof i178.BarsaQuestionAnswerContentActionsSectionComponent, typeof i179.BarsaQuestionAnswerVoteSectionComponent, typeof i180.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i181.BarsaQuestionAnswerCommentsSectionComponent, typeof i182.BarsaChipComponent, typeof i183.BarsaTagChipComponent, typeof i184.BarsaReportCardFlexViewComponent, typeof i185.BarsaTagsCategoryRowComponent, typeof i186.BarsaTagCategoriesComponent, typeof i187.BarsaReportOneOfListComponent, typeof i173.BarsaCardRowPayamComponent, typeof i188.BarsaCustomInlineEditComponent, typeof i189.BarsaCustomInlineEditRowComponent, typeof i190.BarsaChatComponent, typeof i191.BarsaChatContentComponent, typeof i192.BarsaChatMessageComponent, typeof i193.BarsaChatThreadComponent, typeof i194.BarsaChatThreadsListComponent, typeof i195.BarsaChatThreadsListToolbarComponent, typeof i196.BarsaChatContentToolbarComponent, typeof i197.BarsaChatListComponent, typeof i198.BarsaModalComponent, typeof i199.BarsaTabRouteManagerComponent, typeof i200.BarsaBreadcrumbsComponent, typeof i201.BarsaRowInlineActionlistComponent, typeof i202.UiBpmnViewerComponent, typeof i203.UiNotificationViewComponent, typeof i204.NotificationItemActionsComponent, typeof i205.BarsaFormLayoutPanelComponent, typeof i206.UiReportCarouselViewComponent, typeof i207.BarsaCardBannerComponent, typeof i208.BarsaThemeComponent, typeof i209.BarsaImgSkeletonComponent, typeof i210.BarsaBottomMenuComponent, typeof i211.UploadFileStatusPipe, typeof i212.SapFontPipe, typeof i213.SapFontClassPipe, typeof i102.StringToArrayPipe, typeof i214.NodeHasOneDepthLevelPipe, typeof i215.MatrixValuePipe, typeof i216.DynamicPageSizePipe, typeof i217.SapSizePipe, typeof i218.AvatarGridColPipe, typeof i219.ObjectStatusIconPipe, typeof i220.WizardLayoutDirective, typeof i221.ColRendererDirective, typeof i222.ApplyConditionalFormatsDirective, typeof i223.ReportViewRendererDirective, typeof i224.FullscreenDialogDirective, typeof i225.FullscreenFilesDirective, typeof i226.DownloadFilesDirective, typeof i227.DialogHandlerDirective, typeof i228.TableThDirective, typeof i229.ContentDensityDirective], [typeof i230.CommonModule, typeof i231.FormsModule, typeof i231.ReactiveFormsModule, typeof i232.BarsaNovinRayCoreModule, typeof i233.DragDropModule, typeof i234.CdkTableModule, typeof i235.FundamentalNgxCoreModule, typeof i235.FacetModule, typeof i235.WizardModule, typeof i235.RatingStarLabelPipe, typeof i235.ListGroupPipe, typeof i235.DateTimeFormatPipe, typeof i235.DateFromNowPipe, typeof i235.DateFormatPipe, typeof i235.AvatarIconPipe, typeof i236.ColorSwatchesModule, typeof i237.ColorChromeModule, typeof i238.ClipboardModule, typeof i239.BarsaCalendarModule, typeof i240.BarsaSapUiRoutingModule, typeof i241.PdfJsViewerModule, typeof i232.ResizableModule, typeof i242.PlatformIconTabBarModule, typeof i235.ContentDensityModule, typeof i243.ScrollingModule, typeof i244.UtilDateToHhMmPipe, typeof i245.UtilChatTimeBadgePipe], [typeof i1.BarsaBarDownloadFileComponent, typeof i2.UiTextFieldComponent, typeof i3.LyLayoutFieldLabelComponent, typeof i4.UiCheckBoxComponent, typeof i5.UiSimpleComboComponent, typeof i6.UiRadioGroupComponent, typeof i7.UiGridComponent, typeof i8.UiMapComponent, typeof i9.LyLayoutContainerOfRootComponent, typeof i10.LyLayoutPanelComponent, typeof i11.UiReadOnlyFieldComponent, typeof i12.UiContainerWithButtonComponent, typeof i13.UiPictureFileComponent, typeof i14.UiMoInfoUlvComboComponent, typeof i15.UiMultiSelectComboComponent, typeof i16.UiNumDecimalUiComponent, typeof i17.UiNumIntUiComponent, typeof i18.UiTimeSpanComponent, typeof i19.UiFileLinearListBoxComponent, typeof i20.LyEmptySpaceComponent, typeof i21.UiSinglePictureComponent, typeof i22.UlvSelectionComponent, typeof i23.UlvToolbarComponent, typeof i24.UlvPagingComponent, typeof i25.UiGridSortSettingComponent, typeof i26.UiGridSortItemComponent, typeof i27.UiGridColumnsComponent, typeof i28.MaskComponent, typeof i29.UiInfoBarPanelComponent, typeof i30.UiFormPanelComponent, typeof i31.UiSearchCommandInfoUiComponent, typeof i32.UlvSettingsComponent, typeof i33.UiTinymceComponent, typeof i34.UiButtonComponent, typeof i35.UiDateTimeComponent, typeof i36.FormDialogComponent, typeof i37.UiMoInfoSubFormUiComponent, typeof i38.ResponsiveToolbarComponent, typeof i39.ResponsiveToolbarRendererComponent, typeof i40.UiTextAreaComponent, typeof i41.LayoutControlComponent, typeof i42.LayoutWizardComponent, typeof i43.FormWizardComponent, typeof i44.FormDialogLessComponent, typeof i45.RichTextStaticComponent, typeof i46.UiPicturesInfoComponent, typeof i47.LyHorizontalLayoutComponent, typeof i48.LyVerticalLayoutComponent, typeof i49.LyTabContainerComponent, typeof i50.LyTabPageComponent, typeof i51.LyLabelComponent, typeof i52.UiMoInfoComboViewerComponent, typeof i53.UlMsgBoxAdapterComponent, typeof i54.UiTreeComponent, typeof i55.HeaderAvatarComponent, typeof i56.UiWorkflowPanelUiComponent, typeof i57.UlvContextMenuComponent, typeof i58.UlLoadingMaskUiComponent, typeof i59.UiTextFieldAutoCompleteComponent, typeof i60.CaptchaFieldComponent, typeof i61.LySimpleLabelComponent, typeof i62.GlobalSearchPanelComponent, typeof i63.GlobalSearchModuleComponent, typeof i64.GlobalSearchComponent, typeof i65.HyperlinkComponent, typeof i66.StaticTextComponent, typeof i67.UlToastAdapterComponent, typeof i68.MessageStripComponent, typeof i69.UiLinearListContainerWithButtonComponent, typeof i70.FundamentalDynamicFormComponent, typeof i71.LayoutActionsComponent, typeof i72.LyLayoutContainerComponent, typeof i73.UiUlvFormMultiSelectUiComponent, typeof i74.UlvFormMultiSelectComponent, typeof i75.UlvColumnSettingsComponent, typeof i76.UlvFilterSettingsComponent, typeof i77.UlvSortSettingsComponent, typeof i78.UlvGroupbySettingsComponent, typeof i79.BarsaListFileLinearComponent, typeof i80.UiPdfViewerComponent, typeof i81.BarsaTinyemceComponent, typeof i82.UiMonacoEditorComponent, typeof i83.BarsaMonacoEditorComponent, typeof i84.BarsaDateTimePickerComponent, typeof i85.BarsaTreeItemComponent, typeof i86.UiSwitchButtonComponent, typeof i87.UiColorUiComponent, typeof i88.LyLineComponent, typeof i89.UiUlvMainUiComponent, typeof i90.ReportNavigatorComponent, typeof i91.ManageFiltersReportComponent, typeof i92.ReportSearchFieldsManageComponent, typeof i93.ReportSearchFieldsHiddenSettingsComponent, typeof i94.SearchPanelComponent, typeof i95.ReportSearchPanelSaveComponent, typeof i96.UiGridFilterSettingsComponent, typeof i97.UiGridFilterItemComponent, typeof i98.UiDateRangeExComponent, typeof i99.UlNotifyPopupComponent, typeof i100.UiTableViewComponent, typeof i101.UiListViewComponent, typeof i102.UiCardViewComponent, typeof i103.UiReportContainerComponent, typeof i104.NoDataComponent, typeof i105.ColumnRendererComponent, typeof i106.InlineSaveAndCancelComponent, typeof i107.UiTreeViewComponent, typeof i106.InlineSaveAndCancelComponent, typeof i108.UiCalendarComponent, typeof i109.UiAspReportViewerComponent, typeof i110.UiGraphComponent, typeof i111.UiExceptionFormComponent, typeof i112.UiEditableGridComponent, typeof i113.ColumnMatrixRendererComponent, typeof i114.UiMatrixViewComponent, typeof i115.CustomDateTimeComponent, typeof i116.BarsaAspViewerComponent, typeof i117.FileInDialogComponent, typeof i118.UiMoInfoGeneralObjectUiComponent, typeof i119.UiGanttChartComponent, typeof i120.GanttDhtmlChartViewComponent, typeof i121.ProgressIndicatorComponent, typeof i122.CardViewContentComponent, typeof i123.CardItemComponent, typeof i124.UiCardViewHorizontalGroupComponent, typeof i125.TitleComponent, typeof i126.BarsaUlvMainComponent, typeof i127.ListItemComponent, typeof i128.HtreeCreateNewComponent, typeof i129.BarsaTableHeaderComponent, typeof i130.BarsaTableRowComponent, typeof i131.BarsaTableColumnComponent, typeof i132.BreadcrumbComponent, typeof i133.UiLabelComponent, typeof i134.FormToolbarButtonComponent, typeof i135.BarsaSearchFormComponent, typeof i136.ReportNewTopFormComponent, typeof i137.BarsaNetworkOfflineComponent, typeof i138.FileViewerContentComponent, typeof i139.FileViewerPopoverComponent, typeof i140.FileViewerComponent, typeof i141.BlobViewerComponent, typeof i142.NotificationItemComponent, typeof i143.BarsaCartableTemplateComponent, typeof i144.BarsaCartableGroupComponent, typeof i145.BarsaCartableFormComponent, typeof i146.BarsaColumnIndicatorComponent, typeof i147.BarsaFieldKeyValueComponent, typeof i148.BarsaToolbaritemSearchComponent, typeof i149.UiHtmlViewerComponent, typeof i150.BarsaPishnamayeshPayamComponent, typeof i151.BarsaTextEllipsisComponent, typeof i152.BarsaListFileLinearGmailComponent, typeof i153.BarsaLinkableItemsPanelComponent, typeof i154.BarsaEnumMenuButtonComponent, typeof i155.BarsaCardLayoutPanelComponent, typeof i156.BarsaHorizontalFlexPanelComponent, typeof i157.BarsaBaseLayoutPanelComponent, typeof i158.BarsaBarPanelComponent, typeof i159.BarsaFormSideContentComponent, typeof i160.BarsaSimpleFormComponent, typeof i161.FormToolbarComponent, typeof i162.BarsaListLayoutPanelComponent, typeof i163.BarsaGridLayoutPanelComponent, typeof i164.BarsaDynamicFieldComponent, typeof i165.UiMultiSelectRadioComponent, typeof i166.UiMultiSelectCheckboxComponent, typeof i167.UiNumIntSliderComponent, typeof i168.UiMultiSelectSliderComponent, typeof i169.UiMultiSelectCardComponent, typeof i170.UiMultiSelectSmileComponent, typeof i171.BarsaReportCheckboxSwitchButtonComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i173.BarsaCardRowPayamComponent, typeof i172.BarsaColumnRowNumberComponent, typeof i174.BarsaQuestionPostComponent, typeof i175.BarsaQuestionAnswerFormComponent, typeof i176.BarsaQuestionAnswerFormAddCommentComponent, typeof i177.BarsaAnswerCardComponent, typeof i178.BarsaQuestionAnswerContentActionsSectionComponent, typeof i179.BarsaQuestionAnswerVoteSectionComponent, typeof i180.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i181.BarsaQuestionAnswerCommentsSectionComponent, typeof i182.BarsaChipComponent, typeof i183.BarsaTagChipComponent, typeof i184.BarsaReportCardFlexViewComponent, typeof i185.BarsaTagsCategoryRowComponent, typeof i186.BarsaTagCategoriesComponent, typeof i187.BarsaReportOneOfListComponent, typeof i173.BarsaCardRowPayamComponent, typeof i188.BarsaCustomInlineEditComponent, typeof i189.BarsaCustomInlineEditRowComponent, typeof i190.BarsaChatComponent, typeof i191.BarsaChatContentComponent, typeof i192.BarsaChatMessageComponent, typeof i193.BarsaChatThreadComponent, typeof i194.BarsaChatThreadsListComponent, typeof i195.BarsaChatThreadsListToolbarComponent, typeof i196.BarsaChatContentToolbarComponent, typeof i197.BarsaChatListComponent, typeof i198.BarsaModalComponent, typeof i199.BarsaTabRouteManagerComponent, typeof i200.BarsaBreadcrumbsComponent, typeof i201.BarsaRowInlineActionlistComponent, typeof i202.UiBpmnViewerComponent, typeof i203.UiNotificationViewComponent, typeof i204.NotificationItemActionsComponent, typeof i205.BarsaFormLayoutPanelComponent, typeof i206.UiReportCarouselViewComponent, typeof i207.BarsaCardBannerComponent, typeof i208.BarsaThemeComponent, typeof i209.BarsaImgSkeletonComponent, typeof i210.BarsaBottomMenuComponent, typeof i220.WizardLayoutDirective, typeof i221.ColRendererDirective, typeof i222.ApplyConditionalFormatsDirective, typeof i223.ReportViewRendererDirective, typeof i224.FullscreenDialogDirective, typeof i225.FullscreenFilesDirective, typeof i226.DownloadFilesDirective, typeof i227.DialogHandlerDirective, typeof i228.TableThDirective, typeof i229.ContentDensityDirective, typeof i211.UploadFileStatusPipe, typeof i212.SapFontPipe, typeof i213.SapFontClassPipe, typeof i102.StringToArrayPipe, typeof i214.NodeHasOneDepthLevelPipe, typeof i215.MatrixValuePipe, typeof i216.DynamicPageSizePipe, typeof i217.SapSizePipe, typeof i218.AvatarGridColPipe, typeof i219.ObjectStatusIconPipe]>;
257
258
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
258
259
  }
@@ -9,6 +9,7 @@ export declare class UiCardViewHorizontalGroupComponent extends UiCardViewCompon
9
9
  isFirefox: boolean;
10
10
  ngOnInit(): void;
11
11
  ngOnChanges(changes: SimpleChanges): void;
12
+ onVisibilityChange(e: any): void;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<UiCardViewHorizontalGroupComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<UiCardViewHorizontalGroupComponent, "bsu-ui-card-view-horizontal-group", never, {}, {}, never, never, false, never>;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.2.87",
3
+ "version": "2.2.89",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^19.2.10",
6
6
  "@angular/common": "^19.2.10"
package/public-api.d.ts CHANGED
@@ -234,5 +234,6 @@ export * from './lib/barsa-card-banner/barsa-card-banner.component';
234
234
  export * from './lib/contentDensity.directive';
235
235
  export * from './lib/barsa-theme/barsa-theme.component';
236
236
  export * from './lib/barsa-img-skeleton/barsa-img-skeleton.component';
237
+ export * from './lib/barsa-bottom-menu/barsa-bottom-menu.component';
237
238
  export * from './lib/constants';
238
239
  export * from './lib/barsa-sap-ui.module';