barsa-sap-ui 2.3.167 → 3.0.1
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 +1365 -579
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/barsa-sap-ui.d.ts +412 -82
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, ComponentRef, EnvironmentInjector, WritableSignal, 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;
|
|
@@ -2315,6 +2482,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2315
2482
|
protected _executeCommand(): void;
|
|
2316
2483
|
private _setIdsOMoByValue;
|
|
2317
2484
|
private _changeDropDownOpenState;
|
|
2485
|
+
private _clearSearchInput;
|
|
2318
2486
|
private _openUlv;
|
|
2319
2487
|
private _closeDialog;
|
|
2320
2488
|
private _addMoToSelected;
|
|
@@ -2423,8 +2591,15 @@ declare class CaptchaFieldComponent extends FieldBaseComponent {
|
|
|
2423
2591
|
declare class UiTextFieldAutoCompleteComponent extends FieldBaseComponent implements OnInit {
|
|
2424
2592
|
inputTextChanged: Subject<string>;
|
|
2425
2593
|
suggestionList$: Observable<string[]>;
|
|
2426
|
-
|
|
2427
|
-
|
|
2594
|
+
readonly comboDataProvider: FundamentalComboDataProvider<string>;
|
|
2595
|
+
readonly comboDataSource: FundamentalComboDataSource<string>;
|
|
2596
|
+
ngOnInit(): void;
|
|
2597
|
+
/** انتخابِ یک پیشنهاد از دراپدان، یا commitِ متنِ آزاد روی blur/Enter. */
|
|
2598
|
+
onComboSelection(value: string): void;
|
|
2599
|
+
onComboCleared(): void;
|
|
2600
|
+
/** ورودیِ زندهی کاربر هم مقدارِ فیلد است و هم محرکِ جستجوی پیشنهادها. */
|
|
2601
|
+
private _onSearchQuery;
|
|
2602
|
+
private _commitValue;
|
|
2428
2603
|
private _createUlvParams;
|
|
2429
2604
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldAutoCompleteComponent, never>;
|
|
2430
2605
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldAutoCompleteComponent, "bsu-ui-text-field-auto-complete", never, {}, {}, never, never, false, never>;
|
|
@@ -2638,6 +2813,9 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2638
2813
|
imageLoaded: EventEmitter<any>;
|
|
2639
2814
|
_height: string | null;
|
|
2640
2815
|
hideContent: i0.WritableSignal<boolean>;
|
|
2816
|
+
showImageLoadingPlaceholder: i0.WritableSignal<boolean>;
|
|
2817
|
+
imageIsLoading: i0.WritableSignal<boolean>;
|
|
2818
|
+
readonly imageLoadingDelayMs = 500;
|
|
2641
2819
|
sceneConfig: {
|
|
2642
2820
|
scene: {
|
|
2643
2821
|
url: string;
|
|
@@ -2651,17 +2829,26 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2651
2829
|
type: string;
|
|
2652
2830
|
private _picFieldSrc;
|
|
2653
2831
|
private _renderer2;
|
|
2832
|
+
private _imageLoadingTimer;
|
|
2654
2833
|
ngOnInit(): void;
|
|
2655
2834
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2835
|
+
ngOnDestroy(): void;
|
|
2656
2836
|
Rotate(): void;
|
|
2837
|
+
onImageLoadStarted(): void;
|
|
2838
|
+
onImageLoaded(): void;
|
|
2839
|
+
onImageLoadError(): void;
|
|
2657
2840
|
private _prepare;
|
|
2841
|
+
private _resetImageLoadingState;
|
|
2842
|
+
private _clearImageLoadingTimer;
|
|
2658
2843
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileViewerContentComponent, never>;
|
|
2659
2844
|
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
2845
|
}
|
|
2661
2846
|
|
|
2662
2847
|
declare class FileGalleryViewerComponent extends BaseComponent {
|
|
2663
2848
|
listOfFileViewerContent: QueryList<FileViewerContentComponent>;
|
|
2664
|
-
|
|
2849
|
+
galleryContainer: ElementRef<HTMLElement>;
|
|
2850
|
+
set thumbnailViewport(viewport: CdkVirtualScrollViewport | undefined);
|
|
2851
|
+
get thumbnailViewport(): CdkVirtualScrollViewport | undefined;
|
|
2665
2852
|
fillWidth: boolean;
|
|
2666
2853
|
zoom: 'zoom1' | 'zoom1-5' | 'zoom2';
|
|
2667
2854
|
deviceSize: AbbrevationDeviceSize;
|
|
@@ -2681,23 +2868,34 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2681
2868
|
OldIndex: number;
|
|
2682
2869
|
NewIndex: number;
|
|
2683
2870
|
}>;
|
|
2684
|
-
|
|
2685
|
-
|
|
2871
|
+
readonly thumbnailItemSize = 112;
|
|
2872
|
+
readonly thumbnailMinBufferPx = 224;
|
|
2873
|
+
readonly thumbnailMaxBufferPx = 448;
|
|
2874
|
+
thumbnailFiles: FileAttachmentInfo[];
|
|
2686
2875
|
protected _renderer2: Renderer2;
|
|
2687
2876
|
protected _selectedIdChange$: Subject<string>;
|
|
2877
|
+
private _thumbnailViewport;
|
|
2878
|
+
private _thumbnailViewportRefreshQueued;
|
|
2688
2879
|
/**
|
|
2689
2880
|
*
|
|
2690
2881
|
*/
|
|
2691
2882
|
constructor();
|
|
2692
2883
|
ngOnInit(): void;
|
|
2693
|
-
|
|
2884
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
2694
2885
|
onMedaiClick(media: FileAttachmentInfo): void;
|
|
2695
2886
|
dropItem(event: CdkDragDrop<FileAttachmentInfo[]>): void;
|
|
2696
2887
|
Rotate(): void;
|
|
2888
|
+
isGroupedFile(file: FileAttachmentInfo): boolean;
|
|
2889
|
+
isFirstFileOfGroup(file: FileAttachmentInfo, index: number): boolean;
|
|
2890
|
+
getGroupName(file: FileAttachmentInfo): string;
|
|
2891
|
+
trackByFile(_index: number, file: FileAttachmentInfo): string;
|
|
2892
|
+
get showThumbnailStrip(): boolean;
|
|
2697
2893
|
private _selectedIndexChanged;
|
|
2698
|
-
private
|
|
2894
|
+
private _scrollThumbnailInto;
|
|
2699
2895
|
private _applyIndexChanged;
|
|
2700
|
-
private
|
|
2896
|
+
private _scrollPreviewInto;
|
|
2897
|
+
private _refreshThumbnailFiles;
|
|
2898
|
+
private _scheduleThumbnailViewportRefresh;
|
|
2701
2899
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileGalleryViewerComponent, never>;
|
|
2702
2900
|
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
2901
|
}
|
|
@@ -2945,23 +3143,17 @@ declare class LayoutWizardComponent extends FormPropsBaseComponent implements On
|
|
|
2945
3143
|
maxContentWidth: number;
|
|
2946
3144
|
minTabHeight: number;
|
|
2947
3145
|
wizardStepComponents: QueryList<WizardStepComponent>;
|
|
2948
|
-
wizardEl: ElementRef;
|
|
2949
|
-
_wizardComponent: ElementRef;
|
|
2950
3146
|
arrStatus: WizardStepStatus[];
|
|
2951
3147
|
wizardSize: WizardSize;
|
|
2952
|
-
showFooter: boolean;
|
|
2953
3148
|
preventStepByClick: boolean;
|
|
2954
|
-
sectionDecrease: boolean;
|
|
2955
3149
|
ngOnInit(): void;
|
|
2956
3150
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2957
|
-
ngAfterViewInit(): void;
|
|
2958
3151
|
resizeWorks(): void;
|
|
2959
3152
|
onStatusChange(i: any, e: any): void;
|
|
2960
3153
|
onStepClick(i: any, e: any): void;
|
|
2961
3154
|
refreshLayout(): void;
|
|
2962
3155
|
private _nextStep;
|
|
2963
3156
|
private _previousStep;
|
|
2964
|
-
private setHeightOfFormContent;
|
|
2965
3157
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutWizardComponent, never>;
|
|
2966
3158
|
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
3159
|
}
|
|
@@ -3380,26 +3572,6 @@ declare class UiMultiSelectComboComponent extends FieldBaseComponent implements
|
|
|
3380
3572
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiMultiSelectComboComponent, "bsu-ui-multi-select-combo", never, {}, {}, never, never, false, never>;
|
|
3381
3573
|
}
|
|
3382
3574
|
|
|
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
3575
|
interface ComboReportField {
|
|
3404
3576
|
column: ReportViewColumn | null;
|
|
3405
3577
|
value: any;
|
|
@@ -3422,7 +3594,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3422
3594
|
};
|
|
3423
3595
|
Control: any;
|
|
3424
3596
|
UlvMainCtrlr: any;
|
|
3425
|
-
|
|
3597
|
+
comboRef: FundamentalComboComponent;
|
|
3426
3598
|
set UlvUi(value: any);
|
|
3427
3599
|
get UlvUi(): any;
|
|
3428
3600
|
_UlvUi: any;
|
|
@@ -3441,20 +3613,16 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3441
3613
|
isDataLoadedFirstTime: boolean;
|
|
3442
3614
|
valueText: string;
|
|
3443
3615
|
comboItems: MetaobjectDataModel[];
|
|
3444
|
-
readonly comboDataProvider:
|
|
3445
|
-
readonly comboDataSource:
|
|
3616
|
+
readonly comboDataProvider: FundamentalComboDataProvider<MetaobjectDataModel>;
|
|
3617
|
+
readonly comboDataSource: FundamentalComboDataSource<MetaobjectDataModel>;
|
|
3446
3618
|
allColumns: ReportViewColumn[];
|
|
3447
3619
|
hasValue: boolean;
|
|
3448
3620
|
showExtraButtons: i0.WritableSignal<boolean>;
|
|
3449
|
-
|
|
3621
|
+
iconMo: i0.WritableSignal<string>;
|
|
3450
3622
|
private _trigger$;
|
|
3451
3623
|
private _openPopupFormSelectionSource;
|
|
3452
3624
|
private _closeDialogSource;
|
|
3453
3625
|
private _loadingSource;
|
|
3454
|
-
private readonly _pendingNativeSelectionKeyUps;
|
|
3455
|
-
private _pendingNavigationSelection;
|
|
3456
|
-
private _commitPendingNavigationSelection;
|
|
3457
|
-
private _pointerSelectionInProgress;
|
|
3458
3626
|
get hasSearchPanel(): boolean;
|
|
3459
3627
|
get ulvPagingSetting(): PagingSetting | undefined;
|
|
3460
3628
|
onKeyDown(e: any): void;
|
|
@@ -3462,9 +3630,10 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3462
3630
|
ngOnInit(): void;
|
|
3463
3631
|
ngAfterViewInit(): void;
|
|
3464
3632
|
onPageChange(e: number): void;
|
|
3465
|
-
|
|
3633
|
+
onComboSelectionChange(selectedMo: MetaobjectDataModel): void;
|
|
3634
|
+
onComboCleared(): void;
|
|
3466
3635
|
onPageChange2(pageSetting: PagingSetting, e: any): void;
|
|
3467
|
-
|
|
3636
|
+
onComboOpenChange(isOpen: boolean): void;
|
|
3468
3637
|
onComboDataRequested(): void;
|
|
3469
3638
|
onComboDataReceived(): void;
|
|
3470
3639
|
onInputChange2(e: any): void;
|
|
@@ -3494,6 +3663,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3494
3663
|
show: (type: any) => void;
|
|
3495
3664
|
Unmask: (type: any) => void;
|
|
3496
3665
|
getRawValue: () => string;
|
|
3666
|
+
protected _iconUrlChanged(iconUrl: any): void;
|
|
3497
3667
|
protected _handleItemSelect(moDataList: MetaobjectDataModel[], mo: MetaobjectDataModel): void;
|
|
3498
3668
|
protected _setValue(value: any): void;
|
|
3499
3669
|
protected _checkShowExtraButtons(): void;
|
|
@@ -3507,14 +3677,6 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3507
3677
|
protected _setColumns(): void;
|
|
3508
3678
|
protected getReportOptionView(item: MetaobjectDataModel): ComboReportOptionView;
|
|
3509
3679
|
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
3680
|
protected _focus(): void;
|
|
3519
3681
|
protected _raiseSmartChange(value?: string): void;
|
|
3520
3682
|
protected _triggerClick(eventName: any, value?: null): void;
|
|
@@ -3942,10 +4104,10 @@ declare class CardItemComponent extends BaseViewItemPropsComponent implements On
|
|
|
3942
4104
|
}
|
|
3943
4105
|
|
|
3944
4106
|
declare class CardViewContentComponent extends BaseViewContentPropsComponent<UiCardListViewSetting> implements OnInit {
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
4107
|
+
/** تعدادِ کارت در ردیف بهازای هر breakpoint (بر اساس عرضِ کانتینر، نه viewport). */
|
|
4108
|
+
colsConfig: ResponsiveColsConfig;
|
|
4109
|
+
/** span مؤثرِ گرید که directiveِ container-query آن را بهروز میکند. */
|
|
4110
|
+
colSpan: number;
|
|
3949
4111
|
ngOnInit(): void;
|
|
3950
4112
|
onExpandClick(mo: any): void;
|
|
3951
4113
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardViewContentComponent, never>;
|
|
@@ -4002,6 +4164,10 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
4002
4164
|
detailsComponentSetting: any;
|
|
4003
4165
|
enableAlternateRowMode: boolean;
|
|
4004
4166
|
_renderer2: Renderer2;
|
|
4167
|
+
/** آیکن پیشفرض برای fallback وقتی تصویرِ آیکنِ رکورد لود نشود. */
|
|
4168
|
+
readonly defaultObjectIcon = "/assets/Images/A/16/object.png";
|
|
4169
|
+
/** با شکست در لود شدنِ تصویرِ آیکن، به آیکن عمومیِ پیشفرض fallback میکند. */
|
|
4170
|
+
onIconError(event: Event): void;
|
|
4005
4171
|
ngOnInit(): void;
|
|
4006
4172
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4007
4173
|
onReorderMoved(event: CdkDragMove): void;
|
|
@@ -4295,6 +4461,163 @@ interface BarsaKeyValueSetting extends MetaobjectDataModel {
|
|
|
4295
4461
|
IsLarge: boolean;
|
|
4296
4462
|
}
|
|
4297
4463
|
|
|
4464
|
+
/**
|
|
4465
|
+
* KPI Card — نمایشِ یک فیلدِ محاسباتیِ عددیِ فرم بهصورتِ کارتِ شاخصِ SAP.
|
|
4466
|
+
* همخانواده با `bsu-barsa-field-key-value`؛ همان قراردادِ «Status expression» را
|
|
4467
|
+
* بازاستفاده میکند ولی خروجی را داخلِ `fd-card` با هدرِ KPI بومیِ SAP رندر میکند.
|
|
4468
|
+
*/
|
|
4469
|
+
declare class BarsaFieldKpiCardComponent extends FieldBaseComponent implements OnInit {
|
|
4470
|
+
/**
|
|
4471
|
+
* نگاشتِ نامِ toneِ semantic → SAP variable (نه رنگِ هگزِ hard-code).
|
|
4472
|
+
* کلید = `Tone$Caption`ِ سرور (lowercase)؛ typoهای رایج هم پوشش داده شدهاند.
|
|
4473
|
+
*/
|
|
4474
|
+
private static readonly TONE_VARS;
|
|
4475
|
+
/** نگاشتِ نامِ toneِ semantic → ObjectStatusِ SAP (برای رنگِ واحد/نشانگرِ روند). */
|
|
4476
|
+
private static readonly TONE_STATUS;
|
|
4477
|
+
parameters: BarsaKpiCardSetting;
|
|
4478
|
+
/** رنگِ semantic عدد (خروجیِ expressionِ Status) */
|
|
4479
|
+
status: ObjectStatus;
|
|
4480
|
+
/** رنگِ semantic نشانگرِ روند */
|
|
4481
|
+
trendStatus: ObjectStatus;
|
|
4482
|
+
/** مقدارِ نهاییِ آمادهی نمایش (بدونِ جداکننده/ارقامِ فارسی) */
|
|
4483
|
+
displayValue: string;
|
|
4484
|
+
/** عنوانِ کارت (override یا caption فیلد) */
|
|
4485
|
+
title: string;
|
|
4486
|
+
/** زیرعنوانِ کارت */
|
|
4487
|
+
subtitle: string;
|
|
4488
|
+
/** glyph نشانگرِ روند یا null اگر روندی تنظیم نشده باشد */
|
|
4489
|
+
trendGlyph: string | null;
|
|
4490
|
+
/** آیکونِ نهایی (trimشده)؛ اگر خالی/whitespace باشد آواتار رندر نمیشود */
|
|
4491
|
+
icon: string;
|
|
4492
|
+
/** خطِ توضیحِ کوچکِ زیرِ عدد */
|
|
4493
|
+
note: string;
|
|
4494
|
+
/** ارجاعِ CSSِ رنگِ tone به یک SAP variable (مثلِ `var(--sapPositiveColor)`) وگرنه null */
|
|
4495
|
+
toneVar: string | null;
|
|
4496
|
+
/** آیا tone معتبری تنظیم شده (گیتِ کلاسِ scss) */
|
|
4497
|
+
hasTone: boolean;
|
|
4498
|
+
/** رنگِ نهاییِ عدد: `ValueColor`ِ دستیِ کاربر مقدم است، وگرنه رنگِ tone */
|
|
4499
|
+
valueColor: string | null;
|
|
4500
|
+
/** آیا کارت افکتِ hover/cursorِ کلیکپذیری بگیرد (affordanceِ فیلترِ آینده) */
|
|
4501
|
+
clickable: boolean;
|
|
4502
|
+
/** حالتِ تأکیدی: پسزمینهی کمرنگِ tone + نوارِ accentِ کناری تا کارت بیشتر توی چشم باشد */
|
|
4503
|
+
emphasis: boolean;
|
|
4504
|
+
private valueNumber;
|
|
4505
|
+
private valueString;
|
|
4506
|
+
ngOnInit(): void;
|
|
4507
|
+
protected _setValue(value: any): void;
|
|
4508
|
+
/** همهی فیلدهای مشتقشدهی نمایش را از روی `value` و `parameters` بازمحاسبه میکند. */
|
|
4509
|
+
private _compute;
|
|
4510
|
+
/**
|
|
4511
|
+
* رنگِ دستیِ «واقعیِ» کاربر را برمیگرداند، وگرنه null.
|
|
4512
|
+
* خالی و `#000000` (پیشفرضِ ستنشدهی color-picker سرور) «ستنشده» محسوب میشوند
|
|
4513
|
+
* تا عدد بتواند رنگِ toneِ وضعیت را بگیرد.
|
|
4514
|
+
*/
|
|
4515
|
+
private _manualColor;
|
|
4516
|
+
/** نامِ toneِ semantic (کیسِ `Tone$Caption`) → SAP variable، وگرنه null. */
|
|
4517
|
+
private _toneVar;
|
|
4518
|
+
/** نامِ toneِ semantic → ObjectStatusِ SAP (برای رنگِ واحد/روند). */
|
|
4519
|
+
private _toneStatus;
|
|
4520
|
+
/**
|
|
4521
|
+
* متنِ پایهی `Note` بهعنوانِ کدِ رانتایم اجرا میشود (رفتارِ خواستهشده)، ولی با
|
|
4522
|
+
* fallbackِ امن به متنِ خام تا اگر `Note` عبارتِ معتبرِ JS نبود، کارت crash نکند.
|
|
4523
|
+
*/
|
|
4524
|
+
private _computeBaseNote;
|
|
4525
|
+
/** اولین وضعیتی که شرطش با مقدارِ فعلی برقرار است، وگرنه null. */
|
|
4526
|
+
private _resolveState;
|
|
4527
|
+
/** آرایهی وضعیتها؛ سازگار با `{ MoDataList: [...] }`ِ سرور و آرایهی خام. */
|
|
4528
|
+
private _statesList;
|
|
4529
|
+
/**
|
|
4530
|
+
* تطابقِ یک وضعیت: اگر `WhenExpression` داشت eval میشود، وگرنه بازهی شاملِ
|
|
4531
|
+
* `MinValue`/`MaxValue`. (نامهای سرور؛ با fallback به `When`/`Min`/`Max`.)
|
|
4532
|
+
*/
|
|
4533
|
+
private _stateMatches;
|
|
4534
|
+
/** eval امنِ شرطِ `When` با `value`ِ عددی در scope؛ خطا → false. */
|
|
4535
|
+
private _evalWhen;
|
|
4536
|
+
/** استخراجِ مقدارِ عددی از `value` (حذفِ LRE و کاراکترهای غیرعددی). */
|
|
4537
|
+
private _numericValue;
|
|
4538
|
+
/** استخراجِ عدد از مقدار، با هندلِ کاراکترِ LRE (کدِ 8234) مثلِ الگوی key-value. */
|
|
4539
|
+
private _normalizeValue;
|
|
4540
|
+
private _computeDisplayValue;
|
|
4541
|
+
private _computeTrend;
|
|
4542
|
+
/**
|
|
4543
|
+
* expressionِ رشتهای را امن eval میکند و یک `ObjectStatus` برمیگرداند.
|
|
4544
|
+
* `value` داخلِ expression با عدد/رشتهی فیلد جایگزین میشود (قراردادِ key-value).
|
|
4545
|
+
* هر خطا → مقدارِ پیشفرض؛ کارت هیچوقت بهخاطرِ expression بد crash نمیکند.
|
|
4546
|
+
*/
|
|
4547
|
+
private _evalStatus;
|
|
4548
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaFieldKpiCardComponent, never>;
|
|
4549
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaFieldKpiCardComponent, "bsu-barsa-field-kpi-card", never, { "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
|
|
4550
|
+
}
|
|
4551
|
+
interface BarsaKpiCardSetting extends MetaobjectDataModel {
|
|
4552
|
+
/** عنوانِ کارت؛ اگر خالی باشد از caption فیلد استفاده میشود */
|
|
4553
|
+
Title?: string;
|
|
4554
|
+
/** زیرعنوان */
|
|
4555
|
+
Subtitle?: string;
|
|
4556
|
+
/** آیکونِ SAP (glyph) کنارِ عنوان */
|
|
4557
|
+
Icon?: string;
|
|
4558
|
+
/** واحدِ نمایشی کنارِ عدد (مثلِ ﷼ یا %) */
|
|
4559
|
+
Unit?: string;
|
|
4560
|
+
/** آیا مقدار عددی است (فعالسازیِ فرمتِ عددی و eval عددی) */
|
|
4561
|
+
IsNumber?: boolean;
|
|
4562
|
+
/** تعدادِ رقمِ اعشار (پیشفرض 0) */
|
|
4563
|
+
DecimalCount?: number;
|
|
4564
|
+
/** نمایشِ عددِ بزرگتر */
|
|
4565
|
+
IsLarge?: boolean;
|
|
4566
|
+
/** expressionِ رنگِ semantic؛ مثلِ `value > 100 ? 'positive' : 'negative'` */
|
|
4567
|
+
Status?: string;
|
|
4568
|
+
/** override دستیِ رنگِ عدد */
|
|
4569
|
+
ValueColor?: string;
|
|
4570
|
+
/**
|
|
4571
|
+
* tone رنگیِ داشبورد (BSUI-002). سرور کدِ enum عددی میفرستد و نامِ semantic در
|
|
4572
|
+
* `Tone$Caption` میآید (مثلِ `success`/`danger`)؛ همان به SAP variable نگاشت میشود.
|
|
4573
|
+
*/
|
|
4574
|
+
Tone?: string;
|
|
4575
|
+
/** خطِ توضیحِ کوچکِ زیرِ عدد، مثلِ «۳ مورد بحرانی» */
|
|
4576
|
+
Note?: string;
|
|
4577
|
+
/** فعالسازیِ افکتِ hover/cursorِ کلیکپذیری (affordanceِ فیلترِ آینده) */
|
|
4578
|
+
Clickable?: boolean;
|
|
4579
|
+
/** حالتِ تأکیدی (نیازمندِ Tone): پسزمینهی کمرنگِ tone + نوارِ accentِ کناری تا کارت بیشتر جلبِ توجه کند */
|
|
4580
|
+
Emphasis?: boolean;
|
|
4581
|
+
/**
|
|
4582
|
+
* وضعیتهای مقدار-محور (BSUI-009): اولین وضعیتی که شرطش با مقدار برقرار شود، بستهی
|
|
4583
|
+
* ظاهریاش (tone/رنگ/متن/تأکید) را روی کارت override میکند. سازگار با `{ MoDataList: [] }`ِ سرور.
|
|
4584
|
+
*/
|
|
4585
|
+
States?: {
|
|
4586
|
+
MoDataList?: KpiState[];
|
|
4587
|
+
} | KpiState[];
|
|
4588
|
+
/** مقدارِ هدف (رزرو برای فازِ گزارش) */
|
|
4589
|
+
Target?: number;
|
|
4590
|
+
/** متنِ انحراف، مثلِ «۷٫۵٪» */
|
|
4591
|
+
Deviation?: string;
|
|
4592
|
+
/** جهتِ روند */
|
|
4593
|
+
TrendDirection?: 'up' | 'down' | 'none';
|
|
4594
|
+
/** expressionِ رنگِ روند؛ اگر خالی باشد از رنگِ عدد استفاده میشود */
|
|
4595
|
+
TrendStatus?: string;
|
|
4596
|
+
/** برچسبِ کنارِ انحراف، مثلِ «نسبت به دوره قبل» */
|
|
4597
|
+
ComparisonText?: string;
|
|
4598
|
+
}
|
|
4599
|
+
/**
|
|
4600
|
+
* یک وضعیتِ مقدار-محورِ کارت (BSUI-009). همهی فیلدها اختیاریاند؛ فقط ستشدهها override میشوند.
|
|
4601
|
+
* شرط: اگر `When` مقدار داشت eval میشود، وگرنه بازهی شاملِ `Min`/`Max`.
|
|
4602
|
+
*/
|
|
4603
|
+
interface KpiState {
|
|
4604
|
+
/** expressionِ شرط با `value`ِ عددی؛ اگر مقدار داشت، مقدم بر بازه است (نامِ سرور) */
|
|
4605
|
+
WhenExpression?: string;
|
|
4606
|
+
/** کفِ بازه (شامل) — فقط وقتی WhenExpression خالی است (نامِ سرور) */
|
|
4607
|
+
MinValue?: number | string;
|
|
4608
|
+
/** سقفِ بازه (شامل) — فقط وقتی WhenExpression خالی است (نامِ سرور) */
|
|
4609
|
+
MaxValue?: number | string;
|
|
4610
|
+
/** toneِ وضعیت؛ نامِ semantic در `State$Caption` میآید (مثلِ `negative`) */
|
|
4611
|
+
Status$Caption?: string;
|
|
4612
|
+
/** رنگِ دستیِ عدد (مقدم بر toneِ SAP) */
|
|
4613
|
+
ValueColor?: string;
|
|
4614
|
+
/** متنِ زیرِ عدد برای این وضعیت */
|
|
4615
|
+
Note?: string;
|
|
4616
|
+
/** حالتِ تأکیدی برای این وضعیت (اینجا با h) */
|
|
4617
|
+
Emphasis?: boolean;
|
|
4618
|
+
[key: string]: any;
|
|
4619
|
+
}
|
|
4620
|
+
|
|
4298
4621
|
declare class BarsaToolbaritemSearchComponent extends BaseFormToolbaritemPropsComponent implements OnInit {
|
|
4299
4622
|
searchMode: boolean;
|
|
4300
4623
|
searchTerm: string;
|
|
@@ -5463,11 +5786,14 @@ declare class DynamicCommandComponent extends BaseComponent {
|
|
|
5463
5786
|
}
|
|
5464
5787
|
|
|
5465
5788
|
declare class FileCardViewerComponent extends BaseComponent {
|
|
5789
|
+
/**
|
|
5790
|
+
* نگاشتِ تعدادِ ستون به کلاسِ Tailwind — با رشتههای literal تا Tailwind آنها را purge نکند.
|
|
5791
|
+
*/
|
|
5792
|
+
private static readonly COLS_CLASS;
|
|
5466
5793
|
mediaData: Media[];
|
|
5467
5794
|
inDialog: boolean;
|
|
5468
5795
|
disableOrReadonly: boolean;
|
|
5469
5796
|
deviceSize: AbbrevationDeviceSize;
|
|
5470
|
-
uploadingState: IUploadingState | undefined;
|
|
5471
5797
|
uploader: any;
|
|
5472
5798
|
scanMenu: MenuComponent | undefined;
|
|
5473
5799
|
groupList: Array<PictureGroupItem>;
|
|
@@ -5475,13 +5801,17 @@ declare class FileCardViewerComponent extends BaseComponent {
|
|
|
5475
5801
|
rotateMedia: EventEmitter<Media>;
|
|
5476
5802
|
deleteMedia: EventEmitter<string>;
|
|
5477
5803
|
gridColsClass: i0.WritableSignal<string>;
|
|
5804
|
+
/** تعدادِ ستون در ردیف بهازای هر breakpointِ عرضِ کانتینر (نه viewport). */
|
|
5805
|
+
colsConfig: ResponsiveColsConfig;
|
|
5806
|
+
/** آستانههای عرضِ کانتینر متناظر با رفتارِ قبلی (۵۰۰/۸۰۰/۱۱۰۰). */
|
|
5807
|
+
colsBreakpoints: ResponsiveBreakpoints;
|
|
5478
5808
|
protected _renderer2: Renderer2;
|
|
5479
|
-
ResizeRefresh: () => void;
|
|
5480
5809
|
ngOnInit(): void;
|
|
5481
5810
|
onRotate(imgEl: HTMLImageElement, media2: Media): void;
|
|
5482
|
-
|
|
5811
|
+
/** خروجیِ directiveِ container-query را به کلاسِ گریدِ Tailwind تبدیل میکند. */
|
|
5812
|
+
onColsPerRow(cols: number): void;
|
|
5483
5813
|
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; }; "
|
|
5814
|
+
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
5815
|
}
|
|
5486
5816
|
|
|
5487
5817
|
declare class CardReportNavigatorComponent extends ReportNavigatorComponent {
|
|
@@ -5499,9 +5829,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5499
5829
|
constructor();
|
|
5500
5830
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5501
5831
|
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]>;
|
|
5832
|
+
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
5833
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5504
5834
|
}
|
|
5505
5835
|
|
|
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 };
|
|
5836
|
+
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
5837
|
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem, SpecificRangeInputMode, UiDateRangeExParameters };
|