barsa-develop-components 2.3.102 → 2.3.104

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as i64 from 'barsa-novin-ray-core';
2
- import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, AbbrevationDeviceSize, BaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
2
+ import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, AbbrevationDeviceSize, BaseItemContentPropsComponent, CardBaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
3
3
  import * as i66 from 'barsa-sap-ui';
4
4
  import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, ColumnRendererComponent } from 'barsa-sap-ui';
5
5
  import { Subject, Observable } from 'rxjs';
@@ -333,11 +333,12 @@ declare class CardContentImageAndTitleComponent extends BaseItemContentPropsComp
333
333
  static ɵcmp: i0.ɵɵComponentDeclaration<CardContentImageAndTitleComponent, "bdc-card-content-image-and-title", never, {}, {}, never, never, false, never>;
334
334
  }
335
335
 
336
- declare class CardHeaderLogoTitleSubtitleComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
336
+ declare class CardHeaderLogoTitleSubtitleComponent extends CardBaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
337
337
  events: EventEmitter<{
338
338
  title: string;
339
339
  data?: any;
340
340
  }>;
341
+ _headerEl: ElementRef;
341
342
  title: string;
342
343
  subtitle: string;
343
344
  fontIcon: string;
@@ -349,7 +350,10 @@ declare class CardHeaderLogoTitleSubtitleComponent extends BaseItemContentPropsC
349
350
  titleDbName: string;
350
351
  subtitleDbName: string;
351
352
  avatarCircle: boolean;
353
+ private _cardViewService;
354
+ setHeaderHeight: () => void;
352
355
  ngOnInit(): void;
356
+ private _setHeaderHeight;
353
357
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderLogoTitleSubtitleComponent, never>;
354
358
  static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderLogoTitleSubtitleComponent, "bdc-card-header-logo-title-subtitle", never, {}, { "events": "events"; }, never, never, false, never>;
355
359
  }
@@ -851,6 +855,7 @@ declare class FooterComponent extends BaseComponent implements OnInit {
851
855
  rtl: boolean;
852
856
  footer: MetaobjectDataModel;
853
857
  deviceSize: AbbrevationDeviceSize;
858
+ hide: i0.WritableSignal<boolean>;
854
859
  private _portalService;
855
860
  private _cdr;
856
861
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "2.3.102",
3
+ "version": "2.3.104",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"