barsa-sap-ui 2.3.167 → 3.0.2
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-sap-ui.mjs +1436 -590
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/barsa-sap-ui.d.ts +430 -84
package/types/barsa-sap-ui.d.ts
CHANGED
|
@@ -1,32 +1,139 @@
|
|
|
1
|
-
import * as i234 from 'barsa-novin-ray-core';
|
|
2
|
-
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, DefaultCommandsAccess, ColumnSummaryType, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, MoForReportModel, EjrayOlgo, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, CultureTypes, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FindColumnsPipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, MenuItem, TypeUlvMainCtrlr, EffectiveReportLayoutPolicy, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, BreadcrumbService, PictureFieldSourcePipe, ReportNavigatorComponent, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
1
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { OnInit, OnChanges, SimpleChanges, ElementRef,
|
|
2
|
+
import { AfterViewInit, OnDestroy, TemplateRef, EventEmitter, OnInit, OnChanges, SimpleChanges, ElementRef, NgZone, Renderer2, QueryList, ChangeDetectorRef, Signal, PipeTransform, ViewContainerRef, Injector, Type, WritableSignal, ComponentRef, EnvironmentInjector, ModuleWithProviders } from '@angular/core';
|
|
5
3
|
import * as rxjs from 'rxjs';
|
|
6
|
-
import {
|
|
4
|
+
import { Subject, Observable, Subscription, BehaviorSubject } from 'rxjs';
|
|
5
|
+
import * as i247 from '@fundamental-ngx/platform';
|
|
6
|
+
import { ComboboxComponent, ComboboxSelectionChangeEvent, IconTabBarItem, IconTabBarComponent, TabType } from '@fundamental-ngx/platform';
|
|
7
|
+
import { ComboBoxDataSource, DataProvider } from '@fundamental-ngx/platform/shared';
|
|
8
|
+
import * as i237 from 'barsa-novin-ray-core';
|
|
9
|
+
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, DefaultCommandsAccess, ColumnSummaryType, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, MoForReportModel, EjrayOlgo, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, CultureTypes, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FindColumnsPipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, MenuItem, TypeUlvMainCtrlr, EffectiveReportLayoutPolicy, BaseViewContentPropsComponent, ResponsiveColsConfig, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, BreadcrumbService, PictureFieldSourcePipe, ResponsiveBreakpoints, ReportNavigatorComponent, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
7
10
|
import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
8
|
-
import * as
|
|
11
|
+
import * as i240 from '@fundamental-ngx/core';
|
|
9
12
|
import { ContentDensity, TableComponent, ToolbarComponent, DialogConfig, ContentDensityService, DialogService, PopoverComponent, DynamicPageResponsiveSize, SvgConfig, CardType, MenuComponent, Size, DialogRef, RadioButtonComponent, DynamicPageComponent, FileUploaderComponent, DialogComponent, BarDesignType, MultiInputComponent, MessageStripType, MessageStripIndicationColor, MessageStripAlertService, TabPanelComponent, WizardStepComponent, WizardStepStatus, WizardSize, BusyIndicatorSize, ObjectStatus, IconFont, InlineHelpDirective, ButtonType, SliderComponent, InputGroupComponent, ContentDensityMode } from '@fundamental-ngx/core';
|
|
10
13
|
import { SafeHtml, DomSanitizer, SafeResourceUrl, SafeStyle } from '@angular/platform-browser';
|
|
11
|
-
import * as
|
|
14
|
+
import * as i238 from '@angular/cdk/drag-drop';
|
|
12
15
|
import { CdkDragMove, CdkDragEnd, CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
13
16
|
import { NotificationRef } from '@fundamental-ngx/core/notification';
|
|
14
|
-
import * as
|
|
17
|
+
import * as i236 from '@angular/forms';
|
|
15
18
|
import { UntypedFormGroup } from '@angular/forms';
|
|
16
|
-
import * as
|
|
17
|
-
import {
|
|
19
|
+
import * as i248 from '@angular/cdk/scrolling';
|
|
20
|
+
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
18
21
|
import * as i1 from '@angular/router';
|
|
19
22
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
20
|
-
import { DataProvider, ComboBoxDataSource } from '@fundamental-ngx/platform/shared';
|
|
21
23
|
import * as barsa_sap_ui from 'barsa-sap-ui';
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
29
|
-
|
|
24
|
+
import * as i235 from '@angular/common';
|
|
25
|
+
import * as i239 from '@angular/cdk/table';
|
|
26
|
+
import * as i241 from 'ngx-color/swatches';
|
|
27
|
+
import * as i242 from 'ngx-color/chrome';
|
|
28
|
+
import * as i243 from '@angular/cdk/clipboard';
|
|
29
|
+
import * as i244 from 'barsa-calendar';
|
|
30
|
+
import * as i246 from 'ng2-pdfjs-viewer';
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* wrapperِ مشترکِ روی `fdp-combobox` (Fundamental Platform).
|
|
34
|
+
*
|
|
35
|
+
* همهی نکتهها و رفعباگهایی که در رابطهی تکی (MoInfoUlvCombo) کشف شده بودند اینجا متمرکز شدهاند
|
|
36
|
+
* تا بین مصرفکنندهها (MoInfoUlvCombo، اتوکامپلیتِ متن، ...) به اشتراک گذاشته شوند:
|
|
37
|
+
*
|
|
38
|
+
* - تفکیکِ «متنِ آزادِ جستجو» از «مقدارِ واقعی»: تنها آبجکتِ انتخابشده میتواند مقدار شود؛ متنِ آزاد
|
|
39
|
+
* صرفاً query است. به همین دلیل، برخلافِ core `fd-combobox`، خالیشدنِ اینپوت هنگام blur/بستنِ
|
|
40
|
+
* پاپآور هرگز مقدار را پاک نمیکند (پلتفرم روی blurِ خالی اصلاً selectionChange نمیدهد).
|
|
41
|
+
* - نویگیشنِ کیبورد: هنگام حرکت با کلیدهای جهتدار روی لیست، انتخاب را معلق نگه میداریم و فقط با
|
|
42
|
+
* Enter/کلیک نهایی commit میکنیم (نه صرفاً با فوکوسگرفتنِ آیتم). کلیدهای End/Home/ArrowDown هم
|
|
43
|
+
* برای جلوگیری از رفتارِ ناخواسته مدیریت میشوند.
|
|
44
|
+
* - بازکردنِ دراپدان → fetch اولیه با query='*'.
|
|
45
|
+
*
|
|
46
|
+
* مصرفکننده تمپلیتِ آیتم (`fdpComboboxItem`) و فوترِ صفحهبندی را از طریق `<ng-content>` تزریق میکند.
|
|
47
|
+
*/
|
|
48
|
+
declare class FundamentalComboComponent implements AfterViewInit, OnDestroy {
|
|
49
|
+
dataSource: ComboBoxDataSource<any>;
|
|
50
|
+
value: any;
|
|
51
|
+
displayKey?: string;
|
|
52
|
+
lookupKey?: string;
|
|
53
|
+
byline: boolean;
|
|
54
|
+
placeholder: string;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
readonly: boolean;
|
|
57
|
+
mobile: boolean;
|
|
58
|
+
mobileConfig: any;
|
|
59
|
+
isLtr: boolean;
|
|
60
|
+
showDropdownButton: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* تمپلیتِ رندرِ هر آیتمِ دراپدان (context: `$implicit` = خودِ رکورد، `index`).
|
|
63
|
+
* چون fdp-combobox تمپلیتِ آیتم را با ContentChildren میخواند و از <ng-content>ِ wrapper عبور
|
|
64
|
+
* نمیکند، مصرفکننده آن را بهجای projection از این ورودی میدهد.
|
|
65
|
+
*/
|
|
66
|
+
itemTemplate?: TemplateRef<any>;
|
|
67
|
+
/**
|
|
68
|
+
* در حالتِ متنِ آزاد (اتوکامپلیت)، متنِ تایپشده خودش میتواند مقدار شود و روی commit منتشر میشود؛
|
|
69
|
+
* در حالتِ رابطه (پیشفرض) متنِ آزاد فقط query است و مقدار قبلی بازگردانده میشود.
|
|
70
|
+
*/
|
|
71
|
+
allowFreeText: boolean;
|
|
72
|
+
width: string;
|
|
73
|
+
comboClass: string | string[] | Record<string, boolean>;
|
|
74
|
+
fillControlMode: 'at-least' | 'equal';
|
|
75
|
+
tabOutStrategy: string;
|
|
76
|
+
closeOnOutsideClick: boolean;
|
|
77
|
+
/** انتخابِ نهایی: آبجکتِ رکورد، یا (در حالتِ allowFreeText) رشتهی متنِ آزاد. */
|
|
78
|
+
selectionChange: EventEmitter<any>;
|
|
79
|
+
/** درخواستِ پاککردنِ مقدار (payload خالی از سمتِ کمبو). */
|
|
80
|
+
cleared: EventEmitter<void>;
|
|
81
|
+
openChange: EventEmitter<boolean>;
|
|
82
|
+
dataRequested: EventEmitter<void>;
|
|
83
|
+
dataReceived: EventEmitter<void>;
|
|
84
|
+
fdComboRef: ComboboxComponent;
|
|
85
|
+
readonly comboboxId: string;
|
|
86
|
+
protected readonly _onDestroy$: Subject<void>;
|
|
87
|
+
private readonly _pendingNativeSelectionKeyUps;
|
|
88
|
+
private _pendingNavigationSelection;
|
|
89
|
+
private _commitPendingNavigationSelection;
|
|
90
|
+
private _pointerSelectionInProgress;
|
|
91
|
+
ngAfterViewInit(): void;
|
|
92
|
+
ngOnDestroy(): void;
|
|
93
|
+
onSelectionChange(event: ComboboxSelectionChangeEvent): void;
|
|
94
|
+
onOpenChange(isOpen: boolean): void;
|
|
95
|
+
onComboDataRequested(): void;
|
|
96
|
+
onComboDataReceived(): void;
|
|
97
|
+
/** بستنِ برنامهایِ دراپدان (برای مصرفکننده). */
|
|
98
|
+
close(): void;
|
|
99
|
+
/** بازکردنِ برنامهایِ دراپدان (برای مصرفکننده). */
|
|
100
|
+
open(): void;
|
|
101
|
+
/** بازنویسیِ متنِ نمایشِ کمبو با مقدارِ فعلی (بدون انتشارِ رویداد). */
|
|
102
|
+
restoreDisplay(value?: any): void;
|
|
103
|
+
protected _handleComboInputKeyboard(event: KeyboardEvent): void;
|
|
104
|
+
protected _trackComboListInteraction(event: KeyboardEvent | MouseEvent): void;
|
|
105
|
+
protected _shouldDeferComboSelection(): boolean;
|
|
106
|
+
protected _finalizePendingNavigationSelection(): void;
|
|
107
|
+
protected _resetPendingNavigationSelection(): void;
|
|
108
|
+
protected _isComboOptionTarget(target: EventTarget | null): boolean;
|
|
109
|
+
protected _isComboListTarget(target: Element | null): boolean;
|
|
110
|
+
protected _isComboListVisible(input: HTMLInputElement | null): boolean;
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalComboComponent, never>;
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalComboComponent, "bsu-fundamental-combo", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "value": { "alias": "value"; "required": false; }; "displayKey": { "alias": "displayKey"; "required": false; }; "lookupKey": { "alias": "lookupKey"; "required": false; }; "byline": { "alias": "byline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; "isLtr": { "alias": "isLtr"; "required": false; }; "showDropdownButton": { "alias": "showDropdownButton"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "allowFreeText": { "alias": "allowFreeText"; "required": false; }; "width": { "alias": "width"; "required": false; }; "comboClass": { "alias": "comboClass"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "tabOutStrategy": { "alias": "tabOutStrategy"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; }, { "selectionChange": "selectionChange"; "cleared": "cleared"; "openChange": "openChange"; "dataRequested": "dataRequested"; "dataReceived": "dataReceived"; }, never, ["*"], false, never>;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* DataProviderِ سفارشیِ عمومی که جستجوی fdp-combobox را به یک callback بیرونی پل میزند.
|
|
117
|
+
*
|
|
118
|
+
* نتیجهی جستجو از `fetch` برنمیگردد؛ lifecycle بیرونی (مثلاً ULV یا هر منبع async دیگر)
|
|
119
|
+
* پاسخ را جداگانه اعلام میکند و `FundamentalComboDataSource.push()` آن را روی streamِ پایدار منتشر میکند.
|
|
120
|
+
*
|
|
121
|
+
* این کلاس از `UlvComboDataProvider` رابطهی تکی (MoInfoUlvCombo) استخراج شده تا بین
|
|
122
|
+
* چند wrapper (رابطهی تکی، اتوکامپلیتِ متن، ...) به اشتراک گذاشته شود.
|
|
123
|
+
*/
|
|
124
|
+
declare class FundamentalComboDataProvider<T> extends DataProvider<T> {
|
|
125
|
+
private readonly _onSearch;
|
|
126
|
+
constructor(_onSearch: (query: string) => void);
|
|
127
|
+
request(params: ReadonlyMap<string, any>): void;
|
|
128
|
+
fetch(params: ReadonlyMap<string, any>): Observable<T[]>;
|
|
129
|
+
}
|
|
130
|
+
/** DataSource پایدار که query را به بیرون میفرستد و آخرین پاسخ را منتشر میکند. */
|
|
131
|
+
declare class FundamentalComboDataSource<T> extends ComboBoxDataSource<T> {
|
|
132
|
+
readonly comboProvider: FundamentalComboDataProvider<T>;
|
|
133
|
+
constructor(comboProvider: FundamentalComboDataProvider<T>);
|
|
134
|
+
match(predicate?: string | Map<string, string>): void;
|
|
135
|
+
push(items: T[] | undefined): void;
|
|
136
|
+
}
|
|
30
137
|
|
|
31
138
|
declare class ProgressIndicatorComponent extends BaseComponent {
|
|
32
139
|
constructor();
|
|
@@ -201,7 +308,7 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
201
308
|
simpleInlineEdit: boolean;
|
|
202
309
|
layoutInfo: LayoutSetting;
|
|
203
310
|
groupSummary: boolean;
|
|
204
|
-
protected readonly effectiveReportLayout: i0.WritableSignal<
|
|
311
|
+
protected readonly effectiveReportLayout: i0.WritableSignal<i237.EffectiveReportLayoutPolicy>;
|
|
205
312
|
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder | null;
|
|
206
313
|
/** Built in field initializer so `toObservable` runs in a valid injection context (not inside `ngOnInit`). */
|
|
207
314
|
protected readonly _scrollMode$: Observable<ScrollLayoutMode>;
|
|
@@ -1042,6 +1149,8 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1042
1149
|
y: number;
|
|
1043
1150
|
} | null;
|
|
1044
1151
|
private _freezeForcedFreeColumnSizing;
|
|
1152
|
+
/** وقتی کاربر خودش mode را انتخاب کرد (resize/fit/free)، دیگر auto-resolve دخالت نمیکند. */
|
|
1153
|
+
private _userChoseHeaderMode;
|
|
1045
1154
|
get frozenColumnName(): string | null;
|
|
1046
1155
|
get hasFrozenColumn(): boolean;
|
|
1047
1156
|
ngOnInit(): void;
|
|
@@ -1064,6 +1173,8 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1064
1173
|
onSetTableHeaderDom(dom: any): void;
|
|
1065
1174
|
onRowReorderMoved(event: CdkDragMove): void;
|
|
1066
1175
|
onRowReorderEnded(event: CdkDragEnd): void;
|
|
1176
|
+
/** ارزیابیِ دوبارهی حالتِ هدر بر اساسِ عرضِ کانتینر (فقط در حالتِ auto، نه انتخابِ دستی). */
|
|
1177
|
+
protected _recomputeAutoLayout(): void;
|
|
1067
1178
|
protected _findReorderTargetIndex(point: {
|
|
1068
1179
|
x: number;
|
|
1069
1180
|
y: number;
|
|
@@ -1074,6 +1185,14 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1074
1185
|
protected _raiseRecordReorder(sourceMoId: string, aboveTargetMoId: string | null, previousList: MetaobjectDataModel[]): void;
|
|
1075
1186
|
protected onVisible(): void;
|
|
1076
1187
|
protected _fireResizeChanged(): void;
|
|
1188
|
+
/**
|
|
1189
|
+
* وقتی کاربر mode را دستی انتخاب نکرده و نه freeze/free-size/pop-in فعال است،
|
|
1190
|
+
* بر اساسِ عرضِ کانتینر تصمیم میگیرد: اگر ≥۲ ستون بیش از ۳۰٪ پنهان میمانند →
|
|
1191
|
+
* FreeColumnSize (اسکرولِ افقی)، وگرنه FitToContainer. یک ستونِ outlier جدول را اسکرولی نمیکند.
|
|
1192
|
+
*/
|
|
1193
|
+
protected _resolveAutoHeaderMode(): void;
|
|
1194
|
+
/** عرضِ ستونهای غیرِداده (انتخاب/چکباکس + منوی زمینه + دکمهی view) که از فضای ستونهای داده کم میشود. */
|
|
1195
|
+
protected _reservedNonDataWidth(): number;
|
|
1077
1196
|
protected _calculateColumnsWidth(moDataList: MetaobjectDataModel[], columns: ReportViewColumn[]): void;
|
|
1078
1197
|
protected _fitToColumn(moDataList: any, columns: any): void;
|
|
1079
1198
|
protected _fitToRowContentColumn(moDataList: MetaobjectDataModel[], columns: ReportViewColumn[]): void;
|
|
@@ -1463,6 +1582,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1463
1582
|
ulvHeightSize: number;
|
|
1464
1583
|
showToolbarBorder: boolean;
|
|
1465
1584
|
sideContentMode: boolean;
|
|
1585
|
+
ulvBoxShadowEnabled: boolean;
|
|
1466
1586
|
mainContentWidth: string;
|
|
1467
1587
|
toggleMultiSelect: EventEmitter<void>;
|
|
1468
1588
|
groupbyClick: EventEmitter<string>;
|
|
@@ -1513,6 +1633,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1513
1633
|
private _collapsed;
|
|
1514
1634
|
FnHandleUlvToolbarEvents: (ulvToolbar: UlvToolbarComponent) => void;
|
|
1515
1635
|
FnHandleUlvPagingEvents: (ulvPaging: UlvPagingComponent) => void;
|
|
1636
|
+
get showSearchPanel(): boolean;
|
|
1516
1637
|
ngOnInit(): void;
|
|
1517
1638
|
ngAfterViewInit(): void;
|
|
1518
1639
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1532,11 +1653,12 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1532
1653
|
onPageChange(e: number): void;
|
|
1533
1654
|
onSelectSearchPanelSettings(selectedSearchPanelSettingsId: string, popover: any): void;
|
|
1534
1655
|
SetUiViewerSelector(uiViewerSelector: any): void;
|
|
1656
|
+
protected _refreshBoxShadow(ulvBoxShadowEnabled: boolean): void;
|
|
1535
1657
|
protected _refreshSize(): void;
|
|
1536
1658
|
protected _handleRefreshSize(): void;
|
|
1537
1659
|
private _setBackground;
|
|
1538
1660
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaUlvMainComponent, never>;
|
|
1539
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "component": { "alias": "component"; "required": false; }; "viewerControl": { "alias": "viewerControl"; "required": false; }; "hideViewerLoading": { "alias": "hideViewerLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "hidePaging": { "alias": "hidePaging"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "cssBackground": { "alias": "cssBackground"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "shortcuts": { "alias": "shortcuts"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideUlvPageTitle": { "alias": "hideUlvPageTitle"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "toolbarSettings": { "alias": "toolbarSettings"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "viewSettings": { "alias": "viewSettings"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "allowGridColumnSort": { "alias": "allowGridColumnSort"; "required": false; }; "useLayoutItemTextForControl": { "alias": "useLayoutItemTextForControl"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "access": { "alias": "access"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "toolbarButtonsReportView": { "alias": "toolbarButtonsReportView"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "gridSetting": { "alias": "gridSetting"; "required": false; }; "viewCollection": { "alias": "viewCollection"; "required": false; }; "reportView": { "alias": "reportView"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "hiddenOverflowContent": { "alias": "hiddenOverflowContent"; "required": false; }; "cls": { "alias": "cls"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "ulvHeightSize": { "alias": "ulvHeightSize"; "required": false; }; "showToolbarBorder": { "alias": "showToolbarBorder"; "required": false; }; "sideContentMode": { "alias": "sideContentMode"; "required": false; }; "mainContentWidth": { "alias": "mainContentWidth"; "required": false; }; }, { "toggleMultiSelect": "toggleMultiSelect"; "groupbyClick": "groupbyClick"; "sortClick": "sortClick"; "columnClick": "columnClick"; "editModeClick": "editModeClick"; "viewClick": "viewClick"; "createNewInlineMo": "createNewInlineMo"; "contentHeightChange": "contentHeightChange"; "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
1661
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaUlvMainComponent, "bsu-barsa-ulv-main", never, { "component": { "alias": "component"; "required": false; }; "viewerControl": { "alias": "viewerControl"; "required": false; }; "hideViewerLoading": { "alias": "hideViewerLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "hidePaging": { "alias": "hidePaging"; "required": false; }; "viewerLoading": { "alias": "viewerLoading"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "cssBackground": { "alias": "cssBackground"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "shortcuts": { "alias": "shortcuts"; "required": false; }; "title": { "alias": "title"; "required": false; }; "searchPanelUi": { "alias": "searchPanelUi"; "required": false; }; "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "allSearchPanelSettings": { "alias": "allSearchPanelSettings"; "required": false; }; "isAnonymous": { "alias": "isAnonymous"; "required": false; }; "canSaveGridSetting": { "alias": "canSaveGridSetting"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideUlvPageTitle": { "alias": "hideUlvPageTitle"; "required": false; }; "selectedSearchPanelSettings": { "alias": "selectedSearchPanelSettings"; "required": false; }; "searchPanelMoChanged": { "alias": "searchPanelMoChanged"; "required": false; }; "selectedSearchPanelSettingsId": { "alias": "selectedSearchPanelSettingsId"; "required": false; }; "hideSearchPanel": { "alias": "hideSearchPanel"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "context": { "alias": "context"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "toolbarSettings": { "alias": "toolbarSettings"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "viewSettings": { "alias": "viewSettings"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "allowGridColumnSort": { "alias": "allowGridColumnSort"; "required": false; }; "useLayoutItemTextForControl": { "alias": "useLayoutItemTextForControl"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "access": { "alias": "access"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "toolbarButtonsReportView": { "alias": "toolbarButtonsReportView"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "gridSetting": { "alias": "gridSetting"; "required": false; }; "viewCollection": { "alias": "viewCollection"; "required": false; }; "reportView": { "alias": "reportView"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "hiddenOverflowContent": { "alias": "hiddenOverflowContent"; "required": false; }; "cls": { "alias": "cls"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "ulvHeightSize": { "alias": "ulvHeightSize"; "required": false; }; "showToolbarBorder": { "alias": "showToolbarBorder"; "required": false; }; "sideContentMode": { "alias": "sideContentMode"; "required": false; }; "ulvBoxShadowEnabled": { "alias": "ulvBoxShadowEnabled"; "required": false; }; "mainContentWidth": { "alias": "mainContentWidth"; "required": false; }; }, { "toggleMultiSelect": "toggleMultiSelect"; "groupbyClick": "groupbyClick"; "sortClick": "sortClick"; "columnClick": "columnClick"; "editModeClick": "editModeClick"; "viewClick": "viewClick"; "createNewInlineMo": "createNewInlineMo"; "contentHeightChange": "contentHeightChange"; "closeEvent": "closeEvent"; "searchPanelMoChange": "searchPanelMoChange"; "openManageFilters": "openManageFilters"; "collapsedChange": "collapsedChange"; "hideSearchPanelClick": "hideSearchPanelClick"; "filterSave": "filterSave"; "filterSaveAs": "filterSaveAs"; "pageChange": "pageChange"; "showFilterFieldsSetting": "showFilterFieldsSetting"; "manageFilters": "manageFilters"; "clearSearch": "clearSearch"; "search": "search"; "selectSearchPanelSettings": "selectSearchPanelSettings"; }, never, never, false, never>;
|
|
1540
1662
|
}
|
|
1541
1663
|
|
|
1542
1664
|
declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
@@ -1655,6 +1777,51 @@ declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
|
1655
1777
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiUlvMainUiComponent, "bsu-ui-ulv-main-ui", never, { "context": { "alias": "context"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; }, {}, never, never, false, never>;
|
|
1656
1778
|
}
|
|
1657
1779
|
|
|
1780
|
+
/**
|
|
1781
|
+
* پلِ Angular برای کنترلِ اکستِ `Ui.CustomUlvPopupWindowUi`.
|
|
1782
|
+
*
|
|
1783
|
+
* این کامپوننت خودش چیزی رندر نمیکند؛ فقط به رویدادهای کنترلِ context گوش میدهد:
|
|
1784
|
+
* - ShowWindow → یک دیالوگ باز میکند که Ulv (محتوای رابطهی عکسِ تکیِ لیستی) داخلش نمایش داده میشود.
|
|
1785
|
+
* - CloseWindow / Destroy → دیالوگ را میبندد.
|
|
1786
|
+
*
|
|
1787
|
+
* محتوای دیالوگ همان کنترلِ Ulv سفارشی (`Ui.CustomUlvMainUi`) است که با
|
|
1788
|
+
* `bsu-ui-ulv-main-ui` رندر میشود (همان الگوی ulv-form-multi-select).
|
|
1789
|
+
*
|
|
1790
|
+
* ضمناً تا وقتی دیالوگ باز است، هر فرمی که از داخلِ Ulv باز شود بهصورت دیالوگ (popup) باز میشود نه صفحه؛
|
|
1791
|
+
* چون باز شدن بهصورت صفحه این دیالوگ را میبندد.
|
|
1792
|
+
*/
|
|
1793
|
+
declare class UiUlvPopupWindowUiComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
1794
|
+
/** کنترلِ اکست (Ui.CustomUlvPopupWindowUi) که رویدادهایش را میگیریم. */
|
|
1795
|
+
context: any;
|
|
1796
|
+
dialogContainer: TemplateRef<any>;
|
|
1797
|
+
private _dialogService;
|
|
1798
|
+
private _portalService;
|
|
1799
|
+
private _routingService;
|
|
1800
|
+
private _dialogRef;
|
|
1801
|
+
private _deviceSize;
|
|
1802
|
+
/** RoutingServiceهایی که isOpenedAsModal آنها را موقتاً true کردهایم، بههمراه مقدارِ قبلیشان. */
|
|
1803
|
+
private _toggledRouting;
|
|
1804
|
+
/** ارجاعِ همان handlerها برای un() هنگام تخریب. */
|
|
1805
|
+
private readonly _extListeners;
|
|
1806
|
+
ngOnInit(): void;
|
|
1807
|
+
ngOnDestroy(): void;
|
|
1808
|
+
onClose(): void;
|
|
1809
|
+
private _onShowWindow;
|
|
1810
|
+
private _closeDialog;
|
|
1811
|
+
private _afterDialogClosed;
|
|
1812
|
+
/**
|
|
1813
|
+
* isOpenedAsModal را روی RoutingServiceهای مؤثر true میکند تا فرمهایی که از داخلِ Ulv باز میشوند
|
|
1814
|
+
* مودال (دیالوگ) باز شوند. مسیرِ دابلکلیک/بازکردنِ رکورد از RoutingServiceِ «سیستمِ فعال»
|
|
1815
|
+
* (Bw.FormHandler / Bw.App.GetActiveSystem) عبور میکند که همان چیزی است که
|
|
1816
|
+
* portal.service.ShowFormPanelControl مقدارِ isOpenedAsModal را از آن میخواند.
|
|
1817
|
+
*/
|
|
1818
|
+
private _forceChildFormsModal;
|
|
1819
|
+
/** مقدارِ قبلیِ isOpenedAsModal را برای همهی سرویسهای تغییریافته بازمیگرداند. */
|
|
1820
|
+
private _restoreChildFormsModal;
|
|
1821
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiUlvPopupWindowUiComponent, never>;
|
|
1822
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiUlvPopupWindowUiComponent, "bsu-ui-ulv-popup-window-ui", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1658
1825
|
declare class UiColorUiComponent extends FieldBaseComponent implements OnInit {
|
|
1659
1826
|
isVisibleSwatches: boolean;
|
|
1660
1827
|
selectedColor: string;
|
|
@@ -2231,6 +2398,8 @@ declare class FundamentalDynamicFormComponent extends BaseComponent implements O
|
|
|
2231
2398
|
formContentMaxWidth: number;
|
|
2232
2399
|
formContentJustify: JustifyType;
|
|
2233
2400
|
workflowButtons: any[];
|
|
2401
|
+
/** متنِ نسبیِ زمان آخرین بروزرسانی فرم (خروجی relativeDate در UiFormPanel)؛ آمادهی نمایش. */
|
|
2402
|
+
lastUpdateTime: string;
|
|
2234
2403
|
selectedTab: any;
|
|
2235
2404
|
canFullscreen: boolean;
|
|
2236
2405
|
toolbarShouldOverflow: boolean;
|
|
@@ -2252,7 +2421,7 @@ declare class FundamentalDynamicFormComponent extends BaseComponent implements O
|
|
|
2252
2421
|
protected _refreshSize(): void;
|
|
2253
2422
|
protected _hanldeLayout(): void;
|
|
2254
2423
|
static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalDynamicFormComponent, never>;
|
|
2255
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "infobars": { "alias": "infobars"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "circleAvatar": { "alias": "circleAvatar"; "required": false; }; "hideBreadCrumb": { "alias": "hideBreadCrumb"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideFooter": { "alias": "hideFooter"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "selectedTabPageName": { "alias": "selectedTabPageName"; "required": false; }; "modernTabContainerComponent": { "alias": "modernTabContainerComponent"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "footerDesign": { "alias": "footerDesign"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; "formContentJustify": { "alias": "formContentJustify"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; "fullscreenRequest": "fullscreenRequest"; "dismissInfobar": "dismissInfobar"; }, never, never, false, never>;
|
|
2424
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FundamentalDynamicFormComponent, "bsu-fundamental-dynamic-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "infobars": { "alias": "infobars"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "circleAvatar": { "alias": "circleAvatar"; "required": false; }; "hideBreadCrumb": { "alias": "hideBreadCrumb"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "hideFooter": { "alias": "hideFooter"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "selectedTabPageName": { "alias": "selectedTabPageName"; "required": false; }; "modernTabContainerComponent": { "alias": "modernTabContainerComponent"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "footerDesign": { "alias": "footerDesign"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; "formContentJustify": { "alias": "formContentJustify"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; "lastUpdateTime": { "alias": "lastUpdateTime"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; "fullscreenRequest": "fullscreenRequest"; "dismissInfobar": "dismissInfobar"; }, never, never, false, never>;
|
|
2256
2425
|
}
|
|
2257
2426
|
|
|
2258
2427
|
interface LinearItemMo extends MetaobjectDataModel {
|
|
@@ -2315,6 +2484,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2315
2484
|
protected _executeCommand(): void;
|
|
2316
2485
|
private _setIdsOMoByValue;
|
|
2317
2486
|
private _changeDropDownOpenState;
|
|
2487
|
+
private _clearSearchInput;
|
|
2318
2488
|
private _openUlv;
|
|
2319
2489
|
private _closeDialog;
|
|
2320
2490
|
private _addMoToSelected;
|
|
@@ -2423,8 +2593,15 @@ declare class CaptchaFieldComponent extends FieldBaseComponent {
|
|
|
2423
2593
|
declare class UiTextFieldAutoCompleteComponent extends FieldBaseComponent implements OnInit {
|
|
2424
2594
|
inputTextChanged: Subject<string>;
|
|
2425
2595
|
suggestionList$: Observable<string[]>;
|
|
2426
|
-
|
|
2427
|
-
|
|
2596
|
+
readonly comboDataProvider: FundamentalComboDataProvider<string>;
|
|
2597
|
+
readonly comboDataSource: FundamentalComboDataSource<string>;
|
|
2598
|
+
ngOnInit(): void;
|
|
2599
|
+
/** انتخابِ یک پیشنهاد از دراپدان، یا commitِ متنِ آزاد روی blur/Enter. */
|
|
2600
|
+
onComboSelection(value: string): void;
|
|
2601
|
+
onComboCleared(): void;
|
|
2602
|
+
/** ورودیِ زندهی کاربر هم مقدارِ فیلد است و هم محرکِ جستجوی پیشنهادها. */
|
|
2603
|
+
private _onSearchQuery;
|
|
2604
|
+
private _commitValue;
|
|
2428
2605
|
private _createUlvParams;
|
|
2429
2606
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldAutoCompleteComponent, never>;
|
|
2430
2607
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldAutoCompleteComponent, "bsu-ui-text-field-auto-complete", never, {}, {}, never, never, false, never>;
|
|
@@ -2638,6 +2815,9 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2638
2815
|
imageLoaded: EventEmitter<any>;
|
|
2639
2816
|
_height: string | null;
|
|
2640
2817
|
hideContent: i0.WritableSignal<boolean>;
|
|
2818
|
+
showImageLoadingPlaceholder: i0.WritableSignal<boolean>;
|
|
2819
|
+
imageIsLoading: i0.WritableSignal<boolean>;
|
|
2820
|
+
readonly imageLoadingDelayMs = 500;
|
|
2641
2821
|
sceneConfig: {
|
|
2642
2822
|
scene: {
|
|
2643
2823
|
url: string;
|
|
@@ -2651,17 +2831,26 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2651
2831
|
type: string;
|
|
2652
2832
|
private _picFieldSrc;
|
|
2653
2833
|
private _renderer2;
|
|
2834
|
+
private _imageLoadingTimer;
|
|
2654
2835
|
ngOnInit(): void;
|
|
2655
2836
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2837
|
+
ngOnDestroy(): void;
|
|
2656
2838
|
Rotate(): void;
|
|
2839
|
+
onImageLoadStarted(): void;
|
|
2840
|
+
onImageLoaded(): void;
|
|
2841
|
+
onImageLoadError(): void;
|
|
2657
2842
|
private _prepare;
|
|
2843
|
+
private _resetImageLoadingState;
|
|
2844
|
+
private _clearImageLoadingTimer;
|
|
2658
2845
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileViewerContentComponent, never>;
|
|
2659
2846
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileViewerContentComponent, "bsu-file-viewer-content", never, { "fillWidth": { "alias": "fillWidth"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "imageOnly": { "alias": "imageOnly"; "required": false; }; "isImageGallery": { "alias": "isImageGallery"; "required": false; }; "cardMode": { "alias": "cardMode"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "showContent": { "alias": "showContent"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "width": { "alias": "width"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cardContentHeight": { "alias": "cardContentHeight"; "required": false; }; "file": { "alias": "file"; "required": false; }; "isThumbnail": { "alias": "isThumbnail"; "required": false; }; }, { "cantView": "cantView"; "imageLoaded": "imageLoaded"; }, never, never, false, never>;
|
|
2660
2847
|
}
|
|
2661
2848
|
|
|
2662
2849
|
declare class FileGalleryViewerComponent extends BaseComponent {
|
|
2663
2850
|
listOfFileViewerContent: QueryList<FileViewerContentComponent>;
|
|
2664
|
-
|
|
2851
|
+
galleryContainer: ElementRef<HTMLElement>;
|
|
2852
|
+
set thumbnailViewport(viewport: CdkVirtualScrollViewport | undefined);
|
|
2853
|
+
get thumbnailViewport(): CdkVirtualScrollViewport | undefined;
|
|
2665
2854
|
fillWidth: boolean;
|
|
2666
2855
|
zoom: 'zoom1' | 'zoom1-5' | 'zoom2';
|
|
2667
2856
|
deviceSize: AbbrevationDeviceSize;
|
|
@@ -2681,23 +2870,34 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2681
2870
|
OldIndex: number;
|
|
2682
2871
|
NewIndex: number;
|
|
2683
2872
|
}>;
|
|
2684
|
-
|
|
2685
|
-
|
|
2873
|
+
readonly thumbnailItemSize = 112;
|
|
2874
|
+
readonly thumbnailMinBufferPx = 224;
|
|
2875
|
+
readonly thumbnailMaxBufferPx = 448;
|
|
2876
|
+
thumbnailFiles: FileAttachmentInfo[];
|
|
2686
2877
|
protected _renderer2: Renderer2;
|
|
2687
2878
|
protected _selectedIdChange$: Subject<string>;
|
|
2879
|
+
private _thumbnailViewport;
|
|
2880
|
+
private _thumbnailViewportRefreshQueued;
|
|
2688
2881
|
/**
|
|
2689
2882
|
*
|
|
2690
2883
|
*/
|
|
2691
2884
|
constructor();
|
|
2692
2885
|
ngOnInit(): void;
|
|
2693
|
-
|
|
2886
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
2694
2887
|
onMedaiClick(media: FileAttachmentInfo): void;
|
|
2695
2888
|
dropItem(event: CdkDragDrop<FileAttachmentInfo[]>): void;
|
|
2696
2889
|
Rotate(): void;
|
|
2890
|
+
isGroupedFile(file: FileAttachmentInfo): boolean;
|
|
2891
|
+
isFirstFileOfGroup(file: FileAttachmentInfo, index: number): boolean;
|
|
2892
|
+
getGroupName(file: FileAttachmentInfo): string;
|
|
2893
|
+
trackByFile(_index: number, file: FileAttachmentInfo): string;
|
|
2894
|
+
get showThumbnailStrip(): boolean;
|
|
2697
2895
|
private _selectedIndexChanged;
|
|
2698
|
-
private
|
|
2896
|
+
private _scrollThumbnailInto;
|
|
2699
2897
|
private _applyIndexChanged;
|
|
2700
|
-
private
|
|
2898
|
+
private _scrollPreviewInto;
|
|
2899
|
+
private _refreshThumbnailFiles;
|
|
2900
|
+
private _scheduleThumbnailViewportRefresh;
|
|
2701
2901
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileGalleryViewerComponent, never>;
|
|
2702
2902
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileGalleryViewerComponent, "bsu-file-gallery-viewer", never, { "fillWidth": { "alias": "fillWidth"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "title": { "alias": "title"; "required": false; }; "files": { "alias": "files"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "isImageGallery": { "alias": "isImageGallery"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "selectedFile": { "alias": "selectedFile"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "scrollToId": { "alias": "scrollToId"; "required": false; }; "selectedId": { "alias": "selectedId"; "required": false; "isSignal": true; }; }, { "selectedIdChange": "selectedIdChange"; "changeOrder": "changeOrder"; }, never, never, false, never>;
|
|
2703
2903
|
}
|
|
@@ -2905,11 +3105,20 @@ declare class UiFormPanelComponent extends FormBaseComponent implements OnInit {
|
|
|
2905
3105
|
hideFooter: boolean;
|
|
2906
3106
|
hideAcceptAndCancel: boolean;
|
|
2907
3107
|
formContentJustify: JustifyType;
|
|
3108
|
+
/** توسط bnrc-form (FormComponent) روی instance ست میشود؛ متد Reload برای بارگذاری مجدد فرم دارد. */
|
|
3109
|
+
FormPanelCtrlr: any;
|
|
3110
|
+
/** زمان آخرین بارگذاری/بروزرسانی فرم؛ به کامپوننتهای پایینتر پاس داده میشود. */
|
|
3111
|
+
lastUpdateTime: WritableSignal<Date>;
|
|
2908
3112
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
2909
3113
|
private _ecap;
|
|
2910
3114
|
private _contentDensityService;
|
|
2911
3115
|
private readonly _scrollLayoutContext;
|
|
2912
3116
|
ngOnInit(): void;
|
|
3117
|
+
/**
|
|
3118
|
+
* بارگذاری مجدد خودکار فرم بر اساس PollingInterval تنظیمات (ساختار hh:mm؛ مثلاً "0.01" = یک دقیقه).
|
|
3119
|
+
* از متد Reload روی FormPanelCtrlr استفاده میکند. صفر/خالی یعنی خاموش.
|
|
3120
|
+
*/
|
|
3121
|
+
protected _startPolling(): void;
|
|
2913
3122
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiFormPanelComponent, never>;
|
|
2914
3123
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiFormPanelComponent, "bsu-ui-form-panel", never, {}, {}, never, never, false, never>;
|
|
2915
3124
|
}
|
|
@@ -2934,6 +3143,8 @@ interface FormPanelSetting extends MetaobjectDataModel {
|
|
|
2934
3143
|
ColXl: number;
|
|
2935
3144
|
ColMd: number;
|
|
2936
3145
|
HResponsiveSettings: UiResponsiveSettings;
|
|
3146
|
+
/** بازهی بارگذاری مجدد خودکار فرم؛ عددِ اعشاریِ ساعت.دقیقه (hh:mm، مثلاً "0.01" = یک دقیقه). صفر/خالی یعنی خاموش. */
|
|
3147
|
+
PollingInterval: string;
|
|
2937
3148
|
}
|
|
2938
3149
|
|
|
2939
3150
|
declare class LayoutWizardComponent extends FormPropsBaseComponent implements OnInit {
|
|
@@ -2945,23 +3156,17 @@ declare class LayoutWizardComponent extends FormPropsBaseComponent implements On
|
|
|
2945
3156
|
maxContentWidth: number;
|
|
2946
3157
|
minTabHeight: number;
|
|
2947
3158
|
wizardStepComponents: QueryList<WizardStepComponent>;
|
|
2948
|
-
wizardEl: ElementRef;
|
|
2949
|
-
_wizardComponent: ElementRef;
|
|
2950
3159
|
arrStatus: WizardStepStatus[];
|
|
2951
3160
|
wizardSize: WizardSize;
|
|
2952
|
-
showFooter: boolean;
|
|
2953
3161
|
preventStepByClick: boolean;
|
|
2954
|
-
sectionDecrease: boolean;
|
|
2955
3162
|
ngOnInit(): void;
|
|
2956
3163
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2957
|
-
ngAfterViewInit(): void;
|
|
2958
3164
|
resizeWorks(): void;
|
|
2959
3165
|
onStatusChange(i: any, e: any): void;
|
|
2960
3166
|
onStepClick(i: any, e: any): void;
|
|
2961
3167
|
refreshLayout(): void;
|
|
2962
3168
|
private _nextStep;
|
|
2963
3169
|
private _previousStep;
|
|
2964
|
-
private setHeightOfFormContent;
|
|
2965
3170
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutWizardComponent, never>;
|
|
2966
3171
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutWizardComponent, "bsu-layout-wizard", never, { "root": { "alias": "root"; "required": false; }; "parentContentRef": { "alias": "parentContentRef"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "minTabHeight": { "alias": "minTabHeight"; "required": false; }; }, {}, never, never, false, never>;
|
|
2967
3172
|
}
|
|
@@ -3380,26 +3585,6 @@ declare class UiMultiSelectComboComponent extends FieldBaseComponent implements
|
|
|
3380
3585
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiMultiSelectComboComponent, "bsu-ui-multi-select-combo", never, {}, {}, never, never, false, never>;
|
|
3381
3586
|
}
|
|
3382
3587
|
|
|
3383
|
-
/**
|
|
3384
|
-
* DataProviderِ سفارشی که جستجوی fdp-combobox را به سرور پل میزند.
|
|
3385
|
-
*
|
|
3386
|
-
* نتیجهی سرور از fetch برنمیگردد، چون lifecycle قدیمی ULV آن را جداگانه اعلام میکند؛
|
|
3387
|
-
* `UlvComboDataSource.push()` همان پاسخ مستقل را روی stream پایدار منتشر میکند.
|
|
3388
|
-
*/
|
|
3389
|
-
declare class UlvComboDataProvider extends DataProvider<MetaobjectDataModel> {
|
|
3390
|
-
private readonly _onSearch;
|
|
3391
|
-
constructor(_onSearch: (query: string) => void);
|
|
3392
|
-
request(params: ReadonlyMap<string, any>): void;
|
|
3393
|
-
fetch(params: ReadonlyMap<string, any>): Observable<MetaobjectDataModel[]>;
|
|
3394
|
-
}
|
|
3395
|
-
/** DataSource پایدار که query را به سرور میفرستد و آخرین پاسخ ULV را منتشر میکند. */
|
|
3396
|
-
declare class UlvComboDataSource extends ComboBoxDataSource<MetaobjectDataModel> {
|
|
3397
|
-
readonly ulvProvider: UlvComboDataProvider;
|
|
3398
|
-
constructor(ulvProvider: UlvComboDataProvider);
|
|
3399
|
-
match(predicate?: string | Map<string, string>): void;
|
|
3400
|
-
push(items: MetaobjectDataModel[] | undefined): void;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
3588
|
interface ComboReportField {
|
|
3404
3589
|
column: ReportViewColumn | null;
|
|
3405
3590
|
value: any;
|
|
@@ -3422,7 +3607,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3422
3607
|
};
|
|
3423
3608
|
Control: any;
|
|
3424
3609
|
UlvMainCtrlr: any;
|
|
3425
|
-
|
|
3610
|
+
comboRef: FundamentalComboComponent;
|
|
3426
3611
|
set UlvUi(value: any);
|
|
3427
3612
|
get UlvUi(): any;
|
|
3428
3613
|
_UlvUi: any;
|
|
@@ -3441,20 +3626,16 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3441
3626
|
isDataLoadedFirstTime: boolean;
|
|
3442
3627
|
valueText: string;
|
|
3443
3628
|
comboItems: MetaobjectDataModel[];
|
|
3444
|
-
readonly comboDataProvider:
|
|
3445
|
-
readonly comboDataSource:
|
|
3629
|
+
readonly comboDataProvider: FundamentalComboDataProvider<MetaobjectDataModel>;
|
|
3630
|
+
readonly comboDataSource: FundamentalComboDataSource<MetaobjectDataModel>;
|
|
3446
3631
|
allColumns: ReportViewColumn[];
|
|
3447
3632
|
hasValue: boolean;
|
|
3448
3633
|
showExtraButtons: i0.WritableSignal<boolean>;
|
|
3449
|
-
|
|
3634
|
+
iconMo: i0.WritableSignal<string>;
|
|
3450
3635
|
private _trigger$;
|
|
3451
3636
|
private _openPopupFormSelectionSource;
|
|
3452
3637
|
private _closeDialogSource;
|
|
3453
3638
|
private _loadingSource;
|
|
3454
|
-
private readonly _pendingNativeSelectionKeyUps;
|
|
3455
|
-
private _pendingNavigationSelection;
|
|
3456
|
-
private _commitPendingNavigationSelection;
|
|
3457
|
-
private _pointerSelectionInProgress;
|
|
3458
3639
|
get hasSearchPanel(): boolean;
|
|
3459
3640
|
get ulvPagingSetting(): PagingSetting | undefined;
|
|
3460
3641
|
onKeyDown(e: any): void;
|
|
@@ -3462,9 +3643,10 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3462
3643
|
ngOnInit(): void;
|
|
3463
3644
|
ngAfterViewInit(): void;
|
|
3464
3645
|
onPageChange(e: number): void;
|
|
3465
|
-
|
|
3646
|
+
onComboSelectionChange(selectedMo: MetaobjectDataModel): void;
|
|
3647
|
+
onComboCleared(): void;
|
|
3466
3648
|
onPageChange2(pageSetting: PagingSetting, e: any): void;
|
|
3467
|
-
|
|
3649
|
+
onComboOpenChange(isOpen: boolean): void;
|
|
3468
3650
|
onComboDataRequested(): void;
|
|
3469
3651
|
onComboDataReceived(): void;
|
|
3470
3652
|
onInputChange2(e: any): void;
|
|
@@ -3494,6 +3676,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3494
3676
|
show: (type: any) => void;
|
|
3495
3677
|
Unmask: (type: any) => void;
|
|
3496
3678
|
getRawValue: () => string;
|
|
3679
|
+
protected _iconUrlChanged(iconUrl: any): void;
|
|
3497
3680
|
protected _handleItemSelect(moDataList: MetaobjectDataModel[], mo: MetaobjectDataModel): void;
|
|
3498
3681
|
protected _setValue(value: any): void;
|
|
3499
3682
|
protected _checkShowExtraButtons(): void;
|
|
@@ -3507,14 +3690,6 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3507
3690
|
protected _setColumns(): void;
|
|
3508
3691
|
protected getReportOptionView(item: MetaobjectDataModel): ComboReportOptionView;
|
|
3509
3692
|
protected _getReportFieldDisplayValue(value: any): any;
|
|
3510
|
-
protected _handleComboInputKeyboard(event: KeyboardEvent): void;
|
|
3511
|
-
protected _trackComboListInteraction(event: KeyboardEvent | MouseEvent): void;
|
|
3512
|
-
protected _shouldDeferComboSelection(): boolean;
|
|
3513
|
-
protected _finalizePendingNavigationSelection(): void;
|
|
3514
|
-
protected _resetPendingNavigationSelection(): void;
|
|
3515
|
-
protected _isComboOptionTarget(target: EventTarget | null): boolean;
|
|
3516
|
-
protected _isComboListTarget(target: Element | null): boolean;
|
|
3517
|
-
protected _isComboListVisible(input: HTMLInputElement | null): boolean;
|
|
3518
3693
|
protected _focus(): void;
|
|
3519
3694
|
protected _raiseSmartChange(value?: string): void;
|
|
3520
3695
|
protected _triggerClick(eventName: any, value?: null): void;
|
|
@@ -3942,10 +4117,10 @@ declare class CardItemComponent extends BaseViewItemPropsComponent implements On
|
|
|
3942
4117
|
}
|
|
3943
4118
|
|
|
3944
4119
|
declare class CardViewContentComponent extends BaseViewContentPropsComponent<UiCardListViewSetting> implements OnInit {
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
4120
|
+
/** تعدادِ کارت در ردیف بهازای هر breakpoint (بر اساس عرضِ کانتینر، نه viewport). */
|
|
4121
|
+
colsConfig: ResponsiveColsConfig;
|
|
4122
|
+
/** span مؤثرِ گرید که directiveِ container-query آن را بهروز میکند. */
|
|
4123
|
+
colSpan: number;
|
|
3949
4124
|
ngOnInit(): void;
|
|
3950
4125
|
onExpandClick(mo: any): void;
|
|
3951
4126
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardViewContentComponent, never>;
|
|
@@ -4002,6 +4177,10 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
4002
4177
|
detailsComponentSetting: any;
|
|
4003
4178
|
enableAlternateRowMode: boolean;
|
|
4004
4179
|
_renderer2: Renderer2;
|
|
4180
|
+
/** آیکن پیشفرض برای fallback وقتی تصویرِ آیکنِ رکورد لود نشود. */
|
|
4181
|
+
readonly defaultObjectIcon = "/assets/Images/A/16/object.png";
|
|
4182
|
+
/** با شکست در لود شدنِ تصویرِ آیکن، به آیکن عمومیِ پیشفرض fallback میکند. */
|
|
4183
|
+
onIconError(event: Event): void;
|
|
4005
4184
|
ngOnInit(): void;
|
|
4006
4185
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4007
4186
|
onReorderMoved(event: CdkDragMove): void;
|
|
@@ -4011,6 +4190,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
4011
4190
|
onColumnKeyEnter(column: ReportViewColumn): void;
|
|
4012
4191
|
onRowDetails(): void;
|
|
4013
4192
|
private _setAlternateRowMode;
|
|
4193
|
+
private _focusNavigationTarget;
|
|
4014
4194
|
private _columnChangeToEditMode;
|
|
4015
4195
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
4016
4196
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; "freezeColumn": { "alias": "freezeColumn"; "required": false; }; }, { "columnSummary": "columnSummary"; "reorderMoved": "reorderMoved"; "reorderEnded": "reorderEnded"; }, never, never, false, never>;
|
|
@@ -4295,6 +4475,163 @@ interface BarsaKeyValueSetting extends MetaobjectDataModel {
|
|
|
4295
4475
|
IsLarge: boolean;
|
|
4296
4476
|
}
|
|
4297
4477
|
|
|
4478
|
+
/**
|
|
4479
|
+
* KPI Card — نمایشِ یک فیلدِ محاسباتیِ عددیِ فرم بهصورتِ کارتِ شاخصِ SAP.
|
|
4480
|
+
* همخانواده با `bsu-barsa-field-key-value`؛ همان قراردادِ «Status expression» را
|
|
4481
|
+
* بازاستفاده میکند ولی خروجی را داخلِ `fd-card` با هدرِ KPI بومیِ SAP رندر میکند.
|
|
4482
|
+
*/
|
|
4483
|
+
declare class BarsaFieldKpiCardComponent extends FieldBaseComponent implements OnInit {
|
|
4484
|
+
/**
|
|
4485
|
+
* نگاشتِ نامِ toneِ semantic → SAP variable (نه رنگِ هگزِ hard-code).
|
|
4486
|
+
* کلید = `Tone$Caption`ِ سرور (lowercase)؛ typoهای رایج هم پوشش داده شدهاند.
|
|
4487
|
+
*/
|
|
4488
|
+
private static readonly TONE_VARS;
|
|
4489
|
+
/** نگاشتِ نامِ toneِ semantic → ObjectStatusِ SAP (برای رنگِ واحد/نشانگرِ روند). */
|
|
4490
|
+
private static readonly TONE_STATUS;
|
|
4491
|
+
parameters: BarsaKpiCardSetting;
|
|
4492
|
+
/** رنگِ semantic عدد (خروجیِ expressionِ Status) */
|
|
4493
|
+
status: ObjectStatus;
|
|
4494
|
+
/** رنگِ semantic نشانگرِ روند */
|
|
4495
|
+
trendStatus: ObjectStatus;
|
|
4496
|
+
/** مقدارِ نهاییِ آمادهی نمایش (بدونِ جداکننده/ارقامِ فارسی) */
|
|
4497
|
+
displayValue: string;
|
|
4498
|
+
/** عنوانِ کارت (override یا caption فیلد) */
|
|
4499
|
+
title: string;
|
|
4500
|
+
/** زیرعنوانِ کارت */
|
|
4501
|
+
subtitle: string;
|
|
4502
|
+
/** glyph نشانگرِ روند یا null اگر روندی تنظیم نشده باشد */
|
|
4503
|
+
trendGlyph: string | null;
|
|
4504
|
+
/** آیکونِ نهایی (trimشده)؛ اگر خالی/whitespace باشد آواتار رندر نمیشود */
|
|
4505
|
+
icon: string;
|
|
4506
|
+
/** خطِ توضیحِ کوچکِ زیرِ عدد */
|
|
4507
|
+
note: string;
|
|
4508
|
+
/** ارجاعِ CSSِ رنگِ tone به یک SAP variable (مثلِ `var(--sapPositiveColor)`) وگرنه null */
|
|
4509
|
+
toneVar: string | null;
|
|
4510
|
+
/** آیا tone معتبری تنظیم شده (گیتِ کلاسِ scss) */
|
|
4511
|
+
hasTone: boolean;
|
|
4512
|
+
/** رنگِ نهاییِ عدد: `ValueColor`ِ دستیِ کاربر مقدم است، وگرنه رنگِ tone */
|
|
4513
|
+
valueColor: string | null;
|
|
4514
|
+
/** آیا کارت افکتِ hover/cursorِ کلیکپذیری بگیرد (affordanceِ فیلترِ آینده) */
|
|
4515
|
+
clickable: boolean;
|
|
4516
|
+
/** حالتِ تأکیدی: پسزمینهی کمرنگِ tone + نوارِ accentِ کناری تا کارت بیشتر توی چشم باشد */
|
|
4517
|
+
emphasis: boolean;
|
|
4518
|
+
private valueNumber;
|
|
4519
|
+
private valueString;
|
|
4520
|
+
ngOnInit(): void;
|
|
4521
|
+
protected _setValue(value: any): void;
|
|
4522
|
+
/** همهی فیلدهای مشتقشدهی نمایش را از روی `value` و `parameters` بازمحاسبه میکند. */
|
|
4523
|
+
private _compute;
|
|
4524
|
+
/**
|
|
4525
|
+
* رنگِ دستیِ «واقعیِ» کاربر را برمیگرداند، وگرنه null.
|
|
4526
|
+
* خالی و `#000000` (پیشفرضِ ستنشدهی color-picker سرور) «ستنشده» محسوب میشوند
|
|
4527
|
+
* تا عدد بتواند رنگِ toneِ وضعیت را بگیرد.
|
|
4528
|
+
*/
|
|
4529
|
+
private _manualColor;
|
|
4530
|
+
/** نامِ toneِ semantic (کیسِ `Tone$Caption`) → SAP variable، وگرنه null. */
|
|
4531
|
+
private _toneVar;
|
|
4532
|
+
/** نامِ toneِ semantic → ObjectStatusِ SAP (برای رنگِ واحد/روند). */
|
|
4533
|
+
private _toneStatus;
|
|
4534
|
+
/**
|
|
4535
|
+
* متنِ پایهی `Note` بهعنوانِ کدِ رانتایم اجرا میشود (رفتارِ خواستهشده)، ولی با
|
|
4536
|
+
* fallbackِ امن به متنِ خام تا اگر `Note` عبارتِ معتبرِ JS نبود، کارت crash نکند.
|
|
4537
|
+
*/
|
|
4538
|
+
private _computeBaseNote;
|
|
4539
|
+
/** اولین وضعیتی که شرطش با مقدارِ فعلی برقرار است، وگرنه null. */
|
|
4540
|
+
private _resolveState;
|
|
4541
|
+
/** آرایهی وضعیتها؛ سازگار با `{ MoDataList: [...] }`ِ سرور و آرایهی خام. */
|
|
4542
|
+
private _statesList;
|
|
4543
|
+
/**
|
|
4544
|
+
* تطابقِ یک وضعیت: اگر `WhenExpression` داشت eval میشود، وگرنه بازهی شاملِ
|
|
4545
|
+
* `MinValue`/`MaxValue`. (نامهای سرور؛ با fallback به `When`/`Min`/`Max`.)
|
|
4546
|
+
*/
|
|
4547
|
+
private _stateMatches;
|
|
4548
|
+
/** eval امنِ شرطِ `When` با `value`ِ عددی در scope؛ خطا → false. */
|
|
4549
|
+
private _evalWhen;
|
|
4550
|
+
/** استخراجِ مقدارِ عددی از `value` (حذفِ LRE و کاراکترهای غیرعددی). */
|
|
4551
|
+
private _numericValue;
|
|
4552
|
+
/** استخراجِ عدد از مقدار، با هندلِ کاراکترِ LRE (کدِ 8234) مثلِ الگوی key-value. */
|
|
4553
|
+
private _normalizeValue;
|
|
4554
|
+
private _computeDisplayValue;
|
|
4555
|
+
private _computeTrend;
|
|
4556
|
+
/**
|
|
4557
|
+
* expressionِ رشتهای را امن eval میکند و یک `ObjectStatus` برمیگرداند.
|
|
4558
|
+
* `value` داخلِ expression با عدد/رشتهی فیلد جایگزین میشود (قراردادِ key-value).
|
|
4559
|
+
* هر خطا → مقدارِ پیشفرض؛ کارت هیچوقت بهخاطرِ expression بد crash نمیکند.
|
|
4560
|
+
*/
|
|
4561
|
+
private _evalStatus;
|
|
4562
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaFieldKpiCardComponent, never>;
|
|
4563
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaFieldKpiCardComponent, "bsu-barsa-field-kpi-card", never, { "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
|
|
4564
|
+
}
|
|
4565
|
+
interface BarsaKpiCardSetting extends MetaobjectDataModel {
|
|
4566
|
+
/** عنوانِ کارت؛ اگر خالی باشد از caption فیلد استفاده میشود */
|
|
4567
|
+
Title?: string;
|
|
4568
|
+
/** زیرعنوان */
|
|
4569
|
+
Subtitle?: string;
|
|
4570
|
+
/** آیکونِ SAP (glyph) کنارِ عنوان */
|
|
4571
|
+
Icon?: string;
|
|
4572
|
+
/** واحدِ نمایشی کنارِ عدد (مثلِ ﷼ یا %) */
|
|
4573
|
+
Unit?: string;
|
|
4574
|
+
/** آیا مقدار عددی است (فعالسازیِ فرمتِ عددی و eval عددی) */
|
|
4575
|
+
IsNumber?: boolean;
|
|
4576
|
+
/** تعدادِ رقمِ اعشار (پیشفرض 0) */
|
|
4577
|
+
DecimalCount?: number;
|
|
4578
|
+
/** نمایشِ عددِ بزرگتر */
|
|
4579
|
+
IsLarge?: boolean;
|
|
4580
|
+
/** expressionِ رنگِ semantic؛ مثلِ `value > 100 ? 'positive' : 'negative'` */
|
|
4581
|
+
Status?: string;
|
|
4582
|
+
/** override دستیِ رنگِ عدد */
|
|
4583
|
+
ValueColor?: string;
|
|
4584
|
+
/**
|
|
4585
|
+
* tone رنگیِ داشبورد (BSUI-002). سرور کدِ enum عددی میفرستد و نامِ semantic در
|
|
4586
|
+
* `Tone$Caption` میآید (مثلِ `success`/`danger`)؛ همان به SAP variable نگاشت میشود.
|
|
4587
|
+
*/
|
|
4588
|
+
Tone?: string;
|
|
4589
|
+
/** خطِ توضیحِ کوچکِ زیرِ عدد، مثلِ «۳ مورد بحرانی» */
|
|
4590
|
+
Note?: string;
|
|
4591
|
+
/** فعالسازیِ افکتِ hover/cursorِ کلیکپذیری (affordanceِ فیلترِ آینده) */
|
|
4592
|
+
Clickable?: boolean;
|
|
4593
|
+
/** حالتِ تأکیدی (نیازمندِ Tone): پسزمینهی کمرنگِ tone + نوارِ accentِ کناری تا کارت بیشتر جلبِ توجه کند */
|
|
4594
|
+
Emphasis?: boolean;
|
|
4595
|
+
/**
|
|
4596
|
+
* وضعیتهای مقدار-محور (BSUI-009): اولین وضعیتی که شرطش با مقدار برقرار شود، بستهی
|
|
4597
|
+
* ظاهریاش (tone/رنگ/متن/تأکید) را روی کارت override میکند. سازگار با `{ MoDataList: [] }`ِ سرور.
|
|
4598
|
+
*/
|
|
4599
|
+
States?: {
|
|
4600
|
+
MoDataList?: KpiState[];
|
|
4601
|
+
} | KpiState[];
|
|
4602
|
+
/** مقدارِ هدف (رزرو برای فازِ گزارش) */
|
|
4603
|
+
Target?: number;
|
|
4604
|
+
/** متنِ انحراف، مثلِ «۷٫۵٪» */
|
|
4605
|
+
Deviation?: string;
|
|
4606
|
+
/** جهتِ روند */
|
|
4607
|
+
TrendDirection?: 'up' | 'down' | 'none';
|
|
4608
|
+
/** expressionِ رنگِ روند؛ اگر خالی باشد از رنگِ عدد استفاده میشود */
|
|
4609
|
+
TrendStatus?: string;
|
|
4610
|
+
/** برچسبِ کنارِ انحراف، مثلِ «نسبت به دوره قبل» */
|
|
4611
|
+
ComparisonText?: string;
|
|
4612
|
+
}
|
|
4613
|
+
/**
|
|
4614
|
+
* یک وضعیتِ مقدار-محورِ کارت (BSUI-009). همهی فیلدها اختیاریاند؛ فقط ستشدهها override میشوند.
|
|
4615
|
+
* شرط: اگر `When` مقدار داشت eval میشود، وگرنه بازهی شاملِ `Min`/`Max`.
|
|
4616
|
+
*/
|
|
4617
|
+
interface KpiState {
|
|
4618
|
+
/** expressionِ شرط با `value`ِ عددی؛ اگر مقدار داشت، مقدم بر بازه است (نامِ سرور) */
|
|
4619
|
+
WhenExpression?: string;
|
|
4620
|
+
/** کفِ بازه (شامل) — فقط وقتی WhenExpression خالی است (نامِ سرور) */
|
|
4621
|
+
MinValue?: number | string;
|
|
4622
|
+
/** سقفِ بازه (شامل) — فقط وقتی WhenExpression خالی است (نامِ سرور) */
|
|
4623
|
+
MaxValue?: number | string;
|
|
4624
|
+
/** toneِ وضعیت؛ نامِ semantic در `State$Caption` میآید (مثلِ `negative`) */
|
|
4625
|
+
Status$Caption?: string;
|
|
4626
|
+
/** رنگِ دستیِ عدد (مقدم بر toneِ SAP) */
|
|
4627
|
+
ValueColor?: string;
|
|
4628
|
+
/** متنِ زیرِ عدد برای این وضعیت */
|
|
4629
|
+
Note?: string;
|
|
4630
|
+
/** حالتِ تأکیدی برای این وضعیت (اینجا با h) */
|
|
4631
|
+
Emphasis?: boolean;
|
|
4632
|
+
[key: string]: any;
|
|
4633
|
+
}
|
|
4634
|
+
|
|
4298
4635
|
declare class BarsaToolbaritemSearchComponent extends BaseFormToolbaritemPropsComponent implements OnInit {
|
|
4299
4636
|
searchMode: boolean;
|
|
4300
4637
|
searchTerm: string;
|
|
@@ -4564,6 +4901,8 @@ declare class BarsaSimpleFormComponent extends BaseComponent implements OnInit,
|
|
|
4564
4901
|
colMd: number;
|
|
4565
4902
|
formContentMaxWidth: number;
|
|
4566
4903
|
formContentJustify: JustifyType;
|
|
4904
|
+
/** متنِ نسبیِ زمان آخرین بروزرسانی فرم (خروجی relativeDate در UiFormPanel)؛ آمادهی نمایش. */
|
|
4905
|
+
lastUpdateTime: string;
|
|
4567
4906
|
titleRef: ViewContainerRef;
|
|
4568
4907
|
headerAvatarRef: TemplateRef<any>;
|
|
4569
4908
|
closeFormTemplate: TemplateRef<any>;
|
|
@@ -4584,7 +4923,7 @@ declare class BarsaSimpleFormComponent extends BaseComponent implements OnInit,
|
|
|
4584
4923
|
_hanldeLayout(): void;
|
|
4585
4924
|
protected _refreshSize(): void;
|
|
4586
4925
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSimpleFormComponent, never>;
|
|
4587
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaSimpleFormComponent, "bsu-barsa-simple-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; "formContentJustify": { "alias": "formContentJustify"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false, never>;
|
|
4926
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaSimpleFormComponent, "bsu-barsa-simple-form", never, { "breadCrumbs": { "alias": "breadCrumbs"; "required": false; }; "toolbarVisible": { "alias": "toolbarVisible"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "layoutActions": { "alias": "layoutActions"; "required": false; }; "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "workflowPanelUi": { "alias": "workflowPanelUi"; "required": false; }; "context": { "alias": "context"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "description": { "alias": "description"; "required": false; }; "facetList": { "alias": "facetList"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "removeHeaderBorder": { "alias": "removeHeaderBorder"; "required": false; }; "removeContentPadding": { "alias": "removeContentPadding"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hidePin": { "alias": "hidePin"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "canSend": { "alias": "canSend"; "required": false; }; "contentIsPage": { "alias": "contentIsPage"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "dirValue": { "alias": "dirValue"; "required": false; }; "landscape": { "alias": "landscape"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "modernTabs": { "alias": "modernTabs"; "required": false; }; "workflowButtons": { "alias": "workflowButtons"; "required": false; }; "layoutGridCol": { "alias": "layoutGridCol"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "formContentMaxWidth": { "alias": "formContentMaxWidth"; "required": false; }; "formContentJustify": { "alias": "formContentJustify"; "required": false; }; "lastUpdateTime": { "alias": "lastUpdateTime"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "workflowChoiceClick": "workflowChoiceClick"; "close": "close"; }, never, never, false, never>;
|
|
4588
4927
|
}
|
|
4589
4928
|
|
|
4590
4929
|
declare class BarsaListLayoutPanelComponent extends LayoutPanelBaseComponent implements OnInit {
|
|
@@ -5463,11 +5802,14 @@ declare class DynamicCommandComponent extends BaseComponent {
|
|
|
5463
5802
|
}
|
|
5464
5803
|
|
|
5465
5804
|
declare class FileCardViewerComponent extends BaseComponent {
|
|
5805
|
+
/**
|
|
5806
|
+
* نگاشتِ تعدادِ ستون به کلاسِ Tailwind — با رشتههای literal تا Tailwind آنها را purge نکند.
|
|
5807
|
+
*/
|
|
5808
|
+
private static readonly COLS_CLASS;
|
|
5466
5809
|
mediaData: Media[];
|
|
5467
5810
|
inDialog: boolean;
|
|
5468
5811
|
disableOrReadonly: boolean;
|
|
5469
5812
|
deviceSize: AbbrevationDeviceSize;
|
|
5470
|
-
uploadingState: IUploadingState | undefined;
|
|
5471
5813
|
uploader: any;
|
|
5472
5814
|
scanMenu: MenuComponent | undefined;
|
|
5473
5815
|
groupList: Array<PictureGroupItem>;
|
|
@@ -5475,13 +5817,17 @@ declare class FileCardViewerComponent extends BaseComponent {
|
|
|
5475
5817
|
rotateMedia: EventEmitter<Media>;
|
|
5476
5818
|
deleteMedia: EventEmitter<string>;
|
|
5477
5819
|
gridColsClass: i0.WritableSignal<string>;
|
|
5820
|
+
/** تعدادِ ستون در ردیف بهازای هر breakpointِ عرضِ کانتینر (نه viewport). */
|
|
5821
|
+
colsConfig: ResponsiveColsConfig;
|
|
5822
|
+
/** آستانههای عرضِ کانتینر متناظر با رفتارِ قبلی (۵۰۰/۸۰۰/۱۱۰۰). */
|
|
5823
|
+
colsBreakpoints: ResponsiveBreakpoints;
|
|
5478
5824
|
protected _renderer2: Renderer2;
|
|
5479
|
-
ResizeRefresh: () => void;
|
|
5480
5825
|
ngOnInit(): void;
|
|
5481
5826
|
onRotate(imgEl: HTMLImageElement, media2: Media): void;
|
|
5482
|
-
|
|
5827
|
+
/** خروجیِ directiveِ container-query را به کلاسِ گریدِ Tailwind تبدیل میکند. */
|
|
5828
|
+
onColsPerRow(cols: number): void;
|
|
5483
5829
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileCardViewerComponent, never>;
|
|
5484
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileCardViewerComponent, "bsu-file-card-viewer", never, { "mediaData": { "alias": "mediaData"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "disableOrReadonly": { "alias": "disableOrReadonly"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "
|
|
5830
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileCardViewerComponent, "bsu-file-card-viewer", never, { "mediaData": { "alias": "mediaData"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "disableOrReadonly": { "alias": "disableOrReadonly"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "uploader": { "alias": "uploader"; "required": false; }; "scanMenu": { "alias": "scanMenu"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; }, { "openUploader": "openUploader"; "rotateMedia": "rotateMedia"; "deleteMedia": "deleteMedia"; }, never, never, false, never>;
|
|
5485
5831
|
}
|
|
5486
5832
|
|
|
5487
5833
|
declare class CardReportNavigatorComponent extends ReportNavigatorComponent {
|
|
@@ -5499,9 +5845,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5499
5845
|
constructor();
|
|
5500
5846
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5501
5847
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
5502
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaThemeInspectorComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective], [typeof i232.CommonModule, typeof i233.FormsModule, typeof i233.ReactiveFormsModule, typeof i234.BarsaNovinRayCoreModule, typeof i235.DragDropModule, typeof i236.CdkTableModule, typeof i237.FundamentalNgxCoreModule, typeof i237.SideNavigationModule, typeof i237.FacetModule, typeof i237.WizardModule, typeof i237.RatingStarLabelPipe, typeof i237.ListGroupPipe, typeof i237.DateTimeFormatPipe, typeof i237.DateFromNowPipe, typeof i237.DateFormatPipe, typeof i237.AvatarIconPipe, typeof i238.ColorSwatchesModule, typeof i239.ColorChromeModule, typeof i240.ClipboardModule, typeof i241.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i243.PdfJsViewerModule, typeof i234.ResizableModule, typeof i244.PlatformComboboxModule, typeof i244.PlatformIconTabBarModule, typeof i237.ContentDensityModule, typeof i245.ScrollingModule, typeof UtilDateToHhMmPipe], [typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaThemeInspectorComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5848
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiModule, [typeof FundamentalComboComponent, typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof UiUlvPopupWindowUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaFieldKpiCardComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaThemeInspectorComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective], [typeof i235.CommonModule, typeof i236.FormsModule, typeof i236.ReactiveFormsModule, typeof i237.BarsaNovinRayCoreModule, typeof i238.DragDropModule, typeof i239.CdkTableModule, typeof i240.FundamentalNgxCoreModule, typeof i240.SideNavigationModule, typeof i240.FacetModule, typeof i240.WizardModule, typeof i240.RatingStarLabelPipe, typeof i240.ListGroupPipe, typeof i240.DateTimeFormatPipe, typeof i240.DateFromNowPipe, typeof i240.DateFormatPipe, typeof i240.AvatarIconPipe, typeof i241.ColorSwatchesModule, typeof i242.ColorChromeModule, typeof i243.ClipboardModule, typeof i244.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i246.PdfJsViewerModule, typeof i237.ResizableModule, typeof i247.PlatformComboboxModule, typeof i247.PlatformIconTabBarModule, typeof i240.ContentDensityModule, typeof i248.ScrollingModule, typeof UtilDateToHhMmPipe], [typeof FundamentalComboComponent, typeof BarsaBarDownloadFileComponent, typeof UiTextFieldComponent, typeof LyLayoutFieldLabelComponent, typeof UiCheckBoxComponent, typeof UiSimpleComboComponent, typeof UiRadioGroupComponent, typeof UiGridComponent, typeof UiMapComponent, typeof LyLayoutContainerOfRootComponent, typeof LyLayoutPanelComponent, typeof UiReadOnlyFieldComponent, typeof UiContainerWithButtonComponent, typeof UiPictureFileComponent, typeof UiMoInfoUlvComboComponent, typeof UiMultiSelectComboComponent, typeof UiNumDecimalUiComponent, typeof UiNumIntUiComponent, typeof UiTimeSpanComponent, typeof UiFileLinearListBoxComponent, typeof LyEmptySpaceComponent, typeof UiSinglePictureComponent, typeof UlvSelectionComponent, typeof UlvToolbarComponent, typeof UlvPagingComponent, typeof UiGridSortSettingComponent, typeof UiGridSortItemComponent, typeof UiGridColumnsComponent, typeof MaskComponent, typeof UiInfoBarPanelComponent, typeof UiFormPanelComponent, typeof UiSearchCommandInfoUiComponent, typeof UlvSettingsComponent, typeof UiTinymceComponent, typeof UiButtonComponent, typeof UiDateTimeComponent, typeof FormDialogComponent, typeof UiMoInfoSubFormUiComponent, typeof ResponsiveToolbarComponent, typeof ResponsiveToolbarRendererComponent, typeof UiTextAreaComponent, typeof LayoutControlComponent, typeof LayoutWizardComponent, typeof FormWizardComponent, typeof FormDialogLessComponent, typeof RichTextStaticComponent, typeof UiPicturesInfoComponent, typeof LyHorizontalLayoutComponent, typeof LyVerticalLayoutComponent, typeof LyTabContainerComponent, typeof LyTabPageComponent, typeof LyLabelComponent, typeof UiMoInfoComboViewerComponent, typeof UlMsgBoxAdapterComponent, typeof UiTreeComponent, typeof HeaderAvatarComponent, typeof UiWorkflowPanelUiComponent, typeof UlvContextMenuComponent, typeof UlLoadingMaskUiComponent, typeof UiTextFieldAutoCompleteComponent, typeof CaptchaFieldComponent, typeof LySimpleLabelComponent, typeof GlobalSearchPanelComponent, typeof GlobalSearchModuleComponent, typeof GlobalSearchComponent, typeof HyperlinkComponent, typeof StaticTextComponent, typeof UlToastAdapterComponent, typeof MessageStripComponent, typeof UiLinearListContainerWithButtonComponent, typeof FundamentalDynamicFormComponent, typeof LayoutActionsComponent, typeof LyLayoutContainerComponent, typeof UiUlvFormMultiSelectUiComponent, typeof UlvFormMultiSelectComponent, typeof UlvColumnSettingsComponent, typeof UlvFilterSettingsComponent, typeof UlvSortSettingsComponent, typeof UlvGroupbySettingsComponent, typeof BarsaListFileLinearComponent, typeof UiPdfViewerComponent, typeof BarsaTinyemceComponent, typeof UiMonacoEditorComponent, typeof BarsaMonacoEditorComponent, typeof BarsaDateTimePickerComponent, typeof BarsaTreeItemComponent, typeof UiSwitchButtonComponent, typeof UiColorUiComponent, typeof LyLineComponent, typeof UiUlvMainUiComponent, typeof UiUlvPopupWindowUiComponent, typeof ManageFiltersReportComponent, typeof ReportSearchFieldsManageComponent, typeof ReportSearchFieldsHiddenSettingsComponent, typeof SearchPanelComponent, typeof ReportSearchPanelSaveComponent, typeof UiGridFilterSettingsComponent, typeof UiGridFilterItemComponent, typeof UiDateRangeExComponent, typeof UlNotifyPopupComponent, typeof UiTableViewComponent, typeof UiListViewComponent, typeof UiCardViewComponent, typeof UiReportContainerComponent, typeof NoDataComponent, typeof BarsaColumnRendererComponent, typeof InlineSaveAndCancelComponent, typeof UiTreeViewComponent, typeof InlineSaveAndCancelComponent, typeof UiCalendarComponent, typeof UiAspReportViewerComponent, typeof UiGraphComponent, typeof UiExceptionFormComponent, typeof UiEditableGridComponent, typeof ColumnMatrixRendererComponent, typeof UiMatrixViewComponent, typeof CustomDateTimeComponent, typeof BarsaAspViewerComponent, typeof FileInDialogComponent, typeof UiMoInfoGeneralObjectUiComponent, typeof UiGanttChartComponent, typeof GanttDhtmlChartViewComponent, typeof ProgressIndicatorComponent, typeof CardViewContentComponent, typeof CardItemComponent, typeof UiCardViewHorizontalGroupComponent, typeof TitleComponent, typeof BarsaUlvMainComponent, typeof ListItemComponent, typeof HtreeCreateNewComponent, typeof BarsaTableHeaderComponent, typeof BarsaTableRowComponent, typeof BarsaTableColumnComponent, typeof BreadcrumbComponent, typeof UiLabelComponent, typeof FormToolbarButtonComponent, typeof BarsaSearchFormComponent, typeof ReportNewTopFormComponent, typeof BarsaNetworkOfflineComponent, typeof FileViewerContentComponent, typeof FileViewerPopoverComponent, typeof FileViewerComponent, typeof BlobViewerComponent, typeof NotificationItemComponent, typeof BarsaCartableTemplateComponent, typeof BarsaCartableGroupComponent, typeof BarsaCartableFormComponent, typeof BarsaColumnIndicatorComponent, typeof BarsaFieldKeyValueComponent, typeof BarsaFieldKpiCardComponent, typeof BarsaToolbaritemSearchComponent, typeof UiHtmlViewerComponent, typeof BarsaPishnamayeshPayamComponent, typeof BarsaTextEllipsisComponent, typeof BarsaListFileLinearGmailComponent, typeof BarsaLinkableItemsPanelComponent, typeof BarsaEnumMenuButtonComponent, typeof BarsaCardLayoutPanelComponent, typeof BarsaHorizontalFlexPanelComponent, typeof BarsaBaseLayoutPanelComponent, typeof BarsaBarPanelComponent, typeof BarsaFormSideContentComponent, typeof BarsaSimpleFormComponent, typeof FormToolbarComponent, typeof BarsaListLayoutPanelComponent, typeof BarsaGridLayoutPanelComponent, typeof BarsaDynamicFieldComponent, typeof UiMultiSelectRadioComponent, typeof UiMultiSelectCheckboxComponent, typeof UiNumIntSliderComponent, typeof UiMultiSelectSliderComponent, typeof UiMultiSelectCardComponent, typeof UiMultiSelectSmileComponent, typeof BarsaReportCheckboxSwitchButtonComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaCardRowPayamComponent, typeof BarsaColumnRowNumberComponent, typeof BarsaQuestionPostComponent, typeof BarsaQuestionAnswerFormComponent, typeof BarsaQuestionAnswerFormAddCommentComponent, typeof BarsaAnswerCardComponent, typeof BarsaQuestionAnswerContentActionsSectionComponent, typeof BarsaQuestionAnswerVoteSectionComponent, typeof BarsaQuestionAnswerCreatorTimeSectionComponent, typeof BarsaQuestionAnswerCommentsSectionComponent, typeof BarsaChipComponent, typeof BarsaTagChipComponent, typeof BarsaReportCardFlexViewComponent, typeof BarsaTagsCategoryRowComponent, typeof BarsaTagCategoriesComponent, typeof BarsaReportOneOfListComponent, typeof BarsaCardRowPayamComponent, typeof BarsaCustomInlineEditComponent, typeof BarsaCustomInlineEditRowComponent, typeof BarsaModalComponent, typeof BarsaTabRouteManagerComponent, typeof BarsaBreadcrumbsComponent, typeof BarsaRowInlineActionlistComponent, typeof UiBpmnViewerComponent, typeof UiNotificationViewComponent, typeof NotificationItemActionsComponent, typeof BarsaFormLayoutPanelComponent, typeof UiReportCarouselViewComponent, typeof BarsaCardBannerComponent, typeof BarsaThemeComponent, typeof BarsaThemeInspectorComponent, typeof BarsaImgSkeletonComponent, typeof BarsaBottomMenuViewComponent, typeof UiSignatureComponent, typeof BarsaMegamenuComponent, typeof UiMapReportComponent, typeof BarsaInfobarsComponent, typeof DynamicCommandComponent, typeof FileGalleryViewerComponent, typeof FileCardViewerComponent, typeof CardReportNavigatorComponent, typeof WizardLayoutDirective, typeof ColRendererDirective, typeof ApplyConditionalFormatsDirective, typeof ReportViewRendererDirective, typeof FullscreenDialogDirective, typeof FullscreenFilesDirective, typeof DownloadFilesDirective, typeof DialogHandlerDirective, typeof TableThDirective, typeof ContentDensityDirective, typeof DarkClassDirective, typeof FixMoreDirective, typeof UploadFileStatusPipe, typeof SapFontPipe, typeof SapFontClassPipe, typeof StringToArrayPipe, typeof NodeHasOneDepthLevelPipe, typeof MatrixValuePipe, typeof DynamicPageSizePipe, typeof SapSizePipe, typeof AvatarGridColPipe, typeof ObjectStatusIconPipe]>;
|
|
5503
5849
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5504
5850
|
}
|
|
5505
5851
|
|
|
5506
|
-
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, BarsaColumnRendererComponent, BarsaColumnRowNumberComponent, BarsaCustomInlineEditComponent, BarsaCustomInlineEditRowComponent, BarsaDateTimePickerComponent, BarsaDynamicFieldComponent, BarsaEnumMenuButtonComponent, BarsaFieldKeyValueComponent, BarsaFormLayoutPanelComponent, BarsaFormSideContentComponent, BarsaGridLayoutPanelComponent, BarsaHorizontalFlexPanelComponent, BarsaImgSkeletonComponent, BarsaInfobarsComponent, BarsaLinkableItemsPanelComponent, BarsaListFileLinearComponent, BarsaListFileLinearGmailComponent, BarsaListLayoutPanelComponent, BarsaMegamenuComponent, BarsaModalComponent, BarsaMonacoEditorComponent, BarsaNetworkOfflineComponent, BarsaPishnamayeshPayamComponent, BarsaQuestionAnswerCommentsSectionComponent, BarsaQuestionAnswerContentActionsSectionComponent, BarsaQuestionAnswerCreatorTimeSectionComponent, BarsaQuestionAnswerFormAddCommentComponent, BarsaQuestionAnswerFormComponent, BarsaQuestionAnswerVoteSectionComponent, BarsaQuestionPostComponent, BarsaReportCardFlexViewComponent, BarsaReportCheckboxSwitchButtonComponent, BarsaReportOneOfListComponent, BarsaRowInlineActionlistComponent, BarsaSapUiModule, BarsaSapUiRoutingModule, BarsaSearchFormComponent, BarsaSimpleFormComponent, BarsaTabRouteManagerComponent, BarsaTableColumnComponent, BarsaTableHeaderComponent, BarsaTableRowComponent, BarsaTagCategoriesComponent, BarsaTagChipComponent, BarsaTagsCategoryRowComponent, BarsaTextEllipsisComponent, BarsaThemeComponent, BarsaThemeInspectorComponent, BarsaTinyemceComponent, BarsaToolbaritemSearchComponent, BarsaTreeItemComponent, BarsaUlvMainComponent, BlobViewerComponent, BreadcrumbComponent, CalendarMonthInfo, CalendarService, CaptchaFieldComponent, CardItemComponent, CardReportNavigatorComponent, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, Day, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileCardViewerComponent, FileGalleryViewerComponent, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixMoreDirective, FormDialogComponent, FormDialogLessComponent, FormToolbarButtonComponent, FormToolbarComponent, FormWizardComponent, FullscreenDialogDirective, FullscreenFilesDirective, FundamentalDynamicFormComponent, GanttDhtmlChartViewComponent, GetFormLayoutGrid, GlobalSearchComponent, GlobalSearchModuleComponent, GlobalSearchPanelComponent, HeaderAvatarComponent, HtreeCreateNewComponent, HyperlinkComponent, IconBusinessSuite, IconTNT, InlineSaveAndCancelComponent, LayoutActionsComponent, LayoutControlComponent, LayoutWizardComponent, ListItemComponent, LyEmptySpaceComponent, LyHorizontalLayoutComponent, LyLabelComponent, LyLayoutContainerComponent, LyLayoutContainerOfRootComponent, LyLayoutFieldLabelComponent, LyLayoutPanelComponent, LyLineComponent, LySimpleLabelComponent, LyTabContainerComponent, LyTabPageComponent, LyVerticalLayoutComponent, ManageFiltersReportComponent, MaskComponent, MatrixValuePipe, MessageStripComponent, NoDataComponent, NodeHasOneDepthLevelPipe, NotificationItemActionsComponent, NotificationItemComponent, ObjectStatusIconPipe, ProgressIndicatorComponent, ReportNewTopFormComponent, ReportSearchFieldsHiddenSettingsComponent, ReportSearchFieldsManageComponent, ReportSearchPanelSaveComponent, ReportViewRendererDirective, ResponsiveToolbarComponent, ResponsiveToolbarRendererComponent, RichTextColumnController, RichTextFieldController, RichTextStaticComponent, SapFontClassPipe, SapFontPipe, SapSizePipe, SapUiReportBaseComponent, SearchPanelComponent, StaticTextComponent, StringToArrayPipe, TableThDirective, TitleComponent, UiAspReportViewerComponent, UiBpmnViewerComponent, UiButtonComponent, UiCalendarComponent, UiCardViewComponent, UiCardViewHorizontalGroupComponent, UiCheckBoxComponent, UiColorUiComponent, UiContainerWithButtonComponent, UiDateRangeExComponent, UiDateTimeComponent, UiEditableGridComponent, UiExceptionFormComponent, UiFileLinearListBoxComponent, UiFormPanelComponent, UiGanttChartComponent, UiGraphComponent, UiGridColumnsComponent, UiGridComponent, UiGridFilterItemComponent, UiGridFilterSettingsComponent, UiGridSortItemComponent, UiGridSortSettingComponent, UiHtmlViewerComponent, UiInfoBarPanelComponent, UiLabelComponent, UiLinearListContainerWithButtonComponent, UiListViewComponent, UiMapComponent, UiMapReportComponent, UiMatrixViewComponent, UiMoInfoComboViewerComponent, UiMoInfoGeneralObjectUiComponent, UiMoInfoSubFormUiComponent, UiMoInfoUlvComboComponent, UiMonacoEditorComponent, UiMultiSelectCardComponent, UiMultiSelectCheckboxComponent, UiMultiSelectComboComponent, UiMultiSelectRadioComponent, UiMultiSelectSliderComponent, UiMultiSelectSmileComponent, UiNotificationViewComponent, UiNumDecimalUiComponent, UiNumIntSliderComponent, UiNumIntUiComponent, UiPdfViewerComponent, UiPictureFileComponent, UiPicturesInfoComponent, UiRadioGroupComponent, UiReadOnlyFieldComponent, UiReportCarouselViewComponent, UiReportContainerComponent, UiSearchCommandInfoUiComponent, UiSignatureComponent, UiSimpleComboComponent, UiSinglePictureComponent, UiSwitchButtonComponent, UiTableViewComponent, UiTextAreaComponent, UiTextFieldAutoCompleteComponent, UiTextFieldComponent, UiTimeSpanComponent, UiTinymceComponent, UiTreeComponent, UiTreeViewComponent, UiUlvFormMultiSelectUiComponent, UiUlvMainUiComponent, UiWorkflowPanelUiComponent, UlLoadingMaskUiComponent, UlMsgBoxAdapterComponent, UlNotifyPopupComponent, UlToastAdapterComponent, UlvColumnSettingsComponent, UlvContextMenuComponent, UlvFilterSettingsComponent, UlvFormMultiSelectComponent, UlvGroupbySettingsComponent, UlvPagingComponent, UlvSelectionComponent, UlvSettingsComponent, UlvSortSettingsComponent, UlvToolbarComponent, UploadFileStatusPipe, UtilDateToHhMmPipe, WidthTypeEnum, WizardLayoutDirective, _trimEnd, insertAvatar };
|
|
5852
|
+
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, BarsaColumnRendererComponent, BarsaColumnRowNumberComponent, BarsaCustomInlineEditComponent, BarsaCustomInlineEditRowComponent, BarsaDateTimePickerComponent, BarsaDynamicFieldComponent, BarsaEnumMenuButtonComponent, BarsaFieldKeyValueComponent, BarsaFieldKpiCardComponent, BarsaFormLayoutPanelComponent, BarsaFormSideContentComponent, BarsaGridLayoutPanelComponent, BarsaHorizontalFlexPanelComponent, BarsaImgSkeletonComponent, BarsaInfobarsComponent, BarsaLinkableItemsPanelComponent, BarsaListFileLinearComponent, BarsaListFileLinearGmailComponent, BarsaListLayoutPanelComponent, BarsaMegamenuComponent, BarsaModalComponent, BarsaMonacoEditorComponent, BarsaNetworkOfflineComponent, BarsaPishnamayeshPayamComponent, BarsaQuestionAnswerCommentsSectionComponent, BarsaQuestionAnswerContentActionsSectionComponent, BarsaQuestionAnswerCreatorTimeSectionComponent, BarsaQuestionAnswerFormAddCommentComponent, BarsaQuestionAnswerFormComponent, BarsaQuestionAnswerVoteSectionComponent, BarsaQuestionPostComponent, BarsaReportCardFlexViewComponent, BarsaReportCheckboxSwitchButtonComponent, BarsaReportOneOfListComponent, BarsaRowInlineActionlistComponent, BarsaSapUiModule, BarsaSapUiRoutingModule, BarsaSearchFormComponent, BarsaSimpleFormComponent, BarsaTabRouteManagerComponent, BarsaTableColumnComponent, BarsaTableHeaderComponent, BarsaTableRowComponent, BarsaTagCategoriesComponent, BarsaTagChipComponent, BarsaTagsCategoryRowComponent, BarsaTextEllipsisComponent, BarsaThemeComponent, BarsaThemeInspectorComponent, BarsaTinyemceComponent, BarsaToolbaritemSearchComponent, BarsaTreeItemComponent, BarsaUlvMainComponent, BlobViewerComponent, BreadcrumbComponent, CalendarMonthInfo, CalendarService, CaptchaFieldComponent, CardItemComponent, CardReportNavigatorComponent, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, Day, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileCardViewerComponent, FileGalleryViewerComponent, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixMoreDirective, FormDialogComponent, FormDialogLessComponent, FormToolbarButtonComponent, FormToolbarComponent, FormWizardComponent, FullscreenDialogDirective, FullscreenFilesDirective, FundamentalComboComponent, FundamentalComboDataProvider, FundamentalComboDataSource, FundamentalDynamicFormComponent, GanttDhtmlChartViewComponent, GetFormLayoutGrid, GlobalSearchComponent, GlobalSearchModuleComponent, GlobalSearchPanelComponent, HeaderAvatarComponent, HtreeCreateNewComponent, HyperlinkComponent, IconBusinessSuite, IconTNT, InlineSaveAndCancelComponent, LayoutActionsComponent, LayoutControlComponent, LayoutWizardComponent, ListItemComponent, LyEmptySpaceComponent, LyHorizontalLayoutComponent, LyLabelComponent, LyLayoutContainerComponent, LyLayoutContainerOfRootComponent, LyLayoutFieldLabelComponent, LyLayoutPanelComponent, LyLineComponent, LySimpleLabelComponent, LyTabContainerComponent, LyTabPageComponent, LyVerticalLayoutComponent, ManageFiltersReportComponent, MaskComponent, MatrixValuePipe, MessageStripComponent, NoDataComponent, NodeHasOneDepthLevelPipe, NotificationItemActionsComponent, NotificationItemComponent, ObjectStatusIconPipe, ProgressIndicatorComponent, ReportNewTopFormComponent, ReportSearchFieldsHiddenSettingsComponent, ReportSearchFieldsManageComponent, ReportSearchPanelSaveComponent, ReportViewRendererDirective, ResponsiveToolbarComponent, ResponsiveToolbarRendererComponent, RichTextColumnController, RichTextFieldController, RichTextStaticComponent, SapFontClassPipe, SapFontPipe, SapSizePipe, SapUiReportBaseComponent, SearchPanelComponent, StaticTextComponent, StringToArrayPipe, TableThDirective, TitleComponent, UiAspReportViewerComponent, UiBpmnViewerComponent, UiButtonComponent, UiCalendarComponent, UiCardViewComponent, UiCardViewHorizontalGroupComponent, UiCheckBoxComponent, UiColorUiComponent, UiContainerWithButtonComponent, UiDateRangeExComponent, UiDateTimeComponent, UiEditableGridComponent, UiExceptionFormComponent, UiFileLinearListBoxComponent, UiFormPanelComponent, UiGanttChartComponent, UiGraphComponent, UiGridColumnsComponent, UiGridComponent, UiGridFilterItemComponent, UiGridFilterSettingsComponent, UiGridSortItemComponent, UiGridSortSettingComponent, UiHtmlViewerComponent, UiInfoBarPanelComponent, UiLabelComponent, UiLinearListContainerWithButtonComponent, UiListViewComponent, UiMapComponent, UiMapReportComponent, UiMatrixViewComponent, UiMoInfoComboViewerComponent, UiMoInfoGeneralObjectUiComponent, UiMoInfoSubFormUiComponent, UiMoInfoUlvComboComponent, UiMonacoEditorComponent, UiMultiSelectCardComponent, UiMultiSelectCheckboxComponent, UiMultiSelectComboComponent, UiMultiSelectRadioComponent, UiMultiSelectSliderComponent, UiMultiSelectSmileComponent, UiNotificationViewComponent, UiNumDecimalUiComponent, UiNumIntSliderComponent, UiNumIntUiComponent, UiPdfViewerComponent, UiPictureFileComponent, UiPicturesInfoComponent, UiRadioGroupComponent, UiReadOnlyFieldComponent, UiReportCarouselViewComponent, UiReportContainerComponent, UiSearchCommandInfoUiComponent, UiSignatureComponent, UiSimpleComboComponent, UiSinglePictureComponent, UiSwitchButtonComponent, UiTableViewComponent, UiTextAreaComponent, UiTextFieldAutoCompleteComponent, UiTextFieldComponent, UiTimeSpanComponent, UiTinymceComponent, UiTreeComponent, UiTreeViewComponent, UiUlvFormMultiSelectUiComponent, UiUlvMainUiComponent, UiUlvPopupWindowUiComponent, UiWorkflowPanelUiComponent, UlLoadingMaskUiComponent, UlMsgBoxAdapterComponent, UlNotifyPopupComponent, UlToastAdapterComponent, UlvColumnSettingsComponent, UlvContextMenuComponent, UlvFilterSettingsComponent, UlvFormMultiSelectComponent, UlvGroupbySettingsComponent, UlvPagingComponent, UlvSelectionComponent, UlvSettingsComponent, UlvSortSettingsComponent, UlvToolbarComponent, UploadFileStatusPipe, UtilDateToHhMmPipe, WidthTypeEnum, WizardLayoutDirective, _trimEnd, insertAvatar };
|
|
5507
5853
|
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem, SpecificRangeInputMode, UiDateRangeExParameters };
|