barsa-sap-ui 1.0.358 → 1.0.360

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.
Files changed (30) hide show
  1. package/esm2020/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.mjs +44 -0
  2. package/esm2020/lib/barsa-list-file-linear/barsa-list-file-linear.component.mjs +26 -13
  3. package/esm2020/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.mjs +29 -0
  4. package/esm2020/lib/barsa-sap-ui.module.mjs +19 -17
  5. package/esm2020/lib/barsa-tinyemce/barsa-tinyemce.component.mjs +10 -3
  6. package/esm2020/lib/fundamental-dynamic-form/fundamental-dynamic-form.component.mjs +3 -3
  7. package/esm2020/lib/index.mjs +6 -2
  8. package/esm2020/lib/ly-label/ly-label.component.mjs +3 -3
  9. package/esm2020/lib/report-view-renderer.directive.mjs +11 -2
  10. package/esm2020/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.mjs +4 -3
  11. package/esm2020/lib/ui-grid/ui-grid.component.mjs +3 -3
  12. package/esm2020/lib/ui-linear-list-container-with-button/ui-linear-list-container-with-button.component.mjs +3 -3
  13. package/esm2020/lib/ui-report-container/ui-report-container.component.mjs +3 -3
  14. package/esm2020/lib/ui-tinymce/ui-tinymce.component.mjs +3 -3
  15. package/esm2020/public-api.mjs +3 -1
  16. package/fesm2015/barsa-sap-ui.mjs +226 -148
  17. package/fesm2015/barsa-sap-ui.mjs.map +1 -1
  18. package/fesm2020/barsa-sap-ui.mjs +226 -148
  19. package/fesm2020/barsa-sap-ui.mjs.map +1 -1
  20. package/lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component.d.ts +13 -0
  21. package/lib/barsa-list-file-linear/barsa-list-file-linear.component.d.ts +9 -0
  22. package/lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component.d.ts +8 -0
  23. package/lib/barsa-sap-ui.module.d.ts +29 -27
  24. package/lib/barsa-tinyemce/barsa-tinyemce.component.d.ts +4 -3
  25. package/lib/index.d.ts +2 -1
  26. package/lib/report-view-renderer.directive.d.ts +4 -1
  27. package/lib/ui-file-linear-list-box/ui-file-linear-list-box.component.d.ts +2 -0
  28. package/lib/ui-tinymce/ui-tinymce.component.d.ts +6 -1
  29. package/package.json +1 -1
  30. package/public-api.d.ts +2 -0
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { LayoutPanelBaseComponent, LayoutSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BarsaLinkableItemsPanelComponent extends LayoutPanelBaseComponent implements OnInit {
5
+ layoutControls: LayoutSetting[];
6
+ visibleControls: LayoutSetting[];
7
+ hideControls: LayoutSetting[];
8
+ ngOnInit(): void;
9
+ onAddToVisibleControls(item: LayoutSetting): void;
10
+ protected _setLayoutControls(item: LayoutSetting): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarsaLinkableItemsPanelComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaLinkableItemsPanelComponent, "bsu-barsa-linkable-items-panel", never, {}, {}, never, never, false>;
13
+ }
@@ -1,8 +1,17 @@
1
1
  import { FileAttachmentInfo } from 'barsa-novin-ray-core';
2
2
  import { UiFileLinearListBoxComponent } from '../ui-file-linear-list-box/ui-file-linear-list-box.component';
3
+ import { MetaobjectDataModel } from 'barsa-novin-ray-core';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class BarsaListFileLinearComponent extends UiFileLinearListBoxComponent {
6
+ parameters: BarsaListFileLinearSetting;
5
7
  onRetry(fileAttachment: FileAttachmentInfo): void;
8
+ onHandleRenameFile(file: FileAttachmentInfo): void;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaListFileLinearComponent, never>;
7
10
  static ɵcmp: i0.ɵɵComponentDeclaration<BarsaListFileLinearComponent, "bsu-barsa-list-file-linear", never, {}, {}, never, never, false>;
8
11
  }
12
+ interface BarsaListFileLinearSetting extends MetaobjectDataModel {
13
+ HideAttachButton: boolean;
14
+ ModeValue: string;
15
+ ModeValue$Caption: string;
16
+ }
17
+ export {};
@@ -0,0 +1,8 @@
1
+ import { FileAttachmentInfo } from 'barsa-novin-ray-core';
2
+ import { UiFileLinearListBoxComponent } from '../ui-file-linear-list-box/ui-file-linear-list-box.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BarsaListFileLinearGmailComponent extends UiFileLinearListBoxComponent {
5
+ onRetry(fileAttachment: FileAttachmentInfo): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarsaListFileLinearGmailComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaListFileLinearGmailComponent, "bsu-barsa-list-file-linear-gmail", never, {}, {}, never, never, false>;
8
+ }
@@ -158,38 +158,40 @@ import * as i153 from "./barsa-toolbaritem-search/barsa-toolbaritem-search.compo
158
158
  import * as i154 from "./ui-html-viewer/ui-html-viewer.component";
159
159
  import * as i155 from "./barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component";
160
160
  import * as i156 from "./barsa-text-ellipsis/barsa-text-ellipsis.component";
