barsa-develop-components 2.3.136 → 2.3.141

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,19 +1,20 @@
1
- import * as i64 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
- import * as i66 from 'barsa-sap-ui';
4
- import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, ColumnRendererComponent } from 'barsa-sap-ui';
1
+ import * as i65 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, ColumnRendererBase, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, ColumnRendererViewBase, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
3
+ import * as i67 from 'barsa-sap-ui';
4
+ import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, RichTextColumnController, IRichTextColumnView } from 'barsa-sap-ui';
5
5
  import { Subject, Observable } from 'rxjs';
6
6
  import * as i0 from '@angular/core';
7
7
  import { OnInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, TemplateRef, QueryList, WritableSignal, PipeTransform, ViewContainerRef, SimpleChanges, OnChanges, Renderer2, ComponentFactoryResolver } from '@angular/core';
8
- import * as i69 from '@fundamental-ngx/core';
8
+ import * as i70 from '@fundamental-ngx/core';
9
9
  import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, DialogService, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, FileUploaderComponent, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
10
10
  import { BarcodeFormat } from '@zxing/library';
11
- import * as i68 from 'barsa-tiles';
11
+ import * as i69 from 'barsa-tiles';
12
12
  import { TilesViewerContainerComponent } from 'barsa-tiles';
13
- import * as i63 from '@angular/common';
14
- import * as i65 from '@angular/forms';
15
- import * as i67 from 'barsa-echarts';
16
- import * as i70 from '@fundamental-ngx/platform';
13
+ import { SafeHtml } from '@angular/platform-browser';
14
+ import * as i64 from '@angular/common';
15
+ import * as i66 from '@angular/forms';
16
+ import * as i68 from 'barsa-echarts';
17
+ import * as i71 from '@fundamental-ngx/platform';
17
18
 
