barsa-novin-ray-core 2.3.158 → 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.
- package/fesm2022/{barsa-novin-ray-core-barsa-novin-ray-core-7FAqLddE.mjs → barsa-novin-ray-core-barsa-novin-ray-core-CGEy-PGS.mjs} +998 -885
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-CGEy-PGS.mjs.map +1 -0
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-BRxZqDte.mjs → barsa-novin-ray-core-barsa-report-page.module-CX07bJeh.mjs} +12 -14
- package/fesm2022/barsa-novin-ray-core-barsa-report-page.module-CX07bJeh.mjs.map +1 -0
- package/fesm2022/barsa-novin-ray-core.mjs +1 -1
- package/package.json +16 -7
- package/{index.d.ts → types/barsa-novin-ray-core.d.ts} +112 -88
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-7FAqLddE.mjs.map +0 -1
- package/fesm2022/barsa-novin-ray-core-barsa-report-page.module-BRxZqDte.mjs.map +0 -1
|
@@ -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,
|
|
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
|
|
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:
|
|
749
|
+
ColSettingList: any[];
|
|
750
750
|
AutoSizeColumns: boolean;
|
|
751
|
-
SortSettingList:
|
|
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
|
-
|
|
1686
|
-
|
|
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
|
|
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
|
|
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
|
-
}
|
|
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(
|
|
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
|
|
2413
|
-
protected _parentContainerService: ContainerService
|
|
2414
|
-
protected _containerService: ContainerService
|
|
2415
|
-
protected _formDialogComponent: Type<any
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
2468
|
-
|
|
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
|
-
}
|
|
2686
|
+
}>;
|
|
2675
2687
|
selectedCount$: Observable<number>;
|
|
2676
2688
|
hideUlvPageTitle$: Observable<boolean>;
|
|
2677
2689
|
uiViewerSelector$: Observable<string>;
|
|
@@ -2705,6 +2717,7 @@ declare class UlvMainService {
|
|
|
2705
2717
|
private _gridAllowSortSource;
|
|
2706
2718
|
private _contentHeightSource;
|
|
2707
2719
|
private _hiddenOverflowContentSource;
|
|
2720
|
+
private _alternateRowMode;
|
|
2708
2721
|
private _cartableKeySeperator;
|
|
2709
2722
|
private _titleSource;
|
|
2710
2723
|
private _hideUlvPageTitle$;
|
|
@@ -2734,6 +2747,7 @@ declare class UlvMainService {
|
|
|
2734
2747
|
private _viewCollectionSource;
|
|
2735
2748
|
private _useLayoutItemTextForControlSource;
|
|
2736
2749
|
private _hideTitleSource;
|
|
2750
|
+
private _minEmptyRowsSource;
|
|
2737
2751
|
private _createNewInlineMo$;
|
|
2738
2752
|
private _sortSettingChanged$;
|
|
2739
2753
|
private _updateGridSettingByUser$;
|
|
@@ -2764,6 +2778,7 @@ declare class UlvMainService {
|
|
|
2764
2778
|
get sortSettingChanged$(): Observable<SortSetting[]>;
|
|
2765
2779
|
get createNewInlineMo$(): Observable<boolean>;
|
|
2766
2780
|
get hideTitle$(): Observable<boolean>;
|
|
2781
|
+
get minEmptyRows$(): Observable<number>;
|
|
2767
2782
|
get useLayoutItemTextForControl$(): Observable<boolean>;
|
|
2768
2783
|
get viewCollection$(): Observable<UiReportViewBase[]>;
|
|
2769
2784
|
get commandsAccess(): DefaultCommandsAccess;
|
|
@@ -2798,6 +2813,8 @@ declare class UlvMainService {
|
|
|
2798
2813
|
get showToolbarBorder$(): Observable<boolean>;
|
|
2799
2814
|
get parentHeight$(): Observable<number>;
|
|
2800
2815
|
get parentHeight(): number;
|
|
2816
|
+
get alternateRowMode$(): Observable<boolean>;
|
|
2817
|
+
setAlternateRowMode(alternateRowMode: boolean): void;
|
|
2801
2818
|
setParentHeight(parentHeight: number): void;
|
|
2802
2819
|
setToolbarBorder(showBorder: boolean): void;
|
|
2803
2820
|
setToolbarSettings(toolbarSettings: MoForReportModel): void;
|
|
@@ -2809,6 +2826,7 @@ declare class UlvMainService {
|
|
|
2809
2826
|
sortSettingChange(gridSetting: SortSetting[]): void;
|
|
2810
2827
|
newInlineMo(checked: boolean): void;
|
|
2811
2828
|
setHideTitle(hideTitle: boolean): void;
|
|
2829
|
+
setMinEmptyRows(value: number): void;
|
|
2812
2830
|
setUseLayoutItemTextForControl(useLayoutItemTextForControl: boolean): void;
|
|
2813
2831
|
setViewCollection(collection: UiReportViewBase[]): void;
|
|
2814
2832
|
setAccess(access: DefaultCommandsAccess): void;
|
|
@@ -3181,10 +3199,10 @@ declare class RoutingService implements OnDestroy {
|
|
|
3181
3199
|
protected readonly _activatedRoute: ActivatedRoute;
|
|
3182
3200
|
protected readonly _router: Router;
|
|
3183
3201
|
protected readonly _portalService: PortalService;
|
|
3184
|
-
protected readonly _parentRoutingService: RoutingService
|
|
3202
|
+
protected readonly _parentRoutingService: RoutingService;
|
|
3185
3203
|
protected readonly _onDestroy$: Subject<void>;
|
|
3186
|
-
protected _formDialogComponent: Type<any
|
|
3187
|
-
protected _dialogService: string
|
|
3204
|
+
protected _formDialogComponent: Type<any>;
|
|
3205
|
+
protected _dialogService: string;
|
|
3188
3206
|
protected _vcr: ViewContainerRef;
|
|
3189
3207
|
protected formpanelCtrlrId: string;
|
|
3190
3208
|
constructor();
|
|
@@ -3496,6 +3514,7 @@ interface ITemplateEngine {
|
|
|
3496
3514
|
}
|
|
3497
3515
|
declare class SimpleTemplateEngine implements ITemplateEngine {
|
|
3498
3516
|
private cache;
|
|
3517
|
+
private sanitizer;
|
|
3499
3518
|
render(template: string, valueResolver: (key: string) => any): string;
|
|
3500
3519
|
private isSafeKey;
|
|
3501
3520
|
private compile;
|
|
@@ -3583,11 +3602,11 @@ declare abstract class FieldBaseComponent extends BaseComponent implements IView
|
|
|
3583
3602
|
protected _activatedRoute: ActivatedRoute;
|
|
3584
3603
|
protected _domSanitizer: DomSanitizer;
|
|
3585
3604
|
protected _dialogService: any;
|
|
3586
|
-
protected _uploadService: UploadService
|
|
3587
|
-
protected _dateService: DateService
|
|
3588
|
-
protected _audioRecorder: AudioRecordingService
|
|
3589
|
-
protected _videoRecoder: VideoRecordingService
|
|
3590
|
-
protected _columnService: ColumnService
|
|
3605
|
+
protected _uploadService: UploadService;
|
|
3606
|
+
protected _dateService: DateService;
|
|
3607
|
+
protected _audioRecorder: AudioRecordingService;
|
|
3608
|
+
protected _videoRecoder: VideoRecordingService;
|
|
3609
|
+
protected _columnService: ColumnService;
|
|
3591
3610
|
private _refreshSource;
|
|
3592
3611
|
private _valueChangedSource;
|
|
3593
3612
|
private _disableChangedSource;
|
|
@@ -3793,9 +3812,9 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
|
|
|
3793
3812
|
pageChange: EventEmitter<number>;
|
|
3794
3813
|
pageSizeChange: EventEmitter<number>;
|
|
3795
3814
|
defaultGridSetting: {
|
|
3796
|
-
ColSettingList:
|
|
3815
|
+
ColSettingList: any[];
|
|
3797
3816
|
AutoSizeColumns: boolean;
|
|
3798
|
-
SortSettingList:
|
|
3817
|
+
SortSettingList: any[];
|
|
3799
3818
|
Hidden: boolean;
|
|
3800
3819
|
};
|
|
3801
3820
|
itemSelector: string;
|
|
@@ -3843,6 +3862,7 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
|
|
|
3843
3862
|
ulvHeightSizeType$: Observable<UlvHeightSizeType>;
|
|
3844
3863
|
isCheckList$: Observable<boolean>;
|
|
3845
3864
|
parentHeight$: Observable<number>;
|
|
3865
|
+
alternateRowMode$: Observable<boolean>;
|
|
3846
3866
|
protected _portalService: PortalService;
|
|
3847
3867
|
protected _ulvMainService: UlvMainService;
|
|
3848
3868
|
protected _visibleColumnsSource: BehaviorSubject<ReportViewColumn[]>;
|
|
@@ -3858,6 +3878,7 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
|
|
|
3858
3878
|
ngAfterViewInit(): void;
|
|
3859
3879
|
ngOnDestroy(): void;
|
|
3860
3880
|
onResetGridSettings(): void;
|
|
3881
|
+
protected _setAlternateRowMode(): void;
|
|
3861
3882
|
protected _columnSummary(e: ColumnSummaryType): void;
|
|
3862
3883
|
protected _gridSettingChanged(setting: any): void;
|
|
3863
3884
|
protected _prepareMoForNewForm(_context: any, mo: any): void;
|
|
@@ -3909,7 +3930,7 @@ declare class ReportItemBaseComponent extends BaseComponent implements OnInit {
|
|
|
3909
3930
|
fields: any;
|
|
3910
3931
|
parameters: ReportItemSetting | null;
|
|
3911
3932
|
constructor();
|
|
3912
|
-
onClick(): void;
|
|
3933
|
+
onClick(_e: any): void;
|
|
3913
3934
|
ngOnInit(): void;
|
|
3914
3935
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportItemBaseComponent, never>;
|
|
3915
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>;
|
|
@@ -4016,8 +4037,8 @@ declare class PageBaseComponent extends ContainerComponent implements AfterViewI
|
|
|
4016
4037
|
fullscreen: boolean;
|
|
4017
4038
|
pageData: PageDataModel | null;
|
|
4018
4039
|
componentsAddedToPage: boolean;
|
|
4019
|
-
protected _parentRoutingService: RoutingService
|
|
4020
|
-
protected _routingService: RoutingService
|
|
4040
|
+
protected _parentRoutingService: RoutingService;
|
|
4041
|
+
protected _routingService: RoutingService;
|
|
4021
4042
|
ngAfterViewInit(): void;
|
|
4022
4043
|
protected addModulesToDom(): void;
|
|
4023
4044
|
protected getData$(): Observable<PortalDataModel | null>;
|
|
@@ -4025,12 +4046,7 @@ declare class PageBaseComponent extends ContainerComponent implements AfterViewI
|
|
|
4025
4046
|
protected preparePlaceholder(placeHolderElement: HTMLElement | DocumentFragment, placeHolderName: string, pageData: PageDataModel | null): void;
|
|
4026
4047
|
protected getModuleControlUi(component: any): any;
|
|
4027
4048
|
protected addModulesToPage(modules: Array<any>): void;
|
|
4028
|
-
protected getComponentFactory(uiComponent:
|
|
4029
|
-
Selector: string;
|
|
4030
|
-
Name: string;
|
|
4031
|
-
Module: string;
|
|
4032
|
-
ModuleFileName: string;
|
|
4033
|
-
}): Observable<ComponentRef<any>>;
|
|
4049
|
+
protected getComponentFactory(uiComponent: EjrayOlgo): Observable<ComponentRef<any>>;
|
|
4034
4050
|
protected getPlaceHolders(pageData: any): Array<PlaceHolderDataModel>;
|
|
4035
4051
|
protected getModules(pageData: any): Array<ModuleDataModel>;
|
|
4036
4052
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageBaseComponent, never>;
|
|
@@ -4174,6 +4190,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4174
4190
|
allColumns: any;
|
|
4175
4191
|
isCheckList: boolean;
|
|
4176
4192
|
simpleInlineEdit: boolean;
|
|
4193
|
+
alternateRowMode: boolean;
|
|
4177
4194
|
inlineEditWithoutSelection: boolean;
|
|
4178
4195
|
hideToolbar: boolean;
|
|
4179
4196
|
hideTitle: boolean;
|
|
@@ -4251,6 +4268,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4251
4268
|
[key: string]: MetaobjectDataModel;
|
|
4252
4269
|
};
|
|
4253
4270
|
pagingSetting: PagingSetting;
|
|
4271
|
+
minEmptyRows: number;
|
|
4254
4272
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
4255
4273
|
escapeKey: EventEmitter<MetaobjectDataModel>;
|
|
4256
4274
|
resetWorkflowState: EventEmitter<void>;
|
|
@@ -4312,6 +4330,8 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4312
4330
|
detailsComponent: EjrayOlgo;
|
|
4313
4331
|
rowIndicator: boolean;
|
|
4314
4332
|
height: string;
|
|
4333
|
+
protected _rval: MoReportValuePipe;
|
|
4334
|
+
protected _picField: PictureFieldSourcePipe;
|
|
4315
4335
|
protected _titleCase: TitleCasePipe;
|
|
4316
4336
|
protected _bbbTranslate: BbbTranslatePipe;
|
|
4317
4337
|
protected _el: ElementRef<any>;
|
|
@@ -4321,14 +4341,14 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4321
4341
|
protected _columnCustomPipe: ColumnCustomComponentPipe;
|
|
4322
4342
|
protected _ulvMainService: UlvMainService;
|
|
4323
4343
|
protected _portalService: PortalService;
|
|
4324
|
-
protected _uploadService?: UploadService
|
|
4325
|
-
protected _groupByService?: GroupByService
|
|
4344
|
+
protected _uploadService?: UploadService;
|
|
4345
|
+
protected _groupByService?: GroupByService;
|
|
4326
4346
|
protected _containerWidth: number;
|
|
4327
4347
|
protected _firstVisible: boolean;
|
|
4328
4348
|
protected _onVisible$: Subject<void>;
|
|
4329
4349
|
protected $resize: Subject<void>;
|
|
4330
4350
|
protected _ro: ResizeObserver;
|
|
4331
|
-
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder
|
|
4351
|
+
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder;
|
|
4332
4352
|
private _singleClicked;
|
|
4333
4353
|
get showViewButton(): boolean;
|
|
4334
4354
|
/**
|
|
@@ -4393,11 +4413,11 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4393
4413
|
protected onResize(): void;
|
|
4394
4414
|
protected _applyScrollLayoutForContextMode(): void;
|
|
4395
4415
|
protected _handleResize(): void;
|
|
4396
|
-
protected onActionListClick(mo: MetaobjectDataModel, index: number, itemId: string): void;
|
|
4416
|
+
protected onActionListClick(mo: MetaobjectDataModel, index: number, itemId: string, options?: Record<string, any>): void;
|
|
4397
4417
|
protected _containerWidthChanged(_: number): void;
|
|
4398
4418
|
protected _setRowIndicator(columns: ReportViewColumn[]): void;
|
|
4399
4419
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewBaseComponent<any>, never>;
|
|
4400
|
-
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; }; "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>;
|
|
4401
4421
|
}
|
|
4402
4422
|
|
|
4403
4423
|
declare class FormPropsBaseComponent extends BaseComponent implements OnInit {
|
|
@@ -4444,7 +4464,6 @@ declare class FormPropsBaseComponent extends BaseComponent implements OnInit {
|
|
|
4444
4464
|
protected _cdr: ChangeDetectorRef;
|
|
4445
4465
|
protected _renderer2: Renderer2;
|
|
4446
4466
|
protected _vcr: ViewContainerRef;
|
|
4447
|
-
protected _factoryResolver: ComponentFactoryResolver;
|
|
4448
4467
|
ngOnInit(): void;
|
|
4449
4468
|
onEvents(title: string, data?: any): void;
|
|
4450
4469
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormPropsBaseComponent, never>;
|
|
@@ -4511,8 +4530,8 @@ declare class FormPageBaseComponent extends ContainerComponent implements OnInit
|
|
|
4511
4530
|
viewId: string;
|
|
4512
4531
|
};
|
|
4513
4532
|
formpanelCtrlrId: string;
|
|
4514
|
-
protected _routingService: RoutingService
|
|
4515
|
-
protected _containerServiceParent: ContainerService
|
|
4533
|
+
protected _routingService: RoutingService;
|
|
4534
|
+
protected _containerServiceParent: ContainerService;
|
|
4516
4535
|
ngOnInit(): void;
|
|
4517
4536
|
ngAfterViewInit(): void;
|
|
4518
4537
|
ngOnDestroy(): void;
|
|
@@ -4596,9 +4615,10 @@ declare class FormFieldReportPageComponent extends BaseComponent implements OnIn
|
|
|
4596
4615
|
sectionClass: boolean;
|
|
4597
4616
|
absolutePageClass: boolean;
|
|
4598
4617
|
loading$: Observable<boolean>;
|
|
4618
|
+
protected _injector: Injector;
|
|
4619
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
4599
4620
|
private _activatedRoute;
|
|
4600
4621
|
private _portalService;
|
|
4601
|
-
private _injector;
|
|
4602
4622
|
private _cdr;
|
|
4603
4623
|
private _loadingSource;
|
|
4604
4624
|
constructor();
|
|
@@ -4739,6 +4759,7 @@ declare class BaseDynamicComponent extends BaseComponent implements OnInit, OnDe
|
|
|
4739
4759
|
protected _cdr: ChangeDetectorRef;
|
|
4740
4760
|
protected _portalService: PortalService;
|
|
4741
4761
|
protected _injector: Injector;
|
|
4762
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
4742
4763
|
ngOnInit(): Promise<void>;
|
|
4743
4764
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4744
4765
|
ngOnDestroy(): void;
|
|
@@ -4951,10 +4972,11 @@ declare class FormComponent extends BaseComponent implements OnInit, OnChanges,
|
|
|
4951
4972
|
protected cdr: ChangeDetectorRef;
|
|
4952
4973
|
protected portalService: PortalService;
|
|
4953
4974
|
protected injector: Injector;
|
|
4975
|
+
protected environmentInjector: EnvironmentInjector;
|
|
4954
4976
|
protected _activatedRoute: ActivatedRoute;
|
|
4955
4977
|
protected _router: Router;
|
|
4956
|
-
protected _containerService: ContainerService
|
|
4957
|
-
protected _routingService: RoutingService
|
|
4978
|
+
protected _containerService: ContainerService;
|
|
4979
|
+
protected _routingService: RoutingService;
|
|
4958
4980
|
constructor();
|
|
4959
4981
|
ngOnInit(): void;
|
|
4960
4982
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -5005,7 +5027,7 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
|
|
|
5005
5027
|
isLastChildGroup: boolean;
|
|
5006
5028
|
showRowNumber: boolean;
|
|
5007
5029
|
rowNumber: string;
|
|
5008
|
-
|
|
5030
|
+
alternateRowMode: boolean;
|
|
5009
5031
|
noSaveInlineEditInServer: boolean;
|
|
5010
5032
|
disableHyperLink: boolean;
|
|
5011
5033
|
columnsHyperLink: ReportViewColumn[];
|
|
@@ -5046,9 +5068,9 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
|
|
|
5046
5068
|
protected _domSanitizer: DomSanitizer;
|
|
5047
5069
|
protected _cdr: ChangeDetectorRef;
|
|
5048
5070
|
protected _reportValuePipe: MoReportValuePipe;
|
|
5049
|
-
protected _parentFormPanelService: FormPanelService
|
|
5050
|
-
protected _formPanelService: FormPanelService
|
|
5051
|
-
protected _ulvMainService: UlvMainService
|
|
5071
|
+
protected _parentFormPanelService: FormPanelService;
|
|
5072
|
+
protected _formPanelService: FormPanelService;
|
|
5073
|
+
protected _ulvMainService: UlvMainService;
|
|
5052
5074
|
private _saveEditedMo$;
|
|
5053
5075
|
private _formpanelValueChanged$;
|
|
5054
5076
|
private _formPanelLoaded;
|
|
@@ -5106,7 +5128,7 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
|
|
|
5106
5128
|
saved: boolean;
|
|
5107
5129
|
}>;
|
|
5108
5130
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseViewItemPropsComponent, never>;
|
|
5109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewItemPropsComponent, "bnrc-base-view-item-props", never, { "checkboxComponent": { "alias": "checkboxComponent"; "required": false; }; "disableEllapsis": { "alias": "disableEllapsis"; "required": false; }; "isslider": { "alias": "isslider"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "dirtyColumns": { "alias": "dirtyColumns"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; "index": { "alias": "index"; "required": false; }; "last": { "alias": "last"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isdirty": { "alias": "isdirty"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "hideDetailsText": { "alias": "hideDetailsText"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "isNewInlineMo": { "alias": "isNewInlineMo"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "isLastChildGroup": { "alias": "isLastChildGroup"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "rowNumber": { "alias": "rowNumber"; "required": false; }; "
|
|
5131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewItemPropsComponent, "bnrc-base-view-item-props", never, { "checkboxComponent": { "alias": "checkboxComponent"; "required": false; }; "disableEllapsis": { "alias": "disableEllapsis"; "required": false; }; "isslider": { "alias": "isslider"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "dirtyColumns": { "alias": "dirtyColumns"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; "index": { "alias": "index"; "required": false; }; "last": { "alias": "last"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isdirty": { "alias": "isdirty"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "hideDetailsText": { "alias": "hideDetailsText"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "isNewInlineMo": { "alias": "isNewInlineMo"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "isLastChildGroup": { "alias": "isLastChildGroup"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "rowNumber": { "alias": "rowNumber"; "required": false; }; "alternateRowMode": { "alias": "alternateRowMode"; "required": false; }; "noSaveInlineEditInServer": { "alias": "noSaveInlineEditInServer"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "rowIndicatorColor": { "alias": "rowIndicatorColor"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "maxHeightHeader": { "alias": "maxHeightHeader"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "serializedRelatedMo": { "alias": "serializedRelatedMo"; "required": false; }; "cartableTemplate": { "alias": "cartableTemplate"; "required": false; }; "cartableMo": { "alias": "cartableMo"; "required": false; }; "cartableWorkflowData": { "alias": "cartableWorkflowData"; "required": false; }; }, { "actionListClick": "actionListClick"; "events": "events"; }, never, never, false, never>;
|
|
5110
5132
|
}
|
|
5111
5133
|
declare enum RowState {
|
|
5112
5134
|
Clean = 0,
|
|
@@ -5430,7 +5452,8 @@ declare class RenderUlvViewerDirective extends BaseDirective implements AfterVie
|
|
|
5430
5452
|
layoutInfo: LayoutSetting;
|
|
5431
5453
|
viewer: any;
|
|
5432
5454
|
component: ComponentRef<any>;
|
|
5433
|
-
|
|
5455
|
+
protected _injector: Injector;
|
|
5456
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
5434
5457
|
private _vcr;
|
|
5435
5458
|
private _cdr;
|
|
5436
5459
|
private _renderer;
|
|
@@ -5448,7 +5471,8 @@ declare class RenderUlvPaginDirective extends BaseDirective implements OnInit, O
|
|
|
5448
5471
|
pagingSetting: PagingSetting;
|
|
5449
5472
|
context: any;
|
|
5450
5473
|
component: ComponentRef<any>;
|
|
5451
|
-
|
|
5474
|
+
protected _injector: Injector;
|
|
5475
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
5452
5476
|
private _vcr;
|
|
5453
5477
|
private _cdr;
|
|
5454
5478
|
ngOnInit(): Promise<void>;
|
|
@@ -5547,7 +5571,7 @@ interface ToastService {
|
|
|
5547
5571
|
declare class CopyDirective extends BaseDirective implements OnInit {
|
|
5548
5572
|
copy: string;
|
|
5549
5573
|
_inputEl: HTMLInputElement;
|
|
5550
|
-
protected _toastService: ToastService
|
|
5574
|
+
protected _toastService: ToastService;
|
|
5551
5575
|
/**
|
|
5552
5576
|
*
|
|
5553
5577
|
*/
|
|
@@ -5747,10 +5771,11 @@ declare class LoadExternalFilesDirective implements OnInit {
|
|
|
5747
5771
|
}
|
|
5748
5772
|
|
|
5749
5773
|
declare class RenderUlvDirective extends BaseDirective implements AfterViewInit, OnDestroy {
|
|
5750
|
-
reportId: i0.InputSignal<string
|
|
5774
|
+
reportId: i0.InputSignal<string>;
|
|
5751
5775
|
component: ComponentRef<any>;
|
|
5776
|
+
protected _injector: Injector;
|
|
5777
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
5752
5778
|
private _logService;
|
|
5753
|
-
private _injector;
|
|
5754
5779
|
private _vcr;
|
|
5755
5780
|
ngOnInit(): void;
|
|
5756
5781
|
ngAfterViewInit(): void;
|
|
@@ -5997,7 +6022,7 @@ declare class SafeBottomDirective extends BaseDirective {
|
|
|
5997
6022
|
|
|
5998
6023
|
declare class MoLinkerDirective extends BaseDirective implements OnInit {
|
|
5999
6024
|
moLinker: i0.InputSignal<MetaobjectDataModel>;
|
|
6000
|
-
alternateEditObjectColumn: i0.InputSignal<string
|
|
6025
|
+
alternateEditObjectColumn: i0.InputSignal<string>;
|
|
6001
6026
|
disableHyperLink: i0.InputSignal<boolean>;
|
|
6002
6027
|
private _routingService;
|
|
6003
6028
|
private _activatedRoute;
|
|
@@ -6155,9 +6180,10 @@ declare class FormNewComponent extends BaseComponent implements OnInit {
|
|
|
6155
6180
|
declare class ReportContainerComponent extends BaseComponent implements OnInit {
|
|
6156
6181
|
settings: ContainerReportSetting;
|
|
6157
6182
|
loading$: Observable<boolean>;
|
|
6183
|
+
protected _injector: Injector;
|
|
6184
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
6158
6185
|
private _activatedRoute;
|
|
6159
6186
|
private portalService;
|
|
6160
|
-
private injector;
|
|
6161
6187
|
private vcr;
|
|
6162
6188
|
private _loadingSource;
|
|
6163
6189
|
constructor();
|
|
@@ -6178,9 +6204,10 @@ declare class FieldUiComponent extends BaseComponent implements OnInit, OnChange
|
|
|
6178
6204
|
width: string;
|
|
6179
6205
|
vcr: ViewContainerRef;
|
|
6180
6206
|
uniquId: any;
|
|
6207
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
6208
|
+
protected _injector: Injector;
|
|
6181
6209
|
private _formPanelService;
|
|
6182
6210
|
private _portalService;
|
|
6183
|
-
private _injector;
|
|
6184
6211
|
private _cdr;
|
|
6185
6212
|
private _component;
|
|
6186
6213
|
private _customFieldChange$;
|
|
@@ -6199,13 +6226,12 @@ declare function formRoutes(authGuard?: boolean): any;
|
|
|
6199
6226
|
|
|
6200
6227
|
declare abstract class BaseModule {
|
|
6201
6228
|
protected dcm: DynamicComponentService;
|
|
6202
|
-
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
6203
6229
|
protected moduleName: string;
|
|
6204
6230
|
private selectorToFactoryMap;
|
|
6205
6231
|
private isInitialize;
|
|
6206
6232
|
protected abstract dynamicComponents: Type<any>[];
|
|
6207
|
-
constructor(dcm: DynamicComponentService,
|
|
6208
|
-
getComponentFactory(componentName: string):
|
|
6233
|
+
constructor(dcm: DynamicComponentService, moduleName: string);
|
|
6234
|
+
getComponentFactory(componentName: string): any;
|
|
6209
6235
|
private populateRegistry;
|
|
6210
6236
|
}
|
|
6211
6237
|
|
|
@@ -6217,12 +6243,11 @@ declare class BarsaSapUiFormPageRoutingModule {
|
|
|
6217
6243
|
|
|
6218
6244
|
declare class BarsaSapUiFormPageModule extends BaseModule {
|
|
6219
6245
|
protected dcm: DynamicComponentService;
|
|
6220
|
-
protected
|
|
6221
|
-
protected dynamicComponents: never[];
|
|
6246
|
+
protected dynamicComponents: any[];
|
|
6222
6247
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
6223
6248
|
constructor();
|
|
6224
6249
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiFormPageModule, never>;
|
|
6225
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof
|
|
6250
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof i152.FormsModule, typeof BarsaSapUiFormPageRoutingModule], never>;
|
|
6226
6251
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiFormPageModule>;
|
|
6227
6252
|
}
|
|
6228
6253
|
|
|
@@ -6238,10 +6263,11 @@ declare class ReportNavigatorComponent extends BaseComponent implements OnInit,
|
|
|
6238
6263
|
containerRef: ViewContainerRef;
|
|
6239
6264
|
loading$: Observable<boolean>;
|
|
6240
6265
|
isMobile: boolean;
|
|
6266
|
+
protected _injector: Injector;
|
|
6267
|
+
protected _environmentInjector: EnvironmentInjector;
|
|
6241
6268
|
private _activatedRoute;
|
|
6242
6269
|
private _portalService;
|
|
6243
6270
|
private _applicationCtrlService;
|
|
6244
|
-
private _injector;
|
|
6245
6271
|
private _cdr;
|
|
6246
6272
|
private _loadingSource;
|
|
6247
6273
|
private _ulvMainCtrlr;
|
|
@@ -6285,8 +6311,8 @@ type NavItemParams = {
|
|
|
6285
6311
|
declare class ModalRootComponent extends BaseComponent implements OnInit, AfterViewInit {
|
|
6286
6312
|
componentType: Type<any>;
|
|
6287
6313
|
componentInstance: ComponentRef<any>;
|
|
6288
|
-
private
|
|
6289
|
-
private
|
|
6314
|
+
private _injector;
|
|
6315
|
+
private _envInjector;
|
|
6290
6316
|
private _appRef;
|
|
6291
6317
|
ngOnInit(): void;
|
|
6292
6318
|
close(): void;
|
|
@@ -6441,16 +6467,14 @@ declare class BarsaNovinRayCoreRoutingModule {
|
|
|
6441
6467
|
}
|
|
6442
6468
|
|
|
6443
6469
|
declare class BarsaNovinRayCoreModule extends BaseModule {
|
|
6444
|
-
protected dcm: DynamicComponentService;
|
|
6445
|
-
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
6446
6470
|
protected dynamicComponents: (typeof EmptyPageWithRouterAndRouterOutletComponent | typeof ButtonLoadingComponent)[];
|
|
6447
6471
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
6448
6472
|
constructor();
|
|
6449
6473
|
static forRoot(): ModuleWithProviders<BarsaNovinRayCoreModule>;
|
|
6450
6474
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaNovinRayCoreModule, never>;
|
|
6451
|
-
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
|
|
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]>;
|
|
6452
6476
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaNovinRayCoreModule>;
|
|
6453
6477
|
}
|
|
6454
6478
|
|
|
6455
|
-
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 };
|
|
6456
|
-
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 };
|