161
- import * as i157 from "./upload-file-status.pipe";
162
- import * as i158 from "./sap-font.pipe";
163
- import * as i159 from "./sap-font-class.pipe";
164
- import * as i160 from "./barsa-tree-item/node-has-one-depth-level.pipe";
165
- import * as i161 from "./column-matrix-renderer/matrix-value.pipe";
166
- import * as i162 from "./dynamic-page-size.pipe";
167
- import * as i163 from "./wizard-layout.directive";
168
- import * as i164 from "./col-renderer.directive";
169
- import * as i165 from "./apply-conditional-formmatings.directive";
170
- import * as i166 from "./report-view-renderer.directive";
171
- import * as i167 from "./fullscreen-dialog.directive";
172
- import * as i168 from "./fullscreen-files.directive";
173
- import * as i169 from "./download-files.directive";
174
- import * as i170 from "@angular/common";
175
- import * as i171 from "@angular/forms";
176
- import * as i172 from "barsa-novin-ray-core";
177
- import * as i173 from "@angular/cdk/drag-drop";
178
- import * as i174 from "@angular/cdk/table";
179
- import * as i175 from "@fundamental-ngx/core";
180
- import * as i176 from "ngx-color/swatches";
181
- import * as i177 from "ngx-color/chrome";
182
- import * as i178 from "@angular/cdk/clipboard";
183
- import * as i179 from "barsa-calendar";
184
- import * as i180 from "./barsa-sap-ui-routing.module";
185
- import * as i181 from "ng2-pdfjs-viewer";
161
+ import * as i157 from "./barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component";
162
+ import * as i158 from "./barsa-linkable-items-panel/barsa-linkable-items-panel.component";
163
+ import * as i159 from "./upload-file-status.pipe";
164
+ import * as i160 from "./sap-font.pipe";
165
+ import * as i161 from "./sap-font-class.pipe";
166
+ import * as i162 from "./barsa-tree-item/node-has-one-depth-level.pipe";
167
+ import * as i163 from "./column-matrix-renderer/matrix-value.pipe";
168
+ import * as i164 from "./dynamic-page-size.pipe";
169
+ import * as i165 from "./wizard-layout.directive";
170
+ import * as i166 from "./col-renderer.directive";
171
+ import * as i167 from "./apply-conditional-formmatings.directive";
172
+ import * as i168 from "./report-view-renderer.directive";
173
+ import * as i169 from "./fullscreen-dialog.directive";
174
+ import * as i170 from "./fullscreen-files.directive";
175
+ import * as i171 from "./download-files.directive";
176
+ import * as i172 from "@angular/common";
177
+ import * as i173 from "@angular/forms";
178
+ import * as i174 from "barsa-novin-ray-core";
179
+ import * as i175 from "@angular/cdk/drag-drop";
180
+ import * as i176 from "@angular/cdk/table";
181
+ import * as i177 from "@fundamental-ngx/core";
182
+ import * as i178 from "ngx-color/swatches";
183
+ import * as i179 from "ngx-color/chrome";
184
+ import * as i180 from "@angular/cdk/clipboard";
185
+ import * as i181 from "barsa-calendar";
186
+ import * as i182 from "./barsa-sap-ui-routing.module";
187
+ import * as i183 from "ng2-pdfjs-viewer";
186
188
  export declare class BarsaSapUiModule extends BaseModule {
187
189
  protected dcm: DynamicComponentService;
188
190
  protected componentFactoryResolver: ComponentFactoryResolver;
189
- protected dynamicComponents: (typeof import("barsa-sap-ui").GanttDhtmlChartViewComponent | typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").UiGridSortSettingComponent | typeof import("barsa-sap-ui").UlvSortSettingsComponent | typeof import("barsa-sap-ui").UlvGroupbySettingsComponent | typeof import("barsa-sap-ui").UlvFilterSettingsComponent | typeof import("barsa-sap-ui").UiMoInfoGeneralObjectUiComponent | typeof import("barsa-sap-ui").FileInDialogComponent | typeof import("barsa-sap-ui").BarsaAspViewerComponent | typeof import("barsa-sap-ui").CustomDateTimeComponent | typeof import("barsa-sap-ui").UiExceptionFormComponent | typeof import("barsa-sap-ui").UiMatrixViewComponent | typeof import("barsa-sap-ui").UiGraphComponent | typeof import("barsa-sap-ui").UiTreeViewComponent | typeof import("barsa-sap-ui").ColumnRendererComponent | typeof import("barsa-sap-ui").UiCardViewComponent | typeof import("barsa-sap-ui").UiListViewComponent | typeof import("barsa-sap-ui").UiTableViewComponent | typeof import("barsa-sap-ui").UlNotifyPopupComponent | typeof import("barsa-sap-ui").ReportSearchPanelSaveComponent | typeof import("barsa-sap-ui").ReportSearchFieldsHiddenSettingsComponent | typeof import("barsa-sap-ui").ReportSearchFieldsManageComponent | typeof import("barsa-sap-ui").ManageFiltersReportComponent | typeof import("barsa-sap-ui").ReportNavigatorComponent | typeof import("barsa-sap-ui").LyLineComponent | typeof import("barsa-sap-ui").UiUlvMainUiComponent | typeof import("barsa-sap-ui").BarsaTreeItemComponent | typeof import("barsa-sap-ui").BarsaMonacoEditorComponent | typeof import("barsa-sap-ui").BarsaTinyemceComponent | typeof import("barsa-sap-ui").UlvFormMultiSelectComponent | typeof import("barsa-sap-ui").UiUlvFormMultiSelectUiComponent | typeof import("barsa-sap-ui").LayoutActionsComponent | typeof import("barsa-sap-ui").FundamentalDynamicFormComponent | typeof import("barsa-sap-ui").UlToastAdapterComponent | typeof import("barsa-sap-ui").GlobalSearchModuleComponent | typeof import("barsa-sap-ui").GlobalSearchPanelComponent | typeof import("barsa-sap-ui").LySimpleLabelComponent | typeof import("barsa-sap-ui").UlLoadingMaskUiComponent | typeof import("barsa-sap-ui").UlvContextMenuComponent | typeof import("barsa-sap-ui").UlMsgBoxAdapterComponent | typeof import("barsa-sap-ui").LyLabelComponent | typeof import("barsa-sap-ui").LyVerticalLayoutComponent | typeof import("barsa-sap-ui").LyHorizontalLayoutComponent | typeof import("barsa-sap-ui").UiPicturesInfoComponent | typeof import("barsa-sap-ui").FormDialogLessComponent | typeof import("barsa-sap-ui").UiFormPanelComponent | typeof import("barsa-sap-ui").LayoutWizardComponent | typeof import("barsa-sap-ui").ResponsiveToolbarRendererComponent | typeof import("barsa-sap-ui").ResponsiveToolbarComponent | typeof FormDialogComponent | typeof import("barsa-sap-ui").UlvSettingsComponent | typeof import("barsa-sap-ui").UiFormPanelToolbarComponent | typeof import("barsa-sap-ui").UiInfoBarPanelComponent | typeof import("barsa-sap-ui").UlvPagingComponent | typeof import("barsa-sap-ui").UlvToolbarComponent | typeof import("barsa-sap-ui").UlvSelectionComponent | typeof import("barsa-sap-ui").LyLayoutContainerOfRootComponent | typeof import("barsa-sap-ui").CardItemComponent | typeof import("barsa-sap-ui").BarsaUlvMainComponent | typeof import("barsa-sap-ui").ListItemComponent | typeof import("barsa-sap-ui").BarsaTableRowComponent | typeof import("barsa-sap-ui").BarsaTableColumnComponent | typeof import("barsa-sap-ui").BarsaTableHeaderComponent | typeof import("barsa-sap-ui").BreadcrumbComponent | typeof import("barsa-sap-ui").FormToolbarButtonComponent | typeof import("barsa-sap-ui").ReportNewTopFormComponent | typeof import("barsa-sap-ui").BarsaNetworkOfflineComponent | typeof import("barsa-sap-ui").FileViewerContentComponent | typeof import("barsa-sap-ui").FileViewerComponent | typeof import("barsa-sap-ui").BlobViewerComponent | typeof import("barsa-sap-ui").BarsaCartableFormComponent | typeof import("barsa-sap-ui").BarsaCartableGroupComponent | typeof import("barsa-sap-ui").BarsaToolbaritemSearchComponent | typeof import("barsa-sap-ui").BarsaTextEllipsisComponent)[];
191
+ protected dynamicComponents: (typeof import("barsa-sap-ui").GanttDhtmlChartViewComponent | typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").UiGridSortSettingComponent | typeof import("barsa-sap-ui").UlvSortSettingsComponent | typeof import("barsa-sap-ui").UlvGroupbySettingsComponent | typeof import("barsa-sap-ui").UlvFilterSettingsComponent | typeof import("barsa-sap-ui").UiMoInfoGeneralObjectUiComponent | typeof import("barsa-sap-ui").FileInDialogComponent | typeof import("barsa-sap-ui").BarsaAspViewerComponent | typeof import("barsa-sap-ui").CustomDateTimeComponent | typeof import("barsa-sap-ui").UiExceptionFormComponent | typeof import("barsa-sap-ui").UiMatrixViewComponent | typeof import("barsa-sap-ui").UiGraphComponent | typeof import("barsa-sap-ui").UiTreeViewComponent | typeof import("barsa-sap-ui").ColumnRendererComponent | typeof import("barsa-sap-ui").UiCardViewComponent | typeof import("barsa-sap-ui").UiListViewComponent | typeof import("barsa-sap-ui").UiTableViewComponent | typeof import("barsa-sap-ui").UlNotifyPopupComponent | typeof import("barsa-sap-ui").ReportSearchPanelSaveComponent | typeof import("barsa-sap-ui").ReportSearchFieldsHiddenSettingsComponent | typeof import("barsa-sap-ui").ReportSearchFieldsManageComponent | typeof import("barsa-sap-ui").ManageFiltersReportComponent | typeof import("barsa-sap-ui").ReportNavigatorComponent | typeof import("barsa-sap-ui").LyLineComponent | typeof import("barsa-sap-ui").UiUlvMainUiComponent | typeof import("barsa-sap-ui").BarsaTreeItemComponent | typeof import("barsa-sap-ui").BarsaMonacoEditorComponent | typeof import("barsa-sap-ui").BarsaTinyemceComponent | typeof import("barsa-sap-ui").UlvFormMultiSelectComponent | typeof import("barsa-sap-ui").UiUlvFormMultiSelectUiComponent | typeof import("barsa-sap-ui").LayoutActionsComponent | typeof import("barsa-sap-ui").FundamentalDynamicFormComponent | typeof import("barsa-sap-ui").UlToastAdapterComponent | typeof import("barsa-sap-ui").GlobalSearchModuleComponent | typeof import("barsa-sap-ui").GlobalSearchPanelComponent | typeof import("barsa-sap-ui").LySimpleLabelComponent | typeof import("barsa-sap-ui").UlLoadingMaskUiComponent | typeof import("barsa-sap-ui").UlvContextMenuComponent | typeof import("barsa-sap-ui").UlMsgBoxAdapterComponent | typeof import("barsa-sap-ui").LyLabelComponent | typeof import("barsa-sap-ui").LyVerticalLayoutComponent | typeof import("barsa-sap-ui").LyHorizontalLayoutComponent | typeof import("barsa-sap-ui").UiPicturesInfoComponent | typeof import("barsa-sap-ui").FormDialogLessComponent | typeof import("barsa-sap-ui").UiFormPanelComponent | typeof import("barsa-sap-ui").LayoutWizardComponent | typeof import("barsa-sap-ui").ResponsiveToolbarRendererComponent | typeof import("barsa-sap-ui").ResponsiveToolbarComponent | typeof FormDialogComponent | typeof import("barsa-sap-ui").UlvSettingsComponent | typeof import("barsa-sap-ui").UiFormPanelToolbarComponent | typeof import("barsa-sap-ui").UiInfoBarPanelComponent | typeof import("barsa-sap-ui").UlvPagingComponent | typeof import("barsa-sap-ui").UlvToolbarComponent | typeof import("barsa-sap-ui").UlvSelectionComponent | typeof import("barsa-sap-ui").LyLayoutContainerOfRootComponent | typeof import("barsa-sap-ui").CardItemComponent | typeof import("barsa-sap-ui").BarsaUlvMainComponent | typeof import("barsa-sap-ui").ListItemComponent | typeof import("barsa-sap-ui").BarsaTableRowComponent | typeof import("barsa-sap-ui").BarsaTableColumnComponent | typeof import("barsa-sap-ui").BarsaTableHeaderComponent | typeof import("barsa-sap-ui").BreadcrumbComponent | typeof import("barsa-sap-ui").FormToolbarButtonComponent | typeof import("barsa-sap-ui").ReportNewTopFormComponent | typeof import("barsa-sap-ui").BarsaNetworkOfflineComponent | typeof import("barsa-sap-ui").FileViewerContentComponent | typeof import("barsa-sap-ui").FileViewerComponent | typeof import("barsa-sap-ui").BlobViewerComponent | typeof import("barsa-sap-ui").BarsaCartableFormComponent | typeof import("barsa-sap-ui").BarsaCartableGroupComponent | typeof import("barsa-sap-ui").BarsaToolbaritemSearchComponent | typeof import("barsa-sap-ui").BarsaTextEllipsisComponent | typeof import("barsa-sap-ui").BarsaLinkableItemsPanelComponent)[];
190
192
  constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
191
193
  static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
192
194
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
193
- 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.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.HeaderAvatarComponent, typeof i61.UiWorkflowPanelUiComponent, typeof i62.UlvContextMenuComponent, typeof i63.UlLoadingMaskUiComponent, typeof i64.UiTextFieldAutoCompleteComponent, typeof i65.CaptchaFieldComponent, typeof i66.LySimpleLabelComponent, typeof i67.GlobalSearchPanelComponent, typeof i68.GlobalSearchModuleComponent, typeof i69.GlobalSearchComponent, typeof i70.HyperlinkComponent, typeof i71.StaticTextComponent, typeof i72.UlToastAdapterComponent, typeof i73.MessageStripComponent, typeof i74.UiLinearListContainerWithButtonComponent, typeof i75.FundamentalDynamicFormComponent, typeof i76.LayoutActionsComponent, typeof i77.LyLayoutContainerComponent, typeof i78.UiUlvFormMultiSelectUiComponent, typeof i79.UlvFormMultiSelectComponent, typeof i80.UlvColumnSettingsComponent, typeof i81.UlvFilterSettingsComponent, typeof i82.UlvSortSettingsComponent, typeof i83.UlvGroupbySettingsComponent, typeof i84.BarsaListFileLinearComponent, typeof i85.UiPdfViewerComponent, typeof i86.BarsaTinyemceComponent, typeof i87.UiMonacoEditorComponent, typeof i88.BarsaMonacoEditorComponent, typeof i89.BarsaDateTimePickerComponent, typeof i90.BarsaTreeItemComponent, typeof i91.UiSwitchButtonComponent, typeof i92.UiColorUiComponent, typeof i93.LyLineComponent, typeof i94.UiUlvMainUiComponent, typeof i95.ReportNavigatorComponent, typeof i96.ManageFiltersReportComponent, typeof i97.ReportSearchFieldsManageComponent, typeof i98.ReportSearchFieldsHiddenSettingsComponent, typeof i99.SearchPanelComponent, typeof i100.ReportSearchPanelSaveComponent, typeof i101.UiGridFilterSettingsComponent, typeof i102.UiGridFilterItemComponent, typeof i103.UiDateRangeExComponent, typeof i104.UlNotifyPopupComponent, typeof i105.UiTableViewComponent, typeof i106.UiListViewComponent, typeof i107.UiCardViewComponent, typeof i108.UiReportContainerComponent, typeof i109.NoDataComponent, typeof i110.ColumnRendererComponent, typeof i111.InlineSaveAndCancelComponent, typeof i112.UiTreeViewComponent, typeof i111.InlineSaveAndCancelComponent, typeof i113.UiCalendarComponent, typeof i114.UiAspReportViewerComponent, typeof i115.UiGraphComponent, typeof i116.UiExceptionFormComponent, typeof i117.UiEditableGridComponent, typeof i118.ColumnMatrixRendererComponent, typeof i119.UiMatrixViewComponent, typeof i120.CustomDateTimeComponent, typeof i121.BarsaAspViewerComponent, typeof i122.FileInDialogComponent, typeof i123.UiMoInfoGeneralObjectUiComponent, typeof i124.UiGanttChartComponent, typeof i125.GanttDhtmlChartViewComponent, typeof i126.ProgressIndicatorComponent, typeof i127.CardViewContentComponent, typeof i128.CardItemComponent, typeof i129.UiCardViewHorizontalGroupComponent, typeof i130.TitleComponent, typeof i131.BarsaUlvMainComponent, typeof i132.ListItemComponent, typeof i133.HtreeCreateNewComponent, typeof i134.BarsaTableHeaderComponent, typeof i135.BarsaTableRowComponent, typeof i136.BarsaTableColumnComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i147.NotificationItemComponent, typeof i148.BarsaCartableTemplateComponent, typeof i149.BarsaCartableGroupComponent, typeof i150.BarsaCartableFormComponent, typeof i151.BarsaColumnIndicatorComponent, typeof i152.BarsaFieldKeyValueComponent, typeof i153.BarsaToolbaritemSearchComponent, typeof i154.UiHtmlViewerComponent, typeof i155.BarsaPishnamayeshPayamComponent, typeof i156.BarsaTextEllipsisComponent, typeof i157.UploadFileStatusPipe, typeof i158.SapFontPipe, typeof i159.SapFontClassPipe, typeof i107.StringToArrayPipe, typeof i160.NodeHasOneDepthLevelPipe, typeof i161.MatrixValuePipe, typeof i162.DynamicPageSizePipe, typeof i163.WizardLayoutDirective, typeof i164.ColRendererDirective, typeof i165.ApplyConditionalFormatsDirective, typeof i166.ReportViewRendererDirective, typeof i167.FullscreenDialogDirective, typeof i168.FullscreenFilesDirective, typeof i169.DownloadFilesDirective], [typeof i170.CommonModule, typeof i171.FormsModule, typeof i171.ReactiveFormsModule, typeof i172.BarsaNovinRayCoreModule, typeof i173.DragDropModule, typeof i174.CdkTableModule, typeof i175.FundamentalNgxCoreModule, typeof i175.FacetModule, typeof i175.WizardModule, typeof i175.PipeModule, typeof i176.ColorSwatchesModule, typeof i177.ColorChromeModule, typeof i178.ClipboardModule, typeof i179.BarsaCalendarModule, typeof i180.BarsaSapUiRoutingModule, typeof i181.PdfJsViewerModule, typeof i172.ResizableModule, typeof i175.ContentDensityModule], [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.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.HeaderAvatarComponent, typeof i61.UiWorkflowPanelUiComponent, typeof i62.UlvContextMenuComponent, typeof i63.UlLoadingMaskUiComponent, typeof i64.UiTextFieldAutoCompleteComponent, typeof i65.CaptchaFieldComponent, typeof i66.LySimpleLabelComponent, typeof i67.GlobalSearchPanelComponent, typeof i68.GlobalSearchModuleComponent, typeof i69.GlobalSearchComponent, typeof i70.HyperlinkComponent, typeof i71.StaticTextComponent, typeof i72.UlToastAdapterComponent, typeof i73.MessageStripComponent, typeof i74.UiLinearListContainerWithButtonComponent, typeof i75.FundamentalDynamicFormComponent, typeof i76.LayoutActionsComponent, typeof i77.LyLayoutContainerComponent, typeof i78.UiUlvFormMultiSelectUiComponent, typeof i79.UlvFormMultiSelectComponent, typeof i80.UlvColumnSettingsComponent, typeof i81.UlvFilterSettingsComponent, typeof i82.UlvSortSettingsComponent, typeof i83.UlvGroupbySettingsComponent, typeof i84.BarsaListFileLinearComponent, typeof i85.UiPdfViewerComponent, typeof i86.BarsaTinyemceComponent, typeof i87.UiMonacoEditorComponent, typeof i88.BarsaMonacoEditorComponent, typeof i89.BarsaDateTimePickerComponent, typeof i90.BarsaTreeItemComponent, typeof i91.UiSwitchButtonComponent, typeof i92.UiColorUiComponent, typeof i93.LyLineComponent, typeof i94.UiUlvMainUiComponent, typeof i95.ReportNavigatorComponent, typeof i96.ManageFiltersReportComponent, typeof i97.ReportSearchFieldsManageComponent, typeof i98.ReportSearchFieldsHiddenSettingsComponent, typeof i99.SearchPanelComponent, typeof i100.ReportSearchPanelSaveComponent, typeof i101.UiGridFilterSettingsComponent, typeof i102.UiGridFilterItemComponent, typeof i103.UiDateRangeExComponent, typeof i104.UlNotifyPopupComponent, typeof i105.UiTableViewComponent, typeof i106.UiListViewComponent, typeof i107.UiCardViewComponent, typeof i108.UiReportContainerComponent, typeof i109.NoDataComponent, typeof i110.ColumnRendererComponent, typeof i111.InlineSaveAndCancelComponent, typeof i112.UiTreeViewComponent, typeof i111.InlineSaveAndCancelComponent, typeof i113.UiCalendarComponent, typeof i114.UiAspReportViewerComponent, typeof i115.UiGraphComponent, typeof i116.UiExceptionFormComponent, typeof i117.UiEditableGridComponent, typeof i118.ColumnMatrixRendererComponent, typeof i119.UiMatrixViewComponent, typeof i120.CustomDateTimeComponent, typeof i121.BarsaAspViewerComponent, typeof i122.FileInDialogComponent, typeof i123.UiMoInfoGeneralObjectUiComponent, typeof i124.UiGanttChartComponent, typeof i125.GanttDhtmlChartViewComponent, typeof i126.ProgressIndicatorComponent, typeof i127.CardViewContentComponent, typeof i128.CardItemComponent, typeof i129.UiCardViewHorizontalGroupComponent, typeof i130.TitleComponent, typeof i131.BarsaUlvMainComponent, typeof i132.ListItemComponent, typeof i133.HtreeCreateNewComponent, typeof i134.BarsaTableHeaderComponent, typeof i135.BarsaTableRowComponent, typeof i136.BarsaTableColumnComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i147.NotificationItemComponent, typeof i148.BarsaCartableTemplateComponent, typeof i149.BarsaCartableGroupComponent, typeof i150.BarsaCartableFormComponent, typeof i151.BarsaColumnIndicatorComponent, typeof i152.BarsaFieldKeyValueComponent, typeof i153.BarsaToolbaritemSearchComponent, typeof i154.UiHtmlViewerComponent, typeof i155.BarsaPishnamayeshPayamComponent, typeof i156.BarsaTextEllipsisComponent, typeof i163.WizardLayoutDirective, typeof i164.ColRendererDirective, typeof i165.ApplyConditionalFormatsDirective, typeof i166.ReportViewRendererDirective, typeof i167.FullscreenDialogDirective, typeof i168.FullscreenFilesDirective, typeof i169.DownloadFilesDirective, typeof i157.UploadFileStatusPipe, typeof i158.SapFontPipe, typeof i159.SapFontClassPipe, typeof i107.StringToArrayPipe, typeof i160.NodeHasOneDepthLevelPipe, typeof i161.MatrixValuePipe, typeof i162.DynamicPageSizePipe]>;
195
+ 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.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.HeaderAvatarComponent, typeof i61.UiWorkflowPanelUiComponent, typeof i62.UlvContextMenuComponent, typeof i63.UlLoadingMaskUiComponent, typeof i64.UiTextFieldAutoCompleteComponent, typeof i65.CaptchaFieldComponent, typeof i66.LySimpleLabelComponent, typeof i67.GlobalSearchPanelComponent, typeof i68.GlobalSearchModuleComponent, typeof i69.GlobalSearchComponent, typeof i70.HyperlinkComponent, typeof i71.StaticTextComponent, typeof i72.UlToastAdapterComponent, typeof i73.MessageStripComponent, typeof i74.UiLinearListContainerWithButtonComponent, typeof i75.FundamentalDynamicFormComponent, typeof i76.LayoutActionsComponent, typeof i77.LyLayoutContainerComponent, typeof i78.UiUlvFormMultiSelectUiComponent, typeof i79.UlvFormMultiSelectComponent, typeof i80.UlvColumnSettingsComponent, typeof i81.UlvFilterSettingsComponent, typeof i82.UlvSortSettingsComponent, typeof i83.UlvGroupbySettingsComponent, typeof i84.BarsaListFileLinearComponent, typeof i85.UiPdfViewerComponent, typeof i86.BarsaTinyemceComponent, typeof i87.UiMonacoEditorComponent, typeof i88.BarsaMonacoEditorComponent, typeof i89.BarsaDateTimePickerComponent, typeof i90.BarsaTreeItemComponent, typeof i91.UiSwitchButtonComponent, typeof i92.UiColorUiComponent, typeof i93.LyLineComponent, typeof i94.UiUlvMainUiComponent, typeof i95.ReportNavigatorComponent, typeof i96.ManageFiltersReportComponent, typeof i97.ReportSearchFieldsManageComponent, typeof i98.ReportSearchFieldsHiddenSettingsComponent, typeof i99.SearchPanelComponent, typeof i100.ReportSearchPanelSaveComponent, typeof i101.UiGridFilterSettingsComponent, typeof i102.UiGridFilterItemComponent, typeof i103.UiDateRangeExComponent, typeof i104.UlNotifyPopupComponent, typeof i105.UiTableViewComponent, typeof i106.UiListViewComponent, typeof i107.UiCardViewComponent, typeof i108.UiReportContainerComponent, typeof i109.NoDataComponent, typeof i110.ColumnRendererComponent, typeof i111.InlineSaveAndCancelComponent, typeof i112.UiTreeViewComponent, typeof i111.InlineSaveAndCancelComponent, typeof i113.UiCalendarComponent, typeof i114.UiAspReportViewerComponent, typeof i115.UiGraphComponent, typeof i116.UiExceptionFormComponent, typeof i117.UiEditableGridComponent, typeof i118.ColumnMatrixRendererComponent, typeof i119.UiMatrixViewComponent, typeof i120.CustomDateTimeComponent, typeof i121.BarsaAspViewerComponent, typeof i122.FileInDialogComponent, typeof i123.UiMoInfoGeneralObjectUiComponent, typeof i124.UiGanttChartComponent, typeof i125.GanttDhtmlChartViewComponent, typeof i126.ProgressIndicatorComponent, typeof i127.CardViewContentComponent, typeof i128.CardItemComponent, typeof i129.UiCardViewHorizontalGroupComponent, typeof i130.TitleComponent, typeof i131.BarsaUlvMainComponent, typeof i132.ListItemComponent, typeof i133.HtreeCreateNewComponent, typeof i134.BarsaTableHeaderComponent, typeof i135.BarsaTableRowComponent, typeof i136.BarsaTableColumnComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i147.NotificationItemComponent, typeof i148.BarsaCartableTemplateComponent, typeof i149.BarsaCartableGroupComponent, typeof i150.BarsaCartableFormComponent, typeof i151.BarsaColumnIndicatorComponent, typeof i152.BarsaFieldKeyValueComponent, typeof i153.BarsaToolbaritemSearchComponent, typeof i154.UiHtmlViewerComponent, typeof i155.BarsaPishnamayeshPayamComponent, typeof i156.BarsaTextEllipsisComponent, typeof i157.BarsaListFileLinearGmailComponent, typeof i158.BarsaLinkableItemsPanelComponent, typeof i159.UploadFileStatusPipe, typeof i160.SapFontPipe, typeof i161.SapFontClassPipe, typeof i107.StringToArrayPipe, typeof i162.NodeHasOneDepthLevelPipe, typeof i163.MatrixValuePipe, typeof i164.DynamicPageSizePipe, typeof i165.WizardLayoutDirective, typeof i166.ColRendererDirective, typeof i167.ApplyConditionalFormatsDirective, typeof i168.ReportViewRendererDirective, typeof i169.FullscreenDialogDirective, typeof i170.FullscreenFilesDirective, typeof i171.DownloadFilesDirective], [typeof i172.CommonModule, typeof i173.FormsModule, typeof i173.ReactiveFormsModule, typeof i174.BarsaNovinRayCoreModule, typeof i175.DragDropModule, typeof i176.CdkTableModule, typeof i177.FundamentalNgxCoreModule, typeof i177.FacetModule, typeof i177.WizardModule, typeof i177.PipeModule, typeof i178.ColorSwatchesModule, typeof i179.ColorChromeModule, typeof i180.ClipboardModule, typeof i181.BarsaCalendarModule, typeof i182.BarsaSapUiRoutingModule, typeof i183.PdfJsViewerModule, typeof i174.ResizableModule, typeof i177.ContentDensityModule], [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.UiFormPanelToolbarComponent, typeof i29.UiFormPanelComponent, typeof i30.UiSearchCommandInfoUiComponent, typeof i31.UlvSettingsComponent, typeof i32.UiTinymceComponent, typeof i33.UiButtonComponent, typeof i34.UiDateTimeComponent, typeof i35.FormDialogComponent, typeof i36.HeaderFacetKeyValueComponent, typeof i37.HeaderFacetFormComponent, typeof i38.HeaderFacetRateComponent, typeof i39.HeaderFacetProgressComponent, typeof i40.HeaderFacetMicrochartComponent, typeof i41.HeaderFacetPlainTextComponent, typeof i42.UiMoInfoSubFormUiComponent, typeof i43.ResponsiveToolbarComponent, typeof i44.ResponsiveToolbarRendererComponent, typeof i45.UiTextAreaComponent, typeof i46.LayoutControlComponent, typeof i47.LayoutWizardComponent, typeof i48.FormWizardComponent, typeof i49.FormDialogLessComponent, typeof i50.RichTextStaticComponent, typeof i51.UiPicturesInfoComponent, typeof i52.LyHorizontalLayoutComponent, typeof i53.LyVerticalLayoutComponent, typeof i54.LyTabContainerComponent, typeof i55.LyTabPageComponent, typeof i56.LyLabelComponent, typeof i57.UiMoInfoComboViewerComponent, typeof i58.UlMsgBoxAdapterComponent, typeof i59.UiTreeComponent, typeof i60.HeaderAvatarComponent, typeof i61.UiWorkflowPanelUiComponent, typeof i62.UlvContextMenuComponent, typeof i63.UlLoadingMaskUiComponent, typeof i64.UiTextFieldAutoCompleteComponent, typeof i65.CaptchaFieldComponent, typeof i66.LySimpleLabelComponent, typeof i67.GlobalSearchPanelComponent, typeof i68.GlobalSearchModuleComponent, typeof i69.GlobalSearchComponent, typeof i70.HyperlinkComponent, typeof i71.StaticTextComponent, typeof i72.UlToastAdapterComponent, typeof i73.MessageStripComponent, typeof i74.UiLinearListContainerWithButtonComponent, typeof i75.FundamentalDynamicFormComponent, typeof i76.LayoutActionsComponent, typeof i77.LyLayoutContainerComponent, typeof i78.UiUlvFormMultiSelectUiComponent, typeof i79.UlvFormMultiSelectComponent, typeof i80.UlvColumnSettingsComponent, typeof i81.UlvFilterSettingsComponent, typeof i82.UlvSortSettingsComponent, typeof i83.UlvGroupbySettingsComponent, typeof i84.BarsaListFileLinearComponent, typeof i85.UiPdfViewerComponent, typeof i86.BarsaTinyemceComponent, typeof i87.UiMonacoEditorComponent, typeof i88.BarsaMonacoEditorComponent, typeof i89.BarsaDateTimePickerComponent, typeof i90.BarsaTreeItemComponent, typeof i91.UiSwitchButtonComponent, typeof i92.UiColorUiComponent, typeof i93.LyLineComponent, typeof i94.UiUlvMainUiComponent, typeof i95.ReportNavigatorComponent, typeof i96.ManageFiltersReportComponent, typeof i97.ReportSearchFieldsManageComponent, typeof i98.ReportSearchFieldsHiddenSettingsComponent, typeof i99.SearchPanelComponent, typeof i100.ReportSearchPanelSaveComponent, typeof i101.UiGridFilterSettingsComponent, typeof i102.UiGridFilterItemComponent, typeof i103.UiDateRangeExComponent, typeof i104.UlNotifyPopupComponent, typeof i105.UiTableViewComponent, typeof i106.UiListViewComponent, typeof i107.UiCardViewComponent, typeof i108.UiReportContainerComponent, typeof i109.NoDataComponent, typeof i110.ColumnRendererComponent, typeof i111.InlineSaveAndCancelComponent, typeof i112.UiTreeViewComponent, typeof i111.InlineSaveAndCancelComponent, typeof i113.UiCalendarComponent, typeof i114.UiAspReportViewerComponent, typeof i115.UiGraphComponent, typeof i116.UiExceptionFormComponent, typeof i117.UiEditableGridComponent, typeof i118.ColumnMatrixRendererComponent, typeof i119.UiMatrixViewComponent, typeof i120.CustomDateTimeComponent, typeof i121.BarsaAspViewerComponent, typeof i122.FileInDialogComponent, typeof i123.UiMoInfoGeneralObjectUiComponent, typeof i124.UiGanttChartComponent, typeof i125.GanttDhtmlChartViewComponent, typeof i126.ProgressIndicatorComponent, typeof i127.CardViewContentComponent, typeof i128.CardItemComponent, typeof i129.UiCardViewHorizontalGroupComponent, typeof i130.TitleComponent, typeof i131.BarsaUlvMainComponent, typeof i132.ListItemComponent, typeof i133.HtreeCreateNewComponent, typeof i134.BarsaTableHeaderComponent, typeof i135.BarsaTableRowComponent, typeof i136.BarsaTableColumnComponent, typeof i137.BreadcrumbComponent, typeof i138.UiLabelComponent, typeof i139.FormToolbarButtonComponent, typeof i140.BarsaSearchFormComponent, typeof i141.ReportNewTopFormComponent, typeof i142.BarsaNetworkOfflineComponent, typeof i143.FileViewerContentComponent, typeof i144.FileViewerPopoverComponent, typeof i145.FileViewerComponent, typeof i146.BlobViewerComponent, typeof i147.NotificationItemComponent, typeof i148.BarsaCartableTemplateComponent, typeof i149.BarsaCartableGroupComponent, typeof i150.BarsaCartableFormComponent, typeof i151.BarsaColumnIndicatorComponent, typeof i152.BarsaFieldKeyValueComponent, typeof i153.BarsaToolbaritemSearchComponent, typeof i154.UiHtmlViewerComponent, typeof i155.BarsaPishnamayeshPayamComponent, typeof i156.BarsaTextEllipsisComponent, typeof i157.BarsaListFileLinearGmailComponent, typeof i158.BarsaLinkableItemsPanelComponent, typeof i165.WizardLayoutDirective, typeof i166.ColRendererDirective, typeof i167.ApplyConditionalFormatsDirective, typeof i168.ReportViewRendererDirective, typeof i169.FullscreenDialogDirective, typeof i170.FullscreenFilesDirective, typeof i171.DownloadFilesDirective, typeof i159.UploadFileStatusPipe, typeof i160.SapFontPipe, typeof i161.SapFontClassPipe, typeof i107.StringToArrayPipe, typeof i162.NodeHasOneDepthLevelPipe, typeof i163.MatrixValuePipe, typeof i164.DynamicPageSizePipe]>;
194
196
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
195
197
  }
