barsa-sap-ui 2.3.163 → 2.3.165
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 +2177 -956
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/package.json +3 -3
- package/types/barsa-sap-ui.d.ts +213 -53
package/types/barsa-sap-ui.d.ts
CHANGED
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
import * as
|
|
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,
|
|
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
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, Signal, PipeTransform, ViewContainerRef, Injector, Type, ComponentRef, EnvironmentInjector, WritableSignal, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Subscription, Observable, BehaviorSubject, Subject } from 'rxjs';
|
|
7
7
|
import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
8
|
-
import * as
|
|
9
|
-
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,
|
|
8
|
+
import * as i237 from '@fundamental-ngx/core';
|
|
9
|
+
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
10
|
import { SafeHtml, DomSanitizer, SafeResourceUrl, SafeStyle } from '@angular/platform-browser';
|
|
11
|
+
import * as i235 from '@angular/cdk/drag-drop';
|
|
12
|
+
import { CdkDragMove, CdkDragEnd, CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
11
13
|
import { NotificationRef } from '@fundamental-ngx/core/notification';
|
|
12
|
-
import * as
|
|
14
|
+
import * as i233 from '@angular/forms';
|
|
13
15
|
import { UntypedFormGroup } from '@angular/forms';
|
|
14
|
-
import * as
|
|
15
|
-
import {
|
|
16
|
-
import * as i243 from '@fundamental-ngx/platform';
|
|
17
|
-
import { IconTabBarItem, IconTabBarComponent, TabType } from '@fundamental-ngx/platform';
|
|
16
|
+
import * as i244 from '@fundamental-ngx/platform';
|
|
17
|
+
import { IconTabBarItem, IconTabBarComponent, TabType, ComboboxComponent, ComboboxSelectionChangeEvent } from '@fundamental-ngx/platform';
|
|
18
18
|
import * as i1 from '@angular/router';
|
|
19
19
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
20
|
+
import { DataProvider, ComboBoxDataSource } from '@fundamental-ngx/platform/shared';
|
|
20
21
|
import * as barsa_sap_ui from 'barsa-sap-ui';
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
22
|
+
import * as i232 from '@angular/common';
|
|
23
|
+
import * as i236 from '@angular/cdk/table';
|
|
24
|
+
import * as i238 from 'ngx-color/swatches';
|
|
25
|
+
import * as i239 from 'ngx-color/chrome';
|
|
26
|
+
import * as i240 from '@angular/cdk/clipboard';
|
|
27
|
+
import * as i241 from 'barsa-calendar';
|
|
28
|
+
import * as i243 from 'ng2-pdfjs-viewer';
|
|
29
|
+
import * as i245 from '@angular/cdk/scrolling';
|
|
29
30
|
|
|
30
31
|
declare class ProgressIndicatorComponent extends BaseComponent {
|
|
31
32
|
constructor();
|
|
@@ -200,11 +201,11 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
200
201
|
simpleInlineEdit: boolean;
|
|
201
202
|
layoutInfo: LayoutSetting;
|
|
202
203
|
groupSummary: boolean;
|
|
203
|
-
protected readonly effectiveReportLayout: i0.WritableSignal<
|
|
204
|
-
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder;
|
|
204
|
+
protected readonly effectiveReportLayout: i0.WritableSignal<i234.EffectiveReportLayoutPolicy>;
|
|
205
|
+
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder | null;
|
|
205
206
|
/** Built in field initializer so `toObservable` runs in a valid injection context (not inside `ngOnInit`). */
|
|
206
207
|
protected readonly _scrollMode$: Observable<ScrollLayoutMode>;
|
|
207
|
-
protected userSettingsService: EntitySettingsStore<
|
|
208
|
+
protected userSettingsService: EntitySettingsStore<object> | null;
|
|
208
209
|
protected _cdr: ChangeDetectorRef;
|
|
209
210
|
protected _overlay: Overlay;
|
|
210
211
|
protected _contentDensityService: ContentDensityService;
|
|
@@ -214,12 +215,14 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
214
215
|
protected _layoutService: LayoutService;
|
|
215
216
|
protected _renderer: Renderer2;
|
|
216
217
|
protected document: Document;
|
|
217
|
-
protected _formpanelService: FormPanelService;
|
|
218
|
-
protected _layoutServiceParent?: LayoutService;
|
|
219
|
-
protected _layoutMainContentService?: LayoutMainContentService;
|
|
218
|
+
protected _formpanelService: FormPanelService | null;
|
|
219
|
+
protected _layoutServiceParent?: LayoutService | null | undefined;
|
|
220
|
+
protected _layoutMainContentService?: LayoutMainContentService | null | undefined;
|
|
220
221
|
protected _deviceNameSource: BehaviorSubject<DeviceSize>;
|
|
221
222
|
private _openOnClick;
|
|
222
223
|
constructor();
|
|
224
|
+
get allowRecordReorder$(): Observable<boolean>;
|
|
225
|
+
get minEmptyRows$(): Observable<number>;
|
|
223
226
|
get _reportName(): string;
|
|
224
227
|
get _typeDefId(): string;
|
|
225
228
|
get _inlineEditMode(): boolean;
|
|
@@ -679,8 +682,8 @@ declare class ReportTreeBaseComponent extends SapUiReportBaseComponent<UiReportV
|
|
|
679
682
|
_dragMove: Subject<any>;
|
|
680
683
|
flatMoDataList: any;
|
|
681
684
|
dialogRef: any;
|
|
682
|
-
protected _selectedNodeSource: BehaviorSubject<TreeNodeObj>;
|
|
683
|
-
protected _rootSource: BehaviorSubject<TreeNodeObj>;
|
|
685
|
+
protected _selectedNodeSource: BehaviorSubject<TreeNodeObj | null>;
|
|
686
|
+
protected _rootSource: BehaviorSubject<TreeNodeObj | null>;
|
|
684
687
|
private get _root();
|
|
685
688
|
ngOnInit(): void;
|
|
686
689
|
onCreateNew(e: RelationItemType): void;
|
|
@@ -792,7 +795,6 @@ declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiRepo
|
|
|
792
795
|
listView: TemplateRef<any>;
|
|
793
796
|
selectedView$: Observable<UiReportViewBase | null>;
|
|
794
797
|
viewCollection: UiReportViewBase[];
|
|
795
|
-
get minEmptyRows$(): Observable<number>;
|
|
796
798
|
/** Resolved layout + scroll for the selected report (pure policy resolver). */
|
|
797
799
|
private _picFieldSource;
|
|
798
800
|
ngOnInit(): void;
|
|
@@ -904,9 +906,11 @@ declare class UiListViewComponent extends ReportViewBaseComponent<UiListViewSett
|
|
|
904
906
|
}
|
|
905
907
|
|
|
906
908
|
declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
909
|
+
private static readonly MIN_COLUMN_WIDTH;
|
|
907
910
|
thList: QueryList<ElementRef<any>>;
|
|
908
911
|
theadRef: ElementRef;
|
|
909
912
|
allChecked: boolean;
|
|
913
|
+
allowRecordReorder: boolean;
|
|
910
914
|
isCheckList: boolean;
|
|
911
915
|
attachmentViewType: number;
|
|
912
916
|
columns: ReportViewColumn[];
|
|
@@ -956,6 +960,9 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
956
960
|
startIndex: number;
|
|
957
961
|
resizeHeader: boolean;
|
|
958
962
|
private _renderer2;
|
|
963
|
+
/** حداقل عرض مجاز هر ستون هنگام بازتوزیع در حالت FitToContainer (px) */
|
|
964
|
+
/** عکس لحظهای عرض همهی ستونها در شروع درگ؛ مبنای بازتوزیع FitToContainer */
|
|
965
|
+
private _resizeStartWidths;
|
|
959
966
|
get thArr(): HTMLTableCellElement[];
|
|
960
967
|
ngOnInit(): void;
|
|
961
968
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -964,6 +971,7 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
964
971
|
onFilter(menu: any): void;
|
|
965
972
|
onFitToContent(column: any, i: number): void;
|
|
966
973
|
onResetColumnsSettings(): void;
|
|
974
|
+
onColumnWidthChangeStart(_index: number): void;
|
|
967
975
|
onColumnWidthChanging(index: number, column: ReportViewColumn, width: number): void;
|
|
968
976
|
onColumnWidthChange(column: ReportViewColumn): void;
|
|
969
977
|
onAllCheckbox(checked: any): void;
|
|
@@ -973,8 +981,17 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
973
981
|
RefreshTableThWidth(): void;
|
|
974
982
|
TableThFitToCaption(): void;
|
|
975
983
|
_trackByColumn(index: number, column: ReportViewColumn): string;
|
|
984
|
+
/**
|
|
985
|
+
* بازتوزیع عرض در حالت FitToContainer:
|
|
986
|
+
* ستونهای قبل از ستونِ فعلی ثابت میمانند و تغییرِ عرض فقط از ستونهای بعدی جبران میشود
|
|
987
|
+
* (بهصورت آبشاری از نزدیکترین ستون تا کف MIN_COLUMN_WIDTH). با table-layout: fixed جمع عرضها
|
|
988
|
+
* برابر عرض کانتینر میماند، پس اسکرولی ساخته نمیشود.
|
|
989
|
+
*/
|
|
990
|
+
private _resizeFitToContainer;
|
|
991
|
+
private _followingCapacity;
|
|
992
|
+
private _setThWidth;
|
|
976
993
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableHeaderComponent, never>;
|
|
977
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": { "alias": "allChecked"; "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>;
|
|
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>;
|
|
978
995
|
}
|
|
979
996
|
|
|
980
997
|
declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSetting> implements OnInit, AfterViewInit, OnChanges {
|
|
@@ -1019,6 +1036,10 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1019
1036
|
_resizeColumn: boolean;
|
|
1020
1037
|
_firstVisible: boolean;
|
|
1021
1038
|
_width: string;
|
|
1039
|
+
_lastReorderPoint: {
|
|
1040
|
+
x: number;
|
|
1041
|
+
y: number;
|
|
1042
|
+
} | null;
|
|
1022
1043
|
ngOnInit(): void;
|
|
1023
1044
|
ngAfterViewInit(): void;
|
|
1024
1045
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1037,6 +1058,16 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1037
1058
|
thDom: HTMLTableCellElement;
|
|
1038
1059
|
}): void;
|
|
1039
1060
|
onSetTableHeaderDom(dom: any): void;
|
|
1061
|
+
onRowReorderMoved(event: CdkDragMove): void;
|
|
1062
|
+
onRowReorderEnded(event: CdkDragEnd): void;
|
|
1063
|
+
protected _findReorderTargetIndex(point: {
|
|
1064
|
+
x: number;
|
|
1065
|
+
y: number;
|
|
1066
|
+
}): number;
|
|
1067
|
+
/**
|
|
1068
|
+
* ثبت ترتیب جدید روی سرور. در صورت خطا، جابهجایی خوشبینانهی UI به حالت قبل برمیگردد.
|
|
1069
|
+
*/
|
|
1070
|
+
protected _raiseRecordReorder(sourceMoId: string, aboveTargetMoId: string | null, previousList: MetaobjectDataModel[]): void;
|
|
1040
1071
|
protected onVisible(): void;
|
|
1041
1072
|
protected _fireResizeChanged(): void;
|
|
1042
1073
|
protected _calculateColumnsWidth(moDataList: MetaobjectDataModel[], columns: ReportViewColumn[]): void;
|
|
@@ -1548,7 +1579,7 @@ declare class UiUlvMainUiComponent extends BaseComponent implements OnInit {
|
|
|
1548
1579
|
dialogConfig: DialogConfig;
|
|
1549
1580
|
sideContentMode: boolean;
|
|
1550
1581
|
mainContentWidth: string;
|
|
1551
|
-
protected _parentFormpanelService: FormPanelService;
|
|
1582
|
+
protected _parentFormpanelService: FormPanelService | null;
|
|
1552
1583
|
private _dialogService;
|
|
1553
1584
|
private _ulvMainService;
|
|
1554
1585
|
private _router;
|
|
@@ -2212,7 +2243,7 @@ declare class UiLinearListContainerWithButtonComponent extends DeviceInfoFieldBa
|
|
|
2212
2243
|
dropDownValuesSource: BehaviorSubject<MetaobjectDataModel[]>;
|
|
2213
2244
|
dropDownValues$: rxjs.Observable<string[]>;
|
|
2214
2245
|
selected: any[];
|
|
2215
|
-
report:
|
|
2246
|
+
report: null;
|
|
2216
2247
|
term: string;
|
|
2217
2248
|
termSource: Subject<string>;
|
|
2218
2249
|
originalMoList: MetaobjectDataModel[];
|
|
@@ -3322,6 +3353,35 @@ declare class UiMultiSelectComboComponent extends FieldBaseComponent implements
|
|
|
3322
3353
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiMultiSelectComboComponent, "bsu-ui-multi-select-combo", never, {}, {}, never, never, false, never>;
|
|
3323
3354
|
}
|
|
3324
3355
|
|
|
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
|
+
interface ComboReportField {
|
|
3377
|
+
column: ReportViewColumn | null;
|
|
3378
|
+
value: any;
|
|
3379
|
+
}
|
|
3380
|
+
interface ComboReportOptionView {
|
|
3381
|
+
primary: ComboReportField;
|
|
3382
|
+
secondary?: ComboReportField;
|
|
3383
|
+
details: ComboReportField[];
|
|
3384
|
+
}
|
|
3325
3385
|
declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements OnInit, AfterViewInit {
|
|
3326
3386
|
ulvAdapter: {
|
|
3327
3387
|
[key: string]: any;
|
|
@@ -3340,7 +3400,7 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3340
3400
|
get UlvUi(): any;
|
|
3341
3401
|
_UlvUi: any;
|
|
3342
3402
|
isExpand: boolean;
|
|
3343
|
-
smartChange: Subject<string>;
|
|
3403
|
+
smartChange: Subject<string | undefined>;
|
|
3344
3404
|
loading$: Observable<boolean>;
|
|
3345
3405
|
tickRef: any;
|
|
3346
3406
|
inputElement: HTMLInputElement;
|
|
@@ -3353,6 +3413,9 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3353
3413
|
originalValue: any;
|
|
3354
3414
|
isDataLoadedFirstTime: boolean;
|
|
3355
3415
|
valueText: string;
|
|
3416
|
+
comboItems: MetaobjectDataModel[];
|
|
3417
|
+
readonly comboDataProvider: UlvComboDataProvider;
|
|
3418
|
+
readonly comboDataSource: UlvComboDataSource;
|
|
3356
3419
|
allColumns: ReportViewColumn[];
|
|
3357
3420
|
hasValue: boolean;
|
|
3358
3421
|
showExtraButtons: i0.WritableSignal<boolean>;
|
|
@@ -3361,25 +3424,35 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3361
3424
|
private _openPopupFormSelectionSource;
|
|
3362
3425
|
private _closeDialogSource;
|
|
3363
3426
|
private _loadingSource;
|
|
3364
|
-
private
|
|
3427
|
+
private readonly _pendingNativeSelectionKeyUps;
|
|
3428
|
+
private _pendingNavigationSelection;
|
|
3429
|
+
private _commitPendingNavigationSelection;
|
|
3430
|
+
private _pointerSelectionInProgress;
|
|
3365
3431
|
get hasSearchPanel(): boolean;
|
|
3432
|
+
get ulvPagingSetting(): PagingSetting | undefined;
|
|
3366
3433
|
onKeyDown(e: any): void;
|
|
3367
3434
|
onAlt(e: any): void;
|
|
3368
3435
|
ngOnInit(): void;
|
|
3369
|
-
|
|
3436
|
+
ngAfterViewInit(): void;
|
|
3370
3437
|
onPageChange(e: number): void;
|
|
3371
|
-
|
|
3438
|
+
onSelectionChange(event: ComboboxSelectionChangeEvent): void;
|
|
3372
3439
|
onPageChange2(pageSetting: PagingSetting, e: any): void;
|
|
3373
|
-
onOpenChange(
|
|
3374
|
-
|
|
3440
|
+
onOpenChange(isOpen: boolean): void;
|
|
3441
|
+
onComboDataRequested(): void;
|
|
3442
|
+
onComboDataReceived(): void;
|
|
3375
3443
|
onInputChange2(e: any): void;
|
|
3376
3444
|
onValueChange(e: any): void;
|
|
3445
|
+
get showClearAction(): boolean;
|
|
3446
|
+
get showNewAction(): boolean;
|
|
3447
|
+
get showEditAction(): boolean;
|
|
3448
|
+
get showSearchAction(): boolean;
|
|
3449
|
+
get actionButtonCount(): number;
|
|
3377
3450
|
onNew(): void;
|
|
3378
3451
|
onClear(): void;
|
|
3379
3452
|
onEdit(): void;
|
|
3380
3453
|
onSearch(): void;
|
|
3381
3454
|
customFilter(content: any[], searchTerm: string): any[];
|
|
3382
|
-
displayFunc: (obj: MetaobjectDataModel) => string;
|
|
3455
|
+
displayFunc: (obj: MetaobjectDataModel | string) => string;
|
|
3383
3456
|
getMoValueCaption(valueMo: MetaobjectDataModel | null, colName: string, defaultValue: string): string;
|
|
3384
3457
|
getFirstColumnName(): string;
|
|
3385
3458
|
IsExpanded: (type: any) => any;
|
|
@@ -3400,13 +3473,24 @@ declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implements On
|
|
|
3400
3473
|
protected _checkHasValue(value: any): void;
|
|
3401
3474
|
protected _setValueText(value: any): void;
|
|
3402
3475
|
protected _getValueText(value: any): any;
|
|
3403
|
-
protected
|
|
3476
|
+
protected _publishComboItems(force?: boolean): void;
|
|
3477
|
+
protected _prepareComboItems(items: MetaobjectDataModel[]): MetaobjectDataModel[];
|
|
3404
3478
|
protected _openPopupFormSelection(): Observable<boolean>;
|
|
3405
3479
|
protected _filterSmartChange(value: string | undefined): boolean;
|
|
3406
3480
|
protected _setColumns(): void;
|
|
3481
|
+
protected getReportOptionView(item: MetaobjectDataModel): ComboReportOptionView;
|
|
3482
|
+
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;
|
|
3407
3491
|
protected _focus(): void;
|
|
3408
3492
|
protected _raiseSmartChange(value?: string): void;
|
|
3409
|
-
protected _triggerClick(eventName: any, value?:
|
|
3493
|
+
protected _triggerClick(eventName: any, value?: null): void;
|
|
3410
3494
|
protected _raiseValueChanged(caption: any): void;
|
|
3411
3495
|
protected _fireValueChange(mo: any): void;
|
|
3412
3496
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiMoInfoUlvComboComponent, never>;
|
|
@@ -3512,7 +3596,6 @@ declare class UiGridComponent extends SapUiReportBaseComponent<UiReportViewBaseS
|
|
|
3512
3596
|
enableResizing: boolean;
|
|
3513
3597
|
rowResizer: boolean;
|
|
3514
3598
|
widthTypeEnum: typeof WidthTypeEnum;
|
|
3515
|
-
get minEmptyRows$(): Observable<number>;
|
|
3516
3599
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiGridComponent, never>;
|
|
3517
3600
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiGridComponent, "bsu-ui-grid", never, { "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; }, {}, never, never, false, never>;
|
|
3518
3601
|
}
|
|
@@ -3540,23 +3623,15 @@ declare class UiLabelComponent extends FieldBaseComponent {
|
|
|
3540
3623
|
}
|
|
3541
3624
|
|
|
3542
3625
|
declare class UiSimpleComboComponent extends FieldBaseComponent implements OnInit {
|
|
3543
|
-
fdComboRef: ComboboxComponent;
|
|
3544
3626
|
caption: string;
|
|
3545
3627
|
popupMode: boolean;
|
|
3546
3628
|
valueText: any;
|
|
3547
|
-
rowDataOption: RowDataOption;
|
|
3548
|
-
tvalue: RowDataOption;
|
|
3549
3629
|
get MinSize(): {
|
|
3550
3630
|
width: number;
|
|
3551
3631
|
height: number;
|
|
3552
3632
|
};
|
|
3553
3633
|
ngOnInit(): void;
|
|
3554
3634
|
onValueChange(value: any): void;
|
|
3555
|
-
onItemClick(e: ComboboxItem): void;
|
|
3556
|
-
onChange(e: any): void;
|
|
3557
|
-
displayFn: (obj: RowDataOption) => string;
|
|
3558
|
-
protected _setTValue(value: any): void;
|
|
3559
|
-
protected _setValue(value: any): void;
|
|
3560
3635
|
protected _handleValueChange(selectedValue: any): void;
|
|
3561
3636
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiSimpleComboComponent, never>;
|
|
3562
3637
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiSimpleComboComponent, "bsu-ui-simple-combo", never, { "MinSize": { "alias": "MinSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -3698,6 +3773,7 @@ declare class ReportViewRendererDirective extends BaseDirective implements OnCha
|
|
|
3698
3773
|
deviceSize: AbbrevationDeviceSize;
|
|
3699
3774
|
mobileOrTablet: boolean;
|
|
3700
3775
|
access: DefaultCommandsAccess;
|
|
3776
|
+
allowRecordReorder: boolean;
|
|
3701
3777
|
title: string;
|
|
3702
3778
|
customFieldInfo: MetaobjectDataModel | any;
|
|
3703
3779
|
selectedMo: MetaobjectDataModel;
|
|
@@ -3803,7 +3879,7 @@ declare class ReportViewRendererDirective extends BaseDirective implements OnCha
|
|
|
3803
3879
|
ngOnDestroy(): void;
|
|
3804
3880
|
private _insertView;
|
|
3805
3881
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewRendererDirective, never>;
|
|
3806
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": { "alias": "view"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "access": { "alias": "access"; "required": false; }; "title": { "alias": "title"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "contextView": { "alias": "contextView"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "alternateRowMode": { "alias": "alternateRowMode"; "required": false; }; "minEmptyRows": { "alias": "minEmptyRows"; "required": false; }; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "resetWorkflowState": "resetWorkflowState"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; "escapeKey": "escapeKey"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; }, never, never, false, never>;
|
|
3882
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReportViewRendererDirective, "[reportViewRenderer]", never, { "view": { "alias": "view"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "access": { "alias": "access"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "title": { "alias": "title"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "contextView": { "alias": "contextView"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "alternateRowMode": { "alias": "alternateRowMode"; "required": false; }; "minEmptyRows": { "alias": "minEmptyRows"; "required": false; }; }, { "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelValueChange": "editFormPanelValueChange"; "resetWorkflowState": "resetWorkflowState"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "deselectAll": "deselectAll"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "executeToolbarButton": "executeToolbarButton"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "hasDetailsInRow": "hasDetailsInRow"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "editFormPanelSave": "editFormPanelSave"; "columnResized": "columnResized"; "selectNextInlineRecord": "selectNextInlineRecord"; "workflowShareButtons": "workflowShareButtons"; "escapeKey": "escapeKey"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; }, never, never, false, never>;
|
|
3807
3883
|
}
|
|
3808
3884
|
|
|
3809
3885
|
declare class FullscreenDialogDirective extends BaseDirective implements OnInit {
|
|
@@ -3887,16 +3963,21 @@ declare class HtreeCreateNewComponent extends BaseComponent implements OnInit {
|
|
|
3887
3963
|
|
|
3888
3964
|
declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
3889
3965
|
showDetailsInRow: boolean;
|
|
3966
|
+
allowRecordReorder: boolean;
|
|
3890
3967
|
previewColumn: ReportViewColumn;
|
|
3891
3968
|
columnComponents: MoForReportModel | null;
|
|
3892
3969
|
detailsCollapsed: boolean;
|
|
3893
3970
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
3971
|
+
reorderMoved: EventEmitter<CdkDragMove<any>>;
|
|
3972
|
+
reorderEnded: EventEmitter<CdkDragEnd<any>>;
|
|
3894
3973
|
detailsFormItems: TemplateRef<any>;
|
|
3895
3974
|
detailsComponentSetting: any;
|
|
3896
3975
|
enableAlternateRowMode: boolean;
|
|
3897
3976
|
_renderer2: Renderer2;
|
|
3898
3977
|
ngOnInit(): void;
|
|
3899
3978
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3979
|
+
onReorderMoved(event: CdkDragMove): void;
|
|
3980
|
+
onReorderEnded(event: CdkDragEnd): void;
|
|
3900
3981
|
reCalculateColumnSummary(elDom: HTMLElement, column: any): void;
|
|
3901
3982
|
onColumnClick(column: ReportViewColumn): void;
|
|
3902
3983
|
onColumnKeyEnter(column: ReportViewColumn): void;
|
|
@@ -3904,7 +3985,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3904
3985
|
private _setAlternateRowMode;
|
|
3905
3986
|
private _columnChangeToEditMode;
|
|
3906
3987
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
3907
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; }, { "columnSummary": "columnSummary"; }, never, never, false, 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>;
|
|
3908
3989
|
}
|
|
3909
3990
|
|
|
3910
3991
|
declare class BarsaTableColumnComponent extends BaseColumnPropsComponent {
|
|
@@ -4714,7 +4795,7 @@ declare class BarsaQuestionAnswerFormAddCommentComponent {
|
|
|
4714
4795
|
|
|
4715
4796
|
declare class BarsaAnswerCardComponent extends BaseViewItemPropsComponent {
|
|
4716
4797
|
protected readonly toolbar: BarProp;
|
|
4717
|
-
protected readonly onvolumechange: (this: Window, ev: Event) => any;
|
|
4798
|
+
protected readonly onvolumechange: ((this: Window, ev: Event) => any) | null;
|
|
4718
4799
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4719
4800
|
onRowCheck(): boolean;
|
|
4720
4801
|
onVoteChange(_: boolean): void;
|
|
@@ -5065,6 +5146,7 @@ declare class BarsaThemeComponent extends BaseComponent {
|
|
|
5065
5146
|
parameters: BarsaThemeSettings;
|
|
5066
5147
|
settings: BarsaThemeSettings;
|
|
5067
5148
|
themeStyleLinkIdentifiers: Record<string, boolean>;
|
|
5149
|
+
private readonly ORG_LINK_ID;
|
|
5068
5150
|
private readonly DEFAULT_THEME;
|
|
5069
5151
|
private readonly DEFAULT_CONTENTDESNITY;
|
|
5070
5152
|
private readonly _themingService;
|
|
@@ -5085,6 +5167,11 @@ declare class BarsaThemeComponent extends BaseComponent {
|
|
|
5085
5167
|
private _setTheme;
|
|
5086
5168
|
private _applyPortalTheme;
|
|
5087
5169
|
private _getStyleLinkElement;
|
|
5170
|
+
private _loadOrgTheme;
|
|
5171
|
+
private _applyOrgTheme;
|
|
5172
|
+
private _markOrgThemeOnBody;
|
|
5173
|
+
private _parseOrgThemeMeta;
|
|
5174
|
+
private _getOrCreateOrgLink;
|
|
5088
5175
|
private _setBodyContentDensityAndtheme;
|
|
5089
5176
|
private _checkDarkUi5;
|
|
5090
5177
|
private _checkContentDensityUi5;
|
|
@@ -5096,6 +5183,79 @@ interface BarsaThemeSettings extends MetaobjectDataModel {
|
|
|
5096
5183
|
ContentDensity$Caption: ContentDensityMode;
|
|
5097
5184
|
}
|
|
5098
5185
|
|
|
5186
|
+
interface ResolvedVar {
|
|
5187
|
+
CssVariable: string;
|
|
5188
|
+
Caption: string;
|
|
5189
|
+
State: 'curated' | 'token' | 'none';
|
|
5190
|
+
Value: string;
|
|
5191
|
+
ValueType?: number;
|
|
5192
|
+
Scope?: string;
|
|
5193
|
+
}
|
|
5194
|
+
declare class BarsaThemeInspectorComponent {
|
|
5195
|
+
readonly isOpen: i0.WritableSignal<boolean>;
|
|
5196
|
+
readonly target: i0.WritableSignal<HTMLElement | null>;
|
|
5197
|
+
readonly themeName: i0.WritableSignal<string>;
|
|
5198
|
+
readonly portalId: i0.WritableSignal<string | number>;
|
|
5199
|
+
readonly orgThemeLoaded: i0.WritableSignal<boolean>;
|
|
5200
|
+
readonly orgThemeName: i0.WritableSignal<string>;
|
|
5201
|
+
readonly orgThemeVer: i0.WritableSignal<string>;
|
|
5202
|
+
readonly vars: i0.WritableSignal<ResolvedVar[]>;
|
|
5203
|
+
readonly fonts: i0.WritableSignal<string[]>;
|
|
5204
|
+
readonly loading: i0.WritableSignal<boolean>;
|
|
5205
|
+
readonly isEmpty: i0.Signal<boolean>;
|
|
5206
|
+
readonly sizeUnits: string[];
|
|
5207
|
+
private readonly _dirty;
|
|
5208
|
+
private readonly _pendingPromote;
|
|
5209
|
+
private _committed;
|
|
5210
|
+
private _designAccess;
|
|
5211
|
+
private _previewStyleEl;
|
|
5212
|
+
private _previewTimer;
|
|
5213
|
+
private readonly PREVIEW_DEBOUNCE_MS;
|
|
5214
|
+
private readonly PREVIEW_STYLE_ID;
|
|
5215
|
+
private readonly ORG_LINK_ID;
|
|
5216
|
+
private readonly _portal;
|
|
5217
|
+
private readonly _document;
|
|
5218
|
+
private readonly _renderer;
|
|
5219
|
+
private readonly _destroyRef;
|
|
5220
|
+
constructor();
|
|
5221
|
+
onOpenChange(open: boolean): void;
|
|
5222
|
+
currentValue(v: ResolvedVar): string;
|
|
5223
|
+
onValueChange(v: ResolvedVar, value: string): void;
|
|
5224
|
+
isFont(v: ResolvedVar): boolean;
|
|
5225
|
+
isColor(v: ResolvedVar): boolean;
|
|
5226
|
+
colorHex(v: ResolvedVar): string;
|
|
5227
|
+
isSize(v: ResolvedVar): boolean;
|
|
5228
|
+
sizeNum(v: ResolvedVar): string;
|
|
5229
|
+
sizeUnit(v: ResolvedVar): string;
|
|
5230
|
+
stepSize(v: ResolvedVar, dir: number): void;
|
|
5231
|
+
onSizeUnitChange(v: ResolvedVar, unit: string): void;
|
|
5232
|
+
addToEditable(v: ResolvedVar): void;
|
|
5233
|
+
createToken(v: ResolvedVar): void;
|
|
5234
|
+
save(): void;
|
|
5235
|
+
cancel(): void;
|
|
5236
|
+
private _swapOrgThemeLink;
|
|
5237
|
+
private _onContextMenu;
|
|
5238
|
+
private _open;
|
|
5239
|
+
private _scheduleRebuildPreview;
|
|
5240
|
+
private _rebuildPreview;
|
|
5241
|
+
private _previewStyle;
|
|
5242
|
+
private _clearPreview;
|
|
5243
|
+
private _scopeForVar;
|
|
5244
|
+
private _declaringSelector;
|
|
5245
|
+
private _formatValue;
|
|
5246
|
+
private _stepFor;
|
|
5247
|
+
private _roundStep;
|
|
5248
|
+
private _markCurated;
|
|
5249
|
+
private _parseSize;
|
|
5250
|
+
private _resolveColor;
|
|
5251
|
+
private _rgbToHex;
|
|
5252
|
+
private _loadFonts;
|
|
5253
|
+
private _collectVars;
|
|
5254
|
+
private _varsForRules;
|
|
5255
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaThemeInspectorComponent, never>;
|
|
5256
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaThemeInspectorComponent, "bsu-theme-inspector", never, {}, {}, never, never, false, never>;
|
|
5257
|
+
}
|
|
5258
|
+
|
|
5099
5259
|
declare class BarsaImgSkeletonComponent extends BaseComponent {
|
|
5100
5260
|
title: string;
|
|
5101
5261
|
size: [number, number];
|
|
@@ -5206,7 +5366,7 @@ declare class UiMapReportComponent extends ReportViewBaseComponent<UiMapSettings
|
|
|
5206
5366
|
elemPopover: HTMLElement;
|
|
5207
5367
|
popoverX: number;
|
|
5208
5368
|
popoverY: number;
|
|
5209
|
-
signalMap: i0.WritableSignal<
|
|
5369
|
+
signalMap: i0.WritableSignal<null>;
|
|
5210
5370
|
protected _leafletWrapper: any;
|
|
5211
5371
|
protected _picfieldSrc: PictureFieldSourcePipe;
|
|
5212
5372
|
private _lastOnContextEventLoc;
|
|
@@ -5311,9 +5471,9 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5311
5471
|
constructor();
|
|
5312
5472
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
5313
5473
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
|
5314
|
-
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 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 i231.CommonModule, typeof i232.FormsModule, typeof i232.ReactiveFormsModule, typeof i233.BarsaNovinRayCoreModule, typeof i234.DragDropModule, typeof i235.CdkTableModule, typeof i236.FundamentalNgxCoreModule, typeof i236.SideNavigationModule, typeof i236.FacetModule, typeof i236.WizardModule, typeof i236.RatingStarLabelPipe, typeof i236.ListGroupPipe, typeof i236.DateTimeFormatPipe, typeof i236.DateFromNowPipe, typeof i236.DateFormatPipe, typeof i236.AvatarIconPipe, typeof i237.ColorSwatchesModule, typeof i238.ColorChromeModule, typeof i239.ClipboardModule, typeof i240.BarsaCalendarModule, typeof BarsaSapUiRoutingModule, typeof i242.PdfJsViewerModule, typeof i233.ResizableModule, typeof i243.PlatformIconTabBarModule, typeof i236.ContentDensityModule, typeof i244.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 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]>;
|
|
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]>;
|
|
5315
5475
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiModule>;
|
|
5316
5476
|
}
|
|
5317
5477
|
|
|
5318
|
-
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, 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 };
|
|
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 };
|
|
5319
5479
|
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem };
|