barsa-sap-ui 2.0.68 → 2.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/barsa-card-layout-panel/barsa-card-layout-panel.component.mjs +3 -3
- package/esm2022/lib/barsa-card-row-payam/barsa-card-row-payam.component.mjs +3 -3
- package/esm2022/lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component.mjs +3 -3
- package/esm2022/lib/barsa-row-inline-actionlist/barsa-row-inline-actionlist.component.mjs +26 -0
- package/esm2022/lib/barsa-sap-ui.module.mjs +23 -22
- package/esm2022/lib/barsa-search-form/barsa-search-form.component.mjs +1 -1
- package/esm2022/lib/barsa-simple-form/barsa-simple-form.component.mjs +4 -2
- package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +3 -3
- package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +5 -6
- package/esm2022/lib/barsa-tree-item/barsa-tree-item.component.mjs +5 -4
- package/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +5 -3
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +7 -4
- package/esm2022/lib/card-item/card-item.component.mjs +3 -3
- package/esm2022/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +5 -3
- package/esm2022/lib/index.mjs +4 -2
- package/esm2022/lib/list-item/list-item.component.mjs +3 -3
- package/esm2022/lib/models/grid-data-provider.mjs +3 -3
- package/esm2022/lib/report-view-renderer.directive.mjs +1 -1
- package/esm2022/lib/search-panel/search-panel.component.mjs +4 -4
- package/esm2022/lib/table-th.directive.mjs +4 -1
- package/esm2022/lib/ui-form-panel/ui-form-panel.component.mjs +7 -7
- package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +3 -3
- package/esm2022/lib/ui-report-container/ui-report-container.component.mjs +3 -3
- package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +8 -7
- package/esm2022/lib/ui-tree/ui-tree.component.mjs +3 -3
- package/esm2022/lib/ui-tree-view/ui-tree-view.component.mjs +14 -3
- package/esm2022/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.mjs +4 -3
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/barsa-sap-ui.mjs +103 -58
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-row-inline-actionlist/barsa-row-inline-actionlist.component.d.ts +11 -0
- package/lib/barsa-sap-ui.module.d.ts +34 -33
- package/lib/barsa-simple-form/barsa-simple-form.component.d.ts +2 -1
- package/lib/barsa-table-row/barsa-table-row.component.d.ts +1 -2
- package/lib/barsa-ulv-main/barsa-ulv-main.component.d.ts +2 -1
- package/lib/breadcrumb/breadcrumb.component.d.ts +4 -1
- package/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.d.ts +2 -1
- package/lib/ui-form-panel/ui-form-panel.component.d.ts +1 -0
- package/lib/ui-tree-view/ui-tree-view.component.d.ts +1 -0
- package/lib/ui-ulv-main-ui/ui-ulv-main-ui.component.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaRowInlineActionlistComponent extends BaseComponent {
|
|
5
|
+
actionList: Array<any>;
|
|
6
|
+
mo: MetaobjectDataModel;
|
|
7
|
+
index: number;
|
|
8
|
+
btnClick: EventEmitter<string>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaRowInlineActionlistComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaRowInlineActionlistComponent, "bsu-barsa-row-inline-actionlist", never, { "actionList": { "alias": "actionList"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "btnClick": "btnClick"; }, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -200,38 +200,39 @@ import * as i195 from "./barsa-chat-list/barsa-chat-list.component";
|
|
|
200
200
|
import * as i196 from "./barsa-modal/barsa-modal.component";
|
|
201
201
|
import * as i197 from "./barsa-tab-route-manager/barsa-tab-route-manager.component";
|
|
202
202
|
import * as i198 from "./barsa-breadcrumbs/barsa-breadcrumbs.component";
|
|
203
|
-
import * as i199 from "./
|
|
204
|
-
import * as i200 from "./
|
|
205
|
-
import * as i201 from "./sap-font
|
|
206
|
-
import * as i202 from "./
|
|
207
|
-
import * as i203 from "./
|
|
208
|
-
import * as i204 from "./
|
|
209
|
-
import * as i205 from "./
|
|
210
|
-
import * as i206 from "./
|
|
211
|
-
import * as i207 from "./
|
|
212
|
-
import * as i208 from "./
|
|
213
|
-
import * as i209 from "./
|
|
214
|
-
import * as i210 from "./
|
|
215
|
-
import * as i211 from "./
|
|
216
|
-
import * as i212 from "./fullscreen-
|
|
217
|
-
import * as i213 from "./
|
|
218
|
-
import * as i214 from "./
|
|
219
|
-
import * as i215 from "./
|
|
220
|
-
import * as i216 from "
|
|
221
|
-
import * as i217 from "@angular/
|
|
222
|
-
import * as i218 from "
|
|
223
|
-
import * as i219 from "
|
|
224
|
-
import * as i220 from "@angular/cdk/
|
|
225
|
-
import * as i221 from "@
|
|
226
|
-
import * as i222 from "ngx
|
|
227
|
-
import * as i223 from "ngx-color/
|
|
228
|
-
import * as i224 from "
|
|
229
|
-
import * as i225 from "
|
|
230
|
-
import * as i226 from "
|
|
231
|
-
import * as i227 from "
|
|
232
|
-
import * as i228 from "
|
|
233
|
-
import * as i229 from "
|
|
234
|
-
import * as i230 from "./util-
|
|
203
|
+
import * as i199 from "./barsa-row-inline-actionlist/barsa-row-inline-actionlist.component";
|
|
204
|
+
import * as i200 from "./upload-file-status.pipe";
|
|
205
|
+
import * as i201 from "./sap-font.pipe";
|
|
206
|
+
import * as i202 from "./sap-font-class.pipe";
|
|
207
|
+
import * as i203 from "./barsa-tree-item/node-has-one-depth-level.pipe";
|
|
208
|
+
import * as i204 from "./column-matrix-renderer/matrix-value.pipe";
|
|
209
|
+
import * as i205 from "./dynamic-page-size.pipe";
|
|
210
|
+
import * as i206 from "./sap-size.pipe";
|
|
211
|
+
import * as i207 from "./avatar-size.pipe";
|
|
212
|
+
import * as i208 from "./wizard-layout.directive";
|
|
213
|
+
import * as i209 from "./col-renderer.directive";
|
|
214
|
+
import * as i210 from "./apply-conditional-formmatings.directive";
|
|
215
|
+
import * as i211 from "./report-view-renderer.directive";
|
|
216
|
+
import * as i212 from "./fullscreen-dialog.directive";
|
|
217
|
+
import * as i213 from "./fullscreen-files.directive";
|
|
218
|
+
import * as i214 from "./download-files.directive";
|
|
219
|
+
import * as i215 from "./dialog-handler.directive";
|
|
220
|
+
import * as i216 from "./table-th.directive";
|
|
221
|
+
import * as i217 from "@angular/common";
|
|
222
|
+
import * as i218 from "@angular/forms";
|
|
223
|
+
import * as i219 from "barsa-novin-ray-core";
|
|
224
|
+
import * as i220 from "@angular/cdk/drag-drop";
|
|
225
|
+
import * as i221 from "@angular/cdk/table";
|
|
226
|
+
import * as i222 from "@fundamental-ngx/core";
|
|
227
|
+
import * as i223 from "ngx-color/swatches";
|
|
228
|
+
import * as i224 from "ngx-color/chrome";
|
|
229
|
+
import * as i225 from "@angular/cdk/clipboard";
|
|
230
|
+
import * as i226 from "barsa-calendar";
|
|
231
|
+
import * as i227 from "./barsa-sap-ui-routing.module";
|
|
232
|
+
import * as i228 from "ng2-pdfjs-viewer";
|
|
233
|
+
import * as i229 from "@angular/cdk/scrolling";
|
|
234
|
+
import * as i230 from "./util-date-to-hh-mm.pipe";
|
|
235
|
+
import * as i231 from "./util-chat-time-badge.pipe";
|
|
235
236
|
export declare class BarsaSapUiModule extends BaseModule {
|
|
236
237
|
protected dcm: DynamicComponentService;
|
|
237
238
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
@@ -239,6 +240,6 @@ export declare class BarsaSapUiModule extends BaseModule {
|
|
|
239
240
|
constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
|
|
240
241
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
241
242
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
242
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelComponent, typeof i29.UiSearchCommandInfoUiComponent, typeof i30.UlvSettingsComponent, typeof i31.UiTinymceComponent, typeof i32.UiButtonComponent, typeof i33.UiDateTimeComponent, typeof i34.FormDialogComponent, typeof i35.UiMoInfoSubFormUiComponent, typeof i36.ResponsiveToolbarComponent, typeof i37.ResponsiveToolbarRendererComponent, typeof i38.UiTextAreaComponent, typeof i39.LayoutControlComponent, typeof i40.LayoutWizardComponent, typeof i41.FormWizardComponent, typeof i42.FormDialogLessComponent, typeof i43.RichTextStaticComponent, typeof i44.UiPicturesInfoComponent, typeof i45.LyHorizontalLayoutComponent, typeof i46.LyVerticalLayoutComponent, typeof i47.LyTabContainerComponent, typeof i48.LyTabPageComponent, typeof i49.LyLabelComponent, typeof i50.UiMoInfoComboViewerComponent, typeof i51.UlMsgBoxAdapterComponent, typeof i52.UiTreeComponent, typeof i53.HeaderAvatarComponent, typeof i54.UiWorkflowPanelUiComponent, typeof i55.UlvContextMenuComponent, typeof i56.UlLoadingMaskUiComponent, typeof i57.UiTextFieldAutoCompleteComponent, typeof i58.CaptchaFieldComponent, typeof i59.LySimpleLabelComponent, typeof i60.GlobalSearchPanelComponent, typeof i61.GlobalSearchModuleComponent, typeof i62.GlobalSearchComponent, typeof i63.HyperlinkComponent, typeof i64.StaticTextComponent, typeof i65.UlToastAdapterComponent, typeof i66.MessageStripComponent, typeof i67.UiLinearListContainerWithButtonComponent, typeof i68.FundamentalDynamicFormComponent, typeof i69.LayoutActionsComponent, typeof i70.LyLayoutContainerComponent, typeof i71.UiUlvFormMultiSelectUiComponent, typeof i72.UlvFormMultiSelectComponent, typeof i73.UlvColumnSettingsComponent, typeof i74.UlvFilterSettingsComponent, typeof i75.UlvSortSettingsComponent, typeof i76.UlvGroupbySettingsComponent, typeof i77.BarsaListFileLinearComponent, typeof i78.UiPdfViewerComponent, typeof i79.BarsaTinyemceComponent, typeof i80.UiMonacoEditorComponent, typeof i81.BarsaMonacoEditorComponent, typeof i82.BarsaDateTimePickerComponent, typeof i83.BarsaTreeItemComponent, typeof i84.UiSwitchButtonComponent, typeof i85.UiColorUiComponent, typeof i86.LyLineComponent, typeof i87.UiUlvMainUiComponent, typeof i88.ReportNavigatorComponent, typeof i89.ManageFiltersReportComponent, typeof i90.ReportSearchFieldsManageComponent, typeof i91.ReportSearchFieldsHiddenSettingsComponent, typeof i92.SearchPanelComponent, typeof i93.ReportSearchPanelSaveComponent, typeof i94.UiGridFilterSettingsComponent, typeof i95.UiGridFilterItemComponent, typeof i96.UiDateRangeExComponent, typeof i97.UlNotifyPopupComponent, typeof i98.UiTableViewComponent, typeof i99.UiListViewComponent, typeof i100.UiCardViewComponent, typeof i101.UiReportContainerComponent, typeof i102.NoDataComponent, typeof i103.ColumnRendererComponent, typeof i104.InlineSaveAndCancelComponent, typeof i105.UiTreeViewComponent, typeof i104.InlineSaveAndCancelComponent, typeof i106.UiCalendarComponent, typeof i107.UiAspReportViewerComponent, typeof i108.UiGraphComponent, typeof i109.UiExceptionFormComponent, typeof i110.UiEditableGridComponent, typeof i111.ColumnMatrixRendererComponent, typeof i112.UiMatrixViewComponent, typeof i113.CustomDateTimeComponent, typeof i114.BarsaAspViewerComponent, typeof i115.FileInDialogComponent, typeof i116.UiMoInfoGeneralObjectUiComponent, typeof i117.UiGanttChartComponent, typeof i118.GanttDhtmlChartViewComponent, typeof i119.ProgressIndicatorComponent, typeof i120.CardViewContentComponent, typeof i121.CardItemComponent, typeof i122.UiCardViewHorizontalGroupComponent, typeof i123.TitleComponent, typeof i124.BarsaUlvMainComponent, typeof i125.ListItemComponent, typeof i126.HtreeCreateNewComponent, typeof i127.BarsaTableHeaderComponent, typeof i128.BarsaTableRowComponent, typeof i129.BarsaTableColumnComponent, typeof i130.BreadcrumbComponent, typeof i131.UiLabelComponent, typeof i132.FormToolbarButtonComponent, typeof i133.BarsaSearchFormComponent, typeof i134.ReportNewTopFormComponent, typeof i135.BarsaNetworkOfflineComponent, typeof i136.FileViewerContentComponent, typeof i137.FileViewerPopoverComponent, typeof i138.FileViewerComponent, typeof i139.BlobViewerComponent, typeof i140.NotificationItemComponent, typeof i141.BarsaCartableTemplateComponent, typeof i142.BarsaCartableGroupComponent, typeof i143.BarsaCartableFormComponent, typeof i144.BarsaColumnIndicatorComponent, typeof i145.BarsaFieldKeyValueComponent, typeof i146.BarsaToolbaritemSearchComponent, typeof i147.UiHtmlViewerComponent, typeof i148.BarsaPishnamayeshPayamComponent, typeof i149.BarsaTextEllipsisComponent, typeof i150.BarsaListFileLinearGmailComponent, typeof i151.BarsaLinkableItemsPanelComponent, typeof i152.BarsaEnumMenuButtonComponent, typeof i153.BarsaCardLayoutPanelComponent, typeof i154.BarsaHorizontalFlexPanelComponent, typeof i155.BarsaBaseLayoutPanelComponent, typeof i156.BarsaBarPanelComponent, typeof i157.BarsaFormSideContentComponent, typeof i158.BarsaSimpleFormComponent, typeof i159.FormToolbarComponent, typeof i160.BarsaListLayoutPanelComponent, typeof i161.BarsaGridLayoutPanelComponent, typeof i162.BarsaDynamicFieldComponent, typeof i163.UiMultiSelectRadioComponent, typeof i164.UiMultiSelectCheckboxComponent, typeof i165.UiNumIntSliderComponent, typeof i166.UiMultiSelectSliderComponent, typeof i167.UiMultiSelectCardComponent, typeof i168.UiMultiSelectSmileComponent, typeof i169.BarsaReportCheckboxSwitchButtonComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i171.BarsaCardRowPayamComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i172.BarsaQuestionPostComponent, typeof i173.BarsaQuestionAnswerFormComponent, typeof i174.BarsaQuestionAnswerFormAddCommentComponent, typeof i175.BarsaAnswerCardComponent, typeof i176.BarsaQuestionAnswerContentActionsSectionComponent, typeof i177.BarsaQuestionAnswerVoteSectionComponent, typeof i178.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i179.BarsaQuestionAnswerCommentsSectionComponent, typeof i180.BarsaChipComponent, typeof i181.BarsaTagChipComponent, typeof i182.BarsaReportCardFlexViewComponent, typeof i183.BarsaTagsCategoryRowComponent, typeof i184.BarsaTagCategoriesComponent, typeof i185.BarsaReportOneOfListComponent, typeof i171.BarsaCardRowPayamComponent, typeof i186.BarsaCustomInlineEditComponent, typeof i187.BarsaCustomInlineEditRowComponent, typeof i188.BarsaChatComponent, typeof i189.BarsaChatContentComponent, typeof i190.BarsaChatMessageComponent, typeof i191.BarsaChatThreadComponent, typeof i192.BarsaChatThreadsListComponent, typeof i193.BarsaChatThreadsListToolbarComponent, typeof i194.BarsaChatContentToolbarComponent, typeof i195.BarsaChatListComponent, typeof i196.BarsaModalComponent, typeof i197.BarsaTabRouteManagerComponent, typeof i198.BarsaBreadcrumbsComponent, typeof i199.UploadFileStatusPipe, typeof i200.SapFontPipe, typeof i201.SapFontClassPipe, typeof i100.StringToArrayPipe, typeof i202.NodeHasOneDepthLevelPipe, typeof i203.MatrixValuePipe, typeof i204.DynamicPageSizePipe, typeof i205.SapSizePipe, typeof i206.AvatarGridColPipe, typeof i207.WizardLayoutDirective, typeof i208.ColRendererDirective, typeof i209.ApplyConditionalFormatsDirective, typeof i210.ReportViewRendererDirective, typeof i211.FullscreenDialogDirective, typeof i212.FullscreenFilesDirective, typeof i213.DownloadFilesDirective, typeof i214.DialogHandlerDirective, typeof i215.TableThDirective], [typeof i216.CommonModule, typeof i217.FormsModule, typeof i217.ReactiveFormsModule, typeof i218.BarsaNovinRayCoreModule, typeof i219.DragDropModule, typeof i220.CdkTableModule, typeof i221.FundamentalNgxCoreModule, typeof i221.FacetModule, typeof i221.WizardModule, typeof i221.RatingStarLabelPipe, typeof i221.ListGroupPipe, typeof i221.DateTimeFormatPipe, typeof i221.DateFromNowPipe, typeof i221.DateFormatPipe, typeof i221.AvatarIconPipe, typeof i222.ColorSwatchesModule, typeof i223.ColorChromeModule, typeof i224.ClipboardModule, typeof i225.BarsaCalendarModule, typeof i226.BarsaSapUiRoutingModule, typeof i227.PdfJsViewerModule, typeof i218.ResizableModule, typeof i221.ContentDensityModule, typeof i228.ScrollingModule, typeof i229.UtilDateToHhMmPipe, typeof i230.UtilChatTimeBadgePipe], [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelComponent, typeof i29.UiSearchCommandInfoUiComponent, typeof i30.UlvSettingsComponent, typeof i31.UiTinymceComponent, typeof i32.UiButtonComponent, typeof i33.UiDateTimeComponent, typeof i34.FormDialogComponent, typeof i35.UiMoInfoSubFormUiComponent, typeof i36.ResponsiveToolbarComponent, typeof i37.ResponsiveToolbarRendererComponent, typeof i38.UiTextAreaComponent, typeof i39.LayoutControlComponent, typeof i40.LayoutWizardComponent, typeof i41.FormWizardComponent, typeof i42.FormDialogLessComponent, typeof i43.RichTextStaticComponent, typeof i44.UiPicturesInfoComponent, typeof i45.LyHorizontalLayoutComponent, typeof i46.LyVerticalLayoutComponent, typeof i47.LyTabContainerComponent, typeof i48.LyTabPageComponent, typeof i49.LyLabelComponent, typeof i50.UiMoInfoComboViewerComponent, typeof i51.UlMsgBoxAdapterComponent, typeof i52.UiTreeComponent, typeof i53.HeaderAvatarComponent, typeof i54.UiWorkflowPanelUiComponent, typeof i55.UlvContextMenuComponent, typeof i56.UlLoadingMaskUiComponent, typeof i57.UiTextFieldAutoCompleteComponent, typeof i58.CaptchaFieldComponent, typeof i59.LySimpleLabelComponent, typeof i60.GlobalSearchPanelComponent, typeof i61.GlobalSearchModuleComponent, typeof i62.GlobalSearchComponent, typeof i63.HyperlinkComponent, typeof i64.StaticTextComponent, typeof i65.UlToastAdapterComponent, typeof i66.MessageStripComponent, typeof i67.UiLinearListContainerWithButtonComponent, typeof i68.FundamentalDynamicFormComponent, typeof i69.LayoutActionsComponent, typeof i70.LyLayoutContainerComponent, typeof i71.UiUlvFormMultiSelectUiComponent, typeof i72.UlvFormMultiSelectComponent, typeof i73.UlvColumnSettingsComponent, typeof i74.UlvFilterSettingsComponent, typeof i75.UlvSortSettingsComponent, typeof i76.UlvGroupbySettingsComponent, typeof i77.BarsaListFileLinearComponent, typeof i78.UiPdfViewerComponent, typeof i79.BarsaTinyemceComponent, typeof i80.UiMonacoEditorComponent, typeof i81.BarsaMonacoEditorComponent, typeof i82.BarsaDateTimePickerComponent, typeof i83.BarsaTreeItemComponent, typeof i84.UiSwitchButtonComponent, typeof i85.UiColorUiComponent, typeof i86.LyLineComponent, typeof i87.UiUlvMainUiComponent, typeof i88.ReportNavigatorComponent, typeof i89.ManageFiltersReportComponent, typeof i90.ReportSearchFieldsManageComponent, typeof i91.ReportSearchFieldsHiddenSettingsComponent, typeof i92.SearchPanelComponent, typeof i93.ReportSearchPanelSaveComponent, typeof i94.UiGridFilterSettingsComponent, typeof i95.UiGridFilterItemComponent, typeof i96.UiDateRangeExComponent, typeof i97.UlNotifyPopupComponent, typeof i98.UiTableViewComponent, typeof i99.UiListViewComponent, typeof i100.UiCardViewComponent, typeof i101.UiReportContainerComponent, typeof i102.NoDataComponent, typeof i103.ColumnRendererComponent, typeof i104.InlineSaveAndCancelComponent, typeof i105.UiTreeViewComponent, typeof i104.InlineSaveAndCancelComponent, typeof i106.UiCalendarComponent, typeof i107.UiAspReportViewerComponent, typeof i108.UiGraphComponent, typeof i109.UiExceptionFormComponent, typeof i110.UiEditableGridComponent, typeof i111.ColumnMatrixRendererComponent, typeof i112.UiMatrixViewComponent, typeof i113.CustomDateTimeComponent, typeof i114.BarsaAspViewerComponent, typeof i115.FileInDialogComponent, typeof i116.UiMoInfoGeneralObjectUiComponent, typeof i117.UiGanttChartComponent, typeof i118.GanttDhtmlChartViewComponent, typeof i119.ProgressIndicatorComponent, typeof i120.CardViewContentComponent, typeof i121.CardItemComponent, typeof i122.UiCardViewHorizontalGroupComponent, typeof i123.TitleComponent, typeof i124.BarsaUlvMainComponent, typeof i125.ListItemComponent, typeof i126.HtreeCreateNewComponent, typeof i127.BarsaTableHeaderComponent, typeof i128.BarsaTableRowComponent, typeof i129.BarsaTableColumnComponent, typeof i130.BreadcrumbComponent, typeof i131.UiLabelComponent, typeof i132.FormToolbarButtonComponent, typeof i133.BarsaSearchFormComponent, typeof i134.ReportNewTopFormComponent, typeof i135.BarsaNetworkOfflineComponent, typeof i136.FileViewerContentComponent, typeof i137.FileViewerPopoverComponent, typeof i138.FileViewerComponent, typeof i139.BlobViewerComponent, typeof i140.NotificationItemComponent, typeof i141.BarsaCartableTemplateComponent, typeof i142.BarsaCartableGroupComponent, typeof i143.BarsaCartableFormComponent, typeof i144.BarsaColumnIndicatorComponent, typeof i145.BarsaFieldKeyValueComponent, typeof i146.BarsaToolbaritemSearchComponent, typeof i147.UiHtmlViewerComponent, typeof i148.BarsaPishnamayeshPayamComponent, typeof i149.BarsaTextEllipsisComponent, typeof i150.BarsaListFileLinearGmailComponent, typeof i151.BarsaLinkableItemsPanelComponent, typeof i152.BarsaEnumMenuButtonComponent, typeof i153.BarsaCardLayoutPanelComponent, typeof i154.BarsaHorizontalFlexPanelComponent, typeof i155.BarsaBaseLayoutPanelComponent, typeof i156.BarsaBarPanelComponent, typeof i157.BarsaFormSideContentComponent, typeof i158.BarsaSimpleFormComponent, typeof i159.FormToolbarComponent, typeof i160.BarsaListLayoutPanelComponent, typeof i161.BarsaGridLayoutPanelComponent, typeof i162.BarsaDynamicFieldComponent, typeof i163.UiMultiSelectRadioComponent, typeof i164.UiMultiSelectCheckboxComponent, typeof i165.UiNumIntSliderComponent, typeof i166.UiMultiSelectSliderComponent, typeof i167.UiMultiSelectCardComponent, typeof i168.UiMultiSelectSmileComponent, typeof i169.BarsaReportCheckboxSwitchButtonComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i171.BarsaCardRowPayamComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i172.BarsaQuestionPostComponent, typeof i173.BarsaQuestionAnswerFormComponent, typeof i174.BarsaQuestionAnswerFormAddCommentComponent, typeof i175.BarsaAnswerCardComponent, typeof i176.BarsaQuestionAnswerContentActionsSectionComponent, typeof i177.BarsaQuestionAnswerVoteSectionComponent, typeof i178.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i179.BarsaQuestionAnswerCommentsSectionComponent, typeof i180.BarsaChipComponent, typeof i181.BarsaTagChipComponent, typeof i182.BarsaReportCardFlexViewComponent, typeof i183.BarsaTagsCategoryRowComponent, typeof i184.BarsaTagCategoriesComponent, typeof i185.BarsaReportOneOfListComponent, typeof i171.BarsaCardRowPayamComponent, typeof i186.BarsaCustomInlineEditComponent, typeof i187.BarsaCustomInlineEditRowComponent, typeof i188.BarsaChatComponent, typeof i189.BarsaChatContentComponent, typeof i190.BarsaChatMessageComponent, typeof i191.BarsaChatThreadComponent, typeof i192.BarsaChatThreadsListComponent, typeof i193.BarsaChatThreadsListToolbarComponent, typeof i194.BarsaChatContentToolbarComponent, typeof i195.BarsaChatListComponent, typeof i196.BarsaModalComponent, typeof i197.BarsaTabRouteManagerComponent, typeof i198.BarsaBreadcrumbsComponent, typeof i207.WizardLayoutDirective, typeof i208.ColRendererDirective, typeof i209.ApplyConditionalFormatsDirective, typeof i210.ReportViewRendererDirective, typeof i211.FullscreenDialogDirective, typeof i212.FullscreenFilesDirective, typeof i213.DownloadFilesDirective, typeof i214.DialogHandlerDirective, typeof i215.TableThDirective, typeof i199.UploadFileStatusPipe, typeof i200.SapFontPipe, typeof i201.SapFontClassPipe, typeof i100.StringToArrayPipe, typeof i202.NodeHasOneDepthLevelPipe, typeof i203.MatrixValuePipe, typeof i204.DynamicPageSizePipe, typeof i205.SapSizePipe, typeof i206.AvatarGridColPipe]>;
|
|
243
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelComponent, typeof i29.UiSearchCommandInfoUiComponent, typeof i30.UlvSettingsComponent, typeof i31.UiTinymceComponent, typeof i32.UiButtonComponent, typeof i33.UiDateTimeComponent, typeof i34.FormDialogComponent, typeof i35.UiMoInfoSubFormUiComponent, typeof i36.ResponsiveToolbarComponent, typeof i37.ResponsiveToolbarRendererComponent, typeof i38.UiTextAreaComponent, typeof i39.LayoutControlComponent, typeof i40.LayoutWizardComponent, typeof i41.FormWizardComponent, typeof i42.FormDialogLessComponent, typeof i43.RichTextStaticComponent, typeof i44.UiPicturesInfoComponent, typeof i45.LyHorizontalLayoutComponent, typeof i46.LyVerticalLayoutComponent, typeof i47.LyTabContainerComponent, typeof i48.LyTabPageComponent, typeof i49.LyLabelComponent, typeof i50.UiMoInfoComboViewerComponent, typeof i51.UlMsgBoxAdapterComponent, typeof i52.UiTreeComponent, typeof i53.HeaderAvatarComponent, typeof i54.UiWorkflowPanelUiComponent, typeof i55.UlvContextMenuComponent, typeof i56.UlLoadingMaskUiComponent, typeof i57.UiTextFieldAutoCompleteComponent, typeof i58.CaptchaFieldComponent, typeof i59.LySimpleLabelComponent, typeof i60.GlobalSearchPanelComponent, typeof i61.GlobalSearchModuleComponent, typeof i62.GlobalSearchComponent, typeof i63.HyperlinkComponent, typeof i64.StaticTextComponent, typeof i65.UlToastAdapterComponent, typeof i66.MessageStripComponent, typeof i67.UiLinearListContainerWithButtonComponent, typeof i68.FundamentalDynamicFormComponent, typeof i69.LayoutActionsComponent, typeof i70.LyLayoutContainerComponent, typeof i71.UiUlvFormMultiSelectUiComponent, typeof i72.UlvFormMultiSelectComponent, typeof i73.UlvColumnSettingsComponent, typeof i74.UlvFilterSettingsComponent, typeof i75.UlvSortSettingsComponent, typeof i76.UlvGroupbySettingsComponent, typeof i77.BarsaListFileLinearComponent, typeof i78.UiPdfViewerComponent, typeof i79.BarsaTinyemceComponent, typeof i80.UiMonacoEditorComponent, typeof i81.BarsaMonacoEditorComponent, typeof i82.BarsaDateTimePickerComponent, typeof i83.BarsaTreeItemComponent, typeof i84.UiSwitchButtonComponent, typeof i85.UiColorUiComponent, typeof i86.LyLineComponent, typeof i87.UiUlvMainUiComponent, typeof i88.ReportNavigatorComponent, typeof i89.ManageFiltersReportComponent, typeof i90.ReportSearchFieldsManageComponent, typeof i91.ReportSearchFieldsHiddenSettingsComponent, typeof i92.SearchPanelComponent, typeof i93.ReportSearchPanelSaveComponent, typeof i94.UiGridFilterSettingsComponent, typeof i95.UiGridFilterItemComponent, typeof i96.UiDateRangeExComponent, typeof i97.UlNotifyPopupComponent, typeof i98.UiTableViewComponent, typeof i99.UiListViewComponent, typeof i100.UiCardViewComponent, typeof i101.UiReportContainerComponent, typeof i102.NoDataComponent, typeof i103.ColumnRendererComponent, typeof i104.InlineSaveAndCancelComponent, typeof i105.UiTreeViewComponent, typeof i104.InlineSaveAndCancelComponent, typeof i106.UiCalendarComponent, typeof i107.UiAspReportViewerComponent, typeof i108.UiGraphComponent, typeof i109.UiExceptionFormComponent, typeof i110.UiEditableGridComponent, typeof i111.ColumnMatrixRendererComponent, typeof i112.UiMatrixViewComponent, typeof i113.CustomDateTimeComponent, typeof i114.BarsaAspViewerComponent, typeof i115.FileInDialogComponent, typeof i116.UiMoInfoGeneralObjectUiComponent, typeof i117.UiGanttChartComponent, typeof i118.GanttDhtmlChartViewComponent, typeof i119.ProgressIndicatorComponent, typeof i120.CardViewContentComponent, typeof i121.CardItemComponent, typeof i122.UiCardViewHorizontalGroupComponent, typeof i123.TitleComponent, typeof i124.BarsaUlvMainComponent, typeof i125.ListItemComponent, typeof i126.HtreeCreateNewComponent, typeof i127.BarsaTableHeaderComponent, typeof i128.BarsaTableRowComponent, typeof i129.BarsaTableColumnComponent, typeof i130.BreadcrumbComponent, typeof i131.UiLabelComponent, typeof i132.FormToolbarButtonComponent, typeof i133.BarsaSearchFormComponent, typeof i134.ReportNewTopFormComponent, typeof i135.BarsaNetworkOfflineComponent, typeof i136.FileViewerContentComponent, typeof i137.FileViewerPopoverComponent, typeof i138.FileViewerComponent, typeof i139.BlobViewerComponent, typeof i140.NotificationItemComponent, typeof i141.BarsaCartableTemplateComponent, typeof i142.BarsaCartableGroupComponent, typeof i143.BarsaCartableFormComponent, typeof i144.BarsaColumnIndicatorComponent, typeof i145.BarsaFieldKeyValueComponent, typeof i146.BarsaToolbaritemSearchComponent, typeof i147.UiHtmlViewerComponent, typeof i148.BarsaPishnamayeshPayamComponent, typeof i149.BarsaTextEllipsisComponent, typeof i150.BarsaListFileLinearGmailComponent, typeof i151.BarsaLinkableItemsPanelComponent, typeof i152.BarsaEnumMenuButtonComponent, typeof i153.BarsaCardLayoutPanelComponent, typeof i154.BarsaHorizontalFlexPanelComponent, typeof i155.BarsaBaseLayoutPanelComponent, typeof i156.BarsaBarPanelComponent, typeof i157.BarsaFormSideContentComponent, typeof i158.BarsaSimpleFormComponent, typeof i159.FormToolbarComponent, typeof i160.BarsaListLayoutPanelComponent, typeof i161.BarsaGridLayoutPanelComponent, typeof i162.BarsaDynamicFieldComponent, typeof i163.UiMultiSelectRadioComponent, typeof i164.UiMultiSelectCheckboxComponent, typeof i165.UiNumIntSliderComponent, typeof i166.UiMultiSelectSliderComponent, typeof i167.UiMultiSelectCardComponent, typeof i168.UiMultiSelectSmileComponent, typeof i169.BarsaReportCheckboxSwitchButtonComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i171.BarsaCardRowPayamComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i172.BarsaQuestionPostComponent, typeof i173.BarsaQuestionAnswerFormComponent, typeof i174.BarsaQuestionAnswerFormAddCommentComponent, typeof i175.BarsaAnswerCardComponent, typeof i176.BarsaQuestionAnswerContentActionsSectionComponent, typeof i177.BarsaQuestionAnswerVoteSectionComponent, typeof i178.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i179.BarsaQuestionAnswerCommentsSectionComponent, typeof i180.BarsaChipComponent, typeof i181.BarsaTagChipComponent, typeof i182.BarsaReportCardFlexViewComponent, typeof i183.BarsaTagsCategoryRowComponent, typeof i184.BarsaTagCategoriesComponent, typeof i185.BarsaReportOneOfListComponent, typeof i171.BarsaCardRowPayamComponent, typeof i186.BarsaCustomInlineEditComponent, typeof i187.BarsaCustomInlineEditRowComponent, typeof i188.BarsaChatComponent, typeof i189.BarsaChatContentComponent, typeof i190.BarsaChatMessageComponent, typeof i191.BarsaChatThreadComponent, typeof i192.BarsaChatThreadsListComponent, typeof i193.BarsaChatThreadsListToolbarComponent, typeof i194.BarsaChatContentToolbarComponent, typeof i195.BarsaChatListComponent, typeof i196.BarsaModalComponent, typeof i197.BarsaTabRouteManagerComponent, typeof i198.BarsaBreadcrumbsComponent, typeof i199.BarsaRowInlineActionlistComponent, typeof i200.UploadFileStatusPipe, typeof i201.SapFontPipe, typeof i202.SapFontClassPipe, typeof i100.StringToArrayPipe, typeof i203.NodeHasOneDepthLevelPipe, typeof i204.MatrixValuePipe, typeof i205.DynamicPageSizePipe, typeof i206.SapSizePipe, typeof i207.AvatarGridColPipe, typeof i208.WizardLayoutDirective, typeof i209.ColRendererDirective, typeof i210.ApplyConditionalFormatsDirective, typeof i211.ReportViewRendererDirective, typeof i212.FullscreenDialogDirective, typeof i213.FullscreenFilesDirective, typeof i214.DownloadFilesDirective, typeof i215.DialogHandlerDirective, typeof i216.TableThDirective], [typeof i217.CommonModule, typeof i218.FormsModule, typeof i218.ReactiveFormsModule, typeof i219.BarsaNovinRayCoreModule, typeof i220.DragDropModule, typeof i221.CdkTableModule, typeof i222.FundamentalNgxCoreModule, typeof i222.FacetModule, typeof i222.WizardModule, typeof i222.RatingStarLabelPipe, typeof i222.ListGroupPipe, typeof i222.DateTimeFormatPipe, typeof i222.DateFromNowPipe, typeof i222.DateFormatPipe, typeof i222.AvatarIconPipe, typeof i223.ColorSwatchesModule, typeof i224.ColorChromeModule, typeof i225.ClipboardModule, typeof i226.BarsaCalendarModule, typeof i227.BarsaSapUiRoutingModule, typeof i228.PdfJsViewerModule, typeof i219.ResizableModule, typeof i222.ContentDensityModule, typeof i229.ScrollingModule, typeof i230.UtilDateToHhMmPipe, typeof i231.UtilChatTimeBadgePipe], [typeof i1.UiTextFieldComponent, typeof i2.LyLayoutFieldLabelComponent, typeof i3.UiCheckBoxComponent, typeof i4.UiSimpleComboComponent, typeof i5.UiRadioGroupComponent, typeof i6.UiGridComponent, typeof i7.LyLayoutContainerOfRootComponent, typeof i8.LyLayoutPanelComponent, typeof i9.UiReadOnlyFieldComponent, typeof i10.UiContainerWithButtonComponent, typeof i11.UiPictureFileComponent, typeof i12.UiMoInfoUlvComboComponent, typeof i13.UiMultiSelectComboComponent, typeof i14.UiNumDecimalUiComponent, typeof i15.UiNumIntUiComponent, typeof i16.UiTimeSpanComponent, typeof i17.UiFileLinearListBoxComponent, typeof i18.LyEmptySpaceComponent, typeof i19.UiSinglePictureComponent, typeof i20.UlvSelectionComponent, typeof i21.UlvToolbarComponent, typeof i22.UlvPagingComponent, typeof i23.UiGridSortSettingComponent, typeof i24.UiGridSortItemComponent, typeof i25.UiGridColumnsComponent, typeof i26.MaskComponent, typeof i27.UiInfoBarPanelComponent, typeof i28.UiFormPanelComponent, typeof i29.UiSearchCommandInfoUiComponent, typeof i30.UlvSettingsComponent, typeof i31.UiTinymceComponent, typeof i32.UiButtonComponent, typeof i33.UiDateTimeComponent, typeof i34.FormDialogComponent, typeof i35.UiMoInfoSubFormUiComponent, typeof i36.ResponsiveToolbarComponent, typeof i37.ResponsiveToolbarRendererComponent, typeof i38.UiTextAreaComponent, typeof i39.LayoutControlComponent, typeof i40.LayoutWizardComponent, typeof i41.FormWizardComponent, typeof i42.FormDialogLessComponent, typeof i43.RichTextStaticComponent, typeof i44.UiPicturesInfoComponent, typeof i45.LyHorizontalLayoutComponent, typeof i46.LyVerticalLayoutComponent, typeof i47.LyTabContainerComponent, typeof i48.LyTabPageComponent, typeof i49.LyLabelComponent, typeof i50.UiMoInfoComboViewerComponent, typeof i51.UlMsgBoxAdapterComponent, typeof i52.UiTreeComponent, typeof i53.HeaderAvatarComponent, typeof i54.UiWorkflowPanelUiComponent, typeof i55.UlvContextMenuComponent, typeof i56.UlLoadingMaskUiComponent, typeof i57.UiTextFieldAutoCompleteComponent, typeof i58.CaptchaFieldComponent, typeof i59.LySimpleLabelComponent, typeof i60.GlobalSearchPanelComponent, typeof i61.GlobalSearchModuleComponent, typeof i62.GlobalSearchComponent, typeof i63.HyperlinkComponent, typeof i64.StaticTextComponent, typeof i65.UlToastAdapterComponent, typeof i66.MessageStripComponent, typeof i67.UiLinearListContainerWithButtonComponent, typeof i68.FundamentalDynamicFormComponent, typeof i69.LayoutActionsComponent, typeof i70.LyLayoutContainerComponent, typeof i71.UiUlvFormMultiSelectUiComponent, typeof i72.UlvFormMultiSelectComponent, typeof i73.UlvColumnSettingsComponent, typeof i74.UlvFilterSettingsComponent, typeof i75.UlvSortSettingsComponent, typeof i76.UlvGroupbySettingsComponent, typeof i77.BarsaListFileLinearComponent, typeof i78.UiPdfViewerComponent, typeof i79.BarsaTinyemceComponent, typeof i80.UiMonacoEditorComponent, typeof i81.BarsaMonacoEditorComponent, typeof i82.BarsaDateTimePickerComponent, typeof i83.BarsaTreeItemComponent, typeof i84.UiSwitchButtonComponent, typeof i85.UiColorUiComponent, typeof i86.LyLineComponent, typeof i87.UiUlvMainUiComponent, typeof i88.ReportNavigatorComponent, typeof i89.ManageFiltersReportComponent, typeof i90.ReportSearchFieldsManageComponent, typeof i91.ReportSearchFieldsHiddenSettingsComponent, typeof i92.SearchPanelComponent, typeof i93.ReportSearchPanelSaveComponent, typeof i94.UiGridFilterSettingsComponent, typeof i95.UiGridFilterItemComponent, typeof i96.UiDateRangeExComponent, typeof i97.UlNotifyPopupComponent, typeof i98.UiTableViewComponent, typeof i99.UiListViewComponent, typeof i100.UiCardViewComponent, typeof i101.UiReportContainerComponent, typeof i102.NoDataComponent, typeof i103.ColumnRendererComponent, typeof i104.InlineSaveAndCancelComponent, typeof i105.UiTreeViewComponent, typeof i104.InlineSaveAndCancelComponent, typeof i106.UiCalendarComponent, typeof i107.UiAspReportViewerComponent, typeof i108.UiGraphComponent, typeof i109.UiExceptionFormComponent, typeof i110.UiEditableGridComponent, typeof i111.ColumnMatrixRendererComponent, typeof i112.UiMatrixViewComponent, typeof i113.CustomDateTimeComponent, typeof i114.BarsaAspViewerComponent, typeof i115.FileInDialogComponent, typeof i116.UiMoInfoGeneralObjectUiComponent, typeof i117.UiGanttChartComponent, typeof i118.GanttDhtmlChartViewComponent, typeof i119.ProgressIndicatorComponent, typeof i120.CardViewContentComponent, typeof i121.CardItemComponent, typeof i122.UiCardViewHorizontalGroupComponent, typeof i123.TitleComponent, typeof i124.BarsaUlvMainComponent, typeof i125.ListItemComponent, typeof i126.HtreeCreateNewComponent, typeof i127.BarsaTableHeaderComponent, typeof i128.BarsaTableRowComponent, typeof i129.BarsaTableColumnComponent, typeof i130.BreadcrumbComponent, typeof i131.UiLabelComponent, typeof i132.FormToolbarButtonComponent, typeof i133.BarsaSearchFormComponent, typeof i134.ReportNewTopFormComponent, typeof i135.BarsaNetworkOfflineComponent, typeof i136.FileViewerContentComponent, typeof i137.FileViewerPopoverComponent, typeof i138.FileViewerComponent, typeof i139.BlobViewerComponent, typeof i140.NotificationItemComponent, typeof i141.BarsaCartableTemplateComponent, typeof i142.BarsaCartableGroupComponent, typeof i143.BarsaCartableFormComponent, typeof i144.BarsaColumnIndicatorComponent, typeof i145.BarsaFieldKeyValueComponent, typeof i146.BarsaToolbaritemSearchComponent, typeof i147.UiHtmlViewerComponent, typeof i148.BarsaPishnamayeshPayamComponent, typeof i149.BarsaTextEllipsisComponent, typeof i150.BarsaListFileLinearGmailComponent, typeof i151.BarsaLinkableItemsPanelComponent, typeof i152.BarsaEnumMenuButtonComponent, typeof i153.BarsaCardLayoutPanelComponent, typeof i154.BarsaHorizontalFlexPanelComponent, typeof i155.BarsaBaseLayoutPanelComponent, typeof i156.BarsaBarPanelComponent, typeof i157.BarsaFormSideContentComponent, typeof i158.BarsaSimpleFormComponent, typeof i159.FormToolbarComponent, typeof i160.BarsaListLayoutPanelComponent, typeof i161.BarsaGridLayoutPanelComponent, typeof i162.BarsaDynamicFieldComponent, typeof i163.UiMultiSelectRadioComponent, typeof i164.UiMultiSelectCheckboxComponent, typeof i165.UiNumIntSliderComponent, typeof i166.UiMultiSelectSliderComponent, typeof i167.UiMultiSelectCardComponent, typeof i168.UiMultiSelectSmileComponent, typeof i169.BarsaReportCheckboxSwitchButtonComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i171.BarsaCardRowPayamComponent, typeof i170.BarsaColumnRowNumberComponent, typeof i172.BarsaQuestionPostComponent, typeof i173.BarsaQuestionAnswerFormComponent, typeof i174.BarsaQuestionAnswerFormAddCommentComponent, typeof i175.BarsaAnswerCardComponent, typeof i176.BarsaQuestionAnswerContentActionsSectionComponent, typeof i177.BarsaQuestionAnswerVoteSectionComponent, typeof i178.BarsaQuestionAnswerCreatorTimeSectionComponent, typeof i179.BarsaQuestionAnswerCommentsSectionComponent, typeof i180.BarsaChipComponent, typeof i181.BarsaTagChipComponent, typeof i182.BarsaReportCardFlexViewComponent, typeof i183.BarsaTagsCategoryRowComponent, typeof i184.BarsaTagCategoriesComponent, typeof i185.BarsaReportOneOfListComponent, typeof i171.BarsaCardRowPayamComponent, typeof i186.BarsaCustomInlineEditComponent, typeof i187.BarsaCustomInlineEditRowComponent, typeof i188.BarsaChatComponent, typeof i189.BarsaChatContentComponent, typeof i190.BarsaChatMessageComponent, typeof i191.BarsaChatThreadComponent, typeof i192.BarsaChatThreadsListComponent, typeof i193.BarsaChatThreadsListToolbarComponent, typeof i194.BarsaChatContentToolbarComponent, typeof i195.BarsaChatListComponent, typeof i196.BarsaModalComponent, typeof i197.BarsaTabRouteManagerComponent, typeof i198.BarsaBreadcrumbsComponent, typeof i199.BarsaRowInlineActionlistComponent, typeof i208.WizardLayoutDirective, typeof i209.ColRendererDirective, typeof i210.ApplyConditionalFormatsDirective, typeof i211.ReportViewRendererDirective, typeof i212.FullscreenDialogDirective, typeof i213.FullscreenFilesDirective, typeof i214.DownloadFilesDirective, typeof i215.DialogHandlerDirective, typeof i216.TableThDirective, typeof i200.UploadFileStatusPipe, typeof i201.SapFontPipe, typeof i202.SapFontClassPipe, typeof i100.StringToArrayPipe, typeof i203.NodeHasOneDepthLevelPipe, typeof i204.MatrixValuePipe, typeof i205.DynamicPageSizePipe, typeof i206.SapSizePipe, typeof i207.AvatarGridColPipe]>;
|
|
243
244
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
244
245
|
}
|
|
@@ -48,6 +48,7 @@ export declare class BarsaSimpleFormComponent extends BaseComponent implements O
|
|
|
48
48
|
colLg: number;
|
|
49
49
|
colXl: number;
|
|
50
50
|
colMd: number;
|
|
51
|
+
formContentMaxWidth: number;
|
|
51
52
|
formVisibilityStatus: FormVisibilityStatus;
|
|
52
53
|
titleRef: ViewContainerRef;
|
|
53
54
|
headerAvatarRef: TemplateRef<any>;
|
|
@@ -69,5 +70,5 @@ export declare class BarsaSimpleFormComponent extends BaseComponent implements O
|
|
|
69
70
|
onDynamicComponentEvents(e: any): void;
|
|
70
71
|
_hanldeLayout(): void;
|
|
71
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSimpleFormComponent, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaSimpleFormComponent, "bsu-barsa-simple-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "formVisibilityStatus": { "alias": "formVisibilityStatus"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaSimpleFormComponent, "bsu-barsa-simple-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; "formVisibilityStatus": { "alias": "formVisibilityStatus"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false, never>;
|
|
73
74
|
}
|
|
@@ -7,7 +7,6 @@ export declare class BarsaTableRowComponent extends BaseViewItemPropsComponent i
|
|
|
7
7
|
detailsColumns: ReportViewColumn[];
|
|
8
8
|
detailsText: string;
|
|
9
9
|
columnComponents: MoForReportModel | null;
|
|
10
|
-
actionList: any[];
|
|
11
10
|
dirtyColumns: Record<string, boolean>;
|
|
12
11
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
13
12
|
detailsFormItems: TemplateRef<any>;
|
|
@@ -21,5 +20,5 @@ export declare class BarsaTableRowComponent extends BaseViewItemPropsComponent i
|
|
|
21
20
|
onColumnClick(): void;
|
|
22
21
|
onRowDetails(): void;
|
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "dirtyColumns": { "alias": "dirtyColumns"; "required": false; }; }, { "columnSummary": "columnSummary"; }, never, never, false, never>;
|
|
25
24
|
}
|
|
@@ -29,6 +29,7 @@ export declare class BarsaUlvMainComponent extends BaseComponent implements OnIn
|
|
|
29
29
|
isMobile: boolean;
|
|
30
30
|
standalone: boolean;
|
|
31
31
|
landscape: boolean;
|
|
32
|
+
simpleSearchPanel: boolean;
|
|
32
33
|
layoutInfo: LayoutSetting;
|
|
33
34
|
closeEvent: EventEmitter<any>;
|
|
34
35
|
searchPanelMoChange: EventEmitter<any>;
|
|
@@ -68,5 +69,5 @@ export declare class BarsaUlvMainComponent extends BaseComponent implements OnIn
|
|
|
68
69
|
onPageChange(e: number): void;
|
|
69
70
|
onSelectSearchPanelSettings(selectedSearchPanelSettingsId: string, popover: any): void;
|
|
70
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaUlvMainComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "viewerControl": { "alias": "viewerControl"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; }, { "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "viewerControl": { "alias": "viewerControl"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "simpleSearchPanel": { "alias": "simpleSearchPanel"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; }, { "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
72
73
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
1
2
|
import { Router } from '@angular/router';
|
|
2
3
|
import { BaseComponent, BreadCrumbInfo } from 'barsa-novin-ray-core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class BreadcrumbComponent extends BaseComponent {
|
|
5
6
|
private _router;
|
|
7
|
+
protected _el: ElementRef;
|
|
8
|
+
protected _renderer2: Renderer2;
|
|
6
9
|
breadCrumb: BreadCrumbInfo;
|
|
7
10
|
allBreadCrumb: BreadCrumbInfo[];
|
|
8
11
|
isLast: boolean;
|
|
@@ -10,7 +13,7 @@ export declare class BreadcrumbComponent extends BaseComponent {
|
|
|
10
13
|
/**
|
|
11
14
|
*
|
|
12
15
|
*/
|
|
13
|
-
constructor(_router: Router);
|
|
16
|
+
constructor(_router: Router, _el: ElementRef, _renderer2: Renderer2);
|
|
14
17
|
onBreadcrumb(): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
16
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "bsu-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; "allBreadCrumb": { "alias": "allBreadCrumb"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -53,6 +53,7 @@ export declare class FundamentalDynamicFormComponent extends BaseComponent imple
|
|
|
53
53
|
colLg: number;
|
|
54
54
|
colXl: number;
|
|
55
55
|
colMd: number;
|
|
56
|
+
formContentMaxWidth: number;
|
|
56
57
|
titleRef: ViewContainerRef;
|
|
57
58
|
headerAvatarRef: TemplateRef<any>;
|
|
58
59
|
closeFormTemplate: TemplateRef<any>;
|
|
@@ -74,5 +75,5 @@ export declare class FundamentalDynamicFormComponent extends BaseComponent imple
|
|
|
74
75
|
onDynamicComponentEvents(e: any): void;
|
|
75
76
|
_hanldeLayout(): void;
|
|
76
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalDynamicFormComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "circleAvatar": { "alias": "circleAvatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "formVisibilityStatus": { "alias": "formVisibilityStatus"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; "fullscreenRequest": "fullscreenRequest"; }, never, never, false, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "circleAvatar": { "alias": "circleAvatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "formVisibilityStatus": { "alias": "formVisibilityStatus"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; "fullscreenRequest": "fullscreenRequest"; }, never, never, false, never>;
|
|
78
79
|
}
|
|
@@ -20,6 +20,7 @@ export declare class UiFormPanelComponent extends FormBaseComponent implements O
|
|
|
20
20
|
canSend$: Observable<boolean>;
|
|
21
21
|
extendLayout94$: Observable<any>;
|
|
22
22
|
parameters: FormPanelSetting;
|
|
23
|
+
formContentMaxWidth: number;
|
|
23
24
|
constructor(_breadcrumbService: BreadcrumbService, _portalService: PortalService, _router: Router, _el: ElementRef, _controlUiPipe: ControlUiPipe, _formPanelService: FormPanelService, _activatedRoute: ActivatedRoute, _cdr: ChangeDetectorRef, _contentDensityService: ContentDensityService);
|
|
24
25
|
ngOnInit(): void;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiFormPanelComponent, [null, null, null, null, null, { self: true; }, null, null, null]>;
|
|
@@ -39,6 +39,7 @@ export declare class UiTreeViewComponent extends ReportViewBaseComponent<UiRepor
|
|
|
39
39
|
itemDrop: EventEmitter<any>;
|
|
40
40
|
itemDragMoved: EventEmitter<any>;
|
|
41
41
|
cursor: string;
|
|
42
|
+
onActionListClick2(node: TreeNodeObj, index: number, itemId: string): void;
|
|
42
43
|
onDrop($event: any): void;
|
|
43
44
|
onDragMoved($event: any): void;
|
|
44
45
|
onNodeSelect(node: TreeNodeObj, index: any): void;
|
|
@@ -22,6 +22,7 @@ export declare class UiUlvMainUiComponent extends BaseComponent implements OnIni
|
|
|
22
22
|
marginUlv: any;
|
|
23
23
|
set searchPanelComponent(val: any);
|
|
24
24
|
set fullscreen(val: boolean);
|
|
25
|
+
simpleSearchPanel: boolean;
|
|
25
26
|
selectedSearchPanelSettings: SearchPanelSettings | undefined;
|
|
26
27
|
firstApplyAutomatically: boolean;
|
|
27
28
|
mask$: Observable<boolean>;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -221,5 +221,6 @@ export * from './lib/barsa-modal/barsa-modal.component';
|
|
|
221
221
|
export * from './lib/barsa-tab-route-manager/barsa-tab-route-manager.component';
|
|
222
222
|
export * from './lib/barsa-breadcrumbs/barsa-breadcrumbs.component';
|
|
223
223
|
export * from './lib/table-th.directive';
|
|
224
|
+
export * from './lib/barsa-row-inline-actionlist/barsa-row-inline-actionlist.component';
|
|
224
225
|
export * from './lib/constants';
|
|
225
226
|
export * from './lib/barsa-sap-ui.module';
|