@@ -1,14 +1,15 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
2
  import { FileUploaderComponent } from '@fundamental-ngx/core';
3
- import { BaseComponent, UploadService } from 'barsa-novin-ray-core';
3
+ import { BaseComponent, UploadService, GeneralControlInfoModel } from 'barsa-novin-ray-core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BarsaTinyemceComponent extends BaseComponent implements AfterViewInit, OnDestroy, OnChanges {
6
6
  protected _uploadService: UploadService;
7
7
  protected _el: ElementRef;
8
8
  _uploader: FileUploaderComponent;
9
- Setting: any;
9
+ Setting: GeneralControlInfoModel;
10
10
  isReadonly: boolean;
11
11
  value: any;
12
+ IsInline: boolean;
12
13
  defaultVerbs: {
13
14
  Title: string;
14
15
  Html: string;
@@ -49,5 +50,5 @@ export declare class BarsaTinyemceComponent extends BaseComponent implements Aft
49
50
  private _generateTinyHostId;
50
51
  private _removeOverflow;
51
52
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTinyemceComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTinyemceComponent, "bsu-barsa-tinyemce", never, { "Setting": "Setting"; "isReadonly": "isReadonly"; "value": "value"; "defaultVerbs": "defaultVerbs"; }, { "valueChange": "valueChange"; "tinyInit": "tinyInit"; }, never, never, false>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTinyemceComponent, "bsu-barsa-tinyemce", never, { "Setting": "Setting"; "isReadonly": "isReadonly"; "value": "value"; "IsInline": "IsInline"; "defaultVerbs": "defaultVerbs"; }, { "valueChange": "valueChange"; "tinyInit": "tinyInit"; }, never, never, false>;
53
54
  }
