barsa-novin-ray-core 2.3.159 → 2.3.160

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.
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, AfterViewInit, AfterContentInit, OnDestroy, OnChanges, ElementRef, SimpleChanges, PipeTransform, Renderer2, ViewContainerRef, Injector, ComponentRef, NgModuleFactory, Type, ChangeDetectorRef, ProviderToken, InjectOptions, Signal, InjectionToken, WritableSignal, EventEmitter, TemplateRef, ComponentFactoryResolver, ComponentFactory, ModuleWithProviders } from '@angular/core';
2
+ import { OnInit, AfterViewInit, AfterContentInit, OnDestroy, OnChanges, ElementRef, SimpleChanges, PipeTransform, Renderer2, ViewContainerRef, Injector, EnvironmentInjector, ComponentRef, NgModuleFactory, Type, ChangeDetectorRef, ProviderToken, InjectOptions, Signal, InjectionToken, WritableSignal, EventEmitter, TemplateRef, ModuleWithProviders } from '@angular/core';
3
3
  import { Subject, Observable, BehaviorSubject, Subscription } from 'rxjs';
4
4
  import { SafeHtml, SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
5
5
  import * as i1 from '@angular/router';
6
6
  import { NavigationEnd, NavigationStart, Route, Router, ActivatedRoute, ParamMap, RouterEvent, ActivatedRouteSnapshot, Resolve, RouteReuseStrategy, DetachedRouteHandle, CanActivate, UrlTree } from '@angular/router';
7
7
  import { IconFont, ContentDensity } from '@fundamental-ngx/core';
8
8
  import { DurationInputArg1, DurationInputArg2, Duration, Moment } from 'moment';
9
- import * as i151 from '@angular/forms';
9
+ import * as i152 from '@angular/forms';
10
10
  import { ValidatorFn, FormGroup } from '@angular/forms';
11
11
  import { DBSchema } from 'idb';
12
12
  import * as i1$1 from '@angular/common';
@@ -746,9 +746,9 @@ declare class ReportViewColumn {
746
746
  $IsImageOricon?: boolean;
747
747
  }
748
748
  declare const DefaultGridSetting: {
749
- ColSettingList: never[];
749
+ ColSettingList: any[];
750
750
  AutoSizeColumns: boolean;
751
- SortSettingList: never[];
751
+ SortSettingList: any[];
752
752
  Hidden: boolean;
753
753
  };
754
754
  declare class GridSetting {
@@ -899,6 +899,9 @@ interface UiReportViewBaseSetting {
899
899
  HorizontalGroupBy: boolean;
900
900
  BackgroundImage: FileAttachmentInfo;
901
901
  BackgroundColor: string;
902
+ ScrollPolicy: string;
903
+ ScrollPolicy$Caption: string;
904
+ MinEmptyRows?: number;
902
905
  }
903
906
  interface LayoutSetting {
904
907
  [key: string]: any;
@@ -957,8 +960,10 @@ interface EjrayOlgo extends MetaobjectDataModel {
957
960
  ModuleFileName: string;
958
961
  Name: string;
959
962
  Selector: string;
963
+ Version?: string;
960
964
  Parameters?: MetaobjectDataModel;
961
965
  Settings?: MetaobjectDataModel;
966
+ RemoteEntry?: string;
962
967
  }
963
968
  interface IUploadingState {
964
969
  key: string;
@@ -1473,6 +1478,13 @@ declare class MoReportValuePipe implements PipeTransform {
1473
1478
  static ɵpipe: i0.ɵɵPipeDeclaration<MoReportValuePipe, "rval", false>;
1474
1479
  }
1475
1480
 
1481
+ declare class EnumCaptionPipe implements PipeTransform {
1482
+ transform(obj: any, field: string | undefined | null): any;
1483
+ static ɵfac: i0.ɵɵFactoryDeclaration<EnumCaptionPipe, never>;
1484
+ static ɵpipe: i0.ɵɵPipeDeclaration<EnumCaptionPipe, "enumCaption", false>;
1485
+ static ɵprov: i0.ɵɵInjectableDeclaration<EnumCaptionPipe>;
1486
+ }
1487
+
1476
1488
  declare class NumeralPipe implements PipeTransform {
1477
1489
  transform(value: string | number, decimalPrecision: number, showThousandSeperator: boolean): string | number;
1478
1490
  _getReturnaValue(newVal: string, decimal: number): string;
@@ -1681,12 +1693,9 @@ declare function getComponentDefined(controlUi: {
1681
1693
  Module: string;
1682
1694
  Name: string;
1683
1695
  Selector: string;
1684
- }): {
1685
- moduleName: string;
1686
- modulePath: string;
1687
- componentName: string;
1688
- selector: string;
1689
- };
1696
+ Version?: string;
1697
+ ModuleFileName?: string;
1698
+ }): EjrayOlgo;
1690
1699
  declare function isSafari(): boolean;
1691
1700
  declare function isFF(): boolean;
1692
1701
  declare function getDeviceIsPhone(): boolean;
@@ -1694,7 +1703,7 @@ declare function getDeviceIsDesktop(): boolean;
1694
1703
  declare function getDeviceIsTablet(): boolean;
1695
1704
  declare function getDeviceIsMobile(): boolean;
1696
1705
  declare function getControlSizeMode(el: HTMLElement, deviceSize?: 's' | 'm' | 'l' | 'xl'): AbbrevationDeviceSize;
1697
- declare function formatBytes(bytes: any, decimals: number | undefined, size: 'Bytes' | 'KB' | 'MB' | 'GB' | 'TB' | 'PB' | 'EB' | 'ZB' | 'YB'): string;
1706
+ declare function formatBytes(bytes: any, decimals: number, size: 'Bytes' | 'KB' | 'MB' | 'GB' | 'TB' | 'PB' | 'EB' | 'ZB' | 'YB'): string;
1698
1707
  declare function getValidExtension(validExtensions: any): string;
1699
1708
  declare function getIcon(type: string): string;
1700
1709
  declare function isImage(type: any): boolean;
@@ -2196,7 +2205,7 @@ declare class PortalService {
2196
2205
  dictionary: {
2197
2206
  [key: string]: BehaviorSubject<any>;
2198
2207
  };
2199
- portalDataSource: BehaviorSubject<PortalDataModel | null>;
2208
+ portalDataSource: BehaviorSubject<PortalDataModel>;
2200
2209
  portalSettings$: Observable<MetaobjectDataModel>;
2201
2210
  portalData$: Observable<PortalDataModel | null>;
2202
2211
  deviceSize$: Observable<AbbrevationDeviceSize>;
@@ -2210,7 +2219,7 @@ declare class PortalService {
2210
2219
  action: string;
2211
2220
  moid: string;
2212
2221
  tpid: string;
2213
- } | null>;
2222
+ }>;
2214
2223
  DefaultPage: PageDataModel | null | undefined;
2215
2224
  private dcm;
2216
2225
  private apiService;
@@ -2280,8 +2289,8 @@ declare class PortalService {
2280
2289
  getData(key: any, defaultValue?: any): Observable<any>;
2281
2290
  getDataSync<T>(key: any, defaultValue?: any): T | null;
2282
2291
  createForReport(navItem: any): Observable<any>;
2283
- renderUlvMainUi(navItem: any, vcr: ViewContainerRef, injector: Injector, isReportPage?: boolean): Observable<any>;
2284
- getUlvMainUiComponent(customUlvMainUi: any, injector: Injector, isReportPage: any): Observable<ComponentRef<any>>;
2292
+ renderUlvMainUi(navItem: any, vcr: ViewContainerRef, injector: Injector, environmentInjector: EnvironmentInjector, isReportPage?: boolean): Observable<any>;
2293
+ getUlvMainUiComponent(customUlvMainUi: any, injector: Injector, environmentInjector: EnvironmentInjector, isReportPage: any): Observable<ComponentRef<any>>;
2285
2294
  initialize(): void;
2286
2295
  _setDeviceSize(): void;
2287
2296
  _initalizeDeviceSize(): AbbrevationDeviceSize;
@@ -2289,7 +2298,7 @@ declare class PortalService {
2289
2298
  getModule(dependency: LibraryDepenecy): Observable<any>;
2290
2299
  setValueOnObject(path: any, index: any, modules: any, object: any): void;
2291
2300
  getComponentType(moduleName: string, componentName: string, selector: string): Type<any> | undefined;
2292
- getComponent(moduleName: string, _modulePath: string, componentName: string, selector: string, parentInjector: Injector): Observable<ComponentRef<any>>;
2301
+ getComponent(component: EjrayOlgo, parentInjector: Injector, environmentInjector: EnvironmentInjector): Observable<ComponentRef<any>>;
2293
2302
  loadJs$(path: any): Observable<string>;
2294
2303
  ReportExecuteById(reportId: string): Observable<MoForReportModel>;
2295
2304
  ReportExecute(reportName: string): Observable<MoForReportModel>;
@@ -2406,16 +2415,18 @@ declare abstract class ContainerComponent extends BaseComponent implements OnIni
2406
2415
  protected _vcr: ViewContainerRef;
2407
2416
  protected _barsaDialogService: BarsaDialogService;
2408
2417
  protected _injector: Injector;
2418
+ protected _environmentInjector: EnvironmentInjector;
2409
2419
  protected _router: Router;
2410
2420
  protected _cdr: ChangeDetectorRef;
2411
2421
  protected _renderer2: Renderer2;
2412
- protected _dialogService: string | null;
2413
- protected _parentContainerService: ContainerService | null;
2414
- protected _containerService: ContainerService | null;
2415
- protected _formDialogComponent: Type<any> | null;
2422
+ protected _dialogService: string;
2423
+ protected _parentContainerService: ContainerService;
2424
+ protected _containerService: ContainerService;
2425
+ protected _formDialogComponent: Type<any>;
2416
2426
  private _viewRef;
2417
2427
  constructor();
2418
2428
  get injector(): Injector;
2429
+ get environmentInjector(): Injector;
2419
2430
  get cdr(): ChangeDetectorRef;
2420
2431
  get vcr(): ViewContainerRef;
2421
2432
  ngOnInit(): void;
@@ -2430,7 +2441,7 @@ declare class CustomInjector implements Injector {
2430
2441
  private parentInjector;
2431
2442
  private additionalTokens;
2432
2443
  private activatedRoute?;
2433
- constructor(parentInjector: Injector, additionalTokens: WeakMap<any, any>, activatedRoute?: ActivatedRoute | undefined);
2444
+ constructor(parentInjector: Injector, additionalTokens: WeakMap<any, any>, activatedRoute?: ActivatedRoute);
2434
2445
  get<T>(token: ProviderToken<T>, notFoundValue?: T, options?: InjectOptions): T;
2435
2446
  }
2436
2447
  declare class DialogParams implements OnDestroy {
@@ -2451,21 +2462,21 @@ declare class BarsaDialogService {
2451
2462
  static ɵprov: i0.ɵɵInjectableDeclaration<BarsaDialogService>;
2452
2463
  }
2453
2464
 
2465
+ type ComponentMap = Record<string, Type<any>>;
2454
2466
  declare class DynamicComponentService {
2455
2467
  requires: Record<string, any>;
2456
- private cfr;
2457
2468
  private _injector;
2458
- private _dynamicModuleWithComponents;
2459
2469
  private _compiler;
2460
- /** Inserted by Angular inject() migration for backwards compatibility */
2470
+ private _environmentInjector;
2471
+ private _dynamicModuleWithComponents;
2472
+ private _remoteCache;
2461
2473
  constructor();
2462
- addDynamicModuleResolver(modules: {
2463
- [key: string]: () => Promise<any>;
2464
- }): Promise<Record<string, any>>;
2474
+ addDynamicModuleResolver(modules: Record<string, () => Promise<any>>): Promise<Record<string, any>>;
2465
2475
  addModuleWithComponents(moduleName: string, ngModuleRef: any): void;
2466
2476
  getComponentType(componentSelector: string, componentName: string, moduleName: string): Type<any> | undefined;
2467
- getComponentBySelector(selector: string, componentName: string, moduleName: string, injector: Injector): Observable<ComponentRef<unknown>>;
2468
- getComponentByName(componentName: string, moduleName: string, injector: Injector): Observable<ComponentRef<unknown>>;
2477
+ buildRemoteEntryUrl(moduleName: string, version: string): string;
2478
+ getComponentBySelector(component: EjrayOlgo, elementInjector: Injector, environmentInjector: EnvironmentInjector): Observable<ComponentRef<unknown>>;
2479
+ private _loadFromRemote;
2469
2480
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentService, never>;
2470
2481
  static ɵprov: i0.ɵɵInjectableDeclaration<DynamicComponentService>;
2471
2482
  }
@@ -2555,6 +2566,7 @@ declare class FormPanelService extends BaseComponent {
2555
2566
  hideFooter(hideFooter: boolean): void;
2556
2567
  setFormHeight(val: number): void;
2557
2568
  destroy(): void;
2569
+ _unListener(): void;
2558
2570
  wfChoice(btn: any): void;
2559
2571
  changeSidebarState(state: 'open' | 'close'): void;
2560
2572
  hideInfoBar(id: any): void;
@@ -2568,7 +2580,7 @@ declare class FormPanelService extends BaseComponent {
2568
2580
  protected _getMaxContentWidth(view: any): string;
2569
2581
  protected _addListener(context: any): void;
2570
2582
  protected _showInfobar(id: any, text: any, type: any, buttons: any, handler: any, icon: any): void;
2571
- protected _refresh(): void;
2583
+ protected _refresh(context: any): void;
2572
2584
  protected _forceClose(): void;
2573
2585
  protected _maskChanged(mask: any): void;
2574
2586
  protected _toolbarItemsChanged(items: any): void;
@@ -2671,7 +2683,7 @@ declare class UlvMainService {
2671
2683
  }>;
2672
2684
  _cartableChildsMo$: BehaviorSubject<{
2673
2685
  [key: string]: MetaobjectDataModel;
2674
- } | null>;
2686
+ }>;
2675
2687
  selectedCount$: Observable<number>;
2676
2688
  hideUlvPageTitle$: Observable<boolean>;
2677
2689
  uiViewerSelector$: Observable<string>;
@@ -2735,6 +2747,7 @@ declare class UlvMainService {
2735
2747
  private _viewCollectionSource;
2736
2748
  private _useLayoutItemTextForControlSource;
2737
2749
  private _hideTitleSource;
2750
+ private _minEmptyRowsSource;
2738
2751
  private _createNewInlineMo$;
2739
2752
  private _sortSettingChanged$;
2740
2753
  private _updateGridSettingByUser$;
@@ -2765,6 +2778,7 @@ declare class UlvMainService {
2765
2778
  get sortSettingChanged$(): Observable<SortSetting[]>;
2766
2779
  get createNewInlineMo$(): Observable<boolean>;
2767
2780
  get hideTitle$(): Observable<boolean>;
2781
+ get minEmptyRows$(): Observable<number>;
2768
2782
  get useLayoutItemTextForControl$(): Observable<boolean>;
2769
2783
  get viewCollection$(): Observable<UiReportViewBase[]>;
2770
2784
  get commandsAccess(): DefaultCommandsAccess;
@@ -2812,6 +2826,7 @@ declare class UlvMainService {
2812
2826
  sortSettingChange(gridSetting: SortSetting[]): void;
2813
2827
  newInlineMo(checked: boolean): void;
2814
2828
  setHideTitle(hideTitle: boolean): void;
2829
+ setMinEmptyRows(value: number): void;
2815
2830
  setUseLayoutItemTextForControl(useLayoutItemTextForControl: boolean): void;
2816
2831
  setViewCollection(collection: UiReportViewBase[]): void;
2817
2832
  setAccess(access: DefaultCommandsAccess): void;
@@ -3184,10 +3199,10 @@ declare class RoutingService implements OnDestroy {
3184
3199
  protected readonly _activatedRoute: ActivatedRoute;
3185
3200
  protected readonly _router: Router;
3186
3201
  protected readonly _portalService: PortalService;
3187
- protected readonly _parentRoutingService: RoutingService | null;
3202
+ protected readonly _parentRoutingService: RoutingService;
3188
3203
  protected readonly _onDestroy$: Subject<void>;
3189
- protected _formDialogComponent: Type<any> | null;
3190
- protected _dialogService: string | null;
3204
+ protected _formDialogComponent: Type<any>;
3205
+ protected _dialogService: string;
3191
3206
  protected _vcr: ViewContainerRef;
3192
3207
  protected formpanelCtrlrId: string;
3193
3208
  constructor();
@@ -3587,11 +3602,11 @@ declare abstract class FieldBaseComponent extends BaseComponent implements IView
3587
3602
  protected _activatedRoute: ActivatedRoute;
3588
3603
  protected _domSanitizer: DomSanitizer;
3589
3604
  protected _dialogService: any;
3590
- protected _uploadService: UploadService | null;
3591
- protected _dateService: DateService | null;
3592
- protected _audioRecorder: AudioRecordingService | null;
3593
- protected _videoRecoder: VideoRecordingService | null;
3594
- protected _columnService: ColumnService | null;
3605
+ protected _uploadService: UploadService;
3606
+ protected _dateService: DateService;
3607
+ protected _audioRecorder: AudioRecordingService;
3608
+ protected _videoRecoder: VideoRecordingService;
3609
+ protected _columnService: ColumnService;
3595
3610
  private _refreshSource;
3596
3611
  private _valueChangedSource;
3597
3612
  private _disableChangedSource;
@@ -3797,9 +3812,9 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
3797
3812
  pageChange: EventEmitter<number>;
3798
3813
  pageSizeChange: EventEmitter<number>;
3799
3814
  defaultGridSetting: {
3800
- ColSettingList: never[];
3815
+ ColSettingList: any[];
3801
3816
  AutoSizeColumns: boolean;
3802
- SortSettingList: never[];
3817
+ SortSettingList: any[];
3803
3818
  Hidden: boolean;
3804
3819
  };
3805
3820
  itemSelector: string;
@@ -3915,7 +3930,7 @@ declare class ReportItemBaseComponent extends BaseComponent implements OnInit {
3915
3930
  fields: any;
3916
3931
  parameters: ReportItemSetting | null;
3917
3932
  constructor();
3918
- onClick(): void;
3933
+ onClick(_e: any): void;
3919
3934
  ngOnInit(): void;
3920
3935
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportItemBaseComponent, never>;
3921
3936
  static ɵcmp: i0.ɵɵComponentDeclaration<ReportItemBaseComponent, "bnrc-report-item-base", never, { "classNames": { "alias": "classNames"; "required": false; }; "context": { "alias": "context"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, false, never>;
@@ -4022,8 +4037,8 @@ declare class PageBaseComponent extends ContainerComponent implements AfterViewI
4022
4037
  fullscreen: boolean;
4023
4038
  pageData: PageDataModel | null;
4024
4039
  componentsAddedToPage: boolean;
4025
- protected _parentRoutingService: RoutingService | null;
4026
- protected _routingService: RoutingService | null;
4040
+ protected _parentRoutingService: RoutingService;
4041
+ protected _routingService: RoutingService;
4027
4042
  ngAfterViewInit(): void;
4028
4043
  protected addModulesToDom(): void;
4029
4044
  protected getData$(): Observable<PortalDataModel | null>;
@@ -4031,12 +4046,7 @@ declare class PageBaseComponent extends ContainerComponent implements AfterViewI
4031
4046
  protected preparePlaceholder(placeHolderElement: HTMLElement | DocumentFragment, placeHolderName: string, pageData: PageDataModel | null): void;
4032
4047
  protected getModuleControlUi(component: any): any;
4033
4048
  protected addModulesToPage(modules: Array<any>): void;
4034
- protected getComponentFactory(uiComponent: {
4035
- Selector: string;
4036
- Name: string;
4037
- Module: string;
4038
- ModuleFileName: string;
4039
- }): Observable<ComponentRef<any>>;
4049
+ protected getComponentFactory(uiComponent: EjrayOlgo): Observable<ComponentRef<any>>;
4040
4050
  protected getPlaceHolders(pageData: any): Array<PlaceHolderDataModel>;
4041
4051
  protected getModules(pageData: any): Array<ModuleDataModel>;
4042
4052
  static ɵfac: i0.ɵɵFactoryDeclaration<PageBaseComponent, never>;
@@ -4258,6 +4268,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
4258
4268
  [key: string]: MetaobjectDataModel;
4259
4269
  };
4260
4270
  pagingSetting: PagingSetting;
4271
+ minEmptyRows: number;
4261
4272
  columnSummary: EventEmitter<ColumnSummaryType>;
4262
4273
  escapeKey: EventEmitter<MetaobjectDataModel>;
4263
4274
  resetWorkflowState: EventEmitter<void>;
@@ -4319,6 +4330,8 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
4319
4330
  detailsComponent: EjrayOlgo;
4320
4331
  rowIndicator: boolean;
4321
4332
  height: string;
4333
+ protected _rval: MoReportValuePipe;
4334
+ protected _picField: PictureFieldSourcePipe;
4322
4335
  protected _titleCase: TitleCasePipe;
4323
4336
  protected _bbbTranslate: BbbTranslatePipe;
4324
4337
  protected _el: ElementRef<any>;
@@ -4328,14 +4341,14 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
4328
4341
  protected _columnCustomPipe: ColumnCustomComponentPipe;
4329
4342
  protected _ulvMainService: UlvMainService;
4330
4343
  protected _portalService: PortalService;
4331
- protected _uploadService?: UploadService | null | undefined;
4332
- protected _groupByService?: GroupByService | null | undefined;
4344
+ protected _uploadService?: UploadService;
4345
+ protected _groupByService?: GroupByService;
4333
4346
  protected _containerWidth: number;
4334
4347
  protected _firstVisible: boolean;
4335
4348
  protected _onVisible$: Subject<void>;
4336
4349
  protected $resize: Subject<void>;
4337
4350
  protected _ro: ResizeObserver;
4338
- protected readonly _scrollLayoutContext: ScrollLayoutContextHolder | null;
4351
+ protected readonly _scrollLayoutContext: ScrollLayoutContextHolder;
4339
4352
  private _singleClicked;
4340
4353
  get showViewButton(): boolean;
4341
4354
  /**
@@ -4404,7 +4417,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
4404
4417
  protected _containerWidthChanged(_: number): void;
4405
4418
  protected _setRowIndicator(columns: ReportViewColumn[]): void;
4406
4419
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewBaseComponent<any>, never>;
4407
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewBaseComponent<any>, "bnrc-report-view-base", never, { "contextView": { "alias": "contextView"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "alternateRowMode": { "alias": "alternateRowMode"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "rowItem": { "alias": "rowItem"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; }, { "columnSummary": "columnSummary"; "escapeKey": "escapeKey"; "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "workflowShareButtons": "workflowShareButtons"; "sortDescending": "sortDescending"; "filter": "filter"; "executeToolbarButton": "executeToolbarButton"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "columnResized": "columnResized"; "hasDetailsInRow": "hasDetailsInRow"; }, never, never, false, never>;
4420
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewBaseComponent<any>, "bnrc-report-view-base", never, { "contextView": { "alias": "contextView"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "alternateRowMode": { "alias": "alternateRowMode"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "rowItem": { "alias": "rowItem"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "minEmptyRows": { "alias": "minEmptyRows"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; }, { "columnSummary": "columnSummary"; "escapeKey": "escapeKey"; "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "workflowShareButtons": "workflowShareButtons"; "sortDescending": "sortDescending"; "filter": "filter"; "executeToolbarButton": "executeToolbarButton"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "columnResized": "columnResized"; "hasDetailsInRow": "hasDetailsInRow"; }, never, never, false, never>;
4408
4421
  }
4409
4422
 
4410
4423
  declare class FormPropsBaseComponent extends BaseComponent implements OnInit {
@@ -4451,7 +4464,6 @@ declare class FormPropsBaseComponent extends BaseComponent implements OnInit {
4451
4464
  protected _cdr: ChangeDetectorRef;
4452
4465
  protected _renderer2: Renderer2;
4453
4466
  protected _vcr: ViewContainerRef;
4454
- protected _factoryResolver: ComponentFactoryResolver;
4455
4467
  ngOnInit(): void;
4456
4468
  onEvents(title: string, data?: any): void;
4457
4469
  static ɵfac: i0.ɵɵFactoryDeclaration<FormPropsBaseComponent, never>;
@@ -4518,8 +4530,8 @@ declare class FormPageBaseComponent extends ContainerComponent implements OnInit
4518
4530
  viewId: string;
4519
4531
  };
4520
4532
  formpanelCtrlrId: string;
4521
- protected _routingService: RoutingService | null;
4522
- protected _containerServiceParent: ContainerService | null;
4533
+ protected _routingService: RoutingService;
4534
+ protected _containerServiceParent: ContainerService;
4523
4535
  ngOnInit(): void;
4524
4536
  ngAfterViewInit(): void;
4525
4537
  ngOnDestroy(): void;
@@ -4603,9 +4615,10 @@ declare class FormFieldReportPageComponent extends BaseComponent implements OnIn
4603
4615
  sectionClass: boolean;
4604
4616
  absolutePageClass: boolean;
4605
4617
  loading$: Observable<boolean>;
4618
+ protected _injector: Injector;
4619
+ protected _environmentInjector: EnvironmentInjector;
4606
4620
  private _activatedRoute;
4607
4621
  private _portalService;
4608
- private _injector;
4609
4622
  private _cdr;
4610
4623
  private _loadingSource;
4611
4624
  constructor();
@@ -4746,6 +4759,7 @@ declare class BaseDynamicComponent extends BaseComponent implements OnInit, OnDe
4746
4759
  protected _cdr: ChangeDetectorRef;
4747
4760
  protected _portalService: PortalService;
4748
4761
  protected _injector: Injector;
4762
+ protected _environmentInjector: EnvironmentInjector;
4749
4763
  ngOnInit(): Promise<void>;
4750
4764
  ngOnChanges(changes: SimpleChanges): void;
4751
4765
  ngOnDestroy(): void;
@@ -4958,10 +4972,11 @@ declare class FormComponent extends BaseComponent implements OnInit, OnChanges,
4958
4972
  protected cdr: ChangeDetectorRef;
4959
4973
  protected portalService: PortalService;
4960
4974
  protected injector: Injector;
4975
+ protected environmentInjector: EnvironmentInjector;
4961
4976
  protected _activatedRoute: ActivatedRoute;
4962
4977
  protected _router: Router;
4963
- protected _containerService: ContainerService | null;
4964
- protected _routingService: RoutingService | null;
4978
+ protected _containerService: ContainerService;
4979
+ protected _routingService: RoutingService;
4965
4980
  constructor();
4966
4981
  ngOnInit(): void;
4967
4982
  ngOnChanges(changes: SimpleChanges): void;
@@ -5053,9 +5068,9 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
5053
5068
  protected _domSanitizer: DomSanitizer;
5054
5069
  protected _cdr: ChangeDetectorRef;
5055
5070
  protected _reportValuePipe: MoReportValuePipe;
5056
- protected _parentFormPanelService: FormPanelService | null;
5057
- protected _formPanelService: FormPanelService | null;
5058
- protected _ulvMainService: UlvMainService | null;
5071
+ protected _parentFormPanelService: FormPanelService;
5072
+ protected _formPanelService: FormPanelService;
5073
+ protected _ulvMainService: UlvMainService;
5059
5074
  private _saveEditedMo$;
5060
5075
  private _formpanelValueChanged$;
5061
5076
  private _formPanelLoaded;
@@ -5437,7 +5452,8 @@ declare class RenderUlvViewerDirective extends BaseDirective implements AfterVie
5437
5452
  layoutInfo: LayoutSetting;
5438
5453
  viewer: any;
5439
5454
  component: ComponentRef<any>;
5440
- private _injector;
5455
+ protected _injector: Injector;
5456
+ protected _environmentInjector: EnvironmentInjector;
5441
5457
  private _vcr;
5442
5458
  private _cdr;
5443
5459
  private _renderer;
@@ -5455,7 +5471,8 @@ declare class RenderUlvPaginDirective extends BaseDirective implements OnInit, O
5455
5471
  pagingSetting: PagingSetting;
5456
5472
  context: any;
5457
5473
  component: ComponentRef<any>;
5458
- private _injector;
5474
+ protected _injector: Injector;
5475
+ protected _environmentInjector: EnvironmentInjector;
5459
5476
  private _vcr;
5460
5477
  private _cdr;
5461
5478
  ngOnInit(): Promise<void>;
@@ -5554,7 +5571,7 @@ interface ToastService {
5554
5571
  declare class CopyDirective extends BaseDirective implements OnInit {
5555
5572
  copy: string;
5556
5573
  _inputEl: HTMLInputElement;
5557
- protected _toastService: ToastService | null;
5574
+ protected _toastService: ToastService;
5558
5575
  /**
5559
5576
  *
5560
5577
  */
@@ -5754,10 +5771,11 @@ declare class LoadExternalFilesDirective implements OnInit {
5754
5771
  }
5755
5772
 
5756
5773
  declare class RenderUlvDirective extends BaseDirective implements AfterViewInit, OnDestroy {
5757
- reportId: i0.InputSignal<string | undefined>;
5774
+ reportId: i0.InputSignal<string>;
5758
5775
  component: ComponentRef<any>;
5776
+ protected _injector: Injector;
5777
+ protected _environmentInjector: EnvironmentInjector;
5759
5778
  private _logService;
5760
- private _injector;
5761
5779
  private _vcr;
5762
5780
  ngOnInit(): void;
5763
5781
  ngAfterViewInit(): void;
@@ -6004,7 +6022,7 @@ declare class SafeBottomDirective extends BaseDirective {
6004
6022
 
6005
6023
  declare class MoLinkerDirective extends BaseDirective implements OnInit {
6006
6024
  moLinker: i0.InputSignal<MetaobjectDataModel>;
6007
- alternateEditObjectColumn: i0.InputSignal<string | undefined>;
6025
+ alternateEditObjectColumn: i0.InputSignal<string>;
6008
6026
  disableHyperLink: i0.InputSignal<boolean>;
6009
6027
  private _routingService;
6010
6028
  private _activatedRoute;
@@ -6162,9 +6180,10 @@ declare class FormNewComponent extends BaseComponent implements OnInit {
6162
6180
  declare class ReportContainerComponent extends BaseComponent implements OnInit {
6163
6181
  settings: ContainerReportSetting;
6164
6182
  loading$: Observable<boolean>;
6183
+ protected _injector: Injector;
6184
+ protected _environmentInjector: EnvironmentInjector;
6165
6185
  private _activatedRoute;
6166
6186
  private portalService;
6167
- private injector;
6168
6187
  private vcr;
6169
6188
  private _loadingSource;
6170
6189
  constructor();
@@ -6185,9 +6204,10 @@ declare class FieldUiComponent extends BaseComponent implements OnInit, OnChange
6185
6204
  width: string;
6186
6205
  vcr: ViewContainerRef;
6187
6206
  uniquId: any;
6207
+ protected _environmentInjector: EnvironmentInjector;
6208
+ protected _injector: Injector;
6188
6209
  private _formPanelService;
6189
6210
  private _portalService;
6190
- private _injector;
6191
6211
  private _cdr;
6192
6212
  private _component;
6193
6213
  private _customFieldChange$;
@@ -6206,13 +6226,12 @@ declare function formRoutes(authGuard?: boolean): any;
6206
6226
 
6207
6227
  declare abstract class BaseModule {
6208
6228
  protected dcm: DynamicComponentService;
6209
- protected componentFactoryResolver: ComponentFactoryResolver;
6210
6229
  protected moduleName: string;
6211
6230
  private selectorToFactoryMap;
6212
6231
  private isInitialize;
6213
6232
  protected abstract dynamicComponents: Type<any>[];
6214
- constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver, moduleName: string);
6215
- getComponentFactory(componentName: string): ComponentFactory<any>;
6233
+ constructor(dcm: DynamicComponentService, moduleName: string);
6234
+ getComponentFactory(componentName: string): any;
6216
6235
  private populateRegistry;
6217
6236
  }
6218
6237
 
@@ -6224,12 +6243,11 @@ declare class BarsaSapUiFormPageRoutingModule {
6224
6243
 
6225
6244
  declare class BarsaSapUiFormPageModule extends BaseModule {
6226
6245
  protected dcm: DynamicComponentService;
6227
- protected cfr: ComponentFactoryResolver;
6228
- protected dynamicComponents: never[];
6246
+ protected dynamicComponents: any[];
6229
6247
  /** Inserted by Angular inject() migration for backwards compatibility */
6230
6248
  constructor();
6231
6249
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiFormPageModule, never>;
6232
- static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof i151.FormsModule, typeof BarsaSapUiFormPageRoutingModule], never>;
6250
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof i152.FormsModule, typeof BarsaSapUiFormPageRoutingModule], never>;
6233
6251
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiFormPageModule>;
6234
6252
  }
6235
6253
 
@@ -6245,10 +6263,11 @@ declare class ReportNavigatorComponent extends BaseComponent implements OnInit,
6245
6263
  containerRef: ViewContainerRef;
6246
6264
  loading$: Observable<boolean>;
6247
6265
  isMobile: boolean;
6266
+ protected _injector: Injector;
6267
+ protected _environmentInjector: EnvironmentInjector;
6248
6268
  private _activatedRoute;
6249
6269
  private _portalService;
6250
6270
  private _applicationCtrlService;
6251
- private _injector;
6252
6271
  private _cdr;
6253
6272
  private _loadingSource;
6254
6273
  private _ulvMainCtrlr;
@@ -6292,8 +6311,8 @@ type NavItemParams = {
6292
6311
  declare class ModalRootComponent extends BaseComponent implements OnInit, AfterViewInit {
6293
6312
  componentType: Type<any>;
6294
6313
  componentInstance: ComponentRef<any>;
6295
- private factoryResolver;
6296
- private injector;
6314
+ private _injector;
6315
+ private _envInjector;
6297
6316
  private _appRef;
6298
6317
  ngOnInit(): void;
6299
6318
  close(): void;
@@ -6448,16 +6467,14 @@ declare class BarsaNovinRayCoreRoutingModule {
6448
6467
  }
6449
6468
 
6450
6469
  declare class BarsaNovinRayCoreModule extends BaseModule {
6451
- protected dcm: DynamicComponentService;
6452
- protected componentFactoryResolver: ComponentFactoryResolver;
6453
6470
  protected dynamicComponents: (typeof EmptyPageWithRouterAndRouterOutletComponent | typeof ButtonLoadingComponent)[];
6454
6471
  /** Inserted by Angular inject() migration for backwards compatibility */
6455
6472
  constructor();
6456
6473
  static forRoot(): ModuleWithProviders<BarsaNovinRayCoreModule>;
6457
6474
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaNovinRayCoreModule, never>;
6458
- static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective], [typeof i1$1.CommonModule, typeof BarsaNovinRayCoreRoutingModule, typeof BarsaSapUiFormPageModule, typeof ResizableModule, typeof i151.FormsModule, typeof i151.ReactiveFormsModule], [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective]>;
6475
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof EnumCaptionPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective], [typeof i1$1.CommonModule, typeof BarsaNovinRayCoreRoutingModule, typeof BarsaSapUiFormPageModule, typeof ResizableModule, typeof i152.FormsModule, typeof i152.ReactiveFormsModule], [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof EnumCaptionPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective]>;
6459
6476
  static ɵinj: i0.ɵɵInjectorDeclaration<BarsaNovinRayCoreModule>;
6460
6477
  }
6461
6478
 
6462
- export { APP_VERSION, AbsoluteDivBodyDirective, AddDynamicFormStyles, AffixRespondEvents, AllFilesMimeType, AnchorScrollDirective, ApiService, ApplicationBaseComponent, ApplicationCtrlrService, AttrRtlDirective, AudioMimeType, AudioRecordingService, AuthGuard, BBB, BarsaApi, BarsaDialogService, BarsaIconDictPipe, BarsaNovinRayCoreModule, BarsaReadonlyDirective, BarsaSapUiFormPageModule, BarsaStorageService, BaseColumnPropsComponent, BaseComponent, BaseController, BaseDirective, BaseDynamicComponent, BaseFormToolbaritemPropsComponent, BaseItemContentPropsComponent, BaseModule, BaseReportModel, BaseSettingsService, BaseUlvSettingComponent, BaseViewContentPropsComponent, BaseViewItemPropsComponent, BaseViewPropsComponent, BbbTranslatePipe, BodyClickDirective, BoolControlInfoModel, BreadcrumbService, ButtonLoadingComponent, Bw, CalculateControlInfoModel, CalendarMetaobjectDataModel, CalendarSettingsStore, CanUploadFilePipe, CardBaseItemContentPropsComponent, CardDynamicItemComponent, CardMediaSizePipe, CardViewService, ChangeLayoutInfoCustomUi, ChunkArrayPipe, CodeEditorControlInfoModel, ColSetting, ColumnCustomComponentPipe, ColumnCustomUiPipe, ColumnIconPipe, ColumnRendererBase, ColumnRendererViewBase, ColumnResizerDirective, ColumnService, ColumnValueDirective, ColumnValueOfParametersPipe, ColumnValuePipe, ComboRowImagePipe, CommandControlInfoModel, Common, ContainerComponent, ContainerService, ContextMenuPipe, ControlUiPipe, ConvertToStylePipe, CopyDirective, CountDownDirective, CustomCommand, CustomInjector, CustomRouteReuseStrategy, DEFAULT_REPORT_LAYOUT_POLICY, DIALOG_SERVICE, DateHijriService, DateMiladiService, DateRanges, DateService, DateShamsiService, DateTimeControlInfoModel, DefaultCommandsAccessValue, DefaultGridSetting, DeviceWidth, DialogParams, DynamicCommandDirective, DynamicComponentService, DynamicDarkColorPipe, DynamicFormComponent, DynamicFormToolbaritemComponent, DynamicItemComponent, DynamicLayoutComponent, DynamicRootVariableDirective, DynamicStyleDirective, DynamicUlvPagingComponent, DynamicUlvToolbarComponent, EllapsisTextDirective, EllipsifyDirective, EmptyPageComponent, EmptyPageWithRouterAndRouterOutletComponent, EntitySettingsStore, EnumControlInfoModel, ExecuteDynamicCommand, ExecuteWorkflowChoiceDef, ExistsColumnsPipe, Ext, FORM_DIALOG_COMPONENT, FieldBaseComponent, FieldBaseController, FieldDirective, FieldInfoTypeEnum, FieldUiComponent, FieldViewBase, FileControlInfoModel, FileInfoCountPipe, FilePictureInfoModel, FilesValidationHelper, FillAllLayoutControls, FillEmptySpaceDirective, FilterColumnsByDetailsPipe, FilterInlineActionListPipe, FilterPipe, FilterStringPipe, FilterTabPipe, FilterToolbarControlPipe, FilterWorkflowInMobilePipe, FindColumnByDbNamePipe, FindColumnsPipe, FindGroup, FindLayoutSettingFromLayout94, FindPreviewColumnPipe, FindToolbarItem, FioriIconPipe, FormBaseComponent, FormCloseDirective, FormComponent, FormFieldReportPageComponent, FormNewComponent, FormPageBaseComponent, FormPageComponent, FormPanelService, FormPropsBaseComponent, FormService, FormToolbarBaseComponent, FormToolbarButton, GanttChartHelper, GaugeControlInfoModel, GeneralControlInfoModel, GetAllColumnsSorted, GetAllHorizontalFromLayout94, GetContentType, GetCssVariableValuePipe, GetDefaultMoObjectInfo, GetImgTags, GetViewableExtensions, GetVisibleValue, GridSetting, GroupBy, GroupByPipe, GroupByService, HeaderFacetValuePipe, HideAcceptCancelButtonsPipe, HideColumnsInmobilePipe, HistoryControlInfoModel, HorizontalLayoutService, HorizontalResponsiveDirective, IconControlInfoModel, IdbService, ImageLazyDirective, ImageMimeType, ImagetoPrint, InMemoryStorageService, IndexedDbService, InputNumber, IntersectionObserverDirective, IntersectionStatus, IsDarkMode, IsExpandedNodePipe, IsImagePipe, ItemsRendererDirective, LabelStarTrimPipe, LabelmandatoryDirective, LayoutItemBaseComponent, LayoutMainContentService, LayoutPanelBaseComponent, LayoutService, LeafletLongPressDirective, LinearListControlInfoModel, LinearListHelper, ListCountPipe, ListRelationModel, LoadExternalFilesDirective, LocalStorageService, LogService, LoginAction, LoginForm, LoginFormData, LoginFormUi, LoginSettingsResolver, MapToChatMessagePipe, MasterDetailsPageComponent, MeasureFormTitleWidthDirective, MergeFieldsToColumnsPipe, MetaobjectDataModel, MetaobjectRelationModel, MimeTypes, MoForReportModel, MoForReportModelBase, MoInfoUlvMoListPipe, MoInfoUlvPagingPipe, MoLinkerDirective, MoReportValueConcatPipe, MoReportValuePipe, MoValuePipe, MobileDirective, ModalRootComponent, MultipleGroupByPipe, NOTIFICATAION_POPUP_SERVER, NOTIFICATION_WEBWORKER_FACTORY, NetworkStatusService, NotFoundComponent, NotificationService, NowraptextDirective, NumberBaseComponent, NumberControlInfoModel, NumbersOnlyInputDirective, NumeralPipe, Offline, OverflowTextDirective, PageBaseComponent, PageWithFormHandlerBaseComponent, PdfMimeType, PictureFieldSourcePipe, PictureFileControlInfoModel, PicturesByGroupIdPipe, PlaceHolderDirective, PortalDynamicPageResolver, PortalFormPageResolver, PortalPageComponent, PortalPageResolver, PortalPageSidebarComponent, PortalReportPageResolver, PortalService, PreventDefaulEvent, PreventDefaultDirective, PrintFilesDirective, PrintImage, PromptUpdateService, PushBannerComponent, PushCheckService, PushNotificationService, REPORT_GRID_VIEWPORT_CLASS, REPORT_TYPE_DEFAULT_POLICIES, RUNTIME_NAV_STATE_SCHEMA_V1, RabetehAkseTakiListiControlInfoModel, RedirectHomeGuard, RelatedReportControlInfoModel, RelationListControlInfoModel, RemoveDynamicFormStyles, RemoveNewlinePipe, RenderUlvDirective, RenderUlvPaginDirective, RenderUlvViewerDirective, ReplacePipe, ReportActionListPipe, ReportBaseComponent, ReportBaseInfo, ReportBreadcrumbResolver, ReportCalendarModel, ReportContainerComponent, ReportEmptyPageComponent, ReportExtraInfo, ReportField, ReportFormModel, ReportItemBaseComponent, ReportListModel, ReportModel, ReportNavigatorComponent, ReportTreeModel, ReportViewBaseComponent, ReportViewColumn, ResizableComponent, ResizableDirective, ResizableModule, ResizeHandlerDirective, ResizeObserverDirective, ReversePipe, RichStringControlInfoModel, RootPageComponent, RootPortalComponent, RotateImage, RouteFormChangeDirective, RoutingService, RowDataOption, RowNumberPipe, RowState, RuntimeNavStateCacheService, SafeBottomDirective, SanitizeTextPipe, SaveImageDirective, SaveImageToFile, SaveScrollPositionService, ScopedCssPipe, ScrollLayoutContextHolder, ScrollPersistDirective, ScrollToSelectedDirective, SelectionMode, SeperatorFixPipe, ServiceWorkerCommuncationService, ServiceWorkerNotificationService, ShellbarHeightService, ShortcutHandlerDirective, ShortcutRegisterDirective, SimpleTemplateEngine, SimplebarDirective, SingleRelationControlInfoModel, SortDirection, SortPipe, SortSetting, SplideSliderDirective, SplitPipe, SplitterComponent, StopPropagationDirective, StringControlInfoModel, StringToNumberPipe, SubformControlInfoModel, SystemBaseComponent, TEMPLATE_ENGINE, TOAST_SERVICE, TableHeaderWidthMode, TableResizerDirective, TabpageService, ThImageOrIconePipe, TileGroupBreadcrumResolver, TilePropsComponent, TlbButtonsPipe, ToolbarSettingsPipe, TooltipDirective, TotalSummaryPipe, Ui, UiService, Ul, UlvCommandDirective, UlvHeightSizeType, UlvMainCtrl, UlvMainService, UnlimitSessionComponent, UntilInViewDirective, UploadService, Util, VideoMimeType, VideoRecordingService, ViewBase, VisibleValuePipe, WebOtpDirective, WordMimeType, WorfkflowwChoiceCommandDirective, addCssVariableToRoot, addDynamicVariableTo, availablePrefixes, bodyClick, buildRuntimeNavStateCacheKey, calcContextMenuWidth, calculateColumnContent, calculateColumnWidth, calculateColumnWidthFitToContainer, calculateFreeColumnSize, calculateMoDataListContentWidthByColumnName, cancelRequestAnimationFrame, checkPermission, compareVersions, contextDefaultsFromEnvironment, createFormPanelMetaConditions, createGridEditorFormPanel, easeInOutCubic, elementInViewport2, enumValueToStringSize, executeUlvCommandHandler, extractLayoutPolicyFromView, fixUnclosedParentheses, flattenTree, forbiddenValidator, formRoutes, formatBytes, fromEntries, fromIntersectionObserver, genrateInlineMoId, getAllItemsPerChildren, getColumnValueOfMoDataList, getComponentDefined, getControlList, getControlSizeMode, getDateService, getDeviceIsDesktop, getDeviceIsMobile, getDeviceIsPhone, getDeviceIsTablet, getFieldValue, getFocusableTagNames, getFormSettings, getGridSettings, getHeaderValue, getIcon, getImagePath, getLabelWidth, getLayout94ObjectInfo, getLayoutControl, getNestedValue, getNewMoGridEditor, getParentHeight, getReportTypeDefaultPolicy, getRequestAnimationFrame, getResetGridSettings, getTargetRect, getUniqueId, getValidExtension, isFF, isFirefox, isFunction, isImage, isInLocalMode, isSafari, isTargetWindow, isVersionBiggerThan, measureText, measureText2, measureTextBy, mobile_regex, multilevelSort, nullOrUndefinedString, number_only, removeDynamicStyle, requestAnimationFramePolyfill, resolveFinalScroll, resolveReportLayoutPolicy, scrollLayoutModeToContextEnvironment, scrollToElement, searchEx, setColumnWidthByMaxMoContentWidth, setOneDepthLevel, setTableThWidth, shallowEqual, sort, sortEx, stopPropagation, throwIfAlreadyLoaded, toNumber, validateAllFormFields };
6463
- export type { AbbrevationDeviceSize, AppMenu, ApplicationSetting, BreadCrumbInfo, BruleActionMessage, CalendarConfig, CalendarFields, CalendarView, CardMediaSize, CartableTemplateKey, ChoiceDef, ClassNamesModel, CollectionGroup, CollectionPage, CollectionSort, CollectionState, ColumnInfoType, ColumnResizedArgs, ColumnSummaryType, Command, CommandGroup, CommonObservable, ComponentDataModel, ComponentSettingsDataModel, ContainerReportSetting, ContextEnvironment, ControlInfoTypes, CssBackground, CultureTypes, CustomApplicationMenuBodyUi, CustomApplicationUi, CustomNavGroupUi, CustomNavPageUi, CustomRibbon, CustomSystemContainerUi, CustomSystemNavUi, CustomSystemUi, DateInfo, DefaultCommandsAccess, DeviceSize, DownloadFileInfo, DownloadFileInfoResult, EasyingFn, EffectiveReportLayoutPolicy, EjrayOlgo, ExNotificationPayload, ExtraModel, FieldSetting, FieldSettings, FileAttachmentInfo, FormComponentParams, FormSetting, FormView, FormViewSetting, GridView, Group, GroupByItem, GroupVisibility, IApiResult, IBaseController, IDebug, IHeaderLayout, ISystem, ISystemData, ITemplateEngine, IUploadingState, IViewBase, IndexableObject, InfoBarType, LayoutSetting, LibraryDepenecy, LoginResult, Media, MenuItem, ModuleDataModel, ModuleListReportModel, ModuleWithDynamicComponents, Modules, NavGroupItem, NavGroupItemData, Navigator, NavigatorFolder, NavigatorFolderItem, NavigatorItem, NavigatorRoot, NavigatorRootItem, NgStyleInterface, NotificationAction, NotificationItem, NotificationPayload, NotificationPopupService, NotifyOptions, NumberInput, NzSafeAny, NzScrollToOptions, PageDataModel, PageListReportModel, PagingSetting, PictureGroupItem, PlaceHolderDataModel, PortalDataModel, PushState, RelationItemType, RelationListTypes, ReportItemSetting, ReportLayoutAdapter, ReportLayoutMode, ReportLayoutPolicyPartial, ReportModelTypes, ReportScrollMode, ReportSetting, RuntimeNavPayload, RuntimeNavSerializationMode, RuntimeNavStateEnvelope, ScrollLayoutMode, ScrollViewportHost, SearchInput, SearchPanelSettings, ShareButtonsChoiceDef, ShellbarSetting, ShortCutData, ShortCuts, SimpleRect, SystemSetting, TableState, ToolbarButtonReportViewType, TreeNodeObj, TreeView, TypeUlvDataCtrlr, TypeUlvMainCtrlr, UiReportViewBase, UiReportViewBaseSetting, UiResponsiveSettings, UlvParamType, User, ViewTypes, WorkflowExecuteChoiceStatus, WorkflowItem, columnsResizedEventArgs };
6479
+ export { APP_VERSION, AbsoluteDivBodyDirective, AddDynamicFormStyles, AffixRespondEvents, AllFilesMimeType, AnchorScrollDirective, ApiService, ApplicationBaseComponent, ApplicationCtrlrService, AttrRtlDirective, AudioMimeType, AudioRecordingService, AuthGuard, BBB, BarsaApi, BarsaDialogService, BarsaIconDictPipe, BarsaNovinRayCoreModule, BarsaReadonlyDirective, BarsaSapUiFormPageModule, BarsaStorageService, BaseColumnPropsComponent, BaseComponent, BaseController, BaseDirective, BaseDynamicComponent, BaseFormToolbaritemPropsComponent, BaseItemContentPropsComponent, BaseModule, BaseReportModel, BaseSettingsService, BaseUlvSettingComponent, BaseViewContentPropsComponent, BaseViewItemPropsComponent, BaseViewPropsComponent, BbbTranslatePipe, BodyClickDirective, BoolControlInfoModel, BreadcrumbService, ButtonLoadingComponent, Bw, CalculateControlInfoModel, CalendarMetaobjectDataModel, CalendarSettingsStore, CanUploadFilePipe, CardBaseItemContentPropsComponent, CardDynamicItemComponent, CardMediaSizePipe, CardViewService, ChangeLayoutInfoCustomUi, ChunkArrayPipe, CodeEditorControlInfoModel, ColSetting, ColumnCustomComponentPipe, ColumnCustomUiPipe, ColumnIconPipe, ColumnRendererBase, ColumnRendererViewBase, ColumnResizerDirective, ColumnService, ColumnValueDirective, ColumnValueOfParametersPipe, ColumnValuePipe, ComboRowImagePipe, CommandControlInfoModel, Common, ContainerComponent, ContainerService, ContextMenuPipe, ControlUiPipe, ConvertToStylePipe, CopyDirective, CountDownDirective, CustomCommand, CustomInjector, CustomRouteReuseStrategy, DEFAULT_REPORT_LAYOUT_POLICY, DIALOG_SERVICE, DateHijriService, DateMiladiService, DateRanges, DateService, DateShamsiService, DateTimeControlInfoModel, DefaultCommandsAccessValue, DefaultGridSetting, DeviceWidth, DialogParams, DynamicCommandDirective, DynamicComponentService, DynamicDarkColorPipe, DynamicFormComponent, DynamicFormToolbaritemComponent, DynamicItemComponent, DynamicLayoutComponent, DynamicRootVariableDirective, DynamicStyleDirective, DynamicUlvPagingComponent, DynamicUlvToolbarComponent, EllapsisTextDirective, EllipsifyDirective, EmptyPageComponent, EmptyPageWithRouterAndRouterOutletComponent, EntitySettingsStore, EnumCaptionPipe, EnumControlInfoModel, ExecuteDynamicCommand, ExecuteWorkflowChoiceDef, ExistsColumnsPipe, Ext, FORM_DIALOG_COMPONENT, FieldBaseComponent, FieldBaseController, FieldDirective, FieldInfoTypeEnum, FieldUiComponent, FieldViewBase, FileControlInfoModel, FileInfoCountPipe, FilePictureInfoModel, FilesValidationHelper, FillAllLayoutControls, FillEmptySpaceDirective, FilterColumnsByDetailsPipe, FilterInlineActionListPipe, FilterPipe, FilterStringPipe, FilterTabPipe, FilterToolbarControlPipe, FilterWorkflowInMobilePipe, FindColumnByDbNamePipe, FindColumnsPipe, FindGroup, FindLayoutSettingFromLayout94, FindPreviewColumnPipe, FindToolbarItem, FioriIconPipe, FormBaseComponent, FormCloseDirective, FormComponent, FormFieldReportPageComponent, FormNewComponent, FormPageBaseComponent, FormPageComponent, FormPanelService, FormPropsBaseComponent, FormService, FormToolbarBaseComponent, FormToolbarButton, GanttChartHelper, GaugeControlInfoModel, GeneralControlInfoModel, GetAllColumnsSorted, GetAllHorizontalFromLayout94, GetContentType, GetCssVariableValuePipe, GetDefaultMoObjectInfo, GetImgTags, GetViewableExtensions, GetVisibleValue, GridSetting, GroupBy, GroupByPipe, GroupByService, HeaderFacetValuePipe, HideAcceptCancelButtonsPipe, HideColumnsInmobilePipe, HistoryControlInfoModel, HorizontalLayoutService, HorizontalResponsiveDirective, IconControlInfoModel, IdbService, ImageLazyDirective, ImageMimeType, ImagetoPrint, InMemoryStorageService, IndexedDbService, InputNumber, IntersectionObserverDirective, IntersectionStatus, IsDarkMode, IsExpandedNodePipe, IsImagePipe, ItemsRendererDirective, LabelStarTrimPipe, LabelmandatoryDirective, LayoutItemBaseComponent, LayoutMainContentService, LayoutPanelBaseComponent, LayoutService, LeafletLongPressDirective, LinearListControlInfoModel, LinearListHelper, ListCountPipe, ListRelationModel, LoadExternalFilesDirective, LocalStorageService, LogService, LoginAction, LoginForm, LoginFormData, LoginFormUi, LoginSettingsResolver, MapToChatMessagePipe, MasterDetailsPageComponent, MeasureFormTitleWidthDirective, MergeFieldsToColumnsPipe, MetaobjectDataModel, MetaobjectRelationModel, MimeTypes, MoForReportModel, MoForReportModelBase, MoInfoUlvMoListPipe, MoInfoUlvPagingPipe, MoLinkerDirective, MoReportValueConcatPipe, MoReportValuePipe, MoValuePipe, MobileDirective, ModalRootComponent, MultipleGroupByPipe, NOTIFICATAION_POPUP_SERVER, NOTIFICATION_WEBWORKER_FACTORY, NetworkStatusService, NotFoundComponent, NotificationService, NowraptextDirective, NumberBaseComponent, NumberControlInfoModel, NumbersOnlyInputDirective, NumeralPipe, Offline, OverflowTextDirective, PageBaseComponent, PageWithFormHandlerBaseComponent, PdfMimeType, PictureFieldSourcePipe, PictureFileControlInfoModel, PicturesByGroupIdPipe, PlaceHolderDirective, PortalDynamicPageResolver, PortalFormPageResolver, PortalPageComponent, PortalPageResolver, PortalPageSidebarComponent, PortalReportPageResolver, PortalService, PreventDefaulEvent, PreventDefaultDirective, PrintFilesDirective, PrintImage, PromptUpdateService, PushBannerComponent, PushCheckService, PushNotificationService, REPORT_GRID_VIEWPORT_CLASS, REPORT_TYPE_DEFAULT_POLICIES, RUNTIME_NAV_STATE_SCHEMA_V1, RabetehAkseTakiListiControlInfoModel, RedirectHomeGuard, RelatedReportControlInfoModel, RelationListControlInfoModel, RemoveDynamicFormStyles, RemoveNewlinePipe, RenderUlvDirective, RenderUlvPaginDirective, RenderUlvViewerDirective, ReplacePipe, ReportActionListPipe, ReportBaseComponent, ReportBaseInfo, ReportBreadcrumbResolver, ReportCalendarModel, ReportContainerComponent, ReportEmptyPageComponent, ReportExtraInfo, ReportField, ReportFormModel, ReportItemBaseComponent, ReportListModel, ReportModel, ReportNavigatorComponent, ReportTreeModel, ReportViewBaseComponent, ReportViewColumn, ResizableComponent, ResizableDirective, ResizableModule, ResizeHandlerDirective, ResizeObserverDirective, ReversePipe, RichStringControlInfoModel, RootPageComponent, RootPortalComponent, RotateImage, RouteFormChangeDirective, RoutingService, RowDataOption, RowNumberPipe, RowState, RuntimeNavStateCacheService, SafeBottomDirective, SanitizeTextPipe, SaveImageDirective, SaveImageToFile, SaveScrollPositionService, ScopedCssPipe, ScrollLayoutContextHolder, ScrollPersistDirective, ScrollToSelectedDirective, SelectionMode, SeperatorFixPipe, ServiceWorkerCommuncationService, ServiceWorkerNotificationService, ShellbarHeightService, ShortcutHandlerDirective, ShortcutRegisterDirective, SimpleTemplateEngine, SimplebarDirective, SingleRelationControlInfoModel, SortDirection, SortPipe, SortSetting, SplideSliderDirective, SplitPipe, SplitterComponent, StopPropagationDirective, StringControlInfoModel, StringToNumberPipe, SubformControlInfoModel, SystemBaseComponent, TEMPLATE_ENGINE, TOAST_SERVICE, TableHeaderWidthMode, TableResizerDirective, TabpageService, ThImageOrIconePipe, TileGroupBreadcrumResolver, TilePropsComponent, TlbButtonsPipe, ToolbarSettingsPipe, TooltipDirective, TotalSummaryPipe, Ui, UiService, Ul, UlvCommandDirective, UlvHeightSizeType, UlvMainCtrl, UlvMainService, UnlimitSessionComponent, UntilInViewDirective, UploadService, Util, VideoMimeType, VideoRecordingService, ViewBase, VisibleValuePipe, WebOtpDirective, WordMimeType, WorfkflowwChoiceCommandDirective, addCssVariableToRoot, addDynamicVariableTo, availablePrefixes, bodyClick, buildRuntimeNavStateCacheKey, calcContextMenuWidth, calculateColumnContent, calculateColumnWidth, calculateColumnWidthFitToContainer, calculateFreeColumnSize, calculateMoDataListContentWidthByColumnName, cancelRequestAnimationFrame, checkPermission, compareVersions, contextDefaultsFromEnvironment, createFormPanelMetaConditions, createGridEditorFormPanel, easeInOutCubic, elementInViewport2, enumValueToStringSize, executeUlvCommandHandler, extractLayoutPolicyFromView, fixUnclosedParentheses, flattenTree, forbiddenValidator, formRoutes, formatBytes, fromEntries, fromIntersectionObserver, genrateInlineMoId, getAllItemsPerChildren, getColumnValueOfMoDataList, getComponentDefined, getControlList, getControlSizeMode, getDateService, getDeviceIsDesktop, getDeviceIsMobile, getDeviceIsPhone, getDeviceIsTablet, getFieldValue, getFocusableTagNames, getFormSettings, getGridSettings, getHeaderValue, getIcon, getImagePath, getLabelWidth, getLayout94ObjectInfo, getLayoutControl, getNestedValue, getNewMoGridEditor, getParentHeight, getReportTypeDefaultPolicy, getRequestAnimationFrame, getResetGridSettings, getTargetRect, getUniqueId, getValidExtension, isFF, isFirefox, isFunction, isImage, isInLocalMode, isSafari, isTargetWindow, isVersionBiggerThan, measureText, measureText2, measureTextBy, mobile_regex, multilevelSort, nullOrUndefinedString, number_only, removeDynamicStyle, requestAnimationFramePolyfill, resolveFinalScroll, resolveReportLayoutPolicy, scrollLayoutModeToContextEnvironment, scrollToElement, searchEx, setColumnWidthByMaxMoContentWidth, setOneDepthLevel, setTableThWidth, shallowEqual, sort, sortEx, stopPropagation, throwIfAlreadyLoaded, toNumber, validateAllFormFields };
6480
+ export type { AbbrevationDeviceSize, AppMenu, ApplicationSetting, BreadCrumbInfo, BruleActionMessage, CalendarConfig, CalendarFields, CalendarView, CardMediaSize, CartableTemplateKey, ChoiceDef, ClassNamesModel, CollectionGroup, CollectionPage, CollectionSort, CollectionState, ColumnInfoType, ColumnResizedArgs, ColumnSummaryType, Command, CommandGroup, CommonObservable, ComponentDataModel, ComponentMap, ComponentSettingsDataModel, ContainerReportSetting, ContextEnvironment, ControlInfoTypes, CssBackground, CultureTypes, CustomApplicationMenuBodyUi, CustomApplicationUi, CustomNavGroupUi, CustomNavPageUi, CustomRibbon, CustomSystemContainerUi, CustomSystemNavUi, CustomSystemUi, DateInfo, DefaultCommandsAccess, DeviceSize, DownloadFileInfo, DownloadFileInfoResult, EasyingFn, EffectiveReportLayoutPolicy, EjrayOlgo, ExNotificationPayload, ExtraModel, FieldSetting, FieldSettings, FileAttachmentInfo, FormComponentParams, FormSetting, FormView, FormViewSetting, GridView, Group, GroupByItem, GroupVisibility, IApiResult, IBaseController, IDebug, IHeaderLayout, ISystem, ISystemData, ITemplateEngine, IUploadingState, IViewBase, IndexableObject, InfoBarType, LayoutSetting, LibraryDepenecy, LoginResult, Media, MenuItem, ModuleDataModel, ModuleListReportModel, ModuleWithDynamicComponents, Modules, NavGroupItem, NavGroupItemData, Navigator, NavigatorFolder, NavigatorFolderItem, NavigatorItem, NavigatorRoot, NavigatorRootItem, NgStyleInterface, NotificationAction, NotificationItem, NotificationPayload, NotificationPopupService, NotifyOptions, NumberInput, NzSafeAny, NzScrollToOptions, PageDataModel, PageListReportModel, PagingSetting, PictureGroupItem, PlaceHolderDataModel, PortalDataModel, PushState, RelationItemType, RelationListTypes, ReportItemSetting, ReportLayoutAdapter, ReportLayoutMode, ReportLayoutPolicyPartial, ReportModelTypes, ReportScrollMode, ReportSetting, RuntimeNavPayload, RuntimeNavSerializationMode, RuntimeNavStateEnvelope, ScrollLayoutMode, ScrollViewportHost, SearchInput, SearchPanelSettings, ShareButtonsChoiceDef, ShellbarSetting, ShortCutData, ShortCuts, SimpleRect, SystemSetting, TableState, ToolbarButtonReportViewType, TreeNodeObj, TreeView, TypeUlvDataCtrlr, TypeUlvMainCtrlr, UiReportViewBase, UiReportViewBaseSetting, UiResponsiveSettings, UlvParamType, User, ViewTypes, WorkflowExecuteChoiceStatus, WorkflowItem, columnsResizedEventArgs };