18
19
  declare class UiTextFieldSearchComponent extends DeviceInfoFieldBaseComponent {
19
20
  value: string;
@@ -201,7 +202,7 @@ declare class BarcodeReaderDialogComponent extends BaseComponent implements Afte
201
202
 
202
203
  declare class BarcodeReaderComponent extends UiMoInfoSubFormUiComponent implements OnInit {
203
204
  size: DynamicPageResponsiveSize;
204
- barcodeValue: string;
205
+ barcodeValue: i0.WritableSignal<string>;
205
206
  contentDensity$: Observable<ContentDensity>;
206
207
  barcodeFormat: Array<BarcodeFormat>;
207
208
  protected _dialogService: DialogService;
@@ -961,7 +962,7 @@ declare class TokenReportViewComponent extends ReportViewBaseComponent<MicroProc
961
962
  static ɵcmp: i0.ɵɵComponentDeclaration<TokenReportViewComponent, "bdc-token-report-view", never, {}, {}, never, never, false, never>;
962
963
  }
963
964
 
964
- declare class ColumnFormViewerComponent extends ColumnRendererComponent implements OnInit {
965
+ declare class ColumnFormViewerComponent extends ColumnRendererBase implements OnInit {
965
966
  layout94: LayoutSetting;
966
967
  parameters: MetaobjectDataModel;
967
968
  isOpen: boolean;
@@ -1010,7 +1011,7 @@ declare class FormCardComponent extends FormPropsBaseComponent implements OnInit
1010
1011
  static ɵcmp: i0.ɵɵComponentDeclaration<FormCardComponent, "bdc-form-card", never, {}, {}, never, never, false, never>;
1011
1012
  }
1012
1013
 
1013
- declare class ColumnProgressbarComponent extends ColumnRendererComponent implements OnInit {
1014
+ declare class ColumnProgressbarComponent extends ColumnRendererBase implements OnInit {
1014
1015
  layout94: LayoutSetting;
1015
1016
  parameters: ColumnProgressbarSettings;
1016
1017
  _el: ElementRef<any>;
@@ -1046,7 +1047,7 @@ interface ColumnProgressbarSettings extends MetaobjectDataModel {
1046
1047
  ValueText: string;
1047
1048
  }
1048
1049
 
1049
- declare class ColumnChipComponent extends ColumnRendererComponent implements OnInit {
1050
+ declare class ColumnChipComponent extends ColumnRendererBase implements OnInit {
1050
1051
  layout94: LayoutSetting;
1051
1052
  parameters: MetaobjectDataModel;
1052
1053
  state: WritableSignal<GenericTagType>;
@@ -1072,6 +1073,22 @@ interface PieProgressSettings {
1072
1073
  ChartHeight: string;
1073
1074
  }
1074
1075
 
1076
+ declare class ColumnRichTextComponent extends ColumnRendererViewBase<RichTextColumnController> implements IRichTextColumnView {
1077
+ classList: string;
1078
+ text: SafeHtml;
1079
+ controller: RichTextColumnController;
1080
+ /**
1081
+ *
1082
+ */
1083
+ constructor();
1084
+ ngOnInit(): void;
1085
+ ngOnChanges(changes: SimpleChanges): void;
1086
+ setText(text: SafeHtml): void;
1087
+ setClassList(classList: string): void;
1088
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnRichTextComponent, never>;
1089
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnRichTextComponent, "bdc-column-rich-text", never, {}, {}, never, never, false, never>;
1090
+ }
1091
+
1075
1092
  declare class UiPersonPipe implements PipeTransform {
1076
1093
  transform(value: unknown): string;
1077
1094
  static ɵfac: i0.ɵɵFactoryDeclaration<UiPersonPipe, never>;
@@ -1095,13 +1112,13 @@ declare class DataSourceToFlowItemPipe implements PipeTransform {
1095
1112
  declare class BarsaDevelopComponentsModule extends BaseModule {
1096
1113
  protected dcm: DynamicComponentService;
1097
1114
  protected cfr: ComponentFactoryResolver;
1098
- protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent | typeof BarsaGeographicLocationComponent | typeof ColumnFormViewerComponent | typeof FormReportViewItemComponent | typeof ColumnProgressbarComponent | typeof ColumnChipComponent | typeof PieProgressComponent)[];
1115
+ protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent | typeof BarsaGeographicLocationComponent | typeof ColumnFormViewerComponent | typeof FormReportViewItemComponent | typeof ColumnProgressbarComponent | typeof ColumnChipComponent | typeof PieProgressComponent | typeof ColumnRichTextComponent)[];
1099
1116
  /** Inserted by Angular inject() migration for backwards compatibility */
1100
1117
  constructor();
1101
1118
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDevelopComponentsModule, never>;
1102
- static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaDevelopComponentsModule, [typeof LoginFormComponent, typeof LoginSocialConncetionsComponent, typeof UiPersonComponent, typeof BarcodeReaderComponent, typeof BarcodeReaderDialogComponent, typeof BarcodeReaderVideoComponent, typeof SettingFormComponent, typeof MicroProcessFlowViewComponent, typeof UiEnumSegmentedButtonComponent, typeof TabProcessViewComponent, typeof UiTextFieldSearchComponent, typeof ServiceDeskHeaderComponent, typeof CardContentImageAndTitleComponent, typeof CardHeaderLogoTitleSubtitleComponent, typeof FormContentQuickViewComponent, typeof ServiceDeskServcieDetailComponent, typeof ServiceDeskViewOfServicesComponent, typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof CardHeaderBigImageTitleAndSubtitleComponent, typeof ServiceDeskFormLayoutContentMojavezComponent, typeof UlvContextMenuItemShowFileContentComponent, typeof ResendVerificationCodeComponent, typeof CheckboxButtonComponent, typeof ReportTabViewComponent, typeof ReportLineChartViewComponent, typeof CardHeaderKpiComponent, typeof CardContentLineChartComponent, typeof FormChartContentComponent, typeof TableViewVerticalColumnsComponent, typeof QueryStringObservableComponent, typeof QueryStringFormObservableComponent, typeof G4bDetailsComponent, typeof AvatarComponent, typeof G4bEstelamComponent, typeof TimerCountDownComponent, typeof MoInfoMicroProccessFlowComponent, typeof MicroProccessFlowComponent, typeof EnumInfoMicroProccessFlowComponent, typeof UiPicturesCarouselComponent, typeof UiNumRateComponent, typeof MediaFileUploaderComponent, typeof SubformInRowReportComponent, typeof MasterDetailCardFormComponent, typeof ReportButtonViewComponent, typeof BarsaDocumentsComponent, typeof BarsaDocumentListItemComponent, typeof AcceptRejectComponent, typeof FooterComponent, typeof GeographicLocationComponent, typeof BarsaGeographicLocationComponent, typeof TokenReportViewComponent, typeof ColumnFormViewerComponent, typeof FormReportViewComponent, typeof FormReportViewItemComponent, typeof FormCardComponent, typeof ColumnProgressbarComponent, typeof ColumnChipComponent, typeof PieProgressComponent, typeof UiPersonPipe, typeof BarcodeFormatPipe, typeof MoListToFlowItemPipe, typeof DataSourceToFlowItemPipe, typeof PieProgressComponent], [typeof i63.CommonModule, typeof i64.BarsaNovinRayCoreModule, typeof i65.ReactiveFormsModule, typeof i66.BarsaSapUiModule, typeof i67.BarsaEchartsModule, typeof i68.BarsaTilesModule, typeof i69.FundamentalNgxCoreModule, typeof i70.PlatformInputGroupModule, typeof i65.FormsModule], [typeof LoginFormComponent, typeof LoginSocialConncetionsComponent, typeof UiPersonComponent, typeof BarcodeReaderComponent, typeof BarcodeReaderDialogComponent, typeof BarcodeReaderVideoComponent, typeof SettingFormComponent, typeof MicroProcessFlowViewComponent, typeof UiEnumSegmentedButtonComponent, typeof TabProcessViewComponent, typeof UiTextFieldSearchComponent, typeof ServiceDeskHeaderComponent, typeof CardContentImageAndTitleComponent, typeof CardHeaderLogoTitleSubtitleComponent, typeof FormContentQuickViewComponent, typeof ServiceDeskServcieDetailComponent, typeof ServiceDeskViewOfServicesComponent, typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof CardHeaderBigImageTitleAndSubtitleComponent, typeof ServiceDeskFormLayoutContentMojavezComponent, typeof UlvContextMenuItemShowFileContentComponent, typeof ResendVerificationCodeComponent, typeof CheckboxButtonComponent, typeof ReportTabViewComponent, typeof ReportLineChartViewComponent, typeof CardHeaderKpiComponent, typeof CardContentLineChartComponent, typeof FormChartContentComponent, typeof TableViewVerticalColumnsComponent, typeof QueryStringObservableComponent, typeof QueryStringFormObservableComponent, typeof G4bDetailsComponent, typeof AvatarComponent, typeof G4bEstelamComponent, typeof TimerCountDownComponent, typeof MoInfoMicroProccessFlowComponent, typeof MicroProccessFlowComponent, typeof EnumInfoMicroProccessFlowComponent, typeof UiPicturesCarouselComponent, typeof UiNumRateComponent, typeof MediaFileUploaderComponent, typeof SubformInRowReportComponent, typeof MasterDetailCardFormComponent, typeof ReportButtonViewComponent, typeof BarsaDocumentsComponent, typeof BarsaDocumentListItemComponent, typeof AcceptRejectComponent, typeof FooterComponent, typeof GeographicLocationComponent, typeof BarsaGeographicLocationComponent, typeof TokenReportViewComponent, typeof ColumnFormViewerComponent, typeof FormReportViewComponent, typeof FormReportViewItemComponent, typeof FormCardComponent, typeof ColumnProgressbarComponent, typeof ColumnChipComponent, typeof PieProgressComponent]>;
1119
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaDevelopComponentsModule, [typeof LoginFormComponent, typeof LoginSocialConncetionsComponent, typeof UiPersonComponent, typeof BarcodeReaderComponent, typeof BarcodeReaderDialogComponent, typeof BarcodeReaderVideoComponent, typeof SettingFormComponent, typeof MicroProcessFlowViewComponent, typeof UiEnumSegmentedButtonComponent, typeof TabProcessViewComponent, typeof UiTextFieldSearchComponent, typeof ServiceDeskHeaderComponent, typeof CardContentImageAndTitleComponent, typeof CardHeaderLogoTitleSubtitleComponent, typeof FormContentQuickViewComponent, typeof ServiceDeskServcieDetailComponent, typeof ServiceDeskViewOfServicesComponent, typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof CardHeaderBigImageTitleAndSubtitleComponent, typeof ServiceDeskFormLayoutContentMojavezComponent, typeof UlvContextMenuItemShowFileContentComponent, typeof ResendVerificationCodeComponent, typeof CheckboxButtonComponent, typeof ReportTabViewComponent, typeof ReportLineChartViewComponent, typeof CardHeaderKpiComponent, typeof CardContentLineChartComponent, typeof FormChartContentComponent, typeof TableViewVerticalColumnsComponent, typeof QueryStringObservableComponent, typeof QueryStringFormObservableComponent, typeof G4bDetailsComponent, typeof AvatarComponent, typeof G4bEstelamComponent, typeof TimerCountDownComponent, typeof MoInfoMicroProccessFlowComponent, typeof MicroProccessFlowComponent, typeof EnumInfoMicroProccessFlowComponent, typeof UiPicturesCarouselComponent, typeof UiNumRateComponent, typeof MediaFileUploaderComponent, typeof SubformInRowReportComponent, typeof MasterDetailCardFormComponent, typeof ReportButtonViewComponent, typeof BarsaDocumentsComponent, typeof BarsaDocumentListItemComponent, typeof AcceptRejectComponent, typeof FooterComponent, typeof GeographicLocationComponent, typeof BarsaGeographicLocationComponent, typeof TokenReportViewComponent, typeof ColumnFormViewerComponent, typeof FormReportViewComponent, typeof FormReportViewItemComponent, typeof FormCardComponent, typeof ColumnProgressbarComponent, typeof ColumnChipComponent, typeof PieProgressComponent, typeof ColumnRichTextComponent, typeof UiPersonPipe, typeof BarcodeFormatPipe, typeof MoListToFlowItemPipe, typeof DataSourceToFlowItemPipe], [typeof i64.CommonModule, typeof i65.BarsaNovinRayCoreModule, typeof i66.ReactiveFormsModule, typeof i67.BarsaSapUiModule, typeof i68.BarsaEchartsModule, typeof i69.BarsaTilesModule, typeof i70.FundamentalNgxCoreModule, typeof i71.PlatformInputGroupModule, typeof i66.FormsModule], [typeof LoginFormComponent, typeof LoginSocialConncetionsComponent, typeof UiPersonComponent, typeof BarcodeReaderComponent, typeof BarcodeReaderDialogComponent, typeof BarcodeReaderVideoComponent, typeof SettingFormComponent, typeof MicroProcessFlowViewComponent, typeof UiEnumSegmentedButtonComponent, typeof TabProcessViewComponent, typeof UiTextFieldSearchComponent, typeof ServiceDeskHeaderComponent, typeof CardContentImageAndTitleComponent, typeof CardHeaderLogoTitleSubtitleComponent, typeof FormContentQuickViewComponent, typeof ServiceDeskServcieDetailComponent, typeof ServiceDeskViewOfServicesComponent, typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof CardHeaderBigImageTitleAndSubtitleComponent, typeof ServiceDeskFormLayoutContentMojavezComponent, typeof UlvContextMenuItemShowFileContentComponent, typeof ResendVerificationCodeComponent, typeof CheckboxButtonComponent, typeof ReportTabViewComponent, typeof ReportLineChartViewComponent, typeof CardHeaderKpiComponent, typeof CardContentLineChartComponent, typeof FormChartContentComponent, typeof TableViewVerticalColumnsComponent, typeof QueryStringObservableComponent, typeof QueryStringFormObservableComponent, typeof G4bDetailsComponent, typeof AvatarComponent, typeof G4bEstelamComponent, typeof TimerCountDownComponent, typeof MoInfoMicroProccessFlowComponent, typeof MicroProccessFlowComponent, typeof EnumInfoMicroProccessFlowComponent, typeof UiPicturesCarouselComponent, typeof UiNumRateComponent, typeof MediaFileUploaderComponent, typeof SubformInRowReportComponent, typeof MasterDetailCardFormComponent, typeof ReportButtonViewComponent, typeof BarsaDocumentsComponent, typeof BarsaDocumentListItemComponent, typeof AcceptRejectComponent, typeof FooterComponent, typeof GeographicLocationComponent, typeof BarsaGeographicLocationComponent, typeof TokenReportViewComponent, typeof ColumnFormViewerComponent, typeof FormReportViewComponent, typeof FormReportViewItemComponent, typeof FormCardComponent, typeof ColumnProgressbarComponent, typeof ColumnChipComponent, typeof PieProgressComponent, typeof ColumnRichTextComponent]>;
1103
1120
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaDevelopComponentsModule>;
1104
1121
  }
1105
1122
 
1106
- export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnChipComponent, ColumnFormViewerComponent, ColumnProgressbarComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormCardComponent, FormChartContentComponent, FormContentQuickViewComponent, FormReportViewComponent, FormReportViewItemComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, PieProgressComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
1123
+ export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnChipComponent, ColumnFormViewerComponent, ColumnProgressbarComponent, ColumnRichTextComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormCardComponent, FormChartContentComponent, FormContentQuickViewComponent, FormReportViewComponent, FormReportViewItemComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, PieProgressComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
1107
1124
  export type { FlowItem };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "2.3.136",
3
+ "version": "2.3.141",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"