package/lib/index.d.ts CHANGED
@@ -88,7 +88,8 @@ import { BarsaCartableGroupComponent } from './barsa-group-cartable/barsa-cartab
88
88
  import { BarsaCartableFormComponent } from './barsa-cartable-form/barsa-cartable-form.component';
89
89
  import { BarsaToolbaritemSearchComponent } from './barsa-toolbaritem-search/barsa-toolbaritem-search.component';
90
90
  import { BarsaTextEllipsisComponent } from './barsa-text-ellipsis/barsa-text-ellipsis.component';
91
- export declare const components: (typeof GanttDhtmlChartViewComponent | typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiMatrixViewComponent | typeof UiGraphComponent | typeof UiTreeViewComponent | typeof ColumnRendererComponent | typeof UiCardViewComponent | typeof UiListViewComponent | typeof UiTableViewComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaMonacoEditorComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof UlvContextMenuComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof UiPicturesInfoComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiFormPanelToolbarComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof CardItemComponent | typeof BarsaUlvMainComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BarsaTableColumnComponent | typeof BarsaTableHeaderComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaCartableGroupComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent)[];
91
+ import { BarsaLinkableItemsPanelComponent } from './barsa-linkable-items-panel/barsa-linkable-items-panel.component';
92
+ export declare const components: (typeof GanttDhtmlChartViewComponent | typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiMatrixViewComponent | typeof UiGraphComponent | typeof UiTreeViewComponent | typeof ColumnRendererComponent | typeof UiCardViewComponent | typeof UiListViewComponent | typeof UiTableViewComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | typeof BarsaMonacoEditorComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof UlvContextMenuComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof UiPicturesInfoComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiFormPanelToolbarComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof CardItemComponent | typeof BarsaUlvMainComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BarsaTableColumnComponent | typeof BarsaTableHeaderComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaCartableGroupComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent | typeof BarsaLinkableItemsPanelComponent)[];
92
93
  export declare const pipes: (typeof MatrixValuePipe | typeof DynamicPageSizePipe | typeof StringToArrayPipe | typeof UploadFileStatusPipe | typeof SapFontPipe | typeof SapFontClassPipe | typeof NodeHasOneDepthLevelPipe)[];
