barsa-sap-ui 2.3.165 → 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 +1508 -595
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/barsa-sap-ui.d.ts +445 -87
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, 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, CultureTypes, 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>;
|
|
@@ -810,7 +917,7 @@ declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiRepo
|
|
|
810
917
|
interface UiTableViewSetting extends UiReportViewBaseSetting {
|
|
811
918
|
FitWidth: boolean;
|
|
812
919
|
GroupSummary: boolean;
|
|
813
|
-
FreezeColumn
|
|
920
|
+
FreezeColumn?: string;
|
|
814
921
|
NoHoriztonalBorders: boolean;
|
|
815
922
|
NoVerticalBorders: boolean;
|
|
816
923
|
NoBorders: boolean;
|
|
@@ -937,6 +1044,7 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
937
1044
|
hasSecondaryColumns: boolean;
|
|
938
1045
|
disableResize: boolean;
|
|
939
1046
|
disableHeaderContextMenu: boolean;
|
|
1047
|
+
freezeColumn: string | null;
|
|
940
1048
|
deviceSize: AbbrevationDeviceSize;
|
|
941
1049
|
tableHeaderMode: TableHeaderWidthMode;
|
|
942
1050
|
allCheckbox: EventEmitter<boolean>;
|
|
@@ -991,7 +1099,7 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
991
1099
|
private _followingCapacity;
|
|
992
1100
|
private _setThWidth;
|
|
993
1101
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableHeaderComponent, never>;
|
|
994
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": { "alias": "allChecked"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "fitWidth": { "alias": "fitWidth"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "contextMenuWidth": { "alias": "contextMenuWidth"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "resizedByUser": { "alias": "resizedByUser"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "hasSecondaryColumns": { "alias": "hasSecondaryColumns"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; "disableHeaderContextMenu": { "alias": "disableHeaderContextMenu"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "tableHeaderMode": { "alias": "tableHeaderMode"; "required": false; }; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "columnResizing": "columnResizing"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "freeColumnSize": "freeColumnSize"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "resetGridSettings": "resetGridSettings"; "headerRender": "headerRender"; }, never, never, false, never>;
|
|
1102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": { "alias": "allChecked"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "fitWidth": { "alias": "fitWidth"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "contextMenuWidth": { "alias": "contextMenuWidth"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "resizedByUser": { "alias": "resizedByUser"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "hasSecondaryColumns": { "alias": "hasSecondaryColumns"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; "disableHeaderContextMenu": { "alias": "disableHeaderContextMenu"; "required": false; }; "freezeColumn": { "alias": "freezeColumn"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "tableHeaderMode": { "alias": "tableHeaderMode"; "required": false; }; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "columnResizing": "columnResizing"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "freeColumnSize": "freeColumnSize"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "resetGridSettings": "resetGridSettings"; "headerRender": "headerRender"; }, never, never, false, never>;
|
|
995
1103
|
}
|
|
996
1104
|
|
|
997
1105
|
declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSetting> implements OnInit, AfterViewInit, OnChanges {
|
|
@@ -1040,6 +1148,11 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1040
1148
|
x: number;
|
|
1041
1149
|
y: number;
|
|
1042
1150
|
} | null;
|
|
1151
|
+
private _freezeForcedFreeColumnSizing;
|
|
1152
|
+
/** وقتی کاربر خودش mode را انتخاب کرد (resize/fit/free)، دیگر auto-resolve دخالت نمیکند. */
|
|
1153
|
+
private _userChoseHeaderMode;
|
|
1154
|
+
get frozenColumnName(): string | null;
|
|
1155
|
+
get hasFrozenColumn(): boolean;
|
|
1043
1156
|
ngOnInit(): void;
|
|
1044
1157
|
ngAfterViewInit(): void;
|
|
1045
1158
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1060,6 +1173,8 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1060
1173
|
onSetTableHeaderDom(dom: any): void;
|
|
1061
1174
|
onRowReorderMoved(event: CdkDragMove): void;
|
|
1062
1175
|
onRowReorderEnded(event: CdkDragEnd): void;
|
|
1176
|
+
/** ارزیابیِ دوبارهی حالتِ هدر بر اساسِ عرضِ کانتینر (فقط در حالتِ auto، نه انتخابِ دستی). */
|
|
1177
|
+
protected _recomputeAutoLayout(): void;
|
|
1063
1178
|
protected _findReorderTargetIndex(point: {
|
|
1064
1179
|
x: number;
|
|
1065
1180
|
y: number;
|
|
@@ -1070,6 +1185,14 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1070
1185
|
protected _raiseRecordReorder(sourceMoId: string, aboveTargetMoId: string | null, previousList: MetaobjectDataModel[]): void;
|
|
1071
1186
|
protected onVisible(): void;
|
|
1072
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;
|
|
1073
1196
|
protected _calculateColumnsWidth(moDataList: MetaobjectDataModel[], columns: ReportViewColumn[]): void;
|
|
1074
1197
|
protected _fitToColumn(moDataList: any, columns: any): void;
|
|
1075
1198
|
protected _fitToRowContentColumn(moDataList: MetaobjectDataModel[], columns: ReportViewColumn[]): void;
|
|
@@ -1080,6 +1203,7 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1080
1203
|
protected _containerWidthChanged(val: number): void;
|
|
1081
1204
|
protected _applyScrollLayoutForContextMode(): void;
|
|
1082
1205
|
private _setParentWidthFit;
|
|
1206
|
+
private _syncFrozenColumnMode;
|
|
1083
1207
|
private _setParentWidthFitToOffsetWidth;
|
|
1084
1208
|
private _setParentWidth;
|
|
1085
1209
|
private _refreshThWidth;
|
|
@@ -1106,18 +1230,36 @@ declare class UlNotifyPopupComponent extends BaseComponent {
|
|
|
1106
1230
|
static ɵcmp: i0.ɵɵComponentDeclaration<UlNotifyPopupComponent, "bsu-ul-notify-popup", never, {}, {}, never, never, false, never>;
|
|
1107
1231
|
}
|
|
1108
1232
|
|
|
1233
|
+
type SpecificRangeInputMode = 'SeparateFields' | 'UnifiedPicker';
|
|
1234
|
+
interface UiDateRangeExParameters extends MetaobjectDataModel {
|
|
1235
|
+
SpecificRangeInputMode?: 0 | 1;
|
|
1236
|
+
SpecificRangeInputMode$Caption?: SpecificRangeInputMode;
|
|
1237
|
+
}
|
|
1238
|
+
type SpecificDateField = 'FirstDate' | 'SecondDate';
|
|
1239
|
+
interface DateTimeInputPicker {
|
|
1240
|
+
onCaptionChanged(value: string): void;
|
|
1241
|
+
}
|
|
1109
1242
|
declare class UiDateRangeExComponent extends FieldBaseComponent implements OnInit {
|
|
1110
1243
|
dateRangePicker: ElementRef<HTMLElement>;
|
|
1111
1244
|
popover: PopoverComponent;
|
|
1245
|
+
parameters: UiDateRangeExParameters | undefined;
|
|
1112
1246
|
valueStr: string;
|
|
1113
1247
|
value: any;
|
|
1248
|
+
firstDate: Date | undefined;
|
|
1249
|
+
secondDate: Date | undefined;
|
|
1114
1250
|
dateRanges: string[];
|
|
1115
1251
|
isOpenPopover: boolean;
|
|
1252
|
+
culture: CultureTypes;
|
|
1253
|
+
readonly dateTimeFormatPattern = "YYYY/MM/DD HH:mm";
|
|
1116
1254
|
protected _dateService: DateService;
|
|
1255
|
+
private _ecap;
|
|
1256
|
+
get specificRangeInputMode(): SpecificRangeInputMode;
|
|
1117
1257
|
get _isValidPopover(): boolean;
|
|
1118
1258
|
ngOnInit(): void;
|
|
1119
1259
|
onDateRangeTypeChange(dateRangeType: any): void;
|
|
1120
1260
|
onDateRangeChange(): void;
|
|
1261
|
+
onSpecificDateChange(field: SpecificDateField, date: Date | undefined): void;
|
|
1262
|
+
onDateTimeInput(event: Event, picker: DateTimeInputPicker): void;
|
|
1121
1263
|
onOpenPopover(): void;
|
|
1122
1264
|
protected _setValue(value: any): void;
|
|
1123
1265
|
private _defaultValue;
|
|
@@ -1135,8 +1277,12 @@ declare class UiDateRangeExComponent extends FieldBaseComponent implements OnIni
|
|
|
1135
1277
|
private _getNextMonth;
|
|
1136
1278
|
private _getNextYear;
|
|
1137
1279
|
private _decorateDateRangePicker;
|
|
1280
|
+
private _normalizeDateTimeInput;
|
|
1281
|
+
private _syncSpecificDates;
|
|
1282
|
+
private _toDate;
|
|
1283
|
+
private _updateSpecificRangeCaption;
|
|
1138
1284
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiDateRangeExComponent, never>;
|
|
1139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UiDateRangeExComponent, "bsu-ui-date-range-ex", never, {}, {}, never, never, false, never>;
|
|
1285
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiDateRangeExComponent, "bsu-ui-date-range-ex", never, { "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
|
|
1140
1286
|
}
|
|
1141
1287
|
|
|
1142
1288
|
declare class UiGridFilterItemComponent extends BaseComponent implements OnInit {
|
|
@@ -1436,6 +1582,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1436
1582
|
ulvHeightSize: number;
|
|
1437
1583
|
showToolbarBorder: boolean;
|
|
1438
1584
|
sideContentMode: boolean;
|
|
1585
|
+
ulvBoxShadowEnabled: boolean;
|
|
1439
1586
|
mainContentWidth: string;
|
|
1440
1587
|
toggleMultiSelect: EventEmitter<void>;
|
|
1441
1588
|
groupbyClick: EventEmitter<string>;
|
|
@@ -1486,6 +1633,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1486
1633
|
private _collapsed;
|
|
1487
1634
|
FnHandleUlvToolbarEvents: (ulvToolbar: UlvToolbarComponent) => void;
|
|
1488
1635
|
FnHandleUlvPagingEvents: (ulvPaging: UlvPagingComponent) => void;
|
|
1636
|
+
get showSearchPanel(): boolean;
|
|
1489
1637
|
ngOnInit(): void;
|
|
1490
1638
|
ngAfterViewInit(): void;
|
|
1491
1639
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1505,11 +1653,12 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
|
|
|
1505
1653
|
onPageChange(e: number): void;
|
|
1506
1654
|
onSelectSearchPanelSettings(selectedSearchPanelSettingsId: string, popover: any): void;
|
|
1507
1655
|
SetUiViewerSelector(uiViewerSelector: any): void;
|
|
1656
|
+
protected _refreshBoxShadow(ulvBoxShadowEnabled: boolean): void;
|
|
1508
1657
|
protected _refreshSize(): void;
|
|
1509
1658
|
protected _handleRefreshSize(): void;
|
|
1510
1659
|
private _setBackground;
|
|
1511
1660
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaUlvMainComponent, never>;
|
|
1512
|
-
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>;
|
|
1513
1662
|
}
|
|
1514
1663
|
|
|
1515
1664
|
declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
@@ -1628,6 +1777,51 @@ declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
|
1628
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>;
|
|
1629
1778
|
}
|
|
1630
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
|
+
|
|
1631
1825
|
declare class UiColorUiComponent extends FieldBaseComponent implements OnInit {
|
|
1632
1826
|
isVisibleSwatches: boolean;
|
|
1633
1827
|
selectedColor: string;
|
|
@@ -2288,6 +2482,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2288
2482
|
protected _executeCommand(): void;
|
|
2289
2483
|
private _setIdsOMoByValue;
|
|
2290
2484
|
private _changeDropDownOpenState;
|
|
2485
|
+
private _clearSearchInput;
|
|
2291
2486
|
private _openUlv;
|
|
2292
2487
|
private _closeDialog;
|
|
2293
2488
|
private _addMoToSelected;
|
|
@@ -2396,8 +2591,15 @@ declare class CaptchaFieldComponent extends FieldBaseComponent {
|
|
|
2396
2591
|
declare class UiTextFieldAutoCompleteComponent extends FieldBaseComponent implements OnInit {
|
|
2397
2592
|
inputTextChanged: Subject<string>;
|
|
2398
2593
|
suggestionList$: Observable<string[]>;
|
|
2399
|
-
|
|
2400
|
-
|
|
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;
|
|
2401
2603
|
private _createUlvParams;
|
|
2402
2604
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldAutoCompleteComponent, never>;
|
|
2403
2605
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldAutoCompleteComponent, "bsu-ui-text-field-auto-complete", never, {}, {}, never, never, false, never>;
|
|
@@ -2611,6 +2813,9 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2611
2813
|
imageLoaded: EventEmitter<any>;
|
|
2612
2814
|
_height: string | null;
|
|
2613
2815
|
hideContent: i0.WritableSignal<boolean>;
|
|
2816
|
+
showImageLoadingPlaceholder: i0.WritableSignal<boolean>;
|
|
2817
|
+
imageIsLoading: i0.WritableSignal<boolean>;
|
|
2818
|
+
readonly imageLoadingDelayMs = 500;
|
|
2614
2819
|
sceneConfig: {
|
|
2615
2820
|
scene: {
|
|
2616
2821
|
url: string;
|
|
@@ -2624,17 +2829,26 @@ declare class FileViewerContentComponent extends BaseComponent {
|
|
|
2624
2829
|
type: string;
|
|
2625
2830
|
private _picFieldSrc;
|
|
2626
2831
|
private _renderer2;
|
|
2832
|
+
private _imageLoadingTimer;
|
|
2627
2833
|
ngOnInit(): void;
|
|
2628
2834
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2835
|
+
ngOnDestroy(): void;
|
|
2629
2836
|
Rotate(): void;
|
|
2837
|
+
onImageLoadStarted(): void;
|
|
2838
|
+
onImageLoaded(): void;
|
|
2839
|
+
onImageLoadError(): void;
|
|
2630
2840
|
private _prepare;
|
|
2841
|
+
private _resetImageLoadingState;
|
|
2842
|
+
private _clearImageLoadingTimer;
|
|
2631
2843
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileViewerContentComponent, never>;
|
|
2632
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>;
|
|
2633
2845
|
}
|
|
2634
2846
|
|
|
2635
2847
|
declare class FileGalleryViewerComponent extends BaseComponent {
|
|
2636
2848
|
listOfFileViewerContent: QueryList<FileViewerContentComponent>;
|
|
2637
|
-
|
|
2849
|
+
galleryContainer: ElementRef<HTMLElement>;
|
|
2850
|
+
set thumbnailViewport(viewport: CdkVirtualScrollViewport | undefined);
|
|
2851
|
+
get thumbnailViewport(): CdkVirtualScrollViewport | undefined;
|
|
2638
2852
|
fillWidth: boolean;
|
|
2639
2853
|
zoom: 'zoom1' | 'zoom1-5' | 'zoom2';
|
|
2640
2854
|
deviceSize: AbbrevationDeviceSize;
|
|
@@ -2654,23 +2868,34 @@ declare class FileGalleryViewerComponent extends BaseComponent {
|
|
|
2654
2868
|
OldIndex: number;
|
|
2655
2869
|
NewIndex: number;
|
|
2656
2870
|
}>;
|
|
2657
|
-
|
|
2658
|
-
|
|
2871
|
+
readonly thumbnailItemSize = 112;
|
|
2872
|
+
readonly thumbnailMinBufferPx = 224;
|
|
2873
|
+
readonly thumbnailMaxBufferPx = 448;
|
|
2874
|
+
thumbnailFiles: FileAttachmentInfo[];
|
|
2659
2875
|
protected _renderer2: Renderer2;
|
|
2660
2876
|
protected _selectedIdChange$: Subject<string>;
|
|
2877
|
+
private _thumbnailViewport;
|
|
2878
|
+
private _thumbnailViewportRefreshQueued;
|
|
2661
2879
|
/**
|
|
2662
2880
|
*
|
|
2663
2881
|
*/
|
|
2664
2882
|
constructor();
|
|
2665
2883
|
ngOnInit(): void;
|
|
2666
|
-
|
|
2884
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
2667
2885
|
onMedaiClick(media: FileAttachmentInfo): void;
|
|
2668
2886
|
dropItem(event: CdkDragDrop<FileAttachmentInfo[]>): void;
|
|
2669
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;
|
|
2670
2893
|
private _selectedIndexChanged;
|
|
2671
|
-
private
|
|
2894
|
+
private _scrollThumbnailInto;
|
|
2672
2895
|
private _applyIndexChanged;
|
|
2673
|
-
private
|
|
2896
|
+
private _scrollPreviewInto;
|
|
2897
|
+
private _refreshThumbnailFiles;
|
|
2898
|
+
private _scheduleThumbnailViewportRefresh;
|
|
2674
2899
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileGalleryViewerComponent, never>;
|
|
2675
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>;
|
|
2676
2901
|
}
|
|
@@ -2918,23 +3143,17 @@ declare class LayoutWizardComponent extends FormPropsBaseComponent implements On
|
|
|
2918
3143
|
maxContentWidth: number;
|
|
2919
3144
|
minTabHeight: number;
|
|
2920
3145
|
wizardStepComponents: QueryList<WizardStepComponent>;
|
|
2921
|
-
wizardEl: ElementRef;
|
|
2922
|
-
_wizardComponent: ElementRef;
|
|
2923
3146
|
arrStatus: WizardStepStatus[];
|
|
2924
3147
|
wizardSize: WizardSize;
|
|
2925
|
-
showFooter: boolean;
|
|
2926
3148
|
preventStepByClick: boolean;
|
|
2927
|
-
sectionDecrease: boolean;
|
|
2928
3149
|
ngOnInit(): void;
|
|
2929
3150
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2930
|
-
ngAfterViewInit(): void;
|
|
2931
3151
|
resizeWorks(): void;
|
|
2932
3152
|
onStatusChange(i: any, e: any): void;
|
|
2933
3153
|
onStepClick(i: any, e: any): void;
|
|
2934
3154
|
refreshLayout(): void;
|
|
2935
3155
|
private _nextStep;
|
|
2936
3156
|
private _previousStep;
|
|
2937
|
-
private setHeightOfFormContent;
|
|
2938
3157
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutWizardComponent, never>;
|
|
2939
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>;
|
|
2940
3159
|
}
|
|
@@ -3353,26 +3572,6 @@ declare class UiMultiSelectComboComponent extends FieldBaseComponent implements
|
|
|
3353
3572
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiMultiSelectComboComponent, "bsu-ui-multi-select-combo", never, {}, {}, never, never, false, never>;
|
|
3354
3573
|
}
|
|
3355
3574
|
|
|
3356
|
-
/**
|
|
3357
|
-
* DataProviderِ سفارشی که جستجوی fdp-combobox را به سرور پل میزند.
|
|
3358
|
-
*
|
|
3359
|
-
* نتیجهی سرور از fetch برنمیگردد، چون lifecycle قدیمی ULV آن را جداگانه اعلام میکند؛
|
|
3360
|
-
* `UlvComboDataSource.push()` همان پاسخ مستقل را روی stream پایدار منتشر میکند.
|
|
3361
|
-
*/
|
|
3362
|
-
declare class UlvComboDataProvider extends DataProvider<MetaobjectDataModel> {
|
|
3363
|
-
private readonly _onSearch;
|
|
3364
|
-
constructor(_onSearch: (query: string) => void);
|
|
3365
|
-
request(params: ReadonlyMap<string, any>): void;
|
|
3366
|
-
fetch(params: ReadonlyMap<string, any>): Observable<MetaobjectDataModel[]>;
|
|
3367
|
-
}
|
|
3368
|
-
/** DataSource پایدار که query را به سرور میفرستد و آخرین پاسخ ULV را منتشر میکند. */
|
|
3369
|
-
declare class UlvComboDataSource extends ComboBoxDataSource<MetaobjectDataModel> {
|
|
3370
|
-
readonly ulvProvider: UlvComboDataProvider;
|
|
3371
|
-
constructor(ulvProvider: UlvComboDataProvider);
|
|
3372
|
-
match(predicate?: string | Map<string, string>): void;
|
|
3373
|
-
push(items: MetaobjectDataModel[] | undefined): void;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
3575
|
interface ComboReportField {
|
|
3377
3576
|
column: ReportViewColumn | null;
|
|
3378
3577
|
value: any;
|
|
@@ -3395,7 +3594,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3395
3594
|
};
|
|
3396
3595
|
Control: any;
|
|
3397
3596
|
UlvMainCtrlr: any;
|
|
3398
|
-
|
|
3597
|
+
comboRef: FundamentalComboComponent;
|
|
3399
3598
|
set UlvUi(value: any);
|
|
3400
3599
|
get UlvUi(): any;
|
|
3401
3600
|
_UlvUi: any;
|
|
@@ -3414,20 +3613,16 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3414
3613
|
isDataLoadedFirstTime: boolean;
|
|
3415
3614
|
valueText: string;
|
|
3416
3615
|
comboItems: MetaobjectDataModel[];
|
|
3417
|
-
readonly comboDataProvider:
|
|
3418
|
-
readonly comboDataSource:
|
|
3616
|
+
readonly comboDataProvider: FundamentalComboDataProvider<MetaobjectDataModel>;
|
|
3617
|
+
readonly comboDataSource: FundamentalComboDataSource<MetaobjectDataModel>;
|
|
3419
3618
|
allColumns: ReportViewColumn[];
|
|
3420
3619
|
hasValue: boolean;
|
|
3421
3620
|
showExtraButtons: i0.WritableSignal<boolean>;
|
|
3422
|
-
|
|
3621
|
+
iconMo: i0.WritableSignal<string>;
|
|
3423
3622
|
private _trigger$;
|
|
3424
3623
|
private _openPopupFormSelectionSource;
|
|
3425
3624
|
private _closeDialogSource;
|
|
3426
3625
|
private _loadingSource;
|
|
3427
|
-
private readonly _pendingNativeSelectionKeyUps;
|
|
3428
|
-
private _pendingNavigationSelection;
|
|
3429
|
-
private _commitPendingNavigationSelection;
|
|
3430
|
-
private _pointerSelectionInProgress;
|
|
3431
3626
|
get hasSearchPanel(): boolean;
|
|
3432
3627
|
get ulvPagingSetting(): PagingSetting | undefined;
|
|
3433
3628
|
onKeyDown(e: any): void;
|
|
@@ -3435,9 +3630,10 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3435
3630
|
ngOnInit(): void;
|
|
3436
3631
|
ngAfterViewInit(): void;
|
|
3437
3632
|
onPageChange(e: number): void;
|
|
3438
|
-
|
|
3633
|
+
onComboSelectionChange(selectedMo: MetaobjectDataModel): void;
|
|
3634
|
+
onComboCleared(): void;
|
|
3439
3635
|
onPageChange2(pageSetting: PagingSetting, e: any): void;
|
|
3440
|
-
|
|
3636
|
+
onComboOpenChange(isOpen: boolean): void;
|
|
3441
3637
|
onComboDataRequested(): void;
|
|
3442
3638
|
onComboDataReceived(): void;
|
|
3443
3639
|
onInputChange2(e: any): void;
|
|
@@ -3467,6 +3663,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3467
3663
|
show: (type: any) => void;
|
|
3468
3664
|
Unmask: (type: any) => void;
|
|
3469
3665
|
getRawValue: () => string;
|
|
3666
|
+
protected _iconUrlChanged(iconUrl: any): void;
|
|
3470
3667
|
protected _handleItemSelect(moDataList: MetaobjectDataModel[], mo: MetaobjectDataModel): void;
|
|
3471
3668
|
protected _setValue(value: any): void;
|
|
3472
3669
|
protected _checkShowExtraButtons(): void;
|
|
@@ -3480,14 +3677,6 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3480
3677
|
protected _setColumns(): void;
|
|
3481
3678
|
protected getReportOptionView(item: MetaobjectDataModel): ComboReportOptionView;
|
|
3482
3679
|
protected _getReportFieldDisplayValue(value: any): any;
|
|
3483
|
-
protected _handleComboInputKeyboard(event: KeyboardEvent): void;
|
|
3484
|
-
protected _trackComboListInteraction(event: KeyboardEvent | MouseEvent): void;
|
|
3485
|
-
protected _shouldDeferComboSelection(): boolean;
|
|
3486
|
-
protected _finalizePendingNavigationSelection(): void;
|
|
3487
|
-
protected _resetPendingNavigationSelection(): void;
|
|
3488
|
-
protected _isComboOptionTarget(target: EventTarget | null): boolean;
|
|
3489
|
-
protected _isComboListTarget(target: Element | null): boolean;
|
|
3490
|
-
protected _isComboListVisible(input: HTMLInputElement | null): boolean;
|
|
3491
3680
|
protected _focus(): void;
|
|
3492
3681
|
protected _raiseSmartChange(value?: string): void;
|
|
3493
3682
|
protected _triggerClick(eventName: any, value?: null): void;
|
|
@@ -3915,10 +4104,10 @@ declare class CardItemComponent extends BaseViewItemPropsComponent implements On
|
|
|
3915
4104
|
}
|
|
3916
4105
|
|
|
3917
4106
|
declare class CardViewContentComponent extends BaseViewContentPropsComponent<UiCardListViewSetting> implements OnInit {
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
4107
|
+
/** تعدادِ کارت در ردیف بهازای هر breakpoint (بر اساس عرضِ کانتینر، نه viewport). */
|
|
4108
|
+
colsConfig: ResponsiveColsConfig;
|
|
4109
|
+
/** span مؤثرِ گرید که directiveِ container-query آن را بهروز میکند. */
|
|
4110
|
+
colSpan: number;
|
|
3922
4111
|
ngOnInit(): void;
|
|
3923
4112
|
onExpandClick(mo: any): void;
|
|
3924
4113
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardViewContentComponent, never>;
|
|
@@ -3967,6 +4156,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3967
4156
|
previewColumn: ReportViewColumn;
|
|
3968
4157
|
columnComponents: MoForReportModel | null;
|
|
3969
4158
|
detailsCollapsed: boolean;
|
|
4159
|
+
freezeColumn: string | null;
|
|
3970
4160
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
3971
4161
|
reorderMoved: EventEmitter<CdkDragMove<any>>;
|
|
3972
4162
|
reorderEnded: EventEmitter<CdkDragEnd<any>>;
|
|
@@ -3974,6 +4164,10 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3974
4164
|
detailsComponentSetting: any;
|
|
3975
4165
|
enableAlternateRowMode: boolean;
|
|
3976
4166
|
_renderer2: Renderer2;
|
|
4167
|
+
/** آیکن پیشفرض برای fallback وقتی تصویرِ آیکنِ رکورد لود نشود. */
|
|
4168
|
+
readonly defaultObjectIcon = "/assets/Images/A/16/object.png";
|
|
4169
|
+
/** با شکست در لود شدنِ تصویرِ آیکن، به آیکن عمومیِ پیشفرض fallback میکند. */
|
|
4170
|
+
onIconError(event: Event): void;
|
|
3977
4171
|
ngOnInit(): void;
|
|
3978
4172
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3979
4173
|
onReorderMoved(event: CdkDragMove): void;
|
|
@@ -3985,7 +4179,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3985
4179
|
private _setAlternateRowMode;
|
|
3986
4180
|
private _columnChangeToEditMode;
|
|
3987
4181
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
3988
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; }, { "columnSummary": "columnSummary"; "reorderMoved": "reorderMoved"; "reorderEnded": "reorderEnded"; }, never, never, false, never>;
|
|
4182
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; "freezeColumn": { "alias": "freezeColumn"; "required": false; }; }, { "columnSummary": "columnSummary"; "reorderMoved": "reorderMoved"; "reorderEnded": "reorderEnded"; }, never, never, false, never>;
|
|
3989
4183
|
}
|
|
3990
4184
|
|
|
3991
4185
|
declare class BarsaTableColumnComponent extends BaseColumnPropsComponent {
|
|
@@ -4267,6 +4461,163 @@ interface BarsaKeyValueSetting extends MetaobjectDataModel {
|
|
|
4267
4461
|
IsLarge: boolean;
|
|
4268
4462
|
}
|
|
4269
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
|
+
|
|
4270
4621
|
declare class BarsaToolbaritemSearchComponent extends BaseFormToolbaritemPropsComponent implements OnInit {
|
|
4271
4622
|
searchMode: boolean;
|
|
4272
4623
|
searchTerm: string;
|
|
@@ -5435,11 +5786,14 @@ declare class DynamicCommandComponent extends BaseComponent {
|
|
|
5435
5786
|
}
|
|
5436
5787
|
|
|
5437
5788
|
declare class FileCardViewerComponent extends BaseComponent {
|
|
5789
|
+
/**
|
|
5790
|
+
* نگاشتِ تعدادِ ستون به کلاسِ Tailwind — با رشتههای literal تا Tailwind آنها را purge نکند.
|
|
5791
|
+
*/
|
|
5792
|
+
private static readonly COLS_CLASS;
|
|
5438
5793
|
mediaData: Media[];
|
|
5439
5794
|
inDialog: boolean;
|
|
5440
5795
|
disableOrReadonly: boolean;
|
|
5441
5796
|
deviceSize: AbbrevationDeviceSize;
|
|
5442
|
-
uploadingState: IUploadingState | undefined;
|
|
5443
5797
|
uploader: any;
|
|
5444
5798
|
scanMenu: MenuComponent | undefined;
|
|
5445
5799
|
groupList: Array<PictureGroupItem>;
|
|
@@ -5447,13 +5801,17 @@ declare class FileCardViewerComponent extends BaseComponent {
|
|
|
5447
5801
|
rotateMedia: EventEmitter<Media>;
|
|
5448
5802
|
deleteMedia: EventEmitter<string>;
|
|
5449
5803
|
gridColsClass: i0.WritableSignal<string>;
|
|
5804
|
+
/** تعدادِ ستون در ردیف بهازای هر breakpointِ عرضِ کانتینر (نه viewport). */
|
|
5805
|
+
colsConfig: ResponsiveColsConfig;
|
|
5806
|
+
/** آستانههای عرضِ کانتینر متناظر با رفتارِ قبلی (۵۰۰/۸۰۰/۱۱۰۰). */
|
|
5807
|
+
colsBreakpoints: ResponsiveBreakpoints;
|
|
5450
5808
|
protected _renderer2: Renderer2;
|
|
5451
|
-
ResizeRefresh: () => void;
|
|
5452
5809
|
ngOnInit(): void;
|
|
5453
5810
|
onRotate(imgEl: HTMLImageElement, media2: Media): void;
|
|
5454
|
-
|
|
5811
|
+
/** خروجیِ directiveِ container-query را به کلاسِ گریدِ Tailwind تبدیل میکند. */
|
|
5812
|
+
onColsPerRow(cols: number): void;
|
|
5455
5813
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileCardViewerComponent, never>;
|
|
5456
|
-
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>;
|
|
5457
5815
|
}
|
|
5458
5816
|
|
|
5459
5817
|
declare class CardReportNavigatorComponent extends ReportNavigatorComponent {
|
|
@@ -5471,9 +5829,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5471
5829
|
constructor();
|
|
5472
5830
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5473
5831
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
5474
|
-
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]>;
|
|
5475
5833
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5476
5834
|
}
|
|
5477
5835
|
|
|
5478
|
-
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 };
|
|
5479
|
-
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem };
|
|
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 };
|
|
5837
|
+
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem, SpecificRangeInputMode, UiDateRangeExParameters };
|