93
94
  export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective | typeof FullscreenFilesDirective | typeof DownloadFilesDirective)[];
94
95
  export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemesService, portalService: PortalService) => () => void;
@@ -38,6 +38,9 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
38
38
  disableOverflowContextMenu: boolean;
39
39
  navigationArrow: string;
40
40
  typeDefId: string;
41
+ reportId: string;
42
+ listEditViewId: string;
43
+ typeViewId: string;
41
44
  containerWidth: number;
42
45
  extraRelation: any;
43
46
  contextView: any;
@@ -102,5 +105,5 @@ export declare class ReportViewRendererDirective extends BaseDirective implement
102
105
  ngOnDestroy(): void;
103
106
  private _insertView;
104
107
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "selectedCount": "selectedCount"; "hasSummary": "hasSummary"; "relationList": "relationList"; "columns": "columns"; "columnsCount": "columnsCount"; "secondaryColumns": "secondaryColumns"; "contextMenuItems": "contextMenuItems"; "conditionalFormats": "conditionalFormats"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "mobileOrTablet": "mobileOrTablet"; "access": "access"; "title": "title"; "customFieldInfo": "customFieldInfo"; "selectedMo": "selectedMo"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "hasSelected": "hasSelected"; "formSetting": "formSetting"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "navigationArrow": "navigationArrow"; "typeDefId": "typeDefId"; "containerWidth": "containerWidth"; "extraRelation": "extraRelation"; "contextView": "contextView"; "contentDensity": "contentDensity"; "hideOpenIcon": "hideOpenIcon"; "openOnClick": "openOnClick"; "inDialog": "inDialog"; "isMultiSelect": "isMultiSelect"; "rtl": "rtl"; "disableResponsive": "disableResponsive"; "hideSearchpanel": "hideSearchpanel"; "gridFreeColumnSizing": "gridFreeColumnSizing"; "cartableTemplates": "cartableTemplates"; "cartableChildsMo": "cartableChildsMo"; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "resetWorkflowState": "resetWorkflowState"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
108
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": "view"; "moDataList": "moDataList"; "allChecked": "allChecked"; "groupby": "groupby"; "isCheckList": "isCheckList"; "selectedCount": "selectedCount"; "hasSummary": "hasSummary"; "relationList": "relationList"; "columns": "columns"; "columnsCount": "columnsCount"; "secondaryColumns": "secondaryColumns"; "contextMenuItems": "contextMenuItems"; "conditionalFormats": "conditionalFormats"; "deviceName": "deviceName"; "deviceSize": "deviceSize"; "mobileOrTablet": "mobileOrTablet"; "access": "access"; "title": "title"; "customFieldInfo": "customFieldInfo"; "selectedMo": "selectedMo"; "allColumns": "allColumns"; "viewSetting": "viewSetting"; "inlineEditMode": "inlineEditMode"; "onlyInlineEdit": "onlyInlineEdit"; "allowInlineEdit": "allowInlineEdit"; "popin": "popin"; "hasSelected": "hasSelected"; "formSetting": "formSetting"; "disableOverflowContextMenu": "disableOverflowContextMenu"; "navigationArrow": "navigationArrow"; "typeDefId": "typeDefId"; "reportId": "reportId"; "listEditViewId": "listEditViewId"; "typeViewId": "typeViewId"; "containerWidth": "containerWidth"; "extraRelation": "extraRelation"; "contextView": "contextView"; "contentDensity": "contentDensity"; "hideOpenIcon": "hideOpenIcon"; "openOnClick": "openOnClick"; "inDialog": "inDialog"; "isMultiSelect": "isMultiSelect"; "rtl": "rtl"; "disableResponsive": "disableResponsive"; "hideSearchpanel": "hideSearchpanel"; "gridFreeColumnSizing": "gridFreeColumnSizing"; "cartableTemplates": "cartableTemplates"; "cartableChildsMo": "cartableChildsMo"; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "resetWorkflowState": "resetWorkflowState"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; }, never, never, false>;
106
109
  }
@@ -3,11 +3,13 @@ import { Observable, Subject } from 'rxjs';
3
3
  import { ContentDensity, FileUploaderComponent } from '@fundamental-ngx/core';
4
4
  import { FilesValidationHelper, FileAttachmentInfo, LinearListHelper } from 'barsa-novin-ray-core';
5
5
  import { DeviceInfoFieldBaseComponent } from '../device-info-field-base';
6
+ import { IUploadingState } from 'barsa-novin-ray-core';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class UiFileLinearListBoxComponent extends DeviceInfoFieldBaseComponent implements OnInit, OnDestroy {
8
9
  fileUploadComponent: FileUploaderComponent;
9
10
  value: FileAttachmentInfo[];
10
11
  fileCount$: Observable<number>;
12
+ uploading$: Observable<IUploadingState>;
11
13
  valueExtra$: Observable<{
12
14
  [key: string]: UploadFileProps;
13
15
  }>;
@@ -1,6 +1,6 @@
1
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
- import { FieldBaseComponent } from 'barsa-novin-ray-core';
3
+ import { FieldBaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class UiTinymceComponent extends FieldBaseComponent implements OnInit, OnChanges {
6
6
  tinyHeight: string;
@@ -8,6 +8,7 @@ export declare class UiTinymceComponent extends FieldBaseComponent implements On
8
8
  sefeValue: SafeHtml;
9
9
  tinyInit: boolean;
10
10
  isAnonymous: boolean;
11
+ parameters: UiTinymceSetting;
11
12
  ngOnInit(): void;
12
13
  ngOnChanges(simpleChanges: SimpleChanges): void;
13
14
  onTinyInit(): void;
@@ -15,3 +16,7 @@ export declare class UiTinymceComponent extends FieldBaseComponent implements On
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<UiTinymceComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<UiTinymceComponent, "bsu-ui-tinymce", never, {}, {}, never, never, false>;
17
18
  }
19
+ interface UiTinymceSetting extends MetaobjectDataModel {
20
+ IsInline: boolean;
21
+ }
22
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "1.0.358",
3
+ "version": "1.0.360",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"
package/public-api.d.ts CHANGED
@@ -173,5 +173,7 @@ export * from './lib/barsa-toolbaritem-search/barsa-toolbaritem-search.component
173
173
  export * from './lib/ui-html-viewer/ui-html-viewer.component';
174
174
  export * from './lib/barsa-pishnamayesh-payam/barsa-pishnamayesh-payam.component';
175
175
  export * from './lib/barsa-text-ellipsis/barsa-text-ellipsis.component';
176
+ export * from './lib/barsa-list-file-linear-gmail/barsa-list-file-linear-gmail.component';
177
+ export * from './lib/barsa-linkable-items-panel/barsa-linkable-items-panel.component';
176
178
  export * from './lib/constants';
177
179
  export * from './lib/barsa-sap-ui.module';